
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
/* Front matter lines are necessary for Jekyll */
/* Import rules must be at the top */
.highlight pre { background-color: #222222; }
.highlight .hll { background-color: #222222; }
.highlight .c { color: #75715e }
/* Comment */
.highlight .err { color: #960050; background-color: #1e0010 }
/* Error */
.highlight .k { color: #66d9ef }
/* Keyword */
.highlight .l { color: #ae81ff }
/* Literal */
.highlight .n { color: #f8f8f2 }
/* Name */
.highlight .o { color: #f92672 }
/* Operator */
.highlight .p { color: #f8f8f2 }
/* Punctuation */
.highlight .cm { color: #75715e }
/* Comment.Multiline */
.highlight .cp { color: #75715e }
/* Comment.Preproc */
.highlight .c1 { color: #75715e }
/* Comment.Single */
.highlight .cs { color: #75715e }
/* Comment.Special */
.highlight .ge { font-style: italic }
/* Generic.Emph */
.highlight .gs { font-weight: bold }
/* Generic.Strong */
.highlight .kc { color: #66d9ef }
/* Keyword.Constant */
.highlight .kd { color: #66d9ef }
/* Keyword.Declaration */
.highlight .kn { color: #f92672 }
/* Keyword.Namespace */
.highlight .kp { color: #66d9ef }
/* Keyword.Pseudo */
.highlight .kr { color: #66d9ef }
/* Keyword.Reserved */
.highlight .kt { color: #66d9ef }
/* Keyword.Type */
.highlight .ld { color: #e6db74 }
/* Literal.Date */
.highlight .m { color: #ae81ff }
/* Literal.Number */
.highlight .s { color: #e6db74 }
/* Literal.String */
.highlight .na { color: #a6e22e }
/* Name.Attribute */
.highlight .nb { color: #f8f8f2 }
/* Name.Builtin */
.highlight .nc { color: #a6e22e }
/* Name.Class */
.highlight .no { color: #66d9ef }
/* Name.Constant */
.highlight .nd { color: #a6e22e }
/* Name.Decorator */
.highlight .ni { color: #f8f8f2 }
/* Name.Entity */
.highlight .ne { color: #a6e22e }
/* Name.Exception */
.highlight .nf { color: #a6e22e }
/* Name.Function */
.highlight .nl { color: #f8f8f2 }
/* Name.Label */
.highlight .nn { color: #f8f8f2 }
/* Name.Namespace */
.highlight .nx { color: #a6e22e }
/* Name.Other */
.highlight .py { color: #f8f8f2 }
/* Name.Property */
.highlight .nt { color: #f92672 }
/* Name.Tag */
.highlight .nv { color: #f8f8f2 }
/* Name.Variable */
.highlight .ow { color: #f92672 }
/* Operator.Word */
.highlight .w { color: #f8f8f2 }
/* Text.Whitespace */
.highlight .mf { color: #ae81ff }
/* Literal.Number.Float */
.highlight .mh { color: #ae81ff }
/* Literal.Number.Hex */
.highlight .mi { color: #ae81ff }
/* Literal.Number.Integer */
.highlight .mo { color: #ae81ff }
/* Literal.Number.Oct */
.highlight .sb { color: #e6db74 }
/* Literal.String.Backtick */
.highlight .sc { color: #e6db74 }
/* Literal.String.Char */
.highlight .sd { color: #e6db74 }
/* Literal.String.Doc */
.highlight .s2 { color: #e6db74 }
/* Literal.String.Double */
.highlight .se { color: #ae81ff }
/* Literal.String.Escape */
.highlight .sh { color: #e6db74 }
/* Literal.String.Heredoc */
.highlight .si { color: #e6db74 }
/* Literal.String.Interpol */
.highlight .sx { color: #e6db74 }
/* Literal.String.Other */
.highlight .sr { color: #e6db74 }
/* Literal.String.Regex */
.highlight .s1 { color: #e6db74 }
/* Literal.String.Single */
.highlight .ss { color: #e6db74 }
/* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 }
/* Name.Builtin.Pseudo */
.highlight .vc { color: #f8f8f2 }
/* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 }
/* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 }
/* Name.Variable.Instance */
.highlight .il { color: #ae81ff }
/* Literal.Number.Integer.Long */
.highlight .gh { }
/* Generic Heading & Diff Header */
.highlight .gu { color: #75715e; }
/* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd { color: #f92672; }
/* Generic.Deleted & Diff Deleted */
.highlight .gi { color: #a6e22e; }
/* Generic.Inserted & Diff Inserted */
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }
.fa-1x {
  font-size: 1em; }
.fa-2x {
  font-size: 2em; }
.fa-3x {
  font-size: 3em; }
.fa-4x {
  font-size: 4em; }
.fa-5x {
  font-size: 5em; }
.fa-6x {
  font-size: 6em; }
.fa-7x {
  font-size: 7em; }
.fa-8x {
  font-size: 8em; }
.fa-9x {
  font-size: 9em; }
.fa-10x {
  font-size: 10em; }
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }
.fa-fw {
  text-align: center;
  width: 1.25em; }
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
.fa-ul > li {
    position: relative; }
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
  --fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  transform: rotate(90deg); }
.fa-rotate-180 {
  transform: rotate(180deg); }
.fa-rotate-270 {
  transform: rotate(270deg); }
.fa-flip-horizontal {
  transform: scale(-1, 1); }
.fa-flip-vertical {
  transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: var(--fa-inverse, #fff); }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }
.fa-1::before {
  content: "\31"; }
.fa-2::before {
  content: "\32"; }
.fa-3::before {
  content: "\33"; }
.fa-4::before {
  content: "\34"; }
.fa-5::before {
  content: "\35"; }
.fa-6::before {
  content: "\36"; }
.fa-7::before {
  content: "\37"; }
.fa-8::before {
  content: "\38"; }
.fa-9::before {
  content: "\39"; }
.fa-fill-drip::before {
  content: "\f576"; }
.fa-arrows-to-circle::before {
  content: "\e4bd"; }
.fa-circle-chevron-right::before {
  content: "\f138"; }
.fa-chevron-circle-right::before {
  content: "\f138"; }
.fa-at::before {
  content: "\40"; }
.fa-trash-can::before {
  content: "\f2ed"; }
.fa-trash-alt::before {
  content: "\f2ed"; }
.fa-text-height::before {
  content: "\f034"; }
.fa-user-xmark::before {
  content: "\f235"; }
.fa-user-times::before {
  content: "\f235"; }
.fa-stethoscope::before {
  content: "\f0f1"; }
.fa-message::before {
  content: "\f27a"; }
.fa-comment-alt::before {
  content: "\f27a"; }
.fa-info::before {
  content: "\f129"; }
.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }
.fa-compress-alt::before {
  content: "\f422"; }
.fa-explosion::before {
  content: "\e4e9"; }
.fa-file-lines::before {
  content: "\f15c"; }
.fa-file-alt::before {
  content: "\f15c"; }
.fa-file-text::before {
  content: "\f15c"; }
.fa-wave-square::before {
  content: "\f83e"; }
.fa-ring::before {
  content: "\f70b"; }
.fa-building-un::before {
  content: "\e4d9"; }
.fa-dice-three::before {
  content: "\f527"; }
.fa-calendar-days::before {
  content: "\f073"; }
.fa-calendar-alt::before {
  content: "\f073"; }
.fa-anchor-circle-check::before {
  content: "\e4aa"; }
.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }
.fa-volleyball::before {
  content: "\f45f"; }
.fa-volleyball-ball::before {
  content: "\f45f"; }
.fa-arrows-up-to-line::before {
  content: "\e4c2"; }
.fa-sort-down::before {
  content: "\f0dd"; }
.fa-sort-desc::before {
  content: "\f0dd"; }
.fa-circle-minus::before {
  content: "\f056"; }
.fa-minus-circle::before {
  content: "\f056"; }
.fa-door-open::before {
  content: "\f52b"; }
.fa-right-from-bracket::before {
  content: "\f2f5"; }
.fa-sign-out-alt::before {
  content: "\f2f5"; }
.fa-atom::before {
  content: "\f5d2"; }
.fa-soap::before {
  content: "\e06e"; }
.fa-icons::before {
  content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }
.fa-microphone-lines-slash::before {
  content: "\f539"; }
.fa-microphone-alt-slash::before {
  content: "\f539"; }
.fa-bridge-circle-check::before {
  content: "\e4c9"; }
.fa-pump-medical::before {
  content: "\e06a"; }
.fa-fingerprint::before {
  content: "\f577"; }
.fa-hand-point-right::before {
  content: "\f0a4"; }
.fa-magnifying-glass-location::before {
  content: "\f689"; }
.fa-search-location::before {
  content: "\f689"; }
.fa-forward-step::before {
  content: "\f051"; }
.fa-step-forward::before {
  content: "\f051"; }
.fa-face-smile-beam::before {
  content: "\f5b8"; }
.fa-smile-beam::before {
  content: "\f5b8"; }
.fa-flag-checkered::before {
  content: "\f11e"; }
.fa-football::before {
  content: "\f44e"; }
.fa-football-ball::before {
  content: "\f44e"; }
.fa-school-circle-exclamation::before {
  content: "\e56c"; }
.fa-crop::before {
  content: "\f125"; }
.fa-angles-down::before {
  content: "\f103"; }
.fa-angle-double-down::before {
  content: "\f103"; }
.fa-users-rectangle::before {
  content: "\e594"; }
.fa-people-roof::before {
  content: "\e537"; }
.fa-people-line::before {
  content: "\e534"; }
.fa-beer-mug-empty::before {
  content: "\f0fc"; }
.fa-beer::before {
  content: "\f0fc"; }
.fa-diagram-predecessor::before {
  content: "\e477"; }
.fa-arrow-up-long::before {
  content: "\f176"; }
.fa-long-arrow-up::before {
  content: "\f176"; }
.fa-fire-flame-simple::before {
  content: "\f46a"; }
.fa-burn::before {
  content: "\f46a"; }
.fa-person::before {
  content: "\f183"; }
.fa-male::before {
  content: "\f183"; }
.fa-laptop::before {
  content: "\f109"; }
.fa-file-csv::before {
  content: "\f6dd"; }
.fa-menorah::before {
  content: "\f676"; }
.fa-truck-plane::before {
  content: "\e58f"; }
.fa-record-vinyl::before {
  content: "\f8d9"; }
.fa-face-grin-stars::before {
  content: "\f587"; }
.fa-grin-stars::before {
  content: "\f587"; }
.fa-bong::before {
  content: "\f55c"; }
.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }
.fa-pastafarianism::before {
  content: "\f67b"; }
.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }
.fa-spoon::before {
  content: "\f2e5"; }
.fa-utensil-spoon::before {
  content: "\f2e5"; }
.fa-jar-wheat::before {
  content: "\e517"; }
.fa-envelopes-bulk::before {
  content: "\f674"; }
.fa-mail-bulk::before {
  content: "\f674"; }
.fa-file-circle-exclamation::before {
  content: "\e4eb"; }
.fa-circle-h::before {
  content: "\f47e"; }
.fa-hospital-symbol::before {
  content: "\f47e"; }
.fa-pager::before {
  content: "\f815"; }
.fa-address-book::before {
  content: "\f2b9"; }
.fa-contact-book::before {
  content: "\f2b9"; }
.fa-strikethrough::before {
  content: "\f0cc"; }
.fa-k::before {
  content: "\4b"; }
.fa-landmark-flag::before {
  content: "\e51c"; }
.fa-pencil::before {
  content: "\f303"; }
.fa-pencil-alt::before {
  content: "\f303"; }
.fa-backward::before {
  content: "\f04a"; }
.fa-caret-right::before {
  content: "\f0da"; }
.fa-comments::before {
  content: "\f086"; }
.fa-paste::before {
  content: "\f0ea"; }
.fa-file-clipboard::before {
  content: "\f0ea"; }
.fa-code-pull-request::before {
  content: "\e13c"; }
.fa-clipboard-list::before {
  content: "\f46d"; }
.fa-truck-ramp-box::before {
  content: "\f4de"; }
.fa-truck-loading::before {
  content: "\f4de"; }
.fa-user-check::before {
  content: "\f4fc"; }
.fa-vial-virus::before {
  content: "\e597"; }
.fa-sheet-plastic::before {
  content: "\e571"; }
.fa-blog::before {
  content: "\f781"; }
.fa-user-ninja::before {
  content: "\f504"; }
.fa-person-arrow-up-from-line::before {
  content: "\e539"; }
.fa-scroll-torah::before {
  content: "\f6a0"; }
.fa-torah::before {
  content: "\f6a0"; }
.fa-broom-ball::before {
  content: "\f458"; }
.fa-quidditch::before {
  content: "\f458"; }
.fa-quidditch-broom-ball::before {
  content: "\f458"; }
.fa-toggle-off::before {
  content: "\f204"; }
.fa-box-archive::before {
  content: "\f187"; }
.fa-archive::before {
  content: "\f187"; }
.fa-person-drowning::before {
  content: "\e545"; }
.fa-arrow-down-9-1::before {
  content: "\f886"; }
.fa-sort-numeric-desc::before {
  content: "\f886"; }
.fa-sort-numeric-down-alt::before {
  content: "\f886"; }
.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-spray-can::before {
  content: "\f5bd"; }
.fa-truck-monster::before {
  content: "\f63b"; }
.fa-w::before {
  content: "\57"; }
.fa-earth-africa::before {
  content: "\f57c"; }
.fa-globe-africa::before {
  content: "\f57c"; }
.fa-rainbow::before {
  content: "\f75b"; }
.fa-circle-notch::before {
  content: "\f1ce"; }
.fa-tablet-screen-button::before {
  content: "\f3fa"; }
.fa-tablet-alt::before {
  content: "\f3fa"; }
.fa-paw::before {
  content: "\f1b0"; }
.fa-cloud::before {
  content: "\f0c2"; }
.fa-trowel-bricks::before {
  content: "\e58a"; }
.fa-face-flushed::before {
  content: "\f579"; }
.fa-flushed::before {
  content: "\f579"; }
.fa-hospital-user::before {
  content: "\f80d"; }
.fa-tent-arrow-left-right::before {
  content: "\e57f"; }
.fa-gavel::before {
  content: "\f0e3"; }
.fa-legal::before {
  content: "\f0e3"; }
.fa-binoculars::before {
  content: "\f1e5"; }
.fa-microphone-slash::before {
  content: "\f131"; }
.fa-box-tissue::before {
  content: "\e05b"; }
.fa-motorcycle::before {
  content: "\f21c"; }
.fa-bell-concierge::before {
  content: "\f562"; }
.fa-concierge-bell::before {
  content: "\f562"; }
.fa-pen-ruler::before {
  content: "\f5ae"; }
.fa-pencil-ruler::before {
  content: "\f5ae"; }
.fa-people-arrows::before {
  content: "\e068"; }
.fa-people-arrows-left-right::before {
  content: "\e068"; }
.fa-mars-and-venus-burst::before {
  content: "\e523"; }
.fa-square-caret-right::before {
  content: "\f152"; }
.fa-caret-square-right::before {
  content: "\f152"; }
.fa-scissors::before {
  content: "\f0c4"; }
.fa-cut::before {
  content: "\f0c4"; }
.fa-sun-plant-wilt::before {
  content: "\e57a"; }
.fa-toilets-portable::before {
  content: "\e584"; }
.fa-hockey-puck::before {
  content: "\f453"; }
.fa-table::before {
  content: "\f0ce"; }
.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }
.fa-tachograph-digital::before {
  content: "\f566"; }
.fa-digital-tachograph::before {
  content: "\f566"; }
.fa-users-slash::before {
  content: "\e073"; }
.fa-clover::before {
  content: "\e139"; }
.fa-reply::before {
  content: "\f3e5"; }
.fa-mail-reply::before {
  content: "\f3e5"; }
.fa-star-and-crescent::before {
  content: "\f699"; }
.fa-house-fire::before {
  content: "\e50c"; }
.fa-square-minus::before {
  content: "\f146"; }
.fa-minus-square::before {
  content: "\f146"; }
.fa-helicopter::before {
  content: "\f533"; }
.fa-compass::before {
  content: "\f14e"; }
.fa-square-caret-down::before {
  content: "\f150"; }
.fa-caret-square-down::before {
  content: "\f150"; }
.fa-file-circle-question::before {
  content: "\e4ef"; }
.fa-laptop-code::before {
  content: "\f5fc"; }
.fa-swatchbook::before {
  content: "\f5c3"; }
.fa-prescription-bottle::before {
  content: "\f485"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-navicon::before {
  content: "\f0c9"; }
.fa-people-group::before {
  content: "\e533"; }
.fa-hourglass-end::before {
  content: "\f253"; }
.fa-hourglass-3::before {
  content: "\f253"; }
.fa-heart-crack::before {
  content: "\f7a9"; }
.fa-heart-broken::before {
  content: "\f7a9"; }
.fa-square-up-right::before {
  content: "\f360"; }
.fa-external-link-square-alt::before {
  content: "\f360"; }
.fa-face-kiss-beam::before {
  content: "\f597"; }
.fa-kiss-beam::before {
  content: "\f597"; }
.fa-film::before {
  content: "\f008"; }
.fa-ruler-horizontal::before {
  content: "\f547"; }
.fa-people-robbery::before {
  content: "\e536"; }
.fa-lightbulb::before {
  content: "\f0eb"; }
.fa-caret-left::before {
  content: "\f0d9"; }
.fa-circle-exclamation::before {
  content: "\f06a"; }
.fa-exclamation-circle::before {
  content: "\f06a"; }
.fa-school-circle-xmark::before {
  content: "\e56d"; }
.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }
.fa-sign-out::before {
  content: "\f08b"; }
.fa-circle-chevron-down::before {
  content: "\f13a"; }
.fa-chevron-circle-down::before {
  content: "\f13a"; }
.fa-unlock-keyhole::before {
  content: "\f13e"; }
.fa-unlock-alt::before {
  content: "\f13e"; }
.fa-cloud-showers-heavy::before {
  content: "\f740"; }
.fa-headphones-simple::before {
  content: "\f58f"; }
.fa-headphones-alt::before {
  content: "\f58f"; }
.fa-sitemap::before {
  content: "\f0e8"; }
.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }
.fa-donate::before {
  content: "\f4b9"; }
.fa-memory::before {
  content: "\f538"; }
.fa-road-spikes::before {
  content: "\e568"; }
.fa-fire-burner::before {
  content: "\e4f1"; }
.fa-flag::before {
  content: "\f024"; }
.fa-hanukiah::before {
  content: "\f6e6"; }
.fa-feather::before {
  content: "\f52d"; }
.fa-volume-low::before {
  content: "\f027"; }
.fa-volume-down::before {
  content: "\f027"; }
.fa-comment-slash::before {
  content: "\f4b3"; }
.fa-cloud-sun-rain::before {
  content: "\f743"; }
.fa-compress::before {
  content: "\f066"; }
.fa-wheat-awn::before {
  content: "\e2cd"; }
.fa-wheat-alt::before {
  content: "\e2cd"; }
.fa-ankh::before {
  content: "\f644"; }
.fa-hands-holding-child::before {
  content: "\e4fa"; }
.fa-asterisk::before {
  content: "\2a"; }
.fa-square-check::before {
  content: "\f14a"; }
.fa-check-square::before {
  content: "\f14a"; }
.fa-peseta-sign::before {
  content: "\e221"; }
.fa-heading::before {
  content: "\f1dc"; }
.fa-header::before {
  content: "\f1dc"; }
.fa-ghost::before {
  content: "\f6e2"; }
.fa-list::before {
  content: "\f03a"; }
.fa-list-squares::before {
  content: "\f03a"; }
.fa-square-phone-flip::before {
  content: "\f87b"; }
.fa-phone-square-alt::before {
  content: "\f87b"; }
.fa-cart-plus::before {
  content: "\f217"; }
.fa-gamepad::before {
  content: "\f11b"; }
.fa-circle-dot::before {
  content: "\f192"; }
.fa-dot-circle::before {
  content: "\f192"; }
.fa-face-dizzy::before {
  content: "\f567"; }
.fa-dizzy::before {
  content: "\f567"; }
.fa-egg::before {
  content: "\f7fb"; }
.fa-house-medical-circle-xmark::before {
  content: "\e513"; }
.fa-campground::before {
  content: "\f6bb"; }
.fa-folder-plus::before {
  content: "\f65e"; }
.fa-futbol::before {
  content: "\f1e3"; }
.fa-futbol-ball::before {
  content: "\f1e3"; }
.fa-soccer-ball::before {
  content: "\f1e3"; }
.fa-paintbrush::before {
  content: "\f1fc"; }
.fa-paint-brush::before {
  content: "\f1fc"; }
.fa-lock::before {
  content: "\f023"; }
.fa-gas-pump::before {
  content: "\f52f"; }
.fa-hot-tub-person::before {
  content: "\f593"; }
.fa-hot-tub::before {
  content: "\f593"; }
.fa-map-location::before {
  content: "\f59f"; }
.fa-map-marked::before {
  content: "\f59f"; }
.fa-house-flood-water::before {
  content: "\e50e"; }
.fa-tree::before {
  content: "\f1bb"; }
.fa-bridge-lock::before {
  content: "\e4cc"; }
.fa-sack-dollar::before {
  content: "\f81d"; }
.fa-pen-to-square::before {
  content: "\f044"; }
.fa-edit::before {
  content: "\f044"; }
.fa-car-side::before {
  content: "\f5e4"; }
.fa-share-nodes::before {
  content: "\f1e0"; }
.fa-share-alt::before {
  content: "\f1e0"; }
.fa-heart-circle-minus::before {
  content: "\e4ff"; }
.fa-hourglass-half::before {
  content: "\f252"; }
.fa-hourglass-2::before {
  content: "\f252"; }
.fa-microscope::before {
  content: "\f610"; }
.fa-sink::before {
  content: "\e06d"; }
.fa-bag-shopping::before {
  content: "\f290"; }
.fa-shopping-bag::before {
  content: "\f290"; }
.fa-arrow-down-z-a::before {
  content: "\f881"; }
.fa-sort-alpha-desc::before {
  content: "\f881"; }
.fa-sort-alpha-down-alt::before {
  content: "\f881"; }
.fa-mitten::before {
  content: "\f7b5"; }
.fa-person-rays::before {
  content: "\e54d"; }
.fa-users::before {
  content: "\f0c0"; }
.fa-eye-slash::before {
  content: "\f070"; }
.fa-flask-vial::before {
  content: "\e4f3"; }
.fa-hand::before {
  content: "\f256"; }
.fa-hand-paper::before {
  content: "\f256"; }
.fa-om::before {
  content: "\f679"; }
.fa-worm::before {
  content: "\e599"; }
.fa-house-circle-xmark::before {
  content: "\e50b"; }
.fa-plug::before {
  content: "\f1e6"; }
.fa-chevron-up::before {
  content: "\f077"; }
.fa-hand-spock::before {
  content: "\f259"; }
.fa-stopwatch::before {
  content: "\f2f2"; }
.fa-face-kiss::before {
  content: "\f596"; }
.fa-kiss::before {
  content: "\f596"; }
.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }
.fa-face-grin-tongue::before {
  content: "\f589"; }
.fa-grin-tongue::before {
  content: "\f589"; }
.fa-chess-bishop::before {
  content: "\f43a"; }
.fa-face-grin-wink::before {
  content: "\f58c"; }
.fa-grin-wink::before {
  content: "\f58c"; }
.fa-ear-deaf::before {
  content: "\f2a4"; }
.fa-deaf::before {
  content: "\f2a4"; }
.fa-deafness::before {
  content: "\f2a4"; }
.fa-hard-of-hearing::before {
  content: "\f2a4"; }
.fa-road-circle-check::before {
  content: "\e564"; }
.fa-dice-five::before {
  content: "\f523"; }
.fa-square-rss::before {
  content: "\f143"; }
.fa-rss-square::before {
  content: "\f143"; }
.fa-land-mine-on::before {
  content: "\e51b"; }
.fa-i-cursor::before {
  content: "\f246"; }
.fa-stamp::before {
  content: "\f5bf"; }
.fa-stairs::before {
  content: "\e289"; }
.fa-i::before {
  content: "\49"; }
.fa-hryvnia-sign::before {
  content: "\f6f2"; }
.fa-hryvnia::before {
  content: "\f6f2"; }
.fa-pills::before {
  content: "\f484"; }
.fa-face-grin-wide::before {
  content: "\f581"; }
.fa-grin-alt::before {
  content: "\f581"; }
.fa-tooth::before {
  content: "\f5c9"; }
.fa-v::before {
  content: "\56"; }
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }
.fa-bicycle::before {
  content: "\f206"; }
.fa-staff-snake::before {
  content: "\e579"; }
.fa-rod-asclepius::before {
  content: "\e579"; }
.fa-rod-snake::before {
  content: "\e579"; }
.fa-staff-aesculapius::before {
  content: "\e579"; }
.fa-head-side-cough-slash::before {
  content: "\e062"; }
.fa-truck-medical::before {
  content: "\f0f9"; }
.fa-ambulance::before {
  content: "\f0f9"; }
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }
.fa-snowman::before {
  content: "\f7d0"; }
.fa-mortar-pestle::before {
  content: "\f5a7"; }
.fa-road-barrier::before {
  content: "\e562"; }
.fa-school::before {
  content: "\f549"; }
.fa-igloo::before {
  content: "\f7ae"; }
.fa-joint::before {
  content: "\f595"; }
.fa-angle-right::before {
  content: "\f105"; }
.fa-horse::before {
  content: "\f6f0"; }
.fa-q::before {
  content: "\51"; }
.fa-g::before {
  content: "\47"; }
.fa-notes-medical::before {
  content: "\f481"; }
.fa-temperature-half::before {
  content: "\f2c9"; }
.fa-temperature-2::before {
  content: "\f2c9"; }
.fa-thermometer-2::before {
  content: "\f2c9"; }
.fa-thermometer-half::before {
  content: "\f2c9"; }
.fa-dong-sign::before {
  content: "\e169"; }
.fa-capsules::before {
  content: "\f46b"; }
.fa-poo-storm::before {
  content: "\f75a"; }
.fa-poo-bolt::before {
  content: "\f75a"; }
.fa-face-frown-open::before {
  content: "\f57a"; }
.fa-frown-open::before {
  content: "\f57a"; }
.fa-hand-point-up::before {
  content: "\f0a6"; }
.fa-money-bill::before {
  content: "\f0d6"; }
.fa-bookmark::before {
  content: "\f02e"; }
.fa-align-justify::before {
  content: "\f039"; }
.fa-umbrella-beach::before {
  content: "\f5ca"; }
.fa-helmet-un::before {
  content: "\e503"; }
.fa-bullseye::before {
  content: "\f140"; }
.fa-bacon::before {
  content: "\f7e5"; }
.fa-hand-point-down::before {
  content: "\f0a7"; }
.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }
.fa-folder::before {
  content: "\f07b"; }
.fa-folder-blank::before {
  content: "\f07b"; }
.fa-file-waveform::before {
  content: "\f478"; }
.fa-file-medical-alt::before {
  content: "\f478"; }
.fa-radiation::before {
  content: "\f7b9"; }
.fa-chart-simple::before {
  content: "\e473"; }
.fa-mars-stroke::before {
  content: "\f229"; }
.fa-vial::before {
  content: "\f492"; }
.fa-gauge::before {
  content: "\f624"; }
.fa-dashboard::before {
  content: "\f624"; }
.fa-gauge-med::before {
  content: "\f624"; }
.fa-tachometer-alt-average::before {
  content: "\f624"; }
.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }
.fa-e::before {
  content: "\45"; }
.fa-pen-clip::before {
  content: "\f305"; }
.fa-pen-alt::before {
  content: "\f305"; }
.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }
.fa-user::before {
  content: "\f007"; }
.fa-school-circle-check::before {
  content: "\e56b"; }
.fa-dumpster::before {
  content: "\f793"; }
.fa-van-shuttle::before {
  content: "\f5b6"; }
.fa-shuttle-van::before {
  content: "\f5b6"; }
.fa-building-user::before {
  content: "\e4da"; }
.fa-square-caret-left::before {
  content: "\f191"; }
.fa-caret-square-left::before {
  content: "\f191"; }
.fa-highlighter::before {
  content: "\f591"; }
.fa-key::before {
  content: "\f084"; }
.fa-bullhorn::before {
  content: "\f0a1"; }
.fa-globe::before {
  content: "\f0ac"; }
.fa-synagogue::before {
  content: "\f69b"; }
.fa-person-half-dress::before {
  content: "\e548"; }
.fa-road-bridge::before {
  content: "\e563"; }
.fa-location-arrow::before {
  content: "\f124"; }
.fa-c::before {
  content: "\43"; }
.fa-tablet-button::before {
  content: "\f10a"; }
.fa-building-lock::before {
  content: "\e4d6"; }
.fa-pizza-slice::before {
  content: "\f818"; }
.fa-money-bill-wave::before {
  content: "\f53a"; }
.fa-chart-area::before {
  content: "\f1fe"; }
.fa-area-chart::before {
  content: "\f1fe"; }
.fa-house-flag::before {
  content: "\e50d"; }
.fa-person-circle-minus::before {
  content: "\e540"; }
.fa-ban::before {
  content: "\f05e"; }
.fa-cancel::before {
  content: "\f05e"; }
.fa-camera-rotate::before {
  content: "\e0d8"; }
.fa-spray-can-sparkles::before {
  content: "\f5d0"; }
.fa-air-freshener::before {
  content: "\f5d0"; }
.fa-star::before {
  content: "\f005"; }
.fa-repeat::before {
  content: "\f363"; }
.fa-cross::before {
  content: "\f654"; }
.fa-box::before {
  content: "\f466"; }
.fa-venus-mars::before {
  content: "\f228"; }
.fa-arrow-pointer::before {
  content: "\f245"; }
.fa-mouse-pointer::before {
  content: "\f245"; }
.fa-maximize::before {
  content: "\f31e"; }
.fa-expand-arrows-alt::before {
  content: "\f31e"; }
.fa-charging-station::before {
  content: "\f5e7"; }
.fa-shapes::before {
  content: "\f61f"; }
.fa-triangle-circle-square::before {
  content: "\f61f"; }
.fa-shuffle::before {
  content: "\f074"; }
.fa-random::before {
  content: "\f074"; }
.fa-person-running::before {
  content: "\f70c"; }
.fa-running::before {
  content: "\f70c"; }
.fa-mobile-retro::before {
  content: "\e527"; }
.fa-grip-lines-vertical::before {
  content: "\f7a5"; }
.fa-spider::before {
  content: "\f717"; }
.fa-hands-bound::before {
  content: "\e4f9"; }
.fa-file-invoice-dollar::before {
  content: "\f571"; }
.fa-plane-circle-exclamation::before {
  content: "\e556"; }
.fa-x-ray::before {
  content: "\f497"; }
.fa-spell-check::before {
  content: "\f891"; }
.fa-slash::before {
  content: "\f715"; }
.fa-computer-mouse::before {
  content: "\f8cc"; }
.fa-mouse::before {
  content: "\f8cc"; }
.fa-arrow-right-to-bracket::before {
  content: "\f090"; }
.fa-sign-in::before {
  content: "\f090"; }
.fa-shop-slash::before {
  content: "\e070"; }
.fa-store-alt-slash::before {
  content: "\e070"; }
.fa-server::before {
  content: "\f233"; }
.fa-virus-covid-slash::before {
  content: "\e4a9"; }
.fa-shop-lock::before {
  content: "\e4a5"; }
.fa-hourglass-start::before {
  content: "\f251"; }
.fa-hourglass-1::before {
  content: "\f251"; }
.fa-blender-phone::before {
  content: "\f6b6"; }
.fa-building-wheat::before {
  content: "\e4db"; }
.fa-person-breastfeeding::before {
  content: "\e53a"; }
.fa-right-to-bracket::before {
  content: "\f2f6"; }
.fa-sign-in-alt::before {
  content: "\f2f6"; }
.fa-venus::before {
  content: "\f221"; }
.fa-passport::before {
  content: "\f5ab"; }
.fa-heart-pulse::before {
  content: "\f21e"; }
.fa-heartbeat::before {
  content: "\f21e"; }
.fa-people-carry-box::before {
  content: "\f4ce"; }
.fa-people-carry::before {
  content: "\f4ce"; }
.fa-temperature-high::before {
  content: "\f769"; }
.fa-microchip::before {
  content: "\f2db"; }
.fa-crown::before {
  content: "\f521"; }
.fa-weight-hanging::before {
  content: "\f5cd"; }
.fa-xmarks-lines::before {
  content: "\e59a"; }
.fa-file-prescription::before {
  content: "\f572"; }
.fa-weight-scale::before {
  content: "\f496"; }
.fa-weight::before {
  content: "\f496"; }
.fa-user-group::before {
  content: "\f500"; }
.fa-user-friends::before {
  content: "\f500"; }
.fa-arrow-up-a-z::before {
  content: "\f15e"; }
.fa-sort-alpha-up::before {
  content: "\f15e"; }
.fa-chess-knight::before {
  content: "\f441"; }
.fa-face-laugh-squint::before {
  content: "\f59b"; }
.fa-laugh-squint::before {
  content: "\f59b"; }
.fa-wheelchair::before {
  content: "\f193"; }
.fa-circle-arrow-up::before {
  content: "\f0aa"; }
.fa-arrow-circle-up::before {
  content: "\f0aa"; }
.fa-toggle-on::before {
  content: "\f205"; }
.fa-person-walking::before {
  content: "\f554"; }
.fa-walking::before {
  content: "\f554"; }
.fa-l::before {
  content: "\4c"; }
.fa-fire::before {
  content: "\f06d"; }
.fa-bed-pulse::before {
  content: "\f487"; }
.fa-procedures::before {
  content: "\f487"; }
.fa-shuttle-space::before {
  content: "\f197"; }
.fa-space-shuttle::before {
  content: "\f197"; }
.fa-face-laugh::before {
  content: "\f599"; }
.fa-laugh::before {
  content: "\f599"; }
.fa-folder-open::before {
  content: "\f07c"; }
.fa-heart-circle-plus::before {
  content: "\e500"; }
.fa-code-fork::before {
  content: "\e13b"; }
.fa-city::before {
  content: "\f64f"; }
.fa-microphone-lines::before {
  content: "\f3c9"; }
.fa-microphone-alt::before {
  content: "\f3c9"; }
.fa-pepper-hot::before {
  content: "\f816"; }
.fa-unlock::before {
  content: "\f09c"; }
.fa-colon-sign::before {
  content: "\e140"; }
.fa-headset::before {
  content: "\f590"; }
.fa-store-slash::before {
  content: "\e071"; }
.fa-road-circle-xmark::before {
  content: "\e566"; }
.fa-user-minus::before {
  content: "\f503"; }
.fa-mars-stroke-up::before {
  content: "\f22a"; }
.fa-mars-stroke-v::before {
  content: "\f22a"; }
.fa-champagne-glasses::before {
  content: "\f79f"; }
.fa-glass-cheers::before {
  content: "\f79f"; }
.fa-clipboard::before {
  content: "\f328"; }
.fa-house-circle-exclamation::before {
  content: "\e50a"; }
.fa-file-arrow-up::before {
  content: "\f574"; }
.fa-file-upload::before {
  content: "\f574"; }
.fa-wifi::before {
  content: "\f1eb"; }
.fa-wifi-3::before {
  content: "\f1eb"; }
.fa-wifi-strong::before {
  content: "\f1eb"; }
.fa-bath::before {
  content: "\f2cd"; }
.fa-bathtub::before {
  content: "\f2cd"; }
.fa-underline::before {
  content: "\f0cd"; }
.fa-user-pen::before {
  content: "\f4ff"; }
.fa-user-edit::before {
  content: "\f4ff"; }
.fa-signature::before {
  content: "\f5b7"; }
.fa-stroopwafel::before {
  content: "\f551"; }
.fa-bold::before {
  content: "\f032"; }
.fa-anchor-lock::before {
  content: "\e4ad"; }
.fa-building-ngo::before {
  content: "\e4d7"; }
.fa-manat-sign::before {
  content: "\e1d5"; }
.fa-not-equal::before {
  content: "\f53e"; }
.fa-border-top-left::before {
  content: "\f853"; }
.fa-border-style::before {
  content: "\f853"; }
.fa-map-location-dot::before {
  content: "\f5a0"; }
.fa-map-marked-alt::before {
  content: "\f5a0"; }
.fa-jedi::before {
  content: "\f669"; }
.fa-square-poll-vertical::before {
  content: "\f681"; }
.fa-poll::before {
  content: "\f681"; }
.fa-mug-hot::before {
  content: "\f7b6"; }
.fa-car-battery::before {
  content: "\f5df"; }
.fa-battery-car::before {
  content: "\f5df"; }
.fa-gift::before {
  content: "\f06b"; }
.fa-dice-two::before {
  content: "\f528"; }
.fa-chess-queen::before {
  content: "\f445"; }
.fa-glasses::before {
  content: "\f530"; }
.fa-chess-board::before {
  content: "\f43c"; }
.fa-building-circle-check::before {
  content: "\e4d2"; }
.fa-person-chalkboard::before {
  content: "\e53d"; }
.fa-mars-stroke-right::before {
  content: "\f22b"; }
.fa-mars-stroke-h::before {
  content: "\f22b"; }
.fa-hand-back-fist::before {
  content: "\f255"; }
.fa-hand-rock::before {
  content: "\f255"; }
.fa-square-caret-up::before {
  content: "\f151"; }
.fa-caret-square-up::before {
  content: "\f151"; }
.fa-cloud-showers-water::before {
  content: "\e4e4"; }
.fa-chart-bar::before {
  content: "\f080"; }
.fa-bar-chart::before {
  content: "\f080"; }
.fa-hands-bubbles::before {
  content: "\e05e"; }
.fa-hands-wash::before {
  content: "\e05e"; }
.fa-less-than-equal::before {
  content: "\f537"; }
.fa-train::before {
  content: "\f238"; }
.fa-eye-low-vision::before {
  content: "\f2a8"; }
.fa-low-vision::before {
  content: "\f2a8"; }
.fa-crow::before {
  content: "\f520"; }
.fa-sailboat::before {
  content: "\e445"; }
.fa-window-restore::before {
  content: "\f2d2"; }
.fa-square-plus::before {
  content: "\f0fe"; }
.fa-plus-square::before {
  content: "\f0fe"; }
.fa-torii-gate::before {
  content: "\f6a1"; }
.fa-frog::before {
  content: "\f52e"; }
.fa-bucket::before {
  content: "\e4cf"; }
.fa-image::before {
  content: "\f03e"; }
.fa-microphone::before {
  content: "\f130"; }
.fa-cow::before {
  content: "\f6c8"; }
.fa-caret-up::before {
  content: "\f0d8"; }
.fa-screwdriver::before {
  content: "\f54a"; }
.fa-folder-closed::before {
  content: "\e185"; }
.fa-house-tsunami::before {
  content: "\e515"; }
.fa-square-nfi::before {
  content: "\e576"; }
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }
.fa-martini-glass::before {
  content: "\f57b"; }
.fa-glass-martini-alt::before {
  content: "\f57b"; }
.fa-rotate-left::before {
  content: "\f2ea"; }
.fa-rotate-back::before {
  content: "\f2ea"; }
.fa-rotate-backward::before {
  content: "\f2ea"; }
.fa-undo-alt::before {
  content: "\f2ea"; }
.fa-table-columns::before {
  content: "\f0db"; }
.fa-columns::before {
  content: "\f0db"; }
.fa-lemon::before {
  content: "\f094"; }
.fa-head-side-mask::before {
  content: "\e063"; }
.fa-handshake::before {
  content: "\f2b5"; }
.fa-gem::before {
  content: "\f3a5"; }
.fa-dolly::before {
  content: "\f472"; }
.fa-dolly-box::before {
  content: "\f472"; }
.fa-smoking::before {
  content: "\f48d"; }
.fa-minimize::before {
  content: "\f78c"; }
.fa-compress-arrows-alt::before {
  content: "\f78c"; }
.fa-monument::before {
  content: "\f5a6"; }
.fa-snowplow::before {
  content: "\f7d2"; }
.fa-angles-right::before {
  content: "\f101"; }
.fa-angle-double-right::before {
  content: "\f101"; }
.fa-cannabis::before {
  content: "\f55f"; }
.fa-circle-play::before {
  content: "\f144"; }
.fa-play-circle::before {
  content: "\f144"; }
.fa-tablets::before {
  content: "\f490"; }
.fa-ethernet::before {
  content: "\f796"; }
.fa-euro-sign::before {
  content: "\f153"; }
.fa-eur::before {
  content: "\f153"; }
.fa-euro::before {
  content: "\f153"; }
.fa-chair::before {
  content: "\f6c0"; }
.fa-circle-check::before {
  content: "\f058"; }
.fa-check-circle::before {
  content: "\f058"; }
.fa-circle-stop::before {
  content: "\f28d"; }
.fa-stop-circle::before {
  content: "\f28d"; }
.fa-compass-drafting::before {
  content: "\f568"; }
.fa-drafting-compass::before {
  content: "\f568"; }
.fa-plate-wheat::before {
  content: "\e55a"; }
.fa-icicles::before {
  content: "\f7ad"; }
.fa-person-shelter::before {
  content: "\e54f"; }
.fa-neuter::before {
  content: "\f22c"; }
.fa-id-badge::before {
  content: "\f2c1"; }
.fa-marker::before {
  content: "\f5a1"; }
.fa-face-laugh-beam::before {
  content: "\f59a"; }
.fa-laugh-beam::before {
  content: "\f59a"; }
.fa-helicopter-symbol::before {
  content: "\e502"; }
.fa-universal-access::before {
  content: "\f29a"; }
.fa-circle-chevron-up::before {
  content: "\f139"; }
.fa-chevron-circle-up::before {
  content: "\f139"; }
.fa-lari-sign::before {
  content: "\e1c8"; }
.fa-volcano::before {
  content: "\f770"; }
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }
.fa-sterling-sign::before {
  content: "\f154"; }
.fa-gbp::before {
  content: "\f154"; }
.fa-pound-sign::before {
  content: "\f154"; }
.fa-viruses::before {
  content: "\e076"; }
.fa-square-person-confined::before {
  content: "\e577"; }
.fa-user-tie::before {
  content: "\f508"; }
.fa-arrow-down-long::before {
  content: "\f175"; }
.fa-long-arrow-down::before {
  content: "\f175"; }
.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }
.fa-certificate::before {
  content: "\f0a3"; }
.fa-reply-all::before {
  content: "\f122"; }
.fa-mail-reply-all::before {
  content: "\f122"; }
.fa-suitcase::before {
  content: "\f0f2"; }
.fa-person-skating::before {
  content: "\f7c5"; }
.fa-skating::before {
  content: "\f7c5"; }
.fa-filter-circle-dollar::before {
  content: "\f662"; }
.fa-funnel-dollar::before {
  content: "\f662"; }
.fa-camera-retro::before {
  content: "\f083"; }
.fa-circle-arrow-down::before {
  content: "\f0ab"; }
.fa-arrow-circle-down::before {
  content: "\f0ab"; }
.fa-file-import::before {
  content: "\f56f"; }
.fa-arrow-right-to-file::before {
  content: "\f56f"; }
.fa-square-arrow-up-right::before {
  content: "\f14c"; }
.fa-external-link-square::before {
  content: "\f14c"; }
.fa-box-open::before {
  content: "\f49e"; }
.fa-scroll::before {
  content: "\f70e"; }
.fa-spa::before {
  content: "\f5bb"; }
.fa-location-pin-lock::before {
  content: "\e51f"; }
.fa-pause::before {
  content: "\f04c"; }
.fa-hill-avalanche::before {
  content: "\e507"; }
.fa-temperature-empty::before {
  content: "\f2cb"; }
.fa-temperature-0::before {
  content: "\f2cb"; }
.fa-thermometer-0::before {
  content: "\f2cb"; }
.fa-thermometer-empty::before {
  content: "\f2cb"; }
.fa-bomb::before {
  content: "\f1e2"; }
.fa-registered::before {
  content: "\f25d"; }
.fa-address-card::before {
  content: "\f2bb"; }
.fa-contact-card::before {
  content: "\f2bb"; }
.fa-vcard::before {
  content: "\f2bb"; }
.fa-scale-unbalanced-flip::before {
  content: "\f516"; }
.fa-balance-scale-right::before {
  content: "\f516"; }
.fa-subscript::before {
  content: "\f12c"; }
.fa-diamond-turn-right::before {
  content: "\f5eb"; }
.fa-directions::before {
  content: "\f5eb"; }
.fa-burst::before {
  content: "\e4dc"; }
.fa-house-laptop::before {
  content: "\e066"; }
.fa-laptop-house::before {
  content: "\e066"; }
.fa-face-tired::before {
  content: "\f5c8"; }
.fa-tired::before {
  content: "\f5c8"; }
.fa-money-bills::before {
  content: "\e1f3"; }
.fa-smog::before {
  content: "\f75f"; }
.fa-crutch::before {
  content: "\f7f7"; }
.fa-cloud-arrow-up::before {
  content: "\f0ee"; }
.fa-cloud-upload::before {
  content: "\f0ee"; }
.fa-cloud-upload-alt::before {
  content: "\f0ee"; }
.fa-palette::before {
  content: "\f53f"; }
.fa-arrows-turn-right::before {
  content: "\e4c0"; }
.fa-vest::before {
  content: "\e085"; }
.fa-ferry::before {
  content: "\e4ea"; }
.fa-arrows-down-to-people::before {
  content: "\e4b9"; }
.fa-seedling::before {
  content: "\f4d8"; }
.fa-sprout::before {
  content: "\f4d8"; }
.fa-left-right::before {
  content: "\f337"; }
.fa-arrows-alt-h::before {
  content: "\f337"; }
.fa-boxes-packing::before {
  content: "\e4c7"; }
.fa-circle-arrow-left::before {
  content: "\f0a8"; }
.fa-arrow-circle-left::before {
  content: "\f0a8"; }
.fa-group-arrows-rotate::before {
  content: "\e4f6"; }
.fa-bowl-food::before {
  content: "\e4c6"; }
.fa-candy-cane::before {
  content: "\f786"; }
.fa-arrow-down-wide-short::before {
  content: "\f160"; }
.fa-sort-amount-asc::before {
  content: "\f160"; }
.fa-sort-amount-down::before {
  content: "\f160"; }
.fa-cloud-bolt::before {
  content: "\f76c"; }
.fa-thunderstorm::before {
  content: "\f76c"; }
.fa-text-slash::before {
  content: "\f87d"; }
.fa-remove-format::before {
  content: "\f87d"; }
.fa-face-smile-wink::before {
  content: "\f4da"; }
.fa-smile-wink::before {
  content: "\f4da"; }
.fa-file-word::before {
  content: "\f1c2"; }
.fa-file-powerpoint::before {
  content: "\f1c4"; }
.fa-arrows-left-right::before {
  content: "\f07e"; }
.fa-arrows-h::before {
  content: "\f07e"; }
.fa-house-lock::before {
  content: "\e510"; }
.fa-cloud-arrow-down::before {
  content: "\f0ed"; }
.fa-cloud-download::before {
  content: "\f0ed"; }
.fa-cloud-download-alt::before {
  content: "\f0ed"; }
.fa-children::before {
  content: "\e4e1"; }
.fa-chalkboard::before {
  content: "\f51b"; }
.fa-blackboard::before {
  content: "\f51b"; }
.fa-user-large-slash::before {
  content: "\f4fa"; }
.fa-user-alt-slash::before {
  content: "\f4fa"; }
.fa-envelope-open::before {
  content: "\f2b6"; }
.fa-handshake-simple-slash::before {
  content: "\e05f"; }
.fa-handshake-alt-slash::before {
  content: "\e05f"; }
.fa-mattress-pillow::before {
  content: "\e525"; }
.fa-guarani-sign::before {
  content: "\e19a"; }
.fa-arrows-rotate::before {
  content: "\f021"; }
.fa-refresh::before {
  content: "\f021"; }
.fa-sync::before {
  content: "\f021"; }
.fa-fire-extinguisher::before {
  content: "\f134"; }
.fa-cruzeiro-sign::before {
  content: "\e152"; }
.fa-greater-than-equal::before {
  content: "\f532"; }
.fa-shield-halved::before {
  content: "\f3ed"; }
.fa-shield-alt::before {
  content: "\f3ed"; }
.fa-book-atlas::before {
  content: "\f558"; }
.fa-atlas::before {
  content: "\f558"; }
.fa-virus::before {
  content: "\e074"; }
.fa-envelope-circle-check::before {
  content: "\e4e8"; }
.fa-layer-group::before {
  content: "\f5fd"; }
.fa-arrows-to-dot::before {
  content: "\e4be"; }
.fa-archway::before {
  content: "\f557"; }
.fa-heart-circle-check::before {
  content: "\e4fd"; }
.fa-house-chimney-crack::before {
  content: "\f6f1"; }
.fa-house-damage::before {
  content: "\f6f1"; }
.fa-file-zipper::before {
  content: "\f1c6"; }
.fa-file-archive::before {
  content: "\f1c6"; }
.fa-square::before {
  content: "\f0c8"; }
.fa-martini-glass-empty::before {
  content: "\f000"; }
.fa-glass-martini::before {
  content: "\f000"; }
.fa-couch::before {
  content: "\f4b8"; }
.fa-cedi-sign::before {
  content: "\e0df"; }
.fa-italic::before {
  content: "\f033"; }
.fa-church::before {
  content: "\f51d"; }
.fa-comments-dollar::before {
  content: "\f653"; }
.fa-democrat::before {
  content: "\f747"; }
.fa-z::before {
  content: "\5a"; }
.fa-person-skiing::before {
  content: "\f7c9"; }
.fa-skiing::before {
  content: "\f7c9"; }
.fa-road-lock::before {
  content: "\e567"; }
.fa-a::before {
  content: "\41"; }
.fa-temperature-arrow-down::before {
  content: "\e03f"; }
.fa-temperature-down::before {
  content: "\e03f"; }
.fa-feather-pointed::before {
  content: "\f56b"; }
.fa-feather-alt::before {
  content: "\f56b"; }
.fa-p::before {
  content: "\50"; }
.fa-snowflake::before {
  content: "\f2dc"; }
.fa-newspaper::before {
  content: "\f1ea"; }
.fa-rectangle-ad::before {
  content: "\f641"; }
.fa-ad::before {
  content: "\f641"; }
.fa-circle-arrow-right::before {
  content: "\f0a9"; }
.fa-arrow-circle-right::before {
  content: "\f0a9"; }
.fa-filter-circle-xmark::before {
  content: "\e17b"; }
.fa-locust::before {
  content: "\e520"; }
.fa-sort::before {
  content: "\f0dc"; }
.fa-unsorted::before {
  content: "\f0dc"; }
.fa-list-ol::before {
  content: "\f0cb"; }
.fa-list-1-2::before {
  content: "\f0cb"; }
.fa-list-numeric::before {
  content: "\f0cb"; }
.fa-person-dress-burst::before {
  content: "\e544"; }
.fa-money-check-dollar::before {
  content: "\f53d"; }
.fa-money-check-alt::before {
  content: "\f53d"; }
.fa-vector-square::before {
  content: "\f5cb"; }
.fa-bread-slice::before {
  content: "\f7ec"; }
.fa-language::before {
  content: "\f1ab"; }
.fa-face-kiss-wink-heart::before {
  content: "\f598"; }
.fa-kiss-wink-heart::before {
  content: "\f598"; }
.fa-filter::before {
  content: "\f0b0"; }
.fa-question::before {
  content: "\3f"; }
.fa-file-signature::before {
  content: "\f573"; }
.fa-up-down-left-right::before {
  content: "\f0b2"; }
.fa-arrows-alt::before {
  content: "\f0b2"; }
.fa-house-chimney-user::before {
  content: "\e065"; }
.fa-hand-holding-heart::before {
  content: "\f4be"; }
.fa-puzzle-piece::before {
  content: "\f12e"; }
.fa-money-check::before {
  content: "\f53c"; }
.fa-star-half-stroke::before {
  content: "\f5c0"; }
.fa-star-half-alt::before {
  content: "\f5c0"; }
.fa-code::before {
  content: "\f121"; }
.fa-whiskey-glass::before {
  content: "\f7a0"; }
.fa-glass-whiskey::before {
  content: "\f7a0"; }
.fa-building-circle-exclamation::before {
  content: "\e4d3"; }
.fa-magnifying-glass-chart::before {
  content: "\e522"; }
.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }
.fa-external-link::before {
  content: "\f08e"; }
.fa-cubes-stacked::before {
  content: "\e4e6"; }
.fa-won-sign::before {
  content: "\f159"; }
.fa-krw::before {
  content: "\f159"; }
.fa-won::before {
  content: "\f159"; }
.fa-virus-covid::before {
  content: "\e4a8"; }
.fa-austral-sign::before {
  content: "\e0a9"; }
.fa-f::before {
  content: "\46"; }
.fa-leaf::before {
  content: "\f06c"; }
.fa-road::before {
  content: "\f018"; }
.fa-taxi::before {
  content: "\f1ba"; }
.fa-cab::before {
  content: "\f1ba"; }
.fa-person-circle-plus::before {
  content: "\e541"; }
.fa-chart-pie::before {
  content: "\f200"; }
.fa-pie-chart::before {
  content: "\f200"; }
.fa-bolt-lightning::before {
  content: "\e0b7"; }
.fa-sack-xmark::before {
  content: "\e56a"; }
.fa-file-excel::before {
  content: "\f1c3"; }
.fa-file-contract::before {
  content: "\f56c"; }
.fa-fish-fins::before {
  content: "\e4f2"; }
.fa-building-flag::before {
  content: "\e4d5"; }
.fa-face-grin-beam::before {
  content: "\f582"; }
.fa-grin-beam::before {
  content: "\f582"; }
.fa-object-ungroup::before {
  content: "\f248"; }
.fa-poop::before {
  content: "\f619"; }
.fa-location-pin::before {
  content: "\f041"; }
.fa-map-marker::before {
  content: "\f041"; }
.fa-kaaba::before {
  content: "\f66b"; }
.fa-toilet-paper::before {
  content: "\f71e"; }
.fa-helmet-safety::before {
  content: "\f807"; }
.fa-hard-hat::before {
  content: "\f807"; }
.fa-hat-hard::before {
  content: "\f807"; }
.fa-eject::before {
  content: "\f052"; }
.fa-circle-right::before {
  content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }
.fa-plane-circle-check::before {
  content: "\e555"; }
.fa-face-rolling-eyes::before {
  content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }
.fa-object-group::before {
  content: "\f247"; }
.fa-chart-line::before {
  content: "\f201"; }
.fa-line-chart::before {
  content: "\f201"; }
.fa-mask-ventilator::before {
  content: "\e524"; }
.fa-arrow-right::before {
  content: "\f061"; }
.fa-signs-post::before {
  content: "\f277"; }
.fa-map-signs::before {
  content: "\f277"; }
.fa-cash-register::before {
  content: "\f788"; }
.fa-person-circle-question::before {
  content: "\e542"; }
.fa-h::before {
  content: "\48"; }
.fa-tarp::before {
  content: "\e57b"; }
.fa-screwdriver-wrench::before {
  content: "\f7d9"; }
.fa-tools::before {
  content: "\f7d9"; }
.fa-arrows-to-eye::before {
  content: "\e4bf"; }
.fa-plug-circle-bolt::before {
  content: "\e55b"; }
.fa-heart::before {
  content: "\f004"; }
.fa-mars-and-venus::before {
  content: "\f224"; }
.fa-house-user::before {
  content: "\e1b0"; }
.fa-home-user::before {
  content: "\e1b0"; }
.fa-dumpster-fire::before {
  content: "\f794"; }
.fa-house-crack::before {
  content: "\e3b1"; }
.fa-martini-glass-citrus::before {
  content: "\f561"; }
.fa-cocktail::before {
  content: "\f561"; }
.fa-face-surprise::before {
  content: "\f5c2"; }
.fa-surprise::before {
  content: "\f5c2"; }
.fa-bottle-water::before {
  content: "\e4c5"; }
.fa-circle-pause::before {
  content: "\f28b"; }
.fa-pause-circle::before {
  content: "\f28b"; }
.fa-toilet-paper-slash::before {
  content: "\e072"; }
.fa-apple-whole::before {
  content: "\f5d1"; }
.fa-apple-alt::before {
  content: "\f5d1"; }
.fa-kitchen-set::before {
  content: "\e51a"; }
.fa-r::before {
  content: "\52"; }
.fa-temperature-quarter::before {
  content: "\f2ca"; }
.fa-temperature-1::before {
  content: "\f2ca"; }
.fa-thermometer-1::before {
  content: "\f2ca"; }
.fa-thermometer-quarter::before {
  content: "\f2ca"; }
.fa-cube::before {
  content: "\f1b2"; }
.fa-bitcoin-sign::before {
  content: "\e0b4"; }
.fa-shield-dog::before {
  content: "\e573"; }
.fa-solar-panel::before {
  content: "\f5ba"; }
.fa-lock-open::before {
  content: "\f3c1"; }
.fa-elevator::before {
  content: "\e16d"; }
.fa-money-bill-transfer::before {
  content: "\e528"; }
.fa-money-bill-trend-up::before {
  content: "\e529"; }
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }
.fa-square-poll-horizontal::before {
  content: "\f682"; }
.fa-poll-h::before {
  content: "\f682"; }
.fa-circle::before {
  content: "\f111"; }
.fa-backward-fast::before {
  content: "\f049"; }
.fa-fast-backward::before {
  content: "\f049"; }
.fa-recycle::before {
  content: "\f1b8"; }
.fa-user-astronaut::before {
  content: "\f4fb"; }
.fa-plane-slash::before {
  content: "\e069"; }
.fa-trademark::before {
  content: "\f25c"; }
.fa-basketball::before {
  content: "\f434"; }
.fa-basketball-ball::before {
  content: "\f434"; }
.fa-satellite-dish::before {
  content: "\f7c0"; }
.fa-circle-up::before {
  content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }
.fa-mobile-screen-button::before {
  content: "\f3cd"; }
.fa-mobile-alt::before {
  content: "\f3cd"; }
.fa-volume-high::before {
  content: "\f028"; }
.fa-volume-up::before {
  content: "\f028"; }
.fa-users-rays::before {
  content: "\e593"; }
.fa-wallet::before {
  content: "\f555"; }
.fa-clipboard-check::before {
  content: "\f46c"; }
.fa-file-audio::before {
  content: "\f1c7"; }
.fa-burger::before {
  content: "\f805"; }
.fa-hamburger::before {
  content: "\f805"; }
.fa-wrench::before {
  content: "\f0ad"; }
.fa-bugs::before {
  content: "\e4d0"; }
.fa-rupee-sign::before {
  content: "\f156"; }
.fa-rupee::before {
  content: "\f156"; }
.fa-file-image::before {
  content: "\f1c5"; }
.fa-circle-question::before {
  content: "\f059"; }
.fa-question-circle::before {
  content: "\f059"; }
.fa-plane-departure::before {
  content: "\f5b0"; }
.fa-handshake-slash::before {
  content: "\e060"; }
.fa-book-bookmark::before {
  content: "\e0bb"; }
.fa-code-branch::before {
  content: "\f126"; }
.fa-hat-cowboy::before {
  content: "\f8c0"; }
.fa-bridge::before {
  content: "\e4c8"; }
.fa-phone-flip::before {
  content: "\f879"; }
.fa-phone-alt::before {
  content: "\f879"; }
.fa-truck-front::before {
  content: "\e2b7"; }
.fa-cat::before {
  content: "\f6be"; }
.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }
.fa-truck-field::before {
  content: "\e58d"; }
.fa-route::before {
  content: "\f4d7"; }
.fa-clipboard-question::before {
  content: "\e4e3"; }
.fa-panorama::before {
  content: "\e209"; }
.fa-comment-medical::before {
  content: "\f7f5"; }
.fa-teeth-open::before {
  content: "\f62f"; }
.fa-file-circle-minus::before {
  content: "\e4ed"; }
.fa-tags::before {
  content: "\f02c"; }
.fa-wine-glass::before {
  content: "\f4e3"; }
.fa-forward-fast::before {
  content: "\f050"; }
.fa-fast-forward::before {
  content: "\f050"; }
.fa-face-meh-blank::before {
  content: "\f5a4"; }
.fa-meh-blank::before {
  content: "\f5a4"; }
.fa-square-parking::before {
  content: "\f540"; }
.fa-parking::before {
  content: "\f540"; }
.fa-house-signal::before {
  content: "\e012"; }
.fa-bars-progress::before {
  content: "\f828"; }
.fa-tasks-alt::before {
  content: "\f828"; }
.fa-faucet-drip::before {
  content: "\e006"; }
.fa-cart-flatbed::before {
  content: "\f474"; }
.fa-dolly-flatbed::before {
  content: "\f474"; }
.fa-ban-smoking::before {
  content: "\f54d"; }
.fa-smoking-ban::before {
  content: "\f54d"; }
.fa-terminal::before {
  content: "\f120"; }
.fa-mobile-button::before {
  content: "\f10b"; }
.fa-house-medical-flag::before {
  content: "\e514"; }
.fa-basket-shopping::before {
  content: "\f291"; }
.fa-shopping-basket::before {
  content: "\f291"; }
.fa-tape::before {
  content: "\f4db"; }
.fa-bus-simple::before {
  content: "\f55e"; }
.fa-bus-alt::before {
  content: "\f55e"; }
.fa-eye::before {
  content: "\f06e"; }
.fa-face-sad-cry::before {
  content: "\f5b3"; }
.fa-sad-cry::before {
  content: "\f5b3"; }
.fa-audio-description::before {
  content: "\f29e"; }
.fa-person-military-to-person::before {
  content: "\e54c"; }
.fa-file-shield::before {
  content: "\e4f0"; }
.fa-user-slash::before {
  content: "\f506"; }
.fa-pen::before {
  content: "\f304"; }
.fa-tower-observation::before {
  content: "\e586"; }
.fa-file-code::before {
  content: "\f1c9"; }
.fa-signal::before {
  content: "\f012"; }
.fa-signal-5::before {
  content: "\f012"; }
.fa-signal-perfect::before {
  content: "\f012"; }
.fa-bus::before {
  content: "\f207"; }
.fa-heart-circle-xmark::before {
  content: "\e501"; }
.fa-house-chimney::before {
  content: "\e3af"; }
.fa-home-lg::before {
  content: "\e3af"; }
.fa-window-maximize::before {
  content: "\f2d0"; }
.fa-face-frown::before {
  content: "\f119"; }
.fa-frown::before {
  content: "\f119"; }
.fa-prescription::before {
  content: "\f5b1"; }
.fa-shop::before {
  content: "\f54f"; }
.fa-store-alt::before {
  content: "\f54f"; }
.fa-floppy-disk::before {
  content: "\f0c7"; }
.fa-save::before {
  content: "\f0c7"; }
.fa-vihara::before {
  content: "\f6a7"; }
.fa-scale-unbalanced::before {
  content: "\f515"; }
.fa-balance-scale-left::before {
  content: "\f515"; }
.fa-sort-up::before {
  content: "\f0de"; }
.fa-sort-asc::before {
  content: "\f0de"; }
.fa-comment-dots::before {
  content: "\f4ad"; }
.fa-commenting::before {
  content: "\f4ad"; }
.fa-plant-wilt::before {
  content: "\e5aa"; }
.fa-diamond::before {
  content: "\f219"; }
.fa-face-grin-squint::before {
  content: "\f585"; }
.fa-grin-squint::before {
  content: "\f585"; }
.fa-hand-holding-dollar::before {
  content: "\f4c0"; }
.fa-hand-holding-usd::before {
  content: "\f4c0"; }
.fa-bacterium::before {
  content: "\e05a"; }
.fa-hand-pointer::before {
  content: "\f25a"; }
.fa-drum-steelpan::before {
  content: "\f56a"; }
.fa-hand-scissors::before {
  content: "\f257"; }
.fa-hands-praying::before {
  content: "\f684"; }
.fa-praying-hands::before {
  content: "\f684"; }
.fa-arrow-rotate-right::before {
  content: "\f01e"; }
.fa-arrow-right-rotate::before {
  content: "\f01e"; }
.fa-arrow-rotate-forward::before {
  content: "\f01e"; }
.fa-redo::before {
  content: "\f01e"; }
.fa-biohazard::before {
  content: "\f780"; }
.fa-location-crosshairs::before {
  content: "\f601"; }
.fa-location::before {
  content: "\f601"; }
.fa-mars-double::before {
  content: "\f227"; }
.fa-child-dress::before {
  content: "\e59c"; }
.fa-users-between-lines::before {
  content: "\e591"; }
.fa-lungs-virus::before {
  content: "\e067"; }
.fa-face-grin-tears::before {
  content: "\f588"; }
.fa-grin-tears::before {
  content: "\f588"; }
.fa-phone::before {
  content: "\f095"; }
.fa-calendar-xmark::before {
  content: "\f273"; }
.fa-calendar-times::before {
  content: "\f273"; }
.fa-child-reaching::before {
  content: "\e59d"; }
.fa-head-side-virus::before {
  content: "\e064"; }
.fa-user-gear::before {
  content: "\f4fe"; }
.fa-user-cog::before {
  content: "\f4fe"; }
.fa-arrow-up-1-9::before {
  content: "\f163"; }
.fa-sort-numeric-up::before {
  content: "\f163"; }
.fa-door-closed::before {
  content: "\f52a"; }
.fa-shield-virus::before {
  content: "\e06c"; }
.fa-dice-six::before {
  content: "\f526"; }
.fa-mosquito-net::before {
  content: "\e52c"; }
.fa-bridge-water::before {
  content: "\e4ce"; }
.fa-person-booth::before {
  content: "\f756"; }
.fa-text-width::before {
  content: "\f035"; }
.fa-hat-wizard::before {
  content: "\f6e8"; }
.fa-pen-fancy::before {
  content: "\f5ac"; }
.fa-person-digging::before {
  content: "\f85e"; }
.fa-digging::before {
  content: "\f85e"; }
.fa-trash::before {
  content: "\f1f8"; }
.fa-gauge-simple::before {
  content: "\f629"; }
.fa-gauge-simple-med::before {
  content: "\f629"; }
.fa-tachometer-average::before {
  content: "\f629"; }
.fa-book-medical::before {
  content: "\f7e6"; }
.fa-poo::before {
  content: "\f2fe"; }
.fa-quote-right::before {
  content: "\f10e"; }
.fa-quote-right-alt::before {
  content: "\f10e"; }
.fa-shirt::before {
  content: "\f553"; }
.fa-t-shirt::before {
  content: "\f553"; }
.fa-tshirt::before {
  content: "\f553"; }
.fa-cubes::before {
  content: "\f1b3"; }
.fa-divide::before {
  content: "\f529"; }
.fa-tenge-sign::before {
  content: "\f7d7"; }
.fa-tenge::before {
  content: "\f7d7"; }
.fa-headphones::before {
  content: "\f025"; }
.fa-hands-holding::before {
  content: "\f4c2"; }
.fa-hands-clapping::before {
  content: "\e1a8"; }
.fa-republican::before {
  content: "\f75e"; }
.fa-arrow-left::before {
  content: "\f060"; }
.fa-person-circle-xmark::before {
  content: "\e543"; }
.fa-ruler::before {
  content: "\f545"; }
.fa-align-left::before {
  content: "\f036"; }
.fa-dice-d6::before {
  content: "\f6d1"; }
.fa-restroom::before {
  content: "\f7bd"; }
.fa-j::before {
  content: "\4a"; }
.fa-users-viewfinder::before {
  content: "\e595"; }
.fa-file-video::before {
  content: "\f1c8"; }
.fa-up-right-from-square::before {
  content: "\f35d"; }
.fa-external-link-alt::before {
  content: "\f35d"; }
.fa-table-cells::before {
  content: "\f00a"; }
.fa-th::before {
  content: "\f00a"; }
.fa-file-pdf::before {
  content: "\f1c1"; }
.fa-book-bible::before {
  content: "\f647"; }
.fa-bible::before {
  content: "\f647"; }
.fa-o::before {
  content: "\4f"; }
.fa-suitcase-medical::before {
  content: "\f0fa"; }
.fa-medkit::before {
  content: "\f0fa"; }
.fa-user-secret::before {
  content: "\f21b"; }
.fa-otter::before {
  content: "\f700"; }
.fa-person-dress::before {
  content: "\f182"; }
.fa-female::before {
  content: "\f182"; }
.fa-comment-dollar::before {
  content: "\f651"; }
.fa-business-time::before {
  content: "\f64a"; }
.fa-briefcase-clock::before {
  content: "\f64a"; }
.fa-table-cells-large::before {
  content: "\f009"; }
.fa-th-large::before {
  content: "\f009"; }
.fa-book-tanakh::before {
  content: "\f827"; }
.fa-tanakh::before {
  content: "\f827"; }
.fa-phone-volume::before {
  content: "\f2a0"; }
.fa-volume-control-phone::before {
  content: "\f2a0"; }
.fa-hat-cowboy-side::before {
  content: "\f8c1"; }
.fa-clipboard-user::before {
  content: "\f7f3"; }
.fa-child::before {
  content: "\f1ae"; }
.fa-lira-sign::before {
  content: "\f195"; }
.fa-satellite::before {
  content: "\f7bf"; }
.fa-plane-lock::before {
  content: "\e558"; }
.fa-tag::before {
  content: "\f02b"; }
.fa-comment::before {
  content: "\f075"; }
.fa-cake-candles::before {
  content: "\f1fd"; }
.fa-birthday-cake::before {
  content: "\f1fd"; }
.fa-cake::before {
  content: "\f1fd"; }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-angles-up::before {
  content: "\f102"; }
.fa-angle-double-up::before {
  content: "\f102"; }
.fa-paperclip::before {
  content: "\f0c6"; }
.fa-arrow-right-to-city::before {
  content: "\e4b3"; }
.fa-ribbon::before {
  content: "\f4d6"; }
.fa-lungs::before {
  content: "\f604"; }
.fa-arrow-up-9-1::before {
  content: "\f887"; }
.fa-sort-numeric-up-alt::before {
  content: "\f887"; }
.fa-litecoin-sign::before {
  content: "\e1d3"; }
.fa-border-none::before {
  content: "\f850"; }
.fa-circle-nodes::before {
  content: "\e4e2"; }
.fa-parachute-box::before {
  content: "\f4cd"; }
.fa-indent::before {
  content: "\f03c"; }
.fa-truck-field-un::before {
  content: "\e58e"; }
.fa-hourglass::before {
  content: "\f254"; }
.fa-hourglass-empty::before {
  content: "\f254"; }
.fa-mountain::before {
  content: "\f6fc"; }
.fa-user-doctor::before {
  content: "\f0f0"; }
.fa-user-md::before {
  content: "\f0f0"; }
.fa-circle-info::before {
  content: "\f05a"; }
.fa-info-circle::before {
  content: "\f05a"; }
.fa-cloud-meatball::before {
  content: "\f73b"; }
.fa-camera::before {
  content: "\f030"; }
.fa-camera-alt::before {
  content: "\f030"; }
.fa-square-virus::before {
  content: "\e578"; }
.fa-meteor::before {
  content: "\f753"; }
.fa-car-on::before {
  content: "\e4dd"; }
.fa-sleigh::before {
  content: "\f7cc"; }
.fa-arrow-down-1-9::before {
  content: "\f162"; }
.fa-sort-numeric-asc::before {
  content: "\f162"; }
.fa-sort-numeric-down::before {
  content: "\f162"; }
.fa-hand-holding-droplet::before {
  content: "\f4c1"; }
.fa-hand-holding-water::before {
  content: "\f4c1"; }
.fa-water::before {
  content: "\f773"; }
.fa-calendar-check::before {
  content: "\f274"; }
.fa-braille::before {
  content: "\f2a1"; }
.fa-prescription-bottle-medical::before {
  content: "\f486"; }
.fa-prescription-bottle-alt::before {
  content: "\f486"; }
.fa-landmark::before {
  content: "\f66f"; }
.fa-truck::before {
  content: "\f0d1"; }
.fa-crosshairs::before {
  content: "\f05b"; }
.fa-person-cane::before {
  content: "\e53c"; }
.fa-tent::before {
  content: "\e57d"; }
.fa-vest-patches::before {
  content: "\e086"; }
.fa-check-double::before {
  content: "\f560"; }
.fa-arrow-down-a-z::before {
  content: "\f15d"; }
.fa-sort-alpha-asc::before {
  content: "\f15d"; }
.fa-sort-alpha-down::before {
  content: "\f15d"; }
.fa-money-bill-wheat::before {
  content: "\e52a"; }
.fa-cookie::before {
  content: "\f563"; }
.fa-arrow-rotate-left::before {
  content: "\f0e2"; }
.fa-arrow-left-rotate::before {
  content: "\f0e2"; }
.fa-arrow-rotate-back::before {
  content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }
.fa-undo::before {
  content: "\f0e2"; }
.fa-hard-drive::before {
  content: "\f0a0"; }
.fa-hdd::before {
  content: "\f0a0"; }
.fa-face-grin-squint-tears::before {
  content: "\f586"; }
.fa-grin-squint-tears::before {
  content: "\f586"; }
.fa-dumbbell::before {
  content: "\f44b"; }
.fa-rectangle-list::before {
  content: "\f022"; }
.fa-list-alt::before {
  content: "\f022"; }
.fa-tarp-droplet::before {
  content: "\e57c"; }
.fa-house-medical-circle-check::before {
  content: "\e511"; }
.fa-person-skiing-nordic::before {
  content: "\f7ca"; }
.fa-skiing-nordic::before {
  content: "\f7ca"; }
.fa-calendar-plus::before {
  content: "\f271"; }
.fa-plane-arrival::before {
  content: "\f5af"; }
.fa-circle-left::before {
  content: "\f359"; }
.fa-arrow-alt-circle-left::before {
  content: "\f359"; }
.fa-train-subway::before {
  content: "\f239"; }
.fa-subway::before {
  content: "\f239"; }
.fa-chart-gantt::before {
  content: "\e0e4"; }
.fa-indian-rupee-sign::before {
  content: "\e1bc"; }
.fa-indian-rupee::before {
  content: "\e1bc"; }
.fa-inr::before {
  content: "\e1bc"; }
.fa-crop-simple::before {
  content: "\f565"; }
.fa-crop-alt::before {
  content: "\f565"; }
.fa-money-bill-1::before {
  content: "\f3d1"; }
.fa-money-bill-alt::before {
  content: "\f3d1"; }
.fa-left-long::before {
  content: "\f30a"; }
.fa-long-arrow-alt-left::before {
  content: "\f30a"; }
.fa-dna::before {
  content: "\f471"; }
.fa-virus-slash::before {
  content: "\e075"; }
.fa-minus::before {
  content: "\f068"; }
.fa-subtract::before {
  content: "\f068"; }
.fa-chess::before {
  content: "\f439"; }
.fa-arrow-left-long::before {
  content: "\f177"; }
.fa-long-arrow-left::before {
  content: "\f177"; }
.fa-plug-circle-check::before {
  content: "\e55c"; }
.fa-street-view::before {
  content: "\f21d"; }
.fa-franc-sign::before {
  content: "\e18f"; }
.fa-volume-off::before {
  content: "\f026"; }
.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-asl-interpreting::before {
  content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-gear::before {
  content: "\f013"; }
.fa-cog::before {
  content: "\f013"; }
.fa-droplet-slash::before {
  content: "\f5c7"; }
.fa-tint-slash::before {
  content: "\f5c7"; }
.fa-mosque::before {
  content: "\f678"; }
.fa-mosquito::before {
  content: "\e52b"; }
.fa-star-of-david::before {
  content: "\f69a"; }
.fa-person-military-rifle::before {
  content: "\e54b"; }
.fa-cart-shopping::before {
  content: "\f07a"; }
.fa-shopping-cart::before {
  content: "\f07a"; }
.fa-vials::before {
  content: "\f493"; }
.fa-plug-circle-plus::before {
  content: "\e55f"; }
.fa-place-of-worship::before {
  content: "\f67f"; }
.fa-grip-vertical::before {
  content: "\f58e"; }
.fa-arrow-turn-up::before {
  content: "\f148"; }
.fa-level-up::before {
  content: "\f148"; }
.fa-u::before {
  content: "\55"; }
.fa-square-root-variable::before {
  content: "\f698"; }
.fa-square-root-alt::before {
  content: "\f698"; }
.fa-clock::before {
  content: "\f017"; }
.fa-clock-four::before {
  content: "\f017"; }
.fa-backward-step::before {
  content: "\f048"; }
.fa-step-backward::before {
  content: "\f048"; }
.fa-pallet::before {
  content: "\f482"; }
.fa-faucet::before {
  content: "\e005"; }
.fa-baseball-bat-ball::before {
  content: "\f432"; }
.fa-s::before {
  content: "\53"; }
.fa-timeline::before {
  content: "\e29c"; }
.fa-keyboard::before {
  content: "\f11c"; }
.fa-caret-down::before {
  content: "\f0d7"; }
.fa-house-chimney-medical::before {
  content: "\f7f2"; }
.fa-clinic-medical::before {
  content: "\f7f2"; }
.fa-temperature-three-quarters::before {
  content: "\f2c8"; }
.fa-temperature-3::before {
  content: "\f2c8"; }
.fa-thermometer-3::before {
  content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }
.fa-mobile-screen::before {
  content: "\f3cf"; }
.fa-mobile-android-alt::before {
  content: "\f3cf"; }
.fa-plane-up::before {
  content: "\e22d"; }
.fa-piggy-bank::before {
  content: "\f4d3"; }
.fa-battery-half::before {
  content: "\f242"; }
.fa-battery-3::before {
  content: "\f242"; }
.fa-mountain-city::before {
  content: "\e52e"; }
.fa-coins::before {
  content: "\f51e"; }
.fa-khanda::before {
  content: "\f66d"; }
.fa-sliders::before {
  content: "\f1de"; }
.fa-sliders-h::before {
  content: "\f1de"; }
.fa-folder-tree::before {
  content: "\f802"; }
.fa-network-wired::before {
  content: "\f6ff"; }
.fa-map-pin::before {
  content: "\f276"; }
.fa-hamsa::before {
  content: "\f665"; }
.fa-cent-sign::before {
  content: "\e3f5"; }
.fa-flask::before {
  content: "\f0c3"; }
.fa-person-pregnant::before {
  content: "\e31e"; }
.fa-wand-sparkles::before {
  content: "\f72b"; }
.fa-ellipsis-vertical::before {
  content: "\f142"; }
.fa-ellipsis-v::before {
  content: "\f142"; }
.fa-ticket::before {
  content: "\f145"; }
.fa-power-off::before {
  content: "\f011"; }
.fa-right-long::before {
  content: "\f30b"; }
.fa-long-arrow-alt-right::before {
  content: "\f30b"; }
.fa-flag-usa::before {
  content: "\f74d"; }
.fa-laptop-file::before {
  content: "\e51d"; }
.fa-tty::before {
  content: "\f1e4"; }
.fa-teletype::before {
  content: "\f1e4"; }
.fa-diagram-next::before {
  content: "\e476"; }
.fa-person-rifle::before {
  content: "\e54e"; }
.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }
.fa-closed-captioning::before {
  content: "\f20a"; }
.fa-person-hiking::before {
  content: "\f6ec"; }
.fa-hiking::before {
  content: "\f6ec"; }
.fa-venus-double::before {
  content: "\f226"; }
.fa-images::before {
  content: "\f302"; }
.fa-calculator::before {
  content: "\f1ec"; }
.fa-people-pulling::before {
  content: "\e535"; }
.fa-n::before {
  content: "\4e"; }
.fa-cable-car::before {
  content: "\f7da"; }
.fa-tram::before {
  content: "\f7da"; }
.fa-cloud-rain::before {
  content: "\f73d"; }
.fa-building-circle-xmark::before {
  content: "\e4d4"; }
.fa-ship::before {
  content: "\f21a"; }
.fa-arrows-down-to-line::before {
  content: "\e4b8"; }
.fa-download::before {
  content: "\f019"; }
.fa-face-grin::before {
  content: "\f580"; }
.fa-grin::before {
  content: "\f580"; }
.fa-delete-left::before {
  content: "\f55a"; }
.fa-backspace::before {
  content: "\f55a"; }
.fa-eye-dropper::before {
  content: "\f1fb"; }
.fa-eye-dropper-empty::before {
  content: "\f1fb"; }
.fa-eyedropper::before {
  content: "\f1fb"; }
.fa-file-circle-check::before {
  content: "\e5a0"; }
.fa-forward::before {
  content: "\f04e"; }
.fa-mobile::before {
  content: "\f3ce"; }
.fa-mobile-android::before {
  content: "\f3ce"; }
.fa-mobile-phone::before {
  content: "\f3ce"; }
.fa-face-meh::before {
  content: "\f11a"; }
.fa-meh::before {
  content: "\f11a"; }
.fa-align-center::before {
  content: "\f037"; }
.fa-book-skull::before {
  content: "\f6b7"; }
.fa-book-dead::before {
  content: "\f6b7"; }
.fa-id-card::before {
  content: "\f2c2"; }
.fa-drivers-license::before {
  content: "\f2c2"; }
.fa-outdent::before {
  content: "\f03b"; }
.fa-dedent::before {
  content: "\f03b"; }
.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }
.fa-house::before {
  content: "\f015"; }
.fa-home::before {
  content: "\f015"; }
.fa-home-alt::before {
  content: "\f015"; }
.fa-home-lg-alt::before {
  content: "\f015"; }
.fa-calendar-week::before {
  content: "\f784"; }
.fa-laptop-medical::before {
  content: "\f812"; }
.fa-b::before {
  content: "\42"; }
.fa-file-medical::before {
  content: "\f477"; }
.fa-dice-one::before {
  content: "\f525"; }
.fa-kiwi-bird::before {
  content: "\f535"; }
.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }
.fa-exchange::before {
  content: "\f0ec"; }
.fa-rotate-right::before {
  content: "\f2f9"; }
.fa-redo-alt::before {
  content: "\f2f9"; }
.fa-rotate-forward::before {
  content: "\f2f9"; }
.fa-utensils::before {
  content: "\f2e7"; }
.fa-cutlery::before {
  content: "\f2e7"; }
.fa-arrow-up-wide-short::before {
  content: "\f161"; }
.fa-sort-amount-up::before {
  content: "\f161"; }
.fa-mill-sign::before {
  content: "\e1ed"; }
.fa-bowl-rice::before {
  content: "\e2eb"; }
.fa-skull::before {
  content: "\f54c"; }
.fa-tower-broadcast::before {
  content: "\f519"; }
.fa-broadcast-tower::before {
  content: "\f519"; }
.fa-truck-pickup::before {
  content: "\f63c"; }
.fa-up-long::before {
  content: "\f30c"; }
.fa-long-arrow-alt-up::before {
  content: "\f30c"; }
.fa-stop::before {
  content: "\f04d"; }
.fa-code-merge::before {
  content: "\f387"; }
.fa-upload::before {
  content: "\f093"; }
.fa-hurricane::before {
  content: "\f751"; }
.fa-mound::before {
  content: "\e52d"; }
.fa-toilet-portable::before {
  content: "\e583"; }
.fa-compact-disc::before {
  content: "\f51f"; }
.fa-file-arrow-down::before {
  content: "\f56d"; }
.fa-file-download::before {
  content: "\f56d"; }
.fa-caravan::before {
  content: "\f8ff"; }
.fa-shield-cat::before {
  content: "\e572"; }
.fa-bolt::before {
  content: "\f0e7"; }
.fa-zap::before {
  content: "\f0e7"; }
.fa-glass-water::before {
  content: "\e4f4"; }
.fa-oil-well::before {
  content: "\e532"; }
.fa-vault::before {
  content: "\e2c5"; }
.fa-mars::before {
  content: "\f222"; }
.fa-toilet::before {
  content: "\f7d8"; }
.fa-plane-circle-xmark::before {
  content: "\e557"; }
.fa-yen-sign::before {
  content: "\f157"; }
.fa-cny::before {
  content: "\f157"; }
.fa-jpy::before {
  content: "\f157"; }
.fa-rmb::before {
  content: "\f157"; }
.fa-yen::before {
  content: "\f157"; }
.fa-ruble-sign::before {
  content: "\f158"; }
.fa-rouble::before {
  content: "\f158"; }
.fa-rub::before {
  content: "\f158"; }
.fa-ruble::before {
  content: "\f158"; }
.fa-sun::before {
  content: "\f185"; }
.fa-guitar::before {
  content: "\f7a6"; }
.fa-face-laugh-wink::before {
  content: "\f59c"; }
.fa-laugh-wink::before {
  content: "\f59c"; }
.fa-horse-head::before {
  content: "\f7ab"; }
.fa-bore-hole::before {
  content: "\e4c3"; }
.fa-industry::before {
  content: "\f275"; }
.fa-circle-down::before {
  content: "\f358"; }
.fa-arrow-alt-circle-down::before {
  content: "\f358"; }
.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }
.fa-florin-sign::before {
  content: "\e184"; }
.fa-arrow-down-short-wide::before {
  content: "\f884"; }
.fa-sort-amount-desc::before {
  content: "\f884"; }
.fa-sort-amount-down-alt::before {
  content: "\f884"; }
.fa-less-than::before {
  content: "\3c"; }
.fa-angle-down::before {
  content: "\f107"; }
.fa-car-tunnel::before {
  content: "\e4de"; }
.fa-head-side-cough::before {
  content: "\e061"; }
.fa-grip-lines::before {
  content: "\f7a4"; }
.fa-thumbs-down::before {
  content: "\f165"; }
.fa-user-lock::before {
  content: "\f502"; }
.fa-arrow-right-long::before {
  content: "\f178"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }
.fa-ellipsis::before {
  content: "\f141"; }
.fa-ellipsis-h::before {
  content: "\f141"; }
.fa-chess-pawn::before {
  content: "\f443"; }
.fa-kit-medical::before {
  content: "\f479"; }
.fa-first-aid::before {
  content: "\f479"; }
.fa-person-through-window::before {
  content: "\e5a9"; }
.fa-toolbox::before {
  content: "\f552"; }
.fa-hands-holding-circle::before {
  content: "\e4fb"; }
.fa-bug::before {
  content: "\f188"; }
.fa-credit-card::before {
  content: "\f09d"; }
.fa-credit-card-alt::before {
  content: "\f09d"; }
.fa-car::before {
  content: "\f1b9"; }
.fa-automobile::before {
  content: "\f1b9"; }
.fa-hand-holding-hand::before {
  content: "\e4f7"; }
.fa-book-open-reader::before {
  content: "\f5da"; }
.fa-book-reader::before {
  content: "\f5da"; }
.fa-mountain-sun::before {
  content: "\e52f"; }
.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }
.fa-dice-d20::before {
  content: "\f6cf"; }
.fa-truck-droplet::before {
  content: "\e58c"; }
.fa-file-circle-xmark::before {
  content: "\e5a1"; }
.fa-temperature-arrow-up::before {
  content: "\e040"; }
.fa-temperature-up::before {
  content: "\e040"; }
.fa-medal::before {
  content: "\f5a2"; }
.fa-bed::before {
  content: "\f236"; }
.fa-square-h::before {
  content: "\f0fd"; }
.fa-h-square::before {
  content: "\f0fd"; }
.fa-podcast::before {
  content: "\f2ce"; }
.fa-temperature-full::before {
  content: "\f2c7"; }
.fa-temperature-4::before {
  content: "\f2c7"; }
.fa-thermometer-4::before {
  content: "\f2c7"; }
.fa-thermometer-full::before {
  content: "\f2c7"; }
.fa-bell::before {
  content: "\f0f3"; }
.fa-superscript::before {
  content: "\f12b"; }
.fa-plug-circle-xmark::before {
  content: "\e560"; }
.fa-star-of-life::before {
  content: "\f621"; }
.fa-phone-slash::before {
  content: "\f3dd"; }
.fa-paint-roller::before {
  content: "\f5aa"; }
.fa-handshake-angle::before {
  content: "\f4c4"; }
.fa-hands-helping::before {
  content: "\f4c4"; }
.fa-location-dot::before {
  content: "\f3c5"; }
.fa-map-marker-alt::before {
  content: "\f3c5"; }
.fa-file::before {
  content: "\f15b"; }
.fa-greater-than::before {
  content: "\3e"; }
.fa-person-swimming::before {
  content: "\f5c4"; }
.fa-swimmer::before {
  content: "\f5c4"; }
.fa-arrow-down::before {
  content: "\f063"; }
.fa-droplet::before {
  content: "\f043"; }
.fa-tint::before {
  content: "\f043"; }
.fa-eraser::before {
  content: "\f12d"; }
.fa-earth-americas::before {
  content: "\f57d"; }
.fa-earth::before {
  content: "\f57d"; }
.fa-earth-america::before {
  content: "\f57d"; }
.fa-globe-americas::before {
  content: "\f57d"; }
.fa-person-burst::before {
  content: "\e53b"; }
.fa-dove::before {
  content: "\f4ba"; }
.fa-battery-empty::before {
  content: "\f244"; }
.fa-battery-0::before {
  content: "\f244"; }
.fa-socks::before {
  content: "\f696"; }
.fa-inbox::before {
  content: "\f01c"; }
.fa-section::before {
  content: "\e447"; }
.fa-gauge-high::before {
  content: "\f625"; }
.fa-tachometer-alt::before {
  content: "\f625"; }
.fa-tachometer-alt-fast::before {
  content: "\f625"; }
.fa-envelope-open-text::before {
  content: "\f658"; }
.fa-hospital::before {
  content: "\f0f8"; }
.fa-hospital-alt::before {
  content: "\f0f8"; }
.fa-hospital-wide::before {
  content: "\f0f8"; }
.fa-wine-bottle::before {
  content: "\f72f"; }
.fa-chess-rook::before {
  content: "\f447"; }
.fa-bars-staggered::before {
  content: "\f550"; }
.fa-reorder::before {
  content: "\f550"; }
.fa-stream::before {
  content: "\f550"; }
.fa-dharmachakra::before {
  content: "\f655"; }
.fa-hotdog::before {
  content: "\f80f"; }
.fa-person-walking-with-cane::before {
  content: "\f29d"; }
.fa-blind::before {
  content: "\f29d"; }
.fa-drum::before {
  content: "\f569"; }
.fa-ice-cream::before {
  content: "\f810"; }
.fa-heart-circle-bolt::before {
  content: "\e4fc"; }
.fa-fax::before {
  content: "\f1ac"; }
.fa-paragraph::before {
  content: "\f1dd"; }
.fa-check-to-slot::before {
  content: "\f772"; }
.fa-vote-yea::before {
  content: "\f772"; }
.fa-star-half::before {
  content: "\f089"; }
.fa-boxes-stacked::before {
  content: "\f468"; }
.fa-boxes::before {
  content: "\f468"; }
.fa-boxes-alt::before {
  content: "\f468"; }
.fa-link::before {
  content: "\f0c1"; }
.fa-chain::before {
  content: "\f0c1"; }
.fa-ear-listen::before {
  content: "\f2a2"; }
.fa-assistive-listening-systems::before {
  content: "\f2a2"; }
.fa-tree-city::before {
  content: "\e587"; }
.fa-play::before {
  content: "\f04b"; }
.fa-font::before {
  content: "\f031"; }
.fa-rupiah-sign::before {
  content: "\e23d"; }
.fa-magnifying-glass::before {
  content: "\f002"; }
.fa-search::before {
  content: "\f002"; }
.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }
.fa-table-tennis::before {
  content: "\f45d"; }
.fa-person-dots-from-line::before {
  content: "\f470"; }
.fa-diagnoses::before {
  content: "\f470"; }
.fa-trash-can-arrow-up::before {
  content: "\f82a"; }
.fa-trash-restore-alt::before {
  content: "\f82a"; }
.fa-naira-sign::before {
  content: "\e1f6"; }
.fa-cart-arrow-down::before {
  content: "\f218"; }
.fa-walkie-talkie::before {
  content: "\f8ef"; }
.fa-file-pen::before {
  content: "\f31c"; }
.fa-file-edit::before {
  content: "\f31c"; }
.fa-receipt::before {
  content: "\f543"; }
.fa-square-pen::before {
  content: "\f14b"; }
.fa-pen-square::before {
  content: "\f14b"; }
.fa-pencil-square::before {
  content: "\f14b"; }
.fa-suitcase-rolling::before {
  content: "\f5c1"; }
.fa-person-circle-exclamation::before {
  content: "\e53f"; }
.fa-chevron-down::before {
  content: "\f078"; }
.fa-battery-full::before {
  content: "\f240"; }
.fa-battery::before {
  content: "\f240"; }
.fa-battery-5::before {
  content: "\f240"; }
.fa-skull-crossbones::before {
  content: "\f714"; }
.fa-code-compare::before {
  content: "\e13a"; }
.fa-list-ul::before {
  content: "\f0ca"; }
.fa-list-dots::before {
  content: "\f0ca"; }
.fa-school-lock::before {
  content: "\e56f"; }
.fa-tower-cell::before {
  content: "\e585"; }
.fa-down-long::before {
  content: "\f309"; }
.fa-long-arrow-alt-down::before {
  content: "\f309"; }
.fa-ranking-star::before {
  content: "\e561"; }
.fa-chess-king::before {
  content: "\f43f"; }
.fa-person-harassing::before {
  content: "\e549"; }
.fa-brazilian-real-sign::before {
  content: "\e46c"; }
.fa-landmark-dome::before {
  content: "\f752"; }
.fa-landmark-alt::before {
  content: "\f752"; }
.fa-arrow-up::before {
  content: "\f062"; }
.fa-tv::before {
  content: "\f26c"; }
.fa-television::before {
  content: "\f26c"; }
.fa-tv-alt::before {
  content: "\f26c"; }
.fa-shrimp::before {
  content: "\e448"; }
.fa-list-check::before {
  content: "\f0ae"; }
.fa-tasks::before {
  content: "\f0ae"; }
.fa-jug-detergent::before {
  content: "\e519"; }
.fa-circle-user::before {
  content: "\f2bd"; }
.fa-user-circle::before {
  content: "\f2bd"; }
.fa-user-shield::before {
  content: "\f505"; }
.fa-wind::before {
  content: "\f72e"; }
.fa-car-burst::before {
  content: "\f5e1"; }
.fa-car-crash::before {
  content: "\f5e1"; }
.fa-y::before {
  content: "\59"; }
.fa-person-snowboarding::before {
  content: "\f7ce"; }
.fa-snowboarding::before {
  content: "\f7ce"; }
.fa-truck-fast::before {
  content: "\f48b"; }
.fa-shipping-fast::before {
  content: "\f48b"; }
.fa-fish::before {
  content: "\f578"; }
.fa-user-graduate::before {
  content: "\f501"; }
.fa-circle-half-stroke::before {
  content: "\f042"; }
.fa-adjust::before {
  content: "\f042"; }
.fa-clapperboard::before {
  content: "\e131"; }
.fa-circle-radiation::before {
  content: "\f7ba"; }
.fa-radiation-alt::before {
  content: "\f7ba"; }
.fa-baseball::before {
  content: "\f433"; }
.fa-baseball-ball::before {
  content: "\f433"; }
.fa-jet-fighter-up::before {
  content: "\e518"; }
.fa-diagram-project::before {
  content: "\f542"; }
.fa-project-diagram::before {
  content: "\f542"; }
.fa-copy::before {
  content: "\f0c5"; }
.fa-volume-xmark::before {
  content: "\f6a9"; }
.fa-volume-mute::before {
  content: "\f6a9"; }
.fa-volume-times::before {
  content: "\f6a9"; }
.fa-hand-sparkles::before {
  content: "\e05d"; }
.fa-grip::before {
  content: "\f58d"; }
.fa-grip-horizontal::before {
  content: "\f58d"; }
.fa-share-from-square::before {
  content: "\f14d"; }
.fa-share-square::before {
  content: "\f14d"; }
.fa-child-combatant::before {
  content: "\e4e0"; }
.fa-child-rifle::before {
  content: "\e4e0"; }
.fa-gun::before {
  content: "\e19b"; }
.fa-square-phone::before {
  content: "\f098"; }
.fa-phone-square::before {
  content: "\f098"; }
.fa-plus::before {
  content: "\2b"; }
.fa-add::before {
  content: "\2b"; }
.fa-expand::before {
  content: "\f065"; }
.fa-computer::before {
  content: "\e4e5"; }
.fa-xmark::before {
  content: "\f00d"; }
.fa-close::before {
  content: "\f00d"; }
.fa-multiply::before {
  content: "\f00d"; }
.fa-remove::before {
  content: "\f00d"; }
.fa-times::before {
  content: "\f00d"; }
.fa-arrows-up-down-left-right::before {
  content: "\f047"; }
.fa-arrows::before {
  content: "\f047"; }
.fa-chalkboard-user::before {
  content: "\f51c"; }
.fa-chalkboard-teacher::before {
  content: "\f51c"; }
.fa-peso-sign::before {
  content: "\e222"; }
.fa-building-shield::before {
  content: "\e4d8"; }
.fa-baby::before {
  content: "\f77c"; }
.fa-users-line::before {
  content: "\e592"; }
.fa-quote-left::before {
  content: "\f10d"; }
.fa-quote-left-alt::before {
  content: "\f10d"; }
.fa-tractor::before {
  content: "\f722"; }
.fa-trash-arrow-up::before {
  content: "\f829"; }
.fa-trash-restore::before {
  content: "\f829"; }
.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }
.fa-lines-leaning::before {
  content: "\e51e"; }
.fa-ruler-combined::before {
  content: "\f546"; }
.fa-copyright::before {
  content: "\f1f9"; }
.fa-equals::before {
  content: "\3d"; }
.fa-blender::before {
  content: "\f517"; }
.fa-teeth::before {
  content: "\f62e"; }
.fa-shekel-sign::before {
  content: "\f20b"; }
.fa-ils::before {
  content: "\f20b"; }
.fa-shekel::before {
  content: "\f20b"; }
.fa-sheqel::before {
  content: "\f20b"; }
.fa-sheqel-sign::before {
  content: "\f20b"; }
.fa-map::before {
  content: "\f279"; }
.fa-rocket::before {
  content: "\f135"; }
.fa-photo-film::before {
  content: "\f87c"; }
.fa-photo-video::before {
  content: "\f87c"; }
.fa-folder-minus::before {
  content: "\f65d"; }
.fa-store::before {
  content: "\f54e"; }
.fa-arrow-trend-up::before {
  content: "\e098"; }
.fa-plug-circle-minus::before {
  content: "\e55e"; }
.fa-sign-hanging::before {
  content: "\f4d9"; }
.fa-sign::before {
  content: "\f4d9"; }
.fa-bezier-curve::before {
  content: "\f55b"; }
.fa-bell-slash::before {
  content: "\f1f6"; }
.fa-tablet::before {
  content: "\f3fb"; }
.fa-tablet-android::before {
  content: "\f3fb"; }
.fa-school-flag::before {
  content: "\e56e"; }
.fa-fill::before {
  content: "\f575"; }
.fa-angle-up::before {
  content: "\f106"; }
.fa-drumstick-bite::before {
  content: "\f6d7"; }
.fa-holly-berry::before {
  content: "\f7aa"; }
.fa-chevron-left::before {
  content: "\f053"; }
.fa-bacteria::before {
  content: "\e059"; }
.fa-hand-lizard::before {
  content: "\f258"; }
.fa-notdef::before {
  content: "\e1fe"; }
.fa-disease::before {
  content: "\f7fa"; }
.fa-briefcase-medical::before {
  content: "\f469"; }
.fa-genderless::before {
  content: "\f22d"; }
.fa-chevron-right::before {
  content: "\f054"; }
.fa-retweet::before {
  content: "\f079"; }
.fa-car-rear::before {
  content: "\f5de"; }
.fa-car-alt::before {
  content: "\f5de"; }
.fa-pump-soap::before {
  content: "\e06b"; }
.fa-video-slash::before {
  content: "\f4e2"; }
.fa-battery-quarter::before {
  content: "\f243"; }
.fa-battery-2::before {
  content: "\f243"; }
.fa-radio::before {
  content: "\f8d7"; }
.fa-baby-carriage::before {
  content: "\f77d"; }
.fa-carriage-baby::before {
  content: "\f77d"; }
.fa-traffic-light::before {
  content: "\f637"; }
.fa-thermometer::before {
  content: "\f491"; }
.fa-vr-cardboard::before {
  content: "\f729"; }
.fa-hand-middle-finger::before {
  content: "\f806"; }
.fa-percent::before {
  content: "\25"; }
.fa-percentage::before {
  content: "\25"; }
.fa-truck-moving::before {
  content: "\f4df"; }
.fa-glass-water-droplet::before {
  content: "\e4f5"; }
.fa-display::before {
  content: "\e163"; }
.fa-face-smile::before {
  content: "\f118"; }
.fa-smile::before {
  content: "\f118"; }
.fa-thumbtack::before {
  content: "\f08d"; }
.fa-thumb-tack::before {
  content: "\f08d"; }
.fa-trophy::before {
  content: "\f091"; }
.fa-person-praying::before {
  content: "\f683"; }
.fa-pray::before {
  content: "\f683"; }
.fa-hammer::before {
  content: "\f6e3"; }
.fa-hand-peace::before {
  content: "\f25b"; }
.fa-rotate::before {
  content: "\f2f1"; }
.fa-sync-alt::before {
  content: "\f2f1"; }
.fa-spinner::before {
  content: "\f110"; }
.fa-robot::before {
  content: "\f544"; }
.fa-peace::before {
  content: "\f67c"; }
.fa-gears::before {
  content: "\f085"; }
.fa-cogs::before {
  content: "\f085"; }
.fa-warehouse::before {
  content: "\f494"; }
.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }
.fa-splotch::before {
  content: "\f5bc"; }
.fa-face-grin-hearts::before {
  content: "\f584"; }
.fa-grin-hearts::before {
  content: "\f584"; }
.fa-dice-four::before {
  content: "\f524"; }
.fa-sim-card::before {
  content: "\f7c4"; }
.fa-transgender::before {
  content: "\f225"; }
.fa-transgender-alt::before {
  content: "\f225"; }
.fa-mercury::before {
  content: "\f223"; }
.fa-arrow-turn-down::before {
  content: "\f149"; }
.fa-level-down::before {
  content: "\f149"; }
.fa-person-falling-burst::before {
  content: "\e547"; }
.fa-award::before {
  content: "\f559"; }
.fa-ticket-simple::before {
  content: "\f3ff"; }
.fa-ticket-alt::before {
  content: "\f3ff"; }
.fa-building::before {
  content: "\f1ad"; }
.fa-angles-left::before {
  content: "\f100"; }
.fa-angle-double-left::before {
  content: "\f100"; }
.fa-qrcode::before {
  content: "\f029"; }
.fa-clock-rotate-left::before {
  content: "\f1da"; }
.fa-history::before {
  content: "\f1da"; }
.fa-face-grin-beam-sweat::before {
  content: "\f583"; }
.fa-grin-beam-sweat::before {
  content: "\f583"; }
.fa-file-export::before {
  content: "\f56e"; }
.fa-arrow-right-from-file::before {
  content: "\f56e"; }
.fa-shield::before {
  content: "\f132"; }
.fa-shield-blank::before {
  content: "\f132"; }
.fa-arrow-up-short-wide::before {
  content: "\f885"; }
.fa-sort-amount-up-alt::before {
  content: "\f885"; }
.fa-house-medical::before {
  content: "\e3b2"; }
.fa-golf-ball-tee::before {
  content: "\f450"; }
.fa-golf-ball::before {
  content: "\f450"; }
.fa-circle-chevron-left::before {
  content: "\f137"; }
.fa-chevron-circle-left::before {
  content: "\f137"; }
.fa-house-chimney-window::before {
  content: "\e00d"; }
.fa-pen-nib::before {
  content: "\f5ad"; }
.fa-tent-arrow-turn-left::before {
  content: "\e580"; }
.fa-tents::before {
  content: "\e582"; }
.fa-wand-magic::before {
  content: "\f0d0"; }
.fa-magic::before {
  content: "\f0d0"; }
.fa-dog::before {
  content: "\f6d3"; }
.fa-carrot::before {
  content: "\f787"; }
.fa-moon::before {
  content: "\f186"; }
.fa-wine-glass-empty::before {
  content: "\f5ce"; }
.fa-wine-glass-alt::before {
  content: "\f5ce"; }
.fa-cheese::before {
  content: "\f7ef"; }
.fa-yin-yang::before {
  content: "\f6ad"; }
.fa-music::before {
  content: "\f001"; }
.fa-code-commit::before {
  content: "\f386"; }
.fa-temperature-low::before {
  content: "\f76b"; }
.fa-person-biking::before {
  content: "\f84a"; }
.fa-biking::before {
  content: "\f84a"; }
.fa-broom::before {
  content: "\f51a"; }
.fa-shield-heart::before {
  content: "\e574"; }
.fa-gopuram::before {
  content: "\f664"; }
.fa-earth-oceania::before {
  content: "\e47b"; }
.fa-globe-oceania::before {
  content: "\e47b"; }
.fa-square-xmark::before {
  content: "\f2d3"; }
.fa-times-square::before {
  content: "\f2d3"; }
.fa-xmark-square::before {
  content: "\f2d3"; }
.fa-hashtag::before {
  content: "\23"; }
.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }
.fa-expand-alt::before {
  content: "\f424"; }
.fa-oil-can::before {
  content: "\f613"; }
.fa-t::before {
  content: "\54"; }
.fa-hippo::before {
  content: "\f6ed"; }
.fa-chart-column::before {
  content: "\e0e3"; }
.fa-infinity::before {
  content: "\f534"; }
.fa-vial-circle-check::before {
  content: "\e596"; }
.fa-person-arrow-down-to-line::before {
  content: "\e538"; }
.fa-voicemail::before {
  content: "\f897"; }
.fa-fan::before {
  content: "\f863"; }
.fa-person-walking-luggage::before {
  content: "\e554"; }
.fa-up-down::before {
  content: "\f338"; }
.fa-arrows-alt-v::before {
  content: "\f338"; }
.fa-cloud-moon-rain::before {
  content: "\f73c"; }
.fa-calendar::before {
  content: "\f133"; }
.fa-trailer::before {
  content: "\e041"; }
.fa-bahai::before {
  content: "\f666"; }
.fa-haykal::before {
  content: "\f666"; }
.fa-sd-card::before {
  content: "\f7c2"; }
.fa-dragon::before {
  content: "\f6d5"; }
.fa-shoe-prints::before {
  content: "\f54b"; }
.fa-circle-plus::before {
  content: "\f055"; }
.fa-plus-circle::before {
  content: "\f055"; }
.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-hand-holding::before {
  content: "\f4bd"; }
.fa-plug-circle-exclamation::before {
  content: "\e55d"; }
.fa-link-slash::before {
  content: "\f127"; }
.fa-chain-broken::before {
  content: "\f127"; }
.fa-chain-slash::before {
  content: "\f127"; }
.fa-unlink::before {
  content: "\f127"; }
.fa-clone::before {
  content: "\f24d"; }
.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }
.fa-arrow-up-z-a::before {
  content: "\f882"; }
.fa-sort-alpha-up-alt::before {
  content: "\f882"; }
.fa-fire-flame-curved::before {
  content: "\f7e4"; }
.fa-fire-alt::before {
  content: "\f7e4"; }
.fa-tornado::before {
  content: "\f76f"; }
.fa-file-circle-plus::before {
  content: "\e494"; }
.fa-book-quran::before {
  content: "\f687"; }
.fa-quran::before {
  content: "\f687"; }
.fa-anchor::before {
  content: "\f13d"; }
.fa-border-all::before {
  content: "\f84c"; }
.fa-face-angry::before {
  content: "\f556"; }
.fa-angry::before {
  content: "\f556"; }
.fa-cookie-bite::before {
  content: "\f564"; }
.fa-arrow-trend-down::before {
  content: "\e097"; }
.fa-rss::before {
  content: "\f09e"; }
.fa-feed::before {
  content: "\f09e"; }
.fa-draw-polygon::before {
  content: "\f5ee"; }
.fa-scale-balanced::before {
  content: "\f24e"; }
.fa-balance-scale::before {
  content: "\f24e"; }
.fa-gauge-simple-high::before {
  content: "\f62a"; }
.fa-tachometer::before {
  content: "\f62a"; }
.fa-tachometer-fast::before {
  content: "\f62a"; }
.fa-shower::before {
  content: "\f2cc"; }
.fa-desktop::before {
  content: "\f390"; }
.fa-desktop-alt::before {
  content: "\f390"; }
.fa-m::before {
  content: "\4d"; }
.fa-table-list::before {
  content: "\f00b"; }
.fa-th-list::before {
  content: "\f00b"; }
.fa-comment-sms::before {
  content: "\f7cd"; }
.fa-sms::before {
  content: "\f7cd"; }
.fa-book::before {
  content: "\f02d"; }
.fa-user-plus::before {
  content: "\f234"; }
.fa-check::before {
  content: "\f00c"; }
.fa-battery-three-quarters::before {
  content: "\f241"; }
.fa-battery-4::before {
  content: "\f241"; }
.fa-house-circle-check::before {
  content: "\e509"; }
.fa-angle-left::before {
  content: "\f104"; }
.fa-diagram-successor::before {
  content: "\e47a"; }
.fa-truck-arrow-right::before {
  content: "\e58b"; }
.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }
.fa-hand-fist::before {
  content: "\f6de"; }
.fa-fist-raised::before {
  content: "\f6de"; }
.fa-cloud-moon::before {
  content: "\f6c3"; }
.fa-briefcase::before {
  content: "\f0b1"; }
.fa-person-falling::before {
  content: "\e546"; }
.fa-image-portrait::before {
  content: "\f3e0"; }
.fa-portrait::before {
  content: "\f3e0"; }
.fa-user-tag::before {
  content: "\f507"; }
.fa-rug::before {
  content: "\e569"; }
.fa-earth-europe::before {
  content: "\f7a2"; }
.fa-globe-europe::before {
  content: "\f7a2"; }
.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }
.fa-luggage-cart::before {
  content: "\f59d"; }
.fa-rectangle-xmark::before {
  content: "\f410"; }
.fa-rectangle-times::before {
  content: "\f410"; }
.fa-times-rectangle::before {
  content: "\f410"; }
.fa-window-close::before {
  content: "\f410"; }
.fa-baht-sign::before {
  content: "\e0ac"; }
.fa-book-open::before {
  content: "\f518"; }
.fa-book-journal-whills::before {
  content: "\f66a"; }
.fa-journal-whills::before {
  content: "\f66a"; }
.fa-handcuffs::before {
  content: "\e4f8"; }
.fa-triangle-exclamation::before {
  content: "\f071"; }
.fa-exclamation-triangle::before {
  content: "\f071"; }
.fa-warning::before {
  content: "\f071"; }
.fa-database::before {
  content: "\f1c0"; }
.fa-share::before {
  content: "\f064"; }
.fa-arrow-turn-right::before {
  content: "\f064"; }
.fa-mail-forward::before {
  content: "\f064"; }
.fa-bottle-droplet::before {
  content: "\e4c4"; }
.fa-mask-face::before {
  content: "\e1d7"; }
.fa-hill-rockslide::before {
  content: "\e508"; }
.fa-right-left::before {
  content: "\f362"; }
.fa-exchange-alt::before {
  content: "\f362"; }
.fa-paper-plane::before {
  content: "\f1d8"; }
.fa-road-circle-exclamation::before {
  content: "\e565"; }
.fa-dungeon::before {
  content: "\f6d9"; }
.fa-align-right::before {
  content: "\f038"; }
.fa-money-bill-1-wave::before {
  content: "\f53b"; }
.fa-money-bill-wave-alt::before {
  content: "\f53b"; }
.fa-life-ring::before {
  content: "\f1cd"; }
.fa-hands::before {
  content: "\f2a7"; }
.fa-sign-language::before {
  content: "\f2a7"; }
.fa-signing::before {
  content: "\f2a7"; }
.fa-calendar-day::before {
  content: "\f783"; }
.fa-water-ladder::before {
  content: "\f5c5"; }
.fa-ladder-water::before {
  content: "\f5c5"; }
.fa-swimming-pool::before {
  content: "\f5c5"; }
.fa-arrows-up-down::before {
  content: "\f07d"; }
.fa-arrows-v::before {
  content: "\f07d"; }
.fa-face-grimace::before {
  content: "\f57f"; }
.fa-grimace::before {
  content: "\f57f"; }
.fa-wheelchair-move::before {
  content: "\e2ce"; }
.fa-wheelchair-alt::before {
  content: "\e2ce"; }
.fa-turn-down::before {
  content: "\f3be"; }
.fa-level-down-alt::before {
  content: "\f3be"; }
.fa-person-walking-arrow-right::before {
  content: "\e552"; }
.fa-square-envelope::before {
  content: "\f199"; }
.fa-envelope-square::before {
  content: "\f199"; }
.fa-dice::before {
  content: "\f522"; }
.fa-bowling-ball::before {
  content: "\f436"; }
.fa-brain::before {
  content: "\f5dc"; }
.fa-bandage::before {
  content: "\f462"; }
.fa-band-aid::before {
  content: "\f462"; }
.fa-calendar-minus::before {
  content: "\f272"; }
.fa-circle-xmark::before {
  content: "\f057"; }
.fa-times-circle::before {
  content: "\f057"; }
.fa-xmark-circle::before {
  content: "\f057"; }
.fa-gifts::before {
  content: "\f79c"; }
.fa-hotel::before {
  content: "\f594"; }
.fa-earth-asia::before {
  content: "\f57e"; }
.fa-globe-asia::before {
  content: "\f57e"; }
.fa-id-card-clip::before {
  content: "\f47f"; }
.fa-id-card-alt::before {
  content: "\f47f"; }
.fa-magnifying-glass-plus::before {
  content: "\f00e"; }
.fa-search-plus::before {
  content: "\f00e"; }
.fa-thumbs-up::before {
  content: "\f164"; }
.fa-user-clock::before {
  content: "\f4fd"; }
.fa-hand-dots::before {
  content: "\f461"; }
.fa-allergies::before {
  content: "\f461"; }
.fa-file-invoice::before {
  content: "\f570"; }
.fa-window-minimize::before {
  content: "\f2d1"; }
.fa-mug-saucer::before {
  content: "\f0f4"; }
.fa-coffee::before {
  content: "\f0f4"; }
.fa-brush::before {
  content: "\f55d"; }
.fa-mask::before {
  content: "\f6fa"; }
.fa-magnifying-glass-minus::before {
  content: "\f010"; }
.fa-search-minus::before {
  content: "\f010"; }
.fa-ruler-vertical::before {
  content: "\f548"; }
.fa-user-large::before {
  content: "\f406"; }
.fa-user-alt::before {
  content: "\f406"; }
.fa-train-tram::before {
  content: "\e5b4"; }
.fa-user-nurse::before {
  content: "\f82f"; }
.fa-syringe::before {
  content: "\f48e"; }
.fa-cloud-sun::before {
  content: "\f6c4"; }
.fa-stopwatch-20::before {
  content: "\e06f"; }
.fa-square-full::before {
  content: "\f45c"; }
.fa-magnet::before {
  content: "\f076"; }
.fa-jar::before {
  content: "\e516"; }
.fa-note-sticky::before {
  content: "\f249"; }
.fa-sticky-note::before {
  content: "\f249"; }
.fa-bug-slash::before {
  content: "\e490"; }
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }
.fa-bone::before {
  content: "\f5d7"; }
.fa-user-injured::before {
  content: "\f728"; }
.fa-face-sad-tear::before {
  content: "\f5b4"; }
.fa-sad-tear::before {
  content: "\f5b4"; }
.fa-plane::before {
  content: "\f072"; }
.fa-tent-arrows-down::before {
  content: "\e581"; }
.fa-exclamation::before {
  content: "\21"; }
.fa-arrows-spin::before {
  content: "\e4bb"; }
.fa-print::before {
  content: "\f02f"; }
.fa-turkish-lira-sign::before {
  content: "\e2bb"; }
.fa-try::before {
  content: "\e2bb"; }
.fa-turkish-lira::before {
  content: "\e2bb"; }
.fa-dollar-sign::before {
  content: "\24"; }
.fa-dollar::before {
  content: "\24"; }
.fa-usd::before {
  content: "\24"; }
.fa-x::before {
  content: "\58"; }
.fa-magnifying-glass-dollar::before {
  content: "\f688"; }
.fa-search-dollar::before {
  content: "\f688"; }
.fa-users-gear::before {
  content: "\f509"; }
.fa-users-cog::before {
  content: "\f509"; }
.fa-person-military-pointing::before {
  content: "\e54a"; }
.fa-building-columns::before {
  content: "\f19c"; }
.fa-bank::before {
  content: "\f19c"; }
.fa-institution::before {
  content: "\f19c"; }
.fa-museum::before {
  content: "\f19c"; }
.fa-university::before {
  content: "\f19c"; }
.fa-umbrella::before {
  content: "\f0e9"; }
.fa-trowel::before {
  content: "\e589"; }
.fa-d::before {
  content: "\44"; }
.fa-stapler::before {
  content: "\e5af"; }
.fa-masks-theater::before {
  content: "\f630"; }
.fa-theater-masks::before {
  content: "\f630"; }
.fa-kip-sign::before {
  content: "\e1c4"; }
.fa-hand-point-left::before {
  content: "\f0a5"; }
.fa-handshake-simple::before {
  content: "\f4c6"; }
.fa-handshake-alt::before {
  content: "\f4c6"; }
.fa-jet-fighter::before {
  content: "\f0fb"; }
.fa-fighter-jet::before {
  content: "\f0fb"; }
.fa-square-share-nodes::before {
  content: "\f1e1"; }
.fa-share-alt-square::before {
  content: "\f1e1"; }
.fa-barcode::before {
  content: "\f02a"; }
.fa-plus-minus::before {
  content: "\e43c"; }
.fa-video::before {
  content: "\f03d"; }
.fa-video-camera::before {
  content: "\f03d"; }
.fa-graduation-cap::before {
  content: "\f19d"; }
.fa-mortar-board::before {
  content: "\f19d"; }
.fa-hand-holding-medical::before {
  content: "\e05c"; }
.fa-person-circle-check::before {
  content: "\e53e"; }
.fa-turn-up::before {
  content: "\f3bf"; }
.fa-level-up-alt::before {
  content: "\f3bf"; }
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
.fab,
.fa-brands {
  font-weight: 400; }
.fa-monero:before {
  content: "\f3d0"; }
.fa-hooli:before {
  content: "\f427"; }
.fa-yelp:before {
  content: "\f1e9"; }
.fa-cc-visa:before {
  content: "\f1f0"; }
.fa-lastfm:before {
  content: "\f202"; }
.fa-shopware:before {
  content: "\f5b5"; }
.fa-creative-commons-nc:before {
  content: "\f4e8"; }
.fa-aws:before {
  content: "\f375"; }
.fa-redhat:before {
  content: "\f7bc"; }
.fa-yoast:before {
  content: "\f2b1"; }
.fa-cloudflare:before {
  content: "\e07d"; }
.fa-ups:before {
  content: "\f7e0"; }
.fa-wpexplorer:before {
  content: "\f2de"; }
.fa-dyalog:before {
  content: "\f399"; }
.fa-bity:before {
  content: "\f37a"; }
.fa-stackpath:before {
  content: "\f842"; }
.fa-buysellads:before {
  content: "\f20d"; }
.fa-first-order:before {
  content: "\f2b0"; }
.fa-modx:before {
  content: "\f285"; }
.fa-guilded:before {
  content: "\e07e"; }
.fa-vnv:before {
  content: "\f40b"; }
.fa-square-js:before {
  content: "\f3b9"; }
.fa-js-square:before {
  content: "\f3b9"; }
.fa-microsoft:before {
  content: "\f3ca"; }
.fa-qq:before {
  content: "\f1d6"; }
.fa-orcid:before {
  content: "\f8d2"; }
.fa-java:before {
  content: "\f4e4"; }
.fa-invision:before {
  content: "\f7b0"; }
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }
.fa-centercode:before {
  content: "\f380"; }
.fa-glide-g:before {
  content: "\f2a6"; }
.fa-drupal:before {
  content: "\f1a9"; }
.fa-hire-a-helper:before {
  content: "\f3b0"; }
.fa-creative-commons-by:before {
  content: "\f4e7"; }
.fa-unity:before {
  content: "\e049"; }
.fa-whmcs:before {
  content: "\f40d"; }
.fa-rocketchat:before {
  content: "\f3e8"; }
.fa-vk:before {
  content: "\f189"; }
.fa-untappd:before {
  content: "\f405"; }
.fa-mailchimp:before {
  content: "\f59e"; }
.fa-css3-alt:before {
  content: "\f38b"; }
.fa-square-reddit:before {
  content: "\f1a2"; }
.fa-reddit-square:before {
  content: "\f1a2"; }
.fa-vimeo-v:before {
  content: "\f27d"; }
.fa-contao:before {
  content: "\f26d"; }
.fa-square-font-awesome:before {
  content: "\e5ad"; }
.fa-deskpro:before {
  content: "\f38f"; }
.fa-sistrix:before {
  content: "\f3ee"; }
.fa-square-instagram:before {
  content: "\e055"; }
.fa-instagram-square:before {
  content: "\e055"; }
.fa-battle-net:before {
  content: "\f835"; }
.fa-the-red-yeti:before {
  content: "\f69d"; }
.fa-square-hacker-news:before {
  content: "\f3af"; }
.fa-hacker-news-square:before {
  content: "\f3af"; }
.fa-edge:before {
  content: "\f282"; }
.fa-threads:before {
  content: "\e618"; }
.fa-napster:before {
  content: "\f3d2"; }
.fa-square-snapchat:before {
  content: "\f2ad"; }
.fa-snapchat-square:before {
  content: "\f2ad"; }
.fa-google-plus-g:before {
  content: "\f0d5"; }
.fa-artstation:before {
  content: "\f77a"; }
.fa-markdown:before {
  content: "\f60f"; }
.fa-sourcetree:before {
  content: "\f7d3"; }
.fa-google-plus:before {
  content: "\f2b3"; }
.fa-diaspora:before {
  content: "\f791"; }
.fa-foursquare:before {
  content: "\f180"; }
.fa-stack-overflow:before {
  content: "\f16c"; }
.fa-github-alt:before {
  content: "\f113"; }
.fa-phoenix-squadron:before {
  content: "\f511"; }
.fa-pagelines:before {
  content: "\f18c"; }
.fa-algolia:before {
  content: "\f36c"; }
.fa-red-river:before {
  content: "\f3e3"; }
.fa-creative-commons-sa:before {
  content: "\f4ef"; }
.fa-safari:before {
  content: "\f267"; }
.fa-google:before {
  content: "\f1a0"; }
.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }
.fa-font-awesome-alt:before {
  content: "\f35c"; }
.fa-atlassian:before {
  content: "\f77b"; }
.fa-linkedin-in:before {
  content: "\f0e1"; }
.fa-digital-ocean:before {
  content: "\f391"; }
.fa-nimblr:before {
  content: "\f5a8"; }
.fa-chromecast:before {
  content: "\f838"; }
.fa-evernote:before {
  content: "\f839"; }
.fa-hacker-news:before {
  content: "\f1d4"; }
.fa-creative-commons-sampling:before {
  content: "\f4f0"; }
.fa-adversal:before {
  content: "\f36a"; }
.fa-creative-commons:before {
  content: "\f25e"; }
.fa-watchman-monitoring:before {
  content: "\e087"; }
.fa-fonticons:before {
  content: "\f280"; }
.fa-weixin:before {
  content: "\f1d7"; }
.fa-shirtsinbulk:before {
  content: "\f214"; }
.fa-codepen:before {
  content: "\f1cb"; }
.fa-git-alt:before {
  content: "\f841"; }
.fa-lyft:before {
  content: "\f3c3"; }
.fa-rev:before {
  content: "\f5b2"; }
.fa-windows:before {
  content: "\f17a"; }
.fa-wizards-of-the-coast:before {
  content: "\f730"; }
.fa-square-viadeo:before {
  content: "\f2aa"; }
.fa-viadeo-square:before {
  content: "\f2aa"; }
.fa-meetup:before {
  content: "\f2e0"; }
.fa-centos:before {
  content: "\f789"; }
.fa-adn:before {
  content: "\f170"; }
.fa-cloudsmith:before {
  content: "\f384"; }
.fa-pied-piper-alt:before {
  content: "\f1a8"; }
.fa-square-dribbble:before {
  content: "\f397"; }
.fa-dribbble-square:before {
  content: "\f397"; }
.fa-codiepie:before {
  content: "\f284"; }
.fa-node:before {
  content: "\f419"; }
.fa-mix:before {
  content: "\f3cb"; }
.fa-steam:before {
  content: "\f1b6"; }
.fa-cc-apple-pay:before {
  content: "\f416"; }
.fa-scribd:before {
  content: "\f28a"; }
.fa-debian:before {
  content: "\e60b"; }
.fa-openid:before {
  content: "\f19b"; }
.fa-instalod:before {
  content: "\e081"; }
.fa-expeditedssl:before {
  content: "\f23e"; }
.fa-sellcast:before {
  content: "\f2da"; }
.fa-square-twitter:before {
  content: "\f081"; }
.fa-twitter-square:before {
  content: "\f081"; }
.fa-r-project:before {
  content: "\f4f7"; }
.fa-delicious:before {
  content: "\f1a5"; }
.fa-freebsd:before {
  content: "\f3a4"; }
.fa-vuejs:before {
  content: "\f41f"; }
.fa-accusoft:before {
  content: "\f369"; }
.fa-ioxhost:before {
  content: "\f208"; }
.fa-fonticons-fi:before {
  content: "\f3a2"; }
.fa-app-store:before {
  content: "\f36f"; }
.fa-cc-mastercard:before {
  content: "\f1f1"; }
.fa-itunes-note:before {
  content: "\f3b5"; }
.fa-golang:before {
  content: "\e40f"; }
.fa-kickstarter:before {
  content: "\f3bb"; }
.fa-grav:before {
  content: "\f2d6"; }
.fa-weibo:before {
  content: "\f18a"; }
.fa-uncharted:before {
  content: "\e084"; }
.fa-firstdraft:before {
  content: "\f3a1"; }
.fa-square-youtube:before {
  content: "\f431"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-wikipedia-w:before {
  content: "\f266"; }
.fa-wpressr:before {
  content: "\f3e4"; }
.fa-rendact:before {
  content: "\f3e4"; }
.fa-angellist:before {
  content: "\f209"; }
.fa-galactic-republic:before {
  content: "\f50c"; }
.fa-nfc-directional:before {
  content: "\e530"; }
.fa-skype:before {
  content: "\f17e"; }
.fa-joget:before {
  content: "\f3b7"; }
.fa-fedora:before {
  content: "\f798"; }
.fa-stripe-s:before {
  content: "\f42a"; }
.fa-meta:before {
  content: "\e49b"; }
.fa-laravel:before {
  content: "\f3bd"; }
.fa-hotjar:before {
  content: "\f3b1"; }
.fa-bluetooth-b:before {
  content: "\f294"; }
.fa-sticker-mule:before {
  content: "\f3f7"; }
.fa-creative-commons-zero:before {
  content: "\f4f3"; }
.fa-hips:before {
  content: "\f452"; }
.fa-behance:before {
  content: "\f1b4"; }
.fa-reddit:before {
  content: "\f1a1"; }
.fa-discord:before {
  content: "\f392"; }
.fa-chrome:before {
  content: "\f268"; }
.fa-app-store-ios:before {
  content: "\f370"; }
.fa-cc-discover:before {
  content: "\f1f2"; }
.fa-wpbeginner:before {
  content: "\f297"; }
.fa-confluence:before {
  content: "\f78d"; }
.fa-mdb:before {
  content: "\f8ca"; }
.fa-dochub:before {
  content: "\f394"; }
.fa-accessible-icon:before {
  content: "\f368"; }
.fa-ebay:before {
  content: "\f4f4"; }
.fa-amazon:before {
  content: "\f270"; }
.fa-unsplash:before {
  content: "\e07c"; }
.fa-yarn:before {
  content: "\f7e3"; }
.fa-square-steam:before {
  content: "\f1b7"; }
.fa-steam-square:before {
  content: "\f1b7"; }
.fa-500px:before {
  content: "\f26e"; }
.fa-square-vimeo:before {
  content: "\f194"; }
.fa-vimeo-square:before {
  content: "\f194"; }
.fa-asymmetrik:before {
  content: "\f372"; }
.fa-font-awesome:before {
  content: "\f2b4"; }
.fa-font-awesome-flag:before {
  content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }
.fa-gratipay:before {
  content: "\f184"; }
.fa-apple:before {
  content: "\f179"; }
.fa-hive:before {
  content: "\e07f"; }
.fa-gitkraken:before {
  content: "\f3a6"; }
.fa-keybase:before {
  content: "\f4f5"; }
.fa-apple-pay:before {
  content: "\f415"; }
.fa-padlet:before {
  content: "\e4a0"; }
.fa-amazon-pay:before {
  content: "\f42c"; }
.fa-square-github:before {
  content: "\f092"; }
.fa-github-square:before {
  content: "\f092"; }
.fa-stumbleupon:before {
  content: "\f1a4"; }
.fa-fedex:before {
  content: "\f797"; }
.fa-phoenix-framework:before {
  content: "\f3dc"; }
.fa-shopify:before {
  content: "\e057"; }
.fa-neos:before {
  content: "\f612"; }
.fa-square-threads:before {
  content: "\e619"; }
.fa-hackerrank:before {
  content: "\f5f7"; }
.fa-researchgate:before {
  content: "\f4f8"; }
.fa-swift:before {
  content: "\f8e1"; }
.fa-angular:before {
  content: "\f420"; }
.fa-speakap:before {
  content: "\f3f3"; }
.fa-angrycreative:before {
  content: "\f36e"; }
.fa-y-combinator:before {
  content: "\f23b"; }
.fa-empire:before {
  content: "\f1d1"; }
.fa-envira:before {
  content: "\f299"; }
.fa-square-gitlab:before {
  content: "\e5ae"; }
.fa-gitlab-square:before {
  content: "\e5ae"; }
.fa-studiovinari:before {
  content: "\f3f8"; }
.fa-pied-piper:before {
  content: "\f2ae"; }
.fa-wordpress:before {
  content: "\f19a"; }
.fa-product-hunt:before {
  content: "\f288"; }
.fa-firefox:before {
  content: "\f269"; }
.fa-linode:before {
  content: "\f2b8"; }
.fa-goodreads:before {
  content: "\f3a8"; }
.fa-square-odnoklassniki:before {
  content: "\f264"; }
.fa-odnoklassniki-square:before {
  content: "\f264"; }
.fa-jsfiddle:before {
  content: "\f1cc"; }
.fa-sith:before {
  content: "\f512"; }
.fa-themeisle:before {
  content: "\f2b2"; }
.fa-page4:before {
  content: "\f3d7"; }
.fa-hashnode:before {
  content: "\e499"; }
.fa-react:before {
  content: "\f41b"; }
.fa-cc-paypal:before {
  content: "\f1f4"; }
.fa-squarespace:before {
  content: "\f5be"; }
.fa-cc-stripe:before {
  content: "\f1f5"; }
.fa-creative-commons-share:before {
  content: "\f4f2"; }
.fa-bitcoin:before {
  content: "\f379"; }
.fa-keycdn:before {
  content: "\f3ba"; }
.fa-opera:before {
  content: "\f26a"; }
.fa-itch-io:before {
  content: "\f83a"; }
.fa-umbraco:before {
  content: "\f8e8"; }
.fa-galactic-senate:before {
  content: "\f50d"; }
.fa-ubuntu:before {
  content: "\f7df"; }
.fa-draft2digital:before {
  content: "\f396"; }
.fa-stripe:before {
  content: "\f429"; }
.fa-houzz:before {
  content: "\f27c"; }
.fa-gg:before {
  content: "\f260"; }
.fa-dhl:before {
  content: "\f790"; }
.fa-square-pinterest:before {
  content: "\f0d3"; }
.fa-pinterest-square:before {
  content: "\f0d3"; }
.fa-xing:before {
  content: "\f168"; }
.fa-blackberry:before {
  content: "\f37b"; }
.fa-creative-commons-pd:before {
  content: "\f4ec"; }
.fa-playstation:before {
  content: "\f3df"; }
.fa-quinscape:before {
  content: "\f459"; }
.fa-less:before {
  content: "\f41d"; }
.fa-blogger-b:before {
  content: "\f37d"; }
.fa-opencart:before {
  content: "\f23d"; }
.fa-vine:before {
  content: "\f1ca"; }
.fa-paypal:before {
  content: "\f1ed"; }
.fa-gitlab:before {
  content: "\f296"; }
.fa-typo3:before {
  content: "\f42b"; }
.fa-reddit-alien:before {
  content: "\f281"; }
.fa-yahoo:before {
  content: "\f19e"; }
.fa-dailymotion:before {
  content: "\e052"; }
.fa-affiliatetheme:before {
  content: "\f36b"; }
.fa-pied-piper-pp:before {
  content: "\f1a7"; }
.fa-bootstrap:before {
  content: "\f836"; }
.fa-odnoklassniki:before {
  content: "\f263"; }
.fa-nfc-symbol:before {
  content: "\e531"; }
.fa-ethereum:before {
  content: "\f42e"; }
.fa-speaker-deck:before {
  content: "\f83c"; }
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }
.fa-patreon:before {
  content: "\f3d9"; }
.fa-avianex:before {
  content: "\f374"; }
.fa-ello:before {
  content: "\f5f1"; }
.fa-gofore:before {
  content: "\f3a7"; }
.fa-bimobject:before {
  content: "\f378"; }
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-square-google-plus:before {
  content: "\f0d4"; }
.fa-google-plus-square:before {
  content: "\f0d4"; }
.fa-mandalorian:before {
  content: "\f50f"; }
.fa-first-order-alt:before {
  content: "\f50a"; }
.fa-osi:before {
  content: "\f41a"; }
.fa-google-wallet:before {
  content: "\f1ee"; }
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }
.fa-periscope:before {
  content: "\f3da"; }
.fa-fulcrum:before {
  content: "\f50b"; }
.fa-cloudscale:before {
  content: "\f383"; }
.fa-forumbee:before {
  content: "\f211"; }
.fa-mizuni:before {
  content: "\f3cc"; }
.fa-schlix:before {
  content: "\f3ea"; }
.fa-square-xing:before {
  content: "\f169"; }
.fa-xing-square:before {
  content: "\f169"; }
.fa-bandcamp:before {
  content: "\f2d5"; }
.fa-wpforms:before {
  content: "\f298"; }
.fa-cloudversify:before {
  content: "\f385"; }
.fa-usps:before {
  content: "\f7e1"; }
.fa-megaport:before {
  content: "\f5a3"; }
.fa-magento:before {
  content: "\f3c4"; }
.fa-spotify:before {
  content: "\f1bc"; }
.fa-optin-monster:before {
  content: "\f23c"; }
.fa-fly:before {
  content: "\f417"; }
.fa-aviato:before {
  content: "\f421"; }
.fa-itunes:before {
  content: "\f3b4"; }
.fa-cuttlefish:before {
  content: "\f38c"; }
.fa-blogger:before {
  content: "\f37c"; }
.fa-flickr:before {
  content: "\f16e"; }
.fa-viber:before {
  content: "\f409"; }
.fa-soundcloud:before {
  content: "\f1be"; }
.fa-digg:before {
  content: "\f1a6"; }
.fa-tencent-weibo:before {
  content: "\f1d5"; }
.fa-symfony:before {
  content: "\f83d"; }
.fa-maxcdn:before {
  content: "\f136"; }
.fa-etsy:before {
  content: "\f2d7"; }
.fa-facebook-messenger:before {
  content: "\f39f"; }
.fa-audible:before {
  content: "\f373"; }
.fa-think-peaks:before {
  content: "\f731"; }
.fa-bilibili:before {
  content: "\e3d9"; }
.fa-erlang:before {
  content: "\f39d"; }
.fa-x-twitter:before {
  content: "\e61b"; }
.fa-cotton-bureau:before {
  content: "\f89e"; }
.fa-dashcube:before {
  content: "\f210"; }
.fa-42-group:before {
  content: "\e080"; }
.fa-innosoft:before {
  content: "\e080"; }
.fa-stack-exchange:before {
  content: "\f18d"; }
.fa-elementor:before {
  content: "\f430"; }
.fa-square-pied-piper:before {
  content: "\e01e"; }
.fa-pied-piper-square:before {
  content: "\e01e"; }
.fa-creative-commons-nd:before {
  content: "\f4eb"; }
.fa-palfed:before {
  content: "\f3d8"; }
.fa-superpowers:before {
  content: "\f2dd"; }
.fa-resolving:before {
  content: "\f3e7"; }
.fa-xbox:before {
  content: "\f412"; }
.fa-searchengin:before {
  content: "\f3eb"; }
.fa-tiktok:before {
  content: "\e07b"; }
.fa-square-facebook:before {
  content: "\f082"; }
.fa-facebook-square:before {
  content: "\f082"; }
.fa-renren:before {
  content: "\f18b"; }
.fa-linux:before {
  content: "\f17c"; }
.fa-glide:before {
  content: "\f2a5"; }
.fa-linkedin:before {
  content: "\f08c"; }
.fa-hubspot:before {
  content: "\f3b2"; }
.fa-deploydog:before {
  content: "\f38e"; }
.fa-twitch:before {
  content: "\f1e8"; }
.fa-ravelry:before {
  content: "\f2d9"; }
.fa-mixer:before {
  content: "\e056"; }
.fa-square-lastfm:before {
  content: "\f203"; }
.fa-lastfm-square:before {
  content: "\f203"; }
.fa-vimeo:before {
  content: "\f40a"; }
.fa-mendeley:before {
  content: "\f7b3"; }
.fa-uniregistry:before {
  content: "\f404"; }
.fa-figma:before {
  content: "\f799"; }
.fa-creative-commons-remix:before {
  content: "\f4ee"; }
.fa-cc-amazon-pay:before {
  content: "\f42d"; }
.fa-dropbox:before {
  content: "\f16b"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-cmplid:before {
  content: "\e360"; }
.fa-facebook:before {
  content: "\f09a"; }
.fa-gripfire:before {
  content: "\f3ac"; }
.fa-jedi-order:before {
  content: "\f50e"; }
.fa-uikit:before {
  content: "\f403"; }
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }
.fa-phabricator:before {
  content: "\f3db"; }
.fa-ussunnah:before {
  content: "\f407"; }
.fa-earlybirds:before {
  content: "\f39a"; }
.fa-trade-federation:before {
  content: "\f513"; }
.fa-autoprefixer:before {
  content: "\f41c"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-slideshare:before {
  content: "\f1e7"; }
.fa-google-play:before {
  content: "\f3ab"; }
.fa-viadeo:before {
  content: "\f2a9"; }
.fa-line:before {
  content: "\f3c0"; }
.fa-google-drive:before {
  content: "\f3aa"; }
.fa-servicestack:before {
  content: "\f3ec"; }
.fa-simplybuilt:before {
  content: "\f215"; }
.fa-bitbucket:before {
  content: "\f171"; }
.fa-imdb:before {
  content: "\f2d8"; }
.fa-deezer:before {
  content: "\e077"; }
.fa-raspberry-pi:before {
  content: "\f7bb"; }
.fa-jira:before {
  content: "\f7b1"; }
.fa-docker:before {
  content: "\f395"; }
.fa-screenpal:before {
  content: "\e570"; }
.fa-bluetooth:before {
  content: "\f293"; }
.fa-gitter:before {
  content: "\f426"; }
.fa-d-and-d:before {
  content: "\f38d"; }
.fa-microblog:before {
  content: "\e01a"; }
.fa-cc-diners-club:before {
  content: "\f24c"; }
.fa-gg-circle:before {
  content: "\f261"; }
.fa-pied-piper-hat:before {
  content: "\f4e5"; }
.fa-kickstarter-k:before {
  content: "\f3bc"; }
.fa-yandex:before {
  content: "\f413"; }
.fa-readme:before {
  content: "\f4d5"; }
.fa-html5:before {
  content: "\f13b"; }
.fa-sellsy:before {
  content: "\f213"; }
.fa-sass:before {
  content: "\f41e"; }
.fa-wirsindhandwerk:before {
  content: "\e2d0"; }
.fa-wsh:before {
  content: "\e2d0"; }
.fa-buromobelexperte:before {
  content: "\f37f"; }
.fa-salesforce:before {
  content: "\f83b"; }
.fa-octopus-deploy:before {
  content: "\e082"; }
.fa-medapps:before {
  content: "\f3c6"; }
.fa-ns8:before {
  content: "\f3d5"; }
.fa-pinterest-p:before {
  content: "\f231"; }
.fa-apper:before {
  content: "\f371"; }
.fa-fort-awesome:before {
  content: "\f286"; }
.fa-waze:before {
  content: "\f83f"; }
.fa-cc-jcb:before {
  content: "\f24b"; }
.fa-snapchat:before {
  content: "\f2ab"; }
.fa-snapchat-ghost:before {
  content: "\f2ab"; }
.fa-fantasy-flight-games:before {
  content: "\f6dc"; }
.fa-rust:before {
  content: "\e07a"; }
.fa-wix:before {
  content: "\f5cf"; }
.fa-square-behance:before {
  content: "\f1b5"; }
.fa-behance-square:before {
  content: "\f1b5"; }
.fa-supple:before {
  content: "\f3f9"; }
.fa-rebel:before {
  content: "\f1d0"; }
.fa-css3:before {
  content: "\f13c"; }
.fa-staylinked:before {
  content: "\f3f5"; }
.fa-kaggle:before {
  content: "\f5fa"; }
.fa-space-awesome:before {
  content: "\e5ac"; }
.fa-deviantart:before {
  content: "\f1bd"; }
.fa-cpanel:before {
  content: "\f388"; }
.fa-goodreads-g:before {
  content: "\f3a9"; }
.fa-square-git:before {
  content: "\f1d2"; }
.fa-git-square:before {
  content: "\f1d2"; }
.fa-square-tumblr:before {
  content: "\f174"; }
.fa-tumblr-square:before {
  content: "\f174"; }
.fa-trello:before {
  content: "\f181"; }
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }
.fa-get-pocket:before {
  content: "\f265"; }
.fa-perbyte:before {
  content: "\e083"; }
.fa-grunt:before {
  content: "\f3ad"; }
.fa-weebly:before {
  content: "\f5cc"; }
.fa-connectdevelop:before {
  content: "\f20e"; }
.fa-leanpub:before {
  content: "\f212"; }
.fa-black-tie:before {
  content: "\f27e"; }
.fa-themeco:before {
  content: "\f5c6"; }
.fa-python:before {
  content: "\f3e2"; }
.fa-android:before {
  content: "\f17b"; }
.fa-bots:before {
  content: "\e340"; }
.fa-free-code-camp:before {
  content: "\f2c5"; }
.fa-hornbill:before {
  content: "\f592"; }
.fa-js:before {
  content: "\f3b8"; }
.fa-ideal:before {
  content: "\e013"; }
.fa-git:before {
  content: "\f1d3"; }
.fa-dev:before {
  content: "\f6cc"; }
.fa-sketch:before {
  content: "\f7c6"; }
.fa-yandex-international:before {
  content: "\f414"; }
.fa-cc-amex:before {
  content: "\f1f3"; }
.fa-uber:before {
  content: "\f402"; }
.fa-github:before {
  content: "\f09b"; }
.fa-php:before {
  content: "\f457"; }
.fa-alipay:before {
  content: "\f642"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-skyatlas:before {
  content: "\f216"; }
.fa-firefox-browser:before {
  content: "\e007"; }
.fa-replyd:before {
  content: "\f3e6"; }
.fa-suse:before {
  content: "\f7d6"; }
.fa-jenkins:before {
  content: "\f3b6"; }
.fa-twitter:before {
  content: "\f099"; }
.fa-rockrms:before {
  content: "\f3e9"; }
.fa-pinterest:before {
  content: "\f0d2"; }
.fa-buffer:before {
  content: "\f837"; }
.fa-npm:before {
  content: "\f3d4"; }
.fa-yammer:before {
  content: "\f840"; }
.fa-btc:before {
  content: "\f15a"; }
.fa-dribbble:before {
  content: "\f17d"; }
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }
.fa-internet-explorer:before {
  content: "\f26b"; }
.fa-stubber:before {
  content: "\e5c7"; }
.fa-telegram:before {
  content: "\f2c6"; }
.fa-telegram-plane:before {
  content: "\f2c6"; }
.fa-old-republic:before {
  content: "\f510"; }
.fa-odysee:before {
  content: "\e5c6"; }
.fa-square-whatsapp:before {
  content: "\f40c"; }
.fa-whatsapp-square:before {
  content: "\f40c"; }
.fa-node-js:before {
  content: "\f3d3"; }
.fa-edge-legacy:before {
  content: "\e078"; }
.fa-slack:before {
  content: "\f198"; }
.fa-slack-hash:before {
  content: "\f198"; }
.fa-medrt:before {
  content: "\f3c8"; }
.fa-usb:before {
  content: "\f287"; }
.fa-tumblr:before {
  content: "\f173"; }
.fa-vaadin:before {
  content: "\f408"; }
.fa-quora:before {
  content: "\f2c4"; }
.fa-square-x-twitter:before {
  content: "\e61a"; }
.fa-reacteurope:before {
  content: "\f75d"; }
.fa-medium:before {
  content: "\f23a"; }
.fa-medium-m:before {
  content: "\f23a"; }
.fa-amilia:before {
  content: "\f36d"; }
.fa-mixcloud:before {
  content: "\f289"; }
.fa-flipboard:before {
  content: "\f44d"; }
.fa-viacoin:before {
  content: "\f237"; }
.fa-critical-role:before {
  content: "\f6c9"; }
.fa-sitrox:before {
  content: "\e44a"; }
.fa-discourse:before {
  content: "\f393"; }
.fa-joomla:before {
  content: "\f1aa"; }
.fa-mastodon:before {
  content: "\f4f6"; }
.fa-airbnb:before {
  content: "\f834"; }
.fa-wolf-pack-battalion:before {
  content: "\f514"; }
.fa-buy-n-large:before {
  content: "\f8a6"; }
.fa-gulp:before {
  content: "\f3ae"; }
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }
.fa-strava:before {
  content: "\f428"; }
.fa-ember:before {
  content: "\f423"; }
.fa-canadian-maple-leaf:before {
  content: "\f785"; }
.fa-teamspeak:before {
  content: "\f4f9"; }
.fa-pushed:before {
  content: "\f3e1"; }
.fa-wordpress-simple:before {
  content: "\f411"; }
.fa-nutritionix:before {
  content: "\f3d6"; }
.fa-wodu:before {
  content: "\e088"; }
.fa-google-pay:before {
  content: "\e079"; }
.fa-intercom:before {
  content: "\f7af"; }
.fa-zhihu:before {
  content: "\f63f"; }
.fa-korvue:before {
  content: "\f42f"; }
.fa-pix:before {
  content: "\e43a"; }
.fa-steam-symbol:before {
  content: "\f3f6"; }
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
.fas,
.fa-solid {
  font-weight: 900; }
/* ! tailwindcss v3.3.2 | 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: #e5e7eb; /* 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.
*/
html {
  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: "Sora", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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] {
  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: #6b7280; 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: #2563eb; --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: #2563eb; }
input::-moz-placeholder, textarea::-moz-placeholder{ color: #6b7280; opacity: 1; }
input::placeholder,textarea::placeholder{ color: #6b7280; opacity: 1; }
::-webkit-datetime-edit-fields-wrapper{ padding: 0; }
::-webkit-date-and-time-value{ min-height: 1.5em; }
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{ padding-top: 0; padding-bottom: 0; }
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='%236b7280' 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; print-color-adjust: exact; }
[multiple]{ background-image: initial; background-position: initial; background-repeat: unset; background-size: initial; padding-right: 0.75rem; -webkit-print-color-adjust: unset; print-color-adjust: unset; }
[type='checkbox'],[type='radio']{ -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; -webkit-print-color-adjust: exact; print-color-adjust: exact; display: inline-block; vertical-align: middle; background-origin: border-box; -webkit-user-select: none; -moz-user-select: none; user-select: none; flex-shrink: 0; height: 1rem; width: 1rem; color: #2563eb; background-color: #fff; border-color: #6b7280; 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: #2563eb; --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 solid ButtonText; outline: 1px auto -webkit-focus-ring-color; }
*, ::before, ::after{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x:  ; --tw-pan-y:  ; --tw-pinch-zoom:  ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --tw-ordinal:  ; --tw-slashed-zero:  ; --tw-numeric-figure:  ; --tw-numeric-spacing:  ; --tw-numeric-fraction:  ; --tw-ring-inset:  ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur:  ; --tw-brightness:  ; --tw-contrast:  ; --tw-grayscale:  ; --tw-hue-rotate:  ; --tw-invert:  ; --tw-saturate:  ; --tw-sepia:  ; --tw-drop-shadow:  ; --tw-backdrop-blur:  ; --tw-backdrop-brightness:  ; --tw-backdrop-contrast:  ; --tw-backdrop-grayscale:  ; --tw-backdrop-hue-rotate:  ; --tw-backdrop-invert:  ; --tw-backdrop-opacity:  ; --tw-backdrop-saturate:  ; --tw-backdrop-sepia:  ; }
::backdrop{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x:  ; --tw-pan-y:  ; --tw-pinch-zoom:  ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --tw-ordinal:  ; --tw-slashed-zero:  ; --tw-numeric-figure:  ; --tw-numeric-spacing:  ; --tw-numeric-fraction:  ; --tw-ring-inset:  ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur:  ; --tw-brightness:  ; --tw-contrast:  ; --tw-grayscale:  ; --tw-hue-rotate:  ; --tw-invert:  ; --tw-saturate:  ; --tw-sepia:  ; --tw-drop-shadow:  ; --tw-backdrop-blur:  ; --tw-backdrop-brightness:  ; --tw-backdrop-contrast:  ; --tw-backdrop-grayscale:  ; --tw-backdrop-hue-rotate:  ; --tw-backdrop-invert:  ; --tw-backdrop-opacity:  ; --tw-backdrop-saturate:  ; --tw-backdrop-sepia:  ; }
.container{ width: 100%; }
@media (min-width: 640px){
 .container{ max-width: 640px; } }
@media (min-width: 768px){
 .container{ max-width: 768px; } }
@media (min-width: 1024px){
 .container{ max-width: 1024px; } }
@media (min-width: 1280px){
 .container{ max-width: 1280px; } }
@media (min-width: 1536px){
 .container{ max-width: 1536px; } }
.prose{ color: var(--tw-prose-body); max-width: 65ch; }
.prose :where(p):not(:where([class~="not-prose"] *)){ margin-top: 1.25em; margin-bottom: 1.25em; }
.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(a strong):not(:where([class~="not-prose"] *)){ color: inherit; }
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){ color: inherit; }
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){ color: inherit; }
.prose :where(ol):not(:where([class~="not-prose"] *)){ list-style-type: decimal; margin-top: 1.25em; margin-bottom: 1.25em; 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; margin-top: 1.25em; margin-bottom: 1.25em; 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; color: inherit; }
.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; color: inherit; }
.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; color: inherit; }
.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; color: inherit; }
.prose :where(img):not(:where([class~="not-prose"] *)){ margin-top: 2em; margin-bottom: 2em; }
.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: inherit; }
.prose :where(h1 code):not(:where([class~="not-prose"] *)){ color: inherit; }
.prose :where(h2 code):not(:where([class~="not-prose"] *)){ color: inherit; font-size: 0.875em; }
.prose :where(h3 code):not(:where([class~="not-prose"] *)){ color: inherit; font-size: 0.9em; }
.prose :where(h4 code):not(:where([class~="not-prose"] *)){ color: inherit; }
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){ color: inherit; }
.prose :where(thead th code):not(:where([class~="not-prose"] *)){ color: inherit; }
.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; }
.prose :where(tfoot):not(:where([class~="not-prose"] *)){ border-top-width: 1px; border-top-color: var(--tw-prose-th-borders); }
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){ vertical-align: top; }
.prose{ --tw-prose-body: #3A3C3E; --tw-prose-headings: #042256; --tw-prose-lead: RGBA(4, 42, 43, 0.85); --tw-prose-links: #042256; --tw-prose-bold: #042256; --tw-prose-counters: #32C5FF; --tw-prose-bullets: #32C5FF; --tw-prose-hr: #C1C1C1; --tw-prose-quotes: RGBA(4, 42, 43, 0.85); --tw-prose-quote-borders: #32C5FF; --tw-prose-captions: #3A3C3E; --tw-prose-code: #042256; --tw-prose-pre-code: #fff; --tw-prose-pre-bg: #042256; --tw-prose-th-borders: RGBA(4, 42, 43, 0.85); --tw-prose-td-borders: #C1C1C1; --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(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(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(.prose > ul > li p):not(:where([class~="not-prose"] *)){ margin-top: 0.75em; margin-bottom: 0.75em; }
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){ margin-top: 1.25em; }
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){ margin-bottom: 1.25em; }
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){ margin-top: 1.25em; }
.prose :where(.prose > 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, tfoot td):not(:where([class~="not-prose"] *)){ padding-top: 0.5714286em; padding-right: 0.5714286em; padding-bottom: 0.5714286em; padding-left: 0.5714286em; }
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){ padding-left: 0; }
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){ padding-right: 0; }
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){ margin-top: 0; }
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){ margin-bottom: 0; }
/* Custom styles below this line */
.top-100 {
    top: 100%
}
.bottom-100 {
    bottom: 100%
}
.max-h-select {
    max-height: 300px;
}
/** * Codeblock. */
pre.highlight {
    padding: 8px 12px;
    position: relative;
}
pre.highlight > code {
    border: 0;
    overflow-x: auto;
    padding-right: 0;
    padding-left: 0;
}
pre.highlight.highlight {
    overflow: auto;
    white-space: pre;
    word-wrap: normal;
}
pre.highlight .copy-button {
    height: 22px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 500;
    opacity: 0;
    pointer-events: all;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: #222222;
    transition: opacity 0.2s, background-color 0.2s;
    font-family: "Sora", sans-serif;
}
pre.highlight:active .copy-button, pre.highlight:focus .copy-button, pre.highlight:hover .copy-button {
    opacity: 1;
}
pre.highlight .copy-button:active, pre.highlight .copy-button:focus, pre.highlight .copy-button:hover {
    opacity: 1;
    background-color: #333333;
}
[x-cloak] { display: none !important; }
/* Custom styles above this line */
.sr-only{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.visible{ visibility: visible; }
.invisible{ visibility: hidden; }
.fixed{ position: fixed; }
.absolute{ position: absolute; }
.relative{ position: relative; }
.sticky{ position: sticky; }
.inset-0{ inset: 0px; }
.inset-x-0{ left: 0px; right: 0px; }
.inset-y-0{ top: 0px; bottom: 0px; }
.-bottom-\[calc\(100vh-100\%\)\]{ bottom: calc(calc(100vh - 100%) * -1); }
.bottom-0{ bottom: 0px; }
.left-0{ left: 0px; }
.left-1{ left: 0.25rem; }
.left-1\/2{ left: 50%; }
.left-full{ left: 100%; }
.top-0{ top: 0px; }
.top-1{ top: 0.25rem; }
.top-8{ top: 2rem; }
.top-full{ top: 100%; }
.isolate{ isolation: isolate; }
.z-10{ z-index: 10; }
.z-20{ z-index: 20; }
.z-30{ z-index: 30; }
.z-40{ z-index: 40; }
.z-50{ z-index: 50; }
.col-span-1{ grid-column: span 1 / span 1; }
.float-right{ float: right; }
.-m-2{ margin: -0.5rem; }
.-m-2\.5{ margin: -0.625rem; }
.-m-3{ margin: -0.75rem; }
.m-0{ margin: 0px; }
.-mx-2{ margin-left: -0.5rem; margin-right: -0.5rem; }
.-mx-6{ margin-left: -1.5rem; margin-right: -1.5rem; }
.mx-1{ margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-1\.5{ margin-left: 0.375rem; margin-right: 0.375rem; }
.mx-2{ margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-auto{ margin-left: auto; margin-right: auto; }
.my-12{ margin-top: 3rem; margin-bottom: 3rem; }
.my-2{ margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-4{ margin-top: 1rem; margin-bottom: 1rem; }
.my-5{ margin-top: 1.25rem; margin-bottom: 1.25rem; }
.-ml-\[40px\]{ margin-left: -40px; }
.-ml-px{ margin-left: -1px; }
.-mt-1{ margin-top: -0.25rem; }
.mb-0{ margin-bottom: 0px; }
.mb-10{ margin-bottom: 2.5rem; }
.mb-2{ margin-bottom: 0.5rem; }
.mb-3{ margin-bottom: 0.75rem; }
.mb-6{ margin-bottom: 1.5rem; }
.mb-8{ margin-bottom: 2rem; }
.ml-3{ margin-left: 0.75rem; }
.ml-4{ margin-left: 1rem; }
.ml-6{ margin-left: 1.5rem; }
.mr-1{ margin-right: 0.25rem; }
.mr-16{ margin-right: 4rem; }
.mr-3{ margin-right: 0.75rem; }
.mt-1{ margin-top: 0.25rem; }
.mt-10{ margin-top: 2.5rem; }
.mt-16{ margin-top: 4rem; }
.mt-2{ margin-top: 0.5rem; }
.mt-24{ margin-top: 6rem; }
.mt-3{ margin-top: 0.75rem; }
.mt-32{ margin-top: 8rem; }
.mt-4{ margin-top: 1rem; }
.mt-5{ margin-top: 1.25rem; }
.mt-6{ margin-top: 1.5rem; }
.mt-8{ margin-top: 2rem; }
.mt-auto{ margin-top: auto; }
.line-clamp-3{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.block{ display: block; }
.inline{ display: inline; }
.flex{ display: flex; }
.inline-flex{ display: inline-flex; }
.flow-root{ display: flow-root; }
.grid{ display: grid; }
.contents{ display: contents; }
.hidden{ display: none; }
.aspect-\[16\/9\]{ aspect-ratio: 16/9; }
.h-0{ height: 0px; }
.h-0\.5{ height: 0.125rem; }
.h-1{ height: 0.25rem; }
.h-1\.5{ height: 0.375rem; }
.h-10{ height: 2.5rem; }
.h-12{ height: 3rem; }
.h-16{ height: 4rem; }
.h-5{ height: 1.25rem; }
.h-6{ height: 1.5rem; }
.h-7{ height: 1.75rem; }
.h-8{ height: 2rem; }
.h-80{ height: 20rem; }
.h-\[48px\]{ height: 48px; }
.h-\[60px\]{ height: 60px; }
.h-full{ height: 100%; }
.max-h-\[calc\(100vh-100\%-40px\)\]{ max-height: calc(100vh - 100% - 40px); }
.min-h-full{ min-height: 100%; }
.w-10{ width: 2.5rem; }
.w-12{ width: 3rem; }
.w-16{ width: 4rem; }
.w-5{ width: 1.25rem; }
.w-6{ width: 1.5rem; }
.w-8{ width: 2rem; }
.w-\[320px\]{ width: 320px; }
.w-\[76rem\]{ width: 76rem; }
.w-auto{ width: auto; }
.w-full{ width: 100%; }
.w-screen{ width: 100vw; }
.max-w-2xl{ max-width: 42rem; }
.max-w-3xl{ max-width: 48rem; }
.max-w-7xl{ max-width: 80rem; }
.max-w-\[186px\]{ max-width: 186px; }
.max-w-\[768px\]{ max-width: 768px; }
.max-w-\[calc\(100\%-24px\)\]{ max-width: calc(100% - 24px); }
.max-w-full{ max-width: 100%; }
.max-w-lg{ max-width: 32rem; }
.max-w-max{ max-width: -moz-max-content; max-width: max-content; }
.max-w-prose{ max-width: 65ch; }
.max-w-screen-xl{ max-width: 1280px; }
.max-w-xl{ max-width: 36rem; }
.max-w-xs{ max-width: 20rem; }
.flex-1{ flex: 1 1 0%; }
.flex-none{ flex: none; }
.flex-shrink-0{ flex-shrink: 0; }
.shrink-0{ flex-shrink: 0; }
.grow{ flex-grow: 1; }
.basis-0{ flex-basis: 0px; }
.basis-\[1px\]{ flex-basis: 1px; }
.basis-\[218px\]{ flex-basis: 218px; }
.basis-full{ flex-basis: 100%; }
.border-collapse{ border-collapse: collapse; }
.border-separate{ border-collapse: separate; }
.border-spacing-0{ --tw-border-spacing-x: 0px; --tw-border-spacing-y: 0px; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-0\.5{ --tw-border-spacing-x: 0.125rem; --tw-border-spacing-y: 0.125rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-1{ --tw-border-spacing-x: 0.25rem; --tw-border-spacing-y: 0.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-1\.5{ --tw-border-spacing-x: 0.375rem; --tw-border-spacing-y: 0.375rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-10{ --tw-border-spacing-x: 2.5rem; --tw-border-spacing-y: 2.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-11{ --tw-border-spacing-x: 2.75rem; --tw-border-spacing-y: 2.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-12{ --tw-border-spacing-x: 3rem; --tw-border-spacing-y: 3rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-14{ --tw-border-spacing-x: 3.5rem; --tw-border-spacing-y: 3.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-16{ --tw-border-spacing-x: 4rem; --tw-border-spacing-y: 4rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-2{ --tw-border-spacing-x: 0.5rem; --tw-border-spacing-y: 0.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-2\.5{ --tw-border-spacing-x: 0.625rem; --tw-border-spacing-y: 0.625rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-20{ --tw-border-spacing-x: 5rem; --tw-border-spacing-y: 5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-24{ --tw-border-spacing-x: 6rem; --tw-border-spacing-y: 6rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-28{ --tw-border-spacing-x: 7rem; --tw-border-spacing-y: 7rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-3{ --tw-border-spacing-x: 0.75rem; --tw-border-spacing-y: 0.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-3\.5{ --tw-border-spacing-x: 0.875rem; --tw-border-spacing-y: 0.875rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-32{ --tw-border-spacing-x: 8rem; --tw-border-spacing-y: 8rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-36{ --tw-border-spacing-x: 9rem; --tw-border-spacing-y: 9rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-4{ --tw-border-spacing-x: 1rem; --tw-border-spacing-y: 1rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-40{ --tw-border-spacing-x: 10rem; --tw-border-spacing-y: 10rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-44{ --tw-border-spacing-x: 11rem; --tw-border-spacing-y: 11rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-48{ --tw-border-spacing-x: 12rem; --tw-border-spacing-y: 12rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-5{ --tw-border-spacing-x: 1.25rem; --tw-border-spacing-y: 1.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-52{ --tw-border-spacing-x: 13rem; --tw-border-spacing-y: 13rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-56{ --tw-border-spacing-x: 14rem; --tw-border-spacing-y: 14rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-6{ --tw-border-spacing-x: 1.5rem; --tw-border-spacing-y: 1.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-60{ --tw-border-spacing-x: 15rem; --tw-border-spacing-y: 15rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-64{ --tw-border-spacing-x: 16rem; --tw-border-spacing-y: 16rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-7{ --tw-border-spacing-x: 1.75rem; --tw-border-spacing-y: 1.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-72{ --tw-border-spacing-x: 18rem; --tw-border-spacing-y: 18rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-8{ --tw-border-spacing-x: 2rem; --tw-border-spacing-y: 2rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-80{ --tw-border-spacing-x: 20rem; --tw-border-spacing-y: 20rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-9{ --tw-border-spacing-x: 2.25rem; --tw-border-spacing-y: 2.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-96{ --tw-border-spacing-x: 24rem; --tw-border-spacing-y: 24rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-px{ --tw-border-spacing-x: 1px; --tw-border-spacing-y: 1px; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-0{ --tw-border-spacing-x: 0px; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-0\.5{ --tw-border-spacing-x: 0.125rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-1{ --tw-border-spacing-x: 0.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-1\.5{ --tw-border-spacing-x: 0.375rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-10{ --tw-border-spacing-x: 2.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-11{ --tw-border-spacing-x: 2.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-12{ --tw-border-spacing-x: 3rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-14{ --tw-border-spacing-x: 3.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-16{ --tw-border-spacing-x: 4rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-2{ --tw-border-spacing-x: 0.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-2\.5{ --tw-border-spacing-x: 0.625rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-20{ --tw-border-spacing-x: 5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-24{ --tw-border-spacing-x: 6rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-28{ --tw-border-spacing-x: 7rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-3{ --tw-border-spacing-x: 0.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-3\.5{ --tw-border-spacing-x: 0.875rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-32{ --tw-border-spacing-x: 8rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-36{ --tw-border-spacing-x: 9rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-4{ --tw-border-spacing-x: 1rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-40{ --tw-border-spacing-x: 10rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-44{ --tw-border-spacing-x: 11rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-48{ --tw-border-spacing-x: 12rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-5{ --tw-border-spacing-x: 1.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-52{ --tw-border-spacing-x: 13rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-56{ --tw-border-spacing-x: 14rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-6{ --tw-border-spacing-x: 1.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-60{ --tw-border-spacing-x: 15rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-64{ --tw-border-spacing-x: 16rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-7{ --tw-border-spacing-x: 1.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-72{ --tw-border-spacing-x: 18rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-8{ --tw-border-spacing-x: 2rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-80{ --tw-border-spacing-x: 20rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-9{ --tw-border-spacing-x: 2.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-96{ --tw-border-spacing-x: 24rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-x-px{ --tw-border-spacing-x: 1px; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-0{ --tw-border-spacing-y: 0px; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-0\.5{ --tw-border-spacing-y: 0.125rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-1{ --tw-border-spacing-y: 0.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-1\.5{ --tw-border-spacing-y: 0.375rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-10{ --tw-border-spacing-y: 2.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-11{ --tw-border-spacing-y: 2.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-12{ --tw-border-spacing-y: 3rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-14{ --tw-border-spacing-y: 3.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-16{ --tw-border-spacing-y: 4rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-2{ --tw-border-spacing-y: 0.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-2\.5{ --tw-border-spacing-y: 0.625rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-20{ --tw-border-spacing-y: 5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-24{ --tw-border-spacing-y: 6rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-28{ --tw-border-spacing-y: 7rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-3{ --tw-border-spacing-y: 0.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-3\.5{ --tw-border-spacing-y: 0.875rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-32{ --tw-border-spacing-y: 8rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-36{ --tw-border-spacing-y: 9rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-4{ --tw-border-spacing-y: 1rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-40{ --tw-border-spacing-y: 10rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-44{ --tw-border-spacing-y: 11rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-48{ --tw-border-spacing-y: 12rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-5{ --tw-border-spacing-y: 1.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-52{ --tw-border-spacing-y: 13rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-56{ --tw-border-spacing-y: 14rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-6{ --tw-border-spacing-y: 1.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-60{ --tw-border-spacing-y: 15rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-64{ --tw-border-spacing-y: 16rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-7{ --tw-border-spacing-y: 1.75rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-72{ --tw-border-spacing-y: 18rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-8{ --tw-border-spacing-y: 2rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-80{ --tw-border-spacing-y: 20rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-9{ --tw-border-spacing-y: 2.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-96{ --tw-border-spacing-y: 24rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.border-spacing-y-px{ --tw-border-spacing-y: 1px; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); }
.-translate-x-1\/2{ --tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-x-full{ --tw-translate-x: -100%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-y-1\/2{ --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.translate-x-0{ --tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-rotate-180{ --tw-rotate: -180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.rotate-90{ --tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.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)); }
.cursor-context-menu{ cursor: context-menu; }
.cursor-pointer{ cursor: pointer; }
.scroll-pt-\[calc\(48px\+20px\)\]{ scroll-padding-top: calc(48px + 20px); }
.appearance-none{ -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.columns-2{ -moz-columns: 2; columns: 2; }
.break-inside-avoid{ -moz-column-break-inside: avoid; break-inside: avoid; }
.grid-cols-1{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
.flex-row{ flex-direction: row; }
.flex-col{ flex-direction: column; }
.flex-wrap{ flex-wrap: wrap; }
.items-start{ align-items: flex-start; }
.items-center{ align-items: center; }
.justify-end{ justify-content: flex-end; }
.justify-center{ justify-content: center; }
.justify-between{ justify-content: space-between; }
.gap-x-10{ -moz-column-gap: 2.5rem; column-gap: 2.5rem; }
.gap-x-2{ -moz-column-gap: 0.5rem; column-gap: 0.5rem; }
.gap-x-2\.5{ -moz-column-gap: 0.625rem; column-gap: 0.625rem; }
.gap-x-3{ -moz-column-gap: 0.75rem; column-gap: 0.75rem; }
.gap-x-4{ -moz-column-gap: 1rem; column-gap: 1rem; }
.gap-x-6{ -moz-column-gap: 1.5rem; column-gap: 1.5rem; }
.gap-x-8{ -moz-column-gap: 2rem; column-gap: 2rem; }
.gap-y-1{ row-gap: 0.25rem; }
.gap-y-12{ row-gap: 3rem; }
.gap-y-16{ row-gap: 4rem; }
.gap-y-20{ row-gap: 5rem; }
.gap-y-5{ row-gap: 1.25rem; }
.gap-y-7{ row-gap: 1.75rem; }
.gap-y-8{ row-gap: 2rem; }
.space-x-6 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(1.5rem * var(--tw-space-x-reverse)); margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); }
.space-y-1 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); }
.space-y-16 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(4rem * var(--tw-space-y-reverse)); }
.space-y-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }
.space-y-6 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); }
.space-y-8 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2rem * var(--tw-space-y-reverse)); }
.divide-x-2 > :not([hidden]) ~ :not([hidden]){ --tw-divide-x-reverse: 0; border-right-width: calc(2px * var(--tw-divide-x-reverse)); border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); }
.divide-solid > :not([hidden]) ~ :not([hidden]){ border-style: solid; }
.divide-callout-bad-text-accent > :not([hidden]) ~ :not([hidden]){ --tw-divide-opacity: 1; border-color: rgb(255 227 227 / var(--tw-divide-opacity)); }
.divide-callout-bad-text-accent\/0 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0); }
.divide-callout-bad-text-accent\/10 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.1); }
.divide-callout-bad-text-accent\/100 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 1); }
.divide-callout-bad-text-accent\/20 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.2); }
.divide-callout-bad-text-accent\/25 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.25); }
.divide-callout-bad-text-accent\/30 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.3); }
.divide-callout-bad-text-accent\/40 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.4); }
.divide-callout-bad-text-accent\/5 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.05); }
.divide-callout-bad-text-accent\/50 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.5); }
.divide-callout-bad-text-accent\/60 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.6); }
.divide-callout-bad-text-accent\/70 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.7); }
.divide-callout-bad-text-accent\/75 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.75); }
.divide-callout-bad-text-accent\/80 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.8); }
.divide-callout-bad-text-accent\/90 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.9); }
.divide-callout-bad-text-accent\/95 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 227 227 / 0.95); }
.divide-callout-info-text-accent > :not([hidden]) ~ :not([hidden]){ --tw-divide-opacity: 1; border-color: rgb(2 55 47 / var(--tw-divide-opacity)); }
.divide-callout-info-text-accent\/0 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0); }
.divide-callout-info-text-accent\/10 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.1); }
.divide-callout-info-text-accent\/100 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 1); }
.divide-callout-info-text-accent\/20 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.2); }
.divide-callout-info-text-accent\/25 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.25); }
.divide-callout-info-text-accent\/30 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.3); }
.divide-callout-info-text-accent\/40 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.4); }
.divide-callout-info-text-accent\/5 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.05); }
.divide-callout-info-text-accent\/50 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.5); }
.divide-callout-info-text-accent\/60 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.6); }
.divide-callout-info-text-accent\/70 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.7); }
.divide-callout-info-text-accent\/75 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.75); }
.divide-callout-info-text-accent\/80 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.8); }
.divide-callout-info-text-accent\/90 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.9); }
.divide-callout-info-text-accent\/95 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(2 55 47 / 0.95); }
.divide-callout-ok-text-accent > :not([hidden]) ~ :not([hidden]){ --tw-divide-opacity: 1; border-color: rgb(102 255 221 / var(--tw-divide-opacity)); }
.divide-callout-ok-text-accent\/0 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0); }
.divide-callout-ok-text-accent\/10 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.1); }
.divide-callout-ok-text-accent\/100 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 1); }
.divide-callout-ok-text-accent\/20 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.2); }
.divide-callout-ok-text-accent\/25 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.25); }
.divide-callout-ok-text-accent\/30 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.3); }
.divide-callout-ok-text-accent\/40 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.4); }
.divide-callout-ok-text-accent\/5 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.05); }
.divide-callout-ok-text-accent\/50 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.5); }
.divide-callout-ok-text-accent\/60 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.6); }
.divide-callout-ok-text-accent\/70 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.7); }
.divide-callout-ok-text-accent\/75 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.75); }
.divide-callout-ok-text-accent\/80 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.8); }
.divide-callout-ok-text-accent\/90 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.9); }
.divide-callout-ok-text-accent\/95 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(102 255 221 / 0.95); }
.divide-callout-warning-text-accent > :not([hidden]) ~ :not([hidden]){ --tw-divide-opacity: 1; border-color: rgb(255 255 255 / var(--tw-divide-opacity)); }
.divide-callout-warning-text-accent\/0 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0); }
.divide-callout-warning-text-accent\/10 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.1); }
.divide-callout-warning-text-accent\/100 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 1); }
.divide-callout-warning-text-accent\/20 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.2); }
.divide-callout-warning-text-accent\/25 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.25); }
.divide-callout-warning-text-accent\/30 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.3); }
.divide-callout-warning-text-accent\/40 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.4); }
.divide-callout-warning-text-accent\/5 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.05); }
.divide-callout-warning-text-accent\/50 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.5); }
.divide-callout-warning-text-accent\/60 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.6); }
.divide-callout-warning-text-accent\/70 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.7); }
.divide-callout-warning-text-accent\/75 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.75); }
.divide-callout-warning-text-accent\/80 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.8); }
.divide-callout-warning-text-accent\/90 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.9); }
.divide-callout-warning-text-accent\/95 > :not([hidden]) ~ :not([hidden]){ border-color: rgb(255 255 255 / 0.95); }
.overflow-hidden{ overflow: hidden; }
.overflow-visible{ overflow: visible; }
.overflow-y-auto{ overflow-y: auto; }
.overflow-x-hidden{ overflow-x: hidden; }
.overscroll-y-contain{ overscroll-behavior-y: contain; }
.scroll-smooth{ scroll-behavior: smooth; }
.truncate{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-ellipsis{ text-overflow: ellipsis; }
.text-clip{ text-overflow: clip; }
.whitespace-nowrap{ white-space: nowrap; }
.rounded{ border-radius: 0.25rem; }
.rounded-2xl{ border-radius: 1rem; }
.rounded-full{ border-radius: 9999px; }
.rounded-lg{ border-radius: 0.5rem; }
.rounded-md{ border-radius: 0.375rem; }
.rounded-xl{ border-radius: 0.75rem; }
.rounded-b-lg{ border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; }
.border{ border-width: 1px; }
.border-0{ border-width: 0px; }
.border-2{ border-width: 2px; }
.border-4{ border-width: 4px; }
.border-8{ border-width: 8px; }
.border-x{ border-left-width: 1px; border-right-width: 1px; }
.border-x-0{ border-left-width: 0px; border-right-width: 0px; }
.border-x-2{ border-left-width: 2px; border-right-width: 2px; }
.border-x-4{ border-left-width: 4px; border-right-width: 4px; }
.border-x-8{ border-left-width: 8px; border-right-width: 8px; }
.border-y{ border-top-width: 1px; border-bottom-width: 1px; }
.border-y-0{ border-top-width: 0px; border-bottom-width: 0px; }
.border-y-2{ border-top-width: 2px; border-bottom-width: 2px; }
.border-y-4{ border-top-width: 4px; border-bottom-width: 4px; }
.border-y-8{ border-top-width: 8px; border-bottom-width: 8px; }
.border-b{ border-bottom-width: 1px; }
.border-b-0{ border-bottom-width: 0px; }
.border-b-2{ border-bottom-width: 2px; }
.border-b-4{ border-bottom-width: 4px; }
.border-b-8{ border-bottom-width: 8px; }
.border-e{ border-inline-end-width: 1px; }
.border-e-0{ border-inline-end-width: 0px; }
.border-e-2{ border-inline-end-width: 2px; }
.border-e-4{ border-inline-end-width: 4px; }
.border-e-8{ border-inline-end-width: 8px; }
.border-l{ border-left-width: 1px; }
.border-l-0{ border-left-width: 0px; }
.border-l-2{ border-left-width: 2px; }
.border-l-4{ border-left-width: 4px; }
.border-l-8{ border-left-width: 8px; }
.border-r{ border-right-width: 1px; }
.border-r-0{ border-right-width: 0px; }
.border-r-2{ border-right-width: 2px; }
.border-r-4{ border-right-width: 4px; }
.border-r-8{ border-right-width: 8px; }
.border-s{ border-inline-start-width: 1px; }
.border-s-0{ border-inline-start-width: 0px; }
.border-s-2{ border-inline-start-width: 2px; }
.border-s-4{ border-inline-start-width: 4px; }
.border-s-8{ border-inline-start-width: 8px; }
.border-t{ border-top-width: 1px; }
.border-t-0{ border-top-width: 0px; }
.border-t-2{ border-top-width: 2px; }
.border-t-4{ border-top-width: 4px; }
.border-t-8{ border-top-width: 8px; }
.border-solid{ border-style: solid; }
.border-dashed{ border-style: dashed; }
.border-dotted{ border-style: dotted; }
.border-double{ border-style: double; }
.border-hidden{ border-style: hidden; }
.border-none{ border-style: none; }
.border-amaranth{ --tw-border-opacity: 1; border-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-amaranth-100{ --tw-border-opacity: 1; border-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-amaranth-100\/0{ border-color: rgb(241 230 237 / 0); }
.border-amaranth-100\/10{ border-color: rgb(241 230 237 / 0.1); }
.border-amaranth-100\/100{ border-color: rgb(241 230 237 / 1); }
.border-amaranth-100\/20{ border-color: rgb(241 230 237 / 0.2); }
.border-amaranth-100\/25{ border-color: rgb(241 230 237 / 0.25); }
.border-amaranth-100\/30{ border-color: rgb(241 230 237 / 0.3); }
.border-amaranth-100\/40{ border-color: rgb(241 230 237 / 0.4); }
.border-amaranth-100\/5{ border-color: rgb(241 230 237 / 0.05); }
.border-amaranth-100\/50{ border-color: rgb(241 230 237 / 0.5); }
.border-amaranth-100\/60{ border-color: rgb(241 230 237 / 0.6); }
.border-amaranth-100\/70{ border-color: rgb(241 230 237 / 0.7); }
.border-amaranth-100\/75{ border-color: rgb(241 230 237 / 0.75); }
.border-amaranth-100\/80{ border-color: rgb(241 230 237 / 0.8); }
.border-amaranth-100\/90{ border-color: rgb(241 230 237 / 0.9); }
.border-amaranth-100\/95{ border-color: rgb(241 230 237 / 0.95); }
.border-amaranth-200{ --tw-border-opacity: 1; border-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-amaranth-200\/0{ border-color: rgb(227 204 219 / 0); }
.border-amaranth-200\/10{ border-color: rgb(227 204 219 / 0.1); }
.border-amaranth-200\/100{ border-color: rgb(227 204 219 / 1); }
.border-amaranth-200\/20{ border-color: rgb(227 204 219 / 0.2); }
.border-amaranth-200\/25{ border-color: rgb(227 204 219 / 0.25); }
.border-amaranth-200\/30{ border-color: rgb(227 204 219 / 0.3); }
.border-amaranth-200\/40{ border-color: rgb(227 204 219 / 0.4); }
.border-amaranth-200\/5{ border-color: rgb(227 204 219 / 0.05); }
.border-amaranth-200\/50{ border-color: rgb(227 204 219 / 0.5); }
.border-amaranth-200\/60{ border-color: rgb(227 204 219 / 0.6); }
.border-amaranth-200\/70{ border-color: rgb(227 204 219 / 0.7); }
.border-amaranth-200\/75{ border-color: rgb(227 204 219 / 0.75); }
.border-amaranth-200\/80{ border-color: rgb(227 204 219 / 0.8); }
.border-amaranth-200\/90{ border-color: rgb(227 204 219 / 0.9); }
.border-amaranth-200\/95{ border-color: rgb(227 204 219 / 0.95); }
.border-amaranth-300{ --tw-border-opacity: 1; border-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-amaranth-300\/0{ border-color: rgb(214 179 201 / 0); }
.border-amaranth-300\/10{ border-color: rgb(214 179 201 / 0.1); }
.border-amaranth-300\/100{ border-color: rgb(214 179 201 / 1); }
.border-amaranth-300\/20{ border-color: rgb(214 179 201 / 0.2); }
.border-amaranth-300\/25{ border-color: rgb(214 179 201 / 0.25); }
.border-amaranth-300\/30{ border-color: rgb(214 179 201 / 0.3); }
.border-amaranth-300\/40{ border-color: rgb(214 179 201 / 0.4); }
.border-amaranth-300\/5{ border-color: rgb(214 179 201 / 0.05); }
.border-amaranth-300\/50{ border-color: rgb(214 179 201 / 0.5); }
.border-amaranth-300\/60{ border-color: rgb(214 179 201 / 0.6); }
.border-amaranth-300\/70{ border-color: rgb(214 179 201 / 0.7); }
.border-amaranth-300\/75{ border-color: rgb(214 179 201 / 0.75); }
.border-amaranth-300\/80{ border-color: rgb(214 179 201 / 0.8); }
.border-amaranth-300\/90{ border-color: rgb(214 179 201 / 0.9); }
.border-amaranth-300\/95{ border-color: rgb(214 179 201 / 0.95); }
.border-amaranth-400{ --tw-border-opacity: 1; border-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-amaranth-400\/0{ border-color: rgb(199 153 182 / 0); }
.border-amaranth-400\/10{ border-color: rgb(199 153 182 / 0.1); }
.border-amaranth-400\/100{ border-color: rgb(199 153 182 / 1); }
.border-amaranth-400\/20{ border-color: rgb(199 153 182 / 0.2); }
.border-amaranth-400\/25{ border-color: rgb(199 153 182 / 0.25); }
.border-amaranth-400\/30{ border-color: rgb(199 153 182 / 0.3); }
.border-amaranth-400\/40{ border-color: rgb(199 153 182 / 0.4); }
.border-amaranth-400\/5{ border-color: rgb(199 153 182 / 0.05); }
.border-amaranth-400\/50{ border-color: rgb(199 153 182 / 0.5); }
.border-amaranth-400\/60{ border-color: rgb(199 153 182 / 0.6); }
.border-amaranth-400\/70{ border-color: rgb(199 153 182 / 0.7); }
.border-amaranth-400\/75{ border-color: rgb(199 153 182 / 0.75); }
.border-amaranth-400\/80{ border-color: rgb(199 153 182 / 0.8); }
.border-amaranth-400\/90{ border-color: rgb(199 153 182 / 0.9); }
.border-amaranth-400\/95{ border-color: rgb(199 153 182 / 0.95); }
.border-amaranth-500{ --tw-border-opacity: 1; border-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-amaranth-500\/0{ border-color: rgb(186 128 164 / 0); }
.border-amaranth-500\/10{ border-color: rgb(186 128 164 / 0.1); }
.border-amaranth-500\/100{ border-color: rgb(186 128 164 / 1); }
.border-amaranth-500\/20{ border-color: rgb(186 128 164 / 0.2); }
.border-amaranth-500\/25{ border-color: rgb(186 128 164 / 0.25); }
.border-amaranth-500\/30{ border-color: rgb(186 128 164 / 0.3); }
.border-amaranth-500\/40{ border-color: rgb(186 128 164 / 0.4); }
.border-amaranth-500\/5{ border-color: rgb(186 128 164 / 0.05); }
.border-amaranth-500\/50{ border-color: rgb(186 128 164 / 0.5); }
.border-amaranth-500\/60{ border-color: rgb(186 128 164 / 0.6); }
.border-amaranth-500\/70{ border-color: rgb(186 128 164 / 0.7); }
.border-amaranth-500\/75{ border-color: rgb(186 128 164 / 0.75); }
.border-amaranth-500\/80{ border-color: rgb(186 128 164 / 0.8); }
.border-amaranth-500\/90{ border-color: rgb(186 128 164 / 0.9); }
.border-amaranth-500\/95{ border-color: rgb(186 128 164 / 0.95); }
.border-amaranth-600{ --tw-border-opacity: 1; border-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-amaranth-600\/0{ border-color: rgb(172 102 146 / 0); }
.border-amaranth-600\/10{ border-color: rgb(172 102 146 / 0.1); }
.border-amaranth-600\/100{ border-color: rgb(172 102 146 / 1); }
.border-amaranth-600\/20{ border-color: rgb(172 102 146 / 0.2); }
.border-amaranth-600\/25{ border-color: rgb(172 102 146 / 0.25); }
.border-amaranth-600\/30{ border-color: rgb(172 102 146 / 0.3); }
.border-amaranth-600\/40{ border-color: rgb(172 102 146 / 0.4); }
.border-amaranth-600\/5{ border-color: rgb(172 102 146 / 0.05); }
.border-amaranth-600\/50{ border-color: rgb(172 102 146 / 0.5); }
.border-amaranth-600\/60{ border-color: rgb(172 102 146 / 0.6); }
.border-amaranth-600\/70{ border-color: rgb(172 102 146 / 0.7); }
.border-amaranth-600\/75{ border-color: rgb(172 102 146 / 0.75); }
.border-amaranth-600\/80{ border-color: rgb(172 102 146 / 0.8); }
.border-amaranth-600\/90{ border-color: rgb(172 102 146 / 0.9); }
.border-amaranth-600\/95{ border-color: rgb(172 102 146 / 0.95); }
.border-amaranth-700{ --tw-border-opacity: 1; border-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-amaranth-700\/0{ border-color: rgb(157 76 127 / 0); }
.border-amaranth-700\/10{ border-color: rgb(157 76 127 / 0.1); }
.border-amaranth-700\/100{ border-color: rgb(157 76 127 / 1); }
.border-amaranth-700\/20{ border-color: rgb(157 76 127 / 0.2); }
.border-amaranth-700\/25{ border-color: rgb(157 76 127 / 0.25); }
.border-amaranth-700\/30{ border-color: rgb(157 76 127 / 0.3); }
.border-amaranth-700\/40{ border-color: rgb(157 76 127 / 0.4); }
.border-amaranth-700\/5{ border-color: rgb(157 76 127 / 0.05); }
.border-amaranth-700\/50{ border-color: rgb(157 76 127 / 0.5); }
.border-amaranth-700\/60{ border-color: rgb(157 76 127 / 0.6); }
.border-amaranth-700\/70{ border-color: rgb(157 76 127 / 0.7); }
.border-amaranth-700\/75{ border-color: rgb(157 76 127 / 0.75); }
.border-amaranth-700\/80{ border-color: rgb(157 76 127 / 0.8); }
.border-amaranth-700\/90{ border-color: rgb(157 76 127 / 0.9); }
.border-amaranth-700\/95{ border-color: rgb(157 76 127 / 0.95); }
.border-amaranth-800{ --tw-border-opacity: 1; border-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-amaranth-800\/0{ border-color: rgb(144 51 109 / 0); }
.border-amaranth-800\/10{ border-color: rgb(144 51 109 / 0.1); }
.border-amaranth-800\/100{ border-color: rgb(144 51 109 / 1); }
.border-amaranth-800\/20{ border-color: rgb(144 51 109 / 0.2); }
.border-amaranth-800\/25{ border-color: rgb(144 51 109 / 0.25); }
.border-amaranth-800\/30{ border-color: rgb(144 51 109 / 0.3); }
.border-amaranth-800\/40{ border-color: rgb(144 51 109 / 0.4); }
.border-amaranth-800\/5{ border-color: rgb(144 51 109 / 0.05); }
.border-amaranth-800\/50{ border-color: rgb(144 51 109 / 0.5); }
.border-amaranth-800\/60{ border-color: rgb(144 51 109 / 0.6); }
.border-amaranth-800\/70{ border-color: rgb(144 51 109 / 0.7); }
.border-amaranth-800\/75{ border-color: rgb(144 51 109 / 0.75); }
.border-amaranth-800\/80{ border-color: rgb(144 51 109 / 0.8); }
.border-amaranth-800\/90{ border-color: rgb(144 51 109 / 0.9); }
.border-amaranth-800\/95{ border-color: rgb(144 51 109 / 0.95); }
.border-amaranth-900{ --tw-border-opacity: 1; border-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-amaranth-900\/0{ border-color: rgb(130 26 92 / 0); }
.border-amaranth-900\/10{ border-color: rgb(130 26 92 / 0.1); }
.border-amaranth-900\/100{ border-color: rgb(130 26 92 / 1); }
.border-amaranth-900\/20{ border-color: rgb(130 26 92 / 0.2); }
.border-amaranth-900\/25{ border-color: rgb(130 26 92 / 0.25); }
.border-amaranth-900\/30{ border-color: rgb(130 26 92 / 0.3); }
.border-amaranth-900\/40{ border-color: rgb(130 26 92 / 0.4); }
.border-amaranth-900\/5{ border-color: rgb(130 26 92 / 0.05); }
.border-amaranth-900\/50{ border-color: rgb(130 26 92 / 0.5); }
.border-amaranth-900\/60{ border-color: rgb(130 26 92 / 0.6); }
.border-amaranth-900\/70{ border-color: rgb(130 26 92 / 0.7); }
.border-amaranth-900\/75{ border-color: rgb(130 26 92 / 0.75); }
.border-amaranth-900\/80{ border-color: rgb(130 26 92 / 0.8); }
.border-amaranth-900\/90{ border-color: rgb(130 26 92 / 0.9); }
.border-amaranth-900\/95{ border-color: rgb(130 26 92 / 0.95); }
.border-amaranth-950{ --tw-border-opacity: 1; border-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-amaranth-950\/0{ border-color: rgb(123 13 82 / 0); }
.border-amaranth-950\/10{ border-color: rgb(123 13 82 / 0.1); }
.border-amaranth-950\/100{ border-color: rgb(123 13 82 / 1); }
.border-amaranth-950\/20{ border-color: rgb(123 13 82 / 0.2); }
.border-amaranth-950\/25{ border-color: rgb(123 13 82 / 0.25); }
.border-amaranth-950\/30{ border-color: rgb(123 13 82 / 0.3); }
.border-amaranth-950\/40{ border-color: rgb(123 13 82 / 0.4); }
.border-amaranth-950\/5{ border-color: rgb(123 13 82 / 0.05); }
.border-amaranth-950\/50{ border-color: rgb(123 13 82 / 0.5); }
.border-amaranth-950\/60{ border-color: rgb(123 13 82 / 0.6); }
.border-amaranth-950\/70{ border-color: rgb(123 13 82 / 0.7); }
.border-amaranth-950\/75{ border-color: rgb(123 13 82 / 0.75); }
.border-amaranth-950\/80{ border-color: rgb(123 13 82 / 0.8); }
.border-amaranth-950\/90{ border-color: rgb(123 13 82 / 0.9); }
.border-amaranth-950\/95{ border-color: rgb(123 13 82 / 0.95); }
.border-amaranth\/0{ border-color: rgb(116 0 73 / 0); }
.border-amaranth\/10{ border-color: rgb(116 0 73 / 0.1); }
.border-amaranth\/100{ border-color: rgb(116 0 73 / 1); }
.border-amaranth\/20{ border-color: rgb(116 0 73 / 0.2); }
.border-amaranth\/25{ border-color: rgb(116 0 73 / 0.25); }
.border-amaranth\/30{ border-color: rgb(116 0 73 / 0.3); }
.border-amaranth\/40{ border-color: rgb(116 0 73 / 0.4); }
.border-amaranth\/5{ border-color: rgb(116 0 73 / 0.05); }
.border-amaranth\/50{ border-color: rgb(116 0 73 / 0.5); }
.border-amaranth\/60{ border-color: rgb(116 0 73 / 0.6); }
.border-amaranth\/70{ border-color: rgb(116 0 73 / 0.7); }
.border-amaranth\/75{ border-color: rgb(116 0 73 / 0.75); }
.border-amaranth\/80{ border-color: rgb(116 0 73 / 0.8); }
.border-amaranth\/90{ border-color: rgb(116 0 73 / 0.9); }
.border-amaranth\/95{ border-color: rgb(116 0 73 / 0.95); }
.border-amber-100{ --tw-border-opacity: 1; border-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-amber-100\/0{ border-color: rgb(254 243 199 / 0); }
.border-amber-100\/10{ border-color: rgb(254 243 199 / 0.1); }
.border-amber-100\/100{ border-color: rgb(254 243 199 / 1); }
.border-amber-100\/20{ border-color: rgb(254 243 199 / 0.2); }
.border-amber-100\/25{ border-color: rgb(254 243 199 / 0.25); }
.border-amber-100\/30{ border-color: rgb(254 243 199 / 0.3); }
.border-amber-100\/40{ border-color: rgb(254 243 199 / 0.4); }
.border-amber-100\/5{ border-color: rgb(254 243 199 / 0.05); }
.border-amber-100\/50{ border-color: rgb(254 243 199 / 0.5); }
.border-amber-100\/60{ border-color: rgb(254 243 199 / 0.6); }
.border-amber-100\/70{ border-color: rgb(254 243 199 / 0.7); }
.border-amber-100\/75{ border-color: rgb(254 243 199 / 0.75); }
.border-amber-100\/80{ border-color: rgb(254 243 199 / 0.8); }
.border-amber-100\/90{ border-color: rgb(254 243 199 / 0.9); }
.border-amber-100\/95{ border-color: rgb(254 243 199 / 0.95); }
.border-amber-200{ --tw-border-opacity: 1; border-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-amber-200\/0{ border-color: rgb(253 230 138 / 0); }
.border-amber-200\/10{ border-color: rgb(253 230 138 / 0.1); }
.border-amber-200\/100{ border-color: rgb(253 230 138 / 1); }
.border-amber-200\/20{ border-color: rgb(253 230 138 / 0.2); }
.border-amber-200\/25{ border-color: rgb(253 230 138 / 0.25); }
.border-amber-200\/30{ border-color: rgb(253 230 138 / 0.3); }
.border-amber-200\/40{ border-color: rgb(253 230 138 / 0.4); }
.border-amber-200\/5{ border-color: rgb(253 230 138 / 0.05); }
.border-amber-200\/50{ border-color: rgb(253 230 138 / 0.5); }
.border-amber-200\/60{ border-color: rgb(253 230 138 / 0.6); }
.border-amber-200\/70{ border-color: rgb(253 230 138 / 0.7); }
.border-amber-200\/75{ border-color: rgb(253 230 138 / 0.75); }
.border-amber-200\/80{ border-color: rgb(253 230 138 / 0.8); }
.border-amber-200\/90{ border-color: rgb(253 230 138 / 0.9); }
.border-amber-200\/95{ border-color: rgb(253 230 138 / 0.95); }
.border-amber-300{ --tw-border-opacity: 1; border-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-amber-300\/0{ border-color: rgb(252 211 77 / 0); }
.border-amber-300\/10{ border-color: rgb(252 211 77 / 0.1); }
.border-amber-300\/100{ border-color: rgb(252 211 77 / 1); }
.border-amber-300\/20{ border-color: rgb(252 211 77 / 0.2); }
.border-amber-300\/25{ border-color: rgb(252 211 77 / 0.25); }
.border-amber-300\/30{ border-color: rgb(252 211 77 / 0.3); }
.border-amber-300\/40{ border-color: rgb(252 211 77 / 0.4); }
.border-amber-300\/5{ border-color: rgb(252 211 77 / 0.05); }
.border-amber-300\/50{ border-color: rgb(252 211 77 / 0.5); }
.border-amber-300\/60{ border-color: rgb(252 211 77 / 0.6); }
.border-amber-300\/70{ border-color: rgb(252 211 77 / 0.7); }
.border-amber-300\/75{ border-color: rgb(252 211 77 / 0.75); }
.border-amber-300\/80{ border-color: rgb(252 211 77 / 0.8); }
.border-amber-300\/90{ border-color: rgb(252 211 77 / 0.9); }
.border-amber-300\/95{ border-color: rgb(252 211 77 / 0.95); }
.border-amber-400{ --tw-border-opacity: 1; border-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-amber-400\/0{ border-color: rgb(251 191 36 / 0); }
.border-amber-400\/10{ border-color: rgb(251 191 36 / 0.1); }
.border-amber-400\/100{ border-color: rgb(251 191 36 / 1); }
.border-amber-400\/20{ border-color: rgb(251 191 36 / 0.2); }
.border-amber-400\/25{ border-color: rgb(251 191 36 / 0.25); }
.border-amber-400\/30{ border-color: rgb(251 191 36 / 0.3); }
.border-amber-400\/40{ border-color: rgb(251 191 36 / 0.4); }
.border-amber-400\/5{ border-color: rgb(251 191 36 / 0.05); }
.border-amber-400\/50{ border-color: rgb(251 191 36 / 0.5); }
.border-amber-400\/60{ border-color: rgb(251 191 36 / 0.6); }
.border-amber-400\/70{ border-color: rgb(251 191 36 / 0.7); }
.border-amber-400\/75{ border-color: rgb(251 191 36 / 0.75); }
.border-amber-400\/80{ border-color: rgb(251 191 36 / 0.8); }
.border-amber-400\/90{ border-color: rgb(251 191 36 / 0.9); }
.border-amber-400\/95{ border-color: rgb(251 191 36 / 0.95); }
.border-amber-50{ --tw-border-opacity: 1; border-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-amber-50\/0{ border-color: rgb(255 251 235 / 0); }
.border-amber-50\/10{ border-color: rgb(255 251 235 / 0.1); }
.border-amber-50\/100{ border-color: rgb(255 251 235 / 1); }
.border-amber-50\/20{ border-color: rgb(255 251 235 / 0.2); }
.border-amber-50\/25{ border-color: rgb(255 251 235 / 0.25); }
.border-amber-50\/30{ border-color: rgb(255 251 235 / 0.3); }
.border-amber-50\/40{ border-color: rgb(255 251 235 / 0.4); }
.border-amber-50\/5{ border-color: rgb(255 251 235 / 0.05); }
.border-amber-50\/50{ border-color: rgb(255 251 235 / 0.5); }
.border-amber-50\/60{ border-color: rgb(255 251 235 / 0.6); }
.border-amber-50\/70{ border-color: rgb(255 251 235 / 0.7); }
.border-amber-50\/75{ border-color: rgb(255 251 235 / 0.75); }
.border-amber-50\/80{ border-color: rgb(255 251 235 / 0.8); }
.border-amber-50\/90{ border-color: rgb(255 251 235 / 0.9); }
.border-amber-50\/95{ border-color: rgb(255 251 235 / 0.95); }
.border-amber-500{ --tw-border-opacity: 1; border-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-amber-500\/0{ border-color: rgb(245 158 11 / 0); }
.border-amber-500\/10{ border-color: rgb(245 158 11 / 0.1); }
.border-amber-500\/100{ border-color: rgb(245 158 11 / 1); }
.border-amber-500\/20{ border-color: rgb(245 158 11 / 0.2); }
.border-amber-500\/25{ border-color: rgb(245 158 11 / 0.25); }
.border-amber-500\/30{ border-color: rgb(245 158 11 / 0.3); }
.border-amber-500\/40{ border-color: rgb(245 158 11 / 0.4); }
.border-amber-500\/5{ border-color: rgb(245 158 11 / 0.05); }
.border-amber-500\/50{ border-color: rgb(245 158 11 / 0.5); }
.border-amber-500\/60{ border-color: rgb(245 158 11 / 0.6); }
.border-amber-500\/70{ border-color: rgb(245 158 11 / 0.7); }
.border-amber-500\/75{ border-color: rgb(245 158 11 / 0.75); }
.border-amber-500\/80{ border-color: rgb(245 158 11 / 0.8); }
.border-amber-500\/90{ border-color: rgb(245 158 11 / 0.9); }
.border-amber-500\/95{ border-color: rgb(245 158 11 / 0.95); }
.border-amber-600{ --tw-border-opacity: 1; border-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-amber-600\/0{ border-color: rgb(217 119 6 / 0); }
.border-amber-600\/10{ border-color: rgb(217 119 6 / 0.1); }
.border-amber-600\/100{ border-color: rgb(217 119 6 / 1); }
.border-amber-600\/20{ border-color: rgb(217 119 6 / 0.2); }
.border-amber-600\/25{ border-color: rgb(217 119 6 / 0.25); }
.border-amber-600\/30{ border-color: rgb(217 119 6 / 0.3); }
.border-amber-600\/40{ border-color: rgb(217 119 6 / 0.4); }
.border-amber-600\/5{ border-color: rgb(217 119 6 / 0.05); }
.border-amber-600\/50{ border-color: rgb(217 119 6 / 0.5); }
.border-amber-600\/60{ border-color: rgb(217 119 6 / 0.6); }
.border-amber-600\/70{ border-color: rgb(217 119 6 / 0.7); }
.border-amber-600\/75{ border-color: rgb(217 119 6 / 0.75); }
.border-amber-600\/80{ border-color: rgb(217 119 6 / 0.8); }
.border-amber-600\/90{ border-color: rgb(217 119 6 / 0.9); }
.border-amber-600\/95{ border-color: rgb(217 119 6 / 0.95); }
.border-amber-700{ --tw-border-opacity: 1; border-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-amber-700\/0{ border-color: rgb(180 83 9 / 0); }
.border-amber-700\/10{ border-color: rgb(180 83 9 / 0.1); }
.border-amber-700\/100{ border-color: rgb(180 83 9 / 1); }
.border-amber-700\/20{ border-color: rgb(180 83 9 / 0.2); }
.border-amber-700\/25{ border-color: rgb(180 83 9 / 0.25); }
.border-amber-700\/30{ border-color: rgb(180 83 9 / 0.3); }
.border-amber-700\/40{ border-color: rgb(180 83 9 / 0.4); }
.border-amber-700\/5{ border-color: rgb(180 83 9 / 0.05); }
.border-amber-700\/50{ border-color: rgb(180 83 9 / 0.5); }
.border-amber-700\/60{ border-color: rgb(180 83 9 / 0.6); }
.border-amber-700\/70{ border-color: rgb(180 83 9 / 0.7); }
.border-amber-700\/75{ border-color: rgb(180 83 9 / 0.75); }
.border-amber-700\/80{ border-color: rgb(180 83 9 / 0.8); }
.border-amber-700\/90{ border-color: rgb(180 83 9 / 0.9); }
.border-amber-700\/95{ border-color: rgb(180 83 9 / 0.95); }
.border-amber-800{ --tw-border-opacity: 1; border-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-amber-800\/0{ border-color: rgb(146 64 14 / 0); }
.border-amber-800\/10{ border-color: rgb(146 64 14 / 0.1); }
.border-amber-800\/100{ border-color: rgb(146 64 14 / 1); }
.border-amber-800\/20{ border-color: rgb(146 64 14 / 0.2); }
.border-amber-800\/25{ border-color: rgb(146 64 14 / 0.25); }
.border-amber-800\/30{ border-color: rgb(146 64 14 / 0.3); }
.border-amber-800\/40{ border-color: rgb(146 64 14 / 0.4); }
.border-amber-800\/5{ border-color: rgb(146 64 14 / 0.05); }
.border-amber-800\/50{ border-color: rgb(146 64 14 / 0.5); }
.border-amber-800\/60{ border-color: rgb(146 64 14 / 0.6); }
.border-amber-800\/70{ border-color: rgb(146 64 14 / 0.7); }
.border-amber-800\/75{ border-color: rgb(146 64 14 / 0.75); }
.border-amber-800\/80{ border-color: rgb(146 64 14 / 0.8); }
.border-amber-800\/90{ border-color: rgb(146 64 14 / 0.9); }
.border-amber-800\/95{ border-color: rgb(146 64 14 / 0.95); }
.border-amber-900{ --tw-border-opacity: 1; border-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-amber-900\/0{ border-color: rgb(120 53 15 / 0); }
.border-amber-900\/10{ border-color: rgb(120 53 15 / 0.1); }
.border-amber-900\/100{ border-color: rgb(120 53 15 / 1); }
.border-amber-900\/20{ border-color: rgb(120 53 15 / 0.2); }
.border-amber-900\/25{ border-color: rgb(120 53 15 / 0.25); }
.border-amber-900\/30{ border-color: rgb(120 53 15 / 0.3); }
.border-amber-900\/40{ border-color: rgb(120 53 15 / 0.4); }
.border-amber-900\/5{ border-color: rgb(120 53 15 / 0.05); }
.border-amber-900\/50{ border-color: rgb(120 53 15 / 0.5); }
.border-amber-900\/60{ border-color: rgb(120 53 15 / 0.6); }
.border-amber-900\/70{ border-color: rgb(120 53 15 / 0.7); }
.border-amber-900\/75{ border-color: rgb(120 53 15 / 0.75); }
.border-amber-900\/80{ border-color: rgb(120 53 15 / 0.8); }
.border-amber-900\/90{ border-color: rgb(120 53 15 / 0.9); }
.border-amber-900\/95{ border-color: rgb(120 53 15 / 0.95); }
.border-amber-950{ --tw-border-opacity: 1; border-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-amber-950\/0{ border-color: rgb(69 26 3 / 0); }
.border-amber-950\/10{ border-color: rgb(69 26 3 / 0.1); }
.border-amber-950\/100{ border-color: rgb(69 26 3 / 1); }
.border-amber-950\/20{ border-color: rgb(69 26 3 / 0.2); }
.border-amber-950\/25{ border-color: rgb(69 26 3 / 0.25); }
.border-amber-950\/30{ border-color: rgb(69 26 3 / 0.3); }
.border-amber-950\/40{ border-color: rgb(69 26 3 / 0.4); }
.border-amber-950\/5{ border-color: rgb(69 26 3 / 0.05); }
.border-amber-950\/50{ border-color: rgb(69 26 3 / 0.5); }
.border-amber-950\/60{ border-color: rgb(69 26 3 / 0.6); }
.border-amber-950\/70{ border-color: rgb(69 26 3 / 0.7); }
.border-amber-950\/75{ border-color: rgb(69 26 3 / 0.75); }
.border-amber-950\/80{ border-color: rgb(69 26 3 / 0.8); }
.border-amber-950\/90{ border-color: rgb(69 26 3 / 0.9); }
.border-amber-950\/95{ border-color: rgb(69 26 3 / 0.95); }
.border-black{ --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-black\/0{ border-color: rgb(0 0 0 / 0); }
.border-black\/10{ border-color: rgb(0 0 0 / 0.1); }
.border-black\/100{ border-color: rgb(0 0 0 / 1); }
.border-black\/20{ border-color: rgb(0 0 0 / 0.2); }
.border-black\/25{ border-color: rgb(0 0 0 / 0.25); }
.border-black\/30{ border-color: rgb(0 0 0 / 0.3); }
.border-black\/40{ border-color: rgb(0 0 0 / 0.4); }
.border-black\/5{ border-color: rgb(0 0 0 / 0.05); }
.border-black\/50{ border-color: rgb(0 0 0 / 0.5); }
.border-black\/60{ border-color: rgb(0 0 0 / 0.6); }
.border-black\/70{ border-color: rgb(0 0 0 / 0.7); }
.border-black\/75{ border-color: rgb(0 0 0 / 0.75); }
.border-black\/80{ border-color: rgb(0 0 0 / 0.8); }
.border-black\/90{ border-color: rgb(0 0 0 / 0.9); }
.border-black\/95{ border-color: rgb(0 0 0 / 0.95); }
.border-blue-100{ --tw-border-opacity: 1; border-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-blue-100\/0{ border-color: rgb(219 234 254 / 0); }
.border-blue-100\/10{ border-color: rgb(219 234 254 / 0.1); }
.border-blue-100\/100{ border-color: rgb(219 234 254 / 1); }
.border-blue-100\/20{ border-color: rgb(219 234 254 / 0.2); }
.border-blue-100\/25{ border-color: rgb(219 234 254 / 0.25); }
.border-blue-100\/30{ border-color: rgb(219 234 254 / 0.3); }
.border-blue-100\/40{ border-color: rgb(219 234 254 / 0.4); }
.border-blue-100\/5{ border-color: rgb(219 234 254 / 0.05); }
.border-blue-100\/50{ border-color: rgb(219 234 254 / 0.5); }
.border-blue-100\/60{ border-color: rgb(219 234 254 / 0.6); }
.border-blue-100\/70{ border-color: rgb(219 234 254 / 0.7); }
.border-blue-100\/75{ border-color: rgb(219 234 254 / 0.75); }
.border-blue-100\/80{ border-color: rgb(219 234 254 / 0.8); }
.border-blue-100\/90{ border-color: rgb(219 234 254 / 0.9); }
.border-blue-100\/95{ border-color: rgb(219 234 254 / 0.95); }
.border-blue-200{ --tw-border-opacity: 1; border-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-blue-200\/0{ border-color: rgb(191 219 254 / 0); }
.border-blue-200\/10{ border-color: rgb(191 219 254 / 0.1); }
.border-blue-200\/100{ border-color: rgb(191 219 254 / 1); }
.border-blue-200\/20{ border-color: rgb(191 219 254 / 0.2); }
.border-blue-200\/25{ border-color: rgb(191 219 254 / 0.25); }
.border-blue-200\/30{ border-color: rgb(191 219 254 / 0.3); }
.border-blue-200\/40{ border-color: rgb(191 219 254 / 0.4); }
.border-blue-200\/5{ border-color: rgb(191 219 254 / 0.05); }
.border-blue-200\/50{ border-color: rgb(191 219 254 / 0.5); }
.border-blue-200\/60{ border-color: rgb(191 219 254 / 0.6); }
.border-blue-200\/70{ border-color: rgb(191 219 254 / 0.7); }
.border-blue-200\/75{ border-color: rgb(191 219 254 / 0.75); }
.border-blue-200\/80{ border-color: rgb(191 219 254 / 0.8); }
.border-blue-200\/90{ border-color: rgb(191 219 254 / 0.9); }
.border-blue-200\/95{ border-color: rgb(191 219 254 / 0.95); }
.border-blue-300{ --tw-border-opacity: 1; border-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-blue-300\/0{ border-color: rgb(147 197 253 / 0); }
.border-blue-300\/10{ border-color: rgb(147 197 253 / 0.1); }
.border-blue-300\/100{ border-color: rgb(147 197 253 / 1); }
.border-blue-300\/20{ border-color: rgb(147 197 253 / 0.2); }
.border-blue-300\/25{ border-color: rgb(147 197 253 / 0.25); }
.border-blue-300\/30{ border-color: rgb(147 197 253 / 0.3); }
.border-blue-300\/40{ border-color: rgb(147 197 253 / 0.4); }
.border-blue-300\/5{ border-color: rgb(147 197 253 / 0.05); }
.border-blue-300\/50{ border-color: rgb(147 197 253 / 0.5); }
.border-blue-300\/60{ border-color: rgb(147 197 253 / 0.6); }
.border-blue-300\/70{ border-color: rgb(147 197 253 / 0.7); }
.border-blue-300\/75{ border-color: rgb(147 197 253 / 0.75); }
.border-blue-300\/80{ border-color: rgb(147 197 253 / 0.8); }
.border-blue-300\/90{ border-color: rgb(147 197 253 / 0.9); }
.border-blue-300\/95{ border-color: rgb(147 197 253 / 0.95); }
.border-blue-400{ --tw-border-opacity: 1; border-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-blue-400\/0{ border-color: rgb(96 165 250 / 0); }
.border-blue-400\/10{ border-color: rgb(96 165 250 / 0.1); }
.border-blue-400\/100{ border-color: rgb(96 165 250 / 1); }
.border-blue-400\/20{ border-color: rgb(96 165 250 / 0.2); }
.border-blue-400\/25{ border-color: rgb(96 165 250 / 0.25); }
.border-blue-400\/30{ border-color: rgb(96 165 250 / 0.3); }
.border-blue-400\/40{ border-color: rgb(96 165 250 / 0.4); }
.border-blue-400\/5{ border-color: rgb(96 165 250 / 0.05); }
.border-blue-400\/50{ border-color: rgb(96 165 250 / 0.5); }
.border-blue-400\/60{ border-color: rgb(96 165 250 / 0.6); }
.border-blue-400\/70{ border-color: rgb(96 165 250 / 0.7); }
.border-blue-400\/75{ border-color: rgb(96 165 250 / 0.75); }
.border-blue-400\/80{ border-color: rgb(96 165 250 / 0.8); }
.border-blue-400\/90{ border-color: rgb(96 165 250 / 0.9); }
.border-blue-400\/95{ border-color: rgb(96 165 250 / 0.95); }
.border-blue-50{ --tw-border-opacity: 1; border-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-blue-50\/0{ border-color: rgb(239 246 255 / 0); }
.border-blue-50\/10{ border-color: rgb(239 246 255 / 0.1); }
.border-blue-50\/100{ border-color: rgb(239 246 255 / 1); }
.border-blue-50\/20{ border-color: rgb(239 246 255 / 0.2); }
.border-blue-50\/25{ border-color: rgb(239 246 255 / 0.25); }
.border-blue-50\/30{ border-color: rgb(239 246 255 / 0.3); }
.border-blue-50\/40{ border-color: rgb(239 246 255 / 0.4); }
.border-blue-50\/5{ border-color: rgb(239 246 255 / 0.05); }
.border-blue-50\/50{ border-color: rgb(239 246 255 / 0.5); }
.border-blue-50\/60{ border-color: rgb(239 246 255 / 0.6); }
.border-blue-50\/70{ border-color: rgb(239 246 255 / 0.7); }
.border-blue-50\/75{ border-color: rgb(239 246 255 / 0.75); }
.border-blue-50\/80{ border-color: rgb(239 246 255 / 0.8); }
.border-blue-50\/90{ border-color: rgb(239 246 255 / 0.9); }
.border-blue-50\/95{ border-color: rgb(239 246 255 / 0.95); }
.border-blue-500{ --tw-border-opacity: 1; border-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-blue-500\/0{ border-color: rgb(59 130 246 / 0); }
.border-blue-500\/10{ border-color: rgb(59 130 246 / 0.1); }
.border-blue-500\/100{ border-color: rgb(59 130 246 / 1); }
.border-blue-500\/20{ border-color: rgb(59 130 246 / 0.2); }
.border-blue-500\/25{ border-color: rgb(59 130 246 / 0.25); }
.border-blue-500\/30{ border-color: rgb(59 130 246 / 0.3); }
.border-blue-500\/40{ border-color: rgb(59 130 246 / 0.4); }
.border-blue-500\/5{ border-color: rgb(59 130 246 / 0.05); }
.border-blue-500\/50{ border-color: rgb(59 130 246 / 0.5); }
.border-blue-500\/60{ border-color: rgb(59 130 246 / 0.6); }
.border-blue-500\/70{ border-color: rgb(59 130 246 / 0.7); }
.border-blue-500\/75{ border-color: rgb(59 130 246 / 0.75); }
.border-blue-500\/80{ border-color: rgb(59 130 246 / 0.8); }
.border-blue-500\/90{ border-color: rgb(59 130 246 / 0.9); }
.border-blue-500\/95{ border-color: rgb(59 130 246 / 0.95); }
.border-blue-600{ --tw-border-opacity: 1; border-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-blue-600\/0{ border-color: rgb(37 99 235 / 0); }
.border-blue-600\/10{ border-color: rgb(37 99 235 / 0.1); }
.border-blue-600\/100{ border-color: rgb(37 99 235 / 1); }
.border-blue-600\/20{ border-color: rgb(37 99 235 / 0.2); }
.border-blue-600\/25{ border-color: rgb(37 99 235 / 0.25); }
.border-blue-600\/30{ border-color: rgb(37 99 235 / 0.3); }
.border-blue-600\/40{ border-color: rgb(37 99 235 / 0.4); }
.border-blue-600\/5{ border-color: rgb(37 99 235 / 0.05); }
.border-blue-600\/50{ border-color: rgb(37 99 235 / 0.5); }
.border-blue-600\/60{ border-color: rgb(37 99 235 / 0.6); }
.border-blue-600\/70{ border-color: rgb(37 99 235 / 0.7); }
.border-blue-600\/75{ border-color: rgb(37 99 235 / 0.75); }
.border-blue-600\/80{ border-color: rgb(37 99 235 / 0.8); }
.border-blue-600\/90{ border-color: rgb(37 99 235 / 0.9); }
.border-blue-600\/95{ border-color: rgb(37 99 235 / 0.95); }
.border-blue-700{ --tw-border-opacity: 1; border-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-blue-700\/0{ border-color: rgb(29 78 216 / 0); }
.border-blue-700\/10{ border-color: rgb(29 78 216 / 0.1); }
.border-blue-700\/100{ border-color: rgb(29 78 216 / 1); }
.border-blue-700\/20{ border-color: rgb(29 78 216 / 0.2); }
.border-blue-700\/25{ border-color: rgb(29 78 216 / 0.25); }
.border-blue-700\/30{ border-color: rgb(29 78 216 / 0.3); }
.border-blue-700\/40{ border-color: rgb(29 78 216 / 0.4); }
.border-blue-700\/5{ border-color: rgb(29 78 216 / 0.05); }
.border-blue-700\/50{ border-color: rgb(29 78 216 / 0.5); }
.border-blue-700\/60{ border-color: rgb(29 78 216 / 0.6); }
.border-blue-700\/70{ border-color: rgb(29 78 216 / 0.7); }
.border-blue-700\/75{ border-color: rgb(29 78 216 / 0.75); }
.border-blue-700\/80{ border-color: rgb(29 78 216 / 0.8); }
.border-blue-700\/90{ border-color: rgb(29 78 216 / 0.9); }
.border-blue-700\/95{ border-color: rgb(29 78 216 / 0.95); }
.border-blue-800{ --tw-border-opacity: 1; border-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-blue-800\/0{ border-color: rgb(30 64 175 / 0); }
.border-blue-800\/10{ border-color: rgb(30 64 175 / 0.1); }
.border-blue-800\/100{ border-color: rgb(30 64 175 / 1); }
.border-blue-800\/20{ border-color: rgb(30 64 175 / 0.2); }
.border-blue-800\/25{ border-color: rgb(30 64 175 / 0.25); }
.border-blue-800\/30{ border-color: rgb(30 64 175 / 0.3); }
.border-blue-800\/40{ border-color: rgb(30 64 175 / 0.4); }
.border-blue-800\/5{ border-color: rgb(30 64 175 / 0.05); }
.border-blue-800\/50{ border-color: rgb(30 64 175 / 0.5); }
.border-blue-800\/60{ border-color: rgb(30 64 175 / 0.6); }
.border-blue-800\/70{ border-color: rgb(30 64 175 / 0.7); }
.border-blue-800\/75{ border-color: rgb(30 64 175 / 0.75); }
.border-blue-800\/80{ border-color: rgb(30 64 175 / 0.8); }
.border-blue-800\/90{ border-color: rgb(30 64 175 / 0.9); }
.border-blue-800\/95{ border-color: rgb(30 64 175 / 0.95); }
.border-blue-900{ --tw-border-opacity: 1; border-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-blue-900\/0{ border-color: rgb(30 58 138 / 0); }
.border-blue-900\/10{ border-color: rgb(30 58 138 / 0.1); }
.border-blue-900\/100{ border-color: rgb(30 58 138 / 1); }
.border-blue-900\/20{ border-color: rgb(30 58 138 / 0.2); }
.border-blue-900\/25{ border-color: rgb(30 58 138 / 0.25); }
.border-blue-900\/30{ border-color: rgb(30 58 138 / 0.3); }
.border-blue-900\/40{ border-color: rgb(30 58 138 / 0.4); }
.border-blue-900\/5{ border-color: rgb(30 58 138 / 0.05); }
.border-blue-900\/50{ border-color: rgb(30 58 138 / 0.5); }
.border-blue-900\/60{ border-color: rgb(30 58 138 / 0.6); }
.border-blue-900\/70{ border-color: rgb(30 58 138 / 0.7); }
.border-blue-900\/75{ border-color: rgb(30 58 138 / 0.75); }
.border-blue-900\/80{ border-color: rgb(30 58 138 / 0.8); }
.border-blue-900\/90{ border-color: rgb(30 58 138 / 0.9); }
.border-blue-900\/95{ border-color: rgb(30 58 138 / 0.95); }
.border-blue-950{ --tw-border-opacity: 1; border-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-blue-950\/0{ border-color: rgb(23 37 84 / 0); }
.border-blue-950\/10{ border-color: rgb(23 37 84 / 0.1); }
.border-blue-950\/100{ border-color: rgb(23 37 84 / 1); }
.border-blue-950\/20{ border-color: rgb(23 37 84 / 0.2); }
.border-blue-950\/25{ border-color: rgb(23 37 84 / 0.25); }
.border-blue-950\/30{ border-color: rgb(23 37 84 / 0.3); }
.border-blue-950\/40{ border-color: rgb(23 37 84 / 0.4); }
.border-blue-950\/5{ border-color: rgb(23 37 84 / 0.05); }
.border-blue-950\/50{ border-color: rgb(23 37 84 / 0.5); }
.border-blue-950\/60{ border-color: rgb(23 37 84 / 0.6); }
.border-blue-950\/70{ border-color: rgb(23 37 84 / 0.7); }
.border-blue-950\/75{ border-color: rgb(23 37 84 / 0.75); }
.border-blue-950\/80{ border-color: rgb(23 37 84 / 0.8); }
.border-blue-950\/90{ border-color: rgb(23 37 84 / 0.9); }
.border-blue-950\/95{ border-color: rgb(23 37 84 / 0.95); }
.border-callout-bad-border{ --tw-border-opacity: 1; border-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-callout-bad-border\/0{ border-color: rgb(188 87 26 / 0); }
.border-callout-bad-border\/10{ border-color: rgb(188 87 26 / 0.1); }
.border-callout-bad-border\/100{ border-color: rgb(188 87 26 / 1); }
.border-callout-bad-border\/20{ border-color: rgb(188 87 26 / 0.2); }
.border-callout-bad-border\/25{ border-color: rgb(188 87 26 / 0.25); }
.border-callout-bad-border\/30{ border-color: rgb(188 87 26 / 0.3); }
.border-callout-bad-border\/40{ border-color: rgb(188 87 26 / 0.4); }
.border-callout-bad-border\/5{ border-color: rgb(188 87 26 / 0.05); }
.border-callout-bad-border\/50{ border-color: rgb(188 87 26 / 0.5); }
.border-callout-bad-border\/60{ border-color: rgb(188 87 26 / 0.6); }
.border-callout-bad-border\/70{ border-color: rgb(188 87 26 / 0.7); }
.border-callout-bad-border\/75{ border-color: rgb(188 87 26 / 0.75); }
.border-callout-bad-border\/80{ border-color: rgb(188 87 26 / 0.8); }
.border-callout-bad-border\/90{ border-color: rgb(188 87 26 / 0.9); }
.border-callout-bad-border\/95{ border-color: rgb(188 87 26 / 0.95); }
.border-callout-bad-fill{ --tw-border-opacity: 1; border-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-callout-bad-fill\/0{ border-color: rgb(255 133 82 / 0); }
.border-callout-bad-fill\/10{ border-color: rgb(255 133 82 / 0.1); }
.border-callout-bad-fill\/100{ border-color: rgb(255 133 82 / 1); }
.border-callout-bad-fill\/20{ border-color: rgb(255 133 82 / 0.2); }
.border-callout-bad-fill\/25{ border-color: rgb(255 133 82 / 0.25); }
.border-callout-bad-fill\/30{ border-color: rgb(255 133 82 / 0.3); }
.border-callout-bad-fill\/40{ border-color: rgb(255 133 82 / 0.4); }
.border-callout-bad-fill\/5{ border-color: rgb(255 133 82 / 0.05); }
.border-callout-bad-fill\/50{ border-color: rgb(255 133 82 / 0.5); }
.border-callout-bad-fill\/60{ border-color: rgb(255 133 82 / 0.6); }
.border-callout-bad-fill\/70{ border-color: rgb(255 133 82 / 0.7); }
.border-callout-bad-fill\/75{ border-color: rgb(255 133 82 / 0.75); }
.border-callout-bad-fill\/80{ border-color: rgb(255 133 82 / 0.8); }
.border-callout-bad-fill\/90{ border-color: rgb(255 133 82 / 0.9); }
.border-callout-bad-fill\/95{ border-color: rgb(255 133 82 / 0.95); }
.border-callout-bad-icon{ --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-callout-bad-icon\/0{ border-color: rgb(255 255 255 / 0); }
.border-callout-bad-icon\/10{ border-color: rgb(255 255 255 / 0.1); }
.border-callout-bad-icon\/100{ border-color: rgb(255 255 255 / 1); }
.border-callout-bad-icon\/20{ border-color: rgb(255 255 255 / 0.2); }
.border-callout-bad-icon\/25{ border-color: rgb(255 255 255 / 0.25); }
.border-callout-bad-icon\/30{ border-color: rgb(255 255 255 / 0.3); }
.border-callout-bad-icon\/40{ border-color: rgb(255 255 255 / 0.4); }
.border-callout-bad-icon\/5{ border-color: rgb(255 255 255 / 0.05); }
.border-callout-bad-icon\/50{ border-color: rgb(255 255 255 / 0.5); }
.border-callout-bad-icon\/60{ border-color: rgb(255 255 255 / 0.6); }
.border-callout-bad-icon\/70{ border-color: rgb(255 255 255 / 0.7); }
.border-callout-bad-icon\/75{ border-color: rgb(255 255 255 / 0.75); }
.border-callout-bad-icon\/80{ border-color: rgb(255 255 255 / 0.8); }
.border-callout-bad-icon\/90{ border-color: rgb(255 255 255 / 0.9); }
.border-callout-bad-icon\/95{ border-color: rgb(255 255 255 / 0.95); }
.border-callout-bad-text{ --tw-border-opacity: 1; border-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-callout-bad-text-accent{ --tw-border-opacity: 1; border-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-callout-bad-text-accent\/0{ border-color: rgb(255 227 227 / 0); }
.border-callout-bad-text-accent\/10{ border-color: rgb(255 227 227 / 0.1); }
.border-callout-bad-text-accent\/100{ border-color: rgb(255 227 227 / 1); }
.border-callout-bad-text-accent\/20{ border-color: rgb(255 227 227 / 0.2); }
.border-callout-bad-text-accent\/25{ border-color: rgb(255 227 227 / 0.25); }
.border-callout-bad-text-accent\/30{ border-color: rgb(255 227 227 / 0.3); }
.border-callout-bad-text-accent\/40{ border-color: rgb(255 227 227 / 0.4); }
.border-callout-bad-text-accent\/5{ border-color: rgb(255 227 227 / 0.05); }
.border-callout-bad-text-accent\/50{ border-color: rgb(255 227 227 / 0.5); }
.border-callout-bad-text-accent\/60{ border-color: rgb(255 227 227 / 0.6); }
.border-callout-bad-text-accent\/70{ border-color: rgb(255 227 227 / 0.7); }
.border-callout-bad-text-accent\/75{ border-color: rgb(255 227 227 / 0.75); }
.border-callout-bad-text-accent\/80{ border-color: rgb(255 227 227 / 0.8); }
.border-callout-bad-text-accent\/90{ border-color: rgb(255 227 227 / 0.9); }
.border-callout-bad-text-accent\/95{ border-color: rgb(255 227 227 / 0.95); }
.border-callout-bad-text\/0{ border-color: rgb(21 10 10 / 0); }
.border-callout-bad-text\/10{ border-color: rgb(21 10 10 / 0.1); }
.border-callout-bad-text\/100{ border-color: rgb(21 10 10 / 1); }
.border-callout-bad-text\/20{ border-color: rgb(21 10 10 / 0.2); }
.border-callout-bad-text\/25{ border-color: rgb(21 10 10 / 0.25); }
.border-callout-bad-text\/30{ border-color: rgb(21 10 10 / 0.3); }
.border-callout-bad-text\/40{ border-color: rgb(21 10 10 / 0.4); }
.border-callout-bad-text\/5{ border-color: rgb(21 10 10 / 0.05); }
.border-callout-bad-text\/50{ border-color: rgb(21 10 10 / 0.5); }
.border-callout-bad-text\/60{ border-color: rgb(21 10 10 / 0.6); }
.border-callout-bad-text\/70{ border-color: rgb(21 10 10 / 0.7); }
.border-callout-bad-text\/75{ border-color: rgb(21 10 10 / 0.75); }
.border-callout-bad-text\/80{ border-color: rgb(21 10 10 / 0.8); }
.border-callout-bad-text\/90{ border-color: rgb(21 10 10 / 0.9); }
.border-callout-bad-text\/95{ border-color: rgb(21 10 10 / 0.95); }
.border-callout-info-border{ --tw-border-opacity: 1; border-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-callout-info-border\/0{ border-color: rgb(0 169 165 / 0); }
.border-callout-info-border\/10{ border-color: rgb(0 169 165 / 0.1); }
.border-callout-info-border\/100{ border-color: rgb(0 169 165 / 1); }
.border-callout-info-border\/20{ border-color: rgb(0 169 165 / 0.2); }
.border-callout-info-border\/25{ border-color: rgb(0 169 165 / 0.25); }
.border-callout-info-border\/30{ border-color: rgb(0 169 165 / 0.3); }
.border-callout-info-border\/40{ border-color: rgb(0 169 165 / 0.4); }
.border-callout-info-border\/5{ border-color: rgb(0 169 165 / 0.05); }
.border-callout-info-border\/50{ border-color: rgb(0 169 165 / 0.5); }
.border-callout-info-border\/60{ border-color: rgb(0 169 165 / 0.6); }
.border-callout-info-border\/70{ border-color: rgb(0 169 165 / 0.7); }
.border-callout-info-border\/75{ border-color: rgb(0 169 165 / 0.75); }
.border-callout-info-border\/80{ border-color: rgb(0 169 165 / 0.8); }
.border-callout-info-border\/90{ border-color: rgb(0 169 165 / 0.9); }
.border-callout-info-border\/95{ border-color: rgb(0 169 165 / 0.95); }
.border-callout-info-fill{ border-color: transparent; }
.border-callout-info-fill\/0{ border-color: rgb(0 0 0 / 0); }
.border-callout-info-fill\/10{ border-color: rgb(0 0 0 / 0.1); }
.border-callout-info-fill\/100{ border-color: rgb(0 0 0 / 1); }
.border-callout-info-fill\/20{ border-color: rgb(0 0 0 / 0.2); }
.border-callout-info-fill\/25{ border-color: rgb(0 0 0 / 0.25); }
.border-callout-info-fill\/30{ border-color: rgb(0 0 0 / 0.3); }
.border-callout-info-fill\/40{ border-color: rgb(0 0 0 / 0.4); }
.border-callout-info-fill\/5{ border-color: rgb(0 0 0 / 0.05); }
.border-callout-info-fill\/50{ border-color: rgb(0 0 0 / 0.5); }
.border-callout-info-fill\/60{ border-color: rgb(0 0 0 / 0.6); }
.border-callout-info-fill\/70{ border-color: rgb(0 0 0 / 0.7); }
.border-callout-info-fill\/75{ border-color: rgb(0 0 0 / 0.75); }
.border-callout-info-fill\/80{ border-color: rgb(0 0 0 / 0.8); }
.border-callout-info-fill\/90{ border-color: rgb(0 0 0 / 0.9); }
.border-callout-info-fill\/95{ border-color: rgb(0 0 0 / 0.95); }
.border-callout-info-icon{ --tw-border-opacity: 1; border-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-callout-info-icon\/0{ border-color: rgb(0 169 165 / 0); }
.border-callout-info-icon\/10{ border-color: rgb(0 169 165 / 0.1); }
.border-callout-info-icon\/100{ border-color: rgb(0 169 165 / 1); }
.border-callout-info-icon\/20{ border-color: rgb(0 169 165 / 0.2); }
.border-callout-info-icon\/25{ border-color: rgb(0 169 165 / 0.25); }
.border-callout-info-icon\/30{ border-color: rgb(0 169 165 / 0.3); }
.border-callout-info-icon\/40{ border-color: rgb(0 169 165 / 0.4); }
.border-callout-info-icon\/5{ border-color: rgb(0 169 165 / 0.05); }
.border-callout-info-icon\/50{ border-color: rgb(0 169 165 / 0.5); }
.border-callout-info-icon\/60{ border-color: rgb(0 169 165 / 0.6); }
.border-callout-info-icon\/70{ border-color: rgb(0 169 165 / 0.7); }
.border-callout-info-icon\/75{ border-color: rgb(0 169 165 / 0.75); }
.border-callout-info-icon\/80{ border-color: rgb(0 169 165 / 0.8); }
.border-callout-info-icon\/90{ border-color: rgb(0 169 165 / 0.9); }
.border-callout-info-icon\/95{ border-color: rgb(0 169 165 / 0.95); }
.border-callout-info-text{ --tw-border-opacity: 1; border-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-callout-info-text-accent{ --tw-border-opacity: 1; border-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-callout-info-text-accent\/0{ border-color: rgb(2 55 47 / 0); }
.border-callout-info-text-accent\/10{ border-color: rgb(2 55 47 / 0.1); }
.border-callout-info-text-accent\/100{ border-color: rgb(2 55 47 / 1); }
.border-callout-info-text-accent\/20{ border-color: rgb(2 55 47 / 0.2); }
.border-callout-info-text-accent\/25{ border-color: rgb(2 55 47 / 0.25); }
.border-callout-info-text-accent\/30{ border-color: rgb(2 55 47 / 0.3); }
.border-callout-info-text-accent\/40{ border-color: rgb(2 55 47 / 0.4); }
.border-callout-info-text-accent\/5{ border-color: rgb(2 55 47 / 0.05); }
.border-callout-info-text-accent\/50{ border-color: rgb(2 55 47 / 0.5); }
.border-callout-info-text-accent\/60{ border-color: rgb(2 55 47 / 0.6); }
.border-callout-info-text-accent\/70{ border-color: rgb(2 55 47 / 0.7); }
.border-callout-info-text-accent\/75{ border-color: rgb(2 55 47 / 0.75); }
.border-callout-info-text-accent\/80{ border-color: rgb(2 55 47 / 0.8); }
.border-callout-info-text-accent\/90{ border-color: rgb(2 55 47 / 0.9); }
.border-callout-info-text-accent\/95{ border-color: rgb(2 55 47 / 0.95); }
.border-callout-info-text\/0{ border-color: rgb(10 18 21 / 0); }
.border-callout-info-text\/10{ border-color: rgb(10 18 21 / 0.1); }
.border-callout-info-text\/100{ border-color: rgb(10 18 21 / 1); }
.border-callout-info-text\/20{ border-color: rgb(10 18 21 / 0.2); }
.border-callout-info-text\/25{ border-color: rgb(10 18 21 / 0.25); }
.border-callout-info-text\/30{ border-color: rgb(10 18 21 / 0.3); }
.border-callout-info-text\/40{ border-color: rgb(10 18 21 / 0.4); }
.border-callout-info-text\/5{ border-color: rgb(10 18 21 / 0.05); }
.border-callout-info-text\/50{ border-color: rgb(10 18 21 / 0.5); }
.border-callout-info-text\/60{ border-color: rgb(10 18 21 / 0.6); }
.border-callout-info-text\/70{ border-color: rgb(10 18 21 / 0.7); }
.border-callout-info-text\/75{ border-color: rgb(10 18 21 / 0.75); }
.border-callout-info-text\/80{ border-color: rgb(10 18 21 / 0.8); }
.border-callout-info-text\/90{ border-color: rgb(10 18 21 / 0.9); }
.border-callout-info-text\/95{ border-color: rgb(10 18 21 / 0.95); }
.border-callout-ok-border{ --tw-border-opacity: 1; border-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-callout-ok-border\/0{ border-color: rgb(0 137 106 / 0); }
.border-callout-ok-border\/10{ border-color: rgb(0 137 106 / 0.1); }
.border-callout-ok-border\/100{ border-color: rgb(0 137 106 / 1); }
.border-callout-ok-border\/20{ border-color: rgb(0 137 106 / 0.2); }
.border-callout-ok-border\/25{ border-color: rgb(0 137 106 / 0.25); }
.border-callout-ok-border\/30{ border-color: rgb(0 137 106 / 0.3); }
.border-callout-ok-border\/40{ border-color: rgb(0 137 106 / 0.4); }
.border-callout-ok-border\/5{ border-color: rgb(0 137 106 / 0.05); }
.border-callout-ok-border\/50{ border-color: rgb(0 137 106 / 0.5); }
.border-callout-ok-border\/60{ border-color: rgb(0 137 106 / 0.6); }
.border-callout-ok-border\/70{ border-color: rgb(0 137 106 / 0.7); }
.border-callout-ok-border\/75{ border-color: rgb(0 137 106 / 0.75); }
.border-callout-ok-border\/80{ border-color: rgb(0 137 106 / 0.8); }
.border-callout-ok-border\/90{ border-color: rgb(0 137 106 / 0.9); }
.border-callout-ok-border\/95{ border-color: rgb(0 137 106 / 0.95); }
.border-callout-ok-fill{ --tw-border-opacity: 1; border-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-callout-ok-fill\/0{ border-color: rgb(0 169 165 / 0); }
.border-callout-ok-fill\/10{ border-color: rgb(0 169 165 / 0.1); }
.border-callout-ok-fill\/100{ border-color: rgb(0 169 165 / 1); }
.border-callout-ok-fill\/20{ border-color: rgb(0 169 165 / 0.2); }
.border-callout-ok-fill\/25{ border-color: rgb(0 169 165 / 0.25); }
.border-callout-ok-fill\/30{ border-color: rgb(0 169 165 / 0.3); }
.border-callout-ok-fill\/40{ border-color: rgb(0 169 165 / 0.4); }
.border-callout-ok-fill\/5{ border-color: rgb(0 169 165 / 0.05); }
.border-callout-ok-fill\/50{ border-color: rgb(0 169 165 / 0.5); }
.border-callout-ok-fill\/60{ border-color: rgb(0 169 165 / 0.6); }
.border-callout-ok-fill\/70{ border-color: rgb(0 169 165 / 0.7); }
.border-callout-ok-fill\/75{ border-color: rgb(0 169 165 / 0.75); }
.border-callout-ok-fill\/80{ border-color: rgb(0 169 165 / 0.8); }
.border-callout-ok-fill\/90{ border-color: rgb(0 169 165 / 0.9); }
.border-callout-ok-fill\/95{ border-color: rgb(0 169 165 / 0.95); }
.border-callout-ok-icon{ --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-callout-ok-icon\/0{ border-color: rgb(255 255 255 / 0); }
.border-callout-ok-icon\/10{ border-color: rgb(255 255 255 / 0.1); }
.border-callout-ok-icon\/100{ border-color: rgb(255 255 255 / 1); }
.border-callout-ok-icon\/20{ border-color: rgb(255 255 255 / 0.2); }
.border-callout-ok-icon\/25{ border-color: rgb(255 255 255 / 0.25); }
.border-callout-ok-icon\/30{ border-color: rgb(255 255 255 / 0.3); }
.border-callout-ok-icon\/40{ border-color: rgb(255 255 255 / 0.4); }
.border-callout-ok-icon\/5{ border-color: rgb(255 255 255 / 0.05); }
.border-callout-ok-icon\/50{ border-color: rgb(255 255 255 / 0.5); }
.border-callout-ok-icon\/60{ border-color: rgb(255 255 255 / 0.6); }
.border-callout-ok-icon\/70{ border-color: rgb(255 255 255 / 0.7); }
.border-callout-ok-icon\/75{ border-color: rgb(255 255 255 / 0.75); }
.border-callout-ok-icon\/80{ border-color: rgb(255 255 255 / 0.8); }
.border-callout-ok-icon\/90{ border-color: rgb(255 255 255 / 0.9); }
.border-callout-ok-icon\/95{ border-color: rgb(255 255 255 / 0.95); }
.border-callout-ok-text{ --tw-border-opacity: 1; border-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-callout-ok-text-accent{ --tw-border-opacity: 1; border-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-callout-ok-text-accent\/0{ border-color: rgb(102 255 221 / 0); }
.border-callout-ok-text-accent\/10{ border-color: rgb(102 255 221 / 0.1); }
.border-callout-ok-text-accent\/100{ border-color: rgb(102 255 221 / 1); }
.border-callout-ok-text-accent\/20{ border-color: rgb(102 255 221 / 0.2); }
.border-callout-ok-text-accent\/25{ border-color: rgb(102 255 221 / 0.25); }
.border-callout-ok-text-accent\/30{ border-color: rgb(102 255 221 / 0.3); }
.border-callout-ok-text-accent\/40{ border-color: rgb(102 255 221 / 0.4); }
.border-callout-ok-text-accent\/5{ border-color: rgb(102 255 221 / 0.05); }
.border-callout-ok-text-accent\/50{ border-color: rgb(102 255 221 / 0.5); }
.border-callout-ok-text-accent\/60{ border-color: rgb(102 255 221 / 0.6); }
.border-callout-ok-text-accent\/70{ border-color: rgb(102 255 221 / 0.7); }
.border-callout-ok-text-accent\/75{ border-color: rgb(102 255 221 / 0.75); }
.border-callout-ok-text-accent\/80{ border-color: rgb(102 255 221 / 0.8); }
.border-callout-ok-text-accent\/90{ border-color: rgb(102 255 221 / 0.9); }
.border-callout-ok-text-accent\/95{ border-color: rgb(102 255 221 / 0.95); }
.border-callout-ok-text\/0{ border-color: rgb(10 21 20 / 0); }
.border-callout-ok-text\/10{ border-color: rgb(10 21 20 / 0.1); }
.border-callout-ok-text\/100{ border-color: rgb(10 21 20 / 1); }
.border-callout-ok-text\/20{ border-color: rgb(10 21 20 / 0.2); }
.border-callout-ok-text\/25{ border-color: rgb(10 21 20 / 0.25); }
.border-callout-ok-text\/30{ border-color: rgb(10 21 20 / 0.3); }
.border-callout-ok-text\/40{ border-color: rgb(10 21 20 / 0.4); }
.border-callout-ok-text\/5{ border-color: rgb(10 21 20 / 0.05); }
.border-callout-ok-text\/50{ border-color: rgb(10 21 20 / 0.5); }
.border-callout-ok-text\/60{ border-color: rgb(10 21 20 / 0.6); }
.border-callout-ok-text\/70{ border-color: rgb(10 21 20 / 0.7); }
.border-callout-ok-text\/75{ border-color: rgb(10 21 20 / 0.75); }
.border-callout-ok-text\/80{ border-color: rgb(10 21 20 / 0.8); }
.border-callout-ok-text\/90{ border-color: rgb(10 21 20 / 0.9); }
.border-callout-ok-text\/95{ border-color: rgb(10 21 20 / 0.95); }
.border-callout-warning-border{ --tw-border-opacity: 1; border-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-callout-warning-border\/0{ border-color: rgb(247 181 0 / 0); }
.border-callout-warning-border\/10{ border-color: rgb(247 181 0 / 0.1); }
.border-callout-warning-border\/100{ border-color: rgb(247 181 0 / 1); }
.border-callout-warning-border\/20{ border-color: rgb(247 181 0 / 0.2); }
.border-callout-warning-border\/25{ border-color: rgb(247 181 0 / 0.25); }
.border-callout-warning-border\/30{ border-color: rgb(247 181 0 / 0.3); }
.border-callout-warning-border\/40{ border-color: rgb(247 181 0 / 0.4); }
.border-callout-warning-border\/5{ border-color: rgb(247 181 0 / 0.05); }
.border-callout-warning-border\/50{ border-color: rgb(247 181 0 / 0.5); }
.border-callout-warning-border\/60{ border-color: rgb(247 181 0 / 0.6); }
.border-callout-warning-border\/70{ border-color: rgb(247 181 0 / 0.7); }
.border-callout-warning-border\/75{ border-color: rgb(247 181 0 / 0.75); }
.border-callout-warning-border\/80{ border-color: rgb(247 181 0 / 0.8); }
.border-callout-warning-border\/90{ border-color: rgb(247 181 0 / 0.9); }
.border-callout-warning-border\/95{ border-color: rgb(247 181 0 / 0.95); }
.border-callout-warning-fill{ --tw-border-opacity: 1; border-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-callout-warning-fill\/0{ border-color: rgb(249 219 109 / 0); }
.border-callout-warning-fill\/10{ border-color: rgb(249 219 109 / 0.1); }
.border-callout-warning-fill\/100{ border-color: rgb(249 219 109 / 1); }
.border-callout-warning-fill\/20{ border-color: rgb(249 219 109 / 0.2); }
.border-callout-warning-fill\/25{ border-color: rgb(249 219 109 / 0.25); }
.border-callout-warning-fill\/30{ border-color: rgb(249 219 109 / 0.3); }
.border-callout-warning-fill\/40{ border-color: rgb(249 219 109 / 0.4); }
.border-callout-warning-fill\/5{ border-color: rgb(249 219 109 / 0.05); }
.border-callout-warning-fill\/50{ border-color: rgb(249 219 109 / 0.5); }
.border-callout-warning-fill\/60{ border-color: rgb(249 219 109 / 0.6); }
.border-callout-warning-fill\/70{ border-color: rgb(249 219 109 / 0.7); }
.border-callout-warning-fill\/75{ border-color: rgb(249 219 109 / 0.75); }
.border-callout-warning-fill\/80{ border-color: rgb(249 219 109 / 0.8); }
.border-callout-warning-fill\/90{ border-color: rgb(249 219 109 / 0.9); }
.border-callout-warning-fill\/95{ border-color: rgb(249 219 109 / 0.95); }
.border-callout-warning-icon{ --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-callout-warning-icon\/0{ border-color: rgb(255 255 255 / 0); }
.border-callout-warning-icon\/10{ border-color: rgb(255 255 255 / 0.1); }
.border-callout-warning-icon\/100{ border-color: rgb(255 255 255 / 1); }
.border-callout-warning-icon\/20{ border-color: rgb(255 255 255 / 0.2); }
.border-callout-warning-icon\/25{ border-color: rgb(255 255 255 / 0.25); }
.border-callout-warning-icon\/30{ border-color: rgb(255 255 255 / 0.3); }
.border-callout-warning-icon\/40{ border-color: rgb(255 255 255 / 0.4); }
.border-callout-warning-icon\/5{ border-color: rgb(255 255 255 / 0.05); }
.border-callout-warning-icon\/50{ border-color: rgb(255 255 255 / 0.5); }
.border-callout-warning-icon\/60{ border-color: rgb(255 255 255 / 0.6); }
.border-callout-warning-icon\/70{ border-color: rgb(255 255 255 / 0.7); }
.border-callout-warning-icon\/75{ border-color: rgb(255 255 255 / 0.75); }
.border-callout-warning-icon\/80{ border-color: rgb(255 255 255 / 0.8); }
.border-callout-warning-icon\/90{ border-color: rgb(255 255 255 / 0.9); }
.border-callout-warning-icon\/95{ border-color: rgb(255 255 255 / 0.95); }
.border-callout-warning-text{ --tw-border-opacity: 1; border-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-callout-warning-text-accent{ --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-callout-warning-text-accent\/0{ border-color: rgb(255 255 255 / 0); }
.border-callout-warning-text-accent\/10{ border-color: rgb(255 255 255 / 0.1); }
.border-callout-warning-text-accent\/100{ border-color: rgb(255 255 255 / 1); }
.border-callout-warning-text-accent\/20{ border-color: rgb(255 255 255 / 0.2); }
.border-callout-warning-text-accent\/25{ border-color: rgb(255 255 255 / 0.25); }
.border-callout-warning-text-accent\/30{ border-color: rgb(255 255 255 / 0.3); }
.border-callout-warning-text-accent\/40{ border-color: rgb(255 255 255 / 0.4); }
.border-callout-warning-text-accent\/5{ border-color: rgb(255 255 255 / 0.05); }
.border-callout-warning-text-accent\/50{ border-color: rgb(255 255 255 / 0.5); }
.border-callout-warning-text-accent\/60{ border-color: rgb(255 255 255 / 0.6); }
.border-callout-warning-text-accent\/70{ border-color: rgb(255 255 255 / 0.7); }
.border-callout-warning-text-accent\/75{ border-color: rgb(255 255 255 / 0.75); }
.border-callout-warning-text-accent\/80{ border-color: rgb(255 255 255 / 0.8); }
.border-callout-warning-text-accent\/90{ border-color: rgb(255 255 255 / 0.9); }
.border-callout-warning-text-accent\/95{ border-color: rgb(255 255 255 / 0.95); }
.border-callout-warning-text\/0{ border-color: rgb(21 18 10 / 0); }
.border-callout-warning-text\/10{ border-color: rgb(21 18 10 / 0.1); }
.border-callout-warning-text\/100{ border-color: rgb(21 18 10 / 1); }
.border-callout-warning-text\/20{ border-color: rgb(21 18 10 / 0.2); }
.border-callout-warning-text\/25{ border-color: rgb(21 18 10 / 0.25); }
.border-callout-warning-text\/30{ border-color: rgb(21 18 10 / 0.3); }
.border-callout-warning-text\/40{ border-color: rgb(21 18 10 / 0.4); }
.border-callout-warning-text\/5{ border-color: rgb(21 18 10 / 0.05); }
.border-callout-warning-text\/50{ border-color: rgb(21 18 10 / 0.5); }
.border-callout-warning-text\/60{ border-color: rgb(21 18 10 / 0.6); }
.border-callout-warning-text\/70{ border-color: rgb(21 18 10 / 0.7); }
.border-callout-warning-text\/75{ border-color: rgb(21 18 10 / 0.75); }
.border-callout-warning-text\/80{ border-color: rgb(21 18 10 / 0.8); }
.border-callout-warning-text\/90{ border-color: rgb(21 18 10 / 0.9); }
.border-callout-warning-text\/95{ border-color: rgb(21 18 10 / 0.95); }
.border-current{ border-color: currentColor; }
.border-cyan-100{ --tw-border-opacity: 1; border-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-cyan-100\/0{ border-color: rgb(207 250 254 / 0); }
.border-cyan-100\/10{ border-color: rgb(207 250 254 / 0.1); }
.border-cyan-100\/100{ border-color: rgb(207 250 254 / 1); }
.border-cyan-100\/20{ border-color: rgb(207 250 254 / 0.2); }
.border-cyan-100\/25{ border-color: rgb(207 250 254 / 0.25); }
.border-cyan-100\/30{ border-color: rgb(207 250 254 / 0.3); }
.border-cyan-100\/40{ border-color: rgb(207 250 254 / 0.4); }
.border-cyan-100\/5{ border-color: rgb(207 250 254 / 0.05); }
.border-cyan-100\/50{ border-color: rgb(207 250 254 / 0.5); }
.border-cyan-100\/60{ border-color: rgb(207 250 254 / 0.6); }
.border-cyan-100\/70{ border-color: rgb(207 250 254 / 0.7); }
.border-cyan-100\/75{ border-color: rgb(207 250 254 / 0.75); }
.border-cyan-100\/80{ border-color: rgb(207 250 254 / 0.8); }
.border-cyan-100\/90{ border-color: rgb(207 250 254 / 0.9); }
.border-cyan-100\/95{ border-color: rgb(207 250 254 / 0.95); }
.border-cyan-200{ --tw-border-opacity: 1; border-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-cyan-200\/0{ border-color: rgb(165 243 252 / 0); }
.border-cyan-200\/10{ border-color: rgb(165 243 252 / 0.1); }
.border-cyan-200\/100{ border-color: rgb(165 243 252 / 1); }
.border-cyan-200\/20{ border-color: rgb(165 243 252 / 0.2); }
.border-cyan-200\/25{ border-color: rgb(165 243 252 / 0.25); }
.border-cyan-200\/30{ border-color: rgb(165 243 252 / 0.3); }
.border-cyan-200\/40{ border-color: rgb(165 243 252 / 0.4); }
.border-cyan-200\/5{ border-color: rgb(165 243 252 / 0.05); }
.border-cyan-200\/50{ border-color: rgb(165 243 252 / 0.5); }
.border-cyan-200\/60{ border-color: rgb(165 243 252 / 0.6); }
.border-cyan-200\/70{ border-color: rgb(165 243 252 / 0.7); }
.border-cyan-200\/75{ border-color: rgb(165 243 252 / 0.75); }
.border-cyan-200\/80{ border-color: rgb(165 243 252 / 0.8); }
.border-cyan-200\/90{ border-color: rgb(165 243 252 / 0.9); }
.border-cyan-200\/95{ border-color: rgb(165 243 252 / 0.95); }
.border-cyan-300{ --tw-border-opacity: 1; border-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-cyan-300\/0{ border-color: rgb(103 232 249 / 0); }
.border-cyan-300\/10{ border-color: rgb(103 232 249 / 0.1); }
.border-cyan-300\/100{ border-color: rgb(103 232 249 / 1); }
.border-cyan-300\/20{ border-color: rgb(103 232 249 / 0.2); }
.border-cyan-300\/25{ border-color: rgb(103 232 249 / 0.25); }
.border-cyan-300\/30{ border-color: rgb(103 232 249 / 0.3); }
.border-cyan-300\/40{ border-color: rgb(103 232 249 / 0.4); }
.border-cyan-300\/5{ border-color: rgb(103 232 249 / 0.05); }
.border-cyan-300\/50{ border-color: rgb(103 232 249 / 0.5); }
.border-cyan-300\/60{ border-color: rgb(103 232 249 / 0.6); }
.border-cyan-300\/70{ border-color: rgb(103 232 249 / 0.7); }
.border-cyan-300\/75{ border-color: rgb(103 232 249 / 0.75); }
.border-cyan-300\/80{ border-color: rgb(103 232 249 / 0.8); }
.border-cyan-300\/90{ border-color: rgb(103 232 249 / 0.9); }
.border-cyan-300\/95{ border-color: rgb(103 232 249 / 0.95); }
.border-cyan-400{ --tw-border-opacity: 1; border-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-cyan-400\/0{ border-color: rgb(34 211 238 / 0); }
.border-cyan-400\/10{ border-color: rgb(34 211 238 / 0.1); }
.border-cyan-400\/100{ border-color: rgb(34 211 238 / 1); }
.border-cyan-400\/20{ border-color: rgb(34 211 238 / 0.2); }
.border-cyan-400\/25{ border-color: rgb(34 211 238 / 0.25); }
.border-cyan-400\/30{ border-color: rgb(34 211 238 / 0.3); }
.border-cyan-400\/40{ border-color: rgb(34 211 238 / 0.4); }
.border-cyan-400\/5{ border-color: rgb(34 211 238 / 0.05); }
.border-cyan-400\/50{ border-color: rgb(34 211 238 / 0.5); }
.border-cyan-400\/60{ border-color: rgb(34 211 238 / 0.6); }
.border-cyan-400\/70{ border-color: rgb(34 211 238 / 0.7); }
.border-cyan-400\/75{ border-color: rgb(34 211 238 / 0.75); }
.border-cyan-400\/80{ border-color: rgb(34 211 238 / 0.8); }
.border-cyan-400\/90{ border-color: rgb(34 211 238 / 0.9); }
.border-cyan-400\/95{ border-color: rgb(34 211 238 / 0.95); }
.border-cyan-50{ --tw-border-opacity: 1; border-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-cyan-50\/0{ border-color: rgb(236 254 255 / 0); }
.border-cyan-50\/10{ border-color: rgb(236 254 255 / 0.1); }
.border-cyan-50\/100{ border-color: rgb(236 254 255 / 1); }
.border-cyan-50\/20{ border-color: rgb(236 254 255 / 0.2); }
.border-cyan-50\/25{ border-color: rgb(236 254 255 / 0.25); }
.border-cyan-50\/30{ border-color: rgb(236 254 255 / 0.3); }
.border-cyan-50\/40{ border-color: rgb(236 254 255 / 0.4); }
.border-cyan-50\/5{ border-color: rgb(236 254 255 / 0.05); }
.border-cyan-50\/50{ border-color: rgb(236 254 255 / 0.5); }
.border-cyan-50\/60{ border-color: rgb(236 254 255 / 0.6); }
.border-cyan-50\/70{ border-color: rgb(236 254 255 / 0.7); }
.border-cyan-50\/75{ border-color: rgb(236 254 255 / 0.75); }
.border-cyan-50\/80{ border-color: rgb(236 254 255 / 0.8); }
.border-cyan-50\/90{ border-color: rgb(236 254 255 / 0.9); }
.border-cyan-50\/95{ border-color: rgb(236 254 255 / 0.95); }
.border-cyan-500{ --tw-border-opacity: 1; border-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-cyan-500\/0{ border-color: rgb(6 182 212 / 0); }
.border-cyan-500\/10{ border-color: rgb(6 182 212 / 0.1); }
.border-cyan-500\/100{ border-color: rgb(6 182 212 / 1); }
.border-cyan-500\/20{ border-color: rgb(6 182 212 / 0.2); }
.border-cyan-500\/25{ border-color: rgb(6 182 212 / 0.25); }
.border-cyan-500\/30{ border-color: rgb(6 182 212 / 0.3); }
.border-cyan-500\/40{ border-color: rgb(6 182 212 / 0.4); }
.border-cyan-500\/5{ border-color: rgb(6 182 212 / 0.05); }
.border-cyan-500\/50{ border-color: rgb(6 182 212 / 0.5); }
.border-cyan-500\/60{ border-color: rgb(6 182 212 / 0.6); }
.border-cyan-500\/70{ border-color: rgb(6 182 212 / 0.7); }
.border-cyan-500\/75{ border-color: rgb(6 182 212 / 0.75); }
.border-cyan-500\/80{ border-color: rgb(6 182 212 / 0.8); }
.border-cyan-500\/90{ border-color: rgb(6 182 212 / 0.9); }
.border-cyan-500\/95{ border-color: rgb(6 182 212 / 0.95); }
.border-cyan-600{ --tw-border-opacity: 1; border-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-cyan-600\/0{ border-color: rgb(8 145 178 / 0); }
.border-cyan-600\/10{ border-color: rgb(8 145 178 / 0.1); }
.border-cyan-600\/100{ border-color: rgb(8 145 178 / 1); }
.border-cyan-600\/20{ border-color: rgb(8 145 178 / 0.2); }
.border-cyan-600\/25{ border-color: rgb(8 145 178 / 0.25); }
.border-cyan-600\/30{ border-color: rgb(8 145 178 / 0.3); }
.border-cyan-600\/40{ border-color: rgb(8 145 178 / 0.4); }
.border-cyan-600\/5{ border-color: rgb(8 145 178 / 0.05); }
.border-cyan-600\/50{ border-color: rgb(8 145 178 / 0.5); }
.border-cyan-600\/60{ border-color: rgb(8 145 178 / 0.6); }
.border-cyan-600\/70{ border-color: rgb(8 145 178 / 0.7); }
.border-cyan-600\/75{ border-color: rgb(8 145 178 / 0.75); }
.border-cyan-600\/80{ border-color: rgb(8 145 178 / 0.8); }
.border-cyan-600\/90{ border-color: rgb(8 145 178 / 0.9); }
.border-cyan-600\/95{ border-color: rgb(8 145 178 / 0.95); }
.border-cyan-700{ --tw-border-opacity: 1; border-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-cyan-700\/0{ border-color: rgb(14 116 144 / 0); }
.border-cyan-700\/10{ border-color: rgb(14 116 144 / 0.1); }
.border-cyan-700\/100{ border-color: rgb(14 116 144 / 1); }
.border-cyan-700\/20{ border-color: rgb(14 116 144 / 0.2); }
.border-cyan-700\/25{ border-color: rgb(14 116 144 / 0.25); }
.border-cyan-700\/30{ border-color: rgb(14 116 144 / 0.3); }
.border-cyan-700\/40{ border-color: rgb(14 116 144 / 0.4); }
.border-cyan-700\/5{ border-color: rgb(14 116 144 / 0.05); }
.border-cyan-700\/50{ border-color: rgb(14 116 144 / 0.5); }
.border-cyan-700\/60{ border-color: rgb(14 116 144 / 0.6); }
.border-cyan-700\/70{ border-color: rgb(14 116 144 / 0.7); }
.border-cyan-700\/75{ border-color: rgb(14 116 144 / 0.75); }
.border-cyan-700\/80{ border-color: rgb(14 116 144 / 0.8); }
.border-cyan-700\/90{ border-color: rgb(14 116 144 / 0.9); }
.border-cyan-700\/95{ border-color: rgb(14 116 144 / 0.95); }
.border-cyan-800{ --tw-border-opacity: 1; border-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-cyan-800\/0{ border-color: rgb(21 94 117 / 0); }
.border-cyan-800\/10{ border-color: rgb(21 94 117 / 0.1); }
.border-cyan-800\/100{ border-color: rgb(21 94 117 / 1); }
.border-cyan-800\/20{ border-color: rgb(21 94 117 / 0.2); }
.border-cyan-800\/25{ border-color: rgb(21 94 117 / 0.25); }
.border-cyan-800\/30{ border-color: rgb(21 94 117 / 0.3); }
.border-cyan-800\/40{ border-color: rgb(21 94 117 / 0.4); }
.border-cyan-800\/5{ border-color: rgb(21 94 117 / 0.05); }
.border-cyan-800\/50{ border-color: rgb(21 94 117 / 0.5); }
.border-cyan-800\/60{ border-color: rgb(21 94 117 / 0.6); }
.border-cyan-800\/70{ border-color: rgb(21 94 117 / 0.7); }
.border-cyan-800\/75{ border-color: rgb(21 94 117 / 0.75); }
.border-cyan-800\/80{ border-color: rgb(21 94 117 / 0.8); }
.border-cyan-800\/90{ border-color: rgb(21 94 117 / 0.9); }
.border-cyan-800\/95{ border-color: rgb(21 94 117 / 0.95); }
.border-cyan-900{ --tw-border-opacity: 1; border-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-cyan-900\/0{ border-color: rgb(22 78 99 / 0); }
.border-cyan-900\/10{ border-color: rgb(22 78 99 / 0.1); }
.border-cyan-900\/100{ border-color: rgb(22 78 99 / 1); }
.border-cyan-900\/20{ border-color: rgb(22 78 99 / 0.2); }
.border-cyan-900\/25{ border-color: rgb(22 78 99 / 0.25); }
.border-cyan-900\/30{ border-color: rgb(22 78 99 / 0.3); }
.border-cyan-900\/40{ border-color: rgb(22 78 99 / 0.4); }
.border-cyan-900\/5{ border-color: rgb(22 78 99 / 0.05); }
.border-cyan-900\/50{ border-color: rgb(22 78 99 / 0.5); }
.border-cyan-900\/60{ border-color: rgb(22 78 99 / 0.6); }
.border-cyan-900\/70{ border-color: rgb(22 78 99 / 0.7); }
.border-cyan-900\/75{ border-color: rgb(22 78 99 / 0.75); }
.border-cyan-900\/80{ border-color: rgb(22 78 99 / 0.8); }
.border-cyan-900\/90{ border-color: rgb(22 78 99 / 0.9); }
.border-cyan-900\/95{ border-color: rgb(22 78 99 / 0.95); }
.border-cyan-950{ --tw-border-opacity: 1; border-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-cyan-950\/0{ border-color: rgb(8 51 68 / 0); }
.border-cyan-950\/10{ border-color: rgb(8 51 68 / 0.1); }
.border-cyan-950\/100{ border-color: rgb(8 51 68 / 1); }
.border-cyan-950\/20{ border-color: rgb(8 51 68 / 0.2); }
.border-cyan-950\/25{ border-color: rgb(8 51 68 / 0.25); }
.border-cyan-950\/30{ border-color: rgb(8 51 68 / 0.3); }
.border-cyan-950\/40{ border-color: rgb(8 51 68 / 0.4); }
.border-cyan-950\/5{ border-color: rgb(8 51 68 / 0.05); }
.border-cyan-950\/50{ border-color: rgb(8 51 68 / 0.5); }
.border-cyan-950\/60{ border-color: rgb(8 51 68 / 0.6); }
.border-cyan-950\/70{ border-color: rgb(8 51 68 / 0.7); }
.border-cyan-950\/75{ border-color: rgb(8 51 68 / 0.75); }
.border-cyan-950\/80{ border-color: rgb(8 51 68 / 0.8); }
.border-cyan-950\/90{ border-color: rgb(8 51 68 / 0.9); }
.border-cyan-950\/95{ border-color: rgb(8 51 68 / 0.95); }
.border-eggshell{ --tw-border-opacity: 1; border-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-eggshell-100{ --tw-border-opacity: 1; border-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-eggshell-100\/0{ border-color: rgb(254 252 250 / 0); }
.border-eggshell-100\/10{ border-color: rgb(254 252 250 / 0.1); }
.border-eggshell-100\/100{ border-color: rgb(254 252 250 / 1); }
.border-eggshell-100\/20{ border-color: rgb(254 252 250 / 0.2); }
.border-eggshell-100\/25{ border-color: rgb(254 252 250 / 0.25); }
.border-eggshell-100\/30{ border-color: rgb(254 252 250 / 0.3); }
.border-eggshell-100\/40{ border-color: rgb(254 252 250 / 0.4); }
.border-eggshell-100\/5{ border-color: rgb(254 252 250 / 0.05); }
.border-eggshell-100\/50{ border-color: rgb(254 252 250 / 0.5); }
.border-eggshell-100\/60{ border-color: rgb(254 252 250 / 0.6); }
.border-eggshell-100\/70{ border-color: rgb(254 252 250 / 0.7); }
.border-eggshell-100\/75{ border-color: rgb(254 252 250 / 0.75); }
.border-eggshell-100\/80{ border-color: rgb(254 252 250 / 0.8); }
.border-eggshell-100\/90{ border-color: rgb(254 252 250 / 0.9); }
.border-eggshell-100\/95{ border-color: rgb(254 252 250 / 0.95); }
.border-eggshell-200{ --tw-border-opacity: 1; border-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-eggshell-200\/0{ border-color: rgb(252 250 246 / 0); }
.border-eggshell-200\/10{ border-color: rgb(252 250 246 / 0.1); }
.border-eggshell-200\/100{ border-color: rgb(252 250 246 / 1); }
.border-eggshell-200\/20{ border-color: rgb(252 250 246 / 0.2); }
.border-eggshell-200\/25{ border-color: rgb(252 250 246 / 0.25); }
.border-eggshell-200\/30{ border-color: rgb(252 250 246 / 0.3); }
.border-eggshell-200\/40{ border-color: rgb(252 250 246 / 0.4); }
.border-eggshell-200\/5{ border-color: rgb(252 250 246 / 0.05); }
.border-eggshell-200\/50{ border-color: rgb(252 250 246 / 0.5); }
.border-eggshell-200\/60{ border-color: rgb(252 250 246 / 0.6); }
.border-eggshell-200\/70{ border-color: rgb(252 250 246 / 0.7); }
.border-eggshell-200\/75{ border-color: rgb(252 250 246 / 0.75); }
.border-eggshell-200\/80{ border-color: rgb(252 250 246 / 0.8); }
.border-eggshell-200\/90{ border-color: rgb(252 250 246 / 0.9); }
.border-eggshell-200\/95{ border-color: rgb(252 250 246 / 0.95); }
.border-eggshell-300{ --tw-border-opacity: 1; border-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-eggshell-300\/0{ border-color: rgb(251 247 241 / 0); }
.border-eggshell-300\/10{ border-color: rgb(251 247 241 / 0.1); }
.border-eggshell-300\/100{ border-color: rgb(251 247 241 / 1); }
.border-eggshell-300\/20{ border-color: rgb(251 247 241 / 0.2); }
.border-eggshell-300\/25{ border-color: rgb(251 247 241 / 0.25); }
.border-eggshell-300\/30{ border-color: rgb(251 247 241 / 0.3); }
.border-eggshell-300\/40{ border-color: rgb(251 247 241 / 0.4); }
.border-eggshell-300\/5{ border-color: rgb(251 247 241 / 0.05); }
.border-eggshell-300\/50{ border-color: rgb(251 247 241 / 0.5); }
.border-eggshell-300\/60{ border-color: rgb(251 247 241 / 0.6); }
.border-eggshell-300\/70{ border-color: rgb(251 247 241 / 0.7); }
.border-eggshell-300\/75{ border-color: rgb(251 247 241 / 0.75); }
.border-eggshell-300\/80{ border-color: rgb(251 247 241 / 0.8); }
.border-eggshell-300\/90{ border-color: rgb(251 247 241 / 0.9); }
.border-eggshell-300\/95{ border-color: rgb(251 247 241 / 0.95); }
.border-eggshell-400{ --tw-border-opacity: 1; border-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-eggshell-400\/0{ border-color: rgb(249 245 236 / 0); }
.border-eggshell-400\/10{ border-color: rgb(249 245 236 / 0.1); }
.border-eggshell-400\/100{ border-color: rgb(249 245 236 / 1); }
.border-eggshell-400\/20{ border-color: rgb(249 245 236 / 0.2); }
.border-eggshell-400\/25{ border-color: rgb(249 245 236 / 0.25); }
.border-eggshell-400\/30{ border-color: rgb(249 245 236 / 0.3); }
.border-eggshell-400\/40{ border-color: rgb(249 245 236 / 0.4); }
.border-eggshell-400\/5{ border-color: rgb(249 245 236 / 0.05); }
.border-eggshell-400\/50{ border-color: rgb(249 245 236 / 0.5); }
.border-eggshell-400\/60{ border-color: rgb(249 245 236 / 0.6); }
.border-eggshell-400\/70{ border-color: rgb(249 245 236 / 0.7); }
.border-eggshell-400\/75{ border-color: rgb(249 245 236 / 0.75); }
.border-eggshell-400\/80{ border-color: rgb(249 245 236 / 0.8); }
.border-eggshell-400\/90{ border-color: rgb(249 245 236 / 0.9); }
.border-eggshell-400\/95{ border-color: rgb(249 245 236 / 0.95); }
.border-eggshell-500{ --tw-border-opacity: 1; border-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-eggshell-500\/0{ border-color: rgb(247 242 231 / 0); }
.border-eggshell-500\/10{ border-color: rgb(247 242 231 / 0.1); }
.border-eggshell-500\/100{ border-color: rgb(247 242 231 / 1); }
.border-eggshell-500\/20{ border-color: rgb(247 242 231 / 0.2); }
.border-eggshell-500\/25{ border-color: rgb(247 242 231 / 0.25); }
.border-eggshell-500\/30{ border-color: rgb(247 242 231 / 0.3); }
.border-eggshell-500\/40{ border-color: rgb(247 242 231 / 0.4); }
.border-eggshell-500\/5{ border-color: rgb(247 242 231 / 0.05); }
.border-eggshell-500\/50{ border-color: rgb(247 242 231 / 0.5); }
.border-eggshell-500\/60{ border-color: rgb(247 242 231 / 0.6); }
.border-eggshell-500\/70{ border-color: rgb(247 242 231 / 0.7); }
.border-eggshell-500\/75{ border-color: rgb(247 242 231 / 0.75); }
.border-eggshell-500\/80{ border-color: rgb(247 242 231 / 0.8); }
.border-eggshell-500\/90{ border-color: rgb(247 242 231 / 0.9); }
.border-eggshell-500\/95{ border-color: rgb(247 242 231 / 0.95); }
.border-eggshell-600{ --tw-border-opacity: 1; border-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-eggshell-600\/0{ border-color: rgb(246 239 227 / 0); }
.border-eggshell-600\/10{ border-color: rgb(246 239 227 / 0.1); }
.border-eggshell-600\/100{ border-color: rgb(246 239 227 / 1); }
.border-eggshell-600\/20{ border-color: rgb(246 239 227 / 0.2); }
.border-eggshell-600\/25{ border-color: rgb(246 239 227 / 0.25); }
.border-eggshell-600\/30{ border-color: rgb(246 239 227 / 0.3); }
.border-eggshell-600\/40{ border-color: rgb(246 239 227 / 0.4); }
.border-eggshell-600\/5{ border-color: rgb(246 239 227 / 0.05); }
.border-eggshell-600\/50{ border-color: rgb(246 239 227 / 0.5); }
.border-eggshell-600\/60{ border-color: rgb(246 239 227 / 0.6); }
.border-eggshell-600\/70{ border-color: rgb(246 239 227 / 0.7); }
.border-eggshell-600\/75{ border-color: rgb(246 239 227 / 0.75); }
.border-eggshell-600\/80{ border-color: rgb(246 239 227 / 0.8); }
.border-eggshell-600\/90{ border-color: rgb(246 239 227 / 0.9); }
.border-eggshell-600\/95{ border-color: rgb(246 239 227 / 0.95); }
.border-eggshell-700{ --tw-border-opacity: 1; border-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-eggshell-700\/0{ border-color: rgb(245 237 222 / 0); }
.border-eggshell-700\/10{ border-color: rgb(245 237 222 / 0.1); }
.border-eggshell-700\/100{ border-color: rgb(245 237 222 / 1); }
.border-eggshell-700\/20{ border-color: rgb(245 237 222 / 0.2); }
.border-eggshell-700\/25{ border-color: rgb(245 237 222 / 0.25); }
.border-eggshell-700\/30{ border-color: rgb(245 237 222 / 0.3); }
.border-eggshell-700\/40{ border-color: rgb(245 237 222 / 0.4); }
.border-eggshell-700\/5{ border-color: rgb(245 237 222 / 0.05); }
.border-eggshell-700\/50{ border-color: rgb(245 237 222 / 0.5); }
.border-eggshell-700\/60{ border-color: rgb(245 237 222 / 0.6); }
.border-eggshell-700\/70{ border-color: rgb(245 237 222 / 0.7); }
.border-eggshell-700\/75{ border-color: rgb(245 237 222 / 0.75); }
.border-eggshell-700\/80{ border-color: rgb(245 237 222 / 0.8); }
.border-eggshell-700\/90{ border-color: rgb(245 237 222 / 0.9); }
.border-eggshell-700\/95{ border-color: rgb(245 237 222 / 0.95); }
.border-eggshell-800{ --tw-border-opacity: 1; border-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-eggshell-800\/0{ border-color: rgb(243 234 217 / 0); }
.border-eggshell-800\/10{ border-color: rgb(243 234 217 / 0.1); }
.border-eggshell-800\/100{ border-color: rgb(243 234 217 / 1); }
.border-eggshell-800\/20{ border-color: rgb(243 234 217 / 0.2); }
.border-eggshell-800\/25{ border-color: rgb(243 234 217 / 0.25); }
.border-eggshell-800\/30{ border-color: rgb(243 234 217 / 0.3); }
.border-eggshell-800\/40{ border-color: rgb(243 234 217 / 0.4); }
.border-eggshell-800\/5{ border-color: rgb(243 234 217 / 0.05); }
.border-eggshell-800\/50{ border-color: rgb(243 234 217 / 0.5); }
.border-eggshell-800\/60{ border-color: rgb(243 234 217 / 0.6); }
.border-eggshell-800\/70{ border-color: rgb(243 234 217 / 0.7); }
.border-eggshell-800\/75{ border-color: rgb(243 234 217 / 0.75); }
.border-eggshell-800\/80{ border-color: rgb(243 234 217 / 0.8); }
.border-eggshell-800\/90{ border-color: rgb(243 234 217 / 0.9); }
.border-eggshell-800\/95{ border-color: rgb(243 234 217 / 0.95); }
.border-eggshell-900{ --tw-border-opacity: 1; border-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-eggshell-900\/0{ border-color: rgb(242 232 213 / 0); }
.border-eggshell-900\/10{ border-color: rgb(242 232 213 / 0.1); }
.border-eggshell-900\/100{ border-color: rgb(242 232 213 / 1); }
.border-eggshell-900\/20{ border-color: rgb(242 232 213 / 0.2); }
.border-eggshell-900\/25{ border-color: rgb(242 232 213 / 0.25); }
.border-eggshell-900\/30{ border-color: rgb(242 232 213 / 0.3); }
.border-eggshell-900\/40{ border-color: rgb(242 232 213 / 0.4); }
.border-eggshell-900\/5{ border-color: rgb(242 232 213 / 0.05); }
.border-eggshell-900\/50{ border-color: rgb(242 232 213 / 0.5); }
.border-eggshell-900\/60{ border-color: rgb(242 232 213 / 0.6); }
.border-eggshell-900\/70{ border-color: rgb(242 232 213 / 0.7); }
.border-eggshell-900\/75{ border-color: rgb(242 232 213 / 0.75); }
.border-eggshell-900\/80{ border-color: rgb(242 232 213 / 0.8); }
.border-eggshell-900\/90{ border-color: rgb(242 232 213 / 0.9); }
.border-eggshell-900\/95{ border-color: rgb(242 232 213 / 0.95); }
.border-eggshell\/0{ border-color: rgb(240 229 208 / 0); }
.border-eggshell\/10{ border-color: rgb(240 229 208 / 0.1); }
.border-eggshell\/100{ border-color: rgb(240 229 208 / 1); }
.border-eggshell\/20{ border-color: rgb(240 229 208 / 0.2); }
.border-eggshell\/25{ border-color: rgb(240 229 208 / 0.25); }
.border-eggshell\/30{ border-color: rgb(240 229 208 / 0.3); }
.border-eggshell\/40{ border-color: rgb(240 229 208 / 0.4); }
.border-eggshell\/5{ border-color: rgb(240 229 208 / 0.05); }
.border-eggshell\/50{ border-color: rgb(240 229 208 / 0.5); }
.border-eggshell\/60{ border-color: rgb(240 229 208 / 0.6); }
.border-eggshell\/70{ border-color: rgb(240 229 208 / 0.7); }
.border-eggshell\/75{ border-color: rgb(240 229 208 / 0.75); }
.border-eggshell\/80{ border-color: rgb(240 229 208 / 0.8); }
.border-eggshell\/90{ border-color: rgb(240 229 208 / 0.9); }
.border-eggshell\/95{ border-color: rgb(240 229 208 / 0.95); }
.border-emerald-100{ --tw-border-opacity: 1; border-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-emerald-100\/0{ border-color: rgb(209 250 229 / 0); }
.border-emerald-100\/10{ border-color: rgb(209 250 229 / 0.1); }
.border-emerald-100\/100{ border-color: rgb(209 250 229 / 1); }
.border-emerald-100\/20{ border-color: rgb(209 250 229 / 0.2); }
.border-emerald-100\/25{ border-color: rgb(209 250 229 / 0.25); }
.border-emerald-100\/30{ border-color: rgb(209 250 229 / 0.3); }
.border-emerald-100\/40{ border-color: rgb(209 250 229 / 0.4); }
.border-emerald-100\/5{ border-color: rgb(209 250 229 / 0.05); }
.border-emerald-100\/50{ border-color: rgb(209 250 229 / 0.5); }
.border-emerald-100\/60{ border-color: rgb(209 250 229 / 0.6); }
.border-emerald-100\/70{ border-color: rgb(209 250 229 / 0.7); }
.border-emerald-100\/75{ border-color: rgb(209 250 229 / 0.75); }
.border-emerald-100\/80{ border-color: rgb(209 250 229 / 0.8); }
.border-emerald-100\/90{ border-color: rgb(209 250 229 / 0.9); }
.border-emerald-100\/95{ border-color: rgb(209 250 229 / 0.95); }
.border-emerald-200{ --tw-border-opacity: 1; border-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-emerald-200\/0{ border-color: rgb(167 243 208 / 0); }
.border-emerald-200\/10{ border-color: rgb(167 243 208 / 0.1); }
.border-emerald-200\/100{ border-color: rgb(167 243 208 / 1); }
.border-emerald-200\/20{ border-color: rgb(167 243 208 / 0.2); }
.border-emerald-200\/25{ border-color: rgb(167 243 208 / 0.25); }
.border-emerald-200\/30{ border-color: rgb(167 243 208 / 0.3); }
.border-emerald-200\/40{ border-color: rgb(167 243 208 / 0.4); }
.border-emerald-200\/5{ border-color: rgb(167 243 208 / 0.05); }
.border-emerald-200\/50{ border-color: rgb(167 243 208 / 0.5); }
.border-emerald-200\/60{ border-color: rgb(167 243 208 / 0.6); }
.border-emerald-200\/70{ border-color: rgb(167 243 208 / 0.7); }
.border-emerald-200\/75{ border-color: rgb(167 243 208 / 0.75); }
.border-emerald-200\/80{ border-color: rgb(167 243 208 / 0.8); }
.border-emerald-200\/90{ border-color: rgb(167 243 208 / 0.9); }
.border-emerald-200\/95{ border-color: rgb(167 243 208 / 0.95); }
.border-emerald-300{ --tw-border-opacity: 1; border-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-emerald-300\/0{ border-color: rgb(110 231 183 / 0); }
.border-emerald-300\/10{ border-color: rgb(110 231 183 / 0.1); }
.border-emerald-300\/100{ border-color: rgb(110 231 183 / 1); }
.border-emerald-300\/20{ border-color: rgb(110 231 183 / 0.2); }
.border-emerald-300\/25{ border-color: rgb(110 231 183 / 0.25); }
.border-emerald-300\/30{ border-color: rgb(110 231 183 / 0.3); }
.border-emerald-300\/40{ border-color: rgb(110 231 183 / 0.4); }
.border-emerald-300\/5{ border-color: rgb(110 231 183 / 0.05); }
.border-emerald-300\/50{ border-color: rgb(110 231 183 / 0.5); }
.border-emerald-300\/60{ border-color: rgb(110 231 183 / 0.6); }
.border-emerald-300\/70{ border-color: rgb(110 231 183 / 0.7); }
.border-emerald-300\/75{ border-color: rgb(110 231 183 / 0.75); }
.border-emerald-300\/80{ border-color: rgb(110 231 183 / 0.8); }
.border-emerald-300\/90{ border-color: rgb(110 231 183 / 0.9); }
.border-emerald-300\/95{ border-color: rgb(110 231 183 / 0.95); }
.border-emerald-400{ --tw-border-opacity: 1; border-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-emerald-400\/0{ border-color: rgb(52 211 153 / 0); }
.border-emerald-400\/10{ border-color: rgb(52 211 153 / 0.1); }
.border-emerald-400\/100{ border-color: rgb(52 211 153 / 1); }
.border-emerald-400\/20{ border-color: rgb(52 211 153 / 0.2); }
.border-emerald-400\/25{ border-color: rgb(52 211 153 / 0.25); }
.border-emerald-400\/30{ border-color: rgb(52 211 153 / 0.3); }
.border-emerald-400\/40{ border-color: rgb(52 211 153 / 0.4); }
.border-emerald-400\/5{ border-color: rgb(52 211 153 / 0.05); }
.border-emerald-400\/50{ border-color: rgb(52 211 153 / 0.5); }
.border-emerald-400\/60{ border-color: rgb(52 211 153 / 0.6); }
.border-emerald-400\/70{ border-color: rgb(52 211 153 / 0.7); }
.border-emerald-400\/75{ border-color: rgb(52 211 153 / 0.75); }
.border-emerald-400\/80{ border-color: rgb(52 211 153 / 0.8); }
.border-emerald-400\/90{ border-color: rgb(52 211 153 / 0.9); }
.border-emerald-400\/95{ border-color: rgb(52 211 153 / 0.95); }
.border-emerald-50{ --tw-border-opacity: 1; border-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-emerald-50\/0{ border-color: rgb(236 253 245 / 0); }
.border-emerald-50\/10{ border-color: rgb(236 253 245 / 0.1); }
.border-emerald-50\/100{ border-color: rgb(236 253 245 / 1); }
.border-emerald-50\/20{ border-color: rgb(236 253 245 / 0.2); }
.border-emerald-50\/25{ border-color: rgb(236 253 245 / 0.25); }
.border-emerald-50\/30{ border-color: rgb(236 253 245 / 0.3); }
.border-emerald-50\/40{ border-color: rgb(236 253 245 / 0.4); }
.border-emerald-50\/5{ border-color: rgb(236 253 245 / 0.05); }
.border-emerald-50\/50{ border-color: rgb(236 253 245 / 0.5); }
.border-emerald-50\/60{ border-color: rgb(236 253 245 / 0.6); }
.border-emerald-50\/70{ border-color: rgb(236 253 245 / 0.7); }
.border-emerald-50\/75{ border-color: rgb(236 253 245 / 0.75); }
.border-emerald-50\/80{ border-color: rgb(236 253 245 / 0.8); }
.border-emerald-50\/90{ border-color: rgb(236 253 245 / 0.9); }
.border-emerald-50\/95{ border-color: rgb(236 253 245 / 0.95); }
.border-emerald-500{ --tw-border-opacity: 1; border-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-emerald-500\/0{ border-color: rgb(16 185 129 / 0); }
.border-emerald-500\/10{ border-color: rgb(16 185 129 / 0.1); }
.border-emerald-500\/100{ border-color: rgb(16 185 129 / 1); }
.border-emerald-500\/20{ border-color: rgb(16 185 129 / 0.2); }
.border-emerald-500\/25{ border-color: rgb(16 185 129 / 0.25); }
.border-emerald-500\/30{ border-color: rgb(16 185 129 / 0.3); }
.border-emerald-500\/40{ border-color: rgb(16 185 129 / 0.4); }
.border-emerald-500\/5{ border-color: rgb(16 185 129 / 0.05); }
.border-emerald-500\/50{ border-color: rgb(16 185 129 / 0.5); }
.border-emerald-500\/60{ border-color: rgb(16 185 129 / 0.6); }
.border-emerald-500\/70{ border-color: rgb(16 185 129 / 0.7); }
.border-emerald-500\/75{ border-color: rgb(16 185 129 / 0.75); }
.border-emerald-500\/80{ border-color: rgb(16 185 129 / 0.8); }
.border-emerald-500\/90{ border-color: rgb(16 185 129 / 0.9); }
.border-emerald-500\/95{ border-color: rgb(16 185 129 / 0.95); }
.border-emerald-600{ --tw-border-opacity: 1; border-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-emerald-600\/0{ border-color: rgb(5 150 105 / 0); }
.border-emerald-600\/10{ border-color: rgb(5 150 105 / 0.1); }
.border-emerald-600\/100{ border-color: rgb(5 150 105 / 1); }
.border-emerald-600\/20{ border-color: rgb(5 150 105 / 0.2); }
.border-emerald-600\/25{ border-color: rgb(5 150 105 / 0.25); }
.border-emerald-600\/30{ border-color: rgb(5 150 105 / 0.3); }
.border-emerald-600\/40{ border-color: rgb(5 150 105 / 0.4); }
.border-emerald-600\/5{ border-color: rgb(5 150 105 / 0.05); }
.border-emerald-600\/50{ border-color: rgb(5 150 105 / 0.5); }
.border-emerald-600\/60{ border-color: rgb(5 150 105 / 0.6); }
.border-emerald-600\/70{ border-color: rgb(5 150 105 / 0.7); }
.border-emerald-600\/75{ border-color: rgb(5 150 105 / 0.75); }
.border-emerald-600\/80{ border-color: rgb(5 150 105 / 0.8); }
.border-emerald-600\/90{ border-color: rgb(5 150 105 / 0.9); }
.border-emerald-600\/95{ border-color: rgb(5 150 105 / 0.95); }
.border-emerald-700{ --tw-border-opacity: 1; border-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-emerald-700\/0{ border-color: rgb(4 120 87 / 0); }
.border-emerald-700\/10{ border-color: rgb(4 120 87 / 0.1); }
.border-emerald-700\/100{ border-color: rgb(4 120 87 / 1); }
.border-emerald-700\/20{ border-color: rgb(4 120 87 / 0.2); }
.border-emerald-700\/25{ border-color: rgb(4 120 87 / 0.25); }
.border-emerald-700\/30{ border-color: rgb(4 120 87 / 0.3); }
.border-emerald-700\/40{ border-color: rgb(4 120 87 / 0.4); }
.border-emerald-700\/5{ border-color: rgb(4 120 87 / 0.05); }
.border-emerald-700\/50{ border-color: rgb(4 120 87 / 0.5); }
.border-emerald-700\/60{ border-color: rgb(4 120 87 / 0.6); }
.border-emerald-700\/70{ border-color: rgb(4 120 87 / 0.7); }
.border-emerald-700\/75{ border-color: rgb(4 120 87 / 0.75); }
.border-emerald-700\/80{ border-color: rgb(4 120 87 / 0.8); }
.border-emerald-700\/90{ border-color: rgb(4 120 87 / 0.9); }
.border-emerald-700\/95{ border-color: rgb(4 120 87 / 0.95); }
.border-emerald-800{ --tw-border-opacity: 1; border-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-emerald-800\/0{ border-color: rgb(6 95 70 / 0); }
.border-emerald-800\/10{ border-color: rgb(6 95 70 / 0.1); }
.border-emerald-800\/100{ border-color: rgb(6 95 70 / 1); }
.border-emerald-800\/20{ border-color: rgb(6 95 70 / 0.2); }
.border-emerald-800\/25{ border-color: rgb(6 95 70 / 0.25); }
.border-emerald-800\/30{ border-color: rgb(6 95 70 / 0.3); }
.border-emerald-800\/40{ border-color: rgb(6 95 70 / 0.4); }
.border-emerald-800\/5{ border-color: rgb(6 95 70 / 0.05); }
.border-emerald-800\/50{ border-color: rgb(6 95 70 / 0.5); }
.border-emerald-800\/60{ border-color: rgb(6 95 70 / 0.6); }
.border-emerald-800\/70{ border-color: rgb(6 95 70 / 0.7); }
.border-emerald-800\/75{ border-color: rgb(6 95 70 / 0.75); }
.border-emerald-800\/80{ border-color: rgb(6 95 70 / 0.8); }
.border-emerald-800\/90{ border-color: rgb(6 95 70 / 0.9); }
.border-emerald-800\/95{ border-color: rgb(6 95 70 / 0.95); }
.border-emerald-900{ --tw-border-opacity: 1; border-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-emerald-900\/0{ border-color: rgb(6 78 59 / 0); }
.border-emerald-900\/10{ border-color: rgb(6 78 59 / 0.1); }
.border-emerald-900\/100{ border-color: rgb(6 78 59 / 1); }
.border-emerald-900\/20{ border-color: rgb(6 78 59 / 0.2); }
.border-emerald-900\/25{ border-color: rgb(6 78 59 / 0.25); }
.border-emerald-900\/30{ border-color: rgb(6 78 59 / 0.3); }
.border-emerald-900\/40{ border-color: rgb(6 78 59 / 0.4); }
.border-emerald-900\/5{ border-color: rgb(6 78 59 / 0.05); }
.border-emerald-900\/50{ border-color: rgb(6 78 59 / 0.5); }
.border-emerald-900\/60{ border-color: rgb(6 78 59 / 0.6); }
.border-emerald-900\/70{ border-color: rgb(6 78 59 / 0.7); }
.border-emerald-900\/75{ border-color: rgb(6 78 59 / 0.75); }
.border-emerald-900\/80{ border-color: rgb(6 78 59 / 0.8); }
.border-emerald-900\/90{ border-color: rgb(6 78 59 / 0.9); }
.border-emerald-900\/95{ border-color: rgb(6 78 59 / 0.95); }
.border-emerald-950{ --tw-border-opacity: 1; border-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-emerald-950\/0{ border-color: rgb(2 44 34 / 0); }
.border-emerald-950\/10{ border-color: rgb(2 44 34 / 0.1); }
.border-emerald-950\/100{ border-color: rgb(2 44 34 / 1); }
.border-emerald-950\/20{ border-color: rgb(2 44 34 / 0.2); }
.border-emerald-950\/25{ border-color: rgb(2 44 34 / 0.25); }
.border-emerald-950\/30{ border-color: rgb(2 44 34 / 0.3); }
.border-emerald-950\/40{ border-color: rgb(2 44 34 / 0.4); }
.border-emerald-950\/5{ border-color: rgb(2 44 34 / 0.05); }
.border-emerald-950\/50{ border-color: rgb(2 44 34 / 0.5); }
.border-emerald-950\/60{ border-color: rgb(2 44 34 / 0.6); }
.border-emerald-950\/70{ border-color: rgb(2 44 34 / 0.7); }
.border-emerald-950\/75{ border-color: rgb(2 44 34 / 0.75); }
.border-emerald-950\/80{ border-color: rgb(2 44 34 / 0.8); }
.border-emerald-950\/90{ border-color: rgb(2 44 34 / 0.9); }
.border-emerald-950\/95{ border-color: rgb(2 44 34 / 0.95); }
.border-fuchsia-100{ --tw-border-opacity: 1; border-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-fuchsia-100\/0{ border-color: rgb(250 232 255 / 0); }
.border-fuchsia-100\/10{ border-color: rgb(250 232 255 / 0.1); }
.border-fuchsia-100\/100{ border-color: rgb(250 232 255 / 1); }
.border-fuchsia-100\/20{ border-color: rgb(250 232 255 / 0.2); }
.border-fuchsia-100\/25{ border-color: rgb(250 232 255 / 0.25); }
.border-fuchsia-100\/30{ border-color: rgb(250 232 255 / 0.3); }
.border-fuchsia-100\/40{ border-color: rgb(250 232 255 / 0.4); }
.border-fuchsia-100\/5{ border-color: rgb(250 232 255 / 0.05); }
.border-fuchsia-100\/50{ border-color: rgb(250 232 255 / 0.5); }
.border-fuchsia-100\/60{ border-color: rgb(250 232 255 / 0.6); }
.border-fuchsia-100\/70{ border-color: rgb(250 232 255 / 0.7); }
.border-fuchsia-100\/75{ border-color: rgb(250 232 255 / 0.75); }
.border-fuchsia-100\/80{ border-color: rgb(250 232 255 / 0.8); }
.border-fuchsia-100\/90{ border-color: rgb(250 232 255 / 0.9); }
.border-fuchsia-100\/95{ border-color: rgb(250 232 255 / 0.95); }
.border-fuchsia-200{ --tw-border-opacity: 1; border-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-fuchsia-200\/0{ border-color: rgb(245 208 254 / 0); }
.border-fuchsia-200\/10{ border-color: rgb(245 208 254 / 0.1); }
.border-fuchsia-200\/100{ border-color: rgb(245 208 254 / 1); }
.border-fuchsia-200\/20{ border-color: rgb(245 208 254 / 0.2); }
.border-fuchsia-200\/25{ border-color: rgb(245 208 254 / 0.25); }
.border-fuchsia-200\/30{ border-color: rgb(245 208 254 / 0.3); }
.border-fuchsia-200\/40{ border-color: rgb(245 208 254 / 0.4); }
.border-fuchsia-200\/5{ border-color: rgb(245 208 254 / 0.05); }
.border-fuchsia-200\/50{ border-color: rgb(245 208 254 / 0.5); }
.border-fuchsia-200\/60{ border-color: rgb(245 208 254 / 0.6); }
.border-fuchsia-200\/70{ border-color: rgb(245 208 254 / 0.7); }
.border-fuchsia-200\/75{ border-color: rgb(245 208 254 / 0.75); }
.border-fuchsia-200\/80{ border-color: rgb(245 208 254 / 0.8); }
.border-fuchsia-200\/90{ border-color: rgb(245 208 254 / 0.9); }
.border-fuchsia-200\/95{ border-color: rgb(245 208 254 / 0.95); }
.border-fuchsia-300{ --tw-border-opacity: 1; border-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-fuchsia-300\/0{ border-color: rgb(240 171 252 / 0); }
.border-fuchsia-300\/10{ border-color: rgb(240 171 252 / 0.1); }
.border-fuchsia-300\/100{ border-color: rgb(240 171 252 / 1); }
.border-fuchsia-300\/20{ border-color: rgb(240 171 252 / 0.2); }
.border-fuchsia-300\/25{ border-color: rgb(240 171 252 / 0.25); }
.border-fuchsia-300\/30{ border-color: rgb(240 171 252 / 0.3); }
.border-fuchsia-300\/40{ border-color: rgb(240 171 252 / 0.4); }
.border-fuchsia-300\/5{ border-color: rgb(240 171 252 / 0.05); }
.border-fuchsia-300\/50{ border-color: rgb(240 171 252 / 0.5); }
.border-fuchsia-300\/60{ border-color: rgb(240 171 252 / 0.6); }
.border-fuchsia-300\/70{ border-color: rgb(240 171 252 / 0.7); }
.border-fuchsia-300\/75{ border-color: rgb(240 171 252 / 0.75); }
.border-fuchsia-300\/80{ border-color: rgb(240 171 252 / 0.8); }
.border-fuchsia-300\/90{ border-color: rgb(240 171 252 / 0.9); }
.border-fuchsia-300\/95{ border-color: rgb(240 171 252 / 0.95); }
.border-fuchsia-400{ --tw-border-opacity: 1; border-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-fuchsia-400\/0{ border-color: rgb(232 121 249 / 0); }
.border-fuchsia-400\/10{ border-color: rgb(232 121 249 / 0.1); }
.border-fuchsia-400\/100{ border-color: rgb(232 121 249 / 1); }
.border-fuchsia-400\/20{ border-color: rgb(232 121 249 / 0.2); }
.border-fuchsia-400\/25{ border-color: rgb(232 121 249 / 0.25); }
.border-fuchsia-400\/30{ border-color: rgb(232 121 249 / 0.3); }
.border-fuchsia-400\/40{ border-color: rgb(232 121 249 / 0.4); }
.border-fuchsia-400\/5{ border-color: rgb(232 121 249 / 0.05); }
.border-fuchsia-400\/50{ border-color: rgb(232 121 249 / 0.5); }
.border-fuchsia-400\/60{ border-color: rgb(232 121 249 / 0.6); }
.border-fuchsia-400\/70{ border-color: rgb(232 121 249 / 0.7); }
.border-fuchsia-400\/75{ border-color: rgb(232 121 249 / 0.75); }
.border-fuchsia-400\/80{ border-color: rgb(232 121 249 / 0.8); }
.border-fuchsia-400\/90{ border-color: rgb(232 121 249 / 0.9); }
.border-fuchsia-400\/95{ border-color: rgb(232 121 249 / 0.95); }
.border-fuchsia-50{ --tw-border-opacity: 1; border-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-fuchsia-50\/0{ border-color: rgb(253 244 255 / 0); }
.border-fuchsia-50\/10{ border-color: rgb(253 244 255 / 0.1); }
.border-fuchsia-50\/100{ border-color: rgb(253 244 255 / 1); }
.border-fuchsia-50\/20{ border-color: rgb(253 244 255 / 0.2); }
.border-fuchsia-50\/25{ border-color: rgb(253 244 255 / 0.25); }
.border-fuchsia-50\/30{ border-color: rgb(253 244 255 / 0.3); }
.border-fuchsia-50\/40{ border-color: rgb(253 244 255 / 0.4); }
.border-fuchsia-50\/5{ border-color: rgb(253 244 255 / 0.05); }
.border-fuchsia-50\/50{ border-color: rgb(253 244 255 / 0.5); }
.border-fuchsia-50\/60{ border-color: rgb(253 244 255 / 0.6); }
.border-fuchsia-50\/70{ border-color: rgb(253 244 255 / 0.7); }
.border-fuchsia-50\/75{ border-color: rgb(253 244 255 / 0.75); }
.border-fuchsia-50\/80{ border-color: rgb(253 244 255 / 0.8); }
.border-fuchsia-50\/90{ border-color: rgb(253 244 255 / 0.9); }
.border-fuchsia-50\/95{ border-color: rgb(253 244 255 / 0.95); }
.border-fuchsia-500{ --tw-border-opacity: 1; border-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-fuchsia-500\/0{ border-color: rgb(217 70 239 / 0); }
.border-fuchsia-500\/10{ border-color: rgb(217 70 239 / 0.1); }
.border-fuchsia-500\/100{ border-color: rgb(217 70 239 / 1); }
.border-fuchsia-500\/20{ border-color: rgb(217 70 239 / 0.2); }
.border-fuchsia-500\/25{ border-color: rgb(217 70 239 / 0.25); }
.border-fuchsia-500\/30{ border-color: rgb(217 70 239 / 0.3); }
.border-fuchsia-500\/40{ border-color: rgb(217 70 239 / 0.4); }
.border-fuchsia-500\/5{ border-color: rgb(217 70 239 / 0.05); }
.border-fuchsia-500\/50{ border-color: rgb(217 70 239 / 0.5); }
.border-fuchsia-500\/60{ border-color: rgb(217 70 239 / 0.6); }
.border-fuchsia-500\/70{ border-color: rgb(217 70 239 / 0.7); }
.border-fuchsia-500\/75{ border-color: rgb(217 70 239 / 0.75); }
.border-fuchsia-500\/80{ border-color: rgb(217 70 239 / 0.8); }
.border-fuchsia-500\/90{ border-color: rgb(217 70 239 / 0.9); }
.border-fuchsia-500\/95{ border-color: rgb(217 70 239 / 0.95); }
.border-fuchsia-600{ --tw-border-opacity: 1; border-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-fuchsia-600\/0{ border-color: rgb(192 38 211 / 0); }
.border-fuchsia-600\/10{ border-color: rgb(192 38 211 / 0.1); }
.border-fuchsia-600\/100{ border-color: rgb(192 38 211 / 1); }
.border-fuchsia-600\/20{ border-color: rgb(192 38 211 / 0.2); }
.border-fuchsia-600\/25{ border-color: rgb(192 38 211 / 0.25); }
.border-fuchsia-600\/30{ border-color: rgb(192 38 211 / 0.3); }
.border-fuchsia-600\/40{ border-color: rgb(192 38 211 / 0.4); }
.border-fuchsia-600\/5{ border-color: rgb(192 38 211 / 0.05); }
.border-fuchsia-600\/50{ border-color: rgb(192 38 211 / 0.5); }
.border-fuchsia-600\/60{ border-color: rgb(192 38 211 / 0.6); }
.border-fuchsia-600\/70{ border-color: rgb(192 38 211 / 0.7); }
.border-fuchsia-600\/75{ border-color: rgb(192 38 211 / 0.75); }
.border-fuchsia-600\/80{ border-color: rgb(192 38 211 / 0.8); }
.border-fuchsia-600\/90{ border-color: rgb(192 38 211 / 0.9); }
.border-fuchsia-600\/95{ border-color: rgb(192 38 211 / 0.95); }
.border-fuchsia-700{ --tw-border-opacity: 1; border-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-fuchsia-700\/0{ border-color: rgb(162 28 175 / 0); }
.border-fuchsia-700\/10{ border-color: rgb(162 28 175 / 0.1); }
.border-fuchsia-700\/100{ border-color: rgb(162 28 175 / 1); }
.border-fuchsia-700\/20{ border-color: rgb(162 28 175 / 0.2); }
.border-fuchsia-700\/25{ border-color: rgb(162 28 175 / 0.25); }
.border-fuchsia-700\/30{ border-color: rgb(162 28 175 / 0.3); }
.border-fuchsia-700\/40{ border-color: rgb(162 28 175 / 0.4); }
.border-fuchsia-700\/5{ border-color: rgb(162 28 175 / 0.05); }
.border-fuchsia-700\/50{ border-color: rgb(162 28 175 / 0.5); }
.border-fuchsia-700\/60{ border-color: rgb(162 28 175 / 0.6); }
.border-fuchsia-700\/70{ border-color: rgb(162 28 175 / 0.7); }
.border-fuchsia-700\/75{ border-color: rgb(162 28 175 / 0.75); }
.border-fuchsia-700\/80{ border-color: rgb(162 28 175 / 0.8); }
.border-fuchsia-700\/90{ border-color: rgb(162 28 175 / 0.9); }
.border-fuchsia-700\/95{ border-color: rgb(162 28 175 / 0.95); }
.border-fuchsia-800{ --tw-border-opacity: 1; border-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-fuchsia-800\/0{ border-color: rgb(134 25 143 / 0); }
.border-fuchsia-800\/10{ border-color: rgb(134 25 143 / 0.1); }
.border-fuchsia-800\/100{ border-color: rgb(134 25 143 / 1); }
.border-fuchsia-800\/20{ border-color: rgb(134 25 143 / 0.2); }
.border-fuchsia-800\/25{ border-color: rgb(134 25 143 / 0.25); }
.border-fuchsia-800\/30{ border-color: rgb(134 25 143 / 0.3); }
.border-fuchsia-800\/40{ border-color: rgb(134 25 143 / 0.4); }
.border-fuchsia-800\/5{ border-color: rgb(134 25 143 / 0.05); }
.border-fuchsia-800\/50{ border-color: rgb(134 25 143 / 0.5); }
.border-fuchsia-800\/60{ border-color: rgb(134 25 143 / 0.6); }
.border-fuchsia-800\/70{ border-color: rgb(134 25 143 / 0.7); }
.border-fuchsia-800\/75{ border-color: rgb(134 25 143 / 0.75); }
.border-fuchsia-800\/80{ border-color: rgb(134 25 143 / 0.8); }
.border-fuchsia-800\/90{ border-color: rgb(134 25 143 / 0.9); }
.border-fuchsia-800\/95{ border-color: rgb(134 25 143 / 0.95); }
.border-fuchsia-900{ --tw-border-opacity: 1; border-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-fuchsia-900\/0{ border-color: rgb(112 26 117 / 0); }
.border-fuchsia-900\/10{ border-color: rgb(112 26 117 / 0.1); }
.border-fuchsia-900\/100{ border-color: rgb(112 26 117 / 1); }
.border-fuchsia-900\/20{ border-color: rgb(112 26 117 / 0.2); }
.border-fuchsia-900\/25{ border-color: rgb(112 26 117 / 0.25); }
.border-fuchsia-900\/30{ border-color: rgb(112 26 117 / 0.3); }
.border-fuchsia-900\/40{ border-color: rgb(112 26 117 / 0.4); }
.border-fuchsia-900\/5{ border-color: rgb(112 26 117 / 0.05); }
.border-fuchsia-900\/50{ border-color: rgb(112 26 117 / 0.5); }
.border-fuchsia-900\/60{ border-color: rgb(112 26 117 / 0.6); }
.border-fuchsia-900\/70{ border-color: rgb(112 26 117 / 0.7); }
.border-fuchsia-900\/75{ border-color: rgb(112 26 117 / 0.75); }
.border-fuchsia-900\/80{ border-color: rgb(112 26 117 / 0.8); }
.border-fuchsia-900\/90{ border-color: rgb(112 26 117 / 0.9); }
.border-fuchsia-900\/95{ border-color: rgb(112 26 117 / 0.95); }
.border-fuchsia-950{ --tw-border-opacity: 1; border-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-fuchsia-950\/0{ border-color: rgb(74 4 78 / 0); }
.border-fuchsia-950\/10{ border-color: rgb(74 4 78 / 0.1); }
.border-fuchsia-950\/100{ border-color: rgb(74 4 78 / 1); }
.border-fuchsia-950\/20{ border-color: rgb(74 4 78 / 0.2); }
.border-fuchsia-950\/25{ border-color: rgb(74 4 78 / 0.25); }
.border-fuchsia-950\/30{ border-color: rgb(74 4 78 / 0.3); }
.border-fuchsia-950\/40{ border-color: rgb(74 4 78 / 0.4); }
.border-fuchsia-950\/5{ border-color: rgb(74 4 78 / 0.05); }
.border-fuchsia-950\/50{ border-color: rgb(74 4 78 / 0.5); }
.border-fuchsia-950\/60{ border-color: rgb(74 4 78 / 0.6); }
.border-fuchsia-950\/70{ border-color: rgb(74 4 78 / 0.7); }
.border-fuchsia-950\/75{ border-color: rgb(74 4 78 / 0.75); }
.border-fuchsia-950\/80{ border-color: rgb(74 4 78 / 0.8); }
.border-fuchsia-950\/90{ border-color: rgb(74 4 78 / 0.9); }
.border-fuchsia-950\/95{ border-color: rgb(74 4 78 / 0.95); }
.border-gray-100{ --tw-border-opacity: 1; border-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-gray-100\/0{ border-color: rgb(243 244 246 / 0); }
.border-gray-100\/10{ border-color: rgb(243 244 246 / 0.1); }
.border-gray-100\/100{ border-color: rgb(243 244 246 / 1); }
.border-gray-100\/20{ border-color: rgb(243 244 246 / 0.2); }
.border-gray-100\/25{ border-color: rgb(243 244 246 / 0.25); }
.border-gray-100\/30{ border-color: rgb(243 244 246 / 0.3); }
.border-gray-100\/40{ border-color: rgb(243 244 246 / 0.4); }
.border-gray-100\/5{ border-color: rgb(243 244 246 / 0.05); }
.border-gray-100\/50{ border-color: rgb(243 244 246 / 0.5); }
.border-gray-100\/60{ border-color: rgb(243 244 246 / 0.6); }
.border-gray-100\/70{ border-color: rgb(243 244 246 / 0.7); }
.border-gray-100\/75{ border-color: rgb(243 244 246 / 0.75); }
.border-gray-100\/80{ border-color: rgb(243 244 246 / 0.8); }
.border-gray-100\/90{ border-color: rgb(243 244 246 / 0.9); }
.border-gray-100\/95{ border-color: rgb(243 244 246 / 0.95); }
.border-gray-200{ --tw-border-opacity: 1; border-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-gray-200\/0{ border-color: rgb(229 231 235 / 0); }
.border-gray-200\/10{ border-color: rgb(229 231 235 / 0.1); }
.border-gray-200\/100{ border-color: rgb(229 231 235 / 1); }
.border-gray-200\/20{ border-color: rgb(229 231 235 / 0.2); }
.border-gray-200\/25{ border-color: rgb(229 231 235 / 0.25); }
.border-gray-200\/30{ border-color: rgb(229 231 235 / 0.3); }
.border-gray-200\/40{ border-color: rgb(229 231 235 / 0.4); }
.border-gray-200\/5{ border-color: rgb(229 231 235 / 0.05); }
.border-gray-200\/50{ border-color: rgb(229 231 235 / 0.5); }
.border-gray-200\/60{ border-color: rgb(229 231 235 / 0.6); }
.border-gray-200\/70{ border-color: rgb(229 231 235 / 0.7); }
.border-gray-200\/75{ border-color: rgb(229 231 235 / 0.75); }
.border-gray-200\/80{ border-color: rgb(229 231 235 / 0.8); }
.border-gray-200\/90{ border-color: rgb(229 231 235 / 0.9); }
.border-gray-200\/95{ border-color: rgb(229 231 235 / 0.95); }
.border-gray-300{ --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-gray-300\/0{ border-color: rgb(209 213 219 / 0); }
.border-gray-300\/10{ border-color: rgb(209 213 219 / 0.1); }
.border-gray-300\/100{ border-color: rgb(209 213 219 / 1); }
.border-gray-300\/20{ border-color: rgb(209 213 219 / 0.2); }
.border-gray-300\/25{ border-color: rgb(209 213 219 / 0.25); }
.border-gray-300\/30{ border-color: rgb(209 213 219 / 0.3); }
.border-gray-300\/40{ border-color: rgb(209 213 219 / 0.4); }
.border-gray-300\/5{ border-color: rgb(209 213 219 / 0.05); }
.border-gray-300\/50{ border-color: rgb(209 213 219 / 0.5); }
.border-gray-300\/60{ border-color: rgb(209 213 219 / 0.6); }
.border-gray-300\/70{ border-color: rgb(209 213 219 / 0.7); }
.border-gray-300\/75{ border-color: rgb(209 213 219 / 0.75); }
.border-gray-300\/80{ border-color: rgb(209 213 219 / 0.8); }
.border-gray-300\/90{ border-color: rgb(209 213 219 / 0.9); }
.border-gray-300\/95{ border-color: rgb(209 213 219 / 0.95); }
.border-gray-400{ --tw-border-opacity: 1; border-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-gray-400\/0{ border-color: rgb(156 163 175 / 0); }
.border-gray-400\/10{ border-color: rgb(156 163 175 / 0.1); }
.border-gray-400\/100{ border-color: rgb(156 163 175 / 1); }
.border-gray-400\/20{ border-color: rgb(156 163 175 / 0.2); }
.border-gray-400\/25{ border-color: rgb(156 163 175 / 0.25); }
.border-gray-400\/30{ border-color: rgb(156 163 175 / 0.3); }
.border-gray-400\/40{ border-color: rgb(156 163 175 / 0.4); }
.border-gray-400\/5{ border-color: rgb(156 163 175 / 0.05); }
.border-gray-400\/50{ border-color: rgb(156 163 175 / 0.5); }
.border-gray-400\/60{ border-color: rgb(156 163 175 / 0.6); }
.border-gray-400\/70{ border-color: rgb(156 163 175 / 0.7); }
.border-gray-400\/75{ border-color: rgb(156 163 175 / 0.75); }
.border-gray-400\/80{ border-color: rgb(156 163 175 / 0.8); }
.border-gray-400\/90{ border-color: rgb(156 163 175 / 0.9); }
.border-gray-400\/95{ border-color: rgb(156 163 175 / 0.95); }
.border-gray-50{ --tw-border-opacity: 1; border-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-gray-50\/0{ border-color: rgb(249 250 251 / 0); }
.border-gray-50\/10{ border-color: rgb(249 250 251 / 0.1); }
.border-gray-50\/100{ border-color: rgb(249 250 251 / 1); }
.border-gray-50\/20{ border-color: rgb(249 250 251 / 0.2); }
.border-gray-50\/25{ border-color: rgb(249 250 251 / 0.25); }
.border-gray-50\/30{ border-color: rgb(249 250 251 / 0.3); }
.border-gray-50\/40{ border-color: rgb(249 250 251 / 0.4); }
.border-gray-50\/5{ border-color: rgb(249 250 251 / 0.05); }
.border-gray-50\/50{ border-color: rgb(249 250 251 / 0.5); }
.border-gray-50\/60{ border-color: rgb(249 250 251 / 0.6); }
.border-gray-50\/70{ border-color: rgb(249 250 251 / 0.7); }
.border-gray-50\/75{ border-color: rgb(249 250 251 / 0.75); }
.border-gray-50\/80{ border-color: rgb(249 250 251 / 0.8); }
.border-gray-50\/90{ border-color: rgb(249 250 251 / 0.9); }
.border-gray-50\/95{ border-color: rgb(249 250 251 / 0.95); }
.border-gray-500{ --tw-border-opacity: 1; border-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-gray-500\/0{ border-color: rgb(107 114 128 / 0); }
.border-gray-500\/10{ border-color: rgb(107 114 128 / 0.1); }
.border-gray-500\/100{ border-color: rgb(107 114 128 / 1); }
.border-gray-500\/20{ border-color: rgb(107 114 128 / 0.2); }
.border-gray-500\/25{ border-color: rgb(107 114 128 / 0.25); }
.border-gray-500\/30{ border-color: rgb(107 114 128 / 0.3); }
.border-gray-500\/40{ border-color: rgb(107 114 128 / 0.4); }
.border-gray-500\/5{ border-color: rgb(107 114 128 / 0.05); }
.border-gray-500\/50{ border-color: rgb(107 114 128 / 0.5); }
.border-gray-500\/60{ border-color: rgb(107 114 128 / 0.6); }
.border-gray-500\/70{ border-color: rgb(107 114 128 / 0.7); }
.border-gray-500\/75{ border-color: rgb(107 114 128 / 0.75); }
.border-gray-500\/80{ border-color: rgb(107 114 128 / 0.8); }
.border-gray-500\/90{ border-color: rgb(107 114 128 / 0.9); }
.border-gray-500\/95{ border-color: rgb(107 114 128 / 0.95); }
.border-gray-600{ --tw-border-opacity: 1; border-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-gray-600\/0{ border-color: rgb(75 85 99 / 0); }
.border-gray-600\/10{ border-color: rgb(75 85 99 / 0.1); }
.border-gray-600\/100{ border-color: rgb(75 85 99 / 1); }
.border-gray-600\/20{ border-color: rgb(75 85 99 / 0.2); }
.border-gray-600\/25{ border-color: rgb(75 85 99 / 0.25); }
.border-gray-600\/30{ border-color: rgb(75 85 99 / 0.3); }
.border-gray-600\/40{ border-color: rgb(75 85 99 / 0.4); }
.border-gray-600\/5{ border-color: rgb(75 85 99 / 0.05); }
.border-gray-600\/50{ border-color: rgb(75 85 99 / 0.5); }
.border-gray-600\/60{ border-color: rgb(75 85 99 / 0.6); }
.border-gray-600\/70{ border-color: rgb(75 85 99 / 0.7); }
.border-gray-600\/75{ border-color: rgb(75 85 99 / 0.75); }
.border-gray-600\/80{ border-color: rgb(75 85 99 / 0.8); }
.border-gray-600\/90{ border-color: rgb(75 85 99 / 0.9); }
.border-gray-600\/95{ border-color: rgb(75 85 99 / 0.95); }
.border-gray-700{ --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-gray-700\/0{ border-color: rgb(55 65 81 / 0); }
.border-gray-700\/10{ border-color: rgb(55 65 81 / 0.1); }
.border-gray-700\/100{ border-color: rgb(55 65 81 / 1); }
.border-gray-700\/20{ border-color: rgb(55 65 81 / 0.2); }
.border-gray-700\/25{ border-color: rgb(55 65 81 / 0.25); }
.border-gray-700\/30{ border-color: rgb(55 65 81 / 0.3); }
.border-gray-700\/40{ border-color: rgb(55 65 81 / 0.4); }
.border-gray-700\/5{ border-color: rgb(55 65 81 / 0.05); }
.border-gray-700\/50{ border-color: rgb(55 65 81 / 0.5); }
.border-gray-700\/60{ border-color: rgb(55 65 81 / 0.6); }
.border-gray-700\/70{ border-color: rgb(55 65 81 / 0.7); }
.border-gray-700\/75{ border-color: rgb(55 65 81 / 0.75); }
.border-gray-700\/80{ border-color: rgb(55 65 81 / 0.8); }
.border-gray-700\/90{ border-color: rgb(55 65 81 / 0.9); }
.border-gray-700\/95{ border-color: rgb(55 65 81 / 0.95); }
.border-gray-800{ --tw-border-opacity: 1; border-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-gray-800\/0{ border-color: rgb(31 41 55 / 0); }
.border-gray-800\/10{ border-color: rgb(31 41 55 / 0.1); }
.border-gray-800\/100{ border-color: rgb(31 41 55 / 1); }
.border-gray-800\/20{ border-color: rgb(31 41 55 / 0.2); }
.border-gray-800\/25{ border-color: rgb(31 41 55 / 0.25); }
.border-gray-800\/30{ border-color: rgb(31 41 55 / 0.3); }
.border-gray-800\/40{ border-color: rgb(31 41 55 / 0.4); }
.border-gray-800\/5{ border-color: rgb(31 41 55 / 0.05); }
.border-gray-800\/50{ border-color: rgb(31 41 55 / 0.5); }
.border-gray-800\/60{ border-color: rgb(31 41 55 / 0.6); }
.border-gray-800\/70{ border-color: rgb(31 41 55 / 0.7); }
.border-gray-800\/75{ border-color: rgb(31 41 55 / 0.75); }
.border-gray-800\/80{ border-color: rgb(31 41 55 / 0.8); }
.border-gray-800\/90{ border-color: rgb(31 41 55 / 0.9); }
.border-gray-800\/95{ border-color: rgb(31 41 55 / 0.95); }
.border-gray-900{ --tw-border-opacity: 1; border-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-gray-900\/0{ border-color: rgb(17 24 39 / 0); }
.border-gray-900\/10{ border-color: rgb(17 24 39 / 0.1); }
.border-gray-900\/100{ border-color: rgb(17 24 39 / 1); }
.border-gray-900\/20{ border-color: rgb(17 24 39 / 0.2); }
.border-gray-900\/25{ border-color: rgb(17 24 39 / 0.25); }
.border-gray-900\/30{ border-color: rgb(17 24 39 / 0.3); }
.border-gray-900\/40{ border-color: rgb(17 24 39 / 0.4); }
.border-gray-900\/5{ border-color: rgb(17 24 39 / 0.05); }
.border-gray-900\/50{ border-color: rgb(17 24 39 / 0.5); }
.border-gray-900\/60{ border-color: rgb(17 24 39 / 0.6); }
.border-gray-900\/70{ border-color: rgb(17 24 39 / 0.7); }
.border-gray-900\/75{ border-color: rgb(17 24 39 / 0.75); }
.border-gray-900\/80{ border-color: rgb(17 24 39 / 0.8); }
.border-gray-900\/90{ border-color: rgb(17 24 39 / 0.9); }
.border-gray-900\/95{ border-color: rgb(17 24 39 / 0.95); }
.border-gray-950{ --tw-border-opacity: 1; border-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-gray-950\/0{ border-color: rgb(3 7 18 / 0); }
.border-gray-950\/10{ border-color: rgb(3 7 18 / 0.1); }
.border-gray-950\/100{ border-color: rgb(3 7 18 / 1); }
.border-gray-950\/20{ border-color: rgb(3 7 18 / 0.2); }
.border-gray-950\/25{ border-color: rgb(3 7 18 / 0.25); }
.border-gray-950\/30{ border-color: rgb(3 7 18 / 0.3); }
.border-gray-950\/40{ border-color: rgb(3 7 18 / 0.4); }
.border-gray-950\/5{ border-color: rgb(3 7 18 / 0.05); }
.border-gray-950\/50{ border-color: rgb(3 7 18 / 0.5); }
.border-gray-950\/60{ border-color: rgb(3 7 18 / 0.6); }
.border-gray-950\/70{ border-color: rgb(3 7 18 / 0.7); }
.border-gray-950\/75{ border-color: rgb(3 7 18 / 0.75); }
.border-gray-950\/80{ border-color: rgb(3 7 18 / 0.8); }
.border-gray-950\/90{ border-color: rgb(3 7 18 / 0.9); }
.border-gray-950\/95{ border-color: rgb(3 7 18 / 0.95); }
.border-green-100{ --tw-border-opacity: 1; border-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-green-100\/0{ border-color: rgb(220 252 231 / 0); }
.border-green-100\/10{ border-color: rgb(220 252 231 / 0.1); }
.border-green-100\/100{ border-color: rgb(220 252 231 / 1); }
.border-green-100\/20{ border-color: rgb(220 252 231 / 0.2); }
.border-green-100\/25{ border-color: rgb(220 252 231 / 0.25); }
.border-green-100\/30{ border-color: rgb(220 252 231 / 0.3); }
.border-green-100\/40{ border-color: rgb(220 252 231 / 0.4); }
.border-green-100\/5{ border-color: rgb(220 252 231 / 0.05); }
.border-green-100\/50{ border-color: rgb(220 252 231 / 0.5); }
.border-green-100\/60{ border-color: rgb(220 252 231 / 0.6); }
.border-green-100\/70{ border-color: rgb(220 252 231 / 0.7); }
.border-green-100\/75{ border-color: rgb(220 252 231 / 0.75); }
.border-green-100\/80{ border-color: rgb(220 252 231 / 0.8); }
.border-green-100\/90{ border-color: rgb(220 252 231 / 0.9); }
.border-green-100\/95{ border-color: rgb(220 252 231 / 0.95); }
.border-green-200{ --tw-border-opacity: 1; border-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-green-200\/0{ border-color: rgb(187 247 208 / 0); }
.border-green-200\/10{ border-color: rgb(187 247 208 / 0.1); }
.border-green-200\/100{ border-color: rgb(187 247 208 / 1); }
.border-green-200\/20{ border-color: rgb(187 247 208 / 0.2); }
.border-green-200\/25{ border-color: rgb(187 247 208 / 0.25); }
.border-green-200\/30{ border-color: rgb(187 247 208 / 0.3); }
.border-green-200\/40{ border-color: rgb(187 247 208 / 0.4); }
.border-green-200\/5{ border-color: rgb(187 247 208 / 0.05); }
.border-green-200\/50{ border-color: rgb(187 247 208 / 0.5); }
.border-green-200\/60{ border-color: rgb(187 247 208 / 0.6); }
.border-green-200\/70{ border-color: rgb(187 247 208 / 0.7); }
.border-green-200\/75{ border-color: rgb(187 247 208 / 0.75); }
.border-green-200\/80{ border-color: rgb(187 247 208 / 0.8); }
.border-green-200\/90{ border-color: rgb(187 247 208 / 0.9); }
.border-green-200\/95{ border-color: rgb(187 247 208 / 0.95); }
.border-green-300{ --tw-border-opacity: 1; border-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-green-300\/0{ border-color: rgb(134 239 172 / 0); }
.border-green-300\/10{ border-color: rgb(134 239 172 / 0.1); }
.border-green-300\/100{ border-color: rgb(134 239 172 / 1); }
.border-green-300\/20{ border-color: rgb(134 239 172 / 0.2); }
.border-green-300\/25{ border-color: rgb(134 239 172 / 0.25); }
.border-green-300\/30{ border-color: rgb(134 239 172 / 0.3); }
.border-green-300\/40{ border-color: rgb(134 239 172 / 0.4); }
.border-green-300\/5{ border-color: rgb(134 239 172 / 0.05); }
.border-green-300\/50{ border-color: rgb(134 239 172 / 0.5); }
.border-green-300\/60{ border-color: rgb(134 239 172 / 0.6); }
.border-green-300\/70{ border-color: rgb(134 239 172 / 0.7); }
.border-green-300\/75{ border-color: rgb(134 239 172 / 0.75); }
.border-green-300\/80{ border-color: rgb(134 239 172 / 0.8); }
.border-green-300\/90{ border-color: rgb(134 239 172 / 0.9); }
.border-green-300\/95{ border-color: rgb(134 239 172 / 0.95); }
.border-green-400{ --tw-border-opacity: 1; border-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-green-400\/0{ border-color: rgb(74 222 128 / 0); }
.border-green-400\/10{ border-color: rgb(74 222 128 / 0.1); }
.border-green-400\/100{ border-color: rgb(74 222 128 / 1); }
.border-green-400\/20{ border-color: rgb(74 222 128 / 0.2); }
.border-green-400\/25{ border-color: rgb(74 222 128 / 0.25); }
.border-green-400\/30{ border-color: rgb(74 222 128 / 0.3); }
.border-green-400\/40{ border-color: rgb(74 222 128 / 0.4); }
.border-green-400\/5{ border-color: rgb(74 222 128 / 0.05); }
.border-green-400\/50{ border-color: rgb(74 222 128 / 0.5); }
.border-green-400\/60{ border-color: rgb(74 222 128 / 0.6); }
.border-green-400\/70{ border-color: rgb(74 222 128 / 0.7); }
.border-green-400\/75{ border-color: rgb(74 222 128 / 0.75); }
.border-green-400\/80{ border-color: rgb(74 222 128 / 0.8); }
.border-green-400\/90{ border-color: rgb(74 222 128 / 0.9); }
.border-green-400\/95{ border-color: rgb(74 222 128 / 0.95); }
.border-green-50{ --tw-border-opacity: 1; border-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-green-50\/0{ border-color: rgb(240 253 244 / 0); }
.border-green-50\/10{ border-color: rgb(240 253 244 / 0.1); }
.border-green-50\/100{ border-color: rgb(240 253 244 / 1); }
.border-green-50\/20{ border-color: rgb(240 253 244 / 0.2); }
.border-green-50\/25{ border-color: rgb(240 253 244 / 0.25); }
.border-green-50\/30{ border-color: rgb(240 253 244 / 0.3); }
.border-green-50\/40{ border-color: rgb(240 253 244 / 0.4); }
.border-green-50\/5{ border-color: rgb(240 253 244 / 0.05); }
.border-green-50\/50{ border-color: rgb(240 253 244 / 0.5); }
.border-green-50\/60{ border-color: rgb(240 253 244 / 0.6); }
.border-green-50\/70{ border-color: rgb(240 253 244 / 0.7); }
.border-green-50\/75{ border-color: rgb(240 253 244 / 0.75); }
.border-green-50\/80{ border-color: rgb(240 253 244 / 0.8); }
.border-green-50\/90{ border-color: rgb(240 253 244 / 0.9); }
.border-green-50\/95{ border-color: rgb(240 253 244 / 0.95); }
.border-green-500{ --tw-border-opacity: 1; border-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-green-500\/0{ border-color: rgb(34 197 94 / 0); }
.border-green-500\/10{ border-color: rgb(34 197 94 / 0.1); }
.border-green-500\/100{ border-color: rgb(34 197 94 / 1); }
.border-green-500\/20{ border-color: rgb(34 197 94 / 0.2); }
.border-green-500\/25{ border-color: rgb(34 197 94 / 0.25); }
.border-green-500\/30{ border-color: rgb(34 197 94 / 0.3); }
.border-green-500\/40{ border-color: rgb(34 197 94 / 0.4); }
.border-green-500\/5{ border-color: rgb(34 197 94 / 0.05); }
.border-green-500\/50{ border-color: rgb(34 197 94 / 0.5); }
.border-green-500\/60{ border-color: rgb(34 197 94 / 0.6); }
.border-green-500\/70{ border-color: rgb(34 197 94 / 0.7); }
.border-green-500\/75{ border-color: rgb(34 197 94 / 0.75); }
.border-green-500\/80{ border-color: rgb(34 197 94 / 0.8); }
.border-green-500\/90{ border-color: rgb(34 197 94 / 0.9); }
.border-green-500\/95{ border-color: rgb(34 197 94 / 0.95); }
.border-green-600{ --tw-border-opacity: 1; border-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-green-600\/0{ border-color: rgb(22 163 74 / 0); }
.border-green-600\/10{ border-color: rgb(22 163 74 / 0.1); }
.border-green-600\/100{ border-color: rgb(22 163 74 / 1); }
.border-green-600\/20{ border-color: rgb(22 163 74 / 0.2); }
.border-green-600\/25{ border-color: rgb(22 163 74 / 0.25); }
.border-green-600\/30{ border-color: rgb(22 163 74 / 0.3); }
.border-green-600\/40{ border-color: rgb(22 163 74 / 0.4); }
.border-green-600\/5{ border-color: rgb(22 163 74 / 0.05); }
.border-green-600\/50{ border-color: rgb(22 163 74 / 0.5); }
.border-green-600\/60{ border-color: rgb(22 163 74 / 0.6); }
.border-green-600\/70{ border-color: rgb(22 163 74 / 0.7); }
.border-green-600\/75{ border-color: rgb(22 163 74 / 0.75); }
.border-green-600\/80{ border-color: rgb(22 163 74 / 0.8); }
.border-green-600\/90{ border-color: rgb(22 163 74 / 0.9); }
.border-green-600\/95{ border-color: rgb(22 163 74 / 0.95); }
.border-green-700{ --tw-border-opacity: 1; border-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-green-700\/0{ border-color: rgb(21 128 61 / 0); }
.border-green-700\/10{ border-color: rgb(21 128 61 / 0.1); }
.border-green-700\/100{ border-color: rgb(21 128 61 / 1); }
.border-green-700\/20{ border-color: rgb(21 128 61 / 0.2); }
.border-green-700\/25{ border-color: rgb(21 128 61 / 0.25); }
.border-green-700\/30{ border-color: rgb(21 128 61 / 0.3); }
.border-green-700\/40{ border-color: rgb(21 128 61 / 0.4); }
.border-green-700\/5{ border-color: rgb(21 128 61 / 0.05); }
.border-green-700\/50{ border-color: rgb(21 128 61 / 0.5); }
.border-green-700\/60{ border-color: rgb(21 128 61 / 0.6); }
.border-green-700\/70{ border-color: rgb(21 128 61 / 0.7); }
.border-green-700\/75{ border-color: rgb(21 128 61 / 0.75); }
.border-green-700\/80{ border-color: rgb(21 128 61 / 0.8); }
.border-green-700\/90{ border-color: rgb(21 128 61 / 0.9); }
.border-green-700\/95{ border-color: rgb(21 128 61 / 0.95); }
.border-green-800{ --tw-border-opacity: 1; border-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-green-800\/0{ border-color: rgb(22 101 52 / 0); }
.border-green-800\/10{ border-color: rgb(22 101 52 / 0.1); }
.border-green-800\/100{ border-color: rgb(22 101 52 / 1); }
.border-green-800\/20{ border-color: rgb(22 101 52 / 0.2); }
.border-green-800\/25{ border-color: rgb(22 101 52 / 0.25); }
.border-green-800\/30{ border-color: rgb(22 101 52 / 0.3); }
.border-green-800\/40{ border-color: rgb(22 101 52 / 0.4); }
.border-green-800\/5{ border-color: rgb(22 101 52 / 0.05); }
.border-green-800\/50{ border-color: rgb(22 101 52 / 0.5); }
.border-green-800\/60{ border-color: rgb(22 101 52 / 0.6); }
.border-green-800\/70{ border-color: rgb(22 101 52 / 0.7); }
.border-green-800\/75{ border-color: rgb(22 101 52 / 0.75); }
.border-green-800\/80{ border-color: rgb(22 101 52 / 0.8); }
.border-green-800\/90{ border-color: rgb(22 101 52 / 0.9); }
.border-green-800\/95{ border-color: rgb(22 101 52 / 0.95); }
.border-green-900{ --tw-border-opacity: 1; border-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-green-900\/0{ border-color: rgb(20 83 45 / 0); }
.border-green-900\/10{ border-color: rgb(20 83 45 / 0.1); }
.border-green-900\/100{ border-color: rgb(20 83 45 / 1); }
.border-green-900\/20{ border-color: rgb(20 83 45 / 0.2); }
.border-green-900\/25{ border-color: rgb(20 83 45 / 0.25); }
.border-green-900\/30{ border-color: rgb(20 83 45 / 0.3); }
.border-green-900\/40{ border-color: rgb(20 83 45 / 0.4); }
.border-green-900\/5{ border-color: rgb(20 83 45 / 0.05); }
.border-green-900\/50{ border-color: rgb(20 83 45 / 0.5); }
.border-green-900\/60{ border-color: rgb(20 83 45 / 0.6); }
.border-green-900\/70{ border-color: rgb(20 83 45 / 0.7); }
.border-green-900\/75{ border-color: rgb(20 83 45 / 0.75); }
.border-green-900\/80{ border-color: rgb(20 83 45 / 0.8); }
.border-green-900\/90{ border-color: rgb(20 83 45 / 0.9); }
.border-green-900\/95{ border-color: rgb(20 83 45 / 0.95); }
.border-green-950{ --tw-border-opacity: 1; border-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-green-950\/0{ border-color: rgb(5 46 22 / 0); }
.border-green-950\/10{ border-color: rgb(5 46 22 / 0.1); }
.border-green-950\/100{ border-color: rgb(5 46 22 / 1); }
.border-green-950\/20{ border-color: rgb(5 46 22 / 0.2); }
.border-green-950\/25{ border-color: rgb(5 46 22 / 0.25); }
.border-green-950\/30{ border-color: rgb(5 46 22 / 0.3); }
.border-green-950\/40{ border-color: rgb(5 46 22 / 0.4); }
.border-green-950\/5{ border-color: rgb(5 46 22 / 0.05); }
.border-green-950\/50{ border-color: rgb(5 46 22 / 0.5); }
.border-green-950\/60{ border-color: rgb(5 46 22 / 0.6); }
.border-green-950\/70{ border-color: rgb(5 46 22 / 0.7); }
.border-green-950\/75{ border-color: rgb(5 46 22 / 0.75); }
.border-green-950\/80{ border-color: rgb(5 46 22 / 0.8); }
.border-green-950\/90{ border-color: rgb(5 46 22 / 0.9); }
.border-green-950\/95{ border-color: rgb(5 46 22 / 0.95); }
.border-indigo-100{ --tw-border-opacity: 1; border-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-indigo-100\/0{ border-color: rgb(224 231 255 / 0); }
.border-indigo-100\/10{ border-color: rgb(224 231 255 / 0.1); }
.border-indigo-100\/100{ border-color: rgb(224 231 255 / 1); }
.border-indigo-100\/20{ border-color: rgb(224 231 255 / 0.2); }
.border-indigo-100\/25{ border-color: rgb(224 231 255 / 0.25); }
.border-indigo-100\/30{ border-color: rgb(224 231 255 / 0.3); }
.border-indigo-100\/40{ border-color: rgb(224 231 255 / 0.4); }
.border-indigo-100\/5{ border-color: rgb(224 231 255 / 0.05); }
.border-indigo-100\/50{ border-color: rgb(224 231 255 / 0.5); }
.border-indigo-100\/60{ border-color: rgb(224 231 255 / 0.6); }
.border-indigo-100\/70{ border-color: rgb(224 231 255 / 0.7); }
.border-indigo-100\/75{ border-color: rgb(224 231 255 / 0.75); }
.border-indigo-100\/80{ border-color: rgb(224 231 255 / 0.8); }
.border-indigo-100\/90{ border-color: rgb(224 231 255 / 0.9); }
.border-indigo-100\/95{ border-color: rgb(224 231 255 / 0.95); }
.border-indigo-200{ --tw-border-opacity: 1; border-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-indigo-200\/0{ border-color: rgb(199 210 254 / 0); }
.border-indigo-200\/10{ border-color: rgb(199 210 254 / 0.1); }
.border-indigo-200\/100{ border-color: rgb(199 210 254 / 1); }
.border-indigo-200\/20{ border-color: rgb(199 210 254 / 0.2); }
.border-indigo-200\/25{ border-color: rgb(199 210 254 / 0.25); }
.border-indigo-200\/30{ border-color: rgb(199 210 254 / 0.3); }
.border-indigo-200\/40{ border-color: rgb(199 210 254 / 0.4); }
.border-indigo-200\/5{ border-color: rgb(199 210 254 / 0.05); }
.border-indigo-200\/50{ border-color: rgb(199 210 254 / 0.5); }
.border-indigo-200\/60{ border-color: rgb(199 210 254 / 0.6); }
.border-indigo-200\/70{ border-color: rgb(199 210 254 / 0.7); }
.border-indigo-200\/75{ border-color: rgb(199 210 254 / 0.75); }
.border-indigo-200\/80{ border-color: rgb(199 210 254 / 0.8); }
.border-indigo-200\/90{ border-color: rgb(199 210 254 / 0.9); }
.border-indigo-200\/95{ border-color: rgb(199 210 254 / 0.95); }
.border-indigo-300{ --tw-border-opacity: 1; border-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-indigo-300\/0{ border-color: rgb(165 180 252 / 0); }
.border-indigo-300\/10{ border-color: rgb(165 180 252 / 0.1); }
.border-indigo-300\/100{ border-color: rgb(165 180 252 / 1); }
.border-indigo-300\/20{ border-color: rgb(165 180 252 / 0.2); }
.border-indigo-300\/25{ border-color: rgb(165 180 252 / 0.25); }
.border-indigo-300\/30{ border-color: rgb(165 180 252 / 0.3); }
.border-indigo-300\/40{ border-color: rgb(165 180 252 / 0.4); }
.border-indigo-300\/5{ border-color: rgb(165 180 252 / 0.05); }
.border-indigo-300\/50{ border-color: rgb(165 180 252 / 0.5); }
.border-indigo-300\/60{ border-color: rgb(165 180 252 / 0.6); }
.border-indigo-300\/70{ border-color: rgb(165 180 252 / 0.7); }
.border-indigo-300\/75{ border-color: rgb(165 180 252 / 0.75); }
.border-indigo-300\/80{ border-color: rgb(165 180 252 / 0.8); }
.border-indigo-300\/90{ border-color: rgb(165 180 252 / 0.9); }
.border-indigo-300\/95{ border-color: rgb(165 180 252 / 0.95); }
.border-indigo-400{ --tw-border-opacity: 1; border-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-indigo-400\/0{ border-color: rgb(129 140 248 / 0); }
.border-indigo-400\/10{ border-color: rgb(129 140 248 / 0.1); }
.border-indigo-400\/100{ border-color: rgb(129 140 248 / 1); }
.border-indigo-400\/20{ border-color: rgb(129 140 248 / 0.2); }
.border-indigo-400\/25{ border-color: rgb(129 140 248 / 0.25); }
.border-indigo-400\/30{ border-color: rgb(129 140 248 / 0.3); }
.border-indigo-400\/40{ border-color: rgb(129 140 248 / 0.4); }
.border-indigo-400\/5{ border-color: rgb(129 140 248 / 0.05); }
.border-indigo-400\/50{ border-color: rgb(129 140 248 / 0.5); }
.border-indigo-400\/60{ border-color: rgb(129 140 248 / 0.6); }
.border-indigo-400\/70{ border-color: rgb(129 140 248 / 0.7); }
.border-indigo-400\/75{ border-color: rgb(129 140 248 / 0.75); }
.border-indigo-400\/80{ border-color: rgb(129 140 248 / 0.8); }
.border-indigo-400\/90{ border-color: rgb(129 140 248 / 0.9); }
.border-indigo-400\/95{ border-color: rgb(129 140 248 / 0.95); }
.border-indigo-50{ --tw-border-opacity: 1; border-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-indigo-50\/0{ border-color: rgb(238 242 255 / 0); }
.border-indigo-50\/10{ border-color: rgb(238 242 255 / 0.1); }
.border-indigo-50\/100{ border-color: rgb(238 242 255 / 1); }
.border-indigo-50\/20{ border-color: rgb(238 242 255 / 0.2); }
.border-indigo-50\/25{ border-color: rgb(238 242 255 / 0.25); }
.border-indigo-50\/30{ border-color: rgb(238 242 255 / 0.3); }
.border-indigo-50\/40{ border-color: rgb(238 242 255 / 0.4); }
.border-indigo-50\/5{ border-color: rgb(238 242 255 / 0.05); }
.border-indigo-50\/50{ border-color: rgb(238 242 255 / 0.5); }
.border-indigo-50\/60{ border-color: rgb(238 242 255 / 0.6); }
.border-indigo-50\/70{ border-color: rgb(238 242 255 / 0.7); }
.border-indigo-50\/75{ border-color: rgb(238 242 255 / 0.75); }
.border-indigo-50\/80{ border-color: rgb(238 242 255 / 0.8); }
.border-indigo-50\/90{ border-color: rgb(238 242 255 / 0.9); }
.border-indigo-50\/95{ border-color: rgb(238 242 255 / 0.95); }
.border-indigo-500{ --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-indigo-500\/0{ border-color: rgb(99 102 241 / 0); }
.border-indigo-500\/10{ border-color: rgb(99 102 241 / 0.1); }
.border-indigo-500\/100{ border-color: rgb(99 102 241 / 1); }
.border-indigo-500\/20{ border-color: rgb(99 102 241 / 0.2); }
.border-indigo-500\/25{ border-color: rgb(99 102 241 / 0.25); }
.border-indigo-500\/30{ border-color: rgb(99 102 241 / 0.3); }
.border-indigo-500\/40{ border-color: rgb(99 102 241 / 0.4); }
.border-indigo-500\/5{ border-color: rgb(99 102 241 / 0.05); }
.border-indigo-500\/50{ border-color: rgb(99 102 241 / 0.5); }
.border-indigo-500\/60{ border-color: rgb(99 102 241 / 0.6); }
.border-indigo-500\/70{ border-color: rgb(99 102 241 / 0.7); }
.border-indigo-500\/75{ border-color: rgb(99 102 241 / 0.75); }
.border-indigo-500\/80{ border-color: rgb(99 102 241 / 0.8); }
.border-indigo-500\/90{ border-color: rgb(99 102 241 / 0.9); }
.border-indigo-500\/95{ border-color: rgb(99 102 241 / 0.95); }
.border-indigo-600{ --tw-border-opacity: 1; border-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-indigo-600\/0{ border-color: rgb(79 70 229 / 0); }
.border-indigo-600\/10{ border-color: rgb(79 70 229 / 0.1); }
.border-indigo-600\/100{ border-color: rgb(79 70 229 / 1); }
.border-indigo-600\/20{ border-color: rgb(79 70 229 / 0.2); }
.border-indigo-600\/25{ border-color: rgb(79 70 229 / 0.25); }
.border-indigo-600\/30{ border-color: rgb(79 70 229 / 0.3); }
.border-indigo-600\/40{ border-color: rgb(79 70 229 / 0.4); }
.border-indigo-600\/5{ border-color: rgb(79 70 229 / 0.05); }
.border-indigo-600\/50{ border-color: rgb(79 70 229 / 0.5); }
.border-indigo-600\/60{ border-color: rgb(79 70 229 / 0.6); }
.border-indigo-600\/70{ border-color: rgb(79 70 229 / 0.7); }
.border-indigo-600\/75{ border-color: rgb(79 70 229 / 0.75); }
.border-indigo-600\/80{ border-color: rgb(79 70 229 / 0.8); }
.border-indigo-600\/90{ border-color: rgb(79 70 229 / 0.9); }
.border-indigo-600\/95{ border-color: rgb(79 70 229 / 0.95); }
.border-indigo-700{ --tw-border-opacity: 1; border-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-indigo-700\/0{ border-color: rgb(67 56 202 / 0); }
.border-indigo-700\/10{ border-color: rgb(67 56 202 / 0.1); }
.border-indigo-700\/100{ border-color: rgb(67 56 202 / 1); }
.border-indigo-700\/20{ border-color: rgb(67 56 202 / 0.2); }
.border-indigo-700\/25{ border-color: rgb(67 56 202 / 0.25); }
.border-indigo-700\/30{ border-color: rgb(67 56 202 / 0.3); }
.border-indigo-700\/40{ border-color: rgb(67 56 202 / 0.4); }
.border-indigo-700\/5{ border-color: rgb(67 56 202 / 0.05); }
.border-indigo-700\/50{ border-color: rgb(67 56 202 / 0.5); }
.border-indigo-700\/60{ border-color: rgb(67 56 202 / 0.6); }
.border-indigo-700\/70{ border-color: rgb(67 56 202 / 0.7); }
.border-indigo-700\/75{ border-color: rgb(67 56 202 / 0.75); }
.border-indigo-700\/80{ border-color: rgb(67 56 202 / 0.8); }
.border-indigo-700\/90{ border-color: rgb(67 56 202 / 0.9); }
.border-indigo-700\/95{ border-color: rgb(67 56 202 / 0.95); }
.border-indigo-800{ --tw-border-opacity: 1; border-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-indigo-800\/0{ border-color: rgb(55 48 163 / 0); }
.border-indigo-800\/10{ border-color: rgb(55 48 163 / 0.1); }
.border-indigo-800\/100{ border-color: rgb(55 48 163 / 1); }
.border-indigo-800\/20{ border-color: rgb(55 48 163 / 0.2); }
.border-indigo-800\/25{ border-color: rgb(55 48 163 / 0.25); }
.border-indigo-800\/30{ border-color: rgb(55 48 163 / 0.3); }
.border-indigo-800\/40{ border-color: rgb(55 48 163 / 0.4); }
.border-indigo-800\/5{ border-color: rgb(55 48 163 / 0.05); }
.border-indigo-800\/50{ border-color: rgb(55 48 163 / 0.5); }
.border-indigo-800\/60{ border-color: rgb(55 48 163 / 0.6); }
.border-indigo-800\/70{ border-color: rgb(55 48 163 / 0.7); }
.border-indigo-800\/75{ border-color: rgb(55 48 163 / 0.75); }
.border-indigo-800\/80{ border-color: rgb(55 48 163 / 0.8); }
.border-indigo-800\/90{ border-color: rgb(55 48 163 / 0.9); }
.border-indigo-800\/95{ border-color: rgb(55 48 163 / 0.95); }
.border-indigo-900{ --tw-border-opacity: 1; border-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-indigo-900\/0{ border-color: rgb(49 46 129 / 0); }
.border-indigo-900\/10{ border-color: rgb(49 46 129 / 0.1); }
.border-indigo-900\/100{ border-color: rgb(49 46 129 / 1); }
.border-indigo-900\/20{ border-color: rgb(49 46 129 / 0.2); }
.border-indigo-900\/25{ border-color: rgb(49 46 129 / 0.25); }
.border-indigo-900\/30{ border-color: rgb(49 46 129 / 0.3); }
.border-indigo-900\/40{ border-color: rgb(49 46 129 / 0.4); }
.border-indigo-900\/5{ border-color: rgb(49 46 129 / 0.05); }
.border-indigo-900\/50{ border-color: rgb(49 46 129 / 0.5); }
.border-indigo-900\/60{ border-color: rgb(49 46 129 / 0.6); }
.border-indigo-900\/70{ border-color: rgb(49 46 129 / 0.7); }
.border-indigo-900\/75{ border-color: rgb(49 46 129 / 0.75); }
.border-indigo-900\/80{ border-color: rgb(49 46 129 / 0.8); }
.border-indigo-900\/90{ border-color: rgb(49 46 129 / 0.9); }
.border-indigo-900\/95{ border-color: rgb(49 46 129 / 0.95); }
.border-indigo-950{ --tw-border-opacity: 1; border-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-indigo-950\/0{ border-color: rgb(30 27 75 / 0); }
.border-indigo-950\/10{ border-color: rgb(30 27 75 / 0.1); }
.border-indigo-950\/100{ border-color: rgb(30 27 75 / 1); }
.border-indigo-950\/20{ border-color: rgb(30 27 75 / 0.2); }
.border-indigo-950\/25{ border-color: rgb(30 27 75 / 0.25); }
.border-indigo-950\/30{ border-color: rgb(30 27 75 / 0.3); }
.border-indigo-950\/40{ border-color: rgb(30 27 75 / 0.4); }
.border-indigo-950\/5{ border-color: rgb(30 27 75 / 0.05); }
.border-indigo-950\/50{ border-color: rgb(30 27 75 / 0.5); }
.border-indigo-950\/60{ border-color: rgb(30 27 75 / 0.6); }
.border-indigo-950\/70{ border-color: rgb(30 27 75 / 0.7); }
.border-indigo-950\/75{ border-color: rgb(30 27 75 / 0.75); }
.border-indigo-950\/80{ border-color: rgb(30 27 75 / 0.8); }
.border-indigo-950\/90{ border-color: rgb(30 27 75 / 0.9); }
.border-indigo-950\/95{ border-color: rgb(30 27 75 / 0.95); }
.border-inherit{ border-color: inherit; }
.border-kaimurasaki{ --tw-border-opacity: 1; border-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-kaimurasaki-100{ --tw-border-opacity: 1; border-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-kaimurasaki-100\/0{ border-color: rgb(232 232 234 / 0); }
.border-kaimurasaki-100\/10{ border-color: rgb(232 232 234 / 0.1); }
.border-kaimurasaki-100\/100{ border-color: rgb(232 232 234 / 1); }
.border-kaimurasaki-100\/20{ border-color: rgb(232 232 234 / 0.2); }
.border-kaimurasaki-100\/25{ border-color: rgb(232 232 234 / 0.25); }
.border-kaimurasaki-100\/30{ border-color: rgb(232 232 234 / 0.3); }
.border-kaimurasaki-100\/40{ border-color: rgb(232 232 234 / 0.4); }
.border-kaimurasaki-100\/5{ border-color: rgb(232 232 234 / 0.05); }
.border-kaimurasaki-100\/50{ border-color: rgb(232 232 234 / 0.5); }
.border-kaimurasaki-100\/60{ border-color: rgb(232 232 234 / 0.6); }
.border-kaimurasaki-100\/70{ border-color: rgb(232 232 234 / 0.7); }
.border-kaimurasaki-100\/75{ border-color: rgb(232 232 234 / 0.75); }
.border-kaimurasaki-100\/80{ border-color: rgb(232 232 234 / 0.8); }
.border-kaimurasaki-100\/90{ border-color: rgb(232 232 234 / 0.9); }
.border-kaimurasaki-100\/95{ border-color: rgb(232 232 234 / 0.95); }
.border-kaimurasaki-200{ --tw-border-opacity: 1; border-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-kaimurasaki-200\/0{ border-color: rgb(211 210 214 / 0); }
.border-kaimurasaki-200\/10{ border-color: rgb(211 210 214 / 0.1); }
.border-kaimurasaki-200\/100{ border-color: rgb(211 210 214 / 1); }
.border-kaimurasaki-200\/20{ border-color: rgb(211 210 214 / 0.2); }
.border-kaimurasaki-200\/25{ border-color: rgb(211 210 214 / 0.25); }
.border-kaimurasaki-200\/30{ border-color: rgb(211 210 214 / 0.3); }
.border-kaimurasaki-200\/40{ border-color: rgb(211 210 214 / 0.4); }
.border-kaimurasaki-200\/5{ border-color: rgb(211 210 214 / 0.05); }
.border-kaimurasaki-200\/50{ border-color: rgb(211 210 214 / 0.5); }
.border-kaimurasaki-200\/60{ border-color: rgb(211 210 214 / 0.6); }
.border-kaimurasaki-200\/70{ border-color: rgb(211 210 214 / 0.7); }
.border-kaimurasaki-200\/75{ border-color: rgb(211 210 214 / 0.75); }
.border-kaimurasaki-200\/80{ border-color: rgb(211 210 214 / 0.8); }
.border-kaimurasaki-200\/90{ border-color: rgb(211 210 214 / 0.9); }
.border-kaimurasaki-200\/95{ border-color: rgb(211 210 214 / 0.95); }
.border-kaimurasaki-300{ --tw-border-opacity: 1; border-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-kaimurasaki-300\/0{ border-color: rgb(188 186 194 / 0); }
.border-kaimurasaki-300\/10{ border-color: rgb(188 186 194 / 0.1); }
.border-kaimurasaki-300\/100{ border-color: rgb(188 186 194 / 1); }
.border-kaimurasaki-300\/20{ border-color: rgb(188 186 194 / 0.2); }
.border-kaimurasaki-300\/25{ border-color: rgb(188 186 194 / 0.25); }
.border-kaimurasaki-300\/30{ border-color: rgb(188 186 194 / 0.3); }
.border-kaimurasaki-300\/40{ border-color: rgb(188 186 194 / 0.4); }
.border-kaimurasaki-300\/5{ border-color: rgb(188 186 194 / 0.05); }
.border-kaimurasaki-300\/50{ border-color: rgb(188 186 194 / 0.5); }
.border-kaimurasaki-300\/60{ border-color: rgb(188 186 194 / 0.6); }
.border-kaimurasaki-300\/70{ border-color: rgb(188 186 194 / 0.7); }
.border-kaimurasaki-300\/75{ border-color: rgb(188 186 194 / 0.75); }
.border-kaimurasaki-300\/80{ border-color: rgb(188 186 194 / 0.8); }
.border-kaimurasaki-300\/90{ border-color: rgb(188 186 194 / 0.9); }
.border-kaimurasaki-300\/95{ border-color: rgb(188 186 194 / 0.95); }
.border-kaimurasaki-400{ --tw-border-opacity: 1; border-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-kaimurasaki-400\/0{ border-color: rgb(167 164 174 / 0); }
.border-kaimurasaki-400\/10{ border-color: rgb(167 164 174 / 0.1); }
.border-kaimurasaki-400\/100{ border-color: rgb(167 164 174 / 1); }
.border-kaimurasaki-400\/20{ border-color: rgb(167 164 174 / 0.2); }
.border-kaimurasaki-400\/25{ border-color: rgb(167 164 174 / 0.25); }
.border-kaimurasaki-400\/30{ border-color: rgb(167 164 174 / 0.3); }
.border-kaimurasaki-400\/40{ border-color: rgb(167 164 174 / 0.4); }
.border-kaimurasaki-400\/5{ border-color: rgb(167 164 174 / 0.05); }
.border-kaimurasaki-400\/50{ border-color: rgb(167 164 174 / 0.5); }
.border-kaimurasaki-400\/60{ border-color: rgb(167 164 174 / 0.6); }
.border-kaimurasaki-400\/70{ border-color: rgb(167 164 174 / 0.7); }
.border-kaimurasaki-400\/75{ border-color: rgb(167 164 174 / 0.75); }
.border-kaimurasaki-400\/80{ border-color: rgb(167 164 174 / 0.8); }
.border-kaimurasaki-400\/90{ border-color: rgb(167 164 174 / 0.9); }
.border-kaimurasaki-400\/95{ border-color: rgb(167 164 174 / 0.95); }
.border-kaimurasaki-500{ --tw-border-opacity: 1; border-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-kaimurasaki-500\/0{ border-color: rgb(145 142 154 / 0); }
.border-kaimurasaki-500\/10{ border-color: rgb(145 142 154 / 0.1); }
.border-kaimurasaki-500\/100{ border-color: rgb(145 142 154 / 1); }
.border-kaimurasaki-500\/20{ border-color: rgb(145 142 154 / 0.2); }
.border-kaimurasaki-500\/25{ border-color: rgb(145 142 154 / 0.25); }
.border-kaimurasaki-500\/30{ border-color: rgb(145 142 154 / 0.3); }
.border-kaimurasaki-500\/40{ border-color: rgb(145 142 154 / 0.4); }
.border-kaimurasaki-500\/5{ border-color: rgb(145 142 154 / 0.05); }
.border-kaimurasaki-500\/50{ border-color: rgb(145 142 154 / 0.5); }
.border-kaimurasaki-500\/60{ border-color: rgb(145 142 154 / 0.6); }
.border-kaimurasaki-500\/70{ border-color: rgb(145 142 154 / 0.7); }
.border-kaimurasaki-500\/75{ border-color: rgb(145 142 154 / 0.75); }
.border-kaimurasaki-500\/80{ border-color: rgb(145 142 154 / 0.8); }
.border-kaimurasaki-500\/90{ border-color: rgb(145 142 154 / 0.9); }
.border-kaimurasaki-500\/95{ border-color: rgb(145 142 154 / 0.95); }
.border-kaimurasaki-600{ --tw-border-opacity: 1; border-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-kaimurasaki-600\/0{ border-color: rgb(122 119 133 / 0); }
.border-kaimurasaki-600\/10{ border-color: rgb(122 119 133 / 0.1); }
.border-kaimurasaki-600\/100{ border-color: rgb(122 119 133 / 1); }
.border-kaimurasaki-600\/20{ border-color: rgb(122 119 133 / 0.2); }
.border-kaimurasaki-600\/25{ border-color: rgb(122 119 133 / 0.25); }
.border-kaimurasaki-600\/30{ border-color: rgb(122 119 133 / 0.3); }
.border-kaimurasaki-600\/40{ border-color: rgb(122 119 133 / 0.4); }
.border-kaimurasaki-600\/5{ border-color: rgb(122 119 133 / 0.05); }
.border-kaimurasaki-600\/50{ border-color: rgb(122 119 133 / 0.5); }
.border-kaimurasaki-600\/60{ border-color: rgb(122 119 133 / 0.6); }
.border-kaimurasaki-600\/70{ border-color: rgb(122 119 133 / 0.7); }
.border-kaimurasaki-600\/75{ border-color: rgb(122 119 133 / 0.75); }
.border-kaimurasaki-600\/80{ border-color: rgb(122 119 133 / 0.8); }
.border-kaimurasaki-600\/90{ border-color: rgb(122 119 133 / 0.9); }
.border-kaimurasaki-600\/95{ border-color: rgb(122 119 133 / 0.95); }
.border-kaimurasaki-700{ --tw-border-opacity: 1; border-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-kaimurasaki-700\/0{ border-color: rgb(100 96 113 / 0); }
.border-kaimurasaki-700\/10{ border-color: rgb(100 96 113 / 0.1); }
.border-kaimurasaki-700\/100{ border-color: rgb(100 96 113 / 1); }
.border-kaimurasaki-700\/20{ border-color: rgb(100 96 113 / 0.2); }
.border-kaimurasaki-700\/25{ border-color: rgb(100 96 113 / 0.25); }
.border-kaimurasaki-700\/30{ border-color: rgb(100 96 113 / 0.3); }
.border-kaimurasaki-700\/40{ border-color: rgb(100 96 113 / 0.4); }
.border-kaimurasaki-700\/5{ border-color: rgb(100 96 113 / 0.05); }
.border-kaimurasaki-700\/50{ border-color: rgb(100 96 113 / 0.5); }
.border-kaimurasaki-700\/60{ border-color: rgb(100 96 113 / 0.6); }
.border-kaimurasaki-700\/70{ border-color: rgb(100 96 113 / 0.7); }
.border-kaimurasaki-700\/75{ border-color: rgb(100 96 113 / 0.75); }
.border-kaimurasaki-700\/80{ border-color: rgb(100 96 113 / 0.8); }
.border-kaimurasaki-700\/90{ border-color: rgb(100 96 113 / 0.9); }
.border-kaimurasaki-700\/95{ border-color: rgb(100 96 113 / 0.95); }
.border-kaimurasaki-800{ --tw-border-opacity: 1; border-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-kaimurasaki-800\/0{ border-color: rgb(78 73 93 / 0); }
.border-kaimurasaki-800\/10{ border-color: rgb(78 73 93 / 0.1); }
.border-kaimurasaki-800\/100{ border-color: rgb(78 73 93 / 1); }
.border-kaimurasaki-800\/20{ border-color: rgb(78 73 93 / 0.2); }
.border-kaimurasaki-800\/25{ border-color: rgb(78 73 93 / 0.25); }
.border-kaimurasaki-800\/30{ border-color: rgb(78 73 93 / 0.3); }
.border-kaimurasaki-800\/40{ border-color: rgb(78 73 93 / 0.4); }
.border-kaimurasaki-800\/5{ border-color: rgb(78 73 93 / 0.05); }
.border-kaimurasaki-800\/50{ border-color: rgb(78 73 93 / 0.5); }
.border-kaimurasaki-800\/60{ border-color: rgb(78 73 93 / 0.6); }
.border-kaimurasaki-800\/70{ border-color: rgb(78 73 93 / 0.7); }
.border-kaimurasaki-800\/75{ border-color: rgb(78 73 93 / 0.75); }
.border-kaimurasaki-800\/80{ border-color: rgb(78 73 93 / 0.8); }
.border-kaimurasaki-800\/90{ border-color: rgb(78 73 93 / 0.9); }
.border-kaimurasaki-800\/95{ border-color: rgb(78 73 93 / 0.95); }
.border-kaimurasaki-900{ --tw-border-opacity: 1; border-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-kaimurasaki-900\/0{ border-color: rgb(56 50 72 / 0); }
.border-kaimurasaki-900\/10{ border-color: rgb(56 50 72 / 0.1); }
.border-kaimurasaki-900\/100{ border-color: rgb(56 50 72 / 1); }
.border-kaimurasaki-900\/20{ border-color: rgb(56 50 72 / 0.2); }
.border-kaimurasaki-900\/25{ border-color: rgb(56 50 72 / 0.25); }
.border-kaimurasaki-900\/30{ border-color: rgb(56 50 72 / 0.3); }
.border-kaimurasaki-900\/40{ border-color: rgb(56 50 72 / 0.4); }
.border-kaimurasaki-900\/5{ border-color: rgb(56 50 72 / 0.05); }
.border-kaimurasaki-900\/50{ border-color: rgb(56 50 72 / 0.5); }
.border-kaimurasaki-900\/60{ border-color: rgb(56 50 72 / 0.6); }
.border-kaimurasaki-900\/70{ border-color: rgb(56 50 72 / 0.7); }
.border-kaimurasaki-900\/75{ border-color: rgb(56 50 72 / 0.75); }
.border-kaimurasaki-900\/80{ border-color: rgb(56 50 72 / 0.8); }
.border-kaimurasaki-900\/90{ border-color: rgb(56 50 72 / 0.9); }
.border-kaimurasaki-900\/95{ border-color: rgb(56 50 72 / 0.95); }
.border-kaimurasaki-950{ --tw-border-opacity: 1; border-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-kaimurasaki-950\/0{ border-color: rgb(44 39 62 / 0); }
.border-kaimurasaki-950\/10{ border-color: rgb(44 39 62 / 0.1); }
.border-kaimurasaki-950\/100{ border-color: rgb(44 39 62 / 1); }
.border-kaimurasaki-950\/20{ border-color: rgb(44 39 62 / 0.2); }
.border-kaimurasaki-950\/25{ border-color: rgb(44 39 62 / 0.25); }
.border-kaimurasaki-950\/30{ border-color: rgb(44 39 62 / 0.3); }
.border-kaimurasaki-950\/40{ border-color: rgb(44 39 62 / 0.4); }
.border-kaimurasaki-950\/5{ border-color: rgb(44 39 62 / 0.05); }
.border-kaimurasaki-950\/50{ border-color: rgb(44 39 62 / 0.5); }
.border-kaimurasaki-950\/60{ border-color: rgb(44 39 62 / 0.6); }
.border-kaimurasaki-950\/70{ border-color: rgb(44 39 62 / 0.7); }
.border-kaimurasaki-950\/75{ border-color: rgb(44 39 62 / 0.75); }
.border-kaimurasaki-950\/80{ border-color: rgb(44 39 62 / 0.8); }
.border-kaimurasaki-950\/90{ border-color: rgb(44 39 62 / 0.9); }
.border-kaimurasaki-950\/95{ border-color: rgb(44 39 62 / 0.95); }
.border-kaimurasaki\/0{ border-color: rgb(34 28 52 / 0); }
.border-kaimurasaki\/10{ border-color: rgb(34 28 52 / 0.1); }
.border-kaimurasaki\/100{ border-color: rgb(34 28 52 / 1); }
.border-kaimurasaki\/20{ border-color: rgb(34 28 52 / 0.2); }
.border-kaimurasaki\/25{ border-color: rgb(34 28 52 / 0.25); }
.border-kaimurasaki\/30{ border-color: rgb(34 28 52 / 0.3); }
.border-kaimurasaki\/40{ border-color: rgb(34 28 52 / 0.4); }
.border-kaimurasaki\/5{ border-color: rgb(34 28 52 / 0.05); }
.border-kaimurasaki\/50{ border-color: rgb(34 28 52 / 0.5); }
.border-kaimurasaki\/60{ border-color: rgb(34 28 52 / 0.6); }
.border-kaimurasaki\/70{ border-color: rgb(34 28 52 / 0.7); }
.border-kaimurasaki\/75{ border-color: rgb(34 28 52 / 0.75); }
.border-kaimurasaki\/80{ border-color: rgb(34 28 52 / 0.8); }
.border-kaimurasaki\/90{ border-color: rgb(34 28 52 / 0.9); }
.border-kaimurasaki\/95{ border-color: rgb(34 28 52 / 0.95); }
.border-lime-100{ --tw-border-opacity: 1; border-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-lime-100\/0{ border-color: rgb(236 252 203 / 0); }
.border-lime-100\/10{ border-color: rgb(236 252 203 / 0.1); }
.border-lime-100\/100{ border-color: rgb(236 252 203 / 1); }
.border-lime-100\/20{ border-color: rgb(236 252 203 / 0.2); }
.border-lime-100\/25{ border-color: rgb(236 252 203 / 0.25); }
.border-lime-100\/30{ border-color: rgb(236 252 203 / 0.3); }
.border-lime-100\/40{ border-color: rgb(236 252 203 / 0.4); }
.border-lime-100\/5{ border-color: rgb(236 252 203 / 0.05); }
.border-lime-100\/50{ border-color: rgb(236 252 203 / 0.5); }
.border-lime-100\/60{ border-color: rgb(236 252 203 / 0.6); }
.border-lime-100\/70{ border-color: rgb(236 252 203 / 0.7); }
.border-lime-100\/75{ border-color: rgb(236 252 203 / 0.75); }
.border-lime-100\/80{ border-color: rgb(236 252 203 / 0.8); }
.border-lime-100\/90{ border-color: rgb(236 252 203 / 0.9); }
.border-lime-100\/95{ border-color: rgb(236 252 203 / 0.95); }
.border-lime-200{ --tw-border-opacity: 1; border-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-lime-200\/0{ border-color: rgb(217 249 157 / 0); }
.border-lime-200\/10{ border-color: rgb(217 249 157 / 0.1); }
.border-lime-200\/100{ border-color: rgb(217 249 157 / 1); }
.border-lime-200\/20{ border-color: rgb(217 249 157 / 0.2); }
.border-lime-200\/25{ border-color: rgb(217 249 157 / 0.25); }
.border-lime-200\/30{ border-color: rgb(217 249 157 / 0.3); }
.border-lime-200\/40{ border-color: rgb(217 249 157 / 0.4); }
.border-lime-200\/5{ border-color: rgb(217 249 157 / 0.05); }
.border-lime-200\/50{ border-color: rgb(217 249 157 / 0.5); }
.border-lime-200\/60{ border-color: rgb(217 249 157 / 0.6); }
.border-lime-200\/70{ border-color: rgb(217 249 157 / 0.7); }
.border-lime-200\/75{ border-color: rgb(217 249 157 / 0.75); }
.border-lime-200\/80{ border-color: rgb(217 249 157 / 0.8); }
.border-lime-200\/90{ border-color: rgb(217 249 157 / 0.9); }
.border-lime-200\/95{ border-color: rgb(217 249 157 / 0.95); }
.border-lime-300{ --tw-border-opacity: 1; border-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-lime-300\/0{ border-color: rgb(190 242 100 / 0); }
.border-lime-300\/10{ border-color: rgb(190 242 100 / 0.1); }
.border-lime-300\/100{ border-color: rgb(190 242 100 / 1); }
.border-lime-300\/20{ border-color: rgb(190 242 100 / 0.2); }
.border-lime-300\/25{ border-color: rgb(190 242 100 / 0.25); }
.border-lime-300\/30{ border-color: rgb(190 242 100 / 0.3); }
.border-lime-300\/40{ border-color: rgb(190 242 100 / 0.4); }
.border-lime-300\/5{ border-color: rgb(190 242 100 / 0.05); }
.border-lime-300\/50{ border-color: rgb(190 242 100 / 0.5); }
.border-lime-300\/60{ border-color: rgb(190 242 100 / 0.6); }
.border-lime-300\/70{ border-color: rgb(190 242 100 / 0.7); }
.border-lime-300\/75{ border-color: rgb(190 242 100 / 0.75); }
.border-lime-300\/80{ border-color: rgb(190 242 100 / 0.8); }
.border-lime-300\/90{ border-color: rgb(190 242 100 / 0.9); }
.border-lime-300\/95{ border-color: rgb(190 242 100 / 0.95); }
.border-lime-400{ --tw-border-opacity: 1; border-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-lime-400\/0{ border-color: rgb(163 230 53 / 0); }
.border-lime-400\/10{ border-color: rgb(163 230 53 / 0.1); }
.border-lime-400\/100{ border-color: rgb(163 230 53 / 1); }
.border-lime-400\/20{ border-color: rgb(163 230 53 / 0.2); }
.border-lime-400\/25{ border-color: rgb(163 230 53 / 0.25); }
.border-lime-400\/30{ border-color: rgb(163 230 53 / 0.3); }
.border-lime-400\/40{ border-color: rgb(163 230 53 / 0.4); }
.border-lime-400\/5{ border-color: rgb(163 230 53 / 0.05); }
.border-lime-400\/50{ border-color: rgb(163 230 53 / 0.5); }
.border-lime-400\/60{ border-color: rgb(163 230 53 / 0.6); }
.border-lime-400\/70{ border-color: rgb(163 230 53 / 0.7); }
.border-lime-400\/75{ border-color: rgb(163 230 53 / 0.75); }
.border-lime-400\/80{ border-color: rgb(163 230 53 / 0.8); }
.border-lime-400\/90{ border-color: rgb(163 230 53 / 0.9); }
.border-lime-400\/95{ border-color: rgb(163 230 53 / 0.95); }
.border-lime-50{ --tw-border-opacity: 1; border-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-lime-50\/0{ border-color: rgb(247 254 231 / 0); }
.border-lime-50\/10{ border-color: rgb(247 254 231 / 0.1); }
.border-lime-50\/100{ border-color: rgb(247 254 231 / 1); }
.border-lime-50\/20{ border-color: rgb(247 254 231 / 0.2); }
.border-lime-50\/25{ border-color: rgb(247 254 231 / 0.25); }
.border-lime-50\/30{ border-color: rgb(247 254 231 / 0.3); }
.border-lime-50\/40{ border-color: rgb(247 254 231 / 0.4); }
.border-lime-50\/5{ border-color: rgb(247 254 231 / 0.05); }
.border-lime-50\/50{ border-color: rgb(247 254 231 / 0.5); }
.border-lime-50\/60{ border-color: rgb(247 254 231 / 0.6); }
.border-lime-50\/70{ border-color: rgb(247 254 231 / 0.7); }
.border-lime-50\/75{ border-color: rgb(247 254 231 / 0.75); }
.border-lime-50\/80{ border-color: rgb(247 254 231 / 0.8); }
.border-lime-50\/90{ border-color: rgb(247 254 231 / 0.9); }
.border-lime-50\/95{ border-color: rgb(247 254 231 / 0.95); }
.border-lime-500{ --tw-border-opacity: 1; border-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-lime-500\/0{ border-color: rgb(132 204 22 / 0); }
.border-lime-500\/10{ border-color: rgb(132 204 22 / 0.1); }
.border-lime-500\/100{ border-color: rgb(132 204 22 / 1); }
.border-lime-500\/20{ border-color: rgb(132 204 22 / 0.2); }
.border-lime-500\/25{ border-color: rgb(132 204 22 / 0.25); }
.border-lime-500\/30{ border-color: rgb(132 204 22 / 0.3); }
.border-lime-500\/40{ border-color: rgb(132 204 22 / 0.4); }
.border-lime-500\/5{ border-color: rgb(132 204 22 / 0.05); }
.border-lime-500\/50{ border-color: rgb(132 204 22 / 0.5); }
.border-lime-500\/60{ border-color: rgb(132 204 22 / 0.6); }
.border-lime-500\/70{ border-color: rgb(132 204 22 / 0.7); }
.border-lime-500\/75{ border-color: rgb(132 204 22 / 0.75); }
.border-lime-500\/80{ border-color: rgb(132 204 22 / 0.8); }
.border-lime-500\/90{ border-color: rgb(132 204 22 / 0.9); }
.border-lime-500\/95{ border-color: rgb(132 204 22 / 0.95); }
.border-lime-600{ --tw-border-opacity: 1; border-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-lime-600\/0{ border-color: rgb(101 163 13 / 0); }
.border-lime-600\/10{ border-color: rgb(101 163 13 / 0.1); }
.border-lime-600\/100{ border-color: rgb(101 163 13 / 1); }
.border-lime-600\/20{ border-color: rgb(101 163 13 / 0.2); }
.border-lime-600\/25{ border-color: rgb(101 163 13 / 0.25); }
.border-lime-600\/30{ border-color: rgb(101 163 13 / 0.3); }
.border-lime-600\/40{ border-color: rgb(101 163 13 / 0.4); }
.border-lime-600\/5{ border-color: rgb(101 163 13 / 0.05); }
.border-lime-600\/50{ border-color: rgb(101 163 13 / 0.5); }
.border-lime-600\/60{ border-color: rgb(101 163 13 / 0.6); }
.border-lime-600\/70{ border-color: rgb(101 163 13 / 0.7); }
.border-lime-600\/75{ border-color: rgb(101 163 13 / 0.75); }
.border-lime-600\/80{ border-color: rgb(101 163 13 / 0.8); }
.border-lime-600\/90{ border-color: rgb(101 163 13 / 0.9); }
.border-lime-600\/95{ border-color: rgb(101 163 13 / 0.95); }
.border-lime-700{ --tw-border-opacity: 1; border-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-lime-700\/0{ border-color: rgb(77 124 15 / 0); }
.border-lime-700\/10{ border-color: rgb(77 124 15 / 0.1); }
.border-lime-700\/100{ border-color: rgb(77 124 15 / 1); }
.border-lime-700\/20{ border-color: rgb(77 124 15 / 0.2); }
.border-lime-700\/25{ border-color: rgb(77 124 15 / 0.25); }
.border-lime-700\/30{ border-color: rgb(77 124 15 / 0.3); }
.border-lime-700\/40{ border-color: rgb(77 124 15 / 0.4); }
.border-lime-700\/5{ border-color: rgb(77 124 15 / 0.05); }
.border-lime-700\/50{ border-color: rgb(77 124 15 / 0.5); }
.border-lime-700\/60{ border-color: rgb(77 124 15 / 0.6); }
.border-lime-700\/70{ border-color: rgb(77 124 15 / 0.7); }
.border-lime-700\/75{ border-color: rgb(77 124 15 / 0.75); }
.border-lime-700\/80{ border-color: rgb(77 124 15 / 0.8); }
.border-lime-700\/90{ border-color: rgb(77 124 15 / 0.9); }
.border-lime-700\/95{ border-color: rgb(77 124 15 / 0.95); }
.border-lime-800{ --tw-border-opacity: 1; border-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-lime-800\/0{ border-color: rgb(63 98 18 / 0); }
.border-lime-800\/10{ border-color: rgb(63 98 18 / 0.1); }
.border-lime-800\/100{ border-color: rgb(63 98 18 / 1); }
.border-lime-800\/20{ border-color: rgb(63 98 18 / 0.2); }
.border-lime-800\/25{ border-color: rgb(63 98 18 / 0.25); }
.border-lime-800\/30{ border-color: rgb(63 98 18 / 0.3); }
.border-lime-800\/40{ border-color: rgb(63 98 18 / 0.4); }
.border-lime-800\/5{ border-color: rgb(63 98 18 / 0.05); }
.border-lime-800\/50{ border-color: rgb(63 98 18 / 0.5); }
.border-lime-800\/60{ border-color: rgb(63 98 18 / 0.6); }
.border-lime-800\/70{ border-color: rgb(63 98 18 / 0.7); }
.border-lime-800\/75{ border-color: rgb(63 98 18 / 0.75); }
.border-lime-800\/80{ border-color: rgb(63 98 18 / 0.8); }
.border-lime-800\/90{ border-color: rgb(63 98 18 / 0.9); }
.border-lime-800\/95{ border-color: rgb(63 98 18 / 0.95); }
.border-lime-900{ --tw-border-opacity: 1; border-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-lime-900\/0{ border-color: rgb(54 83 20 / 0); }
.border-lime-900\/10{ border-color: rgb(54 83 20 / 0.1); }
.border-lime-900\/100{ border-color: rgb(54 83 20 / 1); }
.border-lime-900\/20{ border-color: rgb(54 83 20 / 0.2); }
.border-lime-900\/25{ border-color: rgb(54 83 20 / 0.25); }
.border-lime-900\/30{ border-color: rgb(54 83 20 / 0.3); }
.border-lime-900\/40{ border-color: rgb(54 83 20 / 0.4); }
.border-lime-900\/5{ border-color: rgb(54 83 20 / 0.05); }
.border-lime-900\/50{ border-color: rgb(54 83 20 / 0.5); }
.border-lime-900\/60{ border-color: rgb(54 83 20 / 0.6); }
.border-lime-900\/70{ border-color: rgb(54 83 20 / 0.7); }
.border-lime-900\/75{ border-color: rgb(54 83 20 / 0.75); }
.border-lime-900\/80{ border-color: rgb(54 83 20 / 0.8); }
.border-lime-900\/90{ border-color: rgb(54 83 20 / 0.9); }
.border-lime-900\/95{ border-color: rgb(54 83 20 / 0.95); }
.border-lime-950{ --tw-border-opacity: 1; border-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-lime-950\/0{ border-color: rgb(26 46 5 / 0); }
.border-lime-950\/10{ border-color: rgb(26 46 5 / 0.1); }
.border-lime-950\/100{ border-color: rgb(26 46 5 / 1); }
.border-lime-950\/20{ border-color: rgb(26 46 5 / 0.2); }
.border-lime-950\/25{ border-color: rgb(26 46 5 / 0.25); }
.border-lime-950\/30{ border-color: rgb(26 46 5 / 0.3); }
.border-lime-950\/40{ border-color: rgb(26 46 5 / 0.4); }
.border-lime-950\/5{ border-color: rgb(26 46 5 / 0.05); }
.border-lime-950\/50{ border-color: rgb(26 46 5 / 0.5); }
.border-lime-950\/60{ border-color: rgb(26 46 5 / 0.6); }
.border-lime-950\/70{ border-color: rgb(26 46 5 / 0.7); }
.border-lime-950\/75{ border-color: rgb(26 46 5 / 0.75); }
.border-lime-950\/80{ border-color: rgb(26 46 5 / 0.8); }
.border-lime-950\/90{ border-color: rgb(26 46 5 / 0.9); }
.border-lime-950\/95{ border-color: rgb(26 46 5 / 0.95); }
.border-neutral-100{ --tw-border-opacity: 1; border-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-neutral-100\/0{ border-color: rgb(245 245 245 / 0); }
.border-neutral-100\/10{ border-color: rgb(245 245 245 / 0.1); }
.border-neutral-100\/100{ border-color: rgb(245 245 245 / 1); }
.border-neutral-100\/20{ border-color: rgb(245 245 245 / 0.2); }
.border-neutral-100\/25{ border-color: rgb(245 245 245 / 0.25); }
.border-neutral-100\/30{ border-color: rgb(245 245 245 / 0.3); }
.border-neutral-100\/40{ border-color: rgb(245 245 245 / 0.4); }
.border-neutral-100\/5{ border-color: rgb(245 245 245 / 0.05); }
.border-neutral-100\/50{ border-color: rgb(245 245 245 / 0.5); }
.border-neutral-100\/60{ border-color: rgb(245 245 245 / 0.6); }
.border-neutral-100\/70{ border-color: rgb(245 245 245 / 0.7); }
.border-neutral-100\/75{ border-color: rgb(245 245 245 / 0.75); }
.border-neutral-100\/80{ border-color: rgb(245 245 245 / 0.8); }
.border-neutral-100\/90{ border-color: rgb(245 245 245 / 0.9); }
.border-neutral-100\/95{ border-color: rgb(245 245 245 / 0.95); }
.border-neutral-200{ --tw-border-opacity: 1; border-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-neutral-200\/0{ border-color: rgb(229 229 229 / 0); }
.border-neutral-200\/10{ border-color: rgb(229 229 229 / 0.1); }
.border-neutral-200\/100{ border-color: rgb(229 229 229 / 1); }
.border-neutral-200\/20{ border-color: rgb(229 229 229 / 0.2); }
.border-neutral-200\/25{ border-color: rgb(229 229 229 / 0.25); }
.border-neutral-200\/30{ border-color: rgb(229 229 229 / 0.3); }
.border-neutral-200\/40{ border-color: rgb(229 229 229 / 0.4); }
.border-neutral-200\/5{ border-color: rgb(229 229 229 / 0.05); }
.border-neutral-200\/50{ border-color: rgb(229 229 229 / 0.5); }
.border-neutral-200\/60{ border-color: rgb(229 229 229 / 0.6); }
.border-neutral-200\/70{ border-color: rgb(229 229 229 / 0.7); }
.border-neutral-200\/75{ border-color: rgb(229 229 229 / 0.75); }
.border-neutral-200\/80{ border-color: rgb(229 229 229 / 0.8); }
.border-neutral-200\/90{ border-color: rgb(229 229 229 / 0.9); }
.border-neutral-200\/95{ border-color: rgb(229 229 229 / 0.95); }
.border-neutral-300{ --tw-border-opacity: 1; border-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-neutral-300\/0{ border-color: rgb(212 212 212 / 0); }
.border-neutral-300\/10{ border-color: rgb(212 212 212 / 0.1); }
.border-neutral-300\/100{ border-color: rgb(212 212 212 / 1); }
.border-neutral-300\/20{ border-color: rgb(212 212 212 / 0.2); }
.border-neutral-300\/25{ border-color: rgb(212 212 212 / 0.25); }
.border-neutral-300\/30{ border-color: rgb(212 212 212 / 0.3); }
.border-neutral-300\/40{ border-color: rgb(212 212 212 / 0.4); }
.border-neutral-300\/5{ border-color: rgb(212 212 212 / 0.05); }
.border-neutral-300\/50{ border-color: rgb(212 212 212 / 0.5); }
.border-neutral-300\/60{ border-color: rgb(212 212 212 / 0.6); }
.border-neutral-300\/70{ border-color: rgb(212 212 212 / 0.7); }
.border-neutral-300\/75{ border-color: rgb(212 212 212 / 0.75); }
.border-neutral-300\/80{ border-color: rgb(212 212 212 / 0.8); }
.border-neutral-300\/90{ border-color: rgb(212 212 212 / 0.9); }
.border-neutral-300\/95{ border-color: rgb(212 212 212 / 0.95); }
.border-neutral-400{ --tw-border-opacity: 1; border-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-neutral-400\/0{ border-color: rgb(163 163 163 / 0); }
.border-neutral-400\/10{ border-color: rgb(163 163 163 / 0.1); }
.border-neutral-400\/100{ border-color: rgb(163 163 163 / 1); }
.border-neutral-400\/20{ border-color: rgb(163 163 163 / 0.2); }
.border-neutral-400\/25{ border-color: rgb(163 163 163 / 0.25); }
.border-neutral-400\/30{ border-color: rgb(163 163 163 / 0.3); }
.border-neutral-400\/40{ border-color: rgb(163 163 163 / 0.4); }
.border-neutral-400\/5{ border-color: rgb(163 163 163 / 0.05); }
.border-neutral-400\/50{ border-color: rgb(163 163 163 / 0.5); }
.border-neutral-400\/60{ border-color: rgb(163 163 163 / 0.6); }
.border-neutral-400\/70{ border-color: rgb(163 163 163 / 0.7); }
.border-neutral-400\/75{ border-color: rgb(163 163 163 / 0.75); }
.border-neutral-400\/80{ border-color: rgb(163 163 163 / 0.8); }
.border-neutral-400\/90{ border-color: rgb(163 163 163 / 0.9); }
.border-neutral-400\/95{ border-color: rgb(163 163 163 / 0.95); }
.border-neutral-50{ --tw-border-opacity: 1; border-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-neutral-50\/0{ border-color: rgb(250 250 250 / 0); }
.border-neutral-50\/10{ border-color: rgb(250 250 250 / 0.1); }
.border-neutral-50\/100{ border-color: rgb(250 250 250 / 1); }
.border-neutral-50\/20{ border-color: rgb(250 250 250 / 0.2); }
.border-neutral-50\/25{ border-color: rgb(250 250 250 / 0.25); }
.border-neutral-50\/30{ border-color: rgb(250 250 250 / 0.3); }
.border-neutral-50\/40{ border-color: rgb(250 250 250 / 0.4); }
.border-neutral-50\/5{ border-color: rgb(250 250 250 / 0.05); }
.border-neutral-50\/50{ border-color: rgb(250 250 250 / 0.5); }
.border-neutral-50\/60{ border-color: rgb(250 250 250 / 0.6); }
.border-neutral-50\/70{ border-color: rgb(250 250 250 / 0.7); }
.border-neutral-50\/75{ border-color: rgb(250 250 250 / 0.75); }
.border-neutral-50\/80{ border-color: rgb(250 250 250 / 0.8); }
.border-neutral-50\/90{ border-color: rgb(250 250 250 / 0.9); }
.border-neutral-50\/95{ border-color: rgb(250 250 250 / 0.95); }
.border-neutral-500{ --tw-border-opacity: 1; border-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-neutral-500\/0{ border-color: rgb(115 115 115 / 0); }
.border-neutral-500\/10{ border-color: rgb(115 115 115 / 0.1); }
.border-neutral-500\/100{ border-color: rgb(115 115 115 / 1); }
.border-neutral-500\/20{ border-color: rgb(115 115 115 / 0.2); }
.border-neutral-500\/25{ border-color: rgb(115 115 115 / 0.25); }
.border-neutral-500\/30{ border-color: rgb(115 115 115 / 0.3); }
.border-neutral-500\/40{ border-color: rgb(115 115 115 / 0.4); }
.border-neutral-500\/5{ border-color: rgb(115 115 115 / 0.05); }
.border-neutral-500\/50{ border-color: rgb(115 115 115 / 0.5); }
.border-neutral-500\/60{ border-color: rgb(115 115 115 / 0.6); }
.border-neutral-500\/70{ border-color: rgb(115 115 115 / 0.7); }
.border-neutral-500\/75{ border-color: rgb(115 115 115 / 0.75); }
.border-neutral-500\/80{ border-color: rgb(115 115 115 / 0.8); }
.border-neutral-500\/90{ border-color: rgb(115 115 115 / 0.9); }
.border-neutral-500\/95{ border-color: rgb(115 115 115 / 0.95); }
.border-neutral-600{ --tw-border-opacity: 1; border-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-neutral-600\/0{ border-color: rgb(82 82 82 / 0); }
.border-neutral-600\/10{ border-color: rgb(82 82 82 / 0.1); }
.border-neutral-600\/100{ border-color: rgb(82 82 82 / 1); }
.border-neutral-600\/20{ border-color: rgb(82 82 82 / 0.2); }
.border-neutral-600\/25{ border-color: rgb(82 82 82 / 0.25); }
.border-neutral-600\/30{ border-color: rgb(82 82 82 / 0.3); }
.border-neutral-600\/40{ border-color: rgb(82 82 82 / 0.4); }
.border-neutral-600\/5{ border-color: rgb(82 82 82 / 0.05); }
.border-neutral-600\/50{ border-color: rgb(82 82 82 / 0.5); }
.border-neutral-600\/60{ border-color: rgb(82 82 82 / 0.6); }
.border-neutral-600\/70{ border-color: rgb(82 82 82 / 0.7); }
.border-neutral-600\/75{ border-color: rgb(82 82 82 / 0.75); }
.border-neutral-600\/80{ border-color: rgb(82 82 82 / 0.8); }
.border-neutral-600\/90{ border-color: rgb(82 82 82 / 0.9); }
.border-neutral-600\/95{ border-color: rgb(82 82 82 / 0.95); }
.border-neutral-700{ --tw-border-opacity: 1; border-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-neutral-700\/0{ border-color: rgb(64 64 64 / 0); }
.border-neutral-700\/10{ border-color: rgb(64 64 64 / 0.1); }
.border-neutral-700\/100{ border-color: rgb(64 64 64 / 1); }
.border-neutral-700\/20{ border-color: rgb(64 64 64 / 0.2); }
.border-neutral-700\/25{ border-color: rgb(64 64 64 / 0.25); }
.border-neutral-700\/30{ border-color: rgb(64 64 64 / 0.3); }
.border-neutral-700\/40{ border-color: rgb(64 64 64 / 0.4); }
.border-neutral-700\/5{ border-color: rgb(64 64 64 / 0.05); }
.border-neutral-700\/50{ border-color: rgb(64 64 64 / 0.5); }
.border-neutral-700\/60{ border-color: rgb(64 64 64 / 0.6); }
.border-neutral-700\/70{ border-color: rgb(64 64 64 / 0.7); }
.border-neutral-700\/75{ border-color: rgb(64 64 64 / 0.75); }
.border-neutral-700\/80{ border-color: rgb(64 64 64 / 0.8); }
.border-neutral-700\/90{ border-color: rgb(64 64 64 / 0.9); }
.border-neutral-700\/95{ border-color: rgb(64 64 64 / 0.95); }
.border-neutral-800{ --tw-border-opacity: 1; border-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-neutral-800\/0{ border-color: rgb(38 38 38 / 0); }
.border-neutral-800\/10{ border-color: rgb(38 38 38 / 0.1); }
.border-neutral-800\/100{ border-color: rgb(38 38 38 / 1); }
.border-neutral-800\/20{ border-color: rgb(38 38 38 / 0.2); }
.border-neutral-800\/25{ border-color: rgb(38 38 38 / 0.25); }
.border-neutral-800\/30{ border-color: rgb(38 38 38 / 0.3); }
.border-neutral-800\/40{ border-color: rgb(38 38 38 / 0.4); }
.border-neutral-800\/5{ border-color: rgb(38 38 38 / 0.05); }
.border-neutral-800\/50{ border-color: rgb(38 38 38 / 0.5); }
.border-neutral-800\/60{ border-color: rgb(38 38 38 / 0.6); }
.border-neutral-800\/70{ border-color: rgb(38 38 38 / 0.7); }
.border-neutral-800\/75{ border-color: rgb(38 38 38 / 0.75); }
.border-neutral-800\/80{ border-color: rgb(38 38 38 / 0.8); }
.border-neutral-800\/90{ border-color: rgb(38 38 38 / 0.9); }
.border-neutral-800\/95{ border-color: rgb(38 38 38 / 0.95); }
.border-neutral-900{ --tw-border-opacity: 1; border-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-neutral-900\/0{ border-color: rgb(23 23 23 / 0); }
.border-neutral-900\/10{ border-color: rgb(23 23 23 / 0.1); }
.border-neutral-900\/100{ border-color: rgb(23 23 23 / 1); }
.border-neutral-900\/20{ border-color: rgb(23 23 23 / 0.2); }
.border-neutral-900\/25{ border-color: rgb(23 23 23 / 0.25); }
.border-neutral-900\/30{ border-color: rgb(23 23 23 / 0.3); }
.border-neutral-900\/40{ border-color: rgb(23 23 23 / 0.4); }
.border-neutral-900\/5{ border-color: rgb(23 23 23 / 0.05); }
.border-neutral-900\/50{ border-color: rgb(23 23 23 / 0.5); }
.border-neutral-900\/60{ border-color: rgb(23 23 23 / 0.6); }
.border-neutral-900\/70{ border-color: rgb(23 23 23 / 0.7); }
.border-neutral-900\/75{ border-color: rgb(23 23 23 / 0.75); }
.border-neutral-900\/80{ border-color: rgb(23 23 23 / 0.8); }
.border-neutral-900\/90{ border-color: rgb(23 23 23 / 0.9); }
.border-neutral-900\/95{ border-color: rgb(23 23 23 / 0.95); }
.border-neutral-950{ --tw-border-opacity: 1; border-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-neutral-950\/0{ border-color: rgb(10 10 10 / 0); }
.border-neutral-950\/10{ border-color: rgb(10 10 10 / 0.1); }
.border-neutral-950\/100{ border-color: rgb(10 10 10 / 1); }
.border-neutral-950\/20{ border-color: rgb(10 10 10 / 0.2); }
.border-neutral-950\/25{ border-color: rgb(10 10 10 / 0.25); }
.border-neutral-950\/30{ border-color: rgb(10 10 10 / 0.3); }
.border-neutral-950\/40{ border-color: rgb(10 10 10 / 0.4); }
.border-neutral-950\/5{ border-color: rgb(10 10 10 / 0.05); }
.border-neutral-950\/50{ border-color: rgb(10 10 10 / 0.5); }
.border-neutral-950\/60{ border-color: rgb(10 10 10 / 0.6); }
.border-neutral-950\/70{ border-color: rgb(10 10 10 / 0.7); }
.border-neutral-950\/75{ border-color: rgb(10 10 10 / 0.75); }
.border-neutral-950\/80{ border-color: rgb(10 10 10 / 0.8); }
.border-neutral-950\/90{ border-color: rgb(10 10 10 / 0.9); }
.border-neutral-950\/95{ border-color: rgb(10 10 10 / 0.95); }
.border-orange-100{ --tw-border-opacity: 1; border-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-orange-100\/0{ border-color: rgb(255 237 213 / 0); }
.border-orange-100\/10{ border-color: rgb(255 237 213 / 0.1); }
.border-orange-100\/100{ border-color: rgb(255 237 213 / 1); }
.border-orange-100\/20{ border-color: rgb(255 237 213 / 0.2); }
.border-orange-100\/25{ border-color: rgb(255 237 213 / 0.25); }
.border-orange-100\/30{ border-color: rgb(255 237 213 / 0.3); }
.border-orange-100\/40{ border-color: rgb(255 237 213 / 0.4); }
.border-orange-100\/5{ border-color: rgb(255 237 213 / 0.05); }
.border-orange-100\/50{ border-color: rgb(255 237 213 / 0.5); }
.border-orange-100\/60{ border-color: rgb(255 237 213 / 0.6); }
.border-orange-100\/70{ border-color: rgb(255 237 213 / 0.7); }
.border-orange-100\/75{ border-color: rgb(255 237 213 / 0.75); }
.border-orange-100\/80{ border-color: rgb(255 237 213 / 0.8); }
.border-orange-100\/90{ border-color: rgb(255 237 213 / 0.9); }
.border-orange-100\/95{ border-color: rgb(255 237 213 / 0.95); }
.border-orange-200{ --tw-border-opacity: 1; border-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-orange-200\/0{ border-color: rgb(254 215 170 / 0); }
.border-orange-200\/10{ border-color: rgb(254 215 170 / 0.1); }
.border-orange-200\/100{ border-color: rgb(254 215 170 / 1); }
.border-orange-200\/20{ border-color: rgb(254 215 170 / 0.2); }
.border-orange-200\/25{ border-color: rgb(254 215 170 / 0.25); }
.border-orange-200\/30{ border-color: rgb(254 215 170 / 0.3); }
.border-orange-200\/40{ border-color: rgb(254 215 170 / 0.4); }
.border-orange-200\/5{ border-color: rgb(254 215 170 / 0.05); }
.border-orange-200\/50{ border-color: rgb(254 215 170 / 0.5); }
.border-orange-200\/60{ border-color: rgb(254 215 170 / 0.6); }
.border-orange-200\/70{ border-color: rgb(254 215 170 / 0.7); }
.border-orange-200\/75{ border-color: rgb(254 215 170 / 0.75); }
.border-orange-200\/80{ border-color: rgb(254 215 170 / 0.8); }
.border-orange-200\/90{ border-color: rgb(254 215 170 / 0.9); }
.border-orange-200\/95{ border-color: rgb(254 215 170 / 0.95); }
.border-orange-300{ --tw-border-opacity: 1; border-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-orange-300\/0{ border-color: rgb(253 186 116 / 0); }
.border-orange-300\/10{ border-color: rgb(253 186 116 / 0.1); }
.border-orange-300\/100{ border-color: rgb(253 186 116 / 1); }
.border-orange-300\/20{ border-color: rgb(253 186 116 / 0.2); }
.border-orange-300\/25{ border-color: rgb(253 186 116 / 0.25); }
.border-orange-300\/30{ border-color: rgb(253 186 116 / 0.3); }
.border-orange-300\/40{ border-color: rgb(253 186 116 / 0.4); }
.border-orange-300\/5{ border-color: rgb(253 186 116 / 0.05); }
.border-orange-300\/50{ border-color: rgb(253 186 116 / 0.5); }
.border-orange-300\/60{ border-color: rgb(253 186 116 / 0.6); }
.border-orange-300\/70{ border-color: rgb(253 186 116 / 0.7); }
.border-orange-300\/75{ border-color: rgb(253 186 116 / 0.75); }
.border-orange-300\/80{ border-color: rgb(253 186 116 / 0.8); }
.border-orange-300\/90{ border-color: rgb(253 186 116 / 0.9); }
.border-orange-300\/95{ border-color: rgb(253 186 116 / 0.95); }
.border-orange-400{ --tw-border-opacity: 1; border-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-orange-400\/0{ border-color: rgb(251 146 60 / 0); }
.border-orange-400\/10{ border-color: rgb(251 146 60 / 0.1); }
.border-orange-400\/100{ border-color: rgb(251 146 60 / 1); }
.border-orange-400\/20{ border-color: rgb(251 146 60 / 0.2); }
.border-orange-400\/25{ border-color: rgb(251 146 60 / 0.25); }
.border-orange-400\/30{ border-color: rgb(251 146 60 / 0.3); }
.border-orange-400\/40{ border-color: rgb(251 146 60 / 0.4); }
.border-orange-400\/5{ border-color: rgb(251 146 60 / 0.05); }
.border-orange-400\/50{ border-color: rgb(251 146 60 / 0.5); }
.border-orange-400\/60{ border-color: rgb(251 146 60 / 0.6); }
.border-orange-400\/70{ border-color: rgb(251 146 60 / 0.7); }
.border-orange-400\/75{ border-color: rgb(251 146 60 / 0.75); }
.border-orange-400\/80{ border-color: rgb(251 146 60 / 0.8); }
.border-orange-400\/90{ border-color: rgb(251 146 60 / 0.9); }
.border-orange-400\/95{ border-color: rgb(251 146 60 / 0.95); }
.border-orange-50{ --tw-border-opacity: 1; border-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-orange-50\/0{ border-color: rgb(255 247 237 / 0); }
.border-orange-50\/10{ border-color: rgb(255 247 237 / 0.1); }
.border-orange-50\/100{ border-color: rgb(255 247 237 / 1); }
.border-orange-50\/20{ border-color: rgb(255 247 237 / 0.2); }
.border-orange-50\/25{ border-color: rgb(255 247 237 / 0.25); }
.border-orange-50\/30{ border-color: rgb(255 247 237 / 0.3); }
.border-orange-50\/40{ border-color: rgb(255 247 237 / 0.4); }
.border-orange-50\/5{ border-color: rgb(255 247 237 / 0.05); }
.border-orange-50\/50{ border-color: rgb(255 247 237 / 0.5); }
.border-orange-50\/60{ border-color: rgb(255 247 237 / 0.6); }
.border-orange-50\/70{ border-color: rgb(255 247 237 / 0.7); }
.border-orange-50\/75{ border-color: rgb(255 247 237 / 0.75); }
.border-orange-50\/80{ border-color: rgb(255 247 237 / 0.8); }
.border-orange-50\/90{ border-color: rgb(255 247 237 / 0.9); }
.border-orange-50\/95{ border-color: rgb(255 247 237 / 0.95); }
.border-orange-500{ --tw-border-opacity: 1; border-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-orange-500\/0{ border-color: rgb(249 115 22 / 0); }
.border-orange-500\/10{ border-color: rgb(249 115 22 / 0.1); }
.border-orange-500\/100{ border-color: rgb(249 115 22 / 1); }
.border-orange-500\/20{ border-color: rgb(249 115 22 / 0.2); }
.border-orange-500\/25{ border-color: rgb(249 115 22 / 0.25); }
.border-orange-500\/30{ border-color: rgb(249 115 22 / 0.3); }
.border-orange-500\/40{ border-color: rgb(249 115 22 / 0.4); }
.border-orange-500\/5{ border-color: rgb(249 115 22 / 0.05); }
.border-orange-500\/50{ border-color: rgb(249 115 22 / 0.5); }
.border-orange-500\/60{ border-color: rgb(249 115 22 / 0.6); }
.border-orange-500\/70{ border-color: rgb(249 115 22 / 0.7); }
.border-orange-500\/75{ border-color: rgb(249 115 22 / 0.75); }
.border-orange-500\/80{ border-color: rgb(249 115 22 / 0.8); }
.border-orange-500\/90{ border-color: rgb(249 115 22 / 0.9); }
.border-orange-500\/95{ border-color: rgb(249 115 22 / 0.95); }
.border-orange-600{ --tw-border-opacity: 1; border-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-orange-600\/0{ border-color: rgb(234 88 12 / 0); }
.border-orange-600\/10{ border-color: rgb(234 88 12 / 0.1); }
.border-orange-600\/100{ border-color: rgb(234 88 12 / 1); }
.border-orange-600\/20{ border-color: rgb(234 88 12 / 0.2); }
.border-orange-600\/25{ border-color: rgb(234 88 12 / 0.25); }
.border-orange-600\/30{ border-color: rgb(234 88 12 / 0.3); }
.border-orange-600\/40{ border-color: rgb(234 88 12 / 0.4); }
.border-orange-600\/5{ border-color: rgb(234 88 12 / 0.05); }
.border-orange-600\/50{ border-color: rgb(234 88 12 / 0.5); }
.border-orange-600\/60{ border-color: rgb(234 88 12 / 0.6); }
.border-orange-600\/70{ border-color: rgb(234 88 12 / 0.7); }
.border-orange-600\/75{ border-color: rgb(234 88 12 / 0.75); }
.border-orange-600\/80{ border-color: rgb(234 88 12 / 0.8); }
.border-orange-600\/90{ border-color: rgb(234 88 12 / 0.9); }
.border-orange-600\/95{ border-color: rgb(234 88 12 / 0.95); }
.border-orange-700{ --tw-border-opacity: 1; border-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-orange-700\/0{ border-color: rgb(194 65 12 / 0); }
.border-orange-700\/10{ border-color: rgb(194 65 12 / 0.1); }
.border-orange-700\/100{ border-color: rgb(194 65 12 / 1); }
.border-orange-700\/20{ border-color: rgb(194 65 12 / 0.2); }
.border-orange-700\/25{ border-color: rgb(194 65 12 / 0.25); }
.border-orange-700\/30{ border-color: rgb(194 65 12 / 0.3); }
.border-orange-700\/40{ border-color: rgb(194 65 12 / 0.4); }
.border-orange-700\/5{ border-color: rgb(194 65 12 / 0.05); }
.border-orange-700\/50{ border-color: rgb(194 65 12 / 0.5); }
.border-orange-700\/60{ border-color: rgb(194 65 12 / 0.6); }
.border-orange-700\/70{ border-color: rgb(194 65 12 / 0.7); }
.border-orange-700\/75{ border-color: rgb(194 65 12 / 0.75); }
.border-orange-700\/80{ border-color: rgb(194 65 12 / 0.8); }
.border-orange-700\/90{ border-color: rgb(194 65 12 / 0.9); }
.border-orange-700\/95{ border-color: rgb(194 65 12 / 0.95); }
.border-orange-800{ --tw-border-opacity: 1; border-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-orange-800\/0{ border-color: rgb(154 52 18 / 0); }
.border-orange-800\/10{ border-color: rgb(154 52 18 / 0.1); }
.border-orange-800\/100{ border-color: rgb(154 52 18 / 1); }
.border-orange-800\/20{ border-color: rgb(154 52 18 / 0.2); }
.border-orange-800\/25{ border-color: rgb(154 52 18 / 0.25); }
.border-orange-800\/30{ border-color: rgb(154 52 18 / 0.3); }
.border-orange-800\/40{ border-color: rgb(154 52 18 / 0.4); }
.border-orange-800\/5{ border-color: rgb(154 52 18 / 0.05); }
.border-orange-800\/50{ border-color: rgb(154 52 18 / 0.5); }
.border-orange-800\/60{ border-color: rgb(154 52 18 / 0.6); }
.border-orange-800\/70{ border-color: rgb(154 52 18 / 0.7); }
.border-orange-800\/75{ border-color: rgb(154 52 18 / 0.75); }
.border-orange-800\/80{ border-color: rgb(154 52 18 / 0.8); }
.border-orange-800\/90{ border-color: rgb(154 52 18 / 0.9); }
.border-orange-800\/95{ border-color: rgb(154 52 18 / 0.95); }
.border-orange-900{ --tw-border-opacity: 1; border-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-orange-900\/0{ border-color: rgb(124 45 18 / 0); }
.border-orange-900\/10{ border-color: rgb(124 45 18 / 0.1); }
.border-orange-900\/100{ border-color: rgb(124 45 18 / 1); }
.border-orange-900\/20{ border-color: rgb(124 45 18 / 0.2); }
.border-orange-900\/25{ border-color: rgb(124 45 18 / 0.25); }
.border-orange-900\/30{ border-color: rgb(124 45 18 / 0.3); }
.border-orange-900\/40{ border-color: rgb(124 45 18 / 0.4); }
.border-orange-900\/5{ border-color: rgb(124 45 18 / 0.05); }
.border-orange-900\/50{ border-color: rgb(124 45 18 / 0.5); }
.border-orange-900\/60{ border-color: rgb(124 45 18 / 0.6); }
.border-orange-900\/70{ border-color: rgb(124 45 18 / 0.7); }
.border-orange-900\/75{ border-color: rgb(124 45 18 / 0.75); }
.border-orange-900\/80{ border-color: rgb(124 45 18 / 0.8); }
.border-orange-900\/90{ border-color: rgb(124 45 18 / 0.9); }
.border-orange-900\/95{ border-color: rgb(124 45 18 / 0.95); }
.border-orange-950{ --tw-border-opacity: 1; border-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-orange-950\/0{ border-color: rgb(67 20 7 / 0); }
.border-orange-950\/10{ border-color: rgb(67 20 7 / 0.1); }
.border-orange-950\/100{ border-color: rgb(67 20 7 / 1); }
.border-orange-950\/20{ border-color: rgb(67 20 7 / 0.2); }
.border-orange-950\/25{ border-color: rgb(67 20 7 / 0.25); }
.border-orange-950\/30{ border-color: rgb(67 20 7 / 0.3); }
.border-orange-950\/40{ border-color: rgb(67 20 7 / 0.4); }
.border-orange-950\/5{ border-color: rgb(67 20 7 / 0.05); }
.border-orange-950\/50{ border-color: rgb(67 20 7 / 0.5); }
.border-orange-950\/60{ border-color: rgb(67 20 7 / 0.6); }
.border-orange-950\/70{ border-color: rgb(67 20 7 / 0.7); }
.border-orange-950\/75{ border-color: rgb(67 20 7 / 0.75); }
.border-orange-950\/80{ border-color: rgb(67 20 7 / 0.8); }
.border-orange-950\/90{ border-color: rgb(67 20 7 / 0.9); }
.border-orange-950\/95{ border-color: rgb(67 20 7 / 0.95); }
.border-pink-100{ --tw-border-opacity: 1; border-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-pink-100\/0{ border-color: rgb(252 231 243 / 0); }
.border-pink-100\/10{ border-color: rgb(252 231 243 / 0.1); }
.border-pink-100\/100{ border-color: rgb(252 231 243 / 1); }
.border-pink-100\/20{ border-color: rgb(252 231 243 / 0.2); }
.border-pink-100\/25{ border-color: rgb(252 231 243 / 0.25); }
.border-pink-100\/30{ border-color: rgb(252 231 243 / 0.3); }
.border-pink-100\/40{ border-color: rgb(252 231 243 / 0.4); }
.border-pink-100\/5{ border-color: rgb(252 231 243 / 0.05); }
.border-pink-100\/50{ border-color: rgb(252 231 243 / 0.5); }
.border-pink-100\/60{ border-color: rgb(252 231 243 / 0.6); }
.border-pink-100\/70{ border-color: rgb(252 231 243 / 0.7); }
.border-pink-100\/75{ border-color: rgb(252 231 243 / 0.75); }
.border-pink-100\/80{ border-color: rgb(252 231 243 / 0.8); }
.border-pink-100\/90{ border-color: rgb(252 231 243 / 0.9); }
.border-pink-100\/95{ border-color: rgb(252 231 243 / 0.95); }
.border-pink-200{ --tw-border-opacity: 1; border-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-pink-200\/0{ border-color: rgb(251 207 232 / 0); }
.border-pink-200\/10{ border-color: rgb(251 207 232 / 0.1); }
.border-pink-200\/100{ border-color: rgb(251 207 232 / 1); }
.border-pink-200\/20{ border-color: rgb(251 207 232 / 0.2); }
.border-pink-200\/25{ border-color: rgb(251 207 232 / 0.25); }
.border-pink-200\/30{ border-color: rgb(251 207 232 / 0.3); }
.border-pink-200\/40{ border-color: rgb(251 207 232 / 0.4); }
.border-pink-200\/5{ border-color: rgb(251 207 232 / 0.05); }
.border-pink-200\/50{ border-color: rgb(251 207 232 / 0.5); }
.border-pink-200\/60{ border-color: rgb(251 207 232 / 0.6); }
.border-pink-200\/70{ border-color: rgb(251 207 232 / 0.7); }
.border-pink-200\/75{ border-color: rgb(251 207 232 / 0.75); }
.border-pink-200\/80{ border-color: rgb(251 207 232 / 0.8); }
.border-pink-200\/90{ border-color: rgb(251 207 232 / 0.9); }
.border-pink-200\/95{ border-color: rgb(251 207 232 / 0.95); }
.border-pink-300{ --tw-border-opacity: 1; border-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-pink-300\/0{ border-color: rgb(249 168 212 / 0); }
.border-pink-300\/10{ border-color: rgb(249 168 212 / 0.1); }
.border-pink-300\/100{ border-color: rgb(249 168 212 / 1); }
.border-pink-300\/20{ border-color: rgb(249 168 212 / 0.2); }
.border-pink-300\/25{ border-color: rgb(249 168 212 / 0.25); }
.border-pink-300\/30{ border-color: rgb(249 168 212 / 0.3); }
.border-pink-300\/40{ border-color: rgb(249 168 212 / 0.4); }
.border-pink-300\/5{ border-color: rgb(249 168 212 / 0.05); }
.border-pink-300\/50{ border-color: rgb(249 168 212 / 0.5); }
.border-pink-300\/60{ border-color: rgb(249 168 212 / 0.6); }
.border-pink-300\/70{ border-color: rgb(249 168 212 / 0.7); }
.border-pink-300\/75{ border-color: rgb(249 168 212 / 0.75); }
.border-pink-300\/80{ border-color: rgb(249 168 212 / 0.8); }
.border-pink-300\/90{ border-color: rgb(249 168 212 / 0.9); }
.border-pink-300\/95{ border-color: rgb(249 168 212 / 0.95); }
.border-pink-400{ --tw-border-opacity: 1; border-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-pink-400\/0{ border-color: rgb(244 114 182 / 0); }
.border-pink-400\/10{ border-color: rgb(244 114 182 / 0.1); }
.border-pink-400\/100{ border-color: rgb(244 114 182 / 1); }
.border-pink-400\/20{ border-color: rgb(244 114 182 / 0.2); }
.border-pink-400\/25{ border-color: rgb(244 114 182 / 0.25); }
.border-pink-400\/30{ border-color: rgb(244 114 182 / 0.3); }
.border-pink-400\/40{ border-color: rgb(244 114 182 / 0.4); }
.border-pink-400\/5{ border-color: rgb(244 114 182 / 0.05); }
.border-pink-400\/50{ border-color: rgb(244 114 182 / 0.5); }
.border-pink-400\/60{ border-color: rgb(244 114 182 / 0.6); }
.border-pink-400\/70{ border-color: rgb(244 114 182 / 0.7); }
.border-pink-400\/75{ border-color: rgb(244 114 182 / 0.75); }
.border-pink-400\/80{ border-color: rgb(244 114 182 / 0.8); }
.border-pink-400\/90{ border-color: rgb(244 114 182 / 0.9); }
.border-pink-400\/95{ border-color: rgb(244 114 182 / 0.95); }
.border-pink-50{ --tw-border-opacity: 1; border-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-pink-50\/0{ border-color: rgb(253 242 248 / 0); }
.border-pink-50\/10{ border-color: rgb(253 242 248 / 0.1); }
.border-pink-50\/100{ border-color: rgb(253 242 248 / 1); }
.border-pink-50\/20{ border-color: rgb(253 242 248 / 0.2); }
.border-pink-50\/25{ border-color: rgb(253 242 248 / 0.25); }
.border-pink-50\/30{ border-color: rgb(253 242 248 / 0.3); }
.border-pink-50\/40{ border-color: rgb(253 242 248 / 0.4); }
.border-pink-50\/5{ border-color: rgb(253 242 248 / 0.05); }
.border-pink-50\/50{ border-color: rgb(253 242 248 / 0.5); }
.border-pink-50\/60{ border-color: rgb(253 242 248 / 0.6); }
.border-pink-50\/70{ border-color: rgb(253 242 248 / 0.7); }
.border-pink-50\/75{ border-color: rgb(253 242 248 / 0.75); }
.border-pink-50\/80{ border-color: rgb(253 242 248 / 0.8); }
.border-pink-50\/90{ border-color: rgb(253 242 248 / 0.9); }
.border-pink-50\/95{ border-color: rgb(253 242 248 / 0.95); }
.border-pink-500{ --tw-border-opacity: 1; border-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-pink-500\/0{ border-color: rgb(236 72 153 / 0); }
.border-pink-500\/10{ border-color: rgb(236 72 153 / 0.1); }
.border-pink-500\/100{ border-color: rgb(236 72 153 / 1); }
.border-pink-500\/20{ border-color: rgb(236 72 153 / 0.2); }
.border-pink-500\/25{ border-color: rgb(236 72 153 / 0.25); }
.border-pink-500\/30{ border-color: rgb(236 72 153 / 0.3); }
.border-pink-500\/40{ border-color: rgb(236 72 153 / 0.4); }
.border-pink-500\/5{ border-color: rgb(236 72 153 / 0.05); }
.border-pink-500\/50{ border-color: rgb(236 72 153 / 0.5); }
.border-pink-500\/60{ border-color: rgb(236 72 153 / 0.6); }
.border-pink-500\/70{ border-color: rgb(236 72 153 / 0.7); }
.border-pink-500\/75{ border-color: rgb(236 72 153 / 0.75); }
.border-pink-500\/80{ border-color: rgb(236 72 153 / 0.8); }
.border-pink-500\/90{ border-color: rgb(236 72 153 / 0.9); }
.border-pink-500\/95{ border-color: rgb(236 72 153 / 0.95); }
.border-pink-600{ --tw-border-opacity: 1; border-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-pink-600\/0{ border-color: rgb(219 39 119 / 0); }
.border-pink-600\/10{ border-color: rgb(219 39 119 / 0.1); }
.border-pink-600\/100{ border-color: rgb(219 39 119 / 1); }
.border-pink-600\/20{ border-color: rgb(219 39 119 / 0.2); }
.border-pink-600\/25{ border-color: rgb(219 39 119 / 0.25); }
.border-pink-600\/30{ border-color: rgb(219 39 119 / 0.3); }
.border-pink-600\/40{ border-color: rgb(219 39 119 / 0.4); }
.border-pink-600\/5{ border-color: rgb(219 39 119 / 0.05); }
.border-pink-600\/50{ border-color: rgb(219 39 119 / 0.5); }
.border-pink-600\/60{ border-color: rgb(219 39 119 / 0.6); }
.border-pink-600\/70{ border-color: rgb(219 39 119 / 0.7); }
.border-pink-600\/75{ border-color: rgb(219 39 119 / 0.75); }
.border-pink-600\/80{ border-color: rgb(219 39 119 / 0.8); }
.border-pink-600\/90{ border-color: rgb(219 39 119 / 0.9); }
.border-pink-600\/95{ border-color: rgb(219 39 119 / 0.95); }
.border-pink-700{ --tw-border-opacity: 1; border-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-pink-700\/0{ border-color: rgb(190 24 93 / 0); }
.border-pink-700\/10{ border-color: rgb(190 24 93 / 0.1); }
.border-pink-700\/100{ border-color: rgb(190 24 93 / 1); }
.border-pink-700\/20{ border-color: rgb(190 24 93 / 0.2); }
.border-pink-700\/25{ border-color: rgb(190 24 93 / 0.25); }
.border-pink-700\/30{ border-color: rgb(190 24 93 / 0.3); }
.border-pink-700\/40{ border-color: rgb(190 24 93 / 0.4); }
.border-pink-700\/5{ border-color: rgb(190 24 93 / 0.05); }
.border-pink-700\/50{ border-color: rgb(190 24 93 / 0.5); }
.border-pink-700\/60{ border-color: rgb(190 24 93 / 0.6); }
.border-pink-700\/70{ border-color: rgb(190 24 93 / 0.7); }
.border-pink-700\/75{ border-color: rgb(190 24 93 / 0.75); }
.border-pink-700\/80{ border-color: rgb(190 24 93 / 0.8); }
.border-pink-700\/90{ border-color: rgb(190 24 93 / 0.9); }
.border-pink-700\/95{ border-color: rgb(190 24 93 / 0.95); }
.border-pink-800{ --tw-border-opacity: 1; border-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-pink-800\/0{ border-color: rgb(157 23 77 / 0); }
.border-pink-800\/10{ border-color: rgb(157 23 77 / 0.1); }
.border-pink-800\/100{ border-color: rgb(157 23 77 / 1); }
.border-pink-800\/20{ border-color: rgb(157 23 77 / 0.2); }
.border-pink-800\/25{ border-color: rgb(157 23 77 / 0.25); }
.border-pink-800\/30{ border-color: rgb(157 23 77 / 0.3); }
.border-pink-800\/40{ border-color: rgb(157 23 77 / 0.4); }
.border-pink-800\/5{ border-color: rgb(157 23 77 / 0.05); }
.border-pink-800\/50{ border-color: rgb(157 23 77 / 0.5); }
.border-pink-800\/60{ border-color: rgb(157 23 77 / 0.6); }
.border-pink-800\/70{ border-color: rgb(157 23 77 / 0.7); }
.border-pink-800\/75{ border-color: rgb(157 23 77 / 0.75); }
.border-pink-800\/80{ border-color: rgb(157 23 77 / 0.8); }
.border-pink-800\/90{ border-color: rgb(157 23 77 / 0.9); }
.border-pink-800\/95{ border-color: rgb(157 23 77 / 0.95); }
.border-pink-900{ --tw-border-opacity: 1; border-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-pink-900\/0{ border-color: rgb(131 24 67 / 0); }
.border-pink-900\/10{ border-color: rgb(131 24 67 / 0.1); }
.border-pink-900\/100{ border-color: rgb(131 24 67 / 1); }
.border-pink-900\/20{ border-color: rgb(131 24 67 / 0.2); }
.border-pink-900\/25{ border-color: rgb(131 24 67 / 0.25); }
.border-pink-900\/30{ border-color: rgb(131 24 67 / 0.3); }
.border-pink-900\/40{ border-color: rgb(131 24 67 / 0.4); }
.border-pink-900\/5{ border-color: rgb(131 24 67 / 0.05); }
.border-pink-900\/50{ border-color: rgb(131 24 67 / 0.5); }
.border-pink-900\/60{ border-color: rgb(131 24 67 / 0.6); }
.border-pink-900\/70{ border-color: rgb(131 24 67 / 0.7); }
.border-pink-900\/75{ border-color: rgb(131 24 67 / 0.75); }
.border-pink-900\/80{ border-color: rgb(131 24 67 / 0.8); }
.border-pink-900\/90{ border-color: rgb(131 24 67 / 0.9); }
.border-pink-900\/95{ border-color: rgb(131 24 67 / 0.95); }
.border-pink-950{ --tw-border-opacity: 1; border-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-pink-950\/0{ border-color: rgb(80 7 36 / 0); }
.border-pink-950\/10{ border-color: rgb(80 7 36 / 0.1); }
.border-pink-950\/100{ border-color: rgb(80 7 36 / 1); }
.border-pink-950\/20{ border-color: rgb(80 7 36 / 0.2); }
.border-pink-950\/25{ border-color: rgb(80 7 36 / 0.25); }
.border-pink-950\/30{ border-color: rgb(80 7 36 / 0.3); }
.border-pink-950\/40{ border-color: rgb(80 7 36 / 0.4); }
.border-pink-950\/5{ border-color: rgb(80 7 36 / 0.05); }
.border-pink-950\/50{ border-color: rgb(80 7 36 / 0.5); }
.border-pink-950\/60{ border-color: rgb(80 7 36 / 0.6); }
.border-pink-950\/70{ border-color: rgb(80 7 36 / 0.7); }
.border-pink-950\/75{ border-color: rgb(80 7 36 / 0.75); }
.border-pink-950\/80{ border-color: rgb(80 7 36 / 0.8); }
.border-pink-950\/90{ border-color: rgb(80 7 36 / 0.9); }
.border-pink-950\/95{ border-color: rgb(80 7 36 / 0.95); }
.border-purple-100{ --tw-border-opacity: 1; border-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-purple-100\/0{ border-color: rgb(243 232 255 / 0); }
.border-purple-100\/10{ border-color: rgb(243 232 255 / 0.1); }
.border-purple-100\/100{ border-color: rgb(243 232 255 / 1); }
.border-purple-100\/20{ border-color: rgb(243 232 255 / 0.2); }
.border-purple-100\/25{ border-color: rgb(243 232 255 / 0.25); }
.border-purple-100\/30{ border-color: rgb(243 232 255 / 0.3); }
.border-purple-100\/40{ border-color: rgb(243 232 255 / 0.4); }
.border-purple-100\/5{ border-color: rgb(243 232 255 / 0.05); }
.border-purple-100\/50{ border-color: rgb(243 232 255 / 0.5); }
.border-purple-100\/60{ border-color: rgb(243 232 255 / 0.6); }
.border-purple-100\/70{ border-color: rgb(243 232 255 / 0.7); }
.border-purple-100\/75{ border-color: rgb(243 232 255 / 0.75); }
.border-purple-100\/80{ border-color: rgb(243 232 255 / 0.8); }
.border-purple-100\/90{ border-color: rgb(243 232 255 / 0.9); }
.border-purple-100\/95{ border-color: rgb(243 232 255 / 0.95); }
.border-purple-200{ --tw-border-opacity: 1; border-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-purple-200\/0{ border-color: rgb(233 213 255 / 0); }
.border-purple-200\/10{ border-color: rgb(233 213 255 / 0.1); }
.border-purple-200\/100{ border-color: rgb(233 213 255 / 1); }
.border-purple-200\/20{ border-color: rgb(233 213 255 / 0.2); }
.border-purple-200\/25{ border-color: rgb(233 213 255 / 0.25); }
.border-purple-200\/30{ border-color: rgb(233 213 255 / 0.3); }
.border-purple-200\/40{ border-color: rgb(233 213 255 / 0.4); }
.border-purple-200\/5{ border-color: rgb(233 213 255 / 0.05); }
.border-purple-200\/50{ border-color: rgb(233 213 255 / 0.5); }
.border-purple-200\/60{ border-color: rgb(233 213 255 / 0.6); }
.border-purple-200\/70{ border-color: rgb(233 213 255 / 0.7); }
.border-purple-200\/75{ border-color: rgb(233 213 255 / 0.75); }
.border-purple-200\/80{ border-color: rgb(233 213 255 / 0.8); }
.border-purple-200\/90{ border-color: rgb(233 213 255 / 0.9); }
.border-purple-200\/95{ border-color: rgb(233 213 255 / 0.95); }
.border-purple-300{ --tw-border-opacity: 1; border-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-purple-300\/0{ border-color: rgb(216 180 254 / 0); }
.border-purple-300\/10{ border-color: rgb(216 180 254 / 0.1); }
.border-purple-300\/100{ border-color: rgb(216 180 254 / 1); }
.border-purple-300\/20{ border-color: rgb(216 180 254 / 0.2); }
.border-purple-300\/25{ border-color: rgb(216 180 254 / 0.25); }
.border-purple-300\/30{ border-color: rgb(216 180 254 / 0.3); }
.border-purple-300\/40{ border-color: rgb(216 180 254 / 0.4); }
.border-purple-300\/5{ border-color: rgb(216 180 254 / 0.05); }
.border-purple-300\/50{ border-color: rgb(216 180 254 / 0.5); }
.border-purple-300\/60{ border-color: rgb(216 180 254 / 0.6); }
.border-purple-300\/70{ border-color: rgb(216 180 254 / 0.7); }
.border-purple-300\/75{ border-color: rgb(216 180 254 / 0.75); }
.border-purple-300\/80{ border-color: rgb(216 180 254 / 0.8); }
.border-purple-300\/90{ border-color: rgb(216 180 254 / 0.9); }
.border-purple-300\/95{ border-color: rgb(216 180 254 / 0.95); }
.border-purple-400{ --tw-border-opacity: 1; border-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-purple-400\/0{ border-color: rgb(192 132 252 / 0); }
.border-purple-400\/10{ border-color: rgb(192 132 252 / 0.1); }
.border-purple-400\/100{ border-color: rgb(192 132 252 / 1); }
.border-purple-400\/20{ border-color: rgb(192 132 252 / 0.2); }
.border-purple-400\/25{ border-color: rgb(192 132 252 / 0.25); }
.border-purple-400\/30{ border-color: rgb(192 132 252 / 0.3); }
.border-purple-400\/40{ border-color: rgb(192 132 252 / 0.4); }
.border-purple-400\/5{ border-color: rgb(192 132 252 / 0.05); }
.border-purple-400\/50{ border-color: rgb(192 132 252 / 0.5); }
.border-purple-400\/60{ border-color: rgb(192 132 252 / 0.6); }
.border-purple-400\/70{ border-color: rgb(192 132 252 / 0.7); }
.border-purple-400\/75{ border-color: rgb(192 132 252 / 0.75); }
.border-purple-400\/80{ border-color: rgb(192 132 252 / 0.8); }
.border-purple-400\/90{ border-color: rgb(192 132 252 / 0.9); }
.border-purple-400\/95{ border-color: rgb(192 132 252 / 0.95); }
.border-purple-50{ --tw-border-opacity: 1; border-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-purple-50\/0{ border-color: rgb(250 245 255 / 0); }
.border-purple-50\/10{ border-color: rgb(250 245 255 / 0.1); }
.border-purple-50\/100{ border-color: rgb(250 245 255 / 1); }
.border-purple-50\/20{ border-color: rgb(250 245 255 / 0.2); }
.border-purple-50\/25{ border-color: rgb(250 245 255 / 0.25); }
.border-purple-50\/30{ border-color: rgb(250 245 255 / 0.3); }
.border-purple-50\/40{ border-color: rgb(250 245 255 / 0.4); }
.border-purple-50\/5{ border-color: rgb(250 245 255 / 0.05); }
.border-purple-50\/50{ border-color: rgb(250 245 255 / 0.5); }
.border-purple-50\/60{ border-color: rgb(250 245 255 / 0.6); }
.border-purple-50\/70{ border-color: rgb(250 245 255 / 0.7); }
.border-purple-50\/75{ border-color: rgb(250 245 255 / 0.75); }
.border-purple-50\/80{ border-color: rgb(250 245 255 / 0.8); }
.border-purple-50\/90{ border-color: rgb(250 245 255 / 0.9); }
.border-purple-50\/95{ border-color: rgb(250 245 255 / 0.95); }
.border-purple-500{ --tw-border-opacity: 1; border-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-purple-500\/0{ border-color: rgb(168 85 247 / 0); }
.border-purple-500\/10{ border-color: rgb(168 85 247 / 0.1); }
.border-purple-500\/100{ border-color: rgb(168 85 247 / 1); }
.border-purple-500\/20{ border-color: rgb(168 85 247 / 0.2); }
.border-purple-500\/25{ border-color: rgb(168 85 247 / 0.25); }
.border-purple-500\/30{ border-color: rgb(168 85 247 / 0.3); }
.border-purple-500\/40{ border-color: rgb(168 85 247 / 0.4); }
.border-purple-500\/5{ border-color: rgb(168 85 247 / 0.05); }
.border-purple-500\/50{ border-color: rgb(168 85 247 / 0.5); }
.border-purple-500\/60{ border-color: rgb(168 85 247 / 0.6); }
.border-purple-500\/70{ border-color: rgb(168 85 247 / 0.7); }
.border-purple-500\/75{ border-color: rgb(168 85 247 / 0.75); }
.border-purple-500\/80{ border-color: rgb(168 85 247 / 0.8); }
.border-purple-500\/90{ border-color: rgb(168 85 247 / 0.9); }
.border-purple-500\/95{ border-color: rgb(168 85 247 / 0.95); }
.border-purple-600{ --tw-border-opacity: 1; border-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-purple-600\/0{ border-color: rgb(147 51 234 / 0); }
.border-purple-600\/10{ border-color: rgb(147 51 234 / 0.1); }
.border-purple-600\/100{ border-color: rgb(147 51 234 / 1); }
.border-purple-600\/20{ border-color: rgb(147 51 234 / 0.2); }
.border-purple-600\/25{ border-color: rgb(147 51 234 / 0.25); }
.border-purple-600\/30{ border-color: rgb(147 51 234 / 0.3); }
.border-purple-600\/40{ border-color: rgb(147 51 234 / 0.4); }
.border-purple-600\/5{ border-color: rgb(147 51 234 / 0.05); }
.border-purple-600\/50{ border-color: rgb(147 51 234 / 0.5); }
.border-purple-600\/60{ border-color: rgb(147 51 234 / 0.6); }
.border-purple-600\/70{ border-color: rgb(147 51 234 / 0.7); }
.border-purple-600\/75{ border-color: rgb(147 51 234 / 0.75); }
.border-purple-600\/80{ border-color: rgb(147 51 234 / 0.8); }
.border-purple-600\/90{ border-color: rgb(147 51 234 / 0.9); }
.border-purple-600\/95{ border-color: rgb(147 51 234 / 0.95); }
.border-purple-700{ --tw-border-opacity: 1; border-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-purple-700\/0{ border-color: rgb(126 34 206 / 0); }
.border-purple-700\/10{ border-color: rgb(126 34 206 / 0.1); }
.border-purple-700\/100{ border-color: rgb(126 34 206 / 1); }
.border-purple-700\/20{ border-color: rgb(126 34 206 / 0.2); }
.border-purple-700\/25{ border-color: rgb(126 34 206 / 0.25); }
.border-purple-700\/30{ border-color: rgb(126 34 206 / 0.3); }
.border-purple-700\/40{ border-color: rgb(126 34 206 / 0.4); }
.border-purple-700\/5{ border-color: rgb(126 34 206 / 0.05); }
.border-purple-700\/50{ border-color: rgb(126 34 206 / 0.5); }
.border-purple-700\/60{ border-color: rgb(126 34 206 / 0.6); }
.border-purple-700\/70{ border-color: rgb(126 34 206 / 0.7); }
.border-purple-700\/75{ border-color: rgb(126 34 206 / 0.75); }
.border-purple-700\/80{ border-color: rgb(126 34 206 / 0.8); }
.border-purple-700\/90{ border-color: rgb(126 34 206 / 0.9); }
.border-purple-700\/95{ border-color: rgb(126 34 206 / 0.95); }
.border-purple-800{ --tw-border-opacity: 1; border-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-purple-800\/0{ border-color: rgb(107 33 168 / 0); }
.border-purple-800\/10{ border-color: rgb(107 33 168 / 0.1); }
.border-purple-800\/100{ border-color: rgb(107 33 168 / 1); }
.border-purple-800\/20{ border-color: rgb(107 33 168 / 0.2); }
.border-purple-800\/25{ border-color: rgb(107 33 168 / 0.25); }
.border-purple-800\/30{ border-color: rgb(107 33 168 / 0.3); }
.border-purple-800\/40{ border-color: rgb(107 33 168 / 0.4); }
.border-purple-800\/5{ border-color: rgb(107 33 168 / 0.05); }
.border-purple-800\/50{ border-color: rgb(107 33 168 / 0.5); }
.border-purple-800\/60{ border-color: rgb(107 33 168 / 0.6); }
.border-purple-800\/70{ border-color: rgb(107 33 168 / 0.7); }
.border-purple-800\/75{ border-color: rgb(107 33 168 / 0.75); }
.border-purple-800\/80{ border-color: rgb(107 33 168 / 0.8); }
.border-purple-800\/90{ border-color: rgb(107 33 168 / 0.9); }
.border-purple-800\/95{ border-color: rgb(107 33 168 / 0.95); }
.border-purple-900{ --tw-border-opacity: 1; border-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-purple-900\/0{ border-color: rgb(88 28 135 / 0); }
.border-purple-900\/10{ border-color: rgb(88 28 135 / 0.1); }
.border-purple-900\/100{ border-color: rgb(88 28 135 / 1); }
.border-purple-900\/20{ border-color: rgb(88 28 135 / 0.2); }
.border-purple-900\/25{ border-color: rgb(88 28 135 / 0.25); }
.border-purple-900\/30{ border-color: rgb(88 28 135 / 0.3); }
.border-purple-900\/40{ border-color: rgb(88 28 135 / 0.4); }
.border-purple-900\/5{ border-color: rgb(88 28 135 / 0.05); }
.border-purple-900\/50{ border-color: rgb(88 28 135 / 0.5); }
.border-purple-900\/60{ border-color: rgb(88 28 135 / 0.6); }
.border-purple-900\/70{ border-color: rgb(88 28 135 / 0.7); }
.border-purple-900\/75{ border-color: rgb(88 28 135 / 0.75); }
.border-purple-900\/80{ border-color: rgb(88 28 135 / 0.8); }
.border-purple-900\/90{ border-color: rgb(88 28 135 / 0.9); }
.border-purple-900\/95{ border-color: rgb(88 28 135 / 0.95); }
.border-purple-950{ --tw-border-opacity: 1; border-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-purple-950\/0{ border-color: rgb(59 7 100 / 0); }
.border-purple-950\/10{ border-color: rgb(59 7 100 / 0.1); }
.border-purple-950\/100{ border-color: rgb(59 7 100 / 1); }
.border-purple-950\/20{ border-color: rgb(59 7 100 / 0.2); }
.border-purple-950\/25{ border-color: rgb(59 7 100 / 0.25); }
.border-purple-950\/30{ border-color: rgb(59 7 100 / 0.3); }
.border-purple-950\/40{ border-color: rgb(59 7 100 / 0.4); }
.border-purple-950\/5{ border-color: rgb(59 7 100 / 0.05); }
.border-purple-950\/50{ border-color: rgb(59 7 100 / 0.5); }
.border-purple-950\/60{ border-color: rgb(59 7 100 / 0.6); }
.border-purple-950\/70{ border-color: rgb(59 7 100 / 0.7); }
.border-purple-950\/75{ border-color: rgb(59 7 100 / 0.75); }
.border-purple-950\/80{ border-color: rgb(59 7 100 / 0.8); }
.border-purple-950\/90{ border-color: rgb(59 7 100 / 0.9); }
.border-purple-950\/95{ border-color: rgb(59 7 100 / 0.95); }
.border-red-100{ --tw-border-opacity: 1; border-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-red-100\/0{ border-color: rgb(254 226 226 / 0); }
.border-red-100\/10{ border-color: rgb(254 226 226 / 0.1); }
.border-red-100\/100{ border-color: rgb(254 226 226 / 1); }
.border-red-100\/20{ border-color: rgb(254 226 226 / 0.2); }
.border-red-100\/25{ border-color: rgb(254 226 226 / 0.25); }
.border-red-100\/30{ border-color: rgb(254 226 226 / 0.3); }
.border-red-100\/40{ border-color: rgb(254 226 226 / 0.4); }
.border-red-100\/5{ border-color: rgb(254 226 226 / 0.05); }
.border-red-100\/50{ border-color: rgb(254 226 226 / 0.5); }
.border-red-100\/60{ border-color: rgb(254 226 226 / 0.6); }
.border-red-100\/70{ border-color: rgb(254 226 226 / 0.7); }
.border-red-100\/75{ border-color: rgb(254 226 226 / 0.75); }
.border-red-100\/80{ border-color: rgb(254 226 226 / 0.8); }
.border-red-100\/90{ border-color: rgb(254 226 226 / 0.9); }
.border-red-100\/95{ border-color: rgb(254 226 226 / 0.95); }
.border-red-200{ --tw-border-opacity: 1; border-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-red-200\/0{ border-color: rgb(254 202 202 / 0); }
.border-red-200\/10{ border-color: rgb(254 202 202 / 0.1); }
.border-red-200\/100{ border-color: rgb(254 202 202 / 1); }
.border-red-200\/20{ border-color: rgb(254 202 202 / 0.2); }
.border-red-200\/25{ border-color: rgb(254 202 202 / 0.25); }
.border-red-200\/30{ border-color: rgb(254 202 202 / 0.3); }
.border-red-200\/40{ border-color: rgb(254 202 202 / 0.4); }
.border-red-200\/5{ border-color: rgb(254 202 202 / 0.05); }
.border-red-200\/50{ border-color: rgb(254 202 202 / 0.5); }
.border-red-200\/60{ border-color: rgb(254 202 202 / 0.6); }
.border-red-200\/70{ border-color: rgb(254 202 202 / 0.7); }
.border-red-200\/75{ border-color: rgb(254 202 202 / 0.75); }
.border-red-200\/80{ border-color: rgb(254 202 202 / 0.8); }
.border-red-200\/90{ border-color: rgb(254 202 202 / 0.9); }
.border-red-200\/95{ border-color: rgb(254 202 202 / 0.95); }
.border-red-300{ --tw-border-opacity: 1; border-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-red-300\/0{ border-color: rgb(252 165 165 / 0); }
.border-red-300\/10{ border-color: rgb(252 165 165 / 0.1); }
.border-red-300\/100{ border-color: rgb(252 165 165 / 1); }
.border-red-300\/20{ border-color: rgb(252 165 165 / 0.2); }
.border-red-300\/25{ border-color: rgb(252 165 165 / 0.25); }
.border-red-300\/30{ border-color: rgb(252 165 165 / 0.3); }
.border-red-300\/40{ border-color: rgb(252 165 165 / 0.4); }
.border-red-300\/5{ border-color: rgb(252 165 165 / 0.05); }
.border-red-300\/50{ border-color: rgb(252 165 165 / 0.5); }
.border-red-300\/60{ border-color: rgb(252 165 165 / 0.6); }
.border-red-300\/70{ border-color: rgb(252 165 165 / 0.7); }
.border-red-300\/75{ border-color: rgb(252 165 165 / 0.75); }
.border-red-300\/80{ border-color: rgb(252 165 165 / 0.8); }
.border-red-300\/90{ border-color: rgb(252 165 165 / 0.9); }
.border-red-300\/95{ border-color: rgb(252 165 165 / 0.95); }
.border-red-400{ --tw-border-opacity: 1; border-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-red-400\/0{ border-color: rgb(248 113 113 / 0); }
.border-red-400\/10{ border-color: rgb(248 113 113 / 0.1); }
.border-red-400\/100{ border-color: rgb(248 113 113 / 1); }
.border-red-400\/20{ border-color: rgb(248 113 113 / 0.2); }
.border-red-400\/25{ border-color: rgb(248 113 113 / 0.25); }
.border-red-400\/30{ border-color: rgb(248 113 113 / 0.3); }
.border-red-400\/40{ border-color: rgb(248 113 113 / 0.4); }
.border-red-400\/5{ border-color: rgb(248 113 113 / 0.05); }
.border-red-400\/50{ border-color: rgb(248 113 113 / 0.5); }
.border-red-400\/60{ border-color: rgb(248 113 113 / 0.6); }
.border-red-400\/70{ border-color: rgb(248 113 113 / 0.7); }
.border-red-400\/75{ border-color: rgb(248 113 113 / 0.75); }
.border-red-400\/80{ border-color: rgb(248 113 113 / 0.8); }
.border-red-400\/90{ border-color: rgb(248 113 113 / 0.9); }
.border-red-400\/95{ border-color: rgb(248 113 113 / 0.95); }
.border-red-50{ --tw-border-opacity: 1; border-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-red-50\/0{ border-color: rgb(254 242 242 / 0); }
.border-red-50\/10{ border-color: rgb(254 242 242 / 0.1); }
.border-red-50\/100{ border-color: rgb(254 242 242 / 1); }
.border-red-50\/20{ border-color: rgb(254 242 242 / 0.2); }
.border-red-50\/25{ border-color: rgb(254 242 242 / 0.25); }
.border-red-50\/30{ border-color: rgb(254 242 242 / 0.3); }
.border-red-50\/40{ border-color: rgb(254 242 242 / 0.4); }
.border-red-50\/5{ border-color: rgb(254 242 242 / 0.05); }
.border-red-50\/50{ border-color: rgb(254 242 242 / 0.5); }
.border-red-50\/60{ border-color: rgb(254 242 242 / 0.6); }
.border-red-50\/70{ border-color: rgb(254 242 242 / 0.7); }
.border-red-50\/75{ border-color: rgb(254 242 242 / 0.75); }
.border-red-50\/80{ border-color: rgb(254 242 242 / 0.8); }
.border-red-50\/90{ border-color: rgb(254 242 242 / 0.9); }
.border-red-50\/95{ border-color: rgb(254 242 242 / 0.95); }
.border-red-500{ --tw-border-opacity: 1; border-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-red-500\/0{ border-color: rgb(239 68 68 / 0); }
.border-red-500\/10{ border-color: rgb(239 68 68 / 0.1); }
.border-red-500\/100{ border-color: rgb(239 68 68 / 1); }
.border-red-500\/20{ border-color: rgb(239 68 68 / 0.2); }
.border-red-500\/25{ border-color: rgb(239 68 68 / 0.25); }
.border-red-500\/30{ border-color: rgb(239 68 68 / 0.3); }
.border-red-500\/40{ border-color: rgb(239 68 68 / 0.4); }
.border-red-500\/5{ border-color: rgb(239 68 68 / 0.05); }
.border-red-500\/50{ border-color: rgb(239 68 68 / 0.5); }
.border-red-500\/60{ border-color: rgb(239 68 68 / 0.6); }
.border-red-500\/70{ border-color: rgb(239 68 68 / 0.7); }
.border-red-500\/75{ border-color: rgb(239 68 68 / 0.75); }
.border-red-500\/80{ border-color: rgb(239 68 68 / 0.8); }
.border-red-500\/90{ border-color: rgb(239 68 68 / 0.9); }
.border-red-500\/95{ border-color: rgb(239 68 68 / 0.95); }
.border-red-600{ --tw-border-opacity: 1; border-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-red-600\/0{ border-color: rgb(220 38 38 / 0); }
.border-red-600\/10{ border-color: rgb(220 38 38 / 0.1); }
.border-red-600\/100{ border-color: rgb(220 38 38 / 1); }
.border-red-600\/20{ border-color: rgb(220 38 38 / 0.2); }
.border-red-600\/25{ border-color: rgb(220 38 38 / 0.25); }
.border-red-600\/30{ border-color: rgb(220 38 38 / 0.3); }
.border-red-600\/40{ border-color: rgb(220 38 38 / 0.4); }
.border-red-600\/5{ border-color: rgb(220 38 38 / 0.05); }
.border-red-600\/50{ border-color: rgb(220 38 38 / 0.5); }
.border-red-600\/60{ border-color: rgb(220 38 38 / 0.6); }
.border-red-600\/70{ border-color: rgb(220 38 38 / 0.7); }
.border-red-600\/75{ border-color: rgb(220 38 38 / 0.75); }
.border-red-600\/80{ border-color: rgb(220 38 38 / 0.8); }
.border-red-600\/90{ border-color: rgb(220 38 38 / 0.9); }
.border-red-600\/95{ border-color: rgb(220 38 38 / 0.95); }
.border-red-700{ --tw-border-opacity: 1; border-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-red-700\/0{ border-color: rgb(185 28 28 / 0); }
.border-red-700\/10{ border-color: rgb(185 28 28 / 0.1); }
.border-red-700\/100{ border-color: rgb(185 28 28 / 1); }
.border-red-700\/20{ border-color: rgb(185 28 28 / 0.2); }
.border-red-700\/25{ border-color: rgb(185 28 28 / 0.25); }
.border-red-700\/30{ border-color: rgb(185 28 28 / 0.3); }
.border-red-700\/40{ border-color: rgb(185 28 28 / 0.4); }
.border-red-700\/5{ border-color: rgb(185 28 28 / 0.05); }
.border-red-700\/50{ border-color: rgb(185 28 28 / 0.5); }
.border-red-700\/60{ border-color: rgb(185 28 28 / 0.6); }
.border-red-700\/70{ border-color: rgb(185 28 28 / 0.7); }
.border-red-700\/75{ border-color: rgb(185 28 28 / 0.75); }
.border-red-700\/80{ border-color: rgb(185 28 28 / 0.8); }
.border-red-700\/90{ border-color: rgb(185 28 28 / 0.9); }
.border-red-700\/95{ border-color: rgb(185 28 28 / 0.95); }
.border-red-800{ --tw-border-opacity: 1; border-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-red-800\/0{ border-color: rgb(153 27 27 / 0); }
.border-red-800\/10{ border-color: rgb(153 27 27 / 0.1); }
.border-red-800\/100{ border-color: rgb(153 27 27 / 1); }
.border-red-800\/20{ border-color: rgb(153 27 27 / 0.2); }
.border-red-800\/25{ border-color: rgb(153 27 27 / 0.25); }
.border-red-800\/30{ border-color: rgb(153 27 27 / 0.3); }
.border-red-800\/40{ border-color: rgb(153 27 27 / 0.4); }
.border-red-800\/5{ border-color: rgb(153 27 27 / 0.05); }
.border-red-800\/50{ border-color: rgb(153 27 27 / 0.5); }
.border-red-800\/60{ border-color: rgb(153 27 27 / 0.6); }
.border-red-800\/70{ border-color: rgb(153 27 27 / 0.7); }
.border-red-800\/75{ border-color: rgb(153 27 27 / 0.75); }
.border-red-800\/80{ border-color: rgb(153 27 27 / 0.8); }
.border-red-800\/90{ border-color: rgb(153 27 27 / 0.9); }
.border-red-800\/95{ border-color: rgb(153 27 27 / 0.95); }
.border-red-900{ --tw-border-opacity: 1; border-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-red-900\/0{ border-color: rgb(127 29 29 / 0); }
.border-red-900\/10{ border-color: rgb(127 29 29 / 0.1); }
.border-red-900\/100{ border-color: rgb(127 29 29 / 1); }
.border-red-900\/20{ border-color: rgb(127 29 29 / 0.2); }
.border-red-900\/25{ border-color: rgb(127 29 29 / 0.25); }
.border-red-900\/30{ border-color: rgb(127 29 29 / 0.3); }
.border-red-900\/40{ border-color: rgb(127 29 29 / 0.4); }
.border-red-900\/5{ border-color: rgb(127 29 29 / 0.05); }
.border-red-900\/50{ border-color: rgb(127 29 29 / 0.5); }
.border-red-900\/60{ border-color: rgb(127 29 29 / 0.6); }
.border-red-900\/70{ border-color: rgb(127 29 29 / 0.7); }
.border-red-900\/75{ border-color: rgb(127 29 29 / 0.75); }
.border-red-900\/80{ border-color: rgb(127 29 29 / 0.8); }
.border-red-900\/90{ border-color: rgb(127 29 29 / 0.9); }
.border-red-900\/95{ border-color: rgb(127 29 29 / 0.95); }
.border-red-950{ --tw-border-opacity: 1; border-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-red-950\/0{ border-color: rgb(69 10 10 / 0); }
.border-red-950\/10{ border-color: rgb(69 10 10 / 0.1); }
.border-red-950\/100{ border-color: rgb(69 10 10 / 1); }
.border-red-950\/20{ border-color: rgb(69 10 10 / 0.2); }
.border-red-950\/25{ border-color: rgb(69 10 10 / 0.25); }
.border-red-950\/30{ border-color: rgb(69 10 10 / 0.3); }
.border-red-950\/40{ border-color: rgb(69 10 10 / 0.4); }
.border-red-950\/5{ border-color: rgb(69 10 10 / 0.05); }
.border-red-950\/50{ border-color: rgb(69 10 10 / 0.5); }
.border-red-950\/60{ border-color: rgb(69 10 10 / 0.6); }
.border-red-950\/70{ border-color: rgb(69 10 10 / 0.7); }
.border-red-950\/75{ border-color: rgb(69 10 10 / 0.75); }
.border-red-950\/80{ border-color: rgb(69 10 10 / 0.8); }
.border-red-950\/90{ border-color: rgb(69 10 10 / 0.9); }
.border-red-950\/95{ border-color: rgb(69 10 10 / 0.95); }
.border-rose-100{ --tw-border-opacity: 1; border-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-rose-100\/0{ border-color: rgb(255 228 230 / 0); }
.border-rose-100\/10{ border-color: rgb(255 228 230 / 0.1); }
.border-rose-100\/100{ border-color: rgb(255 228 230 / 1); }
.border-rose-100\/20{ border-color: rgb(255 228 230 / 0.2); }
.border-rose-100\/25{ border-color: rgb(255 228 230 / 0.25); }
.border-rose-100\/30{ border-color: rgb(255 228 230 / 0.3); }
.border-rose-100\/40{ border-color: rgb(255 228 230 / 0.4); }
.border-rose-100\/5{ border-color: rgb(255 228 230 / 0.05); }
.border-rose-100\/50{ border-color: rgb(255 228 230 / 0.5); }
.border-rose-100\/60{ border-color: rgb(255 228 230 / 0.6); }
.border-rose-100\/70{ border-color: rgb(255 228 230 / 0.7); }
.border-rose-100\/75{ border-color: rgb(255 228 230 / 0.75); }
.border-rose-100\/80{ border-color: rgb(255 228 230 / 0.8); }
.border-rose-100\/90{ border-color: rgb(255 228 230 / 0.9); }
.border-rose-100\/95{ border-color: rgb(255 228 230 / 0.95); }
.border-rose-200{ --tw-border-opacity: 1; border-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-rose-200\/0{ border-color: rgb(254 205 211 / 0); }
.border-rose-200\/10{ border-color: rgb(254 205 211 / 0.1); }
.border-rose-200\/100{ border-color: rgb(254 205 211 / 1); }
.border-rose-200\/20{ border-color: rgb(254 205 211 / 0.2); }
.border-rose-200\/25{ border-color: rgb(254 205 211 / 0.25); }
.border-rose-200\/30{ border-color: rgb(254 205 211 / 0.3); }
.border-rose-200\/40{ border-color: rgb(254 205 211 / 0.4); }
.border-rose-200\/5{ border-color: rgb(254 205 211 / 0.05); }
.border-rose-200\/50{ border-color: rgb(254 205 211 / 0.5); }
.border-rose-200\/60{ border-color: rgb(254 205 211 / 0.6); }
.border-rose-200\/70{ border-color: rgb(254 205 211 / 0.7); }
.border-rose-200\/75{ border-color: rgb(254 205 211 / 0.75); }
.border-rose-200\/80{ border-color: rgb(254 205 211 / 0.8); }
.border-rose-200\/90{ border-color: rgb(254 205 211 / 0.9); }
.border-rose-200\/95{ border-color: rgb(254 205 211 / 0.95); }
.border-rose-300{ --tw-border-opacity: 1; border-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-rose-300\/0{ border-color: rgb(253 164 175 / 0); }
.border-rose-300\/10{ border-color: rgb(253 164 175 / 0.1); }
.border-rose-300\/100{ border-color: rgb(253 164 175 / 1); }
.border-rose-300\/20{ border-color: rgb(253 164 175 / 0.2); }
.border-rose-300\/25{ border-color: rgb(253 164 175 / 0.25); }
.border-rose-300\/30{ border-color: rgb(253 164 175 / 0.3); }
.border-rose-300\/40{ border-color: rgb(253 164 175 / 0.4); }
.border-rose-300\/5{ border-color: rgb(253 164 175 / 0.05); }
.border-rose-300\/50{ border-color: rgb(253 164 175 / 0.5); }
.border-rose-300\/60{ border-color: rgb(253 164 175 / 0.6); }
.border-rose-300\/70{ border-color: rgb(253 164 175 / 0.7); }
.border-rose-300\/75{ border-color: rgb(253 164 175 / 0.75); }
.border-rose-300\/80{ border-color: rgb(253 164 175 / 0.8); }
.border-rose-300\/90{ border-color: rgb(253 164 175 / 0.9); }
.border-rose-300\/95{ border-color: rgb(253 164 175 / 0.95); }
.border-rose-400{ --tw-border-opacity: 1; border-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-rose-400\/0{ border-color: rgb(251 113 133 / 0); }
.border-rose-400\/10{ border-color: rgb(251 113 133 / 0.1); }
.border-rose-400\/100{ border-color: rgb(251 113 133 / 1); }
.border-rose-400\/20{ border-color: rgb(251 113 133 / 0.2); }
.border-rose-400\/25{ border-color: rgb(251 113 133 / 0.25); }
.border-rose-400\/30{ border-color: rgb(251 113 133 / 0.3); }
.border-rose-400\/40{ border-color: rgb(251 113 133 / 0.4); }
.border-rose-400\/5{ border-color: rgb(251 113 133 / 0.05); }
.border-rose-400\/50{ border-color: rgb(251 113 133 / 0.5); }
.border-rose-400\/60{ border-color: rgb(251 113 133 / 0.6); }
.border-rose-400\/70{ border-color: rgb(251 113 133 / 0.7); }
.border-rose-400\/75{ border-color: rgb(251 113 133 / 0.75); }
.border-rose-400\/80{ border-color: rgb(251 113 133 / 0.8); }
.border-rose-400\/90{ border-color: rgb(251 113 133 / 0.9); }
.border-rose-400\/95{ border-color: rgb(251 113 133 / 0.95); }
.border-rose-50{ --tw-border-opacity: 1; border-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-rose-50\/0{ border-color: rgb(255 241 242 / 0); }
.border-rose-50\/10{ border-color: rgb(255 241 242 / 0.1); }
.border-rose-50\/100{ border-color: rgb(255 241 242 / 1); }
.border-rose-50\/20{ border-color: rgb(255 241 242 / 0.2); }
.border-rose-50\/25{ border-color: rgb(255 241 242 / 0.25); }
.border-rose-50\/30{ border-color: rgb(255 241 242 / 0.3); }
.border-rose-50\/40{ border-color: rgb(255 241 242 / 0.4); }
.border-rose-50\/5{ border-color: rgb(255 241 242 / 0.05); }
.border-rose-50\/50{ border-color: rgb(255 241 242 / 0.5); }
.border-rose-50\/60{ border-color: rgb(255 241 242 / 0.6); }
.border-rose-50\/70{ border-color: rgb(255 241 242 / 0.7); }
.border-rose-50\/75{ border-color: rgb(255 241 242 / 0.75); }
.border-rose-50\/80{ border-color: rgb(255 241 242 / 0.8); }
.border-rose-50\/90{ border-color: rgb(255 241 242 / 0.9); }
.border-rose-50\/95{ border-color: rgb(255 241 242 / 0.95); }
.border-rose-500{ --tw-border-opacity: 1; border-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-rose-500\/0{ border-color: rgb(244 63 94 / 0); }
.border-rose-500\/10{ border-color: rgb(244 63 94 / 0.1); }
.border-rose-500\/100{ border-color: rgb(244 63 94 / 1); }
.border-rose-500\/20{ border-color: rgb(244 63 94 / 0.2); }
.border-rose-500\/25{ border-color: rgb(244 63 94 / 0.25); }
.border-rose-500\/30{ border-color: rgb(244 63 94 / 0.3); }
.border-rose-500\/40{ border-color: rgb(244 63 94 / 0.4); }
.border-rose-500\/5{ border-color: rgb(244 63 94 / 0.05); }
.border-rose-500\/50{ border-color: rgb(244 63 94 / 0.5); }
.border-rose-500\/60{ border-color: rgb(244 63 94 / 0.6); }
.border-rose-500\/70{ border-color: rgb(244 63 94 / 0.7); }
.border-rose-500\/75{ border-color: rgb(244 63 94 / 0.75); }
.border-rose-500\/80{ border-color: rgb(244 63 94 / 0.8); }
.border-rose-500\/90{ border-color: rgb(244 63 94 / 0.9); }
.border-rose-500\/95{ border-color: rgb(244 63 94 / 0.95); }
.border-rose-600{ --tw-border-opacity: 1; border-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-rose-600\/0{ border-color: rgb(225 29 72 / 0); }
.border-rose-600\/10{ border-color: rgb(225 29 72 / 0.1); }
.border-rose-600\/100{ border-color: rgb(225 29 72 / 1); }
.border-rose-600\/20{ border-color: rgb(225 29 72 / 0.2); }
.border-rose-600\/25{ border-color: rgb(225 29 72 / 0.25); }
.border-rose-600\/30{ border-color: rgb(225 29 72 / 0.3); }
.border-rose-600\/40{ border-color: rgb(225 29 72 / 0.4); }
.border-rose-600\/5{ border-color: rgb(225 29 72 / 0.05); }
.border-rose-600\/50{ border-color: rgb(225 29 72 / 0.5); }
.border-rose-600\/60{ border-color: rgb(225 29 72 / 0.6); }
.border-rose-600\/70{ border-color: rgb(225 29 72 / 0.7); }
.border-rose-600\/75{ border-color: rgb(225 29 72 / 0.75); }
.border-rose-600\/80{ border-color: rgb(225 29 72 / 0.8); }
.border-rose-600\/90{ border-color: rgb(225 29 72 / 0.9); }
.border-rose-600\/95{ border-color: rgb(225 29 72 / 0.95); }
.border-rose-700{ --tw-border-opacity: 1; border-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-rose-700\/0{ border-color: rgb(190 18 60 / 0); }
.border-rose-700\/10{ border-color: rgb(190 18 60 / 0.1); }
.border-rose-700\/100{ border-color: rgb(190 18 60 / 1); }
.border-rose-700\/20{ border-color: rgb(190 18 60 / 0.2); }
.border-rose-700\/25{ border-color: rgb(190 18 60 / 0.25); }
.border-rose-700\/30{ border-color: rgb(190 18 60 / 0.3); }
.border-rose-700\/40{ border-color: rgb(190 18 60 / 0.4); }
.border-rose-700\/5{ border-color: rgb(190 18 60 / 0.05); }
.border-rose-700\/50{ border-color: rgb(190 18 60 / 0.5); }
.border-rose-700\/60{ border-color: rgb(190 18 60 / 0.6); }
.border-rose-700\/70{ border-color: rgb(190 18 60 / 0.7); }
.border-rose-700\/75{ border-color: rgb(190 18 60 / 0.75); }
.border-rose-700\/80{ border-color: rgb(190 18 60 / 0.8); }
.border-rose-700\/90{ border-color: rgb(190 18 60 / 0.9); }
.border-rose-700\/95{ border-color: rgb(190 18 60 / 0.95); }
.border-rose-800{ --tw-border-opacity: 1; border-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-rose-800\/0{ border-color: rgb(159 18 57 / 0); }
.border-rose-800\/10{ border-color: rgb(159 18 57 / 0.1); }
.border-rose-800\/100{ border-color: rgb(159 18 57 / 1); }
.border-rose-800\/20{ border-color: rgb(159 18 57 / 0.2); }
.border-rose-800\/25{ border-color: rgb(159 18 57 / 0.25); }
.border-rose-800\/30{ border-color: rgb(159 18 57 / 0.3); }
.border-rose-800\/40{ border-color: rgb(159 18 57 / 0.4); }
.border-rose-800\/5{ border-color: rgb(159 18 57 / 0.05); }
.border-rose-800\/50{ border-color: rgb(159 18 57 / 0.5); }
.border-rose-800\/60{ border-color: rgb(159 18 57 / 0.6); }
.border-rose-800\/70{ border-color: rgb(159 18 57 / 0.7); }
.border-rose-800\/75{ border-color: rgb(159 18 57 / 0.75); }
.border-rose-800\/80{ border-color: rgb(159 18 57 / 0.8); }
.border-rose-800\/90{ border-color: rgb(159 18 57 / 0.9); }
.border-rose-800\/95{ border-color: rgb(159 18 57 / 0.95); }
.border-rose-900{ --tw-border-opacity: 1; border-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-rose-900\/0{ border-color: rgb(136 19 55 / 0); }
.border-rose-900\/10{ border-color: rgb(136 19 55 / 0.1); }
.border-rose-900\/100{ border-color: rgb(136 19 55 / 1); }
.border-rose-900\/20{ border-color: rgb(136 19 55 / 0.2); }
.border-rose-900\/25{ border-color: rgb(136 19 55 / 0.25); }
.border-rose-900\/30{ border-color: rgb(136 19 55 / 0.3); }
.border-rose-900\/40{ border-color: rgb(136 19 55 / 0.4); }
.border-rose-900\/5{ border-color: rgb(136 19 55 / 0.05); }
.border-rose-900\/50{ border-color: rgb(136 19 55 / 0.5); }
.border-rose-900\/60{ border-color: rgb(136 19 55 / 0.6); }
.border-rose-900\/70{ border-color: rgb(136 19 55 / 0.7); }
.border-rose-900\/75{ border-color: rgb(136 19 55 / 0.75); }
.border-rose-900\/80{ border-color: rgb(136 19 55 / 0.8); }
.border-rose-900\/90{ border-color: rgb(136 19 55 / 0.9); }
.border-rose-900\/95{ border-color: rgb(136 19 55 / 0.95); }
.border-rose-950{ --tw-border-opacity: 1; border-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-rose-950\/0{ border-color: rgb(76 5 25 / 0); }
.border-rose-950\/10{ border-color: rgb(76 5 25 / 0.1); }
.border-rose-950\/100{ border-color: rgb(76 5 25 / 1); }
.border-rose-950\/20{ border-color: rgb(76 5 25 / 0.2); }
.border-rose-950\/25{ border-color: rgb(76 5 25 / 0.25); }
.border-rose-950\/30{ border-color: rgb(76 5 25 / 0.3); }
.border-rose-950\/40{ border-color: rgb(76 5 25 / 0.4); }
.border-rose-950\/5{ border-color: rgb(76 5 25 / 0.05); }
.border-rose-950\/50{ border-color: rgb(76 5 25 / 0.5); }
.border-rose-950\/60{ border-color: rgb(76 5 25 / 0.6); }
.border-rose-950\/70{ border-color: rgb(76 5 25 / 0.7); }
.border-rose-950\/75{ border-color: rgb(76 5 25 / 0.75); }
.border-rose-950\/80{ border-color: rgb(76 5 25 / 0.8); }
.border-rose-950\/90{ border-color: rgb(76 5 25 / 0.9); }
.border-rose-950\/95{ border-color: rgb(76 5 25 / 0.95); }
.border-sky-100{ --tw-border-opacity: 1; border-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-sky-100\/0{ border-color: rgb(224 242 254 / 0); }
.border-sky-100\/10{ border-color: rgb(224 242 254 / 0.1); }
.border-sky-100\/100{ border-color: rgb(224 242 254 / 1); }
.border-sky-100\/20{ border-color: rgb(224 242 254 / 0.2); }
.border-sky-100\/25{ border-color: rgb(224 242 254 / 0.25); }
.border-sky-100\/30{ border-color: rgb(224 242 254 / 0.3); }
.border-sky-100\/40{ border-color: rgb(224 242 254 / 0.4); }
.border-sky-100\/5{ border-color: rgb(224 242 254 / 0.05); }
.border-sky-100\/50{ border-color: rgb(224 242 254 / 0.5); }
.border-sky-100\/60{ border-color: rgb(224 242 254 / 0.6); }
.border-sky-100\/70{ border-color: rgb(224 242 254 / 0.7); }
.border-sky-100\/75{ border-color: rgb(224 242 254 / 0.75); }
.border-sky-100\/80{ border-color: rgb(224 242 254 / 0.8); }
.border-sky-100\/90{ border-color: rgb(224 242 254 / 0.9); }
.border-sky-100\/95{ border-color: rgb(224 242 254 / 0.95); }
.border-sky-200{ --tw-border-opacity: 1; border-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-sky-200\/0{ border-color: rgb(186 230 253 / 0); }
.border-sky-200\/10{ border-color: rgb(186 230 253 / 0.1); }
.border-sky-200\/100{ border-color: rgb(186 230 253 / 1); }
.border-sky-200\/20{ border-color: rgb(186 230 253 / 0.2); }
.border-sky-200\/25{ border-color: rgb(186 230 253 / 0.25); }
.border-sky-200\/30{ border-color: rgb(186 230 253 / 0.3); }
.border-sky-200\/40{ border-color: rgb(186 230 253 / 0.4); }
.border-sky-200\/5{ border-color: rgb(186 230 253 / 0.05); }
.border-sky-200\/50{ border-color: rgb(186 230 253 / 0.5); }
.border-sky-200\/60{ border-color: rgb(186 230 253 / 0.6); }
.border-sky-200\/70{ border-color: rgb(186 230 253 / 0.7); }
.border-sky-200\/75{ border-color: rgb(186 230 253 / 0.75); }
.border-sky-200\/80{ border-color: rgb(186 230 253 / 0.8); }
.border-sky-200\/90{ border-color: rgb(186 230 253 / 0.9); }
.border-sky-200\/95{ border-color: rgb(186 230 253 / 0.95); }
.border-sky-300{ --tw-border-opacity: 1; border-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-sky-300\/0{ border-color: rgb(125 211 252 / 0); }
.border-sky-300\/10{ border-color: rgb(125 211 252 / 0.1); }
.border-sky-300\/100{ border-color: rgb(125 211 252 / 1); }
.border-sky-300\/20{ border-color: rgb(125 211 252 / 0.2); }
.border-sky-300\/25{ border-color: rgb(125 211 252 / 0.25); }
.border-sky-300\/30{ border-color: rgb(125 211 252 / 0.3); }
.border-sky-300\/40{ border-color: rgb(125 211 252 / 0.4); }
.border-sky-300\/5{ border-color: rgb(125 211 252 / 0.05); }
.border-sky-300\/50{ border-color: rgb(125 211 252 / 0.5); }
.border-sky-300\/60{ border-color: rgb(125 211 252 / 0.6); }
.border-sky-300\/70{ border-color: rgb(125 211 252 / 0.7); }
.border-sky-300\/75{ border-color: rgb(125 211 252 / 0.75); }
.border-sky-300\/80{ border-color: rgb(125 211 252 / 0.8); }
.border-sky-300\/90{ border-color: rgb(125 211 252 / 0.9); }
.border-sky-300\/95{ border-color: rgb(125 211 252 / 0.95); }
.border-sky-400{ --tw-border-opacity: 1; border-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-sky-400\/0{ border-color: rgb(56 189 248 / 0); }
.border-sky-400\/10{ border-color: rgb(56 189 248 / 0.1); }
.border-sky-400\/100{ border-color: rgb(56 189 248 / 1); }
.border-sky-400\/20{ border-color: rgb(56 189 248 / 0.2); }
.border-sky-400\/25{ border-color: rgb(56 189 248 / 0.25); }
.border-sky-400\/30{ border-color: rgb(56 189 248 / 0.3); }
.border-sky-400\/40{ border-color: rgb(56 189 248 / 0.4); }
.border-sky-400\/5{ border-color: rgb(56 189 248 / 0.05); }
.border-sky-400\/50{ border-color: rgb(56 189 248 / 0.5); }
.border-sky-400\/60{ border-color: rgb(56 189 248 / 0.6); }
.border-sky-400\/70{ border-color: rgb(56 189 248 / 0.7); }
.border-sky-400\/75{ border-color: rgb(56 189 248 / 0.75); }
.border-sky-400\/80{ border-color: rgb(56 189 248 / 0.8); }
.border-sky-400\/90{ border-color: rgb(56 189 248 / 0.9); }
.border-sky-400\/95{ border-color: rgb(56 189 248 / 0.95); }
.border-sky-50{ --tw-border-opacity: 1; border-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-sky-50\/0{ border-color: rgb(240 249 255 / 0); }
.border-sky-50\/10{ border-color: rgb(240 249 255 / 0.1); }
.border-sky-50\/100{ border-color: rgb(240 249 255 / 1); }
.border-sky-50\/20{ border-color: rgb(240 249 255 / 0.2); }
.border-sky-50\/25{ border-color: rgb(240 249 255 / 0.25); }
.border-sky-50\/30{ border-color: rgb(240 249 255 / 0.3); }
.border-sky-50\/40{ border-color: rgb(240 249 255 / 0.4); }
.border-sky-50\/5{ border-color: rgb(240 249 255 / 0.05); }
.border-sky-50\/50{ border-color: rgb(240 249 255 / 0.5); }
.border-sky-50\/60{ border-color: rgb(240 249 255 / 0.6); }
.border-sky-50\/70{ border-color: rgb(240 249 255 / 0.7); }
.border-sky-50\/75{ border-color: rgb(240 249 255 / 0.75); }
.border-sky-50\/80{ border-color: rgb(240 249 255 / 0.8); }
.border-sky-50\/90{ border-color: rgb(240 249 255 / 0.9); }
.border-sky-50\/95{ border-color: rgb(240 249 255 / 0.95); }
.border-sky-500{ --tw-border-opacity: 1; border-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-sky-500\/0{ border-color: rgb(14 165 233 / 0); }
.border-sky-500\/10{ border-color: rgb(14 165 233 / 0.1); }
.border-sky-500\/100{ border-color: rgb(14 165 233 / 1); }
.border-sky-500\/20{ border-color: rgb(14 165 233 / 0.2); }
.border-sky-500\/25{ border-color: rgb(14 165 233 / 0.25); }
.border-sky-500\/30{ border-color: rgb(14 165 233 / 0.3); }
.border-sky-500\/40{ border-color: rgb(14 165 233 / 0.4); }
.border-sky-500\/5{ border-color: rgb(14 165 233 / 0.05); }
.border-sky-500\/50{ border-color: rgb(14 165 233 / 0.5); }
.border-sky-500\/60{ border-color: rgb(14 165 233 / 0.6); }
.border-sky-500\/70{ border-color: rgb(14 165 233 / 0.7); }
.border-sky-500\/75{ border-color: rgb(14 165 233 / 0.75); }
.border-sky-500\/80{ border-color: rgb(14 165 233 / 0.8); }
.border-sky-500\/90{ border-color: rgb(14 165 233 / 0.9); }
.border-sky-500\/95{ border-color: rgb(14 165 233 / 0.95); }
.border-sky-600{ --tw-border-opacity: 1; border-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-sky-600\/0{ border-color: rgb(2 132 199 / 0); }
.border-sky-600\/10{ border-color: rgb(2 132 199 / 0.1); }
.border-sky-600\/100{ border-color: rgb(2 132 199 / 1); }
.border-sky-600\/20{ border-color: rgb(2 132 199 / 0.2); }
.border-sky-600\/25{ border-color: rgb(2 132 199 / 0.25); }
.border-sky-600\/30{ border-color: rgb(2 132 199 / 0.3); }
.border-sky-600\/40{ border-color: rgb(2 132 199 / 0.4); }
.border-sky-600\/5{ border-color: rgb(2 132 199 / 0.05); }
.border-sky-600\/50{ border-color: rgb(2 132 199 / 0.5); }
.border-sky-600\/60{ border-color: rgb(2 132 199 / 0.6); }
.border-sky-600\/70{ border-color: rgb(2 132 199 / 0.7); }
.border-sky-600\/75{ border-color: rgb(2 132 199 / 0.75); }
.border-sky-600\/80{ border-color: rgb(2 132 199 / 0.8); }
.border-sky-600\/90{ border-color: rgb(2 132 199 / 0.9); }
.border-sky-600\/95{ border-color: rgb(2 132 199 / 0.95); }
.border-sky-700{ --tw-border-opacity: 1; border-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-sky-700\/0{ border-color: rgb(3 105 161 / 0); }
.border-sky-700\/10{ border-color: rgb(3 105 161 / 0.1); }
.border-sky-700\/100{ border-color: rgb(3 105 161 / 1); }
.border-sky-700\/20{ border-color: rgb(3 105 161 / 0.2); }
.border-sky-700\/25{ border-color: rgb(3 105 161 / 0.25); }
.border-sky-700\/30{ border-color: rgb(3 105 161 / 0.3); }
.border-sky-700\/40{ border-color: rgb(3 105 161 / 0.4); }
.border-sky-700\/5{ border-color: rgb(3 105 161 / 0.05); }
.border-sky-700\/50{ border-color: rgb(3 105 161 / 0.5); }
.border-sky-700\/60{ border-color: rgb(3 105 161 / 0.6); }
.border-sky-700\/70{ border-color: rgb(3 105 161 / 0.7); }
.border-sky-700\/75{ border-color: rgb(3 105 161 / 0.75); }
.border-sky-700\/80{ border-color: rgb(3 105 161 / 0.8); }
.border-sky-700\/90{ border-color: rgb(3 105 161 / 0.9); }
.border-sky-700\/95{ border-color: rgb(3 105 161 / 0.95); }
.border-sky-800{ --tw-border-opacity: 1; border-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-sky-800\/0{ border-color: rgb(7 89 133 / 0); }
.border-sky-800\/10{ border-color: rgb(7 89 133 / 0.1); }
.border-sky-800\/100{ border-color: rgb(7 89 133 / 1); }
.border-sky-800\/20{ border-color: rgb(7 89 133 / 0.2); }
.border-sky-800\/25{ border-color: rgb(7 89 133 / 0.25); }
.border-sky-800\/30{ border-color: rgb(7 89 133 / 0.3); }
.border-sky-800\/40{ border-color: rgb(7 89 133 / 0.4); }
.border-sky-800\/5{ border-color: rgb(7 89 133 / 0.05); }
.border-sky-800\/50{ border-color: rgb(7 89 133 / 0.5); }
.border-sky-800\/60{ border-color: rgb(7 89 133 / 0.6); }
.border-sky-800\/70{ border-color: rgb(7 89 133 / 0.7); }
.border-sky-800\/75{ border-color: rgb(7 89 133 / 0.75); }
.border-sky-800\/80{ border-color: rgb(7 89 133 / 0.8); }
.border-sky-800\/90{ border-color: rgb(7 89 133 / 0.9); }
.border-sky-800\/95{ border-color: rgb(7 89 133 / 0.95); }
.border-sky-900{ --tw-border-opacity: 1; border-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-sky-900\/0{ border-color: rgb(12 74 110 / 0); }
.border-sky-900\/10{ border-color: rgb(12 74 110 / 0.1); }
.border-sky-900\/100{ border-color: rgb(12 74 110 / 1); }
.border-sky-900\/20{ border-color: rgb(12 74 110 / 0.2); }
.border-sky-900\/25{ border-color: rgb(12 74 110 / 0.25); }
.border-sky-900\/30{ border-color: rgb(12 74 110 / 0.3); }
.border-sky-900\/40{ border-color: rgb(12 74 110 / 0.4); }
.border-sky-900\/5{ border-color: rgb(12 74 110 / 0.05); }
.border-sky-900\/50{ border-color: rgb(12 74 110 / 0.5); }
.border-sky-900\/60{ border-color: rgb(12 74 110 / 0.6); }
.border-sky-900\/70{ border-color: rgb(12 74 110 / 0.7); }
.border-sky-900\/75{ border-color: rgb(12 74 110 / 0.75); }
.border-sky-900\/80{ border-color: rgb(12 74 110 / 0.8); }
.border-sky-900\/90{ border-color: rgb(12 74 110 / 0.9); }
.border-sky-900\/95{ border-color: rgb(12 74 110 / 0.95); }
.border-sky-950{ --tw-border-opacity: 1; border-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-sky-950\/0{ border-color: rgb(8 47 73 / 0); }
.border-sky-950\/10{ border-color: rgb(8 47 73 / 0.1); }
.border-sky-950\/100{ border-color: rgb(8 47 73 / 1); }
.border-sky-950\/20{ border-color: rgb(8 47 73 / 0.2); }
.border-sky-950\/25{ border-color: rgb(8 47 73 / 0.25); }
.border-sky-950\/30{ border-color: rgb(8 47 73 / 0.3); }
.border-sky-950\/40{ border-color: rgb(8 47 73 / 0.4); }
.border-sky-950\/5{ border-color: rgb(8 47 73 / 0.05); }
.border-sky-950\/50{ border-color: rgb(8 47 73 / 0.5); }
.border-sky-950\/60{ border-color: rgb(8 47 73 / 0.6); }
.border-sky-950\/70{ border-color: rgb(8 47 73 / 0.7); }
.border-sky-950\/75{ border-color: rgb(8 47 73 / 0.75); }
.border-sky-950\/80{ border-color: rgb(8 47 73 / 0.8); }
.border-sky-950\/90{ border-color: rgb(8 47 73 / 0.9); }
.border-sky-950\/95{ border-color: rgb(8 47 73 / 0.95); }
.border-slate-100{ --tw-border-opacity: 1; border-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-slate-100\/0{ border-color: rgb(241 245 249 / 0); }
.border-slate-100\/10{ border-color: rgb(241 245 249 / 0.1); }
.border-slate-100\/100{ border-color: rgb(241 245 249 / 1); }
.border-slate-100\/20{ border-color: rgb(241 245 249 / 0.2); }
.border-slate-100\/25{ border-color: rgb(241 245 249 / 0.25); }
.border-slate-100\/30{ border-color: rgb(241 245 249 / 0.3); }
.border-slate-100\/40{ border-color: rgb(241 245 249 / 0.4); }
.border-slate-100\/5{ border-color: rgb(241 245 249 / 0.05); }
.border-slate-100\/50{ border-color: rgb(241 245 249 / 0.5); }
.border-slate-100\/60{ border-color: rgb(241 245 249 / 0.6); }
.border-slate-100\/70{ border-color: rgb(241 245 249 / 0.7); }
.border-slate-100\/75{ border-color: rgb(241 245 249 / 0.75); }
.border-slate-100\/80{ border-color: rgb(241 245 249 / 0.8); }
.border-slate-100\/90{ border-color: rgb(241 245 249 / 0.9); }
.border-slate-100\/95{ border-color: rgb(241 245 249 / 0.95); }
.border-slate-200{ --tw-border-opacity: 1; border-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-slate-200\/0{ border-color: rgb(226 232 240 / 0); }
.border-slate-200\/10{ border-color: rgb(226 232 240 / 0.1); }
.border-slate-200\/100{ border-color: rgb(226 232 240 / 1); }
.border-slate-200\/20{ border-color: rgb(226 232 240 / 0.2); }
.border-slate-200\/25{ border-color: rgb(226 232 240 / 0.25); }
.border-slate-200\/30{ border-color: rgb(226 232 240 / 0.3); }
.border-slate-200\/40{ border-color: rgb(226 232 240 / 0.4); }
.border-slate-200\/5{ border-color: rgb(226 232 240 / 0.05); }
.border-slate-200\/50{ border-color: rgb(226 232 240 / 0.5); }
.border-slate-200\/60{ border-color: rgb(226 232 240 / 0.6); }
.border-slate-200\/70{ border-color: rgb(226 232 240 / 0.7); }
.border-slate-200\/75{ border-color: rgb(226 232 240 / 0.75); }
.border-slate-200\/80{ border-color: rgb(226 232 240 / 0.8); }
.border-slate-200\/90{ border-color: rgb(226 232 240 / 0.9); }
.border-slate-200\/95{ border-color: rgb(226 232 240 / 0.95); }
.border-slate-300{ --tw-border-opacity: 1; border-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-slate-300\/0{ border-color: rgb(203 213 225 / 0); }
.border-slate-300\/10{ border-color: rgb(203 213 225 / 0.1); }
.border-slate-300\/100{ border-color: rgb(203 213 225 / 1); }
.border-slate-300\/20{ border-color: rgb(203 213 225 / 0.2); }
.border-slate-300\/25{ border-color: rgb(203 213 225 / 0.25); }
.border-slate-300\/30{ border-color: rgb(203 213 225 / 0.3); }
.border-slate-300\/40{ border-color: rgb(203 213 225 / 0.4); }
.border-slate-300\/5{ border-color: rgb(203 213 225 / 0.05); }
.border-slate-300\/50{ border-color: rgb(203 213 225 / 0.5); }
.border-slate-300\/60{ border-color: rgb(203 213 225 / 0.6); }
.border-slate-300\/70{ border-color: rgb(203 213 225 / 0.7); }
.border-slate-300\/75{ border-color: rgb(203 213 225 / 0.75); }
.border-slate-300\/80{ border-color: rgb(203 213 225 / 0.8); }
.border-slate-300\/90{ border-color: rgb(203 213 225 / 0.9); }
.border-slate-300\/95{ border-color: rgb(203 213 225 / 0.95); }
.border-slate-400{ --tw-border-opacity: 1; border-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-slate-400\/0{ border-color: rgb(148 163 184 / 0); }
.border-slate-400\/10{ border-color: rgb(148 163 184 / 0.1); }
.border-slate-400\/100{ border-color: rgb(148 163 184 / 1); }
.border-slate-400\/20{ border-color: rgb(148 163 184 / 0.2); }
.border-slate-400\/25{ border-color: rgb(148 163 184 / 0.25); }
.border-slate-400\/30{ border-color: rgb(148 163 184 / 0.3); }
.border-slate-400\/40{ border-color: rgb(148 163 184 / 0.4); }
.border-slate-400\/5{ border-color: rgb(148 163 184 / 0.05); }
.border-slate-400\/50{ border-color: rgb(148 163 184 / 0.5); }
.border-slate-400\/60{ border-color: rgb(148 163 184 / 0.6); }
.border-slate-400\/70{ border-color: rgb(148 163 184 / 0.7); }
.border-slate-400\/75{ border-color: rgb(148 163 184 / 0.75); }
.border-slate-400\/80{ border-color: rgb(148 163 184 / 0.8); }
.border-slate-400\/90{ border-color: rgb(148 163 184 / 0.9); }
.border-slate-400\/95{ border-color: rgb(148 163 184 / 0.95); }
.border-slate-50{ --tw-border-opacity: 1; border-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-slate-50\/0{ border-color: rgb(248 250 252 / 0); }
.border-slate-50\/10{ border-color: rgb(248 250 252 / 0.1); }
.border-slate-50\/100{ border-color: rgb(248 250 252 / 1); }
.border-slate-50\/20{ border-color: rgb(248 250 252 / 0.2); }
.border-slate-50\/25{ border-color: rgb(248 250 252 / 0.25); }
.border-slate-50\/30{ border-color: rgb(248 250 252 / 0.3); }
.border-slate-50\/40{ border-color: rgb(248 250 252 / 0.4); }
.border-slate-50\/5{ border-color: rgb(248 250 252 / 0.05); }
.border-slate-50\/50{ border-color: rgb(248 250 252 / 0.5); }
.border-slate-50\/60{ border-color: rgb(248 250 252 / 0.6); }
.border-slate-50\/70{ border-color: rgb(248 250 252 / 0.7); }
.border-slate-50\/75{ border-color: rgb(248 250 252 / 0.75); }
.border-slate-50\/80{ border-color: rgb(248 250 252 / 0.8); }
.border-slate-50\/90{ border-color: rgb(248 250 252 / 0.9); }
.border-slate-50\/95{ border-color: rgb(248 250 252 / 0.95); }
.border-slate-500{ --tw-border-opacity: 1; border-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-slate-500\/0{ border-color: rgb(100 116 139 / 0); }
.border-slate-500\/10{ border-color: rgb(100 116 139 / 0.1); }
.border-slate-500\/100{ border-color: rgb(100 116 139 / 1); }
.border-slate-500\/20{ border-color: rgb(100 116 139 / 0.2); }
.border-slate-500\/25{ border-color: rgb(100 116 139 / 0.25); }
.border-slate-500\/30{ border-color: rgb(100 116 139 / 0.3); }
.border-slate-500\/40{ border-color: rgb(100 116 139 / 0.4); }
.border-slate-500\/5{ border-color: rgb(100 116 139 / 0.05); }
.border-slate-500\/50{ border-color: rgb(100 116 139 / 0.5); }
.border-slate-500\/60{ border-color: rgb(100 116 139 / 0.6); }
.border-slate-500\/70{ border-color: rgb(100 116 139 / 0.7); }
.border-slate-500\/75{ border-color: rgb(100 116 139 / 0.75); }
.border-slate-500\/80{ border-color: rgb(100 116 139 / 0.8); }
.border-slate-500\/90{ border-color: rgb(100 116 139 / 0.9); }
.border-slate-500\/95{ border-color: rgb(100 116 139 / 0.95); }
.border-slate-600{ --tw-border-opacity: 1; border-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-slate-600\/0{ border-color: rgb(71 85 105 / 0); }
.border-slate-600\/10{ border-color: rgb(71 85 105 / 0.1); }
.border-slate-600\/100{ border-color: rgb(71 85 105 / 1); }
.border-slate-600\/20{ border-color: rgb(71 85 105 / 0.2); }
.border-slate-600\/25{ border-color: rgb(71 85 105 / 0.25); }
.border-slate-600\/30{ border-color: rgb(71 85 105 / 0.3); }
.border-slate-600\/40{ border-color: rgb(71 85 105 / 0.4); }
.border-slate-600\/5{ border-color: rgb(71 85 105 / 0.05); }
.border-slate-600\/50{ border-color: rgb(71 85 105 / 0.5); }
.border-slate-600\/60{ border-color: rgb(71 85 105 / 0.6); }
.border-slate-600\/70{ border-color: rgb(71 85 105 / 0.7); }
.border-slate-600\/75{ border-color: rgb(71 85 105 / 0.75); }
.border-slate-600\/80{ border-color: rgb(71 85 105 / 0.8); }
.border-slate-600\/90{ border-color: rgb(71 85 105 / 0.9); }
.border-slate-600\/95{ border-color: rgb(71 85 105 / 0.95); }
.border-slate-700{ --tw-border-opacity: 1; border-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-slate-700\/0{ border-color: rgb(51 65 85 / 0); }
.border-slate-700\/10{ border-color: rgb(51 65 85 / 0.1); }
.border-slate-700\/100{ border-color: rgb(51 65 85 / 1); }
.border-slate-700\/20{ border-color: rgb(51 65 85 / 0.2); }
.border-slate-700\/25{ border-color: rgb(51 65 85 / 0.25); }
.border-slate-700\/30{ border-color: rgb(51 65 85 / 0.3); }
.border-slate-700\/40{ border-color: rgb(51 65 85 / 0.4); }
.border-slate-700\/5{ border-color: rgb(51 65 85 / 0.05); }
.border-slate-700\/50{ border-color: rgb(51 65 85 / 0.5); }
.border-slate-700\/60{ border-color: rgb(51 65 85 / 0.6); }
.border-slate-700\/70{ border-color: rgb(51 65 85 / 0.7); }
.border-slate-700\/75{ border-color: rgb(51 65 85 / 0.75); }
.border-slate-700\/80{ border-color: rgb(51 65 85 / 0.8); }
.border-slate-700\/90{ border-color: rgb(51 65 85 / 0.9); }
.border-slate-700\/95{ border-color: rgb(51 65 85 / 0.95); }
.border-slate-800{ --tw-border-opacity: 1; border-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-slate-800\/0{ border-color: rgb(30 41 59 / 0); }
.border-slate-800\/10{ border-color: rgb(30 41 59 / 0.1); }
.border-slate-800\/100{ border-color: rgb(30 41 59 / 1); }
.border-slate-800\/20{ border-color: rgb(30 41 59 / 0.2); }
.border-slate-800\/25{ border-color: rgb(30 41 59 / 0.25); }
.border-slate-800\/30{ border-color: rgb(30 41 59 / 0.3); }
.border-slate-800\/40{ border-color: rgb(30 41 59 / 0.4); }
.border-slate-800\/5{ border-color: rgb(30 41 59 / 0.05); }
.border-slate-800\/50{ border-color: rgb(30 41 59 / 0.5); }
.border-slate-800\/60{ border-color: rgb(30 41 59 / 0.6); }
.border-slate-800\/70{ border-color: rgb(30 41 59 / 0.7); }
.border-slate-800\/75{ border-color: rgb(30 41 59 / 0.75); }
.border-slate-800\/80{ border-color: rgb(30 41 59 / 0.8); }
.border-slate-800\/90{ border-color: rgb(30 41 59 / 0.9); }
.border-slate-800\/95{ border-color: rgb(30 41 59 / 0.95); }
.border-slate-900{ --tw-border-opacity: 1; border-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-slate-900\/0{ border-color: rgb(15 23 42 / 0); }
.border-slate-900\/10{ border-color: rgb(15 23 42 / 0.1); }
.border-slate-900\/100{ border-color: rgb(15 23 42 / 1); }
.border-slate-900\/20{ border-color: rgb(15 23 42 / 0.2); }
.border-slate-900\/25{ border-color: rgb(15 23 42 / 0.25); }
.border-slate-900\/30{ border-color: rgb(15 23 42 / 0.3); }
.border-slate-900\/40{ border-color: rgb(15 23 42 / 0.4); }
.border-slate-900\/5{ border-color: rgb(15 23 42 / 0.05); }
.border-slate-900\/50{ border-color: rgb(15 23 42 / 0.5); }
.border-slate-900\/60{ border-color: rgb(15 23 42 / 0.6); }
.border-slate-900\/70{ border-color: rgb(15 23 42 / 0.7); }
.border-slate-900\/75{ border-color: rgb(15 23 42 / 0.75); }
.border-slate-900\/80{ border-color: rgb(15 23 42 / 0.8); }
.border-slate-900\/90{ border-color: rgb(15 23 42 / 0.9); }
.border-slate-900\/95{ border-color: rgb(15 23 42 / 0.95); }
.border-slate-950{ --tw-border-opacity: 1; border-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-slate-950\/0{ border-color: rgb(2 6 23 / 0); }
.border-slate-950\/10{ border-color: rgb(2 6 23 / 0.1); }
.border-slate-950\/100{ border-color: rgb(2 6 23 / 1); }
.border-slate-950\/20{ border-color: rgb(2 6 23 / 0.2); }
.border-slate-950\/25{ border-color: rgb(2 6 23 / 0.25); }
.border-slate-950\/30{ border-color: rgb(2 6 23 / 0.3); }
.border-slate-950\/40{ border-color: rgb(2 6 23 / 0.4); }
.border-slate-950\/5{ border-color: rgb(2 6 23 / 0.05); }
.border-slate-950\/50{ border-color: rgb(2 6 23 / 0.5); }
.border-slate-950\/60{ border-color: rgb(2 6 23 / 0.6); }
.border-slate-950\/70{ border-color: rgb(2 6 23 / 0.7); }
.border-slate-950\/75{ border-color: rgb(2 6 23 / 0.75); }
.border-slate-950\/80{ border-color: rgb(2 6 23 / 0.8); }
.border-slate-950\/90{ border-color: rgb(2 6 23 / 0.9); }
.border-slate-950\/95{ border-color: rgb(2 6 23 / 0.95); }
.border-stone-100{ --tw-border-opacity: 1; border-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-stone-100\/0{ border-color: rgb(245 245 244 / 0); }
.border-stone-100\/10{ border-color: rgb(245 245 244 / 0.1); }
.border-stone-100\/100{ border-color: rgb(245 245 244 / 1); }
.border-stone-100\/20{ border-color: rgb(245 245 244 / 0.2); }
.border-stone-100\/25{ border-color: rgb(245 245 244 / 0.25); }
.border-stone-100\/30{ border-color: rgb(245 245 244 / 0.3); }
.border-stone-100\/40{ border-color: rgb(245 245 244 / 0.4); }
.border-stone-100\/5{ border-color: rgb(245 245 244 / 0.05); }
.border-stone-100\/50{ border-color: rgb(245 245 244 / 0.5); }
.border-stone-100\/60{ border-color: rgb(245 245 244 / 0.6); }
.border-stone-100\/70{ border-color: rgb(245 245 244 / 0.7); }
.border-stone-100\/75{ border-color: rgb(245 245 244 / 0.75); }
.border-stone-100\/80{ border-color: rgb(245 245 244 / 0.8); }
.border-stone-100\/90{ border-color: rgb(245 245 244 / 0.9); }
.border-stone-100\/95{ border-color: rgb(245 245 244 / 0.95); }
.border-stone-200{ --tw-border-opacity: 1; border-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-stone-200\/0{ border-color: rgb(231 229 228 / 0); }
.border-stone-200\/10{ border-color: rgb(231 229 228 / 0.1); }
.border-stone-200\/100{ border-color: rgb(231 229 228 / 1); }
.border-stone-200\/20{ border-color: rgb(231 229 228 / 0.2); }
.border-stone-200\/25{ border-color: rgb(231 229 228 / 0.25); }
.border-stone-200\/30{ border-color: rgb(231 229 228 / 0.3); }
.border-stone-200\/40{ border-color: rgb(231 229 228 / 0.4); }
.border-stone-200\/5{ border-color: rgb(231 229 228 / 0.05); }
.border-stone-200\/50{ border-color: rgb(231 229 228 / 0.5); }
.border-stone-200\/60{ border-color: rgb(231 229 228 / 0.6); }
.border-stone-200\/70{ border-color: rgb(231 229 228 / 0.7); }
.border-stone-200\/75{ border-color: rgb(231 229 228 / 0.75); }
.border-stone-200\/80{ border-color: rgb(231 229 228 / 0.8); }
.border-stone-200\/90{ border-color: rgb(231 229 228 / 0.9); }
.border-stone-200\/95{ border-color: rgb(231 229 228 / 0.95); }
.border-stone-300{ --tw-border-opacity: 1; border-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-stone-300\/0{ border-color: rgb(214 211 209 / 0); }
.border-stone-300\/10{ border-color: rgb(214 211 209 / 0.1); }
.border-stone-300\/100{ border-color: rgb(214 211 209 / 1); }
.border-stone-300\/20{ border-color: rgb(214 211 209 / 0.2); }
.border-stone-300\/25{ border-color: rgb(214 211 209 / 0.25); }
.border-stone-300\/30{ border-color: rgb(214 211 209 / 0.3); }
.border-stone-300\/40{ border-color: rgb(214 211 209 / 0.4); }
.border-stone-300\/5{ border-color: rgb(214 211 209 / 0.05); }
.border-stone-300\/50{ border-color: rgb(214 211 209 / 0.5); }
.border-stone-300\/60{ border-color: rgb(214 211 209 / 0.6); }
.border-stone-300\/70{ border-color: rgb(214 211 209 / 0.7); }
.border-stone-300\/75{ border-color: rgb(214 211 209 / 0.75); }
.border-stone-300\/80{ border-color: rgb(214 211 209 / 0.8); }
.border-stone-300\/90{ border-color: rgb(214 211 209 / 0.9); }
.border-stone-300\/95{ border-color: rgb(214 211 209 / 0.95); }
.border-stone-400{ --tw-border-opacity: 1; border-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-stone-400\/0{ border-color: rgb(168 162 158 / 0); }
.border-stone-400\/10{ border-color: rgb(168 162 158 / 0.1); }
.border-stone-400\/100{ border-color: rgb(168 162 158 / 1); }
.border-stone-400\/20{ border-color: rgb(168 162 158 / 0.2); }
.border-stone-400\/25{ border-color: rgb(168 162 158 / 0.25); }
.border-stone-400\/30{ border-color: rgb(168 162 158 / 0.3); }
.border-stone-400\/40{ border-color: rgb(168 162 158 / 0.4); }
.border-stone-400\/5{ border-color: rgb(168 162 158 / 0.05); }
.border-stone-400\/50{ border-color: rgb(168 162 158 / 0.5); }
.border-stone-400\/60{ border-color: rgb(168 162 158 / 0.6); }
.border-stone-400\/70{ border-color: rgb(168 162 158 / 0.7); }
.border-stone-400\/75{ border-color: rgb(168 162 158 / 0.75); }
.border-stone-400\/80{ border-color: rgb(168 162 158 / 0.8); }
.border-stone-400\/90{ border-color: rgb(168 162 158 / 0.9); }
.border-stone-400\/95{ border-color: rgb(168 162 158 / 0.95); }
.border-stone-50{ --tw-border-opacity: 1; border-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-stone-50\/0{ border-color: rgb(250 250 249 / 0); }
.border-stone-50\/10{ border-color: rgb(250 250 249 / 0.1); }
.border-stone-50\/100{ border-color: rgb(250 250 249 / 1); }
.border-stone-50\/20{ border-color: rgb(250 250 249 / 0.2); }
.border-stone-50\/25{ border-color: rgb(250 250 249 / 0.25); }
.border-stone-50\/30{ border-color: rgb(250 250 249 / 0.3); }
.border-stone-50\/40{ border-color: rgb(250 250 249 / 0.4); }
.border-stone-50\/5{ border-color: rgb(250 250 249 / 0.05); }
.border-stone-50\/50{ border-color: rgb(250 250 249 / 0.5); }
.border-stone-50\/60{ border-color: rgb(250 250 249 / 0.6); }
.border-stone-50\/70{ border-color: rgb(250 250 249 / 0.7); }
.border-stone-50\/75{ border-color: rgb(250 250 249 / 0.75); }
.border-stone-50\/80{ border-color: rgb(250 250 249 / 0.8); }
.border-stone-50\/90{ border-color: rgb(250 250 249 / 0.9); }
.border-stone-50\/95{ border-color: rgb(250 250 249 / 0.95); }
.border-stone-500{ --tw-border-opacity: 1; border-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-stone-500\/0{ border-color: rgb(120 113 108 / 0); }
.border-stone-500\/10{ border-color: rgb(120 113 108 / 0.1); }
.border-stone-500\/100{ border-color: rgb(120 113 108 / 1); }
.border-stone-500\/20{ border-color: rgb(120 113 108 / 0.2); }
.border-stone-500\/25{ border-color: rgb(120 113 108 / 0.25); }
.border-stone-500\/30{ border-color: rgb(120 113 108 / 0.3); }
.border-stone-500\/40{ border-color: rgb(120 113 108 / 0.4); }
.border-stone-500\/5{ border-color: rgb(120 113 108 / 0.05); }
.border-stone-500\/50{ border-color: rgb(120 113 108 / 0.5); }
.border-stone-500\/60{ border-color: rgb(120 113 108 / 0.6); }
.border-stone-500\/70{ border-color: rgb(120 113 108 / 0.7); }
.border-stone-500\/75{ border-color: rgb(120 113 108 / 0.75); }
.border-stone-500\/80{ border-color: rgb(120 113 108 / 0.8); }
.border-stone-500\/90{ border-color: rgb(120 113 108 / 0.9); }
.border-stone-500\/95{ border-color: rgb(120 113 108 / 0.95); }
.border-stone-600{ --tw-border-opacity: 1; border-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-stone-600\/0{ border-color: rgb(87 83 78 / 0); }
.border-stone-600\/10{ border-color: rgb(87 83 78 / 0.1); }
.border-stone-600\/100{ border-color: rgb(87 83 78 / 1); }
.border-stone-600\/20{ border-color: rgb(87 83 78 / 0.2); }
.border-stone-600\/25{ border-color: rgb(87 83 78 / 0.25); }
.border-stone-600\/30{ border-color: rgb(87 83 78 / 0.3); }
.border-stone-600\/40{ border-color: rgb(87 83 78 / 0.4); }
.border-stone-600\/5{ border-color: rgb(87 83 78 / 0.05); }
.border-stone-600\/50{ border-color: rgb(87 83 78 / 0.5); }
.border-stone-600\/60{ border-color: rgb(87 83 78 / 0.6); }
.border-stone-600\/70{ border-color: rgb(87 83 78 / 0.7); }
.border-stone-600\/75{ border-color: rgb(87 83 78 / 0.75); }
.border-stone-600\/80{ border-color: rgb(87 83 78 / 0.8); }
.border-stone-600\/90{ border-color: rgb(87 83 78 / 0.9); }
.border-stone-600\/95{ border-color: rgb(87 83 78 / 0.95); }
.border-stone-700{ --tw-border-opacity: 1; border-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-stone-700\/0{ border-color: rgb(68 64 60 / 0); }
.border-stone-700\/10{ border-color: rgb(68 64 60 / 0.1); }
.border-stone-700\/100{ border-color: rgb(68 64 60 / 1); }
.border-stone-700\/20{ border-color: rgb(68 64 60 / 0.2); }
.border-stone-700\/25{ border-color: rgb(68 64 60 / 0.25); }
.border-stone-700\/30{ border-color: rgb(68 64 60 / 0.3); }
.border-stone-700\/40{ border-color: rgb(68 64 60 / 0.4); }
.border-stone-700\/5{ border-color: rgb(68 64 60 / 0.05); }
.border-stone-700\/50{ border-color: rgb(68 64 60 / 0.5); }
.border-stone-700\/60{ border-color: rgb(68 64 60 / 0.6); }
.border-stone-700\/70{ border-color: rgb(68 64 60 / 0.7); }
.border-stone-700\/75{ border-color: rgb(68 64 60 / 0.75); }
.border-stone-700\/80{ border-color: rgb(68 64 60 / 0.8); }
.border-stone-700\/90{ border-color: rgb(68 64 60 / 0.9); }
.border-stone-700\/95{ border-color: rgb(68 64 60 / 0.95); }
.border-stone-800{ --tw-border-opacity: 1; border-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-stone-800\/0{ border-color: rgb(41 37 36 / 0); }
.border-stone-800\/10{ border-color: rgb(41 37 36 / 0.1); }
.border-stone-800\/100{ border-color: rgb(41 37 36 / 1); }
.border-stone-800\/20{ border-color: rgb(41 37 36 / 0.2); }
.border-stone-800\/25{ border-color: rgb(41 37 36 / 0.25); }
.border-stone-800\/30{ border-color: rgb(41 37 36 / 0.3); }
.border-stone-800\/40{ border-color: rgb(41 37 36 / 0.4); }
.border-stone-800\/5{ border-color: rgb(41 37 36 / 0.05); }
.border-stone-800\/50{ border-color: rgb(41 37 36 / 0.5); }
.border-stone-800\/60{ border-color: rgb(41 37 36 / 0.6); }
.border-stone-800\/70{ border-color: rgb(41 37 36 / 0.7); }
.border-stone-800\/75{ border-color: rgb(41 37 36 / 0.75); }
.border-stone-800\/80{ border-color: rgb(41 37 36 / 0.8); }
.border-stone-800\/90{ border-color: rgb(41 37 36 / 0.9); }
.border-stone-800\/95{ border-color: rgb(41 37 36 / 0.95); }
.border-stone-900{ --tw-border-opacity: 1; border-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-stone-900\/0{ border-color: rgb(28 25 23 / 0); }
.border-stone-900\/10{ border-color: rgb(28 25 23 / 0.1); }
.border-stone-900\/100{ border-color: rgb(28 25 23 / 1); }
.border-stone-900\/20{ border-color: rgb(28 25 23 / 0.2); }
.border-stone-900\/25{ border-color: rgb(28 25 23 / 0.25); }
.border-stone-900\/30{ border-color: rgb(28 25 23 / 0.3); }
.border-stone-900\/40{ border-color: rgb(28 25 23 / 0.4); }
.border-stone-900\/5{ border-color: rgb(28 25 23 / 0.05); }
.border-stone-900\/50{ border-color: rgb(28 25 23 / 0.5); }
.border-stone-900\/60{ border-color: rgb(28 25 23 / 0.6); }
.border-stone-900\/70{ border-color: rgb(28 25 23 / 0.7); }
.border-stone-900\/75{ border-color: rgb(28 25 23 / 0.75); }
.border-stone-900\/80{ border-color: rgb(28 25 23 / 0.8); }
.border-stone-900\/90{ border-color: rgb(28 25 23 / 0.9); }
.border-stone-900\/95{ border-color: rgb(28 25 23 / 0.95); }
.border-stone-950{ --tw-border-opacity: 1; border-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-stone-950\/0{ border-color: rgb(12 10 9 / 0); }
.border-stone-950\/10{ border-color: rgb(12 10 9 / 0.1); }
.border-stone-950\/100{ border-color: rgb(12 10 9 / 1); }
.border-stone-950\/20{ border-color: rgb(12 10 9 / 0.2); }
.border-stone-950\/25{ border-color: rgb(12 10 9 / 0.25); }
.border-stone-950\/30{ border-color: rgb(12 10 9 / 0.3); }
.border-stone-950\/40{ border-color: rgb(12 10 9 / 0.4); }
.border-stone-950\/5{ border-color: rgb(12 10 9 / 0.05); }
.border-stone-950\/50{ border-color: rgb(12 10 9 / 0.5); }
.border-stone-950\/60{ border-color: rgb(12 10 9 / 0.6); }
.border-stone-950\/70{ border-color: rgb(12 10 9 / 0.7); }
.border-stone-950\/75{ border-color: rgb(12 10 9 / 0.75); }
.border-stone-950\/80{ border-color: rgb(12 10 9 / 0.8); }
.border-stone-950\/90{ border-color: rgb(12 10 9 / 0.9); }
.border-stone-950\/95{ border-color: rgb(12 10 9 / 0.95); }
.border-swim-blue{ --tw-border-opacity: 1; border-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-swim-blue\/0{ border-color: rgb(50 197 255 / 0); }
.border-swim-blue\/10{ border-color: rgb(50 197 255 / 0.1); }
.border-swim-blue\/100{ border-color: rgb(50 197 255 / 1); }
.border-swim-blue\/20{ border-color: rgb(50 197 255 / 0.2); }
.border-swim-blue\/25{ border-color: rgb(50 197 255 / 0.25); }
.border-swim-blue\/30{ border-color: rgb(50 197 255 / 0.3); }
.border-swim-blue\/40{ border-color: rgb(50 197 255 / 0.4); }
.border-swim-blue\/5{ border-color: rgb(50 197 255 / 0.05); }
.border-swim-blue\/50{ border-color: rgb(50 197 255 / 0.5); }
.border-swim-blue\/60{ border-color: rgb(50 197 255 / 0.6); }
.border-swim-blue\/70{ border-color: rgb(50 197 255 / 0.7); }
.border-swim-blue\/75{ border-color: rgb(50 197 255 / 0.75); }
.border-swim-blue\/80{ border-color: rgb(50 197 255 / 0.8); }
.border-swim-blue\/90{ border-color: rgb(50 197 255 / 0.9); }
.border-swim-blue\/95{ border-color: rgb(50 197 255 / 0.95); }
.border-swim-body-text{ --tw-border-opacity: 1; border-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-swim-body-text\/0{ border-color: rgb(58 60 62 / 0); }
.border-swim-body-text\/10{ border-color: rgb(58 60 62 / 0.1); }
.border-swim-body-text\/100{ border-color: rgb(58 60 62 / 1); }
.border-swim-body-text\/20{ border-color: rgb(58 60 62 / 0.2); }
.border-swim-body-text\/25{ border-color: rgb(58 60 62 / 0.25); }
.border-swim-body-text\/30{ border-color: rgb(58 60 62 / 0.3); }
.border-swim-body-text\/40{ border-color: rgb(58 60 62 / 0.4); }
.border-swim-body-text\/5{ border-color: rgb(58 60 62 / 0.05); }
.border-swim-body-text\/50{ border-color: rgb(58 60 62 / 0.5); }
.border-swim-body-text\/60{ border-color: rgb(58 60 62 / 0.6); }
.border-swim-body-text\/70{ border-color: rgb(58 60 62 / 0.7); }
.border-swim-body-text\/75{ border-color: rgb(58 60 62 / 0.75); }
.border-swim-body-text\/80{ border-color: rgb(58 60 62 / 0.8); }
.border-swim-body-text\/90{ border-color: rgb(58 60 62 / 0.9); }
.border-swim-body-text\/95{ border-color: rgb(58 60 62 / 0.95); }
.border-swim-dark-blue{ --tw-border-opacity: 1; border-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-swim-dark-blue\/0{ border-color: rgb(4 34 86 / 0); }
.border-swim-dark-blue\/10{ border-color: rgb(4 34 86 / 0.1); }
.border-swim-dark-blue\/100{ border-color: rgb(4 34 86 / 1); }
.border-swim-dark-blue\/20{ border-color: rgb(4 34 86 / 0.2); }
.border-swim-dark-blue\/25{ border-color: rgb(4 34 86 / 0.25); }
.border-swim-dark-blue\/30{ border-color: rgb(4 34 86 / 0.3); }
.border-swim-dark-blue\/40{ border-color: rgb(4 34 86 / 0.4); }
.border-swim-dark-blue\/5{ border-color: rgb(4 34 86 / 0.05); }
.border-swim-dark-blue\/50{ border-color: rgb(4 34 86 / 0.5); }
.border-swim-dark-blue\/60{ border-color: rgb(4 34 86 / 0.6); }
.border-swim-dark-blue\/70{ border-color: rgb(4 34 86 / 0.7); }
.border-swim-dark-blue\/75{ border-color: rgb(4 34 86 / 0.75); }
.border-swim-dark-blue\/80{ border-color: rgb(4 34 86 / 0.8); }
.border-swim-dark-blue\/90{ border-color: rgb(4 34 86 / 0.9); }
.border-swim-dark-blue\/95{ border-color: rgb(4 34 86 / 0.95); }
.border-swim-dark-purple{ --tw-border-opacity: 1; border-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-swim-dark-purple\/0{ border-color: rgb(214 81 255 / 0); }
.border-swim-dark-purple\/10{ border-color: rgb(214 81 255 / 0.1); }
.border-swim-dark-purple\/100{ border-color: rgb(214 81 255 / 1); }
.border-swim-dark-purple\/20{ border-color: rgb(214 81 255 / 0.2); }
.border-swim-dark-purple\/25{ border-color: rgb(214 81 255 / 0.25); }
.border-swim-dark-purple\/30{ border-color: rgb(214 81 255 / 0.3); }
.border-swim-dark-purple\/40{ border-color: rgb(214 81 255 / 0.4); }
.border-swim-dark-purple\/5{ border-color: rgb(214 81 255 / 0.05); }
.border-swim-dark-purple\/50{ border-color: rgb(214 81 255 / 0.5); }
.border-swim-dark-purple\/60{ border-color: rgb(214 81 255 / 0.6); }
.border-swim-dark-purple\/70{ border-color: rgb(214 81 255 / 0.7); }
.border-swim-dark-purple\/75{ border-color: rgb(214 81 255 / 0.75); }
.border-swim-dark-purple\/80{ border-color: rgb(214 81 255 / 0.8); }
.border-swim-dark-purple\/90{ border-color: rgb(214 81 255 / 0.9); }
.border-swim-dark-purple\/95{ border-color: rgb(214 81 255 / 0.95); }
.border-swim-dark-teal{ --tw-border-opacity: 1; border-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-swim-dark-teal\/0{ border-color: rgb(68 215 182 / 0); }
.border-swim-dark-teal\/10{ border-color: rgb(68 215 182 / 0.1); }
.border-swim-dark-teal\/100{ border-color: rgb(68 215 182 / 1); }
.border-swim-dark-teal\/20{ border-color: rgb(68 215 182 / 0.2); }
.border-swim-dark-teal\/25{ border-color: rgb(68 215 182 / 0.25); }
.border-swim-dark-teal\/30{ border-color: rgb(68 215 182 / 0.3); }
.border-swim-dark-teal\/40{ border-color: rgb(68 215 182 / 0.4); }
.border-swim-dark-teal\/5{ border-color: rgb(68 215 182 / 0.05); }
.border-swim-dark-teal\/50{ border-color: rgb(68 215 182 / 0.5); }
.border-swim-dark-teal\/60{ border-color: rgb(68 215 182 / 0.6); }
.border-swim-dark-teal\/70{ border-color: rgb(68 215 182 / 0.7); }
.border-swim-dark-teal\/75{ border-color: rgb(68 215 182 / 0.75); }
.border-swim-dark-teal\/80{ border-color: rgb(68 215 182 / 0.8); }
.border-swim-dark-teal\/90{ border-color: rgb(68 215 182 / 0.9); }
.border-swim-dark-teal\/95{ border-color: rgb(68 215 182 / 0.95); }
.border-swim-darker-blue{ --tw-border-opacity: 1; border-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-swim-darker-blue\/0{ border-color: rgb(17 24 39 / 0); }
.border-swim-darker-blue\/10{ border-color: rgb(17 24 39 / 0.1); }
.border-swim-darker-blue\/100{ border-color: rgb(17 24 39 / 1); }
.border-swim-darker-blue\/20{ border-color: rgb(17 24 39 / 0.2); }
.border-swim-darker-blue\/25{ border-color: rgb(17 24 39 / 0.25); }
.border-swim-darker-blue\/30{ border-color: rgb(17 24 39 / 0.3); }
.border-swim-darker-blue\/40{ border-color: rgb(17 24 39 / 0.4); }
.border-swim-darker-blue\/5{ border-color: rgb(17 24 39 / 0.05); }
.border-swim-darker-blue\/50{ border-color: rgb(17 24 39 / 0.5); }
.border-swim-darker-blue\/60{ border-color: rgb(17 24 39 / 0.6); }
.border-swim-darker-blue\/70{ border-color: rgb(17 24 39 / 0.7); }
.border-swim-darker-blue\/75{ border-color: rgb(17 24 39 / 0.75); }
.border-swim-darker-blue\/80{ border-color: rgb(17 24 39 / 0.8); }
.border-swim-darker-blue\/90{ border-color: rgb(17 24 39 / 0.9); }
.border-swim-darker-blue\/95{ border-color: rgb(17 24 39 / 0.95); }
.border-swim-darker-grey{ --tw-border-opacity: 1; border-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-swim-darker-grey\/0{ border-color: rgb(169 169 169 / 0); }
.border-swim-darker-grey\/10{ border-color: rgb(169 169 169 / 0.1); }
.border-swim-darker-grey\/100{ border-color: rgb(169 169 169 / 1); }
.border-swim-darker-grey\/20{ border-color: rgb(169 169 169 / 0.2); }
.border-swim-darker-grey\/25{ border-color: rgb(169 169 169 / 0.25); }
.border-swim-darker-grey\/30{ border-color: rgb(169 169 169 / 0.3); }
.border-swim-darker-grey\/40{ border-color: rgb(169 169 169 / 0.4); }
.border-swim-darker-grey\/5{ border-color: rgb(169 169 169 / 0.05); }
.border-swim-darker-grey\/50{ border-color: rgb(169 169 169 / 0.5); }
.border-swim-darker-grey\/60{ border-color: rgb(169 169 169 / 0.6); }
.border-swim-darker-grey\/70{ border-color: rgb(169 169 169 / 0.7); }
.border-swim-darker-grey\/75{ border-color: rgb(169 169 169 / 0.75); }
.border-swim-darker-grey\/80{ border-color: rgb(169 169 169 / 0.8); }
.border-swim-darker-grey\/90{ border-color: rgb(169 169 169 / 0.9); }
.border-swim-darker-grey\/95{ border-color: rgb(169 169 169 / 0.95); }
.border-swim-darker-teal{ border-color: RGBA(4, 42, 43, 0.85); }
.border-swim-darkerish-grey{ --tw-border-opacity: 1; border-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-swim-darkerish-grey\/0{ border-color: rgb(109 114 120 / 0); }
.border-swim-darkerish-grey\/10{ border-color: rgb(109 114 120 / 0.1); }
.border-swim-darkerish-grey\/100{ border-color: rgb(109 114 120 / 1); }
.border-swim-darkerish-grey\/20{ border-color: rgb(109 114 120 / 0.2); }
.border-swim-darkerish-grey\/25{ border-color: rgb(109 114 120 / 0.25); }
.border-swim-darkerish-grey\/30{ border-color: rgb(109 114 120 / 0.3); }
.border-swim-darkerish-grey\/40{ border-color: rgb(109 114 120 / 0.4); }
.border-swim-darkerish-grey\/5{ border-color: rgb(109 114 120 / 0.05); }
.border-swim-darkerish-grey\/50{ border-color: rgb(109 114 120 / 0.5); }
.border-swim-darkerish-grey\/60{ border-color: rgb(109 114 120 / 0.6); }
.border-swim-darkerish-grey\/70{ border-color: rgb(109 114 120 / 0.7); }
.border-swim-darkerish-grey\/75{ border-color: rgb(109 114 120 / 0.75); }
.border-swim-darkerish-grey\/80{ border-color: rgb(109 114 120 / 0.8); }
.border-swim-darkerish-grey\/90{ border-color: rgb(109 114 120 / 0.9); }
.border-swim-darkerish-grey\/95{ border-color: rgb(109 114 120 / 0.95); }
.border-swim-grey{ --tw-border-opacity: 1; border-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-swim-grey\/0{ border-color: rgb(193 193 193 / 0); }
.border-swim-grey\/10{ border-color: rgb(193 193 193 / 0.1); }
.border-swim-grey\/100{ border-color: rgb(193 193 193 / 1); }
.border-swim-grey\/20{ border-color: rgb(193 193 193 / 0.2); }
.border-swim-grey\/25{ border-color: rgb(193 193 193 / 0.25); }
.border-swim-grey\/30{ border-color: rgb(193 193 193 / 0.3); }
.border-swim-grey\/40{ border-color: rgb(193 193 193 / 0.4); }
.border-swim-grey\/5{ border-color: rgb(193 193 193 / 0.05); }
.border-swim-grey\/50{ border-color: rgb(193 193 193 / 0.5); }
.border-swim-grey\/60{ border-color: rgb(193 193 193 / 0.6); }
.border-swim-grey\/70{ border-color: rgb(193 193 193 / 0.7); }
.border-swim-grey\/75{ border-color: rgb(193 193 193 / 0.75); }
.border-swim-grey\/80{ border-color: rgb(193 193 193 / 0.8); }
.border-swim-grey\/90{ border-color: rgb(193 193 193 / 0.9); }
.border-swim-grey\/95{ border-color: rgb(193 193 193 / 0.95); }
.border-swim-lighter-grey{ --tw-border-opacity: 1; border-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-swim-lighter-grey\/0{ border-color: rgb(233 239 240 / 0); }
.border-swim-lighter-grey\/10{ border-color: rgb(233 239 240 / 0.1); }
.border-swim-lighter-grey\/100{ border-color: rgb(233 239 240 / 1); }
.border-swim-lighter-grey\/20{ border-color: rgb(233 239 240 / 0.2); }
.border-swim-lighter-grey\/25{ border-color: rgb(233 239 240 / 0.25); }
.border-swim-lighter-grey\/30{ border-color: rgb(233 239 240 / 0.3); }
.border-swim-lighter-grey\/40{ border-color: rgb(233 239 240 / 0.4); }
.border-swim-lighter-grey\/5{ border-color: rgb(233 239 240 / 0.05); }
.border-swim-lighter-grey\/50{ border-color: rgb(233 239 240 / 0.5); }
.border-swim-lighter-grey\/60{ border-color: rgb(233 239 240 / 0.6); }
.border-swim-lighter-grey\/70{ border-color: rgb(233 239 240 / 0.7); }
.border-swim-lighter-grey\/75{ border-color: rgb(233 239 240 / 0.75); }
.border-swim-lighter-grey\/80{ border-color: rgb(233 239 240 / 0.8); }
.border-swim-lighter-grey\/90{ border-color: rgb(233 239 240 / 0.9); }
.border-swim-lighter-grey\/95{ border-color: rgb(233 239 240 / 0.95); }
.border-swim-purple{ --tw-border-opacity: 1; border-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-swim-purple\/0{ border-color: rgb(186 98 255 / 0); }
.border-swim-purple\/10{ border-color: rgb(186 98 255 / 0.1); }
.border-swim-purple\/100{ border-color: rgb(186 98 255 / 1); }
.border-swim-purple\/20{ border-color: rgb(186 98 255 / 0.2); }
.border-swim-purple\/25{ border-color: rgb(186 98 255 / 0.25); }
.border-swim-purple\/30{ border-color: rgb(186 98 255 / 0.3); }
.border-swim-purple\/40{ border-color: rgb(186 98 255 / 0.4); }
.border-swim-purple\/5{ border-color: rgb(186 98 255 / 0.05); }
.border-swim-purple\/50{ border-color: rgb(186 98 255 / 0.5); }
.border-swim-purple\/60{ border-color: rgb(186 98 255 / 0.6); }
.border-swim-purple\/70{ border-color: rgb(186 98 255 / 0.7); }
.border-swim-purple\/75{ border-color: rgb(186 98 255 / 0.75); }
.border-swim-purple\/80{ border-color: rgb(186 98 255 / 0.8); }
.border-swim-purple\/90{ border-color: rgb(186 98 255 / 0.9); }
.border-swim-purple\/95{ border-color: rgb(186 98 255 / 0.95); }
.border-swim-teal{ --tw-border-opacity: 1; border-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-swim-teal\/0{ border-color: rgb(102 255 221 / 0); }
.border-swim-teal\/10{ border-color: rgb(102 255 221 / 0.1); }
.border-swim-teal\/100{ border-color: rgb(102 255 221 / 1); }
.border-swim-teal\/20{ border-color: rgb(102 255 221 / 0.2); }
.border-swim-teal\/25{ border-color: rgb(102 255 221 / 0.25); }
.border-swim-teal\/30{ border-color: rgb(102 255 221 / 0.3); }
.border-swim-teal\/40{ border-color: rgb(102 255 221 / 0.4); }
.border-swim-teal\/5{ border-color: rgb(102 255 221 / 0.05); }
.border-swim-teal\/50{ border-color: rgb(102 255 221 / 0.5); }
.border-swim-teal\/60{ border-color: rgb(102 255 221 / 0.6); }
.border-swim-teal\/70{ border-color: rgb(102 255 221 / 0.7); }
.border-swim-teal\/75{ border-color: rgb(102 255 221 / 0.75); }
.border-swim-teal\/80{ border-color: rgb(102 255 221 / 0.8); }
.border-swim-teal\/90{ border-color: rgb(102 255 221 / 0.9); }
.border-swim-teal\/95{ border-color: rgb(102 255 221 / 0.95); }
.border-teal-100{ --tw-border-opacity: 1; border-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-teal-100\/0{ border-color: rgb(204 251 241 / 0); }
.border-teal-100\/10{ border-color: rgb(204 251 241 / 0.1); }
.border-teal-100\/100{ border-color: rgb(204 251 241 / 1); }
.border-teal-100\/20{ border-color: rgb(204 251 241 / 0.2); }
.border-teal-100\/25{ border-color: rgb(204 251 241 / 0.25); }
.border-teal-100\/30{ border-color: rgb(204 251 241 / 0.3); }
.border-teal-100\/40{ border-color: rgb(204 251 241 / 0.4); }
.border-teal-100\/5{ border-color: rgb(204 251 241 / 0.05); }
.border-teal-100\/50{ border-color: rgb(204 251 241 / 0.5); }
.border-teal-100\/60{ border-color: rgb(204 251 241 / 0.6); }
.border-teal-100\/70{ border-color: rgb(204 251 241 / 0.7); }
.border-teal-100\/75{ border-color: rgb(204 251 241 / 0.75); }
.border-teal-100\/80{ border-color: rgb(204 251 241 / 0.8); }
.border-teal-100\/90{ border-color: rgb(204 251 241 / 0.9); }
.border-teal-100\/95{ border-color: rgb(204 251 241 / 0.95); }
.border-teal-200{ --tw-border-opacity: 1; border-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-teal-200\/0{ border-color: rgb(153 246 228 / 0); }
.border-teal-200\/10{ border-color: rgb(153 246 228 / 0.1); }
.border-teal-200\/100{ border-color: rgb(153 246 228 / 1); }
.border-teal-200\/20{ border-color: rgb(153 246 228 / 0.2); }
.border-teal-200\/25{ border-color: rgb(153 246 228 / 0.25); }
.border-teal-200\/30{ border-color: rgb(153 246 228 / 0.3); }
.border-teal-200\/40{ border-color: rgb(153 246 228 / 0.4); }
.border-teal-200\/5{ border-color: rgb(153 246 228 / 0.05); }
.border-teal-200\/50{ border-color: rgb(153 246 228 / 0.5); }
.border-teal-200\/60{ border-color: rgb(153 246 228 / 0.6); }
.border-teal-200\/70{ border-color: rgb(153 246 228 / 0.7); }
.border-teal-200\/75{ border-color: rgb(153 246 228 / 0.75); }
.border-teal-200\/80{ border-color: rgb(153 246 228 / 0.8); }
.border-teal-200\/90{ border-color: rgb(153 246 228 / 0.9); }
.border-teal-200\/95{ border-color: rgb(153 246 228 / 0.95); }
.border-teal-300{ --tw-border-opacity: 1; border-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-teal-300\/0{ border-color: rgb(94 234 212 / 0); }
.border-teal-300\/10{ border-color: rgb(94 234 212 / 0.1); }
.border-teal-300\/100{ border-color: rgb(94 234 212 / 1); }
.border-teal-300\/20{ border-color: rgb(94 234 212 / 0.2); }
.border-teal-300\/25{ border-color: rgb(94 234 212 / 0.25); }
.border-teal-300\/30{ border-color: rgb(94 234 212 / 0.3); }
.border-teal-300\/40{ border-color: rgb(94 234 212 / 0.4); }
.border-teal-300\/5{ border-color: rgb(94 234 212 / 0.05); }
.border-teal-300\/50{ border-color: rgb(94 234 212 / 0.5); }
.border-teal-300\/60{ border-color: rgb(94 234 212 / 0.6); }
.border-teal-300\/70{ border-color: rgb(94 234 212 / 0.7); }
.border-teal-300\/75{ border-color: rgb(94 234 212 / 0.75); }
.border-teal-300\/80{ border-color: rgb(94 234 212 / 0.8); }
.border-teal-300\/90{ border-color: rgb(94 234 212 / 0.9); }
.border-teal-300\/95{ border-color: rgb(94 234 212 / 0.95); }
.border-teal-400{ --tw-border-opacity: 1; border-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-teal-400\/0{ border-color: rgb(45 212 191 / 0); }
.border-teal-400\/10{ border-color: rgb(45 212 191 / 0.1); }
.border-teal-400\/100{ border-color: rgb(45 212 191 / 1); }
.border-teal-400\/20{ border-color: rgb(45 212 191 / 0.2); }
.border-teal-400\/25{ border-color: rgb(45 212 191 / 0.25); }
.border-teal-400\/30{ border-color: rgb(45 212 191 / 0.3); }
.border-teal-400\/40{ border-color: rgb(45 212 191 / 0.4); }
.border-teal-400\/5{ border-color: rgb(45 212 191 / 0.05); }
.border-teal-400\/50{ border-color: rgb(45 212 191 / 0.5); }
.border-teal-400\/60{ border-color: rgb(45 212 191 / 0.6); }
.border-teal-400\/70{ border-color: rgb(45 212 191 / 0.7); }
.border-teal-400\/75{ border-color: rgb(45 212 191 / 0.75); }
.border-teal-400\/80{ border-color: rgb(45 212 191 / 0.8); }
.border-teal-400\/90{ border-color: rgb(45 212 191 / 0.9); }
.border-teal-400\/95{ border-color: rgb(45 212 191 / 0.95); }
.border-teal-50{ --tw-border-opacity: 1; border-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-teal-50\/0{ border-color: rgb(240 253 250 / 0); }
.border-teal-50\/10{ border-color: rgb(240 253 250 / 0.1); }
.border-teal-50\/100{ border-color: rgb(240 253 250 / 1); }
.border-teal-50\/20{ border-color: rgb(240 253 250 / 0.2); }
.border-teal-50\/25{ border-color: rgb(240 253 250 / 0.25); }
.border-teal-50\/30{ border-color: rgb(240 253 250 / 0.3); }
.border-teal-50\/40{ border-color: rgb(240 253 250 / 0.4); }
.border-teal-50\/5{ border-color: rgb(240 253 250 / 0.05); }
.border-teal-50\/50{ border-color: rgb(240 253 250 / 0.5); }
.border-teal-50\/60{ border-color: rgb(240 253 250 / 0.6); }
.border-teal-50\/70{ border-color: rgb(240 253 250 / 0.7); }
.border-teal-50\/75{ border-color: rgb(240 253 250 / 0.75); }
.border-teal-50\/80{ border-color: rgb(240 253 250 / 0.8); }
.border-teal-50\/90{ border-color: rgb(240 253 250 / 0.9); }
.border-teal-50\/95{ border-color: rgb(240 253 250 / 0.95); }
.border-teal-500{ --tw-border-opacity: 1; border-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-teal-500\/0{ border-color: rgb(20 184 166 / 0); }
.border-teal-500\/10{ border-color: rgb(20 184 166 / 0.1); }
.border-teal-500\/100{ border-color: rgb(20 184 166 / 1); }
.border-teal-500\/20{ border-color: rgb(20 184 166 / 0.2); }
.border-teal-500\/25{ border-color: rgb(20 184 166 / 0.25); }
.border-teal-500\/30{ border-color: rgb(20 184 166 / 0.3); }
.border-teal-500\/40{ border-color: rgb(20 184 166 / 0.4); }
.border-teal-500\/5{ border-color: rgb(20 184 166 / 0.05); }
.border-teal-500\/50{ border-color: rgb(20 184 166 / 0.5); }
.border-teal-500\/60{ border-color: rgb(20 184 166 / 0.6); }
.border-teal-500\/70{ border-color: rgb(20 184 166 / 0.7); }
.border-teal-500\/75{ border-color: rgb(20 184 166 / 0.75); }
.border-teal-500\/80{ border-color: rgb(20 184 166 / 0.8); }
.border-teal-500\/90{ border-color: rgb(20 184 166 / 0.9); }
.border-teal-500\/95{ border-color: rgb(20 184 166 / 0.95); }
.border-teal-600{ --tw-border-opacity: 1; border-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-teal-600\/0{ border-color: rgb(13 148 136 / 0); }
.border-teal-600\/10{ border-color: rgb(13 148 136 / 0.1); }
.border-teal-600\/100{ border-color: rgb(13 148 136 / 1); }
.border-teal-600\/20{ border-color: rgb(13 148 136 / 0.2); }
.border-teal-600\/25{ border-color: rgb(13 148 136 / 0.25); }
.border-teal-600\/30{ border-color: rgb(13 148 136 / 0.3); }
.border-teal-600\/40{ border-color: rgb(13 148 136 / 0.4); }
.border-teal-600\/5{ border-color: rgb(13 148 136 / 0.05); }
.border-teal-600\/50{ border-color: rgb(13 148 136 / 0.5); }
.border-teal-600\/60{ border-color: rgb(13 148 136 / 0.6); }
.border-teal-600\/70{ border-color: rgb(13 148 136 / 0.7); }
.border-teal-600\/75{ border-color: rgb(13 148 136 / 0.75); }
.border-teal-600\/80{ border-color: rgb(13 148 136 / 0.8); }
.border-teal-600\/90{ border-color: rgb(13 148 136 / 0.9); }
.border-teal-600\/95{ border-color: rgb(13 148 136 / 0.95); }
.border-teal-700{ --tw-border-opacity: 1; border-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-teal-700\/0{ border-color: rgb(15 118 110 / 0); }
.border-teal-700\/10{ border-color: rgb(15 118 110 / 0.1); }
.border-teal-700\/100{ border-color: rgb(15 118 110 / 1); }
.border-teal-700\/20{ border-color: rgb(15 118 110 / 0.2); }
.border-teal-700\/25{ border-color: rgb(15 118 110 / 0.25); }
.border-teal-700\/30{ border-color: rgb(15 118 110 / 0.3); }
.border-teal-700\/40{ border-color: rgb(15 118 110 / 0.4); }
.border-teal-700\/5{ border-color: rgb(15 118 110 / 0.05); }
.border-teal-700\/50{ border-color: rgb(15 118 110 / 0.5); }
.border-teal-700\/60{ border-color: rgb(15 118 110 / 0.6); }
.border-teal-700\/70{ border-color: rgb(15 118 110 / 0.7); }
.border-teal-700\/75{ border-color: rgb(15 118 110 / 0.75); }
.border-teal-700\/80{ border-color: rgb(15 118 110 / 0.8); }
.border-teal-700\/90{ border-color: rgb(15 118 110 / 0.9); }
.border-teal-700\/95{ border-color: rgb(15 118 110 / 0.95); }
.border-teal-800{ --tw-border-opacity: 1; border-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-teal-800\/0{ border-color: rgb(17 94 89 / 0); }
.border-teal-800\/10{ border-color: rgb(17 94 89 / 0.1); }
.border-teal-800\/100{ border-color: rgb(17 94 89 / 1); }
.border-teal-800\/20{ border-color: rgb(17 94 89 / 0.2); }
.border-teal-800\/25{ border-color: rgb(17 94 89 / 0.25); }
.border-teal-800\/30{ border-color: rgb(17 94 89 / 0.3); }
.border-teal-800\/40{ border-color: rgb(17 94 89 / 0.4); }
.border-teal-800\/5{ border-color: rgb(17 94 89 / 0.05); }
.border-teal-800\/50{ border-color: rgb(17 94 89 / 0.5); }
.border-teal-800\/60{ border-color: rgb(17 94 89 / 0.6); }
.border-teal-800\/70{ border-color: rgb(17 94 89 / 0.7); }
.border-teal-800\/75{ border-color: rgb(17 94 89 / 0.75); }
.border-teal-800\/80{ border-color: rgb(17 94 89 / 0.8); }
.border-teal-800\/90{ border-color: rgb(17 94 89 / 0.9); }
.border-teal-800\/95{ border-color: rgb(17 94 89 / 0.95); }
.border-teal-900{ --tw-border-opacity: 1; border-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-teal-900\/0{ border-color: rgb(19 78 74 / 0); }
.border-teal-900\/10{ border-color: rgb(19 78 74 / 0.1); }
.border-teal-900\/100{ border-color: rgb(19 78 74 / 1); }
.border-teal-900\/20{ border-color: rgb(19 78 74 / 0.2); }
.border-teal-900\/25{ border-color: rgb(19 78 74 / 0.25); }
.border-teal-900\/30{ border-color: rgb(19 78 74 / 0.3); }
.border-teal-900\/40{ border-color: rgb(19 78 74 / 0.4); }
.border-teal-900\/5{ border-color: rgb(19 78 74 / 0.05); }
.border-teal-900\/50{ border-color: rgb(19 78 74 / 0.5); }
.border-teal-900\/60{ border-color: rgb(19 78 74 / 0.6); }
.border-teal-900\/70{ border-color: rgb(19 78 74 / 0.7); }
.border-teal-900\/75{ border-color: rgb(19 78 74 / 0.75); }
.border-teal-900\/80{ border-color: rgb(19 78 74 / 0.8); }
.border-teal-900\/90{ border-color: rgb(19 78 74 / 0.9); }
.border-teal-900\/95{ border-color: rgb(19 78 74 / 0.95); }
.border-teal-950{ --tw-border-opacity: 1; border-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-teal-950\/0{ border-color: rgb(4 47 46 / 0); }
.border-teal-950\/10{ border-color: rgb(4 47 46 / 0.1); }
.border-teal-950\/100{ border-color: rgb(4 47 46 / 1); }
.border-teal-950\/20{ border-color: rgb(4 47 46 / 0.2); }
.border-teal-950\/25{ border-color: rgb(4 47 46 / 0.25); }
.border-teal-950\/30{ border-color: rgb(4 47 46 / 0.3); }
.border-teal-950\/40{ border-color: rgb(4 47 46 / 0.4); }
.border-teal-950\/5{ border-color: rgb(4 47 46 / 0.05); }
.border-teal-950\/50{ border-color: rgb(4 47 46 / 0.5); }
.border-teal-950\/60{ border-color: rgb(4 47 46 / 0.6); }
.border-teal-950\/70{ border-color: rgb(4 47 46 / 0.7); }
.border-teal-950\/75{ border-color: rgb(4 47 46 / 0.75); }
.border-teal-950\/80{ border-color: rgb(4 47 46 / 0.8); }
.border-teal-950\/90{ border-color: rgb(4 47 46 / 0.9); }
.border-teal-950\/95{ border-color: rgb(4 47 46 / 0.95); }
.border-transparent{ border-color: transparent; }
.border-transparent\/0{ border-color: rgb(0 0 0 / 0); }
.border-transparent\/10{ border-color: rgb(0 0 0 / 0.1); }
.border-transparent\/100{ border-color: rgb(0 0 0 / 1); }
.border-transparent\/20{ border-color: rgb(0 0 0 / 0.2); }
.border-transparent\/25{ border-color: rgb(0 0 0 / 0.25); }
.border-transparent\/30{ border-color: rgb(0 0 0 / 0.3); }
.border-transparent\/40{ border-color: rgb(0 0 0 / 0.4); }
.border-transparent\/5{ border-color: rgb(0 0 0 / 0.05); }
.border-transparent\/50{ border-color: rgb(0 0 0 / 0.5); }
.border-transparent\/60{ border-color: rgb(0 0 0 / 0.6); }
.border-transparent\/70{ border-color: rgb(0 0 0 / 0.7); }
.border-transparent\/75{ border-color: rgb(0 0 0 / 0.75); }
.border-transparent\/80{ border-color: rgb(0 0 0 / 0.8); }
.border-transparent\/90{ border-color: rgb(0 0 0 / 0.9); }
.border-transparent\/95{ border-color: rgb(0 0 0 / 0.95); }
.border-violet-100{ --tw-border-opacity: 1; border-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-violet-100\/0{ border-color: rgb(237 233 254 / 0); }
.border-violet-100\/10{ border-color: rgb(237 233 254 / 0.1); }
.border-violet-100\/100{ border-color: rgb(237 233 254 / 1); }
.border-violet-100\/20{ border-color: rgb(237 233 254 / 0.2); }
.border-violet-100\/25{ border-color: rgb(237 233 254 / 0.25); }
.border-violet-100\/30{ border-color: rgb(237 233 254 / 0.3); }
.border-violet-100\/40{ border-color: rgb(237 233 254 / 0.4); }
.border-violet-100\/5{ border-color: rgb(237 233 254 / 0.05); }
.border-violet-100\/50{ border-color: rgb(237 233 254 / 0.5); }
.border-violet-100\/60{ border-color: rgb(237 233 254 / 0.6); }
.border-violet-100\/70{ border-color: rgb(237 233 254 / 0.7); }
.border-violet-100\/75{ border-color: rgb(237 233 254 / 0.75); }
.border-violet-100\/80{ border-color: rgb(237 233 254 / 0.8); }
.border-violet-100\/90{ border-color: rgb(237 233 254 / 0.9); }
.border-violet-100\/95{ border-color: rgb(237 233 254 / 0.95); }
.border-violet-200{ --tw-border-opacity: 1; border-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-violet-200\/0{ border-color: rgb(221 214 254 / 0); }
.border-violet-200\/10{ border-color: rgb(221 214 254 / 0.1); }
.border-violet-200\/100{ border-color: rgb(221 214 254 / 1); }
.border-violet-200\/20{ border-color: rgb(221 214 254 / 0.2); }
.border-violet-200\/25{ border-color: rgb(221 214 254 / 0.25); }
.border-violet-200\/30{ border-color: rgb(221 214 254 / 0.3); }
.border-violet-200\/40{ border-color: rgb(221 214 254 / 0.4); }
.border-violet-200\/5{ border-color: rgb(221 214 254 / 0.05); }
.border-violet-200\/50{ border-color: rgb(221 214 254 / 0.5); }
.border-violet-200\/60{ border-color: rgb(221 214 254 / 0.6); }
.border-violet-200\/70{ border-color: rgb(221 214 254 / 0.7); }
.border-violet-200\/75{ border-color: rgb(221 214 254 / 0.75); }
.border-violet-200\/80{ border-color: rgb(221 214 254 / 0.8); }
.border-violet-200\/90{ border-color: rgb(221 214 254 / 0.9); }
.border-violet-200\/95{ border-color: rgb(221 214 254 / 0.95); }
.border-violet-300{ --tw-border-opacity: 1; border-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-violet-300\/0{ border-color: rgb(196 181 253 / 0); }
.border-violet-300\/10{ border-color: rgb(196 181 253 / 0.1); }
.border-violet-300\/100{ border-color: rgb(196 181 253 / 1); }
.border-violet-300\/20{ border-color: rgb(196 181 253 / 0.2); }
.border-violet-300\/25{ border-color: rgb(196 181 253 / 0.25); }
.border-violet-300\/30{ border-color: rgb(196 181 253 / 0.3); }
.border-violet-300\/40{ border-color: rgb(196 181 253 / 0.4); }
.border-violet-300\/5{ border-color: rgb(196 181 253 / 0.05); }
.border-violet-300\/50{ border-color: rgb(196 181 253 / 0.5); }
.border-violet-300\/60{ border-color: rgb(196 181 253 / 0.6); }
.border-violet-300\/70{ border-color: rgb(196 181 253 / 0.7); }
.border-violet-300\/75{ border-color: rgb(196 181 253 / 0.75); }
.border-violet-300\/80{ border-color: rgb(196 181 253 / 0.8); }
.border-violet-300\/90{ border-color: rgb(196 181 253 / 0.9); }
.border-violet-300\/95{ border-color: rgb(196 181 253 / 0.95); }
.border-violet-400{ --tw-border-opacity: 1; border-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-violet-400\/0{ border-color: rgb(167 139 250 / 0); }
.border-violet-400\/10{ border-color: rgb(167 139 250 / 0.1); }
.border-violet-400\/100{ border-color: rgb(167 139 250 / 1); }
.border-violet-400\/20{ border-color: rgb(167 139 250 / 0.2); }
.border-violet-400\/25{ border-color: rgb(167 139 250 / 0.25); }
.border-violet-400\/30{ border-color: rgb(167 139 250 / 0.3); }
.border-violet-400\/40{ border-color: rgb(167 139 250 / 0.4); }
.border-violet-400\/5{ border-color: rgb(167 139 250 / 0.05); }
.border-violet-400\/50{ border-color: rgb(167 139 250 / 0.5); }
.border-violet-400\/60{ border-color: rgb(167 139 250 / 0.6); }
.border-violet-400\/70{ border-color: rgb(167 139 250 / 0.7); }
.border-violet-400\/75{ border-color: rgb(167 139 250 / 0.75); }
.border-violet-400\/80{ border-color: rgb(167 139 250 / 0.8); }
.border-violet-400\/90{ border-color: rgb(167 139 250 / 0.9); }
.border-violet-400\/95{ border-color: rgb(167 139 250 / 0.95); }
.border-violet-50{ --tw-border-opacity: 1; border-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-violet-50\/0{ border-color: rgb(245 243 255 / 0); }
.border-violet-50\/10{ border-color: rgb(245 243 255 / 0.1); }
.border-violet-50\/100{ border-color: rgb(245 243 255 / 1); }
.border-violet-50\/20{ border-color: rgb(245 243 255 / 0.2); }
.border-violet-50\/25{ border-color: rgb(245 243 255 / 0.25); }
.border-violet-50\/30{ border-color: rgb(245 243 255 / 0.3); }
.border-violet-50\/40{ border-color: rgb(245 243 255 / 0.4); }
.border-violet-50\/5{ border-color: rgb(245 243 255 / 0.05); }
.border-violet-50\/50{ border-color: rgb(245 243 255 / 0.5); }
.border-violet-50\/60{ border-color: rgb(245 243 255 / 0.6); }
.border-violet-50\/70{ border-color: rgb(245 243 255 / 0.7); }
.border-violet-50\/75{ border-color: rgb(245 243 255 / 0.75); }
.border-violet-50\/80{ border-color: rgb(245 243 255 / 0.8); }
.border-violet-50\/90{ border-color: rgb(245 243 255 / 0.9); }
.border-violet-50\/95{ border-color: rgb(245 243 255 / 0.95); }
.border-violet-500{ --tw-border-opacity: 1; border-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-violet-500\/0{ border-color: rgb(139 92 246 / 0); }
.border-violet-500\/10{ border-color: rgb(139 92 246 / 0.1); }
.border-violet-500\/100{ border-color: rgb(139 92 246 / 1); }
.border-violet-500\/20{ border-color: rgb(139 92 246 / 0.2); }
.border-violet-500\/25{ border-color: rgb(139 92 246 / 0.25); }
.border-violet-500\/30{ border-color: rgb(139 92 246 / 0.3); }
.border-violet-500\/40{ border-color: rgb(139 92 246 / 0.4); }
.border-violet-500\/5{ border-color: rgb(139 92 246 / 0.05); }
.border-violet-500\/50{ border-color: rgb(139 92 246 / 0.5); }
.border-violet-500\/60{ border-color: rgb(139 92 246 / 0.6); }
.border-violet-500\/70{ border-color: rgb(139 92 246 / 0.7); }
.border-violet-500\/75{ border-color: rgb(139 92 246 / 0.75); }
.border-violet-500\/80{ border-color: rgb(139 92 246 / 0.8); }
.border-violet-500\/90{ border-color: rgb(139 92 246 / 0.9); }
.border-violet-500\/95{ border-color: rgb(139 92 246 / 0.95); }
.border-violet-600{ --tw-border-opacity: 1; border-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-violet-600\/0{ border-color: rgb(124 58 237 / 0); }
.border-violet-600\/10{ border-color: rgb(124 58 237 / 0.1); }
.border-violet-600\/100{ border-color: rgb(124 58 237 / 1); }
.border-violet-600\/20{ border-color: rgb(124 58 237 / 0.2); }
.border-violet-600\/25{ border-color: rgb(124 58 237 / 0.25); }
.border-violet-600\/30{ border-color: rgb(124 58 237 / 0.3); }
.border-violet-600\/40{ border-color: rgb(124 58 237 / 0.4); }
.border-violet-600\/5{ border-color: rgb(124 58 237 / 0.05); }
.border-violet-600\/50{ border-color: rgb(124 58 237 / 0.5); }
.border-violet-600\/60{ border-color: rgb(124 58 237 / 0.6); }
.border-violet-600\/70{ border-color: rgb(124 58 237 / 0.7); }
.border-violet-600\/75{ border-color: rgb(124 58 237 / 0.75); }
.border-violet-600\/80{ border-color: rgb(124 58 237 / 0.8); }
.border-violet-600\/90{ border-color: rgb(124 58 237 / 0.9); }
.border-violet-600\/95{ border-color: rgb(124 58 237 / 0.95); }
.border-violet-700{ --tw-border-opacity: 1; border-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-violet-700\/0{ border-color: rgb(109 40 217 / 0); }
.border-violet-700\/10{ border-color: rgb(109 40 217 / 0.1); }
.border-violet-700\/100{ border-color: rgb(109 40 217 / 1); }
.border-violet-700\/20{ border-color: rgb(109 40 217 / 0.2); }
.border-violet-700\/25{ border-color: rgb(109 40 217 / 0.25); }
.border-violet-700\/30{ border-color: rgb(109 40 217 / 0.3); }
.border-violet-700\/40{ border-color: rgb(109 40 217 / 0.4); }
.border-violet-700\/5{ border-color: rgb(109 40 217 / 0.05); }
.border-violet-700\/50{ border-color: rgb(109 40 217 / 0.5); }
.border-violet-700\/60{ border-color: rgb(109 40 217 / 0.6); }
.border-violet-700\/70{ border-color: rgb(109 40 217 / 0.7); }
.border-violet-700\/75{ border-color: rgb(109 40 217 / 0.75); }
.border-violet-700\/80{ border-color: rgb(109 40 217 / 0.8); }
.border-violet-700\/90{ border-color: rgb(109 40 217 / 0.9); }
.border-violet-700\/95{ border-color: rgb(109 40 217 / 0.95); }
.border-violet-800{ --tw-border-opacity: 1; border-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-violet-800\/0{ border-color: rgb(91 33 182 / 0); }
.border-violet-800\/10{ border-color: rgb(91 33 182 / 0.1); }
.border-violet-800\/100{ border-color: rgb(91 33 182 / 1); }
.border-violet-800\/20{ border-color: rgb(91 33 182 / 0.2); }
.border-violet-800\/25{ border-color: rgb(91 33 182 / 0.25); }
.border-violet-800\/30{ border-color: rgb(91 33 182 / 0.3); }
.border-violet-800\/40{ border-color: rgb(91 33 182 / 0.4); }
.border-violet-800\/5{ border-color: rgb(91 33 182 / 0.05); }
.border-violet-800\/50{ border-color: rgb(91 33 182 / 0.5); }
.border-violet-800\/60{ border-color: rgb(91 33 182 / 0.6); }
.border-violet-800\/70{ border-color: rgb(91 33 182 / 0.7); }
.border-violet-800\/75{ border-color: rgb(91 33 182 / 0.75); }
.border-violet-800\/80{ border-color: rgb(91 33 182 / 0.8); }
.border-violet-800\/90{ border-color: rgb(91 33 182 / 0.9); }
.border-violet-800\/95{ border-color: rgb(91 33 182 / 0.95); }
.border-violet-900{ --tw-border-opacity: 1; border-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-violet-900\/0{ border-color: rgb(76 29 149 / 0); }
.border-violet-900\/10{ border-color: rgb(76 29 149 / 0.1); }
.border-violet-900\/100{ border-color: rgb(76 29 149 / 1); }
.border-violet-900\/20{ border-color: rgb(76 29 149 / 0.2); }
.border-violet-900\/25{ border-color: rgb(76 29 149 / 0.25); }
.border-violet-900\/30{ border-color: rgb(76 29 149 / 0.3); }
.border-violet-900\/40{ border-color: rgb(76 29 149 / 0.4); }
.border-violet-900\/5{ border-color: rgb(76 29 149 / 0.05); }
.border-violet-900\/50{ border-color: rgb(76 29 149 / 0.5); }
.border-violet-900\/60{ border-color: rgb(76 29 149 / 0.6); }
.border-violet-900\/70{ border-color: rgb(76 29 149 / 0.7); }
.border-violet-900\/75{ border-color: rgb(76 29 149 / 0.75); }
.border-violet-900\/80{ border-color: rgb(76 29 149 / 0.8); }
.border-violet-900\/90{ border-color: rgb(76 29 149 / 0.9); }
.border-violet-900\/95{ border-color: rgb(76 29 149 / 0.95); }
.border-violet-950{ --tw-border-opacity: 1; border-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-violet-950\/0{ border-color: rgb(46 16 101 / 0); }
.border-violet-950\/10{ border-color: rgb(46 16 101 / 0.1); }
.border-violet-950\/100{ border-color: rgb(46 16 101 / 1); }
.border-violet-950\/20{ border-color: rgb(46 16 101 / 0.2); }
.border-violet-950\/25{ border-color: rgb(46 16 101 / 0.25); }
.border-violet-950\/30{ border-color: rgb(46 16 101 / 0.3); }
.border-violet-950\/40{ border-color: rgb(46 16 101 / 0.4); }
.border-violet-950\/5{ border-color: rgb(46 16 101 / 0.05); }
.border-violet-950\/50{ border-color: rgb(46 16 101 / 0.5); }
.border-violet-950\/60{ border-color: rgb(46 16 101 / 0.6); }
.border-violet-950\/70{ border-color: rgb(46 16 101 / 0.7); }
.border-violet-950\/75{ border-color: rgb(46 16 101 / 0.75); }
.border-violet-950\/80{ border-color: rgb(46 16 101 / 0.8); }
.border-violet-950\/90{ border-color: rgb(46 16 101 / 0.9); }
.border-violet-950\/95{ border-color: rgb(46 16 101 / 0.95); }
.border-white{ --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-white\/0{ border-color: rgb(255 255 255 / 0); }
.border-white\/10{ border-color: rgb(255 255 255 / 0.1); }
.border-white\/100{ border-color: rgb(255 255 255 / 1); }
.border-white\/20{ border-color: rgb(255 255 255 / 0.2); }
.border-white\/25{ border-color: rgb(255 255 255 / 0.25); }
.border-white\/30{ border-color: rgb(255 255 255 / 0.3); }
.border-white\/40{ border-color: rgb(255 255 255 / 0.4); }
.border-white\/5{ border-color: rgb(255 255 255 / 0.05); }
.border-white\/50{ border-color: rgb(255 255 255 / 0.5); }
.border-white\/60{ border-color: rgb(255 255 255 / 0.6); }
.border-white\/70{ border-color: rgb(255 255 255 / 0.7); }
.border-white\/75{ border-color: rgb(255 255 255 / 0.75); }
.border-white\/80{ border-color: rgb(255 255 255 / 0.8); }
.border-white\/90{ border-color: rgb(255 255 255 / 0.9); }
.border-white\/95{ border-color: rgb(255 255 255 / 0.95); }
.border-yellow-100{ --tw-border-opacity: 1; border-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-yellow-100\/0{ border-color: rgb(254 249 195 / 0); }
.border-yellow-100\/10{ border-color: rgb(254 249 195 / 0.1); }
.border-yellow-100\/100{ border-color: rgb(254 249 195 / 1); }
.border-yellow-100\/20{ border-color: rgb(254 249 195 / 0.2); }
.border-yellow-100\/25{ border-color: rgb(254 249 195 / 0.25); }
.border-yellow-100\/30{ border-color: rgb(254 249 195 / 0.3); }
.border-yellow-100\/40{ border-color: rgb(254 249 195 / 0.4); }
.border-yellow-100\/5{ border-color: rgb(254 249 195 / 0.05); }
.border-yellow-100\/50{ border-color: rgb(254 249 195 / 0.5); }
.border-yellow-100\/60{ border-color: rgb(254 249 195 / 0.6); }
.border-yellow-100\/70{ border-color: rgb(254 249 195 / 0.7); }
.border-yellow-100\/75{ border-color: rgb(254 249 195 / 0.75); }
.border-yellow-100\/80{ border-color: rgb(254 249 195 / 0.8); }
.border-yellow-100\/90{ border-color: rgb(254 249 195 / 0.9); }
.border-yellow-100\/95{ border-color: rgb(254 249 195 / 0.95); }
.border-yellow-200{ --tw-border-opacity: 1; border-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-yellow-200\/0{ border-color: rgb(254 240 138 / 0); }
.border-yellow-200\/10{ border-color: rgb(254 240 138 / 0.1); }
.border-yellow-200\/100{ border-color: rgb(254 240 138 / 1); }
.border-yellow-200\/20{ border-color: rgb(254 240 138 / 0.2); }
.border-yellow-200\/25{ border-color: rgb(254 240 138 / 0.25); }
.border-yellow-200\/30{ border-color: rgb(254 240 138 / 0.3); }
.border-yellow-200\/40{ border-color: rgb(254 240 138 / 0.4); }
.border-yellow-200\/5{ border-color: rgb(254 240 138 / 0.05); }
.border-yellow-200\/50{ border-color: rgb(254 240 138 / 0.5); }
.border-yellow-200\/60{ border-color: rgb(254 240 138 / 0.6); }
.border-yellow-200\/70{ border-color: rgb(254 240 138 / 0.7); }
.border-yellow-200\/75{ border-color: rgb(254 240 138 / 0.75); }
.border-yellow-200\/80{ border-color: rgb(254 240 138 / 0.8); }
.border-yellow-200\/90{ border-color: rgb(254 240 138 / 0.9); }
.border-yellow-200\/95{ border-color: rgb(254 240 138 / 0.95); }
.border-yellow-300{ --tw-border-opacity: 1; border-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-yellow-300\/0{ border-color: rgb(253 224 71 / 0); }
.border-yellow-300\/10{ border-color: rgb(253 224 71 / 0.1); }
.border-yellow-300\/100{ border-color: rgb(253 224 71 / 1); }
.border-yellow-300\/20{ border-color: rgb(253 224 71 / 0.2); }
.border-yellow-300\/25{ border-color: rgb(253 224 71 / 0.25); }
.border-yellow-300\/30{ border-color: rgb(253 224 71 / 0.3); }
.border-yellow-300\/40{ border-color: rgb(253 224 71 / 0.4); }
.border-yellow-300\/5{ border-color: rgb(253 224 71 / 0.05); }
.border-yellow-300\/50{ border-color: rgb(253 224 71 / 0.5); }
.border-yellow-300\/60{ border-color: rgb(253 224 71 / 0.6); }
.border-yellow-300\/70{ border-color: rgb(253 224 71 / 0.7); }
.border-yellow-300\/75{ border-color: rgb(253 224 71 / 0.75); }
.border-yellow-300\/80{ border-color: rgb(253 224 71 / 0.8); }
.border-yellow-300\/90{ border-color: rgb(253 224 71 / 0.9); }
.border-yellow-300\/95{ border-color: rgb(253 224 71 / 0.95); }
.border-yellow-400{ --tw-border-opacity: 1; border-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-yellow-400\/0{ border-color: rgb(250 204 21 / 0); }
.border-yellow-400\/10{ border-color: rgb(250 204 21 / 0.1); }
.border-yellow-400\/100{ border-color: rgb(250 204 21 / 1); }
.border-yellow-400\/20{ border-color: rgb(250 204 21 / 0.2); }
.border-yellow-400\/25{ border-color: rgb(250 204 21 / 0.25); }
.border-yellow-400\/30{ border-color: rgb(250 204 21 / 0.3); }
.border-yellow-400\/40{ border-color: rgb(250 204 21 / 0.4); }
.border-yellow-400\/5{ border-color: rgb(250 204 21 / 0.05); }
.border-yellow-400\/50{ border-color: rgb(250 204 21 / 0.5); }
.border-yellow-400\/60{ border-color: rgb(250 204 21 / 0.6); }
.border-yellow-400\/70{ border-color: rgb(250 204 21 / 0.7); }
.border-yellow-400\/75{ border-color: rgb(250 204 21 / 0.75); }
.border-yellow-400\/80{ border-color: rgb(250 204 21 / 0.8); }
.border-yellow-400\/90{ border-color: rgb(250 204 21 / 0.9); }
.border-yellow-400\/95{ border-color: rgb(250 204 21 / 0.95); }
.border-yellow-50{ --tw-border-opacity: 1; border-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-yellow-50\/0{ border-color: rgb(254 252 232 / 0); }
.border-yellow-50\/10{ border-color: rgb(254 252 232 / 0.1); }
.border-yellow-50\/100{ border-color: rgb(254 252 232 / 1); }
.border-yellow-50\/20{ border-color: rgb(254 252 232 / 0.2); }
.border-yellow-50\/25{ border-color: rgb(254 252 232 / 0.25); }
.border-yellow-50\/30{ border-color: rgb(254 252 232 / 0.3); }
.border-yellow-50\/40{ border-color: rgb(254 252 232 / 0.4); }
.border-yellow-50\/5{ border-color: rgb(254 252 232 / 0.05); }
.border-yellow-50\/50{ border-color: rgb(254 252 232 / 0.5); }
.border-yellow-50\/60{ border-color: rgb(254 252 232 / 0.6); }
.border-yellow-50\/70{ border-color: rgb(254 252 232 / 0.7); }
.border-yellow-50\/75{ border-color: rgb(254 252 232 / 0.75); }
.border-yellow-50\/80{ border-color: rgb(254 252 232 / 0.8); }
.border-yellow-50\/90{ border-color: rgb(254 252 232 / 0.9); }
.border-yellow-50\/95{ border-color: rgb(254 252 232 / 0.95); }
.border-yellow-500{ --tw-border-opacity: 1; border-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-yellow-500\/0{ border-color: rgb(234 179 8 / 0); }
.border-yellow-500\/10{ border-color: rgb(234 179 8 / 0.1); }
.border-yellow-500\/100{ border-color: rgb(234 179 8 / 1); }
.border-yellow-500\/20{ border-color: rgb(234 179 8 / 0.2); }
.border-yellow-500\/25{ border-color: rgb(234 179 8 / 0.25); }
.border-yellow-500\/30{ border-color: rgb(234 179 8 / 0.3); }
.border-yellow-500\/40{ border-color: rgb(234 179 8 / 0.4); }
.border-yellow-500\/5{ border-color: rgb(234 179 8 / 0.05); }
.border-yellow-500\/50{ border-color: rgb(234 179 8 / 0.5); }
.border-yellow-500\/60{ border-color: rgb(234 179 8 / 0.6); }
.border-yellow-500\/70{ border-color: rgb(234 179 8 / 0.7); }
.border-yellow-500\/75{ border-color: rgb(234 179 8 / 0.75); }
.border-yellow-500\/80{ border-color: rgb(234 179 8 / 0.8); }
.border-yellow-500\/90{ border-color: rgb(234 179 8 / 0.9); }
.border-yellow-500\/95{ border-color: rgb(234 179 8 / 0.95); }
.border-yellow-600{ --tw-border-opacity: 1; border-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-yellow-600\/0{ border-color: rgb(202 138 4 / 0); }
.border-yellow-600\/10{ border-color: rgb(202 138 4 / 0.1); }
.border-yellow-600\/100{ border-color: rgb(202 138 4 / 1); }
.border-yellow-600\/20{ border-color: rgb(202 138 4 / 0.2); }
.border-yellow-600\/25{ border-color: rgb(202 138 4 / 0.25); }
.border-yellow-600\/30{ border-color: rgb(202 138 4 / 0.3); }
.border-yellow-600\/40{ border-color: rgb(202 138 4 / 0.4); }
.border-yellow-600\/5{ border-color: rgb(202 138 4 / 0.05); }
.border-yellow-600\/50{ border-color: rgb(202 138 4 / 0.5); }
.border-yellow-600\/60{ border-color: rgb(202 138 4 / 0.6); }
.border-yellow-600\/70{ border-color: rgb(202 138 4 / 0.7); }
.border-yellow-600\/75{ border-color: rgb(202 138 4 / 0.75); }
.border-yellow-600\/80{ border-color: rgb(202 138 4 / 0.8); }
.border-yellow-600\/90{ border-color: rgb(202 138 4 / 0.9); }
.border-yellow-600\/95{ border-color: rgb(202 138 4 / 0.95); }
.border-yellow-700{ --tw-border-opacity: 1; border-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-yellow-700\/0{ border-color: rgb(161 98 7 / 0); }
.border-yellow-700\/10{ border-color: rgb(161 98 7 / 0.1); }
.border-yellow-700\/100{ border-color: rgb(161 98 7 / 1); }
.border-yellow-700\/20{ border-color: rgb(161 98 7 / 0.2); }
.border-yellow-700\/25{ border-color: rgb(161 98 7 / 0.25); }
.border-yellow-700\/30{ border-color: rgb(161 98 7 / 0.3); }
.border-yellow-700\/40{ border-color: rgb(161 98 7 / 0.4); }
.border-yellow-700\/5{ border-color: rgb(161 98 7 / 0.05); }
.border-yellow-700\/50{ border-color: rgb(161 98 7 / 0.5); }
.border-yellow-700\/60{ border-color: rgb(161 98 7 / 0.6); }
.border-yellow-700\/70{ border-color: rgb(161 98 7 / 0.7); }
.border-yellow-700\/75{ border-color: rgb(161 98 7 / 0.75); }
.border-yellow-700\/80{ border-color: rgb(161 98 7 / 0.8); }
.border-yellow-700\/90{ border-color: rgb(161 98 7 / 0.9); }
.border-yellow-700\/95{ border-color: rgb(161 98 7 / 0.95); }
.border-yellow-800{ --tw-border-opacity: 1; border-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-yellow-800\/0{ border-color: rgb(133 77 14 / 0); }
.border-yellow-800\/10{ border-color: rgb(133 77 14 / 0.1); }
.border-yellow-800\/100{ border-color: rgb(133 77 14 / 1); }
.border-yellow-800\/20{ border-color: rgb(133 77 14 / 0.2); }
.border-yellow-800\/25{ border-color: rgb(133 77 14 / 0.25); }
.border-yellow-800\/30{ border-color: rgb(133 77 14 / 0.3); }
.border-yellow-800\/40{ border-color: rgb(133 77 14 / 0.4); }
.border-yellow-800\/5{ border-color: rgb(133 77 14 / 0.05); }
.border-yellow-800\/50{ border-color: rgb(133 77 14 / 0.5); }
.border-yellow-800\/60{ border-color: rgb(133 77 14 / 0.6); }
.border-yellow-800\/70{ border-color: rgb(133 77 14 / 0.7); }
.border-yellow-800\/75{ border-color: rgb(133 77 14 / 0.75); }
.border-yellow-800\/80{ border-color: rgb(133 77 14 / 0.8); }
.border-yellow-800\/90{ border-color: rgb(133 77 14 / 0.9); }
.border-yellow-800\/95{ border-color: rgb(133 77 14 / 0.95); }
.border-yellow-900{ --tw-border-opacity: 1; border-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-yellow-900\/0{ border-color: rgb(113 63 18 / 0); }
.border-yellow-900\/10{ border-color: rgb(113 63 18 / 0.1); }
.border-yellow-900\/100{ border-color: rgb(113 63 18 / 1); }
.border-yellow-900\/20{ border-color: rgb(113 63 18 / 0.2); }
.border-yellow-900\/25{ border-color: rgb(113 63 18 / 0.25); }
.border-yellow-900\/30{ border-color: rgb(113 63 18 / 0.3); }
.border-yellow-900\/40{ border-color: rgb(113 63 18 / 0.4); }
.border-yellow-900\/5{ border-color: rgb(113 63 18 / 0.05); }
.border-yellow-900\/50{ border-color: rgb(113 63 18 / 0.5); }
.border-yellow-900\/60{ border-color: rgb(113 63 18 / 0.6); }
.border-yellow-900\/70{ border-color: rgb(113 63 18 / 0.7); }
.border-yellow-900\/75{ border-color: rgb(113 63 18 / 0.75); }
.border-yellow-900\/80{ border-color: rgb(113 63 18 / 0.8); }
.border-yellow-900\/90{ border-color: rgb(113 63 18 / 0.9); }
.border-yellow-900\/95{ border-color: rgb(113 63 18 / 0.95); }
.border-yellow-950{ --tw-border-opacity: 1; border-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-yellow-950\/0{ border-color: rgb(66 32 6 / 0); }
.border-yellow-950\/10{ border-color: rgb(66 32 6 / 0.1); }
.border-yellow-950\/100{ border-color: rgb(66 32 6 / 1); }
.border-yellow-950\/20{ border-color: rgb(66 32 6 / 0.2); }
.border-yellow-950\/25{ border-color: rgb(66 32 6 / 0.25); }
.border-yellow-950\/30{ border-color: rgb(66 32 6 / 0.3); }
.border-yellow-950\/40{ border-color: rgb(66 32 6 / 0.4); }
.border-yellow-950\/5{ border-color: rgb(66 32 6 / 0.05); }
.border-yellow-950\/50{ border-color: rgb(66 32 6 / 0.5); }
.border-yellow-950\/60{ border-color: rgb(66 32 6 / 0.6); }
.border-yellow-950\/70{ border-color: rgb(66 32 6 / 0.7); }
.border-yellow-950\/75{ border-color: rgb(66 32 6 / 0.75); }
.border-yellow-950\/80{ border-color: rgb(66 32 6 / 0.8); }
.border-yellow-950\/90{ border-color: rgb(66 32 6 / 0.9); }
.border-yellow-950\/95{ border-color: rgb(66 32 6 / 0.95); }
.border-zinc-100{ --tw-border-opacity: 1; border-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-zinc-100\/0{ border-color: rgb(244 244 245 / 0); }
.border-zinc-100\/10{ border-color: rgb(244 244 245 / 0.1); }
.border-zinc-100\/100{ border-color: rgb(244 244 245 / 1); }
.border-zinc-100\/20{ border-color: rgb(244 244 245 / 0.2); }
.border-zinc-100\/25{ border-color: rgb(244 244 245 / 0.25); }
.border-zinc-100\/30{ border-color: rgb(244 244 245 / 0.3); }
.border-zinc-100\/40{ border-color: rgb(244 244 245 / 0.4); }
.border-zinc-100\/5{ border-color: rgb(244 244 245 / 0.05); }
.border-zinc-100\/50{ border-color: rgb(244 244 245 / 0.5); }
.border-zinc-100\/60{ border-color: rgb(244 244 245 / 0.6); }
.border-zinc-100\/70{ border-color: rgb(244 244 245 / 0.7); }
.border-zinc-100\/75{ border-color: rgb(244 244 245 / 0.75); }
.border-zinc-100\/80{ border-color: rgb(244 244 245 / 0.8); }
.border-zinc-100\/90{ border-color: rgb(244 244 245 / 0.9); }
.border-zinc-100\/95{ border-color: rgb(244 244 245 / 0.95); }
.border-zinc-200{ --tw-border-opacity: 1; border-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-zinc-200\/0{ border-color: rgb(228 228 231 / 0); }
.border-zinc-200\/10{ border-color: rgb(228 228 231 / 0.1); }
.border-zinc-200\/100{ border-color: rgb(228 228 231 / 1); }
.border-zinc-200\/20{ border-color: rgb(228 228 231 / 0.2); }
.border-zinc-200\/25{ border-color: rgb(228 228 231 / 0.25); }
.border-zinc-200\/30{ border-color: rgb(228 228 231 / 0.3); }
.border-zinc-200\/40{ border-color: rgb(228 228 231 / 0.4); }
.border-zinc-200\/5{ border-color: rgb(228 228 231 / 0.05); }
.border-zinc-200\/50{ border-color: rgb(228 228 231 / 0.5); }
.border-zinc-200\/60{ border-color: rgb(228 228 231 / 0.6); }
.border-zinc-200\/70{ border-color: rgb(228 228 231 / 0.7); }
.border-zinc-200\/75{ border-color: rgb(228 228 231 / 0.75); }
.border-zinc-200\/80{ border-color: rgb(228 228 231 / 0.8); }
.border-zinc-200\/90{ border-color: rgb(228 228 231 / 0.9); }
.border-zinc-200\/95{ border-color: rgb(228 228 231 / 0.95); }
.border-zinc-300{ --tw-border-opacity: 1; border-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-zinc-300\/0{ border-color: rgb(212 212 216 / 0); }
.border-zinc-300\/10{ border-color: rgb(212 212 216 / 0.1); }
.border-zinc-300\/100{ border-color: rgb(212 212 216 / 1); }
.border-zinc-300\/20{ border-color: rgb(212 212 216 / 0.2); }
.border-zinc-300\/25{ border-color: rgb(212 212 216 / 0.25); }
.border-zinc-300\/30{ border-color: rgb(212 212 216 / 0.3); }
.border-zinc-300\/40{ border-color: rgb(212 212 216 / 0.4); }
.border-zinc-300\/5{ border-color: rgb(212 212 216 / 0.05); }
.border-zinc-300\/50{ border-color: rgb(212 212 216 / 0.5); }
.border-zinc-300\/60{ border-color: rgb(212 212 216 / 0.6); }
.border-zinc-300\/70{ border-color: rgb(212 212 216 / 0.7); }
.border-zinc-300\/75{ border-color: rgb(212 212 216 / 0.75); }
.border-zinc-300\/80{ border-color: rgb(212 212 216 / 0.8); }
.border-zinc-300\/90{ border-color: rgb(212 212 216 / 0.9); }
.border-zinc-300\/95{ border-color: rgb(212 212 216 / 0.95); }
.border-zinc-400{ --tw-border-opacity: 1; border-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-zinc-400\/0{ border-color: rgb(161 161 170 / 0); }
.border-zinc-400\/10{ border-color: rgb(161 161 170 / 0.1); }
.border-zinc-400\/100{ border-color: rgb(161 161 170 / 1); }
.border-zinc-400\/20{ border-color: rgb(161 161 170 / 0.2); }
.border-zinc-400\/25{ border-color: rgb(161 161 170 / 0.25); }
.border-zinc-400\/30{ border-color: rgb(161 161 170 / 0.3); }
.border-zinc-400\/40{ border-color: rgb(161 161 170 / 0.4); }
.border-zinc-400\/5{ border-color: rgb(161 161 170 / 0.05); }
.border-zinc-400\/50{ border-color: rgb(161 161 170 / 0.5); }
.border-zinc-400\/60{ border-color: rgb(161 161 170 / 0.6); }
.border-zinc-400\/70{ border-color: rgb(161 161 170 / 0.7); }
.border-zinc-400\/75{ border-color: rgb(161 161 170 / 0.75); }
.border-zinc-400\/80{ border-color: rgb(161 161 170 / 0.8); }
.border-zinc-400\/90{ border-color: rgb(161 161 170 / 0.9); }
.border-zinc-400\/95{ border-color: rgb(161 161 170 / 0.95); }
.border-zinc-50{ --tw-border-opacity: 1; border-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-zinc-50\/0{ border-color: rgb(250 250 250 / 0); }
.border-zinc-50\/10{ border-color: rgb(250 250 250 / 0.1); }
.border-zinc-50\/100{ border-color: rgb(250 250 250 / 1); }
.border-zinc-50\/20{ border-color: rgb(250 250 250 / 0.2); }
.border-zinc-50\/25{ border-color: rgb(250 250 250 / 0.25); }
.border-zinc-50\/30{ border-color: rgb(250 250 250 / 0.3); }
.border-zinc-50\/40{ border-color: rgb(250 250 250 / 0.4); }
.border-zinc-50\/5{ border-color: rgb(250 250 250 / 0.05); }
.border-zinc-50\/50{ border-color: rgb(250 250 250 / 0.5); }
.border-zinc-50\/60{ border-color: rgb(250 250 250 / 0.6); }
.border-zinc-50\/70{ border-color: rgb(250 250 250 / 0.7); }
.border-zinc-50\/75{ border-color: rgb(250 250 250 / 0.75); }
.border-zinc-50\/80{ border-color: rgb(250 250 250 / 0.8); }
.border-zinc-50\/90{ border-color: rgb(250 250 250 / 0.9); }
.border-zinc-50\/95{ border-color: rgb(250 250 250 / 0.95); }
.border-zinc-500{ --tw-border-opacity: 1; border-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-zinc-500\/0{ border-color: rgb(113 113 122 / 0); }
.border-zinc-500\/10{ border-color: rgb(113 113 122 / 0.1); }
.border-zinc-500\/100{ border-color: rgb(113 113 122 / 1); }
.border-zinc-500\/20{ border-color: rgb(113 113 122 / 0.2); }
.border-zinc-500\/25{ border-color: rgb(113 113 122 / 0.25); }
.border-zinc-500\/30{ border-color: rgb(113 113 122 / 0.3); }
.border-zinc-500\/40{ border-color: rgb(113 113 122 / 0.4); }
.border-zinc-500\/5{ border-color: rgb(113 113 122 / 0.05); }
.border-zinc-500\/50{ border-color: rgb(113 113 122 / 0.5); }
.border-zinc-500\/60{ border-color: rgb(113 113 122 / 0.6); }
.border-zinc-500\/70{ border-color: rgb(113 113 122 / 0.7); }
.border-zinc-500\/75{ border-color: rgb(113 113 122 / 0.75); }
.border-zinc-500\/80{ border-color: rgb(113 113 122 / 0.8); }
.border-zinc-500\/90{ border-color: rgb(113 113 122 / 0.9); }
.border-zinc-500\/95{ border-color: rgb(113 113 122 / 0.95); }
.border-zinc-600{ --tw-border-opacity: 1; border-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-zinc-600\/0{ border-color: rgb(82 82 91 / 0); }
.border-zinc-600\/10{ border-color: rgb(82 82 91 / 0.1); }
.border-zinc-600\/100{ border-color: rgb(82 82 91 / 1); }
.border-zinc-600\/20{ border-color: rgb(82 82 91 / 0.2); }
.border-zinc-600\/25{ border-color: rgb(82 82 91 / 0.25); }
.border-zinc-600\/30{ border-color: rgb(82 82 91 / 0.3); }
.border-zinc-600\/40{ border-color: rgb(82 82 91 / 0.4); }
.border-zinc-600\/5{ border-color: rgb(82 82 91 / 0.05); }
.border-zinc-600\/50{ border-color: rgb(82 82 91 / 0.5); }
.border-zinc-600\/60{ border-color: rgb(82 82 91 / 0.6); }
.border-zinc-600\/70{ border-color: rgb(82 82 91 / 0.7); }
.border-zinc-600\/75{ border-color: rgb(82 82 91 / 0.75); }
.border-zinc-600\/80{ border-color: rgb(82 82 91 / 0.8); }
.border-zinc-600\/90{ border-color: rgb(82 82 91 / 0.9); }
.border-zinc-600\/95{ border-color: rgb(82 82 91 / 0.95); }
.border-zinc-700{ --tw-border-opacity: 1; border-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-zinc-700\/0{ border-color: rgb(63 63 70 / 0); }
.border-zinc-700\/10{ border-color: rgb(63 63 70 / 0.1); }
.border-zinc-700\/100{ border-color: rgb(63 63 70 / 1); }
.border-zinc-700\/20{ border-color: rgb(63 63 70 / 0.2); }
.border-zinc-700\/25{ border-color: rgb(63 63 70 / 0.25); }
.border-zinc-700\/30{ border-color: rgb(63 63 70 / 0.3); }
.border-zinc-700\/40{ border-color: rgb(63 63 70 / 0.4); }
.border-zinc-700\/5{ border-color: rgb(63 63 70 / 0.05); }
.border-zinc-700\/50{ border-color: rgb(63 63 70 / 0.5); }
.border-zinc-700\/60{ border-color: rgb(63 63 70 / 0.6); }
.border-zinc-700\/70{ border-color: rgb(63 63 70 / 0.7); }
.border-zinc-700\/75{ border-color: rgb(63 63 70 / 0.75); }
.border-zinc-700\/80{ border-color: rgb(63 63 70 / 0.8); }
.border-zinc-700\/90{ border-color: rgb(63 63 70 / 0.9); }
.border-zinc-700\/95{ border-color: rgb(63 63 70 / 0.95); }
.border-zinc-800{ --tw-border-opacity: 1; border-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-zinc-800\/0{ border-color: rgb(39 39 42 / 0); }
.border-zinc-800\/10{ border-color: rgb(39 39 42 / 0.1); }
.border-zinc-800\/100{ border-color: rgb(39 39 42 / 1); }
.border-zinc-800\/20{ border-color: rgb(39 39 42 / 0.2); }
.border-zinc-800\/25{ border-color: rgb(39 39 42 / 0.25); }
.border-zinc-800\/30{ border-color: rgb(39 39 42 / 0.3); }
.border-zinc-800\/40{ border-color: rgb(39 39 42 / 0.4); }
.border-zinc-800\/5{ border-color: rgb(39 39 42 / 0.05); }
.border-zinc-800\/50{ border-color: rgb(39 39 42 / 0.5); }
.border-zinc-800\/60{ border-color: rgb(39 39 42 / 0.6); }
.border-zinc-800\/70{ border-color: rgb(39 39 42 / 0.7); }
.border-zinc-800\/75{ border-color: rgb(39 39 42 / 0.75); }
.border-zinc-800\/80{ border-color: rgb(39 39 42 / 0.8); }
.border-zinc-800\/90{ border-color: rgb(39 39 42 / 0.9); }
.border-zinc-800\/95{ border-color: rgb(39 39 42 / 0.95); }
.border-zinc-900{ --tw-border-opacity: 1; border-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-zinc-900\/0{ border-color: rgb(24 24 27 / 0); }
.border-zinc-900\/10{ border-color: rgb(24 24 27 / 0.1); }
.border-zinc-900\/100{ border-color: rgb(24 24 27 / 1); }
.border-zinc-900\/20{ border-color: rgb(24 24 27 / 0.2); }
.border-zinc-900\/25{ border-color: rgb(24 24 27 / 0.25); }
.border-zinc-900\/30{ border-color: rgb(24 24 27 / 0.3); }
.border-zinc-900\/40{ border-color: rgb(24 24 27 / 0.4); }
.border-zinc-900\/5{ border-color: rgb(24 24 27 / 0.05); }
.border-zinc-900\/50{ border-color: rgb(24 24 27 / 0.5); }
.border-zinc-900\/60{ border-color: rgb(24 24 27 / 0.6); }
.border-zinc-900\/70{ border-color: rgb(24 24 27 / 0.7); }
.border-zinc-900\/75{ border-color: rgb(24 24 27 / 0.75); }
.border-zinc-900\/80{ border-color: rgb(24 24 27 / 0.8); }
.border-zinc-900\/90{ border-color: rgb(24 24 27 / 0.9); }
.border-zinc-900\/95{ border-color: rgb(24 24 27 / 0.95); }
.border-zinc-950{ --tw-border-opacity: 1; border-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-zinc-950\/0{ border-color: rgb(9 9 11 / 0); }
.border-zinc-950\/10{ border-color: rgb(9 9 11 / 0.1); }
.border-zinc-950\/100{ border-color: rgb(9 9 11 / 1); }
.border-zinc-950\/20{ border-color: rgb(9 9 11 / 0.2); }
.border-zinc-950\/25{ border-color: rgb(9 9 11 / 0.25); }
.border-zinc-950\/30{ border-color: rgb(9 9 11 / 0.3); }
.border-zinc-950\/40{ border-color: rgb(9 9 11 / 0.4); }
.border-zinc-950\/5{ border-color: rgb(9 9 11 / 0.05); }
.border-zinc-950\/50{ border-color: rgb(9 9 11 / 0.5); }
.border-zinc-950\/60{ border-color: rgb(9 9 11 / 0.6); }
.border-zinc-950\/70{ border-color: rgb(9 9 11 / 0.7); }
.border-zinc-950\/75{ border-color: rgb(9 9 11 / 0.75); }
.border-zinc-950\/80{ border-color: rgb(9 9 11 / 0.8); }
.border-zinc-950\/90{ border-color: rgb(9 9 11 / 0.9); }
.border-zinc-950\/95{ border-color: rgb(9 9 11 / 0.95); }
.border-x-amaranth{ --tw-border-opacity: 1; border-left-color: rgb(116 0 73 / var(--tw-border-opacity)); border-right-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-x-amaranth-100{ --tw-border-opacity: 1; border-left-color: rgb(241 230 237 / var(--tw-border-opacity)); border-right-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-x-amaranth-100\/0{ border-left-color: rgb(241 230 237 / 0); border-right-color: rgb(241 230 237 / 0); }
.border-x-amaranth-100\/10{ border-left-color: rgb(241 230 237 / 0.1); border-right-color: rgb(241 230 237 / 0.1); }
.border-x-amaranth-100\/100{ border-left-color: rgb(241 230 237 / 1); border-right-color: rgb(241 230 237 / 1); }
.border-x-amaranth-100\/20{ border-left-color: rgb(241 230 237 / 0.2); border-right-color: rgb(241 230 237 / 0.2); }
.border-x-amaranth-100\/25{ border-left-color: rgb(241 230 237 / 0.25); border-right-color: rgb(241 230 237 / 0.25); }
.border-x-amaranth-100\/30{ border-left-color: rgb(241 230 237 / 0.3); border-right-color: rgb(241 230 237 / 0.3); }
.border-x-amaranth-100\/40{ border-left-color: rgb(241 230 237 / 0.4); border-right-color: rgb(241 230 237 / 0.4); }
.border-x-amaranth-100\/5{ border-left-color: rgb(241 230 237 / 0.05); border-right-color: rgb(241 230 237 / 0.05); }
.border-x-amaranth-100\/50{ border-left-color: rgb(241 230 237 / 0.5); border-right-color: rgb(241 230 237 / 0.5); }
.border-x-amaranth-100\/60{ border-left-color: rgb(241 230 237 / 0.6); border-right-color: rgb(241 230 237 / 0.6); }
.border-x-amaranth-100\/70{ border-left-color: rgb(241 230 237 / 0.7); border-right-color: rgb(241 230 237 / 0.7); }
.border-x-amaranth-100\/75{ border-left-color: rgb(241 230 237 / 0.75); border-right-color: rgb(241 230 237 / 0.75); }
.border-x-amaranth-100\/80{ border-left-color: rgb(241 230 237 / 0.8); border-right-color: rgb(241 230 237 / 0.8); }
.border-x-amaranth-100\/90{ border-left-color: rgb(241 230 237 / 0.9); border-right-color: rgb(241 230 237 / 0.9); }
.border-x-amaranth-100\/95{ border-left-color: rgb(241 230 237 / 0.95); border-right-color: rgb(241 230 237 / 0.95); }
.border-x-amaranth-200{ --tw-border-opacity: 1; border-left-color: rgb(227 204 219 / var(--tw-border-opacity)); border-right-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-x-amaranth-200\/0{ border-left-color: rgb(227 204 219 / 0); border-right-color: rgb(227 204 219 / 0); }
.border-x-amaranth-200\/10{ border-left-color: rgb(227 204 219 / 0.1); border-right-color: rgb(227 204 219 / 0.1); }
.border-x-amaranth-200\/100{ border-left-color: rgb(227 204 219 / 1); border-right-color: rgb(227 204 219 / 1); }
.border-x-amaranth-200\/20{ border-left-color: rgb(227 204 219 / 0.2); border-right-color: rgb(227 204 219 / 0.2); }
.border-x-amaranth-200\/25{ border-left-color: rgb(227 204 219 / 0.25); border-right-color: rgb(227 204 219 / 0.25); }
.border-x-amaranth-200\/30{ border-left-color: rgb(227 204 219 / 0.3); border-right-color: rgb(227 204 219 / 0.3); }
.border-x-amaranth-200\/40{ border-left-color: rgb(227 204 219 / 0.4); border-right-color: rgb(227 204 219 / 0.4); }
.border-x-amaranth-200\/5{ border-left-color: rgb(227 204 219 / 0.05); border-right-color: rgb(227 204 219 / 0.05); }
.border-x-amaranth-200\/50{ border-left-color: rgb(227 204 219 / 0.5); border-right-color: rgb(227 204 219 / 0.5); }
.border-x-amaranth-200\/60{ border-left-color: rgb(227 204 219 / 0.6); border-right-color: rgb(227 204 219 / 0.6); }
.border-x-amaranth-200\/70{ border-left-color: rgb(227 204 219 / 0.7); border-right-color: rgb(227 204 219 / 0.7); }
.border-x-amaranth-200\/75{ border-left-color: rgb(227 204 219 / 0.75); border-right-color: rgb(227 204 219 / 0.75); }
.border-x-amaranth-200\/80{ border-left-color: rgb(227 204 219 / 0.8); border-right-color: rgb(227 204 219 / 0.8); }
.border-x-amaranth-200\/90{ border-left-color: rgb(227 204 219 / 0.9); border-right-color: rgb(227 204 219 / 0.9); }
.border-x-amaranth-200\/95{ border-left-color: rgb(227 204 219 / 0.95); border-right-color: rgb(227 204 219 / 0.95); }
.border-x-amaranth-300{ --tw-border-opacity: 1; border-left-color: rgb(214 179 201 / var(--tw-border-opacity)); border-right-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-x-amaranth-300\/0{ border-left-color: rgb(214 179 201 / 0); border-right-color: rgb(214 179 201 / 0); }
.border-x-amaranth-300\/10{ border-left-color: rgb(214 179 201 / 0.1); border-right-color: rgb(214 179 201 / 0.1); }
.border-x-amaranth-300\/100{ border-left-color: rgb(214 179 201 / 1); border-right-color: rgb(214 179 201 / 1); }
.border-x-amaranth-300\/20{ border-left-color: rgb(214 179 201 / 0.2); border-right-color: rgb(214 179 201 / 0.2); }
.border-x-amaranth-300\/25{ border-left-color: rgb(214 179 201 / 0.25); border-right-color: rgb(214 179 201 / 0.25); }
.border-x-amaranth-300\/30{ border-left-color: rgb(214 179 201 / 0.3); border-right-color: rgb(214 179 201 / 0.3); }
.border-x-amaranth-300\/40{ border-left-color: rgb(214 179 201 / 0.4); border-right-color: rgb(214 179 201 / 0.4); }
.border-x-amaranth-300\/5{ border-left-color: rgb(214 179 201 / 0.05); border-right-color: rgb(214 179 201 / 0.05); }
.border-x-amaranth-300\/50{ border-left-color: rgb(214 179 201 / 0.5); border-right-color: rgb(214 179 201 / 0.5); }
.border-x-amaranth-300\/60{ border-left-color: rgb(214 179 201 / 0.6); border-right-color: rgb(214 179 201 / 0.6); }
.border-x-amaranth-300\/70{ border-left-color: rgb(214 179 201 / 0.7); border-right-color: rgb(214 179 201 / 0.7); }
.border-x-amaranth-300\/75{ border-left-color: rgb(214 179 201 / 0.75); border-right-color: rgb(214 179 201 / 0.75); }
.border-x-amaranth-300\/80{ border-left-color: rgb(214 179 201 / 0.8); border-right-color: rgb(214 179 201 / 0.8); }
.border-x-amaranth-300\/90{ border-left-color: rgb(214 179 201 / 0.9); border-right-color: rgb(214 179 201 / 0.9); }
.border-x-amaranth-300\/95{ border-left-color: rgb(214 179 201 / 0.95); border-right-color: rgb(214 179 201 / 0.95); }
.border-x-amaranth-400{ --tw-border-opacity: 1; border-left-color: rgb(199 153 182 / var(--tw-border-opacity)); border-right-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-x-amaranth-400\/0{ border-left-color: rgb(199 153 182 / 0); border-right-color: rgb(199 153 182 / 0); }
.border-x-amaranth-400\/10{ border-left-color: rgb(199 153 182 / 0.1); border-right-color: rgb(199 153 182 / 0.1); }
.border-x-amaranth-400\/100{ border-left-color: rgb(199 153 182 / 1); border-right-color: rgb(199 153 182 / 1); }
.border-x-amaranth-400\/20{ border-left-color: rgb(199 153 182 / 0.2); border-right-color: rgb(199 153 182 / 0.2); }
.border-x-amaranth-400\/25{ border-left-color: rgb(199 153 182 / 0.25); border-right-color: rgb(199 153 182 / 0.25); }
.border-x-amaranth-400\/30{ border-left-color: rgb(199 153 182 / 0.3); border-right-color: rgb(199 153 182 / 0.3); }
.border-x-amaranth-400\/40{ border-left-color: rgb(199 153 182 / 0.4); border-right-color: rgb(199 153 182 / 0.4); }
.border-x-amaranth-400\/5{ border-left-color: rgb(199 153 182 / 0.05); border-right-color: rgb(199 153 182 / 0.05); }
.border-x-amaranth-400\/50{ border-left-color: rgb(199 153 182 / 0.5); border-right-color: rgb(199 153 182 / 0.5); }
.border-x-amaranth-400\/60{ border-left-color: rgb(199 153 182 / 0.6); border-right-color: rgb(199 153 182 / 0.6); }
.border-x-amaranth-400\/70{ border-left-color: rgb(199 153 182 / 0.7); border-right-color: rgb(199 153 182 / 0.7); }
.border-x-amaranth-400\/75{ border-left-color: rgb(199 153 182 / 0.75); border-right-color: rgb(199 153 182 / 0.75); }
.border-x-amaranth-400\/80{ border-left-color: rgb(199 153 182 / 0.8); border-right-color: rgb(199 153 182 / 0.8); }
.border-x-amaranth-400\/90{ border-left-color: rgb(199 153 182 / 0.9); border-right-color: rgb(199 153 182 / 0.9); }
.border-x-amaranth-400\/95{ border-left-color: rgb(199 153 182 / 0.95); border-right-color: rgb(199 153 182 / 0.95); }
.border-x-amaranth-500{ --tw-border-opacity: 1; border-left-color: rgb(186 128 164 / var(--tw-border-opacity)); border-right-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-x-amaranth-500\/0{ border-left-color: rgb(186 128 164 / 0); border-right-color: rgb(186 128 164 / 0); }
.border-x-amaranth-500\/10{ border-left-color: rgb(186 128 164 / 0.1); border-right-color: rgb(186 128 164 / 0.1); }
.border-x-amaranth-500\/100{ border-left-color: rgb(186 128 164 / 1); border-right-color: rgb(186 128 164 / 1); }
.border-x-amaranth-500\/20{ border-left-color: rgb(186 128 164 / 0.2); border-right-color: rgb(186 128 164 / 0.2); }
.border-x-amaranth-500\/25{ border-left-color: rgb(186 128 164 / 0.25); border-right-color: rgb(186 128 164 / 0.25); }
.border-x-amaranth-500\/30{ border-left-color: rgb(186 128 164 / 0.3); border-right-color: rgb(186 128 164 / 0.3); }
.border-x-amaranth-500\/40{ border-left-color: rgb(186 128 164 / 0.4); border-right-color: rgb(186 128 164 / 0.4); }
.border-x-amaranth-500\/5{ border-left-color: rgb(186 128 164 / 0.05); border-right-color: rgb(186 128 164 / 0.05); }
.border-x-amaranth-500\/50{ border-left-color: rgb(186 128 164 / 0.5); border-right-color: rgb(186 128 164 / 0.5); }
.border-x-amaranth-500\/60{ border-left-color: rgb(186 128 164 / 0.6); border-right-color: rgb(186 128 164 / 0.6); }
.border-x-amaranth-500\/70{ border-left-color: rgb(186 128 164 / 0.7); border-right-color: rgb(186 128 164 / 0.7); }
.border-x-amaranth-500\/75{ border-left-color: rgb(186 128 164 / 0.75); border-right-color: rgb(186 128 164 / 0.75); }
.border-x-amaranth-500\/80{ border-left-color: rgb(186 128 164 / 0.8); border-right-color: rgb(186 128 164 / 0.8); }
.border-x-amaranth-500\/90{ border-left-color: rgb(186 128 164 / 0.9); border-right-color: rgb(186 128 164 / 0.9); }
.border-x-amaranth-500\/95{ border-left-color: rgb(186 128 164 / 0.95); border-right-color: rgb(186 128 164 / 0.95); }
.border-x-amaranth-600{ --tw-border-opacity: 1; border-left-color: rgb(172 102 146 / var(--tw-border-opacity)); border-right-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-x-amaranth-600\/0{ border-left-color: rgb(172 102 146 / 0); border-right-color: rgb(172 102 146 / 0); }
.border-x-amaranth-600\/10{ border-left-color: rgb(172 102 146 / 0.1); border-right-color: rgb(172 102 146 / 0.1); }
.border-x-amaranth-600\/100{ border-left-color: rgb(172 102 146 / 1); border-right-color: rgb(172 102 146 / 1); }
.border-x-amaranth-600\/20{ border-left-color: rgb(172 102 146 / 0.2); border-right-color: rgb(172 102 146 / 0.2); }
.border-x-amaranth-600\/25{ border-left-color: rgb(172 102 146 / 0.25); border-right-color: rgb(172 102 146 / 0.25); }
.border-x-amaranth-600\/30{ border-left-color: rgb(172 102 146 / 0.3); border-right-color: rgb(172 102 146 / 0.3); }
.border-x-amaranth-600\/40{ border-left-color: rgb(172 102 146 / 0.4); border-right-color: rgb(172 102 146 / 0.4); }
.border-x-amaranth-600\/5{ border-left-color: rgb(172 102 146 / 0.05); border-right-color: rgb(172 102 146 / 0.05); }
.border-x-amaranth-600\/50{ border-left-color: rgb(172 102 146 / 0.5); border-right-color: rgb(172 102 146 / 0.5); }
.border-x-amaranth-600\/60{ border-left-color: rgb(172 102 146 / 0.6); border-right-color: rgb(172 102 146 / 0.6); }
.border-x-amaranth-600\/70{ border-left-color: rgb(172 102 146 / 0.7); border-right-color: rgb(172 102 146 / 0.7); }
.border-x-amaranth-600\/75{ border-left-color: rgb(172 102 146 / 0.75); border-right-color: rgb(172 102 146 / 0.75); }
.border-x-amaranth-600\/80{ border-left-color: rgb(172 102 146 / 0.8); border-right-color: rgb(172 102 146 / 0.8); }
.border-x-amaranth-600\/90{ border-left-color: rgb(172 102 146 / 0.9); border-right-color: rgb(172 102 146 / 0.9); }
.border-x-amaranth-600\/95{ border-left-color: rgb(172 102 146 / 0.95); border-right-color: rgb(172 102 146 / 0.95); }
.border-x-amaranth-700{ --tw-border-opacity: 1; border-left-color: rgb(157 76 127 / var(--tw-border-opacity)); border-right-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-x-amaranth-700\/0{ border-left-color: rgb(157 76 127 / 0); border-right-color: rgb(157 76 127 / 0); }
.border-x-amaranth-700\/10{ border-left-color: rgb(157 76 127 / 0.1); border-right-color: rgb(157 76 127 / 0.1); }
.border-x-amaranth-700\/100{ border-left-color: rgb(157 76 127 / 1); border-right-color: rgb(157 76 127 / 1); }
.border-x-amaranth-700\/20{ border-left-color: rgb(157 76 127 / 0.2); border-right-color: rgb(157 76 127 / 0.2); }
.border-x-amaranth-700\/25{ border-left-color: rgb(157 76 127 / 0.25); border-right-color: rgb(157 76 127 / 0.25); }
.border-x-amaranth-700\/30{ border-left-color: rgb(157 76 127 / 0.3); border-right-color: rgb(157 76 127 / 0.3); }
.border-x-amaranth-700\/40{ border-left-color: rgb(157 76 127 / 0.4); border-right-color: rgb(157 76 127 / 0.4); }
.border-x-amaranth-700\/5{ border-left-color: rgb(157 76 127 / 0.05); border-right-color: rgb(157 76 127 / 0.05); }
.border-x-amaranth-700\/50{ border-left-color: rgb(157 76 127 / 0.5); border-right-color: rgb(157 76 127 / 0.5); }
.border-x-amaranth-700\/60{ border-left-color: rgb(157 76 127 / 0.6); border-right-color: rgb(157 76 127 / 0.6); }
.border-x-amaranth-700\/70{ border-left-color: rgb(157 76 127 / 0.7); border-right-color: rgb(157 76 127 / 0.7); }
.border-x-amaranth-700\/75{ border-left-color: rgb(157 76 127 / 0.75); border-right-color: rgb(157 76 127 / 0.75); }
.border-x-amaranth-700\/80{ border-left-color: rgb(157 76 127 / 0.8); border-right-color: rgb(157 76 127 / 0.8); }
.border-x-amaranth-700\/90{ border-left-color: rgb(157 76 127 / 0.9); border-right-color: rgb(157 76 127 / 0.9); }
.border-x-amaranth-700\/95{ border-left-color: rgb(157 76 127 / 0.95); border-right-color: rgb(157 76 127 / 0.95); }
.border-x-amaranth-800{ --tw-border-opacity: 1; border-left-color: rgb(144 51 109 / var(--tw-border-opacity)); border-right-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-x-amaranth-800\/0{ border-left-color: rgb(144 51 109 / 0); border-right-color: rgb(144 51 109 / 0); }
.border-x-amaranth-800\/10{ border-left-color: rgb(144 51 109 / 0.1); border-right-color: rgb(144 51 109 / 0.1); }
.border-x-amaranth-800\/100{ border-left-color: rgb(144 51 109 / 1); border-right-color: rgb(144 51 109 / 1); }
.border-x-amaranth-800\/20{ border-left-color: rgb(144 51 109 / 0.2); border-right-color: rgb(144 51 109 / 0.2); }
.border-x-amaranth-800\/25{ border-left-color: rgb(144 51 109 / 0.25); border-right-color: rgb(144 51 109 / 0.25); }
.border-x-amaranth-800\/30{ border-left-color: rgb(144 51 109 / 0.3); border-right-color: rgb(144 51 109 / 0.3); }
.border-x-amaranth-800\/40{ border-left-color: rgb(144 51 109 / 0.4); border-right-color: rgb(144 51 109 / 0.4); }
.border-x-amaranth-800\/5{ border-left-color: rgb(144 51 109 / 0.05); border-right-color: rgb(144 51 109 / 0.05); }
.border-x-amaranth-800\/50{ border-left-color: rgb(144 51 109 / 0.5); border-right-color: rgb(144 51 109 / 0.5); }
.border-x-amaranth-800\/60{ border-left-color: rgb(144 51 109 / 0.6); border-right-color: rgb(144 51 109 / 0.6); }
.border-x-amaranth-800\/70{ border-left-color: rgb(144 51 109 / 0.7); border-right-color: rgb(144 51 109 / 0.7); }
.border-x-amaranth-800\/75{ border-left-color: rgb(144 51 109 / 0.75); border-right-color: rgb(144 51 109 / 0.75); }
.border-x-amaranth-800\/80{ border-left-color: rgb(144 51 109 / 0.8); border-right-color: rgb(144 51 109 / 0.8); }
.border-x-amaranth-800\/90{ border-left-color: rgb(144 51 109 / 0.9); border-right-color: rgb(144 51 109 / 0.9); }
.border-x-amaranth-800\/95{ border-left-color: rgb(144 51 109 / 0.95); border-right-color: rgb(144 51 109 / 0.95); }
.border-x-amaranth-900{ --tw-border-opacity: 1; border-left-color: rgb(130 26 92 / var(--tw-border-opacity)); border-right-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-x-amaranth-900\/0{ border-left-color: rgb(130 26 92 / 0); border-right-color: rgb(130 26 92 / 0); }
.border-x-amaranth-900\/10{ border-left-color: rgb(130 26 92 / 0.1); border-right-color: rgb(130 26 92 / 0.1); }
.border-x-amaranth-900\/100{ border-left-color: rgb(130 26 92 / 1); border-right-color: rgb(130 26 92 / 1); }
.border-x-amaranth-900\/20{ border-left-color: rgb(130 26 92 / 0.2); border-right-color: rgb(130 26 92 / 0.2); }
.border-x-amaranth-900\/25{ border-left-color: rgb(130 26 92 / 0.25); border-right-color: rgb(130 26 92 / 0.25); }
.border-x-amaranth-900\/30{ border-left-color: rgb(130 26 92 / 0.3); border-right-color: rgb(130 26 92 / 0.3); }
.border-x-amaranth-900\/40{ border-left-color: rgb(130 26 92 / 0.4); border-right-color: rgb(130 26 92 / 0.4); }
.border-x-amaranth-900\/5{ border-left-color: rgb(130 26 92 / 0.05); border-right-color: rgb(130 26 92 / 0.05); }
.border-x-amaranth-900\/50{ border-left-color: rgb(130 26 92 / 0.5); border-right-color: rgb(130 26 92 / 0.5); }
.border-x-amaranth-900\/60{ border-left-color: rgb(130 26 92 / 0.6); border-right-color: rgb(130 26 92 / 0.6); }
.border-x-amaranth-900\/70{ border-left-color: rgb(130 26 92 / 0.7); border-right-color: rgb(130 26 92 / 0.7); }
.border-x-amaranth-900\/75{ border-left-color: rgb(130 26 92 / 0.75); border-right-color: rgb(130 26 92 / 0.75); }
.border-x-amaranth-900\/80{ border-left-color: rgb(130 26 92 / 0.8); border-right-color: rgb(130 26 92 / 0.8); }
.border-x-amaranth-900\/90{ border-left-color: rgb(130 26 92 / 0.9); border-right-color: rgb(130 26 92 / 0.9); }
.border-x-amaranth-900\/95{ border-left-color: rgb(130 26 92 / 0.95); border-right-color: rgb(130 26 92 / 0.95); }
.border-x-amaranth-950{ --tw-border-opacity: 1; border-left-color: rgb(123 13 82 / var(--tw-border-opacity)); border-right-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-x-amaranth-950\/0{ border-left-color: rgb(123 13 82 / 0); border-right-color: rgb(123 13 82 / 0); }
.border-x-amaranth-950\/10{ border-left-color: rgb(123 13 82 / 0.1); border-right-color: rgb(123 13 82 / 0.1); }
.border-x-amaranth-950\/100{ border-left-color: rgb(123 13 82 / 1); border-right-color: rgb(123 13 82 / 1); }
.border-x-amaranth-950\/20{ border-left-color: rgb(123 13 82 / 0.2); border-right-color: rgb(123 13 82 / 0.2); }
.border-x-amaranth-950\/25{ border-left-color: rgb(123 13 82 / 0.25); border-right-color: rgb(123 13 82 / 0.25); }
.border-x-amaranth-950\/30{ border-left-color: rgb(123 13 82 / 0.3); border-right-color: rgb(123 13 82 / 0.3); }
.border-x-amaranth-950\/40{ border-left-color: rgb(123 13 82 / 0.4); border-right-color: rgb(123 13 82 / 0.4); }
.border-x-amaranth-950\/5{ border-left-color: rgb(123 13 82 / 0.05); border-right-color: rgb(123 13 82 / 0.05); }
.border-x-amaranth-950\/50{ border-left-color: rgb(123 13 82 / 0.5); border-right-color: rgb(123 13 82 / 0.5); }
.border-x-amaranth-950\/60{ border-left-color: rgb(123 13 82 / 0.6); border-right-color: rgb(123 13 82 / 0.6); }
.border-x-amaranth-950\/70{ border-left-color: rgb(123 13 82 / 0.7); border-right-color: rgb(123 13 82 / 0.7); }
.border-x-amaranth-950\/75{ border-left-color: rgb(123 13 82 / 0.75); border-right-color: rgb(123 13 82 / 0.75); }
.border-x-amaranth-950\/80{ border-left-color: rgb(123 13 82 / 0.8); border-right-color: rgb(123 13 82 / 0.8); }
.border-x-amaranth-950\/90{ border-left-color: rgb(123 13 82 / 0.9); border-right-color: rgb(123 13 82 / 0.9); }
.border-x-amaranth-950\/95{ border-left-color: rgb(123 13 82 / 0.95); border-right-color: rgb(123 13 82 / 0.95); }
.border-x-amaranth\/0{ border-left-color: rgb(116 0 73 / 0); border-right-color: rgb(116 0 73 / 0); }
.border-x-amaranth\/10{ border-left-color: rgb(116 0 73 / 0.1); border-right-color: rgb(116 0 73 / 0.1); }
.border-x-amaranth\/100{ border-left-color: rgb(116 0 73 / 1); border-right-color: rgb(116 0 73 / 1); }
.border-x-amaranth\/20{ border-left-color: rgb(116 0 73 / 0.2); border-right-color: rgb(116 0 73 / 0.2); }
.border-x-amaranth\/25{ border-left-color: rgb(116 0 73 / 0.25); border-right-color: rgb(116 0 73 / 0.25); }
.border-x-amaranth\/30{ border-left-color: rgb(116 0 73 / 0.3); border-right-color: rgb(116 0 73 / 0.3); }
.border-x-amaranth\/40{ border-left-color: rgb(116 0 73 / 0.4); border-right-color: rgb(116 0 73 / 0.4); }
.border-x-amaranth\/5{ border-left-color: rgb(116 0 73 / 0.05); border-right-color: rgb(116 0 73 / 0.05); }
.border-x-amaranth\/50{ border-left-color: rgb(116 0 73 / 0.5); border-right-color: rgb(116 0 73 / 0.5); }
.border-x-amaranth\/60{ border-left-color: rgb(116 0 73 / 0.6); border-right-color: rgb(116 0 73 / 0.6); }
.border-x-amaranth\/70{ border-left-color: rgb(116 0 73 / 0.7); border-right-color: rgb(116 0 73 / 0.7); }
.border-x-amaranth\/75{ border-left-color: rgb(116 0 73 / 0.75); border-right-color: rgb(116 0 73 / 0.75); }
.border-x-amaranth\/80{ border-left-color: rgb(116 0 73 / 0.8); border-right-color: rgb(116 0 73 / 0.8); }
.border-x-amaranth\/90{ border-left-color: rgb(116 0 73 / 0.9); border-right-color: rgb(116 0 73 / 0.9); }
.border-x-amaranth\/95{ border-left-color: rgb(116 0 73 / 0.95); border-right-color: rgb(116 0 73 / 0.95); }
.border-x-amber-100{ --tw-border-opacity: 1; border-left-color: rgb(254 243 199 / var(--tw-border-opacity)); border-right-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-x-amber-100\/0{ border-left-color: rgb(254 243 199 / 0); border-right-color: rgb(254 243 199 / 0); }
.border-x-amber-100\/10{ border-left-color: rgb(254 243 199 / 0.1); border-right-color: rgb(254 243 199 / 0.1); }
.border-x-amber-100\/100{ border-left-color: rgb(254 243 199 / 1); border-right-color: rgb(254 243 199 / 1); }
.border-x-amber-100\/20{ border-left-color: rgb(254 243 199 / 0.2); border-right-color: rgb(254 243 199 / 0.2); }
.border-x-amber-100\/25{ border-left-color: rgb(254 243 199 / 0.25); border-right-color: rgb(254 243 199 / 0.25); }
.border-x-amber-100\/30{ border-left-color: rgb(254 243 199 / 0.3); border-right-color: rgb(254 243 199 / 0.3); }
.border-x-amber-100\/40{ border-left-color: rgb(254 243 199 / 0.4); border-right-color: rgb(254 243 199 / 0.4); }
.border-x-amber-100\/5{ border-left-color: rgb(254 243 199 / 0.05); border-right-color: rgb(254 243 199 / 0.05); }
.border-x-amber-100\/50{ border-left-color: rgb(254 243 199 / 0.5); border-right-color: rgb(254 243 199 / 0.5); }
.border-x-amber-100\/60{ border-left-color: rgb(254 243 199 / 0.6); border-right-color: rgb(254 243 199 / 0.6); }
.border-x-amber-100\/70{ border-left-color: rgb(254 243 199 / 0.7); border-right-color: rgb(254 243 199 / 0.7); }
.border-x-amber-100\/75{ border-left-color: rgb(254 243 199 / 0.75); border-right-color: rgb(254 243 199 / 0.75); }
.border-x-amber-100\/80{ border-left-color: rgb(254 243 199 / 0.8); border-right-color: rgb(254 243 199 / 0.8); }
.border-x-amber-100\/90{ border-left-color: rgb(254 243 199 / 0.9); border-right-color: rgb(254 243 199 / 0.9); }
.border-x-amber-100\/95{ border-left-color: rgb(254 243 199 / 0.95); border-right-color: rgb(254 243 199 / 0.95); }
.border-x-amber-200{ --tw-border-opacity: 1; border-left-color: rgb(253 230 138 / var(--tw-border-opacity)); border-right-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-x-amber-200\/0{ border-left-color: rgb(253 230 138 / 0); border-right-color: rgb(253 230 138 / 0); }
.border-x-amber-200\/10{ border-left-color: rgb(253 230 138 / 0.1); border-right-color: rgb(253 230 138 / 0.1); }
.border-x-amber-200\/100{ border-left-color: rgb(253 230 138 / 1); border-right-color: rgb(253 230 138 / 1); }
.border-x-amber-200\/20{ border-left-color: rgb(253 230 138 / 0.2); border-right-color: rgb(253 230 138 / 0.2); }
.border-x-amber-200\/25{ border-left-color: rgb(253 230 138 / 0.25); border-right-color: rgb(253 230 138 / 0.25); }
.border-x-amber-200\/30{ border-left-color: rgb(253 230 138 / 0.3); border-right-color: rgb(253 230 138 / 0.3); }
.border-x-amber-200\/40{ border-left-color: rgb(253 230 138 / 0.4); border-right-color: rgb(253 230 138 / 0.4); }
.border-x-amber-200\/5{ border-left-color: rgb(253 230 138 / 0.05); border-right-color: rgb(253 230 138 / 0.05); }
.border-x-amber-200\/50{ border-left-color: rgb(253 230 138 / 0.5); border-right-color: rgb(253 230 138 / 0.5); }
.border-x-amber-200\/60{ border-left-color: rgb(253 230 138 / 0.6); border-right-color: rgb(253 230 138 / 0.6); }
.border-x-amber-200\/70{ border-left-color: rgb(253 230 138 / 0.7); border-right-color: rgb(253 230 138 / 0.7); }
.border-x-amber-200\/75{ border-left-color: rgb(253 230 138 / 0.75); border-right-color: rgb(253 230 138 / 0.75); }
.border-x-amber-200\/80{ border-left-color: rgb(253 230 138 / 0.8); border-right-color: rgb(253 230 138 / 0.8); }
.border-x-amber-200\/90{ border-left-color: rgb(253 230 138 / 0.9); border-right-color: rgb(253 230 138 / 0.9); }
.border-x-amber-200\/95{ border-left-color: rgb(253 230 138 / 0.95); border-right-color: rgb(253 230 138 / 0.95); }
.border-x-amber-300{ --tw-border-opacity: 1; border-left-color: rgb(252 211 77 / var(--tw-border-opacity)); border-right-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-x-amber-300\/0{ border-left-color: rgb(252 211 77 / 0); border-right-color: rgb(252 211 77 / 0); }
.border-x-amber-300\/10{ border-left-color: rgb(252 211 77 / 0.1); border-right-color: rgb(252 211 77 / 0.1); }
.border-x-amber-300\/100{ border-left-color: rgb(252 211 77 / 1); border-right-color: rgb(252 211 77 / 1); }
.border-x-amber-300\/20{ border-left-color: rgb(252 211 77 / 0.2); border-right-color: rgb(252 211 77 / 0.2); }
.border-x-amber-300\/25{ border-left-color: rgb(252 211 77 / 0.25); border-right-color: rgb(252 211 77 / 0.25); }
.border-x-amber-300\/30{ border-left-color: rgb(252 211 77 / 0.3); border-right-color: rgb(252 211 77 / 0.3); }
.border-x-amber-300\/40{ border-left-color: rgb(252 211 77 / 0.4); border-right-color: rgb(252 211 77 / 0.4); }
.border-x-amber-300\/5{ border-left-color: rgb(252 211 77 / 0.05); border-right-color: rgb(252 211 77 / 0.05); }
.border-x-amber-300\/50{ border-left-color: rgb(252 211 77 / 0.5); border-right-color: rgb(252 211 77 / 0.5); }
.border-x-amber-300\/60{ border-left-color: rgb(252 211 77 / 0.6); border-right-color: rgb(252 211 77 / 0.6); }
.border-x-amber-300\/70{ border-left-color: rgb(252 211 77 / 0.7); border-right-color: rgb(252 211 77 / 0.7); }
.border-x-amber-300\/75{ border-left-color: rgb(252 211 77 / 0.75); border-right-color: rgb(252 211 77 / 0.75); }
.border-x-amber-300\/80{ border-left-color: rgb(252 211 77 / 0.8); border-right-color: rgb(252 211 77 / 0.8); }
.border-x-amber-300\/90{ border-left-color: rgb(252 211 77 / 0.9); border-right-color: rgb(252 211 77 / 0.9); }
.border-x-amber-300\/95{ border-left-color: rgb(252 211 77 / 0.95); border-right-color: rgb(252 211 77 / 0.95); }
.border-x-amber-400{ --tw-border-opacity: 1; border-left-color: rgb(251 191 36 / var(--tw-border-opacity)); border-right-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-x-amber-400\/0{ border-left-color: rgb(251 191 36 / 0); border-right-color: rgb(251 191 36 / 0); }
.border-x-amber-400\/10{ border-left-color: rgb(251 191 36 / 0.1); border-right-color: rgb(251 191 36 / 0.1); }
.border-x-amber-400\/100{ border-left-color: rgb(251 191 36 / 1); border-right-color: rgb(251 191 36 / 1); }
.border-x-amber-400\/20{ border-left-color: rgb(251 191 36 / 0.2); border-right-color: rgb(251 191 36 / 0.2); }
.border-x-amber-400\/25{ border-left-color: rgb(251 191 36 / 0.25); border-right-color: rgb(251 191 36 / 0.25); }
.border-x-amber-400\/30{ border-left-color: rgb(251 191 36 / 0.3); border-right-color: rgb(251 191 36 / 0.3); }
.border-x-amber-400\/40{ border-left-color: rgb(251 191 36 / 0.4); border-right-color: rgb(251 191 36 / 0.4); }
.border-x-amber-400\/5{ border-left-color: rgb(251 191 36 / 0.05); border-right-color: rgb(251 191 36 / 0.05); }
.border-x-amber-400\/50{ border-left-color: rgb(251 191 36 / 0.5); border-right-color: rgb(251 191 36 / 0.5); }
.border-x-amber-400\/60{ border-left-color: rgb(251 191 36 / 0.6); border-right-color: rgb(251 191 36 / 0.6); }
.border-x-amber-400\/70{ border-left-color: rgb(251 191 36 / 0.7); border-right-color: rgb(251 191 36 / 0.7); }
.border-x-amber-400\/75{ border-left-color: rgb(251 191 36 / 0.75); border-right-color: rgb(251 191 36 / 0.75); }
.border-x-amber-400\/80{ border-left-color: rgb(251 191 36 / 0.8); border-right-color: rgb(251 191 36 / 0.8); }
.border-x-amber-400\/90{ border-left-color: rgb(251 191 36 / 0.9); border-right-color: rgb(251 191 36 / 0.9); }
.border-x-amber-400\/95{ border-left-color: rgb(251 191 36 / 0.95); border-right-color: rgb(251 191 36 / 0.95); }
.border-x-amber-50{ --tw-border-opacity: 1; border-left-color: rgb(255 251 235 / var(--tw-border-opacity)); border-right-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-x-amber-50\/0{ border-left-color: rgb(255 251 235 / 0); border-right-color: rgb(255 251 235 / 0); }
.border-x-amber-50\/10{ border-left-color: rgb(255 251 235 / 0.1); border-right-color: rgb(255 251 235 / 0.1); }
.border-x-amber-50\/100{ border-left-color: rgb(255 251 235 / 1); border-right-color: rgb(255 251 235 / 1); }
.border-x-amber-50\/20{ border-left-color: rgb(255 251 235 / 0.2); border-right-color: rgb(255 251 235 / 0.2); }
.border-x-amber-50\/25{ border-left-color: rgb(255 251 235 / 0.25); border-right-color: rgb(255 251 235 / 0.25); }
.border-x-amber-50\/30{ border-left-color: rgb(255 251 235 / 0.3); border-right-color: rgb(255 251 235 / 0.3); }
.border-x-amber-50\/40{ border-left-color: rgb(255 251 235 / 0.4); border-right-color: rgb(255 251 235 / 0.4); }
.border-x-amber-50\/5{ border-left-color: rgb(255 251 235 / 0.05); border-right-color: rgb(255 251 235 / 0.05); }
.border-x-amber-50\/50{ border-left-color: rgb(255 251 235 / 0.5); border-right-color: rgb(255 251 235 / 0.5); }
.border-x-amber-50\/60{ border-left-color: rgb(255 251 235 / 0.6); border-right-color: rgb(255 251 235 / 0.6); }
.border-x-amber-50\/70{ border-left-color: rgb(255 251 235 / 0.7); border-right-color: rgb(255 251 235 / 0.7); }
.border-x-amber-50\/75{ border-left-color: rgb(255 251 235 / 0.75); border-right-color: rgb(255 251 235 / 0.75); }
.border-x-amber-50\/80{ border-left-color: rgb(255 251 235 / 0.8); border-right-color: rgb(255 251 235 / 0.8); }
.border-x-amber-50\/90{ border-left-color: rgb(255 251 235 / 0.9); border-right-color: rgb(255 251 235 / 0.9); }
.border-x-amber-50\/95{ border-left-color: rgb(255 251 235 / 0.95); border-right-color: rgb(255 251 235 / 0.95); }
.border-x-amber-500{ --tw-border-opacity: 1; border-left-color: rgb(245 158 11 / var(--tw-border-opacity)); border-right-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-x-amber-500\/0{ border-left-color: rgb(245 158 11 / 0); border-right-color: rgb(245 158 11 / 0); }
.border-x-amber-500\/10{ border-left-color: rgb(245 158 11 / 0.1); border-right-color: rgb(245 158 11 / 0.1); }
.border-x-amber-500\/100{ border-left-color: rgb(245 158 11 / 1); border-right-color: rgb(245 158 11 / 1); }
.border-x-amber-500\/20{ border-left-color: rgb(245 158 11 / 0.2); border-right-color: rgb(245 158 11 / 0.2); }
.border-x-amber-500\/25{ border-left-color: rgb(245 158 11 / 0.25); border-right-color: rgb(245 158 11 / 0.25); }
.border-x-amber-500\/30{ border-left-color: rgb(245 158 11 / 0.3); border-right-color: rgb(245 158 11 / 0.3); }
.border-x-amber-500\/40{ border-left-color: rgb(245 158 11 / 0.4); border-right-color: rgb(245 158 11 / 0.4); }
.border-x-amber-500\/5{ border-left-color: rgb(245 158 11 / 0.05); border-right-color: rgb(245 158 11 / 0.05); }
.border-x-amber-500\/50{ border-left-color: rgb(245 158 11 / 0.5); border-right-color: rgb(245 158 11 / 0.5); }
.border-x-amber-500\/60{ border-left-color: rgb(245 158 11 / 0.6); border-right-color: rgb(245 158 11 / 0.6); }
.border-x-amber-500\/70{ border-left-color: rgb(245 158 11 / 0.7); border-right-color: rgb(245 158 11 / 0.7); }
.border-x-amber-500\/75{ border-left-color: rgb(245 158 11 / 0.75); border-right-color: rgb(245 158 11 / 0.75); }
.border-x-amber-500\/80{ border-left-color: rgb(245 158 11 / 0.8); border-right-color: rgb(245 158 11 / 0.8); }
.border-x-amber-500\/90{ border-left-color: rgb(245 158 11 / 0.9); border-right-color: rgb(245 158 11 / 0.9); }
.border-x-amber-500\/95{ border-left-color: rgb(245 158 11 / 0.95); border-right-color: rgb(245 158 11 / 0.95); }
.border-x-amber-600{ --tw-border-opacity: 1; border-left-color: rgb(217 119 6 / var(--tw-border-opacity)); border-right-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-x-amber-600\/0{ border-left-color: rgb(217 119 6 / 0); border-right-color: rgb(217 119 6 / 0); }
.border-x-amber-600\/10{ border-left-color: rgb(217 119 6 / 0.1); border-right-color: rgb(217 119 6 / 0.1); }
.border-x-amber-600\/100{ border-left-color: rgb(217 119 6 / 1); border-right-color: rgb(217 119 6 / 1); }
.border-x-amber-600\/20{ border-left-color: rgb(217 119 6 / 0.2); border-right-color: rgb(217 119 6 / 0.2); }
.border-x-amber-600\/25{ border-left-color: rgb(217 119 6 / 0.25); border-right-color: rgb(217 119 6 / 0.25); }
.border-x-amber-600\/30{ border-left-color: rgb(217 119 6 / 0.3); border-right-color: rgb(217 119 6 / 0.3); }
.border-x-amber-600\/40{ border-left-color: rgb(217 119 6 / 0.4); border-right-color: rgb(217 119 6 / 0.4); }
.border-x-amber-600\/5{ border-left-color: rgb(217 119 6 / 0.05); border-right-color: rgb(217 119 6 / 0.05); }
.border-x-amber-600\/50{ border-left-color: rgb(217 119 6 / 0.5); border-right-color: rgb(217 119 6 / 0.5); }
.border-x-amber-600\/60{ border-left-color: rgb(217 119 6 / 0.6); border-right-color: rgb(217 119 6 / 0.6); }
.border-x-amber-600\/70{ border-left-color: rgb(217 119 6 / 0.7); border-right-color: rgb(217 119 6 / 0.7); }
.border-x-amber-600\/75{ border-left-color: rgb(217 119 6 / 0.75); border-right-color: rgb(217 119 6 / 0.75); }
.border-x-amber-600\/80{ border-left-color: rgb(217 119 6 / 0.8); border-right-color: rgb(217 119 6 / 0.8); }
.border-x-amber-600\/90{ border-left-color: rgb(217 119 6 / 0.9); border-right-color: rgb(217 119 6 / 0.9); }
.border-x-amber-600\/95{ border-left-color: rgb(217 119 6 / 0.95); border-right-color: rgb(217 119 6 / 0.95); }
.border-x-amber-700{ --tw-border-opacity: 1; border-left-color: rgb(180 83 9 / var(--tw-border-opacity)); border-right-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-x-amber-700\/0{ border-left-color: rgb(180 83 9 / 0); border-right-color: rgb(180 83 9 / 0); }
.border-x-amber-700\/10{ border-left-color: rgb(180 83 9 / 0.1); border-right-color: rgb(180 83 9 / 0.1); }
.border-x-amber-700\/100{ border-left-color: rgb(180 83 9 / 1); border-right-color: rgb(180 83 9 / 1); }
.border-x-amber-700\/20{ border-left-color: rgb(180 83 9 / 0.2); border-right-color: rgb(180 83 9 / 0.2); }
.border-x-amber-700\/25{ border-left-color: rgb(180 83 9 / 0.25); border-right-color: rgb(180 83 9 / 0.25); }
.border-x-amber-700\/30{ border-left-color: rgb(180 83 9 / 0.3); border-right-color: rgb(180 83 9 / 0.3); }
.border-x-amber-700\/40{ border-left-color: rgb(180 83 9 / 0.4); border-right-color: rgb(180 83 9 / 0.4); }
.border-x-amber-700\/5{ border-left-color: rgb(180 83 9 / 0.05); border-right-color: rgb(180 83 9 / 0.05); }
.border-x-amber-700\/50{ border-left-color: rgb(180 83 9 / 0.5); border-right-color: rgb(180 83 9 / 0.5); }
.border-x-amber-700\/60{ border-left-color: rgb(180 83 9 / 0.6); border-right-color: rgb(180 83 9 / 0.6); }
.border-x-amber-700\/70{ border-left-color: rgb(180 83 9 / 0.7); border-right-color: rgb(180 83 9 / 0.7); }
.border-x-amber-700\/75{ border-left-color: rgb(180 83 9 / 0.75); border-right-color: rgb(180 83 9 / 0.75); }
.border-x-amber-700\/80{ border-left-color: rgb(180 83 9 / 0.8); border-right-color: rgb(180 83 9 / 0.8); }
.border-x-amber-700\/90{ border-left-color: rgb(180 83 9 / 0.9); border-right-color: rgb(180 83 9 / 0.9); }
.border-x-amber-700\/95{ border-left-color: rgb(180 83 9 / 0.95); border-right-color: rgb(180 83 9 / 0.95); }
.border-x-amber-800{ --tw-border-opacity: 1; border-left-color: rgb(146 64 14 / var(--tw-border-opacity)); border-right-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-x-amber-800\/0{ border-left-color: rgb(146 64 14 / 0); border-right-color: rgb(146 64 14 / 0); }
.border-x-amber-800\/10{ border-left-color: rgb(146 64 14 / 0.1); border-right-color: rgb(146 64 14 / 0.1); }
.border-x-amber-800\/100{ border-left-color: rgb(146 64 14 / 1); border-right-color: rgb(146 64 14 / 1); }
.border-x-amber-800\/20{ border-left-color: rgb(146 64 14 / 0.2); border-right-color: rgb(146 64 14 / 0.2); }
.border-x-amber-800\/25{ border-left-color: rgb(146 64 14 / 0.25); border-right-color: rgb(146 64 14 / 0.25); }
.border-x-amber-800\/30{ border-left-color: rgb(146 64 14 / 0.3); border-right-color: rgb(146 64 14 / 0.3); }
.border-x-amber-800\/40{ border-left-color: rgb(146 64 14 / 0.4); border-right-color: rgb(146 64 14 / 0.4); }
.border-x-amber-800\/5{ border-left-color: rgb(146 64 14 / 0.05); border-right-color: rgb(146 64 14 / 0.05); }
.border-x-amber-800\/50{ border-left-color: rgb(146 64 14 / 0.5); border-right-color: rgb(146 64 14 / 0.5); }
.border-x-amber-800\/60{ border-left-color: rgb(146 64 14 / 0.6); border-right-color: rgb(146 64 14 / 0.6); }
.border-x-amber-800\/70{ border-left-color: rgb(146 64 14 / 0.7); border-right-color: rgb(146 64 14 / 0.7); }
.border-x-amber-800\/75{ border-left-color: rgb(146 64 14 / 0.75); border-right-color: rgb(146 64 14 / 0.75); }
.border-x-amber-800\/80{ border-left-color: rgb(146 64 14 / 0.8); border-right-color: rgb(146 64 14 / 0.8); }
.border-x-amber-800\/90{ border-left-color: rgb(146 64 14 / 0.9); border-right-color: rgb(146 64 14 / 0.9); }
.border-x-amber-800\/95{ border-left-color: rgb(146 64 14 / 0.95); border-right-color: rgb(146 64 14 / 0.95); }
.border-x-amber-900{ --tw-border-opacity: 1; border-left-color: rgb(120 53 15 / var(--tw-border-opacity)); border-right-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-x-amber-900\/0{ border-left-color: rgb(120 53 15 / 0); border-right-color: rgb(120 53 15 / 0); }
.border-x-amber-900\/10{ border-left-color: rgb(120 53 15 / 0.1); border-right-color: rgb(120 53 15 / 0.1); }
.border-x-amber-900\/100{ border-left-color: rgb(120 53 15 / 1); border-right-color: rgb(120 53 15 / 1); }
.border-x-amber-900\/20{ border-left-color: rgb(120 53 15 / 0.2); border-right-color: rgb(120 53 15 / 0.2); }
.border-x-amber-900\/25{ border-left-color: rgb(120 53 15 / 0.25); border-right-color: rgb(120 53 15 / 0.25); }
.border-x-amber-900\/30{ border-left-color: rgb(120 53 15 / 0.3); border-right-color: rgb(120 53 15 / 0.3); }
.border-x-amber-900\/40{ border-left-color: rgb(120 53 15 / 0.4); border-right-color: rgb(120 53 15 / 0.4); }
.border-x-amber-900\/5{ border-left-color: rgb(120 53 15 / 0.05); border-right-color: rgb(120 53 15 / 0.05); }
.border-x-amber-900\/50{ border-left-color: rgb(120 53 15 / 0.5); border-right-color: rgb(120 53 15 / 0.5); }
.border-x-amber-900\/60{ border-left-color: rgb(120 53 15 / 0.6); border-right-color: rgb(120 53 15 / 0.6); }
.border-x-amber-900\/70{ border-left-color: rgb(120 53 15 / 0.7); border-right-color: rgb(120 53 15 / 0.7); }
.border-x-amber-900\/75{ border-left-color: rgb(120 53 15 / 0.75); border-right-color: rgb(120 53 15 / 0.75); }
.border-x-amber-900\/80{ border-left-color: rgb(120 53 15 / 0.8); border-right-color: rgb(120 53 15 / 0.8); }
.border-x-amber-900\/90{ border-left-color: rgb(120 53 15 / 0.9); border-right-color: rgb(120 53 15 / 0.9); }
.border-x-amber-900\/95{ border-left-color: rgb(120 53 15 / 0.95); border-right-color: rgb(120 53 15 / 0.95); }
.border-x-amber-950{ --tw-border-opacity: 1; border-left-color: rgb(69 26 3 / var(--tw-border-opacity)); border-right-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-x-amber-950\/0{ border-left-color: rgb(69 26 3 / 0); border-right-color: rgb(69 26 3 / 0); }
.border-x-amber-950\/10{ border-left-color: rgb(69 26 3 / 0.1); border-right-color: rgb(69 26 3 / 0.1); }
.border-x-amber-950\/100{ border-left-color: rgb(69 26 3 / 1); border-right-color: rgb(69 26 3 / 1); }
.border-x-amber-950\/20{ border-left-color: rgb(69 26 3 / 0.2); border-right-color: rgb(69 26 3 / 0.2); }
.border-x-amber-950\/25{ border-left-color: rgb(69 26 3 / 0.25); border-right-color: rgb(69 26 3 / 0.25); }
.border-x-amber-950\/30{ border-left-color: rgb(69 26 3 / 0.3); border-right-color: rgb(69 26 3 / 0.3); }
.border-x-amber-950\/40{ border-left-color: rgb(69 26 3 / 0.4); border-right-color: rgb(69 26 3 / 0.4); }
.border-x-amber-950\/5{ border-left-color: rgb(69 26 3 / 0.05); border-right-color: rgb(69 26 3 / 0.05); }
.border-x-amber-950\/50{ border-left-color: rgb(69 26 3 / 0.5); border-right-color: rgb(69 26 3 / 0.5); }
.border-x-amber-950\/60{ border-left-color: rgb(69 26 3 / 0.6); border-right-color: rgb(69 26 3 / 0.6); }
.border-x-amber-950\/70{ border-left-color: rgb(69 26 3 / 0.7); border-right-color: rgb(69 26 3 / 0.7); }
.border-x-amber-950\/75{ border-left-color: rgb(69 26 3 / 0.75); border-right-color: rgb(69 26 3 / 0.75); }
.border-x-amber-950\/80{ border-left-color: rgb(69 26 3 / 0.8); border-right-color: rgb(69 26 3 / 0.8); }
.border-x-amber-950\/90{ border-left-color: rgb(69 26 3 / 0.9); border-right-color: rgb(69 26 3 / 0.9); }
.border-x-amber-950\/95{ border-left-color: rgb(69 26 3 / 0.95); border-right-color: rgb(69 26 3 / 0.95); }
.border-x-black{ --tw-border-opacity: 1; border-left-color: rgb(0 0 0 / var(--tw-border-opacity)); border-right-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-x-black\/0{ border-left-color: rgb(0 0 0 / 0); border-right-color: rgb(0 0 0 / 0); }
.border-x-black\/10{ border-left-color: rgb(0 0 0 / 0.1); border-right-color: rgb(0 0 0 / 0.1); }
.border-x-black\/100{ border-left-color: rgb(0 0 0 / 1); border-right-color: rgb(0 0 0 / 1); }
.border-x-black\/20{ border-left-color: rgb(0 0 0 / 0.2); border-right-color: rgb(0 0 0 / 0.2); }
.border-x-black\/25{ border-left-color: rgb(0 0 0 / 0.25); border-right-color: rgb(0 0 0 / 0.25); }
.border-x-black\/30{ border-left-color: rgb(0 0 0 / 0.3); border-right-color: rgb(0 0 0 / 0.3); }
.border-x-black\/40{ border-left-color: rgb(0 0 0 / 0.4); border-right-color: rgb(0 0 0 / 0.4); }
.border-x-black\/5{ border-left-color: rgb(0 0 0 / 0.05); border-right-color: rgb(0 0 0 / 0.05); }
.border-x-black\/50{ border-left-color: rgb(0 0 0 / 0.5); border-right-color: rgb(0 0 0 / 0.5); }
.border-x-black\/60{ border-left-color: rgb(0 0 0 / 0.6); border-right-color: rgb(0 0 0 / 0.6); }
.border-x-black\/70{ border-left-color: rgb(0 0 0 / 0.7); border-right-color: rgb(0 0 0 / 0.7); }
.border-x-black\/75{ border-left-color: rgb(0 0 0 / 0.75); border-right-color: rgb(0 0 0 / 0.75); }
.border-x-black\/80{ border-left-color: rgb(0 0 0 / 0.8); border-right-color: rgb(0 0 0 / 0.8); }
.border-x-black\/90{ border-left-color: rgb(0 0 0 / 0.9); border-right-color: rgb(0 0 0 / 0.9); }
.border-x-black\/95{ border-left-color: rgb(0 0 0 / 0.95); border-right-color: rgb(0 0 0 / 0.95); }
.border-x-blue-100{ --tw-border-opacity: 1; border-left-color: rgb(219 234 254 / var(--tw-border-opacity)); border-right-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-x-blue-100\/0{ border-left-color: rgb(219 234 254 / 0); border-right-color: rgb(219 234 254 / 0); }
.border-x-blue-100\/10{ border-left-color: rgb(219 234 254 / 0.1); border-right-color: rgb(219 234 254 / 0.1); }
.border-x-blue-100\/100{ border-left-color: rgb(219 234 254 / 1); border-right-color: rgb(219 234 254 / 1); }
.border-x-blue-100\/20{ border-left-color: rgb(219 234 254 / 0.2); border-right-color: rgb(219 234 254 / 0.2); }
.border-x-blue-100\/25{ border-left-color: rgb(219 234 254 / 0.25); border-right-color: rgb(219 234 254 / 0.25); }
.border-x-blue-100\/30{ border-left-color: rgb(219 234 254 / 0.3); border-right-color: rgb(219 234 254 / 0.3); }
.border-x-blue-100\/40{ border-left-color: rgb(219 234 254 / 0.4); border-right-color: rgb(219 234 254 / 0.4); }
.border-x-blue-100\/5{ border-left-color: rgb(219 234 254 / 0.05); border-right-color: rgb(219 234 254 / 0.05); }
.border-x-blue-100\/50{ border-left-color: rgb(219 234 254 / 0.5); border-right-color: rgb(219 234 254 / 0.5); }
.border-x-blue-100\/60{ border-left-color: rgb(219 234 254 / 0.6); border-right-color: rgb(219 234 254 / 0.6); }
.border-x-blue-100\/70{ border-left-color: rgb(219 234 254 / 0.7); border-right-color: rgb(219 234 254 / 0.7); }
.border-x-blue-100\/75{ border-left-color: rgb(219 234 254 / 0.75); border-right-color: rgb(219 234 254 / 0.75); }
.border-x-blue-100\/80{ border-left-color: rgb(219 234 254 / 0.8); border-right-color: rgb(219 234 254 / 0.8); }
.border-x-blue-100\/90{ border-left-color: rgb(219 234 254 / 0.9); border-right-color: rgb(219 234 254 / 0.9); }
.border-x-blue-100\/95{ border-left-color: rgb(219 234 254 / 0.95); border-right-color: rgb(219 234 254 / 0.95); }
.border-x-blue-200{ --tw-border-opacity: 1; border-left-color: rgb(191 219 254 / var(--tw-border-opacity)); border-right-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-x-blue-200\/0{ border-left-color: rgb(191 219 254 / 0); border-right-color: rgb(191 219 254 / 0); }
.border-x-blue-200\/10{ border-left-color: rgb(191 219 254 / 0.1); border-right-color: rgb(191 219 254 / 0.1); }
.border-x-blue-200\/100{ border-left-color: rgb(191 219 254 / 1); border-right-color: rgb(191 219 254 / 1); }
.border-x-blue-200\/20{ border-left-color: rgb(191 219 254 / 0.2); border-right-color: rgb(191 219 254 / 0.2); }
.border-x-blue-200\/25{ border-left-color: rgb(191 219 254 / 0.25); border-right-color: rgb(191 219 254 / 0.25); }
.border-x-blue-200\/30{ border-left-color: rgb(191 219 254 / 0.3); border-right-color: rgb(191 219 254 / 0.3); }
.border-x-blue-200\/40{ border-left-color: rgb(191 219 254 / 0.4); border-right-color: rgb(191 219 254 / 0.4); }
.border-x-blue-200\/5{ border-left-color: rgb(191 219 254 / 0.05); border-right-color: rgb(191 219 254 / 0.05); }
.border-x-blue-200\/50{ border-left-color: rgb(191 219 254 / 0.5); border-right-color: rgb(191 219 254 / 0.5); }
.border-x-blue-200\/60{ border-left-color: rgb(191 219 254 / 0.6); border-right-color: rgb(191 219 254 / 0.6); }
.border-x-blue-200\/70{ border-left-color: rgb(191 219 254 / 0.7); border-right-color: rgb(191 219 254 / 0.7); }
.border-x-blue-200\/75{ border-left-color: rgb(191 219 254 / 0.75); border-right-color: rgb(191 219 254 / 0.75); }
.border-x-blue-200\/80{ border-left-color: rgb(191 219 254 / 0.8); border-right-color: rgb(191 219 254 / 0.8); }
.border-x-blue-200\/90{ border-left-color: rgb(191 219 254 / 0.9); border-right-color: rgb(191 219 254 / 0.9); }
.border-x-blue-200\/95{ border-left-color: rgb(191 219 254 / 0.95); border-right-color: rgb(191 219 254 / 0.95); }
.border-x-blue-300{ --tw-border-opacity: 1; border-left-color: rgb(147 197 253 / var(--tw-border-opacity)); border-right-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-x-blue-300\/0{ border-left-color: rgb(147 197 253 / 0); border-right-color: rgb(147 197 253 / 0); }
.border-x-blue-300\/10{ border-left-color: rgb(147 197 253 / 0.1); border-right-color: rgb(147 197 253 / 0.1); }
.border-x-blue-300\/100{ border-left-color: rgb(147 197 253 / 1); border-right-color: rgb(147 197 253 / 1); }
.border-x-blue-300\/20{ border-left-color: rgb(147 197 253 / 0.2); border-right-color: rgb(147 197 253 / 0.2); }
.border-x-blue-300\/25{ border-left-color: rgb(147 197 253 / 0.25); border-right-color: rgb(147 197 253 / 0.25); }
.border-x-blue-300\/30{ border-left-color: rgb(147 197 253 / 0.3); border-right-color: rgb(147 197 253 / 0.3); }
.border-x-blue-300\/40{ border-left-color: rgb(147 197 253 / 0.4); border-right-color: rgb(147 197 253 / 0.4); }
.border-x-blue-300\/5{ border-left-color: rgb(147 197 253 / 0.05); border-right-color: rgb(147 197 253 / 0.05); }
.border-x-blue-300\/50{ border-left-color: rgb(147 197 253 / 0.5); border-right-color: rgb(147 197 253 / 0.5); }
.border-x-blue-300\/60{ border-left-color: rgb(147 197 253 / 0.6); border-right-color: rgb(147 197 253 / 0.6); }
.border-x-blue-300\/70{ border-left-color: rgb(147 197 253 / 0.7); border-right-color: rgb(147 197 253 / 0.7); }
.border-x-blue-300\/75{ border-left-color: rgb(147 197 253 / 0.75); border-right-color: rgb(147 197 253 / 0.75); }
.border-x-blue-300\/80{ border-left-color: rgb(147 197 253 / 0.8); border-right-color: rgb(147 197 253 / 0.8); }
.border-x-blue-300\/90{ border-left-color: rgb(147 197 253 / 0.9); border-right-color: rgb(147 197 253 / 0.9); }
.border-x-blue-300\/95{ border-left-color: rgb(147 197 253 / 0.95); border-right-color: rgb(147 197 253 / 0.95); }
.border-x-blue-400{ --tw-border-opacity: 1; border-left-color: rgb(96 165 250 / var(--tw-border-opacity)); border-right-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-x-blue-400\/0{ border-left-color: rgb(96 165 250 / 0); border-right-color: rgb(96 165 250 / 0); }
.border-x-blue-400\/10{ border-left-color: rgb(96 165 250 / 0.1); border-right-color: rgb(96 165 250 / 0.1); }
.border-x-blue-400\/100{ border-left-color: rgb(96 165 250 / 1); border-right-color: rgb(96 165 250 / 1); }
.border-x-blue-400\/20{ border-left-color: rgb(96 165 250 / 0.2); border-right-color: rgb(96 165 250 / 0.2); }
.border-x-blue-400\/25{ border-left-color: rgb(96 165 250 / 0.25); border-right-color: rgb(96 165 250 / 0.25); }
.border-x-blue-400\/30{ border-left-color: rgb(96 165 250 / 0.3); border-right-color: rgb(96 165 250 / 0.3); }
.border-x-blue-400\/40{ border-left-color: rgb(96 165 250 / 0.4); border-right-color: rgb(96 165 250 / 0.4); }
.border-x-blue-400\/5{ border-left-color: rgb(96 165 250 / 0.05); border-right-color: rgb(96 165 250 / 0.05); }
.border-x-blue-400\/50{ border-left-color: rgb(96 165 250 / 0.5); border-right-color: rgb(96 165 250 / 0.5); }
.border-x-blue-400\/60{ border-left-color: rgb(96 165 250 / 0.6); border-right-color: rgb(96 165 250 / 0.6); }
.border-x-blue-400\/70{ border-left-color: rgb(96 165 250 / 0.7); border-right-color: rgb(96 165 250 / 0.7); }
.border-x-blue-400\/75{ border-left-color: rgb(96 165 250 / 0.75); border-right-color: rgb(96 165 250 / 0.75); }
.border-x-blue-400\/80{ border-left-color: rgb(96 165 250 / 0.8); border-right-color: rgb(96 165 250 / 0.8); }
.border-x-blue-400\/90{ border-left-color: rgb(96 165 250 / 0.9); border-right-color: rgb(96 165 250 / 0.9); }
.border-x-blue-400\/95{ border-left-color: rgb(96 165 250 / 0.95); border-right-color: rgb(96 165 250 / 0.95); }
.border-x-blue-50{ --tw-border-opacity: 1; border-left-color: rgb(239 246 255 / var(--tw-border-opacity)); border-right-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-x-blue-50\/0{ border-left-color: rgb(239 246 255 / 0); border-right-color: rgb(239 246 255 / 0); }
.border-x-blue-50\/10{ border-left-color: rgb(239 246 255 / 0.1); border-right-color: rgb(239 246 255 / 0.1); }
.border-x-blue-50\/100{ border-left-color: rgb(239 246 255 / 1); border-right-color: rgb(239 246 255 / 1); }
.border-x-blue-50\/20{ border-left-color: rgb(239 246 255 / 0.2); border-right-color: rgb(239 246 255 / 0.2); }
.border-x-blue-50\/25{ border-left-color: rgb(239 246 255 / 0.25); border-right-color: rgb(239 246 255 / 0.25); }
.border-x-blue-50\/30{ border-left-color: rgb(239 246 255 / 0.3); border-right-color: rgb(239 246 255 / 0.3); }
.border-x-blue-50\/40{ border-left-color: rgb(239 246 255 / 0.4); border-right-color: rgb(239 246 255 / 0.4); }
.border-x-blue-50\/5{ border-left-color: rgb(239 246 255 / 0.05); border-right-color: rgb(239 246 255 / 0.05); }
.border-x-blue-50\/50{ border-left-color: rgb(239 246 255 / 0.5); border-right-color: rgb(239 246 255 / 0.5); }
.border-x-blue-50\/60{ border-left-color: rgb(239 246 255 / 0.6); border-right-color: rgb(239 246 255 / 0.6); }
.border-x-blue-50\/70{ border-left-color: rgb(239 246 255 / 0.7); border-right-color: rgb(239 246 255 / 0.7); }
.border-x-blue-50\/75{ border-left-color: rgb(239 246 255 / 0.75); border-right-color: rgb(239 246 255 / 0.75); }
.border-x-blue-50\/80{ border-left-color: rgb(239 246 255 / 0.8); border-right-color: rgb(239 246 255 / 0.8); }
.border-x-blue-50\/90{ border-left-color: rgb(239 246 255 / 0.9); border-right-color: rgb(239 246 255 / 0.9); }
.border-x-blue-50\/95{ border-left-color: rgb(239 246 255 / 0.95); border-right-color: rgb(239 246 255 / 0.95); }
.border-x-blue-500{ --tw-border-opacity: 1; border-left-color: rgb(59 130 246 / var(--tw-border-opacity)); border-right-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-x-blue-500\/0{ border-left-color: rgb(59 130 246 / 0); border-right-color: rgb(59 130 246 / 0); }
.border-x-blue-500\/10{ border-left-color: rgb(59 130 246 / 0.1); border-right-color: rgb(59 130 246 / 0.1); }
.border-x-blue-500\/100{ border-left-color: rgb(59 130 246 / 1); border-right-color: rgb(59 130 246 / 1); }
.border-x-blue-500\/20{ border-left-color: rgb(59 130 246 / 0.2); border-right-color: rgb(59 130 246 / 0.2); }
.border-x-blue-500\/25{ border-left-color: rgb(59 130 246 / 0.25); border-right-color: rgb(59 130 246 / 0.25); }
.border-x-blue-500\/30{ border-left-color: rgb(59 130 246 / 0.3); border-right-color: rgb(59 130 246 / 0.3); }
.border-x-blue-500\/40{ border-left-color: rgb(59 130 246 / 0.4); border-right-color: rgb(59 130 246 / 0.4); }
.border-x-blue-500\/5{ border-left-color: rgb(59 130 246 / 0.05); border-right-color: rgb(59 130 246 / 0.05); }
.border-x-blue-500\/50{ border-left-color: rgb(59 130 246 / 0.5); border-right-color: rgb(59 130 246 / 0.5); }
.border-x-blue-500\/60{ border-left-color: rgb(59 130 246 / 0.6); border-right-color: rgb(59 130 246 / 0.6); }
.border-x-blue-500\/70{ border-left-color: rgb(59 130 246 / 0.7); border-right-color: rgb(59 130 246 / 0.7); }
.border-x-blue-500\/75{ border-left-color: rgb(59 130 246 / 0.75); border-right-color: rgb(59 130 246 / 0.75); }
.border-x-blue-500\/80{ border-left-color: rgb(59 130 246 / 0.8); border-right-color: rgb(59 130 246 / 0.8); }
.border-x-blue-500\/90{ border-left-color: rgb(59 130 246 / 0.9); border-right-color: rgb(59 130 246 / 0.9); }
.border-x-blue-500\/95{ border-left-color: rgb(59 130 246 / 0.95); border-right-color: rgb(59 130 246 / 0.95); }
.border-x-blue-600{ --tw-border-opacity: 1; border-left-color: rgb(37 99 235 / var(--tw-border-opacity)); border-right-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-x-blue-600\/0{ border-left-color: rgb(37 99 235 / 0); border-right-color: rgb(37 99 235 / 0); }
.border-x-blue-600\/10{ border-left-color: rgb(37 99 235 / 0.1); border-right-color: rgb(37 99 235 / 0.1); }
.border-x-blue-600\/100{ border-left-color: rgb(37 99 235 / 1); border-right-color: rgb(37 99 235 / 1); }
.border-x-blue-600\/20{ border-left-color: rgb(37 99 235 / 0.2); border-right-color: rgb(37 99 235 / 0.2); }
.border-x-blue-600\/25{ border-left-color: rgb(37 99 235 / 0.25); border-right-color: rgb(37 99 235 / 0.25); }
.border-x-blue-600\/30{ border-left-color: rgb(37 99 235 / 0.3); border-right-color: rgb(37 99 235 / 0.3); }
.border-x-blue-600\/40{ border-left-color: rgb(37 99 235 / 0.4); border-right-color: rgb(37 99 235 / 0.4); }
.border-x-blue-600\/5{ border-left-color: rgb(37 99 235 / 0.05); border-right-color: rgb(37 99 235 / 0.05); }
.border-x-blue-600\/50{ border-left-color: rgb(37 99 235 / 0.5); border-right-color: rgb(37 99 235 / 0.5); }
.border-x-blue-600\/60{ border-left-color: rgb(37 99 235 / 0.6); border-right-color: rgb(37 99 235 / 0.6); }
.border-x-blue-600\/70{ border-left-color: rgb(37 99 235 / 0.7); border-right-color: rgb(37 99 235 / 0.7); }
.border-x-blue-600\/75{ border-left-color: rgb(37 99 235 / 0.75); border-right-color: rgb(37 99 235 / 0.75); }
.border-x-blue-600\/80{ border-left-color: rgb(37 99 235 / 0.8); border-right-color: rgb(37 99 235 / 0.8); }
.border-x-blue-600\/90{ border-left-color: rgb(37 99 235 / 0.9); border-right-color: rgb(37 99 235 / 0.9); }
.border-x-blue-600\/95{ border-left-color: rgb(37 99 235 / 0.95); border-right-color: rgb(37 99 235 / 0.95); }
.border-x-blue-700{ --tw-border-opacity: 1; border-left-color: rgb(29 78 216 / var(--tw-border-opacity)); border-right-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-x-blue-700\/0{ border-left-color: rgb(29 78 216 / 0); border-right-color: rgb(29 78 216 / 0); }
.border-x-blue-700\/10{ border-left-color: rgb(29 78 216 / 0.1); border-right-color: rgb(29 78 216 / 0.1); }
.border-x-blue-700\/100{ border-left-color: rgb(29 78 216 / 1); border-right-color: rgb(29 78 216 / 1); }
.border-x-blue-700\/20{ border-left-color: rgb(29 78 216 / 0.2); border-right-color: rgb(29 78 216 / 0.2); }
.border-x-blue-700\/25{ border-left-color: rgb(29 78 216 / 0.25); border-right-color: rgb(29 78 216 / 0.25); }
.border-x-blue-700\/30{ border-left-color: rgb(29 78 216 / 0.3); border-right-color: rgb(29 78 216 / 0.3); }
.border-x-blue-700\/40{ border-left-color: rgb(29 78 216 / 0.4); border-right-color: rgb(29 78 216 / 0.4); }
.border-x-blue-700\/5{ border-left-color: rgb(29 78 216 / 0.05); border-right-color: rgb(29 78 216 / 0.05); }
.border-x-blue-700\/50{ border-left-color: rgb(29 78 216 / 0.5); border-right-color: rgb(29 78 216 / 0.5); }
.border-x-blue-700\/60{ border-left-color: rgb(29 78 216 / 0.6); border-right-color: rgb(29 78 216 / 0.6); }
.border-x-blue-700\/70{ border-left-color: rgb(29 78 216 / 0.7); border-right-color: rgb(29 78 216 / 0.7); }
.border-x-blue-700\/75{ border-left-color: rgb(29 78 216 / 0.75); border-right-color: rgb(29 78 216 / 0.75); }
.border-x-blue-700\/80{ border-left-color: rgb(29 78 216 / 0.8); border-right-color: rgb(29 78 216 / 0.8); }
.border-x-blue-700\/90{ border-left-color: rgb(29 78 216 / 0.9); border-right-color: rgb(29 78 216 / 0.9); }
.border-x-blue-700\/95{ border-left-color: rgb(29 78 216 / 0.95); border-right-color: rgb(29 78 216 / 0.95); }
.border-x-blue-800{ --tw-border-opacity: 1; border-left-color: rgb(30 64 175 / var(--tw-border-opacity)); border-right-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-x-blue-800\/0{ border-left-color: rgb(30 64 175 / 0); border-right-color: rgb(30 64 175 / 0); }
.border-x-blue-800\/10{ border-left-color: rgb(30 64 175 / 0.1); border-right-color: rgb(30 64 175 / 0.1); }
.border-x-blue-800\/100{ border-left-color: rgb(30 64 175 / 1); border-right-color: rgb(30 64 175 / 1); }
.border-x-blue-800\/20{ border-left-color: rgb(30 64 175 / 0.2); border-right-color: rgb(30 64 175 / 0.2); }
.border-x-blue-800\/25{ border-left-color: rgb(30 64 175 / 0.25); border-right-color: rgb(30 64 175 / 0.25); }
.border-x-blue-800\/30{ border-left-color: rgb(30 64 175 / 0.3); border-right-color: rgb(30 64 175 / 0.3); }
.border-x-blue-800\/40{ border-left-color: rgb(30 64 175 / 0.4); border-right-color: rgb(30 64 175 / 0.4); }
.border-x-blue-800\/5{ border-left-color: rgb(30 64 175 / 0.05); border-right-color: rgb(30 64 175 / 0.05); }
.border-x-blue-800\/50{ border-left-color: rgb(30 64 175 / 0.5); border-right-color: rgb(30 64 175 / 0.5); }
.border-x-blue-800\/60{ border-left-color: rgb(30 64 175 / 0.6); border-right-color: rgb(30 64 175 / 0.6); }
.border-x-blue-800\/70{ border-left-color: rgb(30 64 175 / 0.7); border-right-color: rgb(30 64 175 / 0.7); }
.border-x-blue-800\/75{ border-left-color: rgb(30 64 175 / 0.75); border-right-color: rgb(30 64 175 / 0.75); }
.border-x-blue-800\/80{ border-left-color: rgb(30 64 175 / 0.8); border-right-color: rgb(30 64 175 / 0.8); }
.border-x-blue-800\/90{ border-left-color: rgb(30 64 175 / 0.9); border-right-color: rgb(30 64 175 / 0.9); }
.border-x-blue-800\/95{ border-left-color: rgb(30 64 175 / 0.95); border-right-color: rgb(30 64 175 / 0.95); }
.border-x-blue-900{ --tw-border-opacity: 1; border-left-color: rgb(30 58 138 / var(--tw-border-opacity)); border-right-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-x-blue-900\/0{ border-left-color: rgb(30 58 138 / 0); border-right-color: rgb(30 58 138 / 0); }
.border-x-blue-900\/10{ border-left-color: rgb(30 58 138 / 0.1); border-right-color: rgb(30 58 138 / 0.1); }
.border-x-blue-900\/100{ border-left-color: rgb(30 58 138 / 1); border-right-color: rgb(30 58 138 / 1); }
.border-x-blue-900\/20{ border-left-color: rgb(30 58 138 / 0.2); border-right-color: rgb(30 58 138 / 0.2); }
.border-x-blue-900\/25{ border-left-color: rgb(30 58 138 / 0.25); border-right-color: rgb(30 58 138 / 0.25); }
.border-x-blue-900\/30{ border-left-color: rgb(30 58 138 / 0.3); border-right-color: rgb(30 58 138 / 0.3); }
.border-x-blue-900\/40{ border-left-color: rgb(30 58 138 / 0.4); border-right-color: rgb(30 58 138 / 0.4); }
.border-x-blue-900\/5{ border-left-color: rgb(30 58 138 / 0.05); border-right-color: rgb(30 58 138 / 0.05); }
.border-x-blue-900\/50{ border-left-color: rgb(30 58 138 / 0.5); border-right-color: rgb(30 58 138 / 0.5); }
.border-x-blue-900\/60{ border-left-color: rgb(30 58 138 / 0.6); border-right-color: rgb(30 58 138 / 0.6); }
.border-x-blue-900\/70{ border-left-color: rgb(30 58 138 / 0.7); border-right-color: rgb(30 58 138 / 0.7); }
.border-x-blue-900\/75{ border-left-color: rgb(30 58 138 / 0.75); border-right-color: rgb(30 58 138 / 0.75); }
.border-x-blue-900\/80{ border-left-color: rgb(30 58 138 / 0.8); border-right-color: rgb(30 58 138 / 0.8); }
.border-x-blue-900\/90{ border-left-color: rgb(30 58 138 / 0.9); border-right-color: rgb(30 58 138 / 0.9); }
.border-x-blue-900\/95{ border-left-color: rgb(30 58 138 / 0.95); border-right-color: rgb(30 58 138 / 0.95); }
.border-x-blue-950{ --tw-border-opacity: 1; border-left-color: rgb(23 37 84 / var(--tw-border-opacity)); border-right-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-x-blue-950\/0{ border-left-color: rgb(23 37 84 / 0); border-right-color: rgb(23 37 84 / 0); }
.border-x-blue-950\/10{ border-left-color: rgb(23 37 84 / 0.1); border-right-color: rgb(23 37 84 / 0.1); }
.border-x-blue-950\/100{ border-left-color: rgb(23 37 84 / 1); border-right-color: rgb(23 37 84 / 1); }
.border-x-blue-950\/20{ border-left-color: rgb(23 37 84 / 0.2); border-right-color: rgb(23 37 84 / 0.2); }
.border-x-blue-950\/25{ border-left-color: rgb(23 37 84 / 0.25); border-right-color: rgb(23 37 84 / 0.25); }
.border-x-blue-950\/30{ border-left-color: rgb(23 37 84 / 0.3); border-right-color: rgb(23 37 84 / 0.3); }
.border-x-blue-950\/40{ border-left-color: rgb(23 37 84 / 0.4); border-right-color: rgb(23 37 84 / 0.4); }
.border-x-blue-950\/5{ border-left-color: rgb(23 37 84 / 0.05); border-right-color: rgb(23 37 84 / 0.05); }
.border-x-blue-950\/50{ border-left-color: rgb(23 37 84 / 0.5); border-right-color: rgb(23 37 84 / 0.5); }
.border-x-blue-950\/60{ border-left-color: rgb(23 37 84 / 0.6); border-right-color: rgb(23 37 84 / 0.6); }
.border-x-blue-950\/70{ border-left-color: rgb(23 37 84 / 0.7); border-right-color: rgb(23 37 84 / 0.7); }
.border-x-blue-950\/75{ border-left-color: rgb(23 37 84 / 0.75); border-right-color: rgb(23 37 84 / 0.75); }
.border-x-blue-950\/80{ border-left-color: rgb(23 37 84 / 0.8); border-right-color: rgb(23 37 84 / 0.8); }
.border-x-blue-950\/90{ border-left-color: rgb(23 37 84 / 0.9); border-right-color: rgb(23 37 84 / 0.9); }
.border-x-blue-950\/95{ border-left-color: rgb(23 37 84 / 0.95); border-right-color: rgb(23 37 84 / 0.95); }
.border-x-callout-bad-border{ --tw-border-opacity: 1; border-left-color: rgb(188 87 26 / var(--tw-border-opacity)); border-right-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-x-callout-bad-border\/0{ border-left-color: rgb(188 87 26 / 0); border-right-color: rgb(188 87 26 / 0); }
.border-x-callout-bad-border\/10{ border-left-color: rgb(188 87 26 / 0.1); border-right-color: rgb(188 87 26 / 0.1); }
.border-x-callout-bad-border\/100{ border-left-color: rgb(188 87 26 / 1); border-right-color: rgb(188 87 26 / 1); }
.border-x-callout-bad-border\/20{ border-left-color: rgb(188 87 26 / 0.2); border-right-color: rgb(188 87 26 / 0.2); }
.border-x-callout-bad-border\/25{ border-left-color: rgb(188 87 26 / 0.25); border-right-color: rgb(188 87 26 / 0.25); }
.border-x-callout-bad-border\/30{ border-left-color: rgb(188 87 26 / 0.3); border-right-color: rgb(188 87 26 / 0.3); }
.border-x-callout-bad-border\/40{ border-left-color: rgb(188 87 26 / 0.4); border-right-color: rgb(188 87 26 / 0.4); }
.border-x-callout-bad-border\/5{ border-left-color: rgb(188 87 26 / 0.05); border-right-color: rgb(188 87 26 / 0.05); }
.border-x-callout-bad-border\/50{ border-left-color: rgb(188 87 26 / 0.5); border-right-color: rgb(188 87 26 / 0.5); }
.border-x-callout-bad-border\/60{ border-left-color: rgb(188 87 26 / 0.6); border-right-color: rgb(188 87 26 / 0.6); }
.border-x-callout-bad-border\/70{ border-left-color: rgb(188 87 26 / 0.7); border-right-color: rgb(188 87 26 / 0.7); }
.border-x-callout-bad-border\/75{ border-left-color: rgb(188 87 26 / 0.75); border-right-color: rgb(188 87 26 / 0.75); }
.border-x-callout-bad-border\/80{ border-left-color: rgb(188 87 26 / 0.8); border-right-color: rgb(188 87 26 / 0.8); }
.border-x-callout-bad-border\/90{ border-left-color: rgb(188 87 26 / 0.9); border-right-color: rgb(188 87 26 / 0.9); }
.border-x-callout-bad-border\/95{ border-left-color: rgb(188 87 26 / 0.95); border-right-color: rgb(188 87 26 / 0.95); }
.border-x-callout-bad-fill{ --tw-border-opacity: 1; border-left-color: rgb(255 133 82 / var(--tw-border-opacity)); border-right-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-x-callout-bad-fill\/0{ border-left-color: rgb(255 133 82 / 0); border-right-color: rgb(255 133 82 / 0); }
.border-x-callout-bad-fill\/10{ border-left-color: rgb(255 133 82 / 0.1); border-right-color: rgb(255 133 82 / 0.1); }
.border-x-callout-bad-fill\/100{ border-left-color: rgb(255 133 82 / 1); border-right-color: rgb(255 133 82 / 1); }
.border-x-callout-bad-fill\/20{ border-left-color: rgb(255 133 82 / 0.2); border-right-color: rgb(255 133 82 / 0.2); }
.border-x-callout-bad-fill\/25{ border-left-color: rgb(255 133 82 / 0.25); border-right-color: rgb(255 133 82 / 0.25); }
.border-x-callout-bad-fill\/30{ border-left-color: rgb(255 133 82 / 0.3); border-right-color: rgb(255 133 82 / 0.3); }
.border-x-callout-bad-fill\/40{ border-left-color: rgb(255 133 82 / 0.4); border-right-color: rgb(255 133 82 / 0.4); }
.border-x-callout-bad-fill\/5{ border-left-color: rgb(255 133 82 / 0.05); border-right-color: rgb(255 133 82 / 0.05); }
.border-x-callout-bad-fill\/50{ border-left-color: rgb(255 133 82 / 0.5); border-right-color: rgb(255 133 82 / 0.5); }
.border-x-callout-bad-fill\/60{ border-left-color: rgb(255 133 82 / 0.6); border-right-color: rgb(255 133 82 / 0.6); }
.border-x-callout-bad-fill\/70{ border-left-color: rgb(255 133 82 / 0.7); border-right-color: rgb(255 133 82 / 0.7); }
.border-x-callout-bad-fill\/75{ border-left-color: rgb(255 133 82 / 0.75); border-right-color: rgb(255 133 82 / 0.75); }
.border-x-callout-bad-fill\/80{ border-left-color: rgb(255 133 82 / 0.8); border-right-color: rgb(255 133 82 / 0.8); }
.border-x-callout-bad-fill\/90{ border-left-color: rgb(255 133 82 / 0.9); border-right-color: rgb(255 133 82 / 0.9); }
.border-x-callout-bad-fill\/95{ border-left-color: rgb(255 133 82 / 0.95); border-right-color: rgb(255 133 82 / 0.95); }
.border-x-callout-bad-icon{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-x-callout-bad-icon\/0{ border-left-color: rgb(255 255 255 / 0); border-right-color: rgb(255 255 255 / 0); }
.border-x-callout-bad-icon\/10{ border-left-color: rgb(255 255 255 / 0.1); border-right-color: rgb(255 255 255 / 0.1); }
.border-x-callout-bad-icon\/100{ border-left-color: rgb(255 255 255 / 1); border-right-color: rgb(255 255 255 / 1); }
.border-x-callout-bad-icon\/20{ border-left-color: rgb(255 255 255 / 0.2); border-right-color: rgb(255 255 255 / 0.2); }
.border-x-callout-bad-icon\/25{ border-left-color: rgb(255 255 255 / 0.25); border-right-color: rgb(255 255 255 / 0.25); }
.border-x-callout-bad-icon\/30{ border-left-color: rgb(255 255 255 / 0.3); border-right-color: rgb(255 255 255 / 0.3); }
.border-x-callout-bad-icon\/40{ border-left-color: rgb(255 255 255 / 0.4); border-right-color: rgb(255 255 255 / 0.4); }
.border-x-callout-bad-icon\/5{ border-left-color: rgb(255 255 255 / 0.05); border-right-color: rgb(255 255 255 / 0.05); }
.border-x-callout-bad-icon\/50{ border-left-color: rgb(255 255 255 / 0.5); border-right-color: rgb(255 255 255 / 0.5); }
.border-x-callout-bad-icon\/60{ border-left-color: rgb(255 255 255 / 0.6); border-right-color: rgb(255 255 255 / 0.6); }
.border-x-callout-bad-icon\/70{ border-left-color: rgb(255 255 255 / 0.7); border-right-color: rgb(255 255 255 / 0.7); }
.border-x-callout-bad-icon\/75{ border-left-color: rgb(255 255 255 / 0.75); border-right-color: rgb(255 255 255 / 0.75); }
.border-x-callout-bad-icon\/80{ border-left-color: rgb(255 255 255 / 0.8); border-right-color: rgb(255 255 255 / 0.8); }
.border-x-callout-bad-icon\/90{ border-left-color: rgb(255 255 255 / 0.9); border-right-color: rgb(255 255 255 / 0.9); }
.border-x-callout-bad-icon\/95{ border-left-color: rgb(255 255 255 / 0.95); border-right-color: rgb(255 255 255 / 0.95); }
.border-x-callout-bad-text{ --tw-border-opacity: 1; border-left-color: rgb(21 10 10 / var(--tw-border-opacity)); border-right-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-x-callout-bad-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(255 227 227 / var(--tw-border-opacity)); border-right-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-x-callout-bad-text-accent\/0{ border-left-color: rgb(255 227 227 / 0); border-right-color: rgb(255 227 227 / 0); }
.border-x-callout-bad-text-accent\/10{ border-left-color: rgb(255 227 227 / 0.1); border-right-color: rgb(255 227 227 / 0.1); }
.border-x-callout-bad-text-accent\/100{ border-left-color: rgb(255 227 227 / 1); border-right-color: rgb(255 227 227 / 1); }
.border-x-callout-bad-text-accent\/20{ border-left-color: rgb(255 227 227 / 0.2); border-right-color: rgb(255 227 227 / 0.2); }
.border-x-callout-bad-text-accent\/25{ border-left-color: rgb(255 227 227 / 0.25); border-right-color: rgb(255 227 227 / 0.25); }
.border-x-callout-bad-text-accent\/30{ border-left-color: rgb(255 227 227 / 0.3); border-right-color: rgb(255 227 227 / 0.3); }
.border-x-callout-bad-text-accent\/40{ border-left-color: rgb(255 227 227 / 0.4); border-right-color: rgb(255 227 227 / 0.4); }
.border-x-callout-bad-text-accent\/5{ border-left-color: rgb(255 227 227 / 0.05); border-right-color: rgb(255 227 227 / 0.05); }
.border-x-callout-bad-text-accent\/50{ border-left-color: rgb(255 227 227 / 0.5); border-right-color: rgb(255 227 227 / 0.5); }
.border-x-callout-bad-text-accent\/60{ border-left-color: rgb(255 227 227 / 0.6); border-right-color: rgb(255 227 227 / 0.6); }
.border-x-callout-bad-text-accent\/70{ border-left-color: rgb(255 227 227 / 0.7); border-right-color: rgb(255 227 227 / 0.7); }
.border-x-callout-bad-text-accent\/75{ border-left-color: rgb(255 227 227 / 0.75); border-right-color: rgb(255 227 227 / 0.75); }
.border-x-callout-bad-text-accent\/80{ border-left-color: rgb(255 227 227 / 0.8); border-right-color: rgb(255 227 227 / 0.8); }
.border-x-callout-bad-text-accent\/90{ border-left-color: rgb(255 227 227 / 0.9); border-right-color: rgb(255 227 227 / 0.9); }
.border-x-callout-bad-text-accent\/95{ border-left-color: rgb(255 227 227 / 0.95); border-right-color: rgb(255 227 227 / 0.95); }
.border-x-callout-bad-text\/0{ border-left-color: rgb(21 10 10 / 0); border-right-color: rgb(21 10 10 / 0); }
.border-x-callout-bad-text\/10{ border-left-color: rgb(21 10 10 / 0.1); border-right-color: rgb(21 10 10 / 0.1); }
.border-x-callout-bad-text\/100{ border-left-color: rgb(21 10 10 / 1); border-right-color: rgb(21 10 10 / 1); }
.border-x-callout-bad-text\/20{ border-left-color: rgb(21 10 10 / 0.2); border-right-color: rgb(21 10 10 / 0.2); }
.border-x-callout-bad-text\/25{ border-left-color: rgb(21 10 10 / 0.25); border-right-color: rgb(21 10 10 / 0.25); }
.border-x-callout-bad-text\/30{ border-left-color: rgb(21 10 10 / 0.3); border-right-color: rgb(21 10 10 / 0.3); }
.border-x-callout-bad-text\/40{ border-left-color: rgb(21 10 10 / 0.4); border-right-color: rgb(21 10 10 / 0.4); }
.border-x-callout-bad-text\/5{ border-left-color: rgb(21 10 10 / 0.05); border-right-color: rgb(21 10 10 / 0.05); }
.border-x-callout-bad-text\/50{ border-left-color: rgb(21 10 10 / 0.5); border-right-color: rgb(21 10 10 / 0.5); }
.border-x-callout-bad-text\/60{ border-left-color: rgb(21 10 10 / 0.6); border-right-color: rgb(21 10 10 / 0.6); }
.border-x-callout-bad-text\/70{ border-left-color: rgb(21 10 10 / 0.7); border-right-color: rgb(21 10 10 / 0.7); }
.border-x-callout-bad-text\/75{ border-left-color: rgb(21 10 10 / 0.75); border-right-color: rgb(21 10 10 / 0.75); }
.border-x-callout-bad-text\/80{ border-left-color: rgb(21 10 10 / 0.8); border-right-color: rgb(21 10 10 / 0.8); }
.border-x-callout-bad-text\/90{ border-left-color: rgb(21 10 10 / 0.9); border-right-color: rgb(21 10 10 / 0.9); }
.border-x-callout-bad-text\/95{ border-left-color: rgb(21 10 10 / 0.95); border-right-color: rgb(21 10 10 / 0.95); }
.border-x-callout-info-border{ --tw-border-opacity: 1; border-left-color: rgb(0 169 165 / var(--tw-border-opacity)); border-right-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-x-callout-info-border\/0{ border-left-color: rgb(0 169 165 / 0); border-right-color: rgb(0 169 165 / 0); }
.border-x-callout-info-border\/10{ border-left-color: rgb(0 169 165 / 0.1); border-right-color: rgb(0 169 165 / 0.1); }
.border-x-callout-info-border\/100{ border-left-color: rgb(0 169 165 / 1); border-right-color: rgb(0 169 165 / 1); }
.border-x-callout-info-border\/20{ border-left-color: rgb(0 169 165 / 0.2); border-right-color: rgb(0 169 165 / 0.2); }
.border-x-callout-info-border\/25{ border-left-color: rgb(0 169 165 / 0.25); border-right-color: rgb(0 169 165 / 0.25); }
.border-x-callout-info-border\/30{ border-left-color: rgb(0 169 165 / 0.3); border-right-color: rgb(0 169 165 / 0.3); }
.border-x-callout-info-border\/40{ border-left-color: rgb(0 169 165 / 0.4); border-right-color: rgb(0 169 165 / 0.4); }
.border-x-callout-info-border\/5{ border-left-color: rgb(0 169 165 / 0.05); border-right-color: rgb(0 169 165 / 0.05); }
.border-x-callout-info-border\/50{ border-left-color: rgb(0 169 165 / 0.5); border-right-color: rgb(0 169 165 / 0.5); }
.border-x-callout-info-border\/60{ border-left-color: rgb(0 169 165 / 0.6); border-right-color: rgb(0 169 165 / 0.6); }
.border-x-callout-info-border\/70{ border-left-color: rgb(0 169 165 / 0.7); border-right-color: rgb(0 169 165 / 0.7); }
.border-x-callout-info-border\/75{ border-left-color: rgb(0 169 165 / 0.75); border-right-color: rgb(0 169 165 / 0.75); }
.border-x-callout-info-border\/80{ border-left-color: rgb(0 169 165 / 0.8); border-right-color: rgb(0 169 165 / 0.8); }
.border-x-callout-info-border\/90{ border-left-color: rgb(0 169 165 / 0.9); border-right-color: rgb(0 169 165 / 0.9); }
.border-x-callout-info-border\/95{ border-left-color: rgb(0 169 165 / 0.95); border-right-color: rgb(0 169 165 / 0.95); }
.border-x-callout-info-fill{ border-left-color: transparent; border-right-color: transparent; }
.border-x-callout-info-fill\/0{ border-left-color: rgb(0 0 0 / 0); border-right-color: rgb(0 0 0 / 0); }
.border-x-callout-info-fill\/10{ border-left-color: rgb(0 0 0 / 0.1); border-right-color: rgb(0 0 0 / 0.1); }
.border-x-callout-info-fill\/100{ border-left-color: rgb(0 0 0 / 1); border-right-color: rgb(0 0 0 / 1); }
.border-x-callout-info-fill\/20{ border-left-color: rgb(0 0 0 / 0.2); border-right-color: rgb(0 0 0 / 0.2); }
.border-x-callout-info-fill\/25{ border-left-color: rgb(0 0 0 / 0.25); border-right-color: rgb(0 0 0 / 0.25); }
.border-x-callout-info-fill\/30{ border-left-color: rgb(0 0 0 / 0.3); border-right-color: rgb(0 0 0 / 0.3); }
.border-x-callout-info-fill\/40{ border-left-color: rgb(0 0 0 / 0.4); border-right-color: rgb(0 0 0 / 0.4); }
.border-x-callout-info-fill\/5{ border-left-color: rgb(0 0 0 / 0.05); border-right-color: rgb(0 0 0 / 0.05); }
.border-x-callout-info-fill\/50{ border-left-color: rgb(0 0 0 / 0.5); border-right-color: rgb(0 0 0 / 0.5); }
.border-x-callout-info-fill\/60{ border-left-color: rgb(0 0 0 / 0.6); border-right-color: rgb(0 0 0 / 0.6); }
.border-x-callout-info-fill\/70{ border-left-color: rgb(0 0 0 / 0.7); border-right-color: rgb(0 0 0 / 0.7); }
.border-x-callout-info-fill\/75{ border-left-color: rgb(0 0 0 / 0.75); border-right-color: rgb(0 0 0 / 0.75); }
.border-x-callout-info-fill\/80{ border-left-color: rgb(0 0 0 / 0.8); border-right-color: rgb(0 0 0 / 0.8); }
.border-x-callout-info-fill\/90{ border-left-color: rgb(0 0 0 / 0.9); border-right-color: rgb(0 0 0 / 0.9); }
.border-x-callout-info-fill\/95{ border-left-color: rgb(0 0 0 / 0.95); border-right-color: rgb(0 0 0 / 0.95); }
.border-x-callout-info-icon{ --tw-border-opacity: 1; border-left-color: rgb(0 169 165 / var(--tw-border-opacity)); border-right-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-x-callout-info-icon\/0{ border-left-color: rgb(0 169 165 / 0); border-right-color: rgb(0 169 165 / 0); }
.border-x-callout-info-icon\/10{ border-left-color: rgb(0 169 165 / 0.1); border-right-color: rgb(0 169 165 / 0.1); }
.border-x-callout-info-icon\/100{ border-left-color: rgb(0 169 165 / 1); border-right-color: rgb(0 169 165 / 1); }
.border-x-callout-info-icon\/20{ border-left-color: rgb(0 169 165 / 0.2); border-right-color: rgb(0 169 165 / 0.2); }
.border-x-callout-info-icon\/25{ border-left-color: rgb(0 169 165 / 0.25); border-right-color: rgb(0 169 165 / 0.25); }
.border-x-callout-info-icon\/30{ border-left-color: rgb(0 169 165 / 0.3); border-right-color: rgb(0 169 165 / 0.3); }
.border-x-callout-info-icon\/40{ border-left-color: rgb(0 169 165 / 0.4); border-right-color: rgb(0 169 165 / 0.4); }
.border-x-callout-info-icon\/5{ border-left-color: rgb(0 169 165 / 0.05); border-right-color: rgb(0 169 165 / 0.05); }
.border-x-callout-info-icon\/50{ border-left-color: rgb(0 169 165 / 0.5); border-right-color: rgb(0 169 165 / 0.5); }
.border-x-callout-info-icon\/60{ border-left-color: rgb(0 169 165 / 0.6); border-right-color: rgb(0 169 165 / 0.6); }
.border-x-callout-info-icon\/70{ border-left-color: rgb(0 169 165 / 0.7); border-right-color: rgb(0 169 165 / 0.7); }
.border-x-callout-info-icon\/75{ border-left-color: rgb(0 169 165 / 0.75); border-right-color: rgb(0 169 165 / 0.75); }
.border-x-callout-info-icon\/80{ border-left-color: rgb(0 169 165 / 0.8); border-right-color: rgb(0 169 165 / 0.8); }
.border-x-callout-info-icon\/90{ border-left-color: rgb(0 169 165 / 0.9); border-right-color: rgb(0 169 165 / 0.9); }
.border-x-callout-info-icon\/95{ border-left-color: rgb(0 169 165 / 0.95); border-right-color: rgb(0 169 165 / 0.95); }
.border-x-callout-info-text{ --tw-border-opacity: 1; border-left-color: rgb(10 18 21 / var(--tw-border-opacity)); border-right-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-x-callout-info-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(2 55 47 / var(--tw-border-opacity)); border-right-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-x-callout-info-text-accent\/0{ border-left-color: rgb(2 55 47 / 0); border-right-color: rgb(2 55 47 / 0); }
.border-x-callout-info-text-accent\/10{ border-left-color: rgb(2 55 47 / 0.1); border-right-color: rgb(2 55 47 / 0.1); }
.border-x-callout-info-text-accent\/100{ border-left-color: rgb(2 55 47 / 1); border-right-color: rgb(2 55 47 / 1); }
.border-x-callout-info-text-accent\/20{ border-left-color: rgb(2 55 47 / 0.2); border-right-color: rgb(2 55 47 / 0.2); }
.border-x-callout-info-text-accent\/25{ border-left-color: rgb(2 55 47 / 0.25); border-right-color: rgb(2 55 47 / 0.25); }
.border-x-callout-info-text-accent\/30{ border-left-color: rgb(2 55 47 / 0.3); border-right-color: rgb(2 55 47 / 0.3); }
.border-x-callout-info-text-accent\/40{ border-left-color: rgb(2 55 47 / 0.4); border-right-color: rgb(2 55 47 / 0.4); }
.border-x-callout-info-text-accent\/5{ border-left-color: rgb(2 55 47 / 0.05); border-right-color: rgb(2 55 47 / 0.05); }
.border-x-callout-info-text-accent\/50{ border-left-color: rgb(2 55 47 / 0.5); border-right-color: rgb(2 55 47 / 0.5); }
.border-x-callout-info-text-accent\/60{ border-left-color: rgb(2 55 47 / 0.6); border-right-color: rgb(2 55 47 / 0.6); }
.border-x-callout-info-text-accent\/70{ border-left-color: rgb(2 55 47 / 0.7); border-right-color: rgb(2 55 47 / 0.7); }
.border-x-callout-info-text-accent\/75{ border-left-color: rgb(2 55 47 / 0.75); border-right-color: rgb(2 55 47 / 0.75); }
.border-x-callout-info-text-accent\/80{ border-left-color: rgb(2 55 47 / 0.8); border-right-color: rgb(2 55 47 / 0.8); }
.border-x-callout-info-text-accent\/90{ border-left-color: rgb(2 55 47 / 0.9); border-right-color: rgb(2 55 47 / 0.9); }
.border-x-callout-info-text-accent\/95{ border-left-color: rgb(2 55 47 / 0.95); border-right-color: rgb(2 55 47 / 0.95); }
.border-x-callout-info-text\/0{ border-left-color: rgb(10 18 21 / 0); border-right-color: rgb(10 18 21 / 0); }
.border-x-callout-info-text\/10{ border-left-color: rgb(10 18 21 / 0.1); border-right-color: rgb(10 18 21 / 0.1); }
.border-x-callout-info-text\/100{ border-left-color: rgb(10 18 21 / 1); border-right-color: rgb(10 18 21 / 1); }
.border-x-callout-info-text\/20{ border-left-color: rgb(10 18 21 / 0.2); border-right-color: rgb(10 18 21 / 0.2); }
.border-x-callout-info-text\/25{ border-left-color: rgb(10 18 21 / 0.25); border-right-color: rgb(10 18 21 / 0.25); }
.border-x-callout-info-text\/30{ border-left-color: rgb(10 18 21 / 0.3); border-right-color: rgb(10 18 21 / 0.3); }
.border-x-callout-info-text\/40{ border-left-color: rgb(10 18 21 / 0.4); border-right-color: rgb(10 18 21 / 0.4); }
.border-x-callout-info-text\/5{ border-left-color: rgb(10 18 21 / 0.05); border-right-color: rgb(10 18 21 / 0.05); }
.border-x-callout-info-text\/50{ border-left-color: rgb(10 18 21 / 0.5); border-right-color: rgb(10 18 21 / 0.5); }
.border-x-callout-info-text\/60{ border-left-color: rgb(10 18 21 / 0.6); border-right-color: rgb(10 18 21 / 0.6); }
.border-x-callout-info-text\/70{ border-left-color: rgb(10 18 21 / 0.7); border-right-color: rgb(10 18 21 / 0.7); }
.border-x-callout-info-text\/75{ border-left-color: rgb(10 18 21 / 0.75); border-right-color: rgb(10 18 21 / 0.75); }
.border-x-callout-info-text\/80{ border-left-color: rgb(10 18 21 / 0.8); border-right-color: rgb(10 18 21 / 0.8); }
.border-x-callout-info-text\/90{ border-left-color: rgb(10 18 21 / 0.9); border-right-color: rgb(10 18 21 / 0.9); }
.border-x-callout-info-text\/95{ border-left-color: rgb(10 18 21 / 0.95); border-right-color: rgb(10 18 21 / 0.95); }
.border-x-callout-ok-border{ --tw-border-opacity: 1; border-left-color: rgb(0 137 106 / var(--tw-border-opacity)); border-right-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-x-callout-ok-border\/0{ border-left-color: rgb(0 137 106 / 0); border-right-color: rgb(0 137 106 / 0); }
.border-x-callout-ok-border\/10{ border-left-color: rgb(0 137 106 / 0.1); border-right-color: rgb(0 137 106 / 0.1); }
.border-x-callout-ok-border\/100{ border-left-color: rgb(0 137 106 / 1); border-right-color: rgb(0 137 106 / 1); }
.border-x-callout-ok-border\/20{ border-left-color: rgb(0 137 106 / 0.2); border-right-color: rgb(0 137 106 / 0.2); }
.border-x-callout-ok-border\/25{ border-left-color: rgb(0 137 106 / 0.25); border-right-color: rgb(0 137 106 / 0.25); }
.border-x-callout-ok-border\/30{ border-left-color: rgb(0 137 106 / 0.3); border-right-color: rgb(0 137 106 / 0.3); }
.border-x-callout-ok-border\/40{ border-left-color: rgb(0 137 106 / 0.4); border-right-color: rgb(0 137 106 / 0.4); }
.border-x-callout-ok-border\/5{ border-left-color: rgb(0 137 106 / 0.05); border-right-color: rgb(0 137 106 / 0.05); }
.border-x-callout-ok-border\/50{ border-left-color: rgb(0 137 106 / 0.5); border-right-color: rgb(0 137 106 / 0.5); }
.border-x-callout-ok-border\/60{ border-left-color: rgb(0 137 106 / 0.6); border-right-color: rgb(0 137 106 / 0.6); }
.border-x-callout-ok-border\/70{ border-left-color: rgb(0 137 106 / 0.7); border-right-color: rgb(0 137 106 / 0.7); }
.border-x-callout-ok-border\/75{ border-left-color: rgb(0 137 106 / 0.75); border-right-color: rgb(0 137 106 / 0.75); }
.border-x-callout-ok-border\/80{ border-left-color: rgb(0 137 106 / 0.8); border-right-color: rgb(0 137 106 / 0.8); }
.border-x-callout-ok-border\/90{ border-left-color: rgb(0 137 106 / 0.9); border-right-color: rgb(0 137 106 / 0.9); }
.border-x-callout-ok-border\/95{ border-left-color: rgb(0 137 106 / 0.95); border-right-color: rgb(0 137 106 / 0.95); }
.border-x-callout-ok-fill{ --tw-border-opacity: 1; border-left-color: rgb(0 169 165 / var(--tw-border-opacity)); border-right-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-x-callout-ok-fill\/0{ border-left-color: rgb(0 169 165 / 0); border-right-color: rgb(0 169 165 / 0); }
.border-x-callout-ok-fill\/10{ border-left-color: rgb(0 169 165 / 0.1); border-right-color: rgb(0 169 165 / 0.1); }
.border-x-callout-ok-fill\/100{ border-left-color: rgb(0 169 165 / 1); border-right-color: rgb(0 169 165 / 1); }
.border-x-callout-ok-fill\/20{ border-left-color: rgb(0 169 165 / 0.2); border-right-color: rgb(0 169 165 / 0.2); }
.border-x-callout-ok-fill\/25{ border-left-color: rgb(0 169 165 / 0.25); border-right-color: rgb(0 169 165 / 0.25); }
.border-x-callout-ok-fill\/30{ border-left-color: rgb(0 169 165 / 0.3); border-right-color: rgb(0 169 165 / 0.3); }
.border-x-callout-ok-fill\/40{ border-left-color: rgb(0 169 165 / 0.4); border-right-color: rgb(0 169 165 / 0.4); }
.border-x-callout-ok-fill\/5{ border-left-color: rgb(0 169 165 / 0.05); border-right-color: rgb(0 169 165 / 0.05); }
.border-x-callout-ok-fill\/50{ border-left-color: rgb(0 169 165 / 0.5); border-right-color: rgb(0 169 165 / 0.5); }
.border-x-callout-ok-fill\/60{ border-left-color: rgb(0 169 165 / 0.6); border-right-color: rgb(0 169 165 / 0.6); }
.border-x-callout-ok-fill\/70{ border-left-color: rgb(0 169 165 / 0.7); border-right-color: rgb(0 169 165 / 0.7); }
.border-x-callout-ok-fill\/75{ border-left-color: rgb(0 169 165 / 0.75); border-right-color: rgb(0 169 165 / 0.75); }
.border-x-callout-ok-fill\/80{ border-left-color: rgb(0 169 165 / 0.8); border-right-color: rgb(0 169 165 / 0.8); }
.border-x-callout-ok-fill\/90{ border-left-color: rgb(0 169 165 / 0.9); border-right-color: rgb(0 169 165 / 0.9); }
.border-x-callout-ok-fill\/95{ border-left-color: rgb(0 169 165 / 0.95); border-right-color: rgb(0 169 165 / 0.95); }
.border-x-callout-ok-icon{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-x-callout-ok-icon\/0{ border-left-color: rgb(255 255 255 / 0); border-right-color: rgb(255 255 255 / 0); }
.border-x-callout-ok-icon\/10{ border-left-color: rgb(255 255 255 / 0.1); border-right-color: rgb(255 255 255 / 0.1); }
.border-x-callout-ok-icon\/100{ border-left-color: rgb(255 255 255 / 1); border-right-color: rgb(255 255 255 / 1); }
.border-x-callout-ok-icon\/20{ border-left-color: rgb(255 255 255 / 0.2); border-right-color: rgb(255 255 255 / 0.2); }
.border-x-callout-ok-icon\/25{ border-left-color: rgb(255 255 255 / 0.25); border-right-color: rgb(255 255 255 / 0.25); }
.border-x-callout-ok-icon\/30{ border-left-color: rgb(255 255 255 / 0.3); border-right-color: rgb(255 255 255 / 0.3); }
.border-x-callout-ok-icon\/40{ border-left-color: rgb(255 255 255 / 0.4); border-right-color: rgb(255 255 255 / 0.4); }
.border-x-callout-ok-icon\/5{ border-left-color: rgb(255 255 255 / 0.05); border-right-color: rgb(255 255 255 / 0.05); }
.border-x-callout-ok-icon\/50{ border-left-color: rgb(255 255 255 / 0.5); border-right-color: rgb(255 255 255 / 0.5); }
.border-x-callout-ok-icon\/60{ border-left-color: rgb(255 255 255 / 0.6); border-right-color: rgb(255 255 255 / 0.6); }
.border-x-callout-ok-icon\/70{ border-left-color: rgb(255 255 255 / 0.7); border-right-color: rgb(255 255 255 / 0.7); }
.border-x-callout-ok-icon\/75{ border-left-color: rgb(255 255 255 / 0.75); border-right-color: rgb(255 255 255 / 0.75); }
.border-x-callout-ok-icon\/80{ border-left-color: rgb(255 255 255 / 0.8); border-right-color: rgb(255 255 255 / 0.8); }
.border-x-callout-ok-icon\/90{ border-left-color: rgb(255 255 255 / 0.9); border-right-color: rgb(255 255 255 / 0.9); }
.border-x-callout-ok-icon\/95{ border-left-color: rgb(255 255 255 / 0.95); border-right-color: rgb(255 255 255 / 0.95); }
.border-x-callout-ok-text{ --tw-border-opacity: 1; border-left-color: rgb(10 21 20 / var(--tw-border-opacity)); border-right-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-x-callout-ok-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(102 255 221 / var(--tw-border-opacity)); border-right-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-x-callout-ok-text-accent\/0{ border-left-color: rgb(102 255 221 / 0); border-right-color: rgb(102 255 221 / 0); }
.border-x-callout-ok-text-accent\/10{ border-left-color: rgb(102 255 221 / 0.1); border-right-color: rgb(102 255 221 / 0.1); }
.border-x-callout-ok-text-accent\/100{ border-left-color: rgb(102 255 221 / 1); border-right-color: rgb(102 255 221 / 1); }
.border-x-callout-ok-text-accent\/20{ border-left-color: rgb(102 255 221 / 0.2); border-right-color: rgb(102 255 221 / 0.2); }
.border-x-callout-ok-text-accent\/25{ border-left-color: rgb(102 255 221 / 0.25); border-right-color: rgb(102 255 221 / 0.25); }
.border-x-callout-ok-text-accent\/30{ border-left-color: rgb(102 255 221 / 0.3); border-right-color: rgb(102 255 221 / 0.3); }
.border-x-callout-ok-text-accent\/40{ border-left-color: rgb(102 255 221 / 0.4); border-right-color: rgb(102 255 221 / 0.4); }
.border-x-callout-ok-text-accent\/5{ border-left-color: rgb(102 255 221 / 0.05); border-right-color: rgb(102 255 221 / 0.05); }
.border-x-callout-ok-text-accent\/50{ border-left-color: rgb(102 255 221 / 0.5); border-right-color: rgb(102 255 221 / 0.5); }
.border-x-callout-ok-text-accent\/60{ border-left-color: rgb(102 255 221 / 0.6); border-right-color: rgb(102 255 221 / 0.6); }
.border-x-callout-ok-text-accent\/70{ border-left-color: rgb(102 255 221 / 0.7); border-right-color: rgb(102 255 221 / 0.7); }
.border-x-callout-ok-text-accent\/75{ border-left-color: rgb(102 255 221 / 0.75); border-right-color: rgb(102 255 221 / 0.75); }
.border-x-callout-ok-text-accent\/80{ border-left-color: rgb(102 255 221 / 0.8); border-right-color: rgb(102 255 221 / 0.8); }
.border-x-callout-ok-text-accent\/90{ border-left-color: rgb(102 255 221 / 0.9); border-right-color: rgb(102 255 221 / 0.9); }
.border-x-callout-ok-text-accent\/95{ border-left-color: rgb(102 255 221 / 0.95); border-right-color: rgb(102 255 221 / 0.95); }
.border-x-callout-ok-text\/0{ border-left-color: rgb(10 21 20 / 0); border-right-color: rgb(10 21 20 / 0); }
.border-x-callout-ok-text\/10{ border-left-color: rgb(10 21 20 / 0.1); border-right-color: rgb(10 21 20 / 0.1); }
.border-x-callout-ok-text\/100{ border-left-color: rgb(10 21 20 / 1); border-right-color: rgb(10 21 20 / 1); }
.border-x-callout-ok-text\/20{ border-left-color: rgb(10 21 20 / 0.2); border-right-color: rgb(10 21 20 / 0.2); }
.border-x-callout-ok-text\/25{ border-left-color: rgb(10 21 20 / 0.25); border-right-color: rgb(10 21 20 / 0.25); }
.border-x-callout-ok-text\/30{ border-left-color: rgb(10 21 20 / 0.3); border-right-color: rgb(10 21 20 / 0.3); }
.border-x-callout-ok-text\/40{ border-left-color: rgb(10 21 20 / 0.4); border-right-color: rgb(10 21 20 / 0.4); }
.border-x-callout-ok-text\/5{ border-left-color: rgb(10 21 20 / 0.05); border-right-color: rgb(10 21 20 / 0.05); }
.border-x-callout-ok-text\/50{ border-left-color: rgb(10 21 20 / 0.5); border-right-color: rgb(10 21 20 / 0.5); }
.border-x-callout-ok-text\/60{ border-left-color: rgb(10 21 20 / 0.6); border-right-color: rgb(10 21 20 / 0.6); }
.border-x-callout-ok-text\/70{ border-left-color: rgb(10 21 20 / 0.7); border-right-color: rgb(10 21 20 / 0.7); }
.border-x-callout-ok-text\/75{ border-left-color: rgb(10 21 20 / 0.75); border-right-color: rgb(10 21 20 / 0.75); }
.border-x-callout-ok-text\/80{ border-left-color: rgb(10 21 20 / 0.8); border-right-color: rgb(10 21 20 / 0.8); }
.border-x-callout-ok-text\/90{ border-left-color: rgb(10 21 20 / 0.9); border-right-color: rgb(10 21 20 / 0.9); }
.border-x-callout-ok-text\/95{ border-left-color: rgb(10 21 20 / 0.95); border-right-color: rgb(10 21 20 / 0.95); }
.border-x-callout-warning-border{ --tw-border-opacity: 1; border-left-color: rgb(247 181 0 / var(--tw-border-opacity)); border-right-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-x-callout-warning-border\/0{ border-left-color: rgb(247 181 0 / 0); border-right-color: rgb(247 181 0 / 0); }
.border-x-callout-warning-border\/10{ border-left-color: rgb(247 181 0 / 0.1); border-right-color: rgb(247 181 0 / 0.1); }
.border-x-callout-warning-border\/100{ border-left-color: rgb(247 181 0 / 1); border-right-color: rgb(247 181 0 / 1); }
.border-x-callout-warning-border\/20{ border-left-color: rgb(247 181 0 / 0.2); border-right-color: rgb(247 181 0 / 0.2); }
.border-x-callout-warning-border\/25{ border-left-color: rgb(247 181 0 / 0.25); border-right-color: rgb(247 181 0 / 0.25); }
.border-x-callout-warning-border\/30{ border-left-color: rgb(247 181 0 / 0.3); border-right-color: rgb(247 181 0 / 0.3); }
.border-x-callout-warning-border\/40{ border-left-color: rgb(247 181 0 / 0.4); border-right-color: rgb(247 181 0 / 0.4); }
.border-x-callout-warning-border\/5{ border-left-color: rgb(247 181 0 / 0.05); border-right-color: rgb(247 181 0 / 0.05); }
.border-x-callout-warning-border\/50{ border-left-color: rgb(247 181 0 / 0.5); border-right-color: rgb(247 181 0 / 0.5); }
.border-x-callout-warning-border\/60{ border-left-color: rgb(247 181 0 / 0.6); border-right-color: rgb(247 181 0 / 0.6); }
.border-x-callout-warning-border\/70{ border-left-color: rgb(247 181 0 / 0.7); border-right-color: rgb(247 181 0 / 0.7); }
.border-x-callout-warning-border\/75{ border-left-color: rgb(247 181 0 / 0.75); border-right-color: rgb(247 181 0 / 0.75); }
.border-x-callout-warning-border\/80{ border-left-color: rgb(247 181 0 / 0.8); border-right-color: rgb(247 181 0 / 0.8); }
.border-x-callout-warning-border\/90{ border-left-color: rgb(247 181 0 / 0.9); border-right-color: rgb(247 181 0 / 0.9); }
.border-x-callout-warning-border\/95{ border-left-color: rgb(247 181 0 / 0.95); border-right-color: rgb(247 181 0 / 0.95); }
.border-x-callout-warning-fill{ --tw-border-opacity: 1; border-left-color: rgb(249 219 109 / var(--tw-border-opacity)); border-right-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-x-callout-warning-fill\/0{ border-left-color: rgb(249 219 109 / 0); border-right-color: rgb(249 219 109 / 0); }
.border-x-callout-warning-fill\/10{ border-left-color: rgb(249 219 109 / 0.1); border-right-color: rgb(249 219 109 / 0.1); }
.border-x-callout-warning-fill\/100{ border-left-color: rgb(249 219 109 / 1); border-right-color: rgb(249 219 109 / 1); }
.border-x-callout-warning-fill\/20{ border-left-color: rgb(249 219 109 / 0.2); border-right-color: rgb(249 219 109 / 0.2); }
.border-x-callout-warning-fill\/25{ border-left-color: rgb(249 219 109 / 0.25); border-right-color: rgb(249 219 109 / 0.25); }
.border-x-callout-warning-fill\/30{ border-left-color: rgb(249 219 109 / 0.3); border-right-color: rgb(249 219 109 / 0.3); }
.border-x-callout-warning-fill\/40{ border-left-color: rgb(249 219 109 / 0.4); border-right-color: rgb(249 219 109 / 0.4); }
.border-x-callout-warning-fill\/5{ border-left-color: rgb(249 219 109 / 0.05); border-right-color: rgb(249 219 109 / 0.05); }
.border-x-callout-warning-fill\/50{ border-left-color: rgb(249 219 109 / 0.5); border-right-color: rgb(249 219 109 / 0.5); }
.border-x-callout-warning-fill\/60{ border-left-color: rgb(249 219 109 / 0.6); border-right-color: rgb(249 219 109 / 0.6); }
.border-x-callout-warning-fill\/70{ border-left-color: rgb(249 219 109 / 0.7); border-right-color: rgb(249 219 109 / 0.7); }
.border-x-callout-warning-fill\/75{ border-left-color: rgb(249 219 109 / 0.75); border-right-color: rgb(249 219 109 / 0.75); }
.border-x-callout-warning-fill\/80{ border-left-color: rgb(249 219 109 / 0.8); border-right-color: rgb(249 219 109 / 0.8); }
.border-x-callout-warning-fill\/90{ border-left-color: rgb(249 219 109 / 0.9); border-right-color: rgb(249 219 109 / 0.9); }
.border-x-callout-warning-fill\/95{ border-left-color: rgb(249 219 109 / 0.95); border-right-color: rgb(249 219 109 / 0.95); }
.border-x-callout-warning-icon{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-x-callout-warning-icon\/0{ border-left-color: rgb(255 255 255 / 0); border-right-color: rgb(255 255 255 / 0); }
.border-x-callout-warning-icon\/10{ border-left-color: rgb(255 255 255 / 0.1); border-right-color: rgb(255 255 255 / 0.1); }
.border-x-callout-warning-icon\/100{ border-left-color: rgb(255 255 255 / 1); border-right-color: rgb(255 255 255 / 1); }
.border-x-callout-warning-icon\/20{ border-left-color: rgb(255 255 255 / 0.2); border-right-color: rgb(255 255 255 / 0.2); }
.border-x-callout-warning-icon\/25{ border-left-color: rgb(255 255 255 / 0.25); border-right-color: rgb(255 255 255 / 0.25); }
.border-x-callout-warning-icon\/30{ border-left-color: rgb(255 255 255 / 0.3); border-right-color: rgb(255 255 255 / 0.3); }
.border-x-callout-warning-icon\/40{ border-left-color: rgb(255 255 255 / 0.4); border-right-color: rgb(255 255 255 / 0.4); }
.border-x-callout-warning-icon\/5{ border-left-color: rgb(255 255 255 / 0.05); border-right-color: rgb(255 255 255 / 0.05); }
.border-x-callout-warning-icon\/50{ border-left-color: rgb(255 255 255 / 0.5); border-right-color: rgb(255 255 255 / 0.5); }
.border-x-callout-warning-icon\/60{ border-left-color: rgb(255 255 255 / 0.6); border-right-color: rgb(255 255 255 / 0.6); }
.border-x-callout-warning-icon\/70{ border-left-color: rgb(255 255 255 / 0.7); border-right-color: rgb(255 255 255 / 0.7); }
.border-x-callout-warning-icon\/75{ border-left-color: rgb(255 255 255 / 0.75); border-right-color: rgb(255 255 255 / 0.75); }
.border-x-callout-warning-icon\/80{ border-left-color: rgb(255 255 255 / 0.8); border-right-color: rgb(255 255 255 / 0.8); }
.border-x-callout-warning-icon\/90{ border-left-color: rgb(255 255 255 / 0.9); border-right-color: rgb(255 255 255 / 0.9); }
.border-x-callout-warning-icon\/95{ border-left-color: rgb(255 255 255 / 0.95); border-right-color: rgb(255 255 255 / 0.95); }
.border-x-callout-warning-text{ --tw-border-opacity: 1; border-left-color: rgb(21 18 10 / var(--tw-border-opacity)); border-right-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-x-callout-warning-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-x-callout-warning-text-accent\/0{ border-left-color: rgb(255 255 255 / 0); border-right-color: rgb(255 255 255 / 0); }
.border-x-callout-warning-text-accent\/10{ border-left-color: rgb(255 255 255 / 0.1); border-right-color: rgb(255 255 255 / 0.1); }
.border-x-callout-warning-text-accent\/100{ border-left-color: rgb(255 255 255 / 1); border-right-color: rgb(255 255 255 / 1); }
.border-x-callout-warning-text-accent\/20{ border-left-color: rgb(255 255 255 / 0.2); border-right-color: rgb(255 255 255 / 0.2); }
.border-x-callout-warning-text-accent\/25{ border-left-color: rgb(255 255 255 / 0.25); border-right-color: rgb(255 255 255 / 0.25); }
.border-x-callout-warning-text-accent\/30{ border-left-color: rgb(255 255 255 / 0.3); border-right-color: rgb(255 255 255 / 0.3); }
.border-x-callout-warning-text-accent\/40{ border-left-color: rgb(255 255 255 / 0.4); border-right-color: rgb(255 255 255 / 0.4); }
.border-x-callout-warning-text-accent\/5{ border-left-color: rgb(255 255 255 / 0.05); border-right-color: rgb(255 255 255 / 0.05); }
.border-x-callout-warning-text-accent\/50{ border-left-color: rgb(255 255 255 / 0.5); border-right-color: rgb(255 255 255 / 0.5); }
.border-x-callout-warning-text-accent\/60{ border-left-color: rgb(255 255 255 / 0.6); border-right-color: rgb(255 255 255 / 0.6); }
.border-x-callout-warning-text-accent\/70{ border-left-color: rgb(255 255 255 / 0.7); border-right-color: rgb(255 255 255 / 0.7); }
.border-x-callout-warning-text-accent\/75{ border-left-color: rgb(255 255 255 / 0.75); border-right-color: rgb(255 255 255 / 0.75); }
.border-x-callout-warning-text-accent\/80{ border-left-color: rgb(255 255 255 / 0.8); border-right-color: rgb(255 255 255 / 0.8); }
.border-x-callout-warning-text-accent\/90{ border-left-color: rgb(255 255 255 / 0.9); border-right-color: rgb(255 255 255 / 0.9); }
.border-x-callout-warning-text-accent\/95{ border-left-color: rgb(255 255 255 / 0.95); border-right-color: rgb(255 255 255 / 0.95); }
.border-x-callout-warning-text\/0{ border-left-color: rgb(21 18 10 / 0); border-right-color: rgb(21 18 10 / 0); }
.border-x-callout-warning-text\/10{ border-left-color: rgb(21 18 10 / 0.1); border-right-color: rgb(21 18 10 / 0.1); }
.border-x-callout-warning-text\/100{ border-left-color: rgb(21 18 10 / 1); border-right-color: rgb(21 18 10 / 1); }
.border-x-callout-warning-text\/20{ border-left-color: rgb(21 18 10 / 0.2); border-right-color: rgb(21 18 10 / 0.2); }
.border-x-callout-warning-text\/25{ border-left-color: rgb(21 18 10 / 0.25); border-right-color: rgb(21 18 10 / 0.25); }
.border-x-callout-warning-text\/30{ border-left-color: rgb(21 18 10 / 0.3); border-right-color: rgb(21 18 10 / 0.3); }
.border-x-callout-warning-text\/40{ border-left-color: rgb(21 18 10 / 0.4); border-right-color: rgb(21 18 10 / 0.4); }
.border-x-callout-warning-text\/5{ border-left-color: rgb(21 18 10 / 0.05); border-right-color: rgb(21 18 10 / 0.05); }
.border-x-callout-warning-text\/50{ border-left-color: rgb(21 18 10 / 0.5); border-right-color: rgb(21 18 10 / 0.5); }
.border-x-callout-warning-text\/60{ border-left-color: rgb(21 18 10 / 0.6); border-right-color: rgb(21 18 10 / 0.6); }
.border-x-callout-warning-text\/70{ border-left-color: rgb(21 18 10 / 0.7); border-right-color: rgb(21 18 10 / 0.7); }
.border-x-callout-warning-text\/75{ border-left-color: rgb(21 18 10 / 0.75); border-right-color: rgb(21 18 10 / 0.75); }
.border-x-callout-warning-text\/80{ border-left-color: rgb(21 18 10 / 0.8); border-right-color: rgb(21 18 10 / 0.8); }
.border-x-callout-warning-text\/90{ border-left-color: rgb(21 18 10 / 0.9); border-right-color: rgb(21 18 10 / 0.9); }
.border-x-callout-warning-text\/95{ border-left-color: rgb(21 18 10 / 0.95); border-right-color: rgb(21 18 10 / 0.95); }
.border-x-current{ border-left-color: currentColor; border-right-color: currentColor; }
.border-x-cyan-100{ --tw-border-opacity: 1; border-left-color: rgb(207 250 254 / var(--tw-border-opacity)); border-right-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-x-cyan-100\/0{ border-left-color: rgb(207 250 254 / 0); border-right-color: rgb(207 250 254 / 0); }
.border-x-cyan-100\/10{ border-left-color: rgb(207 250 254 / 0.1); border-right-color: rgb(207 250 254 / 0.1); }
.border-x-cyan-100\/100{ border-left-color: rgb(207 250 254 / 1); border-right-color: rgb(207 250 254 / 1); }
.border-x-cyan-100\/20{ border-left-color: rgb(207 250 254 / 0.2); border-right-color: rgb(207 250 254 / 0.2); }
.border-x-cyan-100\/25{ border-left-color: rgb(207 250 254 / 0.25); border-right-color: rgb(207 250 254 / 0.25); }
.border-x-cyan-100\/30{ border-left-color: rgb(207 250 254 / 0.3); border-right-color: rgb(207 250 254 / 0.3); }
.border-x-cyan-100\/40{ border-left-color: rgb(207 250 254 / 0.4); border-right-color: rgb(207 250 254 / 0.4); }
.border-x-cyan-100\/5{ border-left-color: rgb(207 250 254 / 0.05); border-right-color: rgb(207 250 254 / 0.05); }
.border-x-cyan-100\/50{ border-left-color: rgb(207 250 254 / 0.5); border-right-color: rgb(207 250 254 / 0.5); }
.border-x-cyan-100\/60{ border-left-color: rgb(207 250 254 / 0.6); border-right-color: rgb(207 250 254 / 0.6); }
.border-x-cyan-100\/70{ border-left-color: rgb(207 250 254 / 0.7); border-right-color: rgb(207 250 254 / 0.7); }
.border-x-cyan-100\/75{ border-left-color: rgb(207 250 254 / 0.75); border-right-color: rgb(207 250 254 / 0.75); }
.border-x-cyan-100\/80{ border-left-color: rgb(207 250 254 / 0.8); border-right-color: rgb(207 250 254 / 0.8); }
.border-x-cyan-100\/90{ border-left-color: rgb(207 250 254 / 0.9); border-right-color: rgb(207 250 254 / 0.9); }
.border-x-cyan-100\/95{ border-left-color: rgb(207 250 254 / 0.95); border-right-color: rgb(207 250 254 / 0.95); }
.border-x-cyan-200{ --tw-border-opacity: 1; border-left-color: rgb(165 243 252 / var(--tw-border-opacity)); border-right-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-x-cyan-200\/0{ border-left-color: rgb(165 243 252 / 0); border-right-color: rgb(165 243 252 / 0); }
.border-x-cyan-200\/10{ border-left-color: rgb(165 243 252 / 0.1); border-right-color: rgb(165 243 252 / 0.1); }
.border-x-cyan-200\/100{ border-left-color: rgb(165 243 252 / 1); border-right-color: rgb(165 243 252 / 1); }
.border-x-cyan-200\/20{ border-left-color: rgb(165 243 252 / 0.2); border-right-color: rgb(165 243 252 / 0.2); }
.border-x-cyan-200\/25{ border-left-color: rgb(165 243 252 / 0.25); border-right-color: rgb(165 243 252 / 0.25); }
.border-x-cyan-200\/30{ border-left-color: rgb(165 243 252 / 0.3); border-right-color: rgb(165 243 252 / 0.3); }
.border-x-cyan-200\/40{ border-left-color: rgb(165 243 252 / 0.4); border-right-color: rgb(165 243 252 / 0.4); }
.border-x-cyan-200\/5{ border-left-color: rgb(165 243 252 / 0.05); border-right-color: rgb(165 243 252 / 0.05); }
.border-x-cyan-200\/50{ border-left-color: rgb(165 243 252 / 0.5); border-right-color: rgb(165 243 252 / 0.5); }
.border-x-cyan-200\/60{ border-left-color: rgb(165 243 252 / 0.6); border-right-color: rgb(165 243 252 / 0.6); }
.border-x-cyan-200\/70{ border-left-color: rgb(165 243 252 / 0.7); border-right-color: rgb(165 243 252 / 0.7); }
.border-x-cyan-200\/75{ border-left-color: rgb(165 243 252 / 0.75); border-right-color: rgb(165 243 252 / 0.75); }
.border-x-cyan-200\/80{ border-left-color: rgb(165 243 252 / 0.8); border-right-color: rgb(165 243 252 / 0.8); }
.border-x-cyan-200\/90{ border-left-color: rgb(165 243 252 / 0.9); border-right-color: rgb(165 243 252 / 0.9); }
.border-x-cyan-200\/95{ border-left-color: rgb(165 243 252 / 0.95); border-right-color: rgb(165 243 252 / 0.95); }
.border-x-cyan-300{ --tw-border-opacity: 1; border-left-color: rgb(103 232 249 / var(--tw-border-opacity)); border-right-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-x-cyan-300\/0{ border-left-color: rgb(103 232 249 / 0); border-right-color: rgb(103 232 249 / 0); }
.border-x-cyan-300\/10{ border-left-color: rgb(103 232 249 / 0.1); border-right-color: rgb(103 232 249 / 0.1); }
.border-x-cyan-300\/100{ border-left-color: rgb(103 232 249 / 1); border-right-color: rgb(103 232 249 / 1); }
.border-x-cyan-300\/20{ border-left-color: rgb(103 232 249 / 0.2); border-right-color: rgb(103 232 249 / 0.2); }
.border-x-cyan-300\/25{ border-left-color: rgb(103 232 249 / 0.25); border-right-color: rgb(103 232 249 / 0.25); }
.border-x-cyan-300\/30{ border-left-color: rgb(103 232 249 / 0.3); border-right-color: rgb(103 232 249 / 0.3); }
.border-x-cyan-300\/40{ border-left-color: rgb(103 232 249 / 0.4); border-right-color: rgb(103 232 249 / 0.4); }
.border-x-cyan-300\/5{ border-left-color: rgb(103 232 249 / 0.05); border-right-color: rgb(103 232 249 / 0.05); }
.border-x-cyan-300\/50{ border-left-color: rgb(103 232 249 / 0.5); border-right-color: rgb(103 232 249 / 0.5); }
.border-x-cyan-300\/60{ border-left-color: rgb(103 232 249 / 0.6); border-right-color: rgb(103 232 249 / 0.6); }
.border-x-cyan-300\/70{ border-left-color: rgb(103 232 249 / 0.7); border-right-color: rgb(103 232 249 / 0.7); }
.border-x-cyan-300\/75{ border-left-color: rgb(103 232 249 / 0.75); border-right-color: rgb(103 232 249 / 0.75); }
.border-x-cyan-300\/80{ border-left-color: rgb(103 232 249 / 0.8); border-right-color: rgb(103 232 249 / 0.8); }
.border-x-cyan-300\/90{ border-left-color: rgb(103 232 249 / 0.9); border-right-color: rgb(103 232 249 / 0.9); }
.border-x-cyan-300\/95{ border-left-color: rgb(103 232 249 / 0.95); border-right-color: rgb(103 232 249 / 0.95); }
.border-x-cyan-400{ --tw-border-opacity: 1; border-left-color: rgb(34 211 238 / var(--tw-border-opacity)); border-right-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-x-cyan-400\/0{ border-left-color: rgb(34 211 238 / 0); border-right-color: rgb(34 211 238 / 0); }
.border-x-cyan-400\/10{ border-left-color: rgb(34 211 238 / 0.1); border-right-color: rgb(34 211 238 / 0.1); }
.border-x-cyan-400\/100{ border-left-color: rgb(34 211 238 / 1); border-right-color: rgb(34 211 238 / 1); }
.border-x-cyan-400\/20{ border-left-color: rgb(34 211 238 / 0.2); border-right-color: rgb(34 211 238 / 0.2); }
.border-x-cyan-400\/25{ border-left-color: rgb(34 211 238 / 0.25); border-right-color: rgb(34 211 238 / 0.25); }
.border-x-cyan-400\/30{ border-left-color: rgb(34 211 238 / 0.3); border-right-color: rgb(34 211 238 / 0.3); }
.border-x-cyan-400\/40{ border-left-color: rgb(34 211 238 / 0.4); border-right-color: rgb(34 211 238 / 0.4); }
.border-x-cyan-400\/5{ border-left-color: rgb(34 211 238 / 0.05); border-right-color: rgb(34 211 238 / 0.05); }
.border-x-cyan-400\/50{ border-left-color: rgb(34 211 238 / 0.5); border-right-color: rgb(34 211 238 / 0.5); }
.border-x-cyan-400\/60{ border-left-color: rgb(34 211 238 / 0.6); border-right-color: rgb(34 211 238 / 0.6); }
.border-x-cyan-400\/70{ border-left-color: rgb(34 211 238 / 0.7); border-right-color: rgb(34 211 238 / 0.7); }
.border-x-cyan-400\/75{ border-left-color: rgb(34 211 238 / 0.75); border-right-color: rgb(34 211 238 / 0.75); }
.border-x-cyan-400\/80{ border-left-color: rgb(34 211 238 / 0.8); border-right-color: rgb(34 211 238 / 0.8); }
.border-x-cyan-400\/90{ border-left-color: rgb(34 211 238 / 0.9); border-right-color: rgb(34 211 238 / 0.9); }
.border-x-cyan-400\/95{ border-left-color: rgb(34 211 238 / 0.95); border-right-color: rgb(34 211 238 / 0.95); }
.border-x-cyan-50{ --tw-border-opacity: 1; border-left-color: rgb(236 254 255 / var(--tw-border-opacity)); border-right-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-x-cyan-50\/0{ border-left-color: rgb(236 254 255 / 0); border-right-color: rgb(236 254 255 / 0); }
.border-x-cyan-50\/10{ border-left-color: rgb(236 254 255 / 0.1); border-right-color: rgb(236 254 255 / 0.1); }
.border-x-cyan-50\/100{ border-left-color: rgb(236 254 255 / 1); border-right-color: rgb(236 254 255 / 1); }
.border-x-cyan-50\/20{ border-left-color: rgb(236 254 255 / 0.2); border-right-color: rgb(236 254 255 / 0.2); }
.border-x-cyan-50\/25{ border-left-color: rgb(236 254 255 / 0.25); border-right-color: rgb(236 254 255 / 0.25); }
.border-x-cyan-50\/30{ border-left-color: rgb(236 254 255 / 0.3); border-right-color: rgb(236 254 255 / 0.3); }
.border-x-cyan-50\/40{ border-left-color: rgb(236 254 255 / 0.4); border-right-color: rgb(236 254 255 / 0.4); }
.border-x-cyan-50\/5{ border-left-color: rgb(236 254 255 / 0.05); border-right-color: rgb(236 254 255 / 0.05); }
.border-x-cyan-50\/50{ border-left-color: rgb(236 254 255 / 0.5); border-right-color: rgb(236 254 255 / 0.5); }
.border-x-cyan-50\/60{ border-left-color: rgb(236 254 255 / 0.6); border-right-color: rgb(236 254 255 / 0.6); }
.border-x-cyan-50\/70{ border-left-color: rgb(236 254 255 / 0.7); border-right-color: rgb(236 254 255 / 0.7); }
.border-x-cyan-50\/75{ border-left-color: rgb(236 254 255 / 0.75); border-right-color: rgb(236 254 255 / 0.75); }
.border-x-cyan-50\/80{ border-left-color: rgb(236 254 255 / 0.8); border-right-color: rgb(236 254 255 / 0.8); }
.border-x-cyan-50\/90{ border-left-color: rgb(236 254 255 / 0.9); border-right-color: rgb(236 254 255 / 0.9); }
.border-x-cyan-50\/95{ border-left-color: rgb(236 254 255 / 0.95); border-right-color: rgb(236 254 255 / 0.95); }
.border-x-cyan-500{ --tw-border-opacity: 1; border-left-color: rgb(6 182 212 / var(--tw-border-opacity)); border-right-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-x-cyan-500\/0{ border-left-color: rgb(6 182 212 / 0); border-right-color: rgb(6 182 212 / 0); }
.border-x-cyan-500\/10{ border-left-color: rgb(6 182 212 / 0.1); border-right-color: rgb(6 182 212 / 0.1); }
.border-x-cyan-500\/100{ border-left-color: rgb(6 182 212 / 1); border-right-color: rgb(6 182 212 / 1); }
.border-x-cyan-500\/20{ border-left-color: rgb(6 182 212 / 0.2); border-right-color: rgb(6 182 212 / 0.2); }
.border-x-cyan-500\/25{ border-left-color: rgb(6 182 212 / 0.25); border-right-color: rgb(6 182 212 / 0.25); }
.border-x-cyan-500\/30{ border-left-color: rgb(6 182 212 / 0.3); border-right-color: rgb(6 182 212 / 0.3); }
.border-x-cyan-500\/40{ border-left-color: rgb(6 182 212 / 0.4); border-right-color: rgb(6 182 212 / 0.4); }
.border-x-cyan-500\/5{ border-left-color: rgb(6 182 212 / 0.05); border-right-color: rgb(6 182 212 / 0.05); }
.border-x-cyan-500\/50{ border-left-color: rgb(6 182 212 / 0.5); border-right-color: rgb(6 182 212 / 0.5); }
.border-x-cyan-500\/60{ border-left-color: rgb(6 182 212 / 0.6); border-right-color: rgb(6 182 212 / 0.6); }
.border-x-cyan-500\/70{ border-left-color: rgb(6 182 212 / 0.7); border-right-color: rgb(6 182 212 / 0.7); }
.border-x-cyan-500\/75{ border-left-color: rgb(6 182 212 / 0.75); border-right-color: rgb(6 182 212 / 0.75); }
.border-x-cyan-500\/80{ border-left-color: rgb(6 182 212 / 0.8); border-right-color: rgb(6 182 212 / 0.8); }
.border-x-cyan-500\/90{ border-left-color: rgb(6 182 212 / 0.9); border-right-color: rgb(6 182 212 / 0.9); }
.border-x-cyan-500\/95{ border-left-color: rgb(6 182 212 / 0.95); border-right-color: rgb(6 182 212 / 0.95); }
.border-x-cyan-600{ --tw-border-opacity: 1; border-left-color: rgb(8 145 178 / var(--tw-border-opacity)); border-right-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-x-cyan-600\/0{ border-left-color: rgb(8 145 178 / 0); border-right-color: rgb(8 145 178 / 0); }
.border-x-cyan-600\/10{ border-left-color: rgb(8 145 178 / 0.1); border-right-color: rgb(8 145 178 / 0.1); }
.border-x-cyan-600\/100{ border-left-color: rgb(8 145 178 / 1); border-right-color: rgb(8 145 178 / 1); }
.border-x-cyan-600\/20{ border-left-color: rgb(8 145 178 / 0.2); border-right-color: rgb(8 145 178 / 0.2); }
.border-x-cyan-600\/25{ border-left-color: rgb(8 145 178 / 0.25); border-right-color: rgb(8 145 178 / 0.25); }
.border-x-cyan-600\/30{ border-left-color: rgb(8 145 178 / 0.3); border-right-color: rgb(8 145 178 / 0.3); }
.border-x-cyan-600\/40{ border-left-color: rgb(8 145 178 / 0.4); border-right-color: rgb(8 145 178 / 0.4); }
.border-x-cyan-600\/5{ border-left-color: rgb(8 145 178 / 0.05); border-right-color: rgb(8 145 178 / 0.05); }
.border-x-cyan-600\/50{ border-left-color: rgb(8 145 178 / 0.5); border-right-color: rgb(8 145 178 / 0.5); }
.border-x-cyan-600\/60{ border-left-color: rgb(8 145 178 / 0.6); border-right-color: rgb(8 145 178 / 0.6); }
.border-x-cyan-600\/70{ border-left-color: rgb(8 145 178 / 0.7); border-right-color: rgb(8 145 178 / 0.7); }
.border-x-cyan-600\/75{ border-left-color: rgb(8 145 178 / 0.75); border-right-color: rgb(8 145 178 / 0.75); }
.border-x-cyan-600\/80{ border-left-color: rgb(8 145 178 / 0.8); border-right-color: rgb(8 145 178 / 0.8); }
.border-x-cyan-600\/90{ border-left-color: rgb(8 145 178 / 0.9); border-right-color: rgb(8 145 178 / 0.9); }
.border-x-cyan-600\/95{ border-left-color: rgb(8 145 178 / 0.95); border-right-color: rgb(8 145 178 / 0.95); }
.border-x-cyan-700{ --tw-border-opacity: 1; border-left-color: rgb(14 116 144 / var(--tw-border-opacity)); border-right-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-x-cyan-700\/0{ border-left-color: rgb(14 116 144 / 0); border-right-color: rgb(14 116 144 / 0); }
.border-x-cyan-700\/10{ border-left-color: rgb(14 116 144 / 0.1); border-right-color: rgb(14 116 144 / 0.1); }
.border-x-cyan-700\/100{ border-left-color: rgb(14 116 144 / 1); border-right-color: rgb(14 116 144 / 1); }
.border-x-cyan-700\/20{ border-left-color: rgb(14 116 144 / 0.2); border-right-color: rgb(14 116 144 / 0.2); }
.border-x-cyan-700\/25{ border-left-color: rgb(14 116 144 / 0.25); border-right-color: rgb(14 116 144 / 0.25); }
.border-x-cyan-700\/30{ border-left-color: rgb(14 116 144 / 0.3); border-right-color: rgb(14 116 144 / 0.3); }
.border-x-cyan-700\/40{ border-left-color: rgb(14 116 144 / 0.4); border-right-color: rgb(14 116 144 / 0.4); }
.border-x-cyan-700\/5{ border-left-color: rgb(14 116 144 / 0.05); border-right-color: rgb(14 116 144 / 0.05); }
.border-x-cyan-700\/50{ border-left-color: rgb(14 116 144 / 0.5); border-right-color: rgb(14 116 144 / 0.5); }
.border-x-cyan-700\/60{ border-left-color: rgb(14 116 144 / 0.6); border-right-color: rgb(14 116 144 / 0.6); }
.border-x-cyan-700\/70{ border-left-color: rgb(14 116 144 / 0.7); border-right-color: rgb(14 116 144 / 0.7); }
.border-x-cyan-700\/75{ border-left-color: rgb(14 116 144 / 0.75); border-right-color: rgb(14 116 144 / 0.75); }
.border-x-cyan-700\/80{ border-left-color: rgb(14 116 144 / 0.8); border-right-color: rgb(14 116 144 / 0.8); }
.border-x-cyan-700\/90{ border-left-color: rgb(14 116 144 / 0.9); border-right-color: rgb(14 116 144 / 0.9); }
.border-x-cyan-700\/95{ border-left-color: rgb(14 116 144 / 0.95); border-right-color: rgb(14 116 144 / 0.95); }
.border-x-cyan-800{ --tw-border-opacity: 1; border-left-color: rgb(21 94 117 / var(--tw-border-opacity)); border-right-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-x-cyan-800\/0{ border-left-color: rgb(21 94 117 / 0); border-right-color: rgb(21 94 117 / 0); }
.border-x-cyan-800\/10{ border-left-color: rgb(21 94 117 / 0.1); border-right-color: rgb(21 94 117 / 0.1); }
.border-x-cyan-800\/100{ border-left-color: rgb(21 94 117 / 1); border-right-color: rgb(21 94 117 / 1); }
.border-x-cyan-800\/20{ border-left-color: rgb(21 94 117 / 0.2); border-right-color: rgb(21 94 117 / 0.2); }
.border-x-cyan-800\/25{ border-left-color: rgb(21 94 117 / 0.25); border-right-color: rgb(21 94 117 / 0.25); }
.border-x-cyan-800\/30{ border-left-color: rgb(21 94 117 / 0.3); border-right-color: rgb(21 94 117 / 0.3); }
.border-x-cyan-800\/40{ border-left-color: rgb(21 94 117 / 0.4); border-right-color: rgb(21 94 117 / 0.4); }
.border-x-cyan-800\/5{ border-left-color: rgb(21 94 117 / 0.05); border-right-color: rgb(21 94 117 / 0.05); }
.border-x-cyan-800\/50{ border-left-color: rgb(21 94 117 / 0.5); border-right-color: rgb(21 94 117 / 0.5); }
.border-x-cyan-800\/60{ border-left-color: rgb(21 94 117 / 0.6); border-right-color: rgb(21 94 117 / 0.6); }
.border-x-cyan-800\/70{ border-left-color: rgb(21 94 117 / 0.7); border-right-color: rgb(21 94 117 / 0.7); }
.border-x-cyan-800\/75{ border-left-color: rgb(21 94 117 / 0.75); border-right-color: rgb(21 94 117 / 0.75); }
.border-x-cyan-800\/80{ border-left-color: rgb(21 94 117 / 0.8); border-right-color: rgb(21 94 117 / 0.8); }
.border-x-cyan-800\/90{ border-left-color: rgb(21 94 117 / 0.9); border-right-color: rgb(21 94 117 / 0.9); }
.border-x-cyan-800\/95{ border-left-color: rgb(21 94 117 / 0.95); border-right-color: rgb(21 94 117 / 0.95); }
.border-x-cyan-900{ --tw-border-opacity: 1; border-left-color: rgb(22 78 99 / var(--tw-border-opacity)); border-right-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-x-cyan-900\/0{ border-left-color: rgb(22 78 99 / 0); border-right-color: rgb(22 78 99 / 0); }
.border-x-cyan-900\/10{ border-left-color: rgb(22 78 99 / 0.1); border-right-color: rgb(22 78 99 / 0.1); }
.border-x-cyan-900\/100{ border-left-color: rgb(22 78 99 / 1); border-right-color: rgb(22 78 99 / 1); }
.border-x-cyan-900\/20{ border-left-color: rgb(22 78 99 / 0.2); border-right-color: rgb(22 78 99 / 0.2); }
.border-x-cyan-900\/25{ border-left-color: rgb(22 78 99 / 0.25); border-right-color: rgb(22 78 99 / 0.25); }
.border-x-cyan-900\/30{ border-left-color: rgb(22 78 99 / 0.3); border-right-color: rgb(22 78 99 / 0.3); }
.border-x-cyan-900\/40{ border-left-color: rgb(22 78 99 / 0.4); border-right-color: rgb(22 78 99 / 0.4); }
.border-x-cyan-900\/5{ border-left-color: rgb(22 78 99 / 0.05); border-right-color: rgb(22 78 99 / 0.05); }
.border-x-cyan-900\/50{ border-left-color: rgb(22 78 99 / 0.5); border-right-color: rgb(22 78 99 / 0.5); }
.border-x-cyan-900\/60{ border-left-color: rgb(22 78 99 / 0.6); border-right-color: rgb(22 78 99 / 0.6); }
.border-x-cyan-900\/70{ border-left-color: rgb(22 78 99 / 0.7); border-right-color: rgb(22 78 99 / 0.7); }
.border-x-cyan-900\/75{ border-left-color: rgb(22 78 99 / 0.75); border-right-color: rgb(22 78 99 / 0.75); }
.border-x-cyan-900\/80{ border-left-color: rgb(22 78 99 / 0.8); border-right-color: rgb(22 78 99 / 0.8); }
.border-x-cyan-900\/90{ border-left-color: rgb(22 78 99 / 0.9); border-right-color: rgb(22 78 99 / 0.9); }
.border-x-cyan-900\/95{ border-left-color: rgb(22 78 99 / 0.95); border-right-color: rgb(22 78 99 / 0.95); }
.border-x-cyan-950{ --tw-border-opacity: 1; border-left-color: rgb(8 51 68 / var(--tw-border-opacity)); border-right-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-x-cyan-950\/0{ border-left-color: rgb(8 51 68 / 0); border-right-color: rgb(8 51 68 / 0); }
.border-x-cyan-950\/10{ border-left-color: rgb(8 51 68 / 0.1); border-right-color: rgb(8 51 68 / 0.1); }
.border-x-cyan-950\/100{ border-left-color: rgb(8 51 68 / 1); border-right-color: rgb(8 51 68 / 1); }
.border-x-cyan-950\/20{ border-left-color: rgb(8 51 68 / 0.2); border-right-color: rgb(8 51 68 / 0.2); }
.border-x-cyan-950\/25{ border-left-color: rgb(8 51 68 / 0.25); border-right-color: rgb(8 51 68 / 0.25); }
.border-x-cyan-950\/30{ border-left-color: rgb(8 51 68 / 0.3); border-right-color: rgb(8 51 68 / 0.3); }
.border-x-cyan-950\/40{ border-left-color: rgb(8 51 68 / 0.4); border-right-color: rgb(8 51 68 / 0.4); }
.border-x-cyan-950\/5{ border-left-color: rgb(8 51 68 / 0.05); border-right-color: rgb(8 51 68 / 0.05); }
.border-x-cyan-950\/50{ border-left-color: rgb(8 51 68 / 0.5); border-right-color: rgb(8 51 68 / 0.5); }
.border-x-cyan-950\/60{ border-left-color: rgb(8 51 68 / 0.6); border-right-color: rgb(8 51 68 / 0.6); }
.border-x-cyan-950\/70{ border-left-color: rgb(8 51 68 / 0.7); border-right-color: rgb(8 51 68 / 0.7); }
.border-x-cyan-950\/75{ border-left-color: rgb(8 51 68 / 0.75); border-right-color: rgb(8 51 68 / 0.75); }
.border-x-cyan-950\/80{ border-left-color: rgb(8 51 68 / 0.8); border-right-color: rgb(8 51 68 / 0.8); }
.border-x-cyan-950\/90{ border-left-color: rgb(8 51 68 / 0.9); border-right-color: rgb(8 51 68 / 0.9); }
.border-x-cyan-950\/95{ border-left-color: rgb(8 51 68 / 0.95); border-right-color: rgb(8 51 68 / 0.95); }
.border-x-eggshell{ --tw-border-opacity: 1; border-left-color: rgb(240 229 208 / var(--tw-border-opacity)); border-right-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-x-eggshell-100{ --tw-border-opacity: 1; border-left-color: rgb(254 252 250 / var(--tw-border-opacity)); border-right-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-x-eggshell-100\/0{ border-left-color: rgb(254 252 250 / 0); border-right-color: rgb(254 252 250 / 0); }
.border-x-eggshell-100\/10{ border-left-color: rgb(254 252 250 / 0.1); border-right-color: rgb(254 252 250 / 0.1); }
.border-x-eggshell-100\/100{ border-left-color: rgb(254 252 250 / 1); border-right-color: rgb(254 252 250 / 1); }
.border-x-eggshell-100\/20{ border-left-color: rgb(254 252 250 / 0.2); border-right-color: rgb(254 252 250 / 0.2); }
.border-x-eggshell-100\/25{ border-left-color: rgb(254 252 250 / 0.25); border-right-color: rgb(254 252 250 / 0.25); }
.border-x-eggshell-100\/30{ border-left-color: rgb(254 252 250 / 0.3); border-right-color: rgb(254 252 250 / 0.3); }
.border-x-eggshell-100\/40{ border-left-color: rgb(254 252 250 / 0.4); border-right-color: rgb(254 252 250 / 0.4); }
.border-x-eggshell-100\/5{ border-left-color: rgb(254 252 250 / 0.05); border-right-color: rgb(254 252 250 / 0.05); }
.border-x-eggshell-100\/50{ border-left-color: rgb(254 252 250 / 0.5); border-right-color: rgb(254 252 250 / 0.5); }
.border-x-eggshell-100\/60{ border-left-color: rgb(254 252 250 / 0.6); border-right-color: rgb(254 252 250 / 0.6); }
.border-x-eggshell-100\/70{ border-left-color: rgb(254 252 250 / 0.7); border-right-color: rgb(254 252 250 / 0.7); }
.border-x-eggshell-100\/75{ border-left-color: rgb(254 252 250 / 0.75); border-right-color: rgb(254 252 250 / 0.75); }
.border-x-eggshell-100\/80{ border-left-color: rgb(254 252 250 / 0.8); border-right-color: rgb(254 252 250 / 0.8); }
.border-x-eggshell-100\/90{ border-left-color: rgb(254 252 250 / 0.9); border-right-color: rgb(254 252 250 / 0.9); }
.border-x-eggshell-100\/95{ border-left-color: rgb(254 252 250 / 0.95); border-right-color: rgb(254 252 250 / 0.95); }
.border-x-eggshell-200{ --tw-border-opacity: 1; border-left-color: rgb(252 250 246 / var(--tw-border-opacity)); border-right-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-x-eggshell-200\/0{ border-left-color: rgb(252 250 246 / 0); border-right-color: rgb(252 250 246 / 0); }
.border-x-eggshell-200\/10{ border-left-color: rgb(252 250 246 / 0.1); border-right-color: rgb(252 250 246 / 0.1); }
.border-x-eggshell-200\/100{ border-left-color: rgb(252 250 246 / 1); border-right-color: rgb(252 250 246 / 1); }
.border-x-eggshell-200\/20{ border-left-color: rgb(252 250 246 / 0.2); border-right-color: rgb(252 250 246 / 0.2); }
.border-x-eggshell-200\/25{ border-left-color: rgb(252 250 246 / 0.25); border-right-color: rgb(252 250 246 / 0.25); }
.border-x-eggshell-200\/30{ border-left-color: rgb(252 250 246 / 0.3); border-right-color: rgb(252 250 246 / 0.3); }
.border-x-eggshell-200\/40{ border-left-color: rgb(252 250 246 / 0.4); border-right-color: rgb(252 250 246 / 0.4); }
.border-x-eggshell-200\/5{ border-left-color: rgb(252 250 246 / 0.05); border-right-color: rgb(252 250 246 / 0.05); }
.border-x-eggshell-200\/50{ border-left-color: rgb(252 250 246 / 0.5); border-right-color: rgb(252 250 246 / 0.5); }
.border-x-eggshell-200\/60{ border-left-color: rgb(252 250 246 / 0.6); border-right-color: rgb(252 250 246 / 0.6); }
.border-x-eggshell-200\/70{ border-left-color: rgb(252 250 246 / 0.7); border-right-color: rgb(252 250 246 / 0.7); }
.border-x-eggshell-200\/75{ border-left-color: rgb(252 250 246 / 0.75); border-right-color: rgb(252 250 246 / 0.75); }
.border-x-eggshell-200\/80{ border-left-color: rgb(252 250 246 / 0.8); border-right-color: rgb(252 250 246 / 0.8); }
.border-x-eggshell-200\/90{ border-left-color: rgb(252 250 246 / 0.9); border-right-color: rgb(252 250 246 / 0.9); }
.border-x-eggshell-200\/95{ border-left-color: rgb(252 250 246 / 0.95); border-right-color: rgb(252 250 246 / 0.95); }
.border-x-eggshell-300{ --tw-border-opacity: 1; border-left-color: rgb(251 247 241 / var(--tw-border-opacity)); border-right-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-x-eggshell-300\/0{ border-left-color: rgb(251 247 241 / 0); border-right-color: rgb(251 247 241 / 0); }
.border-x-eggshell-300\/10{ border-left-color: rgb(251 247 241 / 0.1); border-right-color: rgb(251 247 241 / 0.1); }
.border-x-eggshell-300\/100{ border-left-color: rgb(251 247 241 / 1); border-right-color: rgb(251 247 241 / 1); }
.border-x-eggshell-300\/20{ border-left-color: rgb(251 247 241 / 0.2); border-right-color: rgb(251 247 241 / 0.2); }
.border-x-eggshell-300\/25{ border-left-color: rgb(251 247 241 / 0.25); border-right-color: rgb(251 247 241 / 0.25); }
.border-x-eggshell-300\/30{ border-left-color: rgb(251 247 241 / 0.3); border-right-color: rgb(251 247 241 / 0.3); }
.border-x-eggshell-300\/40{ border-left-color: rgb(251 247 241 / 0.4); border-right-color: rgb(251 247 241 / 0.4); }
.border-x-eggshell-300\/5{ border-left-color: rgb(251 247 241 / 0.05); border-right-color: rgb(251 247 241 / 0.05); }
.border-x-eggshell-300\/50{ border-left-color: rgb(251 247 241 / 0.5); border-right-color: rgb(251 247 241 / 0.5); }
.border-x-eggshell-300\/60{ border-left-color: rgb(251 247 241 / 0.6); border-right-color: rgb(251 247 241 / 0.6); }
.border-x-eggshell-300\/70{ border-left-color: rgb(251 247 241 / 0.7); border-right-color: rgb(251 247 241 / 0.7); }
.border-x-eggshell-300\/75{ border-left-color: rgb(251 247 241 / 0.75); border-right-color: rgb(251 247 241 / 0.75); }
.border-x-eggshell-300\/80{ border-left-color: rgb(251 247 241 / 0.8); border-right-color: rgb(251 247 241 / 0.8); }
.border-x-eggshell-300\/90{ border-left-color: rgb(251 247 241 / 0.9); border-right-color: rgb(251 247 241 / 0.9); }
.border-x-eggshell-300\/95{ border-left-color: rgb(251 247 241 / 0.95); border-right-color: rgb(251 247 241 / 0.95); }
.border-x-eggshell-400{ --tw-border-opacity: 1; border-left-color: rgb(249 245 236 / var(--tw-border-opacity)); border-right-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-x-eggshell-400\/0{ border-left-color: rgb(249 245 236 / 0); border-right-color: rgb(249 245 236 / 0); }
.border-x-eggshell-400\/10{ border-left-color: rgb(249 245 236 / 0.1); border-right-color: rgb(249 245 236 / 0.1); }
.border-x-eggshell-400\/100{ border-left-color: rgb(249 245 236 / 1); border-right-color: rgb(249 245 236 / 1); }
.border-x-eggshell-400\/20{ border-left-color: rgb(249 245 236 / 0.2); border-right-color: rgb(249 245 236 / 0.2); }
.border-x-eggshell-400\/25{ border-left-color: rgb(249 245 236 / 0.25); border-right-color: rgb(249 245 236 / 0.25); }
.border-x-eggshell-400\/30{ border-left-color: rgb(249 245 236 / 0.3); border-right-color: rgb(249 245 236 / 0.3); }
.border-x-eggshell-400\/40{ border-left-color: rgb(249 245 236 / 0.4); border-right-color: rgb(249 245 236 / 0.4); }
.border-x-eggshell-400\/5{ border-left-color: rgb(249 245 236 / 0.05); border-right-color: rgb(249 245 236 / 0.05); }
.border-x-eggshell-400\/50{ border-left-color: rgb(249 245 236 / 0.5); border-right-color: rgb(249 245 236 / 0.5); }
.border-x-eggshell-400\/60{ border-left-color: rgb(249 245 236 / 0.6); border-right-color: rgb(249 245 236 / 0.6); }
.border-x-eggshell-400\/70{ border-left-color: rgb(249 245 236 / 0.7); border-right-color: rgb(249 245 236 / 0.7); }
.border-x-eggshell-400\/75{ border-left-color: rgb(249 245 236 / 0.75); border-right-color: rgb(249 245 236 / 0.75); }
.border-x-eggshell-400\/80{ border-left-color: rgb(249 245 236 / 0.8); border-right-color: rgb(249 245 236 / 0.8); }
.border-x-eggshell-400\/90{ border-left-color: rgb(249 245 236 / 0.9); border-right-color: rgb(249 245 236 / 0.9); }
.border-x-eggshell-400\/95{ border-left-color: rgb(249 245 236 / 0.95); border-right-color: rgb(249 245 236 / 0.95); }
.border-x-eggshell-500{ --tw-border-opacity: 1; border-left-color: rgb(247 242 231 / var(--tw-border-opacity)); border-right-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-x-eggshell-500\/0{ border-left-color: rgb(247 242 231 / 0); border-right-color: rgb(247 242 231 / 0); }
.border-x-eggshell-500\/10{ border-left-color: rgb(247 242 231 / 0.1); border-right-color: rgb(247 242 231 / 0.1); }
.border-x-eggshell-500\/100{ border-left-color: rgb(247 242 231 / 1); border-right-color: rgb(247 242 231 / 1); }
.border-x-eggshell-500\/20{ border-left-color: rgb(247 242 231 / 0.2); border-right-color: rgb(247 242 231 / 0.2); }
.border-x-eggshell-500\/25{ border-left-color: rgb(247 242 231 / 0.25); border-right-color: rgb(247 242 231 / 0.25); }
.border-x-eggshell-500\/30{ border-left-color: rgb(247 242 231 / 0.3); border-right-color: rgb(247 242 231 / 0.3); }
.border-x-eggshell-500\/40{ border-left-color: rgb(247 242 231 / 0.4); border-right-color: rgb(247 242 231 / 0.4); }
.border-x-eggshell-500\/5{ border-left-color: rgb(247 242 231 / 0.05); border-right-color: rgb(247 242 231 / 0.05); }
.border-x-eggshell-500\/50{ border-left-color: rgb(247 242 231 / 0.5); border-right-color: rgb(247 242 231 / 0.5); }
.border-x-eggshell-500\/60{ border-left-color: rgb(247 242 231 / 0.6); border-right-color: rgb(247 242 231 / 0.6); }
.border-x-eggshell-500\/70{ border-left-color: rgb(247 242 231 / 0.7); border-right-color: rgb(247 242 231 / 0.7); }
.border-x-eggshell-500\/75{ border-left-color: rgb(247 242 231 / 0.75); border-right-color: rgb(247 242 231 / 0.75); }
.border-x-eggshell-500\/80{ border-left-color: rgb(247 242 231 / 0.8); border-right-color: rgb(247 242 231 / 0.8); }
.border-x-eggshell-500\/90{ border-left-color: rgb(247 242 231 / 0.9); border-right-color: rgb(247 242 231 / 0.9); }
.border-x-eggshell-500\/95{ border-left-color: rgb(247 242 231 / 0.95); border-right-color: rgb(247 242 231 / 0.95); }
.border-x-eggshell-600{ --tw-border-opacity: 1; border-left-color: rgb(246 239 227 / var(--tw-border-opacity)); border-right-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-x-eggshell-600\/0{ border-left-color: rgb(246 239 227 / 0); border-right-color: rgb(246 239 227 / 0); }
.border-x-eggshell-600\/10{ border-left-color: rgb(246 239 227 / 0.1); border-right-color: rgb(246 239 227 / 0.1); }
.border-x-eggshell-600\/100{ border-left-color: rgb(246 239 227 / 1); border-right-color: rgb(246 239 227 / 1); }
.border-x-eggshell-600\/20{ border-left-color: rgb(246 239 227 / 0.2); border-right-color: rgb(246 239 227 / 0.2); }
.border-x-eggshell-600\/25{ border-left-color: rgb(246 239 227 / 0.25); border-right-color: rgb(246 239 227 / 0.25); }
.border-x-eggshell-600\/30{ border-left-color: rgb(246 239 227 / 0.3); border-right-color: rgb(246 239 227 / 0.3); }
.border-x-eggshell-600\/40{ border-left-color: rgb(246 239 227 / 0.4); border-right-color: rgb(246 239 227 / 0.4); }
.border-x-eggshell-600\/5{ border-left-color: rgb(246 239 227 / 0.05); border-right-color: rgb(246 239 227 / 0.05); }
.border-x-eggshell-600\/50{ border-left-color: rgb(246 239 227 / 0.5); border-right-color: rgb(246 239 227 / 0.5); }
.border-x-eggshell-600\/60{ border-left-color: rgb(246 239 227 / 0.6); border-right-color: rgb(246 239 227 / 0.6); }
.border-x-eggshell-600\/70{ border-left-color: rgb(246 239 227 / 0.7); border-right-color: rgb(246 239 227 / 0.7); }
.border-x-eggshell-600\/75{ border-left-color: rgb(246 239 227 / 0.75); border-right-color: rgb(246 239 227 / 0.75); }
.border-x-eggshell-600\/80{ border-left-color: rgb(246 239 227 / 0.8); border-right-color: rgb(246 239 227 / 0.8); }
.border-x-eggshell-600\/90{ border-left-color: rgb(246 239 227 / 0.9); border-right-color: rgb(246 239 227 / 0.9); }
.border-x-eggshell-600\/95{ border-left-color: rgb(246 239 227 / 0.95); border-right-color: rgb(246 239 227 / 0.95); }
.border-x-eggshell-700{ --tw-border-opacity: 1; border-left-color: rgb(245 237 222 / var(--tw-border-opacity)); border-right-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-x-eggshell-700\/0{ border-left-color: rgb(245 237 222 / 0); border-right-color: rgb(245 237 222 / 0); }
.border-x-eggshell-700\/10{ border-left-color: rgb(245 237 222 / 0.1); border-right-color: rgb(245 237 222 / 0.1); }
.border-x-eggshell-700\/100{ border-left-color: rgb(245 237 222 / 1); border-right-color: rgb(245 237 222 / 1); }
.border-x-eggshell-700\/20{ border-left-color: rgb(245 237 222 / 0.2); border-right-color: rgb(245 237 222 / 0.2); }
.border-x-eggshell-700\/25{ border-left-color: rgb(245 237 222 / 0.25); border-right-color: rgb(245 237 222 / 0.25); }
.border-x-eggshell-700\/30{ border-left-color: rgb(245 237 222 / 0.3); border-right-color: rgb(245 237 222 / 0.3); }
.border-x-eggshell-700\/40{ border-left-color: rgb(245 237 222 / 0.4); border-right-color: rgb(245 237 222 / 0.4); }
.border-x-eggshell-700\/5{ border-left-color: rgb(245 237 222 / 0.05); border-right-color: rgb(245 237 222 / 0.05); }
.border-x-eggshell-700\/50{ border-left-color: rgb(245 237 222 / 0.5); border-right-color: rgb(245 237 222 / 0.5); }
.border-x-eggshell-700\/60{ border-left-color: rgb(245 237 222 / 0.6); border-right-color: rgb(245 237 222 / 0.6); }
.border-x-eggshell-700\/70{ border-left-color: rgb(245 237 222 / 0.7); border-right-color: rgb(245 237 222 / 0.7); }
.border-x-eggshell-700\/75{ border-left-color: rgb(245 237 222 / 0.75); border-right-color: rgb(245 237 222 / 0.75); }
.border-x-eggshell-700\/80{ border-left-color: rgb(245 237 222 / 0.8); border-right-color: rgb(245 237 222 / 0.8); }
.border-x-eggshell-700\/90{ border-left-color: rgb(245 237 222 / 0.9); border-right-color: rgb(245 237 222 / 0.9); }
.border-x-eggshell-700\/95{ border-left-color: rgb(245 237 222 / 0.95); border-right-color: rgb(245 237 222 / 0.95); }
.border-x-eggshell-800{ --tw-border-opacity: 1; border-left-color: rgb(243 234 217 / var(--tw-border-opacity)); border-right-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-x-eggshell-800\/0{ border-left-color: rgb(243 234 217 / 0); border-right-color: rgb(243 234 217 / 0); }
.border-x-eggshell-800\/10{ border-left-color: rgb(243 234 217 / 0.1); border-right-color: rgb(243 234 217 / 0.1); }
.border-x-eggshell-800\/100{ border-left-color: rgb(243 234 217 / 1); border-right-color: rgb(243 234 217 / 1); }
.border-x-eggshell-800\/20{ border-left-color: rgb(243 234 217 / 0.2); border-right-color: rgb(243 234 217 / 0.2); }
.border-x-eggshell-800\/25{ border-left-color: rgb(243 234 217 / 0.25); border-right-color: rgb(243 234 217 / 0.25); }
.border-x-eggshell-800\/30{ border-left-color: rgb(243 234 217 / 0.3); border-right-color: rgb(243 234 217 / 0.3); }
.border-x-eggshell-800\/40{ border-left-color: rgb(243 234 217 / 0.4); border-right-color: rgb(243 234 217 / 0.4); }
.border-x-eggshell-800\/5{ border-left-color: rgb(243 234 217 / 0.05); border-right-color: rgb(243 234 217 / 0.05); }
.border-x-eggshell-800\/50{ border-left-color: rgb(243 234 217 / 0.5); border-right-color: rgb(243 234 217 / 0.5); }
.border-x-eggshell-800\/60{ border-left-color: rgb(243 234 217 / 0.6); border-right-color: rgb(243 234 217 / 0.6); }
.border-x-eggshell-800\/70{ border-left-color: rgb(243 234 217 / 0.7); border-right-color: rgb(243 234 217 / 0.7); }
.border-x-eggshell-800\/75{ border-left-color: rgb(243 234 217 / 0.75); border-right-color: rgb(243 234 217 / 0.75); }
.border-x-eggshell-800\/80{ border-left-color: rgb(243 234 217 / 0.8); border-right-color: rgb(243 234 217 / 0.8); }
.border-x-eggshell-800\/90{ border-left-color: rgb(243 234 217 / 0.9); border-right-color: rgb(243 234 217 / 0.9); }
.border-x-eggshell-800\/95{ border-left-color: rgb(243 234 217 / 0.95); border-right-color: rgb(243 234 217 / 0.95); }
.border-x-eggshell-900{ --tw-border-opacity: 1; border-left-color: rgb(242 232 213 / var(--tw-border-opacity)); border-right-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-x-eggshell-900\/0{ border-left-color: rgb(242 232 213 / 0); border-right-color: rgb(242 232 213 / 0); }
.border-x-eggshell-900\/10{ border-left-color: rgb(242 232 213 / 0.1); border-right-color: rgb(242 232 213 / 0.1); }
.border-x-eggshell-900\/100{ border-left-color: rgb(242 232 213 / 1); border-right-color: rgb(242 232 213 / 1); }
.border-x-eggshell-900\/20{ border-left-color: rgb(242 232 213 / 0.2); border-right-color: rgb(242 232 213 / 0.2); }
.border-x-eggshell-900\/25{ border-left-color: rgb(242 232 213 / 0.25); border-right-color: rgb(242 232 213 / 0.25); }
.border-x-eggshell-900\/30{ border-left-color: rgb(242 232 213 / 0.3); border-right-color: rgb(242 232 213 / 0.3); }
.border-x-eggshell-900\/40{ border-left-color: rgb(242 232 213 / 0.4); border-right-color: rgb(242 232 213 / 0.4); }
.border-x-eggshell-900\/5{ border-left-color: rgb(242 232 213 / 0.05); border-right-color: rgb(242 232 213 / 0.05); }
.border-x-eggshell-900\/50{ border-left-color: rgb(242 232 213 / 0.5); border-right-color: rgb(242 232 213 / 0.5); }
.border-x-eggshell-900\/60{ border-left-color: rgb(242 232 213 / 0.6); border-right-color: rgb(242 232 213 / 0.6); }
.border-x-eggshell-900\/70{ border-left-color: rgb(242 232 213 / 0.7); border-right-color: rgb(242 232 213 / 0.7); }
.border-x-eggshell-900\/75{ border-left-color: rgb(242 232 213 / 0.75); border-right-color: rgb(242 232 213 / 0.75); }
.border-x-eggshell-900\/80{ border-left-color: rgb(242 232 213 / 0.8); border-right-color: rgb(242 232 213 / 0.8); }
.border-x-eggshell-900\/90{ border-left-color: rgb(242 232 213 / 0.9); border-right-color: rgb(242 232 213 / 0.9); }
.border-x-eggshell-900\/95{ border-left-color: rgb(242 232 213 / 0.95); border-right-color: rgb(242 232 213 / 0.95); }
.border-x-eggshell\/0{ border-left-color: rgb(240 229 208 / 0); border-right-color: rgb(240 229 208 / 0); }
.border-x-eggshell\/10{ border-left-color: rgb(240 229 208 / 0.1); border-right-color: rgb(240 229 208 / 0.1); }
.border-x-eggshell\/100{ border-left-color: rgb(240 229 208 / 1); border-right-color: rgb(240 229 208 / 1); }
.border-x-eggshell\/20{ border-left-color: rgb(240 229 208 / 0.2); border-right-color: rgb(240 229 208 / 0.2); }
.border-x-eggshell\/25{ border-left-color: rgb(240 229 208 / 0.25); border-right-color: rgb(240 229 208 / 0.25); }
.border-x-eggshell\/30{ border-left-color: rgb(240 229 208 / 0.3); border-right-color: rgb(240 229 208 / 0.3); }
.border-x-eggshell\/40{ border-left-color: rgb(240 229 208 / 0.4); border-right-color: rgb(240 229 208 / 0.4); }
.border-x-eggshell\/5{ border-left-color: rgb(240 229 208 / 0.05); border-right-color: rgb(240 229 208 / 0.05); }
.border-x-eggshell\/50{ border-left-color: rgb(240 229 208 / 0.5); border-right-color: rgb(240 229 208 / 0.5); }
.border-x-eggshell\/60{ border-left-color: rgb(240 229 208 / 0.6); border-right-color: rgb(240 229 208 / 0.6); }
.border-x-eggshell\/70{ border-left-color: rgb(240 229 208 / 0.7); border-right-color: rgb(240 229 208 / 0.7); }
.border-x-eggshell\/75{ border-left-color: rgb(240 229 208 / 0.75); border-right-color: rgb(240 229 208 / 0.75); }
.border-x-eggshell\/80{ border-left-color: rgb(240 229 208 / 0.8); border-right-color: rgb(240 229 208 / 0.8); }
.border-x-eggshell\/90{ border-left-color: rgb(240 229 208 / 0.9); border-right-color: rgb(240 229 208 / 0.9); }
.border-x-eggshell\/95{ border-left-color: rgb(240 229 208 / 0.95); border-right-color: rgb(240 229 208 / 0.95); }
.border-x-emerald-100{ --tw-border-opacity: 1; border-left-color: rgb(209 250 229 / var(--tw-border-opacity)); border-right-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-x-emerald-100\/0{ border-left-color: rgb(209 250 229 / 0); border-right-color: rgb(209 250 229 / 0); }
.border-x-emerald-100\/10{ border-left-color: rgb(209 250 229 / 0.1); border-right-color: rgb(209 250 229 / 0.1); }
.border-x-emerald-100\/100{ border-left-color: rgb(209 250 229 / 1); border-right-color: rgb(209 250 229 / 1); }
.border-x-emerald-100\/20{ border-left-color: rgb(209 250 229 / 0.2); border-right-color: rgb(209 250 229 / 0.2); }
.border-x-emerald-100\/25{ border-left-color: rgb(209 250 229 / 0.25); border-right-color: rgb(209 250 229 / 0.25); }
.border-x-emerald-100\/30{ border-left-color: rgb(209 250 229 / 0.3); border-right-color: rgb(209 250 229 / 0.3); }
.border-x-emerald-100\/40{ border-left-color: rgb(209 250 229 / 0.4); border-right-color: rgb(209 250 229 / 0.4); }
.border-x-emerald-100\/5{ border-left-color: rgb(209 250 229 / 0.05); border-right-color: rgb(209 250 229 / 0.05); }
.border-x-emerald-100\/50{ border-left-color: rgb(209 250 229 / 0.5); border-right-color: rgb(209 250 229 / 0.5); }
.border-x-emerald-100\/60{ border-left-color: rgb(209 250 229 / 0.6); border-right-color: rgb(209 250 229 / 0.6); }
.border-x-emerald-100\/70{ border-left-color: rgb(209 250 229 / 0.7); border-right-color: rgb(209 250 229 / 0.7); }
.border-x-emerald-100\/75{ border-left-color: rgb(209 250 229 / 0.75); border-right-color: rgb(209 250 229 / 0.75); }
.border-x-emerald-100\/80{ border-left-color: rgb(209 250 229 / 0.8); border-right-color: rgb(209 250 229 / 0.8); }
.border-x-emerald-100\/90{ border-left-color: rgb(209 250 229 / 0.9); border-right-color: rgb(209 250 229 / 0.9); }
.border-x-emerald-100\/95{ border-left-color: rgb(209 250 229 / 0.95); border-right-color: rgb(209 250 229 / 0.95); }
.border-x-emerald-200{ --tw-border-opacity: 1; border-left-color: rgb(167 243 208 / var(--tw-border-opacity)); border-right-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-x-emerald-200\/0{ border-left-color: rgb(167 243 208 / 0); border-right-color: rgb(167 243 208 / 0); }
.border-x-emerald-200\/10{ border-left-color: rgb(167 243 208 / 0.1); border-right-color: rgb(167 243 208 / 0.1); }
.border-x-emerald-200\/100{ border-left-color: rgb(167 243 208 / 1); border-right-color: rgb(167 243 208 / 1); }
.border-x-emerald-200\/20{ border-left-color: rgb(167 243 208 / 0.2); border-right-color: rgb(167 243 208 / 0.2); }
.border-x-emerald-200\/25{ border-left-color: rgb(167 243 208 / 0.25); border-right-color: rgb(167 243 208 / 0.25); }
.border-x-emerald-200\/30{ border-left-color: rgb(167 243 208 / 0.3); border-right-color: rgb(167 243 208 / 0.3); }
.border-x-emerald-200\/40{ border-left-color: rgb(167 243 208 / 0.4); border-right-color: rgb(167 243 208 / 0.4); }
.border-x-emerald-200\/5{ border-left-color: rgb(167 243 208 / 0.05); border-right-color: rgb(167 243 208 / 0.05); }
.border-x-emerald-200\/50{ border-left-color: rgb(167 243 208 / 0.5); border-right-color: rgb(167 243 208 / 0.5); }
.border-x-emerald-200\/60{ border-left-color: rgb(167 243 208 / 0.6); border-right-color: rgb(167 243 208 / 0.6); }
.border-x-emerald-200\/70{ border-left-color: rgb(167 243 208 / 0.7); border-right-color: rgb(167 243 208 / 0.7); }
.border-x-emerald-200\/75{ border-left-color: rgb(167 243 208 / 0.75); border-right-color: rgb(167 243 208 / 0.75); }
.border-x-emerald-200\/80{ border-left-color: rgb(167 243 208 / 0.8); border-right-color: rgb(167 243 208 / 0.8); }
.border-x-emerald-200\/90{ border-left-color: rgb(167 243 208 / 0.9); border-right-color: rgb(167 243 208 / 0.9); }
.border-x-emerald-200\/95{ border-left-color: rgb(167 243 208 / 0.95); border-right-color: rgb(167 243 208 / 0.95); }
.border-x-emerald-300{ --tw-border-opacity: 1; border-left-color: rgb(110 231 183 / var(--tw-border-opacity)); border-right-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-x-emerald-300\/0{ border-left-color: rgb(110 231 183 / 0); border-right-color: rgb(110 231 183 / 0); }
.border-x-emerald-300\/10{ border-left-color: rgb(110 231 183 / 0.1); border-right-color: rgb(110 231 183 / 0.1); }
.border-x-emerald-300\/100{ border-left-color: rgb(110 231 183 / 1); border-right-color: rgb(110 231 183 / 1); }
.border-x-emerald-300\/20{ border-left-color: rgb(110 231 183 / 0.2); border-right-color: rgb(110 231 183 / 0.2); }
.border-x-emerald-300\/25{ border-left-color: rgb(110 231 183 / 0.25); border-right-color: rgb(110 231 183 / 0.25); }
.border-x-emerald-300\/30{ border-left-color: rgb(110 231 183 / 0.3); border-right-color: rgb(110 231 183 / 0.3); }
.border-x-emerald-300\/40{ border-left-color: rgb(110 231 183 / 0.4); border-right-color: rgb(110 231 183 / 0.4); }
.border-x-emerald-300\/5{ border-left-color: rgb(110 231 183 / 0.05); border-right-color: rgb(110 231 183 / 0.05); }
.border-x-emerald-300\/50{ border-left-color: rgb(110 231 183 / 0.5); border-right-color: rgb(110 231 183 / 0.5); }
.border-x-emerald-300\/60{ border-left-color: rgb(110 231 183 / 0.6); border-right-color: rgb(110 231 183 / 0.6); }
.border-x-emerald-300\/70{ border-left-color: rgb(110 231 183 / 0.7); border-right-color: rgb(110 231 183 / 0.7); }
.border-x-emerald-300\/75{ border-left-color: rgb(110 231 183 / 0.75); border-right-color: rgb(110 231 183 / 0.75); }
.border-x-emerald-300\/80{ border-left-color: rgb(110 231 183 / 0.8); border-right-color: rgb(110 231 183 / 0.8); }
.border-x-emerald-300\/90{ border-left-color: rgb(110 231 183 / 0.9); border-right-color: rgb(110 231 183 / 0.9); }
.border-x-emerald-300\/95{ border-left-color: rgb(110 231 183 / 0.95); border-right-color: rgb(110 231 183 / 0.95); }
.border-x-emerald-400{ --tw-border-opacity: 1; border-left-color: rgb(52 211 153 / var(--tw-border-opacity)); border-right-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-x-emerald-400\/0{ border-left-color: rgb(52 211 153 / 0); border-right-color: rgb(52 211 153 / 0); }
.border-x-emerald-400\/10{ border-left-color: rgb(52 211 153 / 0.1); border-right-color: rgb(52 211 153 / 0.1); }
.border-x-emerald-400\/100{ border-left-color: rgb(52 211 153 / 1); border-right-color: rgb(52 211 153 / 1); }
.border-x-emerald-400\/20{ border-left-color: rgb(52 211 153 / 0.2); border-right-color: rgb(52 211 153 / 0.2); }
.border-x-emerald-400\/25{ border-left-color: rgb(52 211 153 / 0.25); border-right-color: rgb(52 211 153 / 0.25); }
.border-x-emerald-400\/30{ border-left-color: rgb(52 211 153 / 0.3); border-right-color: rgb(52 211 153 / 0.3); }
.border-x-emerald-400\/40{ border-left-color: rgb(52 211 153 / 0.4); border-right-color: rgb(52 211 153 / 0.4); }
.border-x-emerald-400\/5{ border-left-color: rgb(52 211 153 / 0.05); border-right-color: rgb(52 211 153 / 0.05); }
.border-x-emerald-400\/50{ border-left-color: rgb(52 211 153 / 0.5); border-right-color: rgb(52 211 153 / 0.5); }
.border-x-emerald-400\/60{ border-left-color: rgb(52 211 153 / 0.6); border-right-color: rgb(52 211 153 / 0.6); }
.border-x-emerald-400\/70{ border-left-color: rgb(52 211 153 / 0.7); border-right-color: rgb(52 211 153 / 0.7); }
.border-x-emerald-400\/75{ border-left-color: rgb(52 211 153 / 0.75); border-right-color: rgb(52 211 153 / 0.75); }
.border-x-emerald-400\/80{ border-left-color: rgb(52 211 153 / 0.8); border-right-color: rgb(52 211 153 / 0.8); }
.border-x-emerald-400\/90{ border-left-color: rgb(52 211 153 / 0.9); border-right-color: rgb(52 211 153 / 0.9); }
.border-x-emerald-400\/95{ border-left-color: rgb(52 211 153 / 0.95); border-right-color: rgb(52 211 153 / 0.95); }
.border-x-emerald-50{ --tw-border-opacity: 1; border-left-color: rgb(236 253 245 / var(--tw-border-opacity)); border-right-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-x-emerald-50\/0{ border-left-color: rgb(236 253 245 / 0); border-right-color: rgb(236 253 245 / 0); }
.border-x-emerald-50\/10{ border-left-color: rgb(236 253 245 / 0.1); border-right-color: rgb(236 253 245 / 0.1); }
.border-x-emerald-50\/100{ border-left-color: rgb(236 253 245 / 1); border-right-color: rgb(236 253 245 / 1); }
.border-x-emerald-50\/20{ border-left-color: rgb(236 253 245 / 0.2); border-right-color: rgb(236 253 245 / 0.2); }
.border-x-emerald-50\/25{ border-left-color: rgb(236 253 245 / 0.25); border-right-color: rgb(236 253 245 / 0.25); }
.border-x-emerald-50\/30{ border-left-color: rgb(236 253 245 / 0.3); border-right-color: rgb(236 253 245 / 0.3); }
.border-x-emerald-50\/40{ border-left-color: rgb(236 253 245 / 0.4); border-right-color: rgb(236 253 245 / 0.4); }
.border-x-emerald-50\/5{ border-left-color: rgb(236 253 245 / 0.05); border-right-color: rgb(236 253 245 / 0.05); }
.border-x-emerald-50\/50{ border-left-color: rgb(236 253 245 / 0.5); border-right-color: rgb(236 253 245 / 0.5); }
.border-x-emerald-50\/60{ border-left-color: rgb(236 253 245 / 0.6); border-right-color: rgb(236 253 245 / 0.6); }
.border-x-emerald-50\/70{ border-left-color: rgb(236 253 245 / 0.7); border-right-color: rgb(236 253 245 / 0.7); }
.border-x-emerald-50\/75{ border-left-color: rgb(236 253 245 / 0.75); border-right-color: rgb(236 253 245 / 0.75); }
.border-x-emerald-50\/80{ border-left-color: rgb(236 253 245 / 0.8); border-right-color: rgb(236 253 245 / 0.8); }
.border-x-emerald-50\/90{ border-left-color: rgb(236 253 245 / 0.9); border-right-color: rgb(236 253 245 / 0.9); }
.border-x-emerald-50\/95{ border-left-color: rgb(236 253 245 / 0.95); border-right-color: rgb(236 253 245 / 0.95); }
.border-x-emerald-500{ --tw-border-opacity: 1; border-left-color: rgb(16 185 129 / var(--tw-border-opacity)); border-right-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-x-emerald-500\/0{ border-left-color: rgb(16 185 129 / 0); border-right-color: rgb(16 185 129 / 0); }
.border-x-emerald-500\/10{ border-left-color: rgb(16 185 129 / 0.1); border-right-color: rgb(16 185 129 / 0.1); }
.border-x-emerald-500\/100{ border-left-color: rgb(16 185 129 / 1); border-right-color: rgb(16 185 129 / 1); }
.border-x-emerald-500\/20{ border-left-color: rgb(16 185 129 / 0.2); border-right-color: rgb(16 185 129 / 0.2); }
.border-x-emerald-500\/25{ border-left-color: rgb(16 185 129 / 0.25); border-right-color: rgb(16 185 129 / 0.25); }
.border-x-emerald-500\/30{ border-left-color: rgb(16 185 129 / 0.3); border-right-color: rgb(16 185 129 / 0.3); }
.border-x-emerald-500\/40{ border-left-color: rgb(16 185 129 / 0.4); border-right-color: rgb(16 185 129 / 0.4); }
.border-x-emerald-500\/5{ border-left-color: rgb(16 185 129 / 0.05); border-right-color: rgb(16 185 129 / 0.05); }
.border-x-emerald-500\/50{ border-left-color: rgb(16 185 129 / 0.5); border-right-color: rgb(16 185 129 / 0.5); }
.border-x-emerald-500\/60{ border-left-color: rgb(16 185 129 / 0.6); border-right-color: rgb(16 185 129 / 0.6); }
.border-x-emerald-500\/70{ border-left-color: rgb(16 185 129 / 0.7); border-right-color: rgb(16 185 129 / 0.7); }
.border-x-emerald-500\/75{ border-left-color: rgb(16 185 129 / 0.75); border-right-color: rgb(16 185 129 / 0.75); }
.border-x-emerald-500\/80{ border-left-color: rgb(16 185 129 / 0.8); border-right-color: rgb(16 185 129 / 0.8); }
.border-x-emerald-500\/90{ border-left-color: rgb(16 185 129 / 0.9); border-right-color: rgb(16 185 129 / 0.9); }
.border-x-emerald-500\/95{ border-left-color: rgb(16 185 129 / 0.95); border-right-color: rgb(16 185 129 / 0.95); }
.border-x-emerald-600{ --tw-border-opacity: 1; border-left-color: rgb(5 150 105 / var(--tw-border-opacity)); border-right-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-x-emerald-600\/0{ border-left-color: rgb(5 150 105 / 0); border-right-color: rgb(5 150 105 / 0); }
.border-x-emerald-600\/10{ border-left-color: rgb(5 150 105 / 0.1); border-right-color: rgb(5 150 105 / 0.1); }
.border-x-emerald-600\/100{ border-left-color: rgb(5 150 105 / 1); border-right-color: rgb(5 150 105 / 1); }
.border-x-emerald-600\/20{ border-left-color: rgb(5 150 105 / 0.2); border-right-color: rgb(5 150 105 / 0.2); }
.border-x-emerald-600\/25{ border-left-color: rgb(5 150 105 / 0.25); border-right-color: rgb(5 150 105 / 0.25); }
.border-x-emerald-600\/30{ border-left-color: rgb(5 150 105 / 0.3); border-right-color: rgb(5 150 105 / 0.3); }
.border-x-emerald-600\/40{ border-left-color: rgb(5 150 105 / 0.4); border-right-color: rgb(5 150 105 / 0.4); }
.border-x-emerald-600\/5{ border-left-color: rgb(5 150 105 / 0.05); border-right-color: rgb(5 150 105 / 0.05); }
.border-x-emerald-600\/50{ border-left-color: rgb(5 150 105 / 0.5); border-right-color: rgb(5 150 105 / 0.5); }
.border-x-emerald-600\/60{ border-left-color: rgb(5 150 105 / 0.6); border-right-color: rgb(5 150 105 / 0.6); }
.border-x-emerald-600\/70{ border-left-color: rgb(5 150 105 / 0.7); border-right-color: rgb(5 150 105 / 0.7); }
.border-x-emerald-600\/75{ border-left-color: rgb(5 150 105 / 0.75); border-right-color: rgb(5 150 105 / 0.75); }
.border-x-emerald-600\/80{ border-left-color: rgb(5 150 105 / 0.8); border-right-color: rgb(5 150 105 / 0.8); }
.border-x-emerald-600\/90{ border-left-color: rgb(5 150 105 / 0.9); border-right-color: rgb(5 150 105 / 0.9); }
.border-x-emerald-600\/95{ border-left-color: rgb(5 150 105 / 0.95); border-right-color: rgb(5 150 105 / 0.95); }
.border-x-emerald-700{ --tw-border-opacity: 1; border-left-color: rgb(4 120 87 / var(--tw-border-opacity)); border-right-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-x-emerald-700\/0{ border-left-color: rgb(4 120 87 / 0); border-right-color: rgb(4 120 87 / 0); }
.border-x-emerald-700\/10{ border-left-color: rgb(4 120 87 / 0.1); border-right-color: rgb(4 120 87 / 0.1); }
.border-x-emerald-700\/100{ border-left-color: rgb(4 120 87 / 1); border-right-color: rgb(4 120 87 / 1); }
.border-x-emerald-700\/20{ border-left-color: rgb(4 120 87 / 0.2); border-right-color: rgb(4 120 87 / 0.2); }
.border-x-emerald-700\/25{ border-left-color: rgb(4 120 87 / 0.25); border-right-color: rgb(4 120 87 / 0.25); }
.border-x-emerald-700\/30{ border-left-color: rgb(4 120 87 / 0.3); border-right-color: rgb(4 120 87 / 0.3); }
.border-x-emerald-700\/40{ border-left-color: rgb(4 120 87 / 0.4); border-right-color: rgb(4 120 87 / 0.4); }
.border-x-emerald-700\/5{ border-left-color: rgb(4 120 87 / 0.05); border-right-color: rgb(4 120 87 / 0.05); }
.border-x-emerald-700\/50{ border-left-color: rgb(4 120 87 / 0.5); border-right-color: rgb(4 120 87 / 0.5); }
.border-x-emerald-700\/60{ border-left-color: rgb(4 120 87 / 0.6); border-right-color: rgb(4 120 87 / 0.6); }
.border-x-emerald-700\/70{ border-left-color: rgb(4 120 87 / 0.7); border-right-color: rgb(4 120 87 / 0.7); }
.border-x-emerald-700\/75{ border-left-color: rgb(4 120 87 / 0.75); border-right-color: rgb(4 120 87 / 0.75); }
.border-x-emerald-700\/80{ border-left-color: rgb(4 120 87 / 0.8); border-right-color: rgb(4 120 87 / 0.8); }
.border-x-emerald-700\/90{ border-left-color: rgb(4 120 87 / 0.9); border-right-color: rgb(4 120 87 / 0.9); }
.border-x-emerald-700\/95{ border-left-color: rgb(4 120 87 / 0.95); border-right-color: rgb(4 120 87 / 0.95); }
.border-x-emerald-800{ --tw-border-opacity: 1; border-left-color: rgb(6 95 70 / var(--tw-border-opacity)); border-right-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-x-emerald-800\/0{ border-left-color: rgb(6 95 70 / 0); border-right-color: rgb(6 95 70 / 0); }
.border-x-emerald-800\/10{ border-left-color: rgb(6 95 70 / 0.1); border-right-color: rgb(6 95 70 / 0.1); }
.border-x-emerald-800\/100{ border-left-color: rgb(6 95 70 / 1); border-right-color: rgb(6 95 70 / 1); }
.border-x-emerald-800\/20{ border-left-color: rgb(6 95 70 / 0.2); border-right-color: rgb(6 95 70 / 0.2); }
.border-x-emerald-800\/25{ border-left-color: rgb(6 95 70 / 0.25); border-right-color: rgb(6 95 70 / 0.25); }
.border-x-emerald-800\/30{ border-left-color: rgb(6 95 70 / 0.3); border-right-color: rgb(6 95 70 / 0.3); }
.border-x-emerald-800\/40{ border-left-color: rgb(6 95 70 / 0.4); border-right-color: rgb(6 95 70 / 0.4); }
.border-x-emerald-800\/5{ border-left-color: rgb(6 95 70 / 0.05); border-right-color: rgb(6 95 70 / 0.05); }
.border-x-emerald-800\/50{ border-left-color: rgb(6 95 70 / 0.5); border-right-color: rgb(6 95 70 / 0.5); }
.border-x-emerald-800\/60{ border-left-color: rgb(6 95 70 / 0.6); border-right-color: rgb(6 95 70 / 0.6); }
.border-x-emerald-800\/70{ border-left-color: rgb(6 95 70 / 0.7); border-right-color: rgb(6 95 70 / 0.7); }
.border-x-emerald-800\/75{ border-left-color: rgb(6 95 70 / 0.75); border-right-color: rgb(6 95 70 / 0.75); }
.border-x-emerald-800\/80{ border-left-color: rgb(6 95 70 / 0.8); border-right-color: rgb(6 95 70 / 0.8); }
.border-x-emerald-800\/90{ border-left-color: rgb(6 95 70 / 0.9); border-right-color: rgb(6 95 70 / 0.9); }
.border-x-emerald-800\/95{ border-left-color: rgb(6 95 70 / 0.95); border-right-color: rgb(6 95 70 / 0.95); }
.border-x-emerald-900{ --tw-border-opacity: 1; border-left-color: rgb(6 78 59 / var(--tw-border-opacity)); border-right-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-x-emerald-900\/0{ border-left-color: rgb(6 78 59 / 0); border-right-color: rgb(6 78 59 / 0); }
.border-x-emerald-900\/10{ border-left-color: rgb(6 78 59 / 0.1); border-right-color: rgb(6 78 59 / 0.1); }
.border-x-emerald-900\/100{ border-left-color: rgb(6 78 59 / 1); border-right-color: rgb(6 78 59 / 1); }
.border-x-emerald-900\/20{ border-left-color: rgb(6 78 59 / 0.2); border-right-color: rgb(6 78 59 / 0.2); }
.border-x-emerald-900\/25{ border-left-color: rgb(6 78 59 / 0.25); border-right-color: rgb(6 78 59 / 0.25); }
.border-x-emerald-900\/30{ border-left-color: rgb(6 78 59 / 0.3); border-right-color: rgb(6 78 59 / 0.3); }
.border-x-emerald-900\/40{ border-left-color: rgb(6 78 59 / 0.4); border-right-color: rgb(6 78 59 / 0.4); }
.border-x-emerald-900\/5{ border-left-color: rgb(6 78 59 / 0.05); border-right-color: rgb(6 78 59 / 0.05); }
.border-x-emerald-900\/50{ border-left-color: rgb(6 78 59 / 0.5); border-right-color: rgb(6 78 59 / 0.5); }
.border-x-emerald-900\/60{ border-left-color: rgb(6 78 59 / 0.6); border-right-color: rgb(6 78 59 / 0.6); }
.border-x-emerald-900\/70{ border-left-color: rgb(6 78 59 / 0.7); border-right-color: rgb(6 78 59 / 0.7); }
.border-x-emerald-900\/75{ border-left-color: rgb(6 78 59 / 0.75); border-right-color: rgb(6 78 59 / 0.75); }
.border-x-emerald-900\/80{ border-left-color: rgb(6 78 59 / 0.8); border-right-color: rgb(6 78 59 / 0.8); }
.border-x-emerald-900\/90{ border-left-color: rgb(6 78 59 / 0.9); border-right-color: rgb(6 78 59 / 0.9); }
.border-x-emerald-900\/95{ border-left-color: rgb(6 78 59 / 0.95); border-right-color: rgb(6 78 59 / 0.95); }
.border-x-emerald-950{ --tw-border-opacity: 1; border-left-color: rgb(2 44 34 / var(--tw-border-opacity)); border-right-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-x-emerald-950\/0{ border-left-color: rgb(2 44 34 / 0); border-right-color: rgb(2 44 34 / 0); }
.border-x-emerald-950\/10{ border-left-color: rgb(2 44 34 / 0.1); border-right-color: rgb(2 44 34 / 0.1); }
.border-x-emerald-950\/100{ border-left-color: rgb(2 44 34 / 1); border-right-color: rgb(2 44 34 / 1); }
.border-x-emerald-950\/20{ border-left-color: rgb(2 44 34 / 0.2); border-right-color: rgb(2 44 34 / 0.2); }
.border-x-emerald-950\/25{ border-left-color: rgb(2 44 34 / 0.25); border-right-color: rgb(2 44 34 / 0.25); }
.border-x-emerald-950\/30{ border-left-color: rgb(2 44 34 / 0.3); border-right-color: rgb(2 44 34 / 0.3); }
.border-x-emerald-950\/40{ border-left-color: rgb(2 44 34 / 0.4); border-right-color: rgb(2 44 34 / 0.4); }
.border-x-emerald-950\/5{ border-left-color: rgb(2 44 34 / 0.05); border-right-color: rgb(2 44 34 / 0.05); }
.border-x-emerald-950\/50{ border-left-color: rgb(2 44 34 / 0.5); border-right-color: rgb(2 44 34 / 0.5); }
.border-x-emerald-950\/60{ border-left-color: rgb(2 44 34 / 0.6); border-right-color: rgb(2 44 34 / 0.6); }
.border-x-emerald-950\/70{ border-left-color: rgb(2 44 34 / 0.7); border-right-color: rgb(2 44 34 / 0.7); }
.border-x-emerald-950\/75{ border-left-color: rgb(2 44 34 / 0.75); border-right-color: rgb(2 44 34 / 0.75); }
.border-x-emerald-950\/80{ border-left-color: rgb(2 44 34 / 0.8); border-right-color: rgb(2 44 34 / 0.8); }
.border-x-emerald-950\/90{ border-left-color: rgb(2 44 34 / 0.9); border-right-color: rgb(2 44 34 / 0.9); }
.border-x-emerald-950\/95{ border-left-color: rgb(2 44 34 / 0.95); border-right-color: rgb(2 44 34 / 0.95); }
.border-x-fuchsia-100{ --tw-border-opacity: 1; border-left-color: rgb(250 232 255 / var(--tw-border-opacity)); border-right-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-x-fuchsia-100\/0{ border-left-color: rgb(250 232 255 / 0); border-right-color: rgb(250 232 255 / 0); }
.border-x-fuchsia-100\/10{ border-left-color: rgb(250 232 255 / 0.1); border-right-color: rgb(250 232 255 / 0.1); }
.border-x-fuchsia-100\/100{ border-left-color: rgb(250 232 255 / 1); border-right-color: rgb(250 232 255 / 1); }
.border-x-fuchsia-100\/20{ border-left-color: rgb(250 232 255 / 0.2); border-right-color: rgb(250 232 255 / 0.2); }
.border-x-fuchsia-100\/25{ border-left-color: rgb(250 232 255 / 0.25); border-right-color: rgb(250 232 255 / 0.25); }
.border-x-fuchsia-100\/30{ border-left-color: rgb(250 232 255 / 0.3); border-right-color: rgb(250 232 255 / 0.3); }
.border-x-fuchsia-100\/40{ border-left-color: rgb(250 232 255 / 0.4); border-right-color: rgb(250 232 255 / 0.4); }
.border-x-fuchsia-100\/5{ border-left-color: rgb(250 232 255 / 0.05); border-right-color: rgb(250 232 255 / 0.05); }
.border-x-fuchsia-100\/50{ border-left-color: rgb(250 232 255 / 0.5); border-right-color: rgb(250 232 255 / 0.5); }
.border-x-fuchsia-100\/60{ border-left-color: rgb(250 232 255 / 0.6); border-right-color: rgb(250 232 255 / 0.6); }
.border-x-fuchsia-100\/70{ border-left-color: rgb(250 232 255 / 0.7); border-right-color: rgb(250 232 255 / 0.7); }
.border-x-fuchsia-100\/75{ border-left-color: rgb(250 232 255 / 0.75); border-right-color: rgb(250 232 255 / 0.75); }
.border-x-fuchsia-100\/80{ border-left-color: rgb(250 232 255 / 0.8); border-right-color: rgb(250 232 255 / 0.8); }
.border-x-fuchsia-100\/90{ border-left-color: rgb(250 232 255 / 0.9); border-right-color: rgb(250 232 255 / 0.9); }
.border-x-fuchsia-100\/95{ border-left-color: rgb(250 232 255 / 0.95); border-right-color: rgb(250 232 255 / 0.95); }
.border-x-fuchsia-200{ --tw-border-opacity: 1; border-left-color: rgb(245 208 254 / var(--tw-border-opacity)); border-right-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-x-fuchsia-200\/0{ border-left-color: rgb(245 208 254 / 0); border-right-color: rgb(245 208 254 / 0); }
.border-x-fuchsia-200\/10{ border-left-color: rgb(245 208 254 / 0.1); border-right-color: rgb(245 208 254 / 0.1); }
.border-x-fuchsia-200\/100{ border-left-color: rgb(245 208 254 / 1); border-right-color: rgb(245 208 254 / 1); }
.border-x-fuchsia-200\/20{ border-left-color: rgb(245 208 254 / 0.2); border-right-color: rgb(245 208 254 / 0.2); }
.border-x-fuchsia-200\/25{ border-left-color: rgb(245 208 254 / 0.25); border-right-color: rgb(245 208 254 / 0.25); }
.border-x-fuchsia-200\/30{ border-left-color: rgb(245 208 254 / 0.3); border-right-color: rgb(245 208 254 / 0.3); }
.border-x-fuchsia-200\/40{ border-left-color: rgb(245 208 254 / 0.4); border-right-color: rgb(245 208 254 / 0.4); }
.border-x-fuchsia-200\/5{ border-left-color: rgb(245 208 254 / 0.05); border-right-color: rgb(245 208 254 / 0.05); }
.border-x-fuchsia-200\/50{ border-left-color: rgb(245 208 254 / 0.5); border-right-color: rgb(245 208 254 / 0.5); }
.border-x-fuchsia-200\/60{ border-left-color: rgb(245 208 254 / 0.6); border-right-color: rgb(245 208 254 / 0.6); }
.border-x-fuchsia-200\/70{ border-left-color: rgb(245 208 254 / 0.7); border-right-color: rgb(245 208 254 / 0.7); }
.border-x-fuchsia-200\/75{ border-left-color: rgb(245 208 254 / 0.75); border-right-color: rgb(245 208 254 / 0.75); }
.border-x-fuchsia-200\/80{ border-left-color: rgb(245 208 254 / 0.8); border-right-color: rgb(245 208 254 / 0.8); }
.border-x-fuchsia-200\/90{ border-left-color: rgb(245 208 254 / 0.9); border-right-color: rgb(245 208 254 / 0.9); }
.border-x-fuchsia-200\/95{ border-left-color: rgb(245 208 254 / 0.95); border-right-color: rgb(245 208 254 / 0.95); }
.border-x-fuchsia-300{ --tw-border-opacity: 1; border-left-color: rgb(240 171 252 / var(--tw-border-opacity)); border-right-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-x-fuchsia-300\/0{ border-left-color: rgb(240 171 252 / 0); border-right-color: rgb(240 171 252 / 0); }
.border-x-fuchsia-300\/10{ border-left-color: rgb(240 171 252 / 0.1); border-right-color: rgb(240 171 252 / 0.1); }
.border-x-fuchsia-300\/100{ border-left-color: rgb(240 171 252 / 1); border-right-color: rgb(240 171 252 / 1); }
.border-x-fuchsia-300\/20{ border-left-color: rgb(240 171 252 / 0.2); border-right-color: rgb(240 171 252 / 0.2); }
.border-x-fuchsia-300\/25{ border-left-color: rgb(240 171 252 / 0.25); border-right-color: rgb(240 171 252 / 0.25); }
.border-x-fuchsia-300\/30{ border-left-color: rgb(240 171 252 / 0.3); border-right-color: rgb(240 171 252 / 0.3); }
.border-x-fuchsia-300\/40{ border-left-color: rgb(240 171 252 / 0.4); border-right-color: rgb(240 171 252 / 0.4); }
.border-x-fuchsia-300\/5{ border-left-color: rgb(240 171 252 / 0.05); border-right-color: rgb(240 171 252 / 0.05); }
.border-x-fuchsia-300\/50{ border-left-color: rgb(240 171 252 / 0.5); border-right-color: rgb(240 171 252 / 0.5); }
.border-x-fuchsia-300\/60{ border-left-color: rgb(240 171 252 / 0.6); border-right-color: rgb(240 171 252 / 0.6); }
.border-x-fuchsia-300\/70{ border-left-color: rgb(240 171 252 / 0.7); border-right-color: rgb(240 171 252 / 0.7); }
.border-x-fuchsia-300\/75{ border-left-color: rgb(240 171 252 / 0.75); border-right-color: rgb(240 171 252 / 0.75); }
.border-x-fuchsia-300\/80{ border-left-color: rgb(240 171 252 / 0.8); border-right-color: rgb(240 171 252 / 0.8); }
.border-x-fuchsia-300\/90{ border-left-color: rgb(240 171 252 / 0.9); border-right-color: rgb(240 171 252 / 0.9); }
.border-x-fuchsia-300\/95{ border-left-color: rgb(240 171 252 / 0.95); border-right-color: rgb(240 171 252 / 0.95); }
.border-x-fuchsia-400{ --tw-border-opacity: 1; border-left-color: rgb(232 121 249 / var(--tw-border-opacity)); border-right-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-x-fuchsia-400\/0{ border-left-color: rgb(232 121 249 / 0); border-right-color: rgb(232 121 249 / 0); }
.border-x-fuchsia-400\/10{ border-left-color: rgb(232 121 249 / 0.1); border-right-color: rgb(232 121 249 / 0.1); }
.border-x-fuchsia-400\/100{ border-left-color: rgb(232 121 249 / 1); border-right-color: rgb(232 121 249 / 1); }
.border-x-fuchsia-400\/20{ border-left-color: rgb(232 121 249 / 0.2); border-right-color: rgb(232 121 249 / 0.2); }
.border-x-fuchsia-400\/25{ border-left-color: rgb(232 121 249 / 0.25); border-right-color: rgb(232 121 249 / 0.25); }
.border-x-fuchsia-400\/30{ border-left-color: rgb(232 121 249 / 0.3); border-right-color: rgb(232 121 249 / 0.3); }
.border-x-fuchsia-400\/40{ border-left-color: rgb(232 121 249 / 0.4); border-right-color: rgb(232 121 249 / 0.4); }
.border-x-fuchsia-400\/5{ border-left-color: rgb(232 121 249 / 0.05); border-right-color: rgb(232 121 249 / 0.05); }
.border-x-fuchsia-400\/50{ border-left-color: rgb(232 121 249 / 0.5); border-right-color: rgb(232 121 249 / 0.5); }
.border-x-fuchsia-400\/60{ border-left-color: rgb(232 121 249 / 0.6); border-right-color: rgb(232 121 249 / 0.6); }
.border-x-fuchsia-400\/70{ border-left-color: rgb(232 121 249 / 0.7); border-right-color: rgb(232 121 249 / 0.7); }
.border-x-fuchsia-400\/75{ border-left-color: rgb(232 121 249 / 0.75); border-right-color: rgb(232 121 249 / 0.75); }
.border-x-fuchsia-400\/80{ border-left-color: rgb(232 121 249 / 0.8); border-right-color: rgb(232 121 249 / 0.8); }
.border-x-fuchsia-400\/90{ border-left-color: rgb(232 121 249 / 0.9); border-right-color: rgb(232 121 249 / 0.9); }
.border-x-fuchsia-400\/95{ border-left-color: rgb(232 121 249 / 0.95); border-right-color: rgb(232 121 249 / 0.95); }
.border-x-fuchsia-50{ --tw-border-opacity: 1; border-left-color: rgb(253 244 255 / var(--tw-border-opacity)); border-right-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-x-fuchsia-50\/0{ border-left-color: rgb(253 244 255 / 0); border-right-color: rgb(253 244 255 / 0); }
.border-x-fuchsia-50\/10{ border-left-color: rgb(253 244 255 / 0.1); border-right-color: rgb(253 244 255 / 0.1); }
.border-x-fuchsia-50\/100{ border-left-color: rgb(253 244 255 / 1); border-right-color: rgb(253 244 255 / 1); }
.border-x-fuchsia-50\/20{ border-left-color: rgb(253 244 255 / 0.2); border-right-color: rgb(253 244 255 / 0.2); }
.border-x-fuchsia-50\/25{ border-left-color: rgb(253 244 255 / 0.25); border-right-color: rgb(253 244 255 / 0.25); }
.border-x-fuchsia-50\/30{ border-left-color: rgb(253 244 255 / 0.3); border-right-color: rgb(253 244 255 / 0.3); }
.border-x-fuchsia-50\/40{ border-left-color: rgb(253 244 255 / 0.4); border-right-color: rgb(253 244 255 / 0.4); }
.border-x-fuchsia-50\/5{ border-left-color: rgb(253 244 255 / 0.05); border-right-color: rgb(253 244 255 / 0.05); }
.border-x-fuchsia-50\/50{ border-left-color: rgb(253 244 255 / 0.5); border-right-color: rgb(253 244 255 / 0.5); }
.border-x-fuchsia-50\/60{ border-left-color: rgb(253 244 255 / 0.6); border-right-color: rgb(253 244 255 / 0.6); }
.border-x-fuchsia-50\/70{ border-left-color: rgb(253 244 255 / 0.7); border-right-color: rgb(253 244 255 / 0.7); }
.border-x-fuchsia-50\/75{ border-left-color: rgb(253 244 255 / 0.75); border-right-color: rgb(253 244 255 / 0.75); }
.border-x-fuchsia-50\/80{ border-left-color: rgb(253 244 255 / 0.8); border-right-color: rgb(253 244 255 / 0.8); }
.border-x-fuchsia-50\/90{ border-left-color: rgb(253 244 255 / 0.9); border-right-color: rgb(253 244 255 / 0.9); }
.border-x-fuchsia-50\/95{ border-left-color: rgb(253 244 255 / 0.95); border-right-color: rgb(253 244 255 / 0.95); }
.border-x-fuchsia-500{ --tw-border-opacity: 1; border-left-color: rgb(217 70 239 / var(--tw-border-opacity)); border-right-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-x-fuchsia-500\/0{ border-left-color: rgb(217 70 239 / 0); border-right-color: rgb(217 70 239 / 0); }
.border-x-fuchsia-500\/10{ border-left-color: rgb(217 70 239 / 0.1); border-right-color: rgb(217 70 239 / 0.1); }
.border-x-fuchsia-500\/100{ border-left-color: rgb(217 70 239 / 1); border-right-color: rgb(217 70 239 / 1); }
.border-x-fuchsia-500\/20{ border-left-color: rgb(217 70 239 / 0.2); border-right-color: rgb(217 70 239 / 0.2); }
.border-x-fuchsia-500\/25{ border-left-color: rgb(217 70 239 / 0.25); border-right-color: rgb(217 70 239 / 0.25); }
.border-x-fuchsia-500\/30{ border-left-color: rgb(217 70 239 / 0.3); border-right-color: rgb(217 70 239 / 0.3); }
.border-x-fuchsia-500\/40{ border-left-color: rgb(217 70 239 / 0.4); border-right-color: rgb(217 70 239 / 0.4); }
.border-x-fuchsia-500\/5{ border-left-color: rgb(217 70 239 / 0.05); border-right-color: rgb(217 70 239 / 0.05); }
.border-x-fuchsia-500\/50{ border-left-color: rgb(217 70 239 / 0.5); border-right-color: rgb(217 70 239 / 0.5); }
.border-x-fuchsia-500\/60{ border-left-color: rgb(217 70 239 / 0.6); border-right-color: rgb(217 70 239 / 0.6); }
.border-x-fuchsia-500\/70{ border-left-color: rgb(217 70 239 / 0.7); border-right-color: rgb(217 70 239 / 0.7); }
.border-x-fuchsia-500\/75{ border-left-color: rgb(217 70 239 / 0.75); border-right-color: rgb(217 70 239 / 0.75); }
.border-x-fuchsia-500\/80{ border-left-color: rgb(217 70 239 / 0.8); border-right-color: rgb(217 70 239 / 0.8); }
.border-x-fuchsia-500\/90{ border-left-color: rgb(217 70 239 / 0.9); border-right-color: rgb(217 70 239 / 0.9); }
.border-x-fuchsia-500\/95{ border-left-color: rgb(217 70 239 / 0.95); border-right-color: rgb(217 70 239 / 0.95); }
.border-x-fuchsia-600{ --tw-border-opacity: 1; border-left-color: rgb(192 38 211 / var(--tw-border-opacity)); border-right-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-x-fuchsia-600\/0{ border-left-color: rgb(192 38 211 / 0); border-right-color: rgb(192 38 211 / 0); }
.border-x-fuchsia-600\/10{ border-left-color: rgb(192 38 211 / 0.1); border-right-color: rgb(192 38 211 / 0.1); }
.border-x-fuchsia-600\/100{ border-left-color: rgb(192 38 211 / 1); border-right-color: rgb(192 38 211 / 1); }
.border-x-fuchsia-600\/20{ border-left-color: rgb(192 38 211 / 0.2); border-right-color: rgb(192 38 211 / 0.2); }
.border-x-fuchsia-600\/25{ border-left-color: rgb(192 38 211 / 0.25); border-right-color: rgb(192 38 211 / 0.25); }
.border-x-fuchsia-600\/30{ border-left-color: rgb(192 38 211 / 0.3); border-right-color: rgb(192 38 211 / 0.3); }
.border-x-fuchsia-600\/40{ border-left-color: rgb(192 38 211 / 0.4); border-right-color: rgb(192 38 211 / 0.4); }
.border-x-fuchsia-600\/5{ border-left-color: rgb(192 38 211 / 0.05); border-right-color: rgb(192 38 211 / 0.05); }
.border-x-fuchsia-600\/50{ border-left-color: rgb(192 38 211 / 0.5); border-right-color: rgb(192 38 211 / 0.5); }
.border-x-fuchsia-600\/60{ border-left-color: rgb(192 38 211 / 0.6); border-right-color: rgb(192 38 211 / 0.6); }
.border-x-fuchsia-600\/70{ border-left-color: rgb(192 38 211 / 0.7); border-right-color: rgb(192 38 211 / 0.7); }
.border-x-fuchsia-600\/75{ border-left-color: rgb(192 38 211 / 0.75); border-right-color: rgb(192 38 211 / 0.75); }
.border-x-fuchsia-600\/80{ border-left-color: rgb(192 38 211 / 0.8); border-right-color: rgb(192 38 211 / 0.8); }
.border-x-fuchsia-600\/90{ border-left-color: rgb(192 38 211 / 0.9); border-right-color: rgb(192 38 211 / 0.9); }
.border-x-fuchsia-600\/95{ border-left-color: rgb(192 38 211 / 0.95); border-right-color: rgb(192 38 211 / 0.95); }
.border-x-fuchsia-700{ --tw-border-opacity: 1; border-left-color: rgb(162 28 175 / var(--tw-border-opacity)); border-right-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-x-fuchsia-700\/0{ border-left-color: rgb(162 28 175 / 0); border-right-color: rgb(162 28 175 / 0); }
.border-x-fuchsia-700\/10{ border-left-color: rgb(162 28 175 / 0.1); border-right-color: rgb(162 28 175 / 0.1); }
.border-x-fuchsia-700\/100{ border-left-color: rgb(162 28 175 / 1); border-right-color: rgb(162 28 175 / 1); }
.border-x-fuchsia-700\/20{ border-left-color: rgb(162 28 175 / 0.2); border-right-color: rgb(162 28 175 / 0.2); }
.border-x-fuchsia-700\/25{ border-left-color: rgb(162 28 175 / 0.25); border-right-color: rgb(162 28 175 / 0.25); }
.border-x-fuchsia-700\/30{ border-left-color: rgb(162 28 175 / 0.3); border-right-color: rgb(162 28 175 / 0.3); }
.border-x-fuchsia-700\/40{ border-left-color: rgb(162 28 175 / 0.4); border-right-color: rgb(162 28 175 / 0.4); }
.border-x-fuchsia-700\/5{ border-left-color: rgb(162 28 175 / 0.05); border-right-color: rgb(162 28 175 / 0.05); }
.border-x-fuchsia-700\/50{ border-left-color: rgb(162 28 175 / 0.5); border-right-color: rgb(162 28 175 / 0.5); }
.border-x-fuchsia-700\/60{ border-left-color: rgb(162 28 175 / 0.6); border-right-color: rgb(162 28 175 / 0.6); }
.border-x-fuchsia-700\/70{ border-left-color: rgb(162 28 175 / 0.7); border-right-color: rgb(162 28 175 / 0.7); }
.border-x-fuchsia-700\/75{ border-left-color: rgb(162 28 175 / 0.75); border-right-color: rgb(162 28 175 / 0.75); }
.border-x-fuchsia-700\/80{ border-left-color: rgb(162 28 175 / 0.8); border-right-color: rgb(162 28 175 / 0.8); }
.border-x-fuchsia-700\/90{ border-left-color: rgb(162 28 175 / 0.9); border-right-color: rgb(162 28 175 / 0.9); }
.border-x-fuchsia-700\/95{ border-left-color: rgb(162 28 175 / 0.95); border-right-color: rgb(162 28 175 / 0.95); }
.border-x-fuchsia-800{ --tw-border-opacity: 1; border-left-color: rgb(134 25 143 / var(--tw-border-opacity)); border-right-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-x-fuchsia-800\/0{ border-left-color: rgb(134 25 143 / 0); border-right-color: rgb(134 25 143 / 0); }
.border-x-fuchsia-800\/10{ border-left-color: rgb(134 25 143 / 0.1); border-right-color: rgb(134 25 143 / 0.1); }
.border-x-fuchsia-800\/100{ border-left-color: rgb(134 25 143 / 1); border-right-color: rgb(134 25 143 / 1); }
.border-x-fuchsia-800\/20{ border-left-color: rgb(134 25 143 / 0.2); border-right-color: rgb(134 25 143 / 0.2); }
.border-x-fuchsia-800\/25{ border-left-color: rgb(134 25 143 / 0.25); border-right-color: rgb(134 25 143 / 0.25); }
.border-x-fuchsia-800\/30{ border-left-color: rgb(134 25 143 / 0.3); border-right-color: rgb(134 25 143 / 0.3); }
.border-x-fuchsia-800\/40{ border-left-color: rgb(134 25 143 / 0.4); border-right-color: rgb(134 25 143 / 0.4); }
.border-x-fuchsia-800\/5{ border-left-color: rgb(134 25 143 / 0.05); border-right-color: rgb(134 25 143 / 0.05); }
.border-x-fuchsia-800\/50{ border-left-color: rgb(134 25 143 / 0.5); border-right-color: rgb(134 25 143 / 0.5); }
.border-x-fuchsia-800\/60{ border-left-color: rgb(134 25 143 / 0.6); border-right-color: rgb(134 25 143 / 0.6); }
.border-x-fuchsia-800\/70{ border-left-color: rgb(134 25 143 / 0.7); border-right-color: rgb(134 25 143 / 0.7); }
.border-x-fuchsia-800\/75{ border-left-color: rgb(134 25 143 / 0.75); border-right-color: rgb(134 25 143 / 0.75); }
.border-x-fuchsia-800\/80{ border-left-color: rgb(134 25 143 / 0.8); border-right-color: rgb(134 25 143 / 0.8); }
.border-x-fuchsia-800\/90{ border-left-color: rgb(134 25 143 / 0.9); border-right-color: rgb(134 25 143 / 0.9); }
.border-x-fuchsia-800\/95{ border-left-color: rgb(134 25 143 / 0.95); border-right-color: rgb(134 25 143 / 0.95); }
.border-x-fuchsia-900{ --tw-border-opacity: 1; border-left-color: rgb(112 26 117 / var(--tw-border-opacity)); border-right-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-x-fuchsia-900\/0{ border-left-color: rgb(112 26 117 / 0); border-right-color: rgb(112 26 117 / 0); }
.border-x-fuchsia-900\/10{ border-left-color: rgb(112 26 117 / 0.1); border-right-color: rgb(112 26 117 / 0.1); }
.border-x-fuchsia-900\/100{ border-left-color: rgb(112 26 117 / 1); border-right-color: rgb(112 26 117 / 1); }
.border-x-fuchsia-900\/20{ border-left-color: rgb(112 26 117 / 0.2); border-right-color: rgb(112 26 117 / 0.2); }
.border-x-fuchsia-900\/25{ border-left-color: rgb(112 26 117 / 0.25); border-right-color: rgb(112 26 117 / 0.25); }
.border-x-fuchsia-900\/30{ border-left-color: rgb(112 26 117 / 0.3); border-right-color: rgb(112 26 117 / 0.3); }
.border-x-fuchsia-900\/40{ border-left-color: rgb(112 26 117 / 0.4); border-right-color: rgb(112 26 117 / 0.4); }
.border-x-fuchsia-900\/5{ border-left-color: rgb(112 26 117 / 0.05); border-right-color: rgb(112 26 117 / 0.05); }
.border-x-fuchsia-900\/50{ border-left-color: rgb(112 26 117 / 0.5); border-right-color: rgb(112 26 117 / 0.5); }
.border-x-fuchsia-900\/60{ border-left-color: rgb(112 26 117 / 0.6); border-right-color: rgb(112 26 117 / 0.6); }
.border-x-fuchsia-900\/70{ border-left-color: rgb(112 26 117 / 0.7); border-right-color: rgb(112 26 117 / 0.7); }
.border-x-fuchsia-900\/75{ border-left-color: rgb(112 26 117 / 0.75); border-right-color: rgb(112 26 117 / 0.75); }
.border-x-fuchsia-900\/80{ border-left-color: rgb(112 26 117 / 0.8); border-right-color: rgb(112 26 117 / 0.8); }
.border-x-fuchsia-900\/90{ border-left-color: rgb(112 26 117 / 0.9); border-right-color: rgb(112 26 117 / 0.9); }
.border-x-fuchsia-900\/95{ border-left-color: rgb(112 26 117 / 0.95); border-right-color: rgb(112 26 117 / 0.95); }
.border-x-fuchsia-950{ --tw-border-opacity: 1; border-left-color: rgb(74 4 78 / var(--tw-border-opacity)); border-right-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-x-fuchsia-950\/0{ border-left-color: rgb(74 4 78 / 0); border-right-color: rgb(74 4 78 / 0); }
.border-x-fuchsia-950\/10{ border-left-color: rgb(74 4 78 / 0.1); border-right-color: rgb(74 4 78 / 0.1); }
.border-x-fuchsia-950\/100{ border-left-color: rgb(74 4 78 / 1); border-right-color: rgb(74 4 78 / 1); }
.border-x-fuchsia-950\/20{ border-left-color: rgb(74 4 78 / 0.2); border-right-color: rgb(74 4 78 / 0.2); }
.border-x-fuchsia-950\/25{ border-left-color: rgb(74 4 78 / 0.25); border-right-color: rgb(74 4 78 / 0.25); }
.border-x-fuchsia-950\/30{ border-left-color: rgb(74 4 78 / 0.3); border-right-color: rgb(74 4 78 / 0.3); }
.border-x-fuchsia-950\/40{ border-left-color: rgb(74 4 78 / 0.4); border-right-color: rgb(74 4 78 / 0.4); }
.border-x-fuchsia-950\/5{ border-left-color: rgb(74 4 78 / 0.05); border-right-color: rgb(74 4 78 / 0.05); }
.border-x-fuchsia-950\/50{ border-left-color: rgb(74 4 78 / 0.5); border-right-color: rgb(74 4 78 / 0.5); }
.border-x-fuchsia-950\/60{ border-left-color: rgb(74 4 78 / 0.6); border-right-color: rgb(74 4 78 / 0.6); }
.border-x-fuchsia-950\/70{ border-left-color: rgb(74 4 78 / 0.7); border-right-color: rgb(74 4 78 / 0.7); }
.border-x-fuchsia-950\/75{ border-left-color: rgb(74 4 78 / 0.75); border-right-color: rgb(74 4 78 / 0.75); }
.border-x-fuchsia-950\/80{ border-left-color: rgb(74 4 78 / 0.8); border-right-color: rgb(74 4 78 / 0.8); }
.border-x-fuchsia-950\/90{ border-left-color: rgb(74 4 78 / 0.9); border-right-color: rgb(74 4 78 / 0.9); }
.border-x-fuchsia-950\/95{ border-left-color: rgb(74 4 78 / 0.95); border-right-color: rgb(74 4 78 / 0.95); }
.border-x-gray-100{ --tw-border-opacity: 1; border-left-color: rgb(243 244 246 / var(--tw-border-opacity)); border-right-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-x-gray-100\/0{ border-left-color: rgb(243 244 246 / 0); border-right-color: rgb(243 244 246 / 0); }
.border-x-gray-100\/10{ border-left-color: rgb(243 244 246 / 0.1); border-right-color: rgb(243 244 246 / 0.1); }
.border-x-gray-100\/100{ border-left-color: rgb(243 244 246 / 1); border-right-color: rgb(243 244 246 / 1); }
.border-x-gray-100\/20{ border-left-color: rgb(243 244 246 / 0.2); border-right-color: rgb(243 244 246 / 0.2); }
.border-x-gray-100\/25{ border-left-color: rgb(243 244 246 / 0.25); border-right-color: rgb(243 244 246 / 0.25); }
.border-x-gray-100\/30{ border-left-color: rgb(243 244 246 / 0.3); border-right-color: rgb(243 244 246 / 0.3); }
.border-x-gray-100\/40{ border-left-color: rgb(243 244 246 / 0.4); border-right-color: rgb(243 244 246 / 0.4); }
.border-x-gray-100\/5{ border-left-color: rgb(243 244 246 / 0.05); border-right-color: rgb(243 244 246 / 0.05); }
.border-x-gray-100\/50{ border-left-color: rgb(243 244 246 / 0.5); border-right-color: rgb(243 244 246 / 0.5); }
.border-x-gray-100\/60{ border-left-color: rgb(243 244 246 / 0.6); border-right-color: rgb(243 244 246 / 0.6); }
.border-x-gray-100\/70{ border-left-color: rgb(243 244 246 / 0.7); border-right-color: rgb(243 244 246 / 0.7); }
.border-x-gray-100\/75{ border-left-color: rgb(243 244 246 / 0.75); border-right-color: rgb(243 244 246 / 0.75); }
.border-x-gray-100\/80{ border-left-color: rgb(243 244 246 / 0.8); border-right-color: rgb(243 244 246 / 0.8); }
.border-x-gray-100\/90{ border-left-color: rgb(243 244 246 / 0.9); border-right-color: rgb(243 244 246 / 0.9); }
.border-x-gray-100\/95{ border-left-color: rgb(243 244 246 / 0.95); border-right-color: rgb(243 244 246 / 0.95); }
.border-x-gray-200{ --tw-border-opacity: 1; border-left-color: rgb(229 231 235 / var(--tw-border-opacity)); border-right-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-x-gray-200\/0{ border-left-color: rgb(229 231 235 / 0); border-right-color: rgb(229 231 235 / 0); }
.border-x-gray-200\/10{ border-left-color: rgb(229 231 235 / 0.1); border-right-color: rgb(229 231 235 / 0.1); }
.border-x-gray-200\/100{ border-left-color: rgb(229 231 235 / 1); border-right-color: rgb(229 231 235 / 1); }
.border-x-gray-200\/20{ border-left-color: rgb(229 231 235 / 0.2); border-right-color: rgb(229 231 235 / 0.2); }
.border-x-gray-200\/25{ border-left-color: rgb(229 231 235 / 0.25); border-right-color: rgb(229 231 235 / 0.25); }
.border-x-gray-200\/30{ border-left-color: rgb(229 231 235 / 0.3); border-right-color: rgb(229 231 235 / 0.3); }
.border-x-gray-200\/40{ border-left-color: rgb(229 231 235 / 0.4); border-right-color: rgb(229 231 235 / 0.4); }
.border-x-gray-200\/5{ border-left-color: rgb(229 231 235 / 0.05); border-right-color: rgb(229 231 235 / 0.05); }
.border-x-gray-200\/50{ border-left-color: rgb(229 231 235 / 0.5); border-right-color: rgb(229 231 235 / 0.5); }
.border-x-gray-200\/60{ border-left-color: rgb(229 231 235 / 0.6); border-right-color: rgb(229 231 235 / 0.6); }
.border-x-gray-200\/70{ border-left-color: rgb(229 231 235 / 0.7); border-right-color: rgb(229 231 235 / 0.7); }
.border-x-gray-200\/75{ border-left-color: rgb(229 231 235 / 0.75); border-right-color: rgb(229 231 235 / 0.75); }
.border-x-gray-200\/80{ border-left-color: rgb(229 231 235 / 0.8); border-right-color: rgb(229 231 235 / 0.8); }
.border-x-gray-200\/90{ border-left-color: rgb(229 231 235 / 0.9); border-right-color: rgb(229 231 235 / 0.9); }
.border-x-gray-200\/95{ border-left-color: rgb(229 231 235 / 0.95); border-right-color: rgb(229 231 235 / 0.95); }
.border-x-gray-300{ --tw-border-opacity: 1; border-left-color: rgb(209 213 219 / var(--tw-border-opacity)); border-right-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-x-gray-300\/0{ border-left-color: rgb(209 213 219 / 0); border-right-color: rgb(209 213 219 / 0); }
.border-x-gray-300\/10{ border-left-color: rgb(209 213 219 / 0.1); border-right-color: rgb(209 213 219 / 0.1); }
.border-x-gray-300\/100{ border-left-color: rgb(209 213 219 / 1); border-right-color: rgb(209 213 219 / 1); }
.border-x-gray-300\/20{ border-left-color: rgb(209 213 219 / 0.2); border-right-color: rgb(209 213 219 / 0.2); }
.border-x-gray-300\/25{ border-left-color: rgb(209 213 219 / 0.25); border-right-color: rgb(209 213 219 / 0.25); }
.border-x-gray-300\/30{ border-left-color: rgb(209 213 219 / 0.3); border-right-color: rgb(209 213 219 / 0.3); }
.border-x-gray-300\/40{ border-left-color: rgb(209 213 219 / 0.4); border-right-color: rgb(209 213 219 / 0.4); }
.border-x-gray-300\/5{ border-left-color: rgb(209 213 219 / 0.05); border-right-color: rgb(209 213 219 / 0.05); }
.border-x-gray-300\/50{ border-left-color: rgb(209 213 219 / 0.5); border-right-color: rgb(209 213 219 / 0.5); }
.border-x-gray-300\/60{ border-left-color: rgb(209 213 219 / 0.6); border-right-color: rgb(209 213 219 / 0.6); }
.border-x-gray-300\/70{ border-left-color: rgb(209 213 219 / 0.7); border-right-color: rgb(209 213 219 / 0.7); }
.border-x-gray-300\/75{ border-left-color: rgb(209 213 219 / 0.75); border-right-color: rgb(209 213 219 / 0.75); }
.border-x-gray-300\/80{ border-left-color: rgb(209 213 219 / 0.8); border-right-color: rgb(209 213 219 / 0.8); }
.border-x-gray-300\/90{ border-left-color: rgb(209 213 219 / 0.9); border-right-color: rgb(209 213 219 / 0.9); }
.border-x-gray-300\/95{ border-left-color: rgb(209 213 219 / 0.95); border-right-color: rgb(209 213 219 / 0.95); }
.border-x-gray-400{ --tw-border-opacity: 1; border-left-color: rgb(156 163 175 / var(--tw-border-opacity)); border-right-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-x-gray-400\/0{ border-left-color: rgb(156 163 175 / 0); border-right-color: rgb(156 163 175 / 0); }
.border-x-gray-400\/10{ border-left-color: rgb(156 163 175 / 0.1); border-right-color: rgb(156 163 175 / 0.1); }
.border-x-gray-400\/100{ border-left-color: rgb(156 163 175 / 1); border-right-color: rgb(156 163 175 / 1); }
.border-x-gray-400\/20{ border-left-color: rgb(156 163 175 / 0.2); border-right-color: rgb(156 163 175 / 0.2); }
.border-x-gray-400\/25{ border-left-color: rgb(156 163 175 / 0.25); border-right-color: rgb(156 163 175 / 0.25); }
.border-x-gray-400\/30{ border-left-color: rgb(156 163 175 / 0.3); border-right-color: rgb(156 163 175 / 0.3); }
.border-x-gray-400\/40{ border-left-color: rgb(156 163 175 / 0.4); border-right-color: rgb(156 163 175 / 0.4); }
.border-x-gray-400\/5{ border-left-color: rgb(156 163 175 / 0.05); border-right-color: rgb(156 163 175 / 0.05); }
.border-x-gray-400\/50{ border-left-color: rgb(156 163 175 / 0.5); border-right-color: rgb(156 163 175 / 0.5); }
.border-x-gray-400\/60{ border-left-color: rgb(156 163 175 / 0.6); border-right-color: rgb(156 163 175 / 0.6); }
.border-x-gray-400\/70{ border-left-color: rgb(156 163 175 / 0.7); border-right-color: rgb(156 163 175 / 0.7); }
.border-x-gray-400\/75{ border-left-color: rgb(156 163 175 / 0.75); border-right-color: rgb(156 163 175 / 0.75); }
.border-x-gray-400\/80{ border-left-color: rgb(156 163 175 / 0.8); border-right-color: rgb(156 163 175 / 0.8); }
.border-x-gray-400\/90{ border-left-color: rgb(156 163 175 / 0.9); border-right-color: rgb(156 163 175 / 0.9); }
.border-x-gray-400\/95{ border-left-color: rgb(156 163 175 / 0.95); border-right-color: rgb(156 163 175 / 0.95); }
.border-x-gray-50{ --tw-border-opacity: 1; border-left-color: rgb(249 250 251 / var(--tw-border-opacity)); border-right-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-x-gray-50\/0{ border-left-color: rgb(249 250 251 / 0); border-right-color: rgb(249 250 251 / 0); }
.border-x-gray-50\/10{ border-left-color: rgb(249 250 251 / 0.1); border-right-color: rgb(249 250 251 / 0.1); }
.border-x-gray-50\/100{ border-left-color: rgb(249 250 251 / 1); border-right-color: rgb(249 250 251 / 1); }
.border-x-gray-50\/20{ border-left-color: rgb(249 250 251 / 0.2); border-right-color: rgb(249 250 251 / 0.2); }
.border-x-gray-50\/25{ border-left-color: rgb(249 250 251 / 0.25); border-right-color: rgb(249 250 251 / 0.25); }
.border-x-gray-50\/30{ border-left-color: rgb(249 250 251 / 0.3); border-right-color: rgb(249 250 251 / 0.3); }
.border-x-gray-50\/40{ border-left-color: rgb(249 250 251 / 0.4); border-right-color: rgb(249 250 251 / 0.4); }
.border-x-gray-50\/5{ border-left-color: rgb(249 250 251 / 0.05); border-right-color: rgb(249 250 251 / 0.05); }
.border-x-gray-50\/50{ border-left-color: rgb(249 250 251 / 0.5); border-right-color: rgb(249 250 251 / 0.5); }
.border-x-gray-50\/60{ border-left-color: rgb(249 250 251 / 0.6); border-right-color: rgb(249 250 251 / 0.6); }
.border-x-gray-50\/70{ border-left-color: rgb(249 250 251 / 0.7); border-right-color: rgb(249 250 251 / 0.7); }
.border-x-gray-50\/75{ border-left-color: rgb(249 250 251 / 0.75); border-right-color: rgb(249 250 251 / 0.75); }
.border-x-gray-50\/80{ border-left-color: rgb(249 250 251 / 0.8); border-right-color: rgb(249 250 251 / 0.8); }
.border-x-gray-50\/90{ border-left-color: rgb(249 250 251 / 0.9); border-right-color: rgb(249 250 251 / 0.9); }
.border-x-gray-50\/95{ border-left-color: rgb(249 250 251 / 0.95); border-right-color: rgb(249 250 251 / 0.95); }
.border-x-gray-500{ --tw-border-opacity: 1; border-left-color: rgb(107 114 128 / var(--tw-border-opacity)); border-right-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-x-gray-500\/0{ border-left-color: rgb(107 114 128 / 0); border-right-color: rgb(107 114 128 / 0); }
.border-x-gray-500\/10{ border-left-color: rgb(107 114 128 / 0.1); border-right-color: rgb(107 114 128 / 0.1); }
.border-x-gray-500\/100{ border-left-color: rgb(107 114 128 / 1); border-right-color: rgb(107 114 128 / 1); }
.border-x-gray-500\/20{ border-left-color: rgb(107 114 128 / 0.2); border-right-color: rgb(107 114 128 / 0.2); }
.border-x-gray-500\/25{ border-left-color: rgb(107 114 128 / 0.25); border-right-color: rgb(107 114 128 / 0.25); }
.border-x-gray-500\/30{ border-left-color: rgb(107 114 128 / 0.3); border-right-color: rgb(107 114 128 / 0.3); }
.border-x-gray-500\/40{ border-left-color: rgb(107 114 128 / 0.4); border-right-color: rgb(107 114 128 / 0.4); }
.border-x-gray-500\/5{ border-left-color: rgb(107 114 128 / 0.05); border-right-color: rgb(107 114 128 / 0.05); }
.border-x-gray-500\/50{ border-left-color: rgb(107 114 128 / 0.5); border-right-color: rgb(107 114 128 / 0.5); }
.border-x-gray-500\/60{ border-left-color: rgb(107 114 128 / 0.6); border-right-color: rgb(107 114 128 / 0.6); }
.border-x-gray-500\/70{ border-left-color: rgb(107 114 128 / 0.7); border-right-color: rgb(107 114 128 / 0.7); }
.border-x-gray-500\/75{ border-left-color: rgb(107 114 128 / 0.75); border-right-color: rgb(107 114 128 / 0.75); }
.border-x-gray-500\/80{ border-left-color: rgb(107 114 128 / 0.8); border-right-color: rgb(107 114 128 / 0.8); }
.border-x-gray-500\/90{ border-left-color: rgb(107 114 128 / 0.9); border-right-color: rgb(107 114 128 / 0.9); }
.border-x-gray-500\/95{ border-left-color: rgb(107 114 128 / 0.95); border-right-color: rgb(107 114 128 / 0.95); }
.border-x-gray-600{ --tw-border-opacity: 1; border-left-color: rgb(75 85 99 / var(--tw-border-opacity)); border-right-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-x-gray-600\/0{ border-left-color: rgb(75 85 99 / 0); border-right-color: rgb(75 85 99 / 0); }
.border-x-gray-600\/10{ border-left-color: rgb(75 85 99 / 0.1); border-right-color: rgb(75 85 99 / 0.1); }
.border-x-gray-600\/100{ border-left-color: rgb(75 85 99 / 1); border-right-color: rgb(75 85 99 / 1); }
.border-x-gray-600\/20{ border-left-color: rgb(75 85 99 / 0.2); border-right-color: rgb(75 85 99 / 0.2); }
.border-x-gray-600\/25{ border-left-color: rgb(75 85 99 / 0.25); border-right-color: rgb(75 85 99 / 0.25); }
.border-x-gray-600\/30{ border-left-color: rgb(75 85 99 / 0.3); border-right-color: rgb(75 85 99 / 0.3); }
.border-x-gray-600\/40{ border-left-color: rgb(75 85 99 / 0.4); border-right-color: rgb(75 85 99 / 0.4); }
.border-x-gray-600\/5{ border-left-color: rgb(75 85 99 / 0.05); border-right-color: rgb(75 85 99 / 0.05); }
.border-x-gray-600\/50{ border-left-color: rgb(75 85 99 / 0.5); border-right-color: rgb(75 85 99 / 0.5); }
.border-x-gray-600\/60{ border-left-color: rgb(75 85 99 / 0.6); border-right-color: rgb(75 85 99 / 0.6); }
.border-x-gray-600\/70{ border-left-color: rgb(75 85 99 / 0.7); border-right-color: rgb(75 85 99 / 0.7); }
.border-x-gray-600\/75{ border-left-color: rgb(75 85 99 / 0.75); border-right-color: rgb(75 85 99 / 0.75); }
.border-x-gray-600\/80{ border-left-color: rgb(75 85 99 / 0.8); border-right-color: rgb(75 85 99 / 0.8); }
.border-x-gray-600\/90{ border-left-color: rgb(75 85 99 / 0.9); border-right-color: rgb(75 85 99 / 0.9); }
.border-x-gray-600\/95{ border-left-color: rgb(75 85 99 / 0.95); border-right-color: rgb(75 85 99 / 0.95); }
.border-x-gray-700{ --tw-border-opacity: 1; border-left-color: rgb(55 65 81 / var(--tw-border-opacity)); border-right-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-x-gray-700\/0{ border-left-color: rgb(55 65 81 / 0); border-right-color: rgb(55 65 81 / 0); }
.border-x-gray-700\/10{ border-left-color: rgb(55 65 81 / 0.1); border-right-color: rgb(55 65 81 / 0.1); }
.border-x-gray-700\/100{ border-left-color: rgb(55 65 81 / 1); border-right-color: rgb(55 65 81 / 1); }
.border-x-gray-700\/20{ border-left-color: rgb(55 65 81 / 0.2); border-right-color: rgb(55 65 81 / 0.2); }
.border-x-gray-700\/25{ border-left-color: rgb(55 65 81 / 0.25); border-right-color: rgb(55 65 81 / 0.25); }
.border-x-gray-700\/30{ border-left-color: rgb(55 65 81 / 0.3); border-right-color: rgb(55 65 81 / 0.3); }
.border-x-gray-700\/40{ border-left-color: rgb(55 65 81 / 0.4); border-right-color: rgb(55 65 81 / 0.4); }
.border-x-gray-700\/5{ border-left-color: rgb(55 65 81 / 0.05); border-right-color: rgb(55 65 81 / 0.05); }
.border-x-gray-700\/50{ border-left-color: rgb(55 65 81 / 0.5); border-right-color: rgb(55 65 81 / 0.5); }
.border-x-gray-700\/60{ border-left-color: rgb(55 65 81 / 0.6); border-right-color: rgb(55 65 81 / 0.6); }
.border-x-gray-700\/70{ border-left-color: rgb(55 65 81 / 0.7); border-right-color: rgb(55 65 81 / 0.7); }
.border-x-gray-700\/75{ border-left-color: rgb(55 65 81 / 0.75); border-right-color: rgb(55 65 81 / 0.75); }
.border-x-gray-700\/80{ border-left-color: rgb(55 65 81 / 0.8); border-right-color: rgb(55 65 81 / 0.8); }
.border-x-gray-700\/90{ border-left-color: rgb(55 65 81 / 0.9); border-right-color: rgb(55 65 81 / 0.9); }
.border-x-gray-700\/95{ border-left-color: rgb(55 65 81 / 0.95); border-right-color: rgb(55 65 81 / 0.95); }
.border-x-gray-800{ --tw-border-opacity: 1; border-left-color: rgb(31 41 55 / var(--tw-border-opacity)); border-right-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-x-gray-800\/0{ border-left-color: rgb(31 41 55 / 0); border-right-color: rgb(31 41 55 / 0); }
.border-x-gray-800\/10{ border-left-color: rgb(31 41 55 / 0.1); border-right-color: rgb(31 41 55 / 0.1); }
.border-x-gray-800\/100{ border-left-color: rgb(31 41 55 / 1); border-right-color: rgb(31 41 55 / 1); }
.border-x-gray-800\/20{ border-left-color: rgb(31 41 55 / 0.2); border-right-color: rgb(31 41 55 / 0.2); }
.border-x-gray-800\/25{ border-left-color: rgb(31 41 55 / 0.25); border-right-color: rgb(31 41 55 / 0.25); }
.border-x-gray-800\/30{ border-left-color: rgb(31 41 55 / 0.3); border-right-color: rgb(31 41 55 / 0.3); }
.border-x-gray-800\/40{ border-left-color: rgb(31 41 55 / 0.4); border-right-color: rgb(31 41 55 / 0.4); }
.border-x-gray-800\/5{ border-left-color: rgb(31 41 55 / 0.05); border-right-color: rgb(31 41 55 / 0.05); }
.border-x-gray-800\/50{ border-left-color: rgb(31 41 55 / 0.5); border-right-color: rgb(31 41 55 / 0.5); }
.border-x-gray-800\/60{ border-left-color: rgb(31 41 55 / 0.6); border-right-color: rgb(31 41 55 / 0.6); }
.border-x-gray-800\/70{ border-left-color: rgb(31 41 55 / 0.7); border-right-color: rgb(31 41 55 / 0.7); }
.border-x-gray-800\/75{ border-left-color: rgb(31 41 55 / 0.75); border-right-color: rgb(31 41 55 / 0.75); }
.border-x-gray-800\/80{ border-left-color: rgb(31 41 55 / 0.8); border-right-color: rgb(31 41 55 / 0.8); }
.border-x-gray-800\/90{ border-left-color: rgb(31 41 55 / 0.9); border-right-color: rgb(31 41 55 / 0.9); }
.border-x-gray-800\/95{ border-left-color: rgb(31 41 55 / 0.95); border-right-color: rgb(31 41 55 / 0.95); }
.border-x-gray-900{ --tw-border-opacity: 1; border-left-color: rgb(17 24 39 / var(--tw-border-opacity)); border-right-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-x-gray-900\/0{ border-left-color: rgb(17 24 39 / 0); border-right-color: rgb(17 24 39 / 0); }
.border-x-gray-900\/10{ border-left-color: rgb(17 24 39 / 0.1); border-right-color: rgb(17 24 39 / 0.1); }
.border-x-gray-900\/100{ border-left-color: rgb(17 24 39 / 1); border-right-color: rgb(17 24 39 / 1); }
.border-x-gray-900\/20{ border-left-color: rgb(17 24 39 / 0.2); border-right-color: rgb(17 24 39 / 0.2); }
.border-x-gray-900\/25{ border-left-color: rgb(17 24 39 / 0.25); border-right-color: rgb(17 24 39 / 0.25); }
.border-x-gray-900\/30{ border-left-color: rgb(17 24 39 / 0.3); border-right-color: rgb(17 24 39 / 0.3); }
.border-x-gray-900\/40{ border-left-color: rgb(17 24 39 / 0.4); border-right-color: rgb(17 24 39 / 0.4); }
.border-x-gray-900\/5{ border-left-color: rgb(17 24 39 / 0.05); border-right-color: rgb(17 24 39 / 0.05); }
.border-x-gray-900\/50{ border-left-color: rgb(17 24 39 / 0.5); border-right-color: rgb(17 24 39 / 0.5); }
.border-x-gray-900\/60{ border-left-color: rgb(17 24 39 / 0.6); border-right-color: rgb(17 24 39 / 0.6); }
.border-x-gray-900\/70{ border-left-color: rgb(17 24 39 / 0.7); border-right-color: rgb(17 24 39 / 0.7); }
.border-x-gray-900\/75{ border-left-color: rgb(17 24 39 / 0.75); border-right-color: rgb(17 24 39 / 0.75); }
.border-x-gray-900\/80{ border-left-color: rgb(17 24 39 / 0.8); border-right-color: rgb(17 24 39 / 0.8); }
.border-x-gray-900\/90{ border-left-color: rgb(17 24 39 / 0.9); border-right-color: rgb(17 24 39 / 0.9); }
.border-x-gray-900\/95{ border-left-color: rgb(17 24 39 / 0.95); border-right-color: rgb(17 24 39 / 0.95); }
.border-x-gray-950{ --tw-border-opacity: 1; border-left-color: rgb(3 7 18 / var(--tw-border-opacity)); border-right-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-x-gray-950\/0{ border-left-color: rgb(3 7 18 / 0); border-right-color: rgb(3 7 18 / 0); }
.border-x-gray-950\/10{ border-left-color: rgb(3 7 18 / 0.1); border-right-color: rgb(3 7 18 / 0.1); }
.border-x-gray-950\/100{ border-left-color: rgb(3 7 18 / 1); border-right-color: rgb(3 7 18 / 1); }
.border-x-gray-950\/20{ border-left-color: rgb(3 7 18 / 0.2); border-right-color: rgb(3 7 18 / 0.2); }
.border-x-gray-950\/25{ border-left-color: rgb(3 7 18 / 0.25); border-right-color: rgb(3 7 18 / 0.25); }
.border-x-gray-950\/30{ border-left-color: rgb(3 7 18 / 0.3); border-right-color: rgb(3 7 18 / 0.3); }
.border-x-gray-950\/40{ border-left-color: rgb(3 7 18 / 0.4); border-right-color: rgb(3 7 18 / 0.4); }
.border-x-gray-950\/5{ border-left-color: rgb(3 7 18 / 0.05); border-right-color: rgb(3 7 18 / 0.05); }
.border-x-gray-950\/50{ border-left-color: rgb(3 7 18 / 0.5); border-right-color: rgb(3 7 18 / 0.5); }
.border-x-gray-950\/60{ border-left-color: rgb(3 7 18 / 0.6); border-right-color: rgb(3 7 18 / 0.6); }
.border-x-gray-950\/70{ border-left-color: rgb(3 7 18 / 0.7); border-right-color: rgb(3 7 18 / 0.7); }
.border-x-gray-950\/75{ border-left-color: rgb(3 7 18 / 0.75); border-right-color: rgb(3 7 18 / 0.75); }
.border-x-gray-950\/80{ border-left-color: rgb(3 7 18 / 0.8); border-right-color: rgb(3 7 18 / 0.8); }
.border-x-gray-950\/90{ border-left-color: rgb(3 7 18 / 0.9); border-right-color: rgb(3 7 18 / 0.9); }
.border-x-gray-950\/95{ border-left-color: rgb(3 7 18 / 0.95); border-right-color: rgb(3 7 18 / 0.95); }
.border-x-green-100{ --tw-border-opacity: 1; border-left-color: rgb(220 252 231 / var(--tw-border-opacity)); border-right-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-x-green-100\/0{ border-left-color: rgb(220 252 231 / 0); border-right-color: rgb(220 252 231 / 0); }
.border-x-green-100\/10{ border-left-color: rgb(220 252 231 / 0.1); border-right-color: rgb(220 252 231 / 0.1); }
.border-x-green-100\/100{ border-left-color: rgb(220 252 231 / 1); border-right-color: rgb(220 252 231 / 1); }
.border-x-green-100\/20{ border-left-color: rgb(220 252 231 / 0.2); border-right-color: rgb(220 252 231 / 0.2); }
.border-x-green-100\/25{ border-left-color: rgb(220 252 231 / 0.25); border-right-color: rgb(220 252 231 / 0.25); }
.border-x-green-100\/30{ border-left-color: rgb(220 252 231 / 0.3); border-right-color: rgb(220 252 231 / 0.3); }
.border-x-green-100\/40{ border-left-color: rgb(220 252 231 / 0.4); border-right-color: rgb(220 252 231 / 0.4); }
.border-x-green-100\/5{ border-left-color: rgb(220 252 231 / 0.05); border-right-color: rgb(220 252 231 / 0.05); }
.border-x-green-100\/50{ border-left-color: rgb(220 252 231 / 0.5); border-right-color: rgb(220 252 231 / 0.5); }
.border-x-green-100\/60{ border-left-color: rgb(220 252 231 / 0.6); border-right-color: rgb(220 252 231 / 0.6); }
.border-x-green-100\/70{ border-left-color: rgb(220 252 231 / 0.7); border-right-color: rgb(220 252 231 / 0.7); }
.border-x-green-100\/75{ border-left-color: rgb(220 252 231 / 0.75); border-right-color: rgb(220 252 231 / 0.75); }
.border-x-green-100\/80{ border-left-color: rgb(220 252 231 / 0.8); border-right-color: rgb(220 252 231 / 0.8); }
.border-x-green-100\/90{ border-left-color: rgb(220 252 231 / 0.9); border-right-color: rgb(220 252 231 / 0.9); }
.border-x-green-100\/95{ border-left-color: rgb(220 252 231 / 0.95); border-right-color: rgb(220 252 231 / 0.95); }
.border-x-green-200{ --tw-border-opacity: 1; border-left-color: rgb(187 247 208 / var(--tw-border-opacity)); border-right-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-x-green-200\/0{ border-left-color: rgb(187 247 208 / 0); border-right-color: rgb(187 247 208 / 0); }
.border-x-green-200\/10{ border-left-color: rgb(187 247 208 / 0.1); border-right-color: rgb(187 247 208 / 0.1); }
.border-x-green-200\/100{ border-left-color: rgb(187 247 208 / 1); border-right-color: rgb(187 247 208 / 1); }
.border-x-green-200\/20{ border-left-color: rgb(187 247 208 / 0.2); border-right-color: rgb(187 247 208 / 0.2); }
.border-x-green-200\/25{ border-left-color: rgb(187 247 208 / 0.25); border-right-color: rgb(187 247 208 / 0.25); }
.border-x-green-200\/30{ border-left-color: rgb(187 247 208 / 0.3); border-right-color: rgb(187 247 208 / 0.3); }
.border-x-green-200\/40{ border-left-color: rgb(187 247 208 / 0.4); border-right-color: rgb(187 247 208 / 0.4); }
.border-x-green-200\/5{ border-left-color: rgb(187 247 208 / 0.05); border-right-color: rgb(187 247 208 / 0.05); }
.border-x-green-200\/50{ border-left-color: rgb(187 247 208 / 0.5); border-right-color: rgb(187 247 208 / 0.5); }
.border-x-green-200\/60{ border-left-color: rgb(187 247 208 / 0.6); border-right-color: rgb(187 247 208 / 0.6); }
.border-x-green-200\/70{ border-left-color: rgb(187 247 208 / 0.7); border-right-color: rgb(187 247 208 / 0.7); }
.border-x-green-200\/75{ border-left-color: rgb(187 247 208 / 0.75); border-right-color: rgb(187 247 208 / 0.75); }
.border-x-green-200\/80{ border-left-color: rgb(187 247 208 / 0.8); border-right-color: rgb(187 247 208 / 0.8); }
.border-x-green-200\/90{ border-left-color: rgb(187 247 208 / 0.9); border-right-color: rgb(187 247 208 / 0.9); }
.border-x-green-200\/95{ border-left-color: rgb(187 247 208 / 0.95); border-right-color: rgb(187 247 208 / 0.95); }
.border-x-green-300{ --tw-border-opacity: 1; border-left-color: rgb(134 239 172 / var(--tw-border-opacity)); border-right-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-x-green-300\/0{ border-left-color: rgb(134 239 172 / 0); border-right-color: rgb(134 239 172 / 0); }
.border-x-green-300\/10{ border-left-color: rgb(134 239 172 / 0.1); border-right-color: rgb(134 239 172 / 0.1); }
.border-x-green-300\/100{ border-left-color: rgb(134 239 172 / 1); border-right-color: rgb(134 239 172 / 1); }
.border-x-green-300\/20{ border-left-color: rgb(134 239 172 / 0.2); border-right-color: rgb(134 239 172 / 0.2); }
.border-x-green-300\/25{ border-left-color: rgb(134 239 172 / 0.25); border-right-color: rgb(134 239 172 / 0.25); }
.border-x-green-300\/30{ border-left-color: rgb(134 239 172 / 0.3); border-right-color: rgb(134 239 172 / 0.3); }
.border-x-green-300\/40{ border-left-color: rgb(134 239 172 / 0.4); border-right-color: rgb(134 239 172 / 0.4); }
.border-x-green-300\/5{ border-left-color: rgb(134 239 172 / 0.05); border-right-color: rgb(134 239 172 / 0.05); }
.border-x-green-300\/50{ border-left-color: rgb(134 239 172 / 0.5); border-right-color: rgb(134 239 172 / 0.5); }
.border-x-green-300\/60{ border-left-color: rgb(134 239 172 / 0.6); border-right-color: rgb(134 239 172 / 0.6); }
.border-x-green-300\/70{ border-left-color: rgb(134 239 172 / 0.7); border-right-color: rgb(134 239 172 / 0.7); }
.border-x-green-300\/75{ border-left-color: rgb(134 239 172 / 0.75); border-right-color: rgb(134 239 172 / 0.75); }
.border-x-green-300\/80{ border-left-color: rgb(134 239 172 / 0.8); border-right-color: rgb(134 239 172 / 0.8); }
.border-x-green-300\/90{ border-left-color: rgb(134 239 172 / 0.9); border-right-color: rgb(134 239 172 / 0.9); }
.border-x-green-300\/95{ border-left-color: rgb(134 239 172 / 0.95); border-right-color: rgb(134 239 172 / 0.95); }
.border-x-green-400{ --tw-border-opacity: 1; border-left-color: rgb(74 222 128 / var(--tw-border-opacity)); border-right-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-x-green-400\/0{ border-left-color: rgb(74 222 128 / 0); border-right-color: rgb(74 222 128 / 0); }
.border-x-green-400\/10{ border-left-color: rgb(74 222 128 / 0.1); border-right-color: rgb(74 222 128 / 0.1); }
.border-x-green-400\/100{ border-left-color: rgb(74 222 128 / 1); border-right-color: rgb(74 222 128 / 1); }
.border-x-green-400\/20{ border-left-color: rgb(74 222 128 / 0.2); border-right-color: rgb(74 222 128 / 0.2); }
.border-x-green-400\/25{ border-left-color: rgb(74 222 128 / 0.25); border-right-color: rgb(74 222 128 / 0.25); }
.border-x-green-400\/30{ border-left-color: rgb(74 222 128 / 0.3); border-right-color: rgb(74 222 128 / 0.3); }
.border-x-green-400\/40{ border-left-color: rgb(74 222 128 / 0.4); border-right-color: rgb(74 222 128 / 0.4); }
.border-x-green-400\/5{ border-left-color: rgb(74 222 128 / 0.05); border-right-color: rgb(74 222 128 / 0.05); }
.border-x-green-400\/50{ border-left-color: rgb(74 222 128 / 0.5); border-right-color: rgb(74 222 128 / 0.5); }
.border-x-green-400\/60{ border-left-color: rgb(74 222 128 / 0.6); border-right-color: rgb(74 222 128 / 0.6); }
.border-x-green-400\/70{ border-left-color: rgb(74 222 128 / 0.7); border-right-color: rgb(74 222 128 / 0.7); }
.border-x-green-400\/75{ border-left-color: rgb(74 222 128 / 0.75); border-right-color: rgb(74 222 128 / 0.75); }
.border-x-green-400\/80{ border-left-color: rgb(74 222 128 / 0.8); border-right-color: rgb(74 222 128 / 0.8); }
.border-x-green-400\/90{ border-left-color: rgb(74 222 128 / 0.9); border-right-color: rgb(74 222 128 / 0.9); }
.border-x-green-400\/95{ border-left-color: rgb(74 222 128 / 0.95); border-right-color: rgb(74 222 128 / 0.95); }
.border-x-green-50{ --tw-border-opacity: 1; border-left-color: rgb(240 253 244 / var(--tw-border-opacity)); border-right-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-x-green-50\/0{ border-left-color: rgb(240 253 244 / 0); border-right-color: rgb(240 253 244 / 0); }
.border-x-green-50\/10{ border-left-color: rgb(240 253 244 / 0.1); border-right-color: rgb(240 253 244 / 0.1); }
.border-x-green-50\/100{ border-left-color: rgb(240 253 244 / 1); border-right-color: rgb(240 253 244 / 1); }
.border-x-green-50\/20{ border-left-color: rgb(240 253 244 / 0.2); border-right-color: rgb(240 253 244 / 0.2); }
.border-x-green-50\/25{ border-left-color: rgb(240 253 244 / 0.25); border-right-color: rgb(240 253 244 / 0.25); }
.border-x-green-50\/30{ border-left-color: rgb(240 253 244 / 0.3); border-right-color: rgb(240 253 244 / 0.3); }
.border-x-green-50\/40{ border-left-color: rgb(240 253 244 / 0.4); border-right-color: rgb(240 253 244 / 0.4); }
.border-x-green-50\/5{ border-left-color: rgb(240 253 244 / 0.05); border-right-color: rgb(240 253 244 / 0.05); }
.border-x-green-50\/50{ border-left-color: rgb(240 253 244 / 0.5); border-right-color: rgb(240 253 244 / 0.5); }
.border-x-green-50\/60{ border-left-color: rgb(240 253 244 / 0.6); border-right-color: rgb(240 253 244 / 0.6); }
.border-x-green-50\/70{ border-left-color: rgb(240 253 244 / 0.7); border-right-color: rgb(240 253 244 / 0.7); }
.border-x-green-50\/75{ border-left-color: rgb(240 253 244 / 0.75); border-right-color: rgb(240 253 244 / 0.75); }
.border-x-green-50\/80{ border-left-color: rgb(240 253 244 / 0.8); border-right-color: rgb(240 253 244 / 0.8); }
.border-x-green-50\/90{ border-left-color: rgb(240 253 244 / 0.9); border-right-color: rgb(240 253 244 / 0.9); }
.border-x-green-50\/95{ border-left-color: rgb(240 253 244 / 0.95); border-right-color: rgb(240 253 244 / 0.95); }
.border-x-green-500{ --tw-border-opacity: 1; border-left-color: rgb(34 197 94 / var(--tw-border-opacity)); border-right-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-x-green-500\/0{ border-left-color: rgb(34 197 94 / 0); border-right-color: rgb(34 197 94 / 0); }
.border-x-green-500\/10{ border-left-color: rgb(34 197 94 / 0.1); border-right-color: rgb(34 197 94 / 0.1); }
.border-x-green-500\/100{ border-left-color: rgb(34 197 94 / 1); border-right-color: rgb(34 197 94 / 1); }
.border-x-green-500\/20{ border-left-color: rgb(34 197 94 / 0.2); border-right-color: rgb(34 197 94 / 0.2); }
.border-x-green-500\/25{ border-left-color: rgb(34 197 94 / 0.25); border-right-color: rgb(34 197 94 / 0.25); }
.border-x-green-500\/30{ border-left-color: rgb(34 197 94 / 0.3); border-right-color: rgb(34 197 94 / 0.3); }
.border-x-green-500\/40{ border-left-color: rgb(34 197 94 / 0.4); border-right-color: rgb(34 197 94 / 0.4); }
.border-x-green-500\/5{ border-left-color: rgb(34 197 94 / 0.05); border-right-color: rgb(34 197 94 / 0.05); }
.border-x-green-500\/50{ border-left-color: rgb(34 197 94 / 0.5); border-right-color: rgb(34 197 94 / 0.5); }
.border-x-green-500\/60{ border-left-color: rgb(34 197 94 / 0.6); border-right-color: rgb(34 197 94 / 0.6); }
.border-x-green-500\/70{ border-left-color: rgb(34 197 94 / 0.7); border-right-color: rgb(34 197 94 / 0.7); }
.border-x-green-500\/75{ border-left-color: rgb(34 197 94 / 0.75); border-right-color: rgb(34 197 94 / 0.75); }
.border-x-green-500\/80{ border-left-color: rgb(34 197 94 / 0.8); border-right-color: rgb(34 197 94 / 0.8); }
.border-x-green-500\/90{ border-left-color: rgb(34 197 94 / 0.9); border-right-color: rgb(34 197 94 / 0.9); }
.border-x-green-500\/95{ border-left-color: rgb(34 197 94 / 0.95); border-right-color: rgb(34 197 94 / 0.95); }
.border-x-green-600{ --tw-border-opacity: 1; border-left-color: rgb(22 163 74 / var(--tw-border-opacity)); border-right-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-x-green-600\/0{ border-left-color: rgb(22 163 74 / 0); border-right-color: rgb(22 163 74 / 0); }
.border-x-green-600\/10{ border-left-color: rgb(22 163 74 / 0.1); border-right-color: rgb(22 163 74 / 0.1); }
.border-x-green-600\/100{ border-left-color: rgb(22 163 74 / 1); border-right-color: rgb(22 163 74 / 1); }
.border-x-green-600\/20{ border-left-color: rgb(22 163 74 / 0.2); border-right-color: rgb(22 163 74 / 0.2); }
.border-x-green-600\/25{ border-left-color: rgb(22 163 74 / 0.25); border-right-color: rgb(22 163 74 / 0.25); }
.border-x-green-600\/30{ border-left-color: rgb(22 163 74 / 0.3); border-right-color: rgb(22 163 74 / 0.3); }
.border-x-green-600\/40{ border-left-color: rgb(22 163 74 / 0.4); border-right-color: rgb(22 163 74 / 0.4); }
.border-x-green-600\/5{ border-left-color: rgb(22 163 74 / 0.05); border-right-color: rgb(22 163 74 / 0.05); }
.border-x-green-600\/50{ border-left-color: rgb(22 163 74 / 0.5); border-right-color: rgb(22 163 74 / 0.5); }
.border-x-green-600\/60{ border-left-color: rgb(22 163 74 / 0.6); border-right-color: rgb(22 163 74 / 0.6); }
.border-x-green-600\/70{ border-left-color: rgb(22 163 74 / 0.7); border-right-color: rgb(22 163 74 / 0.7); }
.border-x-green-600\/75{ border-left-color: rgb(22 163 74 / 0.75); border-right-color: rgb(22 163 74 / 0.75); }
.border-x-green-600\/80{ border-left-color: rgb(22 163 74 / 0.8); border-right-color: rgb(22 163 74 / 0.8); }
.border-x-green-600\/90{ border-left-color: rgb(22 163 74 / 0.9); border-right-color: rgb(22 163 74 / 0.9); }
.border-x-green-600\/95{ border-left-color: rgb(22 163 74 / 0.95); border-right-color: rgb(22 163 74 / 0.95); }
.border-x-green-700{ --tw-border-opacity: 1; border-left-color: rgb(21 128 61 / var(--tw-border-opacity)); border-right-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-x-green-700\/0{ border-left-color: rgb(21 128 61 / 0); border-right-color: rgb(21 128 61 / 0); }
.border-x-green-700\/10{ border-left-color: rgb(21 128 61 / 0.1); border-right-color: rgb(21 128 61 / 0.1); }
.border-x-green-700\/100{ border-left-color: rgb(21 128 61 / 1); border-right-color: rgb(21 128 61 / 1); }
.border-x-green-700\/20{ border-left-color: rgb(21 128 61 / 0.2); border-right-color: rgb(21 128 61 / 0.2); }
.border-x-green-700\/25{ border-left-color: rgb(21 128 61 / 0.25); border-right-color: rgb(21 128 61 / 0.25); }
.border-x-green-700\/30{ border-left-color: rgb(21 128 61 / 0.3); border-right-color: rgb(21 128 61 / 0.3); }
.border-x-green-700\/40{ border-left-color: rgb(21 128 61 / 0.4); border-right-color: rgb(21 128 61 / 0.4); }
.border-x-green-700\/5{ border-left-color: rgb(21 128 61 / 0.05); border-right-color: rgb(21 128 61 / 0.05); }
.border-x-green-700\/50{ border-left-color: rgb(21 128 61 / 0.5); border-right-color: rgb(21 128 61 / 0.5); }
.border-x-green-700\/60{ border-left-color: rgb(21 128 61 / 0.6); border-right-color: rgb(21 128 61 / 0.6); }
.border-x-green-700\/70{ border-left-color: rgb(21 128 61 / 0.7); border-right-color: rgb(21 128 61 / 0.7); }
.border-x-green-700\/75{ border-left-color: rgb(21 128 61 / 0.75); border-right-color: rgb(21 128 61 / 0.75); }
.border-x-green-700\/80{ border-left-color: rgb(21 128 61 / 0.8); border-right-color: rgb(21 128 61 / 0.8); }
.border-x-green-700\/90{ border-left-color: rgb(21 128 61 / 0.9); border-right-color: rgb(21 128 61 / 0.9); }
.border-x-green-700\/95{ border-left-color: rgb(21 128 61 / 0.95); border-right-color: rgb(21 128 61 / 0.95); }
.border-x-green-800{ --tw-border-opacity: 1; border-left-color: rgb(22 101 52 / var(--tw-border-opacity)); border-right-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-x-green-800\/0{ border-left-color: rgb(22 101 52 / 0); border-right-color: rgb(22 101 52 / 0); }
.border-x-green-800\/10{ border-left-color: rgb(22 101 52 / 0.1); border-right-color: rgb(22 101 52 / 0.1); }
.border-x-green-800\/100{ border-left-color: rgb(22 101 52 / 1); border-right-color: rgb(22 101 52 / 1); }
.border-x-green-800\/20{ border-left-color: rgb(22 101 52 / 0.2); border-right-color: rgb(22 101 52 / 0.2); }
.border-x-green-800\/25{ border-left-color: rgb(22 101 52 / 0.25); border-right-color: rgb(22 101 52 / 0.25); }
.border-x-green-800\/30{ border-left-color: rgb(22 101 52 / 0.3); border-right-color: rgb(22 101 52 / 0.3); }
.border-x-green-800\/40{ border-left-color: rgb(22 101 52 / 0.4); border-right-color: rgb(22 101 52 / 0.4); }
.border-x-green-800\/5{ border-left-color: rgb(22 101 52 / 0.05); border-right-color: rgb(22 101 52 / 0.05); }
.border-x-green-800\/50{ border-left-color: rgb(22 101 52 / 0.5); border-right-color: rgb(22 101 52 / 0.5); }
.border-x-green-800\/60{ border-left-color: rgb(22 101 52 / 0.6); border-right-color: rgb(22 101 52 / 0.6); }
.border-x-green-800\/70{ border-left-color: rgb(22 101 52 / 0.7); border-right-color: rgb(22 101 52 / 0.7); }
.border-x-green-800\/75{ border-left-color: rgb(22 101 52 / 0.75); border-right-color: rgb(22 101 52 / 0.75); }
.border-x-green-800\/80{ border-left-color: rgb(22 101 52 / 0.8); border-right-color: rgb(22 101 52 / 0.8); }
.border-x-green-800\/90{ border-left-color: rgb(22 101 52 / 0.9); border-right-color: rgb(22 101 52 / 0.9); }
.border-x-green-800\/95{ border-left-color: rgb(22 101 52 / 0.95); border-right-color: rgb(22 101 52 / 0.95); }
.border-x-green-900{ --tw-border-opacity: 1; border-left-color: rgb(20 83 45 / var(--tw-border-opacity)); border-right-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-x-green-900\/0{ border-left-color: rgb(20 83 45 / 0); border-right-color: rgb(20 83 45 / 0); }
.border-x-green-900\/10{ border-left-color: rgb(20 83 45 / 0.1); border-right-color: rgb(20 83 45 / 0.1); }
.border-x-green-900\/100{ border-left-color: rgb(20 83 45 / 1); border-right-color: rgb(20 83 45 / 1); }
.border-x-green-900\/20{ border-left-color: rgb(20 83 45 / 0.2); border-right-color: rgb(20 83 45 / 0.2); }
.border-x-green-900\/25{ border-left-color: rgb(20 83 45 / 0.25); border-right-color: rgb(20 83 45 / 0.25); }
.border-x-green-900\/30{ border-left-color: rgb(20 83 45 / 0.3); border-right-color: rgb(20 83 45 / 0.3); }
.border-x-green-900\/40{ border-left-color: rgb(20 83 45 / 0.4); border-right-color: rgb(20 83 45 / 0.4); }
.border-x-green-900\/5{ border-left-color: rgb(20 83 45 / 0.05); border-right-color: rgb(20 83 45 / 0.05); }
.border-x-green-900\/50{ border-left-color: rgb(20 83 45 / 0.5); border-right-color: rgb(20 83 45 / 0.5); }
.border-x-green-900\/60{ border-left-color: rgb(20 83 45 / 0.6); border-right-color: rgb(20 83 45 / 0.6); }
.border-x-green-900\/70{ border-left-color: rgb(20 83 45 / 0.7); border-right-color: rgb(20 83 45 / 0.7); }
.border-x-green-900\/75{ border-left-color: rgb(20 83 45 / 0.75); border-right-color: rgb(20 83 45 / 0.75); }
.border-x-green-900\/80{ border-left-color: rgb(20 83 45 / 0.8); border-right-color: rgb(20 83 45 / 0.8); }
.border-x-green-900\/90{ border-left-color: rgb(20 83 45 / 0.9); border-right-color: rgb(20 83 45 / 0.9); }
.border-x-green-900\/95{ border-left-color: rgb(20 83 45 / 0.95); border-right-color: rgb(20 83 45 / 0.95); }
.border-x-green-950{ --tw-border-opacity: 1; border-left-color: rgb(5 46 22 / var(--tw-border-opacity)); border-right-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-x-green-950\/0{ border-left-color: rgb(5 46 22 / 0); border-right-color: rgb(5 46 22 / 0); }
.border-x-green-950\/10{ border-left-color: rgb(5 46 22 / 0.1); border-right-color: rgb(5 46 22 / 0.1); }
.border-x-green-950\/100{ border-left-color: rgb(5 46 22 / 1); border-right-color: rgb(5 46 22 / 1); }
.border-x-green-950\/20{ border-left-color: rgb(5 46 22 / 0.2); border-right-color: rgb(5 46 22 / 0.2); }
.border-x-green-950\/25{ border-left-color: rgb(5 46 22 / 0.25); border-right-color: rgb(5 46 22 / 0.25); }
.border-x-green-950\/30{ border-left-color: rgb(5 46 22 / 0.3); border-right-color: rgb(5 46 22 / 0.3); }
.border-x-green-950\/40{ border-left-color: rgb(5 46 22 / 0.4); border-right-color: rgb(5 46 22 / 0.4); }
.border-x-green-950\/5{ border-left-color: rgb(5 46 22 / 0.05); border-right-color: rgb(5 46 22 / 0.05); }
.border-x-green-950\/50{ border-left-color: rgb(5 46 22 / 0.5); border-right-color: rgb(5 46 22 / 0.5); }
.border-x-green-950\/60{ border-left-color: rgb(5 46 22 / 0.6); border-right-color: rgb(5 46 22 / 0.6); }
.border-x-green-950\/70{ border-left-color: rgb(5 46 22 / 0.7); border-right-color: rgb(5 46 22 / 0.7); }
.border-x-green-950\/75{ border-left-color: rgb(5 46 22 / 0.75); border-right-color: rgb(5 46 22 / 0.75); }
.border-x-green-950\/80{ border-left-color: rgb(5 46 22 / 0.8); border-right-color: rgb(5 46 22 / 0.8); }
.border-x-green-950\/90{ border-left-color: rgb(5 46 22 / 0.9); border-right-color: rgb(5 46 22 / 0.9); }
.border-x-green-950\/95{ border-left-color: rgb(5 46 22 / 0.95); border-right-color: rgb(5 46 22 / 0.95); }
.border-x-indigo-100{ --tw-border-opacity: 1; border-left-color: rgb(224 231 255 / var(--tw-border-opacity)); border-right-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-x-indigo-100\/0{ border-left-color: rgb(224 231 255 / 0); border-right-color: rgb(224 231 255 / 0); }
.border-x-indigo-100\/10{ border-left-color: rgb(224 231 255 / 0.1); border-right-color: rgb(224 231 255 / 0.1); }
.border-x-indigo-100\/100{ border-left-color: rgb(224 231 255 / 1); border-right-color: rgb(224 231 255 / 1); }
.border-x-indigo-100\/20{ border-left-color: rgb(224 231 255 / 0.2); border-right-color: rgb(224 231 255 / 0.2); }
.border-x-indigo-100\/25{ border-left-color: rgb(224 231 255 / 0.25); border-right-color: rgb(224 231 255 / 0.25); }
.border-x-indigo-100\/30{ border-left-color: rgb(224 231 255 / 0.3); border-right-color: rgb(224 231 255 / 0.3); }
.border-x-indigo-100\/40{ border-left-color: rgb(224 231 255 / 0.4); border-right-color: rgb(224 231 255 / 0.4); }
.border-x-indigo-100\/5{ border-left-color: rgb(224 231 255 / 0.05); border-right-color: rgb(224 231 255 / 0.05); }
.border-x-indigo-100\/50{ border-left-color: rgb(224 231 255 / 0.5); border-right-color: rgb(224 231 255 / 0.5); }
.border-x-indigo-100\/60{ border-left-color: rgb(224 231 255 / 0.6); border-right-color: rgb(224 231 255 / 0.6); }
.border-x-indigo-100\/70{ border-left-color: rgb(224 231 255 / 0.7); border-right-color: rgb(224 231 255 / 0.7); }
.border-x-indigo-100\/75{ border-left-color: rgb(224 231 255 / 0.75); border-right-color: rgb(224 231 255 / 0.75); }
.border-x-indigo-100\/80{ border-left-color: rgb(224 231 255 / 0.8); border-right-color: rgb(224 231 255 / 0.8); }
.border-x-indigo-100\/90{ border-left-color: rgb(224 231 255 / 0.9); border-right-color: rgb(224 231 255 / 0.9); }
.border-x-indigo-100\/95{ border-left-color: rgb(224 231 255 / 0.95); border-right-color: rgb(224 231 255 / 0.95); }
.border-x-indigo-200{ --tw-border-opacity: 1; border-left-color: rgb(199 210 254 / var(--tw-border-opacity)); border-right-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-x-indigo-200\/0{ border-left-color: rgb(199 210 254 / 0); border-right-color: rgb(199 210 254 / 0); }
.border-x-indigo-200\/10{ border-left-color: rgb(199 210 254 / 0.1); border-right-color: rgb(199 210 254 / 0.1); }
.border-x-indigo-200\/100{ border-left-color: rgb(199 210 254 / 1); border-right-color: rgb(199 210 254 / 1); }
.border-x-indigo-200\/20{ border-left-color: rgb(199 210 254 / 0.2); border-right-color: rgb(199 210 254 / 0.2); }
.border-x-indigo-200\/25{ border-left-color: rgb(199 210 254 / 0.25); border-right-color: rgb(199 210 254 / 0.25); }
.border-x-indigo-200\/30{ border-left-color: rgb(199 210 254 / 0.3); border-right-color: rgb(199 210 254 / 0.3); }
.border-x-indigo-200\/40{ border-left-color: rgb(199 210 254 / 0.4); border-right-color: rgb(199 210 254 / 0.4); }
.border-x-indigo-200\/5{ border-left-color: rgb(199 210 254 / 0.05); border-right-color: rgb(199 210 254 / 0.05); }
.border-x-indigo-200\/50{ border-left-color: rgb(199 210 254 / 0.5); border-right-color: rgb(199 210 254 / 0.5); }
.border-x-indigo-200\/60{ border-left-color: rgb(199 210 254 / 0.6); border-right-color: rgb(199 210 254 / 0.6); }
.border-x-indigo-200\/70{ border-left-color: rgb(199 210 254 / 0.7); border-right-color: rgb(199 210 254 / 0.7); }
.border-x-indigo-200\/75{ border-left-color: rgb(199 210 254 / 0.75); border-right-color: rgb(199 210 254 / 0.75); }
.border-x-indigo-200\/80{ border-left-color: rgb(199 210 254 / 0.8); border-right-color: rgb(199 210 254 / 0.8); }
.border-x-indigo-200\/90{ border-left-color: rgb(199 210 254 / 0.9); border-right-color: rgb(199 210 254 / 0.9); }
.border-x-indigo-200\/95{ border-left-color: rgb(199 210 254 / 0.95); border-right-color: rgb(199 210 254 / 0.95); }
.border-x-indigo-300{ --tw-border-opacity: 1; border-left-color: rgb(165 180 252 / var(--tw-border-opacity)); border-right-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-x-indigo-300\/0{ border-left-color: rgb(165 180 252 / 0); border-right-color: rgb(165 180 252 / 0); }
.border-x-indigo-300\/10{ border-left-color: rgb(165 180 252 / 0.1); border-right-color: rgb(165 180 252 / 0.1); }
.border-x-indigo-300\/100{ border-left-color: rgb(165 180 252 / 1); border-right-color: rgb(165 180 252 / 1); }
.border-x-indigo-300\/20{ border-left-color: rgb(165 180 252 / 0.2); border-right-color: rgb(165 180 252 / 0.2); }
.border-x-indigo-300\/25{ border-left-color: rgb(165 180 252 / 0.25); border-right-color: rgb(165 180 252 / 0.25); }
.border-x-indigo-300\/30{ border-left-color: rgb(165 180 252 / 0.3); border-right-color: rgb(165 180 252 / 0.3); }
.border-x-indigo-300\/40{ border-left-color: rgb(165 180 252 / 0.4); border-right-color: rgb(165 180 252 / 0.4); }
.border-x-indigo-300\/5{ border-left-color: rgb(165 180 252 / 0.05); border-right-color: rgb(165 180 252 / 0.05); }
.border-x-indigo-300\/50{ border-left-color: rgb(165 180 252 / 0.5); border-right-color: rgb(165 180 252 / 0.5); }
.border-x-indigo-300\/60{ border-left-color: rgb(165 180 252 / 0.6); border-right-color: rgb(165 180 252 / 0.6); }
.border-x-indigo-300\/70{ border-left-color: rgb(165 180 252 / 0.7); border-right-color: rgb(165 180 252 / 0.7); }
.border-x-indigo-300\/75{ border-left-color: rgb(165 180 252 / 0.75); border-right-color: rgb(165 180 252 / 0.75); }
.border-x-indigo-300\/80{ border-left-color: rgb(165 180 252 / 0.8); border-right-color: rgb(165 180 252 / 0.8); }
.border-x-indigo-300\/90{ border-left-color: rgb(165 180 252 / 0.9); border-right-color: rgb(165 180 252 / 0.9); }
.border-x-indigo-300\/95{ border-left-color: rgb(165 180 252 / 0.95); border-right-color: rgb(165 180 252 / 0.95); }
.border-x-indigo-400{ --tw-border-opacity: 1; border-left-color: rgb(129 140 248 / var(--tw-border-opacity)); border-right-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-x-indigo-400\/0{ border-left-color: rgb(129 140 248 / 0); border-right-color: rgb(129 140 248 / 0); }
.border-x-indigo-400\/10{ border-left-color: rgb(129 140 248 / 0.1); border-right-color: rgb(129 140 248 / 0.1); }
.border-x-indigo-400\/100{ border-left-color: rgb(129 140 248 / 1); border-right-color: rgb(129 140 248 / 1); }
.border-x-indigo-400\/20{ border-left-color: rgb(129 140 248 / 0.2); border-right-color: rgb(129 140 248 / 0.2); }
.border-x-indigo-400\/25{ border-left-color: rgb(129 140 248 / 0.25); border-right-color: rgb(129 140 248 / 0.25); }
.border-x-indigo-400\/30{ border-left-color: rgb(129 140 248 / 0.3); border-right-color: rgb(129 140 248 / 0.3); }
.border-x-indigo-400\/40{ border-left-color: rgb(129 140 248 / 0.4); border-right-color: rgb(129 140 248 / 0.4); }
.border-x-indigo-400\/5{ border-left-color: rgb(129 140 248 / 0.05); border-right-color: rgb(129 140 248 / 0.05); }
.border-x-indigo-400\/50{ border-left-color: rgb(129 140 248 / 0.5); border-right-color: rgb(129 140 248 / 0.5); }
.border-x-indigo-400\/60{ border-left-color: rgb(129 140 248 / 0.6); border-right-color: rgb(129 140 248 / 0.6); }
.border-x-indigo-400\/70{ border-left-color: rgb(129 140 248 / 0.7); border-right-color: rgb(129 140 248 / 0.7); }
.border-x-indigo-400\/75{ border-left-color: rgb(129 140 248 / 0.75); border-right-color: rgb(129 140 248 / 0.75); }
.border-x-indigo-400\/80{ border-left-color: rgb(129 140 248 / 0.8); border-right-color: rgb(129 140 248 / 0.8); }
.border-x-indigo-400\/90{ border-left-color: rgb(129 140 248 / 0.9); border-right-color: rgb(129 140 248 / 0.9); }
.border-x-indigo-400\/95{ border-left-color: rgb(129 140 248 / 0.95); border-right-color: rgb(129 140 248 / 0.95); }
.border-x-indigo-50{ --tw-border-opacity: 1; border-left-color: rgb(238 242 255 / var(--tw-border-opacity)); border-right-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-x-indigo-50\/0{ border-left-color: rgb(238 242 255 / 0); border-right-color: rgb(238 242 255 / 0); }
.border-x-indigo-50\/10{ border-left-color: rgb(238 242 255 / 0.1); border-right-color: rgb(238 242 255 / 0.1); }
.border-x-indigo-50\/100{ border-left-color: rgb(238 242 255 / 1); border-right-color: rgb(238 242 255 / 1); }
.border-x-indigo-50\/20{ border-left-color: rgb(238 242 255 / 0.2); border-right-color: rgb(238 242 255 / 0.2); }
.border-x-indigo-50\/25{ border-left-color: rgb(238 242 255 / 0.25); border-right-color: rgb(238 242 255 / 0.25); }
.border-x-indigo-50\/30{ border-left-color: rgb(238 242 255 / 0.3); border-right-color: rgb(238 242 255 / 0.3); }
.border-x-indigo-50\/40{ border-left-color: rgb(238 242 255 / 0.4); border-right-color: rgb(238 242 255 / 0.4); }
.border-x-indigo-50\/5{ border-left-color: rgb(238 242 255 / 0.05); border-right-color: rgb(238 242 255 / 0.05); }
.border-x-indigo-50\/50{ border-left-color: rgb(238 242 255 / 0.5); border-right-color: rgb(238 242 255 / 0.5); }
.border-x-indigo-50\/60{ border-left-color: rgb(238 242 255 / 0.6); border-right-color: rgb(238 242 255 / 0.6); }
.border-x-indigo-50\/70{ border-left-color: rgb(238 242 255 / 0.7); border-right-color: rgb(238 242 255 / 0.7); }
.border-x-indigo-50\/75{ border-left-color: rgb(238 242 255 / 0.75); border-right-color: rgb(238 242 255 / 0.75); }
.border-x-indigo-50\/80{ border-left-color: rgb(238 242 255 / 0.8); border-right-color: rgb(238 242 255 / 0.8); }
.border-x-indigo-50\/90{ border-left-color: rgb(238 242 255 / 0.9); border-right-color: rgb(238 242 255 / 0.9); }
.border-x-indigo-50\/95{ border-left-color: rgb(238 242 255 / 0.95); border-right-color: rgb(238 242 255 / 0.95); }
.border-x-indigo-500{ --tw-border-opacity: 1; border-left-color: rgb(99 102 241 / var(--tw-border-opacity)); border-right-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-x-indigo-500\/0{ border-left-color: rgb(99 102 241 / 0); border-right-color: rgb(99 102 241 / 0); }
.border-x-indigo-500\/10{ border-left-color: rgb(99 102 241 / 0.1); border-right-color: rgb(99 102 241 / 0.1); }
.border-x-indigo-500\/100{ border-left-color: rgb(99 102 241 / 1); border-right-color: rgb(99 102 241 / 1); }
.border-x-indigo-500\/20{ border-left-color: rgb(99 102 241 / 0.2); border-right-color: rgb(99 102 241 / 0.2); }
.border-x-indigo-500\/25{ border-left-color: rgb(99 102 241 / 0.25); border-right-color: rgb(99 102 241 / 0.25); }
.border-x-indigo-500\/30{ border-left-color: rgb(99 102 241 / 0.3); border-right-color: rgb(99 102 241 / 0.3); }
.border-x-indigo-500\/40{ border-left-color: rgb(99 102 241 / 0.4); border-right-color: rgb(99 102 241 / 0.4); }
.border-x-indigo-500\/5{ border-left-color: rgb(99 102 241 / 0.05); border-right-color: rgb(99 102 241 / 0.05); }
.border-x-indigo-500\/50{ border-left-color: rgb(99 102 241 / 0.5); border-right-color: rgb(99 102 241 / 0.5); }
.border-x-indigo-500\/60{ border-left-color: rgb(99 102 241 / 0.6); border-right-color: rgb(99 102 241 / 0.6); }
.border-x-indigo-500\/70{ border-left-color: rgb(99 102 241 / 0.7); border-right-color: rgb(99 102 241 / 0.7); }
.border-x-indigo-500\/75{ border-left-color: rgb(99 102 241 / 0.75); border-right-color: rgb(99 102 241 / 0.75); }
.border-x-indigo-500\/80{ border-left-color: rgb(99 102 241 / 0.8); border-right-color: rgb(99 102 241 / 0.8); }
.border-x-indigo-500\/90{ border-left-color: rgb(99 102 241 / 0.9); border-right-color: rgb(99 102 241 / 0.9); }
.border-x-indigo-500\/95{ border-left-color: rgb(99 102 241 / 0.95); border-right-color: rgb(99 102 241 / 0.95); }
.border-x-indigo-600{ --tw-border-opacity: 1; border-left-color: rgb(79 70 229 / var(--tw-border-opacity)); border-right-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-x-indigo-600\/0{ border-left-color: rgb(79 70 229 / 0); border-right-color: rgb(79 70 229 / 0); }
.border-x-indigo-600\/10{ border-left-color: rgb(79 70 229 / 0.1); border-right-color: rgb(79 70 229 / 0.1); }
.border-x-indigo-600\/100{ border-left-color: rgb(79 70 229 / 1); border-right-color: rgb(79 70 229 / 1); }
.border-x-indigo-600\/20{ border-left-color: rgb(79 70 229 / 0.2); border-right-color: rgb(79 70 229 / 0.2); }
.border-x-indigo-600\/25{ border-left-color: rgb(79 70 229 / 0.25); border-right-color: rgb(79 70 229 / 0.25); }
.border-x-indigo-600\/30{ border-left-color: rgb(79 70 229 / 0.3); border-right-color: rgb(79 70 229 / 0.3); }
.border-x-indigo-600\/40{ border-left-color: rgb(79 70 229 / 0.4); border-right-color: rgb(79 70 229 / 0.4); }
.border-x-indigo-600\/5{ border-left-color: rgb(79 70 229 / 0.05); border-right-color: rgb(79 70 229 / 0.05); }
.border-x-indigo-600\/50{ border-left-color: rgb(79 70 229 / 0.5); border-right-color: rgb(79 70 229 / 0.5); }
.border-x-indigo-600\/60{ border-left-color: rgb(79 70 229 / 0.6); border-right-color: rgb(79 70 229 / 0.6); }
.border-x-indigo-600\/70{ border-left-color: rgb(79 70 229 / 0.7); border-right-color: rgb(79 70 229 / 0.7); }
.border-x-indigo-600\/75{ border-left-color: rgb(79 70 229 / 0.75); border-right-color: rgb(79 70 229 / 0.75); }
.border-x-indigo-600\/80{ border-left-color: rgb(79 70 229 / 0.8); border-right-color: rgb(79 70 229 / 0.8); }
.border-x-indigo-600\/90{ border-left-color: rgb(79 70 229 / 0.9); border-right-color: rgb(79 70 229 / 0.9); }
.border-x-indigo-600\/95{ border-left-color: rgb(79 70 229 / 0.95); border-right-color: rgb(79 70 229 / 0.95); }
.border-x-indigo-700{ --tw-border-opacity: 1; border-left-color: rgb(67 56 202 / var(--tw-border-opacity)); border-right-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-x-indigo-700\/0{ border-left-color: rgb(67 56 202 / 0); border-right-color: rgb(67 56 202 / 0); }
.border-x-indigo-700\/10{ border-left-color: rgb(67 56 202 / 0.1); border-right-color: rgb(67 56 202 / 0.1); }
.border-x-indigo-700\/100{ border-left-color: rgb(67 56 202 / 1); border-right-color: rgb(67 56 202 / 1); }
.border-x-indigo-700\/20{ border-left-color: rgb(67 56 202 / 0.2); border-right-color: rgb(67 56 202 / 0.2); }
.border-x-indigo-700\/25{ border-left-color: rgb(67 56 202 / 0.25); border-right-color: rgb(67 56 202 / 0.25); }
.border-x-indigo-700\/30{ border-left-color: rgb(67 56 202 / 0.3); border-right-color: rgb(67 56 202 / 0.3); }
.border-x-indigo-700\/40{ border-left-color: rgb(67 56 202 / 0.4); border-right-color: rgb(67 56 202 / 0.4); }
.border-x-indigo-700\/5{ border-left-color: rgb(67 56 202 / 0.05); border-right-color: rgb(67 56 202 / 0.05); }
.border-x-indigo-700\/50{ border-left-color: rgb(67 56 202 / 0.5); border-right-color: rgb(67 56 202 / 0.5); }
.border-x-indigo-700\/60{ border-left-color: rgb(67 56 202 / 0.6); border-right-color: rgb(67 56 202 / 0.6); }
.border-x-indigo-700\/70{ border-left-color: rgb(67 56 202 / 0.7); border-right-color: rgb(67 56 202 / 0.7); }
.border-x-indigo-700\/75{ border-left-color: rgb(67 56 202 / 0.75); border-right-color: rgb(67 56 202 / 0.75); }
.border-x-indigo-700\/80{ border-left-color: rgb(67 56 202 / 0.8); border-right-color: rgb(67 56 202 / 0.8); }
.border-x-indigo-700\/90{ border-left-color: rgb(67 56 202 / 0.9); border-right-color: rgb(67 56 202 / 0.9); }
.border-x-indigo-700\/95{ border-left-color: rgb(67 56 202 / 0.95); border-right-color: rgb(67 56 202 / 0.95); }
.border-x-indigo-800{ --tw-border-opacity: 1; border-left-color: rgb(55 48 163 / var(--tw-border-opacity)); border-right-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-x-indigo-800\/0{ border-left-color: rgb(55 48 163 / 0); border-right-color: rgb(55 48 163 / 0); }
.border-x-indigo-800\/10{ border-left-color: rgb(55 48 163 / 0.1); border-right-color: rgb(55 48 163 / 0.1); }
.border-x-indigo-800\/100{ border-left-color: rgb(55 48 163 / 1); border-right-color: rgb(55 48 163 / 1); }
.border-x-indigo-800\/20{ border-left-color: rgb(55 48 163 / 0.2); border-right-color: rgb(55 48 163 / 0.2); }
.border-x-indigo-800\/25{ border-left-color: rgb(55 48 163 / 0.25); border-right-color: rgb(55 48 163 / 0.25); }
.border-x-indigo-800\/30{ border-left-color: rgb(55 48 163 / 0.3); border-right-color: rgb(55 48 163 / 0.3); }
.border-x-indigo-800\/40{ border-left-color: rgb(55 48 163 / 0.4); border-right-color: rgb(55 48 163 / 0.4); }
.border-x-indigo-800\/5{ border-left-color: rgb(55 48 163 / 0.05); border-right-color: rgb(55 48 163 / 0.05); }
.border-x-indigo-800\/50{ border-left-color: rgb(55 48 163 / 0.5); border-right-color: rgb(55 48 163 / 0.5); }
.border-x-indigo-800\/60{ border-left-color: rgb(55 48 163 / 0.6); border-right-color: rgb(55 48 163 / 0.6); }
.border-x-indigo-800\/70{ border-left-color: rgb(55 48 163 / 0.7); border-right-color: rgb(55 48 163 / 0.7); }
.border-x-indigo-800\/75{ border-left-color: rgb(55 48 163 / 0.75); border-right-color: rgb(55 48 163 / 0.75); }
.border-x-indigo-800\/80{ border-left-color: rgb(55 48 163 / 0.8); border-right-color: rgb(55 48 163 / 0.8); }
.border-x-indigo-800\/90{ border-left-color: rgb(55 48 163 / 0.9); border-right-color: rgb(55 48 163 / 0.9); }
.border-x-indigo-800\/95{ border-left-color: rgb(55 48 163 / 0.95); border-right-color: rgb(55 48 163 / 0.95); }
.border-x-indigo-900{ --tw-border-opacity: 1; border-left-color: rgb(49 46 129 / var(--tw-border-opacity)); border-right-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-x-indigo-900\/0{ border-left-color: rgb(49 46 129 / 0); border-right-color: rgb(49 46 129 / 0); }
.border-x-indigo-900\/10{ border-left-color: rgb(49 46 129 / 0.1); border-right-color: rgb(49 46 129 / 0.1); }
.border-x-indigo-900\/100{ border-left-color: rgb(49 46 129 / 1); border-right-color: rgb(49 46 129 / 1); }
.border-x-indigo-900\/20{ border-left-color: rgb(49 46 129 / 0.2); border-right-color: rgb(49 46 129 / 0.2); }
.border-x-indigo-900\/25{ border-left-color: rgb(49 46 129 / 0.25); border-right-color: rgb(49 46 129 / 0.25); }
.border-x-indigo-900\/30{ border-left-color: rgb(49 46 129 / 0.3); border-right-color: rgb(49 46 129 / 0.3); }
.border-x-indigo-900\/40{ border-left-color: rgb(49 46 129 / 0.4); border-right-color: rgb(49 46 129 / 0.4); }
.border-x-indigo-900\/5{ border-left-color: rgb(49 46 129 / 0.05); border-right-color: rgb(49 46 129 / 0.05); }
.border-x-indigo-900\/50{ border-left-color: rgb(49 46 129 / 0.5); border-right-color: rgb(49 46 129 / 0.5); }
.border-x-indigo-900\/60{ border-left-color: rgb(49 46 129 / 0.6); border-right-color: rgb(49 46 129 / 0.6); }
.border-x-indigo-900\/70{ border-left-color: rgb(49 46 129 / 0.7); border-right-color: rgb(49 46 129 / 0.7); }
.border-x-indigo-900\/75{ border-left-color: rgb(49 46 129 / 0.75); border-right-color: rgb(49 46 129 / 0.75); }
.border-x-indigo-900\/80{ border-left-color: rgb(49 46 129 / 0.8); border-right-color: rgb(49 46 129 / 0.8); }
.border-x-indigo-900\/90{ border-left-color: rgb(49 46 129 / 0.9); border-right-color: rgb(49 46 129 / 0.9); }
.border-x-indigo-900\/95{ border-left-color: rgb(49 46 129 / 0.95); border-right-color: rgb(49 46 129 / 0.95); }
.border-x-indigo-950{ --tw-border-opacity: 1; border-left-color: rgb(30 27 75 / var(--tw-border-opacity)); border-right-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-x-indigo-950\/0{ border-left-color: rgb(30 27 75 / 0); border-right-color: rgb(30 27 75 / 0); }
.border-x-indigo-950\/10{ border-left-color: rgb(30 27 75 / 0.1); border-right-color: rgb(30 27 75 / 0.1); }
.border-x-indigo-950\/100{ border-left-color: rgb(30 27 75 / 1); border-right-color: rgb(30 27 75 / 1); }
.border-x-indigo-950\/20{ border-left-color: rgb(30 27 75 / 0.2); border-right-color: rgb(30 27 75 / 0.2); }
.border-x-indigo-950\/25{ border-left-color: rgb(30 27 75 / 0.25); border-right-color: rgb(30 27 75 / 0.25); }
.border-x-indigo-950\/30{ border-left-color: rgb(30 27 75 / 0.3); border-right-color: rgb(30 27 75 / 0.3); }
.border-x-indigo-950\/40{ border-left-color: rgb(30 27 75 / 0.4); border-right-color: rgb(30 27 75 / 0.4); }
.border-x-indigo-950\/5{ border-left-color: rgb(30 27 75 / 0.05); border-right-color: rgb(30 27 75 / 0.05); }
.border-x-indigo-950\/50{ border-left-color: rgb(30 27 75 / 0.5); border-right-color: rgb(30 27 75 / 0.5); }
.border-x-indigo-950\/60{ border-left-color: rgb(30 27 75 / 0.6); border-right-color: rgb(30 27 75 / 0.6); }
.border-x-indigo-950\/70{ border-left-color: rgb(30 27 75 / 0.7); border-right-color: rgb(30 27 75 / 0.7); }
.border-x-indigo-950\/75{ border-left-color: rgb(30 27 75 / 0.75); border-right-color: rgb(30 27 75 / 0.75); }
.border-x-indigo-950\/80{ border-left-color: rgb(30 27 75 / 0.8); border-right-color: rgb(30 27 75 / 0.8); }
.border-x-indigo-950\/90{ border-left-color: rgb(30 27 75 / 0.9); border-right-color: rgb(30 27 75 / 0.9); }
.border-x-indigo-950\/95{ border-left-color: rgb(30 27 75 / 0.95); border-right-color: rgb(30 27 75 / 0.95); }
.border-x-inherit{ border-left-color: inherit; border-right-color: inherit; }
.border-x-kaimurasaki{ --tw-border-opacity: 1; border-left-color: rgb(34 28 52 / var(--tw-border-opacity)); border-right-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-100{ --tw-border-opacity: 1; border-left-color: rgb(232 232 234 / var(--tw-border-opacity)); border-right-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-100\/0{ border-left-color: rgb(232 232 234 / 0); border-right-color: rgb(232 232 234 / 0); }
.border-x-kaimurasaki-100\/10{ border-left-color: rgb(232 232 234 / 0.1); border-right-color: rgb(232 232 234 / 0.1); }
.border-x-kaimurasaki-100\/100{ border-left-color: rgb(232 232 234 / 1); border-right-color: rgb(232 232 234 / 1); }
.border-x-kaimurasaki-100\/20{ border-left-color: rgb(232 232 234 / 0.2); border-right-color: rgb(232 232 234 / 0.2); }
.border-x-kaimurasaki-100\/25{ border-left-color: rgb(232 232 234 / 0.25); border-right-color: rgb(232 232 234 / 0.25); }
.border-x-kaimurasaki-100\/30{ border-left-color: rgb(232 232 234 / 0.3); border-right-color: rgb(232 232 234 / 0.3); }
.border-x-kaimurasaki-100\/40{ border-left-color: rgb(232 232 234 / 0.4); border-right-color: rgb(232 232 234 / 0.4); }
.border-x-kaimurasaki-100\/5{ border-left-color: rgb(232 232 234 / 0.05); border-right-color: rgb(232 232 234 / 0.05); }
.border-x-kaimurasaki-100\/50{ border-left-color: rgb(232 232 234 / 0.5); border-right-color: rgb(232 232 234 / 0.5); }
.border-x-kaimurasaki-100\/60{ border-left-color: rgb(232 232 234 / 0.6); border-right-color: rgb(232 232 234 / 0.6); }
.border-x-kaimurasaki-100\/70{ border-left-color: rgb(232 232 234 / 0.7); border-right-color: rgb(232 232 234 / 0.7); }
.border-x-kaimurasaki-100\/75{ border-left-color: rgb(232 232 234 / 0.75); border-right-color: rgb(232 232 234 / 0.75); }
.border-x-kaimurasaki-100\/80{ border-left-color: rgb(232 232 234 / 0.8); border-right-color: rgb(232 232 234 / 0.8); }
.border-x-kaimurasaki-100\/90{ border-left-color: rgb(232 232 234 / 0.9); border-right-color: rgb(232 232 234 / 0.9); }
.border-x-kaimurasaki-100\/95{ border-left-color: rgb(232 232 234 / 0.95); border-right-color: rgb(232 232 234 / 0.95); }
.border-x-kaimurasaki-200{ --tw-border-opacity: 1; border-left-color: rgb(211 210 214 / var(--tw-border-opacity)); border-right-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-200\/0{ border-left-color: rgb(211 210 214 / 0); border-right-color: rgb(211 210 214 / 0); }
.border-x-kaimurasaki-200\/10{ border-left-color: rgb(211 210 214 / 0.1); border-right-color: rgb(211 210 214 / 0.1); }
.border-x-kaimurasaki-200\/100{ border-left-color: rgb(211 210 214 / 1); border-right-color: rgb(211 210 214 / 1); }
.border-x-kaimurasaki-200\/20{ border-left-color: rgb(211 210 214 / 0.2); border-right-color: rgb(211 210 214 / 0.2); }
.border-x-kaimurasaki-200\/25{ border-left-color: rgb(211 210 214 / 0.25); border-right-color: rgb(211 210 214 / 0.25); }
.border-x-kaimurasaki-200\/30{ border-left-color: rgb(211 210 214 / 0.3); border-right-color: rgb(211 210 214 / 0.3); }
.border-x-kaimurasaki-200\/40{ border-left-color: rgb(211 210 214 / 0.4); border-right-color: rgb(211 210 214 / 0.4); }
.border-x-kaimurasaki-200\/5{ border-left-color: rgb(211 210 214 / 0.05); border-right-color: rgb(211 210 214 / 0.05); }
.border-x-kaimurasaki-200\/50{ border-left-color: rgb(211 210 214 / 0.5); border-right-color: rgb(211 210 214 / 0.5); }
.border-x-kaimurasaki-200\/60{ border-left-color: rgb(211 210 214 / 0.6); border-right-color: rgb(211 210 214 / 0.6); }
.border-x-kaimurasaki-200\/70{ border-left-color: rgb(211 210 214 / 0.7); border-right-color: rgb(211 210 214 / 0.7); }
.border-x-kaimurasaki-200\/75{ border-left-color: rgb(211 210 214 / 0.75); border-right-color: rgb(211 210 214 / 0.75); }
.border-x-kaimurasaki-200\/80{ border-left-color: rgb(211 210 214 / 0.8); border-right-color: rgb(211 210 214 / 0.8); }
.border-x-kaimurasaki-200\/90{ border-left-color: rgb(211 210 214 / 0.9); border-right-color: rgb(211 210 214 / 0.9); }
.border-x-kaimurasaki-200\/95{ border-left-color: rgb(211 210 214 / 0.95); border-right-color: rgb(211 210 214 / 0.95); }
.border-x-kaimurasaki-300{ --tw-border-opacity: 1; border-left-color: rgb(188 186 194 / var(--tw-border-opacity)); border-right-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-300\/0{ border-left-color: rgb(188 186 194 / 0); border-right-color: rgb(188 186 194 / 0); }
.border-x-kaimurasaki-300\/10{ border-left-color: rgb(188 186 194 / 0.1); border-right-color: rgb(188 186 194 / 0.1); }
.border-x-kaimurasaki-300\/100{ border-left-color: rgb(188 186 194 / 1); border-right-color: rgb(188 186 194 / 1); }
.border-x-kaimurasaki-300\/20{ border-left-color: rgb(188 186 194 / 0.2); border-right-color: rgb(188 186 194 / 0.2); }
.border-x-kaimurasaki-300\/25{ border-left-color: rgb(188 186 194 / 0.25); border-right-color: rgb(188 186 194 / 0.25); }
.border-x-kaimurasaki-300\/30{ border-left-color: rgb(188 186 194 / 0.3); border-right-color: rgb(188 186 194 / 0.3); }
.border-x-kaimurasaki-300\/40{ border-left-color: rgb(188 186 194 / 0.4); border-right-color: rgb(188 186 194 / 0.4); }
.border-x-kaimurasaki-300\/5{ border-left-color: rgb(188 186 194 / 0.05); border-right-color: rgb(188 186 194 / 0.05); }
.border-x-kaimurasaki-300\/50{ border-left-color: rgb(188 186 194 / 0.5); border-right-color: rgb(188 186 194 / 0.5); }
.border-x-kaimurasaki-300\/60{ border-left-color: rgb(188 186 194 / 0.6); border-right-color: rgb(188 186 194 / 0.6); }
.border-x-kaimurasaki-300\/70{ border-left-color: rgb(188 186 194 / 0.7); border-right-color: rgb(188 186 194 / 0.7); }
.border-x-kaimurasaki-300\/75{ border-left-color: rgb(188 186 194 / 0.75); border-right-color: rgb(188 186 194 / 0.75); }
.border-x-kaimurasaki-300\/80{ border-left-color: rgb(188 186 194 / 0.8); border-right-color: rgb(188 186 194 / 0.8); }
.border-x-kaimurasaki-300\/90{ border-left-color: rgb(188 186 194 / 0.9); border-right-color: rgb(188 186 194 / 0.9); }
.border-x-kaimurasaki-300\/95{ border-left-color: rgb(188 186 194 / 0.95); border-right-color: rgb(188 186 194 / 0.95); }
.border-x-kaimurasaki-400{ --tw-border-opacity: 1; border-left-color: rgb(167 164 174 / var(--tw-border-opacity)); border-right-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-400\/0{ border-left-color: rgb(167 164 174 / 0); border-right-color: rgb(167 164 174 / 0); }
.border-x-kaimurasaki-400\/10{ border-left-color: rgb(167 164 174 / 0.1); border-right-color: rgb(167 164 174 / 0.1); }
.border-x-kaimurasaki-400\/100{ border-left-color: rgb(167 164 174 / 1); border-right-color: rgb(167 164 174 / 1); }
.border-x-kaimurasaki-400\/20{ border-left-color: rgb(167 164 174 / 0.2); border-right-color: rgb(167 164 174 / 0.2); }
.border-x-kaimurasaki-400\/25{ border-left-color: rgb(167 164 174 / 0.25); border-right-color: rgb(167 164 174 / 0.25); }
.border-x-kaimurasaki-400\/30{ border-left-color: rgb(167 164 174 / 0.3); border-right-color: rgb(167 164 174 / 0.3); }
.border-x-kaimurasaki-400\/40{ border-left-color: rgb(167 164 174 / 0.4); border-right-color: rgb(167 164 174 / 0.4); }
.border-x-kaimurasaki-400\/5{ border-left-color: rgb(167 164 174 / 0.05); border-right-color: rgb(167 164 174 / 0.05); }
.border-x-kaimurasaki-400\/50{ border-left-color: rgb(167 164 174 / 0.5); border-right-color: rgb(167 164 174 / 0.5); }
.border-x-kaimurasaki-400\/60{ border-left-color: rgb(167 164 174 / 0.6); border-right-color: rgb(167 164 174 / 0.6); }
.border-x-kaimurasaki-400\/70{ border-left-color: rgb(167 164 174 / 0.7); border-right-color: rgb(167 164 174 / 0.7); }
.border-x-kaimurasaki-400\/75{ border-left-color: rgb(167 164 174 / 0.75); border-right-color: rgb(167 164 174 / 0.75); }
.border-x-kaimurasaki-400\/80{ border-left-color: rgb(167 164 174 / 0.8); border-right-color: rgb(167 164 174 / 0.8); }
.border-x-kaimurasaki-400\/90{ border-left-color: rgb(167 164 174 / 0.9); border-right-color: rgb(167 164 174 / 0.9); }
.border-x-kaimurasaki-400\/95{ border-left-color: rgb(167 164 174 / 0.95); border-right-color: rgb(167 164 174 / 0.95); }
.border-x-kaimurasaki-500{ --tw-border-opacity: 1; border-left-color: rgb(145 142 154 / var(--tw-border-opacity)); border-right-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-500\/0{ border-left-color: rgb(145 142 154 / 0); border-right-color: rgb(145 142 154 / 0); }
.border-x-kaimurasaki-500\/10{ border-left-color: rgb(145 142 154 / 0.1); border-right-color: rgb(145 142 154 / 0.1); }
.border-x-kaimurasaki-500\/100{ border-left-color: rgb(145 142 154 / 1); border-right-color: rgb(145 142 154 / 1); }
.border-x-kaimurasaki-500\/20{ border-left-color: rgb(145 142 154 / 0.2); border-right-color: rgb(145 142 154 / 0.2); }
.border-x-kaimurasaki-500\/25{ border-left-color: rgb(145 142 154 / 0.25); border-right-color: rgb(145 142 154 / 0.25); }
.border-x-kaimurasaki-500\/30{ border-left-color: rgb(145 142 154 / 0.3); border-right-color: rgb(145 142 154 / 0.3); }
.border-x-kaimurasaki-500\/40{ border-left-color: rgb(145 142 154 / 0.4); border-right-color: rgb(145 142 154 / 0.4); }
.border-x-kaimurasaki-500\/5{ border-left-color: rgb(145 142 154 / 0.05); border-right-color: rgb(145 142 154 / 0.05); }
.border-x-kaimurasaki-500\/50{ border-left-color: rgb(145 142 154 / 0.5); border-right-color: rgb(145 142 154 / 0.5); }
.border-x-kaimurasaki-500\/60{ border-left-color: rgb(145 142 154 / 0.6); border-right-color: rgb(145 142 154 / 0.6); }
.border-x-kaimurasaki-500\/70{ border-left-color: rgb(145 142 154 / 0.7); border-right-color: rgb(145 142 154 / 0.7); }
.border-x-kaimurasaki-500\/75{ border-left-color: rgb(145 142 154 / 0.75); border-right-color: rgb(145 142 154 / 0.75); }
.border-x-kaimurasaki-500\/80{ border-left-color: rgb(145 142 154 / 0.8); border-right-color: rgb(145 142 154 / 0.8); }
.border-x-kaimurasaki-500\/90{ border-left-color: rgb(145 142 154 / 0.9); border-right-color: rgb(145 142 154 / 0.9); }
.border-x-kaimurasaki-500\/95{ border-left-color: rgb(145 142 154 / 0.95); border-right-color: rgb(145 142 154 / 0.95); }
.border-x-kaimurasaki-600{ --tw-border-opacity: 1; border-left-color: rgb(122 119 133 / var(--tw-border-opacity)); border-right-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-600\/0{ border-left-color: rgb(122 119 133 / 0); border-right-color: rgb(122 119 133 / 0); }
.border-x-kaimurasaki-600\/10{ border-left-color: rgb(122 119 133 / 0.1); border-right-color: rgb(122 119 133 / 0.1); }
.border-x-kaimurasaki-600\/100{ border-left-color: rgb(122 119 133 / 1); border-right-color: rgb(122 119 133 / 1); }
.border-x-kaimurasaki-600\/20{ border-left-color: rgb(122 119 133 / 0.2); border-right-color: rgb(122 119 133 / 0.2); }
.border-x-kaimurasaki-600\/25{ border-left-color: rgb(122 119 133 / 0.25); border-right-color: rgb(122 119 133 / 0.25); }
.border-x-kaimurasaki-600\/30{ border-left-color: rgb(122 119 133 / 0.3); border-right-color: rgb(122 119 133 / 0.3); }
.border-x-kaimurasaki-600\/40{ border-left-color: rgb(122 119 133 / 0.4); border-right-color: rgb(122 119 133 / 0.4); }
.border-x-kaimurasaki-600\/5{ border-left-color: rgb(122 119 133 / 0.05); border-right-color: rgb(122 119 133 / 0.05); }
.border-x-kaimurasaki-600\/50{ border-left-color: rgb(122 119 133 / 0.5); border-right-color: rgb(122 119 133 / 0.5); }
.border-x-kaimurasaki-600\/60{ border-left-color: rgb(122 119 133 / 0.6); border-right-color: rgb(122 119 133 / 0.6); }
.border-x-kaimurasaki-600\/70{ border-left-color: rgb(122 119 133 / 0.7); border-right-color: rgb(122 119 133 / 0.7); }
.border-x-kaimurasaki-600\/75{ border-left-color: rgb(122 119 133 / 0.75); border-right-color: rgb(122 119 133 / 0.75); }
.border-x-kaimurasaki-600\/80{ border-left-color: rgb(122 119 133 / 0.8); border-right-color: rgb(122 119 133 / 0.8); }
.border-x-kaimurasaki-600\/90{ border-left-color: rgb(122 119 133 / 0.9); border-right-color: rgb(122 119 133 / 0.9); }
.border-x-kaimurasaki-600\/95{ border-left-color: rgb(122 119 133 / 0.95); border-right-color: rgb(122 119 133 / 0.95); }
.border-x-kaimurasaki-700{ --tw-border-opacity: 1; border-left-color: rgb(100 96 113 / var(--tw-border-opacity)); border-right-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-700\/0{ border-left-color: rgb(100 96 113 / 0); border-right-color: rgb(100 96 113 / 0); }
.border-x-kaimurasaki-700\/10{ border-left-color: rgb(100 96 113 / 0.1); border-right-color: rgb(100 96 113 / 0.1); }
.border-x-kaimurasaki-700\/100{ border-left-color: rgb(100 96 113 / 1); border-right-color: rgb(100 96 113 / 1); }
.border-x-kaimurasaki-700\/20{ border-left-color: rgb(100 96 113 / 0.2); border-right-color: rgb(100 96 113 / 0.2); }
.border-x-kaimurasaki-700\/25{ border-left-color: rgb(100 96 113 / 0.25); border-right-color: rgb(100 96 113 / 0.25); }
.border-x-kaimurasaki-700\/30{ border-left-color: rgb(100 96 113 / 0.3); border-right-color: rgb(100 96 113 / 0.3); }
.border-x-kaimurasaki-700\/40{ border-left-color: rgb(100 96 113 / 0.4); border-right-color: rgb(100 96 113 / 0.4); }
.border-x-kaimurasaki-700\/5{ border-left-color: rgb(100 96 113 / 0.05); border-right-color: rgb(100 96 113 / 0.05); }
.border-x-kaimurasaki-700\/50{ border-left-color: rgb(100 96 113 / 0.5); border-right-color: rgb(100 96 113 / 0.5); }
.border-x-kaimurasaki-700\/60{ border-left-color: rgb(100 96 113 / 0.6); border-right-color: rgb(100 96 113 / 0.6); }
.border-x-kaimurasaki-700\/70{ border-left-color: rgb(100 96 113 / 0.7); border-right-color: rgb(100 96 113 / 0.7); }
.border-x-kaimurasaki-700\/75{ border-left-color: rgb(100 96 113 / 0.75); border-right-color: rgb(100 96 113 / 0.75); }
.border-x-kaimurasaki-700\/80{ border-left-color: rgb(100 96 113 / 0.8); border-right-color: rgb(100 96 113 / 0.8); }
.border-x-kaimurasaki-700\/90{ border-left-color: rgb(100 96 113 / 0.9); border-right-color: rgb(100 96 113 / 0.9); }
.border-x-kaimurasaki-700\/95{ border-left-color: rgb(100 96 113 / 0.95); border-right-color: rgb(100 96 113 / 0.95); }
.border-x-kaimurasaki-800{ --tw-border-opacity: 1; border-left-color: rgb(78 73 93 / var(--tw-border-opacity)); border-right-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-800\/0{ border-left-color: rgb(78 73 93 / 0); border-right-color: rgb(78 73 93 / 0); }
.border-x-kaimurasaki-800\/10{ border-left-color: rgb(78 73 93 / 0.1); border-right-color: rgb(78 73 93 / 0.1); }
.border-x-kaimurasaki-800\/100{ border-left-color: rgb(78 73 93 / 1); border-right-color: rgb(78 73 93 / 1); }
.border-x-kaimurasaki-800\/20{ border-left-color: rgb(78 73 93 / 0.2); border-right-color: rgb(78 73 93 / 0.2); }
.border-x-kaimurasaki-800\/25{ border-left-color: rgb(78 73 93 / 0.25); border-right-color: rgb(78 73 93 / 0.25); }
.border-x-kaimurasaki-800\/30{ border-left-color: rgb(78 73 93 / 0.3); border-right-color: rgb(78 73 93 / 0.3); }
.border-x-kaimurasaki-800\/40{ border-left-color: rgb(78 73 93 / 0.4); border-right-color: rgb(78 73 93 / 0.4); }
.border-x-kaimurasaki-800\/5{ border-left-color: rgb(78 73 93 / 0.05); border-right-color: rgb(78 73 93 / 0.05); }
.border-x-kaimurasaki-800\/50{ border-left-color: rgb(78 73 93 / 0.5); border-right-color: rgb(78 73 93 / 0.5); }
.border-x-kaimurasaki-800\/60{ border-left-color: rgb(78 73 93 / 0.6); border-right-color: rgb(78 73 93 / 0.6); }
.border-x-kaimurasaki-800\/70{ border-left-color: rgb(78 73 93 / 0.7); border-right-color: rgb(78 73 93 / 0.7); }
.border-x-kaimurasaki-800\/75{ border-left-color: rgb(78 73 93 / 0.75); border-right-color: rgb(78 73 93 / 0.75); }
.border-x-kaimurasaki-800\/80{ border-left-color: rgb(78 73 93 / 0.8); border-right-color: rgb(78 73 93 / 0.8); }
.border-x-kaimurasaki-800\/90{ border-left-color: rgb(78 73 93 / 0.9); border-right-color: rgb(78 73 93 / 0.9); }
.border-x-kaimurasaki-800\/95{ border-left-color: rgb(78 73 93 / 0.95); border-right-color: rgb(78 73 93 / 0.95); }
.border-x-kaimurasaki-900{ --tw-border-opacity: 1; border-left-color: rgb(56 50 72 / var(--tw-border-opacity)); border-right-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-900\/0{ border-left-color: rgb(56 50 72 / 0); border-right-color: rgb(56 50 72 / 0); }
.border-x-kaimurasaki-900\/10{ border-left-color: rgb(56 50 72 / 0.1); border-right-color: rgb(56 50 72 / 0.1); }
.border-x-kaimurasaki-900\/100{ border-left-color: rgb(56 50 72 / 1); border-right-color: rgb(56 50 72 / 1); }
.border-x-kaimurasaki-900\/20{ border-left-color: rgb(56 50 72 / 0.2); border-right-color: rgb(56 50 72 / 0.2); }
.border-x-kaimurasaki-900\/25{ border-left-color: rgb(56 50 72 / 0.25); border-right-color: rgb(56 50 72 / 0.25); }
.border-x-kaimurasaki-900\/30{ border-left-color: rgb(56 50 72 / 0.3); border-right-color: rgb(56 50 72 / 0.3); }
.border-x-kaimurasaki-900\/40{ border-left-color: rgb(56 50 72 / 0.4); border-right-color: rgb(56 50 72 / 0.4); }
.border-x-kaimurasaki-900\/5{ border-left-color: rgb(56 50 72 / 0.05); border-right-color: rgb(56 50 72 / 0.05); }
.border-x-kaimurasaki-900\/50{ border-left-color: rgb(56 50 72 / 0.5); border-right-color: rgb(56 50 72 / 0.5); }
.border-x-kaimurasaki-900\/60{ border-left-color: rgb(56 50 72 / 0.6); border-right-color: rgb(56 50 72 / 0.6); }
.border-x-kaimurasaki-900\/70{ border-left-color: rgb(56 50 72 / 0.7); border-right-color: rgb(56 50 72 / 0.7); }
.border-x-kaimurasaki-900\/75{ border-left-color: rgb(56 50 72 / 0.75); border-right-color: rgb(56 50 72 / 0.75); }
.border-x-kaimurasaki-900\/80{ border-left-color: rgb(56 50 72 / 0.8); border-right-color: rgb(56 50 72 / 0.8); }
.border-x-kaimurasaki-900\/90{ border-left-color: rgb(56 50 72 / 0.9); border-right-color: rgb(56 50 72 / 0.9); }
.border-x-kaimurasaki-900\/95{ border-left-color: rgb(56 50 72 / 0.95); border-right-color: rgb(56 50 72 / 0.95); }
.border-x-kaimurasaki-950{ --tw-border-opacity: 1; border-left-color: rgb(44 39 62 / var(--tw-border-opacity)); border-right-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-x-kaimurasaki-950\/0{ border-left-color: rgb(44 39 62 / 0); border-right-color: rgb(44 39 62 / 0); }
.border-x-kaimurasaki-950\/10{ border-left-color: rgb(44 39 62 / 0.1); border-right-color: rgb(44 39 62 / 0.1); }
.border-x-kaimurasaki-950\/100{ border-left-color: rgb(44 39 62 / 1); border-right-color: rgb(44 39 62 / 1); }
.border-x-kaimurasaki-950\/20{ border-left-color: rgb(44 39 62 / 0.2); border-right-color: rgb(44 39 62 / 0.2); }
.border-x-kaimurasaki-950\/25{ border-left-color: rgb(44 39 62 / 0.25); border-right-color: rgb(44 39 62 / 0.25); }
.border-x-kaimurasaki-950\/30{ border-left-color: rgb(44 39 62 / 0.3); border-right-color: rgb(44 39 62 / 0.3); }
.border-x-kaimurasaki-950\/40{ border-left-color: rgb(44 39 62 / 0.4); border-right-color: rgb(44 39 62 / 0.4); }
.border-x-kaimurasaki-950\/5{ border-left-color: rgb(44 39 62 / 0.05); border-right-color: rgb(44 39 62 / 0.05); }
.border-x-kaimurasaki-950\/50{ border-left-color: rgb(44 39 62 / 0.5); border-right-color: rgb(44 39 62 / 0.5); }
.border-x-kaimurasaki-950\/60{ border-left-color: rgb(44 39 62 / 0.6); border-right-color: rgb(44 39 62 / 0.6); }
.border-x-kaimurasaki-950\/70{ border-left-color: rgb(44 39 62 / 0.7); border-right-color: rgb(44 39 62 / 0.7); }
.border-x-kaimurasaki-950\/75{ border-left-color: rgb(44 39 62 / 0.75); border-right-color: rgb(44 39 62 / 0.75); }
.border-x-kaimurasaki-950\/80{ border-left-color: rgb(44 39 62 / 0.8); border-right-color: rgb(44 39 62 / 0.8); }
.border-x-kaimurasaki-950\/90{ border-left-color: rgb(44 39 62 / 0.9); border-right-color: rgb(44 39 62 / 0.9); }
.border-x-kaimurasaki-950\/95{ border-left-color: rgb(44 39 62 / 0.95); border-right-color: rgb(44 39 62 / 0.95); }
.border-x-kaimurasaki\/0{ border-left-color: rgb(34 28 52 / 0); border-right-color: rgb(34 28 52 / 0); }
.border-x-kaimurasaki\/10{ border-left-color: rgb(34 28 52 / 0.1); border-right-color: rgb(34 28 52 / 0.1); }
.border-x-kaimurasaki\/100{ border-left-color: rgb(34 28 52 / 1); border-right-color: rgb(34 28 52 / 1); }
.border-x-kaimurasaki\/20{ border-left-color: rgb(34 28 52 / 0.2); border-right-color: rgb(34 28 52 / 0.2); }
.border-x-kaimurasaki\/25{ border-left-color: rgb(34 28 52 / 0.25); border-right-color: rgb(34 28 52 / 0.25); }
.border-x-kaimurasaki\/30{ border-left-color: rgb(34 28 52 / 0.3); border-right-color: rgb(34 28 52 / 0.3); }
.border-x-kaimurasaki\/40{ border-left-color: rgb(34 28 52 / 0.4); border-right-color: rgb(34 28 52 / 0.4); }
.border-x-kaimurasaki\/5{ border-left-color: rgb(34 28 52 / 0.05); border-right-color: rgb(34 28 52 / 0.05); }
.border-x-kaimurasaki\/50{ border-left-color: rgb(34 28 52 / 0.5); border-right-color: rgb(34 28 52 / 0.5); }
.border-x-kaimurasaki\/60{ border-left-color: rgb(34 28 52 / 0.6); border-right-color: rgb(34 28 52 / 0.6); }
.border-x-kaimurasaki\/70{ border-left-color: rgb(34 28 52 / 0.7); border-right-color: rgb(34 28 52 / 0.7); }
.border-x-kaimurasaki\/75{ border-left-color: rgb(34 28 52 / 0.75); border-right-color: rgb(34 28 52 / 0.75); }
.border-x-kaimurasaki\/80{ border-left-color: rgb(34 28 52 / 0.8); border-right-color: rgb(34 28 52 / 0.8); }
.border-x-kaimurasaki\/90{ border-left-color: rgb(34 28 52 / 0.9); border-right-color: rgb(34 28 52 / 0.9); }
.border-x-kaimurasaki\/95{ border-left-color: rgb(34 28 52 / 0.95); border-right-color: rgb(34 28 52 / 0.95); }
.border-x-lime-100{ --tw-border-opacity: 1; border-left-color: rgb(236 252 203 / var(--tw-border-opacity)); border-right-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-x-lime-100\/0{ border-left-color: rgb(236 252 203 / 0); border-right-color: rgb(236 252 203 / 0); }
.border-x-lime-100\/10{ border-left-color: rgb(236 252 203 / 0.1); border-right-color: rgb(236 252 203 / 0.1); }
.border-x-lime-100\/100{ border-left-color: rgb(236 252 203 / 1); border-right-color: rgb(236 252 203 / 1); }
.border-x-lime-100\/20{ border-left-color: rgb(236 252 203 / 0.2); border-right-color: rgb(236 252 203 / 0.2); }
.border-x-lime-100\/25{ border-left-color: rgb(236 252 203 / 0.25); border-right-color: rgb(236 252 203 / 0.25); }
.border-x-lime-100\/30{ border-left-color: rgb(236 252 203 / 0.3); border-right-color: rgb(236 252 203 / 0.3); }
.border-x-lime-100\/40{ border-left-color: rgb(236 252 203 / 0.4); border-right-color: rgb(236 252 203 / 0.4); }
.border-x-lime-100\/5{ border-left-color: rgb(236 252 203 / 0.05); border-right-color: rgb(236 252 203 / 0.05); }
.border-x-lime-100\/50{ border-left-color: rgb(236 252 203 / 0.5); border-right-color: rgb(236 252 203 / 0.5); }
.border-x-lime-100\/60{ border-left-color: rgb(236 252 203 / 0.6); border-right-color: rgb(236 252 203 / 0.6); }
.border-x-lime-100\/70{ border-left-color: rgb(236 252 203 / 0.7); border-right-color: rgb(236 252 203 / 0.7); }
.border-x-lime-100\/75{ border-left-color: rgb(236 252 203 / 0.75); border-right-color: rgb(236 252 203 / 0.75); }
.border-x-lime-100\/80{ border-left-color: rgb(236 252 203 / 0.8); border-right-color: rgb(236 252 203 / 0.8); }
.border-x-lime-100\/90{ border-left-color: rgb(236 252 203 / 0.9); border-right-color: rgb(236 252 203 / 0.9); }
.border-x-lime-100\/95{ border-left-color: rgb(236 252 203 / 0.95); border-right-color: rgb(236 252 203 / 0.95); }
.border-x-lime-200{ --tw-border-opacity: 1; border-left-color: rgb(217 249 157 / var(--tw-border-opacity)); border-right-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-x-lime-200\/0{ border-left-color: rgb(217 249 157 / 0); border-right-color: rgb(217 249 157 / 0); }
.border-x-lime-200\/10{ border-left-color: rgb(217 249 157 / 0.1); border-right-color: rgb(217 249 157 / 0.1); }
.border-x-lime-200\/100{ border-left-color: rgb(217 249 157 / 1); border-right-color: rgb(217 249 157 / 1); }
.border-x-lime-200\/20{ border-left-color: rgb(217 249 157 / 0.2); border-right-color: rgb(217 249 157 / 0.2); }
.border-x-lime-200\/25{ border-left-color: rgb(217 249 157 / 0.25); border-right-color: rgb(217 249 157 / 0.25); }
.border-x-lime-200\/30{ border-left-color: rgb(217 249 157 / 0.3); border-right-color: rgb(217 249 157 / 0.3); }
.border-x-lime-200\/40{ border-left-color: rgb(217 249 157 / 0.4); border-right-color: rgb(217 249 157 / 0.4); }
.border-x-lime-200\/5{ border-left-color: rgb(217 249 157 / 0.05); border-right-color: rgb(217 249 157 / 0.05); }
.border-x-lime-200\/50{ border-left-color: rgb(217 249 157 / 0.5); border-right-color: rgb(217 249 157 / 0.5); }
.border-x-lime-200\/60{ border-left-color: rgb(217 249 157 / 0.6); border-right-color: rgb(217 249 157 / 0.6); }
.border-x-lime-200\/70{ border-left-color: rgb(217 249 157 / 0.7); border-right-color: rgb(217 249 157 / 0.7); }
.border-x-lime-200\/75{ border-left-color: rgb(217 249 157 / 0.75); border-right-color: rgb(217 249 157 / 0.75); }
.border-x-lime-200\/80{ border-left-color: rgb(217 249 157 / 0.8); border-right-color: rgb(217 249 157 / 0.8); }
.border-x-lime-200\/90{ border-left-color: rgb(217 249 157 / 0.9); border-right-color: rgb(217 249 157 / 0.9); }
.border-x-lime-200\/95{ border-left-color: rgb(217 249 157 / 0.95); border-right-color: rgb(217 249 157 / 0.95); }
.border-x-lime-300{ --tw-border-opacity: 1; border-left-color: rgb(190 242 100 / var(--tw-border-opacity)); border-right-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-x-lime-300\/0{ border-left-color: rgb(190 242 100 / 0); border-right-color: rgb(190 242 100 / 0); }
.border-x-lime-300\/10{ border-left-color: rgb(190 242 100 / 0.1); border-right-color: rgb(190 242 100 / 0.1); }
.border-x-lime-300\/100{ border-left-color: rgb(190 242 100 / 1); border-right-color: rgb(190 242 100 / 1); }
.border-x-lime-300\/20{ border-left-color: rgb(190 242 100 / 0.2); border-right-color: rgb(190 242 100 / 0.2); }
.border-x-lime-300\/25{ border-left-color: rgb(190 242 100 / 0.25); border-right-color: rgb(190 242 100 / 0.25); }
.border-x-lime-300\/30{ border-left-color: rgb(190 242 100 / 0.3); border-right-color: rgb(190 242 100 / 0.3); }
.border-x-lime-300\/40{ border-left-color: rgb(190 242 100 / 0.4); border-right-color: rgb(190 242 100 / 0.4); }
.border-x-lime-300\/5{ border-left-color: rgb(190 242 100 / 0.05); border-right-color: rgb(190 242 100 / 0.05); }
.border-x-lime-300\/50{ border-left-color: rgb(190 242 100 / 0.5); border-right-color: rgb(190 242 100 / 0.5); }
.border-x-lime-300\/60{ border-left-color: rgb(190 242 100 / 0.6); border-right-color: rgb(190 242 100 / 0.6); }
.border-x-lime-300\/70{ border-left-color: rgb(190 242 100 / 0.7); border-right-color: rgb(190 242 100 / 0.7); }
.border-x-lime-300\/75{ border-left-color: rgb(190 242 100 / 0.75); border-right-color: rgb(190 242 100 / 0.75); }
.border-x-lime-300\/80{ border-left-color: rgb(190 242 100 / 0.8); border-right-color: rgb(190 242 100 / 0.8); }
.border-x-lime-300\/90{ border-left-color: rgb(190 242 100 / 0.9); border-right-color: rgb(190 242 100 / 0.9); }
.border-x-lime-300\/95{ border-left-color: rgb(190 242 100 / 0.95); border-right-color: rgb(190 242 100 / 0.95); }
.border-x-lime-400{ --tw-border-opacity: 1; border-left-color: rgb(163 230 53 / var(--tw-border-opacity)); border-right-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-x-lime-400\/0{ border-left-color: rgb(163 230 53 / 0); border-right-color: rgb(163 230 53 / 0); }
.border-x-lime-400\/10{ border-left-color: rgb(163 230 53 / 0.1); border-right-color: rgb(163 230 53 / 0.1); }
.border-x-lime-400\/100{ border-left-color: rgb(163 230 53 / 1); border-right-color: rgb(163 230 53 / 1); }
.border-x-lime-400\/20{ border-left-color: rgb(163 230 53 / 0.2); border-right-color: rgb(163 230 53 / 0.2); }
.border-x-lime-400\/25{ border-left-color: rgb(163 230 53 / 0.25); border-right-color: rgb(163 230 53 / 0.25); }
.border-x-lime-400\/30{ border-left-color: rgb(163 230 53 / 0.3); border-right-color: rgb(163 230 53 / 0.3); }
.border-x-lime-400\/40{ border-left-color: rgb(163 230 53 / 0.4); border-right-color: rgb(163 230 53 / 0.4); }
.border-x-lime-400\/5{ border-left-color: rgb(163 230 53 / 0.05); border-right-color: rgb(163 230 53 / 0.05); }
.border-x-lime-400\/50{ border-left-color: rgb(163 230 53 / 0.5); border-right-color: rgb(163 230 53 / 0.5); }
.border-x-lime-400\/60{ border-left-color: rgb(163 230 53 / 0.6); border-right-color: rgb(163 230 53 / 0.6); }
.border-x-lime-400\/70{ border-left-color: rgb(163 230 53 / 0.7); border-right-color: rgb(163 230 53 / 0.7); }
.border-x-lime-400\/75{ border-left-color: rgb(163 230 53 / 0.75); border-right-color: rgb(163 230 53 / 0.75); }
.border-x-lime-400\/80{ border-left-color: rgb(163 230 53 / 0.8); border-right-color: rgb(163 230 53 / 0.8); }
.border-x-lime-400\/90{ border-left-color: rgb(163 230 53 / 0.9); border-right-color: rgb(163 230 53 / 0.9); }
.border-x-lime-400\/95{ border-left-color: rgb(163 230 53 / 0.95); border-right-color: rgb(163 230 53 / 0.95); }
.border-x-lime-50{ --tw-border-opacity: 1; border-left-color: rgb(247 254 231 / var(--tw-border-opacity)); border-right-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-x-lime-50\/0{ border-left-color: rgb(247 254 231 / 0); border-right-color: rgb(247 254 231 / 0); }
.border-x-lime-50\/10{ border-left-color: rgb(247 254 231 / 0.1); border-right-color: rgb(247 254 231 / 0.1); }
.border-x-lime-50\/100{ border-left-color: rgb(247 254 231 / 1); border-right-color: rgb(247 254 231 / 1); }
.border-x-lime-50\/20{ border-left-color: rgb(247 254 231 / 0.2); border-right-color: rgb(247 254 231 / 0.2); }
.border-x-lime-50\/25{ border-left-color: rgb(247 254 231 / 0.25); border-right-color: rgb(247 254 231 / 0.25); }
.border-x-lime-50\/30{ border-left-color: rgb(247 254 231 / 0.3); border-right-color: rgb(247 254 231 / 0.3); }
.border-x-lime-50\/40{ border-left-color: rgb(247 254 231 / 0.4); border-right-color: rgb(247 254 231 / 0.4); }
.border-x-lime-50\/5{ border-left-color: rgb(247 254 231 / 0.05); border-right-color: rgb(247 254 231 / 0.05); }
.border-x-lime-50\/50{ border-left-color: rgb(247 254 231 / 0.5); border-right-color: rgb(247 254 231 / 0.5); }
.border-x-lime-50\/60{ border-left-color: rgb(247 254 231 / 0.6); border-right-color: rgb(247 254 231 / 0.6); }
.border-x-lime-50\/70{ border-left-color: rgb(247 254 231 / 0.7); border-right-color: rgb(247 254 231 / 0.7); }
.border-x-lime-50\/75{ border-left-color: rgb(247 254 231 / 0.75); border-right-color: rgb(247 254 231 / 0.75); }
.border-x-lime-50\/80{ border-left-color: rgb(247 254 231 / 0.8); border-right-color: rgb(247 254 231 / 0.8); }
.border-x-lime-50\/90{ border-left-color: rgb(247 254 231 / 0.9); border-right-color: rgb(247 254 231 / 0.9); }
.border-x-lime-50\/95{ border-left-color: rgb(247 254 231 / 0.95); border-right-color: rgb(247 254 231 / 0.95); }
.border-x-lime-500{ --tw-border-opacity: 1; border-left-color: rgb(132 204 22 / var(--tw-border-opacity)); border-right-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-x-lime-500\/0{ border-left-color: rgb(132 204 22 / 0); border-right-color: rgb(132 204 22 / 0); }
.border-x-lime-500\/10{ border-left-color: rgb(132 204 22 / 0.1); border-right-color: rgb(132 204 22 / 0.1); }
.border-x-lime-500\/100{ border-left-color: rgb(132 204 22 / 1); border-right-color: rgb(132 204 22 / 1); }
.border-x-lime-500\/20{ border-left-color: rgb(132 204 22 / 0.2); border-right-color: rgb(132 204 22 / 0.2); }
.border-x-lime-500\/25{ border-left-color: rgb(132 204 22 / 0.25); border-right-color: rgb(132 204 22 / 0.25); }
.border-x-lime-500\/30{ border-left-color: rgb(132 204 22 / 0.3); border-right-color: rgb(132 204 22 / 0.3); }
.border-x-lime-500\/40{ border-left-color: rgb(132 204 22 / 0.4); border-right-color: rgb(132 204 22 / 0.4); }
.border-x-lime-500\/5{ border-left-color: rgb(132 204 22 / 0.05); border-right-color: rgb(132 204 22 / 0.05); }
.border-x-lime-500\/50{ border-left-color: rgb(132 204 22 / 0.5); border-right-color: rgb(132 204 22 / 0.5); }
.border-x-lime-500\/60{ border-left-color: rgb(132 204 22 / 0.6); border-right-color: rgb(132 204 22 / 0.6); }
.border-x-lime-500\/70{ border-left-color: rgb(132 204 22 / 0.7); border-right-color: rgb(132 204 22 / 0.7); }
.border-x-lime-500\/75{ border-left-color: rgb(132 204 22 / 0.75); border-right-color: rgb(132 204 22 / 0.75); }
.border-x-lime-500\/80{ border-left-color: rgb(132 204 22 / 0.8); border-right-color: rgb(132 204 22 / 0.8); }
.border-x-lime-500\/90{ border-left-color: rgb(132 204 22 / 0.9); border-right-color: rgb(132 204 22 / 0.9); }
.border-x-lime-500\/95{ border-left-color: rgb(132 204 22 / 0.95); border-right-color: rgb(132 204 22 / 0.95); }
.border-x-lime-600{ --tw-border-opacity: 1; border-left-color: rgb(101 163 13 / var(--tw-border-opacity)); border-right-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-x-lime-600\/0{ border-left-color: rgb(101 163 13 / 0); border-right-color: rgb(101 163 13 / 0); }
.border-x-lime-600\/10{ border-left-color: rgb(101 163 13 / 0.1); border-right-color: rgb(101 163 13 / 0.1); }
.border-x-lime-600\/100{ border-left-color: rgb(101 163 13 / 1); border-right-color: rgb(101 163 13 / 1); }
.border-x-lime-600\/20{ border-left-color: rgb(101 163 13 / 0.2); border-right-color: rgb(101 163 13 / 0.2); }
.border-x-lime-600\/25{ border-left-color: rgb(101 163 13 / 0.25); border-right-color: rgb(101 163 13 / 0.25); }
.border-x-lime-600\/30{ border-left-color: rgb(101 163 13 / 0.3); border-right-color: rgb(101 163 13 / 0.3); }
.border-x-lime-600\/40{ border-left-color: rgb(101 163 13 / 0.4); border-right-color: rgb(101 163 13 / 0.4); }
.border-x-lime-600\/5{ border-left-color: rgb(101 163 13 / 0.05); border-right-color: rgb(101 163 13 / 0.05); }
.border-x-lime-600\/50{ border-left-color: rgb(101 163 13 / 0.5); border-right-color: rgb(101 163 13 / 0.5); }
.border-x-lime-600\/60{ border-left-color: rgb(101 163 13 / 0.6); border-right-color: rgb(101 163 13 / 0.6); }
.border-x-lime-600\/70{ border-left-color: rgb(101 163 13 / 0.7); border-right-color: rgb(101 163 13 / 0.7); }
.border-x-lime-600\/75{ border-left-color: rgb(101 163 13 / 0.75); border-right-color: rgb(101 163 13 / 0.75); }
.border-x-lime-600\/80{ border-left-color: rgb(101 163 13 / 0.8); border-right-color: rgb(101 163 13 / 0.8); }
.border-x-lime-600\/90{ border-left-color: rgb(101 163 13 / 0.9); border-right-color: rgb(101 163 13 / 0.9); }
.border-x-lime-600\/95{ border-left-color: rgb(101 163 13 / 0.95); border-right-color: rgb(101 163 13 / 0.95); }
.border-x-lime-700{ --tw-border-opacity: 1; border-left-color: rgb(77 124 15 / var(--tw-border-opacity)); border-right-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-x-lime-700\/0{ border-left-color: rgb(77 124 15 / 0); border-right-color: rgb(77 124 15 / 0); }
.border-x-lime-700\/10{ border-left-color: rgb(77 124 15 / 0.1); border-right-color: rgb(77 124 15 / 0.1); }
.border-x-lime-700\/100{ border-left-color: rgb(77 124 15 / 1); border-right-color: rgb(77 124 15 / 1); }
.border-x-lime-700\/20{ border-left-color: rgb(77 124 15 / 0.2); border-right-color: rgb(77 124 15 / 0.2); }
.border-x-lime-700\/25{ border-left-color: rgb(77 124 15 / 0.25); border-right-color: rgb(77 124 15 / 0.25); }
.border-x-lime-700\/30{ border-left-color: rgb(77 124 15 / 0.3); border-right-color: rgb(77 124 15 / 0.3); }
.border-x-lime-700\/40{ border-left-color: rgb(77 124 15 / 0.4); border-right-color: rgb(77 124 15 / 0.4); }
.border-x-lime-700\/5{ border-left-color: rgb(77 124 15 / 0.05); border-right-color: rgb(77 124 15 / 0.05); }
.border-x-lime-700\/50{ border-left-color: rgb(77 124 15 / 0.5); border-right-color: rgb(77 124 15 / 0.5); }
.border-x-lime-700\/60{ border-left-color: rgb(77 124 15 / 0.6); border-right-color: rgb(77 124 15 / 0.6); }
.border-x-lime-700\/70{ border-left-color: rgb(77 124 15 / 0.7); border-right-color: rgb(77 124 15 / 0.7); }
.border-x-lime-700\/75{ border-left-color: rgb(77 124 15 / 0.75); border-right-color: rgb(77 124 15 / 0.75); }
.border-x-lime-700\/80{ border-left-color: rgb(77 124 15 / 0.8); border-right-color: rgb(77 124 15 / 0.8); }
.border-x-lime-700\/90{ border-left-color: rgb(77 124 15 / 0.9); border-right-color: rgb(77 124 15 / 0.9); }
.border-x-lime-700\/95{ border-left-color: rgb(77 124 15 / 0.95); border-right-color: rgb(77 124 15 / 0.95); }
.border-x-lime-800{ --tw-border-opacity: 1; border-left-color: rgb(63 98 18 / var(--tw-border-opacity)); border-right-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-x-lime-800\/0{ border-left-color: rgb(63 98 18 / 0); border-right-color: rgb(63 98 18 / 0); }
.border-x-lime-800\/10{ border-left-color: rgb(63 98 18 / 0.1); border-right-color: rgb(63 98 18 / 0.1); }
.border-x-lime-800\/100{ border-left-color: rgb(63 98 18 / 1); border-right-color: rgb(63 98 18 / 1); }
.border-x-lime-800\/20{ border-left-color: rgb(63 98 18 / 0.2); border-right-color: rgb(63 98 18 / 0.2); }
.border-x-lime-800\/25{ border-left-color: rgb(63 98 18 / 0.25); border-right-color: rgb(63 98 18 / 0.25); }
.border-x-lime-800\/30{ border-left-color: rgb(63 98 18 / 0.3); border-right-color: rgb(63 98 18 / 0.3); }
.border-x-lime-800\/40{ border-left-color: rgb(63 98 18 / 0.4); border-right-color: rgb(63 98 18 / 0.4); }
.border-x-lime-800\/5{ border-left-color: rgb(63 98 18 / 0.05); border-right-color: rgb(63 98 18 / 0.05); }
.border-x-lime-800\/50{ border-left-color: rgb(63 98 18 / 0.5); border-right-color: rgb(63 98 18 / 0.5); }
.border-x-lime-800\/60{ border-left-color: rgb(63 98 18 / 0.6); border-right-color: rgb(63 98 18 / 0.6); }
.border-x-lime-800\/70{ border-left-color: rgb(63 98 18 / 0.7); border-right-color: rgb(63 98 18 / 0.7); }
.border-x-lime-800\/75{ border-left-color: rgb(63 98 18 / 0.75); border-right-color: rgb(63 98 18 / 0.75); }
.border-x-lime-800\/80{ border-left-color: rgb(63 98 18 / 0.8); border-right-color: rgb(63 98 18 / 0.8); }
.border-x-lime-800\/90{ border-left-color: rgb(63 98 18 / 0.9); border-right-color: rgb(63 98 18 / 0.9); }
.border-x-lime-800\/95{ border-left-color: rgb(63 98 18 / 0.95); border-right-color: rgb(63 98 18 / 0.95); }
.border-x-lime-900{ --tw-border-opacity: 1; border-left-color: rgb(54 83 20 / var(--tw-border-opacity)); border-right-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-x-lime-900\/0{ border-left-color: rgb(54 83 20 / 0); border-right-color: rgb(54 83 20 / 0); }
.border-x-lime-900\/10{ border-left-color: rgb(54 83 20 / 0.1); border-right-color: rgb(54 83 20 / 0.1); }
.border-x-lime-900\/100{ border-left-color: rgb(54 83 20 / 1); border-right-color: rgb(54 83 20 / 1); }
.border-x-lime-900\/20{ border-left-color: rgb(54 83 20 / 0.2); border-right-color: rgb(54 83 20 / 0.2); }
.border-x-lime-900\/25{ border-left-color: rgb(54 83 20 / 0.25); border-right-color: rgb(54 83 20 / 0.25); }
.border-x-lime-900\/30{ border-left-color: rgb(54 83 20 / 0.3); border-right-color: rgb(54 83 20 / 0.3); }
.border-x-lime-900\/40{ border-left-color: rgb(54 83 20 / 0.4); border-right-color: rgb(54 83 20 / 0.4); }
.border-x-lime-900\/5{ border-left-color: rgb(54 83 20 / 0.05); border-right-color: rgb(54 83 20 / 0.05); }
.border-x-lime-900\/50{ border-left-color: rgb(54 83 20 / 0.5); border-right-color: rgb(54 83 20 / 0.5); }
.border-x-lime-900\/60{ border-left-color: rgb(54 83 20 / 0.6); border-right-color: rgb(54 83 20 / 0.6); }
.border-x-lime-900\/70{ border-left-color: rgb(54 83 20 / 0.7); border-right-color: rgb(54 83 20 / 0.7); }
.border-x-lime-900\/75{ border-left-color: rgb(54 83 20 / 0.75); border-right-color: rgb(54 83 20 / 0.75); }
.border-x-lime-900\/80{ border-left-color: rgb(54 83 20 / 0.8); border-right-color: rgb(54 83 20 / 0.8); }
.border-x-lime-900\/90{ border-left-color: rgb(54 83 20 / 0.9); border-right-color: rgb(54 83 20 / 0.9); }
.border-x-lime-900\/95{ border-left-color: rgb(54 83 20 / 0.95); border-right-color: rgb(54 83 20 / 0.95); }
.border-x-lime-950{ --tw-border-opacity: 1; border-left-color: rgb(26 46 5 / var(--tw-border-opacity)); border-right-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-x-lime-950\/0{ border-left-color: rgb(26 46 5 / 0); border-right-color: rgb(26 46 5 / 0); }
.border-x-lime-950\/10{ border-left-color: rgb(26 46 5 / 0.1); border-right-color: rgb(26 46 5 / 0.1); }
.border-x-lime-950\/100{ border-left-color: rgb(26 46 5 / 1); border-right-color: rgb(26 46 5 / 1); }
.border-x-lime-950\/20{ border-left-color: rgb(26 46 5 / 0.2); border-right-color: rgb(26 46 5 / 0.2); }
.border-x-lime-950\/25{ border-left-color: rgb(26 46 5 / 0.25); border-right-color: rgb(26 46 5 / 0.25); }
.border-x-lime-950\/30{ border-left-color: rgb(26 46 5 / 0.3); border-right-color: rgb(26 46 5 / 0.3); }
.border-x-lime-950\/40{ border-left-color: rgb(26 46 5 / 0.4); border-right-color: rgb(26 46 5 / 0.4); }
.border-x-lime-950\/5{ border-left-color: rgb(26 46 5 / 0.05); border-right-color: rgb(26 46 5 / 0.05); }
.border-x-lime-950\/50{ border-left-color: rgb(26 46 5 / 0.5); border-right-color: rgb(26 46 5 / 0.5); }
.border-x-lime-950\/60{ border-left-color: rgb(26 46 5 / 0.6); border-right-color: rgb(26 46 5 / 0.6); }
.border-x-lime-950\/70{ border-left-color: rgb(26 46 5 / 0.7); border-right-color: rgb(26 46 5 / 0.7); }
.border-x-lime-950\/75{ border-left-color: rgb(26 46 5 / 0.75); border-right-color: rgb(26 46 5 / 0.75); }
.border-x-lime-950\/80{ border-left-color: rgb(26 46 5 / 0.8); border-right-color: rgb(26 46 5 / 0.8); }
.border-x-lime-950\/90{ border-left-color: rgb(26 46 5 / 0.9); border-right-color: rgb(26 46 5 / 0.9); }
.border-x-lime-950\/95{ border-left-color: rgb(26 46 5 / 0.95); border-right-color: rgb(26 46 5 / 0.95); }
.border-x-neutral-100{ --tw-border-opacity: 1; border-left-color: rgb(245 245 245 / var(--tw-border-opacity)); border-right-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-x-neutral-100\/0{ border-left-color: rgb(245 245 245 / 0); border-right-color: rgb(245 245 245 / 0); }
.border-x-neutral-100\/10{ border-left-color: rgb(245 245 245 / 0.1); border-right-color: rgb(245 245 245 / 0.1); }
.border-x-neutral-100\/100{ border-left-color: rgb(245 245 245 / 1); border-right-color: rgb(245 245 245 / 1); }
.border-x-neutral-100\/20{ border-left-color: rgb(245 245 245 / 0.2); border-right-color: rgb(245 245 245 / 0.2); }
.border-x-neutral-100\/25{ border-left-color: rgb(245 245 245 / 0.25); border-right-color: rgb(245 245 245 / 0.25); }
.border-x-neutral-100\/30{ border-left-color: rgb(245 245 245 / 0.3); border-right-color: rgb(245 245 245 / 0.3); }
.border-x-neutral-100\/40{ border-left-color: rgb(245 245 245 / 0.4); border-right-color: rgb(245 245 245 / 0.4); }
.border-x-neutral-100\/5{ border-left-color: rgb(245 245 245 / 0.05); border-right-color: rgb(245 245 245 / 0.05); }
.border-x-neutral-100\/50{ border-left-color: rgb(245 245 245 / 0.5); border-right-color: rgb(245 245 245 / 0.5); }
.border-x-neutral-100\/60{ border-left-color: rgb(245 245 245 / 0.6); border-right-color: rgb(245 245 245 / 0.6); }
.border-x-neutral-100\/70{ border-left-color: rgb(245 245 245 / 0.7); border-right-color: rgb(245 245 245 / 0.7); }
.border-x-neutral-100\/75{ border-left-color: rgb(245 245 245 / 0.75); border-right-color: rgb(245 245 245 / 0.75); }
.border-x-neutral-100\/80{ border-left-color: rgb(245 245 245 / 0.8); border-right-color: rgb(245 245 245 / 0.8); }
.border-x-neutral-100\/90{ border-left-color: rgb(245 245 245 / 0.9); border-right-color: rgb(245 245 245 / 0.9); }
.border-x-neutral-100\/95{ border-left-color: rgb(245 245 245 / 0.95); border-right-color: rgb(245 245 245 / 0.95); }
.border-x-neutral-200{ --tw-border-opacity: 1; border-left-color: rgb(229 229 229 / var(--tw-border-opacity)); border-right-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-x-neutral-200\/0{ border-left-color: rgb(229 229 229 / 0); border-right-color: rgb(229 229 229 / 0); }
.border-x-neutral-200\/10{ border-left-color: rgb(229 229 229 / 0.1); border-right-color: rgb(229 229 229 / 0.1); }
.border-x-neutral-200\/100{ border-left-color: rgb(229 229 229 / 1); border-right-color: rgb(229 229 229 / 1); }
.border-x-neutral-200\/20{ border-left-color: rgb(229 229 229 / 0.2); border-right-color: rgb(229 229 229 / 0.2); }
.border-x-neutral-200\/25{ border-left-color: rgb(229 229 229 / 0.25); border-right-color: rgb(229 229 229 / 0.25); }
.border-x-neutral-200\/30{ border-left-color: rgb(229 229 229 / 0.3); border-right-color: rgb(229 229 229 / 0.3); }
.border-x-neutral-200\/40{ border-left-color: rgb(229 229 229 / 0.4); border-right-color: rgb(229 229 229 / 0.4); }
.border-x-neutral-200\/5{ border-left-color: rgb(229 229 229 / 0.05); border-right-color: rgb(229 229 229 / 0.05); }
.border-x-neutral-200\/50{ border-left-color: rgb(229 229 229 / 0.5); border-right-color: rgb(229 229 229 / 0.5); }
.border-x-neutral-200\/60{ border-left-color: rgb(229 229 229 / 0.6); border-right-color: rgb(229 229 229 / 0.6); }
.border-x-neutral-200\/70{ border-left-color: rgb(229 229 229 / 0.7); border-right-color: rgb(229 229 229 / 0.7); }
.border-x-neutral-200\/75{ border-left-color: rgb(229 229 229 / 0.75); border-right-color: rgb(229 229 229 / 0.75); }
.border-x-neutral-200\/80{ border-left-color: rgb(229 229 229 / 0.8); border-right-color: rgb(229 229 229 / 0.8); }
.border-x-neutral-200\/90{ border-left-color: rgb(229 229 229 / 0.9); border-right-color: rgb(229 229 229 / 0.9); }
.border-x-neutral-200\/95{ border-left-color: rgb(229 229 229 / 0.95); border-right-color: rgb(229 229 229 / 0.95); }
.border-x-neutral-300{ --tw-border-opacity: 1; border-left-color: rgb(212 212 212 / var(--tw-border-opacity)); border-right-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-x-neutral-300\/0{ border-left-color: rgb(212 212 212 / 0); border-right-color: rgb(212 212 212 / 0); }
.border-x-neutral-300\/10{ border-left-color: rgb(212 212 212 / 0.1); border-right-color: rgb(212 212 212 / 0.1); }
.border-x-neutral-300\/100{ border-left-color: rgb(212 212 212 / 1); border-right-color: rgb(212 212 212 / 1); }
.border-x-neutral-300\/20{ border-left-color: rgb(212 212 212 / 0.2); border-right-color: rgb(212 212 212 / 0.2); }
.border-x-neutral-300\/25{ border-left-color: rgb(212 212 212 / 0.25); border-right-color: rgb(212 212 212 / 0.25); }
.border-x-neutral-300\/30{ border-left-color: rgb(212 212 212 / 0.3); border-right-color: rgb(212 212 212 / 0.3); }
.border-x-neutral-300\/40{ border-left-color: rgb(212 212 212 / 0.4); border-right-color: rgb(212 212 212 / 0.4); }
.border-x-neutral-300\/5{ border-left-color: rgb(212 212 212 / 0.05); border-right-color: rgb(212 212 212 / 0.05); }
.border-x-neutral-300\/50{ border-left-color: rgb(212 212 212 / 0.5); border-right-color: rgb(212 212 212 / 0.5); }
.border-x-neutral-300\/60{ border-left-color: rgb(212 212 212 / 0.6); border-right-color: rgb(212 212 212 / 0.6); }
.border-x-neutral-300\/70{ border-left-color: rgb(212 212 212 / 0.7); border-right-color: rgb(212 212 212 / 0.7); }
.border-x-neutral-300\/75{ border-left-color: rgb(212 212 212 / 0.75); border-right-color: rgb(212 212 212 / 0.75); }
.border-x-neutral-300\/80{ border-left-color: rgb(212 212 212 / 0.8); border-right-color: rgb(212 212 212 / 0.8); }
.border-x-neutral-300\/90{ border-left-color: rgb(212 212 212 / 0.9); border-right-color: rgb(212 212 212 / 0.9); }
.border-x-neutral-300\/95{ border-left-color: rgb(212 212 212 / 0.95); border-right-color: rgb(212 212 212 / 0.95); }
.border-x-neutral-400{ --tw-border-opacity: 1; border-left-color: rgb(163 163 163 / var(--tw-border-opacity)); border-right-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-x-neutral-400\/0{ border-left-color: rgb(163 163 163 / 0); border-right-color: rgb(163 163 163 / 0); }
.border-x-neutral-400\/10{ border-left-color: rgb(163 163 163 / 0.1); border-right-color: rgb(163 163 163 / 0.1); }
.border-x-neutral-400\/100{ border-left-color: rgb(163 163 163 / 1); border-right-color: rgb(163 163 163 / 1); }
.border-x-neutral-400\/20{ border-left-color: rgb(163 163 163 / 0.2); border-right-color: rgb(163 163 163 / 0.2); }
.border-x-neutral-400\/25{ border-left-color: rgb(163 163 163 / 0.25); border-right-color: rgb(163 163 163 / 0.25); }
.border-x-neutral-400\/30{ border-left-color: rgb(163 163 163 / 0.3); border-right-color: rgb(163 163 163 / 0.3); }
.border-x-neutral-400\/40{ border-left-color: rgb(163 163 163 / 0.4); border-right-color: rgb(163 163 163 / 0.4); }
.border-x-neutral-400\/5{ border-left-color: rgb(163 163 163 / 0.05); border-right-color: rgb(163 163 163 / 0.05); }
.border-x-neutral-400\/50{ border-left-color: rgb(163 163 163 / 0.5); border-right-color: rgb(163 163 163 / 0.5); }
.border-x-neutral-400\/60{ border-left-color: rgb(163 163 163 / 0.6); border-right-color: rgb(163 163 163 / 0.6); }
.border-x-neutral-400\/70{ border-left-color: rgb(163 163 163 / 0.7); border-right-color: rgb(163 163 163 / 0.7); }
.border-x-neutral-400\/75{ border-left-color: rgb(163 163 163 / 0.75); border-right-color: rgb(163 163 163 / 0.75); }
.border-x-neutral-400\/80{ border-left-color: rgb(163 163 163 / 0.8); border-right-color: rgb(163 163 163 / 0.8); }
.border-x-neutral-400\/90{ border-left-color: rgb(163 163 163 / 0.9); border-right-color: rgb(163 163 163 / 0.9); }
.border-x-neutral-400\/95{ border-left-color: rgb(163 163 163 / 0.95); border-right-color: rgb(163 163 163 / 0.95); }
.border-x-neutral-50{ --tw-border-opacity: 1; border-left-color: rgb(250 250 250 / var(--tw-border-opacity)); border-right-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-x-neutral-50\/0{ border-left-color: rgb(250 250 250 / 0); border-right-color: rgb(250 250 250 / 0); }
.border-x-neutral-50\/10{ border-left-color: rgb(250 250 250 / 0.1); border-right-color: rgb(250 250 250 / 0.1); }
.border-x-neutral-50\/100{ border-left-color: rgb(250 250 250 / 1); border-right-color: rgb(250 250 250 / 1); }
.border-x-neutral-50\/20{ border-left-color: rgb(250 250 250 / 0.2); border-right-color: rgb(250 250 250 / 0.2); }
.border-x-neutral-50\/25{ border-left-color: rgb(250 250 250 / 0.25); border-right-color: rgb(250 250 250 / 0.25); }
.border-x-neutral-50\/30{ border-left-color: rgb(250 250 250 / 0.3); border-right-color: rgb(250 250 250 / 0.3); }
.border-x-neutral-50\/40{ border-left-color: rgb(250 250 250 / 0.4); border-right-color: rgb(250 250 250 / 0.4); }
.border-x-neutral-50\/5{ border-left-color: rgb(250 250 250 / 0.05); border-right-color: rgb(250 250 250 / 0.05); }
.border-x-neutral-50\/50{ border-left-color: rgb(250 250 250 / 0.5); border-right-color: rgb(250 250 250 / 0.5); }
.border-x-neutral-50\/60{ border-left-color: rgb(250 250 250 / 0.6); border-right-color: rgb(250 250 250 / 0.6); }
.border-x-neutral-50\/70{ border-left-color: rgb(250 250 250 / 0.7); border-right-color: rgb(250 250 250 / 0.7); }
.border-x-neutral-50\/75{ border-left-color: rgb(250 250 250 / 0.75); border-right-color: rgb(250 250 250 / 0.75); }
.border-x-neutral-50\/80{ border-left-color: rgb(250 250 250 / 0.8); border-right-color: rgb(250 250 250 / 0.8); }
.border-x-neutral-50\/90{ border-left-color: rgb(250 250 250 / 0.9); border-right-color: rgb(250 250 250 / 0.9); }
.border-x-neutral-50\/95{ border-left-color: rgb(250 250 250 / 0.95); border-right-color: rgb(250 250 250 / 0.95); }
.border-x-neutral-500{ --tw-border-opacity: 1; border-left-color: rgb(115 115 115 / var(--tw-border-opacity)); border-right-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-x-neutral-500\/0{ border-left-color: rgb(115 115 115 / 0); border-right-color: rgb(115 115 115 / 0); }
.border-x-neutral-500\/10{ border-left-color: rgb(115 115 115 / 0.1); border-right-color: rgb(115 115 115 / 0.1); }
.border-x-neutral-500\/100{ border-left-color: rgb(115 115 115 / 1); border-right-color: rgb(115 115 115 / 1); }
.border-x-neutral-500\/20{ border-left-color: rgb(115 115 115 / 0.2); border-right-color: rgb(115 115 115 / 0.2); }
.border-x-neutral-500\/25{ border-left-color: rgb(115 115 115 / 0.25); border-right-color: rgb(115 115 115 / 0.25); }
.border-x-neutral-500\/30{ border-left-color: rgb(115 115 115 / 0.3); border-right-color: rgb(115 115 115 / 0.3); }
.border-x-neutral-500\/40{ border-left-color: rgb(115 115 115 / 0.4); border-right-color: rgb(115 115 115 / 0.4); }
.border-x-neutral-500\/5{ border-left-color: rgb(115 115 115 / 0.05); border-right-color: rgb(115 115 115 / 0.05); }
.border-x-neutral-500\/50{ border-left-color: rgb(115 115 115 / 0.5); border-right-color: rgb(115 115 115 / 0.5); }
.border-x-neutral-500\/60{ border-left-color: rgb(115 115 115 / 0.6); border-right-color: rgb(115 115 115 / 0.6); }
.border-x-neutral-500\/70{ border-left-color: rgb(115 115 115 / 0.7); border-right-color: rgb(115 115 115 / 0.7); }
.border-x-neutral-500\/75{ border-left-color: rgb(115 115 115 / 0.75); border-right-color: rgb(115 115 115 / 0.75); }
.border-x-neutral-500\/80{ border-left-color: rgb(115 115 115 / 0.8); border-right-color: rgb(115 115 115 / 0.8); }
.border-x-neutral-500\/90{ border-left-color: rgb(115 115 115 / 0.9); border-right-color: rgb(115 115 115 / 0.9); }
.border-x-neutral-500\/95{ border-left-color: rgb(115 115 115 / 0.95); border-right-color: rgb(115 115 115 / 0.95); }
.border-x-neutral-600{ --tw-border-opacity: 1; border-left-color: rgb(82 82 82 / var(--tw-border-opacity)); border-right-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-x-neutral-600\/0{ border-left-color: rgb(82 82 82 / 0); border-right-color: rgb(82 82 82 / 0); }
.border-x-neutral-600\/10{ border-left-color: rgb(82 82 82 / 0.1); border-right-color: rgb(82 82 82 / 0.1); }
.border-x-neutral-600\/100{ border-left-color: rgb(82 82 82 / 1); border-right-color: rgb(82 82 82 / 1); }
.border-x-neutral-600\/20{ border-left-color: rgb(82 82 82 / 0.2); border-right-color: rgb(82 82 82 / 0.2); }
.border-x-neutral-600\/25{ border-left-color: rgb(82 82 82 / 0.25); border-right-color: rgb(82 82 82 / 0.25); }
.border-x-neutral-600\/30{ border-left-color: rgb(82 82 82 / 0.3); border-right-color: rgb(82 82 82 / 0.3); }
.border-x-neutral-600\/40{ border-left-color: rgb(82 82 82 / 0.4); border-right-color: rgb(82 82 82 / 0.4); }
.border-x-neutral-600\/5{ border-left-color: rgb(82 82 82 / 0.05); border-right-color: rgb(82 82 82 / 0.05); }
.border-x-neutral-600\/50{ border-left-color: rgb(82 82 82 / 0.5); border-right-color: rgb(82 82 82 / 0.5); }
.border-x-neutral-600\/60{ border-left-color: rgb(82 82 82 / 0.6); border-right-color: rgb(82 82 82 / 0.6); }
.border-x-neutral-600\/70{ border-left-color: rgb(82 82 82 / 0.7); border-right-color: rgb(82 82 82 / 0.7); }
.border-x-neutral-600\/75{ border-left-color: rgb(82 82 82 / 0.75); border-right-color: rgb(82 82 82 / 0.75); }
.border-x-neutral-600\/80{ border-left-color: rgb(82 82 82 / 0.8); border-right-color: rgb(82 82 82 / 0.8); }
.border-x-neutral-600\/90{ border-left-color: rgb(82 82 82 / 0.9); border-right-color: rgb(82 82 82 / 0.9); }
.border-x-neutral-600\/95{ border-left-color: rgb(82 82 82 / 0.95); border-right-color: rgb(82 82 82 / 0.95); }
.border-x-neutral-700{ --tw-border-opacity: 1; border-left-color: rgb(64 64 64 / var(--tw-border-opacity)); border-right-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-x-neutral-700\/0{ border-left-color: rgb(64 64 64 / 0); border-right-color: rgb(64 64 64 / 0); }
.border-x-neutral-700\/10{ border-left-color: rgb(64 64 64 / 0.1); border-right-color: rgb(64 64 64 / 0.1); }
.border-x-neutral-700\/100{ border-left-color: rgb(64 64 64 / 1); border-right-color: rgb(64 64 64 / 1); }
.border-x-neutral-700\/20{ border-left-color: rgb(64 64 64 / 0.2); border-right-color: rgb(64 64 64 / 0.2); }
.border-x-neutral-700\/25{ border-left-color: rgb(64 64 64 / 0.25); border-right-color: rgb(64 64 64 / 0.25); }
.border-x-neutral-700\/30{ border-left-color: rgb(64 64 64 / 0.3); border-right-color: rgb(64 64 64 / 0.3); }
.border-x-neutral-700\/40{ border-left-color: rgb(64 64 64 / 0.4); border-right-color: rgb(64 64 64 / 0.4); }
.border-x-neutral-700\/5{ border-left-color: rgb(64 64 64 / 0.05); border-right-color: rgb(64 64 64 / 0.05); }
.border-x-neutral-700\/50{ border-left-color: rgb(64 64 64 / 0.5); border-right-color: rgb(64 64 64 / 0.5); }
.border-x-neutral-700\/60{ border-left-color: rgb(64 64 64 / 0.6); border-right-color: rgb(64 64 64 / 0.6); }
.border-x-neutral-700\/70{ border-left-color: rgb(64 64 64 / 0.7); border-right-color: rgb(64 64 64 / 0.7); }
.border-x-neutral-700\/75{ border-left-color: rgb(64 64 64 / 0.75); border-right-color: rgb(64 64 64 / 0.75); }
.border-x-neutral-700\/80{ border-left-color: rgb(64 64 64 / 0.8); border-right-color: rgb(64 64 64 / 0.8); }
.border-x-neutral-700\/90{ border-left-color: rgb(64 64 64 / 0.9); border-right-color: rgb(64 64 64 / 0.9); }
.border-x-neutral-700\/95{ border-left-color: rgb(64 64 64 / 0.95); border-right-color: rgb(64 64 64 / 0.95); }
.border-x-neutral-800{ --tw-border-opacity: 1; border-left-color: rgb(38 38 38 / var(--tw-border-opacity)); border-right-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-x-neutral-800\/0{ border-left-color: rgb(38 38 38 / 0); border-right-color: rgb(38 38 38 / 0); }
.border-x-neutral-800\/10{ border-left-color: rgb(38 38 38 / 0.1); border-right-color: rgb(38 38 38 / 0.1); }
.border-x-neutral-800\/100{ border-left-color: rgb(38 38 38 / 1); border-right-color: rgb(38 38 38 / 1); }
.border-x-neutral-800\/20{ border-left-color: rgb(38 38 38 / 0.2); border-right-color: rgb(38 38 38 / 0.2); }
.border-x-neutral-800\/25{ border-left-color: rgb(38 38 38 / 0.25); border-right-color: rgb(38 38 38 / 0.25); }
.border-x-neutral-800\/30{ border-left-color: rgb(38 38 38 / 0.3); border-right-color: rgb(38 38 38 / 0.3); }
.border-x-neutral-800\/40{ border-left-color: rgb(38 38 38 / 0.4); border-right-color: rgb(38 38 38 / 0.4); }
.border-x-neutral-800\/5{ border-left-color: rgb(38 38 38 / 0.05); border-right-color: rgb(38 38 38 / 0.05); }
.border-x-neutral-800\/50{ border-left-color: rgb(38 38 38 / 0.5); border-right-color: rgb(38 38 38 / 0.5); }
.border-x-neutral-800\/60{ border-left-color: rgb(38 38 38 / 0.6); border-right-color: rgb(38 38 38 / 0.6); }
.border-x-neutral-800\/70{ border-left-color: rgb(38 38 38 / 0.7); border-right-color: rgb(38 38 38 / 0.7); }
.border-x-neutral-800\/75{ border-left-color: rgb(38 38 38 / 0.75); border-right-color: rgb(38 38 38 / 0.75); }
.border-x-neutral-800\/80{ border-left-color: rgb(38 38 38 / 0.8); border-right-color: rgb(38 38 38 / 0.8); }
.border-x-neutral-800\/90{ border-left-color: rgb(38 38 38 / 0.9); border-right-color: rgb(38 38 38 / 0.9); }
.border-x-neutral-800\/95{ border-left-color: rgb(38 38 38 / 0.95); border-right-color: rgb(38 38 38 / 0.95); }
.border-x-neutral-900{ --tw-border-opacity: 1; border-left-color: rgb(23 23 23 / var(--tw-border-opacity)); border-right-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-x-neutral-900\/0{ border-left-color: rgb(23 23 23 / 0); border-right-color: rgb(23 23 23 / 0); }
.border-x-neutral-900\/10{ border-left-color: rgb(23 23 23 / 0.1); border-right-color: rgb(23 23 23 / 0.1); }
.border-x-neutral-900\/100{ border-left-color: rgb(23 23 23 / 1); border-right-color: rgb(23 23 23 / 1); }
.border-x-neutral-900\/20{ border-left-color: rgb(23 23 23 / 0.2); border-right-color: rgb(23 23 23 / 0.2); }
.border-x-neutral-900\/25{ border-left-color: rgb(23 23 23 / 0.25); border-right-color: rgb(23 23 23 / 0.25); }
.border-x-neutral-900\/30{ border-left-color: rgb(23 23 23 / 0.3); border-right-color: rgb(23 23 23 / 0.3); }
.border-x-neutral-900\/40{ border-left-color: rgb(23 23 23 / 0.4); border-right-color: rgb(23 23 23 / 0.4); }
.border-x-neutral-900\/5{ border-left-color: rgb(23 23 23 / 0.05); border-right-color: rgb(23 23 23 / 0.05); }
.border-x-neutral-900\/50{ border-left-color: rgb(23 23 23 / 0.5); border-right-color: rgb(23 23 23 / 0.5); }
.border-x-neutral-900\/60{ border-left-color: rgb(23 23 23 / 0.6); border-right-color: rgb(23 23 23 / 0.6); }
.border-x-neutral-900\/70{ border-left-color: rgb(23 23 23 / 0.7); border-right-color: rgb(23 23 23 / 0.7); }
.border-x-neutral-900\/75{ border-left-color: rgb(23 23 23 / 0.75); border-right-color: rgb(23 23 23 / 0.75); }
.border-x-neutral-900\/80{ border-left-color: rgb(23 23 23 / 0.8); border-right-color: rgb(23 23 23 / 0.8); }
.border-x-neutral-900\/90{ border-left-color: rgb(23 23 23 / 0.9); border-right-color: rgb(23 23 23 / 0.9); }
.border-x-neutral-900\/95{ border-left-color: rgb(23 23 23 / 0.95); border-right-color: rgb(23 23 23 / 0.95); }
.border-x-neutral-950{ --tw-border-opacity: 1; border-left-color: rgb(10 10 10 / var(--tw-border-opacity)); border-right-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-x-neutral-950\/0{ border-left-color: rgb(10 10 10 / 0); border-right-color: rgb(10 10 10 / 0); }
.border-x-neutral-950\/10{ border-left-color: rgb(10 10 10 / 0.1); border-right-color: rgb(10 10 10 / 0.1); }
.border-x-neutral-950\/100{ border-left-color: rgb(10 10 10 / 1); border-right-color: rgb(10 10 10 / 1); }
.border-x-neutral-950\/20{ border-left-color: rgb(10 10 10 / 0.2); border-right-color: rgb(10 10 10 / 0.2); }
.border-x-neutral-950\/25{ border-left-color: rgb(10 10 10 / 0.25); border-right-color: rgb(10 10 10 / 0.25); }
.border-x-neutral-950\/30{ border-left-color: rgb(10 10 10 / 0.3); border-right-color: rgb(10 10 10 / 0.3); }
.border-x-neutral-950\/40{ border-left-color: rgb(10 10 10 / 0.4); border-right-color: rgb(10 10 10 / 0.4); }
.border-x-neutral-950\/5{ border-left-color: rgb(10 10 10 / 0.05); border-right-color: rgb(10 10 10 / 0.05); }
.border-x-neutral-950\/50{ border-left-color: rgb(10 10 10 / 0.5); border-right-color: rgb(10 10 10 / 0.5); }
.border-x-neutral-950\/60{ border-left-color: rgb(10 10 10 / 0.6); border-right-color: rgb(10 10 10 / 0.6); }
.border-x-neutral-950\/70{ border-left-color: rgb(10 10 10 / 0.7); border-right-color: rgb(10 10 10 / 0.7); }
.border-x-neutral-950\/75{ border-left-color: rgb(10 10 10 / 0.75); border-right-color: rgb(10 10 10 / 0.75); }
.border-x-neutral-950\/80{ border-left-color: rgb(10 10 10 / 0.8); border-right-color: rgb(10 10 10 / 0.8); }
.border-x-neutral-950\/90{ border-left-color: rgb(10 10 10 / 0.9); border-right-color: rgb(10 10 10 / 0.9); }
.border-x-neutral-950\/95{ border-left-color: rgb(10 10 10 / 0.95); border-right-color: rgb(10 10 10 / 0.95); }
.border-x-orange-100{ --tw-border-opacity: 1; border-left-color: rgb(255 237 213 / var(--tw-border-opacity)); border-right-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-x-orange-100\/0{ border-left-color: rgb(255 237 213 / 0); border-right-color: rgb(255 237 213 / 0); }
.border-x-orange-100\/10{ border-left-color: rgb(255 237 213 / 0.1); border-right-color: rgb(255 237 213 / 0.1); }
.border-x-orange-100\/100{ border-left-color: rgb(255 237 213 / 1); border-right-color: rgb(255 237 213 / 1); }
.border-x-orange-100\/20{ border-left-color: rgb(255 237 213 / 0.2); border-right-color: rgb(255 237 213 / 0.2); }
.border-x-orange-100\/25{ border-left-color: rgb(255 237 213 / 0.25); border-right-color: rgb(255 237 213 / 0.25); }
.border-x-orange-100\/30{ border-left-color: rgb(255 237 213 / 0.3); border-right-color: rgb(255 237 213 / 0.3); }
.border-x-orange-100\/40{ border-left-color: rgb(255 237 213 / 0.4); border-right-color: rgb(255 237 213 / 0.4); }
.border-x-orange-100\/5{ border-left-color: rgb(255 237 213 / 0.05); border-right-color: rgb(255 237 213 / 0.05); }
.border-x-orange-100\/50{ border-left-color: rgb(255 237 213 / 0.5); border-right-color: rgb(255 237 213 / 0.5); }
.border-x-orange-100\/60{ border-left-color: rgb(255 237 213 / 0.6); border-right-color: rgb(255 237 213 / 0.6); }
.border-x-orange-100\/70{ border-left-color: rgb(255 237 213 / 0.7); border-right-color: rgb(255 237 213 / 0.7); }
.border-x-orange-100\/75{ border-left-color: rgb(255 237 213 / 0.75); border-right-color: rgb(255 237 213 / 0.75); }
.border-x-orange-100\/80{ border-left-color: rgb(255 237 213 / 0.8); border-right-color: rgb(255 237 213 / 0.8); }
.border-x-orange-100\/90{ border-left-color: rgb(255 237 213 / 0.9); border-right-color: rgb(255 237 213 / 0.9); }
.border-x-orange-100\/95{ border-left-color: rgb(255 237 213 / 0.95); border-right-color: rgb(255 237 213 / 0.95); }
.border-x-orange-200{ --tw-border-opacity: 1; border-left-color: rgb(254 215 170 / var(--tw-border-opacity)); border-right-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-x-orange-200\/0{ border-left-color: rgb(254 215 170 / 0); border-right-color: rgb(254 215 170 / 0); }
.border-x-orange-200\/10{ border-left-color: rgb(254 215 170 / 0.1); border-right-color: rgb(254 215 170 / 0.1); }
.border-x-orange-200\/100{ border-left-color: rgb(254 215 170 / 1); border-right-color: rgb(254 215 170 / 1); }
.border-x-orange-200\/20{ border-left-color: rgb(254 215 170 / 0.2); border-right-color: rgb(254 215 170 / 0.2); }
.border-x-orange-200\/25{ border-left-color: rgb(254 215 170 / 0.25); border-right-color: rgb(254 215 170 / 0.25); }
.border-x-orange-200\/30{ border-left-color: rgb(254 215 170 / 0.3); border-right-color: rgb(254 215 170 / 0.3); }
.border-x-orange-200\/40{ border-left-color: rgb(254 215 170 / 0.4); border-right-color: rgb(254 215 170 / 0.4); }
.border-x-orange-200\/5{ border-left-color: rgb(254 215 170 / 0.05); border-right-color: rgb(254 215 170 / 0.05); }
.border-x-orange-200\/50{ border-left-color: rgb(254 215 170 / 0.5); border-right-color: rgb(254 215 170 / 0.5); }
.border-x-orange-200\/60{ border-left-color: rgb(254 215 170 / 0.6); border-right-color: rgb(254 215 170 / 0.6); }
.border-x-orange-200\/70{ border-left-color: rgb(254 215 170 / 0.7); border-right-color: rgb(254 215 170 / 0.7); }
.border-x-orange-200\/75{ border-left-color: rgb(254 215 170 / 0.75); border-right-color: rgb(254 215 170 / 0.75); }
.border-x-orange-200\/80{ border-left-color: rgb(254 215 170 / 0.8); border-right-color: rgb(254 215 170 / 0.8); }
.border-x-orange-200\/90{ border-left-color: rgb(254 215 170 / 0.9); border-right-color: rgb(254 215 170 / 0.9); }
.border-x-orange-200\/95{ border-left-color: rgb(254 215 170 / 0.95); border-right-color: rgb(254 215 170 / 0.95); }
.border-x-orange-300{ --tw-border-opacity: 1; border-left-color: rgb(253 186 116 / var(--tw-border-opacity)); border-right-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-x-orange-300\/0{ border-left-color: rgb(253 186 116 / 0); border-right-color: rgb(253 186 116 / 0); }
.border-x-orange-300\/10{ border-left-color: rgb(253 186 116 / 0.1); border-right-color: rgb(253 186 116 / 0.1); }
.border-x-orange-300\/100{ border-left-color: rgb(253 186 116 / 1); border-right-color: rgb(253 186 116 / 1); }
.border-x-orange-300\/20{ border-left-color: rgb(253 186 116 / 0.2); border-right-color: rgb(253 186 116 / 0.2); }
.border-x-orange-300\/25{ border-left-color: rgb(253 186 116 / 0.25); border-right-color: rgb(253 186 116 / 0.25); }
.border-x-orange-300\/30{ border-left-color: rgb(253 186 116 / 0.3); border-right-color: rgb(253 186 116 / 0.3); }
.border-x-orange-300\/40{ border-left-color: rgb(253 186 116 / 0.4); border-right-color: rgb(253 186 116 / 0.4); }
.border-x-orange-300\/5{ border-left-color: rgb(253 186 116 / 0.05); border-right-color: rgb(253 186 116 / 0.05); }
.border-x-orange-300\/50{ border-left-color: rgb(253 186 116 / 0.5); border-right-color: rgb(253 186 116 / 0.5); }
.border-x-orange-300\/60{ border-left-color: rgb(253 186 116 / 0.6); border-right-color: rgb(253 186 116 / 0.6); }
.border-x-orange-300\/70{ border-left-color: rgb(253 186 116 / 0.7); border-right-color: rgb(253 186 116 / 0.7); }
.border-x-orange-300\/75{ border-left-color: rgb(253 186 116 / 0.75); border-right-color: rgb(253 186 116 / 0.75); }
.border-x-orange-300\/80{ border-left-color: rgb(253 186 116 / 0.8); border-right-color: rgb(253 186 116 / 0.8); }
.border-x-orange-300\/90{ border-left-color: rgb(253 186 116 / 0.9); border-right-color: rgb(253 186 116 / 0.9); }
.border-x-orange-300\/95{ border-left-color: rgb(253 186 116 / 0.95); border-right-color: rgb(253 186 116 / 0.95); }
.border-x-orange-400{ --tw-border-opacity: 1; border-left-color: rgb(251 146 60 / var(--tw-border-opacity)); border-right-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-x-orange-400\/0{ border-left-color: rgb(251 146 60 / 0); border-right-color: rgb(251 146 60 / 0); }
.border-x-orange-400\/10{ border-left-color: rgb(251 146 60 / 0.1); border-right-color: rgb(251 146 60 / 0.1); }
.border-x-orange-400\/100{ border-left-color: rgb(251 146 60 / 1); border-right-color: rgb(251 146 60 / 1); }
.border-x-orange-400\/20{ border-left-color: rgb(251 146 60 / 0.2); border-right-color: rgb(251 146 60 / 0.2); }
.border-x-orange-400\/25{ border-left-color: rgb(251 146 60 / 0.25); border-right-color: rgb(251 146 60 / 0.25); }
.border-x-orange-400\/30{ border-left-color: rgb(251 146 60 / 0.3); border-right-color: rgb(251 146 60 / 0.3); }
.border-x-orange-400\/40{ border-left-color: rgb(251 146 60 / 0.4); border-right-color: rgb(251 146 60 / 0.4); }
.border-x-orange-400\/5{ border-left-color: rgb(251 146 60 / 0.05); border-right-color: rgb(251 146 60 / 0.05); }
.border-x-orange-400\/50{ border-left-color: rgb(251 146 60 / 0.5); border-right-color: rgb(251 146 60 / 0.5); }
.border-x-orange-400\/60{ border-left-color: rgb(251 146 60 / 0.6); border-right-color: rgb(251 146 60 / 0.6); }
.border-x-orange-400\/70{ border-left-color: rgb(251 146 60 / 0.7); border-right-color: rgb(251 146 60 / 0.7); }
.border-x-orange-400\/75{ border-left-color: rgb(251 146 60 / 0.75); border-right-color: rgb(251 146 60 / 0.75); }
.border-x-orange-400\/80{ border-left-color: rgb(251 146 60 / 0.8); border-right-color: rgb(251 146 60 / 0.8); }
.border-x-orange-400\/90{ border-left-color: rgb(251 146 60 / 0.9); border-right-color: rgb(251 146 60 / 0.9); }
.border-x-orange-400\/95{ border-left-color: rgb(251 146 60 / 0.95); border-right-color: rgb(251 146 60 / 0.95); }
.border-x-orange-50{ --tw-border-opacity: 1; border-left-color: rgb(255 247 237 / var(--tw-border-opacity)); border-right-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-x-orange-50\/0{ border-left-color: rgb(255 247 237 / 0); border-right-color: rgb(255 247 237 / 0); }
.border-x-orange-50\/10{ border-left-color: rgb(255 247 237 / 0.1); border-right-color: rgb(255 247 237 / 0.1); }
.border-x-orange-50\/100{ border-left-color: rgb(255 247 237 / 1); border-right-color: rgb(255 247 237 / 1); }
.border-x-orange-50\/20{ border-left-color: rgb(255 247 237 / 0.2); border-right-color: rgb(255 247 237 / 0.2); }
.border-x-orange-50\/25{ border-left-color: rgb(255 247 237 / 0.25); border-right-color: rgb(255 247 237 / 0.25); }
.border-x-orange-50\/30{ border-left-color: rgb(255 247 237 / 0.3); border-right-color: rgb(255 247 237 / 0.3); }
.border-x-orange-50\/40{ border-left-color: rgb(255 247 237 / 0.4); border-right-color: rgb(255 247 237 / 0.4); }
.border-x-orange-50\/5{ border-left-color: rgb(255 247 237 / 0.05); border-right-color: rgb(255 247 237 / 0.05); }
.border-x-orange-50\/50{ border-left-color: rgb(255 247 237 / 0.5); border-right-color: rgb(255 247 237 / 0.5); }
.border-x-orange-50\/60{ border-left-color: rgb(255 247 237 / 0.6); border-right-color: rgb(255 247 237 / 0.6); }
.border-x-orange-50\/70{ border-left-color: rgb(255 247 237 / 0.7); border-right-color: rgb(255 247 237 / 0.7); }
.border-x-orange-50\/75{ border-left-color: rgb(255 247 237 / 0.75); border-right-color: rgb(255 247 237 / 0.75); }
.border-x-orange-50\/80{ border-left-color: rgb(255 247 237 / 0.8); border-right-color: rgb(255 247 237 / 0.8); }
.border-x-orange-50\/90{ border-left-color: rgb(255 247 237 / 0.9); border-right-color: rgb(255 247 237 / 0.9); }
.border-x-orange-50\/95{ border-left-color: rgb(255 247 237 / 0.95); border-right-color: rgb(255 247 237 / 0.95); }
.border-x-orange-500{ --tw-border-opacity: 1; border-left-color: rgb(249 115 22 / var(--tw-border-opacity)); border-right-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-x-orange-500\/0{ border-left-color: rgb(249 115 22 / 0); border-right-color: rgb(249 115 22 / 0); }
.border-x-orange-500\/10{ border-left-color: rgb(249 115 22 / 0.1); border-right-color: rgb(249 115 22 / 0.1); }
.border-x-orange-500\/100{ border-left-color: rgb(249 115 22 / 1); border-right-color: rgb(249 115 22 / 1); }
.border-x-orange-500\/20{ border-left-color: rgb(249 115 22 / 0.2); border-right-color: rgb(249 115 22 / 0.2); }
.border-x-orange-500\/25{ border-left-color: rgb(249 115 22 / 0.25); border-right-color: rgb(249 115 22 / 0.25); }
.border-x-orange-500\/30{ border-left-color: rgb(249 115 22 / 0.3); border-right-color: rgb(249 115 22 / 0.3); }
.border-x-orange-500\/40{ border-left-color: rgb(249 115 22 / 0.4); border-right-color: rgb(249 115 22 / 0.4); }
.border-x-orange-500\/5{ border-left-color: rgb(249 115 22 / 0.05); border-right-color: rgb(249 115 22 / 0.05); }
.border-x-orange-500\/50{ border-left-color: rgb(249 115 22 / 0.5); border-right-color: rgb(249 115 22 / 0.5); }
.border-x-orange-500\/60{ border-left-color: rgb(249 115 22 / 0.6); border-right-color: rgb(249 115 22 / 0.6); }
.border-x-orange-500\/70{ border-left-color: rgb(249 115 22 / 0.7); border-right-color: rgb(249 115 22 / 0.7); }
.border-x-orange-500\/75{ border-left-color: rgb(249 115 22 / 0.75); border-right-color: rgb(249 115 22 / 0.75); }
.border-x-orange-500\/80{ border-left-color: rgb(249 115 22 / 0.8); border-right-color: rgb(249 115 22 / 0.8); }
.border-x-orange-500\/90{ border-left-color: rgb(249 115 22 / 0.9); border-right-color: rgb(249 115 22 / 0.9); }
.border-x-orange-500\/95{ border-left-color: rgb(249 115 22 / 0.95); border-right-color: rgb(249 115 22 / 0.95); }
.border-x-orange-600{ --tw-border-opacity: 1; border-left-color: rgb(234 88 12 / var(--tw-border-opacity)); border-right-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-x-orange-600\/0{ border-left-color: rgb(234 88 12 / 0); border-right-color: rgb(234 88 12 / 0); }
.border-x-orange-600\/10{ border-left-color: rgb(234 88 12 / 0.1); border-right-color: rgb(234 88 12 / 0.1); }
.border-x-orange-600\/100{ border-left-color: rgb(234 88 12 / 1); border-right-color: rgb(234 88 12 / 1); }
.border-x-orange-600\/20{ border-left-color: rgb(234 88 12 / 0.2); border-right-color: rgb(234 88 12 / 0.2); }
.border-x-orange-600\/25{ border-left-color: rgb(234 88 12 / 0.25); border-right-color: rgb(234 88 12 / 0.25); }
.border-x-orange-600\/30{ border-left-color: rgb(234 88 12 / 0.3); border-right-color: rgb(234 88 12 / 0.3); }
.border-x-orange-600\/40{ border-left-color: rgb(234 88 12 / 0.4); border-right-color: rgb(234 88 12 / 0.4); }
.border-x-orange-600\/5{ border-left-color: rgb(234 88 12 / 0.05); border-right-color: rgb(234 88 12 / 0.05); }
.border-x-orange-600\/50{ border-left-color: rgb(234 88 12 / 0.5); border-right-color: rgb(234 88 12 / 0.5); }
.border-x-orange-600\/60{ border-left-color: rgb(234 88 12 / 0.6); border-right-color: rgb(234 88 12 / 0.6); }
.border-x-orange-600\/70{ border-left-color: rgb(234 88 12 / 0.7); border-right-color: rgb(234 88 12 / 0.7); }
.border-x-orange-600\/75{ border-left-color: rgb(234 88 12 / 0.75); border-right-color: rgb(234 88 12 / 0.75); }
.border-x-orange-600\/80{ border-left-color: rgb(234 88 12 / 0.8); border-right-color: rgb(234 88 12 / 0.8); }
.border-x-orange-600\/90{ border-left-color: rgb(234 88 12 / 0.9); border-right-color: rgb(234 88 12 / 0.9); }
.border-x-orange-600\/95{ border-left-color: rgb(234 88 12 / 0.95); border-right-color: rgb(234 88 12 / 0.95); }
.border-x-orange-700{ --tw-border-opacity: 1; border-left-color: rgb(194 65 12 / var(--tw-border-opacity)); border-right-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-x-orange-700\/0{ border-left-color: rgb(194 65 12 / 0); border-right-color: rgb(194 65 12 / 0); }
.border-x-orange-700\/10{ border-left-color: rgb(194 65 12 / 0.1); border-right-color: rgb(194 65 12 / 0.1); }
.border-x-orange-700\/100{ border-left-color: rgb(194 65 12 / 1); border-right-color: rgb(194 65 12 / 1); }
.border-x-orange-700\/20{ border-left-color: rgb(194 65 12 / 0.2); border-right-color: rgb(194 65 12 / 0.2); }
.border-x-orange-700\/25{ border-left-color: rgb(194 65 12 / 0.25); border-right-color: rgb(194 65 12 / 0.25); }
.border-x-orange-700\/30{ border-left-color: rgb(194 65 12 / 0.3); border-right-color: rgb(194 65 12 / 0.3); }
.border-x-orange-700\/40{ border-left-color: rgb(194 65 12 / 0.4); border-right-color: rgb(194 65 12 / 0.4); }
.border-x-orange-700\/5{ border-left-color: rgb(194 65 12 / 0.05); border-right-color: rgb(194 65 12 / 0.05); }
.border-x-orange-700\/50{ border-left-color: rgb(194 65 12 / 0.5); border-right-color: rgb(194 65 12 / 0.5); }
.border-x-orange-700\/60{ border-left-color: rgb(194 65 12 / 0.6); border-right-color: rgb(194 65 12 / 0.6); }
.border-x-orange-700\/70{ border-left-color: rgb(194 65 12 / 0.7); border-right-color: rgb(194 65 12 / 0.7); }
.border-x-orange-700\/75{ border-left-color: rgb(194 65 12 / 0.75); border-right-color: rgb(194 65 12 / 0.75); }
.border-x-orange-700\/80{ border-left-color: rgb(194 65 12 / 0.8); border-right-color: rgb(194 65 12 / 0.8); }
.border-x-orange-700\/90{ border-left-color: rgb(194 65 12 / 0.9); border-right-color: rgb(194 65 12 / 0.9); }
.border-x-orange-700\/95{ border-left-color: rgb(194 65 12 / 0.95); border-right-color: rgb(194 65 12 / 0.95); }
.border-x-orange-800{ --tw-border-opacity: 1; border-left-color: rgb(154 52 18 / var(--tw-border-opacity)); border-right-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-x-orange-800\/0{ border-left-color: rgb(154 52 18 / 0); border-right-color: rgb(154 52 18 / 0); }
.border-x-orange-800\/10{ border-left-color: rgb(154 52 18 / 0.1); border-right-color: rgb(154 52 18 / 0.1); }
.border-x-orange-800\/100{ border-left-color: rgb(154 52 18 / 1); border-right-color: rgb(154 52 18 / 1); }
.border-x-orange-800\/20{ border-left-color: rgb(154 52 18 / 0.2); border-right-color: rgb(154 52 18 / 0.2); }
.border-x-orange-800\/25{ border-left-color: rgb(154 52 18 / 0.25); border-right-color: rgb(154 52 18 / 0.25); }
.border-x-orange-800\/30{ border-left-color: rgb(154 52 18 / 0.3); border-right-color: rgb(154 52 18 / 0.3); }
.border-x-orange-800\/40{ border-left-color: rgb(154 52 18 / 0.4); border-right-color: rgb(154 52 18 / 0.4); }
.border-x-orange-800\/5{ border-left-color: rgb(154 52 18 / 0.05); border-right-color: rgb(154 52 18 / 0.05); }
.border-x-orange-800\/50{ border-left-color: rgb(154 52 18 / 0.5); border-right-color: rgb(154 52 18 / 0.5); }
.border-x-orange-800\/60{ border-left-color: rgb(154 52 18 / 0.6); border-right-color: rgb(154 52 18 / 0.6); }
.border-x-orange-800\/70{ border-left-color: rgb(154 52 18 / 0.7); border-right-color: rgb(154 52 18 / 0.7); }
.border-x-orange-800\/75{ border-left-color: rgb(154 52 18 / 0.75); border-right-color: rgb(154 52 18 / 0.75); }
.border-x-orange-800\/80{ border-left-color: rgb(154 52 18 / 0.8); border-right-color: rgb(154 52 18 / 0.8); }
.border-x-orange-800\/90{ border-left-color: rgb(154 52 18 / 0.9); border-right-color: rgb(154 52 18 / 0.9); }
.border-x-orange-800\/95{ border-left-color: rgb(154 52 18 / 0.95); border-right-color: rgb(154 52 18 / 0.95); }
.border-x-orange-900{ --tw-border-opacity: 1; border-left-color: rgb(124 45 18 / var(--tw-border-opacity)); border-right-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-x-orange-900\/0{ border-left-color: rgb(124 45 18 / 0); border-right-color: rgb(124 45 18 / 0); }
.border-x-orange-900\/10{ border-left-color: rgb(124 45 18 / 0.1); border-right-color: rgb(124 45 18 / 0.1); }
.border-x-orange-900\/100{ border-left-color: rgb(124 45 18 / 1); border-right-color: rgb(124 45 18 / 1); }
.border-x-orange-900\/20{ border-left-color: rgb(124 45 18 / 0.2); border-right-color: rgb(124 45 18 / 0.2); }
.border-x-orange-900\/25{ border-left-color: rgb(124 45 18 / 0.25); border-right-color: rgb(124 45 18 / 0.25); }
.border-x-orange-900\/30{ border-left-color: rgb(124 45 18 / 0.3); border-right-color: rgb(124 45 18 / 0.3); }
.border-x-orange-900\/40{ border-left-color: rgb(124 45 18 / 0.4); border-right-color: rgb(124 45 18 / 0.4); }
.border-x-orange-900\/5{ border-left-color: rgb(124 45 18 / 0.05); border-right-color: rgb(124 45 18 / 0.05); }
.border-x-orange-900\/50{ border-left-color: rgb(124 45 18 / 0.5); border-right-color: rgb(124 45 18 / 0.5); }
.border-x-orange-900\/60{ border-left-color: rgb(124 45 18 / 0.6); border-right-color: rgb(124 45 18 / 0.6); }
.border-x-orange-900\/70{ border-left-color: rgb(124 45 18 / 0.7); border-right-color: rgb(124 45 18 / 0.7); }
.border-x-orange-900\/75{ border-left-color: rgb(124 45 18 / 0.75); border-right-color: rgb(124 45 18 / 0.75); }
.border-x-orange-900\/80{ border-left-color: rgb(124 45 18 / 0.8); border-right-color: rgb(124 45 18 / 0.8); }
.border-x-orange-900\/90{ border-left-color: rgb(124 45 18 / 0.9); border-right-color: rgb(124 45 18 / 0.9); }
.border-x-orange-900\/95{ border-left-color: rgb(124 45 18 / 0.95); border-right-color: rgb(124 45 18 / 0.95); }
.border-x-orange-950{ --tw-border-opacity: 1; border-left-color: rgb(67 20 7 / var(--tw-border-opacity)); border-right-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-x-orange-950\/0{ border-left-color: rgb(67 20 7 / 0); border-right-color: rgb(67 20 7 / 0); }
.border-x-orange-950\/10{ border-left-color: rgb(67 20 7 / 0.1); border-right-color: rgb(67 20 7 / 0.1); }
.border-x-orange-950\/100{ border-left-color: rgb(67 20 7 / 1); border-right-color: rgb(67 20 7 / 1); }
.border-x-orange-950\/20{ border-left-color: rgb(67 20 7 / 0.2); border-right-color: rgb(67 20 7 / 0.2); }
.border-x-orange-950\/25{ border-left-color: rgb(67 20 7 / 0.25); border-right-color: rgb(67 20 7 / 0.25); }
.border-x-orange-950\/30{ border-left-color: rgb(67 20 7 / 0.3); border-right-color: rgb(67 20 7 / 0.3); }
.border-x-orange-950\/40{ border-left-color: rgb(67 20 7 / 0.4); border-right-color: rgb(67 20 7 / 0.4); }
.border-x-orange-950\/5{ border-left-color: rgb(67 20 7 / 0.05); border-right-color: rgb(67 20 7 / 0.05); }
.border-x-orange-950\/50{ border-left-color: rgb(67 20 7 / 0.5); border-right-color: rgb(67 20 7 / 0.5); }
.border-x-orange-950\/60{ border-left-color: rgb(67 20 7 / 0.6); border-right-color: rgb(67 20 7 / 0.6); }
.border-x-orange-950\/70{ border-left-color: rgb(67 20 7 / 0.7); border-right-color: rgb(67 20 7 / 0.7); }
.border-x-orange-950\/75{ border-left-color: rgb(67 20 7 / 0.75); border-right-color: rgb(67 20 7 / 0.75); }
.border-x-orange-950\/80{ border-left-color: rgb(67 20 7 / 0.8); border-right-color: rgb(67 20 7 / 0.8); }
.border-x-orange-950\/90{ border-left-color: rgb(67 20 7 / 0.9); border-right-color: rgb(67 20 7 / 0.9); }
.border-x-orange-950\/95{ border-left-color: rgb(67 20 7 / 0.95); border-right-color: rgb(67 20 7 / 0.95); }
.border-x-pink-100{ --tw-border-opacity: 1; border-left-color: rgb(252 231 243 / var(--tw-border-opacity)); border-right-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-x-pink-100\/0{ border-left-color: rgb(252 231 243 / 0); border-right-color: rgb(252 231 243 / 0); }
.border-x-pink-100\/10{ border-left-color: rgb(252 231 243 / 0.1); border-right-color: rgb(252 231 243 / 0.1); }
.border-x-pink-100\/100{ border-left-color: rgb(252 231 243 / 1); border-right-color: rgb(252 231 243 / 1); }
.border-x-pink-100\/20{ border-left-color: rgb(252 231 243 / 0.2); border-right-color: rgb(252 231 243 / 0.2); }
.border-x-pink-100\/25{ border-left-color: rgb(252 231 243 / 0.25); border-right-color: rgb(252 231 243 / 0.25); }
.border-x-pink-100\/30{ border-left-color: rgb(252 231 243 / 0.3); border-right-color: rgb(252 231 243 / 0.3); }
.border-x-pink-100\/40{ border-left-color: rgb(252 231 243 / 0.4); border-right-color: rgb(252 231 243 / 0.4); }
.border-x-pink-100\/5{ border-left-color: rgb(252 231 243 / 0.05); border-right-color: rgb(252 231 243 / 0.05); }
.border-x-pink-100\/50{ border-left-color: rgb(252 231 243 / 0.5); border-right-color: rgb(252 231 243 / 0.5); }
.border-x-pink-100\/60{ border-left-color: rgb(252 231 243 / 0.6); border-right-color: rgb(252 231 243 / 0.6); }
.border-x-pink-100\/70{ border-left-color: rgb(252 231 243 / 0.7); border-right-color: rgb(252 231 243 / 0.7); }
.border-x-pink-100\/75{ border-left-color: rgb(252 231 243 / 0.75); border-right-color: rgb(252 231 243 / 0.75); }
.border-x-pink-100\/80{ border-left-color: rgb(252 231 243 / 0.8); border-right-color: rgb(252 231 243 / 0.8); }
.border-x-pink-100\/90{ border-left-color: rgb(252 231 243 / 0.9); border-right-color: rgb(252 231 243 / 0.9); }
.border-x-pink-100\/95{ border-left-color: rgb(252 231 243 / 0.95); border-right-color: rgb(252 231 243 / 0.95); }
.border-x-pink-200{ --tw-border-opacity: 1; border-left-color: rgb(251 207 232 / var(--tw-border-opacity)); border-right-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-x-pink-200\/0{ border-left-color: rgb(251 207 232 / 0); border-right-color: rgb(251 207 232 / 0); }
.border-x-pink-200\/10{ border-left-color: rgb(251 207 232 / 0.1); border-right-color: rgb(251 207 232 / 0.1); }
.border-x-pink-200\/100{ border-left-color: rgb(251 207 232 / 1); border-right-color: rgb(251 207 232 / 1); }
.border-x-pink-200\/20{ border-left-color: rgb(251 207 232 / 0.2); border-right-color: rgb(251 207 232 / 0.2); }
.border-x-pink-200\/25{ border-left-color: rgb(251 207 232 / 0.25); border-right-color: rgb(251 207 232 / 0.25); }
.border-x-pink-200\/30{ border-left-color: rgb(251 207 232 / 0.3); border-right-color: rgb(251 207 232 / 0.3); }
.border-x-pink-200\/40{ border-left-color: rgb(251 207 232 / 0.4); border-right-color: rgb(251 207 232 / 0.4); }
.border-x-pink-200\/5{ border-left-color: rgb(251 207 232 / 0.05); border-right-color: rgb(251 207 232 / 0.05); }
.border-x-pink-200\/50{ border-left-color: rgb(251 207 232 / 0.5); border-right-color: rgb(251 207 232 / 0.5); }
.border-x-pink-200\/60{ border-left-color: rgb(251 207 232 / 0.6); border-right-color: rgb(251 207 232 / 0.6); }
.border-x-pink-200\/70{ border-left-color: rgb(251 207 232 / 0.7); border-right-color: rgb(251 207 232 / 0.7); }
.border-x-pink-200\/75{ border-left-color: rgb(251 207 232 / 0.75); border-right-color: rgb(251 207 232 / 0.75); }
.border-x-pink-200\/80{ border-left-color: rgb(251 207 232 / 0.8); border-right-color: rgb(251 207 232 / 0.8); }
.border-x-pink-200\/90{ border-left-color: rgb(251 207 232 / 0.9); border-right-color: rgb(251 207 232 / 0.9); }
.border-x-pink-200\/95{ border-left-color: rgb(251 207 232 / 0.95); border-right-color: rgb(251 207 232 / 0.95); }
.border-x-pink-300{ --tw-border-opacity: 1; border-left-color: rgb(249 168 212 / var(--tw-border-opacity)); border-right-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-x-pink-300\/0{ border-left-color: rgb(249 168 212 / 0); border-right-color: rgb(249 168 212 / 0); }
.border-x-pink-300\/10{ border-left-color: rgb(249 168 212 / 0.1); border-right-color: rgb(249 168 212 / 0.1); }
.border-x-pink-300\/100{ border-left-color: rgb(249 168 212 / 1); border-right-color: rgb(249 168 212 / 1); }
.border-x-pink-300\/20{ border-left-color: rgb(249 168 212 / 0.2); border-right-color: rgb(249 168 212 / 0.2); }
.border-x-pink-300\/25{ border-left-color: rgb(249 168 212 / 0.25); border-right-color: rgb(249 168 212 / 0.25); }
.border-x-pink-300\/30{ border-left-color: rgb(249 168 212 / 0.3); border-right-color: rgb(249 168 212 / 0.3); }
.border-x-pink-300\/40{ border-left-color: rgb(249 168 212 / 0.4); border-right-color: rgb(249 168 212 / 0.4); }
.border-x-pink-300\/5{ border-left-color: rgb(249 168 212 / 0.05); border-right-color: rgb(249 168 212 / 0.05); }
.border-x-pink-300\/50{ border-left-color: rgb(249 168 212 / 0.5); border-right-color: rgb(249 168 212 / 0.5); }
.border-x-pink-300\/60{ border-left-color: rgb(249 168 212 / 0.6); border-right-color: rgb(249 168 212 / 0.6); }
.border-x-pink-300\/70{ border-left-color: rgb(249 168 212 / 0.7); border-right-color: rgb(249 168 212 / 0.7); }
.border-x-pink-300\/75{ border-left-color: rgb(249 168 212 / 0.75); border-right-color: rgb(249 168 212 / 0.75); }
.border-x-pink-300\/80{ border-left-color: rgb(249 168 212 / 0.8); border-right-color: rgb(249 168 212 / 0.8); }
.border-x-pink-300\/90{ border-left-color: rgb(249 168 212 / 0.9); border-right-color: rgb(249 168 212 / 0.9); }
.border-x-pink-300\/95{ border-left-color: rgb(249 168 212 / 0.95); border-right-color: rgb(249 168 212 / 0.95); }
.border-x-pink-400{ --tw-border-opacity: 1; border-left-color: rgb(244 114 182 / var(--tw-border-opacity)); border-right-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-x-pink-400\/0{ border-left-color: rgb(244 114 182 / 0); border-right-color: rgb(244 114 182 / 0); }
.border-x-pink-400\/10{ border-left-color: rgb(244 114 182 / 0.1); border-right-color: rgb(244 114 182 / 0.1); }
.border-x-pink-400\/100{ border-left-color: rgb(244 114 182 / 1); border-right-color: rgb(244 114 182 / 1); }
.border-x-pink-400\/20{ border-left-color: rgb(244 114 182 / 0.2); border-right-color: rgb(244 114 182 / 0.2); }
.border-x-pink-400\/25{ border-left-color: rgb(244 114 182 / 0.25); border-right-color: rgb(244 114 182 / 0.25); }
.border-x-pink-400\/30{ border-left-color: rgb(244 114 182 / 0.3); border-right-color: rgb(244 114 182 / 0.3); }
.border-x-pink-400\/40{ border-left-color: rgb(244 114 182 / 0.4); border-right-color: rgb(244 114 182 / 0.4); }
.border-x-pink-400\/5{ border-left-color: rgb(244 114 182 / 0.05); border-right-color: rgb(244 114 182 / 0.05); }
.border-x-pink-400\/50{ border-left-color: rgb(244 114 182 / 0.5); border-right-color: rgb(244 114 182 / 0.5); }
.border-x-pink-400\/60{ border-left-color: rgb(244 114 182 / 0.6); border-right-color: rgb(244 114 182 / 0.6); }
.border-x-pink-400\/70{ border-left-color: rgb(244 114 182 / 0.7); border-right-color: rgb(244 114 182 / 0.7); }
.border-x-pink-400\/75{ border-left-color: rgb(244 114 182 / 0.75); border-right-color: rgb(244 114 182 / 0.75); }
.border-x-pink-400\/80{ border-left-color: rgb(244 114 182 / 0.8); border-right-color: rgb(244 114 182 / 0.8); }
.border-x-pink-400\/90{ border-left-color: rgb(244 114 182 / 0.9); border-right-color: rgb(244 114 182 / 0.9); }
.border-x-pink-400\/95{ border-left-color: rgb(244 114 182 / 0.95); border-right-color: rgb(244 114 182 / 0.95); }
.border-x-pink-50{ --tw-border-opacity: 1; border-left-color: rgb(253 242 248 / var(--tw-border-opacity)); border-right-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-x-pink-50\/0{ border-left-color: rgb(253 242 248 / 0); border-right-color: rgb(253 242 248 / 0); }
.border-x-pink-50\/10{ border-left-color: rgb(253 242 248 / 0.1); border-right-color: rgb(253 242 248 / 0.1); }
.border-x-pink-50\/100{ border-left-color: rgb(253 242 248 / 1); border-right-color: rgb(253 242 248 / 1); }
.border-x-pink-50\/20{ border-left-color: rgb(253 242 248 / 0.2); border-right-color: rgb(253 242 248 / 0.2); }
.border-x-pink-50\/25{ border-left-color: rgb(253 242 248 / 0.25); border-right-color: rgb(253 242 248 / 0.25); }
.border-x-pink-50\/30{ border-left-color: rgb(253 242 248 / 0.3); border-right-color: rgb(253 242 248 / 0.3); }
.border-x-pink-50\/40{ border-left-color: rgb(253 242 248 / 0.4); border-right-color: rgb(253 242 248 / 0.4); }
.border-x-pink-50\/5{ border-left-color: rgb(253 242 248 / 0.05); border-right-color: rgb(253 242 248 / 0.05); }
.border-x-pink-50\/50{ border-left-color: rgb(253 242 248 / 0.5); border-right-color: rgb(253 242 248 / 0.5); }
.border-x-pink-50\/60{ border-left-color: rgb(253 242 248 / 0.6); border-right-color: rgb(253 242 248 / 0.6); }
.border-x-pink-50\/70{ border-left-color: rgb(253 242 248 / 0.7); border-right-color: rgb(253 242 248 / 0.7); }
.border-x-pink-50\/75{ border-left-color: rgb(253 242 248 / 0.75); border-right-color: rgb(253 242 248 / 0.75); }
.border-x-pink-50\/80{ border-left-color: rgb(253 242 248 / 0.8); border-right-color: rgb(253 242 248 / 0.8); }
.border-x-pink-50\/90{ border-left-color: rgb(253 242 248 / 0.9); border-right-color: rgb(253 242 248 / 0.9); }
.border-x-pink-50\/95{ border-left-color: rgb(253 242 248 / 0.95); border-right-color: rgb(253 242 248 / 0.95); }
.border-x-pink-500{ --tw-border-opacity: 1; border-left-color: rgb(236 72 153 / var(--tw-border-opacity)); border-right-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-x-pink-500\/0{ border-left-color: rgb(236 72 153 / 0); border-right-color: rgb(236 72 153 / 0); }
.border-x-pink-500\/10{ border-left-color: rgb(236 72 153 / 0.1); border-right-color: rgb(236 72 153 / 0.1); }
.border-x-pink-500\/100{ border-left-color: rgb(236 72 153 / 1); border-right-color: rgb(236 72 153 / 1); }
.border-x-pink-500\/20{ border-left-color: rgb(236 72 153 / 0.2); border-right-color: rgb(236 72 153 / 0.2); }
.border-x-pink-500\/25{ border-left-color: rgb(236 72 153 / 0.25); border-right-color: rgb(236 72 153 / 0.25); }
.border-x-pink-500\/30{ border-left-color: rgb(236 72 153 / 0.3); border-right-color: rgb(236 72 153 / 0.3); }
.border-x-pink-500\/40{ border-left-color: rgb(236 72 153 / 0.4); border-right-color: rgb(236 72 153 / 0.4); }
.border-x-pink-500\/5{ border-left-color: rgb(236 72 153 / 0.05); border-right-color: rgb(236 72 153 / 0.05); }
.border-x-pink-500\/50{ border-left-color: rgb(236 72 153 / 0.5); border-right-color: rgb(236 72 153 / 0.5); }
.border-x-pink-500\/60{ border-left-color: rgb(236 72 153 / 0.6); border-right-color: rgb(236 72 153 / 0.6); }
.border-x-pink-500\/70{ border-left-color: rgb(236 72 153 / 0.7); border-right-color: rgb(236 72 153 / 0.7); }
.border-x-pink-500\/75{ border-left-color: rgb(236 72 153 / 0.75); border-right-color: rgb(236 72 153 / 0.75); }
.border-x-pink-500\/80{ border-left-color: rgb(236 72 153 / 0.8); border-right-color: rgb(236 72 153 / 0.8); }
.border-x-pink-500\/90{ border-left-color: rgb(236 72 153 / 0.9); border-right-color: rgb(236 72 153 / 0.9); }
.border-x-pink-500\/95{ border-left-color: rgb(236 72 153 / 0.95); border-right-color: rgb(236 72 153 / 0.95); }
.border-x-pink-600{ --tw-border-opacity: 1; border-left-color: rgb(219 39 119 / var(--tw-border-opacity)); border-right-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-x-pink-600\/0{ border-left-color: rgb(219 39 119 / 0); border-right-color: rgb(219 39 119 / 0); }
.border-x-pink-600\/10{ border-left-color: rgb(219 39 119 / 0.1); border-right-color: rgb(219 39 119 / 0.1); }
.border-x-pink-600\/100{ border-left-color: rgb(219 39 119 / 1); border-right-color: rgb(219 39 119 / 1); }
.border-x-pink-600\/20{ border-left-color: rgb(219 39 119 / 0.2); border-right-color: rgb(219 39 119 / 0.2); }
.border-x-pink-600\/25{ border-left-color: rgb(219 39 119 / 0.25); border-right-color: rgb(219 39 119 / 0.25); }
.border-x-pink-600\/30{ border-left-color: rgb(219 39 119 / 0.3); border-right-color: rgb(219 39 119 / 0.3); }
.border-x-pink-600\/40{ border-left-color: rgb(219 39 119 / 0.4); border-right-color: rgb(219 39 119 / 0.4); }
.border-x-pink-600\/5{ border-left-color: rgb(219 39 119 / 0.05); border-right-color: rgb(219 39 119 / 0.05); }
.border-x-pink-600\/50{ border-left-color: rgb(219 39 119 / 0.5); border-right-color: rgb(219 39 119 / 0.5); }
.border-x-pink-600\/60{ border-left-color: rgb(219 39 119 / 0.6); border-right-color: rgb(219 39 119 / 0.6); }
.border-x-pink-600\/70{ border-left-color: rgb(219 39 119 / 0.7); border-right-color: rgb(219 39 119 / 0.7); }
.border-x-pink-600\/75{ border-left-color: rgb(219 39 119 / 0.75); border-right-color: rgb(219 39 119 / 0.75); }
.border-x-pink-600\/80{ border-left-color: rgb(219 39 119 / 0.8); border-right-color: rgb(219 39 119 / 0.8); }
.border-x-pink-600\/90{ border-left-color: rgb(219 39 119 / 0.9); border-right-color: rgb(219 39 119 / 0.9); }
.border-x-pink-600\/95{ border-left-color: rgb(219 39 119 / 0.95); border-right-color: rgb(219 39 119 / 0.95); }
.border-x-pink-700{ --tw-border-opacity: 1; border-left-color: rgb(190 24 93 / var(--tw-border-opacity)); border-right-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-x-pink-700\/0{ border-left-color: rgb(190 24 93 / 0); border-right-color: rgb(190 24 93 / 0); }
.border-x-pink-700\/10{ border-left-color: rgb(190 24 93 / 0.1); border-right-color: rgb(190 24 93 / 0.1); }
.border-x-pink-700\/100{ border-left-color: rgb(190 24 93 / 1); border-right-color: rgb(190 24 93 / 1); }
.border-x-pink-700\/20{ border-left-color: rgb(190 24 93 / 0.2); border-right-color: rgb(190 24 93 / 0.2); }
.border-x-pink-700\/25{ border-left-color: rgb(190 24 93 / 0.25); border-right-color: rgb(190 24 93 / 0.25); }
.border-x-pink-700\/30{ border-left-color: rgb(190 24 93 / 0.3); border-right-color: rgb(190 24 93 / 0.3); }
.border-x-pink-700\/40{ border-left-color: rgb(190 24 93 / 0.4); border-right-color: rgb(190 24 93 / 0.4); }
.border-x-pink-700\/5{ border-left-color: rgb(190 24 93 / 0.05); border-right-color: rgb(190 24 93 / 0.05); }
.border-x-pink-700\/50{ border-left-color: rgb(190 24 93 / 0.5); border-right-color: rgb(190 24 93 / 0.5); }
.border-x-pink-700\/60{ border-left-color: rgb(190 24 93 / 0.6); border-right-color: rgb(190 24 93 / 0.6); }
.border-x-pink-700\/70{ border-left-color: rgb(190 24 93 / 0.7); border-right-color: rgb(190 24 93 / 0.7); }
.border-x-pink-700\/75{ border-left-color: rgb(190 24 93 / 0.75); border-right-color: rgb(190 24 93 / 0.75); }
.border-x-pink-700\/80{ border-left-color: rgb(190 24 93 / 0.8); border-right-color: rgb(190 24 93 / 0.8); }
.border-x-pink-700\/90{ border-left-color: rgb(190 24 93 / 0.9); border-right-color: rgb(190 24 93 / 0.9); }
.border-x-pink-700\/95{ border-left-color: rgb(190 24 93 / 0.95); border-right-color: rgb(190 24 93 / 0.95); }
.border-x-pink-800{ --tw-border-opacity: 1; border-left-color: rgb(157 23 77 / var(--tw-border-opacity)); border-right-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-x-pink-800\/0{ border-left-color: rgb(157 23 77 / 0); border-right-color: rgb(157 23 77 / 0); }
.border-x-pink-800\/10{ border-left-color: rgb(157 23 77 / 0.1); border-right-color: rgb(157 23 77 / 0.1); }
.border-x-pink-800\/100{ border-left-color: rgb(157 23 77 / 1); border-right-color: rgb(157 23 77 / 1); }
.border-x-pink-800\/20{ border-left-color: rgb(157 23 77 / 0.2); border-right-color: rgb(157 23 77 / 0.2); }
.border-x-pink-800\/25{ border-left-color: rgb(157 23 77 / 0.25); border-right-color: rgb(157 23 77 / 0.25); }
.border-x-pink-800\/30{ border-left-color: rgb(157 23 77 / 0.3); border-right-color: rgb(157 23 77 / 0.3); }
.border-x-pink-800\/40{ border-left-color: rgb(157 23 77 / 0.4); border-right-color: rgb(157 23 77 / 0.4); }
.border-x-pink-800\/5{ border-left-color: rgb(157 23 77 / 0.05); border-right-color: rgb(157 23 77 / 0.05); }
.border-x-pink-800\/50{ border-left-color: rgb(157 23 77 / 0.5); border-right-color: rgb(157 23 77 / 0.5); }
.border-x-pink-800\/60{ border-left-color: rgb(157 23 77 / 0.6); border-right-color: rgb(157 23 77 / 0.6); }
.border-x-pink-800\/70{ border-left-color: rgb(157 23 77 / 0.7); border-right-color: rgb(157 23 77 / 0.7); }
.border-x-pink-800\/75{ border-left-color: rgb(157 23 77 / 0.75); border-right-color: rgb(157 23 77 / 0.75); }
.border-x-pink-800\/80{ border-left-color: rgb(157 23 77 / 0.8); border-right-color: rgb(157 23 77 / 0.8); }
.border-x-pink-800\/90{ border-left-color: rgb(157 23 77 / 0.9); border-right-color: rgb(157 23 77 / 0.9); }
.border-x-pink-800\/95{ border-left-color: rgb(157 23 77 / 0.95); border-right-color: rgb(157 23 77 / 0.95); }
.border-x-pink-900{ --tw-border-opacity: 1; border-left-color: rgb(131 24 67 / var(--tw-border-opacity)); border-right-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-x-pink-900\/0{ border-left-color: rgb(131 24 67 / 0); border-right-color: rgb(131 24 67 / 0); }
.border-x-pink-900\/10{ border-left-color: rgb(131 24 67 / 0.1); border-right-color: rgb(131 24 67 / 0.1); }
.border-x-pink-900\/100{ border-left-color: rgb(131 24 67 / 1); border-right-color: rgb(131 24 67 / 1); }
.border-x-pink-900\/20{ border-left-color: rgb(131 24 67 / 0.2); border-right-color: rgb(131 24 67 / 0.2); }
.border-x-pink-900\/25{ border-left-color: rgb(131 24 67 / 0.25); border-right-color: rgb(131 24 67 / 0.25); }
.border-x-pink-900\/30{ border-left-color: rgb(131 24 67 / 0.3); border-right-color: rgb(131 24 67 / 0.3); }
.border-x-pink-900\/40{ border-left-color: rgb(131 24 67 / 0.4); border-right-color: rgb(131 24 67 / 0.4); }
.border-x-pink-900\/5{ border-left-color: rgb(131 24 67 / 0.05); border-right-color: rgb(131 24 67 / 0.05); }
.border-x-pink-900\/50{ border-left-color: rgb(131 24 67 / 0.5); border-right-color: rgb(131 24 67 / 0.5); }
.border-x-pink-900\/60{ border-left-color: rgb(131 24 67 / 0.6); border-right-color: rgb(131 24 67 / 0.6); }
.border-x-pink-900\/70{ border-left-color: rgb(131 24 67 / 0.7); border-right-color: rgb(131 24 67 / 0.7); }
.border-x-pink-900\/75{ border-left-color: rgb(131 24 67 / 0.75); border-right-color: rgb(131 24 67 / 0.75); }
.border-x-pink-900\/80{ border-left-color: rgb(131 24 67 / 0.8); border-right-color: rgb(131 24 67 / 0.8); }
.border-x-pink-900\/90{ border-left-color: rgb(131 24 67 / 0.9); border-right-color: rgb(131 24 67 / 0.9); }
.border-x-pink-900\/95{ border-left-color: rgb(131 24 67 / 0.95); border-right-color: rgb(131 24 67 / 0.95); }
.border-x-pink-950{ --tw-border-opacity: 1; border-left-color: rgb(80 7 36 / var(--tw-border-opacity)); border-right-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-x-pink-950\/0{ border-left-color: rgb(80 7 36 / 0); border-right-color: rgb(80 7 36 / 0); }
.border-x-pink-950\/10{ border-left-color: rgb(80 7 36 / 0.1); border-right-color: rgb(80 7 36 / 0.1); }
.border-x-pink-950\/100{ border-left-color: rgb(80 7 36 / 1); border-right-color: rgb(80 7 36 / 1); }
.border-x-pink-950\/20{ border-left-color: rgb(80 7 36 / 0.2); border-right-color: rgb(80 7 36 / 0.2); }
.border-x-pink-950\/25{ border-left-color: rgb(80 7 36 / 0.25); border-right-color: rgb(80 7 36 / 0.25); }
.border-x-pink-950\/30{ border-left-color: rgb(80 7 36 / 0.3); border-right-color: rgb(80 7 36 / 0.3); }
.border-x-pink-950\/40{ border-left-color: rgb(80 7 36 / 0.4); border-right-color: rgb(80 7 36 / 0.4); }
.border-x-pink-950\/5{ border-left-color: rgb(80 7 36 / 0.05); border-right-color: rgb(80 7 36 / 0.05); }
.border-x-pink-950\/50{ border-left-color: rgb(80 7 36 / 0.5); border-right-color: rgb(80 7 36 / 0.5); }
.border-x-pink-950\/60{ border-left-color: rgb(80 7 36 / 0.6); border-right-color: rgb(80 7 36 / 0.6); }
.border-x-pink-950\/70{ border-left-color: rgb(80 7 36 / 0.7); border-right-color: rgb(80 7 36 / 0.7); }
.border-x-pink-950\/75{ border-left-color: rgb(80 7 36 / 0.75); border-right-color: rgb(80 7 36 / 0.75); }
.border-x-pink-950\/80{ border-left-color: rgb(80 7 36 / 0.8); border-right-color: rgb(80 7 36 / 0.8); }
.border-x-pink-950\/90{ border-left-color: rgb(80 7 36 / 0.9); border-right-color: rgb(80 7 36 / 0.9); }
.border-x-pink-950\/95{ border-left-color: rgb(80 7 36 / 0.95); border-right-color: rgb(80 7 36 / 0.95); }
.border-x-purple-100{ --tw-border-opacity: 1; border-left-color: rgb(243 232 255 / var(--tw-border-opacity)); border-right-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-x-purple-100\/0{ border-left-color: rgb(243 232 255 / 0); border-right-color: rgb(243 232 255 / 0); }
.border-x-purple-100\/10{ border-left-color: rgb(243 232 255 / 0.1); border-right-color: rgb(243 232 255 / 0.1); }
.border-x-purple-100\/100{ border-left-color: rgb(243 232 255 / 1); border-right-color: rgb(243 232 255 / 1); }
.border-x-purple-100\/20{ border-left-color: rgb(243 232 255 / 0.2); border-right-color: rgb(243 232 255 / 0.2); }
.border-x-purple-100\/25{ border-left-color: rgb(243 232 255 / 0.25); border-right-color: rgb(243 232 255 / 0.25); }
.border-x-purple-100\/30{ border-left-color: rgb(243 232 255 / 0.3); border-right-color: rgb(243 232 255 / 0.3); }
.border-x-purple-100\/40{ border-left-color: rgb(243 232 255 / 0.4); border-right-color: rgb(243 232 255 / 0.4); }
.border-x-purple-100\/5{ border-left-color: rgb(243 232 255 / 0.05); border-right-color: rgb(243 232 255 / 0.05); }
.border-x-purple-100\/50{ border-left-color: rgb(243 232 255 / 0.5); border-right-color: rgb(243 232 255 / 0.5); }
.border-x-purple-100\/60{ border-left-color: rgb(243 232 255 / 0.6); border-right-color: rgb(243 232 255 / 0.6); }
.border-x-purple-100\/70{ border-left-color: rgb(243 232 255 / 0.7); border-right-color: rgb(243 232 255 / 0.7); }
.border-x-purple-100\/75{ border-left-color: rgb(243 232 255 / 0.75); border-right-color: rgb(243 232 255 / 0.75); }
.border-x-purple-100\/80{ border-left-color: rgb(243 232 255 / 0.8); border-right-color: rgb(243 232 255 / 0.8); }
.border-x-purple-100\/90{ border-left-color: rgb(243 232 255 / 0.9); border-right-color: rgb(243 232 255 / 0.9); }
.border-x-purple-100\/95{ border-left-color: rgb(243 232 255 / 0.95); border-right-color: rgb(243 232 255 / 0.95); }
.border-x-purple-200{ --tw-border-opacity: 1; border-left-color: rgb(233 213 255 / var(--tw-border-opacity)); border-right-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-x-purple-200\/0{ border-left-color: rgb(233 213 255 / 0); border-right-color: rgb(233 213 255 / 0); }
.border-x-purple-200\/10{ border-left-color: rgb(233 213 255 / 0.1); border-right-color: rgb(233 213 255 / 0.1); }
.border-x-purple-200\/100{ border-left-color: rgb(233 213 255 / 1); border-right-color: rgb(233 213 255 / 1); }
.border-x-purple-200\/20{ border-left-color: rgb(233 213 255 / 0.2); border-right-color: rgb(233 213 255 / 0.2); }
.border-x-purple-200\/25{ border-left-color: rgb(233 213 255 / 0.25); border-right-color: rgb(233 213 255 / 0.25); }
.border-x-purple-200\/30{ border-left-color: rgb(233 213 255 / 0.3); border-right-color: rgb(233 213 255 / 0.3); }
.border-x-purple-200\/40{ border-left-color: rgb(233 213 255 / 0.4); border-right-color: rgb(233 213 255 / 0.4); }
.border-x-purple-200\/5{ border-left-color: rgb(233 213 255 / 0.05); border-right-color: rgb(233 213 255 / 0.05); }
.border-x-purple-200\/50{ border-left-color: rgb(233 213 255 / 0.5); border-right-color: rgb(233 213 255 / 0.5); }
.border-x-purple-200\/60{ border-left-color: rgb(233 213 255 / 0.6); border-right-color: rgb(233 213 255 / 0.6); }
.border-x-purple-200\/70{ border-left-color: rgb(233 213 255 / 0.7); border-right-color: rgb(233 213 255 / 0.7); }
.border-x-purple-200\/75{ border-left-color: rgb(233 213 255 / 0.75); border-right-color: rgb(233 213 255 / 0.75); }
.border-x-purple-200\/80{ border-left-color: rgb(233 213 255 / 0.8); border-right-color: rgb(233 213 255 / 0.8); }
.border-x-purple-200\/90{ border-left-color: rgb(233 213 255 / 0.9); border-right-color: rgb(233 213 255 / 0.9); }
.border-x-purple-200\/95{ border-left-color: rgb(233 213 255 / 0.95); border-right-color: rgb(233 213 255 / 0.95); }
.border-x-purple-300{ --tw-border-opacity: 1; border-left-color: rgb(216 180 254 / var(--tw-border-opacity)); border-right-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-x-purple-300\/0{ border-left-color: rgb(216 180 254 / 0); border-right-color: rgb(216 180 254 / 0); }
.border-x-purple-300\/10{ border-left-color: rgb(216 180 254 / 0.1); border-right-color: rgb(216 180 254 / 0.1); }
.border-x-purple-300\/100{ border-left-color: rgb(216 180 254 / 1); border-right-color: rgb(216 180 254 / 1); }
.border-x-purple-300\/20{ border-left-color: rgb(216 180 254 / 0.2); border-right-color: rgb(216 180 254 / 0.2); }
.border-x-purple-300\/25{ border-left-color: rgb(216 180 254 / 0.25); border-right-color: rgb(216 180 254 / 0.25); }
.border-x-purple-300\/30{ border-left-color: rgb(216 180 254 / 0.3); border-right-color: rgb(216 180 254 / 0.3); }
.border-x-purple-300\/40{ border-left-color: rgb(216 180 254 / 0.4); border-right-color: rgb(216 180 254 / 0.4); }
.border-x-purple-300\/5{ border-left-color: rgb(216 180 254 / 0.05); border-right-color: rgb(216 180 254 / 0.05); }
.border-x-purple-300\/50{ border-left-color: rgb(216 180 254 / 0.5); border-right-color: rgb(216 180 254 / 0.5); }
.border-x-purple-300\/60{ border-left-color: rgb(216 180 254 / 0.6); border-right-color: rgb(216 180 254 / 0.6); }
.border-x-purple-300\/70{ border-left-color: rgb(216 180 254 / 0.7); border-right-color: rgb(216 180 254 / 0.7); }
.border-x-purple-300\/75{ border-left-color: rgb(216 180 254 / 0.75); border-right-color: rgb(216 180 254 / 0.75); }
.border-x-purple-300\/80{ border-left-color: rgb(216 180 254 / 0.8); border-right-color: rgb(216 180 254 / 0.8); }
.border-x-purple-300\/90{ border-left-color: rgb(216 180 254 / 0.9); border-right-color: rgb(216 180 254 / 0.9); }
.border-x-purple-300\/95{ border-left-color: rgb(216 180 254 / 0.95); border-right-color: rgb(216 180 254 / 0.95); }
.border-x-purple-400{ --tw-border-opacity: 1; border-left-color: rgb(192 132 252 / var(--tw-border-opacity)); border-right-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-x-purple-400\/0{ border-left-color: rgb(192 132 252 / 0); border-right-color: rgb(192 132 252 / 0); }
.border-x-purple-400\/10{ border-left-color: rgb(192 132 252 / 0.1); border-right-color: rgb(192 132 252 / 0.1); }
.border-x-purple-400\/100{ border-left-color: rgb(192 132 252 / 1); border-right-color: rgb(192 132 252 / 1); }
.border-x-purple-400\/20{ border-left-color: rgb(192 132 252 / 0.2); border-right-color: rgb(192 132 252 / 0.2); }
.border-x-purple-400\/25{ border-left-color: rgb(192 132 252 / 0.25); border-right-color: rgb(192 132 252 / 0.25); }
.border-x-purple-400\/30{ border-left-color: rgb(192 132 252 / 0.3); border-right-color: rgb(192 132 252 / 0.3); }
.border-x-purple-400\/40{ border-left-color: rgb(192 132 252 / 0.4); border-right-color: rgb(192 132 252 / 0.4); }
.border-x-purple-400\/5{ border-left-color: rgb(192 132 252 / 0.05); border-right-color: rgb(192 132 252 / 0.05); }
.border-x-purple-400\/50{ border-left-color: rgb(192 132 252 / 0.5); border-right-color: rgb(192 132 252 / 0.5); }
.border-x-purple-400\/60{ border-left-color: rgb(192 132 252 / 0.6); border-right-color: rgb(192 132 252 / 0.6); }
.border-x-purple-400\/70{ border-left-color: rgb(192 132 252 / 0.7); border-right-color: rgb(192 132 252 / 0.7); }
.border-x-purple-400\/75{ border-left-color: rgb(192 132 252 / 0.75); border-right-color: rgb(192 132 252 / 0.75); }
.border-x-purple-400\/80{ border-left-color: rgb(192 132 252 / 0.8); border-right-color: rgb(192 132 252 / 0.8); }
.border-x-purple-400\/90{ border-left-color: rgb(192 132 252 / 0.9); border-right-color: rgb(192 132 252 / 0.9); }
.border-x-purple-400\/95{ border-left-color: rgb(192 132 252 / 0.95); border-right-color: rgb(192 132 252 / 0.95); }
.border-x-purple-50{ --tw-border-opacity: 1; border-left-color: rgb(250 245 255 / var(--tw-border-opacity)); border-right-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-x-purple-50\/0{ border-left-color: rgb(250 245 255 / 0); border-right-color: rgb(250 245 255 / 0); }
.border-x-purple-50\/10{ border-left-color: rgb(250 245 255 / 0.1); border-right-color: rgb(250 245 255 / 0.1); }
.border-x-purple-50\/100{ border-left-color: rgb(250 245 255 / 1); border-right-color: rgb(250 245 255 / 1); }
.border-x-purple-50\/20{ border-left-color: rgb(250 245 255 / 0.2); border-right-color: rgb(250 245 255 / 0.2); }
.border-x-purple-50\/25{ border-left-color: rgb(250 245 255 / 0.25); border-right-color: rgb(250 245 255 / 0.25); }
.border-x-purple-50\/30{ border-left-color: rgb(250 245 255 / 0.3); border-right-color: rgb(250 245 255 / 0.3); }
.border-x-purple-50\/40{ border-left-color: rgb(250 245 255 / 0.4); border-right-color: rgb(250 245 255 / 0.4); }
.border-x-purple-50\/5{ border-left-color: rgb(250 245 255 / 0.05); border-right-color: rgb(250 245 255 / 0.05); }
.border-x-purple-50\/50{ border-left-color: rgb(250 245 255 / 0.5); border-right-color: rgb(250 245 255 / 0.5); }
.border-x-purple-50\/60{ border-left-color: rgb(250 245 255 / 0.6); border-right-color: rgb(250 245 255 / 0.6); }
.border-x-purple-50\/70{ border-left-color: rgb(250 245 255 / 0.7); border-right-color: rgb(250 245 255 / 0.7); }
.border-x-purple-50\/75{ border-left-color: rgb(250 245 255 / 0.75); border-right-color: rgb(250 245 255 / 0.75); }
.border-x-purple-50\/80{ border-left-color: rgb(250 245 255 / 0.8); border-right-color: rgb(250 245 255 / 0.8); }
.border-x-purple-50\/90{ border-left-color: rgb(250 245 255 / 0.9); border-right-color: rgb(250 245 255 / 0.9); }
.border-x-purple-50\/95{ border-left-color: rgb(250 245 255 / 0.95); border-right-color: rgb(250 245 255 / 0.95); }
.border-x-purple-500{ --tw-border-opacity: 1; border-left-color: rgb(168 85 247 / var(--tw-border-opacity)); border-right-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-x-purple-500\/0{ border-left-color: rgb(168 85 247 / 0); border-right-color: rgb(168 85 247 / 0); }
.border-x-purple-500\/10{ border-left-color: rgb(168 85 247 / 0.1); border-right-color: rgb(168 85 247 / 0.1); }
.border-x-purple-500\/100{ border-left-color: rgb(168 85 247 / 1); border-right-color: rgb(168 85 247 / 1); }
.border-x-purple-500\/20{ border-left-color: rgb(168 85 247 / 0.2); border-right-color: rgb(168 85 247 / 0.2); }
.border-x-purple-500\/25{ border-left-color: rgb(168 85 247 / 0.25); border-right-color: rgb(168 85 247 / 0.25); }
.border-x-purple-500\/30{ border-left-color: rgb(168 85 247 / 0.3); border-right-color: rgb(168 85 247 / 0.3); }
.border-x-purple-500\/40{ border-left-color: rgb(168 85 247 / 0.4); border-right-color: rgb(168 85 247 / 0.4); }
.border-x-purple-500\/5{ border-left-color: rgb(168 85 247 / 0.05); border-right-color: rgb(168 85 247 / 0.05); }
.border-x-purple-500\/50{ border-left-color: rgb(168 85 247 / 0.5); border-right-color: rgb(168 85 247 / 0.5); }
.border-x-purple-500\/60{ border-left-color: rgb(168 85 247 / 0.6); border-right-color: rgb(168 85 247 / 0.6); }
.border-x-purple-500\/70{ border-left-color: rgb(168 85 247 / 0.7); border-right-color: rgb(168 85 247 / 0.7); }
.border-x-purple-500\/75{ border-left-color: rgb(168 85 247 / 0.75); border-right-color: rgb(168 85 247 / 0.75); }
.border-x-purple-500\/80{ border-left-color: rgb(168 85 247 / 0.8); border-right-color: rgb(168 85 247 / 0.8); }
.border-x-purple-500\/90{ border-left-color: rgb(168 85 247 / 0.9); border-right-color: rgb(168 85 247 / 0.9); }
.border-x-purple-500\/95{ border-left-color: rgb(168 85 247 / 0.95); border-right-color: rgb(168 85 247 / 0.95); }
.border-x-purple-600{ --tw-border-opacity: 1; border-left-color: rgb(147 51 234 / var(--tw-border-opacity)); border-right-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-x-purple-600\/0{ border-left-color: rgb(147 51 234 / 0); border-right-color: rgb(147 51 234 / 0); }
.border-x-purple-600\/10{ border-left-color: rgb(147 51 234 / 0.1); border-right-color: rgb(147 51 234 / 0.1); }
.border-x-purple-600\/100{ border-left-color: rgb(147 51 234 / 1); border-right-color: rgb(147 51 234 / 1); }
.border-x-purple-600\/20{ border-left-color: rgb(147 51 234 / 0.2); border-right-color: rgb(147 51 234 / 0.2); }
.border-x-purple-600\/25{ border-left-color: rgb(147 51 234 / 0.25); border-right-color: rgb(147 51 234 / 0.25); }
.border-x-purple-600\/30{ border-left-color: rgb(147 51 234 / 0.3); border-right-color: rgb(147 51 234 / 0.3); }
.border-x-purple-600\/40{ border-left-color: rgb(147 51 234 / 0.4); border-right-color: rgb(147 51 234 / 0.4); }
.border-x-purple-600\/5{ border-left-color: rgb(147 51 234 / 0.05); border-right-color: rgb(147 51 234 / 0.05); }
.border-x-purple-600\/50{ border-left-color: rgb(147 51 234 / 0.5); border-right-color: rgb(147 51 234 / 0.5); }
.border-x-purple-600\/60{ border-left-color: rgb(147 51 234 / 0.6); border-right-color: rgb(147 51 234 / 0.6); }
.border-x-purple-600\/70{ border-left-color: rgb(147 51 234 / 0.7); border-right-color: rgb(147 51 234 / 0.7); }
.border-x-purple-600\/75{ border-left-color: rgb(147 51 234 / 0.75); border-right-color: rgb(147 51 234 / 0.75); }
.border-x-purple-600\/80{ border-left-color: rgb(147 51 234 / 0.8); border-right-color: rgb(147 51 234 / 0.8); }
.border-x-purple-600\/90{ border-left-color: rgb(147 51 234 / 0.9); border-right-color: rgb(147 51 234 / 0.9); }
.border-x-purple-600\/95{ border-left-color: rgb(147 51 234 / 0.95); border-right-color: rgb(147 51 234 / 0.95); }
.border-x-purple-700{ --tw-border-opacity: 1; border-left-color: rgb(126 34 206 / var(--tw-border-opacity)); border-right-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-x-purple-700\/0{ border-left-color: rgb(126 34 206 / 0); border-right-color: rgb(126 34 206 / 0); }
.border-x-purple-700\/10{ border-left-color: rgb(126 34 206 / 0.1); border-right-color: rgb(126 34 206 / 0.1); }
.border-x-purple-700\/100{ border-left-color: rgb(126 34 206 / 1); border-right-color: rgb(126 34 206 / 1); }
.border-x-purple-700\/20{ border-left-color: rgb(126 34 206 / 0.2); border-right-color: rgb(126 34 206 / 0.2); }
.border-x-purple-700\/25{ border-left-color: rgb(126 34 206 / 0.25); border-right-color: rgb(126 34 206 / 0.25); }
.border-x-purple-700\/30{ border-left-color: rgb(126 34 206 / 0.3); border-right-color: rgb(126 34 206 / 0.3); }
.border-x-purple-700\/40{ border-left-color: rgb(126 34 206 / 0.4); border-right-color: rgb(126 34 206 / 0.4); }
.border-x-purple-700\/5{ border-left-color: rgb(126 34 206 / 0.05); border-right-color: rgb(126 34 206 / 0.05); }
.border-x-purple-700\/50{ border-left-color: rgb(126 34 206 / 0.5); border-right-color: rgb(126 34 206 / 0.5); }
.border-x-purple-700\/60{ border-left-color: rgb(126 34 206 / 0.6); border-right-color: rgb(126 34 206 / 0.6); }
.border-x-purple-700\/70{ border-left-color: rgb(126 34 206 / 0.7); border-right-color: rgb(126 34 206 / 0.7); }
.border-x-purple-700\/75{ border-left-color: rgb(126 34 206 / 0.75); border-right-color: rgb(126 34 206 / 0.75); }
.border-x-purple-700\/80{ border-left-color: rgb(126 34 206 / 0.8); border-right-color: rgb(126 34 206 / 0.8); }
.border-x-purple-700\/90{ border-left-color: rgb(126 34 206 / 0.9); border-right-color: rgb(126 34 206 / 0.9); }
.border-x-purple-700\/95{ border-left-color: rgb(126 34 206 / 0.95); border-right-color: rgb(126 34 206 / 0.95); }
.border-x-purple-800{ --tw-border-opacity: 1; border-left-color: rgb(107 33 168 / var(--tw-border-opacity)); border-right-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-x-purple-800\/0{ border-left-color: rgb(107 33 168 / 0); border-right-color: rgb(107 33 168 / 0); }
.border-x-purple-800\/10{ border-left-color: rgb(107 33 168 / 0.1); border-right-color: rgb(107 33 168 / 0.1); }
.border-x-purple-800\/100{ border-left-color: rgb(107 33 168 / 1); border-right-color: rgb(107 33 168 / 1); }
.border-x-purple-800\/20{ border-left-color: rgb(107 33 168 / 0.2); border-right-color: rgb(107 33 168 / 0.2); }
.border-x-purple-800\/25{ border-left-color: rgb(107 33 168 / 0.25); border-right-color: rgb(107 33 168 / 0.25); }
.border-x-purple-800\/30{ border-left-color: rgb(107 33 168 / 0.3); border-right-color: rgb(107 33 168 / 0.3); }
.border-x-purple-800\/40{ border-left-color: rgb(107 33 168 / 0.4); border-right-color: rgb(107 33 168 / 0.4); }
.border-x-purple-800\/5{ border-left-color: rgb(107 33 168 / 0.05); border-right-color: rgb(107 33 168 / 0.05); }
.border-x-purple-800\/50{ border-left-color: rgb(107 33 168 / 0.5); border-right-color: rgb(107 33 168 / 0.5); }
.border-x-purple-800\/60{ border-left-color: rgb(107 33 168 / 0.6); border-right-color: rgb(107 33 168 / 0.6); }
.border-x-purple-800\/70{ border-left-color: rgb(107 33 168 / 0.7); border-right-color: rgb(107 33 168 / 0.7); }
.border-x-purple-800\/75{ border-left-color: rgb(107 33 168 / 0.75); border-right-color: rgb(107 33 168 / 0.75); }
.border-x-purple-800\/80{ border-left-color: rgb(107 33 168 / 0.8); border-right-color: rgb(107 33 168 / 0.8); }
.border-x-purple-800\/90{ border-left-color: rgb(107 33 168 / 0.9); border-right-color: rgb(107 33 168 / 0.9); }
.border-x-purple-800\/95{ border-left-color: rgb(107 33 168 / 0.95); border-right-color: rgb(107 33 168 / 0.95); }
.border-x-purple-900{ --tw-border-opacity: 1; border-left-color: rgb(88 28 135 / var(--tw-border-opacity)); border-right-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-x-purple-900\/0{ border-left-color: rgb(88 28 135 / 0); border-right-color: rgb(88 28 135 / 0); }
.border-x-purple-900\/10{ border-left-color: rgb(88 28 135 / 0.1); border-right-color: rgb(88 28 135 / 0.1); }
.border-x-purple-900\/100{ border-left-color: rgb(88 28 135 / 1); border-right-color: rgb(88 28 135 / 1); }
.border-x-purple-900\/20{ border-left-color: rgb(88 28 135 / 0.2); border-right-color: rgb(88 28 135 / 0.2); }
.border-x-purple-900\/25{ border-left-color: rgb(88 28 135 / 0.25); border-right-color: rgb(88 28 135 / 0.25); }
.border-x-purple-900\/30{ border-left-color: rgb(88 28 135 / 0.3); border-right-color: rgb(88 28 135 / 0.3); }
.border-x-purple-900\/40{ border-left-color: rgb(88 28 135 / 0.4); border-right-color: rgb(88 28 135 / 0.4); }
.border-x-purple-900\/5{ border-left-color: rgb(88 28 135 / 0.05); border-right-color: rgb(88 28 135 / 0.05); }
.border-x-purple-900\/50{ border-left-color: rgb(88 28 135 / 0.5); border-right-color: rgb(88 28 135 / 0.5); }
.border-x-purple-900\/60{ border-left-color: rgb(88 28 135 / 0.6); border-right-color: rgb(88 28 135 / 0.6); }
.border-x-purple-900\/70{ border-left-color: rgb(88 28 135 / 0.7); border-right-color: rgb(88 28 135 / 0.7); }
.border-x-purple-900\/75{ border-left-color: rgb(88 28 135 / 0.75); border-right-color: rgb(88 28 135 / 0.75); }
.border-x-purple-900\/80{ border-left-color: rgb(88 28 135 / 0.8); border-right-color: rgb(88 28 135 / 0.8); }
.border-x-purple-900\/90{ border-left-color: rgb(88 28 135 / 0.9); border-right-color: rgb(88 28 135 / 0.9); }
.border-x-purple-900\/95{ border-left-color: rgb(88 28 135 / 0.95); border-right-color: rgb(88 28 135 / 0.95); }
.border-x-purple-950{ --tw-border-opacity: 1; border-left-color: rgb(59 7 100 / var(--tw-border-opacity)); border-right-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-x-purple-950\/0{ border-left-color: rgb(59 7 100 / 0); border-right-color: rgb(59 7 100 / 0); }
.border-x-purple-950\/10{ border-left-color: rgb(59 7 100 / 0.1); border-right-color: rgb(59 7 100 / 0.1); }
.border-x-purple-950\/100{ border-left-color: rgb(59 7 100 / 1); border-right-color: rgb(59 7 100 / 1); }
.border-x-purple-950\/20{ border-left-color: rgb(59 7 100 / 0.2); border-right-color: rgb(59 7 100 / 0.2); }
.border-x-purple-950\/25{ border-left-color: rgb(59 7 100 / 0.25); border-right-color: rgb(59 7 100 / 0.25); }
.border-x-purple-950\/30{ border-left-color: rgb(59 7 100 / 0.3); border-right-color: rgb(59 7 100 / 0.3); }
.border-x-purple-950\/40{ border-left-color: rgb(59 7 100 / 0.4); border-right-color: rgb(59 7 100 / 0.4); }
.border-x-purple-950\/5{ border-left-color: rgb(59 7 100 / 0.05); border-right-color: rgb(59 7 100 / 0.05); }
.border-x-purple-950\/50{ border-left-color: rgb(59 7 100 / 0.5); border-right-color: rgb(59 7 100 / 0.5); }
.border-x-purple-950\/60{ border-left-color: rgb(59 7 100 / 0.6); border-right-color: rgb(59 7 100 / 0.6); }
.border-x-purple-950\/70{ border-left-color: rgb(59 7 100 / 0.7); border-right-color: rgb(59 7 100 / 0.7); }
.border-x-purple-950\/75{ border-left-color: rgb(59 7 100 / 0.75); border-right-color: rgb(59 7 100 / 0.75); }
.border-x-purple-950\/80{ border-left-color: rgb(59 7 100 / 0.8); border-right-color: rgb(59 7 100 / 0.8); }
.border-x-purple-950\/90{ border-left-color: rgb(59 7 100 / 0.9); border-right-color: rgb(59 7 100 / 0.9); }
.border-x-purple-950\/95{ border-left-color: rgb(59 7 100 / 0.95); border-right-color: rgb(59 7 100 / 0.95); }
.border-x-red-100{ --tw-border-opacity: 1; border-left-color: rgb(254 226 226 / var(--tw-border-opacity)); border-right-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-x-red-100\/0{ border-left-color: rgb(254 226 226 / 0); border-right-color: rgb(254 226 226 / 0); }
.border-x-red-100\/10{ border-left-color: rgb(254 226 226 / 0.1); border-right-color: rgb(254 226 226 / 0.1); }
.border-x-red-100\/100{ border-left-color: rgb(254 226 226 / 1); border-right-color: rgb(254 226 226 / 1); }
.border-x-red-100\/20{ border-left-color: rgb(254 226 226 / 0.2); border-right-color: rgb(254 226 226 / 0.2); }
.border-x-red-100\/25{ border-left-color: rgb(254 226 226 / 0.25); border-right-color: rgb(254 226 226 / 0.25); }
.border-x-red-100\/30{ border-left-color: rgb(254 226 226 / 0.3); border-right-color: rgb(254 226 226 / 0.3); }
.border-x-red-100\/40{ border-left-color: rgb(254 226 226 / 0.4); border-right-color: rgb(254 226 226 / 0.4); }
.border-x-red-100\/5{ border-left-color: rgb(254 226 226 / 0.05); border-right-color: rgb(254 226 226 / 0.05); }
.border-x-red-100\/50{ border-left-color: rgb(254 226 226 / 0.5); border-right-color: rgb(254 226 226 / 0.5); }
.border-x-red-100\/60{ border-left-color: rgb(254 226 226 / 0.6); border-right-color: rgb(254 226 226 / 0.6); }
.border-x-red-100\/70{ border-left-color: rgb(254 226 226 / 0.7); border-right-color: rgb(254 226 226 / 0.7); }
.border-x-red-100\/75{ border-left-color: rgb(254 226 226 / 0.75); border-right-color: rgb(254 226 226 / 0.75); }
.border-x-red-100\/80{ border-left-color: rgb(254 226 226 / 0.8); border-right-color: rgb(254 226 226 / 0.8); }
.border-x-red-100\/90{ border-left-color: rgb(254 226 226 / 0.9); border-right-color: rgb(254 226 226 / 0.9); }
.border-x-red-100\/95{ border-left-color: rgb(254 226 226 / 0.95); border-right-color: rgb(254 226 226 / 0.95); }
.border-x-red-200{ --tw-border-opacity: 1; border-left-color: rgb(254 202 202 / var(--tw-border-opacity)); border-right-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-x-red-200\/0{ border-left-color: rgb(254 202 202 / 0); border-right-color: rgb(254 202 202 / 0); }
.border-x-red-200\/10{ border-left-color: rgb(254 202 202 / 0.1); border-right-color: rgb(254 202 202 / 0.1); }
.border-x-red-200\/100{ border-left-color: rgb(254 202 202 / 1); border-right-color: rgb(254 202 202 / 1); }
.border-x-red-200\/20{ border-left-color: rgb(254 202 202 / 0.2); border-right-color: rgb(254 202 202 / 0.2); }
.border-x-red-200\/25{ border-left-color: rgb(254 202 202 / 0.25); border-right-color: rgb(254 202 202 / 0.25); }
.border-x-red-200\/30{ border-left-color: rgb(254 202 202 / 0.3); border-right-color: rgb(254 202 202 / 0.3); }
.border-x-red-200\/40{ border-left-color: rgb(254 202 202 / 0.4); border-right-color: rgb(254 202 202 / 0.4); }
.border-x-red-200\/5{ border-left-color: rgb(254 202 202 / 0.05); border-right-color: rgb(254 202 202 / 0.05); }
.border-x-red-200\/50{ border-left-color: rgb(254 202 202 / 0.5); border-right-color: rgb(254 202 202 / 0.5); }
.border-x-red-200\/60{ border-left-color: rgb(254 202 202 / 0.6); border-right-color: rgb(254 202 202 / 0.6); }
.border-x-red-200\/70{ border-left-color: rgb(254 202 202 / 0.7); border-right-color: rgb(254 202 202 / 0.7); }
.border-x-red-200\/75{ border-left-color: rgb(254 202 202 / 0.75); border-right-color: rgb(254 202 202 / 0.75); }
.border-x-red-200\/80{ border-left-color: rgb(254 202 202 / 0.8); border-right-color: rgb(254 202 202 / 0.8); }
.border-x-red-200\/90{ border-left-color: rgb(254 202 202 / 0.9); border-right-color: rgb(254 202 202 / 0.9); }
.border-x-red-200\/95{ border-left-color: rgb(254 202 202 / 0.95); border-right-color: rgb(254 202 202 / 0.95); }
.border-x-red-300{ --tw-border-opacity: 1; border-left-color: rgb(252 165 165 / var(--tw-border-opacity)); border-right-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-x-red-300\/0{ border-left-color: rgb(252 165 165 / 0); border-right-color: rgb(252 165 165 / 0); }
.border-x-red-300\/10{ border-left-color: rgb(252 165 165 / 0.1); border-right-color: rgb(252 165 165 / 0.1); }
.border-x-red-300\/100{ border-left-color: rgb(252 165 165 / 1); border-right-color: rgb(252 165 165 / 1); }
.border-x-red-300\/20{ border-left-color: rgb(252 165 165 / 0.2); border-right-color: rgb(252 165 165 / 0.2); }
.border-x-red-300\/25{ border-left-color: rgb(252 165 165 / 0.25); border-right-color: rgb(252 165 165 / 0.25); }
.border-x-red-300\/30{ border-left-color: rgb(252 165 165 / 0.3); border-right-color: rgb(252 165 165 / 0.3); }
.border-x-red-300\/40{ border-left-color: rgb(252 165 165 / 0.4); border-right-color: rgb(252 165 165 / 0.4); }
.border-x-red-300\/5{ border-left-color: rgb(252 165 165 / 0.05); border-right-color: rgb(252 165 165 / 0.05); }
.border-x-red-300\/50{ border-left-color: rgb(252 165 165 / 0.5); border-right-color: rgb(252 165 165 / 0.5); }
.border-x-red-300\/60{ border-left-color: rgb(252 165 165 / 0.6); border-right-color: rgb(252 165 165 / 0.6); }
.border-x-red-300\/70{ border-left-color: rgb(252 165 165 / 0.7); border-right-color: rgb(252 165 165 / 0.7); }
.border-x-red-300\/75{ border-left-color: rgb(252 165 165 / 0.75); border-right-color: rgb(252 165 165 / 0.75); }
.border-x-red-300\/80{ border-left-color: rgb(252 165 165 / 0.8); border-right-color: rgb(252 165 165 / 0.8); }
.border-x-red-300\/90{ border-left-color: rgb(252 165 165 / 0.9); border-right-color: rgb(252 165 165 / 0.9); }
.border-x-red-300\/95{ border-left-color: rgb(252 165 165 / 0.95); border-right-color: rgb(252 165 165 / 0.95); }
.border-x-red-400{ --tw-border-opacity: 1; border-left-color: rgb(248 113 113 / var(--tw-border-opacity)); border-right-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-x-red-400\/0{ border-left-color: rgb(248 113 113 / 0); border-right-color: rgb(248 113 113 / 0); }
.border-x-red-400\/10{ border-left-color: rgb(248 113 113 / 0.1); border-right-color: rgb(248 113 113 / 0.1); }
.border-x-red-400\/100{ border-left-color: rgb(248 113 113 / 1); border-right-color: rgb(248 113 113 / 1); }
.border-x-red-400\/20{ border-left-color: rgb(248 113 113 / 0.2); border-right-color: rgb(248 113 113 / 0.2); }
.border-x-red-400\/25{ border-left-color: rgb(248 113 113 / 0.25); border-right-color: rgb(248 113 113 / 0.25); }
.border-x-red-400\/30{ border-left-color: rgb(248 113 113 / 0.3); border-right-color: rgb(248 113 113 / 0.3); }
.border-x-red-400\/40{ border-left-color: rgb(248 113 113 / 0.4); border-right-color: rgb(248 113 113 / 0.4); }
.border-x-red-400\/5{ border-left-color: rgb(248 113 113 / 0.05); border-right-color: rgb(248 113 113 / 0.05); }
.border-x-red-400\/50{ border-left-color: rgb(248 113 113 / 0.5); border-right-color: rgb(248 113 113 / 0.5); }
.border-x-red-400\/60{ border-left-color: rgb(248 113 113 / 0.6); border-right-color: rgb(248 113 113 / 0.6); }
.border-x-red-400\/70{ border-left-color: rgb(248 113 113 / 0.7); border-right-color: rgb(248 113 113 / 0.7); }
.border-x-red-400\/75{ border-left-color: rgb(248 113 113 / 0.75); border-right-color: rgb(248 113 113 / 0.75); }
.border-x-red-400\/80{ border-left-color: rgb(248 113 113 / 0.8); border-right-color: rgb(248 113 113 / 0.8); }
.border-x-red-400\/90{ border-left-color: rgb(248 113 113 / 0.9); border-right-color: rgb(248 113 113 / 0.9); }
.border-x-red-400\/95{ border-left-color: rgb(248 113 113 / 0.95); border-right-color: rgb(248 113 113 / 0.95); }
.border-x-red-50{ --tw-border-opacity: 1; border-left-color: rgb(254 242 242 / var(--tw-border-opacity)); border-right-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-x-red-50\/0{ border-left-color: rgb(254 242 242 / 0); border-right-color: rgb(254 242 242 / 0); }
.border-x-red-50\/10{ border-left-color: rgb(254 242 242 / 0.1); border-right-color: rgb(254 242 242 / 0.1); }
.border-x-red-50\/100{ border-left-color: rgb(254 242 242 / 1); border-right-color: rgb(254 242 242 / 1); }
.border-x-red-50\/20{ border-left-color: rgb(254 242 242 / 0.2); border-right-color: rgb(254 242 242 / 0.2); }
.border-x-red-50\/25{ border-left-color: rgb(254 242 242 / 0.25); border-right-color: rgb(254 242 242 / 0.25); }
.border-x-red-50\/30{ border-left-color: rgb(254 242 242 / 0.3); border-right-color: rgb(254 242 242 / 0.3); }
.border-x-red-50\/40{ border-left-color: rgb(254 242 242 / 0.4); border-right-color: rgb(254 242 242 / 0.4); }
.border-x-red-50\/5{ border-left-color: rgb(254 242 242 / 0.05); border-right-color: rgb(254 242 242 / 0.05); }
.border-x-red-50\/50{ border-left-color: rgb(254 242 242 / 0.5); border-right-color: rgb(254 242 242 / 0.5); }
.border-x-red-50\/60{ border-left-color: rgb(254 242 242 / 0.6); border-right-color: rgb(254 242 242 / 0.6); }
.border-x-red-50\/70{ border-left-color: rgb(254 242 242 / 0.7); border-right-color: rgb(254 242 242 / 0.7); }
.border-x-red-50\/75{ border-left-color: rgb(254 242 242 / 0.75); border-right-color: rgb(254 242 242 / 0.75); }
.border-x-red-50\/80{ border-left-color: rgb(254 242 242 / 0.8); border-right-color: rgb(254 242 242 / 0.8); }
.border-x-red-50\/90{ border-left-color: rgb(254 242 242 / 0.9); border-right-color: rgb(254 242 242 / 0.9); }
.border-x-red-50\/95{ border-left-color: rgb(254 242 242 / 0.95); border-right-color: rgb(254 242 242 / 0.95); }
.border-x-red-500{ --tw-border-opacity: 1; border-left-color: rgb(239 68 68 / var(--tw-border-opacity)); border-right-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-x-red-500\/0{ border-left-color: rgb(239 68 68 / 0); border-right-color: rgb(239 68 68 / 0); }
.border-x-red-500\/10{ border-left-color: rgb(239 68 68 / 0.1); border-right-color: rgb(239 68 68 / 0.1); }
.border-x-red-500\/100{ border-left-color: rgb(239 68 68 / 1); border-right-color: rgb(239 68 68 / 1); }
.border-x-red-500\/20{ border-left-color: rgb(239 68 68 / 0.2); border-right-color: rgb(239 68 68 / 0.2); }
.border-x-red-500\/25{ border-left-color: rgb(239 68 68 / 0.25); border-right-color: rgb(239 68 68 / 0.25); }
.border-x-red-500\/30{ border-left-color: rgb(239 68 68 / 0.3); border-right-color: rgb(239 68 68 / 0.3); }
.border-x-red-500\/40{ border-left-color: rgb(239 68 68 / 0.4); border-right-color: rgb(239 68 68 / 0.4); }
.border-x-red-500\/5{ border-left-color: rgb(239 68 68 / 0.05); border-right-color: rgb(239 68 68 / 0.05); }
.border-x-red-500\/50{ border-left-color: rgb(239 68 68 / 0.5); border-right-color: rgb(239 68 68 / 0.5); }
.border-x-red-500\/60{ border-left-color: rgb(239 68 68 / 0.6); border-right-color: rgb(239 68 68 / 0.6); }
.border-x-red-500\/70{ border-left-color: rgb(239 68 68 / 0.7); border-right-color: rgb(239 68 68 / 0.7); }
.border-x-red-500\/75{ border-left-color: rgb(239 68 68 / 0.75); border-right-color: rgb(239 68 68 / 0.75); }
.border-x-red-500\/80{ border-left-color: rgb(239 68 68 / 0.8); border-right-color: rgb(239 68 68 / 0.8); }
.border-x-red-500\/90{ border-left-color: rgb(239 68 68 / 0.9); border-right-color: rgb(239 68 68 / 0.9); }
.border-x-red-500\/95{ border-left-color: rgb(239 68 68 / 0.95); border-right-color: rgb(239 68 68 / 0.95); }
.border-x-red-600{ --tw-border-opacity: 1; border-left-color: rgb(220 38 38 / var(--tw-border-opacity)); border-right-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-x-red-600\/0{ border-left-color: rgb(220 38 38 / 0); border-right-color: rgb(220 38 38 / 0); }
.border-x-red-600\/10{ border-left-color: rgb(220 38 38 / 0.1); border-right-color: rgb(220 38 38 / 0.1); }
.border-x-red-600\/100{ border-left-color: rgb(220 38 38 / 1); border-right-color: rgb(220 38 38 / 1); }
.border-x-red-600\/20{ border-left-color: rgb(220 38 38 / 0.2); border-right-color: rgb(220 38 38 / 0.2); }
.border-x-red-600\/25{ border-left-color: rgb(220 38 38 / 0.25); border-right-color: rgb(220 38 38 / 0.25); }
.border-x-red-600\/30{ border-left-color: rgb(220 38 38 / 0.3); border-right-color: rgb(220 38 38 / 0.3); }
.border-x-red-600\/40{ border-left-color: rgb(220 38 38 / 0.4); border-right-color: rgb(220 38 38 / 0.4); }
.border-x-red-600\/5{ border-left-color: rgb(220 38 38 / 0.05); border-right-color: rgb(220 38 38 / 0.05); }
.border-x-red-600\/50{ border-left-color: rgb(220 38 38 / 0.5); border-right-color: rgb(220 38 38 / 0.5); }
.border-x-red-600\/60{ border-left-color: rgb(220 38 38 / 0.6); border-right-color: rgb(220 38 38 / 0.6); }
.border-x-red-600\/70{ border-left-color: rgb(220 38 38 / 0.7); border-right-color: rgb(220 38 38 / 0.7); }
.border-x-red-600\/75{ border-left-color: rgb(220 38 38 / 0.75); border-right-color: rgb(220 38 38 / 0.75); }
.border-x-red-600\/80{ border-left-color: rgb(220 38 38 / 0.8); border-right-color: rgb(220 38 38 / 0.8); }
.border-x-red-600\/90{ border-left-color: rgb(220 38 38 / 0.9); border-right-color: rgb(220 38 38 / 0.9); }
.border-x-red-600\/95{ border-left-color: rgb(220 38 38 / 0.95); border-right-color: rgb(220 38 38 / 0.95); }
.border-x-red-700{ --tw-border-opacity: 1; border-left-color: rgb(185 28 28 / var(--tw-border-opacity)); border-right-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-x-red-700\/0{ border-left-color: rgb(185 28 28 / 0); border-right-color: rgb(185 28 28 / 0); }
.border-x-red-700\/10{ border-left-color: rgb(185 28 28 / 0.1); border-right-color: rgb(185 28 28 / 0.1); }
.border-x-red-700\/100{ border-left-color: rgb(185 28 28 / 1); border-right-color: rgb(185 28 28 / 1); }
.border-x-red-700\/20{ border-left-color: rgb(185 28 28 / 0.2); border-right-color: rgb(185 28 28 / 0.2); }
.border-x-red-700\/25{ border-left-color: rgb(185 28 28 / 0.25); border-right-color: rgb(185 28 28 / 0.25); }
.border-x-red-700\/30{ border-left-color: rgb(185 28 28 / 0.3); border-right-color: rgb(185 28 28 / 0.3); }
.border-x-red-700\/40{ border-left-color: rgb(185 28 28 / 0.4); border-right-color: rgb(185 28 28 / 0.4); }
.border-x-red-700\/5{ border-left-color: rgb(185 28 28 / 0.05); border-right-color: rgb(185 28 28 / 0.05); }
.border-x-red-700\/50{ border-left-color: rgb(185 28 28 / 0.5); border-right-color: rgb(185 28 28 / 0.5); }
.border-x-red-700\/60{ border-left-color: rgb(185 28 28 / 0.6); border-right-color: rgb(185 28 28 / 0.6); }
.border-x-red-700\/70{ border-left-color: rgb(185 28 28 / 0.7); border-right-color: rgb(185 28 28 / 0.7); }
.border-x-red-700\/75{ border-left-color: rgb(185 28 28 / 0.75); border-right-color: rgb(185 28 28 / 0.75); }
.border-x-red-700\/80{ border-left-color: rgb(185 28 28 / 0.8); border-right-color: rgb(185 28 28 / 0.8); }
.border-x-red-700\/90{ border-left-color: rgb(185 28 28 / 0.9); border-right-color: rgb(185 28 28 / 0.9); }
.border-x-red-700\/95{ border-left-color: rgb(185 28 28 / 0.95); border-right-color: rgb(185 28 28 / 0.95); }
.border-x-red-800{ --tw-border-opacity: 1; border-left-color: rgb(153 27 27 / var(--tw-border-opacity)); border-right-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-x-red-800\/0{ border-left-color: rgb(153 27 27 / 0); border-right-color: rgb(153 27 27 / 0); }
.border-x-red-800\/10{ border-left-color: rgb(153 27 27 / 0.1); border-right-color: rgb(153 27 27 / 0.1); }
.border-x-red-800\/100{ border-left-color: rgb(153 27 27 / 1); border-right-color: rgb(153 27 27 / 1); }
.border-x-red-800\/20{ border-left-color: rgb(153 27 27 / 0.2); border-right-color: rgb(153 27 27 / 0.2); }
.border-x-red-800\/25{ border-left-color: rgb(153 27 27 / 0.25); border-right-color: rgb(153 27 27 / 0.25); }
.border-x-red-800\/30{ border-left-color: rgb(153 27 27 / 0.3); border-right-color: rgb(153 27 27 / 0.3); }
.border-x-red-800\/40{ border-left-color: rgb(153 27 27 / 0.4); border-right-color: rgb(153 27 27 / 0.4); }
.border-x-red-800\/5{ border-left-color: rgb(153 27 27 / 0.05); border-right-color: rgb(153 27 27 / 0.05); }
.border-x-red-800\/50{ border-left-color: rgb(153 27 27 / 0.5); border-right-color: rgb(153 27 27 / 0.5); }
.border-x-red-800\/60{ border-left-color: rgb(153 27 27 / 0.6); border-right-color: rgb(153 27 27 / 0.6); }
.border-x-red-800\/70{ border-left-color: rgb(153 27 27 / 0.7); border-right-color: rgb(153 27 27 / 0.7); }
.border-x-red-800\/75{ border-left-color: rgb(153 27 27 / 0.75); border-right-color: rgb(153 27 27 / 0.75); }
.border-x-red-800\/80{ border-left-color: rgb(153 27 27 / 0.8); border-right-color: rgb(153 27 27 / 0.8); }
.border-x-red-800\/90{ border-left-color: rgb(153 27 27 / 0.9); border-right-color: rgb(153 27 27 / 0.9); }
.border-x-red-800\/95{ border-left-color: rgb(153 27 27 / 0.95); border-right-color: rgb(153 27 27 / 0.95); }
.border-x-red-900{ --tw-border-opacity: 1; border-left-color: rgb(127 29 29 / var(--tw-border-opacity)); border-right-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-x-red-900\/0{ border-left-color: rgb(127 29 29 / 0); border-right-color: rgb(127 29 29 / 0); }
.border-x-red-900\/10{ border-left-color: rgb(127 29 29 / 0.1); border-right-color: rgb(127 29 29 / 0.1); }
.border-x-red-900\/100{ border-left-color: rgb(127 29 29 / 1); border-right-color: rgb(127 29 29 / 1); }
.border-x-red-900\/20{ border-left-color: rgb(127 29 29 / 0.2); border-right-color: rgb(127 29 29 / 0.2); }
.border-x-red-900\/25{ border-left-color: rgb(127 29 29 / 0.25); border-right-color: rgb(127 29 29 / 0.25); }
.border-x-red-900\/30{ border-left-color: rgb(127 29 29 / 0.3); border-right-color: rgb(127 29 29 / 0.3); }
.border-x-red-900\/40{ border-left-color: rgb(127 29 29 / 0.4); border-right-color: rgb(127 29 29 / 0.4); }
.border-x-red-900\/5{ border-left-color: rgb(127 29 29 / 0.05); border-right-color: rgb(127 29 29 / 0.05); }
.border-x-red-900\/50{ border-left-color: rgb(127 29 29 / 0.5); border-right-color: rgb(127 29 29 / 0.5); }
.border-x-red-900\/60{ border-left-color: rgb(127 29 29 / 0.6); border-right-color: rgb(127 29 29 / 0.6); }
.border-x-red-900\/70{ border-left-color: rgb(127 29 29 / 0.7); border-right-color: rgb(127 29 29 / 0.7); }
.border-x-red-900\/75{ border-left-color: rgb(127 29 29 / 0.75); border-right-color: rgb(127 29 29 / 0.75); }
.border-x-red-900\/80{ border-left-color: rgb(127 29 29 / 0.8); border-right-color: rgb(127 29 29 / 0.8); }
.border-x-red-900\/90{ border-left-color: rgb(127 29 29 / 0.9); border-right-color: rgb(127 29 29 / 0.9); }
.border-x-red-900\/95{ border-left-color: rgb(127 29 29 / 0.95); border-right-color: rgb(127 29 29 / 0.95); }
.border-x-red-950{ --tw-border-opacity: 1; border-left-color: rgb(69 10 10 / var(--tw-border-opacity)); border-right-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-x-red-950\/0{ border-left-color: rgb(69 10 10 / 0); border-right-color: rgb(69 10 10 / 0); }
.border-x-red-950\/10{ border-left-color: rgb(69 10 10 / 0.1); border-right-color: rgb(69 10 10 / 0.1); }
.border-x-red-950\/100{ border-left-color: rgb(69 10 10 / 1); border-right-color: rgb(69 10 10 / 1); }
.border-x-red-950\/20{ border-left-color: rgb(69 10 10 / 0.2); border-right-color: rgb(69 10 10 / 0.2); }
.border-x-red-950\/25{ border-left-color: rgb(69 10 10 / 0.25); border-right-color: rgb(69 10 10 / 0.25); }
.border-x-red-950\/30{ border-left-color: rgb(69 10 10 / 0.3); border-right-color: rgb(69 10 10 / 0.3); }
.border-x-red-950\/40{ border-left-color: rgb(69 10 10 / 0.4); border-right-color: rgb(69 10 10 / 0.4); }
.border-x-red-950\/5{ border-left-color: rgb(69 10 10 / 0.05); border-right-color: rgb(69 10 10 / 0.05); }
.border-x-red-950\/50{ border-left-color: rgb(69 10 10 / 0.5); border-right-color: rgb(69 10 10 / 0.5); }
.border-x-red-950\/60{ border-left-color: rgb(69 10 10 / 0.6); border-right-color: rgb(69 10 10 / 0.6); }
.border-x-red-950\/70{ border-left-color: rgb(69 10 10 / 0.7); border-right-color: rgb(69 10 10 / 0.7); }
.border-x-red-950\/75{ border-left-color: rgb(69 10 10 / 0.75); border-right-color: rgb(69 10 10 / 0.75); }
.border-x-red-950\/80{ border-left-color: rgb(69 10 10 / 0.8); border-right-color: rgb(69 10 10 / 0.8); }
.border-x-red-950\/90{ border-left-color: rgb(69 10 10 / 0.9); border-right-color: rgb(69 10 10 / 0.9); }
.border-x-red-950\/95{ border-left-color: rgb(69 10 10 / 0.95); border-right-color: rgb(69 10 10 / 0.95); }
.border-x-rose-100{ --tw-border-opacity: 1; border-left-color: rgb(255 228 230 / var(--tw-border-opacity)); border-right-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-x-rose-100\/0{ border-left-color: rgb(255 228 230 / 0); border-right-color: rgb(255 228 230 / 0); }
.border-x-rose-100\/10{ border-left-color: rgb(255 228 230 / 0.1); border-right-color: rgb(255 228 230 / 0.1); }
.border-x-rose-100\/100{ border-left-color: rgb(255 228 230 / 1); border-right-color: rgb(255 228 230 / 1); }
.border-x-rose-100\/20{ border-left-color: rgb(255 228 230 / 0.2); border-right-color: rgb(255 228 230 / 0.2); }
.border-x-rose-100\/25{ border-left-color: rgb(255 228 230 / 0.25); border-right-color: rgb(255 228 230 / 0.25); }
.border-x-rose-100\/30{ border-left-color: rgb(255 228 230 / 0.3); border-right-color: rgb(255 228 230 / 0.3); }
.border-x-rose-100\/40{ border-left-color: rgb(255 228 230 / 0.4); border-right-color: rgb(255 228 230 / 0.4); }
.border-x-rose-100\/5{ border-left-color: rgb(255 228 230 / 0.05); border-right-color: rgb(255 228 230 / 0.05); }
.border-x-rose-100\/50{ border-left-color: rgb(255 228 230 / 0.5); border-right-color: rgb(255 228 230 / 0.5); }
.border-x-rose-100\/60{ border-left-color: rgb(255 228 230 / 0.6); border-right-color: rgb(255 228 230 / 0.6); }
.border-x-rose-100\/70{ border-left-color: rgb(255 228 230 / 0.7); border-right-color: rgb(255 228 230 / 0.7); }
.border-x-rose-100\/75{ border-left-color: rgb(255 228 230 / 0.75); border-right-color: rgb(255 228 230 / 0.75); }
.border-x-rose-100\/80{ border-left-color: rgb(255 228 230 / 0.8); border-right-color: rgb(255 228 230 / 0.8); }
.border-x-rose-100\/90{ border-left-color: rgb(255 228 230 / 0.9); border-right-color: rgb(255 228 230 / 0.9); }
.border-x-rose-100\/95{ border-left-color: rgb(255 228 230 / 0.95); border-right-color: rgb(255 228 230 / 0.95); }
.border-x-rose-200{ --tw-border-opacity: 1; border-left-color: rgb(254 205 211 / var(--tw-border-opacity)); border-right-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-x-rose-200\/0{ border-left-color: rgb(254 205 211 / 0); border-right-color: rgb(254 205 211 / 0); }
.border-x-rose-200\/10{ border-left-color: rgb(254 205 211 / 0.1); border-right-color: rgb(254 205 211 / 0.1); }
.border-x-rose-200\/100{ border-left-color: rgb(254 205 211 / 1); border-right-color: rgb(254 205 211 / 1); }
.border-x-rose-200\/20{ border-left-color: rgb(254 205 211 / 0.2); border-right-color: rgb(254 205 211 / 0.2); }
.border-x-rose-200\/25{ border-left-color: rgb(254 205 211 / 0.25); border-right-color: rgb(254 205 211 / 0.25); }
.border-x-rose-200\/30{ border-left-color: rgb(254 205 211 / 0.3); border-right-color: rgb(254 205 211 / 0.3); }
.border-x-rose-200\/40{ border-left-color: rgb(254 205 211 / 0.4); border-right-color: rgb(254 205 211 / 0.4); }
.border-x-rose-200\/5{ border-left-color: rgb(254 205 211 / 0.05); border-right-color: rgb(254 205 211 / 0.05); }
.border-x-rose-200\/50{ border-left-color: rgb(254 205 211 / 0.5); border-right-color: rgb(254 205 211 / 0.5); }
.border-x-rose-200\/60{ border-left-color: rgb(254 205 211 / 0.6); border-right-color: rgb(254 205 211 / 0.6); }
.border-x-rose-200\/70{ border-left-color: rgb(254 205 211 / 0.7); border-right-color: rgb(254 205 211 / 0.7); }
.border-x-rose-200\/75{ border-left-color: rgb(254 205 211 / 0.75); border-right-color: rgb(254 205 211 / 0.75); }
.border-x-rose-200\/80{ border-left-color: rgb(254 205 211 / 0.8); border-right-color: rgb(254 205 211 / 0.8); }
.border-x-rose-200\/90{ border-left-color: rgb(254 205 211 / 0.9); border-right-color: rgb(254 205 211 / 0.9); }
.border-x-rose-200\/95{ border-left-color: rgb(254 205 211 / 0.95); border-right-color: rgb(254 205 211 / 0.95); }
.border-x-rose-300{ --tw-border-opacity: 1; border-left-color: rgb(253 164 175 / var(--tw-border-opacity)); border-right-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-x-rose-300\/0{ border-left-color: rgb(253 164 175 / 0); border-right-color: rgb(253 164 175 / 0); }
.border-x-rose-300\/10{ border-left-color: rgb(253 164 175 / 0.1); border-right-color: rgb(253 164 175 / 0.1); }
.border-x-rose-300\/100{ border-left-color: rgb(253 164 175 / 1); border-right-color: rgb(253 164 175 / 1); }
.border-x-rose-300\/20{ border-left-color: rgb(253 164 175 / 0.2); border-right-color: rgb(253 164 175 / 0.2); }
.border-x-rose-300\/25{ border-left-color: rgb(253 164 175 / 0.25); border-right-color: rgb(253 164 175 / 0.25); }
.border-x-rose-300\/30{ border-left-color: rgb(253 164 175 / 0.3); border-right-color: rgb(253 164 175 / 0.3); }
.border-x-rose-300\/40{ border-left-color: rgb(253 164 175 / 0.4); border-right-color: rgb(253 164 175 / 0.4); }
.border-x-rose-300\/5{ border-left-color: rgb(253 164 175 / 0.05); border-right-color: rgb(253 164 175 / 0.05); }
.border-x-rose-300\/50{ border-left-color: rgb(253 164 175 / 0.5); border-right-color: rgb(253 164 175 / 0.5); }
.border-x-rose-300\/60{ border-left-color: rgb(253 164 175 / 0.6); border-right-color: rgb(253 164 175 / 0.6); }
.border-x-rose-300\/70{ border-left-color: rgb(253 164 175 / 0.7); border-right-color: rgb(253 164 175 / 0.7); }
.border-x-rose-300\/75{ border-left-color: rgb(253 164 175 / 0.75); border-right-color: rgb(253 164 175 / 0.75); }
.border-x-rose-300\/80{ border-left-color: rgb(253 164 175 / 0.8); border-right-color: rgb(253 164 175 / 0.8); }
.border-x-rose-300\/90{ border-left-color: rgb(253 164 175 / 0.9); border-right-color: rgb(253 164 175 / 0.9); }
.border-x-rose-300\/95{ border-left-color: rgb(253 164 175 / 0.95); border-right-color: rgb(253 164 175 / 0.95); }
.border-x-rose-400{ --tw-border-opacity: 1; border-left-color: rgb(251 113 133 / var(--tw-border-opacity)); border-right-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-x-rose-400\/0{ border-left-color: rgb(251 113 133 / 0); border-right-color: rgb(251 113 133 / 0); }
.border-x-rose-400\/10{ border-left-color: rgb(251 113 133 / 0.1); border-right-color: rgb(251 113 133 / 0.1); }
.border-x-rose-400\/100{ border-left-color: rgb(251 113 133 / 1); border-right-color: rgb(251 113 133 / 1); }
.border-x-rose-400\/20{ border-left-color: rgb(251 113 133 / 0.2); border-right-color: rgb(251 113 133 / 0.2); }
.border-x-rose-400\/25{ border-left-color: rgb(251 113 133 / 0.25); border-right-color: rgb(251 113 133 / 0.25); }
.border-x-rose-400\/30{ border-left-color: rgb(251 113 133 / 0.3); border-right-color: rgb(251 113 133 / 0.3); }
.border-x-rose-400\/40{ border-left-color: rgb(251 113 133 / 0.4); border-right-color: rgb(251 113 133 / 0.4); }
.border-x-rose-400\/5{ border-left-color: rgb(251 113 133 / 0.05); border-right-color: rgb(251 113 133 / 0.05); }
.border-x-rose-400\/50{ border-left-color: rgb(251 113 133 / 0.5); border-right-color: rgb(251 113 133 / 0.5); }
.border-x-rose-400\/60{ border-left-color: rgb(251 113 133 / 0.6); border-right-color: rgb(251 113 133 / 0.6); }
.border-x-rose-400\/70{ border-left-color: rgb(251 113 133 / 0.7); border-right-color: rgb(251 113 133 / 0.7); }
.border-x-rose-400\/75{ border-left-color: rgb(251 113 133 / 0.75); border-right-color: rgb(251 113 133 / 0.75); }
.border-x-rose-400\/80{ border-left-color: rgb(251 113 133 / 0.8); border-right-color: rgb(251 113 133 / 0.8); }
.border-x-rose-400\/90{ border-left-color: rgb(251 113 133 / 0.9); border-right-color: rgb(251 113 133 / 0.9); }
.border-x-rose-400\/95{ border-left-color: rgb(251 113 133 / 0.95); border-right-color: rgb(251 113 133 / 0.95); }
.border-x-rose-50{ --tw-border-opacity: 1; border-left-color: rgb(255 241 242 / var(--tw-border-opacity)); border-right-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-x-rose-50\/0{ border-left-color: rgb(255 241 242 / 0); border-right-color: rgb(255 241 242 / 0); }
.border-x-rose-50\/10{ border-left-color: rgb(255 241 242 / 0.1); border-right-color: rgb(255 241 242 / 0.1); }
.border-x-rose-50\/100{ border-left-color: rgb(255 241 242 / 1); border-right-color: rgb(255 241 242 / 1); }
.border-x-rose-50\/20{ border-left-color: rgb(255 241 242 / 0.2); border-right-color: rgb(255 241 242 / 0.2); }
.border-x-rose-50\/25{ border-left-color: rgb(255 241 242 / 0.25); border-right-color: rgb(255 241 242 / 0.25); }
.border-x-rose-50\/30{ border-left-color: rgb(255 241 242 / 0.3); border-right-color: rgb(255 241 242 / 0.3); }
.border-x-rose-50\/40{ border-left-color: rgb(255 241 242 / 0.4); border-right-color: rgb(255 241 242 / 0.4); }
.border-x-rose-50\/5{ border-left-color: rgb(255 241 242 / 0.05); border-right-color: rgb(255 241 242 / 0.05); }
.border-x-rose-50\/50{ border-left-color: rgb(255 241 242 / 0.5); border-right-color: rgb(255 241 242 / 0.5); }
.border-x-rose-50\/60{ border-left-color: rgb(255 241 242 / 0.6); border-right-color: rgb(255 241 242 / 0.6); }
.border-x-rose-50\/70{ border-left-color: rgb(255 241 242 / 0.7); border-right-color: rgb(255 241 242 / 0.7); }
.border-x-rose-50\/75{ border-left-color: rgb(255 241 242 / 0.75); border-right-color: rgb(255 241 242 / 0.75); }
.border-x-rose-50\/80{ border-left-color: rgb(255 241 242 / 0.8); border-right-color: rgb(255 241 242 / 0.8); }
.border-x-rose-50\/90{ border-left-color: rgb(255 241 242 / 0.9); border-right-color: rgb(255 241 242 / 0.9); }
.border-x-rose-50\/95{ border-left-color: rgb(255 241 242 / 0.95); border-right-color: rgb(255 241 242 / 0.95); }
.border-x-rose-500{ --tw-border-opacity: 1; border-left-color: rgb(244 63 94 / var(--tw-border-opacity)); border-right-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-x-rose-500\/0{ border-left-color: rgb(244 63 94 / 0); border-right-color: rgb(244 63 94 / 0); }
.border-x-rose-500\/10{ border-left-color: rgb(244 63 94 / 0.1); border-right-color: rgb(244 63 94 / 0.1); }
.border-x-rose-500\/100{ border-left-color: rgb(244 63 94 / 1); border-right-color: rgb(244 63 94 / 1); }
.border-x-rose-500\/20{ border-left-color: rgb(244 63 94 / 0.2); border-right-color: rgb(244 63 94 / 0.2); }
.border-x-rose-500\/25{ border-left-color: rgb(244 63 94 / 0.25); border-right-color: rgb(244 63 94 / 0.25); }
.border-x-rose-500\/30{ border-left-color: rgb(244 63 94 / 0.3); border-right-color: rgb(244 63 94 / 0.3); }
.border-x-rose-500\/40{ border-left-color: rgb(244 63 94 / 0.4); border-right-color: rgb(244 63 94 / 0.4); }
.border-x-rose-500\/5{ border-left-color: rgb(244 63 94 / 0.05); border-right-color: rgb(244 63 94 / 0.05); }
.border-x-rose-500\/50{ border-left-color: rgb(244 63 94 / 0.5); border-right-color: rgb(244 63 94 / 0.5); }
.border-x-rose-500\/60{ border-left-color: rgb(244 63 94 / 0.6); border-right-color: rgb(244 63 94 / 0.6); }
.border-x-rose-500\/70{ border-left-color: rgb(244 63 94 / 0.7); border-right-color: rgb(244 63 94 / 0.7); }
.border-x-rose-500\/75{ border-left-color: rgb(244 63 94 / 0.75); border-right-color: rgb(244 63 94 / 0.75); }
.border-x-rose-500\/80{ border-left-color: rgb(244 63 94 / 0.8); border-right-color: rgb(244 63 94 / 0.8); }
.border-x-rose-500\/90{ border-left-color: rgb(244 63 94 / 0.9); border-right-color: rgb(244 63 94 / 0.9); }
.border-x-rose-500\/95{ border-left-color: rgb(244 63 94 / 0.95); border-right-color: rgb(244 63 94 / 0.95); }
.border-x-rose-600{ --tw-border-opacity: 1; border-left-color: rgb(225 29 72 / var(--tw-border-opacity)); border-right-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-x-rose-600\/0{ border-left-color: rgb(225 29 72 / 0); border-right-color: rgb(225 29 72 / 0); }
.border-x-rose-600\/10{ border-left-color: rgb(225 29 72 / 0.1); border-right-color: rgb(225 29 72 / 0.1); }
.border-x-rose-600\/100{ border-left-color: rgb(225 29 72 / 1); border-right-color: rgb(225 29 72 / 1); }
.border-x-rose-600\/20{ border-left-color: rgb(225 29 72 / 0.2); border-right-color: rgb(225 29 72 / 0.2); }
.border-x-rose-600\/25{ border-left-color: rgb(225 29 72 / 0.25); border-right-color: rgb(225 29 72 / 0.25); }
.border-x-rose-600\/30{ border-left-color: rgb(225 29 72 / 0.3); border-right-color: rgb(225 29 72 / 0.3); }
.border-x-rose-600\/40{ border-left-color: rgb(225 29 72 / 0.4); border-right-color: rgb(225 29 72 / 0.4); }
.border-x-rose-600\/5{ border-left-color: rgb(225 29 72 / 0.05); border-right-color: rgb(225 29 72 / 0.05); }
.border-x-rose-600\/50{ border-left-color: rgb(225 29 72 / 0.5); border-right-color: rgb(225 29 72 / 0.5); }
.border-x-rose-600\/60{ border-left-color: rgb(225 29 72 / 0.6); border-right-color: rgb(225 29 72 / 0.6); }
.border-x-rose-600\/70{ border-left-color: rgb(225 29 72 / 0.7); border-right-color: rgb(225 29 72 / 0.7); }
.border-x-rose-600\/75{ border-left-color: rgb(225 29 72 / 0.75); border-right-color: rgb(225 29 72 / 0.75); }
.border-x-rose-600\/80{ border-left-color: rgb(225 29 72 / 0.8); border-right-color: rgb(225 29 72 / 0.8); }
.border-x-rose-600\/90{ border-left-color: rgb(225 29 72 / 0.9); border-right-color: rgb(225 29 72 / 0.9); }
.border-x-rose-600\/95{ border-left-color: rgb(225 29 72 / 0.95); border-right-color: rgb(225 29 72 / 0.95); }
.border-x-rose-700{ --tw-border-opacity: 1; border-left-color: rgb(190 18 60 / var(--tw-border-opacity)); border-right-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-x-rose-700\/0{ border-left-color: rgb(190 18 60 / 0); border-right-color: rgb(190 18 60 / 0); }
.border-x-rose-700\/10{ border-left-color: rgb(190 18 60 / 0.1); border-right-color: rgb(190 18 60 / 0.1); }
.border-x-rose-700\/100{ border-left-color: rgb(190 18 60 / 1); border-right-color: rgb(190 18 60 / 1); }
.border-x-rose-700\/20{ border-left-color: rgb(190 18 60 / 0.2); border-right-color: rgb(190 18 60 / 0.2); }
.border-x-rose-700\/25{ border-left-color: rgb(190 18 60 / 0.25); border-right-color: rgb(190 18 60 / 0.25); }
.border-x-rose-700\/30{ border-left-color: rgb(190 18 60 / 0.3); border-right-color: rgb(190 18 60 / 0.3); }
.border-x-rose-700\/40{ border-left-color: rgb(190 18 60 / 0.4); border-right-color: rgb(190 18 60 / 0.4); }
.border-x-rose-700\/5{ border-left-color: rgb(190 18 60 / 0.05); border-right-color: rgb(190 18 60 / 0.05); }
.border-x-rose-700\/50{ border-left-color: rgb(190 18 60 / 0.5); border-right-color: rgb(190 18 60 / 0.5); }
.border-x-rose-700\/60{ border-left-color: rgb(190 18 60 / 0.6); border-right-color: rgb(190 18 60 / 0.6); }
.border-x-rose-700\/70{ border-left-color: rgb(190 18 60 / 0.7); border-right-color: rgb(190 18 60 / 0.7); }
.border-x-rose-700\/75{ border-left-color: rgb(190 18 60 / 0.75); border-right-color: rgb(190 18 60 / 0.75); }
.border-x-rose-700\/80{ border-left-color: rgb(190 18 60 / 0.8); border-right-color: rgb(190 18 60 / 0.8); }
.border-x-rose-700\/90{ border-left-color: rgb(190 18 60 / 0.9); border-right-color: rgb(190 18 60 / 0.9); }
.border-x-rose-700\/95{ border-left-color: rgb(190 18 60 / 0.95); border-right-color: rgb(190 18 60 / 0.95); }
.border-x-rose-800{ --tw-border-opacity: 1; border-left-color: rgb(159 18 57 / var(--tw-border-opacity)); border-right-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-x-rose-800\/0{ border-left-color: rgb(159 18 57 / 0); border-right-color: rgb(159 18 57 / 0); }
.border-x-rose-800\/10{ border-left-color: rgb(159 18 57 / 0.1); border-right-color: rgb(159 18 57 / 0.1); }
.border-x-rose-800\/100{ border-left-color: rgb(159 18 57 / 1); border-right-color: rgb(159 18 57 / 1); }
.border-x-rose-800\/20{ border-left-color: rgb(159 18 57 / 0.2); border-right-color: rgb(159 18 57 / 0.2); }
.border-x-rose-800\/25{ border-left-color: rgb(159 18 57 / 0.25); border-right-color: rgb(159 18 57 / 0.25); }
.border-x-rose-800\/30{ border-left-color: rgb(159 18 57 / 0.3); border-right-color: rgb(159 18 57 / 0.3); }
.border-x-rose-800\/40{ border-left-color: rgb(159 18 57 / 0.4); border-right-color: rgb(159 18 57 / 0.4); }
.border-x-rose-800\/5{ border-left-color: rgb(159 18 57 / 0.05); border-right-color: rgb(159 18 57 / 0.05); }
.border-x-rose-800\/50{ border-left-color: rgb(159 18 57 / 0.5); border-right-color: rgb(159 18 57 / 0.5); }
.border-x-rose-800\/60{ border-left-color: rgb(159 18 57 / 0.6); border-right-color: rgb(159 18 57 / 0.6); }
.border-x-rose-800\/70{ border-left-color: rgb(159 18 57 / 0.7); border-right-color: rgb(159 18 57 / 0.7); }
.border-x-rose-800\/75{ border-left-color: rgb(159 18 57 / 0.75); border-right-color: rgb(159 18 57 / 0.75); }
.border-x-rose-800\/80{ border-left-color: rgb(159 18 57 / 0.8); border-right-color: rgb(159 18 57 / 0.8); }
.border-x-rose-800\/90{ border-left-color: rgb(159 18 57 / 0.9); border-right-color: rgb(159 18 57 / 0.9); }
.border-x-rose-800\/95{ border-left-color: rgb(159 18 57 / 0.95); border-right-color: rgb(159 18 57 / 0.95); }
.border-x-rose-900{ --tw-border-opacity: 1; border-left-color: rgb(136 19 55 / var(--tw-border-opacity)); border-right-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-x-rose-900\/0{ border-left-color: rgb(136 19 55 / 0); border-right-color: rgb(136 19 55 / 0); }
.border-x-rose-900\/10{ border-left-color: rgb(136 19 55 / 0.1); border-right-color: rgb(136 19 55 / 0.1); }
.border-x-rose-900\/100{ border-left-color: rgb(136 19 55 / 1); border-right-color: rgb(136 19 55 / 1); }
.border-x-rose-900\/20{ border-left-color: rgb(136 19 55 / 0.2); border-right-color: rgb(136 19 55 / 0.2); }
.border-x-rose-900\/25{ border-left-color: rgb(136 19 55 / 0.25); border-right-color: rgb(136 19 55 / 0.25); }
.border-x-rose-900\/30{ border-left-color: rgb(136 19 55 / 0.3); border-right-color: rgb(136 19 55 / 0.3); }
.border-x-rose-900\/40{ border-left-color: rgb(136 19 55 / 0.4); border-right-color: rgb(136 19 55 / 0.4); }
.border-x-rose-900\/5{ border-left-color: rgb(136 19 55 / 0.05); border-right-color: rgb(136 19 55 / 0.05); }
.border-x-rose-900\/50{ border-left-color: rgb(136 19 55 / 0.5); border-right-color: rgb(136 19 55 / 0.5); }
.border-x-rose-900\/60{ border-left-color: rgb(136 19 55 / 0.6); border-right-color: rgb(136 19 55 / 0.6); }
.border-x-rose-900\/70{ border-left-color: rgb(136 19 55 / 0.7); border-right-color: rgb(136 19 55 / 0.7); }
.border-x-rose-900\/75{ border-left-color: rgb(136 19 55 / 0.75); border-right-color: rgb(136 19 55 / 0.75); }
.border-x-rose-900\/80{ border-left-color: rgb(136 19 55 / 0.8); border-right-color: rgb(136 19 55 / 0.8); }
.border-x-rose-900\/90{ border-left-color: rgb(136 19 55 / 0.9); border-right-color: rgb(136 19 55 / 0.9); }
.border-x-rose-900\/95{ border-left-color: rgb(136 19 55 / 0.95); border-right-color: rgb(136 19 55 / 0.95); }
.border-x-rose-950{ --tw-border-opacity: 1; border-left-color: rgb(76 5 25 / var(--tw-border-opacity)); border-right-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-x-rose-950\/0{ border-left-color: rgb(76 5 25 / 0); border-right-color: rgb(76 5 25 / 0); }
.border-x-rose-950\/10{ border-left-color: rgb(76 5 25 / 0.1); border-right-color: rgb(76 5 25 / 0.1); }
.border-x-rose-950\/100{ border-left-color: rgb(76 5 25 / 1); border-right-color: rgb(76 5 25 / 1); }
.border-x-rose-950\/20{ border-left-color: rgb(76 5 25 / 0.2); border-right-color: rgb(76 5 25 / 0.2); }
.border-x-rose-950\/25{ border-left-color: rgb(76 5 25 / 0.25); border-right-color: rgb(76 5 25 / 0.25); }
.border-x-rose-950\/30{ border-left-color: rgb(76 5 25 / 0.3); border-right-color: rgb(76 5 25 / 0.3); }
.border-x-rose-950\/40{ border-left-color: rgb(76 5 25 / 0.4); border-right-color: rgb(76 5 25 / 0.4); }
.border-x-rose-950\/5{ border-left-color: rgb(76 5 25 / 0.05); border-right-color: rgb(76 5 25 / 0.05); }
.border-x-rose-950\/50{ border-left-color: rgb(76 5 25 / 0.5); border-right-color: rgb(76 5 25 / 0.5); }
.border-x-rose-950\/60{ border-left-color: rgb(76 5 25 / 0.6); border-right-color: rgb(76 5 25 / 0.6); }
.border-x-rose-950\/70{ border-left-color: rgb(76 5 25 / 0.7); border-right-color: rgb(76 5 25 / 0.7); }
.border-x-rose-950\/75{ border-left-color: rgb(76 5 25 / 0.75); border-right-color: rgb(76 5 25 / 0.75); }
.border-x-rose-950\/80{ border-left-color: rgb(76 5 25 / 0.8); border-right-color: rgb(76 5 25 / 0.8); }
.border-x-rose-950\/90{ border-left-color: rgb(76 5 25 / 0.9); border-right-color: rgb(76 5 25 / 0.9); }
.border-x-rose-950\/95{ border-left-color: rgb(76 5 25 / 0.95); border-right-color: rgb(76 5 25 / 0.95); }
.border-x-sky-100{ --tw-border-opacity: 1; border-left-color: rgb(224 242 254 / var(--tw-border-opacity)); border-right-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-x-sky-100\/0{ border-left-color: rgb(224 242 254 / 0); border-right-color: rgb(224 242 254 / 0); }
.border-x-sky-100\/10{ border-left-color: rgb(224 242 254 / 0.1); border-right-color: rgb(224 242 254 / 0.1); }
.border-x-sky-100\/100{ border-left-color: rgb(224 242 254 / 1); border-right-color: rgb(224 242 254 / 1); }
.border-x-sky-100\/20{ border-left-color: rgb(224 242 254 / 0.2); border-right-color: rgb(224 242 254 / 0.2); }
.border-x-sky-100\/25{ border-left-color: rgb(224 242 254 / 0.25); border-right-color: rgb(224 242 254 / 0.25); }
.border-x-sky-100\/30{ border-left-color: rgb(224 242 254 / 0.3); border-right-color: rgb(224 242 254 / 0.3); }
.border-x-sky-100\/40{ border-left-color: rgb(224 242 254 / 0.4); border-right-color: rgb(224 242 254 / 0.4); }
.border-x-sky-100\/5{ border-left-color: rgb(224 242 254 / 0.05); border-right-color: rgb(224 242 254 / 0.05); }
.border-x-sky-100\/50{ border-left-color: rgb(224 242 254 / 0.5); border-right-color: rgb(224 242 254 / 0.5); }
.border-x-sky-100\/60{ border-left-color: rgb(224 242 254 / 0.6); border-right-color: rgb(224 242 254 / 0.6); }
.border-x-sky-100\/70{ border-left-color: rgb(224 242 254 / 0.7); border-right-color: rgb(224 242 254 / 0.7); }
.border-x-sky-100\/75{ border-left-color: rgb(224 242 254 / 0.75); border-right-color: rgb(224 242 254 / 0.75); }
.border-x-sky-100\/80{ border-left-color: rgb(224 242 254 / 0.8); border-right-color: rgb(224 242 254 / 0.8); }
.border-x-sky-100\/90{ border-left-color: rgb(224 242 254 / 0.9); border-right-color: rgb(224 242 254 / 0.9); }
.border-x-sky-100\/95{ border-left-color: rgb(224 242 254 / 0.95); border-right-color: rgb(224 242 254 / 0.95); }
.border-x-sky-200{ --tw-border-opacity: 1; border-left-color: rgb(186 230 253 / var(--tw-border-opacity)); border-right-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-x-sky-200\/0{ border-left-color: rgb(186 230 253 / 0); border-right-color: rgb(186 230 253 / 0); }
.border-x-sky-200\/10{ border-left-color: rgb(186 230 253 / 0.1); border-right-color: rgb(186 230 253 / 0.1); }
.border-x-sky-200\/100{ border-left-color: rgb(186 230 253 / 1); border-right-color: rgb(186 230 253 / 1); }
.border-x-sky-200\/20{ border-left-color: rgb(186 230 253 / 0.2); border-right-color: rgb(186 230 253 / 0.2); }
.border-x-sky-200\/25{ border-left-color: rgb(186 230 253 / 0.25); border-right-color: rgb(186 230 253 / 0.25); }
.border-x-sky-200\/30{ border-left-color: rgb(186 230 253 / 0.3); border-right-color: rgb(186 230 253 / 0.3); }
.border-x-sky-200\/40{ border-left-color: rgb(186 230 253 / 0.4); border-right-color: rgb(186 230 253 / 0.4); }
.border-x-sky-200\/5{ border-left-color: rgb(186 230 253 / 0.05); border-right-color: rgb(186 230 253 / 0.05); }
.border-x-sky-200\/50{ border-left-color: rgb(186 230 253 / 0.5); border-right-color: rgb(186 230 253 / 0.5); }
.border-x-sky-200\/60{ border-left-color: rgb(186 230 253 / 0.6); border-right-color: rgb(186 230 253 / 0.6); }
.border-x-sky-200\/70{ border-left-color: rgb(186 230 253 / 0.7); border-right-color: rgb(186 230 253 / 0.7); }
.border-x-sky-200\/75{ border-left-color: rgb(186 230 253 / 0.75); border-right-color: rgb(186 230 253 / 0.75); }
.border-x-sky-200\/80{ border-left-color: rgb(186 230 253 / 0.8); border-right-color: rgb(186 230 253 / 0.8); }
.border-x-sky-200\/90{ border-left-color: rgb(186 230 253 / 0.9); border-right-color: rgb(186 230 253 / 0.9); }
.border-x-sky-200\/95{ border-left-color: rgb(186 230 253 / 0.95); border-right-color: rgb(186 230 253 / 0.95); }
.border-x-sky-300{ --tw-border-opacity: 1; border-left-color: rgb(125 211 252 / var(--tw-border-opacity)); border-right-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-x-sky-300\/0{ border-left-color: rgb(125 211 252 / 0); border-right-color: rgb(125 211 252 / 0); }
.border-x-sky-300\/10{ border-left-color: rgb(125 211 252 / 0.1); border-right-color: rgb(125 211 252 / 0.1); }
.border-x-sky-300\/100{ border-left-color: rgb(125 211 252 / 1); border-right-color: rgb(125 211 252 / 1); }
.border-x-sky-300\/20{ border-left-color: rgb(125 211 252 / 0.2); border-right-color: rgb(125 211 252 / 0.2); }
.border-x-sky-300\/25{ border-left-color: rgb(125 211 252 / 0.25); border-right-color: rgb(125 211 252 / 0.25); }
.border-x-sky-300\/30{ border-left-color: rgb(125 211 252 / 0.3); border-right-color: rgb(125 211 252 / 0.3); }
.border-x-sky-300\/40{ border-left-color: rgb(125 211 252 / 0.4); border-right-color: rgb(125 211 252 / 0.4); }
.border-x-sky-300\/5{ border-left-color: rgb(125 211 252 / 0.05); border-right-color: rgb(125 211 252 / 0.05); }
.border-x-sky-300\/50{ border-left-color: rgb(125 211 252 / 0.5); border-right-color: rgb(125 211 252 / 0.5); }
.border-x-sky-300\/60{ border-left-color: rgb(125 211 252 / 0.6); border-right-color: rgb(125 211 252 / 0.6); }
.border-x-sky-300\/70{ border-left-color: rgb(125 211 252 / 0.7); border-right-color: rgb(125 211 252 / 0.7); }
.border-x-sky-300\/75{ border-left-color: rgb(125 211 252 / 0.75); border-right-color: rgb(125 211 252 / 0.75); }
.border-x-sky-300\/80{ border-left-color: rgb(125 211 252 / 0.8); border-right-color: rgb(125 211 252 / 0.8); }
.border-x-sky-300\/90{ border-left-color: rgb(125 211 252 / 0.9); border-right-color: rgb(125 211 252 / 0.9); }
.border-x-sky-300\/95{ border-left-color: rgb(125 211 252 / 0.95); border-right-color: rgb(125 211 252 / 0.95); }
.border-x-sky-400{ --tw-border-opacity: 1; border-left-color: rgb(56 189 248 / var(--tw-border-opacity)); border-right-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-x-sky-400\/0{ border-left-color: rgb(56 189 248 / 0); border-right-color: rgb(56 189 248 / 0); }
.border-x-sky-400\/10{ border-left-color: rgb(56 189 248 / 0.1); border-right-color: rgb(56 189 248 / 0.1); }
.border-x-sky-400\/100{ border-left-color: rgb(56 189 248 / 1); border-right-color: rgb(56 189 248 / 1); }
.border-x-sky-400\/20{ border-left-color: rgb(56 189 248 / 0.2); border-right-color: rgb(56 189 248 / 0.2); }
.border-x-sky-400\/25{ border-left-color: rgb(56 189 248 / 0.25); border-right-color: rgb(56 189 248 / 0.25); }
.border-x-sky-400\/30{ border-left-color: rgb(56 189 248 / 0.3); border-right-color: rgb(56 189 248 / 0.3); }
.border-x-sky-400\/40{ border-left-color: rgb(56 189 248 / 0.4); border-right-color: rgb(56 189 248 / 0.4); }
.border-x-sky-400\/5{ border-left-color: rgb(56 189 248 / 0.05); border-right-color: rgb(56 189 248 / 0.05); }
.border-x-sky-400\/50{ border-left-color: rgb(56 189 248 / 0.5); border-right-color: rgb(56 189 248 / 0.5); }
.border-x-sky-400\/60{ border-left-color: rgb(56 189 248 / 0.6); border-right-color: rgb(56 189 248 / 0.6); }
.border-x-sky-400\/70{ border-left-color: rgb(56 189 248 / 0.7); border-right-color: rgb(56 189 248 / 0.7); }
.border-x-sky-400\/75{ border-left-color: rgb(56 189 248 / 0.75); border-right-color: rgb(56 189 248 / 0.75); }
.border-x-sky-400\/80{ border-left-color: rgb(56 189 248 / 0.8); border-right-color: rgb(56 189 248 / 0.8); }
.border-x-sky-400\/90{ border-left-color: rgb(56 189 248 / 0.9); border-right-color: rgb(56 189 248 / 0.9); }
.border-x-sky-400\/95{ border-left-color: rgb(56 189 248 / 0.95); border-right-color: rgb(56 189 248 / 0.95); }
.border-x-sky-50{ --tw-border-opacity: 1; border-left-color: rgb(240 249 255 / var(--tw-border-opacity)); border-right-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-x-sky-50\/0{ border-left-color: rgb(240 249 255 / 0); border-right-color: rgb(240 249 255 / 0); }
.border-x-sky-50\/10{ border-left-color: rgb(240 249 255 / 0.1); border-right-color: rgb(240 249 255 / 0.1); }
.border-x-sky-50\/100{ border-left-color: rgb(240 249 255 / 1); border-right-color: rgb(240 249 255 / 1); }
.border-x-sky-50\/20{ border-left-color: rgb(240 249 255 / 0.2); border-right-color: rgb(240 249 255 / 0.2); }
.border-x-sky-50\/25{ border-left-color: rgb(240 249 255 / 0.25); border-right-color: rgb(240 249 255 / 0.25); }
.border-x-sky-50\/30{ border-left-color: rgb(240 249 255 / 0.3); border-right-color: rgb(240 249 255 / 0.3); }
.border-x-sky-50\/40{ border-left-color: rgb(240 249 255 / 0.4); border-right-color: rgb(240 249 255 / 0.4); }
.border-x-sky-50\/5{ border-left-color: rgb(240 249 255 / 0.05); border-right-color: rgb(240 249 255 / 0.05); }
.border-x-sky-50\/50{ border-left-color: rgb(240 249 255 / 0.5); border-right-color: rgb(240 249 255 / 0.5); }
.border-x-sky-50\/60{ border-left-color: rgb(240 249 255 / 0.6); border-right-color: rgb(240 249 255 / 0.6); }
.border-x-sky-50\/70{ border-left-color: rgb(240 249 255 / 0.7); border-right-color: rgb(240 249 255 / 0.7); }
.border-x-sky-50\/75{ border-left-color: rgb(240 249 255 / 0.75); border-right-color: rgb(240 249 255 / 0.75); }
.border-x-sky-50\/80{ border-left-color: rgb(240 249 255 / 0.8); border-right-color: rgb(240 249 255 / 0.8); }
.border-x-sky-50\/90{ border-left-color: rgb(240 249 255 / 0.9); border-right-color: rgb(240 249 255 / 0.9); }
.border-x-sky-50\/95{ border-left-color: rgb(240 249 255 / 0.95); border-right-color: rgb(240 249 255 / 0.95); }
.border-x-sky-500{ --tw-border-opacity: 1; border-left-color: rgb(14 165 233 / var(--tw-border-opacity)); border-right-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-x-sky-500\/0{ border-left-color: rgb(14 165 233 / 0); border-right-color: rgb(14 165 233 / 0); }
.border-x-sky-500\/10{ border-left-color: rgb(14 165 233 / 0.1); border-right-color: rgb(14 165 233 / 0.1); }
.border-x-sky-500\/100{ border-left-color: rgb(14 165 233 / 1); border-right-color: rgb(14 165 233 / 1); }
.border-x-sky-500\/20{ border-left-color: rgb(14 165 233 / 0.2); border-right-color: rgb(14 165 233 / 0.2); }
.border-x-sky-500\/25{ border-left-color: rgb(14 165 233 / 0.25); border-right-color: rgb(14 165 233 / 0.25); }
.border-x-sky-500\/30{ border-left-color: rgb(14 165 233 / 0.3); border-right-color: rgb(14 165 233 / 0.3); }
.border-x-sky-500\/40{ border-left-color: rgb(14 165 233 / 0.4); border-right-color: rgb(14 165 233 / 0.4); }
.border-x-sky-500\/5{ border-left-color: rgb(14 165 233 / 0.05); border-right-color: rgb(14 165 233 / 0.05); }
.border-x-sky-500\/50{ border-left-color: rgb(14 165 233 / 0.5); border-right-color: rgb(14 165 233 / 0.5); }
.border-x-sky-500\/60{ border-left-color: rgb(14 165 233 / 0.6); border-right-color: rgb(14 165 233 / 0.6); }
.border-x-sky-500\/70{ border-left-color: rgb(14 165 233 / 0.7); border-right-color: rgb(14 165 233 / 0.7); }
.border-x-sky-500\/75{ border-left-color: rgb(14 165 233 / 0.75); border-right-color: rgb(14 165 233 / 0.75); }
.border-x-sky-500\/80{ border-left-color: rgb(14 165 233 / 0.8); border-right-color: rgb(14 165 233 / 0.8); }
.border-x-sky-500\/90{ border-left-color: rgb(14 165 233 / 0.9); border-right-color: rgb(14 165 233 / 0.9); }
.border-x-sky-500\/95{ border-left-color: rgb(14 165 233 / 0.95); border-right-color: rgb(14 165 233 / 0.95); }
.border-x-sky-600{ --tw-border-opacity: 1; border-left-color: rgb(2 132 199 / var(--tw-border-opacity)); border-right-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-x-sky-600\/0{ border-left-color: rgb(2 132 199 / 0); border-right-color: rgb(2 132 199 / 0); }
.border-x-sky-600\/10{ border-left-color: rgb(2 132 199 / 0.1); border-right-color: rgb(2 132 199 / 0.1); }
.border-x-sky-600\/100{ border-left-color: rgb(2 132 199 / 1); border-right-color: rgb(2 132 199 / 1); }
.border-x-sky-600\/20{ border-left-color: rgb(2 132 199 / 0.2); border-right-color: rgb(2 132 199 / 0.2); }
.border-x-sky-600\/25{ border-left-color: rgb(2 132 199 / 0.25); border-right-color: rgb(2 132 199 / 0.25); }
.border-x-sky-600\/30{ border-left-color: rgb(2 132 199 / 0.3); border-right-color: rgb(2 132 199 / 0.3); }
.border-x-sky-600\/40{ border-left-color: rgb(2 132 199 / 0.4); border-right-color: rgb(2 132 199 / 0.4); }
.border-x-sky-600\/5{ border-left-color: rgb(2 132 199 / 0.05); border-right-color: rgb(2 132 199 / 0.05); }
.border-x-sky-600\/50{ border-left-color: rgb(2 132 199 / 0.5); border-right-color: rgb(2 132 199 / 0.5); }
.border-x-sky-600\/60{ border-left-color: rgb(2 132 199 / 0.6); border-right-color: rgb(2 132 199 / 0.6); }
.border-x-sky-600\/70{ border-left-color: rgb(2 132 199 / 0.7); border-right-color: rgb(2 132 199 / 0.7); }
.border-x-sky-600\/75{ border-left-color: rgb(2 132 199 / 0.75); border-right-color: rgb(2 132 199 / 0.75); }
.border-x-sky-600\/80{ border-left-color: rgb(2 132 199 / 0.8); border-right-color: rgb(2 132 199 / 0.8); }
.border-x-sky-600\/90{ border-left-color: rgb(2 132 199 / 0.9); border-right-color: rgb(2 132 199 / 0.9); }
.border-x-sky-600\/95{ border-left-color: rgb(2 132 199 / 0.95); border-right-color: rgb(2 132 199 / 0.95); }
.border-x-sky-700{ --tw-border-opacity: 1; border-left-color: rgb(3 105 161 / var(--tw-border-opacity)); border-right-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-x-sky-700\/0{ border-left-color: rgb(3 105 161 / 0); border-right-color: rgb(3 105 161 / 0); }
.border-x-sky-700\/10{ border-left-color: rgb(3 105 161 / 0.1); border-right-color: rgb(3 105 161 / 0.1); }
.border-x-sky-700\/100{ border-left-color: rgb(3 105 161 / 1); border-right-color: rgb(3 105 161 / 1); }
.border-x-sky-700\/20{ border-left-color: rgb(3 105 161 / 0.2); border-right-color: rgb(3 105 161 / 0.2); }
.border-x-sky-700\/25{ border-left-color: rgb(3 105 161 / 0.25); border-right-color: rgb(3 105 161 / 0.25); }
.border-x-sky-700\/30{ border-left-color: rgb(3 105 161 / 0.3); border-right-color: rgb(3 105 161 / 0.3); }
.border-x-sky-700\/40{ border-left-color: rgb(3 105 161 / 0.4); border-right-color: rgb(3 105 161 / 0.4); }
.border-x-sky-700\/5{ border-left-color: rgb(3 105 161 / 0.05); border-right-color: rgb(3 105 161 / 0.05); }
.border-x-sky-700\/50{ border-left-color: rgb(3 105 161 / 0.5); border-right-color: rgb(3 105 161 / 0.5); }
.border-x-sky-700\/60{ border-left-color: rgb(3 105 161 / 0.6); border-right-color: rgb(3 105 161 / 0.6); }
.border-x-sky-700\/70{ border-left-color: rgb(3 105 161 / 0.7); border-right-color: rgb(3 105 161 / 0.7); }
.border-x-sky-700\/75{ border-left-color: rgb(3 105 161 / 0.75); border-right-color: rgb(3 105 161 / 0.75); }
.border-x-sky-700\/80{ border-left-color: rgb(3 105 161 / 0.8); border-right-color: rgb(3 105 161 / 0.8); }
.border-x-sky-700\/90{ border-left-color: rgb(3 105 161 / 0.9); border-right-color: rgb(3 105 161 / 0.9); }
.border-x-sky-700\/95{ border-left-color: rgb(3 105 161 / 0.95); border-right-color: rgb(3 105 161 / 0.95); }
.border-x-sky-800{ --tw-border-opacity: 1; border-left-color: rgb(7 89 133 / var(--tw-border-opacity)); border-right-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-x-sky-800\/0{ border-left-color: rgb(7 89 133 / 0); border-right-color: rgb(7 89 133 / 0); }
.border-x-sky-800\/10{ border-left-color: rgb(7 89 133 / 0.1); border-right-color: rgb(7 89 133 / 0.1); }
.border-x-sky-800\/100{ border-left-color: rgb(7 89 133 / 1); border-right-color: rgb(7 89 133 / 1); }
.border-x-sky-800\/20{ border-left-color: rgb(7 89 133 / 0.2); border-right-color: rgb(7 89 133 / 0.2); }
.border-x-sky-800\/25{ border-left-color: rgb(7 89 133 / 0.25); border-right-color: rgb(7 89 133 / 0.25); }
.border-x-sky-800\/30{ border-left-color: rgb(7 89 133 / 0.3); border-right-color: rgb(7 89 133 / 0.3); }
.border-x-sky-800\/40{ border-left-color: rgb(7 89 133 / 0.4); border-right-color: rgb(7 89 133 / 0.4); }
.border-x-sky-800\/5{ border-left-color: rgb(7 89 133 / 0.05); border-right-color: rgb(7 89 133 / 0.05); }
.border-x-sky-800\/50{ border-left-color: rgb(7 89 133 / 0.5); border-right-color: rgb(7 89 133 / 0.5); }
.border-x-sky-800\/60{ border-left-color: rgb(7 89 133 / 0.6); border-right-color: rgb(7 89 133 / 0.6); }
.border-x-sky-800\/70{ border-left-color: rgb(7 89 133 / 0.7); border-right-color: rgb(7 89 133 / 0.7); }
.border-x-sky-800\/75{ border-left-color: rgb(7 89 133 / 0.75); border-right-color: rgb(7 89 133 / 0.75); }
.border-x-sky-800\/80{ border-left-color: rgb(7 89 133 / 0.8); border-right-color: rgb(7 89 133 / 0.8); }
.border-x-sky-800\/90{ border-left-color: rgb(7 89 133 / 0.9); border-right-color: rgb(7 89 133 / 0.9); }
.border-x-sky-800\/95{ border-left-color: rgb(7 89 133 / 0.95); border-right-color: rgb(7 89 133 / 0.95); }
.border-x-sky-900{ --tw-border-opacity: 1; border-left-color: rgb(12 74 110 / var(--tw-border-opacity)); border-right-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-x-sky-900\/0{ border-left-color: rgb(12 74 110 / 0); border-right-color: rgb(12 74 110 / 0); }
.border-x-sky-900\/10{ border-left-color: rgb(12 74 110 / 0.1); border-right-color: rgb(12 74 110 / 0.1); }
.border-x-sky-900\/100{ border-left-color: rgb(12 74 110 / 1); border-right-color: rgb(12 74 110 / 1); }
.border-x-sky-900\/20{ border-left-color: rgb(12 74 110 / 0.2); border-right-color: rgb(12 74 110 / 0.2); }
.border-x-sky-900\/25{ border-left-color: rgb(12 74 110 / 0.25); border-right-color: rgb(12 74 110 / 0.25); }
.border-x-sky-900\/30{ border-left-color: rgb(12 74 110 / 0.3); border-right-color: rgb(12 74 110 / 0.3); }
.border-x-sky-900\/40{ border-left-color: rgb(12 74 110 / 0.4); border-right-color: rgb(12 74 110 / 0.4); }
.border-x-sky-900\/5{ border-left-color: rgb(12 74 110 / 0.05); border-right-color: rgb(12 74 110 / 0.05); }
.border-x-sky-900\/50{ border-left-color: rgb(12 74 110 / 0.5); border-right-color: rgb(12 74 110 / 0.5); }
.border-x-sky-900\/60{ border-left-color: rgb(12 74 110 / 0.6); border-right-color: rgb(12 74 110 / 0.6); }
.border-x-sky-900\/70{ border-left-color: rgb(12 74 110 / 0.7); border-right-color: rgb(12 74 110 / 0.7); }
.border-x-sky-900\/75{ border-left-color: rgb(12 74 110 / 0.75); border-right-color: rgb(12 74 110 / 0.75); }
.border-x-sky-900\/80{ border-left-color: rgb(12 74 110 / 0.8); border-right-color: rgb(12 74 110 / 0.8); }
.border-x-sky-900\/90{ border-left-color: rgb(12 74 110 / 0.9); border-right-color: rgb(12 74 110 / 0.9); }
.border-x-sky-900\/95{ border-left-color: rgb(12 74 110 / 0.95); border-right-color: rgb(12 74 110 / 0.95); }
.border-x-sky-950{ --tw-border-opacity: 1; border-left-color: rgb(8 47 73 / var(--tw-border-opacity)); border-right-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-x-sky-950\/0{ border-left-color: rgb(8 47 73 / 0); border-right-color: rgb(8 47 73 / 0); }
.border-x-sky-950\/10{ border-left-color: rgb(8 47 73 / 0.1); border-right-color: rgb(8 47 73 / 0.1); }
.border-x-sky-950\/100{ border-left-color: rgb(8 47 73 / 1); border-right-color: rgb(8 47 73 / 1); }
.border-x-sky-950\/20{ border-left-color: rgb(8 47 73 / 0.2); border-right-color: rgb(8 47 73 / 0.2); }
.border-x-sky-950\/25{ border-left-color: rgb(8 47 73 / 0.25); border-right-color: rgb(8 47 73 / 0.25); }
.border-x-sky-950\/30{ border-left-color: rgb(8 47 73 / 0.3); border-right-color: rgb(8 47 73 / 0.3); }
.border-x-sky-950\/40{ border-left-color: rgb(8 47 73 / 0.4); border-right-color: rgb(8 47 73 / 0.4); }
.border-x-sky-950\/5{ border-left-color: rgb(8 47 73 / 0.05); border-right-color: rgb(8 47 73 / 0.05); }
.border-x-sky-950\/50{ border-left-color: rgb(8 47 73 / 0.5); border-right-color: rgb(8 47 73 / 0.5); }
.border-x-sky-950\/60{ border-left-color: rgb(8 47 73 / 0.6); border-right-color: rgb(8 47 73 / 0.6); }
.border-x-sky-950\/70{ border-left-color: rgb(8 47 73 / 0.7); border-right-color: rgb(8 47 73 / 0.7); }
.border-x-sky-950\/75{ border-left-color: rgb(8 47 73 / 0.75); border-right-color: rgb(8 47 73 / 0.75); }
.border-x-sky-950\/80{ border-left-color: rgb(8 47 73 / 0.8); border-right-color: rgb(8 47 73 / 0.8); }
.border-x-sky-950\/90{ border-left-color: rgb(8 47 73 / 0.9); border-right-color: rgb(8 47 73 / 0.9); }
.border-x-sky-950\/95{ border-left-color: rgb(8 47 73 / 0.95); border-right-color: rgb(8 47 73 / 0.95); }
.border-x-slate-100{ --tw-border-opacity: 1; border-left-color: rgb(241 245 249 / var(--tw-border-opacity)); border-right-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-x-slate-100\/0{ border-left-color: rgb(241 245 249 / 0); border-right-color: rgb(241 245 249 / 0); }
.border-x-slate-100\/10{ border-left-color: rgb(241 245 249 / 0.1); border-right-color: rgb(241 245 249 / 0.1); }
.border-x-slate-100\/100{ border-left-color: rgb(241 245 249 / 1); border-right-color: rgb(241 245 249 / 1); }
.border-x-slate-100\/20{ border-left-color: rgb(241 245 249 / 0.2); border-right-color: rgb(241 245 249 / 0.2); }
.border-x-slate-100\/25{ border-left-color: rgb(241 245 249 / 0.25); border-right-color: rgb(241 245 249 / 0.25); }
.border-x-slate-100\/30{ border-left-color: rgb(241 245 249 / 0.3); border-right-color: rgb(241 245 249 / 0.3); }
.border-x-slate-100\/40{ border-left-color: rgb(241 245 249 / 0.4); border-right-color: rgb(241 245 249 / 0.4); }
.border-x-slate-100\/5{ border-left-color: rgb(241 245 249 / 0.05); border-right-color: rgb(241 245 249 / 0.05); }
.border-x-slate-100\/50{ border-left-color: rgb(241 245 249 / 0.5); border-right-color: rgb(241 245 249 / 0.5); }
.border-x-slate-100\/60{ border-left-color: rgb(241 245 249 / 0.6); border-right-color: rgb(241 245 249 / 0.6); }
.border-x-slate-100\/70{ border-left-color: rgb(241 245 249 / 0.7); border-right-color: rgb(241 245 249 / 0.7); }
.border-x-slate-100\/75{ border-left-color: rgb(241 245 249 / 0.75); border-right-color: rgb(241 245 249 / 0.75); }
.border-x-slate-100\/80{ border-left-color: rgb(241 245 249 / 0.8); border-right-color: rgb(241 245 249 / 0.8); }
.border-x-slate-100\/90{ border-left-color: rgb(241 245 249 / 0.9); border-right-color: rgb(241 245 249 / 0.9); }
.border-x-slate-100\/95{ border-left-color: rgb(241 245 249 / 0.95); border-right-color: rgb(241 245 249 / 0.95); }
.border-x-slate-200{ --tw-border-opacity: 1; border-left-color: rgb(226 232 240 / var(--tw-border-opacity)); border-right-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-x-slate-200\/0{ border-left-color: rgb(226 232 240 / 0); border-right-color: rgb(226 232 240 / 0); }
.border-x-slate-200\/10{ border-left-color: rgb(226 232 240 / 0.1); border-right-color: rgb(226 232 240 / 0.1); }
.border-x-slate-200\/100{ border-left-color: rgb(226 232 240 / 1); border-right-color: rgb(226 232 240 / 1); }
.border-x-slate-200\/20{ border-left-color: rgb(226 232 240 / 0.2); border-right-color: rgb(226 232 240 / 0.2); }
.border-x-slate-200\/25{ border-left-color: rgb(226 232 240 / 0.25); border-right-color: rgb(226 232 240 / 0.25); }
.border-x-slate-200\/30{ border-left-color: rgb(226 232 240 / 0.3); border-right-color: rgb(226 232 240 / 0.3); }
.border-x-slate-200\/40{ border-left-color: rgb(226 232 240 / 0.4); border-right-color: rgb(226 232 240 / 0.4); }
.border-x-slate-200\/5{ border-left-color: rgb(226 232 240 / 0.05); border-right-color: rgb(226 232 240 / 0.05); }
.border-x-slate-200\/50{ border-left-color: rgb(226 232 240 / 0.5); border-right-color: rgb(226 232 240 / 0.5); }
.border-x-slate-200\/60{ border-left-color: rgb(226 232 240 / 0.6); border-right-color: rgb(226 232 240 / 0.6); }
.border-x-slate-200\/70{ border-left-color: rgb(226 232 240 / 0.7); border-right-color: rgb(226 232 240 / 0.7); }
.border-x-slate-200\/75{ border-left-color: rgb(226 232 240 / 0.75); border-right-color: rgb(226 232 240 / 0.75); }
.border-x-slate-200\/80{ border-left-color: rgb(226 232 240 / 0.8); border-right-color: rgb(226 232 240 / 0.8); }
.border-x-slate-200\/90{ border-left-color: rgb(226 232 240 / 0.9); border-right-color: rgb(226 232 240 / 0.9); }
.border-x-slate-200\/95{ border-left-color: rgb(226 232 240 / 0.95); border-right-color: rgb(226 232 240 / 0.95); }
.border-x-slate-300{ --tw-border-opacity: 1; border-left-color: rgb(203 213 225 / var(--tw-border-opacity)); border-right-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-x-slate-300\/0{ border-left-color: rgb(203 213 225 / 0); border-right-color: rgb(203 213 225 / 0); }
.border-x-slate-300\/10{ border-left-color: rgb(203 213 225 / 0.1); border-right-color: rgb(203 213 225 / 0.1); }
.border-x-slate-300\/100{ border-left-color: rgb(203 213 225 / 1); border-right-color: rgb(203 213 225 / 1); }
.border-x-slate-300\/20{ border-left-color: rgb(203 213 225 / 0.2); border-right-color: rgb(203 213 225 / 0.2); }
.border-x-slate-300\/25{ border-left-color: rgb(203 213 225 / 0.25); border-right-color: rgb(203 213 225 / 0.25); }
.border-x-slate-300\/30{ border-left-color: rgb(203 213 225 / 0.3); border-right-color: rgb(203 213 225 / 0.3); }
.border-x-slate-300\/40{ border-left-color: rgb(203 213 225 / 0.4); border-right-color: rgb(203 213 225 / 0.4); }
.border-x-slate-300\/5{ border-left-color: rgb(203 213 225 / 0.05); border-right-color: rgb(203 213 225 / 0.05); }
.border-x-slate-300\/50{ border-left-color: rgb(203 213 225 / 0.5); border-right-color: rgb(203 213 225 / 0.5); }
.border-x-slate-300\/60{ border-left-color: rgb(203 213 225 / 0.6); border-right-color: rgb(203 213 225 / 0.6); }
.border-x-slate-300\/70{ border-left-color: rgb(203 213 225 / 0.7); border-right-color: rgb(203 213 225 / 0.7); }
.border-x-slate-300\/75{ border-left-color: rgb(203 213 225 / 0.75); border-right-color: rgb(203 213 225 / 0.75); }
.border-x-slate-300\/80{ border-left-color: rgb(203 213 225 / 0.8); border-right-color: rgb(203 213 225 / 0.8); }
.border-x-slate-300\/90{ border-left-color: rgb(203 213 225 / 0.9); border-right-color: rgb(203 213 225 / 0.9); }
.border-x-slate-300\/95{ border-left-color: rgb(203 213 225 / 0.95); border-right-color: rgb(203 213 225 / 0.95); }
.border-x-slate-400{ --tw-border-opacity: 1; border-left-color: rgb(148 163 184 / var(--tw-border-opacity)); border-right-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-x-slate-400\/0{ border-left-color: rgb(148 163 184 / 0); border-right-color: rgb(148 163 184 / 0); }
.border-x-slate-400\/10{ border-left-color: rgb(148 163 184 / 0.1); border-right-color: rgb(148 163 184 / 0.1); }
.border-x-slate-400\/100{ border-left-color: rgb(148 163 184 / 1); border-right-color: rgb(148 163 184 / 1); }
.border-x-slate-400\/20{ border-left-color: rgb(148 163 184 / 0.2); border-right-color: rgb(148 163 184 / 0.2); }
.border-x-slate-400\/25{ border-left-color: rgb(148 163 184 / 0.25); border-right-color: rgb(148 163 184 / 0.25); }
.border-x-slate-400\/30{ border-left-color: rgb(148 163 184 / 0.3); border-right-color: rgb(148 163 184 / 0.3); }
.border-x-slate-400\/40{ border-left-color: rgb(148 163 184 / 0.4); border-right-color: rgb(148 163 184 / 0.4); }
.border-x-slate-400\/5{ border-left-color: rgb(148 163 184 / 0.05); border-right-color: rgb(148 163 184 / 0.05); }
.border-x-slate-400\/50{ border-left-color: rgb(148 163 184 / 0.5); border-right-color: rgb(148 163 184 / 0.5); }
.border-x-slate-400\/60{ border-left-color: rgb(148 163 184 / 0.6); border-right-color: rgb(148 163 184 / 0.6); }
.border-x-slate-400\/70{ border-left-color: rgb(148 163 184 / 0.7); border-right-color: rgb(148 163 184 / 0.7); }
.border-x-slate-400\/75{ border-left-color: rgb(148 163 184 / 0.75); border-right-color: rgb(148 163 184 / 0.75); }
.border-x-slate-400\/80{ border-left-color: rgb(148 163 184 / 0.8); border-right-color: rgb(148 163 184 / 0.8); }
.border-x-slate-400\/90{ border-left-color: rgb(148 163 184 / 0.9); border-right-color: rgb(148 163 184 / 0.9); }
.border-x-slate-400\/95{ border-left-color: rgb(148 163 184 / 0.95); border-right-color: rgb(148 163 184 / 0.95); }
.border-x-slate-50{ --tw-border-opacity: 1; border-left-color: rgb(248 250 252 / var(--tw-border-opacity)); border-right-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-x-slate-50\/0{ border-left-color: rgb(248 250 252 / 0); border-right-color: rgb(248 250 252 / 0); }
.border-x-slate-50\/10{ border-left-color: rgb(248 250 252 / 0.1); border-right-color: rgb(248 250 252 / 0.1); }
.border-x-slate-50\/100{ border-left-color: rgb(248 250 252 / 1); border-right-color: rgb(248 250 252 / 1); }
.border-x-slate-50\/20{ border-left-color: rgb(248 250 252 / 0.2); border-right-color: rgb(248 250 252 / 0.2); }
.border-x-slate-50\/25{ border-left-color: rgb(248 250 252 / 0.25); border-right-color: rgb(248 250 252 / 0.25); }
.border-x-slate-50\/30{ border-left-color: rgb(248 250 252 / 0.3); border-right-color: rgb(248 250 252 / 0.3); }
.border-x-slate-50\/40{ border-left-color: rgb(248 250 252 / 0.4); border-right-color: rgb(248 250 252 / 0.4); }
.border-x-slate-50\/5{ border-left-color: rgb(248 250 252 / 0.05); border-right-color: rgb(248 250 252 / 0.05); }
.border-x-slate-50\/50{ border-left-color: rgb(248 250 252 / 0.5); border-right-color: rgb(248 250 252 / 0.5); }
.border-x-slate-50\/60{ border-left-color: rgb(248 250 252 / 0.6); border-right-color: rgb(248 250 252 / 0.6); }
.border-x-slate-50\/70{ border-left-color: rgb(248 250 252 / 0.7); border-right-color: rgb(248 250 252 / 0.7); }
.border-x-slate-50\/75{ border-left-color: rgb(248 250 252 / 0.75); border-right-color: rgb(248 250 252 / 0.75); }
.border-x-slate-50\/80{ border-left-color: rgb(248 250 252 / 0.8); border-right-color: rgb(248 250 252 / 0.8); }
.border-x-slate-50\/90{ border-left-color: rgb(248 250 252 / 0.9); border-right-color: rgb(248 250 252 / 0.9); }
.border-x-slate-50\/95{ border-left-color: rgb(248 250 252 / 0.95); border-right-color: rgb(248 250 252 / 0.95); }
.border-x-slate-500{ --tw-border-opacity: 1; border-left-color: rgb(100 116 139 / var(--tw-border-opacity)); border-right-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-x-slate-500\/0{ border-left-color: rgb(100 116 139 / 0); border-right-color: rgb(100 116 139 / 0); }
.border-x-slate-500\/10{ border-left-color: rgb(100 116 139 / 0.1); border-right-color: rgb(100 116 139 / 0.1); }
.border-x-slate-500\/100{ border-left-color: rgb(100 116 139 / 1); border-right-color: rgb(100 116 139 / 1); }
.border-x-slate-500\/20{ border-left-color: rgb(100 116 139 / 0.2); border-right-color: rgb(100 116 139 / 0.2); }
.border-x-slate-500\/25{ border-left-color: rgb(100 116 139 / 0.25); border-right-color: rgb(100 116 139 / 0.25); }
.border-x-slate-500\/30{ border-left-color: rgb(100 116 139 / 0.3); border-right-color: rgb(100 116 139 / 0.3); }
.border-x-slate-500\/40{ border-left-color: rgb(100 116 139 / 0.4); border-right-color: rgb(100 116 139 / 0.4); }
.border-x-slate-500\/5{ border-left-color: rgb(100 116 139 / 0.05); border-right-color: rgb(100 116 139 / 0.05); }
.border-x-slate-500\/50{ border-left-color: rgb(100 116 139 / 0.5); border-right-color: rgb(100 116 139 / 0.5); }
.border-x-slate-500\/60{ border-left-color: rgb(100 116 139 / 0.6); border-right-color: rgb(100 116 139 / 0.6); }
.border-x-slate-500\/70{ border-left-color: rgb(100 116 139 / 0.7); border-right-color: rgb(100 116 139 / 0.7); }
.border-x-slate-500\/75{ border-left-color: rgb(100 116 139 / 0.75); border-right-color: rgb(100 116 139 / 0.75); }
.border-x-slate-500\/80{ border-left-color: rgb(100 116 139 / 0.8); border-right-color: rgb(100 116 139 / 0.8); }
.border-x-slate-500\/90{ border-left-color: rgb(100 116 139 / 0.9); border-right-color: rgb(100 116 139 / 0.9); }
.border-x-slate-500\/95{ border-left-color: rgb(100 116 139 / 0.95); border-right-color: rgb(100 116 139 / 0.95); }
.border-x-slate-600{ --tw-border-opacity: 1; border-left-color: rgb(71 85 105 / var(--tw-border-opacity)); border-right-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-x-slate-600\/0{ border-left-color: rgb(71 85 105 / 0); border-right-color: rgb(71 85 105 / 0); }
.border-x-slate-600\/10{ border-left-color: rgb(71 85 105 / 0.1); border-right-color: rgb(71 85 105 / 0.1); }
.border-x-slate-600\/100{ border-left-color: rgb(71 85 105 / 1); border-right-color: rgb(71 85 105 / 1); }
.border-x-slate-600\/20{ border-left-color: rgb(71 85 105 / 0.2); border-right-color: rgb(71 85 105 / 0.2); }
.border-x-slate-600\/25{ border-left-color: rgb(71 85 105 / 0.25); border-right-color: rgb(71 85 105 / 0.25); }
.border-x-slate-600\/30{ border-left-color: rgb(71 85 105 / 0.3); border-right-color: rgb(71 85 105 / 0.3); }
.border-x-slate-600\/40{ border-left-color: rgb(71 85 105 / 0.4); border-right-color: rgb(71 85 105 / 0.4); }
.border-x-slate-600\/5{ border-left-color: rgb(71 85 105 / 0.05); border-right-color: rgb(71 85 105 / 0.05); }
.border-x-slate-600\/50{ border-left-color: rgb(71 85 105 / 0.5); border-right-color: rgb(71 85 105 / 0.5); }
.border-x-slate-600\/60{ border-left-color: rgb(71 85 105 / 0.6); border-right-color: rgb(71 85 105 / 0.6); }
.border-x-slate-600\/70{ border-left-color: rgb(71 85 105 / 0.7); border-right-color: rgb(71 85 105 / 0.7); }
.border-x-slate-600\/75{ border-left-color: rgb(71 85 105 / 0.75); border-right-color: rgb(71 85 105 / 0.75); }
.border-x-slate-600\/80{ border-left-color: rgb(71 85 105 / 0.8); border-right-color: rgb(71 85 105 / 0.8); }
.border-x-slate-600\/90{ border-left-color: rgb(71 85 105 / 0.9); border-right-color: rgb(71 85 105 / 0.9); }
.border-x-slate-600\/95{ border-left-color: rgb(71 85 105 / 0.95); border-right-color: rgb(71 85 105 / 0.95); }
.border-x-slate-700{ --tw-border-opacity: 1; border-left-color: rgb(51 65 85 / var(--tw-border-opacity)); border-right-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-x-slate-700\/0{ border-left-color: rgb(51 65 85 / 0); border-right-color: rgb(51 65 85 / 0); }
.border-x-slate-700\/10{ border-left-color: rgb(51 65 85 / 0.1); border-right-color: rgb(51 65 85 / 0.1); }
.border-x-slate-700\/100{ border-left-color: rgb(51 65 85 / 1); border-right-color: rgb(51 65 85 / 1); }
.border-x-slate-700\/20{ border-left-color: rgb(51 65 85 / 0.2); border-right-color: rgb(51 65 85 / 0.2); }
.border-x-slate-700\/25{ border-left-color: rgb(51 65 85 / 0.25); border-right-color: rgb(51 65 85 / 0.25); }
.border-x-slate-700\/30{ border-left-color: rgb(51 65 85 / 0.3); border-right-color: rgb(51 65 85 / 0.3); }
.border-x-slate-700\/40{ border-left-color: rgb(51 65 85 / 0.4); border-right-color: rgb(51 65 85 / 0.4); }
.border-x-slate-700\/5{ border-left-color: rgb(51 65 85 / 0.05); border-right-color: rgb(51 65 85 / 0.05); }
.border-x-slate-700\/50{ border-left-color: rgb(51 65 85 / 0.5); border-right-color: rgb(51 65 85 / 0.5); }
.border-x-slate-700\/60{ border-left-color: rgb(51 65 85 / 0.6); border-right-color: rgb(51 65 85 / 0.6); }
.border-x-slate-700\/70{ border-left-color: rgb(51 65 85 / 0.7); border-right-color: rgb(51 65 85 / 0.7); }
.border-x-slate-700\/75{ border-left-color: rgb(51 65 85 / 0.75); border-right-color: rgb(51 65 85 / 0.75); }
.border-x-slate-700\/80{ border-left-color: rgb(51 65 85 / 0.8); border-right-color: rgb(51 65 85 / 0.8); }
.border-x-slate-700\/90{ border-left-color: rgb(51 65 85 / 0.9); border-right-color: rgb(51 65 85 / 0.9); }
.border-x-slate-700\/95{ border-left-color: rgb(51 65 85 / 0.95); border-right-color: rgb(51 65 85 / 0.95); }
.border-x-slate-800{ --tw-border-opacity: 1; border-left-color: rgb(30 41 59 / var(--tw-border-opacity)); border-right-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-x-slate-800\/0{ border-left-color: rgb(30 41 59 / 0); border-right-color: rgb(30 41 59 / 0); }
.border-x-slate-800\/10{ border-left-color: rgb(30 41 59 / 0.1); border-right-color: rgb(30 41 59 / 0.1); }
.border-x-slate-800\/100{ border-left-color: rgb(30 41 59 / 1); border-right-color: rgb(30 41 59 / 1); }
.border-x-slate-800\/20{ border-left-color: rgb(30 41 59 / 0.2); border-right-color: rgb(30 41 59 / 0.2); }
.border-x-slate-800\/25{ border-left-color: rgb(30 41 59 / 0.25); border-right-color: rgb(30 41 59 / 0.25); }
.border-x-slate-800\/30{ border-left-color: rgb(30 41 59 / 0.3); border-right-color: rgb(30 41 59 / 0.3); }
.border-x-slate-800\/40{ border-left-color: rgb(30 41 59 / 0.4); border-right-color: rgb(30 41 59 / 0.4); }
.border-x-slate-800\/5{ border-left-color: rgb(30 41 59 / 0.05); border-right-color: rgb(30 41 59 / 0.05); }
.border-x-slate-800\/50{ border-left-color: rgb(30 41 59 / 0.5); border-right-color: rgb(30 41 59 / 0.5); }
.border-x-slate-800\/60{ border-left-color: rgb(30 41 59 / 0.6); border-right-color: rgb(30 41 59 / 0.6); }
.border-x-slate-800\/70{ border-left-color: rgb(30 41 59 / 0.7); border-right-color: rgb(30 41 59 / 0.7); }
.border-x-slate-800\/75{ border-left-color: rgb(30 41 59 / 0.75); border-right-color: rgb(30 41 59 / 0.75); }
.border-x-slate-800\/80{ border-left-color: rgb(30 41 59 / 0.8); border-right-color: rgb(30 41 59 / 0.8); }
.border-x-slate-800\/90{ border-left-color: rgb(30 41 59 / 0.9); border-right-color: rgb(30 41 59 / 0.9); }
.border-x-slate-800\/95{ border-left-color: rgb(30 41 59 / 0.95); border-right-color: rgb(30 41 59 / 0.95); }
.border-x-slate-900{ --tw-border-opacity: 1; border-left-color: rgb(15 23 42 / var(--tw-border-opacity)); border-right-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-x-slate-900\/0{ border-left-color: rgb(15 23 42 / 0); border-right-color: rgb(15 23 42 / 0); }
.border-x-slate-900\/10{ border-left-color: rgb(15 23 42 / 0.1); border-right-color: rgb(15 23 42 / 0.1); }
.border-x-slate-900\/100{ border-left-color: rgb(15 23 42 / 1); border-right-color: rgb(15 23 42 / 1); }
.border-x-slate-900\/20{ border-left-color: rgb(15 23 42 / 0.2); border-right-color: rgb(15 23 42 / 0.2); }
.border-x-slate-900\/25{ border-left-color: rgb(15 23 42 / 0.25); border-right-color: rgb(15 23 42 / 0.25); }
.border-x-slate-900\/30{ border-left-color: rgb(15 23 42 / 0.3); border-right-color: rgb(15 23 42 / 0.3); }
.border-x-slate-900\/40{ border-left-color: rgb(15 23 42 / 0.4); border-right-color: rgb(15 23 42 / 0.4); }
.border-x-slate-900\/5{ border-left-color: rgb(15 23 42 / 0.05); border-right-color: rgb(15 23 42 / 0.05); }
.border-x-slate-900\/50{ border-left-color: rgb(15 23 42 / 0.5); border-right-color: rgb(15 23 42 / 0.5); }
.border-x-slate-900\/60{ border-left-color: rgb(15 23 42 / 0.6); border-right-color: rgb(15 23 42 / 0.6); }
.border-x-slate-900\/70{ border-left-color: rgb(15 23 42 / 0.7); border-right-color: rgb(15 23 42 / 0.7); }
.border-x-slate-900\/75{ border-left-color: rgb(15 23 42 / 0.75); border-right-color: rgb(15 23 42 / 0.75); }
.border-x-slate-900\/80{ border-left-color: rgb(15 23 42 / 0.8); border-right-color: rgb(15 23 42 / 0.8); }
.border-x-slate-900\/90{ border-left-color: rgb(15 23 42 / 0.9); border-right-color: rgb(15 23 42 / 0.9); }
.border-x-slate-900\/95{ border-left-color: rgb(15 23 42 / 0.95); border-right-color: rgb(15 23 42 / 0.95); }
.border-x-slate-950{ --tw-border-opacity: 1; border-left-color: rgb(2 6 23 / var(--tw-border-opacity)); border-right-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-x-slate-950\/0{ border-left-color: rgb(2 6 23 / 0); border-right-color: rgb(2 6 23 / 0); }
.border-x-slate-950\/10{ border-left-color: rgb(2 6 23 / 0.1); border-right-color: rgb(2 6 23 / 0.1); }
.border-x-slate-950\/100{ border-left-color: rgb(2 6 23 / 1); border-right-color: rgb(2 6 23 / 1); }
.border-x-slate-950\/20{ border-left-color: rgb(2 6 23 / 0.2); border-right-color: rgb(2 6 23 / 0.2); }
.border-x-slate-950\/25{ border-left-color: rgb(2 6 23 / 0.25); border-right-color: rgb(2 6 23 / 0.25); }
.border-x-slate-950\/30{ border-left-color: rgb(2 6 23 / 0.3); border-right-color: rgb(2 6 23 / 0.3); }
.border-x-slate-950\/40{ border-left-color: rgb(2 6 23 / 0.4); border-right-color: rgb(2 6 23 / 0.4); }
.border-x-slate-950\/5{ border-left-color: rgb(2 6 23 / 0.05); border-right-color: rgb(2 6 23 / 0.05); }
.border-x-slate-950\/50{ border-left-color: rgb(2 6 23 / 0.5); border-right-color: rgb(2 6 23 / 0.5); }
.border-x-slate-950\/60{ border-left-color: rgb(2 6 23 / 0.6); border-right-color: rgb(2 6 23 / 0.6); }
.border-x-slate-950\/70{ border-left-color: rgb(2 6 23 / 0.7); border-right-color: rgb(2 6 23 / 0.7); }
.border-x-slate-950\/75{ border-left-color: rgb(2 6 23 / 0.75); border-right-color: rgb(2 6 23 / 0.75); }
.border-x-slate-950\/80{ border-left-color: rgb(2 6 23 / 0.8); border-right-color: rgb(2 6 23 / 0.8); }
.border-x-slate-950\/90{ border-left-color: rgb(2 6 23 / 0.9); border-right-color: rgb(2 6 23 / 0.9); }
.border-x-slate-950\/95{ border-left-color: rgb(2 6 23 / 0.95); border-right-color: rgb(2 6 23 / 0.95); }
.border-x-stone-100{ --tw-border-opacity: 1; border-left-color: rgb(245 245 244 / var(--tw-border-opacity)); border-right-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-x-stone-100\/0{ border-left-color: rgb(245 245 244 / 0); border-right-color: rgb(245 245 244 / 0); }
.border-x-stone-100\/10{ border-left-color: rgb(245 245 244 / 0.1); border-right-color: rgb(245 245 244 / 0.1); }
.border-x-stone-100\/100{ border-left-color: rgb(245 245 244 / 1); border-right-color: rgb(245 245 244 / 1); }
.border-x-stone-100\/20{ border-left-color: rgb(245 245 244 / 0.2); border-right-color: rgb(245 245 244 / 0.2); }
.border-x-stone-100\/25{ border-left-color: rgb(245 245 244 / 0.25); border-right-color: rgb(245 245 244 / 0.25); }
.border-x-stone-100\/30{ border-left-color: rgb(245 245 244 / 0.3); border-right-color: rgb(245 245 244 / 0.3); }
.border-x-stone-100\/40{ border-left-color: rgb(245 245 244 / 0.4); border-right-color: rgb(245 245 244 / 0.4); }
.border-x-stone-100\/5{ border-left-color: rgb(245 245 244 / 0.05); border-right-color: rgb(245 245 244 / 0.05); }
.border-x-stone-100\/50{ border-left-color: rgb(245 245 244 / 0.5); border-right-color: rgb(245 245 244 / 0.5); }
.border-x-stone-100\/60{ border-left-color: rgb(245 245 244 / 0.6); border-right-color: rgb(245 245 244 / 0.6); }
.border-x-stone-100\/70{ border-left-color: rgb(245 245 244 / 0.7); border-right-color: rgb(245 245 244 / 0.7); }
.border-x-stone-100\/75{ border-left-color: rgb(245 245 244 / 0.75); border-right-color: rgb(245 245 244 / 0.75); }
.border-x-stone-100\/80{ border-left-color: rgb(245 245 244 / 0.8); border-right-color: rgb(245 245 244 / 0.8); }
.border-x-stone-100\/90{ border-left-color: rgb(245 245 244 / 0.9); border-right-color: rgb(245 245 244 / 0.9); }
.border-x-stone-100\/95{ border-left-color: rgb(245 245 244 / 0.95); border-right-color: rgb(245 245 244 / 0.95); }
.border-x-stone-200{ --tw-border-opacity: 1; border-left-color: rgb(231 229 228 / var(--tw-border-opacity)); border-right-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-x-stone-200\/0{ border-left-color: rgb(231 229 228 / 0); border-right-color: rgb(231 229 228 / 0); }
.border-x-stone-200\/10{ border-left-color: rgb(231 229 228 / 0.1); border-right-color: rgb(231 229 228 / 0.1); }
.border-x-stone-200\/100{ border-left-color: rgb(231 229 228 / 1); border-right-color: rgb(231 229 228 / 1); }
.border-x-stone-200\/20{ border-left-color: rgb(231 229 228 / 0.2); border-right-color: rgb(231 229 228 / 0.2); }
.border-x-stone-200\/25{ border-left-color: rgb(231 229 228 / 0.25); border-right-color: rgb(231 229 228 / 0.25); }
.border-x-stone-200\/30{ border-left-color: rgb(231 229 228 / 0.3); border-right-color: rgb(231 229 228 / 0.3); }
.border-x-stone-200\/40{ border-left-color: rgb(231 229 228 / 0.4); border-right-color: rgb(231 229 228 / 0.4); }
.border-x-stone-200\/5{ border-left-color: rgb(231 229 228 / 0.05); border-right-color: rgb(231 229 228 / 0.05); }
.border-x-stone-200\/50{ border-left-color: rgb(231 229 228 / 0.5); border-right-color: rgb(231 229 228 / 0.5); }
.border-x-stone-200\/60{ border-left-color: rgb(231 229 228 / 0.6); border-right-color: rgb(231 229 228 / 0.6); }
.border-x-stone-200\/70{ border-left-color: rgb(231 229 228 / 0.7); border-right-color: rgb(231 229 228 / 0.7); }
.border-x-stone-200\/75{ border-left-color: rgb(231 229 228 / 0.75); border-right-color: rgb(231 229 228 / 0.75); }
.border-x-stone-200\/80{ border-left-color: rgb(231 229 228 / 0.8); border-right-color: rgb(231 229 228 / 0.8); }
.border-x-stone-200\/90{ border-left-color: rgb(231 229 228 / 0.9); border-right-color: rgb(231 229 228 / 0.9); }
.border-x-stone-200\/95{ border-left-color: rgb(231 229 228 / 0.95); border-right-color: rgb(231 229 228 / 0.95); }
.border-x-stone-300{ --tw-border-opacity: 1; border-left-color: rgb(214 211 209 / var(--tw-border-opacity)); border-right-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-x-stone-300\/0{ border-left-color: rgb(214 211 209 / 0); border-right-color: rgb(214 211 209 / 0); }
.border-x-stone-300\/10{ border-left-color: rgb(214 211 209 / 0.1); border-right-color: rgb(214 211 209 / 0.1); }
.border-x-stone-300\/100{ border-left-color: rgb(214 211 209 / 1); border-right-color: rgb(214 211 209 / 1); }
.border-x-stone-300\/20{ border-left-color: rgb(214 211 209 / 0.2); border-right-color: rgb(214 211 209 / 0.2); }
.border-x-stone-300\/25{ border-left-color: rgb(214 211 209 / 0.25); border-right-color: rgb(214 211 209 / 0.25); }
.border-x-stone-300\/30{ border-left-color: rgb(214 211 209 / 0.3); border-right-color: rgb(214 211 209 / 0.3); }
.border-x-stone-300\/40{ border-left-color: rgb(214 211 209 / 0.4); border-right-color: rgb(214 211 209 / 0.4); }
.border-x-stone-300\/5{ border-left-color: rgb(214 211 209 / 0.05); border-right-color: rgb(214 211 209 / 0.05); }
.border-x-stone-300\/50{ border-left-color: rgb(214 211 209 / 0.5); border-right-color: rgb(214 211 209 / 0.5); }
.border-x-stone-300\/60{ border-left-color: rgb(214 211 209 / 0.6); border-right-color: rgb(214 211 209 / 0.6); }
.border-x-stone-300\/70{ border-left-color: rgb(214 211 209 / 0.7); border-right-color: rgb(214 211 209 / 0.7); }
.border-x-stone-300\/75{ border-left-color: rgb(214 211 209 / 0.75); border-right-color: rgb(214 211 209 / 0.75); }
.border-x-stone-300\/80{ border-left-color: rgb(214 211 209 / 0.8); border-right-color: rgb(214 211 209 / 0.8); }
.border-x-stone-300\/90{ border-left-color: rgb(214 211 209 / 0.9); border-right-color: rgb(214 211 209 / 0.9); }
.border-x-stone-300\/95{ border-left-color: rgb(214 211 209 / 0.95); border-right-color: rgb(214 211 209 / 0.95); }
.border-x-stone-400{ --tw-border-opacity: 1; border-left-color: rgb(168 162 158 / var(--tw-border-opacity)); border-right-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-x-stone-400\/0{ border-left-color: rgb(168 162 158 / 0); border-right-color: rgb(168 162 158 / 0); }
.border-x-stone-400\/10{ border-left-color: rgb(168 162 158 / 0.1); border-right-color: rgb(168 162 158 / 0.1); }
.border-x-stone-400\/100{ border-left-color: rgb(168 162 158 / 1); border-right-color: rgb(168 162 158 / 1); }
.border-x-stone-400\/20{ border-left-color: rgb(168 162 158 / 0.2); border-right-color: rgb(168 162 158 / 0.2); }
.border-x-stone-400\/25{ border-left-color: rgb(168 162 158 / 0.25); border-right-color: rgb(168 162 158 / 0.25); }
.border-x-stone-400\/30{ border-left-color: rgb(168 162 158 / 0.3); border-right-color: rgb(168 162 158 / 0.3); }
.border-x-stone-400\/40{ border-left-color: rgb(168 162 158 / 0.4); border-right-color: rgb(168 162 158 / 0.4); }
.border-x-stone-400\/5{ border-left-color: rgb(168 162 158 / 0.05); border-right-color: rgb(168 162 158 / 0.05); }
.border-x-stone-400\/50{ border-left-color: rgb(168 162 158 / 0.5); border-right-color: rgb(168 162 158 / 0.5); }
.border-x-stone-400\/60{ border-left-color: rgb(168 162 158 / 0.6); border-right-color: rgb(168 162 158 / 0.6); }
.border-x-stone-400\/70{ border-left-color: rgb(168 162 158 / 0.7); border-right-color: rgb(168 162 158 / 0.7); }
.border-x-stone-400\/75{ border-left-color: rgb(168 162 158 / 0.75); border-right-color: rgb(168 162 158 / 0.75); }
.border-x-stone-400\/80{ border-left-color: rgb(168 162 158 / 0.8); border-right-color: rgb(168 162 158 / 0.8); }
.border-x-stone-400\/90{ border-left-color: rgb(168 162 158 / 0.9); border-right-color: rgb(168 162 158 / 0.9); }
.border-x-stone-400\/95{ border-left-color: rgb(168 162 158 / 0.95); border-right-color: rgb(168 162 158 / 0.95); }
.border-x-stone-50{ --tw-border-opacity: 1; border-left-color: rgb(250 250 249 / var(--tw-border-opacity)); border-right-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-x-stone-50\/0{ border-left-color: rgb(250 250 249 / 0); border-right-color: rgb(250 250 249 / 0); }
.border-x-stone-50\/10{ border-left-color: rgb(250 250 249 / 0.1); border-right-color: rgb(250 250 249 / 0.1); }
.border-x-stone-50\/100{ border-left-color: rgb(250 250 249 / 1); border-right-color: rgb(250 250 249 / 1); }
.border-x-stone-50\/20{ border-left-color: rgb(250 250 249 / 0.2); border-right-color: rgb(250 250 249 / 0.2); }
.border-x-stone-50\/25{ border-left-color: rgb(250 250 249 / 0.25); border-right-color: rgb(250 250 249 / 0.25); }
.border-x-stone-50\/30{ border-left-color: rgb(250 250 249 / 0.3); border-right-color: rgb(250 250 249 / 0.3); }
.border-x-stone-50\/40{ border-left-color: rgb(250 250 249 / 0.4); border-right-color: rgb(250 250 249 / 0.4); }
.border-x-stone-50\/5{ border-left-color: rgb(250 250 249 / 0.05); border-right-color: rgb(250 250 249 / 0.05); }
.border-x-stone-50\/50{ border-left-color: rgb(250 250 249 / 0.5); border-right-color: rgb(250 250 249 / 0.5); }
.border-x-stone-50\/60{ border-left-color: rgb(250 250 249 / 0.6); border-right-color: rgb(250 250 249 / 0.6); }
.border-x-stone-50\/70{ border-left-color: rgb(250 250 249 / 0.7); border-right-color: rgb(250 250 249 / 0.7); }
.border-x-stone-50\/75{ border-left-color: rgb(250 250 249 / 0.75); border-right-color: rgb(250 250 249 / 0.75); }
.border-x-stone-50\/80{ border-left-color: rgb(250 250 249 / 0.8); border-right-color: rgb(250 250 249 / 0.8); }
.border-x-stone-50\/90{ border-left-color: rgb(250 250 249 / 0.9); border-right-color: rgb(250 250 249 / 0.9); }
.border-x-stone-50\/95{ border-left-color: rgb(250 250 249 / 0.95); border-right-color: rgb(250 250 249 / 0.95); }
.border-x-stone-500{ --tw-border-opacity: 1; border-left-color: rgb(120 113 108 / var(--tw-border-opacity)); border-right-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-x-stone-500\/0{ border-left-color: rgb(120 113 108 / 0); border-right-color: rgb(120 113 108 / 0); }
.border-x-stone-500\/10{ border-left-color: rgb(120 113 108 / 0.1); border-right-color: rgb(120 113 108 / 0.1); }
.border-x-stone-500\/100{ border-left-color: rgb(120 113 108 / 1); border-right-color: rgb(120 113 108 / 1); }
.border-x-stone-500\/20{ border-left-color: rgb(120 113 108 / 0.2); border-right-color: rgb(120 113 108 / 0.2); }
.border-x-stone-500\/25{ border-left-color: rgb(120 113 108 / 0.25); border-right-color: rgb(120 113 108 / 0.25); }
.border-x-stone-500\/30{ border-left-color: rgb(120 113 108 / 0.3); border-right-color: rgb(120 113 108 / 0.3); }
.border-x-stone-500\/40{ border-left-color: rgb(120 113 108 / 0.4); border-right-color: rgb(120 113 108 / 0.4); }
.border-x-stone-500\/5{ border-left-color: rgb(120 113 108 / 0.05); border-right-color: rgb(120 113 108 / 0.05); }
.border-x-stone-500\/50{ border-left-color: rgb(120 113 108 / 0.5); border-right-color: rgb(120 113 108 / 0.5); }
.border-x-stone-500\/60{ border-left-color: rgb(120 113 108 / 0.6); border-right-color: rgb(120 113 108 / 0.6); }
.border-x-stone-500\/70{ border-left-color: rgb(120 113 108 / 0.7); border-right-color: rgb(120 113 108 / 0.7); }
.border-x-stone-500\/75{ border-left-color: rgb(120 113 108 / 0.75); border-right-color: rgb(120 113 108 / 0.75); }
.border-x-stone-500\/80{ border-left-color: rgb(120 113 108 / 0.8); border-right-color: rgb(120 113 108 / 0.8); }
.border-x-stone-500\/90{ border-left-color: rgb(120 113 108 / 0.9); border-right-color: rgb(120 113 108 / 0.9); }
.border-x-stone-500\/95{ border-left-color: rgb(120 113 108 / 0.95); border-right-color: rgb(120 113 108 / 0.95); }
.border-x-stone-600{ --tw-border-opacity: 1; border-left-color: rgb(87 83 78 / var(--tw-border-opacity)); border-right-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-x-stone-600\/0{ border-left-color: rgb(87 83 78 / 0); border-right-color: rgb(87 83 78 / 0); }
.border-x-stone-600\/10{ border-left-color: rgb(87 83 78 / 0.1); border-right-color: rgb(87 83 78 / 0.1); }
.border-x-stone-600\/100{ border-left-color: rgb(87 83 78 / 1); border-right-color: rgb(87 83 78 / 1); }
.border-x-stone-600\/20{ border-left-color: rgb(87 83 78 / 0.2); border-right-color: rgb(87 83 78 / 0.2); }
.border-x-stone-600\/25{ border-left-color: rgb(87 83 78 / 0.25); border-right-color: rgb(87 83 78 / 0.25); }
.border-x-stone-600\/30{ border-left-color: rgb(87 83 78 / 0.3); border-right-color: rgb(87 83 78 / 0.3); }
.border-x-stone-600\/40{ border-left-color: rgb(87 83 78 / 0.4); border-right-color: rgb(87 83 78 / 0.4); }
.border-x-stone-600\/5{ border-left-color: rgb(87 83 78 / 0.05); border-right-color: rgb(87 83 78 / 0.05); }
.border-x-stone-600\/50{ border-left-color: rgb(87 83 78 / 0.5); border-right-color: rgb(87 83 78 / 0.5); }
.border-x-stone-600\/60{ border-left-color: rgb(87 83 78 / 0.6); border-right-color: rgb(87 83 78 / 0.6); }
.border-x-stone-600\/70{ border-left-color: rgb(87 83 78 / 0.7); border-right-color: rgb(87 83 78 / 0.7); }
.border-x-stone-600\/75{ border-left-color: rgb(87 83 78 / 0.75); border-right-color: rgb(87 83 78 / 0.75); }
.border-x-stone-600\/80{ border-left-color: rgb(87 83 78 / 0.8); border-right-color: rgb(87 83 78 / 0.8); }
.border-x-stone-600\/90{ border-left-color: rgb(87 83 78 / 0.9); border-right-color: rgb(87 83 78 / 0.9); }
.border-x-stone-600\/95{ border-left-color: rgb(87 83 78 / 0.95); border-right-color: rgb(87 83 78 / 0.95); }
.border-x-stone-700{ --tw-border-opacity: 1; border-left-color: rgb(68 64 60 / var(--tw-border-opacity)); border-right-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-x-stone-700\/0{ border-left-color: rgb(68 64 60 / 0); border-right-color: rgb(68 64 60 / 0); }
.border-x-stone-700\/10{ border-left-color: rgb(68 64 60 / 0.1); border-right-color: rgb(68 64 60 / 0.1); }
.border-x-stone-700\/100{ border-left-color: rgb(68 64 60 / 1); border-right-color: rgb(68 64 60 / 1); }
.border-x-stone-700\/20{ border-left-color: rgb(68 64 60 / 0.2); border-right-color: rgb(68 64 60 / 0.2); }
.border-x-stone-700\/25{ border-left-color: rgb(68 64 60 / 0.25); border-right-color: rgb(68 64 60 / 0.25); }
.border-x-stone-700\/30{ border-left-color: rgb(68 64 60 / 0.3); border-right-color: rgb(68 64 60 / 0.3); }
.border-x-stone-700\/40{ border-left-color: rgb(68 64 60 / 0.4); border-right-color: rgb(68 64 60 / 0.4); }
.border-x-stone-700\/5{ border-left-color: rgb(68 64 60 / 0.05); border-right-color: rgb(68 64 60 / 0.05); }
.border-x-stone-700\/50{ border-left-color: rgb(68 64 60 / 0.5); border-right-color: rgb(68 64 60 / 0.5); }
.border-x-stone-700\/60{ border-left-color: rgb(68 64 60 / 0.6); border-right-color: rgb(68 64 60 / 0.6); }
.border-x-stone-700\/70{ border-left-color: rgb(68 64 60 / 0.7); border-right-color: rgb(68 64 60 / 0.7); }
.border-x-stone-700\/75{ border-left-color: rgb(68 64 60 / 0.75); border-right-color: rgb(68 64 60 / 0.75); }
.border-x-stone-700\/80{ border-left-color: rgb(68 64 60 / 0.8); border-right-color: rgb(68 64 60 / 0.8); }
.border-x-stone-700\/90{ border-left-color: rgb(68 64 60 / 0.9); border-right-color: rgb(68 64 60 / 0.9); }
.border-x-stone-700\/95{ border-left-color: rgb(68 64 60 / 0.95); border-right-color: rgb(68 64 60 / 0.95); }
.border-x-stone-800{ --tw-border-opacity: 1; border-left-color: rgb(41 37 36 / var(--tw-border-opacity)); border-right-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-x-stone-800\/0{ border-left-color: rgb(41 37 36 / 0); border-right-color: rgb(41 37 36 / 0); }
.border-x-stone-800\/10{ border-left-color: rgb(41 37 36 / 0.1); border-right-color: rgb(41 37 36 / 0.1); }
.border-x-stone-800\/100{ border-left-color: rgb(41 37 36 / 1); border-right-color: rgb(41 37 36 / 1); }
.border-x-stone-800\/20{ border-left-color: rgb(41 37 36 / 0.2); border-right-color: rgb(41 37 36 / 0.2); }
.border-x-stone-800\/25{ border-left-color: rgb(41 37 36 / 0.25); border-right-color: rgb(41 37 36 / 0.25); }
.border-x-stone-800\/30{ border-left-color: rgb(41 37 36 / 0.3); border-right-color: rgb(41 37 36 / 0.3); }
.border-x-stone-800\/40{ border-left-color: rgb(41 37 36 / 0.4); border-right-color: rgb(41 37 36 / 0.4); }
.border-x-stone-800\/5{ border-left-color: rgb(41 37 36 / 0.05); border-right-color: rgb(41 37 36 / 0.05); }
.border-x-stone-800\/50{ border-left-color: rgb(41 37 36 / 0.5); border-right-color: rgb(41 37 36 / 0.5); }
.border-x-stone-800\/60{ border-left-color: rgb(41 37 36 / 0.6); border-right-color: rgb(41 37 36 / 0.6); }
.border-x-stone-800\/70{ border-left-color: rgb(41 37 36 / 0.7); border-right-color: rgb(41 37 36 / 0.7); }
.border-x-stone-800\/75{ border-left-color: rgb(41 37 36 / 0.75); border-right-color: rgb(41 37 36 / 0.75); }
.border-x-stone-800\/80{ border-left-color: rgb(41 37 36 / 0.8); border-right-color: rgb(41 37 36 / 0.8); }
.border-x-stone-800\/90{ border-left-color: rgb(41 37 36 / 0.9); border-right-color: rgb(41 37 36 / 0.9); }
.border-x-stone-800\/95{ border-left-color: rgb(41 37 36 / 0.95); border-right-color: rgb(41 37 36 / 0.95); }
.border-x-stone-900{ --tw-border-opacity: 1; border-left-color: rgb(28 25 23 / var(--tw-border-opacity)); border-right-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-x-stone-900\/0{ border-left-color: rgb(28 25 23 / 0); border-right-color: rgb(28 25 23 / 0); }
.border-x-stone-900\/10{ border-left-color: rgb(28 25 23 / 0.1); border-right-color: rgb(28 25 23 / 0.1); }
.border-x-stone-900\/100{ border-left-color: rgb(28 25 23 / 1); border-right-color: rgb(28 25 23 / 1); }
.border-x-stone-900\/20{ border-left-color: rgb(28 25 23 / 0.2); border-right-color: rgb(28 25 23 / 0.2); }
.border-x-stone-900\/25{ border-left-color: rgb(28 25 23 / 0.25); border-right-color: rgb(28 25 23 / 0.25); }
.border-x-stone-900\/30{ border-left-color: rgb(28 25 23 / 0.3); border-right-color: rgb(28 25 23 / 0.3); }
.border-x-stone-900\/40{ border-left-color: rgb(28 25 23 / 0.4); border-right-color: rgb(28 25 23 / 0.4); }
.border-x-stone-900\/5{ border-left-color: rgb(28 25 23 / 0.05); border-right-color: rgb(28 25 23 / 0.05); }
.border-x-stone-900\/50{ border-left-color: rgb(28 25 23 / 0.5); border-right-color: rgb(28 25 23 / 0.5); }
.border-x-stone-900\/60{ border-left-color: rgb(28 25 23 / 0.6); border-right-color: rgb(28 25 23 / 0.6); }
.border-x-stone-900\/70{ border-left-color: rgb(28 25 23 / 0.7); border-right-color: rgb(28 25 23 / 0.7); }
.border-x-stone-900\/75{ border-left-color: rgb(28 25 23 / 0.75); border-right-color: rgb(28 25 23 / 0.75); }
.border-x-stone-900\/80{ border-left-color: rgb(28 25 23 / 0.8); border-right-color: rgb(28 25 23 / 0.8); }
.border-x-stone-900\/90{ border-left-color: rgb(28 25 23 / 0.9); border-right-color: rgb(28 25 23 / 0.9); }
.border-x-stone-900\/95{ border-left-color: rgb(28 25 23 / 0.95); border-right-color: rgb(28 25 23 / 0.95); }
.border-x-stone-950{ --tw-border-opacity: 1; border-left-color: rgb(12 10 9 / var(--tw-border-opacity)); border-right-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-x-stone-950\/0{ border-left-color: rgb(12 10 9 / 0); border-right-color: rgb(12 10 9 / 0); }
.border-x-stone-950\/10{ border-left-color: rgb(12 10 9 / 0.1); border-right-color: rgb(12 10 9 / 0.1); }
.border-x-stone-950\/100{ border-left-color: rgb(12 10 9 / 1); border-right-color: rgb(12 10 9 / 1); }
.border-x-stone-950\/20{ border-left-color: rgb(12 10 9 / 0.2); border-right-color: rgb(12 10 9 / 0.2); }
.border-x-stone-950\/25{ border-left-color: rgb(12 10 9 / 0.25); border-right-color: rgb(12 10 9 / 0.25); }
.border-x-stone-950\/30{ border-left-color: rgb(12 10 9 / 0.3); border-right-color: rgb(12 10 9 / 0.3); }
.border-x-stone-950\/40{ border-left-color: rgb(12 10 9 / 0.4); border-right-color: rgb(12 10 9 / 0.4); }
.border-x-stone-950\/5{ border-left-color: rgb(12 10 9 / 0.05); border-right-color: rgb(12 10 9 / 0.05); }
.border-x-stone-950\/50{ border-left-color: rgb(12 10 9 / 0.5); border-right-color: rgb(12 10 9 / 0.5); }
.border-x-stone-950\/60{ border-left-color: rgb(12 10 9 / 0.6); border-right-color: rgb(12 10 9 / 0.6); }
.border-x-stone-950\/70{ border-left-color: rgb(12 10 9 / 0.7); border-right-color: rgb(12 10 9 / 0.7); }
.border-x-stone-950\/75{ border-left-color: rgb(12 10 9 / 0.75); border-right-color: rgb(12 10 9 / 0.75); }
.border-x-stone-950\/80{ border-left-color: rgb(12 10 9 / 0.8); border-right-color: rgb(12 10 9 / 0.8); }
.border-x-stone-950\/90{ border-left-color: rgb(12 10 9 / 0.9); border-right-color: rgb(12 10 9 / 0.9); }
.border-x-stone-950\/95{ border-left-color: rgb(12 10 9 / 0.95); border-right-color: rgb(12 10 9 / 0.95); }
.border-x-swim-blue{ --tw-border-opacity: 1; border-left-color: rgb(50 197 255 / var(--tw-border-opacity)); border-right-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-x-swim-blue\/0{ border-left-color: rgb(50 197 255 / 0); border-right-color: rgb(50 197 255 / 0); }
.border-x-swim-blue\/10{ border-left-color: rgb(50 197 255 / 0.1); border-right-color: rgb(50 197 255 / 0.1); }
.border-x-swim-blue\/100{ border-left-color: rgb(50 197 255 / 1); border-right-color: rgb(50 197 255 / 1); }
.border-x-swim-blue\/20{ border-left-color: rgb(50 197 255 / 0.2); border-right-color: rgb(50 197 255 / 0.2); }
.border-x-swim-blue\/25{ border-left-color: rgb(50 197 255 / 0.25); border-right-color: rgb(50 197 255 / 0.25); }
.border-x-swim-blue\/30{ border-left-color: rgb(50 197 255 / 0.3); border-right-color: rgb(50 197 255 / 0.3); }
.border-x-swim-blue\/40{ border-left-color: rgb(50 197 255 / 0.4); border-right-color: rgb(50 197 255 / 0.4); }
.border-x-swim-blue\/5{ border-left-color: rgb(50 197 255 / 0.05); border-right-color: rgb(50 197 255 / 0.05); }
.border-x-swim-blue\/50{ border-left-color: rgb(50 197 255 / 0.5); border-right-color: rgb(50 197 255 / 0.5); }
.border-x-swim-blue\/60{ border-left-color: rgb(50 197 255 / 0.6); border-right-color: rgb(50 197 255 / 0.6); }
.border-x-swim-blue\/70{ border-left-color: rgb(50 197 255 / 0.7); border-right-color: rgb(50 197 255 / 0.7); }
.border-x-swim-blue\/75{ border-left-color: rgb(50 197 255 / 0.75); border-right-color: rgb(50 197 255 / 0.75); }
.border-x-swim-blue\/80{ border-left-color: rgb(50 197 255 / 0.8); border-right-color: rgb(50 197 255 / 0.8); }
.border-x-swim-blue\/90{ border-left-color: rgb(50 197 255 / 0.9); border-right-color: rgb(50 197 255 / 0.9); }
.border-x-swim-blue\/95{ border-left-color: rgb(50 197 255 / 0.95); border-right-color: rgb(50 197 255 / 0.95); }
.border-x-swim-body-text{ --tw-border-opacity: 1; border-left-color: rgb(58 60 62 / var(--tw-border-opacity)); border-right-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-x-swim-body-text\/0{ border-left-color: rgb(58 60 62 / 0); border-right-color: rgb(58 60 62 / 0); }
.border-x-swim-body-text\/10{ border-left-color: rgb(58 60 62 / 0.1); border-right-color: rgb(58 60 62 / 0.1); }
.border-x-swim-body-text\/100{ border-left-color: rgb(58 60 62 / 1); border-right-color: rgb(58 60 62 / 1); }
.border-x-swim-body-text\/20{ border-left-color: rgb(58 60 62 / 0.2); border-right-color: rgb(58 60 62 / 0.2); }
.border-x-swim-body-text\/25{ border-left-color: rgb(58 60 62 / 0.25); border-right-color: rgb(58 60 62 / 0.25); }
.border-x-swim-body-text\/30{ border-left-color: rgb(58 60 62 / 0.3); border-right-color: rgb(58 60 62 / 0.3); }
.border-x-swim-body-text\/40{ border-left-color: rgb(58 60 62 / 0.4); border-right-color: rgb(58 60 62 / 0.4); }
.border-x-swim-body-text\/5{ border-left-color: rgb(58 60 62 / 0.05); border-right-color: rgb(58 60 62 / 0.05); }
.border-x-swim-body-text\/50{ border-left-color: rgb(58 60 62 / 0.5); border-right-color: rgb(58 60 62 / 0.5); }
.border-x-swim-body-text\/60{ border-left-color: rgb(58 60 62 / 0.6); border-right-color: rgb(58 60 62 / 0.6); }
.border-x-swim-body-text\/70{ border-left-color: rgb(58 60 62 / 0.7); border-right-color: rgb(58 60 62 / 0.7); }
.border-x-swim-body-text\/75{ border-left-color: rgb(58 60 62 / 0.75); border-right-color: rgb(58 60 62 / 0.75); }
.border-x-swim-body-text\/80{ border-left-color: rgb(58 60 62 / 0.8); border-right-color: rgb(58 60 62 / 0.8); }
.border-x-swim-body-text\/90{ border-left-color: rgb(58 60 62 / 0.9); border-right-color: rgb(58 60 62 / 0.9); }
.border-x-swim-body-text\/95{ border-left-color: rgb(58 60 62 / 0.95); border-right-color: rgb(58 60 62 / 0.95); }
.border-x-swim-dark-blue{ --tw-border-opacity: 1; border-left-color: rgb(4 34 86 / var(--tw-border-opacity)); border-right-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-x-swim-dark-blue\/0{ border-left-color: rgb(4 34 86 / 0); border-right-color: rgb(4 34 86 / 0); }
.border-x-swim-dark-blue\/10{ border-left-color: rgb(4 34 86 / 0.1); border-right-color: rgb(4 34 86 / 0.1); }
.border-x-swim-dark-blue\/100{ border-left-color: rgb(4 34 86 / 1); border-right-color: rgb(4 34 86 / 1); }
.border-x-swim-dark-blue\/20{ border-left-color: rgb(4 34 86 / 0.2); border-right-color: rgb(4 34 86 / 0.2); }
.border-x-swim-dark-blue\/25{ border-left-color: rgb(4 34 86 / 0.25); border-right-color: rgb(4 34 86 / 0.25); }
.border-x-swim-dark-blue\/30{ border-left-color: rgb(4 34 86 / 0.3); border-right-color: rgb(4 34 86 / 0.3); }
.border-x-swim-dark-blue\/40{ border-left-color: rgb(4 34 86 / 0.4); border-right-color: rgb(4 34 86 / 0.4); }
.border-x-swim-dark-blue\/5{ border-left-color: rgb(4 34 86 / 0.05); border-right-color: rgb(4 34 86 / 0.05); }
.border-x-swim-dark-blue\/50{ border-left-color: rgb(4 34 86 / 0.5); border-right-color: rgb(4 34 86 / 0.5); }
.border-x-swim-dark-blue\/60{ border-left-color: rgb(4 34 86 / 0.6); border-right-color: rgb(4 34 86 / 0.6); }
.border-x-swim-dark-blue\/70{ border-left-color: rgb(4 34 86 / 0.7); border-right-color: rgb(4 34 86 / 0.7); }
.border-x-swim-dark-blue\/75{ border-left-color: rgb(4 34 86 / 0.75); border-right-color: rgb(4 34 86 / 0.75); }
.border-x-swim-dark-blue\/80{ border-left-color: rgb(4 34 86 / 0.8); border-right-color: rgb(4 34 86 / 0.8); }
.border-x-swim-dark-blue\/90{ border-left-color: rgb(4 34 86 / 0.9); border-right-color: rgb(4 34 86 / 0.9); }
.border-x-swim-dark-blue\/95{ border-left-color: rgb(4 34 86 / 0.95); border-right-color: rgb(4 34 86 / 0.95); }
.border-x-swim-dark-purple{ --tw-border-opacity: 1; border-left-color: rgb(214 81 255 / var(--tw-border-opacity)); border-right-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-x-swim-dark-purple\/0{ border-left-color: rgb(214 81 255 / 0); border-right-color: rgb(214 81 255 / 0); }
.border-x-swim-dark-purple\/10{ border-left-color: rgb(214 81 255 / 0.1); border-right-color: rgb(214 81 255 / 0.1); }
.border-x-swim-dark-purple\/100{ border-left-color: rgb(214 81 255 / 1); border-right-color: rgb(214 81 255 / 1); }
.border-x-swim-dark-purple\/20{ border-left-color: rgb(214 81 255 / 0.2); border-right-color: rgb(214 81 255 / 0.2); }
.border-x-swim-dark-purple\/25{ border-left-color: rgb(214 81 255 / 0.25); border-right-color: rgb(214 81 255 / 0.25); }
.border-x-swim-dark-purple\/30{ border-left-color: rgb(214 81 255 / 0.3); border-right-color: rgb(214 81 255 / 0.3); }
.border-x-swim-dark-purple\/40{ border-left-color: rgb(214 81 255 / 0.4); border-right-color: rgb(214 81 255 / 0.4); }
.border-x-swim-dark-purple\/5{ border-left-color: rgb(214 81 255 / 0.05); border-right-color: rgb(214 81 255 / 0.05); }
.border-x-swim-dark-purple\/50{ border-left-color: rgb(214 81 255 / 0.5); border-right-color: rgb(214 81 255 / 0.5); }
.border-x-swim-dark-purple\/60{ border-left-color: rgb(214 81 255 / 0.6); border-right-color: rgb(214 81 255 / 0.6); }
.border-x-swim-dark-purple\/70{ border-left-color: rgb(214 81 255 / 0.7); border-right-color: rgb(214 81 255 / 0.7); }
.border-x-swim-dark-purple\/75{ border-left-color: rgb(214 81 255 / 0.75); border-right-color: rgb(214 81 255 / 0.75); }
.border-x-swim-dark-purple\/80{ border-left-color: rgb(214 81 255 / 0.8); border-right-color: rgb(214 81 255 / 0.8); }
.border-x-swim-dark-purple\/90{ border-left-color: rgb(214 81 255 / 0.9); border-right-color: rgb(214 81 255 / 0.9); }
.border-x-swim-dark-purple\/95{ border-left-color: rgb(214 81 255 / 0.95); border-right-color: rgb(214 81 255 / 0.95); }
.border-x-swim-dark-teal{ --tw-border-opacity: 1; border-left-color: rgb(68 215 182 / var(--tw-border-opacity)); border-right-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-x-swim-dark-teal\/0{ border-left-color: rgb(68 215 182 / 0); border-right-color: rgb(68 215 182 / 0); }
.border-x-swim-dark-teal\/10{ border-left-color: rgb(68 215 182 / 0.1); border-right-color: rgb(68 215 182 / 0.1); }
.border-x-swim-dark-teal\/100{ border-left-color: rgb(68 215 182 / 1); border-right-color: rgb(68 215 182 / 1); }
.border-x-swim-dark-teal\/20{ border-left-color: rgb(68 215 182 / 0.2); border-right-color: rgb(68 215 182 / 0.2); }
.border-x-swim-dark-teal\/25{ border-left-color: rgb(68 215 182 / 0.25); border-right-color: rgb(68 215 182 / 0.25); }
.border-x-swim-dark-teal\/30{ border-left-color: rgb(68 215 182 / 0.3); border-right-color: rgb(68 215 182 / 0.3); }
.border-x-swim-dark-teal\/40{ border-left-color: rgb(68 215 182 / 0.4); border-right-color: rgb(68 215 182 / 0.4); }
.border-x-swim-dark-teal\/5{ border-left-color: rgb(68 215 182 / 0.05); border-right-color: rgb(68 215 182 / 0.05); }
.border-x-swim-dark-teal\/50{ border-left-color: rgb(68 215 182 / 0.5); border-right-color: rgb(68 215 182 / 0.5); }
.border-x-swim-dark-teal\/60{ border-left-color: rgb(68 215 182 / 0.6); border-right-color: rgb(68 215 182 / 0.6); }
.border-x-swim-dark-teal\/70{ border-left-color: rgb(68 215 182 / 0.7); border-right-color: rgb(68 215 182 / 0.7); }
.border-x-swim-dark-teal\/75{ border-left-color: rgb(68 215 182 / 0.75); border-right-color: rgb(68 215 182 / 0.75); }
.border-x-swim-dark-teal\/80{ border-left-color: rgb(68 215 182 / 0.8); border-right-color: rgb(68 215 182 / 0.8); }
.border-x-swim-dark-teal\/90{ border-left-color: rgb(68 215 182 / 0.9); border-right-color: rgb(68 215 182 / 0.9); }
.border-x-swim-dark-teal\/95{ border-left-color: rgb(68 215 182 / 0.95); border-right-color: rgb(68 215 182 / 0.95); }
.border-x-swim-darker-blue{ --tw-border-opacity: 1; border-left-color: rgb(17 24 39 / var(--tw-border-opacity)); border-right-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-x-swim-darker-blue\/0{ border-left-color: rgb(17 24 39 / 0); border-right-color: rgb(17 24 39 / 0); }
.border-x-swim-darker-blue\/10{ border-left-color: rgb(17 24 39 / 0.1); border-right-color: rgb(17 24 39 / 0.1); }
.border-x-swim-darker-blue\/100{ border-left-color: rgb(17 24 39 / 1); border-right-color: rgb(17 24 39 / 1); }
.border-x-swim-darker-blue\/20{ border-left-color: rgb(17 24 39 / 0.2); border-right-color: rgb(17 24 39 / 0.2); }
.border-x-swim-darker-blue\/25{ border-left-color: rgb(17 24 39 / 0.25); border-right-color: rgb(17 24 39 / 0.25); }
.border-x-swim-darker-blue\/30{ border-left-color: rgb(17 24 39 / 0.3); border-right-color: rgb(17 24 39 / 0.3); }
.border-x-swim-darker-blue\/40{ border-left-color: rgb(17 24 39 / 0.4); border-right-color: rgb(17 24 39 / 0.4); }
.border-x-swim-darker-blue\/5{ border-left-color: rgb(17 24 39 / 0.05); border-right-color: rgb(17 24 39 / 0.05); }
.border-x-swim-darker-blue\/50{ border-left-color: rgb(17 24 39 / 0.5); border-right-color: rgb(17 24 39 / 0.5); }
.border-x-swim-darker-blue\/60{ border-left-color: rgb(17 24 39 / 0.6); border-right-color: rgb(17 24 39 / 0.6); }
.border-x-swim-darker-blue\/70{ border-left-color: rgb(17 24 39 / 0.7); border-right-color: rgb(17 24 39 / 0.7); }
.border-x-swim-darker-blue\/75{ border-left-color: rgb(17 24 39 / 0.75); border-right-color: rgb(17 24 39 / 0.75); }
.border-x-swim-darker-blue\/80{ border-left-color: rgb(17 24 39 / 0.8); border-right-color: rgb(17 24 39 / 0.8); }
.border-x-swim-darker-blue\/90{ border-left-color: rgb(17 24 39 / 0.9); border-right-color: rgb(17 24 39 / 0.9); }
.border-x-swim-darker-blue\/95{ border-left-color: rgb(17 24 39 / 0.95); border-right-color: rgb(17 24 39 / 0.95); }
.border-x-swim-darker-grey{ --tw-border-opacity: 1; border-left-color: rgb(169 169 169 / var(--tw-border-opacity)); border-right-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-x-swim-darker-grey\/0{ border-left-color: rgb(169 169 169 / 0); border-right-color: rgb(169 169 169 / 0); }
.border-x-swim-darker-grey\/10{ border-left-color: rgb(169 169 169 / 0.1); border-right-color: rgb(169 169 169 / 0.1); }
.border-x-swim-darker-grey\/100{ border-left-color: rgb(169 169 169 / 1); border-right-color: rgb(169 169 169 / 1); }
.border-x-swim-darker-grey\/20{ border-left-color: rgb(169 169 169 / 0.2); border-right-color: rgb(169 169 169 / 0.2); }
.border-x-swim-darker-grey\/25{ border-left-color: rgb(169 169 169 / 0.25); border-right-color: rgb(169 169 169 / 0.25); }
.border-x-swim-darker-grey\/30{ border-left-color: rgb(169 169 169 / 0.3); border-right-color: rgb(169 169 169 / 0.3); }
.border-x-swim-darker-grey\/40{ border-left-color: rgb(169 169 169 / 0.4); border-right-color: rgb(169 169 169 / 0.4); }
.border-x-swim-darker-grey\/5{ border-left-color: rgb(169 169 169 / 0.05); border-right-color: rgb(169 169 169 / 0.05); }
.border-x-swim-darker-grey\/50{ border-left-color: rgb(169 169 169 / 0.5); border-right-color: rgb(169 169 169 / 0.5); }
.border-x-swim-darker-grey\/60{ border-left-color: rgb(169 169 169 / 0.6); border-right-color: rgb(169 169 169 / 0.6); }
.border-x-swim-darker-grey\/70{ border-left-color: rgb(169 169 169 / 0.7); border-right-color: rgb(169 169 169 / 0.7); }
.border-x-swim-darker-grey\/75{ border-left-color: rgb(169 169 169 / 0.75); border-right-color: rgb(169 169 169 / 0.75); }
.border-x-swim-darker-grey\/80{ border-left-color: rgb(169 169 169 / 0.8); border-right-color: rgb(169 169 169 / 0.8); }
.border-x-swim-darker-grey\/90{ border-left-color: rgb(169 169 169 / 0.9); border-right-color: rgb(169 169 169 / 0.9); }
.border-x-swim-darker-grey\/95{ border-left-color: rgb(169 169 169 / 0.95); border-right-color: rgb(169 169 169 / 0.95); }
.border-x-swim-darker-teal{ border-left-color: RGBA(4, 42, 43, 0.85); border-right-color: RGBA(4, 42, 43, 0.85); }
.border-x-swim-darkerish-grey{ --tw-border-opacity: 1; border-left-color: rgb(109 114 120 / var(--tw-border-opacity)); border-right-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-x-swim-darkerish-grey\/0{ border-left-color: rgb(109 114 120 / 0); border-right-color: rgb(109 114 120 / 0); }
.border-x-swim-darkerish-grey\/10{ border-left-color: rgb(109 114 120 / 0.1); border-right-color: rgb(109 114 120 / 0.1); }
.border-x-swim-darkerish-grey\/100{ border-left-color: rgb(109 114 120 / 1); border-right-color: rgb(109 114 120 / 1); }
.border-x-swim-darkerish-grey\/20{ border-left-color: rgb(109 114 120 / 0.2); border-right-color: rgb(109 114 120 / 0.2); }
.border-x-swim-darkerish-grey\/25{ border-left-color: rgb(109 114 120 / 0.25); border-right-color: rgb(109 114 120 / 0.25); }
.border-x-swim-darkerish-grey\/30{ border-left-color: rgb(109 114 120 / 0.3); border-right-color: rgb(109 114 120 / 0.3); }
.border-x-swim-darkerish-grey\/40{ border-left-color: rgb(109 114 120 / 0.4); border-right-color: rgb(109 114 120 / 0.4); }
.border-x-swim-darkerish-grey\/5{ border-left-color: rgb(109 114 120 / 0.05); border-right-color: rgb(109 114 120 / 0.05); }
.border-x-swim-darkerish-grey\/50{ border-left-color: rgb(109 114 120 / 0.5); border-right-color: rgb(109 114 120 / 0.5); }
.border-x-swim-darkerish-grey\/60{ border-left-color: rgb(109 114 120 / 0.6); border-right-color: rgb(109 114 120 / 0.6); }
.border-x-swim-darkerish-grey\/70{ border-left-color: rgb(109 114 120 / 0.7); border-right-color: rgb(109 114 120 / 0.7); }
.border-x-swim-darkerish-grey\/75{ border-left-color: rgb(109 114 120 / 0.75); border-right-color: rgb(109 114 120 / 0.75); }
.border-x-swim-darkerish-grey\/80{ border-left-color: rgb(109 114 120 / 0.8); border-right-color: rgb(109 114 120 / 0.8); }
.border-x-swim-darkerish-grey\/90{ border-left-color: rgb(109 114 120 / 0.9); border-right-color: rgb(109 114 120 / 0.9); }
.border-x-swim-darkerish-grey\/95{ border-left-color: rgb(109 114 120 / 0.95); border-right-color: rgb(109 114 120 / 0.95); }
.border-x-swim-grey{ --tw-border-opacity: 1; border-left-color: rgb(193 193 193 / var(--tw-border-opacity)); border-right-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-x-swim-grey\/0{ border-left-color: rgb(193 193 193 / 0); border-right-color: rgb(193 193 193 / 0); }
.border-x-swim-grey\/10{ border-left-color: rgb(193 193 193 / 0.1); border-right-color: rgb(193 193 193 / 0.1); }
.border-x-swim-grey\/100{ border-left-color: rgb(193 193 193 / 1); border-right-color: rgb(193 193 193 / 1); }
.border-x-swim-grey\/20{ border-left-color: rgb(193 193 193 / 0.2); border-right-color: rgb(193 193 193 / 0.2); }
.border-x-swim-grey\/25{ border-left-color: rgb(193 193 193 / 0.25); border-right-color: rgb(193 193 193 / 0.25); }
.border-x-swim-grey\/30{ border-left-color: rgb(193 193 193 / 0.3); border-right-color: rgb(193 193 193 / 0.3); }
.border-x-swim-grey\/40{ border-left-color: rgb(193 193 193 / 0.4); border-right-color: rgb(193 193 193 / 0.4); }
.border-x-swim-grey\/5{ border-left-color: rgb(193 193 193 / 0.05); border-right-color: rgb(193 193 193 / 0.05); }
.border-x-swim-grey\/50{ border-left-color: rgb(193 193 193 / 0.5); border-right-color: rgb(193 193 193 / 0.5); }
.border-x-swim-grey\/60{ border-left-color: rgb(193 193 193 / 0.6); border-right-color: rgb(193 193 193 / 0.6); }
.border-x-swim-grey\/70{ border-left-color: rgb(193 193 193 / 0.7); border-right-color: rgb(193 193 193 / 0.7); }
.border-x-swim-grey\/75{ border-left-color: rgb(193 193 193 / 0.75); border-right-color: rgb(193 193 193 / 0.75); }
.border-x-swim-grey\/80{ border-left-color: rgb(193 193 193 / 0.8); border-right-color: rgb(193 193 193 / 0.8); }
.border-x-swim-grey\/90{ border-left-color: rgb(193 193 193 / 0.9); border-right-color: rgb(193 193 193 / 0.9); }
.border-x-swim-grey\/95{ border-left-color: rgb(193 193 193 / 0.95); border-right-color: rgb(193 193 193 / 0.95); }
.border-x-swim-lighter-grey{ --tw-border-opacity: 1; border-left-color: rgb(233 239 240 / var(--tw-border-opacity)); border-right-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-x-swim-lighter-grey\/0{ border-left-color: rgb(233 239 240 / 0); border-right-color: rgb(233 239 240 / 0); }
.border-x-swim-lighter-grey\/10{ border-left-color: rgb(233 239 240 / 0.1); border-right-color: rgb(233 239 240 / 0.1); }
.border-x-swim-lighter-grey\/100{ border-left-color: rgb(233 239 240 / 1); border-right-color: rgb(233 239 240 / 1); }
.border-x-swim-lighter-grey\/20{ border-left-color: rgb(233 239 240 / 0.2); border-right-color: rgb(233 239 240 / 0.2); }
.border-x-swim-lighter-grey\/25{ border-left-color: rgb(233 239 240 / 0.25); border-right-color: rgb(233 239 240 / 0.25); }
.border-x-swim-lighter-grey\/30{ border-left-color: rgb(233 239 240 / 0.3); border-right-color: rgb(233 239 240 / 0.3); }
.border-x-swim-lighter-grey\/40{ border-left-color: rgb(233 239 240 / 0.4); border-right-color: rgb(233 239 240 / 0.4); }
.border-x-swim-lighter-grey\/5{ border-left-color: rgb(233 239 240 / 0.05); border-right-color: rgb(233 239 240 / 0.05); }
.border-x-swim-lighter-grey\/50{ border-left-color: rgb(233 239 240 / 0.5); border-right-color: rgb(233 239 240 / 0.5); }
.border-x-swim-lighter-grey\/60{ border-left-color: rgb(233 239 240 / 0.6); border-right-color: rgb(233 239 240 / 0.6); }
.border-x-swim-lighter-grey\/70{ border-left-color: rgb(233 239 240 / 0.7); border-right-color: rgb(233 239 240 / 0.7); }
.border-x-swim-lighter-grey\/75{ border-left-color: rgb(233 239 240 / 0.75); border-right-color: rgb(233 239 240 / 0.75); }
.border-x-swim-lighter-grey\/80{ border-left-color: rgb(233 239 240 / 0.8); border-right-color: rgb(233 239 240 / 0.8); }
.border-x-swim-lighter-grey\/90{ border-left-color: rgb(233 239 240 / 0.9); border-right-color: rgb(233 239 240 / 0.9); }
.border-x-swim-lighter-grey\/95{ border-left-color: rgb(233 239 240 / 0.95); border-right-color: rgb(233 239 240 / 0.95); }
.border-x-swim-purple{ --tw-border-opacity: 1; border-left-color: rgb(186 98 255 / var(--tw-border-opacity)); border-right-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-x-swim-purple\/0{ border-left-color: rgb(186 98 255 / 0); border-right-color: rgb(186 98 255 / 0); }
.border-x-swim-purple\/10{ border-left-color: rgb(186 98 255 / 0.1); border-right-color: rgb(186 98 255 / 0.1); }
.border-x-swim-purple\/100{ border-left-color: rgb(186 98 255 / 1); border-right-color: rgb(186 98 255 / 1); }
.border-x-swim-purple\/20{ border-left-color: rgb(186 98 255 / 0.2); border-right-color: rgb(186 98 255 / 0.2); }
.border-x-swim-purple\/25{ border-left-color: rgb(186 98 255 / 0.25); border-right-color: rgb(186 98 255 / 0.25); }
.border-x-swim-purple\/30{ border-left-color: rgb(186 98 255 / 0.3); border-right-color: rgb(186 98 255 / 0.3); }
.border-x-swim-purple\/40{ border-left-color: rgb(186 98 255 / 0.4); border-right-color: rgb(186 98 255 / 0.4); }
.border-x-swim-purple\/5{ border-left-color: rgb(186 98 255 / 0.05); border-right-color: rgb(186 98 255 / 0.05); }
.border-x-swim-purple\/50{ border-left-color: rgb(186 98 255 / 0.5); border-right-color: rgb(186 98 255 / 0.5); }
.border-x-swim-purple\/60{ border-left-color: rgb(186 98 255 / 0.6); border-right-color: rgb(186 98 255 / 0.6); }
.border-x-swim-purple\/70{ border-left-color: rgb(186 98 255 / 0.7); border-right-color: rgb(186 98 255 / 0.7); }
.border-x-swim-purple\/75{ border-left-color: rgb(186 98 255 / 0.75); border-right-color: rgb(186 98 255 / 0.75); }
.border-x-swim-purple\/80{ border-left-color: rgb(186 98 255 / 0.8); border-right-color: rgb(186 98 255 / 0.8); }
.border-x-swim-purple\/90{ border-left-color: rgb(186 98 255 / 0.9); border-right-color: rgb(186 98 255 / 0.9); }
.border-x-swim-purple\/95{ border-left-color: rgb(186 98 255 / 0.95); border-right-color: rgb(186 98 255 / 0.95); }
.border-x-swim-teal{ --tw-border-opacity: 1; border-left-color: rgb(102 255 221 / var(--tw-border-opacity)); border-right-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-x-swim-teal\/0{ border-left-color: rgb(102 255 221 / 0); border-right-color: rgb(102 255 221 / 0); }
.border-x-swim-teal\/10{ border-left-color: rgb(102 255 221 / 0.1); border-right-color: rgb(102 255 221 / 0.1); }
.border-x-swim-teal\/100{ border-left-color: rgb(102 255 221 / 1); border-right-color: rgb(102 255 221 / 1); }
.border-x-swim-teal\/20{ border-left-color: rgb(102 255 221 / 0.2); border-right-color: rgb(102 255 221 / 0.2); }
.border-x-swim-teal\/25{ border-left-color: rgb(102 255 221 / 0.25); border-right-color: rgb(102 255 221 / 0.25); }
.border-x-swim-teal\/30{ border-left-color: rgb(102 255 221 / 0.3); border-right-color: rgb(102 255 221 / 0.3); }
.border-x-swim-teal\/40{ border-left-color: rgb(102 255 221 / 0.4); border-right-color: rgb(102 255 221 / 0.4); }
.border-x-swim-teal\/5{ border-left-color: rgb(102 255 221 / 0.05); border-right-color: rgb(102 255 221 / 0.05); }
.border-x-swim-teal\/50{ border-left-color: rgb(102 255 221 / 0.5); border-right-color: rgb(102 255 221 / 0.5); }
.border-x-swim-teal\/60{ border-left-color: rgb(102 255 221 / 0.6); border-right-color: rgb(102 255 221 / 0.6); }
.border-x-swim-teal\/70{ border-left-color: rgb(102 255 221 / 0.7); border-right-color: rgb(102 255 221 / 0.7); }
.border-x-swim-teal\/75{ border-left-color: rgb(102 255 221 / 0.75); border-right-color: rgb(102 255 221 / 0.75); }
.border-x-swim-teal\/80{ border-left-color: rgb(102 255 221 / 0.8); border-right-color: rgb(102 255 221 / 0.8); }
.border-x-swim-teal\/90{ border-left-color: rgb(102 255 221 / 0.9); border-right-color: rgb(102 255 221 / 0.9); }
.border-x-swim-teal\/95{ border-left-color: rgb(102 255 221 / 0.95); border-right-color: rgb(102 255 221 / 0.95); }
.border-x-teal-100{ --tw-border-opacity: 1; border-left-color: rgb(204 251 241 / var(--tw-border-opacity)); border-right-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-x-teal-100\/0{ border-left-color: rgb(204 251 241 / 0); border-right-color: rgb(204 251 241 / 0); }
.border-x-teal-100\/10{ border-left-color: rgb(204 251 241 / 0.1); border-right-color: rgb(204 251 241 / 0.1); }
.border-x-teal-100\/100{ border-left-color: rgb(204 251 241 / 1); border-right-color: rgb(204 251 241 / 1); }
.border-x-teal-100\/20{ border-left-color: rgb(204 251 241 / 0.2); border-right-color: rgb(204 251 241 / 0.2); }
.border-x-teal-100\/25{ border-left-color: rgb(204 251 241 / 0.25); border-right-color: rgb(204 251 241 / 0.25); }
.border-x-teal-100\/30{ border-left-color: rgb(204 251 241 / 0.3); border-right-color: rgb(204 251 241 / 0.3); }
.border-x-teal-100\/40{ border-left-color: rgb(204 251 241 / 0.4); border-right-color: rgb(204 251 241 / 0.4); }
.border-x-teal-100\/5{ border-left-color: rgb(204 251 241 / 0.05); border-right-color: rgb(204 251 241 / 0.05); }
.border-x-teal-100\/50{ border-left-color: rgb(204 251 241 / 0.5); border-right-color: rgb(204 251 241 / 0.5); }
.border-x-teal-100\/60{ border-left-color: rgb(204 251 241 / 0.6); border-right-color: rgb(204 251 241 / 0.6); }
.border-x-teal-100\/70{ border-left-color: rgb(204 251 241 / 0.7); border-right-color: rgb(204 251 241 / 0.7); }
.border-x-teal-100\/75{ border-left-color: rgb(204 251 241 / 0.75); border-right-color: rgb(204 251 241 / 0.75); }
.border-x-teal-100\/80{ border-left-color: rgb(204 251 241 / 0.8); border-right-color: rgb(204 251 241 / 0.8); }
.border-x-teal-100\/90{ border-left-color: rgb(204 251 241 / 0.9); border-right-color: rgb(204 251 241 / 0.9); }
.border-x-teal-100\/95{ border-left-color: rgb(204 251 241 / 0.95); border-right-color: rgb(204 251 241 / 0.95); }
.border-x-teal-200{ --tw-border-opacity: 1; border-left-color: rgb(153 246 228 / var(--tw-border-opacity)); border-right-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-x-teal-200\/0{ border-left-color: rgb(153 246 228 / 0); border-right-color: rgb(153 246 228 / 0); }
.border-x-teal-200\/10{ border-left-color: rgb(153 246 228 / 0.1); border-right-color: rgb(153 246 228 / 0.1); }
.border-x-teal-200\/100{ border-left-color: rgb(153 246 228 / 1); border-right-color: rgb(153 246 228 / 1); }
.border-x-teal-200\/20{ border-left-color: rgb(153 246 228 / 0.2); border-right-color: rgb(153 246 228 / 0.2); }
.border-x-teal-200\/25{ border-left-color: rgb(153 246 228 / 0.25); border-right-color: rgb(153 246 228 / 0.25); }
.border-x-teal-200\/30{ border-left-color: rgb(153 246 228 / 0.3); border-right-color: rgb(153 246 228 / 0.3); }
.border-x-teal-200\/40{ border-left-color: rgb(153 246 228 / 0.4); border-right-color: rgb(153 246 228 / 0.4); }
.border-x-teal-200\/5{ border-left-color: rgb(153 246 228 / 0.05); border-right-color: rgb(153 246 228 / 0.05); }
.border-x-teal-200\/50{ border-left-color: rgb(153 246 228 / 0.5); border-right-color: rgb(153 246 228 / 0.5); }
.border-x-teal-200\/60{ border-left-color: rgb(153 246 228 / 0.6); border-right-color: rgb(153 246 228 / 0.6); }
.border-x-teal-200\/70{ border-left-color: rgb(153 246 228 / 0.7); border-right-color: rgb(153 246 228 / 0.7); }
.border-x-teal-200\/75{ border-left-color: rgb(153 246 228 / 0.75); border-right-color: rgb(153 246 228 / 0.75); }
.border-x-teal-200\/80{ border-left-color: rgb(153 246 228 / 0.8); border-right-color: rgb(153 246 228 / 0.8); }
.border-x-teal-200\/90{ border-left-color: rgb(153 246 228 / 0.9); border-right-color: rgb(153 246 228 / 0.9); }
.border-x-teal-200\/95{ border-left-color: rgb(153 246 228 / 0.95); border-right-color: rgb(153 246 228 / 0.95); }
.border-x-teal-300{ --tw-border-opacity: 1; border-left-color: rgb(94 234 212 / var(--tw-border-opacity)); border-right-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-x-teal-300\/0{ border-left-color: rgb(94 234 212 / 0); border-right-color: rgb(94 234 212 / 0); }
.border-x-teal-300\/10{ border-left-color: rgb(94 234 212 / 0.1); border-right-color: rgb(94 234 212 / 0.1); }
.border-x-teal-300\/100{ border-left-color: rgb(94 234 212 / 1); border-right-color: rgb(94 234 212 / 1); }
.border-x-teal-300\/20{ border-left-color: rgb(94 234 212 / 0.2); border-right-color: rgb(94 234 212 / 0.2); }
.border-x-teal-300\/25{ border-left-color: rgb(94 234 212 / 0.25); border-right-color: rgb(94 234 212 / 0.25); }
.border-x-teal-300\/30{ border-left-color: rgb(94 234 212 / 0.3); border-right-color: rgb(94 234 212 / 0.3); }
.border-x-teal-300\/40{ border-left-color: rgb(94 234 212 / 0.4); border-right-color: rgb(94 234 212 / 0.4); }
.border-x-teal-300\/5{ border-left-color: rgb(94 234 212 / 0.05); border-right-color: rgb(94 234 212 / 0.05); }
.border-x-teal-300\/50{ border-left-color: rgb(94 234 212 / 0.5); border-right-color: rgb(94 234 212 / 0.5); }
.border-x-teal-300\/60{ border-left-color: rgb(94 234 212 / 0.6); border-right-color: rgb(94 234 212 / 0.6); }
.border-x-teal-300\/70{ border-left-color: rgb(94 234 212 / 0.7); border-right-color: rgb(94 234 212 / 0.7); }
.border-x-teal-300\/75{ border-left-color: rgb(94 234 212 / 0.75); border-right-color: rgb(94 234 212 / 0.75); }
.border-x-teal-300\/80{ border-left-color: rgb(94 234 212 / 0.8); border-right-color: rgb(94 234 212 / 0.8); }
.border-x-teal-300\/90{ border-left-color: rgb(94 234 212 / 0.9); border-right-color: rgb(94 234 212 / 0.9); }
.border-x-teal-300\/95{ border-left-color: rgb(94 234 212 / 0.95); border-right-color: rgb(94 234 212 / 0.95); }
.border-x-teal-400{ --tw-border-opacity: 1; border-left-color: rgb(45 212 191 / var(--tw-border-opacity)); border-right-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-x-teal-400\/0{ border-left-color: rgb(45 212 191 / 0); border-right-color: rgb(45 212 191 / 0); }
.border-x-teal-400\/10{ border-left-color: rgb(45 212 191 / 0.1); border-right-color: rgb(45 212 191 / 0.1); }
.border-x-teal-400\/100{ border-left-color: rgb(45 212 191 / 1); border-right-color: rgb(45 212 191 / 1); }
.border-x-teal-400\/20{ border-left-color: rgb(45 212 191 / 0.2); border-right-color: rgb(45 212 191 / 0.2); }
.border-x-teal-400\/25{ border-left-color: rgb(45 212 191 / 0.25); border-right-color: rgb(45 212 191 / 0.25); }
.border-x-teal-400\/30{ border-left-color: rgb(45 212 191 / 0.3); border-right-color: rgb(45 212 191 / 0.3); }
.border-x-teal-400\/40{ border-left-color: rgb(45 212 191 / 0.4); border-right-color: rgb(45 212 191 / 0.4); }
.border-x-teal-400\/5{ border-left-color: rgb(45 212 191 / 0.05); border-right-color: rgb(45 212 191 / 0.05); }
.border-x-teal-400\/50{ border-left-color: rgb(45 212 191 / 0.5); border-right-color: rgb(45 212 191 / 0.5); }
.border-x-teal-400\/60{ border-left-color: rgb(45 212 191 / 0.6); border-right-color: rgb(45 212 191 / 0.6); }
.border-x-teal-400\/70{ border-left-color: rgb(45 212 191 / 0.7); border-right-color: rgb(45 212 191 / 0.7); }
.border-x-teal-400\/75{ border-left-color: rgb(45 212 191 / 0.75); border-right-color: rgb(45 212 191 / 0.75); }
.border-x-teal-400\/80{ border-left-color: rgb(45 212 191 / 0.8); border-right-color: rgb(45 212 191 / 0.8); }
.border-x-teal-400\/90{ border-left-color: rgb(45 212 191 / 0.9); border-right-color: rgb(45 212 191 / 0.9); }
.border-x-teal-400\/95{ border-left-color: rgb(45 212 191 / 0.95); border-right-color: rgb(45 212 191 / 0.95); }
.border-x-teal-50{ --tw-border-opacity: 1; border-left-color: rgb(240 253 250 / var(--tw-border-opacity)); border-right-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-x-teal-50\/0{ border-left-color: rgb(240 253 250 / 0); border-right-color: rgb(240 253 250 / 0); }
.border-x-teal-50\/10{ border-left-color: rgb(240 253 250 / 0.1); border-right-color: rgb(240 253 250 / 0.1); }
.border-x-teal-50\/100{ border-left-color: rgb(240 253 250 / 1); border-right-color: rgb(240 253 250 / 1); }
.border-x-teal-50\/20{ border-left-color: rgb(240 253 250 / 0.2); border-right-color: rgb(240 253 250 / 0.2); }
.border-x-teal-50\/25{ border-left-color: rgb(240 253 250 / 0.25); border-right-color: rgb(240 253 250 / 0.25); }
.border-x-teal-50\/30{ border-left-color: rgb(240 253 250 / 0.3); border-right-color: rgb(240 253 250 / 0.3); }
.border-x-teal-50\/40{ border-left-color: rgb(240 253 250 / 0.4); border-right-color: rgb(240 253 250 / 0.4); }
.border-x-teal-50\/5{ border-left-color: rgb(240 253 250 / 0.05); border-right-color: rgb(240 253 250 / 0.05); }
.border-x-teal-50\/50{ border-left-color: rgb(240 253 250 / 0.5); border-right-color: rgb(240 253 250 / 0.5); }
.border-x-teal-50\/60{ border-left-color: rgb(240 253 250 / 0.6); border-right-color: rgb(240 253 250 / 0.6); }
.border-x-teal-50\/70{ border-left-color: rgb(240 253 250 / 0.7); border-right-color: rgb(240 253 250 / 0.7); }
.border-x-teal-50\/75{ border-left-color: rgb(240 253 250 / 0.75); border-right-color: rgb(240 253 250 / 0.75); }
.border-x-teal-50\/80{ border-left-color: rgb(240 253 250 / 0.8); border-right-color: rgb(240 253 250 / 0.8); }
.border-x-teal-50\/90{ border-left-color: rgb(240 253 250 / 0.9); border-right-color: rgb(240 253 250 / 0.9); }
.border-x-teal-50\/95{ border-left-color: rgb(240 253 250 / 0.95); border-right-color: rgb(240 253 250 / 0.95); }
.border-x-teal-500{ --tw-border-opacity: 1; border-left-color: rgb(20 184 166 / var(--tw-border-opacity)); border-right-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-x-teal-500\/0{ border-left-color: rgb(20 184 166 / 0); border-right-color: rgb(20 184 166 / 0); }
.border-x-teal-500\/10{ border-left-color: rgb(20 184 166 / 0.1); border-right-color: rgb(20 184 166 / 0.1); }
.border-x-teal-500\/100{ border-left-color: rgb(20 184 166 / 1); border-right-color: rgb(20 184 166 / 1); }
.border-x-teal-500\/20{ border-left-color: rgb(20 184 166 / 0.2); border-right-color: rgb(20 184 166 / 0.2); }
.border-x-teal-500\/25{ border-left-color: rgb(20 184 166 / 0.25); border-right-color: rgb(20 184 166 / 0.25); }
.border-x-teal-500\/30{ border-left-color: rgb(20 184 166 / 0.3); border-right-color: rgb(20 184 166 / 0.3); }
.border-x-teal-500\/40{ border-left-color: rgb(20 184 166 / 0.4); border-right-color: rgb(20 184 166 / 0.4); }
.border-x-teal-500\/5{ border-left-color: rgb(20 184 166 / 0.05); border-right-color: rgb(20 184 166 / 0.05); }
.border-x-teal-500\/50{ border-left-color: rgb(20 184 166 / 0.5); border-right-color: rgb(20 184 166 / 0.5); }
.border-x-teal-500\/60{ border-left-color: rgb(20 184 166 / 0.6); border-right-color: rgb(20 184 166 / 0.6); }
.border-x-teal-500\/70{ border-left-color: rgb(20 184 166 / 0.7); border-right-color: rgb(20 184 166 / 0.7); }
.border-x-teal-500\/75{ border-left-color: rgb(20 184 166 / 0.75); border-right-color: rgb(20 184 166 / 0.75); }
.border-x-teal-500\/80{ border-left-color: rgb(20 184 166 / 0.8); border-right-color: rgb(20 184 166 / 0.8); }
.border-x-teal-500\/90{ border-left-color: rgb(20 184 166 / 0.9); border-right-color: rgb(20 184 166 / 0.9); }
.border-x-teal-500\/95{ border-left-color: rgb(20 184 166 / 0.95); border-right-color: rgb(20 184 166 / 0.95); }
.border-x-teal-600{ --tw-border-opacity: 1; border-left-color: rgb(13 148 136 / var(--tw-border-opacity)); border-right-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-x-teal-600\/0{ border-left-color: rgb(13 148 136 / 0); border-right-color: rgb(13 148 136 / 0); }
.border-x-teal-600\/10{ border-left-color: rgb(13 148 136 / 0.1); border-right-color: rgb(13 148 136 / 0.1); }
.border-x-teal-600\/100{ border-left-color: rgb(13 148 136 / 1); border-right-color: rgb(13 148 136 / 1); }
.border-x-teal-600\/20{ border-left-color: rgb(13 148 136 / 0.2); border-right-color: rgb(13 148 136 / 0.2); }
.border-x-teal-600\/25{ border-left-color: rgb(13 148 136 / 0.25); border-right-color: rgb(13 148 136 / 0.25); }
.border-x-teal-600\/30{ border-left-color: rgb(13 148 136 / 0.3); border-right-color: rgb(13 148 136 / 0.3); }
.border-x-teal-600\/40{ border-left-color: rgb(13 148 136 / 0.4); border-right-color: rgb(13 148 136 / 0.4); }
.border-x-teal-600\/5{ border-left-color: rgb(13 148 136 / 0.05); border-right-color: rgb(13 148 136 / 0.05); }
.border-x-teal-600\/50{ border-left-color: rgb(13 148 136 / 0.5); border-right-color: rgb(13 148 136 / 0.5); }
.border-x-teal-600\/60{ border-left-color: rgb(13 148 136 / 0.6); border-right-color: rgb(13 148 136 / 0.6); }
.border-x-teal-600\/70{ border-left-color: rgb(13 148 136 / 0.7); border-right-color: rgb(13 148 136 / 0.7); }
.border-x-teal-600\/75{ border-left-color: rgb(13 148 136 / 0.75); border-right-color: rgb(13 148 136 / 0.75); }
.border-x-teal-600\/80{ border-left-color: rgb(13 148 136 / 0.8); border-right-color: rgb(13 148 136 / 0.8); }
.border-x-teal-600\/90{ border-left-color: rgb(13 148 136 / 0.9); border-right-color: rgb(13 148 136 / 0.9); }
.border-x-teal-600\/95{ border-left-color: rgb(13 148 136 / 0.95); border-right-color: rgb(13 148 136 / 0.95); }
.border-x-teal-700{ --tw-border-opacity: 1; border-left-color: rgb(15 118 110 / var(--tw-border-opacity)); border-right-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-x-teal-700\/0{ border-left-color: rgb(15 118 110 / 0); border-right-color: rgb(15 118 110 / 0); }
.border-x-teal-700\/10{ border-left-color: rgb(15 118 110 / 0.1); border-right-color: rgb(15 118 110 / 0.1); }
.border-x-teal-700\/100{ border-left-color: rgb(15 118 110 / 1); border-right-color: rgb(15 118 110 / 1); }
.border-x-teal-700\/20{ border-left-color: rgb(15 118 110 / 0.2); border-right-color: rgb(15 118 110 / 0.2); }
.border-x-teal-700\/25{ border-left-color: rgb(15 118 110 / 0.25); border-right-color: rgb(15 118 110 / 0.25); }
.border-x-teal-700\/30{ border-left-color: rgb(15 118 110 / 0.3); border-right-color: rgb(15 118 110 / 0.3); }
.border-x-teal-700\/40{ border-left-color: rgb(15 118 110 / 0.4); border-right-color: rgb(15 118 110 / 0.4); }
.border-x-teal-700\/5{ border-left-color: rgb(15 118 110 / 0.05); border-right-color: rgb(15 118 110 / 0.05); }
.border-x-teal-700\/50{ border-left-color: rgb(15 118 110 / 0.5); border-right-color: rgb(15 118 110 / 0.5); }
.border-x-teal-700\/60{ border-left-color: rgb(15 118 110 / 0.6); border-right-color: rgb(15 118 110 / 0.6); }
.border-x-teal-700\/70{ border-left-color: rgb(15 118 110 / 0.7); border-right-color: rgb(15 118 110 / 0.7); }
.border-x-teal-700\/75{ border-left-color: rgb(15 118 110 / 0.75); border-right-color: rgb(15 118 110 / 0.75); }
.border-x-teal-700\/80{ border-left-color: rgb(15 118 110 / 0.8); border-right-color: rgb(15 118 110 / 0.8); }
.border-x-teal-700\/90{ border-left-color: rgb(15 118 110 / 0.9); border-right-color: rgb(15 118 110 / 0.9); }
.border-x-teal-700\/95{ border-left-color: rgb(15 118 110 / 0.95); border-right-color: rgb(15 118 110 / 0.95); }
.border-x-teal-800{ --tw-border-opacity: 1; border-left-color: rgb(17 94 89 / var(--tw-border-opacity)); border-right-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-x-teal-800\/0{ border-left-color: rgb(17 94 89 / 0); border-right-color: rgb(17 94 89 / 0); }
.border-x-teal-800\/10{ border-left-color: rgb(17 94 89 / 0.1); border-right-color: rgb(17 94 89 / 0.1); }
.border-x-teal-800\/100{ border-left-color: rgb(17 94 89 / 1); border-right-color: rgb(17 94 89 / 1); }
.border-x-teal-800\/20{ border-left-color: rgb(17 94 89 / 0.2); border-right-color: rgb(17 94 89 / 0.2); }
.border-x-teal-800\/25{ border-left-color: rgb(17 94 89 / 0.25); border-right-color: rgb(17 94 89 / 0.25); }
.border-x-teal-800\/30{ border-left-color: rgb(17 94 89 / 0.3); border-right-color: rgb(17 94 89 / 0.3); }
.border-x-teal-800\/40{ border-left-color: rgb(17 94 89 / 0.4); border-right-color: rgb(17 94 89 / 0.4); }
.border-x-teal-800\/5{ border-left-color: rgb(17 94 89 / 0.05); border-right-color: rgb(17 94 89 / 0.05); }
.border-x-teal-800\/50{ border-left-color: rgb(17 94 89 / 0.5); border-right-color: rgb(17 94 89 / 0.5); }
.border-x-teal-800\/60{ border-left-color: rgb(17 94 89 / 0.6); border-right-color: rgb(17 94 89 / 0.6); }
.border-x-teal-800\/70{ border-left-color: rgb(17 94 89 / 0.7); border-right-color: rgb(17 94 89 / 0.7); }
.border-x-teal-800\/75{ border-left-color: rgb(17 94 89 / 0.75); border-right-color: rgb(17 94 89 / 0.75); }
.border-x-teal-800\/80{ border-left-color: rgb(17 94 89 / 0.8); border-right-color: rgb(17 94 89 / 0.8); }
.border-x-teal-800\/90{ border-left-color: rgb(17 94 89 / 0.9); border-right-color: rgb(17 94 89 / 0.9); }
.border-x-teal-800\/95{ border-left-color: rgb(17 94 89 / 0.95); border-right-color: rgb(17 94 89 / 0.95); }
.border-x-teal-900{ --tw-border-opacity: 1; border-left-color: rgb(19 78 74 / var(--tw-border-opacity)); border-right-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-x-teal-900\/0{ border-left-color: rgb(19 78 74 / 0); border-right-color: rgb(19 78 74 / 0); }
.border-x-teal-900\/10{ border-left-color: rgb(19 78 74 / 0.1); border-right-color: rgb(19 78 74 / 0.1); }
.border-x-teal-900\/100{ border-left-color: rgb(19 78 74 / 1); border-right-color: rgb(19 78 74 / 1); }
.border-x-teal-900\/20{ border-left-color: rgb(19 78 74 / 0.2); border-right-color: rgb(19 78 74 / 0.2); }
.border-x-teal-900\/25{ border-left-color: rgb(19 78 74 / 0.25); border-right-color: rgb(19 78 74 / 0.25); }
.border-x-teal-900\/30{ border-left-color: rgb(19 78 74 / 0.3); border-right-color: rgb(19 78 74 / 0.3); }
.border-x-teal-900\/40{ border-left-color: rgb(19 78 74 / 0.4); border-right-color: rgb(19 78 74 / 0.4); }
.border-x-teal-900\/5{ border-left-color: rgb(19 78 74 / 0.05); border-right-color: rgb(19 78 74 / 0.05); }
.border-x-teal-900\/50{ border-left-color: rgb(19 78 74 / 0.5); border-right-color: rgb(19 78 74 / 0.5); }
.border-x-teal-900\/60{ border-left-color: rgb(19 78 74 / 0.6); border-right-color: rgb(19 78 74 / 0.6); }
.border-x-teal-900\/70{ border-left-color: rgb(19 78 74 / 0.7); border-right-color: rgb(19 78 74 / 0.7); }
.border-x-teal-900\/75{ border-left-color: rgb(19 78 74 / 0.75); border-right-color: rgb(19 78 74 / 0.75); }
.border-x-teal-900\/80{ border-left-color: rgb(19 78 74 / 0.8); border-right-color: rgb(19 78 74 / 0.8); }
.border-x-teal-900\/90{ border-left-color: rgb(19 78 74 / 0.9); border-right-color: rgb(19 78 74 / 0.9); }
.border-x-teal-900\/95{ border-left-color: rgb(19 78 74 / 0.95); border-right-color: rgb(19 78 74 / 0.95); }
.border-x-teal-950{ --tw-border-opacity: 1; border-left-color: rgb(4 47 46 / var(--tw-border-opacity)); border-right-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-x-teal-950\/0{ border-left-color: rgb(4 47 46 / 0); border-right-color: rgb(4 47 46 / 0); }
.border-x-teal-950\/10{ border-left-color: rgb(4 47 46 / 0.1); border-right-color: rgb(4 47 46 / 0.1); }
.border-x-teal-950\/100{ border-left-color: rgb(4 47 46 / 1); border-right-color: rgb(4 47 46 / 1); }
.border-x-teal-950\/20{ border-left-color: rgb(4 47 46 / 0.2); border-right-color: rgb(4 47 46 / 0.2); }
.border-x-teal-950\/25{ border-left-color: rgb(4 47 46 / 0.25); border-right-color: rgb(4 47 46 / 0.25); }
.border-x-teal-950\/30{ border-left-color: rgb(4 47 46 / 0.3); border-right-color: rgb(4 47 46 / 0.3); }
.border-x-teal-950\/40{ border-left-color: rgb(4 47 46 / 0.4); border-right-color: rgb(4 47 46 / 0.4); }
.border-x-teal-950\/5{ border-left-color: rgb(4 47 46 / 0.05); border-right-color: rgb(4 47 46 / 0.05); }
.border-x-teal-950\/50{ border-left-color: rgb(4 47 46 / 0.5); border-right-color: rgb(4 47 46 / 0.5); }
.border-x-teal-950\/60{ border-left-color: rgb(4 47 46 / 0.6); border-right-color: rgb(4 47 46 / 0.6); }
.border-x-teal-950\/70{ border-left-color: rgb(4 47 46 / 0.7); border-right-color: rgb(4 47 46 / 0.7); }
.border-x-teal-950\/75{ border-left-color: rgb(4 47 46 / 0.75); border-right-color: rgb(4 47 46 / 0.75); }
.border-x-teal-950\/80{ border-left-color: rgb(4 47 46 / 0.8); border-right-color: rgb(4 47 46 / 0.8); }
.border-x-teal-950\/90{ border-left-color: rgb(4 47 46 / 0.9); border-right-color: rgb(4 47 46 / 0.9); }
.border-x-teal-950\/95{ border-left-color: rgb(4 47 46 / 0.95); border-right-color: rgb(4 47 46 / 0.95); }
.border-x-transparent{ border-left-color: transparent; border-right-color: transparent; }
.border-x-transparent\/0{ border-left-color: rgb(0 0 0 / 0); border-right-color: rgb(0 0 0 / 0); }
.border-x-transparent\/10{ border-left-color: rgb(0 0 0 / 0.1); border-right-color: rgb(0 0 0 / 0.1); }
.border-x-transparent\/100{ border-left-color: rgb(0 0 0 / 1); border-right-color: rgb(0 0 0 / 1); }
.border-x-transparent\/20{ border-left-color: rgb(0 0 0 / 0.2); border-right-color: rgb(0 0 0 / 0.2); }
.border-x-transparent\/25{ border-left-color: rgb(0 0 0 / 0.25); border-right-color: rgb(0 0 0 / 0.25); }
.border-x-transparent\/30{ border-left-color: rgb(0 0 0 / 0.3); border-right-color: rgb(0 0 0 / 0.3); }
.border-x-transparent\/40{ border-left-color: rgb(0 0 0 / 0.4); border-right-color: rgb(0 0 0 / 0.4); }
.border-x-transparent\/5{ border-left-color: rgb(0 0 0 / 0.05); border-right-color: rgb(0 0 0 / 0.05); }
.border-x-transparent\/50{ border-left-color: rgb(0 0 0 / 0.5); border-right-color: rgb(0 0 0 / 0.5); }
.border-x-transparent\/60{ border-left-color: rgb(0 0 0 / 0.6); border-right-color: rgb(0 0 0 / 0.6); }
.border-x-transparent\/70{ border-left-color: rgb(0 0 0 / 0.7); border-right-color: rgb(0 0 0 / 0.7); }
.border-x-transparent\/75{ border-left-color: rgb(0 0 0 / 0.75); border-right-color: rgb(0 0 0 / 0.75); }
.border-x-transparent\/80{ border-left-color: rgb(0 0 0 / 0.8); border-right-color: rgb(0 0 0 / 0.8); }
.border-x-transparent\/90{ border-left-color: rgb(0 0 0 / 0.9); border-right-color: rgb(0 0 0 / 0.9); }
.border-x-transparent\/95{ border-left-color: rgb(0 0 0 / 0.95); border-right-color: rgb(0 0 0 / 0.95); }
.border-x-violet-100{ --tw-border-opacity: 1; border-left-color: rgb(237 233 254 / var(--tw-border-opacity)); border-right-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-x-violet-100\/0{ border-left-color: rgb(237 233 254 / 0); border-right-color: rgb(237 233 254 / 0); }
.border-x-violet-100\/10{ border-left-color: rgb(237 233 254 / 0.1); border-right-color: rgb(237 233 254 / 0.1); }
.border-x-violet-100\/100{ border-left-color: rgb(237 233 254 / 1); border-right-color: rgb(237 233 254 / 1); }
.border-x-violet-100\/20{ border-left-color: rgb(237 233 254 / 0.2); border-right-color: rgb(237 233 254 / 0.2); }
.border-x-violet-100\/25{ border-left-color: rgb(237 233 254 / 0.25); border-right-color: rgb(237 233 254 / 0.25); }
.border-x-violet-100\/30{ border-left-color: rgb(237 233 254 / 0.3); border-right-color: rgb(237 233 254 / 0.3); }
.border-x-violet-100\/40{ border-left-color: rgb(237 233 254 / 0.4); border-right-color: rgb(237 233 254 / 0.4); }
.border-x-violet-100\/5{ border-left-color: rgb(237 233 254 / 0.05); border-right-color: rgb(237 233 254 / 0.05); }
.border-x-violet-100\/50{ border-left-color: rgb(237 233 254 / 0.5); border-right-color: rgb(237 233 254 / 0.5); }
.border-x-violet-100\/60{ border-left-color: rgb(237 233 254 / 0.6); border-right-color: rgb(237 233 254 / 0.6); }
.border-x-violet-100\/70{ border-left-color: rgb(237 233 254 / 0.7); border-right-color: rgb(237 233 254 / 0.7); }
.border-x-violet-100\/75{ border-left-color: rgb(237 233 254 / 0.75); border-right-color: rgb(237 233 254 / 0.75); }
.border-x-violet-100\/80{ border-left-color: rgb(237 233 254 / 0.8); border-right-color: rgb(237 233 254 / 0.8); }
.border-x-violet-100\/90{ border-left-color: rgb(237 233 254 / 0.9); border-right-color: rgb(237 233 254 / 0.9); }
.border-x-violet-100\/95{ border-left-color: rgb(237 233 254 / 0.95); border-right-color: rgb(237 233 254 / 0.95); }
.border-x-violet-200{ --tw-border-opacity: 1; border-left-color: rgb(221 214 254 / var(--tw-border-opacity)); border-right-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-x-violet-200\/0{ border-left-color: rgb(221 214 254 / 0); border-right-color: rgb(221 214 254 / 0); }
.border-x-violet-200\/10{ border-left-color: rgb(221 214 254 / 0.1); border-right-color: rgb(221 214 254 / 0.1); }
.border-x-violet-200\/100{ border-left-color: rgb(221 214 254 / 1); border-right-color: rgb(221 214 254 / 1); }
.border-x-violet-200\/20{ border-left-color: rgb(221 214 254 / 0.2); border-right-color: rgb(221 214 254 / 0.2); }
.border-x-violet-200\/25{ border-left-color: rgb(221 214 254 / 0.25); border-right-color: rgb(221 214 254 / 0.25); }
.border-x-violet-200\/30{ border-left-color: rgb(221 214 254 / 0.3); border-right-color: rgb(221 214 254 / 0.3); }
.border-x-violet-200\/40{ border-left-color: rgb(221 214 254 / 0.4); border-right-color: rgb(221 214 254 / 0.4); }
.border-x-violet-200\/5{ border-left-color: rgb(221 214 254 / 0.05); border-right-color: rgb(221 214 254 / 0.05); }
.border-x-violet-200\/50{ border-left-color: rgb(221 214 254 / 0.5); border-right-color: rgb(221 214 254 / 0.5); }
.border-x-violet-200\/60{ border-left-color: rgb(221 214 254 / 0.6); border-right-color: rgb(221 214 254 / 0.6); }
.border-x-violet-200\/70{ border-left-color: rgb(221 214 254 / 0.7); border-right-color: rgb(221 214 254 / 0.7); }
.border-x-violet-200\/75{ border-left-color: rgb(221 214 254 / 0.75); border-right-color: rgb(221 214 254 / 0.75); }
.border-x-violet-200\/80{ border-left-color: rgb(221 214 254 / 0.8); border-right-color: rgb(221 214 254 / 0.8); }
.border-x-violet-200\/90{ border-left-color: rgb(221 214 254 / 0.9); border-right-color: rgb(221 214 254 / 0.9); }
.border-x-violet-200\/95{ border-left-color: rgb(221 214 254 / 0.95); border-right-color: rgb(221 214 254 / 0.95); }
.border-x-violet-300{ --tw-border-opacity: 1; border-left-color: rgb(196 181 253 / var(--tw-border-opacity)); border-right-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-x-violet-300\/0{ border-left-color: rgb(196 181 253 / 0); border-right-color: rgb(196 181 253 / 0); }
.border-x-violet-300\/10{ border-left-color: rgb(196 181 253 / 0.1); border-right-color: rgb(196 181 253 / 0.1); }
.border-x-violet-300\/100{ border-left-color: rgb(196 181 253 / 1); border-right-color: rgb(196 181 253 / 1); }
.border-x-violet-300\/20{ border-left-color: rgb(196 181 253 / 0.2); border-right-color: rgb(196 181 253 / 0.2); }
.border-x-violet-300\/25{ border-left-color: rgb(196 181 253 / 0.25); border-right-color: rgb(196 181 253 / 0.25); }
.border-x-violet-300\/30{ border-left-color: rgb(196 181 253 / 0.3); border-right-color: rgb(196 181 253 / 0.3); }
.border-x-violet-300\/40{ border-left-color: rgb(196 181 253 / 0.4); border-right-color: rgb(196 181 253 / 0.4); }
.border-x-violet-300\/5{ border-left-color: rgb(196 181 253 / 0.05); border-right-color: rgb(196 181 253 / 0.05); }
.border-x-violet-300\/50{ border-left-color: rgb(196 181 253 / 0.5); border-right-color: rgb(196 181 253 / 0.5); }
.border-x-violet-300\/60{ border-left-color: rgb(196 181 253 / 0.6); border-right-color: rgb(196 181 253 / 0.6); }
.border-x-violet-300\/70{ border-left-color: rgb(196 181 253 / 0.7); border-right-color: rgb(196 181 253 / 0.7); }
.border-x-violet-300\/75{ border-left-color: rgb(196 181 253 / 0.75); border-right-color: rgb(196 181 253 / 0.75); }
.border-x-violet-300\/80{ border-left-color: rgb(196 181 253 / 0.8); border-right-color: rgb(196 181 253 / 0.8); }
.border-x-violet-300\/90{ border-left-color: rgb(196 181 253 / 0.9); border-right-color: rgb(196 181 253 / 0.9); }
.border-x-violet-300\/95{ border-left-color: rgb(196 181 253 / 0.95); border-right-color: rgb(196 181 253 / 0.95); }
.border-x-violet-400{ --tw-border-opacity: 1; border-left-color: rgb(167 139 250 / var(--tw-border-opacity)); border-right-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-x-violet-400\/0{ border-left-color: rgb(167 139 250 / 0); border-right-color: rgb(167 139 250 / 0); }
.border-x-violet-400\/10{ border-left-color: rgb(167 139 250 / 0.1); border-right-color: rgb(167 139 250 / 0.1); }
.border-x-violet-400\/100{ border-left-color: rgb(167 139 250 / 1); border-right-color: rgb(167 139 250 / 1); }
.border-x-violet-400\/20{ border-left-color: rgb(167 139 250 / 0.2); border-right-color: rgb(167 139 250 / 0.2); }
.border-x-violet-400\/25{ border-left-color: rgb(167 139 250 / 0.25); border-right-color: rgb(167 139 250 / 0.25); }
.border-x-violet-400\/30{ border-left-color: rgb(167 139 250 / 0.3); border-right-color: rgb(167 139 250 / 0.3); }
.border-x-violet-400\/40{ border-left-color: rgb(167 139 250 / 0.4); border-right-color: rgb(167 139 250 / 0.4); }
.border-x-violet-400\/5{ border-left-color: rgb(167 139 250 / 0.05); border-right-color: rgb(167 139 250 / 0.05); }
.border-x-violet-400\/50{ border-left-color: rgb(167 139 250 / 0.5); border-right-color: rgb(167 139 250 / 0.5); }
.border-x-violet-400\/60{ border-left-color: rgb(167 139 250 / 0.6); border-right-color: rgb(167 139 250 / 0.6); }
.border-x-violet-400\/70{ border-left-color: rgb(167 139 250 / 0.7); border-right-color: rgb(167 139 250 / 0.7); }
.border-x-violet-400\/75{ border-left-color: rgb(167 139 250 / 0.75); border-right-color: rgb(167 139 250 / 0.75); }
.border-x-violet-400\/80{ border-left-color: rgb(167 139 250 / 0.8); border-right-color: rgb(167 139 250 / 0.8); }
.border-x-violet-400\/90{ border-left-color: rgb(167 139 250 / 0.9); border-right-color: rgb(167 139 250 / 0.9); }
.border-x-violet-400\/95{ border-left-color: rgb(167 139 250 / 0.95); border-right-color: rgb(167 139 250 / 0.95); }
.border-x-violet-50{ --tw-border-opacity: 1; border-left-color: rgb(245 243 255 / var(--tw-border-opacity)); border-right-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-x-violet-50\/0{ border-left-color: rgb(245 243 255 / 0); border-right-color: rgb(245 243 255 / 0); }
.border-x-violet-50\/10{ border-left-color: rgb(245 243 255 / 0.1); border-right-color: rgb(245 243 255 / 0.1); }
.border-x-violet-50\/100{ border-left-color: rgb(245 243 255 / 1); border-right-color: rgb(245 243 255 / 1); }
.border-x-violet-50\/20{ border-left-color: rgb(245 243 255 / 0.2); border-right-color: rgb(245 243 255 / 0.2); }
.border-x-violet-50\/25{ border-left-color: rgb(245 243 255 / 0.25); border-right-color: rgb(245 243 255 / 0.25); }
.border-x-violet-50\/30{ border-left-color: rgb(245 243 255 / 0.3); border-right-color: rgb(245 243 255 / 0.3); }
.border-x-violet-50\/40{ border-left-color: rgb(245 243 255 / 0.4); border-right-color: rgb(245 243 255 / 0.4); }
.border-x-violet-50\/5{ border-left-color: rgb(245 243 255 / 0.05); border-right-color: rgb(245 243 255 / 0.05); }
.border-x-violet-50\/50{ border-left-color: rgb(245 243 255 / 0.5); border-right-color: rgb(245 243 255 / 0.5); }
.border-x-violet-50\/60{ border-left-color: rgb(245 243 255 / 0.6); border-right-color: rgb(245 243 255 / 0.6); }
.border-x-violet-50\/70{ border-left-color: rgb(245 243 255 / 0.7); border-right-color: rgb(245 243 255 / 0.7); }
.border-x-violet-50\/75{ border-left-color: rgb(245 243 255 / 0.75); border-right-color: rgb(245 243 255 / 0.75); }
.border-x-violet-50\/80{ border-left-color: rgb(245 243 255 / 0.8); border-right-color: rgb(245 243 255 / 0.8); }
.border-x-violet-50\/90{ border-left-color: rgb(245 243 255 / 0.9); border-right-color: rgb(245 243 255 / 0.9); }
.border-x-violet-50\/95{ border-left-color: rgb(245 243 255 / 0.95); border-right-color: rgb(245 243 255 / 0.95); }
.border-x-violet-500{ --tw-border-opacity: 1; border-left-color: rgb(139 92 246 / var(--tw-border-opacity)); border-right-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-x-violet-500\/0{ border-left-color: rgb(139 92 246 / 0); border-right-color: rgb(139 92 246 / 0); }
.border-x-violet-500\/10{ border-left-color: rgb(139 92 246 / 0.1); border-right-color: rgb(139 92 246 / 0.1); }
.border-x-violet-500\/100{ border-left-color: rgb(139 92 246 / 1); border-right-color: rgb(139 92 246 / 1); }
.border-x-violet-500\/20{ border-left-color: rgb(139 92 246 / 0.2); border-right-color: rgb(139 92 246 / 0.2); }
.border-x-violet-500\/25{ border-left-color: rgb(139 92 246 / 0.25); border-right-color: rgb(139 92 246 / 0.25); }
.border-x-violet-500\/30{ border-left-color: rgb(139 92 246 / 0.3); border-right-color: rgb(139 92 246 / 0.3); }
.border-x-violet-500\/40{ border-left-color: rgb(139 92 246 / 0.4); border-right-color: rgb(139 92 246 / 0.4); }
.border-x-violet-500\/5{ border-left-color: rgb(139 92 246 / 0.05); border-right-color: rgb(139 92 246 / 0.05); }
.border-x-violet-500\/50{ border-left-color: rgb(139 92 246 / 0.5); border-right-color: rgb(139 92 246 / 0.5); }
.border-x-violet-500\/60{ border-left-color: rgb(139 92 246 / 0.6); border-right-color: rgb(139 92 246 / 0.6); }
.border-x-violet-500\/70{ border-left-color: rgb(139 92 246 / 0.7); border-right-color: rgb(139 92 246 / 0.7); }
.border-x-violet-500\/75{ border-left-color: rgb(139 92 246 / 0.75); border-right-color: rgb(139 92 246 / 0.75); }
.border-x-violet-500\/80{ border-left-color: rgb(139 92 246 / 0.8); border-right-color: rgb(139 92 246 / 0.8); }
.border-x-violet-500\/90{ border-left-color: rgb(139 92 246 / 0.9); border-right-color: rgb(139 92 246 / 0.9); }
.border-x-violet-500\/95{ border-left-color: rgb(139 92 246 / 0.95); border-right-color: rgb(139 92 246 / 0.95); }
.border-x-violet-600{ --tw-border-opacity: 1; border-left-color: rgb(124 58 237 / var(--tw-border-opacity)); border-right-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-x-violet-600\/0{ border-left-color: rgb(124 58 237 / 0); border-right-color: rgb(124 58 237 / 0); }
.border-x-violet-600\/10{ border-left-color: rgb(124 58 237 / 0.1); border-right-color: rgb(124 58 237 / 0.1); }
.border-x-violet-600\/100{ border-left-color: rgb(124 58 237 / 1); border-right-color: rgb(124 58 237 / 1); }
.border-x-violet-600\/20{ border-left-color: rgb(124 58 237 / 0.2); border-right-color: rgb(124 58 237 / 0.2); }
.border-x-violet-600\/25{ border-left-color: rgb(124 58 237 / 0.25); border-right-color: rgb(124 58 237 / 0.25); }
.border-x-violet-600\/30{ border-left-color: rgb(124 58 237 / 0.3); border-right-color: rgb(124 58 237 / 0.3); }
.border-x-violet-600\/40{ border-left-color: rgb(124 58 237 / 0.4); border-right-color: rgb(124 58 237 / 0.4); }
.border-x-violet-600\/5{ border-left-color: rgb(124 58 237 / 0.05); border-right-color: rgb(124 58 237 / 0.05); }
.border-x-violet-600\/50{ border-left-color: rgb(124 58 237 / 0.5); border-right-color: rgb(124 58 237 / 0.5); }
.border-x-violet-600\/60{ border-left-color: rgb(124 58 237 / 0.6); border-right-color: rgb(124 58 237 / 0.6); }
.border-x-violet-600\/70{ border-left-color: rgb(124 58 237 / 0.7); border-right-color: rgb(124 58 237 / 0.7); }
.border-x-violet-600\/75{ border-left-color: rgb(124 58 237 / 0.75); border-right-color: rgb(124 58 237 / 0.75); }
.border-x-violet-600\/80{ border-left-color: rgb(124 58 237 / 0.8); border-right-color: rgb(124 58 237 / 0.8); }
.border-x-violet-600\/90{ border-left-color: rgb(124 58 237 / 0.9); border-right-color: rgb(124 58 237 / 0.9); }
.border-x-violet-600\/95{ border-left-color: rgb(124 58 237 / 0.95); border-right-color: rgb(124 58 237 / 0.95); }
.border-x-violet-700{ --tw-border-opacity: 1; border-left-color: rgb(109 40 217 / var(--tw-border-opacity)); border-right-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-x-violet-700\/0{ border-left-color: rgb(109 40 217 / 0); border-right-color: rgb(109 40 217 / 0); }
.border-x-violet-700\/10{ border-left-color: rgb(109 40 217 / 0.1); border-right-color: rgb(109 40 217 / 0.1); }
.border-x-violet-700\/100{ border-left-color: rgb(109 40 217 / 1); border-right-color: rgb(109 40 217 / 1); }
.border-x-violet-700\/20{ border-left-color: rgb(109 40 217 / 0.2); border-right-color: rgb(109 40 217 / 0.2); }
.border-x-violet-700\/25{ border-left-color: rgb(109 40 217 / 0.25); border-right-color: rgb(109 40 217 / 0.25); }
.border-x-violet-700\/30{ border-left-color: rgb(109 40 217 / 0.3); border-right-color: rgb(109 40 217 / 0.3); }
.border-x-violet-700\/40{ border-left-color: rgb(109 40 217 / 0.4); border-right-color: rgb(109 40 217 / 0.4); }
.border-x-violet-700\/5{ border-left-color: rgb(109 40 217 / 0.05); border-right-color: rgb(109 40 217 / 0.05); }
.border-x-violet-700\/50{ border-left-color: rgb(109 40 217 / 0.5); border-right-color: rgb(109 40 217 / 0.5); }
.border-x-violet-700\/60{ border-left-color: rgb(109 40 217 / 0.6); border-right-color: rgb(109 40 217 / 0.6); }
.border-x-violet-700\/70{ border-left-color: rgb(109 40 217 / 0.7); border-right-color: rgb(109 40 217 / 0.7); }
.border-x-violet-700\/75{ border-left-color: rgb(109 40 217 / 0.75); border-right-color: rgb(109 40 217 / 0.75); }
.border-x-violet-700\/80{ border-left-color: rgb(109 40 217 / 0.8); border-right-color: rgb(109 40 217 / 0.8); }
.border-x-violet-700\/90{ border-left-color: rgb(109 40 217 / 0.9); border-right-color: rgb(109 40 217 / 0.9); }
.border-x-violet-700\/95{ border-left-color: rgb(109 40 217 / 0.95); border-right-color: rgb(109 40 217 / 0.95); }
.border-x-violet-800{ --tw-border-opacity: 1; border-left-color: rgb(91 33 182 / var(--tw-border-opacity)); border-right-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-x-violet-800\/0{ border-left-color: rgb(91 33 182 / 0); border-right-color: rgb(91 33 182 / 0); }
.border-x-violet-800\/10{ border-left-color: rgb(91 33 182 / 0.1); border-right-color: rgb(91 33 182 / 0.1); }
.border-x-violet-800\/100{ border-left-color: rgb(91 33 182 / 1); border-right-color: rgb(91 33 182 / 1); }
.border-x-violet-800\/20{ border-left-color: rgb(91 33 182 / 0.2); border-right-color: rgb(91 33 182 / 0.2); }
.border-x-violet-800\/25{ border-left-color: rgb(91 33 182 / 0.25); border-right-color: rgb(91 33 182 / 0.25); }
.border-x-violet-800\/30{ border-left-color: rgb(91 33 182 / 0.3); border-right-color: rgb(91 33 182 / 0.3); }
.border-x-violet-800\/40{ border-left-color: rgb(91 33 182 / 0.4); border-right-color: rgb(91 33 182 / 0.4); }
.border-x-violet-800\/5{ border-left-color: rgb(91 33 182 / 0.05); border-right-color: rgb(91 33 182 / 0.05); }
.border-x-violet-800\/50{ border-left-color: rgb(91 33 182 / 0.5); border-right-color: rgb(91 33 182 / 0.5); }
.border-x-violet-800\/60{ border-left-color: rgb(91 33 182 / 0.6); border-right-color: rgb(91 33 182 / 0.6); }
.border-x-violet-800\/70{ border-left-color: rgb(91 33 182 / 0.7); border-right-color: rgb(91 33 182 / 0.7); }
.border-x-violet-800\/75{ border-left-color: rgb(91 33 182 / 0.75); border-right-color: rgb(91 33 182 / 0.75); }
.border-x-violet-800\/80{ border-left-color: rgb(91 33 182 / 0.8); border-right-color: rgb(91 33 182 / 0.8); }
.border-x-violet-800\/90{ border-left-color: rgb(91 33 182 / 0.9); border-right-color: rgb(91 33 182 / 0.9); }
.border-x-violet-800\/95{ border-left-color: rgb(91 33 182 / 0.95); border-right-color: rgb(91 33 182 / 0.95); }
.border-x-violet-900{ --tw-border-opacity: 1; border-left-color: rgb(76 29 149 / var(--tw-border-opacity)); border-right-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-x-violet-900\/0{ border-left-color: rgb(76 29 149 / 0); border-right-color: rgb(76 29 149 / 0); }
.border-x-violet-900\/10{ border-left-color: rgb(76 29 149 / 0.1); border-right-color: rgb(76 29 149 / 0.1); }
.border-x-violet-900\/100{ border-left-color: rgb(76 29 149 / 1); border-right-color: rgb(76 29 149 / 1); }
.border-x-violet-900\/20{ border-left-color: rgb(76 29 149 / 0.2); border-right-color: rgb(76 29 149 / 0.2); }
.border-x-violet-900\/25{ border-left-color: rgb(76 29 149 / 0.25); border-right-color: rgb(76 29 149 / 0.25); }
.border-x-violet-900\/30{ border-left-color: rgb(76 29 149 / 0.3); border-right-color: rgb(76 29 149 / 0.3); }
.border-x-violet-900\/40{ border-left-color: rgb(76 29 149 / 0.4); border-right-color: rgb(76 29 149 / 0.4); }
.border-x-violet-900\/5{ border-left-color: rgb(76 29 149 / 0.05); border-right-color: rgb(76 29 149 / 0.05); }
.border-x-violet-900\/50{ border-left-color: rgb(76 29 149 / 0.5); border-right-color: rgb(76 29 149 / 0.5); }
.border-x-violet-900\/60{ border-left-color: rgb(76 29 149 / 0.6); border-right-color: rgb(76 29 149 / 0.6); }
.border-x-violet-900\/70{ border-left-color: rgb(76 29 149 / 0.7); border-right-color: rgb(76 29 149 / 0.7); }
.border-x-violet-900\/75{ border-left-color: rgb(76 29 149 / 0.75); border-right-color: rgb(76 29 149 / 0.75); }
.border-x-violet-900\/80{ border-left-color: rgb(76 29 149 / 0.8); border-right-color: rgb(76 29 149 / 0.8); }
.border-x-violet-900\/90{ border-left-color: rgb(76 29 149 / 0.9); border-right-color: rgb(76 29 149 / 0.9); }
.border-x-violet-900\/95{ border-left-color: rgb(76 29 149 / 0.95); border-right-color: rgb(76 29 149 / 0.95); }
.border-x-violet-950{ --tw-border-opacity: 1; border-left-color: rgb(46 16 101 / var(--tw-border-opacity)); border-right-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-x-violet-950\/0{ border-left-color: rgb(46 16 101 / 0); border-right-color: rgb(46 16 101 / 0); }
.border-x-violet-950\/10{ border-left-color: rgb(46 16 101 / 0.1); border-right-color: rgb(46 16 101 / 0.1); }
.border-x-violet-950\/100{ border-left-color: rgb(46 16 101 / 1); border-right-color: rgb(46 16 101 / 1); }
.border-x-violet-950\/20{ border-left-color: rgb(46 16 101 / 0.2); border-right-color: rgb(46 16 101 / 0.2); }
.border-x-violet-950\/25{ border-left-color: rgb(46 16 101 / 0.25); border-right-color: rgb(46 16 101 / 0.25); }
.border-x-violet-950\/30{ border-left-color: rgb(46 16 101 / 0.3); border-right-color: rgb(46 16 101 / 0.3); }
.border-x-violet-950\/40{ border-left-color: rgb(46 16 101 / 0.4); border-right-color: rgb(46 16 101 / 0.4); }
.border-x-violet-950\/5{ border-left-color: rgb(46 16 101 / 0.05); border-right-color: rgb(46 16 101 / 0.05); }
.border-x-violet-950\/50{ border-left-color: rgb(46 16 101 / 0.5); border-right-color: rgb(46 16 101 / 0.5); }
.border-x-violet-950\/60{ border-left-color: rgb(46 16 101 / 0.6); border-right-color: rgb(46 16 101 / 0.6); }
.border-x-violet-950\/70{ border-left-color: rgb(46 16 101 / 0.7); border-right-color: rgb(46 16 101 / 0.7); }
.border-x-violet-950\/75{ border-left-color: rgb(46 16 101 / 0.75); border-right-color: rgb(46 16 101 / 0.75); }
.border-x-violet-950\/80{ border-left-color: rgb(46 16 101 / 0.8); border-right-color: rgb(46 16 101 / 0.8); }
.border-x-violet-950\/90{ border-left-color: rgb(46 16 101 / 0.9); border-right-color: rgb(46 16 101 / 0.9); }
.border-x-violet-950\/95{ border-left-color: rgb(46 16 101 / 0.95); border-right-color: rgb(46 16 101 / 0.95); }
.border-x-white{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-x-white\/0{ border-left-color: rgb(255 255 255 / 0); border-right-color: rgb(255 255 255 / 0); }
.border-x-white\/10{ border-left-color: rgb(255 255 255 / 0.1); border-right-color: rgb(255 255 255 / 0.1); }
.border-x-white\/100{ border-left-color: rgb(255 255 255 / 1); border-right-color: rgb(255 255 255 / 1); }
.border-x-white\/20{ border-left-color: rgb(255 255 255 / 0.2); border-right-color: rgb(255 255 255 / 0.2); }
.border-x-white\/25{ border-left-color: rgb(255 255 255 / 0.25); border-right-color: rgb(255 255 255 / 0.25); }
.border-x-white\/30{ border-left-color: rgb(255 255 255 / 0.3); border-right-color: rgb(255 255 255 / 0.3); }
.border-x-white\/40{ border-left-color: rgb(255 255 255 / 0.4); border-right-color: rgb(255 255 255 / 0.4); }
.border-x-white\/5{ border-left-color: rgb(255 255 255 / 0.05); border-right-color: rgb(255 255 255 / 0.05); }
.border-x-white\/50{ border-left-color: rgb(255 255 255 / 0.5); border-right-color: rgb(255 255 255 / 0.5); }
.border-x-white\/60{ border-left-color: rgb(255 255 255 / 0.6); border-right-color: rgb(255 255 255 / 0.6); }
.border-x-white\/70{ border-left-color: rgb(255 255 255 / 0.7); border-right-color: rgb(255 255 255 / 0.7); }
.border-x-white\/75{ border-left-color: rgb(255 255 255 / 0.75); border-right-color: rgb(255 255 255 / 0.75); }
.border-x-white\/80{ border-left-color: rgb(255 255 255 / 0.8); border-right-color: rgb(255 255 255 / 0.8); }
.border-x-white\/90{ border-left-color: rgb(255 255 255 / 0.9); border-right-color: rgb(255 255 255 / 0.9); }
.border-x-white\/95{ border-left-color: rgb(255 255 255 / 0.95); border-right-color: rgb(255 255 255 / 0.95); }
.border-x-yellow-100{ --tw-border-opacity: 1; border-left-color: rgb(254 249 195 / var(--tw-border-opacity)); border-right-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-x-yellow-100\/0{ border-left-color: rgb(254 249 195 / 0); border-right-color: rgb(254 249 195 / 0); }
.border-x-yellow-100\/10{ border-left-color: rgb(254 249 195 / 0.1); border-right-color: rgb(254 249 195 / 0.1); }
.border-x-yellow-100\/100{ border-left-color: rgb(254 249 195 / 1); border-right-color: rgb(254 249 195 / 1); }
.border-x-yellow-100\/20{ border-left-color: rgb(254 249 195 / 0.2); border-right-color: rgb(254 249 195 / 0.2); }
.border-x-yellow-100\/25{ border-left-color: rgb(254 249 195 / 0.25); border-right-color: rgb(254 249 195 / 0.25); }
.border-x-yellow-100\/30{ border-left-color: rgb(254 249 195 / 0.3); border-right-color: rgb(254 249 195 / 0.3); }
.border-x-yellow-100\/40{ border-left-color: rgb(254 249 195 / 0.4); border-right-color: rgb(254 249 195 / 0.4); }
.border-x-yellow-100\/5{ border-left-color: rgb(254 249 195 / 0.05); border-right-color: rgb(254 249 195 / 0.05); }
.border-x-yellow-100\/50{ border-left-color: rgb(254 249 195 / 0.5); border-right-color: rgb(254 249 195 / 0.5); }
.border-x-yellow-100\/60{ border-left-color: rgb(254 249 195 / 0.6); border-right-color: rgb(254 249 195 / 0.6); }
.border-x-yellow-100\/70{ border-left-color: rgb(254 249 195 / 0.7); border-right-color: rgb(254 249 195 / 0.7); }
.border-x-yellow-100\/75{ border-left-color: rgb(254 249 195 / 0.75); border-right-color: rgb(254 249 195 / 0.75); }
.border-x-yellow-100\/80{ border-left-color: rgb(254 249 195 / 0.8); border-right-color: rgb(254 249 195 / 0.8); }
.border-x-yellow-100\/90{ border-left-color: rgb(254 249 195 / 0.9); border-right-color: rgb(254 249 195 / 0.9); }
.border-x-yellow-100\/95{ border-left-color: rgb(254 249 195 / 0.95); border-right-color: rgb(254 249 195 / 0.95); }
.border-x-yellow-200{ --tw-border-opacity: 1; border-left-color: rgb(254 240 138 / var(--tw-border-opacity)); border-right-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-x-yellow-200\/0{ border-left-color: rgb(254 240 138 / 0); border-right-color: rgb(254 240 138 / 0); }
.border-x-yellow-200\/10{ border-left-color: rgb(254 240 138 / 0.1); border-right-color: rgb(254 240 138 / 0.1); }
.border-x-yellow-200\/100{ border-left-color: rgb(254 240 138 / 1); border-right-color: rgb(254 240 138 / 1); }
.border-x-yellow-200\/20{ border-left-color: rgb(254 240 138 / 0.2); border-right-color: rgb(254 240 138 / 0.2); }
.border-x-yellow-200\/25{ border-left-color: rgb(254 240 138 / 0.25); border-right-color: rgb(254 240 138 / 0.25); }
.border-x-yellow-200\/30{ border-left-color: rgb(254 240 138 / 0.3); border-right-color: rgb(254 240 138 / 0.3); }
.border-x-yellow-200\/40{ border-left-color: rgb(254 240 138 / 0.4); border-right-color: rgb(254 240 138 / 0.4); }
.border-x-yellow-200\/5{ border-left-color: rgb(254 240 138 / 0.05); border-right-color: rgb(254 240 138 / 0.05); }
.border-x-yellow-200\/50{ border-left-color: rgb(254 240 138 / 0.5); border-right-color: rgb(254 240 138 / 0.5); }
.border-x-yellow-200\/60{ border-left-color: rgb(254 240 138 / 0.6); border-right-color: rgb(254 240 138 / 0.6); }
.border-x-yellow-200\/70{ border-left-color: rgb(254 240 138 / 0.7); border-right-color: rgb(254 240 138 / 0.7); }
.border-x-yellow-200\/75{ border-left-color: rgb(254 240 138 / 0.75); border-right-color: rgb(254 240 138 / 0.75); }
.border-x-yellow-200\/80{ border-left-color: rgb(254 240 138 / 0.8); border-right-color: rgb(254 240 138 / 0.8); }
.border-x-yellow-200\/90{ border-left-color: rgb(254 240 138 / 0.9); border-right-color: rgb(254 240 138 / 0.9); }
.border-x-yellow-200\/95{ border-left-color: rgb(254 240 138 / 0.95); border-right-color: rgb(254 240 138 / 0.95); }
.border-x-yellow-300{ --tw-border-opacity: 1; border-left-color: rgb(253 224 71 / var(--tw-border-opacity)); border-right-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-x-yellow-300\/0{ border-left-color: rgb(253 224 71 / 0); border-right-color: rgb(253 224 71 / 0); }
.border-x-yellow-300\/10{ border-left-color: rgb(253 224 71 / 0.1); border-right-color: rgb(253 224 71 / 0.1); }
.border-x-yellow-300\/100{ border-left-color: rgb(253 224 71 / 1); border-right-color: rgb(253 224 71 / 1); }
.border-x-yellow-300\/20{ border-left-color: rgb(253 224 71 / 0.2); border-right-color: rgb(253 224 71 / 0.2); }
.border-x-yellow-300\/25{ border-left-color: rgb(253 224 71 / 0.25); border-right-color: rgb(253 224 71 / 0.25); }
.border-x-yellow-300\/30{ border-left-color: rgb(253 224 71 / 0.3); border-right-color: rgb(253 224 71 / 0.3); }
.border-x-yellow-300\/40{ border-left-color: rgb(253 224 71 / 0.4); border-right-color: rgb(253 224 71 / 0.4); }
.border-x-yellow-300\/5{ border-left-color: rgb(253 224 71 / 0.05); border-right-color: rgb(253 224 71 / 0.05); }
.border-x-yellow-300\/50{ border-left-color: rgb(253 224 71 / 0.5); border-right-color: rgb(253 224 71 / 0.5); }
.border-x-yellow-300\/60{ border-left-color: rgb(253 224 71 / 0.6); border-right-color: rgb(253 224 71 / 0.6); }
.border-x-yellow-300\/70{ border-left-color: rgb(253 224 71 / 0.7); border-right-color: rgb(253 224 71 / 0.7); }
.border-x-yellow-300\/75{ border-left-color: rgb(253 224 71 / 0.75); border-right-color: rgb(253 224 71 / 0.75); }
.border-x-yellow-300\/80{ border-left-color: rgb(253 224 71 / 0.8); border-right-color: rgb(253 224 71 / 0.8); }
.border-x-yellow-300\/90{ border-left-color: rgb(253 224 71 / 0.9); border-right-color: rgb(253 224 71 / 0.9); }
.border-x-yellow-300\/95{ border-left-color: rgb(253 224 71 / 0.95); border-right-color: rgb(253 224 71 / 0.95); }
.border-x-yellow-400{ --tw-border-opacity: 1; border-left-color: rgb(250 204 21 / var(--tw-border-opacity)); border-right-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-x-yellow-400\/0{ border-left-color: rgb(250 204 21 / 0); border-right-color: rgb(250 204 21 / 0); }
.border-x-yellow-400\/10{ border-left-color: rgb(250 204 21 / 0.1); border-right-color: rgb(250 204 21 / 0.1); }
.border-x-yellow-400\/100{ border-left-color: rgb(250 204 21 / 1); border-right-color: rgb(250 204 21 / 1); }
.border-x-yellow-400\/20{ border-left-color: rgb(250 204 21 / 0.2); border-right-color: rgb(250 204 21 / 0.2); }
.border-x-yellow-400\/25{ border-left-color: rgb(250 204 21 / 0.25); border-right-color: rgb(250 204 21 / 0.25); }
.border-x-yellow-400\/30{ border-left-color: rgb(250 204 21 / 0.3); border-right-color: rgb(250 204 21 / 0.3); }
.border-x-yellow-400\/40{ border-left-color: rgb(250 204 21 / 0.4); border-right-color: rgb(250 204 21 / 0.4); }
.border-x-yellow-400\/5{ border-left-color: rgb(250 204 21 / 0.05); border-right-color: rgb(250 204 21 / 0.05); }
.border-x-yellow-400\/50{ border-left-color: rgb(250 204 21 / 0.5); border-right-color: rgb(250 204 21 / 0.5); }
.border-x-yellow-400\/60{ border-left-color: rgb(250 204 21 / 0.6); border-right-color: rgb(250 204 21 / 0.6); }
.border-x-yellow-400\/70{ border-left-color: rgb(250 204 21 / 0.7); border-right-color: rgb(250 204 21 / 0.7); }
.border-x-yellow-400\/75{ border-left-color: rgb(250 204 21 / 0.75); border-right-color: rgb(250 204 21 / 0.75); }
.border-x-yellow-400\/80{ border-left-color: rgb(250 204 21 / 0.8); border-right-color: rgb(250 204 21 / 0.8); }
.border-x-yellow-400\/90{ border-left-color: rgb(250 204 21 / 0.9); border-right-color: rgb(250 204 21 / 0.9); }
.border-x-yellow-400\/95{ border-left-color: rgb(250 204 21 / 0.95); border-right-color: rgb(250 204 21 / 0.95); }
.border-x-yellow-50{ --tw-border-opacity: 1; border-left-color: rgb(254 252 232 / var(--tw-border-opacity)); border-right-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-x-yellow-50\/0{ border-left-color: rgb(254 252 232 / 0); border-right-color: rgb(254 252 232 / 0); }
.border-x-yellow-50\/10{ border-left-color: rgb(254 252 232 / 0.1); border-right-color: rgb(254 252 232 / 0.1); }
.border-x-yellow-50\/100{ border-left-color: rgb(254 252 232 / 1); border-right-color: rgb(254 252 232 / 1); }
.border-x-yellow-50\/20{ border-left-color: rgb(254 252 232 / 0.2); border-right-color: rgb(254 252 232 / 0.2); }
.border-x-yellow-50\/25{ border-left-color: rgb(254 252 232 / 0.25); border-right-color: rgb(254 252 232 / 0.25); }
.border-x-yellow-50\/30{ border-left-color: rgb(254 252 232 / 0.3); border-right-color: rgb(254 252 232 / 0.3); }
.border-x-yellow-50\/40{ border-left-color: rgb(254 252 232 / 0.4); border-right-color: rgb(254 252 232 / 0.4); }
.border-x-yellow-50\/5{ border-left-color: rgb(254 252 232 / 0.05); border-right-color: rgb(254 252 232 / 0.05); }
.border-x-yellow-50\/50{ border-left-color: rgb(254 252 232 / 0.5); border-right-color: rgb(254 252 232 / 0.5); }
.border-x-yellow-50\/60{ border-left-color: rgb(254 252 232 / 0.6); border-right-color: rgb(254 252 232 / 0.6); }
.border-x-yellow-50\/70{ border-left-color: rgb(254 252 232 / 0.7); border-right-color: rgb(254 252 232 / 0.7); }
.border-x-yellow-50\/75{ border-left-color: rgb(254 252 232 / 0.75); border-right-color: rgb(254 252 232 / 0.75); }
.border-x-yellow-50\/80{ border-left-color: rgb(254 252 232 / 0.8); border-right-color: rgb(254 252 232 / 0.8); }
.border-x-yellow-50\/90{ border-left-color: rgb(254 252 232 / 0.9); border-right-color: rgb(254 252 232 / 0.9); }
.border-x-yellow-50\/95{ border-left-color: rgb(254 252 232 / 0.95); border-right-color: rgb(254 252 232 / 0.95); }
.border-x-yellow-500{ --tw-border-opacity: 1; border-left-color: rgb(234 179 8 / var(--tw-border-opacity)); border-right-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-x-yellow-500\/0{ border-left-color: rgb(234 179 8 / 0); border-right-color: rgb(234 179 8 / 0); }
.border-x-yellow-500\/10{ border-left-color: rgb(234 179 8 / 0.1); border-right-color: rgb(234 179 8 / 0.1); }
.border-x-yellow-500\/100{ border-left-color: rgb(234 179 8 / 1); border-right-color: rgb(234 179 8 / 1); }
.border-x-yellow-500\/20{ border-left-color: rgb(234 179 8 / 0.2); border-right-color: rgb(234 179 8 / 0.2); }
.border-x-yellow-500\/25{ border-left-color: rgb(234 179 8 / 0.25); border-right-color: rgb(234 179 8 / 0.25); }
.border-x-yellow-500\/30{ border-left-color: rgb(234 179 8 / 0.3); border-right-color: rgb(234 179 8 / 0.3); }
.border-x-yellow-500\/40{ border-left-color: rgb(234 179 8 / 0.4); border-right-color: rgb(234 179 8 / 0.4); }
.border-x-yellow-500\/5{ border-left-color: rgb(234 179 8 / 0.05); border-right-color: rgb(234 179 8 / 0.05); }
.border-x-yellow-500\/50{ border-left-color: rgb(234 179 8 / 0.5); border-right-color: rgb(234 179 8 / 0.5); }
.border-x-yellow-500\/60{ border-left-color: rgb(234 179 8 / 0.6); border-right-color: rgb(234 179 8 / 0.6); }
.border-x-yellow-500\/70{ border-left-color: rgb(234 179 8 / 0.7); border-right-color: rgb(234 179 8 / 0.7); }
.border-x-yellow-500\/75{ border-left-color: rgb(234 179 8 / 0.75); border-right-color: rgb(234 179 8 / 0.75); }
.border-x-yellow-500\/80{ border-left-color: rgb(234 179 8 / 0.8); border-right-color: rgb(234 179 8 / 0.8); }
.border-x-yellow-500\/90{ border-left-color: rgb(234 179 8 / 0.9); border-right-color: rgb(234 179 8 / 0.9); }
.border-x-yellow-500\/95{ border-left-color: rgb(234 179 8 / 0.95); border-right-color: rgb(234 179 8 / 0.95); }
.border-x-yellow-600{ --tw-border-opacity: 1; border-left-color: rgb(202 138 4 / var(--tw-border-opacity)); border-right-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-x-yellow-600\/0{ border-left-color: rgb(202 138 4 / 0); border-right-color: rgb(202 138 4 / 0); }
.border-x-yellow-600\/10{ border-left-color: rgb(202 138 4 / 0.1); border-right-color: rgb(202 138 4 / 0.1); }
.border-x-yellow-600\/100{ border-left-color: rgb(202 138 4 / 1); border-right-color: rgb(202 138 4 / 1); }
.border-x-yellow-600\/20{ border-left-color: rgb(202 138 4 / 0.2); border-right-color: rgb(202 138 4 / 0.2); }
.border-x-yellow-600\/25{ border-left-color: rgb(202 138 4 / 0.25); border-right-color: rgb(202 138 4 / 0.25); }
.border-x-yellow-600\/30{ border-left-color: rgb(202 138 4 / 0.3); border-right-color: rgb(202 138 4 / 0.3); }
.border-x-yellow-600\/40{ border-left-color: rgb(202 138 4 / 0.4); border-right-color: rgb(202 138 4 / 0.4); }
.border-x-yellow-600\/5{ border-left-color: rgb(202 138 4 / 0.05); border-right-color: rgb(202 138 4 / 0.05); }
.border-x-yellow-600\/50{ border-left-color: rgb(202 138 4 / 0.5); border-right-color: rgb(202 138 4 / 0.5); }
.border-x-yellow-600\/60{ border-left-color: rgb(202 138 4 / 0.6); border-right-color: rgb(202 138 4 / 0.6); }
.border-x-yellow-600\/70{ border-left-color: rgb(202 138 4 / 0.7); border-right-color: rgb(202 138 4 / 0.7); }
.border-x-yellow-600\/75{ border-left-color: rgb(202 138 4 / 0.75); border-right-color: rgb(202 138 4 / 0.75); }
.border-x-yellow-600\/80{ border-left-color: rgb(202 138 4 / 0.8); border-right-color: rgb(202 138 4 / 0.8); }
.border-x-yellow-600\/90{ border-left-color: rgb(202 138 4 / 0.9); border-right-color: rgb(202 138 4 / 0.9); }
.border-x-yellow-600\/95{ border-left-color: rgb(202 138 4 / 0.95); border-right-color: rgb(202 138 4 / 0.95); }
.border-x-yellow-700{ --tw-border-opacity: 1; border-left-color: rgb(161 98 7 / var(--tw-border-opacity)); border-right-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-x-yellow-700\/0{ border-left-color: rgb(161 98 7 / 0); border-right-color: rgb(161 98 7 / 0); }
.border-x-yellow-700\/10{ border-left-color: rgb(161 98 7 / 0.1); border-right-color: rgb(161 98 7 / 0.1); }
.border-x-yellow-700\/100{ border-left-color: rgb(161 98 7 / 1); border-right-color: rgb(161 98 7 / 1); }
.border-x-yellow-700\/20{ border-left-color: rgb(161 98 7 / 0.2); border-right-color: rgb(161 98 7 / 0.2); }
.border-x-yellow-700\/25{ border-left-color: rgb(161 98 7 / 0.25); border-right-color: rgb(161 98 7 / 0.25); }
.border-x-yellow-700\/30{ border-left-color: rgb(161 98 7 / 0.3); border-right-color: rgb(161 98 7 / 0.3); }
.border-x-yellow-700\/40{ border-left-color: rgb(161 98 7 / 0.4); border-right-color: rgb(161 98 7 / 0.4); }
.border-x-yellow-700\/5{ border-left-color: rgb(161 98 7 / 0.05); border-right-color: rgb(161 98 7 / 0.05); }
.border-x-yellow-700\/50{ border-left-color: rgb(161 98 7 / 0.5); border-right-color: rgb(161 98 7 / 0.5); }
.border-x-yellow-700\/60{ border-left-color: rgb(161 98 7 / 0.6); border-right-color: rgb(161 98 7 / 0.6); }
.border-x-yellow-700\/70{ border-left-color: rgb(161 98 7 / 0.7); border-right-color: rgb(161 98 7 / 0.7); }
.border-x-yellow-700\/75{ border-left-color: rgb(161 98 7 / 0.75); border-right-color: rgb(161 98 7 / 0.75); }
.border-x-yellow-700\/80{ border-left-color: rgb(161 98 7 / 0.8); border-right-color: rgb(161 98 7 / 0.8); }
.border-x-yellow-700\/90{ border-left-color: rgb(161 98 7 / 0.9); border-right-color: rgb(161 98 7 / 0.9); }
.border-x-yellow-700\/95{ border-left-color: rgb(161 98 7 / 0.95); border-right-color: rgb(161 98 7 / 0.95); }
.border-x-yellow-800{ --tw-border-opacity: 1; border-left-color: rgb(133 77 14 / var(--tw-border-opacity)); border-right-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-x-yellow-800\/0{ border-left-color: rgb(133 77 14 / 0); border-right-color: rgb(133 77 14 / 0); }
.border-x-yellow-800\/10{ border-left-color: rgb(133 77 14 / 0.1); border-right-color: rgb(133 77 14 / 0.1); }
.border-x-yellow-800\/100{ border-left-color: rgb(133 77 14 / 1); border-right-color: rgb(133 77 14 / 1); }
.border-x-yellow-800\/20{ border-left-color: rgb(133 77 14 / 0.2); border-right-color: rgb(133 77 14 / 0.2); }
.border-x-yellow-800\/25{ border-left-color: rgb(133 77 14 / 0.25); border-right-color: rgb(133 77 14 / 0.25); }
.border-x-yellow-800\/30{ border-left-color: rgb(133 77 14 / 0.3); border-right-color: rgb(133 77 14 / 0.3); }
.border-x-yellow-800\/40{ border-left-color: rgb(133 77 14 / 0.4); border-right-color: rgb(133 77 14 / 0.4); }
.border-x-yellow-800\/5{ border-left-color: rgb(133 77 14 / 0.05); border-right-color: rgb(133 77 14 / 0.05); }
.border-x-yellow-800\/50{ border-left-color: rgb(133 77 14 / 0.5); border-right-color: rgb(133 77 14 / 0.5); }
.border-x-yellow-800\/60{ border-left-color: rgb(133 77 14 / 0.6); border-right-color: rgb(133 77 14 / 0.6); }
.border-x-yellow-800\/70{ border-left-color: rgb(133 77 14 / 0.7); border-right-color: rgb(133 77 14 / 0.7); }
.border-x-yellow-800\/75{ border-left-color: rgb(133 77 14 / 0.75); border-right-color: rgb(133 77 14 / 0.75); }
.border-x-yellow-800\/80{ border-left-color: rgb(133 77 14 / 0.8); border-right-color: rgb(133 77 14 / 0.8); }
.border-x-yellow-800\/90{ border-left-color: rgb(133 77 14 / 0.9); border-right-color: rgb(133 77 14 / 0.9); }
.border-x-yellow-800\/95{ border-left-color: rgb(133 77 14 / 0.95); border-right-color: rgb(133 77 14 / 0.95); }
.border-x-yellow-900{ --tw-border-opacity: 1; border-left-color: rgb(113 63 18 / var(--tw-border-opacity)); border-right-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-x-yellow-900\/0{ border-left-color: rgb(113 63 18 / 0); border-right-color: rgb(113 63 18 / 0); }
.border-x-yellow-900\/10{ border-left-color: rgb(113 63 18 / 0.1); border-right-color: rgb(113 63 18 / 0.1); }
.border-x-yellow-900\/100{ border-left-color: rgb(113 63 18 / 1); border-right-color: rgb(113 63 18 / 1); }
.border-x-yellow-900\/20{ border-left-color: rgb(113 63 18 / 0.2); border-right-color: rgb(113 63 18 / 0.2); }
.border-x-yellow-900\/25{ border-left-color: rgb(113 63 18 / 0.25); border-right-color: rgb(113 63 18 / 0.25); }
.border-x-yellow-900\/30{ border-left-color: rgb(113 63 18 / 0.3); border-right-color: rgb(113 63 18 / 0.3); }
.border-x-yellow-900\/40{ border-left-color: rgb(113 63 18 / 0.4); border-right-color: rgb(113 63 18 / 0.4); }
.border-x-yellow-900\/5{ border-left-color: rgb(113 63 18 / 0.05); border-right-color: rgb(113 63 18 / 0.05); }
.border-x-yellow-900\/50{ border-left-color: rgb(113 63 18 / 0.5); border-right-color: rgb(113 63 18 / 0.5); }
.border-x-yellow-900\/60{ border-left-color: rgb(113 63 18 / 0.6); border-right-color: rgb(113 63 18 / 0.6); }
.border-x-yellow-900\/70{ border-left-color: rgb(113 63 18 / 0.7); border-right-color: rgb(113 63 18 / 0.7); }
.border-x-yellow-900\/75{ border-left-color: rgb(113 63 18 / 0.75); border-right-color: rgb(113 63 18 / 0.75); }
.border-x-yellow-900\/80{ border-left-color: rgb(113 63 18 / 0.8); border-right-color: rgb(113 63 18 / 0.8); }
.border-x-yellow-900\/90{ border-left-color: rgb(113 63 18 / 0.9); border-right-color: rgb(113 63 18 / 0.9); }
.border-x-yellow-900\/95{ border-left-color: rgb(113 63 18 / 0.95); border-right-color: rgb(113 63 18 / 0.95); }
.border-x-yellow-950{ --tw-border-opacity: 1; border-left-color: rgb(66 32 6 / var(--tw-border-opacity)); border-right-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-x-yellow-950\/0{ border-left-color: rgb(66 32 6 / 0); border-right-color: rgb(66 32 6 / 0); }
.border-x-yellow-950\/10{ border-left-color: rgb(66 32 6 / 0.1); border-right-color: rgb(66 32 6 / 0.1); }
.border-x-yellow-950\/100{ border-left-color: rgb(66 32 6 / 1); border-right-color: rgb(66 32 6 / 1); }
.border-x-yellow-950\/20{ border-left-color: rgb(66 32 6 / 0.2); border-right-color: rgb(66 32 6 / 0.2); }
.border-x-yellow-950\/25{ border-left-color: rgb(66 32 6 / 0.25); border-right-color: rgb(66 32 6 / 0.25); }
.border-x-yellow-950\/30{ border-left-color: rgb(66 32 6 / 0.3); border-right-color: rgb(66 32 6 / 0.3); }
.border-x-yellow-950\/40{ border-left-color: rgb(66 32 6 / 0.4); border-right-color: rgb(66 32 6 / 0.4); }
.border-x-yellow-950\/5{ border-left-color: rgb(66 32 6 / 0.05); border-right-color: rgb(66 32 6 / 0.05); }
.border-x-yellow-950\/50{ border-left-color: rgb(66 32 6 / 0.5); border-right-color: rgb(66 32 6 / 0.5); }
.border-x-yellow-950\/60{ border-left-color: rgb(66 32 6 / 0.6); border-right-color: rgb(66 32 6 / 0.6); }
.border-x-yellow-950\/70{ border-left-color: rgb(66 32 6 / 0.7); border-right-color: rgb(66 32 6 / 0.7); }
.border-x-yellow-950\/75{ border-left-color: rgb(66 32 6 / 0.75); border-right-color: rgb(66 32 6 / 0.75); }
.border-x-yellow-950\/80{ border-left-color: rgb(66 32 6 / 0.8); border-right-color: rgb(66 32 6 / 0.8); }
.border-x-yellow-950\/90{ border-left-color: rgb(66 32 6 / 0.9); border-right-color: rgb(66 32 6 / 0.9); }
.border-x-yellow-950\/95{ border-left-color: rgb(66 32 6 / 0.95); border-right-color: rgb(66 32 6 / 0.95); }
.border-x-zinc-100{ --tw-border-opacity: 1; border-left-color: rgb(244 244 245 / var(--tw-border-opacity)); border-right-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-x-zinc-100\/0{ border-left-color: rgb(244 244 245 / 0); border-right-color: rgb(244 244 245 / 0); }
.border-x-zinc-100\/10{ border-left-color: rgb(244 244 245 / 0.1); border-right-color: rgb(244 244 245 / 0.1); }
.border-x-zinc-100\/100{ border-left-color: rgb(244 244 245 / 1); border-right-color: rgb(244 244 245 / 1); }
.border-x-zinc-100\/20{ border-left-color: rgb(244 244 245 / 0.2); border-right-color: rgb(244 244 245 / 0.2); }
.border-x-zinc-100\/25{ border-left-color: rgb(244 244 245 / 0.25); border-right-color: rgb(244 244 245 / 0.25); }
.border-x-zinc-100\/30{ border-left-color: rgb(244 244 245 / 0.3); border-right-color: rgb(244 244 245 / 0.3); }
.border-x-zinc-100\/40{ border-left-color: rgb(244 244 245 / 0.4); border-right-color: rgb(244 244 245 / 0.4); }
.border-x-zinc-100\/5{ border-left-color: rgb(244 244 245 / 0.05); border-right-color: rgb(244 244 245 / 0.05); }
.border-x-zinc-100\/50{ border-left-color: rgb(244 244 245 / 0.5); border-right-color: rgb(244 244 245 / 0.5); }
.border-x-zinc-100\/60{ border-left-color: rgb(244 244 245 / 0.6); border-right-color: rgb(244 244 245 / 0.6); }
.border-x-zinc-100\/70{ border-left-color: rgb(244 244 245 / 0.7); border-right-color: rgb(244 244 245 / 0.7); }
.border-x-zinc-100\/75{ border-left-color: rgb(244 244 245 / 0.75); border-right-color: rgb(244 244 245 / 0.75); }
.border-x-zinc-100\/80{ border-left-color: rgb(244 244 245 / 0.8); border-right-color: rgb(244 244 245 / 0.8); }
.border-x-zinc-100\/90{ border-left-color: rgb(244 244 245 / 0.9); border-right-color: rgb(244 244 245 / 0.9); }
.border-x-zinc-100\/95{ border-left-color: rgb(244 244 245 / 0.95); border-right-color: rgb(244 244 245 / 0.95); }
.border-x-zinc-200{ --tw-border-opacity: 1; border-left-color: rgb(228 228 231 / var(--tw-border-opacity)); border-right-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-x-zinc-200\/0{ border-left-color: rgb(228 228 231 / 0); border-right-color: rgb(228 228 231 / 0); }
.border-x-zinc-200\/10{ border-left-color: rgb(228 228 231 / 0.1); border-right-color: rgb(228 228 231 / 0.1); }
.border-x-zinc-200\/100{ border-left-color: rgb(228 228 231 / 1); border-right-color: rgb(228 228 231 / 1); }
.border-x-zinc-200\/20{ border-left-color: rgb(228 228 231 / 0.2); border-right-color: rgb(228 228 231 / 0.2); }
.border-x-zinc-200\/25{ border-left-color: rgb(228 228 231 / 0.25); border-right-color: rgb(228 228 231 / 0.25); }
.border-x-zinc-200\/30{ border-left-color: rgb(228 228 231 / 0.3); border-right-color: rgb(228 228 231 / 0.3); }
.border-x-zinc-200\/40{ border-left-color: rgb(228 228 231 / 0.4); border-right-color: rgb(228 228 231 / 0.4); }
.border-x-zinc-200\/5{ border-left-color: rgb(228 228 231 / 0.05); border-right-color: rgb(228 228 231 / 0.05); }
.border-x-zinc-200\/50{ border-left-color: rgb(228 228 231 / 0.5); border-right-color: rgb(228 228 231 / 0.5); }
.border-x-zinc-200\/60{ border-left-color: rgb(228 228 231 / 0.6); border-right-color: rgb(228 228 231 / 0.6); }
.border-x-zinc-200\/70{ border-left-color: rgb(228 228 231 / 0.7); border-right-color: rgb(228 228 231 / 0.7); }
.border-x-zinc-200\/75{ border-left-color: rgb(228 228 231 / 0.75); border-right-color: rgb(228 228 231 / 0.75); }
.border-x-zinc-200\/80{ border-left-color: rgb(228 228 231 / 0.8); border-right-color: rgb(228 228 231 / 0.8); }
.border-x-zinc-200\/90{ border-left-color: rgb(228 228 231 / 0.9); border-right-color: rgb(228 228 231 / 0.9); }
.border-x-zinc-200\/95{ border-left-color: rgb(228 228 231 / 0.95); border-right-color: rgb(228 228 231 / 0.95); }
.border-x-zinc-300{ --tw-border-opacity: 1; border-left-color: rgb(212 212 216 / var(--tw-border-opacity)); border-right-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-x-zinc-300\/0{ border-left-color: rgb(212 212 216 / 0); border-right-color: rgb(212 212 216 / 0); }
.border-x-zinc-300\/10{ border-left-color: rgb(212 212 216 / 0.1); border-right-color: rgb(212 212 216 / 0.1); }
.border-x-zinc-300\/100{ border-left-color: rgb(212 212 216 / 1); border-right-color: rgb(212 212 216 / 1); }
.border-x-zinc-300\/20{ border-left-color: rgb(212 212 216 / 0.2); border-right-color: rgb(212 212 216 / 0.2); }
.border-x-zinc-300\/25{ border-left-color: rgb(212 212 216 / 0.25); border-right-color: rgb(212 212 216 / 0.25); }
.border-x-zinc-300\/30{ border-left-color: rgb(212 212 216 / 0.3); border-right-color: rgb(212 212 216 / 0.3); }
.border-x-zinc-300\/40{ border-left-color: rgb(212 212 216 / 0.4); border-right-color: rgb(212 212 216 / 0.4); }
.border-x-zinc-300\/5{ border-left-color: rgb(212 212 216 / 0.05); border-right-color: rgb(212 212 216 / 0.05); }
.border-x-zinc-300\/50{ border-left-color: rgb(212 212 216 / 0.5); border-right-color: rgb(212 212 216 / 0.5); }
.border-x-zinc-300\/60{ border-left-color: rgb(212 212 216 / 0.6); border-right-color: rgb(212 212 216 / 0.6); }
.border-x-zinc-300\/70{ border-left-color: rgb(212 212 216 / 0.7); border-right-color: rgb(212 212 216 / 0.7); }
.border-x-zinc-300\/75{ border-left-color: rgb(212 212 216 / 0.75); border-right-color: rgb(212 212 216 / 0.75); }
.border-x-zinc-300\/80{ border-left-color: rgb(212 212 216 / 0.8); border-right-color: rgb(212 212 216 / 0.8); }
.border-x-zinc-300\/90{ border-left-color: rgb(212 212 216 / 0.9); border-right-color: rgb(212 212 216 / 0.9); }
.border-x-zinc-300\/95{ border-left-color: rgb(212 212 216 / 0.95); border-right-color: rgb(212 212 216 / 0.95); }
.border-x-zinc-400{ --tw-border-opacity: 1; border-left-color: rgb(161 161 170 / var(--tw-border-opacity)); border-right-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-x-zinc-400\/0{ border-left-color: rgb(161 161 170 / 0); border-right-color: rgb(161 161 170 / 0); }
.border-x-zinc-400\/10{ border-left-color: rgb(161 161 170 / 0.1); border-right-color: rgb(161 161 170 / 0.1); }
.border-x-zinc-400\/100{ border-left-color: rgb(161 161 170 / 1); border-right-color: rgb(161 161 170 / 1); }
.border-x-zinc-400\/20{ border-left-color: rgb(161 161 170 / 0.2); border-right-color: rgb(161 161 170 / 0.2); }
.border-x-zinc-400\/25{ border-left-color: rgb(161 161 170 / 0.25); border-right-color: rgb(161 161 170 / 0.25); }
.border-x-zinc-400\/30{ border-left-color: rgb(161 161 170 / 0.3); border-right-color: rgb(161 161 170 / 0.3); }
.border-x-zinc-400\/40{ border-left-color: rgb(161 161 170 / 0.4); border-right-color: rgb(161 161 170 / 0.4); }
.border-x-zinc-400\/5{ border-left-color: rgb(161 161 170 / 0.05); border-right-color: rgb(161 161 170 / 0.05); }
.border-x-zinc-400\/50{ border-left-color: rgb(161 161 170 / 0.5); border-right-color: rgb(161 161 170 / 0.5); }
.border-x-zinc-400\/60{ border-left-color: rgb(161 161 170 / 0.6); border-right-color: rgb(161 161 170 / 0.6); }
.border-x-zinc-400\/70{ border-left-color: rgb(161 161 170 / 0.7); border-right-color: rgb(161 161 170 / 0.7); }
.border-x-zinc-400\/75{ border-left-color: rgb(161 161 170 / 0.75); border-right-color: rgb(161 161 170 / 0.75); }
.border-x-zinc-400\/80{ border-left-color: rgb(161 161 170 / 0.8); border-right-color: rgb(161 161 170 / 0.8); }
.border-x-zinc-400\/90{ border-left-color: rgb(161 161 170 / 0.9); border-right-color: rgb(161 161 170 / 0.9); }
.border-x-zinc-400\/95{ border-left-color: rgb(161 161 170 / 0.95); border-right-color: rgb(161 161 170 / 0.95); }
.border-x-zinc-50{ --tw-border-opacity: 1; border-left-color: rgb(250 250 250 / var(--tw-border-opacity)); border-right-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-x-zinc-50\/0{ border-left-color: rgb(250 250 250 / 0); border-right-color: rgb(250 250 250 / 0); }
.border-x-zinc-50\/10{ border-left-color: rgb(250 250 250 / 0.1); border-right-color: rgb(250 250 250 / 0.1); }
.border-x-zinc-50\/100{ border-left-color: rgb(250 250 250 / 1); border-right-color: rgb(250 250 250 / 1); }
.border-x-zinc-50\/20{ border-left-color: rgb(250 250 250 / 0.2); border-right-color: rgb(250 250 250 / 0.2); }
.border-x-zinc-50\/25{ border-left-color: rgb(250 250 250 / 0.25); border-right-color: rgb(250 250 250 / 0.25); }
.border-x-zinc-50\/30{ border-left-color: rgb(250 250 250 / 0.3); border-right-color: rgb(250 250 250 / 0.3); }
.border-x-zinc-50\/40{ border-left-color: rgb(250 250 250 / 0.4); border-right-color: rgb(250 250 250 / 0.4); }
.border-x-zinc-50\/5{ border-left-color: rgb(250 250 250 / 0.05); border-right-color: rgb(250 250 250 / 0.05); }
.border-x-zinc-50\/50{ border-left-color: rgb(250 250 250 / 0.5); border-right-color: rgb(250 250 250 / 0.5); }
.border-x-zinc-50\/60{ border-left-color: rgb(250 250 250 / 0.6); border-right-color: rgb(250 250 250 / 0.6); }
.border-x-zinc-50\/70{ border-left-color: rgb(250 250 250 / 0.7); border-right-color: rgb(250 250 250 / 0.7); }
.border-x-zinc-50\/75{ border-left-color: rgb(250 250 250 / 0.75); border-right-color: rgb(250 250 250 / 0.75); }
.border-x-zinc-50\/80{ border-left-color: rgb(250 250 250 / 0.8); border-right-color: rgb(250 250 250 / 0.8); }
.border-x-zinc-50\/90{ border-left-color: rgb(250 250 250 / 0.9); border-right-color: rgb(250 250 250 / 0.9); }
.border-x-zinc-50\/95{ border-left-color: rgb(250 250 250 / 0.95); border-right-color: rgb(250 250 250 / 0.95); }
.border-x-zinc-500{ --tw-border-opacity: 1; border-left-color: rgb(113 113 122 / var(--tw-border-opacity)); border-right-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-x-zinc-500\/0{ border-left-color: rgb(113 113 122 / 0); border-right-color: rgb(113 113 122 / 0); }
.border-x-zinc-500\/10{ border-left-color: rgb(113 113 122 / 0.1); border-right-color: rgb(113 113 122 / 0.1); }
.border-x-zinc-500\/100{ border-left-color: rgb(113 113 122 / 1); border-right-color: rgb(113 113 122 / 1); }
.border-x-zinc-500\/20{ border-left-color: rgb(113 113 122 / 0.2); border-right-color: rgb(113 113 122 / 0.2); }
.border-x-zinc-500\/25{ border-left-color: rgb(113 113 122 / 0.25); border-right-color: rgb(113 113 122 / 0.25); }
.border-x-zinc-500\/30{ border-left-color: rgb(113 113 122 / 0.3); border-right-color: rgb(113 113 122 / 0.3); }
.border-x-zinc-500\/40{ border-left-color: rgb(113 113 122 / 0.4); border-right-color: rgb(113 113 122 / 0.4); }
.border-x-zinc-500\/5{ border-left-color: rgb(113 113 122 / 0.05); border-right-color: rgb(113 113 122 / 0.05); }
.border-x-zinc-500\/50{ border-left-color: rgb(113 113 122 / 0.5); border-right-color: rgb(113 113 122 / 0.5); }
.border-x-zinc-500\/60{ border-left-color: rgb(113 113 122 / 0.6); border-right-color: rgb(113 113 122 / 0.6); }
.border-x-zinc-500\/70{ border-left-color: rgb(113 113 122 / 0.7); border-right-color: rgb(113 113 122 / 0.7); }
.border-x-zinc-500\/75{ border-left-color: rgb(113 113 122 / 0.75); border-right-color: rgb(113 113 122 / 0.75); }
.border-x-zinc-500\/80{ border-left-color: rgb(113 113 122 / 0.8); border-right-color: rgb(113 113 122 / 0.8); }
.border-x-zinc-500\/90{ border-left-color: rgb(113 113 122 / 0.9); border-right-color: rgb(113 113 122 / 0.9); }
.border-x-zinc-500\/95{ border-left-color: rgb(113 113 122 / 0.95); border-right-color: rgb(113 113 122 / 0.95); }
.border-x-zinc-600{ --tw-border-opacity: 1; border-left-color: rgb(82 82 91 / var(--tw-border-opacity)); border-right-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-x-zinc-600\/0{ border-left-color: rgb(82 82 91 / 0); border-right-color: rgb(82 82 91 / 0); }
.border-x-zinc-600\/10{ border-left-color: rgb(82 82 91 / 0.1); border-right-color: rgb(82 82 91 / 0.1); }
.border-x-zinc-600\/100{ border-left-color: rgb(82 82 91 / 1); border-right-color: rgb(82 82 91 / 1); }
.border-x-zinc-600\/20{ border-left-color: rgb(82 82 91 / 0.2); border-right-color: rgb(82 82 91 / 0.2); }
.border-x-zinc-600\/25{ border-left-color: rgb(82 82 91 / 0.25); border-right-color: rgb(82 82 91 / 0.25); }
.border-x-zinc-600\/30{ border-left-color: rgb(82 82 91 / 0.3); border-right-color: rgb(82 82 91 / 0.3); }
.border-x-zinc-600\/40{ border-left-color: rgb(82 82 91 / 0.4); border-right-color: rgb(82 82 91 / 0.4); }
.border-x-zinc-600\/5{ border-left-color: rgb(82 82 91 / 0.05); border-right-color: rgb(82 82 91 / 0.05); }
.border-x-zinc-600\/50{ border-left-color: rgb(82 82 91 / 0.5); border-right-color: rgb(82 82 91 / 0.5); }
.border-x-zinc-600\/60{ border-left-color: rgb(82 82 91 / 0.6); border-right-color: rgb(82 82 91 / 0.6); }
.border-x-zinc-600\/70{ border-left-color: rgb(82 82 91 / 0.7); border-right-color: rgb(82 82 91 / 0.7); }
.border-x-zinc-600\/75{ border-left-color: rgb(82 82 91 / 0.75); border-right-color: rgb(82 82 91 / 0.75); }
.border-x-zinc-600\/80{ border-left-color: rgb(82 82 91 / 0.8); border-right-color: rgb(82 82 91 / 0.8); }
.border-x-zinc-600\/90{ border-left-color: rgb(82 82 91 / 0.9); border-right-color: rgb(82 82 91 / 0.9); }
.border-x-zinc-600\/95{ border-left-color: rgb(82 82 91 / 0.95); border-right-color: rgb(82 82 91 / 0.95); }
.border-x-zinc-700{ --tw-border-opacity: 1; border-left-color: rgb(63 63 70 / var(--tw-border-opacity)); border-right-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-x-zinc-700\/0{ border-left-color: rgb(63 63 70 / 0); border-right-color: rgb(63 63 70 / 0); }
.border-x-zinc-700\/10{ border-left-color: rgb(63 63 70 / 0.1); border-right-color: rgb(63 63 70 / 0.1); }
.border-x-zinc-700\/100{ border-left-color: rgb(63 63 70 / 1); border-right-color: rgb(63 63 70 / 1); }
.border-x-zinc-700\/20{ border-left-color: rgb(63 63 70 / 0.2); border-right-color: rgb(63 63 70 / 0.2); }
.border-x-zinc-700\/25{ border-left-color: rgb(63 63 70 / 0.25); border-right-color: rgb(63 63 70 / 0.25); }
.border-x-zinc-700\/30{ border-left-color: rgb(63 63 70 / 0.3); border-right-color: rgb(63 63 70 / 0.3); }
.border-x-zinc-700\/40{ border-left-color: rgb(63 63 70 / 0.4); border-right-color: rgb(63 63 70 / 0.4); }
.border-x-zinc-700\/5{ border-left-color: rgb(63 63 70 / 0.05); border-right-color: rgb(63 63 70 / 0.05); }
.border-x-zinc-700\/50{ border-left-color: rgb(63 63 70 / 0.5); border-right-color: rgb(63 63 70 / 0.5); }
.border-x-zinc-700\/60{ border-left-color: rgb(63 63 70 / 0.6); border-right-color: rgb(63 63 70 / 0.6); }
.border-x-zinc-700\/70{ border-left-color: rgb(63 63 70 / 0.7); border-right-color: rgb(63 63 70 / 0.7); }
.border-x-zinc-700\/75{ border-left-color: rgb(63 63 70 / 0.75); border-right-color: rgb(63 63 70 / 0.75); }
.border-x-zinc-700\/80{ border-left-color: rgb(63 63 70 / 0.8); border-right-color: rgb(63 63 70 / 0.8); }
.border-x-zinc-700\/90{ border-left-color: rgb(63 63 70 / 0.9); border-right-color: rgb(63 63 70 / 0.9); }
.border-x-zinc-700\/95{ border-left-color: rgb(63 63 70 / 0.95); border-right-color: rgb(63 63 70 / 0.95); }
.border-x-zinc-800{ --tw-border-opacity: 1; border-left-color: rgb(39 39 42 / var(--tw-border-opacity)); border-right-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-x-zinc-800\/0{ border-left-color: rgb(39 39 42 / 0); border-right-color: rgb(39 39 42 / 0); }
.border-x-zinc-800\/10{ border-left-color: rgb(39 39 42 / 0.1); border-right-color: rgb(39 39 42 / 0.1); }
.border-x-zinc-800\/100{ border-left-color: rgb(39 39 42 / 1); border-right-color: rgb(39 39 42 / 1); }
.border-x-zinc-800\/20{ border-left-color: rgb(39 39 42 / 0.2); border-right-color: rgb(39 39 42 / 0.2); }
.border-x-zinc-800\/25{ border-left-color: rgb(39 39 42 / 0.25); border-right-color: rgb(39 39 42 / 0.25); }
.border-x-zinc-800\/30{ border-left-color: rgb(39 39 42 / 0.3); border-right-color: rgb(39 39 42 / 0.3); }
.border-x-zinc-800\/40{ border-left-color: rgb(39 39 42 / 0.4); border-right-color: rgb(39 39 42 / 0.4); }
.border-x-zinc-800\/5{ border-left-color: rgb(39 39 42 / 0.05); border-right-color: rgb(39 39 42 / 0.05); }
.border-x-zinc-800\/50{ border-left-color: rgb(39 39 42 / 0.5); border-right-color: rgb(39 39 42 / 0.5); }
.border-x-zinc-800\/60{ border-left-color: rgb(39 39 42 / 0.6); border-right-color: rgb(39 39 42 / 0.6); }
.border-x-zinc-800\/70{ border-left-color: rgb(39 39 42 / 0.7); border-right-color: rgb(39 39 42 / 0.7); }
.border-x-zinc-800\/75{ border-left-color: rgb(39 39 42 / 0.75); border-right-color: rgb(39 39 42 / 0.75); }
.border-x-zinc-800\/80{ border-left-color: rgb(39 39 42 / 0.8); border-right-color: rgb(39 39 42 / 0.8); }
.border-x-zinc-800\/90{ border-left-color: rgb(39 39 42 / 0.9); border-right-color: rgb(39 39 42 / 0.9); }
.border-x-zinc-800\/95{ border-left-color: rgb(39 39 42 / 0.95); border-right-color: rgb(39 39 42 / 0.95); }
.border-x-zinc-900{ --tw-border-opacity: 1; border-left-color: rgb(24 24 27 / var(--tw-border-opacity)); border-right-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-x-zinc-900\/0{ border-left-color: rgb(24 24 27 / 0); border-right-color: rgb(24 24 27 / 0); }
.border-x-zinc-900\/10{ border-left-color: rgb(24 24 27 / 0.1); border-right-color: rgb(24 24 27 / 0.1); }
.border-x-zinc-900\/100{ border-left-color: rgb(24 24 27 / 1); border-right-color: rgb(24 24 27 / 1); }
.border-x-zinc-900\/20{ border-left-color: rgb(24 24 27 / 0.2); border-right-color: rgb(24 24 27 / 0.2); }
.border-x-zinc-900\/25{ border-left-color: rgb(24 24 27 / 0.25); border-right-color: rgb(24 24 27 / 0.25); }
.border-x-zinc-900\/30{ border-left-color: rgb(24 24 27 / 0.3); border-right-color: rgb(24 24 27 / 0.3); }
.border-x-zinc-900\/40{ border-left-color: rgb(24 24 27 / 0.4); border-right-color: rgb(24 24 27 / 0.4); }
.border-x-zinc-900\/5{ border-left-color: rgb(24 24 27 / 0.05); border-right-color: rgb(24 24 27 / 0.05); }
.border-x-zinc-900\/50{ border-left-color: rgb(24 24 27 / 0.5); border-right-color: rgb(24 24 27 / 0.5); }
.border-x-zinc-900\/60{ border-left-color: rgb(24 24 27 / 0.6); border-right-color: rgb(24 24 27 / 0.6); }
.border-x-zinc-900\/70{ border-left-color: rgb(24 24 27 / 0.7); border-right-color: rgb(24 24 27 / 0.7); }
.border-x-zinc-900\/75{ border-left-color: rgb(24 24 27 / 0.75); border-right-color: rgb(24 24 27 / 0.75); }
.border-x-zinc-900\/80{ border-left-color: rgb(24 24 27 / 0.8); border-right-color: rgb(24 24 27 / 0.8); }
.border-x-zinc-900\/90{ border-left-color: rgb(24 24 27 / 0.9); border-right-color: rgb(24 24 27 / 0.9); }
.border-x-zinc-900\/95{ border-left-color: rgb(24 24 27 / 0.95); border-right-color: rgb(24 24 27 / 0.95); }
.border-x-zinc-950{ --tw-border-opacity: 1; border-left-color: rgb(9 9 11 / var(--tw-border-opacity)); border-right-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-x-zinc-950\/0{ border-left-color: rgb(9 9 11 / 0); border-right-color: rgb(9 9 11 / 0); }
.border-x-zinc-950\/10{ border-left-color: rgb(9 9 11 / 0.1); border-right-color: rgb(9 9 11 / 0.1); }
.border-x-zinc-950\/100{ border-left-color: rgb(9 9 11 / 1); border-right-color: rgb(9 9 11 / 1); }
.border-x-zinc-950\/20{ border-left-color: rgb(9 9 11 / 0.2); border-right-color: rgb(9 9 11 / 0.2); }
.border-x-zinc-950\/25{ border-left-color: rgb(9 9 11 / 0.25); border-right-color: rgb(9 9 11 / 0.25); }
.border-x-zinc-950\/30{ border-left-color: rgb(9 9 11 / 0.3); border-right-color: rgb(9 9 11 / 0.3); }
.border-x-zinc-950\/40{ border-left-color: rgb(9 9 11 / 0.4); border-right-color: rgb(9 9 11 / 0.4); }
.border-x-zinc-950\/5{ border-left-color: rgb(9 9 11 / 0.05); border-right-color: rgb(9 9 11 / 0.05); }
.border-x-zinc-950\/50{ border-left-color: rgb(9 9 11 / 0.5); border-right-color: rgb(9 9 11 / 0.5); }
.border-x-zinc-950\/60{ border-left-color: rgb(9 9 11 / 0.6); border-right-color: rgb(9 9 11 / 0.6); }
.border-x-zinc-950\/70{ border-left-color: rgb(9 9 11 / 0.7); border-right-color: rgb(9 9 11 / 0.7); }
.border-x-zinc-950\/75{ border-left-color: rgb(9 9 11 / 0.75); border-right-color: rgb(9 9 11 / 0.75); }
.border-x-zinc-950\/80{ border-left-color: rgb(9 9 11 / 0.8); border-right-color: rgb(9 9 11 / 0.8); }
.border-x-zinc-950\/90{ border-left-color: rgb(9 9 11 / 0.9); border-right-color: rgb(9 9 11 / 0.9); }
.border-x-zinc-950\/95{ border-left-color: rgb(9 9 11 / 0.95); border-right-color: rgb(9 9 11 / 0.95); }
.border-y-amaranth{ --tw-border-opacity: 1; border-top-color: rgb(116 0 73 / var(--tw-border-opacity)); border-bottom-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-y-amaranth-100{ --tw-border-opacity: 1; border-top-color: rgb(241 230 237 / var(--tw-border-opacity)); border-bottom-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-y-amaranth-100\/0{ border-top-color: rgb(241 230 237 / 0); border-bottom-color: rgb(241 230 237 / 0); }
.border-y-amaranth-100\/10{ border-top-color: rgb(241 230 237 / 0.1); border-bottom-color: rgb(241 230 237 / 0.1); }
.border-y-amaranth-100\/100{ border-top-color: rgb(241 230 237 / 1); border-bottom-color: rgb(241 230 237 / 1); }
.border-y-amaranth-100\/20{ border-top-color: rgb(241 230 237 / 0.2); border-bottom-color: rgb(241 230 237 / 0.2); }
.border-y-amaranth-100\/25{ border-top-color: rgb(241 230 237 / 0.25); border-bottom-color: rgb(241 230 237 / 0.25); }
.border-y-amaranth-100\/30{ border-top-color: rgb(241 230 237 / 0.3); border-bottom-color: rgb(241 230 237 / 0.3); }
.border-y-amaranth-100\/40{ border-top-color: rgb(241 230 237 / 0.4); border-bottom-color: rgb(241 230 237 / 0.4); }
.border-y-amaranth-100\/5{ border-top-color: rgb(241 230 237 / 0.05); border-bottom-color: rgb(241 230 237 / 0.05); }
.border-y-amaranth-100\/50{ border-top-color: rgb(241 230 237 / 0.5); border-bottom-color: rgb(241 230 237 / 0.5); }
.border-y-amaranth-100\/60{ border-top-color: rgb(241 230 237 / 0.6); border-bottom-color: rgb(241 230 237 / 0.6); }
.border-y-amaranth-100\/70{ border-top-color: rgb(241 230 237 / 0.7); border-bottom-color: rgb(241 230 237 / 0.7); }
.border-y-amaranth-100\/75{ border-top-color: rgb(241 230 237 / 0.75); border-bottom-color: rgb(241 230 237 / 0.75); }
.border-y-amaranth-100\/80{ border-top-color: rgb(241 230 237 / 0.8); border-bottom-color: rgb(241 230 237 / 0.8); }
.border-y-amaranth-100\/90{ border-top-color: rgb(241 230 237 / 0.9); border-bottom-color: rgb(241 230 237 / 0.9); }
.border-y-amaranth-100\/95{ border-top-color: rgb(241 230 237 / 0.95); border-bottom-color: rgb(241 230 237 / 0.95); }
.border-y-amaranth-200{ --tw-border-opacity: 1; border-top-color: rgb(227 204 219 / var(--tw-border-opacity)); border-bottom-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-y-amaranth-200\/0{ border-top-color: rgb(227 204 219 / 0); border-bottom-color: rgb(227 204 219 / 0); }
.border-y-amaranth-200\/10{ border-top-color: rgb(227 204 219 / 0.1); border-bottom-color: rgb(227 204 219 / 0.1); }
.border-y-amaranth-200\/100{ border-top-color: rgb(227 204 219 / 1); border-bottom-color: rgb(227 204 219 / 1); }
.border-y-amaranth-200\/20{ border-top-color: rgb(227 204 219 / 0.2); border-bottom-color: rgb(227 204 219 / 0.2); }
.border-y-amaranth-200\/25{ border-top-color: rgb(227 204 219 / 0.25); border-bottom-color: rgb(227 204 219 / 0.25); }
.border-y-amaranth-200\/30{ border-top-color: rgb(227 204 219 / 0.3); border-bottom-color: rgb(227 204 219 / 0.3); }
.border-y-amaranth-200\/40{ border-top-color: rgb(227 204 219 / 0.4); border-bottom-color: rgb(227 204 219 / 0.4); }
.border-y-amaranth-200\/5{ border-top-color: rgb(227 204 219 / 0.05); border-bottom-color: rgb(227 204 219 / 0.05); }
.border-y-amaranth-200\/50{ border-top-color: rgb(227 204 219 / 0.5); border-bottom-color: rgb(227 204 219 / 0.5); }
.border-y-amaranth-200\/60{ border-top-color: rgb(227 204 219 / 0.6); border-bottom-color: rgb(227 204 219 / 0.6); }
.border-y-amaranth-200\/70{ border-top-color: rgb(227 204 219 / 0.7); border-bottom-color: rgb(227 204 219 / 0.7); }
.border-y-amaranth-200\/75{ border-top-color: rgb(227 204 219 / 0.75); border-bottom-color: rgb(227 204 219 / 0.75); }
.border-y-amaranth-200\/80{ border-top-color: rgb(227 204 219 / 0.8); border-bottom-color: rgb(227 204 219 / 0.8); }
.border-y-amaranth-200\/90{ border-top-color: rgb(227 204 219 / 0.9); border-bottom-color: rgb(227 204 219 / 0.9); }
.border-y-amaranth-200\/95{ border-top-color: rgb(227 204 219 / 0.95); border-bottom-color: rgb(227 204 219 / 0.95); }
.border-y-amaranth-300{ --tw-border-opacity: 1; border-top-color: rgb(214 179 201 / var(--tw-border-opacity)); border-bottom-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-y-amaranth-300\/0{ border-top-color: rgb(214 179 201 / 0); border-bottom-color: rgb(214 179 201 / 0); }
.border-y-amaranth-300\/10{ border-top-color: rgb(214 179 201 / 0.1); border-bottom-color: rgb(214 179 201 / 0.1); }
.border-y-amaranth-300\/100{ border-top-color: rgb(214 179 201 / 1); border-bottom-color: rgb(214 179 201 / 1); }
.border-y-amaranth-300\/20{ border-top-color: rgb(214 179 201 / 0.2); border-bottom-color: rgb(214 179 201 / 0.2); }
.border-y-amaranth-300\/25{ border-top-color: rgb(214 179 201 / 0.25); border-bottom-color: rgb(214 179 201 / 0.25); }
.border-y-amaranth-300\/30{ border-top-color: rgb(214 179 201 / 0.3); border-bottom-color: rgb(214 179 201 / 0.3); }
.border-y-amaranth-300\/40{ border-top-color: rgb(214 179 201 / 0.4); border-bottom-color: rgb(214 179 201 / 0.4); }
.border-y-amaranth-300\/5{ border-top-color: rgb(214 179 201 / 0.05); border-bottom-color: rgb(214 179 201 / 0.05); }
.border-y-amaranth-300\/50{ border-top-color: rgb(214 179 201 / 0.5); border-bottom-color: rgb(214 179 201 / 0.5); }
.border-y-amaranth-300\/60{ border-top-color: rgb(214 179 201 / 0.6); border-bottom-color: rgb(214 179 201 / 0.6); }
.border-y-amaranth-300\/70{ border-top-color: rgb(214 179 201 / 0.7); border-bottom-color: rgb(214 179 201 / 0.7); }
.border-y-amaranth-300\/75{ border-top-color: rgb(214 179 201 / 0.75); border-bottom-color: rgb(214 179 201 / 0.75); }
.border-y-amaranth-300\/80{ border-top-color: rgb(214 179 201 / 0.8); border-bottom-color: rgb(214 179 201 / 0.8); }
.border-y-amaranth-300\/90{ border-top-color: rgb(214 179 201 / 0.9); border-bottom-color: rgb(214 179 201 / 0.9); }
.border-y-amaranth-300\/95{ border-top-color: rgb(214 179 201 / 0.95); border-bottom-color: rgb(214 179 201 / 0.95); }
.border-y-amaranth-400{ --tw-border-opacity: 1; border-top-color: rgb(199 153 182 / var(--tw-border-opacity)); border-bottom-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-y-amaranth-400\/0{ border-top-color: rgb(199 153 182 / 0); border-bottom-color: rgb(199 153 182 / 0); }
.border-y-amaranth-400\/10{ border-top-color: rgb(199 153 182 / 0.1); border-bottom-color: rgb(199 153 182 / 0.1); }
.border-y-amaranth-400\/100{ border-top-color: rgb(199 153 182 / 1); border-bottom-color: rgb(199 153 182 / 1); }
.border-y-amaranth-400\/20{ border-top-color: rgb(199 153 182 / 0.2); border-bottom-color: rgb(199 153 182 / 0.2); }
.border-y-amaranth-400\/25{ border-top-color: rgb(199 153 182 / 0.25); border-bottom-color: rgb(199 153 182 / 0.25); }
.border-y-amaranth-400\/30{ border-top-color: rgb(199 153 182 / 0.3); border-bottom-color: rgb(199 153 182 / 0.3); }
.border-y-amaranth-400\/40{ border-top-color: rgb(199 153 182 / 0.4); border-bottom-color: rgb(199 153 182 / 0.4); }
.border-y-amaranth-400\/5{ border-top-color: rgb(199 153 182 / 0.05); border-bottom-color: rgb(199 153 182 / 0.05); }
.border-y-amaranth-400\/50{ border-top-color: rgb(199 153 182 / 0.5); border-bottom-color: rgb(199 153 182 / 0.5); }
.border-y-amaranth-400\/60{ border-top-color: rgb(199 153 182 / 0.6); border-bottom-color: rgb(199 153 182 / 0.6); }
.border-y-amaranth-400\/70{ border-top-color: rgb(199 153 182 / 0.7); border-bottom-color: rgb(199 153 182 / 0.7); }
.border-y-amaranth-400\/75{ border-top-color: rgb(199 153 182 / 0.75); border-bottom-color: rgb(199 153 182 / 0.75); }
.border-y-amaranth-400\/80{ border-top-color: rgb(199 153 182 / 0.8); border-bottom-color: rgb(199 153 182 / 0.8); }
.border-y-amaranth-400\/90{ border-top-color: rgb(199 153 182 / 0.9); border-bottom-color: rgb(199 153 182 / 0.9); }
.border-y-amaranth-400\/95{ border-top-color: rgb(199 153 182 / 0.95); border-bottom-color: rgb(199 153 182 / 0.95); }
.border-y-amaranth-500{ --tw-border-opacity: 1; border-top-color: rgb(186 128 164 / var(--tw-border-opacity)); border-bottom-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-y-amaranth-500\/0{ border-top-color: rgb(186 128 164 / 0); border-bottom-color: rgb(186 128 164 / 0); }
.border-y-amaranth-500\/10{ border-top-color: rgb(186 128 164 / 0.1); border-bottom-color: rgb(186 128 164 / 0.1); }
.border-y-amaranth-500\/100{ border-top-color: rgb(186 128 164 / 1); border-bottom-color: rgb(186 128 164 / 1); }
.border-y-amaranth-500\/20{ border-top-color: rgb(186 128 164 / 0.2); border-bottom-color: rgb(186 128 164 / 0.2); }
.border-y-amaranth-500\/25{ border-top-color: rgb(186 128 164 / 0.25); border-bottom-color: rgb(186 128 164 / 0.25); }
.border-y-amaranth-500\/30{ border-top-color: rgb(186 128 164 / 0.3); border-bottom-color: rgb(186 128 164 / 0.3); }
.border-y-amaranth-500\/40{ border-top-color: rgb(186 128 164 / 0.4); border-bottom-color: rgb(186 128 164 / 0.4); }
.border-y-amaranth-500\/5{ border-top-color: rgb(186 128 164 / 0.05); border-bottom-color: rgb(186 128 164 / 0.05); }
.border-y-amaranth-500\/50{ border-top-color: rgb(186 128 164 / 0.5); border-bottom-color: rgb(186 128 164 / 0.5); }
.border-y-amaranth-500\/60{ border-top-color: rgb(186 128 164 / 0.6); border-bottom-color: rgb(186 128 164 / 0.6); }
.border-y-amaranth-500\/70{ border-top-color: rgb(186 128 164 / 0.7); border-bottom-color: rgb(186 128 164 / 0.7); }
.border-y-amaranth-500\/75{ border-top-color: rgb(186 128 164 / 0.75); border-bottom-color: rgb(186 128 164 / 0.75); }
.border-y-amaranth-500\/80{ border-top-color: rgb(186 128 164 / 0.8); border-bottom-color: rgb(186 128 164 / 0.8); }
.border-y-amaranth-500\/90{ border-top-color: rgb(186 128 164 / 0.9); border-bottom-color: rgb(186 128 164 / 0.9); }
.border-y-amaranth-500\/95{ border-top-color: rgb(186 128 164 / 0.95); border-bottom-color: rgb(186 128 164 / 0.95); }
.border-y-amaranth-600{ --tw-border-opacity: 1; border-top-color: rgb(172 102 146 / var(--tw-border-opacity)); border-bottom-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-y-amaranth-600\/0{ border-top-color: rgb(172 102 146 / 0); border-bottom-color: rgb(172 102 146 / 0); }
.border-y-amaranth-600\/10{ border-top-color: rgb(172 102 146 / 0.1); border-bottom-color: rgb(172 102 146 / 0.1); }
.border-y-amaranth-600\/100{ border-top-color: rgb(172 102 146 / 1); border-bottom-color: rgb(172 102 146 / 1); }
.border-y-amaranth-600\/20{ border-top-color: rgb(172 102 146 / 0.2); border-bottom-color: rgb(172 102 146 / 0.2); }
.border-y-amaranth-600\/25{ border-top-color: rgb(172 102 146 / 0.25); border-bottom-color: rgb(172 102 146 / 0.25); }
.border-y-amaranth-600\/30{ border-top-color: rgb(172 102 146 / 0.3); border-bottom-color: rgb(172 102 146 / 0.3); }
.border-y-amaranth-600\/40{ border-top-color: rgb(172 102 146 / 0.4); border-bottom-color: rgb(172 102 146 / 0.4); }
.border-y-amaranth-600\/5{ border-top-color: rgb(172 102 146 / 0.05); border-bottom-color: rgb(172 102 146 / 0.05); }
.border-y-amaranth-600\/50{ border-top-color: rgb(172 102 146 / 0.5); border-bottom-color: rgb(172 102 146 / 0.5); }
.border-y-amaranth-600\/60{ border-top-color: rgb(172 102 146 / 0.6); border-bottom-color: rgb(172 102 146 / 0.6); }
.border-y-amaranth-600\/70{ border-top-color: rgb(172 102 146 / 0.7); border-bottom-color: rgb(172 102 146 / 0.7); }
.border-y-amaranth-600\/75{ border-top-color: rgb(172 102 146 / 0.75); border-bottom-color: rgb(172 102 146 / 0.75); }
.border-y-amaranth-600\/80{ border-top-color: rgb(172 102 146 / 0.8); border-bottom-color: rgb(172 102 146 / 0.8); }
.border-y-amaranth-600\/90{ border-top-color: rgb(172 102 146 / 0.9); border-bottom-color: rgb(172 102 146 / 0.9); }
.border-y-amaranth-600\/95{ border-top-color: rgb(172 102 146 / 0.95); border-bottom-color: rgb(172 102 146 / 0.95); }
.border-y-amaranth-700{ --tw-border-opacity: 1; border-top-color: rgb(157 76 127 / var(--tw-border-opacity)); border-bottom-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-y-amaranth-700\/0{ border-top-color: rgb(157 76 127 / 0); border-bottom-color: rgb(157 76 127 / 0); }
.border-y-amaranth-700\/10{ border-top-color: rgb(157 76 127 / 0.1); border-bottom-color: rgb(157 76 127 / 0.1); }
.border-y-amaranth-700\/100{ border-top-color: rgb(157 76 127 / 1); border-bottom-color: rgb(157 76 127 / 1); }
.border-y-amaranth-700\/20{ border-top-color: rgb(157 76 127 / 0.2); border-bottom-color: rgb(157 76 127 / 0.2); }
.border-y-amaranth-700\/25{ border-top-color: rgb(157 76 127 / 0.25); border-bottom-color: rgb(157 76 127 / 0.25); }
.border-y-amaranth-700\/30{ border-top-color: rgb(157 76 127 / 0.3); border-bottom-color: rgb(157 76 127 / 0.3); }
.border-y-amaranth-700\/40{ border-top-color: rgb(157 76 127 / 0.4); border-bottom-color: rgb(157 76 127 / 0.4); }
.border-y-amaranth-700\/5{ border-top-color: rgb(157 76 127 / 0.05); border-bottom-color: rgb(157 76 127 / 0.05); }
.border-y-amaranth-700\/50{ border-top-color: rgb(157 76 127 / 0.5); border-bottom-color: rgb(157 76 127 / 0.5); }
.border-y-amaranth-700\/60{ border-top-color: rgb(157 76 127 / 0.6); border-bottom-color: rgb(157 76 127 / 0.6); }
.border-y-amaranth-700\/70{ border-top-color: rgb(157 76 127 / 0.7); border-bottom-color: rgb(157 76 127 / 0.7); }
.border-y-amaranth-700\/75{ border-top-color: rgb(157 76 127 / 0.75); border-bottom-color: rgb(157 76 127 / 0.75); }
.border-y-amaranth-700\/80{ border-top-color: rgb(157 76 127 / 0.8); border-bottom-color: rgb(157 76 127 / 0.8); }
.border-y-amaranth-700\/90{ border-top-color: rgb(157 76 127 / 0.9); border-bottom-color: rgb(157 76 127 / 0.9); }
.border-y-amaranth-700\/95{ border-top-color: rgb(157 76 127 / 0.95); border-bottom-color: rgb(157 76 127 / 0.95); }
.border-y-amaranth-800{ --tw-border-opacity: 1; border-top-color: rgb(144 51 109 / var(--tw-border-opacity)); border-bottom-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-y-amaranth-800\/0{ border-top-color: rgb(144 51 109 / 0); border-bottom-color: rgb(144 51 109 / 0); }
.border-y-amaranth-800\/10{ border-top-color: rgb(144 51 109 / 0.1); border-bottom-color: rgb(144 51 109 / 0.1); }
.border-y-amaranth-800\/100{ border-top-color: rgb(144 51 109 / 1); border-bottom-color: rgb(144 51 109 / 1); }
.border-y-amaranth-800\/20{ border-top-color: rgb(144 51 109 / 0.2); border-bottom-color: rgb(144 51 109 / 0.2); }
.border-y-amaranth-800\/25{ border-top-color: rgb(144 51 109 / 0.25); border-bottom-color: rgb(144 51 109 / 0.25); }
.border-y-amaranth-800\/30{ border-top-color: rgb(144 51 109 / 0.3); border-bottom-color: rgb(144 51 109 / 0.3); }
.border-y-amaranth-800\/40{ border-top-color: rgb(144 51 109 / 0.4); border-bottom-color: rgb(144 51 109 / 0.4); }
.border-y-amaranth-800\/5{ border-top-color: rgb(144 51 109 / 0.05); border-bottom-color: rgb(144 51 109 / 0.05); }
.border-y-amaranth-800\/50{ border-top-color: rgb(144 51 109 / 0.5); border-bottom-color: rgb(144 51 109 / 0.5); }
.border-y-amaranth-800\/60{ border-top-color: rgb(144 51 109 / 0.6); border-bottom-color: rgb(144 51 109 / 0.6); }
.border-y-amaranth-800\/70{ border-top-color: rgb(144 51 109 / 0.7); border-bottom-color: rgb(144 51 109 / 0.7); }
.border-y-amaranth-800\/75{ border-top-color: rgb(144 51 109 / 0.75); border-bottom-color: rgb(144 51 109 / 0.75); }
.border-y-amaranth-800\/80{ border-top-color: rgb(144 51 109 / 0.8); border-bottom-color: rgb(144 51 109 / 0.8); }
.border-y-amaranth-800\/90{ border-top-color: rgb(144 51 109 / 0.9); border-bottom-color: rgb(144 51 109 / 0.9); }
.border-y-amaranth-800\/95{ border-top-color: rgb(144 51 109 / 0.95); border-bottom-color: rgb(144 51 109 / 0.95); }
.border-y-amaranth-900{ --tw-border-opacity: 1; border-top-color: rgb(130 26 92 / var(--tw-border-opacity)); border-bottom-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-y-amaranth-900\/0{ border-top-color: rgb(130 26 92 / 0); border-bottom-color: rgb(130 26 92 / 0); }
.border-y-amaranth-900\/10{ border-top-color: rgb(130 26 92 / 0.1); border-bottom-color: rgb(130 26 92 / 0.1); }
.border-y-amaranth-900\/100{ border-top-color: rgb(130 26 92 / 1); border-bottom-color: rgb(130 26 92 / 1); }
.border-y-amaranth-900\/20{ border-top-color: rgb(130 26 92 / 0.2); border-bottom-color: rgb(130 26 92 / 0.2); }
.border-y-amaranth-900\/25{ border-top-color: rgb(130 26 92 / 0.25); border-bottom-color: rgb(130 26 92 / 0.25); }
.border-y-amaranth-900\/30{ border-top-color: rgb(130 26 92 / 0.3); border-bottom-color: rgb(130 26 92 / 0.3); }
.border-y-amaranth-900\/40{ border-top-color: rgb(130 26 92 / 0.4); border-bottom-color: rgb(130 26 92 / 0.4); }
.border-y-amaranth-900\/5{ border-top-color: rgb(130 26 92 / 0.05); border-bottom-color: rgb(130 26 92 / 0.05); }
.border-y-amaranth-900\/50{ border-top-color: rgb(130 26 92 / 0.5); border-bottom-color: rgb(130 26 92 / 0.5); }
.border-y-amaranth-900\/60{ border-top-color: rgb(130 26 92 / 0.6); border-bottom-color: rgb(130 26 92 / 0.6); }
.border-y-amaranth-900\/70{ border-top-color: rgb(130 26 92 / 0.7); border-bottom-color: rgb(130 26 92 / 0.7); }
.border-y-amaranth-900\/75{ border-top-color: rgb(130 26 92 / 0.75); border-bottom-color: rgb(130 26 92 / 0.75); }
.border-y-amaranth-900\/80{ border-top-color: rgb(130 26 92 / 0.8); border-bottom-color: rgb(130 26 92 / 0.8); }
.border-y-amaranth-900\/90{ border-top-color: rgb(130 26 92 / 0.9); border-bottom-color: rgb(130 26 92 / 0.9); }
.border-y-amaranth-900\/95{ border-top-color: rgb(130 26 92 / 0.95); border-bottom-color: rgb(130 26 92 / 0.95); }
.border-y-amaranth-950{ --tw-border-opacity: 1; border-top-color: rgb(123 13 82 / var(--tw-border-opacity)); border-bottom-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-y-amaranth-950\/0{ border-top-color: rgb(123 13 82 / 0); border-bottom-color: rgb(123 13 82 / 0); }
.border-y-amaranth-950\/10{ border-top-color: rgb(123 13 82 / 0.1); border-bottom-color: rgb(123 13 82 / 0.1); }
.border-y-amaranth-950\/100{ border-top-color: rgb(123 13 82 / 1); border-bottom-color: rgb(123 13 82 / 1); }
.border-y-amaranth-950\/20{ border-top-color: rgb(123 13 82 / 0.2); border-bottom-color: rgb(123 13 82 / 0.2); }
.border-y-amaranth-950\/25{ border-top-color: rgb(123 13 82 / 0.25); border-bottom-color: rgb(123 13 82 / 0.25); }
.border-y-amaranth-950\/30{ border-top-color: rgb(123 13 82 / 0.3); border-bottom-color: rgb(123 13 82 / 0.3); }
.border-y-amaranth-950\/40{ border-top-color: rgb(123 13 82 / 0.4); border-bottom-color: rgb(123 13 82 / 0.4); }
.border-y-amaranth-950\/5{ border-top-color: rgb(123 13 82 / 0.05); border-bottom-color: rgb(123 13 82 / 0.05); }
.border-y-amaranth-950\/50{ border-top-color: rgb(123 13 82 / 0.5); border-bottom-color: rgb(123 13 82 / 0.5); }
.border-y-amaranth-950\/60{ border-top-color: rgb(123 13 82 / 0.6); border-bottom-color: rgb(123 13 82 / 0.6); }
.border-y-amaranth-950\/70{ border-top-color: rgb(123 13 82 / 0.7); border-bottom-color: rgb(123 13 82 / 0.7); }
.border-y-amaranth-950\/75{ border-top-color: rgb(123 13 82 / 0.75); border-bottom-color: rgb(123 13 82 / 0.75); }
.border-y-amaranth-950\/80{ border-top-color: rgb(123 13 82 / 0.8); border-bottom-color: rgb(123 13 82 / 0.8); }
.border-y-amaranth-950\/90{ border-top-color: rgb(123 13 82 / 0.9); border-bottom-color: rgb(123 13 82 / 0.9); }
.border-y-amaranth-950\/95{ border-top-color: rgb(123 13 82 / 0.95); border-bottom-color: rgb(123 13 82 / 0.95); }
.border-y-amaranth\/0{ border-top-color: rgb(116 0 73 / 0); border-bottom-color: rgb(116 0 73 / 0); }
.border-y-amaranth\/10{ border-top-color: rgb(116 0 73 / 0.1); border-bottom-color: rgb(116 0 73 / 0.1); }
.border-y-amaranth\/100{ border-top-color: rgb(116 0 73 / 1); border-bottom-color: rgb(116 0 73 / 1); }
.border-y-amaranth\/20{ border-top-color: rgb(116 0 73 / 0.2); border-bottom-color: rgb(116 0 73 / 0.2); }
.border-y-amaranth\/25{ border-top-color: rgb(116 0 73 / 0.25); border-bottom-color: rgb(116 0 73 / 0.25); }
.border-y-amaranth\/30{ border-top-color: rgb(116 0 73 / 0.3); border-bottom-color: rgb(116 0 73 / 0.3); }
.border-y-amaranth\/40{ border-top-color: rgb(116 0 73 / 0.4); border-bottom-color: rgb(116 0 73 / 0.4); }
.border-y-amaranth\/5{ border-top-color: rgb(116 0 73 / 0.05); border-bottom-color: rgb(116 0 73 / 0.05); }
.border-y-amaranth\/50{ border-top-color: rgb(116 0 73 / 0.5); border-bottom-color: rgb(116 0 73 / 0.5); }
.border-y-amaranth\/60{ border-top-color: rgb(116 0 73 / 0.6); border-bottom-color: rgb(116 0 73 / 0.6); }
.border-y-amaranth\/70{ border-top-color: rgb(116 0 73 / 0.7); border-bottom-color: rgb(116 0 73 / 0.7); }
.border-y-amaranth\/75{ border-top-color: rgb(116 0 73 / 0.75); border-bottom-color: rgb(116 0 73 / 0.75); }
.border-y-amaranth\/80{ border-top-color: rgb(116 0 73 / 0.8); border-bottom-color: rgb(116 0 73 / 0.8); }
.border-y-amaranth\/90{ border-top-color: rgb(116 0 73 / 0.9); border-bottom-color: rgb(116 0 73 / 0.9); }
.border-y-amaranth\/95{ border-top-color: rgb(116 0 73 / 0.95); border-bottom-color: rgb(116 0 73 / 0.95); }
.border-y-amber-100{ --tw-border-opacity: 1; border-top-color: rgb(254 243 199 / var(--tw-border-opacity)); border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-y-amber-100\/0{ border-top-color: rgb(254 243 199 / 0); border-bottom-color: rgb(254 243 199 / 0); }
.border-y-amber-100\/10{ border-top-color: rgb(254 243 199 / 0.1); border-bottom-color: rgb(254 243 199 / 0.1); }
.border-y-amber-100\/100{ border-top-color: rgb(254 243 199 / 1); border-bottom-color: rgb(254 243 199 / 1); }
.border-y-amber-100\/20{ border-top-color: rgb(254 243 199 / 0.2); border-bottom-color: rgb(254 243 199 / 0.2); }
.border-y-amber-100\/25{ border-top-color: rgb(254 243 199 / 0.25); border-bottom-color: rgb(254 243 199 / 0.25); }
.border-y-amber-100\/30{ border-top-color: rgb(254 243 199 / 0.3); border-bottom-color: rgb(254 243 199 / 0.3); }
.border-y-amber-100\/40{ border-top-color: rgb(254 243 199 / 0.4); border-bottom-color: rgb(254 243 199 / 0.4); }
.border-y-amber-100\/5{ border-top-color: rgb(254 243 199 / 0.05); border-bottom-color: rgb(254 243 199 / 0.05); }
.border-y-amber-100\/50{ border-top-color: rgb(254 243 199 / 0.5); border-bottom-color: rgb(254 243 199 / 0.5); }
.border-y-amber-100\/60{ border-top-color: rgb(254 243 199 / 0.6); border-bottom-color: rgb(254 243 199 / 0.6); }
.border-y-amber-100\/70{ border-top-color: rgb(254 243 199 / 0.7); border-bottom-color: rgb(254 243 199 / 0.7); }
.border-y-amber-100\/75{ border-top-color: rgb(254 243 199 / 0.75); border-bottom-color: rgb(254 243 199 / 0.75); }
.border-y-amber-100\/80{ border-top-color: rgb(254 243 199 / 0.8); border-bottom-color: rgb(254 243 199 / 0.8); }
.border-y-amber-100\/90{ border-top-color: rgb(254 243 199 / 0.9); border-bottom-color: rgb(254 243 199 / 0.9); }
.border-y-amber-100\/95{ border-top-color: rgb(254 243 199 / 0.95); border-bottom-color: rgb(254 243 199 / 0.95); }
.border-y-amber-200{ --tw-border-opacity: 1; border-top-color: rgb(253 230 138 / var(--tw-border-opacity)); border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-y-amber-200\/0{ border-top-color: rgb(253 230 138 / 0); border-bottom-color: rgb(253 230 138 / 0); }
.border-y-amber-200\/10{ border-top-color: rgb(253 230 138 / 0.1); border-bottom-color: rgb(253 230 138 / 0.1); }
.border-y-amber-200\/100{ border-top-color: rgb(253 230 138 / 1); border-bottom-color: rgb(253 230 138 / 1); }
.border-y-amber-200\/20{ border-top-color: rgb(253 230 138 / 0.2); border-bottom-color: rgb(253 230 138 / 0.2); }
.border-y-amber-200\/25{ border-top-color: rgb(253 230 138 / 0.25); border-bottom-color: rgb(253 230 138 / 0.25); }
.border-y-amber-200\/30{ border-top-color: rgb(253 230 138 / 0.3); border-bottom-color: rgb(253 230 138 / 0.3); }
.border-y-amber-200\/40{ border-top-color: rgb(253 230 138 / 0.4); border-bottom-color: rgb(253 230 138 / 0.4); }
.border-y-amber-200\/5{ border-top-color: rgb(253 230 138 / 0.05); border-bottom-color: rgb(253 230 138 / 0.05); }
.border-y-amber-200\/50{ border-top-color: rgb(253 230 138 / 0.5); border-bottom-color: rgb(253 230 138 / 0.5); }
.border-y-amber-200\/60{ border-top-color: rgb(253 230 138 / 0.6); border-bottom-color: rgb(253 230 138 / 0.6); }
.border-y-amber-200\/70{ border-top-color: rgb(253 230 138 / 0.7); border-bottom-color: rgb(253 230 138 / 0.7); }
.border-y-amber-200\/75{ border-top-color: rgb(253 230 138 / 0.75); border-bottom-color: rgb(253 230 138 / 0.75); }
.border-y-amber-200\/80{ border-top-color: rgb(253 230 138 / 0.8); border-bottom-color: rgb(253 230 138 / 0.8); }
.border-y-amber-200\/90{ border-top-color: rgb(253 230 138 / 0.9); border-bottom-color: rgb(253 230 138 / 0.9); }
.border-y-amber-200\/95{ border-top-color: rgb(253 230 138 / 0.95); border-bottom-color: rgb(253 230 138 / 0.95); }
.border-y-amber-300{ --tw-border-opacity: 1; border-top-color: rgb(252 211 77 / var(--tw-border-opacity)); border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-y-amber-300\/0{ border-top-color: rgb(252 211 77 / 0); border-bottom-color: rgb(252 211 77 / 0); }
.border-y-amber-300\/10{ border-top-color: rgb(252 211 77 / 0.1); border-bottom-color: rgb(252 211 77 / 0.1); }
.border-y-amber-300\/100{ border-top-color: rgb(252 211 77 / 1); border-bottom-color: rgb(252 211 77 / 1); }
.border-y-amber-300\/20{ border-top-color: rgb(252 211 77 / 0.2); border-bottom-color: rgb(252 211 77 / 0.2); }
.border-y-amber-300\/25{ border-top-color: rgb(252 211 77 / 0.25); border-bottom-color: rgb(252 211 77 / 0.25); }
.border-y-amber-300\/30{ border-top-color: rgb(252 211 77 / 0.3); border-bottom-color: rgb(252 211 77 / 0.3); }
.border-y-amber-300\/40{ border-top-color: rgb(252 211 77 / 0.4); border-bottom-color: rgb(252 211 77 / 0.4); }
.border-y-amber-300\/5{ border-top-color: rgb(252 211 77 / 0.05); border-bottom-color: rgb(252 211 77 / 0.05); }
.border-y-amber-300\/50{ border-top-color: rgb(252 211 77 / 0.5); border-bottom-color: rgb(252 211 77 / 0.5); }
.border-y-amber-300\/60{ border-top-color: rgb(252 211 77 / 0.6); border-bottom-color: rgb(252 211 77 / 0.6); }
.border-y-amber-300\/70{ border-top-color: rgb(252 211 77 / 0.7); border-bottom-color: rgb(252 211 77 / 0.7); }
.border-y-amber-300\/75{ border-top-color: rgb(252 211 77 / 0.75); border-bottom-color: rgb(252 211 77 / 0.75); }
.border-y-amber-300\/80{ border-top-color: rgb(252 211 77 / 0.8); border-bottom-color: rgb(252 211 77 / 0.8); }
.border-y-amber-300\/90{ border-top-color: rgb(252 211 77 / 0.9); border-bottom-color: rgb(252 211 77 / 0.9); }
.border-y-amber-300\/95{ border-top-color: rgb(252 211 77 / 0.95); border-bottom-color: rgb(252 211 77 / 0.95); }
.border-y-amber-400{ --tw-border-opacity: 1; border-top-color: rgb(251 191 36 / var(--tw-border-opacity)); border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-y-amber-400\/0{ border-top-color: rgb(251 191 36 / 0); border-bottom-color: rgb(251 191 36 / 0); }
.border-y-amber-400\/10{ border-top-color: rgb(251 191 36 / 0.1); border-bottom-color: rgb(251 191 36 / 0.1); }
.border-y-amber-400\/100{ border-top-color: rgb(251 191 36 / 1); border-bottom-color: rgb(251 191 36 / 1); }
.border-y-amber-400\/20{ border-top-color: rgb(251 191 36 / 0.2); border-bottom-color: rgb(251 191 36 / 0.2); }
.border-y-amber-400\/25{ border-top-color: rgb(251 191 36 / 0.25); border-bottom-color: rgb(251 191 36 / 0.25); }
.border-y-amber-400\/30{ border-top-color: rgb(251 191 36 / 0.3); border-bottom-color: rgb(251 191 36 / 0.3); }
.border-y-amber-400\/40{ border-top-color: rgb(251 191 36 / 0.4); border-bottom-color: rgb(251 191 36 / 0.4); }
.border-y-amber-400\/5{ border-top-color: rgb(251 191 36 / 0.05); border-bottom-color: rgb(251 191 36 / 0.05); }
.border-y-amber-400\/50{ border-top-color: rgb(251 191 36 / 0.5); border-bottom-color: rgb(251 191 36 / 0.5); }
.border-y-amber-400\/60{ border-top-color: rgb(251 191 36 / 0.6); border-bottom-color: rgb(251 191 36 / 0.6); }
.border-y-amber-400\/70{ border-top-color: rgb(251 191 36 / 0.7); border-bottom-color: rgb(251 191 36 / 0.7); }
.border-y-amber-400\/75{ border-top-color: rgb(251 191 36 / 0.75); border-bottom-color: rgb(251 191 36 / 0.75); }
.border-y-amber-400\/80{ border-top-color: rgb(251 191 36 / 0.8); border-bottom-color: rgb(251 191 36 / 0.8); }
.border-y-amber-400\/90{ border-top-color: rgb(251 191 36 / 0.9); border-bottom-color: rgb(251 191 36 / 0.9); }
.border-y-amber-400\/95{ border-top-color: rgb(251 191 36 / 0.95); border-bottom-color: rgb(251 191 36 / 0.95); }
.border-y-amber-50{ --tw-border-opacity: 1; border-top-color: rgb(255 251 235 / var(--tw-border-opacity)); border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-y-amber-50\/0{ border-top-color: rgb(255 251 235 / 0); border-bottom-color: rgb(255 251 235 / 0); }
.border-y-amber-50\/10{ border-top-color: rgb(255 251 235 / 0.1); border-bottom-color: rgb(255 251 235 / 0.1); }
.border-y-amber-50\/100{ border-top-color: rgb(255 251 235 / 1); border-bottom-color: rgb(255 251 235 / 1); }
.border-y-amber-50\/20{ border-top-color: rgb(255 251 235 / 0.2); border-bottom-color: rgb(255 251 235 / 0.2); }
.border-y-amber-50\/25{ border-top-color: rgb(255 251 235 / 0.25); border-bottom-color: rgb(255 251 235 / 0.25); }
.border-y-amber-50\/30{ border-top-color: rgb(255 251 235 / 0.3); border-bottom-color: rgb(255 251 235 / 0.3); }
.border-y-amber-50\/40{ border-top-color: rgb(255 251 235 / 0.4); border-bottom-color: rgb(255 251 235 / 0.4); }
.border-y-amber-50\/5{ border-top-color: rgb(255 251 235 / 0.05); border-bottom-color: rgb(255 251 235 / 0.05); }
.border-y-amber-50\/50{ border-top-color: rgb(255 251 235 / 0.5); border-bottom-color: rgb(255 251 235 / 0.5); }
.border-y-amber-50\/60{ border-top-color: rgb(255 251 235 / 0.6); border-bottom-color: rgb(255 251 235 / 0.6); }
.border-y-amber-50\/70{ border-top-color: rgb(255 251 235 / 0.7); border-bottom-color: rgb(255 251 235 / 0.7); }
.border-y-amber-50\/75{ border-top-color: rgb(255 251 235 / 0.75); border-bottom-color: rgb(255 251 235 / 0.75); }
.border-y-amber-50\/80{ border-top-color: rgb(255 251 235 / 0.8); border-bottom-color: rgb(255 251 235 / 0.8); }
.border-y-amber-50\/90{ border-top-color: rgb(255 251 235 / 0.9); border-bottom-color: rgb(255 251 235 / 0.9); }
.border-y-amber-50\/95{ border-top-color: rgb(255 251 235 / 0.95); border-bottom-color: rgb(255 251 235 / 0.95); }
.border-y-amber-500{ --tw-border-opacity: 1; border-top-color: rgb(245 158 11 / var(--tw-border-opacity)); border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-y-amber-500\/0{ border-top-color: rgb(245 158 11 / 0); border-bottom-color: rgb(245 158 11 / 0); }
.border-y-amber-500\/10{ border-top-color: rgb(245 158 11 / 0.1); border-bottom-color: rgb(245 158 11 / 0.1); }
.border-y-amber-500\/100{ border-top-color: rgb(245 158 11 / 1); border-bottom-color: rgb(245 158 11 / 1); }
.border-y-amber-500\/20{ border-top-color: rgb(245 158 11 / 0.2); border-bottom-color: rgb(245 158 11 / 0.2); }
.border-y-amber-500\/25{ border-top-color: rgb(245 158 11 / 0.25); border-bottom-color: rgb(245 158 11 / 0.25); }
.border-y-amber-500\/30{ border-top-color: rgb(245 158 11 / 0.3); border-bottom-color: rgb(245 158 11 / 0.3); }
.border-y-amber-500\/40{ border-top-color: rgb(245 158 11 / 0.4); border-bottom-color: rgb(245 158 11 / 0.4); }
.border-y-amber-500\/5{ border-top-color: rgb(245 158 11 / 0.05); border-bottom-color: rgb(245 158 11 / 0.05); }
.border-y-amber-500\/50{ border-top-color: rgb(245 158 11 / 0.5); border-bottom-color: rgb(245 158 11 / 0.5); }
.border-y-amber-500\/60{ border-top-color: rgb(245 158 11 / 0.6); border-bottom-color: rgb(245 158 11 / 0.6); }
.border-y-amber-500\/70{ border-top-color: rgb(245 158 11 / 0.7); border-bottom-color: rgb(245 158 11 / 0.7); }
.border-y-amber-500\/75{ border-top-color: rgb(245 158 11 / 0.75); border-bottom-color: rgb(245 158 11 / 0.75); }
.border-y-amber-500\/80{ border-top-color: rgb(245 158 11 / 0.8); border-bottom-color: rgb(245 158 11 / 0.8); }
.border-y-amber-500\/90{ border-top-color: rgb(245 158 11 / 0.9); border-bottom-color: rgb(245 158 11 / 0.9); }
.border-y-amber-500\/95{ border-top-color: rgb(245 158 11 / 0.95); border-bottom-color: rgb(245 158 11 / 0.95); }
.border-y-amber-600{ --tw-border-opacity: 1; border-top-color: rgb(217 119 6 / var(--tw-border-opacity)); border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-y-amber-600\/0{ border-top-color: rgb(217 119 6 / 0); border-bottom-color: rgb(217 119 6 / 0); }
.border-y-amber-600\/10{ border-top-color: rgb(217 119 6 / 0.1); border-bottom-color: rgb(217 119 6 / 0.1); }
.border-y-amber-600\/100{ border-top-color: rgb(217 119 6 / 1); border-bottom-color: rgb(217 119 6 / 1); }
.border-y-amber-600\/20{ border-top-color: rgb(217 119 6 / 0.2); border-bottom-color: rgb(217 119 6 / 0.2); }
.border-y-amber-600\/25{ border-top-color: rgb(217 119 6 / 0.25); border-bottom-color: rgb(217 119 6 / 0.25); }
.border-y-amber-600\/30{ border-top-color: rgb(217 119 6 / 0.3); border-bottom-color: rgb(217 119 6 / 0.3); }
.border-y-amber-600\/40{ border-top-color: rgb(217 119 6 / 0.4); border-bottom-color: rgb(217 119 6 / 0.4); }
.border-y-amber-600\/5{ border-top-color: rgb(217 119 6 / 0.05); border-bottom-color: rgb(217 119 6 / 0.05); }
.border-y-amber-600\/50{ border-top-color: rgb(217 119 6 / 0.5); border-bottom-color: rgb(217 119 6 / 0.5); }
.border-y-amber-600\/60{ border-top-color: rgb(217 119 6 / 0.6); border-bottom-color: rgb(217 119 6 / 0.6); }
.border-y-amber-600\/70{ border-top-color: rgb(217 119 6 / 0.7); border-bottom-color: rgb(217 119 6 / 0.7); }
.border-y-amber-600\/75{ border-top-color: rgb(217 119 6 / 0.75); border-bottom-color: rgb(217 119 6 / 0.75); }
.border-y-amber-600\/80{ border-top-color: rgb(217 119 6 / 0.8); border-bottom-color: rgb(217 119 6 / 0.8); }
.border-y-amber-600\/90{ border-top-color: rgb(217 119 6 / 0.9); border-bottom-color: rgb(217 119 6 / 0.9); }
.border-y-amber-600\/95{ border-top-color: rgb(217 119 6 / 0.95); border-bottom-color: rgb(217 119 6 / 0.95); }
.border-y-amber-700{ --tw-border-opacity: 1; border-top-color: rgb(180 83 9 / var(--tw-border-opacity)); border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-y-amber-700\/0{ border-top-color: rgb(180 83 9 / 0); border-bottom-color: rgb(180 83 9 / 0); }
.border-y-amber-700\/10{ border-top-color: rgb(180 83 9 / 0.1); border-bottom-color: rgb(180 83 9 / 0.1); }
.border-y-amber-700\/100{ border-top-color: rgb(180 83 9 / 1); border-bottom-color: rgb(180 83 9 / 1); }
.border-y-amber-700\/20{ border-top-color: rgb(180 83 9 / 0.2); border-bottom-color: rgb(180 83 9 / 0.2); }
.border-y-amber-700\/25{ border-top-color: rgb(180 83 9 / 0.25); border-bottom-color: rgb(180 83 9 / 0.25); }
.border-y-amber-700\/30{ border-top-color: rgb(180 83 9 / 0.3); border-bottom-color: rgb(180 83 9 / 0.3); }
.border-y-amber-700\/40{ border-top-color: rgb(180 83 9 / 0.4); border-bottom-color: rgb(180 83 9 / 0.4); }
.border-y-amber-700\/5{ border-top-color: rgb(180 83 9 / 0.05); border-bottom-color: rgb(180 83 9 / 0.05); }
.border-y-amber-700\/50{ border-top-color: rgb(180 83 9 / 0.5); border-bottom-color: rgb(180 83 9 / 0.5); }
.border-y-amber-700\/60{ border-top-color: rgb(180 83 9 / 0.6); border-bottom-color: rgb(180 83 9 / 0.6); }
.border-y-amber-700\/70{ border-top-color: rgb(180 83 9 / 0.7); border-bottom-color: rgb(180 83 9 / 0.7); }
.border-y-amber-700\/75{ border-top-color: rgb(180 83 9 / 0.75); border-bottom-color: rgb(180 83 9 / 0.75); }
.border-y-amber-700\/80{ border-top-color: rgb(180 83 9 / 0.8); border-bottom-color: rgb(180 83 9 / 0.8); }
.border-y-amber-700\/90{ border-top-color: rgb(180 83 9 / 0.9); border-bottom-color: rgb(180 83 9 / 0.9); }
.border-y-amber-700\/95{ border-top-color: rgb(180 83 9 / 0.95); border-bottom-color: rgb(180 83 9 / 0.95); }
.border-y-amber-800{ --tw-border-opacity: 1; border-top-color: rgb(146 64 14 / var(--tw-border-opacity)); border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-y-amber-800\/0{ border-top-color: rgb(146 64 14 / 0); border-bottom-color: rgb(146 64 14 / 0); }
.border-y-amber-800\/10{ border-top-color: rgb(146 64 14 / 0.1); border-bottom-color: rgb(146 64 14 / 0.1); }
.border-y-amber-800\/100{ border-top-color: rgb(146 64 14 / 1); border-bottom-color: rgb(146 64 14 / 1); }
.border-y-amber-800\/20{ border-top-color: rgb(146 64 14 / 0.2); border-bottom-color: rgb(146 64 14 / 0.2); }
.border-y-amber-800\/25{ border-top-color: rgb(146 64 14 / 0.25); border-bottom-color: rgb(146 64 14 / 0.25); }
.border-y-amber-800\/30{ border-top-color: rgb(146 64 14 / 0.3); border-bottom-color: rgb(146 64 14 / 0.3); }
.border-y-amber-800\/40{ border-top-color: rgb(146 64 14 / 0.4); border-bottom-color: rgb(146 64 14 / 0.4); }
.border-y-amber-800\/5{ border-top-color: rgb(146 64 14 / 0.05); border-bottom-color: rgb(146 64 14 / 0.05); }
.border-y-amber-800\/50{ border-top-color: rgb(146 64 14 / 0.5); border-bottom-color: rgb(146 64 14 / 0.5); }
.border-y-amber-800\/60{ border-top-color: rgb(146 64 14 / 0.6); border-bottom-color: rgb(146 64 14 / 0.6); }
.border-y-amber-800\/70{ border-top-color: rgb(146 64 14 / 0.7); border-bottom-color: rgb(146 64 14 / 0.7); }
.border-y-amber-800\/75{ border-top-color: rgb(146 64 14 / 0.75); border-bottom-color: rgb(146 64 14 / 0.75); }
.border-y-amber-800\/80{ border-top-color: rgb(146 64 14 / 0.8); border-bottom-color: rgb(146 64 14 / 0.8); }
.border-y-amber-800\/90{ border-top-color: rgb(146 64 14 / 0.9); border-bottom-color: rgb(146 64 14 / 0.9); }
.border-y-amber-800\/95{ border-top-color: rgb(146 64 14 / 0.95); border-bottom-color: rgb(146 64 14 / 0.95); }
.border-y-amber-900{ --tw-border-opacity: 1; border-top-color: rgb(120 53 15 / var(--tw-border-opacity)); border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-y-amber-900\/0{ border-top-color: rgb(120 53 15 / 0); border-bottom-color: rgb(120 53 15 / 0); }
.border-y-amber-900\/10{ border-top-color: rgb(120 53 15 / 0.1); border-bottom-color: rgb(120 53 15 / 0.1); }
.border-y-amber-900\/100{ border-top-color: rgb(120 53 15 / 1); border-bottom-color: rgb(120 53 15 / 1); }
.border-y-amber-900\/20{ border-top-color: rgb(120 53 15 / 0.2); border-bottom-color: rgb(120 53 15 / 0.2); }
.border-y-amber-900\/25{ border-top-color: rgb(120 53 15 / 0.25); border-bottom-color: rgb(120 53 15 / 0.25); }
.border-y-amber-900\/30{ border-top-color: rgb(120 53 15 / 0.3); border-bottom-color: rgb(120 53 15 / 0.3); }
.border-y-amber-900\/40{ border-top-color: rgb(120 53 15 / 0.4); border-bottom-color: rgb(120 53 15 / 0.4); }
.border-y-amber-900\/5{ border-top-color: rgb(120 53 15 / 0.05); border-bottom-color: rgb(120 53 15 / 0.05); }
.border-y-amber-900\/50{ border-top-color: rgb(120 53 15 / 0.5); border-bottom-color: rgb(120 53 15 / 0.5); }
.border-y-amber-900\/60{ border-top-color: rgb(120 53 15 / 0.6); border-bottom-color: rgb(120 53 15 / 0.6); }
.border-y-amber-900\/70{ border-top-color: rgb(120 53 15 / 0.7); border-bottom-color: rgb(120 53 15 / 0.7); }
.border-y-amber-900\/75{ border-top-color: rgb(120 53 15 / 0.75); border-bottom-color: rgb(120 53 15 / 0.75); }
.border-y-amber-900\/80{ border-top-color: rgb(120 53 15 / 0.8); border-bottom-color: rgb(120 53 15 / 0.8); }
.border-y-amber-900\/90{ border-top-color: rgb(120 53 15 / 0.9); border-bottom-color: rgb(120 53 15 / 0.9); }
.border-y-amber-900\/95{ border-top-color: rgb(120 53 15 / 0.95); border-bottom-color: rgb(120 53 15 / 0.95); }
.border-y-amber-950{ --tw-border-opacity: 1; border-top-color: rgb(69 26 3 / var(--tw-border-opacity)); border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-y-amber-950\/0{ border-top-color: rgb(69 26 3 / 0); border-bottom-color: rgb(69 26 3 / 0); }
.border-y-amber-950\/10{ border-top-color: rgb(69 26 3 / 0.1); border-bottom-color: rgb(69 26 3 / 0.1); }
.border-y-amber-950\/100{ border-top-color: rgb(69 26 3 / 1); border-bottom-color: rgb(69 26 3 / 1); }
.border-y-amber-950\/20{ border-top-color: rgb(69 26 3 / 0.2); border-bottom-color: rgb(69 26 3 / 0.2); }
.border-y-amber-950\/25{ border-top-color: rgb(69 26 3 / 0.25); border-bottom-color: rgb(69 26 3 / 0.25); }
.border-y-amber-950\/30{ border-top-color: rgb(69 26 3 / 0.3); border-bottom-color: rgb(69 26 3 / 0.3); }
.border-y-amber-950\/40{ border-top-color: rgb(69 26 3 / 0.4); border-bottom-color: rgb(69 26 3 / 0.4); }
.border-y-amber-950\/5{ border-top-color: rgb(69 26 3 / 0.05); border-bottom-color: rgb(69 26 3 / 0.05); }
.border-y-amber-950\/50{ border-top-color: rgb(69 26 3 / 0.5); border-bottom-color: rgb(69 26 3 / 0.5); }
.border-y-amber-950\/60{ border-top-color: rgb(69 26 3 / 0.6); border-bottom-color: rgb(69 26 3 / 0.6); }
.border-y-amber-950\/70{ border-top-color: rgb(69 26 3 / 0.7); border-bottom-color: rgb(69 26 3 / 0.7); }
.border-y-amber-950\/75{ border-top-color: rgb(69 26 3 / 0.75); border-bottom-color: rgb(69 26 3 / 0.75); }
.border-y-amber-950\/80{ border-top-color: rgb(69 26 3 / 0.8); border-bottom-color: rgb(69 26 3 / 0.8); }
.border-y-amber-950\/90{ border-top-color: rgb(69 26 3 / 0.9); border-bottom-color: rgb(69 26 3 / 0.9); }
.border-y-amber-950\/95{ border-top-color: rgb(69 26 3 / 0.95); border-bottom-color: rgb(69 26 3 / 0.95); }
.border-y-black{ --tw-border-opacity: 1; border-top-color: rgb(0 0 0 / var(--tw-border-opacity)); border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-y-black\/0{ border-top-color: rgb(0 0 0 / 0); border-bottom-color: rgb(0 0 0 / 0); }
.border-y-black\/10{ border-top-color: rgb(0 0 0 / 0.1); border-bottom-color: rgb(0 0 0 / 0.1); }
.border-y-black\/100{ border-top-color: rgb(0 0 0 / 1); border-bottom-color: rgb(0 0 0 / 1); }
.border-y-black\/20{ border-top-color: rgb(0 0 0 / 0.2); border-bottom-color: rgb(0 0 0 / 0.2); }
.border-y-black\/25{ border-top-color: rgb(0 0 0 / 0.25); border-bottom-color: rgb(0 0 0 / 0.25); }
.border-y-black\/30{ border-top-color: rgb(0 0 0 / 0.3); border-bottom-color: rgb(0 0 0 / 0.3); }
.border-y-black\/40{ border-top-color: rgb(0 0 0 / 0.4); border-bottom-color: rgb(0 0 0 / 0.4); }
.border-y-black\/5{ border-top-color: rgb(0 0 0 / 0.05); border-bottom-color: rgb(0 0 0 / 0.05); }
.border-y-black\/50{ border-top-color: rgb(0 0 0 / 0.5); border-bottom-color: rgb(0 0 0 / 0.5); }
.border-y-black\/60{ border-top-color: rgb(0 0 0 / 0.6); border-bottom-color: rgb(0 0 0 / 0.6); }
.border-y-black\/70{ border-top-color: rgb(0 0 0 / 0.7); border-bottom-color: rgb(0 0 0 / 0.7); }
.border-y-black\/75{ border-top-color: rgb(0 0 0 / 0.75); border-bottom-color: rgb(0 0 0 / 0.75); }
.border-y-black\/80{ border-top-color: rgb(0 0 0 / 0.8); border-bottom-color: rgb(0 0 0 / 0.8); }
.border-y-black\/90{ border-top-color: rgb(0 0 0 / 0.9); border-bottom-color: rgb(0 0 0 / 0.9); }
.border-y-black\/95{ border-top-color: rgb(0 0 0 / 0.95); border-bottom-color: rgb(0 0 0 / 0.95); }
.border-y-blue-100{ --tw-border-opacity: 1; border-top-color: rgb(219 234 254 / var(--tw-border-opacity)); border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-y-blue-100\/0{ border-top-color: rgb(219 234 254 / 0); border-bottom-color: rgb(219 234 254 / 0); }
.border-y-blue-100\/10{ border-top-color: rgb(219 234 254 / 0.1); border-bottom-color: rgb(219 234 254 / 0.1); }
.border-y-blue-100\/100{ border-top-color: rgb(219 234 254 / 1); border-bottom-color: rgb(219 234 254 / 1); }
.border-y-blue-100\/20{ border-top-color: rgb(219 234 254 / 0.2); border-bottom-color: rgb(219 234 254 / 0.2); }
.border-y-blue-100\/25{ border-top-color: rgb(219 234 254 / 0.25); border-bottom-color: rgb(219 234 254 / 0.25); }
.border-y-blue-100\/30{ border-top-color: rgb(219 234 254 / 0.3); border-bottom-color: rgb(219 234 254 / 0.3); }
.border-y-blue-100\/40{ border-top-color: rgb(219 234 254 / 0.4); border-bottom-color: rgb(219 234 254 / 0.4); }
.border-y-blue-100\/5{ border-top-color: rgb(219 234 254 / 0.05); border-bottom-color: rgb(219 234 254 / 0.05); }
.border-y-blue-100\/50{ border-top-color: rgb(219 234 254 / 0.5); border-bottom-color: rgb(219 234 254 / 0.5); }
.border-y-blue-100\/60{ border-top-color: rgb(219 234 254 / 0.6); border-bottom-color: rgb(219 234 254 / 0.6); }
.border-y-blue-100\/70{ border-top-color: rgb(219 234 254 / 0.7); border-bottom-color: rgb(219 234 254 / 0.7); }
.border-y-blue-100\/75{ border-top-color: rgb(219 234 254 / 0.75); border-bottom-color: rgb(219 234 254 / 0.75); }
.border-y-blue-100\/80{ border-top-color: rgb(219 234 254 / 0.8); border-bottom-color: rgb(219 234 254 / 0.8); }
.border-y-blue-100\/90{ border-top-color: rgb(219 234 254 / 0.9); border-bottom-color: rgb(219 234 254 / 0.9); }
.border-y-blue-100\/95{ border-top-color: rgb(219 234 254 / 0.95); border-bottom-color: rgb(219 234 254 / 0.95); }
.border-y-blue-200{ --tw-border-opacity: 1; border-top-color: rgb(191 219 254 / var(--tw-border-opacity)); border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-y-blue-200\/0{ border-top-color: rgb(191 219 254 / 0); border-bottom-color: rgb(191 219 254 / 0); }
.border-y-blue-200\/10{ border-top-color: rgb(191 219 254 / 0.1); border-bottom-color: rgb(191 219 254 / 0.1); }
.border-y-blue-200\/100{ border-top-color: rgb(191 219 254 / 1); border-bottom-color: rgb(191 219 254 / 1); }
.border-y-blue-200\/20{ border-top-color: rgb(191 219 254 / 0.2); border-bottom-color: rgb(191 219 254 / 0.2); }
.border-y-blue-200\/25{ border-top-color: rgb(191 219 254 / 0.25); border-bottom-color: rgb(191 219 254 / 0.25); }
.border-y-blue-200\/30{ border-top-color: rgb(191 219 254 / 0.3); border-bottom-color: rgb(191 219 254 / 0.3); }
.border-y-blue-200\/40{ border-top-color: rgb(191 219 254 / 0.4); border-bottom-color: rgb(191 219 254 / 0.4); }
.border-y-blue-200\/5{ border-top-color: rgb(191 219 254 / 0.05); border-bottom-color: rgb(191 219 254 / 0.05); }
.border-y-blue-200\/50{ border-top-color: rgb(191 219 254 / 0.5); border-bottom-color: rgb(191 219 254 / 0.5); }
.border-y-blue-200\/60{ border-top-color: rgb(191 219 254 / 0.6); border-bottom-color: rgb(191 219 254 / 0.6); }
.border-y-blue-200\/70{ border-top-color: rgb(191 219 254 / 0.7); border-bottom-color: rgb(191 219 254 / 0.7); }
.border-y-blue-200\/75{ border-top-color: rgb(191 219 254 / 0.75); border-bottom-color: rgb(191 219 254 / 0.75); }
.border-y-blue-200\/80{ border-top-color: rgb(191 219 254 / 0.8); border-bottom-color: rgb(191 219 254 / 0.8); }
.border-y-blue-200\/90{ border-top-color: rgb(191 219 254 / 0.9); border-bottom-color: rgb(191 219 254 / 0.9); }
.border-y-blue-200\/95{ border-top-color: rgb(191 219 254 / 0.95); border-bottom-color: rgb(191 219 254 / 0.95); }
.border-y-blue-300{ --tw-border-opacity: 1; border-top-color: rgb(147 197 253 / var(--tw-border-opacity)); border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-y-blue-300\/0{ border-top-color: rgb(147 197 253 / 0); border-bottom-color: rgb(147 197 253 / 0); }
.border-y-blue-300\/10{ border-top-color: rgb(147 197 253 / 0.1); border-bottom-color: rgb(147 197 253 / 0.1); }
.border-y-blue-300\/100{ border-top-color: rgb(147 197 253 / 1); border-bottom-color: rgb(147 197 253 / 1); }
.border-y-blue-300\/20{ border-top-color: rgb(147 197 253 / 0.2); border-bottom-color: rgb(147 197 253 / 0.2); }
.border-y-blue-300\/25{ border-top-color: rgb(147 197 253 / 0.25); border-bottom-color: rgb(147 197 253 / 0.25); }
.border-y-blue-300\/30{ border-top-color: rgb(147 197 253 / 0.3); border-bottom-color: rgb(147 197 253 / 0.3); }
.border-y-blue-300\/40{ border-top-color: rgb(147 197 253 / 0.4); border-bottom-color: rgb(147 197 253 / 0.4); }
.border-y-blue-300\/5{ border-top-color: rgb(147 197 253 / 0.05); border-bottom-color: rgb(147 197 253 / 0.05); }
.border-y-blue-300\/50{ border-top-color: rgb(147 197 253 / 0.5); border-bottom-color: rgb(147 197 253 / 0.5); }
.border-y-blue-300\/60{ border-top-color: rgb(147 197 253 / 0.6); border-bottom-color: rgb(147 197 253 / 0.6); }
.border-y-blue-300\/70{ border-top-color: rgb(147 197 253 / 0.7); border-bottom-color: rgb(147 197 253 / 0.7); }
.border-y-blue-300\/75{ border-top-color: rgb(147 197 253 / 0.75); border-bottom-color: rgb(147 197 253 / 0.75); }
.border-y-blue-300\/80{ border-top-color: rgb(147 197 253 / 0.8); border-bottom-color: rgb(147 197 253 / 0.8); }
.border-y-blue-300\/90{ border-top-color: rgb(147 197 253 / 0.9); border-bottom-color: rgb(147 197 253 / 0.9); }
.border-y-blue-300\/95{ border-top-color: rgb(147 197 253 / 0.95); border-bottom-color: rgb(147 197 253 / 0.95); }
.border-y-blue-400{ --tw-border-opacity: 1; border-top-color: rgb(96 165 250 / var(--tw-border-opacity)); border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-y-blue-400\/0{ border-top-color: rgb(96 165 250 / 0); border-bottom-color: rgb(96 165 250 / 0); }
.border-y-blue-400\/10{ border-top-color: rgb(96 165 250 / 0.1); border-bottom-color: rgb(96 165 250 / 0.1); }
.border-y-blue-400\/100{ border-top-color: rgb(96 165 250 / 1); border-bottom-color: rgb(96 165 250 / 1); }
.border-y-blue-400\/20{ border-top-color: rgb(96 165 250 / 0.2); border-bottom-color: rgb(96 165 250 / 0.2); }
.border-y-blue-400\/25{ border-top-color: rgb(96 165 250 / 0.25); border-bottom-color: rgb(96 165 250 / 0.25); }
.border-y-blue-400\/30{ border-top-color: rgb(96 165 250 / 0.3); border-bottom-color: rgb(96 165 250 / 0.3); }
.border-y-blue-400\/40{ border-top-color: rgb(96 165 250 / 0.4); border-bottom-color: rgb(96 165 250 / 0.4); }
.border-y-blue-400\/5{ border-top-color: rgb(96 165 250 / 0.05); border-bottom-color: rgb(96 165 250 / 0.05); }
.border-y-blue-400\/50{ border-top-color: rgb(96 165 250 / 0.5); border-bottom-color: rgb(96 165 250 / 0.5); }
.border-y-blue-400\/60{ border-top-color: rgb(96 165 250 / 0.6); border-bottom-color: rgb(96 165 250 / 0.6); }
.border-y-blue-400\/70{ border-top-color: rgb(96 165 250 / 0.7); border-bottom-color: rgb(96 165 250 / 0.7); }
.border-y-blue-400\/75{ border-top-color: rgb(96 165 250 / 0.75); border-bottom-color: rgb(96 165 250 / 0.75); }
.border-y-blue-400\/80{ border-top-color: rgb(96 165 250 / 0.8); border-bottom-color: rgb(96 165 250 / 0.8); }
.border-y-blue-400\/90{ border-top-color: rgb(96 165 250 / 0.9); border-bottom-color: rgb(96 165 250 / 0.9); }
.border-y-blue-400\/95{ border-top-color: rgb(96 165 250 / 0.95); border-bottom-color: rgb(96 165 250 / 0.95); }
.border-y-blue-50{ --tw-border-opacity: 1; border-top-color: rgb(239 246 255 / var(--tw-border-opacity)); border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-y-blue-50\/0{ border-top-color: rgb(239 246 255 / 0); border-bottom-color: rgb(239 246 255 / 0); }
.border-y-blue-50\/10{ border-top-color: rgb(239 246 255 / 0.1); border-bottom-color: rgb(239 246 255 / 0.1); }
.border-y-blue-50\/100{ border-top-color: rgb(239 246 255 / 1); border-bottom-color: rgb(239 246 255 / 1); }
.border-y-blue-50\/20{ border-top-color: rgb(239 246 255 / 0.2); border-bottom-color: rgb(239 246 255 / 0.2); }
.border-y-blue-50\/25{ border-top-color: rgb(239 246 255 / 0.25); border-bottom-color: rgb(239 246 255 / 0.25); }
.border-y-blue-50\/30{ border-top-color: rgb(239 246 255 / 0.3); border-bottom-color: rgb(239 246 255 / 0.3); }
.border-y-blue-50\/40{ border-top-color: rgb(239 246 255 / 0.4); border-bottom-color: rgb(239 246 255 / 0.4); }
.border-y-blue-50\/5{ border-top-color: rgb(239 246 255 / 0.05); border-bottom-color: rgb(239 246 255 / 0.05); }
.border-y-blue-50\/50{ border-top-color: rgb(239 246 255 / 0.5); border-bottom-color: rgb(239 246 255 / 0.5); }
.border-y-blue-50\/60{ border-top-color: rgb(239 246 255 / 0.6); border-bottom-color: rgb(239 246 255 / 0.6); }
.border-y-blue-50\/70{ border-top-color: rgb(239 246 255 / 0.7); border-bottom-color: rgb(239 246 255 / 0.7); }
.border-y-blue-50\/75{ border-top-color: rgb(239 246 255 / 0.75); border-bottom-color: rgb(239 246 255 / 0.75); }
.border-y-blue-50\/80{ border-top-color: rgb(239 246 255 / 0.8); border-bottom-color: rgb(239 246 255 / 0.8); }
.border-y-blue-50\/90{ border-top-color: rgb(239 246 255 / 0.9); border-bottom-color: rgb(239 246 255 / 0.9); }
.border-y-blue-50\/95{ border-top-color: rgb(239 246 255 / 0.95); border-bottom-color: rgb(239 246 255 / 0.95); }
.border-y-blue-500{ --tw-border-opacity: 1; border-top-color: rgb(59 130 246 / var(--tw-border-opacity)); border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-y-blue-500\/0{ border-top-color: rgb(59 130 246 / 0); border-bottom-color: rgb(59 130 246 / 0); }
.border-y-blue-500\/10{ border-top-color: rgb(59 130 246 / 0.1); border-bottom-color: rgb(59 130 246 / 0.1); }
.border-y-blue-500\/100{ border-top-color: rgb(59 130 246 / 1); border-bottom-color: rgb(59 130 246 / 1); }
.border-y-blue-500\/20{ border-top-color: rgb(59 130 246 / 0.2); border-bottom-color: rgb(59 130 246 / 0.2); }
.border-y-blue-500\/25{ border-top-color: rgb(59 130 246 / 0.25); border-bottom-color: rgb(59 130 246 / 0.25); }
.border-y-blue-500\/30{ border-top-color: rgb(59 130 246 / 0.3); border-bottom-color: rgb(59 130 246 / 0.3); }
.border-y-blue-500\/40{ border-top-color: rgb(59 130 246 / 0.4); border-bottom-color: rgb(59 130 246 / 0.4); }
.border-y-blue-500\/5{ border-top-color: rgb(59 130 246 / 0.05); border-bottom-color: rgb(59 130 246 / 0.05); }
.border-y-blue-500\/50{ border-top-color: rgb(59 130 246 / 0.5); border-bottom-color: rgb(59 130 246 / 0.5); }
.border-y-blue-500\/60{ border-top-color: rgb(59 130 246 / 0.6); border-bottom-color: rgb(59 130 246 / 0.6); }
.border-y-blue-500\/70{ border-top-color: rgb(59 130 246 / 0.7); border-bottom-color: rgb(59 130 246 / 0.7); }
.border-y-blue-500\/75{ border-top-color: rgb(59 130 246 / 0.75); border-bottom-color: rgb(59 130 246 / 0.75); }
.border-y-blue-500\/80{ border-top-color: rgb(59 130 246 / 0.8); border-bottom-color: rgb(59 130 246 / 0.8); }
.border-y-blue-500\/90{ border-top-color: rgb(59 130 246 / 0.9); border-bottom-color: rgb(59 130 246 / 0.9); }
.border-y-blue-500\/95{ border-top-color: rgb(59 130 246 / 0.95); border-bottom-color: rgb(59 130 246 / 0.95); }
.border-y-blue-600{ --tw-border-opacity: 1; border-top-color: rgb(37 99 235 / var(--tw-border-opacity)); border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-y-blue-600\/0{ border-top-color: rgb(37 99 235 / 0); border-bottom-color: rgb(37 99 235 / 0); }
.border-y-blue-600\/10{ border-top-color: rgb(37 99 235 / 0.1); border-bottom-color: rgb(37 99 235 / 0.1); }
.border-y-blue-600\/100{ border-top-color: rgb(37 99 235 / 1); border-bottom-color: rgb(37 99 235 / 1); }
.border-y-blue-600\/20{ border-top-color: rgb(37 99 235 / 0.2); border-bottom-color: rgb(37 99 235 / 0.2); }
.border-y-blue-600\/25{ border-top-color: rgb(37 99 235 / 0.25); border-bottom-color: rgb(37 99 235 / 0.25); }
.border-y-blue-600\/30{ border-top-color: rgb(37 99 235 / 0.3); border-bottom-color: rgb(37 99 235 / 0.3); }
.border-y-blue-600\/40{ border-top-color: rgb(37 99 235 / 0.4); border-bottom-color: rgb(37 99 235 / 0.4); }
.border-y-blue-600\/5{ border-top-color: rgb(37 99 235 / 0.05); border-bottom-color: rgb(37 99 235 / 0.05); }
.border-y-blue-600\/50{ border-top-color: rgb(37 99 235 / 0.5); border-bottom-color: rgb(37 99 235 / 0.5); }
.border-y-blue-600\/60{ border-top-color: rgb(37 99 235 / 0.6); border-bottom-color: rgb(37 99 235 / 0.6); }
.border-y-blue-600\/70{ border-top-color: rgb(37 99 235 / 0.7); border-bottom-color: rgb(37 99 235 / 0.7); }
.border-y-blue-600\/75{ border-top-color: rgb(37 99 235 / 0.75); border-bottom-color: rgb(37 99 235 / 0.75); }
.border-y-blue-600\/80{ border-top-color: rgb(37 99 235 / 0.8); border-bottom-color: rgb(37 99 235 / 0.8); }
.border-y-blue-600\/90{ border-top-color: rgb(37 99 235 / 0.9); border-bottom-color: rgb(37 99 235 / 0.9); }
.border-y-blue-600\/95{ border-top-color: rgb(37 99 235 / 0.95); border-bottom-color: rgb(37 99 235 / 0.95); }
.border-y-blue-700{ --tw-border-opacity: 1; border-top-color: rgb(29 78 216 / var(--tw-border-opacity)); border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-y-blue-700\/0{ border-top-color: rgb(29 78 216 / 0); border-bottom-color: rgb(29 78 216 / 0); }
.border-y-blue-700\/10{ border-top-color: rgb(29 78 216 / 0.1); border-bottom-color: rgb(29 78 216 / 0.1); }
.border-y-blue-700\/100{ border-top-color: rgb(29 78 216 / 1); border-bottom-color: rgb(29 78 216 / 1); }
.border-y-blue-700\/20{ border-top-color: rgb(29 78 216 / 0.2); border-bottom-color: rgb(29 78 216 / 0.2); }
.border-y-blue-700\/25{ border-top-color: rgb(29 78 216 / 0.25); border-bottom-color: rgb(29 78 216 / 0.25); }
.border-y-blue-700\/30{ border-top-color: rgb(29 78 216 / 0.3); border-bottom-color: rgb(29 78 216 / 0.3); }
.border-y-blue-700\/40{ border-top-color: rgb(29 78 216 / 0.4); border-bottom-color: rgb(29 78 216 / 0.4); }
.border-y-blue-700\/5{ border-top-color: rgb(29 78 216 / 0.05); border-bottom-color: rgb(29 78 216 / 0.05); }
.border-y-blue-700\/50{ border-top-color: rgb(29 78 216 / 0.5); border-bottom-color: rgb(29 78 216 / 0.5); }
.border-y-blue-700\/60{ border-top-color: rgb(29 78 216 / 0.6); border-bottom-color: rgb(29 78 216 / 0.6); }
.border-y-blue-700\/70{ border-top-color: rgb(29 78 216 / 0.7); border-bottom-color: rgb(29 78 216 / 0.7); }
.border-y-blue-700\/75{ border-top-color: rgb(29 78 216 / 0.75); border-bottom-color: rgb(29 78 216 / 0.75); }
.border-y-blue-700\/80{ border-top-color: rgb(29 78 216 / 0.8); border-bottom-color: rgb(29 78 216 / 0.8); }
.border-y-blue-700\/90{ border-top-color: rgb(29 78 216 / 0.9); border-bottom-color: rgb(29 78 216 / 0.9); }
.border-y-blue-700\/95{ border-top-color: rgb(29 78 216 / 0.95); border-bottom-color: rgb(29 78 216 / 0.95); }
.border-y-blue-800{ --tw-border-opacity: 1; border-top-color: rgb(30 64 175 / var(--tw-border-opacity)); border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-y-blue-800\/0{ border-top-color: rgb(30 64 175 / 0); border-bottom-color: rgb(30 64 175 / 0); }
.border-y-blue-800\/10{ border-top-color: rgb(30 64 175 / 0.1); border-bottom-color: rgb(30 64 175 / 0.1); }
.border-y-blue-800\/100{ border-top-color: rgb(30 64 175 / 1); border-bottom-color: rgb(30 64 175 / 1); }
.border-y-blue-800\/20{ border-top-color: rgb(30 64 175 / 0.2); border-bottom-color: rgb(30 64 175 / 0.2); }
.border-y-blue-800\/25{ border-top-color: rgb(30 64 175 / 0.25); border-bottom-color: rgb(30 64 175 / 0.25); }
.border-y-blue-800\/30{ border-top-color: rgb(30 64 175 / 0.3); border-bottom-color: rgb(30 64 175 / 0.3); }
.border-y-blue-800\/40{ border-top-color: rgb(30 64 175 / 0.4); border-bottom-color: rgb(30 64 175 / 0.4); }
.border-y-blue-800\/5{ border-top-color: rgb(30 64 175 / 0.05); border-bottom-color: rgb(30 64 175 / 0.05); }
.border-y-blue-800\/50{ border-top-color: rgb(30 64 175 / 0.5); border-bottom-color: rgb(30 64 175 / 0.5); }
.border-y-blue-800\/60{ border-top-color: rgb(30 64 175 / 0.6); border-bottom-color: rgb(30 64 175 / 0.6); }
.border-y-blue-800\/70{ border-top-color: rgb(30 64 175 / 0.7); border-bottom-color: rgb(30 64 175 / 0.7); }
.border-y-blue-800\/75{ border-top-color: rgb(30 64 175 / 0.75); border-bottom-color: rgb(30 64 175 / 0.75); }
.border-y-blue-800\/80{ border-top-color: rgb(30 64 175 / 0.8); border-bottom-color: rgb(30 64 175 / 0.8); }
.border-y-blue-800\/90{ border-top-color: rgb(30 64 175 / 0.9); border-bottom-color: rgb(30 64 175 / 0.9); }
.border-y-blue-800\/95{ border-top-color: rgb(30 64 175 / 0.95); border-bottom-color: rgb(30 64 175 / 0.95); }
.border-y-blue-900{ --tw-border-opacity: 1; border-top-color: rgb(30 58 138 / var(--tw-border-opacity)); border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-y-blue-900\/0{ border-top-color: rgb(30 58 138 / 0); border-bottom-color: rgb(30 58 138 / 0); }
.border-y-blue-900\/10{ border-top-color: rgb(30 58 138 / 0.1); border-bottom-color: rgb(30 58 138 / 0.1); }
.border-y-blue-900\/100{ border-top-color: rgb(30 58 138 / 1); border-bottom-color: rgb(30 58 138 / 1); }
.border-y-blue-900\/20{ border-top-color: rgb(30 58 138 / 0.2); border-bottom-color: rgb(30 58 138 / 0.2); }
.border-y-blue-900\/25{ border-top-color: rgb(30 58 138 / 0.25); border-bottom-color: rgb(30 58 138 / 0.25); }
.border-y-blue-900\/30{ border-top-color: rgb(30 58 138 / 0.3); border-bottom-color: rgb(30 58 138 / 0.3); }
.border-y-blue-900\/40{ border-top-color: rgb(30 58 138 / 0.4); border-bottom-color: rgb(30 58 138 / 0.4); }
.border-y-blue-900\/5{ border-top-color: rgb(30 58 138 / 0.05); border-bottom-color: rgb(30 58 138 / 0.05); }
.border-y-blue-900\/50{ border-top-color: rgb(30 58 138 / 0.5); border-bottom-color: rgb(30 58 138 / 0.5); }
.border-y-blue-900\/60{ border-top-color: rgb(30 58 138 / 0.6); border-bottom-color: rgb(30 58 138 / 0.6); }
.border-y-blue-900\/70{ border-top-color: rgb(30 58 138 / 0.7); border-bottom-color: rgb(30 58 138 / 0.7); }
.border-y-blue-900\/75{ border-top-color: rgb(30 58 138 / 0.75); border-bottom-color: rgb(30 58 138 / 0.75); }
.border-y-blue-900\/80{ border-top-color: rgb(30 58 138 / 0.8); border-bottom-color: rgb(30 58 138 / 0.8); }
.border-y-blue-900\/90{ border-top-color: rgb(30 58 138 / 0.9); border-bottom-color: rgb(30 58 138 / 0.9); }
.border-y-blue-900\/95{ border-top-color: rgb(30 58 138 / 0.95); border-bottom-color: rgb(30 58 138 / 0.95); }
.border-y-blue-950{ --tw-border-opacity: 1; border-top-color: rgb(23 37 84 / var(--tw-border-opacity)); border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-y-blue-950\/0{ border-top-color: rgb(23 37 84 / 0); border-bottom-color: rgb(23 37 84 / 0); }
.border-y-blue-950\/10{ border-top-color: rgb(23 37 84 / 0.1); border-bottom-color: rgb(23 37 84 / 0.1); }
.border-y-blue-950\/100{ border-top-color: rgb(23 37 84 / 1); border-bottom-color: rgb(23 37 84 / 1); }
.border-y-blue-950\/20{ border-top-color: rgb(23 37 84 / 0.2); border-bottom-color: rgb(23 37 84 / 0.2); }
.border-y-blue-950\/25{ border-top-color: rgb(23 37 84 / 0.25); border-bottom-color: rgb(23 37 84 / 0.25); }
.border-y-blue-950\/30{ border-top-color: rgb(23 37 84 / 0.3); border-bottom-color: rgb(23 37 84 / 0.3); }
.border-y-blue-950\/40{ border-top-color: rgb(23 37 84 / 0.4); border-bottom-color: rgb(23 37 84 / 0.4); }
.border-y-blue-950\/5{ border-top-color: rgb(23 37 84 / 0.05); border-bottom-color: rgb(23 37 84 / 0.05); }
.border-y-blue-950\/50{ border-top-color: rgb(23 37 84 / 0.5); border-bottom-color: rgb(23 37 84 / 0.5); }
.border-y-blue-950\/60{ border-top-color: rgb(23 37 84 / 0.6); border-bottom-color: rgb(23 37 84 / 0.6); }
.border-y-blue-950\/70{ border-top-color: rgb(23 37 84 / 0.7); border-bottom-color: rgb(23 37 84 / 0.7); }
.border-y-blue-950\/75{ border-top-color: rgb(23 37 84 / 0.75); border-bottom-color: rgb(23 37 84 / 0.75); }
.border-y-blue-950\/80{ border-top-color: rgb(23 37 84 / 0.8); border-bottom-color: rgb(23 37 84 / 0.8); }
.border-y-blue-950\/90{ border-top-color: rgb(23 37 84 / 0.9); border-bottom-color: rgb(23 37 84 / 0.9); }
.border-y-blue-950\/95{ border-top-color: rgb(23 37 84 / 0.95); border-bottom-color: rgb(23 37 84 / 0.95); }
.border-y-callout-bad-border{ --tw-border-opacity: 1; border-top-color: rgb(188 87 26 / var(--tw-border-opacity)); border-bottom-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-y-callout-bad-border\/0{ border-top-color: rgb(188 87 26 / 0); border-bottom-color: rgb(188 87 26 / 0); }
.border-y-callout-bad-border\/10{ border-top-color: rgb(188 87 26 / 0.1); border-bottom-color: rgb(188 87 26 / 0.1); }
.border-y-callout-bad-border\/100{ border-top-color: rgb(188 87 26 / 1); border-bottom-color: rgb(188 87 26 / 1); }
.border-y-callout-bad-border\/20{ border-top-color: rgb(188 87 26 / 0.2); border-bottom-color: rgb(188 87 26 / 0.2); }
.border-y-callout-bad-border\/25{ border-top-color: rgb(188 87 26 / 0.25); border-bottom-color: rgb(188 87 26 / 0.25); }
.border-y-callout-bad-border\/30{ border-top-color: rgb(188 87 26 / 0.3); border-bottom-color: rgb(188 87 26 / 0.3); }
.border-y-callout-bad-border\/40{ border-top-color: rgb(188 87 26 / 0.4); border-bottom-color: rgb(188 87 26 / 0.4); }
.border-y-callout-bad-border\/5{ border-top-color: rgb(188 87 26 / 0.05); border-bottom-color: rgb(188 87 26 / 0.05); }
.border-y-callout-bad-border\/50{ border-top-color: rgb(188 87 26 / 0.5); border-bottom-color: rgb(188 87 26 / 0.5); }
.border-y-callout-bad-border\/60{ border-top-color: rgb(188 87 26 / 0.6); border-bottom-color: rgb(188 87 26 / 0.6); }
.border-y-callout-bad-border\/70{ border-top-color: rgb(188 87 26 / 0.7); border-bottom-color: rgb(188 87 26 / 0.7); }
.border-y-callout-bad-border\/75{ border-top-color: rgb(188 87 26 / 0.75); border-bottom-color: rgb(188 87 26 / 0.75); }
.border-y-callout-bad-border\/80{ border-top-color: rgb(188 87 26 / 0.8); border-bottom-color: rgb(188 87 26 / 0.8); }
.border-y-callout-bad-border\/90{ border-top-color: rgb(188 87 26 / 0.9); border-bottom-color: rgb(188 87 26 / 0.9); }
.border-y-callout-bad-border\/95{ border-top-color: rgb(188 87 26 / 0.95); border-bottom-color: rgb(188 87 26 / 0.95); }
.border-y-callout-bad-fill{ --tw-border-opacity: 1; border-top-color: rgb(255 133 82 / var(--tw-border-opacity)); border-bottom-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-y-callout-bad-fill\/0{ border-top-color: rgb(255 133 82 / 0); border-bottom-color: rgb(255 133 82 / 0); }
.border-y-callout-bad-fill\/10{ border-top-color: rgb(255 133 82 / 0.1); border-bottom-color: rgb(255 133 82 / 0.1); }
.border-y-callout-bad-fill\/100{ border-top-color: rgb(255 133 82 / 1); border-bottom-color: rgb(255 133 82 / 1); }
.border-y-callout-bad-fill\/20{ border-top-color: rgb(255 133 82 / 0.2); border-bottom-color: rgb(255 133 82 / 0.2); }
.border-y-callout-bad-fill\/25{ border-top-color: rgb(255 133 82 / 0.25); border-bottom-color: rgb(255 133 82 / 0.25); }
.border-y-callout-bad-fill\/30{ border-top-color: rgb(255 133 82 / 0.3); border-bottom-color: rgb(255 133 82 / 0.3); }
.border-y-callout-bad-fill\/40{ border-top-color: rgb(255 133 82 / 0.4); border-bottom-color: rgb(255 133 82 / 0.4); }
.border-y-callout-bad-fill\/5{ border-top-color: rgb(255 133 82 / 0.05); border-bottom-color: rgb(255 133 82 / 0.05); }
.border-y-callout-bad-fill\/50{ border-top-color: rgb(255 133 82 / 0.5); border-bottom-color: rgb(255 133 82 / 0.5); }
.border-y-callout-bad-fill\/60{ border-top-color: rgb(255 133 82 / 0.6); border-bottom-color: rgb(255 133 82 / 0.6); }
.border-y-callout-bad-fill\/70{ border-top-color: rgb(255 133 82 / 0.7); border-bottom-color: rgb(255 133 82 / 0.7); }
.border-y-callout-bad-fill\/75{ border-top-color: rgb(255 133 82 / 0.75); border-bottom-color: rgb(255 133 82 / 0.75); }
.border-y-callout-bad-fill\/80{ border-top-color: rgb(255 133 82 / 0.8); border-bottom-color: rgb(255 133 82 / 0.8); }
.border-y-callout-bad-fill\/90{ border-top-color: rgb(255 133 82 / 0.9); border-bottom-color: rgb(255 133 82 / 0.9); }
.border-y-callout-bad-fill\/95{ border-top-color: rgb(255 133 82 / 0.95); border-bottom-color: rgb(255 133 82 / 0.95); }
.border-y-callout-bad-icon{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-y-callout-bad-icon\/0{ border-top-color: rgb(255 255 255 / 0); border-bottom-color: rgb(255 255 255 / 0); }
.border-y-callout-bad-icon\/10{ border-top-color: rgb(255 255 255 / 0.1); border-bottom-color: rgb(255 255 255 / 0.1); }
.border-y-callout-bad-icon\/100{ border-top-color: rgb(255 255 255 / 1); border-bottom-color: rgb(255 255 255 / 1); }
.border-y-callout-bad-icon\/20{ border-top-color: rgb(255 255 255 / 0.2); border-bottom-color: rgb(255 255 255 / 0.2); }
.border-y-callout-bad-icon\/25{ border-top-color: rgb(255 255 255 / 0.25); border-bottom-color: rgb(255 255 255 / 0.25); }
.border-y-callout-bad-icon\/30{ border-top-color: rgb(255 255 255 / 0.3); border-bottom-color: rgb(255 255 255 / 0.3); }
.border-y-callout-bad-icon\/40{ border-top-color: rgb(255 255 255 / 0.4); border-bottom-color: rgb(255 255 255 / 0.4); }
.border-y-callout-bad-icon\/5{ border-top-color: rgb(255 255 255 / 0.05); border-bottom-color: rgb(255 255 255 / 0.05); }
.border-y-callout-bad-icon\/50{ border-top-color: rgb(255 255 255 / 0.5); border-bottom-color: rgb(255 255 255 / 0.5); }
.border-y-callout-bad-icon\/60{ border-top-color: rgb(255 255 255 / 0.6); border-bottom-color: rgb(255 255 255 / 0.6); }
.border-y-callout-bad-icon\/70{ border-top-color: rgb(255 255 255 / 0.7); border-bottom-color: rgb(255 255 255 / 0.7); }
.border-y-callout-bad-icon\/75{ border-top-color: rgb(255 255 255 / 0.75); border-bottom-color: rgb(255 255 255 / 0.75); }
.border-y-callout-bad-icon\/80{ border-top-color: rgb(255 255 255 / 0.8); border-bottom-color: rgb(255 255 255 / 0.8); }
.border-y-callout-bad-icon\/90{ border-top-color: rgb(255 255 255 / 0.9); border-bottom-color: rgb(255 255 255 / 0.9); }
.border-y-callout-bad-icon\/95{ border-top-color: rgb(255 255 255 / 0.95); border-bottom-color: rgb(255 255 255 / 0.95); }
.border-y-callout-bad-text{ --tw-border-opacity: 1; border-top-color: rgb(21 10 10 / var(--tw-border-opacity)); border-bottom-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-y-callout-bad-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(255 227 227 / var(--tw-border-opacity)); border-bottom-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-y-callout-bad-text-accent\/0{ border-top-color: rgb(255 227 227 / 0); border-bottom-color: rgb(255 227 227 / 0); }
.border-y-callout-bad-text-accent\/10{ border-top-color: rgb(255 227 227 / 0.1); border-bottom-color: rgb(255 227 227 / 0.1); }
.border-y-callout-bad-text-accent\/100{ border-top-color: rgb(255 227 227 / 1); border-bottom-color: rgb(255 227 227 / 1); }
.border-y-callout-bad-text-accent\/20{ border-top-color: rgb(255 227 227 / 0.2); border-bottom-color: rgb(255 227 227 / 0.2); }
.border-y-callout-bad-text-accent\/25{ border-top-color: rgb(255 227 227 / 0.25); border-bottom-color: rgb(255 227 227 / 0.25); }
.border-y-callout-bad-text-accent\/30{ border-top-color: rgb(255 227 227 / 0.3); border-bottom-color: rgb(255 227 227 / 0.3); }
.border-y-callout-bad-text-accent\/40{ border-top-color: rgb(255 227 227 / 0.4); border-bottom-color: rgb(255 227 227 / 0.4); }
.border-y-callout-bad-text-accent\/5{ border-top-color: rgb(255 227 227 / 0.05); border-bottom-color: rgb(255 227 227 / 0.05); }
.border-y-callout-bad-text-accent\/50{ border-top-color: rgb(255 227 227 / 0.5); border-bottom-color: rgb(255 227 227 / 0.5); }
.border-y-callout-bad-text-accent\/60{ border-top-color: rgb(255 227 227 / 0.6); border-bottom-color: rgb(255 227 227 / 0.6); }
.border-y-callout-bad-text-accent\/70{ border-top-color: rgb(255 227 227 / 0.7); border-bottom-color: rgb(255 227 227 / 0.7); }
.border-y-callout-bad-text-accent\/75{ border-top-color: rgb(255 227 227 / 0.75); border-bottom-color: rgb(255 227 227 / 0.75); }
.border-y-callout-bad-text-accent\/80{ border-top-color: rgb(255 227 227 / 0.8); border-bottom-color: rgb(255 227 227 / 0.8); }
.border-y-callout-bad-text-accent\/90{ border-top-color: rgb(255 227 227 / 0.9); border-bottom-color: rgb(255 227 227 / 0.9); }
.border-y-callout-bad-text-accent\/95{ border-top-color: rgb(255 227 227 / 0.95); border-bottom-color: rgb(255 227 227 / 0.95); }
.border-y-callout-bad-text\/0{ border-top-color: rgb(21 10 10 / 0); border-bottom-color: rgb(21 10 10 / 0); }
.border-y-callout-bad-text\/10{ border-top-color: rgb(21 10 10 / 0.1); border-bottom-color: rgb(21 10 10 / 0.1); }
.border-y-callout-bad-text\/100{ border-top-color: rgb(21 10 10 / 1); border-bottom-color: rgb(21 10 10 / 1); }
.border-y-callout-bad-text\/20{ border-top-color: rgb(21 10 10 / 0.2); border-bottom-color: rgb(21 10 10 / 0.2); }
.border-y-callout-bad-text\/25{ border-top-color: rgb(21 10 10 / 0.25); border-bottom-color: rgb(21 10 10 / 0.25); }
.border-y-callout-bad-text\/30{ border-top-color: rgb(21 10 10 / 0.3); border-bottom-color: rgb(21 10 10 / 0.3); }
.border-y-callout-bad-text\/40{ border-top-color: rgb(21 10 10 / 0.4); border-bottom-color: rgb(21 10 10 / 0.4); }
.border-y-callout-bad-text\/5{ border-top-color: rgb(21 10 10 / 0.05); border-bottom-color: rgb(21 10 10 / 0.05); }
.border-y-callout-bad-text\/50{ border-top-color: rgb(21 10 10 / 0.5); border-bottom-color: rgb(21 10 10 / 0.5); }
.border-y-callout-bad-text\/60{ border-top-color: rgb(21 10 10 / 0.6); border-bottom-color: rgb(21 10 10 / 0.6); }
.border-y-callout-bad-text\/70{ border-top-color: rgb(21 10 10 / 0.7); border-bottom-color: rgb(21 10 10 / 0.7); }
.border-y-callout-bad-text\/75{ border-top-color: rgb(21 10 10 / 0.75); border-bottom-color: rgb(21 10 10 / 0.75); }
.border-y-callout-bad-text\/80{ border-top-color: rgb(21 10 10 / 0.8); border-bottom-color: rgb(21 10 10 / 0.8); }
.border-y-callout-bad-text\/90{ border-top-color: rgb(21 10 10 / 0.9); border-bottom-color: rgb(21 10 10 / 0.9); }
.border-y-callout-bad-text\/95{ border-top-color: rgb(21 10 10 / 0.95); border-bottom-color: rgb(21 10 10 / 0.95); }
.border-y-callout-info-border{ --tw-border-opacity: 1; border-top-color: rgb(0 169 165 / var(--tw-border-opacity)); border-bottom-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-y-callout-info-border\/0{ border-top-color: rgb(0 169 165 / 0); border-bottom-color: rgb(0 169 165 / 0); }
.border-y-callout-info-border\/10{ border-top-color: rgb(0 169 165 / 0.1); border-bottom-color: rgb(0 169 165 / 0.1); }
.border-y-callout-info-border\/100{ border-top-color: rgb(0 169 165 / 1); border-bottom-color: rgb(0 169 165 / 1); }
.border-y-callout-info-border\/20{ border-top-color: rgb(0 169 165 / 0.2); border-bottom-color: rgb(0 169 165 / 0.2); }
.border-y-callout-info-border\/25{ border-top-color: rgb(0 169 165 / 0.25); border-bottom-color: rgb(0 169 165 / 0.25); }
.border-y-callout-info-border\/30{ border-top-color: rgb(0 169 165 / 0.3); border-bottom-color: rgb(0 169 165 / 0.3); }
.border-y-callout-info-border\/40{ border-top-color: rgb(0 169 165 / 0.4); border-bottom-color: rgb(0 169 165 / 0.4); }
.border-y-callout-info-border\/5{ border-top-color: rgb(0 169 165 / 0.05); border-bottom-color: rgb(0 169 165 / 0.05); }
.border-y-callout-info-border\/50{ border-top-color: rgb(0 169 165 / 0.5); border-bottom-color: rgb(0 169 165 / 0.5); }
.border-y-callout-info-border\/60{ border-top-color: rgb(0 169 165 / 0.6); border-bottom-color: rgb(0 169 165 / 0.6); }
.border-y-callout-info-border\/70{ border-top-color: rgb(0 169 165 / 0.7); border-bottom-color: rgb(0 169 165 / 0.7); }
.border-y-callout-info-border\/75{ border-top-color: rgb(0 169 165 / 0.75); border-bottom-color: rgb(0 169 165 / 0.75); }
.border-y-callout-info-border\/80{ border-top-color: rgb(0 169 165 / 0.8); border-bottom-color: rgb(0 169 165 / 0.8); }
.border-y-callout-info-border\/90{ border-top-color: rgb(0 169 165 / 0.9); border-bottom-color: rgb(0 169 165 / 0.9); }
.border-y-callout-info-border\/95{ border-top-color: rgb(0 169 165 / 0.95); border-bottom-color: rgb(0 169 165 / 0.95); }
.border-y-callout-info-fill{ border-top-color: transparent; border-bottom-color: transparent; }
.border-y-callout-info-fill\/0{ border-top-color: rgb(0 0 0 / 0); border-bottom-color: rgb(0 0 0 / 0); }
.border-y-callout-info-fill\/10{ border-top-color: rgb(0 0 0 / 0.1); border-bottom-color: rgb(0 0 0 / 0.1); }
.border-y-callout-info-fill\/100{ border-top-color: rgb(0 0 0 / 1); border-bottom-color: rgb(0 0 0 / 1); }
.border-y-callout-info-fill\/20{ border-top-color: rgb(0 0 0 / 0.2); border-bottom-color: rgb(0 0 0 / 0.2); }
.border-y-callout-info-fill\/25{ border-top-color: rgb(0 0 0 / 0.25); border-bottom-color: rgb(0 0 0 / 0.25); }
.border-y-callout-info-fill\/30{ border-top-color: rgb(0 0 0 / 0.3); border-bottom-color: rgb(0 0 0 / 0.3); }
.border-y-callout-info-fill\/40{ border-top-color: rgb(0 0 0 / 0.4); border-bottom-color: rgb(0 0 0 / 0.4); }
.border-y-callout-info-fill\/5{ border-top-color: rgb(0 0 0 / 0.05); border-bottom-color: rgb(0 0 0 / 0.05); }
.border-y-callout-info-fill\/50{ border-top-color: rgb(0 0 0 / 0.5); border-bottom-color: rgb(0 0 0 / 0.5); }
.border-y-callout-info-fill\/60{ border-top-color: rgb(0 0 0 / 0.6); border-bottom-color: rgb(0 0 0 / 0.6); }
.border-y-callout-info-fill\/70{ border-top-color: rgb(0 0 0 / 0.7); border-bottom-color: rgb(0 0 0 / 0.7); }
.border-y-callout-info-fill\/75{ border-top-color: rgb(0 0 0 / 0.75); border-bottom-color: rgb(0 0 0 / 0.75); }
.border-y-callout-info-fill\/80{ border-top-color: rgb(0 0 0 / 0.8); border-bottom-color: rgb(0 0 0 / 0.8); }
.border-y-callout-info-fill\/90{ border-top-color: rgb(0 0 0 / 0.9); border-bottom-color: rgb(0 0 0 / 0.9); }
.border-y-callout-info-fill\/95{ border-top-color: rgb(0 0 0 / 0.95); border-bottom-color: rgb(0 0 0 / 0.95); }
.border-y-callout-info-icon{ --tw-border-opacity: 1; border-top-color: rgb(0 169 165 / var(--tw-border-opacity)); border-bottom-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-y-callout-info-icon\/0{ border-top-color: rgb(0 169 165 / 0); border-bottom-color: rgb(0 169 165 / 0); }
.border-y-callout-info-icon\/10{ border-top-color: rgb(0 169 165 / 0.1); border-bottom-color: rgb(0 169 165 / 0.1); }
.border-y-callout-info-icon\/100{ border-top-color: rgb(0 169 165 / 1); border-bottom-color: rgb(0 169 165 / 1); }
.border-y-callout-info-icon\/20{ border-top-color: rgb(0 169 165 / 0.2); border-bottom-color: rgb(0 169 165 / 0.2); }
.border-y-callout-info-icon\/25{ border-top-color: rgb(0 169 165 / 0.25); border-bottom-color: rgb(0 169 165 / 0.25); }
.border-y-callout-info-icon\/30{ border-top-color: rgb(0 169 165 / 0.3); border-bottom-color: rgb(0 169 165 / 0.3); }
.border-y-callout-info-icon\/40{ border-top-color: rgb(0 169 165 / 0.4); border-bottom-color: rgb(0 169 165 / 0.4); }
.border-y-callout-info-icon\/5{ border-top-color: rgb(0 169 165 / 0.05); border-bottom-color: rgb(0 169 165 / 0.05); }
.border-y-callout-info-icon\/50{ border-top-color: rgb(0 169 165 / 0.5); border-bottom-color: rgb(0 169 165 / 0.5); }
.border-y-callout-info-icon\/60{ border-top-color: rgb(0 169 165 / 0.6); border-bottom-color: rgb(0 169 165 / 0.6); }
.border-y-callout-info-icon\/70{ border-top-color: rgb(0 169 165 / 0.7); border-bottom-color: rgb(0 169 165 / 0.7); }
.border-y-callout-info-icon\/75{ border-top-color: rgb(0 169 165 / 0.75); border-bottom-color: rgb(0 169 165 / 0.75); }
.border-y-callout-info-icon\/80{ border-top-color: rgb(0 169 165 / 0.8); border-bottom-color: rgb(0 169 165 / 0.8); }
.border-y-callout-info-icon\/90{ border-top-color: rgb(0 169 165 / 0.9); border-bottom-color: rgb(0 169 165 / 0.9); }
.border-y-callout-info-icon\/95{ border-top-color: rgb(0 169 165 / 0.95); border-bottom-color: rgb(0 169 165 / 0.95); }
.border-y-callout-info-text{ --tw-border-opacity: 1; border-top-color: rgb(10 18 21 / var(--tw-border-opacity)); border-bottom-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-y-callout-info-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(2 55 47 / var(--tw-border-opacity)); border-bottom-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-y-callout-info-text-accent\/0{ border-top-color: rgb(2 55 47 / 0); border-bottom-color: rgb(2 55 47 / 0); }
.border-y-callout-info-text-accent\/10{ border-top-color: rgb(2 55 47 / 0.1); border-bottom-color: rgb(2 55 47 / 0.1); }
.border-y-callout-info-text-accent\/100{ border-top-color: rgb(2 55 47 / 1); border-bottom-color: rgb(2 55 47 / 1); }
.border-y-callout-info-text-accent\/20{ border-top-color: rgb(2 55 47 / 0.2); border-bottom-color: rgb(2 55 47 / 0.2); }
.border-y-callout-info-text-accent\/25{ border-top-color: rgb(2 55 47 / 0.25); border-bottom-color: rgb(2 55 47 / 0.25); }
.border-y-callout-info-text-accent\/30{ border-top-color: rgb(2 55 47 / 0.3); border-bottom-color: rgb(2 55 47 / 0.3); }
.border-y-callout-info-text-accent\/40{ border-top-color: rgb(2 55 47 / 0.4); border-bottom-color: rgb(2 55 47 / 0.4); }
.border-y-callout-info-text-accent\/5{ border-top-color: rgb(2 55 47 / 0.05); border-bottom-color: rgb(2 55 47 / 0.05); }
.border-y-callout-info-text-accent\/50{ border-top-color: rgb(2 55 47 / 0.5); border-bottom-color: rgb(2 55 47 / 0.5); }
.border-y-callout-info-text-accent\/60{ border-top-color: rgb(2 55 47 / 0.6); border-bottom-color: rgb(2 55 47 / 0.6); }
.border-y-callout-info-text-accent\/70{ border-top-color: rgb(2 55 47 / 0.7); border-bottom-color: rgb(2 55 47 / 0.7); }
.border-y-callout-info-text-accent\/75{ border-top-color: rgb(2 55 47 / 0.75); border-bottom-color: rgb(2 55 47 / 0.75); }
.border-y-callout-info-text-accent\/80{ border-top-color: rgb(2 55 47 / 0.8); border-bottom-color: rgb(2 55 47 / 0.8); }
.border-y-callout-info-text-accent\/90{ border-top-color: rgb(2 55 47 / 0.9); border-bottom-color: rgb(2 55 47 / 0.9); }
.border-y-callout-info-text-accent\/95{ border-top-color: rgb(2 55 47 / 0.95); border-bottom-color: rgb(2 55 47 / 0.95); }
.border-y-callout-info-text\/0{ border-top-color: rgb(10 18 21 / 0); border-bottom-color: rgb(10 18 21 / 0); }
.border-y-callout-info-text\/10{ border-top-color: rgb(10 18 21 / 0.1); border-bottom-color: rgb(10 18 21 / 0.1); }
.border-y-callout-info-text\/100{ border-top-color: rgb(10 18 21 / 1); border-bottom-color: rgb(10 18 21 / 1); }
.border-y-callout-info-text\/20{ border-top-color: rgb(10 18 21 / 0.2); border-bottom-color: rgb(10 18 21 / 0.2); }
.border-y-callout-info-text\/25{ border-top-color: rgb(10 18 21 / 0.25); border-bottom-color: rgb(10 18 21 / 0.25); }
.border-y-callout-info-text\/30{ border-top-color: rgb(10 18 21 / 0.3); border-bottom-color: rgb(10 18 21 / 0.3); }
.border-y-callout-info-text\/40{ border-top-color: rgb(10 18 21 / 0.4); border-bottom-color: rgb(10 18 21 / 0.4); }
.border-y-callout-info-text\/5{ border-top-color: rgb(10 18 21 / 0.05); border-bottom-color: rgb(10 18 21 / 0.05); }
.border-y-callout-info-text\/50{ border-top-color: rgb(10 18 21 / 0.5); border-bottom-color: rgb(10 18 21 / 0.5); }
.border-y-callout-info-text\/60{ border-top-color: rgb(10 18 21 / 0.6); border-bottom-color: rgb(10 18 21 / 0.6); }
.border-y-callout-info-text\/70{ border-top-color: rgb(10 18 21 / 0.7); border-bottom-color: rgb(10 18 21 / 0.7); }
.border-y-callout-info-text\/75{ border-top-color: rgb(10 18 21 / 0.75); border-bottom-color: rgb(10 18 21 / 0.75); }
.border-y-callout-info-text\/80{ border-top-color: rgb(10 18 21 / 0.8); border-bottom-color: rgb(10 18 21 / 0.8); }
.border-y-callout-info-text\/90{ border-top-color: rgb(10 18 21 / 0.9); border-bottom-color: rgb(10 18 21 / 0.9); }
.border-y-callout-info-text\/95{ border-top-color: rgb(10 18 21 / 0.95); border-bottom-color: rgb(10 18 21 / 0.95); }
.border-y-callout-ok-border{ --tw-border-opacity: 1; border-top-color: rgb(0 137 106 / var(--tw-border-opacity)); border-bottom-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-y-callout-ok-border\/0{ border-top-color: rgb(0 137 106 / 0); border-bottom-color: rgb(0 137 106 / 0); }
.border-y-callout-ok-border\/10{ border-top-color: rgb(0 137 106 / 0.1); border-bottom-color: rgb(0 137 106 / 0.1); }
.border-y-callout-ok-border\/100{ border-top-color: rgb(0 137 106 / 1); border-bottom-color: rgb(0 137 106 / 1); }
.border-y-callout-ok-border\/20{ border-top-color: rgb(0 137 106 / 0.2); border-bottom-color: rgb(0 137 106 / 0.2); }
.border-y-callout-ok-border\/25{ border-top-color: rgb(0 137 106 / 0.25); border-bottom-color: rgb(0 137 106 / 0.25); }
.border-y-callout-ok-border\/30{ border-top-color: rgb(0 137 106 / 0.3); border-bottom-color: rgb(0 137 106 / 0.3); }
.border-y-callout-ok-border\/40{ border-top-color: rgb(0 137 106 / 0.4); border-bottom-color: rgb(0 137 106 / 0.4); }
.border-y-callout-ok-border\/5{ border-top-color: rgb(0 137 106 / 0.05); border-bottom-color: rgb(0 137 106 / 0.05); }
.border-y-callout-ok-border\/50{ border-top-color: rgb(0 137 106 / 0.5); border-bottom-color: rgb(0 137 106 / 0.5); }
.border-y-callout-ok-border\/60{ border-top-color: rgb(0 137 106 / 0.6); border-bottom-color: rgb(0 137 106 / 0.6); }
.border-y-callout-ok-border\/70{ border-top-color: rgb(0 137 106 / 0.7); border-bottom-color: rgb(0 137 106 / 0.7); }
.border-y-callout-ok-border\/75{ border-top-color: rgb(0 137 106 / 0.75); border-bottom-color: rgb(0 137 106 / 0.75); }
.border-y-callout-ok-border\/80{ border-top-color: rgb(0 137 106 / 0.8); border-bottom-color: rgb(0 137 106 / 0.8); }
.border-y-callout-ok-border\/90{ border-top-color: rgb(0 137 106 / 0.9); border-bottom-color: rgb(0 137 106 / 0.9); }
.border-y-callout-ok-border\/95{ border-top-color: rgb(0 137 106 / 0.95); border-bottom-color: rgb(0 137 106 / 0.95); }
.border-y-callout-ok-fill{ --tw-border-opacity: 1; border-top-color: rgb(0 169 165 / var(--tw-border-opacity)); border-bottom-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-y-callout-ok-fill\/0{ border-top-color: rgb(0 169 165 / 0); border-bottom-color: rgb(0 169 165 / 0); }
.border-y-callout-ok-fill\/10{ border-top-color: rgb(0 169 165 / 0.1); border-bottom-color: rgb(0 169 165 / 0.1); }
.border-y-callout-ok-fill\/100{ border-top-color: rgb(0 169 165 / 1); border-bottom-color: rgb(0 169 165 / 1); }
.border-y-callout-ok-fill\/20{ border-top-color: rgb(0 169 165 / 0.2); border-bottom-color: rgb(0 169 165 / 0.2); }
.border-y-callout-ok-fill\/25{ border-top-color: rgb(0 169 165 / 0.25); border-bottom-color: rgb(0 169 165 / 0.25); }
.border-y-callout-ok-fill\/30{ border-top-color: rgb(0 169 165 / 0.3); border-bottom-color: rgb(0 169 165 / 0.3); }
.border-y-callout-ok-fill\/40{ border-top-color: rgb(0 169 165 / 0.4); border-bottom-color: rgb(0 169 165 / 0.4); }
.border-y-callout-ok-fill\/5{ border-top-color: rgb(0 169 165 / 0.05); border-bottom-color: rgb(0 169 165 / 0.05); }
.border-y-callout-ok-fill\/50{ border-top-color: rgb(0 169 165 / 0.5); border-bottom-color: rgb(0 169 165 / 0.5); }
.border-y-callout-ok-fill\/60{ border-top-color: rgb(0 169 165 / 0.6); border-bottom-color: rgb(0 169 165 / 0.6); }
.border-y-callout-ok-fill\/70{ border-top-color: rgb(0 169 165 / 0.7); border-bottom-color: rgb(0 169 165 / 0.7); }
.border-y-callout-ok-fill\/75{ border-top-color: rgb(0 169 165 / 0.75); border-bottom-color: rgb(0 169 165 / 0.75); }
.border-y-callout-ok-fill\/80{ border-top-color: rgb(0 169 165 / 0.8); border-bottom-color: rgb(0 169 165 / 0.8); }
.border-y-callout-ok-fill\/90{ border-top-color: rgb(0 169 165 / 0.9); border-bottom-color: rgb(0 169 165 / 0.9); }
.border-y-callout-ok-fill\/95{ border-top-color: rgb(0 169 165 / 0.95); border-bottom-color: rgb(0 169 165 / 0.95); }
.border-y-callout-ok-icon{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-y-callout-ok-icon\/0{ border-top-color: rgb(255 255 255 / 0); border-bottom-color: rgb(255 255 255 / 0); }
.border-y-callout-ok-icon\/10{ border-top-color: rgb(255 255 255 / 0.1); border-bottom-color: rgb(255 255 255 / 0.1); }
.border-y-callout-ok-icon\/100{ border-top-color: rgb(255 255 255 / 1); border-bottom-color: rgb(255 255 255 / 1); }
.border-y-callout-ok-icon\/20{ border-top-color: rgb(255 255 255 / 0.2); border-bottom-color: rgb(255 255 255 / 0.2); }
.border-y-callout-ok-icon\/25{ border-top-color: rgb(255 255 255 / 0.25); border-bottom-color: rgb(255 255 255 / 0.25); }
.border-y-callout-ok-icon\/30{ border-top-color: rgb(255 255 255 / 0.3); border-bottom-color: rgb(255 255 255 / 0.3); }
.border-y-callout-ok-icon\/40{ border-top-color: rgb(255 255 255 / 0.4); border-bottom-color: rgb(255 255 255 / 0.4); }
.border-y-callout-ok-icon\/5{ border-top-color: rgb(255 255 255 / 0.05); border-bottom-color: rgb(255 255 255 / 0.05); }
.border-y-callout-ok-icon\/50{ border-top-color: rgb(255 255 255 / 0.5); border-bottom-color: rgb(255 255 255 / 0.5); }
.border-y-callout-ok-icon\/60{ border-top-color: rgb(255 255 255 / 0.6); border-bottom-color: rgb(255 255 255 / 0.6); }
.border-y-callout-ok-icon\/70{ border-top-color: rgb(255 255 255 / 0.7); border-bottom-color: rgb(255 255 255 / 0.7); }
.border-y-callout-ok-icon\/75{ border-top-color: rgb(255 255 255 / 0.75); border-bottom-color: rgb(255 255 255 / 0.75); }
.border-y-callout-ok-icon\/80{ border-top-color: rgb(255 255 255 / 0.8); border-bottom-color: rgb(255 255 255 / 0.8); }
.border-y-callout-ok-icon\/90{ border-top-color: rgb(255 255 255 / 0.9); border-bottom-color: rgb(255 255 255 / 0.9); }
.border-y-callout-ok-icon\/95{ border-top-color: rgb(255 255 255 / 0.95); border-bottom-color: rgb(255 255 255 / 0.95); }
.border-y-callout-ok-text{ --tw-border-opacity: 1; border-top-color: rgb(10 21 20 / var(--tw-border-opacity)); border-bottom-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-y-callout-ok-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(102 255 221 / var(--tw-border-opacity)); border-bottom-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-y-callout-ok-text-accent\/0{ border-top-color: rgb(102 255 221 / 0); border-bottom-color: rgb(102 255 221 / 0); }
.border-y-callout-ok-text-accent\/10{ border-top-color: rgb(102 255 221 / 0.1); border-bottom-color: rgb(102 255 221 / 0.1); }
.border-y-callout-ok-text-accent\/100{ border-top-color: rgb(102 255 221 / 1); border-bottom-color: rgb(102 255 221 / 1); }
.border-y-callout-ok-text-accent\/20{ border-top-color: rgb(102 255 221 / 0.2); border-bottom-color: rgb(102 255 221 / 0.2); }
.border-y-callout-ok-text-accent\/25{ border-top-color: rgb(102 255 221 / 0.25); border-bottom-color: rgb(102 255 221 / 0.25); }
.border-y-callout-ok-text-accent\/30{ border-top-color: rgb(102 255 221 / 0.3); border-bottom-color: rgb(102 255 221 / 0.3); }
.border-y-callout-ok-text-accent\/40{ border-top-color: rgb(102 255 221 / 0.4); border-bottom-color: rgb(102 255 221 / 0.4); }
.border-y-callout-ok-text-accent\/5{ border-top-color: rgb(102 255 221 / 0.05); border-bottom-color: rgb(102 255 221 / 0.05); }
.border-y-callout-ok-text-accent\/50{ border-top-color: rgb(102 255 221 / 0.5); border-bottom-color: rgb(102 255 221 / 0.5); }
.border-y-callout-ok-text-accent\/60{ border-top-color: rgb(102 255 221 / 0.6); border-bottom-color: rgb(102 255 221 / 0.6); }
.border-y-callout-ok-text-accent\/70{ border-top-color: rgb(102 255 221 / 0.7); border-bottom-color: rgb(102 255 221 / 0.7); }
.border-y-callout-ok-text-accent\/75{ border-top-color: rgb(102 255 221 / 0.75); border-bottom-color: rgb(102 255 221 / 0.75); }
.border-y-callout-ok-text-accent\/80{ border-top-color: rgb(102 255 221 / 0.8); border-bottom-color: rgb(102 255 221 / 0.8); }
.border-y-callout-ok-text-accent\/90{ border-top-color: rgb(102 255 221 / 0.9); border-bottom-color: rgb(102 255 221 / 0.9); }
.border-y-callout-ok-text-accent\/95{ border-top-color: rgb(102 255 221 / 0.95); border-bottom-color: rgb(102 255 221 / 0.95); }
.border-y-callout-ok-text\/0{ border-top-color: rgb(10 21 20 / 0); border-bottom-color: rgb(10 21 20 / 0); }
.border-y-callout-ok-text\/10{ border-top-color: rgb(10 21 20 / 0.1); border-bottom-color: rgb(10 21 20 / 0.1); }
.border-y-callout-ok-text\/100{ border-top-color: rgb(10 21 20 / 1); border-bottom-color: rgb(10 21 20 / 1); }
.border-y-callout-ok-text\/20{ border-top-color: rgb(10 21 20 / 0.2); border-bottom-color: rgb(10 21 20 / 0.2); }
.border-y-callout-ok-text\/25{ border-top-color: rgb(10 21 20 / 0.25); border-bottom-color: rgb(10 21 20 / 0.25); }
.border-y-callout-ok-text\/30{ border-top-color: rgb(10 21 20 / 0.3); border-bottom-color: rgb(10 21 20 / 0.3); }
.border-y-callout-ok-text\/40{ border-top-color: rgb(10 21 20 / 0.4); border-bottom-color: rgb(10 21 20 / 0.4); }
.border-y-callout-ok-text\/5{ border-top-color: rgb(10 21 20 / 0.05); border-bottom-color: rgb(10 21 20 / 0.05); }
.border-y-callout-ok-text\/50{ border-top-color: rgb(10 21 20 / 0.5); border-bottom-color: rgb(10 21 20 / 0.5); }
.border-y-callout-ok-text\/60{ border-top-color: rgb(10 21 20 / 0.6); border-bottom-color: rgb(10 21 20 / 0.6); }
.border-y-callout-ok-text\/70{ border-top-color: rgb(10 21 20 / 0.7); border-bottom-color: rgb(10 21 20 / 0.7); }
.border-y-callout-ok-text\/75{ border-top-color: rgb(10 21 20 / 0.75); border-bottom-color: rgb(10 21 20 / 0.75); }
.border-y-callout-ok-text\/80{ border-top-color: rgb(10 21 20 / 0.8); border-bottom-color: rgb(10 21 20 / 0.8); }
.border-y-callout-ok-text\/90{ border-top-color: rgb(10 21 20 / 0.9); border-bottom-color: rgb(10 21 20 / 0.9); }
.border-y-callout-ok-text\/95{ border-top-color: rgb(10 21 20 / 0.95); border-bottom-color: rgb(10 21 20 / 0.95); }
.border-y-callout-warning-border{ --tw-border-opacity: 1; border-top-color: rgb(247 181 0 / var(--tw-border-opacity)); border-bottom-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-y-callout-warning-border\/0{ border-top-color: rgb(247 181 0 / 0); border-bottom-color: rgb(247 181 0 / 0); }
.border-y-callout-warning-border\/10{ border-top-color: rgb(247 181 0 / 0.1); border-bottom-color: rgb(247 181 0 / 0.1); }
.border-y-callout-warning-border\/100{ border-top-color: rgb(247 181 0 / 1); border-bottom-color: rgb(247 181 0 / 1); }
.border-y-callout-warning-border\/20{ border-top-color: rgb(247 181 0 / 0.2); border-bottom-color: rgb(247 181 0 / 0.2); }
.border-y-callout-warning-border\/25{ border-top-color: rgb(247 181 0 / 0.25); border-bottom-color: rgb(247 181 0 / 0.25); }
.border-y-callout-warning-border\/30{ border-top-color: rgb(247 181 0 / 0.3); border-bottom-color: rgb(247 181 0 / 0.3); }
.border-y-callout-warning-border\/40{ border-top-color: rgb(247 181 0 / 0.4); border-bottom-color: rgb(247 181 0 / 0.4); }
.border-y-callout-warning-border\/5{ border-top-color: rgb(247 181 0 / 0.05); border-bottom-color: rgb(247 181 0 / 0.05); }
.border-y-callout-warning-border\/50{ border-top-color: rgb(247 181 0 / 0.5); border-bottom-color: rgb(247 181 0 / 0.5); }
.border-y-callout-warning-border\/60{ border-top-color: rgb(247 181 0 / 0.6); border-bottom-color: rgb(247 181 0 / 0.6); }
.border-y-callout-warning-border\/70{ border-top-color: rgb(247 181 0 / 0.7); border-bottom-color: rgb(247 181 0 / 0.7); }
.border-y-callout-warning-border\/75{ border-top-color: rgb(247 181 0 / 0.75); border-bottom-color: rgb(247 181 0 / 0.75); }
.border-y-callout-warning-border\/80{ border-top-color: rgb(247 181 0 / 0.8); border-bottom-color: rgb(247 181 0 / 0.8); }
.border-y-callout-warning-border\/90{ border-top-color: rgb(247 181 0 / 0.9); border-bottom-color: rgb(247 181 0 / 0.9); }
.border-y-callout-warning-border\/95{ border-top-color: rgb(247 181 0 / 0.95); border-bottom-color: rgb(247 181 0 / 0.95); }
.border-y-callout-warning-fill{ --tw-border-opacity: 1; border-top-color: rgb(249 219 109 / var(--tw-border-opacity)); border-bottom-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-y-callout-warning-fill\/0{ border-top-color: rgb(249 219 109 / 0); border-bottom-color: rgb(249 219 109 / 0); }
.border-y-callout-warning-fill\/10{ border-top-color: rgb(249 219 109 / 0.1); border-bottom-color: rgb(249 219 109 / 0.1); }
.border-y-callout-warning-fill\/100{ border-top-color: rgb(249 219 109 / 1); border-bottom-color: rgb(249 219 109 / 1); }
.border-y-callout-warning-fill\/20{ border-top-color: rgb(249 219 109 / 0.2); border-bottom-color: rgb(249 219 109 / 0.2); }
.border-y-callout-warning-fill\/25{ border-top-color: rgb(249 219 109 / 0.25); border-bottom-color: rgb(249 219 109 / 0.25); }
.border-y-callout-warning-fill\/30{ border-top-color: rgb(249 219 109 / 0.3); border-bottom-color: rgb(249 219 109 / 0.3); }
.border-y-callout-warning-fill\/40{ border-top-color: rgb(249 219 109 / 0.4); border-bottom-color: rgb(249 219 109 / 0.4); }
.border-y-callout-warning-fill\/5{ border-top-color: rgb(249 219 109 / 0.05); border-bottom-color: rgb(249 219 109 / 0.05); }
.border-y-callout-warning-fill\/50{ border-top-color: rgb(249 219 109 / 0.5); border-bottom-color: rgb(249 219 109 / 0.5); }
.border-y-callout-warning-fill\/60{ border-top-color: rgb(249 219 109 / 0.6); border-bottom-color: rgb(249 219 109 / 0.6); }
.border-y-callout-warning-fill\/70{ border-top-color: rgb(249 219 109 / 0.7); border-bottom-color: rgb(249 219 109 / 0.7); }
.border-y-callout-warning-fill\/75{ border-top-color: rgb(249 219 109 / 0.75); border-bottom-color: rgb(249 219 109 / 0.75); }
.border-y-callout-warning-fill\/80{ border-top-color: rgb(249 219 109 / 0.8); border-bottom-color: rgb(249 219 109 / 0.8); }
.border-y-callout-warning-fill\/90{ border-top-color: rgb(249 219 109 / 0.9); border-bottom-color: rgb(249 219 109 / 0.9); }
.border-y-callout-warning-fill\/95{ border-top-color: rgb(249 219 109 / 0.95); border-bottom-color: rgb(249 219 109 / 0.95); }
.border-y-callout-warning-icon{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-y-callout-warning-icon\/0{ border-top-color: rgb(255 255 255 / 0); border-bottom-color: rgb(255 255 255 / 0); }
.border-y-callout-warning-icon\/10{ border-top-color: rgb(255 255 255 / 0.1); border-bottom-color: rgb(255 255 255 / 0.1); }
.border-y-callout-warning-icon\/100{ border-top-color: rgb(255 255 255 / 1); border-bottom-color: rgb(255 255 255 / 1); }
.border-y-callout-warning-icon\/20{ border-top-color: rgb(255 255 255 / 0.2); border-bottom-color: rgb(255 255 255 / 0.2); }
.border-y-callout-warning-icon\/25{ border-top-color: rgb(255 255 255 / 0.25); border-bottom-color: rgb(255 255 255 / 0.25); }
.border-y-callout-warning-icon\/30{ border-top-color: rgb(255 255 255 / 0.3); border-bottom-color: rgb(255 255 255 / 0.3); }
.border-y-callout-warning-icon\/40{ border-top-color: rgb(255 255 255 / 0.4); border-bottom-color: rgb(255 255 255 / 0.4); }
.border-y-callout-warning-icon\/5{ border-top-color: rgb(255 255 255 / 0.05); border-bottom-color: rgb(255 255 255 / 0.05); }
.border-y-callout-warning-icon\/50{ border-top-color: rgb(255 255 255 / 0.5); border-bottom-color: rgb(255 255 255 / 0.5); }
.border-y-callout-warning-icon\/60{ border-top-color: rgb(255 255 255 / 0.6); border-bottom-color: rgb(255 255 255 / 0.6); }
.border-y-callout-warning-icon\/70{ border-top-color: rgb(255 255 255 / 0.7); border-bottom-color: rgb(255 255 255 / 0.7); }
.border-y-callout-warning-icon\/75{ border-top-color: rgb(255 255 255 / 0.75); border-bottom-color: rgb(255 255 255 / 0.75); }
.border-y-callout-warning-icon\/80{ border-top-color: rgb(255 255 255 / 0.8); border-bottom-color: rgb(255 255 255 / 0.8); }
.border-y-callout-warning-icon\/90{ border-top-color: rgb(255 255 255 / 0.9); border-bottom-color: rgb(255 255 255 / 0.9); }
.border-y-callout-warning-icon\/95{ border-top-color: rgb(255 255 255 / 0.95); border-bottom-color: rgb(255 255 255 / 0.95); }
.border-y-callout-warning-text{ --tw-border-opacity: 1; border-top-color: rgb(21 18 10 / var(--tw-border-opacity)); border-bottom-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-y-callout-warning-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-y-callout-warning-text-accent\/0{ border-top-color: rgb(255 255 255 / 0); border-bottom-color: rgb(255 255 255 / 0); }
.border-y-callout-warning-text-accent\/10{ border-top-color: rgb(255 255 255 / 0.1); border-bottom-color: rgb(255 255 255 / 0.1); }
.border-y-callout-warning-text-accent\/100{ border-top-color: rgb(255 255 255 / 1); border-bottom-color: rgb(255 255 255 / 1); }
.border-y-callout-warning-text-accent\/20{ border-top-color: rgb(255 255 255 / 0.2); border-bottom-color: rgb(255 255 255 / 0.2); }
.border-y-callout-warning-text-accent\/25{ border-top-color: rgb(255 255 255 / 0.25); border-bottom-color: rgb(255 255 255 / 0.25); }
.border-y-callout-warning-text-accent\/30{ border-top-color: rgb(255 255 255 / 0.3); border-bottom-color: rgb(255 255 255 / 0.3); }
.border-y-callout-warning-text-accent\/40{ border-top-color: rgb(255 255 255 / 0.4); border-bottom-color: rgb(255 255 255 / 0.4); }
.border-y-callout-warning-text-accent\/5{ border-top-color: rgb(255 255 255 / 0.05); border-bottom-color: rgb(255 255 255 / 0.05); }
.border-y-callout-warning-text-accent\/50{ border-top-color: rgb(255 255 255 / 0.5); border-bottom-color: rgb(255 255 255 / 0.5); }
.border-y-callout-warning-text-accent\/60{ border-top-color: rgb(255 255 255 / 0.6); border-bottom-color: rgb(255 255 255 / 0.6); }
.border-y-callout-warning-text-accent\/70{ border-top-color: rgb(255 255 255 / 0.7); border-bottom-color: rgb(255 255 255 / 0.7); }
.border-y-callout-warning-text-accent\/75{ border-top-color: rgb(255 255 255 / 0.75); border-bottom-color: rgb(255 255 255 / 0.75); }
.border-y-callout-warning-text-accent\/80{ border-top-color: rgb(255 255 255 / 0.8); border-bottom-color: rgb(255 255 255 / 0.8); }
.border-y-callout-warning-text-accent\/90{ border-top-color: rgb(255 255 255 / 0.9); border-bottom-color: rgb(255 255 255 / 0.9); }
.border-y-callout-warning-text-accent\/95{ border-top-color: rgb(255 255 255 / 0.95); border-bottom-color: rgb(255 255 255 / 0.95); }
.border-y-callout-warning-text\/0{ border-top-color: rgb(21 18 10 / 0); border-bottom-color: rgb(21 18 10 / 0); }
.border-y-callout-warning-text\/10{ border-top-color: rgb(21 18 10 / 0.1); border-bottom-color: rgb(21 18 10 / 0.1); }
.border-y-callout-warning-text\/100{ border-top-color: rgb(21 18 10 / 1); border-bottom-color: rgb(21 18 10 / 1); }
.border-y-callout-warning-text\/20{ border-top-color: rgb(21 18 10 / 0.2); border-bottom-color: rgb(21 18 10 / 0.2); }
.border-y-callout-warning-text\/25{ border-top-color: rgb(21 18 10 / 0.25); border-bottom-color: rgb(21 18 10 / 0.25); }
.border-y-callout-warning-text\/30{ border-top-color: rgb(21 18 10 / 0.3); border-bottom-color: rgb(21 18 10 / 0.3); }
.border-y-callout-warning-text\/40{ border-top-color: rgb(21 18 10 / 0.4); border-bottom-color: rgb(21 18 10 / 0.4); }
.border-y-callout-warning-text\/5{ border-top-color: rgb(21 18 10 / 0.05); border-bottom-color: rgb(21 18 10 / 0.05); }
.border-y-callout-warning-text\/50{ border-top-color: rgb(21 18 10 / 0.5); border-bottom-color: rgb(21 18 10 / 0.5); }
.border-y-callout-warning-text\/60{ border-top-color: rgb(21 18 10 / 0.6); border-bottom-color: rgb(21 18 10 / 0.6); }
.border-y-callout-warning-text\/70{ border-top-color: rgb(21 18 10 / 0.7); border-bottom-color: rgb(21 18 10 / 0.7); }
.border-y-callout-warning-text\/75{ border-top-color: rgb(21 18 10 / 0.75); border-bottom-color: rgb(21 18 10 / 0.75); }
.border-y-callout-warning-text\/80{ border-top-color: rgb(21 18 10 / 0.8); border-bottom-color: rgb(21 18 10 / 0.8); }
.border-y-callout-warning-text\/90{ border-top-color: rgb(21 18 10 / 0.9); border-bottom-color: rgb(21 18 10 / 0.9); }
.border-y-callout-warning-text\/95{ border-top-color: rgb(21 18 10 / 0.95); border-bottom-color: rgb(21 18 10 / 0.95); }
.border-y-current{ border-top-color: currentColor; border-bottom-color: currentColor; }
.border-y-cyan-100{ --tw-border-opacity: 1; border-top-color: rgb(207 250 254 / var(--tw-border-opacity)); border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-y-cyan-100\/0{ border-top-color: rgb(207 250 254 / 0); border-bottom-color: rgb(207 250 254 / 0); }
.border-y-cyan-100\/10{ border-top-color: rgb(207 250 254 / 0.1); border-bottom-color: rgb(207 250 254 / 0.1); }
.border-y-cyan-100\/100{ border-top-color: rgb(207 250 254 / 1); border-bottom-color: rgb(207 250 254 / 1); }
.border-y-cyan-100\/20{ border-top-color: rgb(207 250 254 / 0.2); border-bottom-color: rgb(207 250 254 / 0.2); }
.border-y-cyan-100\/25{ border-top-color: rgb(207 250 254 / 0.25); border-bottom-color: rgb(207 250 254 / 0.25); }
.border-y-cyan-100\/30{ border-top-color: rgb(207 250 254 / 0.3); border-bottom-color: rgb(207 250 254 / 0.3); }
.border-y-cyan-100\/40{ border-top-color: rgb(207 250 254 / 0.4); border-bottom-color: rgb(207 250 254 / 0.4); }
.border-y-cyan-100\/5{ border-top-color: rgb(207 250 254 / 0.05); border-bottom-color: rgb(207 250 254 / 0.05); }
.border-y-cyan-100\/50{ border-top-color: rgb(207 250 254 / 0.5); border-bottom-color: rgb(207 250 254 / 0.5); }
.border-y-cyan-100\/60{ border-top-color: rgb(207 250 254 / 0.6); border-bottom-color: rgb(207 250 254 / 0.6); }
.border-y-cyan-100\/70{ border-top-color: rgb(207 250 254 / 0.7); border-bottom-color: rgb(207 250 254 / 0.7); }
.border-y-cyan-100\/75{ border-top-color: rgb(207 250 254 / 0.75); border-bottom-color: rgb(207 250 254 / 0.75); }
.border-y-cyan-100\/80{ border-top-color: rgb(207 250 254 / 0.8); border-bottom-color: rgb(207 250 254 / 0.8); }
.border-y-cyan-100\/90{ border-top-color: rgb(207 250 254 / 0.9); border-bottom-color: rgb(207 250 254 / 0.9); }
.border-y-cyan-100\/95{ border-top-color: rgb(207 250 254 / 0.95); border-bottom-color: rgb(207 250 254 / 0.95); }
.border-y-cyan-200{ --tw-border-opacity: 1; border-top-color: rgb(165 243 252 / var(--tw-border-opacity)); border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-y-cyan-200\/0{ border-top-color: rgb(165 243 252 / 0); border-bottom-color: rgb(165 243 252 / 0); }
.border-y-cyan-200\/10{ border-top-color: rgb(165 243 252 / 0.1); border-bottom-color: rgb(165 243 252 / 0.1); }
.border-y-cyan-200\/100{ border-top-color: rgb(165 243 252 / 1); border-bottom-color: rgb(165 243 252 / 1); }
.border-y-cyan-200\/20{ border-top-color: rgb(165 243 252 / 0.2); border-bottom-color: rgb(165 243 252 / 0.2); }
.border-y-cyan-200\/25{ border-top-color: rgb(165 243 252 / 0.25); border-bottom-color: rgb(165 243 252 / 0.25); }
.border-y-cyan-200\/30{ border-top-color: rgb(165 243 252 / 0.3); border-bottom-color: rgb(165 243 252 / 0.3); }
.border-y-cyan-200\/40{ border-top-color: rgb(165 243 252 / 0.4); border-bottom-color: rgb(165 243 252 / 0.4); }
.border-y-cyan-200\/5{ border-top-color: rgb(165 243 252 / 0.05); border-bottom-color: rgb(165 243 252 / 0.05); }
.border-y-cyan-200\/50{ border-top-color: rgb(165 243 252 / 0.5); border-bottom-color: rgb(165 243 252 / 0.5); }
.border-y-cyan-200\/60{ border-top-color: rgb(165 243 252 / 0.6); border-bottom-color: rgb(165 243 252 / 0.6); }
.border-y-cyan-200\/70{ border-top-color: rgb(165 243 252 / 0.7); border-bottom-color: rgb(165 243 252 / 0.7); }
.border-y-cyan-200\/75{ border-top-color: rgb(165 243 252 / 0.75); border-bottom-color: rgb(165 243 252 / 0.75); }
.border-y-cyan-200\/80{ border-top-color: rgb(165 243 252 / 0.8); border-bottom-color: rgb(165 243 252 / 0.8); }
.border-y-cyan-200\/90{ border-top-color: rgb(165 243 252 / 0.9); border-bottom-color: rgb(165 243 252 / 0.9); }
.border-y-cyan-200\/95{ border-top-color: rgb(165 243 252 / 0.95); border-bottom-color: rgb(165 243 252 / 0.95); }
.border-y-cyan-300{ --tw-border-opacity: 1; border-top-color: rgb(103 232 249 / var(--tw-border-opacity)); border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-y-cyan-300\/0{ border-top-color: rgb(103 232 249 / 0); border-bottom-color: rgb(103 232 249 / 0); }
.border-y-cyan-300\/10{ border-top-color: rgb(103 232 249 / 0.1); border-bottom-color: rgb(103 232 249 / 0.1); }
.border-y-cyan-300\/100{ border-top-color: rgb(103 232 249 / 1); border-bottom-color: rgb(103 232 249 / 1); }
.border-y-cyan-300\/20{ border-top-color: rgb(103 232 249 / 0.2); border-bottom-color: rgb(103 232 249 / 0.2); }
.border-y-cyan-300\/25{ border-top-color: rgb(103 232 249 / 0.25); border-bottom-color: rgb(103 232 249 / 0.25); }
.border-y-cyan-300\/30{ border-top-color: rgb(103 232 249 / 0.3); border-bottom-color: rgb(103 232 249 / 0.3); }
.border-y-cyan-300\/40{ border-top-color: rgb(103 232 249 / 0.4); border-bottom-color: rgb(103 232 249 / 0.4); }
.border-y-cyan-300\/5{ border-top-color: rgb(103 232 249 / 0.05); border-bottom-color: rgb(103 232 249 / 0.05); }
.border-y-cyan-300\/50{ border-top-color: rgb(103 232 249 / 0.5); border-bottom-color: rgb(103 232 249 / 0.5); }
.border-y-cyan-300\/60{ border-top-color: rgb(103 232 249 / 0.6); border-bottom-color: rgb(103 232 249 / 0.6); }
.border-y-cyan-300\/70{ border-top-color: rgb(103 232 249 / 0.7); border-bottom-color: rgb(103 232 249 / 0.7); }
.border-y-cyan-300\/75{ border-top-color: rgb(103 232 249 / 0.75); border-bottom-color: rgb(103 232 249 / 0.75); }
.border-y-cyan-300\/80{ border-top-color: rgb(103 232 249 / 0.8); border-bottom-color: rgb(103 232 249 / 0.8); }
.border-y-cyan-300\/90{ border-top-color: rgb(103 232 249 / 0.9); border-bottom-color: rgb(103 232 249 / 0.9); }
.border-y-cyan-300\/95{ border-top-color: rgb(103 232 249 / 0.95); border-bottom-color: rgb(103 232 249 / 0.95); }
.border-y-cyan-400{ --tw-border-opacity: 1; border-top-color: rgb(34 211 238 / var(--tw-border-opacity)); border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-y-cyan-400\/0{ border-top-color: rgb(34 211 238 / 0); border-bottom-color: rgb(34 211 238 / 0); }
.border-y-cyan-400\/10{ border-top-color: rgb(34 211 238 / 0.1); border-bottom-color: rgb(34 211 238 / 0.1); }
.border-y-cyan-400\/100{ border-top-color: rgb(34 211 238 / 1); border-bottom-color: rgb(34 211 238 / 1); }
.border-y-cyan-400\/20{ border-top-color: rgb(34 211 238 / 0.2); border-bottom-color: rgb(34 211 238 / 0.2); }
.border-y-cyan-400\/25{ border-top-color: rgb(34 211 238 / 0.25); border-bottom-color: rgb(34 211 238 / 0.25); }
.border-y-cyan-400\/30{ border-top-color: rgb(34 211 238 / 0.3); border-bottom-color: rgb(34 211 238 / 0.3); }
.border-y-cyan-400\/40{ border-top-color: rgb(34 211 238 / 0.4); border-bottom-color: rgb(34 211 238 / 0.4); }
.border-y-cyan-400\/5{ border-top-color: rgb(34 211 238 / 0.05); border-bottom-color: rgb(34 211 238 / 0.05); }
.border-y-cyan-400\/50{ border-top-color: rgb(34 211 238 / 0.5); border-bottom-color: rgb(34 211 238 / 0.5); }
.border-y-cyan-400\/60{ border-top-color: rgb(34 211 238 / 0.6); border-bottom-color: rgb(34 211 238 / 0.6); }
.border-y-cyan-400\/70{ border-top-color: rgb(34 211 238 / 0.7); border-bottom-color: rgb(34 211 238 / 0.7); }
.border-y-cyan-400\/75{ border-top-color: rgb(34 211 238 / 0.75); border-bottom-color: rgb(34 211 238 / 0.75); }
.border-y-cyan-400\/80{ border-top-color: rgb(34 211 238 / 0.8); border-bottom-color: rgb(34 211 238 / 0.8); }
.border-y-cyan-400\/90{ border-top-color: rgb(34 211 238 / 0.9); border-bottom-color: rgb(34 211 238 / 0.9); }
.border-y-cyan-400\/95{ border-top-color: rgb(34 211 238 / 0.95); border-bottom-color: rgb(34 211 238 / 0.95); }
.border-y-cyan-50{ --tw-border-opacity: 1; border-top-color: rgb(236 254 255 / var(--tw-border-opacity)); border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-y-cyan-50\/0{ border-top-color: rgb(236 254 255 / 0); border-bottom-color: rgb(236 254 255 / 0); }
.border-y-cyan-50\/10{ border-top-color: rgb(236 254 255 / 0.1); border-bottom-color: rgb(236 254 255 / 0.1); }
.border-y-cyan-50\/100{ border-top-color: rgb(236 254 255 / 1); border-bottom-color: rgb(236 254 255 / 1); }
.border-y-cyan-50\/20{ border-top-color: rgb(236 254 255 / 0.2); border-bottom-color: rgb(236 254 255 / 0.2); }
.border-y-cyan-50\/25{ border-top-color: rgb(236 254 255 / 0.25); border-bottom-color: rgb(236 254 255 / 0.25); }
.border-y-cyan-50\/30{ border-top-color: rgb(236 254 255 / 0.3); border-bottom-color: rgb(236 254 255 / 0.3); }
.border-y-cyan-50\/40{ border-top-color: rgb(236 254 255 / 0.4); border-bottom-color: rgb(236 254 255 / 0.4); }
.border-y-cyan-50\/5{ border-top-color: rgb(236 254 255 / 0.05); border-bottom-color: rgb(236 254 255 / 0.05); }
.border-y-cyan-50\/50{ border-top-color: rgb(236 254 255 / 0.5); border-bottom-color: rgb(236 254 255 / 0.5); }
.border-y-cyan-50\/60{ border-top-color: rgb(236 254 255 / 0.6); border-bottom-color: rgb(236 254 255 / 0.6); }
.border-y-cyan-50\/70{ border-top-color: rgb(236 254 255 / 0.7); border-bottom-color: rgb(236 254 255 / 0.7); }
.border-y-cyan-50\/75{ border-top-color: rgb(236 254 255 / 0.75); border-bottom-color: rgb(236 254 255 / 0.75); }
.border-y-cyan-50\/80{ border-top-color: rgb(236 254 255 / 0.8); border-bottom-color: rgb(236 254 255 / 0.8); }
.border-y-cyan-50\/90{ border-top-color: rgb(236 254 255 / 0.9); border-bottom-color: rgb(236 254 255 / 0.9); }
.border-y-cyan-50\/95{ border-top-color: rgb(236 254 255 / 0.95); border-bottom-color: rgb(236 254 255 / 0.95); }
.border-y-cyan-500{ --tw-border-opacity: 1; border-top-color: rgb(6 182 212 / var(--tw-border-opacity)); border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-y-cyan-500\/0{ border-top-color: rgb(6 182 212 / 0); border-bottom-color: rgb(6 182 212 / 0); }
.border-y-cyan-500\/10{ border-top-color: rgb(6 182 212 / 0.1); border-bottom-color: rgb(6 182 212 / 0.1); }
.border-y-cyan-500\/100{ border-top-color: rgb(6 182 212 / 1); border-bottom-color: rgb(6 182 212 / 1); }
.border-y-cyan-500\/20{ border-top-color: rgb(6 182 212 / 0.2); border-bottom-color: rgb(6 182 212 / 0.2); }
.border-y-cyan-500\/25{ border-top-color: rgb(6 182 212 / 0.25); border-bottom-color: rgb(6 182 212 / 0.25); }
.border-y-cyan-500\/30{ border-top-color: rgb(6 182 212 / 0.3); border-bottom-color: rgb(6 182 212 / 0.3); }
.border-y-cyan-500\/40{ border-top-color: rgb(6 182 212 / 0.4); border-bottom-color: rgb(6 182 212 / 0.4); }
.border-y-cyan-500\/5{ border-top-color: rgb(6 182 212 / 0.05); border-bottom-color: rgb(6 182 212 / 0.05); }
.border-y-cyan-500\/50{ border-top-color: rgb(6 182 212 / 0.5); border-bottom-color: rgb(6 182 212 / 0.5); }
.border-y-cyan-500\/60{ border-top-color: rgb(6 182 212 / 0.6); border-bottom-color: rgb(6 182 212 / 0.6); }
.border-y-cyan-500\/70{ border-top-color: rgb(6 182 212 / 0.7); border-bottom-color: rgb(6 182 212 / 0.7); }
.border-y-cyan-500\/75{ border-top-color: rgb(6 182 212 / 0.75); border-bottom-color: rgb(6 182 212 / 0.75); }
.border-y-cyan-500\/80{ border-top-color: rgb(6 182 212 / 0.8); border-bottom-color: rgb(6 182 212 / 0.8); }
.border-y-cyan-500\/90{ border-top-color: rgb(6 182 212 / 0.9); border-bottom-color: rgb(6 182 212 / 0.9); }
.border-y-cyan-500\/95{ border-top-color: rgb(6 182 212 / 0.95); border-bottom-color: rgb(6 182 212 / 0.95); }
.border-y-cyan-600{ --tw-border-opacity: 1; border-top-color: rgb(8 145 178 / var(--tw-border-opacity)); border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-y-cyan-600\/0{ border-top-color: rgb(8 145 178 / 0); border-bottom-color: rgb(8 145 178 / 0); }
.border-y-cyan-600\/10{ border-top-color: rgb(8 145 178 / 0.1); border-bottom-color: rgb(8 145 178 / 0.1); }
.border-y-cyan-600\/100{ border-top-color: rgb(8 145 178 / 1); border-bottom-color: rgb(8 145 178 / 1); }
.border-y-cyan-600\/20{ border-top-color: rgb(8 145 178 / 0.2); border-bottom-color: rgb(8 145 178 / 0.2); }
.border-y-cyan-600\/25{ border-top-color: rgb(8 145 178 / 0.25); border-bottom-color: rgb(8 145 178 / 0.25); }
.border-y-cyan-600\/30{ border-top-color: rgb(8 145 178 / 0.3); border-bottom-color: rgb(8 145 178 / 0.3); }
.border-y-cyan-600\/40{ border-top-color: rgb(8 145 178 / 0.4); border-bottom-color: rgb(8 145 178 / 0.4); }
.border-y-cyan-600\/5{ border-top-color: rgb(8 145 178 / 0.05); border-bottom-color: rgb(8 145 178 / 0.05); }
.border-y-cyan-600\/50{ border-top-color: rgb(8 145 178 / 0.5); border-bottom-color: rgb(8 145 178 / 0.5); }
.border-y-cyan-600\/60{ border-top-color: rgb(8 145 178 / 0.6); border-bottom-color: rgb(8 145 178 / 0.6); }
.border-y-cyan-600\/70{ border-top-color: rgb(8 145 178 / 0.7); border-bottom-color: rgb(8 145 178 / 0.7); }
.border-y-cyan-600\/75{ border-top-color: rgb(8 145 178 / 0.75); border-bottom-color: rgb(8 145 178 / 0.75); }
.border-y-cyan-600\/80{ border-top-color: rgb(8 145 178 / 0.8); border-bottom-color: rgb(8 145 178 / 0.8); }
.border-y-cyan-600\/90{ border-top-color: rgb(8 145 178 / 0.9); border-bottom-color: rgb(8 145 178 / 0.9); }
.border-y-cyan-600\/95{ border-top-color: rgb(8 145 178 / 0.95); border-bottom-color: rgb(8 145 178 / 0.95); }
.border-y-cyan-700{ --tw-border-opacity: 1; border-top-color: rgb(14 116 144 / var(--tw-border-opacity)); border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-y-cyan-700\/0{ border-top-color: rgb(14 116 144 / 0); border-bottom-color: rgb(14 116 144 / 0); }
.border-y-cyan-700\/10{ border-top-color: rgb(14 116 144 / 0.1); border-bottom-color: rgb(14 116 144 / 0.1); }
.border-y-cyan-700\/100{ border-top-color: rgb(14 116 144 / 1); border-bottom-color: rgb(14 116 144 / 1); }
.border-y-cyan-700\/20{ border-top-color: rgb(14 116 144 / 0.2); border-bottom-color: rgb(14 116 144 / 0.2); }
.border-y-cyan-700\/25{ border-top-color: rgb(14 116 144 / 0.25); border-bottom-color: rgb(14 116 144 / 0.25); }
.border-y-cyan-700\/30{ border-top-color: rgb(14 116 144 / 0.3); border-bottom-color: rgb(14 116 144 / 0.3); }
.border-y-cyan-700\/40{ border-top-color: rgb(14 116 144 / 0.4); border-bottom-color: rgb(14 116 144 / 0.4); }
.border-y-cyan-700\/5{ border-top-color: rgb(14 116 144 / 0.05); border-bottom-color: rgb(14 116 144 / 0.05); }
.border-y-cyan-700\/50{ border-top-color: rgb(14 116 144 / 0.5); border-bottom-color: rgb(14 116 144 / 0.5); }
.border-y-cyan-700\/60{ border-top-color: rgb(14 116 144 / 0.6); border-bottom-color: rgb(14 116 144 / 0.6); }
.border-y-cyan-700\/70{ border-top-color: rgb(14 116 144 / 0.7); border-bottom-color: rgb(14 116 144 / 0.7); }
.border-y-cyan-700\/75{ border-top-color: rgb(14 116 144 / 0.75); border-bottom-color: rgb(14 116 144 / 0.75); }
.border-y-cyan-700\/80{ border-top-color: rgb(14 116 144 / 0.8); border-bottom-color: rgb(14 116 144 / 0.8); }
.border-y-cyan-700\/90{ border-top-color: rgb(14 116 144 / 0.9); border-bottom-color: rgb(14 116 144 / 0.9); }
.border-y-cyan-700\/95{ border-top-color: rgb(14 116 144 / 0.95); border-bottom-color: rgb(14 116 144 / 0.95); }
.border-y-cyan-800{ --tw-border-opacity: 1; border-top-color: rgb(21 94 117 / var(--tw-border-opacity)); border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-y-cyan-800\/0{ border-top-color: rgb(21 94 117 / 0); border-bottom-color: rgb(21 94 117 / 0); }
.border-y-cyan-800\/10{ border-top-color: rgb(21 94 117 / 0.1); border-bottom-color: rgb(21 94 117 / 0.1); }
.border-y-cyan-800\/100{ border-top-color: rgb(21 94 117 / 1); border-bottom-color: rgb(21 94 117 / 1); }
.border-y-cyan-800\/20{ border-top-color: rgb(21 94 117 / 0.2); border-bottom-color: rgb(21 94 117 / 0.2); }
.border-y-cyan-800\/25{ border-top-color: rgb(21 94 117 / 0.25); border-bottom-color: rgb(21 94 117 / 0.25); }
.border-y-cyan-800\/30{ border-top-color: rgb(21 94 117 / 0.3); border-bottom-color: rgb(21 94 117 / 0.3); }
.border-y-cyan-800\/40{ border-top-color: rgb(21 94 117 / 0.4); border-bottom-color: rgb(21 94 117 / 0.4); }
.border-y-cyan-800\/5{ border-top-color: rgb(21 94 117 / 0.05); border-bottom-color: rgb(21 94 117 / 0.05); }
.border-y-cyan-800\/50{ border-top-color: rgb(21 94 117 / 0.5); border-bottom-color: rgb(21 94 117 / 0.5); }
.border-y-cyan-800\/60{ border-top-color: rgb(21 94 117 / 0.6); border-bottom-color: rgb(21 94 117 / 0.6); }
.border-y-cyan-800\/70{ border-top-color: rgb(21 94 117 / 0.7); border-bottom-color: rgb(21 94 117 / 0.7); }
.border-y-cyan-800\/75{ border-top-color: rgb(21 94 117 / 0.75); border-bottom-color: rgb(21 94 117 / 0.75); }
.border-y-cyan-800\/80{ border-top-color: rgb(21 94 117 / 0.8); border-bottom-color: rgb(21 94 117 / 0.8); }
.border-y-cyan-800\/90{ border-top-color: rgb(21 94 117 / 0.9); border-bottom-color: rgb(21 94 117 / 0.9); }
.border-y-cyan-800\/95{ border-top-color: rgb(21 94 117 / 0.95); border-bottom-color: rgb(21 94 117 / 0.95); }
.border-y-cyan-900{ --tw-border-opacity: 1; border-top-color: rgb(22 78 99 / var(--tw-border-opacity)); border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-y-cyan-900\/0{ border-top-color: rgb(22 78 99 / 0); border-bottom-color: rgb(22 78 99 / 0); }
.border-y-cyan-900\/10{ border-top-color: rgb(22 78 99 / 0.1); border-bottom-color: rgb(22 78 99 / 0.1); }
.border-y-cyan-900\/100{ border-top-color: rgb(22 78 99 / 1); border-bottom-color: rgb(22 78 99 / 1); }
.border-y-cyan-900\/20{ border-top-color: rgb(22 78 99 / 0.2); border-bottom-color: rgb(22 78 99 / 0.2); }
.border-y-cyan-900\/25{ border-top-color: rgb(22 78 99 / 0.25); border-bottom-color: rgb(22 78 99 / 0.25); }
.border-y-cyan-900\/30{ border-top-color: rgb(22 78 99 / 0.3); border-bottom-color: rgb(22 78 99 / 0.3); }
.border-y-cyan-900\/40{ border-top-color: rgb(22 78 99 / 0.4); border-bottom-color: rgb(22 78 99 / 0.4); }
.border-y-cyan-900\/5{ border-top-color: rgb(22 78 99 / 0.05); border-bottom-color: rgb(22 78 99 / 0.05); }
.border-y-cyan-900\/50{ border-top-color: rgb(22 78 99 / 0.5); border-bottom-color: rgb(22 78 99 / 0.5); }
.border-y-cyan-900\/60{ border-top-color: rgb(22 78 99 / 0.6); border-bottom-color: rgb(22 78 99 / 0.6); }
.border-y-cyan-900\/70{ border-top-color: rgb(22 78 99 / 0.7); border-bottom-color: rgb(22 78 99 / 0.7); }
.border-y-cyan-900\/75{ border-top-color: rgb(22 78 99 / 0.75); border-bottom-color: rgb(22 78 99 / 0.75); }
.border-y-cyan-900\/80{ border-top-color: rgb(22 78 99 / 0.8); border-bottom-color: rgb(22 78 99 / 0.8); }
.border-y-cyan-900\/90{ border-top-color: rgb(22 78 99 / 0.9); border-bottom-color: rgb(22 78 99 / 0.9); }
.border-y-cyan-900\/95{ border-top-color: rgb(22 78 99 / 0.95); border-bottom-color: rgb(22 78 99 / 0.95); }
.border-y-cyan-950{ --tw-border-opacity: 1; border-top-color: rgb(8 51 68 / var(--tw-border-opacity)); border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-y-cyan-950\/0{ border-top-color: rgb(8 51 68 / 0); border-bottom-color: rgb(8 51 68 / 0); }
.border-y-cyan-950\/10{ border-top-color: rgb(8 51 68 / 0.1); border-bottom-color: rgb(8 51 68 / 0.1); }
.border-y-cyan-950\/100{ border-top-color: rgb(8 51 68 / 1); border-bottom-color: rgb(8 51 68 / 1); }
.border-y-cyan-950\/20{ border-top-color: rgb(8 51 68 / 0.2); border-bottom-color: rgb(8 51 68 / 0.2); }
.border-y-cyan-950\/25{ border-top-color: rgb(8 51 68 / 0.25); border-bottom-color: rgb(8 51 68 / 0.25); }
.border-y-cyan-950\/30{ border-top-color: rgb(8 51 68 / 0.3); border-bottom-color: rgb(8 51 68 / 0.3); }
.border-y-cyan-950\/40{ border-top-color: rgb(8 51 68 / 0.4); border-bottom-color: rgb(8 51 68 / 0.4); }
.border-y-cyan-950\/5{ border-top-color: rgb(8 51 68 / 0.05); border-bottom-color: rgb(8 51 68 / 0.05); }
.border-y-cyan-950\/50{ border-top-color: rgb(8 51 68 / 0.5); border-bottom-color: rgb(8 51 68 / 0.5); }
.border-y-cyan-950\/60{ border-top-color: rgb(8 51 68 / 0.6); border-bottom-color: rgb(8 51 68 / 0.6); }
.border-y-cyan-950\/70{ border-top-color: rgb(8 51 68 / 0.7); border-bottom-color: rgb(8 51 68 / 0.7); }
.border-y-cyan-950\/75{ border-top-color: rgb(8 51 68 / 0.75); border-bottom-color: rgb(8 51 68 / 0.75); }
.border-y-cyan-950\/80{ border-top-color: rgb(8 51 68 / 0.8); border-bottom-color: rgb(8 51 68 / 0.8); }
.border-y-cyan-950\/90{ border-top-color: rgb(8 51 68 / 0.9); border-bottom-color: rgb(8 51 68 / 0.9); }
.border-y-cyan-950\/95{ border-top-color: rgb(8 51 68 / 0.95); border-bottom-color: rgb(8 51 68 / 0.95); }
.border-y-eggshell{ --tw-border-opacity: 1; border-top-color: rgb(240 229 208 / var(--tw-border-opacity)); border-bottom-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-y-eggshell-100{ --tw-border-opacity: 1; border-top-color: rgb(254 252 250 / var(--tw-border-opacity)); border-bottom-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-y-eggshell-100\/0{ border-top-color: rgb(254 252 250 / 0); border-bottom-color: rgb(254 252 250 / 0); }
.border-y-eggshell-100\/10{ border-top-color: rgb(254 252 250 / 0.1); border-bottom-color: rgb(254 252 250 / 0.1); }
.border-y-eggshell-100\/100{ border-top-color: rgb(254 252 250 / 1); border-bottom-color: rgb(254 252 250 / 1); }
.border-y-eggshell-100\/20{ border-top-color: rgb(254 252 250 / 0.2); border-bottom-color: rgb(254 252 250 / 0.2); }
.border-y-eggshell-100\/25{ border-top-color: rgb(254 252 250 / 0.25); border-bottom-color: rgb(254 252 250 / 0.25); }
.border-y-eggshell-100\/30{ border-top-color: rgb(254 252 250 / 0.3); border-bottom-color: rgb(254 252 250 / 0.3); }
.border-y-eggshell-100\/40{ border-top-color: rgb(254 252 250 / 0.4); border-bottom-color: rgb(254 252 250 / 0.4); }
.border-y-eggshell-100\/5{ border-top-color: rgb(254 252 250 / 0.05); border-bottom-color: rgb(254 252 250 / 0.05); }
.border-y-eggshell-100\/50{ border-top-color: rgb(254 252 250 / 0.5); border-bottom-color: rgb(254 252 250 / 0.5); }
.border-y-eggshell-100\/60{ border-top-color: rgb(254 252 250 / 0.6); border-bottom-color: rgb(254 252 250 / 0.6); }
.border-y-eggshell-100\/70{ border-top-color: rgb(254 252 250 / 0.7); border-bottom-color: rgb(254 252 250 / 0.7); }
.border-y-eggshell-100\/75{ border-top-color: rgb(254 252 250 / 0.75); border-bottom-color: rgb(254 252 250 / 0.75); }
.border-y-eggshell-100\/80{ border-top-color: rgb(254 252 250 / 0.8); border-bottom-color: rgb(254 252 250 / 0.8); }
.border-y-eggshell-100\/90{ border-top-color: rgb(254 252 250 / 0.9); border-bottom-color: rgb(254 252 250 / 0.9); }
.border-y-eggshell-100\/95{ border-top-color: rgb(254 252 250 / 0.95); border-bottom-color: rgb(254 252 250 / 0.95); }
.border-y-eggshell-200{ --tw-border-opacity: 1; border-top-color: rgb(252 250 246 / var(--tw-border-opacity)); border-bottom-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-y-eggshell-200\/0{ border-top-color: rgb(252 250 246 / 0); border-bottom-color: rgb(252 250 246 / 0); }
.border-y-eggshell-200\/10{ border-top-color: rgb(252 250 246 / 0.1); border-bottom-color: rgb(252 250 246 / 0.1); }
.border-y-eggshell-200\/100{ border-top-color: rgb(252 250 246 / 1); border-bottom-color: rgb(252 250 246 / 1); }
.border-y-eggshell-200\/20{ border-top-color: rgb(252 250 246 / 0.2); border-bottom-color: rgb(252 250 246 / 0.2); }
.border-y-eggshell-200\/25{ border-top-color: rgb(252 250 246 / 0.25); border-bottom-color: rgb(252 250 246 / 0.25); }
.border-y-eggshell-200\/30{ border-top-color: rgb(252 250 246 / 0.3); border-bottom-color: rgb(252 250 246 / 0.3); }
.border-y-eggshell-200\/40{ border-top-color: rgb(252 250 246 / 0.4); border-bottom-color: rgb(252 250 246 / 0.4); }
.border-y-eggshell-200\/5{ border-top-color: rgb(252 250 246 / 0.05); border-bottom-color: rgb(252 250 246 / 0.05); }
.border-y-eggshell-200\/50{ border-top-color: rgb(252 250 246 / 0.5); border-bottom-color: rgb(252 250 246 / 0.5); }
.border-y-eggshell-200\/60{ border-top-color: rgb(252 250 246 / 0.6); border-bottom-color: rgb(252 250 246 / 0.6); }
.border-y-eggshell-200\/70{ border-top-color: rgb(252 250 246 / 0.7); border-bottom-color: rgb(252 250 246 / 0.7); }
.border-y-eggshell-200\/75{ border-top-color: rgb(252 250 246 / 0.75); border-bottom-color: rgb(252 250 246 / 0.75); }
.border-y-eggshell-200\/80{ border-top-color: rgb(252 250 246 / 0.8); border-bottom-color: rgb(252 250 246 / 0.8); }
.border-y-eggshell-200\/90{ border-top-color: rgb(252 250 246 / 0.9); border-bottom-color: rgb(252 250 246 / 0.9); }
.border-y-eggshell-200\/95{ border-top-color: rgb(252 250 246 / 0.95); border-bottom-color: rgb(252 250 246 / 0.95); }
.border-y-eggshell-300{ --tw-border-opacity: 1; border-top-color: rgb(251 247 241 / var(--tw-border-opacity)); border-bottom-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-y-eggshell-300\/0{ border-top-color: rgb(251 247 241 / 0); border-bottom-color: rgb(251 247 241 / 0); }
.border-y-eggshell-300\/10{ border-top-color: rgb(251 247 241 / 0.1); border-bottom-color: rgb(251 247 241 / 0.1); }
.border-y-eggshell-300\/100{ border-top-color: rgb(251 247 241 / 1); border-bottom-color: rgb(251 247 241 / 1); }
.border-y-eggshell-300\/20{ border-top-color: rgb(251 247 241 / 0.2); border-bottom-color: rgb(251 247 241 / 0.2); }
.border-y-eggshell-300\/25{ border-top-color: rgb(251 247 241 / 0.25); border-bottom-color: rgb(251 247 241 / 0.25); }
.border-y-eggshell-300\/30{ border-top-color: rgb(251 247 241 / 0.3); border-bottom-color: rgb(251 247 241 / 0.3); }
.border-y-eggshell-300\/40{ border-top-color: rgb(251 247 241 / 0.4); border-bottom-color: rgb(251 247 241 / 0.4); }
.border-y-eggshell-300\/5{ border-top-color: rgb(251 247 241 / 0.05); border-bottom-color: rgb(251 247 241 / 0.05); }
.border-y-eggshell-300\/50{ border-top-color: rgb(251 247 241 / 0.5); border-bottom-color: rgb(251 247 241 / 0.5); }
.border-y-eggshell-300\/60{ border-top-color: rgb(251 247 241 / 0.6); border-bottom-color: rgb(251 247 241 / 0.6); }
.border-y-eggshell-300\/70{ border-top-color: rgb(251 247 241 / 0.7); border-bottom-color: rgb(251 247 241 / 0.7); }
.border-y-eggshell-300\/75{ border-top-color: rgb(251 247 241 / 0.75); border-bottom-color: rgb(251 247 241 / 0.75); }
.border-y-eggshell-300\/80{ border-top-color: rgb(251 247 241 / 0.8); border-bottom-color: rgb(251 247 241 / 0.8); }
.border-y-eggshell-300\/90{ border-top-color: rgb(251 247 241 / 0.9); border-bottom-color: rgb(251 247 241 / 0.9); }
.border-y-eggshell-300\/95{ border-top-color: rgb(251 247 241 / 0.95); border-bottom-color: rgb(251 247 241 / 0.95); }
.border-y-eggshell-400{ --tw-border-opacity: 1; border-top-color: rgb(249 245 236 / var(--tw-border-opacity)); border-bottom-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-y-eggshell-400\/0{ border-top-color: rgb(249 245 236 / 0); border-bottom-color: rgb(249 245 236 / 0); }
.border-y-eggshell-400\/10{ border-top-color: rgb(249 245 236 / 0.1); border-bottom-color: rgb(249 245 236 / 0.1); }
.border-y-eggshell-400\/100{ border-top-color: rgb(249 245 236 / 1); border-bottom-color: rgb(249 245 236 / 1); }
.border-y-eggshell-400\/20{ border-top-color: rgb(249 245 236 / 0.2); border-bottom-color: rgb(249 245 236 / 0.2); }
.border-y-eggshell-400\/25{ border-top-color: rgb(249 245 236 / 0.25); border-bottom-color: rgb(249 245 236 / 0.25); }
.border-y-eggshell-400\/30{ border-top-color: rgb(249 245 236 / 0.3); border-bottom-color: rgb(249 245 236 / 0.3); }
.border-y-eggshell-400\/40{ border-top-color: rgb(249 245 236 / 0.4); border-bottom-color: rgb(249 245 236 / 0.4); }
.border-y-eggshell-400\/5{ border-top-color: rgb(249 245 236 / 0.05); border-bottom-color: rgb(249 245 236 / 0.05); }
.border-y-eggshell-400\/50{ border-top-color: rgb(249 245 236 / 0.5); border-bottom-color: rgb(249 245 236 / 0.5); }
.border-y-eggshell-400\/60{ border-top-color: rgb(249 245 236 / 0.6); border-bottom-color: rgb(249 245 236 / 0.6); }
.border-y-eggshell-400\/70{ border-top-color: rgb(249 245 236 / 0.7); border-bottom-color: rgb(249 245 236 / 0.7); }
.border-y-eggshell-400\/75{ border-top-color: rgb(249 245 236 / 0.75); border-bottom-color: rgb(249 245 236 / 0.75); }
.border-y-eggshell-400\/80{ border-top-color: rgb(249 245 236 / 0.8); border-bottom-color: rgb(249 245 236 / 0.8); }
.border-y-eggshell-400\/90{ border-top-color: rgb(249 245 236 / 0.9); border-bottom-color: rgb(249 245 236 / 0.9); }
.border-y-eggshell-400\/95{ border-top-color: rgb(249 245 236 / 0.95); border-bottom-color: rgb(249 245 236 / 0.95); }
.border-y-eggshell-500{ --tw-border-opacity: 1; border-top-color: rgb(247 242 231 / var(--tw-border-opacity)); border-bottom-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-y-eggshell-500\/0{ border-top-color: rgb(247 242 231 / 0); border-bottom-color: rgb(247 242 231 / 0); }
.border-y-eggshell-500\/10{ border-top-color: rgb(247 242 231 / 0.1); border-bottom-color: rgb(247 242 231 / 0.1); }
.border-y-eggshell-500\/100{ border-top-color: rgb(247 242 231 / 1); border-bottom-color: rgb(247 242 231 / 1); }
.border-y-eggshell-500\/20{ border-top-color: rgb(247 242 231 / 0.2); border-bottom-color: rgb(247 242 231 / 0.2); }
.border-y-eggshell-500\/25{ border-top-color: rgb(247 242 231 / 0.25); border-bottom-color: rgb(247 242 231 / 0.25); }
.border-y-eggshell-500\/30{ border-top-color: rgb(247 242 231 / 0.3); border-bottom-color: rgb(247 242 231 / 0.3); }
.border-y-eggshell-500\/40{ border-top-color: rgb(247 242 231 / 0.4); border-bottom-color: rgb(247 242 231 / 0.4); }
.border-y-eggshell-500\/5{ border-top-color: rgb(247 242 231 / 0.05); border-bottom-color: rgb(247 242 231 / 0.05); }
.border-y-eggshell-500\/50{ border-top-color: rgb(247 242 231 / 0.5); border-bottom-color: rgb(247 242 231 / 0.5); }
.border-y-eggshell-500\/60{ border-top-color: rgb(247 242 231 / 0.6); border-bottom-color: rgb(247 242 231 / 0.6); }
.border-y-eggshell-500\/70{ border-top-color: rgb(247 242 231 / 0.7); border-bottom-color: rgb(247 242 231 / 0.7); }
.border-y-eggshell-500\/75{ border-top-color: rgb(247 242 231 / 0.75); border-bottom-color: rgb(247 242 231 / 0.75); }
.border-y-eggshell-500\/80{ border-top-color: rgb(247 242 231 / 0.8); border-bottom-color: rgb(247 242 231 / 0.8); }
.border-y-eggshell-500\/90{ border-top-color: rgb(247 242 231 / 0.9); border-bottom-color: rgb(247 242 231 / 0.9); }
.border-y-eggshell-500\/95{ border-top-color: rgb(247 242 231 / 0.95); border-bottom-color: rgb(247 242 231 / 0.95); }
.border-y-eggshell-600{ --tw-border-opacity: 1; border-top-color: rgb(246 239 227 / var(--tw-border-opacity)); border-bottom-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-y-eggshell-600\/0{ border-top-color: rgb(246 239 227 / 0); border-bottom-color: rgb(246 239 227 / 0); }
.border-y-eggshell-600\/10{ border-top-color: rgb(246 239 227 / 0.1); border-bottom-color: rgb(246 239 227 / 0.1); }
.border-y-eggshell-600\/100{ border-top-color: rgb(246 239 227 / 1); border-bottom-color: rgb(246 239 227 / 1); }
.border-y-eggshell-600\/20{ border-top-color: rgb(246 239 227 / 0.2); border-bottom-color: rgb(246 239 227 / 0.2); }
.border-y-eggshell-600\/25{ border-top-color: rgb(246 239 227 / 0.25); border-bottom-color: rgb(246 239 227 / 0.25); }
.border-y-eggshell-600\/30{ border-top-color: rgb(246 239 227 / 0.3); border-bottom-color: rgb(246 239 227 / 0.3); }
.border-y-eggshell-600\/40{ border-top-color: rgb(246 239 227 / 0.4); border-bottom-color: rgb(246 239 227 / 0.4); }
.border-y-eggshell-600\/5{ border-top-color: rgb(246 239 227 / 0.05); border-bottom-color: rgb(246 239 227 / 0.05); }
.border-y-eggshell-600\/50{ border-top-color: rgb(246 239 227 / 0.5); border-bottom-color: rgb(246 239 227 / 0.5); }
.border-y-eggshell-600\/60{ border-top-color: rgb(246 239 227 / 0.6); border-bottom-color: rgb(246 239 227 / 0.6); }
.border-y-eggshell-600\/70{ border-top-color: rgb(246 239 227 / 0.7); border-bottom-color: rgb(246 239 227 / 0.7); }
.border-y-eggshell-600\/75{ border-top-color: rgb(246 239 227 / 0.75); border-bottom-color: rgb(246 239 227 / 0.75); }
.border-y-eggshell-600\/80{ border-top-color: rgb(246 239 227 / 0.8); border-bottom-color: rgb(246 239 227 / 0.8); }
.border-y-eggshell-600\/90{ border-top-color: rgb(246 239 227 / 0.9); border-bottom-color: rgb(246 239 227 / 0.9); }
.border-y-eggshell-600\/95{ border-top-color: rgb(246 239 227 / 0.95); border-bottom-color: rgb(246 239 227 / 0.95); }
.border-y-eggshell-700{ --tw-border-opacity: 1; border-top-color: rgb(245 237 222 / var(--tw-border-opacity)); border-bottom-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-y-eggshell-700\/0{ border-top-color: rgb(245 237 222 / 0); border-bottom-color: rgb(245 237 222 / 0); }
.border-y-eggshell-700\/10{ border-top-color: rgb(245 237 222 / 0.1); border-bottom-color: rgb(245 237 222 / 0.1); }
.border-y-eggshell-700\/100{ border-top-color: rgb(245 237 222 / 1); border-bottom-color: rgb(245 237 222 / 1); }
.border-y-eggshell-700\/20{ border-top-color: rgb(245 237 222 / 0.2); border-bottom-color: rgb(245 237 222 / 0.2); }
.border-y-eggshell-700\/25{ border-top-color: rgb(245 237 222 / 0.25); border-bottom-color: rgb(245 237 222 / 0.25); }
.border-y-eggshell-700\/30{ border-top-color: rgb(245 237 222 / 0.3); border-bottom-color: rgb(245 237 222 / 0.3); }
.border-y-eggshell-700\/40{ border-top-color: rgb(245 237 222 / 0.4); border-bottom-color: rgb(245 237 222 / 0.4); }
.border-y-eggshell-700\/5{ border-top-color: rgb(245 237 222 / 0.05); border-bottom-color: rgb(245 237 222 / 0.05); }
.border-y-eggshell-700\/50{ border-top-color: rgb(245 237 222 / 0.5); border-bottom-color: rgb(245 237 222 / 0.5); }
.border-y-eggshell-700\/60{ border-top-color: rgb(245 237 222 / 0.6); border-bottom-color: rgb(245 237 222 / 0.6); }
.border-y-eggshell-700\/70{ border-top-color: rgb(245 237 222 / 0.7); border-bottom-color: rgb(245 237 222 / 0.7); }
.border-y-eggshell-700\/75{ border-top-color: rgb(245 237 222 / 0.75); border-bottom-color: rgb(245 237 222 / 0.75); }
.border-y-eggshell-700\/80{ border-top-color: rgb(245 237 222 / 0.8); border-bottom-color: rgb(245 237 222 / 0.8); }
.border-y-eggshell-700\/90{ border-top-color: rgb(245 237 222 / 0.9); border-bottom-color: rgb(245 237 222 / 0.9); }
.border-y-eggshell-700\/95{ border-top-color: rgb(245 237 222 / 0.95); border-bottom-color: rgb(245 237 222 / 0.95); }
.border-y-eggshell-800{ --tw-border-opacity: 1; border-top-color: rgb(243 234 217 / var(--tw-border-opacity)); border-bottom-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-y-eggshell-800\/0{ border-top-color: rgb(243 234 217 / 0); border-bottom-color: rgb(243 234 217 / 0); }
.border-y-eggshell-800\/10{ border-top-color: rgb(243 234 217 / 0.1); border-bottom-color: rgb(243 234 217 / 0.1); }
.border-y-eggshell-800\/100{ border-top-color: rgb(243 234 217 / 1); border-bottom-color: rgb(243 234 217 / 1); }
.border-y-eggshell-800\/20{ border-top-color: rgb(243 234 217 / 0.2); border-bottom-color: rgb(243 234 217 / 0.2); }
.border-y-eggshell-800\/25{ border-top-color: rgb(243 234 217 / 0.25); border-bottom-color: rgb(243 234 217 / 0.25); }
.border-y-eggshell-800\/30{ border-top-color: rgb(243 234 217 / 0.3); border-bottom-color: rgb(243 234 217 / 0.3); }
.border-y-eggshell-800\/40{ border-top-color: rgb(243 234 217 / 0.4); border-bottom-color: rgb(243 234 217 / 0.4); }
.border-y-eggshell-800\/5{ border-top-color: rgb(243 234 217 / 0.05); border-bottom-color: rgb(243 234 217 / 0.05); }
.border-y-eggshell-800\/50{ border-top-color: rgb(243 234 217 / 0.5); border-bottom-color: rgb(243 234 217 / 0.5); }
.border-y-eggshell-800\/60{ border-top-color: rgb(243 234 217 / 0.6); border-bottom-color: rgb(243 234 217 / 0.6); }
.border-y-eggshell-800\/70{ border-top-color: rgb(243 234 217 / 0.7); border-bottom-color: rgb(243 234 217 / 0.7); }
.border-y-eggshell-800\/75{ border-top-color: rgb(243 234 217 / 0.75); border-bottom-color: rgb(243 234 217 / 0.75); }
.border-y-eggshell-800\/80{ border-top-color: rgb(243 234 217 / 0.8); border-bottom-color: rgb(243 234 217 / 0.8); }
.border-y-eggshell-800\/90{ border-top-color: rgb(243 234 217 / 0.9); border-bottom-color: rgb(243 234 217 / 0.9); }
.border-y-eggshell-800\/95{ border-top-color: rgb(243 234 217 / 0.95); border-bottom-color: rgb(243 234 217 / 0.95); }
.border-y-eggshell-900{ --tw-border-opacity: 1; border-top-color: rgb(242 232 213 / var(--tw-border-opacity)); border-bottom-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-y-eggshell-900\/0{ border-top-color: rgb(242 232 213 / 0); border-bottom-color: rgb(242 232 213 / 0); }
.border-y-eggshell-900\/10{ border-top-color: rgb(242 232 213 / 0.1); border-bottom-color: rgb(242 232 213 / 0.1); }
.border-y-eggshell-900\/100{ border-top-color: rgb(242 232 213 / 1); border-bottom-color: rgb(242 232 213 / 1); }
.border-y-eggshell-900\/20{ border-top-color: rgb(242 232 213 / 0.2); border-bottom-color: rgb(242 232 213 / 0.2); }
.border-y-eggshell-900\/25{ border-top-color: rgb(242 232 213 / 0.25); border-bottom-color: rgb(242 232 213 / 0.25); }
.border-y-eggshell-900\/30{ border-top-color: rgb(242 232 213 / 0.3); border-bottom-color: rgb(242 232 213 / 0.3); }
.border-y-eggshell-900\/40{ border-top-color: rgb(242 232 213 / 0.4); border-bottom-color: rgb(242 232 213 / 0.4); }
.border-y-eggshell-900\/5{ border-top-color: rgb(242 232 213 / 0.05); border-bottom-color: rgb(242 232 213 / 0.05); }
.border-y-eggshell-900\/50{ border-top-color: rgb(242 232 213 / 0.5); border-bottom-color: rgb(242 232 213 / 0.5); }
.border-y-eggshell-900\/60{ border-top-color: rgb(242 232 213 / 0.6); border-bottom-color: rgb(242 232 213 / 0.6); }
.border-y-eggshell-900\/70{ border-top-color: rgb(242 232 213 / 0.7); border-bottom-color: rgb(242 232 213 / 0.7); }
.border-y-eggshell-900\/75{ border-top-color: rgb(242 232 213 / 0.75); border-bottom-color: rgb(242 232 213 / 0.75); }
.border-y-eggshell-900\/80{ border-top-color: rgb(242 232 213 / 0.8); border-bottom-color: rgb(242 232 213 / 0.8); }
.border-y-eggshell-900\/90{ border-top-color: rgb(242 232 213 / 0.9); border-bottom-color: rgb(242 232 213 / 0.9); }
.border-y-eggshell-900\/95{ border-top-color: rgb(242 232 213 / 0.95); border-bottom-color: rgb(242 232 213 / 0.95); }
.border-y-eggshell\/0{ border-top-color: rgb(240 229 208 / 0); border-bottom-color: rgb(240 229 208 / 0); }
.border-y-eggshell\/10{ border-top-color: rgb(240 229 208 / 0.1); border-bottom-color: rgb(240 229 208 / 0.1); }
.border-y-eggshell\/100{ border-top-color: rgb(240 229 208 / 1); border-bottom-color: rgb(240 229 208 / 1); }
.border-y-eggshell\/20{ border-top-color: rgb(240 229 208 / 0.2); border-bottom-color: rgb(240 229 208 / 0.2); }
.border-y-eggshell\/25{ border-top-color: rgb(240 229 208 / 0.25); border-bottom-color: rgb(240 229 208 / 0.25); }
.border-y-eggshell\/30{ border-top-color: rgb(240 229 208 / 0.3); border-bottom-color: rgb(240 229 208 / 0.3); }
.border-y-eggshell\/40{ border-top-color: rgb(240 229 208 / 0.4); border-bottom-color: rgb(240 229 208 / 0.4); }
.border-y-eggshell\/5{ border-top-color: rgb(240 229 208 / 0.05); border-bottom-color: rgb(240 229 208 / 0.05); }
.border-y-eggshell\/50{ border-top-color: rgb(240 229 208 / 0.5); border-bottom-color: rgb(240 229 208 / 0.5); }
.border-y-eggshell\/60{ border-top-color: rgb(240 229 208 / 0.6); border-bottom-color: rgb(240 229 208 / 0.6); }
.border-y-eggshell\/70{ border-top-color: rgb(240 229 208 / 0.7); border-bottom-color: rgb(240 229 208 / 0.7); }
.border-y-eggshell\/75{ border-top-color: rgb(240 229 208 / 0.75); border-bottom-color: rgb(240 229 208 / 0.75); }
.border-y-eggshell\/80{ border-top-color: rgb(240 229 208 / 0.8); border-bottom-color: rgb(240 229 208 / 0.8); }
.border-y-eggshell\/90{ border-top-color: rgb(240 229 208 / 0.9); border-bottom-color: rgb(240 229 208 / 0.9); }
.border-y-eggshell\/95{ border-top-color: rgb(240 229 208 / 0.95); border-bottom-color: rgb(240 229 208 / 0.95); }
.border-y-emerald-100{ --tw-border-opacity: 1; border-top-color: rgb(209 250 229 / var(--tw-border-opacity)); border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-y-emerald-100\/0{ border-top-color: rgb(209 250 229 / 0); border-bottom-color: rgb(209 250 229 / 0); }
.border-y-emerald-100\/10{ border-top-color: rgb(209 250 229 / 0.1); border-bottom-color: rgb(209 250 229 / 0.1); }
.border-y-emerald-100\/100{ border-top-color: rgb(209 250 229 / 1); border-bottom-color: rgb(209 250 229 / 1); }
.border-y-emerald-100\/20{ border-top-color: rgb(209 250 229 / 0.2); border-bottom-color: rgb(209 250 229 / 0.2); }
.border-y-emerald-100\/25{ border-top-color: rgb(209 250 229 / 0.25); border-bottom-color: rgb(209 250 229 / 0.25); }
.border-y-emerald-100\/30{ border-top-color: rgb(209 250 229 / 0.3); border-bottom-color: rgb(209 250 229 / 0.3); }
.border-y-emerald-100\/40{ border-top-color: rgb(209 250 229 / 0.4); border-bottom-color: rgb(209 250 229 / 0.4); }
.border-y-emerald-100\/5{ border-top-color: rgb(209 250 229 / 0.05); border-bottom-color: rgb(209 250 229 / 0.05); }
.border-y-emerald-100\/50{ border-top-color: rgb(209 250 229 / 0.5); border-bottom-color: rgb(209 250 229 / 0.5); }
.border-y-emerald-100\/60{ border-top-color: rgb(209 250 229 / 0.6); border-bottom-color: rgb(209 250 229 / 0.6); }
.border-y-emerald-100\/70{ border-top-color: rgb(209 250 229 / 0.7); border-bottom-color: rgb(209 250 229 / 0.7); }
.border-y-emerald-100\/75{ border-top-color: rgb(209 250 229 / 0.75); border-bottom-color: rgb(209 250 229 / 0.75); }
.border-y-emerald-100\/80{ border-top-color: rgb(209 250 229 / 0.8); border-bottom-color: rgb(209 250 229 / 0.8); }
.border-y-emerald-100\/90{ border-top-color: rgb(209 250 229 / 0.9); border-bottom-color: rgb(209 250 229 / 0.9); }
.border-y-emerald-100\/95{ border-top-color: rgb(209 250 229 / 0.95); border-bottom-color: rgb(209 250 229 / 0.95); }
.border-y-emerald-200{ --tw-border-opacity: 1; border-top-color: rgb(167 243 208 / var(--tw-border-opacity)); border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-y-emerald-200\/0{ border-top-color: rgb(167 243 208 / 0); border-bottom-color: rgb(167 243 208 / 0); }
.border-y-emerald-200\/10{ border-top-color: rgb(167 243 208 / 0.1); border-bottom-color: rgb(167 243 208 / 0.1); }
.border-y-emerald-200\/100{ border-top-color: rgb(167 243 208 / 1); border-bottom-color: rgb(167 243 208 / 1); }
.border-y-emerald-200\/20{ border-top-color: rgb(167 243 208 / 0.2); border-bottom-color: rgb(167 243 208 / 0.2); }
.border-y-emerald-200\/25{ border-top-color: rgb(167 243 208 / 0.25); border-bottom-color: rgb(167 243 208 / 0.25); }
.border-y-emerald-200\/30{ border-top-color: rgb(167 243 208 / 0.3); border-bottom-color: rgb(167 243 208 / 0.3); }
.border-y-emerald-200\/40{ border-top-color: rgb(167 243 208 / 0.4); border-bottom-color: rgb(167 243 208 / 0.4); }
.border-y-emerald-200\/5{ border-top-color: rgb(167 243 208 / 0.05); border-bottom-color: rgb(167 243 208 / 0.05); }
.border-y-emerald-200\/50{ border-top-color: rgb(167 243 208 / 0.5); border-bottom-color: rgb(167 243 208 / 0.5); }
.border-y-emerald-200\/60{ border-top-color: rgb(167 243 208 / 0.6); border-bottom-color: rgb(167 243 208 / 0.6); }
.border-y-emerald-200\/70{ border-top-color: rgb(167 243 208 / 0.7); border-bottom-color: rgb(167 243 208 / 0.7); }
.border-y-emerald-200\/75{ border-top-color: rgb(167 243 208 / 0.75); border-bottom-color: rgb(167 243 208 / 0.75); }
.border-y-emerald-200\/80{ border-top-color: rgb(167 243 208 / 0.8); border-bottom-color: rgb(167 243 208 / 0.8); }
.border-y-emerald-200\/90{ border-top-color: rgb(167 243 208 / 0.9); border-bottom-color: rgb(167 243 208 / 0.9); }
.border-y-emerald-200\/95{ border-top-color: rgb(167 243 208 / 0.95); border-bottom-color: rgb(167 243 208 / 0.95); }
.border-y-emerald-300{ --tw-border-opacity: 1; border-top-color: rgb(110 231 183 / var(--tw-border-opacity)); border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-y-emerald-300\/0{ border-top-color: rgb(110 231 183 / 0); border-bottom-color: rgb(110 231 183 / 0); }
.border-y-emerald-300\/10{ border-top-color: rgb(110 231 183 / 0.1); border-bottom-color: rgb(110 231 183 / 0.1); }
.border-y-emerald-300\/100{ border-top-color: rgb(110 231 183 / 1); border-bottom-color: rgb(110 231 183 / 1); }
.border-y-emerald-300\/20{ border-top-color: rgb(110 231 183 / 0.2); border-bottom-color: rgb(110 231 183 / 0.2); }
.border-y-emerald-300\/25{ border-top-color: rgb(110 231 183 / 0.25); border-bottom-color: rgb(110 231 183 / 0.25); }
.border-y-emerald-300\/30{ border-top-color: rgb(110 231 183 / 0.3); border-bottom-color: rgb(110 231 183 / 0.3); }
.border-y-emerald-300\/40{ border-top-color: rgb(110 231 183 / 0.4); border-bottom-color: rgb(110 231 183 / 0.4); }
.border-y-emerald-300\/5{ border-top-color: rgb(110 231 183 / 0.05); border-bottom-color: rgb(110 231 183 / 0.05); }
.border-y-emerald-300\/50{ border-top-color: rgb(110 231 183 / 0.5); border-bottom-color: rgb(110 231 183 / 0.5); }
.border-y-emerald-300\/60{ border-top-color: rgb(110 231 183 / 0.6); border-bottom-color: rgb(110 231 183 / 0.6); }
.border-y-emerald-300\/70{ border-top-color: rgb(110 231 183 / 0.7); border-bottom-color: rgb(110 231 183 / 0.7); }
.border-y-emerald-300\/75{ border-top-color: rgb(110 231 183 / 0.75); border-bottom-color: rgb(110 231 183 / 0.75); }
.border-y-emerald-300\/80{ border-top-color: rgb(110 231 183 / 0.8); border-bottom-color: rgb(110 231 183 / 0.8); }
.border-y-emerald-300\/90{ border-top-color: rgb(110 231 183 / 0.9); border-bottom-color: rgb(110 231 183 / 0.9); }
.border-y-emerald-300\/95{ border-top-color: rgb(110 231 183 / 0.95); border-bottom-color: rgb(110 231 183 / 0.95); }
.border-y-emerald-400{ --tw-border-opacity: 1; border-top-color: rgb(52 211 153 / var(--tw-border-opacity)); border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-y-emerald-400\/0{ border-top-color: rgb(52 211 153 / 0); border-bottom-color: rgb(52 211 153 / 0); }
.border-y-emerald-400\/10{ border-top-color: rgb(52 211 153 / 0.1); border-bottom-color: rgb(52 211 153 / 0.1); }
.border-y-emerald-400\/100{ border-top-color: rgb(52 211 153 / 1); border-bottom-color: rgb(52 211 153 / 1); }
.border-y-emerald-400\/20{ border-top-color: rgb(52 211 153 / 0.2); border-bottom-color: rgb(52 211 153 / 0.2); }
.border-y-emerald-400\/25{ border-top-color: rgb(52 211 153 / 0.25); border-bottom-color: rgb(52 211 153 / 0.25); }
.border-y-emerald-400\/30{ border-top-color: rgb(52 211 153 / 0.3); border-bottom-color: rgb(52 211 153 / 0.3); }
.border-y-emerald-400\/40{ border-top-color: rgb(52 211 153 / 0.4); border-bottom-color: rgb(52 211 153 / 0.4); }
.border-y-emerald-400\/5{ border-top-color: rgb(52 211 153 / 0.05); border-bottom-color: rgb(52 211 153 / 0.05); }
.border-y-emerald-400\/50{ border-top-color: rgb(52 211 153 / 0.5); border-bottom-color: rgb(52 211 153 / 0.5); }
.border-y-emerald-400\/60{ border-top-color: rgb(52 211 153 / 0.6); border-bottom-color: rgb(52 211 153 / 0.6); }
.border-y-emerald-400\/70{ border-top-color: rgb(52 211 153 / 0.7); border-bottom-color: rgb(52 211 153 / 0.7); }
.border-y-emerald-400\/75{ border-top-color: rgb(52 211 153 / 0.75); border-bottom-color: rgb(52 211 153 / 0.75); }
.border-y-emerald-400\/80{ border-top-color: rgb(52 211 153 / 0.8); border-bottom-color: rgb(52 211 153 / 0.8); }
.border-y-emerald-400\/90{ border-top-color: rgb(52 211 153 / 0.9); border-bottom-color: rgb(52 211 153 / 0.9); }
.border-y-emerald-400\/95{ border-top-color: rgb(52 211 153 / 0.95); border-bottom-color: rgb(52 211 153 / 0.95); }
.border-y-emerald-50{ --tw-border-opacity: 1; border-top-color: rgb(236 253 245 / var(--tw-border-opacity)); border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-y-emerald-50\/0{ border-top-color: rgb(236 253 245 / 0); border-bottom-color: rgb(236 253 245 / 0); }
.border-y-emerald-50\/10{ border-top-color: rgb(236 253 245 / 0.1); border-bottom-color: rgb(236 253 245 / 0.1); }
.border-y-emerald-50\/100{ border-top-color: rgb(236 253 245 / 1); border-bottom-color: rgb(236 253 245 / 1); }
.border-y-emerald-50\/20{ border-top-color: rgb(236 253 245 / 0.2); border-bottom-color: rgb(236 253 245 / 0.2); }
.border-y-emerald-50\/25{ border-top-color: rgb(236 253 245 / 0.25); border-bottom-color: rgb(236 253 245 / 0.25); }
.border-y-emerald-50\/30{ border-top-color: rgb(236 253 245 / 0.3); border-bottom-color: rgb(236 253 245 / 0.3); }
.border-y-emerald-50\/40{ border-top-color: rgb(236 253 245 / 0.4); border-bottom-color: rgb(236 253 245 / 0.4); }
.border-y-emerald-50\/5{ border-top-color: rgb(236 253 245 / 0.05); border-bottom-color: rgb(236 253 245 / 0.05); }
.border-y-emerald-50\/50{ border-top-color: rgb(236 253 245 / 0.5); border-bottom-color: rgb(236 253 245 / 0.5); }
.border-y-emerald-50\/60{ border-top-color: rgb(236 253 245 / 0.6); border-bottom-color: rgb(236 253 245 / 0.6); }
.border-y-emerald-50\/70{ border-top-color: rgb(236 253 245 / 0.7); border-bottom-color: rgb(236 253 245 / 0.7); }
.border-y-emerald-50\/75{ border-top-color: rgb(236 253 245 / 0.75); border-bottom-color: rgb(236 253 245 / 0.75); }
.border-y-emerald-50\/80{ border-top-color: rgb(236 253 245 / 0.8); border-bottom-color: rgb(236 253 245 / 0.8); }
.border-y-emerald-50\/90{ border-top-color: rgb(236 253 245 / 0.9); border-bottom-color: rgb(236 253 245 / 0.9); }
.border-y-emerald-50\/95{ border-top-color: rgb(236 253 245 / 0.95); border-bottom-color: rgb(236 253 245 / 0.95); }
.border-y-emerald-500{ --tw-border-opacity: 1; border-top-color: rgb(16 185 129 / var(--tw-border-opacity)); border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-y-emerald-500\/0{ border-top-color: rgb(16 185 129 / 0); border-bottom-color: rgb(16 185 129 / 0); }
.border-y-emerald-500\/10{ border-top-color: rgb(16 185 129 / 0.1); border-bottom-color: rgb(16 185 129 / 0.1); }
.border-y-emerald-500\/100{ border-top-color: rgb(16 185 129 / 1); border-bottom-color: rgb(16 185 129 / 1); }
.border-y-emerald-500\/20{ border-top-color: rgb(16 185 129 / 0.2); border-bottom-color: rgb(16 185 129 / 0.2); }
.border-y-emerald-500\/25{ border-top-color: rgb(16 185 129 / 0.25); border-bottom-color: rgb(16 185 129 / 0.25); }
.border-y-emerald-500\/30{ border-top-color: rgb(16 185 129 / 0.3); border-bottom-color: rgb(16 185 129 / 0.3); }
.border-y-emerald-500\/40{ border-top-color: rgb(16 185 129 / 0.4); border-bottom-color: rgb(16 185 129 / 0.4); }
.border-y-emerald-500\/5{ border-top-color: rgb(16 185 129 / 0.05); border-bottom-color: rgb(16 185 129 / 0.05); }
.border-y-emerald-500\/50{ border-top-color: rgb(16 185 129 / 0.5); border-bottom-color: rgb(16 185 129 / 0.5); }
.border-y-emerald-500\/60{ border-top-color: rgb(16 185 129 / 0.6); border-bottom-color: rgb(16 185 129 / 0.6); }
.border-y-emerald-500\/70{ border-top-color: rgb(16 185 129 / 0.7); border-bottom-color: rgb(16 185 129 / 0.7); }
.border-y-emerald-500\/75{ border-top-color: rgb(16 185 129 / 0.75); border-bottom-color: rgb(16 185 129 / 0.75); }
.border-y-emerald-500\/80{ border-top-color: rgb(16 185 129 / 0.8); border-bottom-color: rgb(16 185 129 / 0.8); }
.border-y-emerald-500\/90{ border-top-color: rgb(16 185 129 / 0.9); border-bottom-color: rgb(16 185 129 / 0.9); }
.border-y-emerald-500\/95{ border-top-color: rgb(16 185 129 / 0.95); border-bottom-color: rgb(16 185 129 / 0.95); }
.border-y-emerald-600{ --tw-border-opacity: 1; border-top-color: rgb(5 150 105 / var(--tw-border-opacity)); border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-y-emerald-600\/0{ border-top-color: rgb(5 150 105 / 0); border-bottom-color: rgb(5 150 105 / 0); }
.border-y-emerald-600\/10{ border-top-color: rgb(5 150 105 / 0.1); border-bottom-color: rgb(5 150 105 / 0.1); }
.border-y-emerald-600\/100{ border-top-color: rgb(5 150 105 / 1); border-bottom-color: rgb(5 150 105 / 1); }
.border-y-emerald-600\/20{ border-top-color: rgb(5 150 105 / 0.2); border-bottom-color: rgb(5 150 105 / 0.2); }
.border-y-emerald-600\/25{ border-top-color: rgb(5 150 105 / 0.25); border-bottom-color: rgb(5 150 105 / 0.25); }
.border-y-emerald-600\/30{ border-top-color: rgb(5 150 105 / 0.3); border-bottom-color: rgb(5 150 105 / 0.3); }
.border-y-emerald-600\/40{ border-top-color: rgb(5 150 105 / 0.4); border-bottom-color: rgb(5 150 105 / 0.4); }
.border-y-emerald-600\/5{ border-top-color: rgb(5 150 105 / 0.05); border-bottom-color: rgb(5 150 105 / 0.05); }
.border-y-emerald-600\/50{ border-top-color: rgb(5 150 105 / 0.5); border-bottom-color: rgb(5 150 105 / 0.5); }
.border-y-emerald-600\/60{ border-top-color: rgb(5 150 105 / 0.6); border-bottom-color: rgb(5 150 105 / 0.6); }
.border-y-emerald-600\/70{ border-top-color: rgb(5 150 105 / 0.7); border-bottom-color: rgb(5 150 105 / 0.7); }
.border-y-emerald-600\/75{ border-top-color: rgb(5 150 105 / 0.75); border-bottom-color: rgb(5 150 105 / 0.75); }
.border-y-emerald-600\/80{ border-top-color: rgb(5 150 105 / 0.8); border-bottom-color: rgb(5 150 105 / 0.8); }
.border-y-emerald-600\/90{ border-top-color: rgb(5 150 105 / 0.9); border-bottom-color: rgb(5 150 105 / 0.9); }
.border-y-emerald-600\/95{ border-top-color: rgb(5 150 105 / 0.95); border-bottom-color: rgb(5 150 105 / 0.95); }
.border-y-emerald-700{ --tw-border-opacity: 1; border-top-color: rgb(4 120 87 / var(--tw-border-opacity)); border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-y-emerald-700\/0{ border-top-color: rgb(4 120 87 / 0); border-bottom-color: rgb(4 120 87 / 0); }
.border-y-emerald-700\/10{ border-top-color: rgb(4 120 87 / 0.1); border-bottom-color: rgb(4 120 87 / 0.1); }
.border-y-emerald-700\/100{ border-top-color: rgb(4 120 87 / 1); border-bottom-color: rgb(4 120 87 / 1); }
.border-y-emerald-700\/20{ border-top-color: rgb(4 120 87 / 0.2); border-bottom-color: rgb(4 120 87 / 0.2); }
.border-y-emerald-700\/25{ border-top-color: rgb(4 120 87 / 0.25); border-bottom-color: rgb(4 120 87 / 0.25); }
.border-y-emerald-700\/30{ border-top-color: rgb(4 120 87 / 0.3); border-bottom-color: rgb(4 120 87 / 0.3); }
.border-y-emerald-700\/40{ border-top-color: rgb(4 120 87 / 0.4); border-bottom-color: rgb(4 120 87 / 0.4); }
.border-y-emerald-700\/5{ border-top-color: rgb(4 120 87 / 0.05); border-bottom-color: rgb(4 120 87 / 0.05); }
.border-y-emerald-700\/50{ border-top-color: rgb(4 120 87 / 0.5); border-bottom-color: rgb(4 120 87 / 0.5); }
.border-y-emerald-700\/60{ border-top-color: rgb(4 120 87 / 0.6); border-bottom-color: rgb(4 120 87 / 0.6); }
.border-y-emerald-700\/70{ border-top-color: rgb(4 120 87 / 0.7); border-bottom-color: rgb(4 120 87 / 0.7); }
.border-y-emerald-700\/75{ border-top-color: rgb(4 120 87 / 0.75); border-bottom-color: rgb(4 120 87 / 0.75); }
.border-y-emerald-700\/80{ border-top-color: rgb(4 120 87 / 0.8); border-bottom-color: rgb(4 120 87 / 0.8); }
.border-y-emerald-700\/90{ border-top-color: rgb(4 120 87 / 0.9); border-bottom-color: rgb(4 120 87 / 0.9); }
.border-y-emerald-700\/95{ border-top-color: rgb(4 120 87 / 0.95); border-bottom-color: rgb(4 120 87 / 0.95); }
.border-y-emerald-800{ --tw-border-opacity: 1; border-top-color: rgb(6 95 70 / var(--tw-border-opacity)); border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-y-emerald-800\/0{ border-top-color: rgb(6 95 70 / 0); border-bottom-color: rgb(6 95 70 / 0); }
.border-y-emerald-800\/10{ border-top-color: rgb(6 95 70 / 0.1); border-bottom-color: rgb(6 95 70 / 0.1); }
.border-y-emerald-800\/100{ border-top-color: rgb(6 95 70 / 1); border-bottom-color: rgb(6 95 70 / 1); }
.border-y-emerald-800\/20{ border-top-color: rgb(6 95 70 / 0.2); border-bottom-color: rgb(6 95 70 / 0.2); }
.border-y-emerald-800\/25{ border-top-color: rgb(6 95 70 / 0.25); border-bottom-color: rgb(6 95 70 / 0.25); }
.border-y-emerald-800\/30{ border-top-color: rgb(6 95 70 / 0.3); border-bottom-color: rgb(6 95 70 / 0.3); }
.border-y-emerald-800\/40{ border-top-color: rgb(6 95 70 / 0.4); border-bottom-color: rgb(6 95 70 / 0.4); }
.border-y-emerald-800\/5{ border-top-color: rgb(6 95 70 / 0.05); border-bottom-color: rgb(6 95 70 / 0.05); }
.border-y-emerald-800\/50{ border-top-color: rgb(6 95 70 / 0.5); border-bottom-color: rgb(6 95 70 / 0.5); }
.border-y-emerald-800\/60{ border-top-color: rgb(6 95 70 / 0.6); border-bottom-color: rgb(6 95 70 / 0.6); }
.border-y-emerald-800\/70{ border-top-color: rgb(6 95 70 / 0.7); border-bottom-color: rgb(6 95 70 / 0.7); }
.border-y-emerald-800\/75{ border-top-color: rgb(6 95 70 / 0.75); border-bottom-color: rgb(6 95 70 / 0.75); }
.border-y-emerald-800\/80{ border-top-color: rgb(6 95 70 / 0.8); border-bottom-color: rgb(6 95 70 / 0.8); }
.border-y-emerald-800\/90{ border-top-color: rgb(6 95 70 / 0.9); border-bottom-color: rgb(6 95 70 / 0.9); }
.border-y-emerald-800\/95{ border-top-color: rgb(6 95 70 / 0.95); border-bottom-color: rgb(6 95 70 / 0.95); }
.border-y-emerald-900{ --tw-border-opacity: 1; border-top-color: rgb(6 78 59 / var(--tw-border-opacity)); border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-y-emerald-900\/0{ border-top-color: rgb(6 78 59 / 0); border-bottom-color: rgb(6 78 59 / 0); }
.border-y-emerald-900\/10{ border-top-color: rgb(6 78 59 / 0.1); border-bottom-color: rgb(6 78 59 / 0.1); }
.border-y-emerald-900\/100{ border-top-color: rgb(6 78 59 / 1); border-bottom-color: rgb(6 78 59 / 1); }
.border-y-emerald-900\/20{ border-top-color: rgb(6 78 59 / 0.2); border-bottom-color: rgb(6 78 59 / 0.2); }
.border-y-emerald-900\/25{ border-top-color: rgb(6 78 59 / 0.25); border-bottom-color: rgb(6 78 59 / 0.25); }
.border-y-emerald-900\/30{ border-top-color: rgb(6 78 59 / 0.3); border-bottom-color: rgb(6 78 59 / 0.3); }
.border-y-emerald-900\/40{ border-top-color: rgb(6 78 59 / 0.4); border-bottom-color: rgb(6 78 59 / 0.4); }
.border-y-emerald-900\/5{ border-top-color: rgb(6 78 59 / 0.05); border-bottom-color: rgb(6 78 59 / 0.05); }
.border-y-emerald-900\/50{ border-top-color: rgb(6 78 59 / 0.5); border-bottom-color: rgb(6 78 59 / 0.5); }
.border-y-emerald-900\/60{ border-top-color: rgb(6 78 59 / 0.6); border-bottom-color: rgb(6 78 59 / 0.6); }
.border-y-emerald-900\/70{ border-top-color: rgb(6 78 59 / 0.7); border-bottom-color: rgb(6 78 59 / 0.7); }
.border-y-emerald-900\/75{ border-top-color: rgb(6 78 59 / 0.75); border-bottom-color: rgb(6 78 59 / 0.75); }
.border-y-emerald-900\/80{ border-top-color: rgb(6 78 59 / 0.8); border-bottom-color: rgb(6 78 59 / 0.8); }
.border-y-emerald-900\/90{ border-top-color: rgb(6 78 59 / 0.9); border-bottom-color: rgb(6 78 59 / 0.9); }
.border-y-emerald-900\/95{ border-top-color: rgb(6 78 59 / 0.95); border-bottom-color: rgb(6 78 59 / 0.95); }
.border-y-emerald-950{ --tw-border-opacity: 1; border-top-color: rgb(2 44 34 / var(--tw-border-opacity)); border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-y-emerald-950\/0{ border-top-color: rgb(2 44 34 / 0); border-bottom-color: rgb(2 44 34 / 0); }
.border-y-emerald-950\/10{ border-top-color: rgb(2 44 34 / 0.1); border-bottom-color: rgb(2 44 34 / 0.1); }
.border-y-emerald-950\/100{ border-top-color: rgb(2 44 34 / 1); border-bottom-color: rgb(2 44 34 / 1); }
.border-y-emerald-950\/20{ border-top-color: rgb(2 44 34 / 0.2); border-bottom-color: rgb(2 44 34 / 0.2); }
.border-y-emerald-950\/25{ border-top-color: rgb(2 44 34 / 0.25); border-bottom-color: rgb(2 44 34 / 0.25); }
.border-y-emerald-950\/30{ border-top-color: rgb(2 44 34 / 0.3); border-bottom-color: rgb(2 44 34 / 0.3); }
.border-y-emerald-950\/40{ border-top-color: rgb(2 44 34 / 0.4); border-bottom-color: rgb(2 44 34 / 0.4); }
.border-y-emerald-950\/5{ border-top-color: rgb(2 44 34 / 0.05); border-bottom-color: rgb(2 44 34 / 0.05); }
.border-y-emerald-950\/50{ border-top-color: rgb(2 44 34 / 0.5); border-bottom-color: rgb(2 44 34 / 0.5); }
.border-y-emerald-950\/60{ border-top-color: rgb(2 44 34 / 0.6); border-bottom-color: rgb(2 44 34 / 0.6); }
.border-y-emerald-950\/70{ border-top-color: rgb(2 44 34 / 0.7); border-bottom-color: rgb(2 44 34 / 0.7); }
.border-y-emerald-950\/75{ border-top-color: rgb(2 44 34 / 0.75); border-bottom-color: rgb(2 44 34 / 0.75); }
.border-y-emerald-950\/80{ border-top-color: rgb(2 44 34 / 0.8); border-bottom-color: rgb(2 44 34 / 0.8); }
.border-y-emerald-950\/90{ border-top-color: rgb(2 44 34 / 0.9); border-bottom-color: rgb(2 44 34 / 0.9); }
.border-y-emerald-950\/95{ border-top-color: rgb(2 44 34 / 0.95); border-bottom-color: rgb(2 44 34 / 0.95); }
.border-y-fuchsia-100{ --tw-border-opacity: 1; border-top-color: rgb(250 232 255 / var(--tw-border-opacity)); border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-y-fuchsia-100\/0{ border-top-color: rgb(250 232 255 / 0); border-bottom-color: rgb(250 232 255 / 0); }
.border-y-fuchsia-100\/10{ border-top-color: rgb(250 232 255 / 0.1); border-bottom-color: rgb(250 232 255 / 0.1); }
.border-y-fuchsia-100\/100{ border-top-color: rgb(250 232 255 / 1); border-bottom-color: rgb(250 232 255 / 1); }
.border-y-fuchsia-100\/20{ border-top-color: rgb(250 232 255 / 0.2); border-bottom-color: rgb(250 232 255 / 0.2); }
.border-y-fuchsia-100\/25{ border-top-color: rgb(250 232 255 / 0.25); border-bottom-color: rgb(250 232 255 / 0.25); }
.border-y-fuchsia-100\/30{ border-top-color: rgb(250 232 255 / 0.3); border-bottom-color: rgb(250 232 255 / 0.3); }
.border-y-fuchsia-100\/40{ border-top-color: rgb(250 232 255 / 0.4); border-bottom-color: rgb(250 232 255 / 0.4); }
.border-y-fuchsia-100\/5{ border-top-color: rgb(250 232 255 / 0.05); border-bottom-color: rgb(250 232 255 / 0.05); }
.border-y-fuchsia-100\/50{ border-top-color: rgb(250 232 255 / 0.5); border-bottom-color: rgb(250 232 255 / 0.5); }
.border-y-fuchsia-100\/60{ border-top-color: rgb(250 232 255 / 0.6); border-bottom-color: rgb(250 232 255 / 0.6); }
.border-y-fuchsia-100\/70{ border-top-color: rgb(250 232 255 / 0.7); border-bottom-color: rgb(250 232 255 / 0.7); }
.border-y-fuchsia-100\/75{ border-top-color: rgb(250 232 255 / 0.75); border-bottom-color: rgb(250 232 255 / 0.75); }
.border-y-fuchsia-100\/80{ border-top-color: rgb(250 232 255 / 0.8); border-bottom-color: rgb(250 232 255 / 0.8); }
.border-y-fuchsia-100\/90{ border-top-color: rgb(250 232 255 / 0.9); border-bottom-color: rgb(250 232 255 / 0.9); }
.border-y-fuchsia-100\/95{ border-top-color: rgb(250 232 255 / 0.95); border-bottom-color: rgb(250 232 255 / 0.95); }
.border-y-fuchsia-200{ --tw-border-opacity: 1; border-top-color: rgb(245 208 254 / var(--tw-border-opacity)); border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-y-fuchsia-200\/0{ border-top-color: rgb(245 208 254 / 0); border-bottom-color: rgb(245 208 254 / 0); }
.border-y-fuchsia-200\/10{ border-top-color: rgb(245 208 254 / 0.1); border-bottom-color: rgb(245 208 254 / 0.1); }
.border-y-fuchsia-200\/100{ border-top-color: rgb(245 208 254 / 1); border-bottom-color: rgb(245 208 254 / 1); }
.border-y-fuchsia-200\/20{ border-top-color: rgb(245 208 254 / 0.2); border-bottom-color: rgb(245 208 254 / 0.2); }
.border-y-fuchsia-200\/25{ border-top-color: rgb(245 208 254 / 0.25); border-bottom-color: rgb(245 208 254 / 0.25); }
.border-y-fuchsia-200\/30{ border-top-color: rgb(245 208 254 / 0.3); border-bottom-color: rgb(245 208 254 / 0.3); }
.border-y-fuchsia-200\/40{ border-top-color: rgb(245 208 254 / 0.4); border-bottom-color: rgb(245 208 254 / 0.4); }
.border-y-fuchsia-200\/5{ border-top-color: rgb(245 208 254 / 0.05); border-bottom-color: rgb(245 208 254 / 0.05); }
.border-y-fuchsia-200\/50{ border-top-color: rgb(245 208 254 / 0.5); border-bottom-color: rgb(245 208 254 / 0.5); }
.border-y-fuchsia-200\/60{ border-top-color: rgb(245 208 254 / 0.6); border-bottom-color: rgb(245 208 254 / 0.6); }
.border-y-fuchsia-200\/70{ border-top-color: rgb(245 208 254 / 0.7); border-bottom-color: rgb(245 208 254 / 0.7); }
.border-y-fuchsia-200\/75{ border-top-color: rgb(245 208 254 / 0.75); border-bottom-color: rgb(245 208 254 / 0.75); }
.border-y-fuchsia-200\/80{ border-top-color: rgb(245 208 254 / 0.8); border-bottom-color: rgb(245 208 254 / 0.8); }
.border-y-fuchsia-200\/90{ border-top-color: rgb(245 208 254 / 0.9); border-bottom-color: rgb(245 208 254 / 0.9); }
.border-y-fuchsia-200\/95{ border-top-color: rgb(245 208 254 / 0.95); border-bottom-color: rgb(245 208 254 / 0.95); }
.border-y-fuchsia-300{ --tw-border-opacity: 1; border-top-color: rgb(240 171 252 / var(--tw-border-opacity)); border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-y-fuchsia-300\/0{ border-top-color: rgb(240 171 252 / 0); border-bottom-color: rgb(240 171 252 / 0); }
.border-y-fuchsia-300\/10{ border-top-color: rgb(240 171 252 / 0.1); border-bottom-color: rgb(240 171 252 / 0.1); }
.border-y-fuchsia-300\/100{ border-top-color: rgb(240 171 252 / 1); border-bottom-color: rgb(240 171 252 / 1); }
.border-y-fuchsia-300\/20{ border-top-color: rgb(240 171 252 / 0.2); border-bottom-color: rgb(240 171 252 / 0.2); }
.border-y-fuchsia-300\/25{ border-top-color: rgb(240 171 252 / 0.25); border-bottom-color: rgb(240 171 252 / 0.25); }
.border-y-fuchsia-300\/30{ border-top-color: rgb(240 171 252 / 0.3); border-bottom-color: rgb(240 171 252 / 0.3); }
.border-y-fuchsia-300\/40{ border-top-color: rgb(240 171 252 / 0.4); border-bottom-color: rgb(240 171 252 / 0.4); }
.border-y-fuchsia-300\/5{ border-top-color: rgb(240 171 252 / 0.05); border-bottom-color: rgb(240 171 252 / 0.05); }
.border-y-fuchsia-300\/50{ border-top-color: rgb(240 171 252 / 0.5); border-bottom-color: rgb(240 171 252 / 0.5); }
.border-y-fuchsia-300\/60{ border-top-color: rgb(240 171 252 / 0.6); border-bottom-color: rgb(240 171 252 / 0.6); }
.border-y-fuchsia-300\/70{ border-top-color: rgb(240 171 252 / 0.7); border-bottom-color: rgb(240 171 252 / 0.7); }
.border-y-fuchsia-300\/75{ border-top-color: rgb(240 171 252 / 0.75); border-bottom-color: rgb(240 171 252 / 0.75); }
.border-y-fuchsia-300\/80{ border-top-color: rgb(240 171 252 / 0.8); border-bottom-color: rgb(240 171 252 / 0.8); }
.border-y-fuchsia-300\/90{ border-top-color: rgb(240 171 252 / 0.9); border-bottom-color: rgb(240 171 252 / 0.9); }
.border-y-fuchsia-300\/95{ border-top-color: rgb(240 171 252 / 0.95); border-bottom-color: rgb(240 171 252 / 0.95); }
.border-y-fuchsia-400{ --tw-border-opacity: 1; border-top-color: rgb(232 121 249 / var(--tw-border-opacity)); border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-y-fuchsia-400\/0{ border-top-color: rgb(232 121 249 / 0); border-bottom-color: rgb(232 121 249 / 0); }
.border-y-fuchsia-400\/10{ border-top-color: rgb(232 121 249 / 0.1); border-bottom-color: rgb(232 121 249 / 0.1); }
.border-y-fuchsia-400\/100{ border-top-color: rgb(232 121 249 / 1); border-bottom-color: rgb(232 121 249 / 1); }
.border-y-fuchsia-400\/20{ border-top-color: rgb(232 121 249 / 0.2); border-bottom-color: rgb(232 121 249 / 0.2); }
.border-y-fuchsia-400\/25{ border-top-color: rgb(232 121 249 / 0.25); border-bottom-color: rgb(232 121 249 / 0.25); }
.border-y-fuchsia-400\/30{ border-top-color: rgb(232 121 249 / 0.3); border-bottom-color: rgb(232 121 249 / 0.3); }
.border-y-fuchsia-400\/40{ border-top-color: rgb(232 121 249 / 0.4); border-bottom-color: rgb(232 121 249 / 0.4); }
.border-y-fuchsia-400\/5{ border-top-color: rgb(232 121 249 / 0.05); border-bottom-color: rgb(232 121 249 / 0.05); }
.border-y-fuchsia-400\/50{ border-top-color: rgb(232 121 249 / 0.5); border-bottom-color: rgb(232 121 249 / 0.5); }
.border-y-fuchsia-400\/60{ border-top-color: rgb(232 121 249 / 0.6); border-bottom-color: rgb(232 121 249 / 0.6); }
.border-y-fuchsia-400\/70{ border-top-color: rgb(232 121 249 / 0.7); border-bottom-color: rgb(232 121 249 / 0.7); }
.border-y-fuchsia-400\/75{ border-top-color: rgb(232 121 249 / 0.75); border-bottom-color: rgb(232 121 249 / 0.75); }
.border-y-fuchsia-400\/80{ border-top-color: rgb(232 121 249 / 0.8); border-bottom-color: rgb(232 121 249 / 0.8); }
.border-y-fuchsia-400\/90{ border-top-color: rgb(232 121 249 / 0.9); border-bottom-color: rgb(232 121 249 / 0.9); }
.border-y-fuchsia-400\/95{ border-top-color: rgb(232 121 249 / 0.95); border-bottom-color: rgb(232 121 249 / 0.95); }
.border-y-fuchsia-50{ --tw-border-opacity: 1; border-top-color: rgb(253 244 255 / var(--tw-border-opacity)); border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-y-fuchsia-50\/0{ border-top-color: rgb(253 244 255 / 0); border-bottom-color: rgb(253 244 255 / 0); }
.border-y-fuchsia-50\/10{ border-top-color: rgb(253 244 255 / 0.1); border-bottom-color: rgb(253 244 255 / 0.1); }
.border-y-fuchsia-50\/100{ border-top-color: rgb(253 244 255 / 1); border-bottom-color: rgb(253 244 255 / 1); }
.border-y-fuchsia-50\/20{ border-top-color: rgb(253 244 255 / 0.2); border-bottom-color: rgb(253 244 255 / 0.2); }
.border-y-fuchsia-50\/25{ border-top-color: rgb(253 244 255 / 0.25); border-bottom-color: rgb(253 244 255 / 0.25); }
.border-y-fuchsia-50\/30{ border-top-color: rgb(253 244 255 / 0.3); border-bottom-color: rgb(253 244 255 / 0.3); }
.border-y-fuchsia-50\/40{ border-top-color: rgb(253 244 255 / 0.4); border-bottom-color: rgb(253 244 255 / 0.4); }
.border-y-fuchsia-50\/5{ border-top-color: rgb(253 244 255 / 0.05); border-bottom-color: rgb(253 244 255 / 0.05); }
.border-y-fuchsia-50\/50{ border-top-color: rgb(253 244 255 / 0.5); border-bottom-color: rgb(253 244 255 / 0.5); }
.border-y-fuchsia-50\/60{ border-top-color: rgb(253 244 255 / 0.6); border-bottom-color: rgb(253 244 255 / 0.6); }
.border-y-fuchsia-50\/70{ border-top-color: rgb(253 244 255 / 0.7); border-bottom-color: rgb(253 244 255 / 0.7); }
.border-y-fuchsia-50\/75{ border-top-color: rgb(253 244 255 / 0.75); border-bottom-color: rgb(253 244 255 / 0.75); }
.border-y-fuchsia-50\/80{ border-top-color: rgb(253 244 255 / 0.8); border-bottom-color: rgb(253 244 255 / 0.8); }
.border-y-fuchsia-50\/90{ border-top-color: rgb(253 244 255 / 0.9); border-bottom-color: rgb(253 244 255 / 0.9); }
.border-y-fuchsia-50\/95{ border-top-color: rgb(253 244 255 / 0.95); border-bottom-color: rgb(253 244 255 / 0.95); }
.border-y-fuchsia-500{ --tw-border-opacity: 1; border-top-color: rgb(217 70 239 / var(--tw-border-opacity)); border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-y-fuchsia-500\/0{ border-top-color: rgb(217 70 239 / 0); border-bottom-color: rgb(217 70 239 / 0); }
.border-y-fuchsia-500\/10{ border-top-color: rgb(217 70 239 / 0.1); border-bottom-color: rgb(217 70 239 / 0.1); }
.border-y-fuchsia-500\/100{ border-top-color: rgb(217 70 239 / 1); border-bottom-color: rgb(217 70 239 / 1); }
.border-y-fuchsia-500\/20{ border-top-color: rgb(217 70 239 / 0.2); border-bottom-color: rgb(217 70 239 / 0.2); }
.border-y-fuchsia-500\/25{ border-top-color: rgb(217 70 239 / 0.25); border-bottom-color: rgb(217 70 239 / 0.25); }
.border-y-fuchsia-500\/30{ border-top-color: rgb(217 70 239 / 0.3); border-bottom-color: rgb(217 70 239 / 0.3); }
.border-y-fuchsia-500\/40{ border-top-color: rgb(217 70 239 / 0.4); border-bottom-color: rgb(217 70 239 / 0.4); }
.border-y-fuchsia-500\/5{ border-top-color: rgb(217 70 239 / 0.05); border-bottom-color: rgb(217 70 239 / 0.05); }
.border-y-fuchsia-500\/50{ border-top-color: rgb(217 70 239 / 0.5); border-bottom-color: rgb(217 70 239 / 0.5); }
.border-y-fuchsia-500\/60{ border-top-color: rgb(217 70 239 / 0.6); border-bottom-color: rgb(217 70 239 / 0.6); }
.border-y-fuchsia-500\/70{ border-top-color: rgb(217 70 239 / 0.7); border-bottom-color: rgb(217 70 239 / 0.7); }
.border-y-fuchsia-500\/75{ border-top-color: rgb(217 70 239 / 0.75); border-bottom-color: rgb(217 70 239 / 0.75); }
.border-y-fuchsia-500\/80{ border-top-color: rgb(217 70 239 / 0.8); border-bottom-color: rgb(217 70 239 / 0.8); }
.border-y-fuchsia-500\/90{ border-top-color: rgb(217 70 239 / 0.9); border-bottom-color: rgb(217 70 239 / 0.9); }
.border-y-fuchsia-500\/95{ border-top-color: rgb(217 70 239 / 0.95); border-bottom-color: rgb(217 70 239 / 0.95); }
.border-y-fuchsia-600{ --tw-border-opacity: 1; border-top-color: rgb(192 38 211 / var(--tw-border-opacity)); border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-y-fuchsia-600\/0{ border-top-color: rgb(192 38 211 / 0); border-bottom-color: rgb(192 38 211 / 0); }
.border-y-fuchsia-600\/10{ border-top-color: rgb(192 38 211 / 0.1); border-bottom-color: rgb(192 38 211 / 0.1); }
.border-y-fuchsia-600\/100{ border-top-color: rgb(192 38 211 / 1); border-bottom-color: rgb(192 38 211 / 1); }
.border-y-fuchsia-600\/20{ border-top-color: rgb(192 38 211 / 0.2); border-bottom-color: rgb(192 38 211 / 0.2); }
.border-y-fuchsia-600\/25{ border-top-color: rgb(192 38 211 / 0.25); border-bottom-color: rgb(192 38 211 / 0.25); }
.border-y-fuchsia-600\/30{ border-top-color: rgb(192 38 211 / 0.3); border-bottom-color: rgb(192 38 211 / 0.3); }
.border-y-fuchsia-600\/40{ border-top-color: rgb(192 38 211 / 0.4); border-bottom-color: rgb(192 38 211 / 0.4); }
.border-y-fuchsia-600\/5{ border-top-color: rgb(192 38 211 / 0.05); border-bottom-color: rgb(192 38 211 / 0.05); }
.border-y-fuchsia-600\/50{ border-top-color: rgb(192 38 211 / 0.5); border-bottom-color: rgb(192 38 211 / 0.5); }
.border-y-fuchsia-600\/60{ border-top-color: rgb(192 38 211 / 0.6); border-bottom-color: rgb(192 38 211 / 0.6); }
.border-y-fuchsia-600\/70{ border-top-color: rgb(192 38 211 / 0.7); border-bottom-color: rgb(192 38 211 / 0.7); }
.border-y-fuchsia-600\/75{ border-top-color: rgb(192 38 211 / 0.75); border-bottom-color: rgb(192 38 211 / 0.75); }
.border-y-fuchsia-600\/80{ border-top-color: rgb(192 38 211 / 0.8); border-bottom-color: rgb(192 38 211 / 0.8); }
.border-y-fuchsia-600\/90{ border-top-color: rgb(192 38 211 / 0.9); border-bottom-color: rgb(192 38 211 / 0.9); }
.border-y-fuchsia-600\/95{ border-top-color: rgb(192 38 211 / 0.95); border-bottom-color: rgb(192 38 211 / 0.95); }
.border-y-fuchsia-700{ --tw-border-opacity: 1; border-top-color: rgb(162 28 175 / var(--tw-border-opacity)); border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-y-fuchsia-700\/0{ border-top-color: rgb(162 28 175 / 0); border-bottom-color: rgb(162 28 175 / 0); }
.border-y-fuchsia-700\/10{ border-top-color: rgb(162 28 175 / 0.1); border-bottom-color: rgb(162 28 175 / 0.1); }
.border-y-fuchsia-700\/100{ border-top-color: rgb(162 28 175 / 1); border-bottom-color: rgb(162 28 175 / 1); }
.border-y-fuchsia-700\/20{ border-top-color: rgb(162 28 175 / 0.2); border-bottom-color: rgb(162 28 175 / 0.2); }
.border-y-fuchsia-700\/25{ border-top-color: rgb(162 28 175 / 0.25); border-bottom-color: rgb(162 28 175 / 0.25); }
.border-y-fuchsia-700\/30{ border-top-color: rgb(162 28 175 / 0.3); border-bottom-color: rgb(162 28 175 / 0.3); }
.border-y-fuchsia-700\/40{ border-top-color: rgb(162 28 175 / 0.4); border-bottom-color: rgb(162 28 175 / 0.4); }
.border-y-fuchsia-700\/5{ border-top-color: rgb(162 28 175 / 0.05); border-bottom-color: rgb(162 28 175 / 0.05); }
.border-y-fuchsia-700\/50{ border-top-color: rgb(162 28 175 / 0.5); border-bottom-color: rgb(162 28 175 / 0.5); }
.border-y-fuchsia-700\/60{ border-top-color: rgb(162 28 175 / 0.6); border-bottom-color: rgb(162 28 175 / 0.6); }
.border-y-fuchsia-700\/70{ border-top-color: rgb(162 28 175 / 0.7); border-bottom-color: rgb(162 28 175 / 0.7); }
.border-y-fuchsia-700\/75{ border-top-color: rgb(162 28 175 / 0.75); border-bottom-color: rgb(162 28 175 / 0.75); }
.border-y-fuchsia-700\/80{ border-top-color: rgb(162 28 175 / 0.8); border-bottom-color: rgb(162 28 175 / 0.8); }
.border-y-fuchsia-700\/90{ border-top-color: rgb(162 28 175 / 0.9); border-bottom-color: rgb(162 28 175 / 0.9); }
.border-y-fuchsia-700\/95{ border-top-color: rgb(162 28 175 / 0.95); border-bottom-color: rgb(162 28 175 / 0.95); }
.border-y-fuchsia-800{ --tw-border-opacity: 1; border-top-color: rgb(134 25 143 / var(--tw-border-opacity)); border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-y-fuchsia-800\/0{ border-top-color: rgb(134 25 143 / 0); border-bottom-color: rgb(134 25 143 / 0); }
.border-y-fuchsia-800\/10{ border-top-color: rgb(134 25 143 / 0.1); border-bottom-color: rgb(134 25 143 / 0.1); }
.border-y-fuchsia-800\/100{ border-top-color: rgb(134 25 143 / 1); border-bottom-color: rgb(134 25 143 / 1); }
.border-y-fuchsia-800\/20{ border-top-color: rgb(134 25 143 / 0.2); border-bottom-color: rgb(134 25 143 / 0.2); }
.border-y-fuchsia-800\/25{ border-top-color: rgb(134 25 143 / 0.25); border-bottom-color: rgb(134 25 143 / 0.25); }
.border-y-fuchsia-800\/30{ border-top-color: rgb(134 25 143 / 0.3); border-bottom-color: rgb(134 25 143 / 0.3); }
.border-y-fuchsia-800\/40{ border-top-color: rgb(134 25 143 / 0.4); border-bottom-color: rgb(134 25 143 / 0.4); }
.border-y-fuchsia-800\/5{ border-top-color: rgb(134 25 143 / 0.05); border-bottom-color: rgb(134 25 143 / 0.05); }
.border-y-fuchsia-800\/50{ border-top-color: rgb(134 25 143 / 0.5); border-bottom-color: rgb(134 25 143 / 0.5); }
.border-y-fuchsia-800\/60{ border-top-color: rgb(134 25 143 / 0.6); border-bottom-color: rgb(134 25 143 / 0.6); }
.border-y-fuchsia-800\/70{ border-top-color: rgb(134 25 143 / 0.7); border-bottom-color: rgb(134 25 143 / 0.7); }
.border-y-fuchsia-800\/75{ border-top-color: rgb(134 25 143 / 0.75); border-bottom-color: rgb(134 25 143 / 0.75); }
.border-y-fuchsia-800\/80{ border-top-color: rgb(134 25 143 / 0.8); border-bottom-color: rgb(134 25 143 / 0.8); }
.border-y-fuchsia-800\/90{ border-top-color: rgb(134 25 143 / 0.9); border-bottom-color: rgb(134 25 143 / 0.9); }
.border-y-fuchsia-800\/95{ border-top-color: rgb(134 25 143 / 0.95); border-bottom-color: rgb(134 25 143 / 0.95); }
.border-y-fuchsia-900{ --tw-border-opacity: 1; border-top-color: rgb(112 26 117 / var(--tw-border-opacity)); border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-y-fuchsia-900\/0{ border-top-color: rgb(112 26 117 / 0); border-bottom-color: rgb(112 26 117 / 0); }
.border-y-fuchsia-900\/10{ border-top-color: rgb(112 26 117 / 0.1); border-bottom-color: rgb(112 26 117 / 0.1); }
.border-y-fuchsia-900\/100{ border-top-color: rgb(112 26 117 / 1); border-bottom-color: rgb(112 26 117 / 1); }
.border-y-fuchsia-900\/20{ border-top-color: rgb(112 26 117 / 0.2); border-bottom-color: rgb(112 26 117 / 0.2); }
.border-y-fuchsia-900\/25{ border-top-color: rgb(112 26 117 / 0.25); border-bottom-color: rgb(112 26 117 / 0.25); }
.border-y-fuchsia-900\/30{ border-top-color: rgb(112 26 117 / 0.3); border-bottom-color: rgb(112 26 117 / 0.3); }
.border-y-fuchsia-900\/40{ border-top-color: rgb(112 26 117 / 0.4); border-bottom-color: rgb(112 26 117 / 0.4); }
.border-y-fuchsia-900\/5{ border-top-color: rgb(112 26 117 / 0.05); border-bottom-color: rgb(112 26 117 / 0.05); }
.border-y-fuchsia-900\/50{ border-top-color: rgb(112 26 117 / 0.5); border-bottom-color: rgb(112 26 117 / 0.5); }
.border-y-fuchsia-900\/60{ border-top-color: rgb(112 26 117 / 0.6); border-bottom-color: rgb(112 26 117 / 0.6); }
.border-y-fuchsia-900\/70{ border-top-color: rgb(112 26 117 / 0.7); border-bottom-color: rgb(112 26 117 / 0.7); }
.border-y-fuchsia-900\/75{ border-top-color: rgb(112 26 117 / 0.75); border-bottom-color: rgb(112 26 117 / 0.75); }
.border-y-fuchsia-900\/80{ border-top-color: rgb(112 26 117 / 0.8); border-bottom-color: rgb(112 26 117 / 0.8); }
.border-y-fuchsia-900\/90{ border-top-color: rgb(112 26 117 / 0.9); border-bottom-color: rgb(112 26 117 / 0.9); }
.border-y-fuchsia-900\/95{ border-top-color: rgb(112 26 117 / 0.95); border-bottom-color: rgb(112 26 117 / 0.95); }
.border-y-fuchsia-950{ --tw-border-opacity: 1; border-top-color: rgb(74 4 78 / var(--tw-border-opacity)); border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-y-fuchsia-950\/0{ border-top-color: rgb(74 4 78 / 0); border-bottom-color: rgb(74 4 78 / 0); }
.border-y-fuchsia-950\/10{ border-top-color: rgb(74 4 78 / 0.1); border-bottom-color: rgb(74 4 78 / 0.1); }
.border-y-fuchsia-950\/100{ border-top-color: rgb(74 4 78 / 1); border-bottom-color: rgb(74 4 78 / 1); }
.border-y-fuchsia-950\/20{ border-top-color: rgb(74 4 78 / 0.2); border-bottom-color: rgb(74 4 78 / 0.2); }
.border-y-fuchsia-950\/25{ border-top-color: rgb(74 4 78 / 0.25); border-bottom-color: rgb(74 4 78 / 0.25); }
.border-y-fuchsia-950\/30{ border-top-color: rgb(74 4 78 / 0.3); border-bottom-color: rgb(74 4 78 / 0.3); }
.border-y-fuchsia-950\/40{ border-top-color: rgb(74 4 78 / 0.4); border-bottom-color: rgb(74 4 78 / 0.4); }
.border-y-fuchsia-950\/5{ border-top-color: rgb(74 4 78 / 0.05); border-bottom-color: rgb(74 4 78 / 0.05); }
.border-y-fuchsia-950\/50{ border-top-color: rgb(74 4 78 / 0.5); border-bottom-color: rgb(74 4 78 / 0.5); }
.border-y-fuchsia-950\/60{ border-top-color: rgb(74 4 78 / 0.6); border-bottom-color: rgb(74 4 78 / 0.6); }
.border-y-fuchsia-950\/70{ border-top-color: rgb(74 4 78 / 0.7); border-bottom-color: rgb(74 4 78 / 0.7); }
.border-y-fuchsia-950\/75{ border-top-color: rgb(74 4 78 / 0.75); border-bottom-color: rgb(74 4 78 / 0.75); }
.border-y-fuchsia-950\/80{ border-top-color: rgb(74 4 78 / 0.8); border-bottom-color: rgb(74 4 78 / 0.8); }
.border-y-fuchsia-950\/90{ border-top-color: rgb(74 4 78 / 0.9); border-bottom-color: rgb(74 4 78 / 0.9); }
.border-y-fuchsia-950\/95{ border-top-color: rgb(74 4 78 / 0.95); border-bottom-color: rgb(74 4 78 / 0.95); }
.border-y-gray-100{ --tw-border-opacity: 1; border-top-color: rgb(243 244 246 / var(--tw-border-opacity)); border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-y-gray-100\/0{ border-top-color: rgb(243 244 246 / 0); border-bottom-color: rgb(243 244 246 / 0); }
.border-y-gray-100\/10{ border-top-color: rgb(243 244 246 / 0.1); border-bottom-color: rgb(243 244 246 / 0.1); }
.border-y-gray-100\/100{ border-top-color: rgb(243 244 246 / 1); border-bottom-color: rgb(243 244 246 / 1); }
.border-y-gray-100\/20{ border-top-color: rgb(243 244 246 / 0.2); border-bottom-color: rgb(243 244 246 / 0.2); }
.border-y-gray-100\/25{ border-top-color: rgb(243 244 246 / 0.25); border-bottom-color: rgb(243 244 246 / 0.25); }
.border-y-gray-100\/30{ border-top-color: rgb(243 244 246 / 0.3); border-bottom-color: rgb(243 244 246 / 0.3); }
.border-y-gray-100\/40{ border-top-color: rgb(243 244 246 / 0.4); border-bottom-color: rgb(243 244 246 / 0.4); }
.border-y-gray-100\/5{ border-top-color: rgb(243 244 246 / 0.05); border-bottom-color: rgb(243 244 246 / 0.05); }
.border-y-gray-100\/50{ border-top-color: rgb(243 244 246 / 0.5); border-bottom-color: rgb(243 244 246 / 0.5); }
.border-y-gray-100\/60{ border-top-color: rgb(243 244 246 / 0.6); border-bottom-color: rgb(243 244 246 / 0.6); }
.border-y-gray-100\/70{ border-top-color: rgb(243 244 246 / 0.7); border-bottom-color: rgb(243 244 246 / 0.7); }
.border-y-gray-100\/75{ border-top-color: rgb(243 244 246 / 0.75); border-bottom-color: rgb(243 244 246 / 0.75); }
.border-y-gray-100\/80{ border-top-color: rgb(243 244 246 / 0.8); border-bottom-color: rgb(243 244 246 / 0.8); }
.border-y-gray-100\/90{ border-top-color: rgb(243 244 246 / 0.9); border-bottom-color: rgb(243 244 246 / 0.9); }
.border-y-gray-100\/95{ border-top-color: rgb(243 244 246 / 0.95); border-bottom-color: rgb(243 244 246 / 0.95); }
.border-y-gray-200{ --tw-border-opacity: 1; border-top-color: rgb(229 231 235 / var(--tw-border-opacity)); border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-y-gray-200\/0{ border-top-color: rgb(229 231 235 / 0); border-bottom-color: rgb(229 231 235 / 0); }
.border-y-gray-200\/10{ border-top-color: rgb(229 231 235 / 0.1); border-bottom-color: rgb(229 231 235 / 0.1); }
.border-y-gray-200\/100{ border-top-color: rgb(229 231 235 / 1); border-bottom-color: rgb(229 231 235 / 1); }
.border-y-gray-200\/20{ border-top-color: rgb(229 231 235 / 0.2); border-bottom-color: rgb(229 231 235 / 0.2); }
.border-y-gray-200\/25{ border-top-color: rgb(229 231 235 / 0.25); border-bottom-color: rgb(229 231 235 / 0.25); }
.border-y-gray-200\/30{ border-top-color: rgb(229 231 235 / 0.3); border-bottom-color: rgb(229 231 235 / 0.3); }
.border-y-gray-200\/40{ border-top-color: rgb(229 231 235 / 0.4); border-bottom-color: rgb(229 231 235 / 0.4); }
.border-y-gray-200\/5{ border-top-color: rgb(229 231 235 / 0.05); border-bottom-color: rgb(229 231 235 / 0.05); }
.border-y-gray-200\/50{ border-top-color: rgb(229 231 235 / 0.5); border-bottom-color: rgb(229 231 235 / 0.5); }
.border-y-gray-200\/60{ border-top-color: rgb(229 231 235 / 0.6); border-bottom-color: rgb(229 231 235 / 0.6); }
.border-y-gray-200\/70{ border-top-color: rgb(229 231 235 / 0.7); border-bottom-color: rgb(229 231 235 / 0.7); }
.border-y-gray-200\/75{ border-top-color: rgb(229 231 235 / 0.75); border-bottom-color: rgb(229 231 235 / 0.75); }
.border-y-gray-200\/80{ border-top-color: rgb(229 231 235 / 0.8); border-bottom-color: rgb(229 231 235 / 0.8); }
.border-y-gray-200\/90{ border-top-color: rgb(229 231 235 / 0.9); border-bottom-color: rgb(229 231 235 / 0.9); }
.border-y-gray-200\/95{ border-top-color: rgb(229 231 235 / 0.95); border-bottom-color: rgb(229 231 235 / 0.95); }
.border-y-gray-300{ --tw-border-opacity: 1; border-top-color: rgb(209 213 219 / var(--tw-border-opacity)); border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-y-gray-300\/0{ border-top-color: rgb(209 213 219 / 0); border-bottom-color: rgb(209 213 219 / 0); }
.border-y-gray-300\/10{ border-top-color: rgb(209 213 219 / 0.1); border-bottom-color: rgb(209 213 219 / 0.1); }
.border-y-gray-300\/100{ border-top-color: rgb(209 213 219 / 1); border-bottom-color: rgb(209 213 219 / 1); }
.border-y-gray-300\/20{ border-top-color: rgb(209 213 219 / 0.2); border-bottom-color: rgb(209 213 219 / 0.2); }
.border-y-gray-300\/25{ border-top-color: rgb(209 213 219 / 0.25); border-bottom-color: rgb(209 213 219 / 0.25); }
.border-y-gray-300\/30{ border-top-color: rgb(209 213 219 / 0.3); border-bottom-color: rgb(209 213 219 / 0.3); }
.border-y-gray-300\/40{ border-top-color: rgb(209 213 219 / 0.4); border-bottom-color: rgb(209 213 219 / 0.4); }
.border-y-gray-300\/5{ border-top-color: rgb(209 213 219 / 0.05); border-bottom-color: rgb(209 213 219 / 0.05); }
.border-y-gray-300\/50{ border-top-color: rgb(209 213 219 / 0.5); border-bottom-color: rgb(209 213 219 / 0.5); }
.border-y-gray-300\/60{ border-top-color: rgb(209 213 219 / 0.6); border-bottom-color: rgb(209 213 219 / 0.6); }
.border-y-gray-300\/70{ border-top-color: rgb(209 213 219 / 0.7); border-bottom-color: rgb(209 213 219 / 0.7); }
.border-y-gray-300\/75{ border-top-color: rgb(209 213 219 / 0.75); border-bottom-color: rgb(209 213 219 / 0.75); }
.border-y-gray-300\/80{ border-top-color: rgb(209 213 219 / 0.8); border-bottom-color: rgb(209 213 219 / 0.8); }
.border-y-gray-300\/90{ border-top-color: rgb(209 213 219 / 0.9); border-bottom-color: rgb(209 213 219 / 0.9); }
.border-y-gray-300\/95{ border-top-color: rgb(209 213 219 / 0.95); border-bottom-color: rgb(209 213 219 / 0.95); }
.border-y-gray-400{ --tw-border-opacity: 1; border-top-color: rgb(156 163 175 / var(--tw-border-opacity)); border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-y-gray-400\/0{ border-top-color: rgb(156 163 175 / 0); border-bottom-color: rgb(156 163 175 / 0); }
.border-y-gray-400\/10{ border-top-color: rgb(156 163 175 / 0.1); border-bottom-color: rgb(156 163 175 / 0.1); }
.border-y-gray-400\/100{ border-top-color: rgb(156 163 175 / 1); border-bottom-color: rgb(156 163 175 / 1); }
.border-y-gray-400\/20{ border-top-color: rgb(156 163 175 / 0.2); border-bottom-color: rgb(156 163 175 / 0.2); }
.border-y-gray-400\/25{ border-top-color: rgb(156 163 175 / 0.25); border-bottom-color: rgb(156 163 175 / 0.25); }
.border-y-gray-400\/30{ border-top-color: rgb(156 163 175 / 0.3); border-bottom-color: rgb(156 163 175 / 0.3); }
.border-y-gray-400\/40{ border-top-color: rgb(156 163 175 / 0.4); border-bottom-color: rgb(156 163 175 / 0.4); }
.border-y-gray-400\/5{ border-top-color: rgb(156 163 175 / 0.05); border-bottom-color: rgb(156 163 175 / 0.05); }
.border-y-gray-400\/50{ border-top-color: rgb(156 163 175 / 0.5); border-bottom-color: rgb(156 163 175 / 0.5); }
.border-y-gray-400\/60{ border-top-color: rgb(156 163 175 / 0.6); border-bottom-color: rgb(156 163 175 / 0.6); }
.border-y-gray-400\/70{ border-top-color: rgb(156 163 175 / 0.7); border-bottom-color: rgb(156 163 175 / 0.7); }
.border-y-gray-400\/75{ border-top-color: rgb(156 163 175 / 0.75); border-bottom-color: rgb(156 163 175 / 0.75); }
.border-y-gray-400\/80{ border-top-color: rgb(156 163 175 / 0.8); border-bottom-color: rgb(156 163 175 / 0.8); }
.border-y-gray-400\/90{ border-top-color: rgb(156 163 175 / 0.9); border-bottom-color: rgb(156 163 175 / 0.9); }
.border-y-gray-400\/95{ border-top-color: rgb(156 163 175 / 0.95); border-bottom-color: rgb(156 163 175 / 0.95); }
.border-y-gray-50{ --tw-border-opacity: 1; border-top-color: rgb(249 250 251 / var(--tw-border-opacity)); border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-y-gray-50\/0{ border-top-color: rgb(249 250 251 / 0); border-bottom-color: rgb(249 250 251 / 0); }
.border-y-gray-50\/10{ border-top-color: rgb(249 250 251 / 0.1); border-bottom-color: rgb(249 250 251 / 0.1); }
.border-y-gray-50\/100{ border-top-color: rgb(249 250 251 / 1); border-bottom-color: rgb(249 250 251 / 1); }
.border-y-gray-50\/20{ border-top-color: rgb(249 250 251 / 0.2); border-bottom-color: rgb(249 250 251 / 0.2); }
.border-y-gray-50\/25{ border-top-color: rgb(249 250 251 / 0.25); border-bottom-color: rgb(249 250 251 / 0.25); }
.border-y-gray-50\/30{ border-top-color: rgb(249 250 251 / 0.3); border-bottom-color: rgb(249 250 251 / 0.3); }
.border-y-gray-50\/40{ border-top-color: rgb(249 250 251 / 0.4); border-bottom-color: rgb(249 250 251 / 0.4); }
.border-y-gray-50\/5{ border-top-color: rgb(249 250 251 / 0.05); border-bottom-color: rgb(249 250 251 / 0.05); }
.border-y-gray-50\/50{ border-top-color: rgb(249 250 251 / 0.5); border-bottom-color: rgb(249 250 251 / 0.5); }
.border-y-gray-50\/60{ border-top-color: rgb(249 250 251 / 0.6); border-bottom-color: rgb(249 250 251 / 0.6); }
.border-y-gray-50\/70{ border-top-color: rgb(249 250 251 / 0.7); border-bottom-color: rgb(249 250 251 / 0.7); }
.border-y-gray-50\/75{ border-top-color: rgb(249 250 251 / 0.75); border-bottom-color: rgb(249 250 251 / 0.75); }
.border-y-gray-50\/80{ border-top-color: rgb(249 250 251 / 0.8); border-bottom-color: rgb(249 250 251 / 0.8); }
.border-y-gray-50\/90{ border-top-color: rgb(249 250 251 / 0.9); border-bottom-color: rgb(249 250 251 / 0.9); }
.border-y-gray-50\/95{ border-top-color: rgb(249 250 251 / 0.95); border-bottom-color: rgb(249 250 251 / 0.95); }
.border-y-gray-500{ --tw-border-opacity: 1; border-top-color: rgb(107 114 128 / var(--tw-border-opacity)); border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-y-gray-500\/0{ border-top-color: rgb(107 114 128 / 0); border-bottom-color: rgb(107 114 128 / 0); }
.border-y-gray-500\/10{ border-top-color: rgb(107 114 128 / 0.1); border-bottom-color: rgb(107 114 128 / 0.1); }
.border-y-gray-500\/100{ border-top-color: rgb(107 114 128 / 1); border-bottom-color: rgb(107 114 128 / 1); }
.border-y-gray-500\/20{ border-top-color: rgb(107 114 128 / 0.2); border-bottom-color: rgb(107 114 128 / 0.2); }
.border-y-gray-500\/25{ border-top-color: rgb(107 114 128 / 0.25); border-bottom-color: rgb(107 114 128 / 0.25); }
.border-y-gray-500\/30{ border-top-color: rgb(107 114 128 / 0.3); border-bottom-color: rgb(107 114 128 / 0.3); }
.border-y-gray-500\/40{ border-top-color: rgb(107 114 128 / 0.4); border-bottom-color: rgb(107 114 128 / 0.4); }
.border-y-gray-500\/5{ border-top-color: rgb(107 114 128 / 0.05); border-bottom-color: rgb(107 114 128 / 0.05); }
.border-y-gray-500\/50{ border-top-color: rgb(107 114 128 / 0.5); border-bottom-color: rgb(107 114 128 / 0.5); }
.border-y-gray-500\/60{ border-top-color: rgb(107 114 128 / 0.6); border-bottom-color: rgb(107 114 128 / 0.6); }
.border-y-gray-500\/70{ border-top-color: rgb(107 114 128 / 0.7); border-bottom-color: rgb(107 114 128 / 0.7); }
.border-y-gray-500\/75{ border-top-color: rgb(107 114 128 / 0.75); border-bottom-color: rgb(107 114 128 / 0.75); }
.border-y-gray-500\/80{ border-top-color: rgb(107 114 128 / 0.8); border-bottom-color: rgb(107 114 128 / 0.8); }
.border-y-gray-500\/90{ border-top-color: rgb(107 114 128 / 0.9); border-bottom-color: rgb(107 114 128 / 0.9); }
.border-y-gray-500\/95{ border-top-color: rgb(107 114 128 / 0.95); border-bottom-color: rgb(107 114 128 / 0.95); }
.border-y-gray-600{ --tw-border-opacity: 1; border-top-color: rgb(75 85 99 / var(--tw-border-opacity)); border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-y-gray-600\/0{ border-top-color: rgb(75 85 99 / 0); border-bottom-color: rgb(75 85 99 / 0); }
.border-y-gray-600\/10{ border-top-color: rgb(75 85 99 / 0.1); border-bottom-color: rgb(75 85 99 / 0.1); }
.border-y-gray-600\/100{ border-top-color: rgb(75 85 99 / 1); border-bottom-color: rgb(75 85 99 / 1); }
.border-y-gray-600\/20{ border-top-color: rgb(75 85 99 / 0.2); border-bottom-color: rgb(75 85 99 / 0.2); }
.border-y-gray-600\/25{ border-top-color: rgb(75 85 99 / 0.25); border-bottom-color: rgb(75 85 99 / 0.25); }
.border-y-gray-600\/30{ border-top-color: rgb(75 85 99 / 0.3); border-bottom-color: rgb(75 85 99 / 0.3); }
.border-y-gray-600\/40{ border-top-color: rgb(75 85 99 / 0.4); border-bottom-color: rgb(75 85 99 / 0.4); }
.border-y-gray-600\/5{ border-top-color: rgb(75 85 99 / 0.05); border-bottom-color: rgb(75 85 99 / 0.05); }
.border-y-gray-600\/50{ border-top-color: rgb(75 85 99 / 0.5); border-bottom-color: rgb(75 85 99 / 0.5); }
.border-y-gray-600\/60{ border-top-color: rgb(75 85 99 / 0.6); border-bottom-color: rgb(75 85 99 / 0.6); }
.border-y-gray-600\/70{ border-top-color: rgb(75 85 99 / 0.7); border-bottom-color: rgb(75 85 99 / 0.7); }
.border-y-gray-600\/75{ border-top-color: rgb(75 85 99 / 0.75); border-bottom-color: rgb(75 85 99 / 0.75); }
.border-y-gray-600\/80{ border-top-color: rgb(75 85 99 / 0.8); border-bottom-color: rgb(75 85 99 / 0.8); }
.border-y-gray-600\/90{ border-top-color: rgb(75 85 99 / 0.9); border-bottom-color: rgb(75 85 99 / 0.9); }
.border-y-gray-600\/95{ border-top-color: rgb(75 85 99 / 0.95); border-bottom-color: rgb(75 85 99 / 0.95); }
.border-y-gray-700{ --tw-border-opacity: 1; border-top-color: rgb(55 65 81 / var(--tw-border-opacity)); border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-y-gray-700\/0{ border-top-color: rgb(55 65 81 / 0); border-bottom-color: rgb(55 65 81 / 0); }
.border-y-gray-700\/10{ border-top-color: rgb(55 65 81 / 0.1); border-bottom-color: rgb(55 65 81 / 0.1); }
.border-y-gray-700\/100{ border-top-color: rgb(55 65 81 / 1); border-bottom-color: rgb(55 65 81 / 1); }
.border-y-gray-700\/20{ border-top-color: rgb(55 65 81 / 0.2); border-bottom-color: rgb(55 65 81 / 0.2); }
.border-y-gray-700\/25{ border-top-color: rgb(55 65 81 / 0.25); border-bottom-color: rgb(55 65 81 / 0.25); }
.border-y-gray-700\/30{ border-top-color: rgb(55 65 81 / 0.3); border-bottom-color: rgb(55 65 81 / 0.3); }
.border-y-gray-700\/40{ border-top-color: rgb(55 65 81 / 0.4); border-bottom-color: rgb(55 65 81 / 0.4); }
.border-y-gray-700\/5{ border-top-color: rgb(55 65 81 / 0.05); border-bottom-color: rgb(55 65 81 / 0.05); }
.border-y-gray-700\/50{ border-top-color: rgb(55 65 81 / 0.5); border-bottom-color: rgb(55 65 81 / 0.5); }
.border-y-gray-700\/60{ border-top-color: rgb(55 65 81 / 0.6); border-bottom-color: rgb(55 65 81 / 0.6); }
.border-y-gray-700\/70{ border-top-color: rgb(55 65 81 / 0.7); border-bottom-color: rgb(55 65 81 / 0.7); }
.border-y-gray-700\/75{ border-top-color: rgb(55 65 81 / 0.75); border-bottom-color: rgb(55 65 81 / 0.75); }
.border-y-gray-700\/80{ border-top-color: rgb(55 65 81 / 0.8); border-bottom-color: rgb(55 65 81 / 0.8); }
.border-y-gray-700\/90{ border-top-color: rgb(55 65 81 / 0.9); border-bottom-color: rgb(55 65 81 / 0.9); }
.border-y-gray-700\/95{ border-top-color: rgb(55 65 81 / 0.95); border-bottom-color: rgb(55 65 81 / 0.95); }
.border-y-gray-800{ --tw-border-opacity: 1; border-top-color: rgb(31 41 55 / var(--tw-border-opacity)); border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-y-gray-800\/0{ border-top-color: rgb(31 41 55 / 0); border-bottom-color: rgb(31 41 55 / 0); }
.border-y-gray-800\/10{ border-top-color: rgb(31 41 55 / 0.1); border-bottom-color: rgb(31 41 55 / 0.1); }
.border-y-gray-800\/100{ border-top-color: rgb(31 41 55 / 1); border-bottom-color: rgb(31 41 55 / 1); }
.border-y-gray-800\/20{ border-top-color: rgb(31 41 55 / 0.2); border-bottom-color: rgb(31 41 55 / 0.2); }
.border-y-gray-800\/25{ border-top-color: rgb(31 41 55 / 0.25); border-bottom-color: rgb(31 41 55 / 0.25); }
.border-y-gray-800\/30{ border-top-color: rgb(31 41 55 / 0.3); border-bottom-color: rgb(31 41 55 / 0.3); }
.border-y-gray-800\/40{ border-top-color: rgb(31 41 55 / 0.4); border-bottom-color: rgb(31 41 55 / 0.4); }
.border-y-gray-800\/5{ border-top-color: rgb(31 41 55 / 0.05); border-bottom-color: rgb(31 41 55 / 0.05); }
.border-y-gray-800\/50{ border-top-color: rgb(31 41 55 / 0.5); border-bottom-color: rgb(31 41 55 / 0.5); }
.border-y-gray-800\/60{ border-top-color: rgb(31 41 55 / 0.6); border-bottom-color: rgb(31 41 55 / 0.6); }
.border-y-gray-800\/70{ border-top-color: rgb(31 41 55 / 0.7); border-bottom-color: rgb(31 41 55 / 0.7); }
.border-y-gray-800\/75{ border-top-color: rgb(31 41 55 / 0.75); border-bottom-color: rgb(31 41 55 / 0.75); }
.border-y-gray-800\/80{ border-top-color: rgb(31 41 55 / 0.8); border-bottom-color: rgb(31 41 55 / 0.8); }
.border-y-gray-800\/90{ border-top-color: rgb(31 41 55 / 0.9); border-bottom-color: rgb(31 41 55 / 0.9); }
.border-y-gray-800\/95{ border-top-color: rgb(31 41 55 / 0.95); border-bottom-color: rgb(31 41 55 / 0.95); }
.border-y-gray-900{ --tw-border-opacity: 1; border-top-color: rgb(17 24 39 / var(--tw-border-opacity)); border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-y-gray-900\/0{ border-top-color: rgb(17 24 39 / 0); border-bottom-color: rgb(17 24 39 / 0); }
.border-y-gray-900\/10{ border-top-color: rgb(17 24 39 / 0.1); border-bottom-color: rgb(17 24 39 / 0.1); }
.border-y-gray-900\/100{ border-top-color: rgb(17 24 39 / 1); border-bottom-color: rgb(17 24 39 / 1); }
.border-y-gray-900\/20{ border-top-color: rgb(17 24 39 / 0.2); border-bottom-color: rgb(17 24 39 / 0.2); }
.border-y-gray-900\/25{ border-top-color: rgb(17 24 39 / 0.25); border-bottom-color: rgb(17 24 39 / 0.25); }
.border-y-gray-900\/30{ border-top-color: rgb(17 24 39 / 0.3); border-bottom-color: rgb(17 24 39 / 0.3); }
.border-y-gray-900\/40{ border-top-color: rgb(17 24 39 / 0.4); border-bottom-color: rgb(17 24 39 / 0.4); }
.border-y-gray-900\/5{ border-top-color: rgb(17 24 39 / 0.05); border-bottom-color: rgb(17 24 39 / 0.05); }
.border-y-gray-900\/50{ border-top-color: rgb(17 24 39 / 0.5); border-bottom-color: rgb(17 24 39 / 0.5); }
.border-y-gray-900\/60{ border-top-color: rgb(17 24 39 / 0.6); border-bottom-color: rgb(17 24 39 / 0.6); }
.border-y-gray-900\/70{ border-top-color: rgb(17 24 39 / 0.7); border-bottom-color: rgb(17 24 39 / 0.7); }
.border-y-gray-900\/75{ border-top-color: rgb(17 24 39 / 0.75); border-bottom-color: rgb(17 24 39 / 0.75); }
.border-y-gray-900\/80{ border-top-color: rgb(17 24 39 / 0.8); border-bottom-color: rgb(17 24 39 / 0.8); }
.border-y-gray-900\/90{ border-top-color: rgb(17 24 39 / 0.9); border-bottom-color: rgb(17 24 39 / 0.9); }
.border-y-gray-900\/95{ border-top-color: rgb(17 24 39 / 0.95); border-bottom-color: rgb(17 24 39 / 0.95); }
.border-y-gray-950{ --tw-border-opacity: 1; border-top-color: rgb(3 7 18 / var(--tw-border-opacity)); border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-y-gray-950\/0{ border-top-color: rgb(3 7 18 / 0); border-bottom-color: rgb(3 7 18 / 0); }
.border-y-gray-950\/10{ border-top-color: rgb(3 7 18 / 0.1); border-bottom-color: rgb(3 7 18 / 0.1); }
.border-y-gray-950\/100{ border-top-color: rgb(3 7 18 / 1); border-bottom-color: rgb(3 7 18 / 1); }
.border-y-gray-950\/20{ border-top-color: rgb(3 7 18 / 0.2); border-bottom-color: rgb(3 7 18 / 0.2); }
.border-y-gray-950\/25{ border-top-color: rgb(3 7 18 / 0.25); border-bottom-color: rgb(3 7 18 / 0.25); }
.border-y-gray-950\/30{ border-top-color: rgb(3 7 18 / 0.3); border-bottom-color: rgb(3 7 18 / 0.3); }
.border-y-gray-950\/40{ border-top-color: rgb(3 7 18 / 0.4); border-bottom-color: rgb(3 7 18 / 0.4); }
.border-y-gray-950\/5{ border-top-color: rgb(3 7 18 / 0.05); border-bottom-color: rgb(3 7 18 / 0.05); }
.border-y-gray-950\/50{ border-top-color: rgb(3 7 18 / 0.5); border-bottom-color: rgb(3 7 18 / 0.5); }
.border-y-gray-950\/60{ border-top-color: rgb(3 7 18 / 0.6); border-bottom-color: rgb(3 7 18 / 0.6); }
.border-y-gray-950\/70{ border-top-color: rgb(3 7 18 / 0.7); border-bottom-color: rgb(3 7 18 / 0.7); }
.border-y-gray-950\/75{ border-top-color: rgb(3 7 18 / 0.75); border-bottom-color: rgb(3 7 18 / 0.75); }
.border-y-gray-950\/80{ border-top-color: rgb(3 7 18 / 0.8); border-bottom-color: rgb(3 7 18 / 0.8); }
.border-y-gray-950\/90{ border-top-color: rgb(3 7 18 / 0.9); border-bottom-color: rgb(3 7 18 / 0.9); }
.border-y-gray-950\/95{ border-top-color: rgb(3 7 18 / 0.95); border-bottom-color: rgb(3 7 18 / 0.95); }
.border-y-green-100{ --tw-border-opacity: 1; border-top-color: rgb(220 252 231 / var(--tw-border-opacity)); border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-y-green-100\/0{ border-top-color: rgb(220 252 231 / 0); border-bottom-color: rgb(220 252 231 / 0); }
.border-y-green-100\/10{ border-top-color: rgb(220 252 231 / 0.1); border-bottom-color: rgb(220 252 231 / 0.1); }
.border-y-green-100\/100{ border-top-color: rgb(220 252 231 / 1); border-bottom-color: rgb(220 252 231 / 1); }
.border-y-green-100\/20{ border-top-color: rgb(220 252 231 / 0.2); border-bottom-color: rgb(220 252 231 / 0.2); }
.border-y-green-100\/25{ border-top-color: rgb(220 252 231 / 0.25); border-bottom-color: rgb(220 252 231 / 0.25); }
.border-y-green-100\/30{ border-top-color: rgb(220 252 231 / 0.3); border-bottom-color: rgb(220 252 231 / 0.3); }
.border-y-green-100\/40{ border-top-color: rgb(220 252 231 / 0.4); border-bottom-color: rgb(220 252 231 / 0.4); }
.border-y-green-100\/5{ border-top-color: rgb(220 252 231 / 0.05); border-bottom-color: rgb(220 252 231 / 0.05); }
.border-y-green-100\/50{ border-top-color: rgb(220 252 231 / 0.5); border-bottom-color: rgb(220 252 231 / 0.5); }
.border-y-green-100\/60{ border-top-color: rgb(220 252 231 / 0.6); border-bottom-color: rgb(220 252 231 / 0.6); }
.border-y-green-100\/70{ border-top-color: rgb(220 252 231 / 0.7); border-bottom-color: rgb(220 252 231 / 0.7); }
.border-y-green-100\/75{ border-top-color: rgb(220 252 231 / 0.75); border-bottom-color: rgb(220 252 231 / 0.75); }
.border-y-green-100\/80{ border-top-color: rgb(220 252 231 / 0.8); border-bottom-color: rgb(220 252 231 / 0.8); }
.border-y-green-100\/90{ border-top-color: rgb(220 252 231 / 0.9); border-bottom-color: rgb(220 252 231 / 0.9); }
.border-y-green-100\/95{ border-top-color: rgb(220 252 231 / 0.95); border-bottom-color: rgb(220 252 231 / 0.95); }
.border-y-green-200{ --tw-border-opacity: 1; border-top-color: rgb(187 247 208 / var(--tw-border-opacity)); border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-y-green-200\/0{ border-top-color: rgb(187 247 208 / 0); border-bottom-color: rgb(187 247 208 / 0); }
.border-y-green-200\/10{ border-top-color: rgb(187 247 208 / 0.1); border-bottom-color: rgb(187 247 208 / 0.1); }
.border-y-green-200\/100{ border-top-color: rgb(187 247 208 / 1); border-bottom-color: rgb(187 247 208 / 1); }
.border-y-green-200\/20{ border-top-color: rgb(187 247 208 / 0.2); border-bottom-color: rgb(187 247 208 / 0.2); }
.border-y-green-200\/25{ border-top-color: rgb(187 247 208 / 0.25); border-bottom-color: rgb(187 247 208 / 0.25); }
.border-y-green-200\/30{ border-top-color: rgb(187 247 208 / 0.3); border-bottom-color: rgb(187 247 208 / 0.3); }
.border-y-green-200\/40{ border-top-color: rgb(187 247 208 / 0.4); border-bottom-color: rgb(187 247 208 / 0.4); }
.border-y-green-200\/5{ border-top-color: rgb(187 247 208 / 0.05); border-bottom-color: rgb(187 247 208 / 0.05); }
.border-y-green-200\/50{ border-top-color: rgb(187 247 208 / 0.5); border-bottom-color: rgb(187 247 208 / 0.5); }
.border-y-green-200\/60{ border-top-color: rgb(187 247 208 / 0.6); border-bottom-color: rgb(187 247 208 / 0.6); }
.border-y-green-200\/70{ border-top-color: rgb(187 247 208 / 0.7); border-bottom-color: rgb(187 247 208 / 0.7); }
.border-y-green-200\/75{ border-top-color: rgb(187 247 208 / 0.75); border-bottom-color: rgb(187 247 208 / 0.75); }
.border-y-green-200\/80{ border-top-color: rgb(187 247 208 / 0.8); border-bottom-color: rgb(187 247 208 / 0.8); }
.border-y-green-200\/90{ border-top-color: rgb(187 247 208 / 0.9); border-bottom-color: rgb(187 247 208 / 0.9); }
.border-y-green-200\/95{ border-top-color: rgb(187 247 208 / 0.95); border-bottom-color: rgb(187 247 208 / 0.95); }
.border-y-green-300{ --tw-border-opacity: 1; border-top-color: rgb(134 239 172 / var(--tw-border-opacity)); border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-y-green-300\/0{ border-top-color: rgb(134 239 172 / 0); border-bottom-color: rgb(134 239 172 / 0); }
.border-y-green-300\/10{ border-top-color: rgb(134 239 172 / 0.1); border-bottom-color: rgb(134 239 172 / 0.1); }
.border-y-green-300\/100{ border-top-color: rgb(134 239 172 / 1); border-bottom-color: rgb(134 239 172 / 1); }
.border-y-green-300\/20{ border-top-color: rgb(134 239 172 / 0.2); border-bottom-color: rgb(134 239 172 / 0.2); }
.border-y-green-300\/25{ border-top-color: rgb(134 239 172 / 0.25); border-bottom-color: rgb(134 239 172 / 0.25); }
.border-y-green-300\/30{ border-top-color: rgb(134 239 172 / 0.3); border-bottom-color: rgb(134 239 172 / 0.3); }
.border-y-green-300\/40{ border-top-color: rgb(134 239 172 / 0.4); border-bottom-color: rgb(134 239 172 / 0.4); }
.border-y-green-300\/5{ border-top-color: rgb(134 239 172 / 0.05); border-bottom-color: rgb(134 239 172 / 0.05); }
.border-y-green-300\/50{ border-top-color: rgb(134 239 172 / 0.5); border-bottom-color: rgb(134 239 172 / 0.5); }
.border-y-green-300\/60{ border-top-color: rgb(134 239 172 / 0.6); border-bottom-color: rgb(134 239 172 / 0.6); }
.border-y-green-300\/70{ border-top-color: rgb(134 239 172 / 0.7); border-bottom-color: rgb(134 239 172 / 0.7); }
.border-y-green-300\/75{ border-top-color: rgb(134 239 172 / 0.75); border-bottom-color: rgb(134 239 172 / 0.75); }
.border-y-green-300\/80{ border-top-color: rgb(134 239 172 / 0.8); border-bottom-color: rgb(134 239 172 / 0.8); }
.border-y-green-300\/90{ border-top-color: rgb(134 239 172 / 0.9); border-bottom-color: rgb(134 239 172 / 0.9); }
.border-y-green-300\/95{ border-top-color: rgb(134 239 172 / 0.95); border-bottom-color: rgb(134 239 172 / 0.95); }
.border-y-green-400{ --tw-border-opacity: 1; border-top-color: rgb(74 222 128 / var(--tw-border-opacity)); border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-y-green-400\/0{ border-top-color: rgb(74 222 128 / 0); border-bottom-color: rgb(74 222 128 / 0); }
.border-y-green-400\/10{ border-top-color: rgb(74 222 128 / 0.1); border-bottom-color: rgb(74 222 128 / 0.1); }
.border-y-green-400\/100{ border-top-color: rgb(74 222 128 / 1); border-bottom-color: rgb(74 222 128 / 1); }
.border-y-green-400\/20{ border-top-color: rgb(74 222 128 / 0.2); border-bottom-color: rgb(74 222 128 / 0.2); }
.border-y-green-400\/25{ border-top-color: rgb(74 222 128 / 0.25); border-bottom-color: rgb(74 222 128 / 0.25); }
.border-y-green-400\/30{ border-top-color: rgb(74 222 128 / 0.3); border-bottom-color: rgb(74 222 128 / 0.3); }
.border-y-green-400\/40{ border-top-color: rgb(74 222 128 / 0.4); border-bottom-color: rgb(74 222 128 / 0.4); }
.border-y-green-400\/5{ border-top-color: rgb(74 222 128 / 0.05); border-bottom-color: rgb(74 222 128 / 0.05); }
.border-y-green-400\/50{ border-top-color: rgb(74 222 128 / 0.5); border-bottom-color: rgb(74 222 128 / 0.5); }
.border-y-green-400\/60{ border-top-color: rgb(74 222 128 / 0.6); border-bottom-color: rgb(74 222 128 / 0.6); }
.border-y-green-400\/70{ border-top-color: rgb(74 222 128 / 0.7); border-bottom-color: rgb(74 222 128 / 0.7); }
.border-y-green-400\/75{ border-top-color: rgb(74 222 128 / 0.75); border-bottom-color: rgb(74 222 128 / 0.75); }
.border-y-green-400\/80{ border-top-color: rgb(74 222 128 / 0.8); border-bottom-color: rgb(74 222 128 / 0.8); }
.border-y-green-400\/90{ border-top-color: rgb(74 222 128 / 0.9); border-bottom-color: rgb(74 222 128 / 0.9); }
.border-y-green-400\/95{ border-top-color: rgb(74 222 128 / 0.95); border-bottom-color: rgb(74 222 128 / 0.95); }
.border-y-green-50{ --tw-border-opacity: 1; border-top-color: rgb(240 253 244 / var(--tw-border-opacity)); border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-y-green-50\/0{ border-top-color: rgb(240 253 244 / 0); border-bottom-color: rgb(240 253 244 / 0); }
.border-y-green-50\/10{ border-top-color: rgb(240 253 244 / 0.1); border-bottom-color: rgb(240 253 244 / 0.1); }
.border-y-green-50\/100{ border-top-color: rgb(240 253 244 / 1); border-bottom-color: rgb(240 253 244 / 1); }
.border-y-green-50\/20{ border-top-color: rgb(240 253 244 / 0.2); border-bottom-color: rgb(240 253 244 / 0.2); }
.border-y-green-50\/25{ border-top-color: rgb(240 253 244 / 0.25); border-bottom-color: rgb(240 253 244 / 0.25); }
.border-y-green-50\/30{ border-top-color: rgb(240 253 244 / 0.3); border-bottom-color: rgb(240 253 244 / 0.3); }
.border-y-green-50\/40{ border-top-color: rgb(240 253 244 / 0.4); border-bottom-color: rgb(240 253 244 / 0.4); }
.border-y-green-50\/5{ border-top-color: rgb(240 253 244 / 0.05); border-bottom-color: rgb(240 253 244 / 0.05); }
.border-y-green-50\/50{ border-top-color: rgb(240 253 244 / 0.5); border-bottom-color: rgb(240 253 244 / 0.5); }
.border-y-green-50\/60{ border-top-color: rgb(240 253 244 / 0.6); border-bottom-color: rgb(240 253 244 / 0.6); }
.border-y-green-50\/70{ border-top-color: rgb(240 253 244 / 0.7); border-bottom-color: rgb(240 253 244 / 0.7); }
.border-y-green-50\/75{ border-top-color: rgb(240 253 244 / 0.75); border-bottom-color: rgb(240 253 244 / 0.75); }
.border-y-green-50\/80{ border-top-color: rgb(240 253 244 / 0.8); border-bottom-color: rgb(240 253 244 / 0.8); }
.border-y-green-50\/90{ border-top-color: rgb(240 253 244 / 0.9); border-bottom-color: rgb(240 253 244 / 0.9); }
.border-y-green-50\/95{ border-top-color: rgb(240 253 244 / 0.95); border-bottom-color: rgb(240 253 244 / 0.95); }
.border-y-green-500{ --tw-border-opacity: 1; border-top-color: rgb(34 197 94 / var(--tw-border-opacity)); border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-y-green-500\/0{ border-top-color: rgb(34 197 94 / 0); border-bottom-color: rgb(34 197 94 / 0); }
.border-y-green-500\/10{ border-top-color: rgb(34 197 94 / 0.1); border-bottom-color: rgb(34 197 94 / 0.1); }
.border-y-green-500\/100{ border-top-color: rgb(34 197 94 / 1); border-bottom-color: rgb(34 197 94 / 1); }
.border-y-green-500\/20{ border-top-color: rgb(34 197 94 / 0.2); border-bottom-color: rgb(34 197 94 / 0.2); }
.border-y-green-500\/25{ border-top-color: rgb(34 197 94 / 0.25); border-bottom-color: rgb(34 197 94 / 0.25); }
.border-y-green-500\/30{ border-top-color: rgb(34 197 94 / 0.3); border-bottom-color: rgb(34 197 94 / 0.3); }
.border-y-green-500\/40{ border-top-color: rgb(34 197 94 / 0.4); border-bottom-color: rgb(34 197 94 / 0.4); }
.border-y-green-500\/5{ border-top-color: rgb(34 197 94 / 0.05); border-bottom-color: rgb(34 197 94 / 0.05); }
.border-y-green-500\/50{ border-top-color: rgb(34 197 94 / 0.5); border-bottom-color: rgb(34 197 94 / 0.5); }
.border-y-green-500\/60{ border-top-color: rgb(34 197 94 / 0.6); border-bottom-color: rgb(34 197 94 / 0.6); }
.border-y-green-500\/70{ border-top-color: rgb(34 197 94 / 0.7); border-bottom-color: rgb(34 197 94 / 0.7); }
.border-y-green-500\/75{ border-top-color: rgb(34 197 94 / 0.75); border-bottom-color: rgb(34 197 94 / 0.75); }
.border-y-green-500\/80{ border-top-color: rgb(34 197 94 / 0.8); border-bottom-color: rgb(34 197 94 / 0.8); }
.border-y-green-500\/90{ border-top-color: rgb(34 197 94 / 0.9); border-bottom-color: rgb(34 197 94 / 0.9); }
.border-y-green-500\/95{ border-top-color: rgb(34 197 94 / 0.95); border-bottom-color: rgb(34 197 94 / 0.95); }
.border-y-green-600{ --tw-border-opacity: 1; border-top-color: rgb(22 163 74 / var(--tw-border-opacity)); border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-y-green-600\/0{ border-top-color: rgb(22 163 74 / 0); border-bottom-color: rgb(22 163 74 / 0); }
.border-y-green-600\/10{ border-top-color: rgb(22 163 74 / 0.1); border-bottom-color: rgb(22 163 74 / 0.1); }
.border-y-green-600\/100{ border-top-color: rgb(22 163 74 / 1); border-bottom-color: rgb(22 163 74 / 1); }
.border-y-green-600\/20{ border-top-color: rgb(22 163 74 / 0.2); border-bottom-color: rgb(22 163 74 / 0.2); }
.border-y-green-600\/25{ border-top-color: rgb(22 163 74 / 0.25); border-bottom-color: rgb(22 163 74 / 0.25); }
.border-y-green-600\/30{ border-top-color: rgb(22 163 74 / 0.3); border-bottom-color: rgb(22 163 74 / 0.3); }
.border-y-green-600\/40{ border-top-color: rgb(22 163 74 / 0.4); border-bottom-color: rgb(22 163 74 / 0.4); }
.border-y-green-600\/5{ border-top-color: rgb(22 163 74 / 0.05); border-bottom-color: rgb(22 163 74 / 0.05); }
.border-y-green-600\/50{ border-top-color: rgb(22 163 74 / 0.5); border-bottom-color: rgb(22 163 74 / 0.5); }
.border-y-green-600\/60{ border-top-color: rgb(22 163 74 / 0.6); border-bottom-color: rgb(22 163 74 / 0.6); }
.border-y-green-600\/70{ border-top-color: rgb(22 163 74 / 0.7); border-bottom-color: rgb(22 163 74 / 0.7); }
.border-y-green-600\/75{ border-top-color: rgb(22 163 74 / 0.75); border-bottom-color: rgb(22 163 74 / 0.75); }
.border-y-green-600\/80{ border-top-color: rgb(22 163 74 / 0.8); border-bottom-color: rgb(22 163 74 / 0.8); }
.border-y-green-600\/90{ border-top-color: rgb(22 163 74 / 0.9); border-bottom-color: rgb(22 163 74 / 0.9); }
.border-y-green-600\/95{ border-top-color: rgb(22 163 74 / 0.95); border-bottom-color: rgb(22 163 74 / 0.95); }
.border-y-green-700{ --tw-border-opacity: 1; border-top-color: rgb(21 128 61 / var(--tw-border-opacity)); border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-y-green-700\/0{ border-top-color: rgb(21 128 61 / 0); border-bottom-color: rgb(21 128 61 / 0); }
.border-y-green-700\/10{ border-top-color: rgb(21 128 61 / 0.1); border-bottom-color: rgb(21 128 61 / 0.1); }
.border-y-green-700\/100{ border-top-color: rgb(21 128 61 / 1); border-bottom-color: rgb(21 128 61 / 1); }
.border-y-green-700\/20{ border-top-color: rgb(21 128 61 / 0.2); border-bottom-color: rgb(21 128 61 / 0.2); }
.border-y-green-700\/25{ border-top-color: rgb(21 128 61 / 0.25); border-bottom-color: rgb(21 128 61 / 0.25); }
.border-y-green-700\/30{ border-top-color: rgb(21 128 61 / 0.3); border-bottom-color: rgb(21 128 61 / 0.3); }
.border-y-green-700\/40{ border-top-color: rgb(21 128 61 / 0.4); border-bottom-color: rgb(21 128 61 / 0.4); }
.border-y-green-700\/5{ border-top-color: rgb(21 128 61 / 0.05); border-bottom-color: rgb(21 128 61 / 0.05); }
.border-y-green-700\/50{ border-top-color: rgb(21 128 61 / 0.5); border-bottom-color: rgb(21 128 61 / 0.5); }
.border-y-green-700\/60{ border-top-color: rgb(21 128 61 / 0.6); border-bottom-color: rgb(21 128 61 / 0.6); }
.border-y-green-700\/70{ border-top-color: rgb(21 128 61 / 0.7); border-bottom-color: rgb(21 128 61 / 0.7); }
.border-y-green-700\/75{ border-top-color: rgb(21 128 61 / 0.75); border-bottom-color: rgb(21 128 61 / 0.75); }
.border-y-green-700\/80{ border-top-color: rgb(21 128 61 / 0.8); border-bottom-color: rgb(21 128 61 / 0.8); }
.border-y-green-700\/90{ border-top-color: rgb(21 128 61 / 0.9); border-bottom-color: rgb(21 128 61 / 0.9); }
.border-y-green-700\/95{ border-top-color: rgb(21 128 61 / 0.95); border-bottom-color: rgb(21 128 61 / 0.95); }
.border-y-green-800{ --tw-border-opacity: 1; border-top-color: rgb(22 101 52 / var(--tw-border-opacity)); border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-y-green-800\/0{ border-top-color: rgb(22 101 52 / 0); border-bottom-color: rgb(22 101 52 / 0); }
.border-y-green-800\/10{ border-top-color: rgb(22 101 52 / 0.1); border-bottom-color: rgb(22 101 52 / 0.1); }
.border-y-green-800\/100{ border-top-color: rgb(22 101 52 / 1); border-bottom-color: rgb(22 101 52 / 1); }
.border-y-green-800\/20{ border-top-color: rgb(22 101 52 / 0.2); border-bottom-color: rgb(22 101 52 / 0.2); }
.border-y-green-800\/25{ border-top-color: rgb(22 101 52 / 0.25); border-bottom-color: rgb(22 101 52 / 0.25); }
.border-y-green-800\/30{ border-top-color: rgb(22 101 52 / 0.3); border-bottom-color: rgb(22 101 52 / 0.3); }
.border-y-green-800\/40{ border-top-color: rgb(22 101 52 / 0.4); border-bottom-color: rgb(22 101 52 / 0.4); }
.border-y-green-800\/5{ border-top-color: rgb(22 101 52 / 0.05); border-bottom-color: rgb(22 101 52 / 0.05); }
.border-y-green-800\/50{ border-top-color: rgb(22 101 52 / 0.5); border-bottom-color: rgb(22 101 52 / 0.5); }
.border-y-green-800\/60{ border-top-color: rgb(22 101 52 / 0.6); border-bottom-color: rgb(22 101 52 / 0.6); }
.border-y-green-800\/70{ border-top-color: rgb(22 101 52 / 0.7); border-bottom-color: rgb(22 101 52 / 0.7); }
.border-y-green-800\/75{ border-top-color: rgb(22 101 52 / 0.75); border-bottom-color: rgb(22 101 52 / 0.75); }
.border-y-green-800\/80{ border-top-color: rgb(22 101 52 / 0.8); border-bottom-color: rgb(22 101 52 / 0.8); }
.border-y-green-800\/90{ border-top-color: rgb(22 101 52 / 0.9); border-bottom-color: rgb(22 101 52 / 0.9); }
.border-y-green-800\/95{ border-top-color: rgb(22 101 52 / 0.95); border-bottom-color: rgb(22 101 52 / 0.95); }
.border-y-green-900{ --tw-border-opacity: 1; border-top-color: rgb(20 83 45 / var(--tw-border-opacity)); border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-y-green-900\/0{ border-top-color: rgb(20 83 45 / 0); border-bottom-color: rgb(20 83 45 / 0); }
.border-y-green-900\/10{ border-top-color: rgb(20 83 45 / 0.1); border-bottom-color: rgb(20 83 45 / 0.1); }
.border-y-green-900\/100{ border-top-color: rgb(20 83 45 / 1); border-bottom-color: rgb(20 83 45 / 1); }
.border-y-green-900\/20{ border-top-color: rgb(20 83 45 / 0.2); border-bottom-color: rgb(20 83 45 / 0.2); }
.border-y-green-900\/25{ border-top-color: rgb(20 83 45 / 0.25); border-bottom-color: rgb(20 83 45 / 0.25); }
.border-y-green-900\/30{ border-top-color: rgb(20 83 45 / 0.3); border-bottom-color: rgb(20 83 45 / 0.3); }
.border-y-green-900\/40{ border-top-color: rgb(20 83 45 / 0.4); border-bottom-color: rgb(20 83 45 / 0.4); }
.border-y-green-900\/5{ border-top-color: rgb(20 83 45 / 0.05); border-bottom-color: rgb(20 83 45 / 0.05); }
.border-y-green-900\/50{ border-top-color: rgb(20 83 45 / 0.5); border-bottom-color: rgb(20 83 45 / 0.5); }
.border-y-green-900\/60{ border-top-color: rgb(20 83 45 / 0.6); border-bottom-color: rgb(20 83 45 / 0.6); }
.border-y-green-900\/70{ border-top-color: rgb(20 83 45 / 0.7); border-bottom-color: rgb(20 83 45 / 0.7); }
.border-y-green-900\/75{ border-top-color: rgb(20 83 45 / 0.75); border-bottom-color: rgb(20 83 45 / 0.75); }
.border-y-green-900\/80{ border-top-color: rgb(20 83 45 / 0.8); border-bottom-color: rgb(20 83 45 / 0.8); }
.border-y-green-900\/90{ border-top-color: rgb(20 83 45 / 0.9); border-bottom-color: rgb(20 83 45 / 0.9); }
.border-y-green-900\/95{ border-top-color: rgb(20 83 45 / 0.95); border-bottom-color: rgb(20 83 45 / 0.95); }
.border-y-green-950{ --tw-border-opacity: 1; border-top-color: rgb(5 46 22 / var(--tw-border-opacity)); border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-y-green-950\/0{ border-top-color: rgb(5 46 22 / 0); border-bottom-color: rgb(5 46 22 / 0); }
.border-y-green-950\/10{ border-top-color: rgb(5 46 22 / 0.1); border-bottom-color: rgb(5 46 22 / 0.1); }
.border-y-green-950\/100{ border-top-color: rgb(5 46 22 / 1); border-bottom-color: rgb(5 46 22 / 1); }
.border-y-green-950\/20{ border-top-color: rgb(5 46 22 / 0.2); border-bottom-color: rgb(5 46 22 / 0.2); }
.border-y-green-950\/25{ border-top-color: rgb(5 46 22 / 0.25); border-bottom-color: rgb(5 46 22 / 0.25); }
.border-y-green-950\/30{ border-top-color: rgb(5 46 22 / 0.3); border-bottom-color: rgb(5 46 22 / 0.3); }
.border-y-green-950\/40{ border-top-color: rgb(5 46 22 / 0.4); border-bottom-color: rgb(5 46 22 / 0.4); }
.border-y-green-950\/5{ border-top-color: rgb(5 46 22 / 0.05); border-bottom-color: rgb(5 46 22 / 0.05); }
.border-y-green-950\/50{ border-top-color: rgb(5 46 22 / 0.5); border-bottom-color: rgb(5 46 22 / 0.5); }
.border-y-green-950\/60{ border-top-color: rgb(5 46 22 / 0.6); border-bottom-color: rgb(5 46 22 / 0.6); }
.border-y-green-950\/70{ border-top-color: rgb(5 46 22 / 0.7); border-bottom-color: rgb(5 46 22 / 0.7); }
.border-y-green-950\/75{ border-top-color: rgb(5 46 22 / 0.75); border-bottom-color: rgb(5 46 22 / 0.75); }
.border-y-green-950\/80{ border-top-color: rgb(5 46 22 / 0.8); border-bottom-color: rgb(5 46 22 / 0.8); }
.border-y-green-950\/90{ border-top-color: rgb(5 46 22 / 0.9); border-bottom-color: rgb(5 46 22 / 0.9); }
.border-y-green-950\/95{ border-top-color: rgb(5 46 22 / 0.95); border-bottom-color: rgb(5 46 22 / 0.95); }
.border-y-indigo-100{ --tw-border-opacity: 1; border-top-color: rgb(224 231 255 / var(--tw-border-opacity)); border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-y-indigo-100\/0{ border-top-color: rgb(224 231 255 / 0); border-bottom-color: rgb(224 231 255 / 0); }
.border-y-indigo-100\/10{ border-top-color: rgb(224 231 255 / 0.1); border-bottom-color: rgb(224 231 255 / 0.1); }
.border-y-indigo-100\/100{ border-top-color: rgb(224 231 255 / 1); border-bottom-color: rgb(224 231 255 / 1); }
.border-y-indigo-100\/20{ border-top-color: rgb(224 231 255 / 0.2); border-bottom-color: rgb(224 231 255 / 0.2); }
.border-y-indigo-100\/25{ border-top-color: rgb(224 231 255 / 0.25); border-bottom-color: rgb(224 231 255 / 0.25); }
.border-y-indigo-100\/30{ border-top-color: rgb(224 231 255 / 0.3); border-bottom-color: rgb(224 231 255 / 0.3); }
.border-y-indigo-100\/40{ border-top-color: rgb(224 231 255 / 0.4); border-bottom-color: rgb(224 231 255 / 0.4); }
.border-y-indigo-100\/5{ border-top-color: rgb(224 231 255 / 0.05); border-bottom-color: rgb(224 231 255 / 0.05); }
.border-y-indigo-100\/50{ border-top-color: rgb(224 231 255 / 0.5); border-bottom-color: rgb(224 231 255 / 0.5); }
.border-y-indigo-100\/60{ border-top-color: rgb(224 231 255 / 0.6); border-bottom-color: rgb(224 231 255 / 0.6); }
.border-y-indigo-100\/70{ border-top-color: rgb(224 231 255 / 0.7); border-bottom-color: rgb(224 231 255 / 0.7); }
.border-y-indigo-100\/75{ border-top-color: rgb(224 231 255 / 0.75); border-bottom-color: rgb(224 231 255 / 0.75); }
.border-y-indigo-100\/80{ border-top-color: rgb(224 231 255 / 0.8); border-bottom-color: rgb(224 231 255 / 0.8); }
.border-y-indigo-100\/90{ border-top-color: rgb(224 231 255 / 0.9); border-bottom-color: rgb(224 231 255 / 0.9); }
.border-y-indigo-100\/95{ border-top-color: rgb(224 231 255 / 0.95); border-bottom-color: rgb(224 231 255 / 0.95); }
.border-y-indigo-200{ --tw-border-opacity: 1; border-top-color: rgb(199 210 254 / var(--tw-border-opacity)); border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-y-indigo-200\/0{ border-top-color: rgb(199 210 254 / 0); border-bottom-color: rgb(199 210 254 / 0); }
.border-y-indigo-200\/10{ border-top-color: rgb(199 210 254 / 0.1); border-bottom-color: rgb(199 210 254 / 0.1); }
.border-y-indigo-200\/100{ border-top-color: rgb(199 210 254 / 1); border-bottom-color: rgb(199 210 254 / 1); }
.border-y-indigo-200\/20{ border-top-color: rgb(199 210 254 / 0.2); border-bottom-color: rgb(199 210 254 / 0.2); }
.border-y-indigo-200\/25{ border-top-color: rgb(199 210 254 / 0.25); border-bottom-color: rgb(199 210 254 / 0.25); }
.border-y-indigo-200\/30{ border-top-color: rgb(199 210 254 / 0.3); border-bottom-color: rgb(199 210 254 / 0.3); }
.border-y-indigo-200\/40{ border-top-color: rgb(199 210 254 / 0.4); border-bottom-color: rgb(199 210 254 / 0.4); }
.border-y-indigo-200\/5{ border-top-color: rgb(199 210 254 / 0.05); border-bottom-color: rgb(199 210 254 / 0.05); }
.border-y-indigo-200\/50{ border-top-color: rgb(199 210 254 / 0.5); border-bottom-color: rgb(199 210 254 / 0.5); }
.border-y-indigo-200\/60{ border-top-color: rgb(199 210 254 / 0.6); border-bottom-color: rgb(199 210 254 / 0.6); }
.border-y-indigo-200\/70{ border-top-color: rgb(199 210 254 / 0.7); border-bottom-color: rgb(199 210 254 / 0.7); }
.border-y-indigo-200\/75{ border-top-color: rgb(199 210 254 / 0.75); border-bottom-color: rgb(199 210 254 / 0.75); }
.border-y-indigo-200\/80{ border-top-color: rgb(199 210 254 / 0.8); border-bottom-color: rgb(199 210 254 / 0.8); }
.border-y-indigo-200\/90{ border-top-color: rgb(199 210 254 / 0.9); border-bottom-color: rgb(199 210 254 / 0.9); }
.border-y-indigo-200\/95{ border-top-color: rgb(199 210 254 / 0.95); border-bottom-color: rgb(199 210 254 / 0.95); }
.border-y-indigo-300{ --tw-border-opacity: 1; border-top-color: rgb(165 180 252 / var(--tw-border-opacity)); border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-y-indigo-300\/0{ border-top-color: rgb(165 180 252 / 0); border-bottom-color: rgb(165 180 252 / 0); }
.border-y-indigo-300\/10{ border-top-color: rgb(165 180 252 / 0.1); border-bottom-color: rgb(165 180 252 / 0.1); }
.border-y-indigo-300\/100{ border-top-color: rgb(165 180 252 / 1); border-bottom-color: rgb(165 180 252 / 1); }
.border-y-indigo-300\/20{ border-top-color: rgb(165 180 252 / 0.2); border-bottom-color: rgb(165 180 252 / 0.2); }
.border-y-indigo-300\/25{ border-top-color: rgb(165 180 252 / 0.25); border-bottom-color: rgb(165 180 252 / 0.25); }
.border-y-indigo-300\/30{ border-top-color: rgb(165 180 252 / 0.3); border-bottom-color: rgb(165 180 252 / 0.3); }
.border-y-indigo-300\/40{ border-top-color: rgb(165 180 252 / 0.4); border-bottom-color: rgb(165 180 252 / 0.4); }
.border-y-indigo-300\/5{ border-top-color: rgb(165 180 252 / 0.05); border-bottom-color: rgb(165 180 252 / 0.05); }
.border-y-indigo-300\/50{ border-top-color: rgb(165 180 252 / 0.5); border-bottom-color: rgb(165 180 252 / 0.5); }
.border-y-indigo-300\/60{ border-top-color: rgb(165 180 252 / 0.6); border-bottom-color: rgb(165 180 252 / 0.6); }
.border-y-indigo-300\/70{ border-top-color: rgb(165 180 252 / 0.7); border-bottom-color: rgb(165 180 252 / 0.7); }
.border-y-indigo-300\/75{ border-top-color: rgb(165 180 252 / 0.75); border-bottom-color: rgb(165 180 252 / 0.75); }
.border-y-indigo-300\/80{ border-top-color: rgb(165 180 252 / 0.8); border-bottom-color: rgb(165 180 252 / 0.8); }
.border-y-indigo-300\/90{ border-top-color: rgb(165 180 252 / 0.9); border-bottom-color: rgb(165 180 252 / 0.9); }
.border-y-indigo-300\/95{ border-top-color: rgb(165 180 252 / 0.95); border-bottom-color: rgb(165 180 252 / 0.95); }
.border-y-indigo-400{ --tw-border-opacity: 1; border-top-color: rgb(129 140 248 / var(--tw-border-opacity)); border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-y-indigo-400\/0{ border-top-color: rgb(129 140 248 / 0); border-bottom-color: rgb(129 140 248 / 0); }
.border-y-indigo-400\/10{ border-top-color: rgb(129 140 248 / 0.1); border-bottom-color: rgb(129 140 248 / 0.1); }
.border-y-indigo-400\/100{ border-top-color: rgb(129 140 248 / 1); border-bottom-color: rgb(129 140 248 / 1); }
.border-y-indigo-400\/20{ border-top-color: rgb(129 140 248 / 0.2); border-bottom-color: rgb(129 140 248 / 0.2); }
.border-y-indigo-400\/25{ border-top-color: rgb(129 140 248 / 0.25); border-bottom-color: rgb(129 140 248 / 0.25); }
.border-y-indigo-400\/30{ border-top-color: rgb(129 140 248 / 0.3); border-bottom-color: rgb(129 140 248 / 0.3); }
.border-y-indigo-400\/40{ border-top-color: rgb(129 140 248 / 0.4); border-bottom-color: rgb(129 140 248 / 0.4); }
.border-y-indigo-400\/5{ border-top-color: rgb(129 140 248 / 0.05); border-bottom-color: rgb(129 140 248 / 0.05); }
.border-y-indigo-400\/50{ border-top-color: rgb(129 140 248 / 0.5); border-bottom-color: rgb(129 140 248 / 0.5); }
.border-y-indigo-400\/60{ border-top-color: rgb(129 140 248 / 0.6); border-bottom-color: rgb(129 140 248 / 0.6); }
.border-y-indigo-400\/70{ border-top-color: rgb(129 140 248 / 0.7); border-bottom-color: rgb(129 140 248 / 0.7); }
.border-y-indigo-400\/75{ border-top-color: rgb(129 140 248 / 0.75); border-bottom-color: rgb(129 140 248 / 0.75); }
.border-y-indigo-400\/80{ border-top-color: rgb(129 140 248 / 0.8); border-bottom-color: rgb(129 140 248 / 0.8); }
.border-y-indigo-400\/90{ border-top-color: rgb(129 140 248 / 0.9); border-bottom-color: rgb(129 140 248 / 0.9); }
.border-y-indigo-400\/95{ border-top-color: rgb(129 140 248 / 0.95); border-bottom-color: rgb(129 140 248 / 0.95); }
.border-y-indigo-50{ --tw-border-opacity: 1; border-top-color: rgb(238 242 255 / var(--tw-border-opacity)); border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-y-indigo-50\/0{ border-top-color: rgb(238 242 255 / 0); border-bottom-color: rgb(238 242 255 / 0); }
.border-y-indigo-50\/10{ border-top-color: rgb(238 242 255 / 0.1); border-bottom-color: rgb(238 242 255 / 0.1); }
.border-y-indigo-50\/100{ border-top-color: rgb(238 242 255 / 1); border-bottom-color: rgb(238 242 255 / 1); }
.border-y-indigo-50\/20{ border-top-color: rgb(238 242 255 / 0.2); border-bottom-color: rgb(238 242 255 / 0.2); }
.border-y-indigo-50\/25{ border-top-color: rgb(238 242 255 / 0.25); border-bottom-color: rgb(238 242 255 / 0.25); }
.border-y-indigo-50\/30{ border-top-color: rgb(238 242 255 / 0.3); border-bottom-color: rgb(238 242 255 / 0.3); }
.border-y-indigo-50\/40{ border-top-color: rgb(238 242 255 / 0.4); border-bottom-color: rgb(238 242 255 / 0.4); }
.border-y-indigo-50\/5{ border-top-color: rgb(238 242 255 / 0.05); border-bottom-color: rgb(238 242 255 / 0.05); }
.border-y-indigo-50\/50{ border-top-color: rgb(238 242 255 / 0.5); border-bottom-color: rgb(238 242 255 / 0.5); }
.border-y-indigo-50\/60{ border-top-color: rgb(238 242 255 / 0.6); border-bottom-color: rgb(238 242 255 / 0.6); }
.border-y-indigo-50\/70{ border-top-color: rgb(238 242 255 / 0.7); border-bottom-color: rgb(238 242 255 / 0.7); }
.border-y-indigo-50\/75{ border-top-color: rgb(238 242 255 / 0.75); border-bottom-color: rgb(238 242 255 / 0.75); }
.border-y-indigo-50\/80{ border-top-color: rgb(238 242 255 / 0.8); border-bottom-color: rgb(238 242 255 / 0.8); }
.border-y-indigo-50\/90{ border-top-color: rgb(238 242 255 / 0.9); border-bottom-color: rgb(238 242 255 / 0.9); }
.border-y-indigo-50\/95{ border-top-color: rgb(238 242 255 / 0.95); border-bottom-color: rgb(238 242 255 / 0.95); }
.border-y-indigo-500{ --tw-border-opacity: 1; border-top-color: rgb(99 102 241 / var(--tw-border-opacity)); border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-y-indigo-500\/0{ border-top-color: rgb(99 102 241 / 0); border-bottom-color: rgb(99 102 241 / 0); }
.border-y-indigo-500\/10{ border-top-color: rgb(99 102 241 / 0.1); border-bottom-color: rgb(99 102 241 / 0.1); }
.border-y-indigo-500\/100{ border-top-color: rgb(99 102 241 / 1); border-bottom-color: rgb(99 102 241 / 1); }
.border-y-indigo-500\/20{ border-top-color: rgb(99 102 241 / 0.2); border-bottom-color: rgb(99 102 241 / 0.2); }
.border-y-indigo-500\/25{ border-top-color: rgb(99 102 241 / 0.25); border-bottom-color: rgb(99 102 241 / 0.25); }
.border-y-indigo-500\/30{ border-top-color: rgb(99 102 241 / 0.3); border-bottom-color: rgb(99 102 241 / 0.3); }
.border-y-indigo-500\/40{ border-top-color: rgb(99 102 241 / 0.4); border-bottom-color: rgb(99 102 241 / 0.4); }
.border-y-indigo-500\/5{ border-top-color: rgb(99 102 241 / 0.05); border-bottom-color: rgb(99 102 241 / 0.05); }
.border-y-indigo-500\/50{ border-top-color: rgb(99 102 241 / 0.5); border-bottom-color: rgb(99 102 241 / 0.5); }
.border-y-indigo-500\/60{ border-top-color: rgb(99 102 241 / 0.6); border-bottom-color: rgb(99 102 241 / 0.6); }
.border-y-indigo-500\/70{ border-top-color: rgb(99 102 241 / 0.7); border-bottom-color: rgb(99 102 241 / 0.7); }
.border-y-indigo-500\/75{ border-top-color: rgb(99 102 241 / 0.75); border-bottom-color: rgb(99 102 241 / 0.75); }
.border-y-indigo-500\/80{ border-top-color: rgb(99 102 241 / 0.8); border-bottom-color: rgb(99 102 241 / 0.8); }
.border-y-indigo-500\/90{ border-top-color: rgb(99 102 241 / 0.9); border-bottom-color: rgb(99 102 241 / 0.9); }
.border-y-indigo-500\/95{ border-top-color: rgb(99 102 241 / 0.95); border-bottom-color: rgb(99 102 241 / 0.95); }
.border-y-indigo-600{ --tw-border-opacity: 1; border-top-color: rgb(79 70 229 / var(--tw-border-opacity)); border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-y-indigo-600\/0{ border-top-color: rgb(79 70 229 / 0); border-bottom-color: rgb(79 70 229 / 0); }
.border-y-indigo-600\/10{ border-top-color: rgb(79 70 229 / 0.1); border-bottom-color: rgb(79 70 229 / 0.1); }
.border-y-indigo-600\/100{ border-top-color: rgb(79 70 229 / 1); border-bottom-color: rgb(79 70 229 / 1); }
.border-y-indigo-600\/20{ border-top-color: rgb(79 70 229 / 0.2); border-bottom-color: rgb(79 70 229 / 0.2); }
.border-y-indigo-600\/25{ border-top-color: rgb(79 70 229 / 0.25); border-bottom-color: rgb(79 70 229 / 0.25); }
.border-y-indigo-600\/30{ border-top-color: rgb(79 70 229 / 0.3); border-bottom-color: rgb(79 70 229 / 0.3); }
.border-y-indigo-600\/40{ border-top-color: rgb(79 70 229 / 0.4); border-bottom-color: rgb(79 70 229 / 0.4); }
.border-y-indigo-600\/5{ border-top-color: rgb(79 70 229 / 0.05); border-bottom-color: rgb(79 70 229 / 0.05); }
.border-y-indigo-600\/50{ border-top-color: rgb(79 70 229 / 0.5); border-bottom-color: rgb(79 70 229 / 0.5); }
.border-y-indigo-600\/60{ border-top-color: rgb(79 70 229 / 0.6); border-bottom-color: rgb(79 70 229 / 0.6); }
.border-y-indigo-600\/70{ border-top-color: rgb(79 70 229 / 0.7); border-bottom-color: rgb(79 70 229 / 0.7); }
.border-y-indigo-600\/75{ border-top-color: rgb(79 70 229 / 0.75); border-bottom-color: rgb(79 70 229 / 0.75); }
.border-y-indigo-600\/80{ border-top-color: rgb(79 70 229 / 0.8); border-bottom-color: rgb(79 70 229 / 0.8); }
.border-y-indigo-600\/90{ border-top-color: rgb(79 70 229 / 0.9); border-bottom-color: rgb(79 70 229 / 0.9); }
.border-y-indigo-600\/95{ border-top-color: rgb(79 70 229 / 0.95); border-bottom-color: rgb(79 70 229 / 0.95); }
.border-y-indigo-700{ --tw-border-opacity: 1; border-top-color: rgb(67 56 202 / var(--tw-border-opacity)); border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-y-indigo-700\/0{ border-top-color: rgb(67 56 202 / 0); border-bottom-color: rgb(67 56 202 / 0); }
.border-y-indigo-700\/10{ border-top-color: rgb(67 56 202 / 0.1); border-bottom-color: rgb(67 56 202 / 0.1); }
.border-y-indigo-700\/100{ border-top-color: rgb(67 56 202 / 1); border-bottom-color: rgb(67 56 202 / 1); }
.border-y-indigo-700\/20{ border-top-color: rgb(67 56 202 / 0.2); border-bottom-color: rgb(67 56 202 / 0.2); }
.border-y-indigo-700\/25{ border-top-color: rgb(67 56 202 / 0.25); border-bottom-color: rgb(67 56 202 / 0.25); }
.border-y-indigo-700\/30{ border-top-color: rgb(67 56 202 / 0.3); border-bottom-color: rgb(67 56 202 / 0.3); }
.border-y-indigo-700\/40{ border-top-color: rgb(67 56 202 / 0.4); border-bottom-color: rgb(67 56 202 / 0.4); }
.border-y-indigo-700\/5{ border-top-color: rgb(67 56 202 / 0.05); border-bottom-color: rgb(67 56 202 / 0.05); }
.border-y-indigo-700\/50{ border-top-color: rgb(67 56 202 / 0.5); border-bottom-color: rgb(67 56 202 / 0.5); }
.border-y-indigo-700\/60{ border-top-color: rgb(67 56 202 / 0.6); border-bottom-color: rgb(67 56 202 / 0.6); }
.border-y-indigo-700\/70{ border-top-color: rgb(67 56 202 / 0.7); border-bottom-color: rgb(67 56 202 / 0.7); }
.border-y-indigo-700\/75{ border-top-color: rgb(67 56 202 / 0.75); border-bottom-color: rgb(67 56 202 / 0.75); }
.border-y-indigo-700\/80{ border-top-color: rgb(67 56 202 / 0.8); border-bottom-color: rgb(67 56 202 / 0.8); }
.border-y-indigo-700\/90{ border-top-color: rgb(67 56 202 / 0.9); border-bottom-color: rgb(67 56 202 / 0.9); }
.border-y-indigo-700\/95{ border-top-color: rgb(67 56 202 / 0.95); border-bottom-color: rgb(67 56 202 / 0.95); }
.border-y-indigo-800{ --tw-border-opacity: 1; border-top-color: rgb(55 48 163 / var(--tw-border-opacity)); border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-y-indigo-800\/0{ border-top-color: rgb(55 48 163 / 0); border-bottom-color: rgb(55 48 163 / 0); }
.border-y-indigo-800\/10{ border-top-color: rgb(55 48 163 / 0.1); border-bottom-color: rgb(55 48 163 / 0.1); }
.border-y-indigo-800\/100{ border-top-color: rgb(55 48 163 / 1); border-bottom-color: rgb(55 48 163 / 1); }
.border-y-indigo-800\/20{ border-top-color: rgb(55 48 163 / 0.2); border-bottom-color: rgb(55 48 163 / 0.2); }
.border-y-indigo-800\/25{ border-top-color: rgb(55 48 163 / 0.25); border-bottom-color: rgb(55 48 163 / 0.25); }
.border-y-indigo-800\/30{ border-top-color: rgb(55 48 163 / 0.3); border-bottom-color: rgb(55 48 163 / 0.3); }
.border-y-indigo-800\/40{ border-top-color: rgb(55 48 163 / 0.4); border-bottom-color: rgb(55 48 163 / 0.4); }
.border-y-indigo-800\/5{ border-top-color: rgb(55 48 163 / 0.05); border-bottom-color: rgb(55 48 163 / 0.05); }
.border-y-indigo-800\/50{ border-top-color: rgb(55 48 163 / 0.5); border-bottom-color: rgb(55 48 163 / 0.5); }
.border-y-indigo-800\/60{ border-top-color: rgb(55 48 163 / 0.6); border-bottom-color: rgb(55 48 163 / 0.6); }
.border-y-indigo-800\/70{ border-top-color: rgb(55 48 163 / 0.7); border-bottom-color: rgb(55 48 163 / 0.7); }
.border-y-indigo-800\/75{ border-top-color: rgb(55 48 163 / 0.75); border-bottom-color: rgb(55 48 163 / 0.75); }
.border-y-indigo-800\/80{ border-top-color: rgb(55 48 163 / 0.8); border-bottom-color: rgb(55 48 163 / 0.8); }
.border-y-indigo-800\/90{ border-top-color: rgb(55 48 163 / 0.9); border-bottom-color: rgb(55 48 163 / 0.9); }
.border-y-indigo-800\/95{ border-top-color: rgb(55 48 163 / 0.95); border-bottom-color: rgb(55 48 163 / 0.95); }
.border-y-indigo-900{ --tw-border-opacity: 1; border-top-color: rgb(49 46 129 / var(--tw-border-opacity)); border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-y-indigo-900\/0{ border-top-color: rgb(49 46 129 / 0); border-bottom-color: rgb(49 46 129 / 0); }
.border-y-indigo-900\/10{ border-top-color: rgb(49 46 129 / 0.1); border-bottom-color: rgb(49 46 129 / 0.1); }
.border-y-indigo-900\/100{ border-top-color: rgb(49 46 129 / 1); border-bottom-color: rgb(49 46 129 / 1); }
.border-y-indigo-900\/20{ border-top-color: rgb(49 46 129 / 0.2); border-bottom-color: rgb(49 46 129 / 0.2); }
.border-y-indigo-900\/25{ border-top-color: rgb(49 46 129 / 0.25); border-bottom-color: rgb(49 46 129 / 0.25); }
.border-y-indigo-900\/30{ border-top-color: rgb(49 46 129 / 0.3); border-bottom-color: rgb(49 46 129 / 0.3); }
.border-y-indigo-900\/40{ border-top-color: rgb(49 46 129 / 0.4); border-bottom-color: rgb(49 46 129 / 0.4); }
.border-y-indigo-900\/5{ border-top-color: rgb(49 46 129 / 0.05); border-bottom-color: rgb(49 46 129 / 0.05); }
.border-y-indigo-900\/50{ border-top-color: rgb(49 46 129 / 0.5); border-bottom-color: rgb(49 46 129 / 0.5); }
.border-y-indigo-900\/60{ border-top-color: rgb(49 46 129 / 0.6); border-bottom-color: rgb(49 46 129 / 0.6); }
.border-y-indigo-900\/70{ border-top-color: rgb(49 46 129 / 0.7); border-bottom-color: rgb(49 46 129 / 0.7); }
.border-y-indigo-900\/75{ border-top-color: rgb(49 46 129 / 0.75); border-bottom-color: rgb(49 46 129 / 0.75); }
.border-y-indigo-900\/80{ border-top-color: rgb(49 46 129 / 0.8); border-bottom-color: rgb(49 46 129 / 0.8); }
.border-y-indigo-900\/90{ border-top-color: rgb(49 46 129 / 0.9); border-bottom-color: rgb(49 46 129 / 0.9); }
.border-y-indigo-900\/95{ border-top-color: rgb(49 46 129 / 0.95); border-bottom-color: rgb(49 46 129 / 0.95); }
.border-y-indigo-950{ --tw-border-opacity: 1; border-top-color: rgb(30 27 75 / var(--tw-border-opacity)); border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-y-indigo-950\/0{ border-top-color: rgb(30 27 75 / 0); border-bottom-color: rgb(30 27 75 / 0); }
.border-y-indigo-950\/10{ border-top-color: rgb(30 27 75 / 0.1); border-bottom-color: rgb(30 27 75 / 0.1); }
.border-y-indigo-950\/100{ border-top-color: rgb(30 27 75 / 1); border-bottom-color: rgb(30 27 75 / 1); }
.border-y-indigo-950\/20{ border-top-color: rgb(30 27 75 / 0.2); border-bottom-color: rgb(30 27 75 / 0.2); }
.border-y-indigo-950\/25{ border-top-color: rgb(30 27 75 / 0.25); border-bottom-color: rgb(30 27 75 / 0.25); }
.border-y-indigo-950\/30{ border-top-color: rgb(30 27 75 / 0.3); border-bottom-color: rgb(30 27 75 / 0.3); }
.border-y-indigo-950\/40{ border-top-color: rgb(30 27 75 / 0.4); border-bottom-color: rgb(30 27 75 / 0.4); }
.border-y-indigo-950\/5{ border-top-color: rgb(30 27 75 / 0.05); border-bottom-color: rgb(30 27 75 / 0.05); }
.border-y-indigo-950\/50{ border-top-color: rgb(30 27 75 / 0.5); border-bottom-color: rgb(30 27 75 / 0.5); }
.border-y-indigo-950\/60{ border-top-color: rgb(30 27 75 / 0.6); border-bottom-color: rgb(30 27 75 / 0.6); }
.border-y-indigo-950\/70{ border-top-color: rgb(30 27 75 / 0.7); border-bottom-color: rgb(30 27 75 / 0.7); }
.border-y-indigo-950\/75{ border-top-color: rgb(30 27 75 / 0.75); border-bottom-color: rgb(30 27 75 / 0.75); }
.border-y-indigo-950\/80{ border-top-color: rgb(30 27 75 / 0.8); border-bottom-color: rgb(30 27 75 / 0.8); }
.border-y-indigo-950\/90{ border-top-color: rgb(30 27 75 / 0.9); border-bottom-color: rgb(30 27 75 / 0.9); }
.border-y-indigo-950\/95{ border-top-color: rgb(30 27 75 / 0.95); border-bottom-color: rgb(30 27 75 / 0.95); }
.border-y-inherit{ border-top-color: inherit; border-bottom-color: inherit; }
.border-y-kaimurasaki{ --tw-border-opacity: 1; border-top-color: rgb(34 28 52 / var(--tw-border-opacity)); border-bottom-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-100{ --tw-border-opacity: 1; border-top-color: rgb(232 232 234 / var(--tw-border-opacity)); border-bottom-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-100\/0{ border-top-color: rgb(232 232 234 / 0); border-bottom-color: rgb(232 232 234 / 0); }
.border-y-kaimurasaki-100\/10{ border-top-color: rgb(232 232 234 / 0.1); border-bottom-color: rgb(232 232 234 / 0.1); }
.border-y-kaimurasaki-100\/100{ border-top-color: rgb(232 232 234 / 1); border-bottom-color: rgb(232 232 234 / 1); }
.border-y-kaimurasaki-100\/20{ border-top-color: rgb(232 232 234 / 0.2); border-bottom-color: rgb(232 232 234 / 0.2); }
.border-y-kaimurasaki-100\/25{ border-top-color: rgb(232 232 234 / 0.25); border-bottom-color: rgb(232 232 234 / 0.25); }
.border-y-kaimurasaki-100\/30{ border-top-color: rgb(232 232 234 / 0.3); border-bottom-color: rgb(232 232 234 / 0.3); }
.border-y-kaimurasaki-100\/40{ border-top-color: rgb(232 232 234 / 0.4); border-bottom-color: rgb(232 232 234 / 0.4); }
.border-y-kaimurasaki-100\/5{ border-top-color: rgb(232 232 234 / 0.05); border-bottom-color: rgb(232 232 234 / 0.05); }
.border-y-kaimurasaki-100\/50{ border-top-color: rgb(232 232 234 / 0.5); border-bottom-color: rgb(232 232 234 / 0.5); }
.border-y-kaimurasaki-100\/60{ border-top-color: rgb(232 232 234 / 0.6); border-bottom-color: rgb(232 232 234 / 0.6); }
.border-y-kaimurasaki-100\/70{ border-top-color: rgb(232 232 234 / 0.7); border-bottom-color: rgb(232 232 234 / 0.7); }
.border-y-kaimurasaki-100\/75{ border-top-color: rgb(232 232 234 / 0.75); border-bottom-color: rgb(232 232 234 / 0.75); }
.border-y-kaimurasaki-100\/80{ border-top-color: rgb(232 232 234 / 0.8); border-bottom-color: rgb(232 232 234 / 0.8); }
.border-y-kaimurasaki-100\/90{ border-top-color: rgb(232 232 234 / 0.9); border-bottom-color: rgb(232 232 234 / 0.9); }
.border-y-kaimurasaki-100\/95{ border-top-color: rgb(232 232 234 / 0.95); border-bottom-color: rgb(232 232 234 / 0.95); }
.border-y-kaimurasaki-200{ --tw-border-opacity: 1; border-top-color: rgb(211 210 214 / var(--tw-border-opacity)); border-bottom-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-200\/0{ border-top-color: rgb(211 210 214 / 0); border-bottom-color: rgb(211 210 214 / 0); }
.border-y-kaimurasaki-200\/10{ border-top-color: rgb(211 210 214 / 0.1); border-bottom-color: rgb(211 210 214 / 0.1); }
.border-y-kaimurasaki-200\/100{ border-top-color: rgb(211 210 214 / 1); border-bottom-color: rgb(211 210 214 / 1); }
.border-y-kaimurasaki-200\/20{ border-top-color: rgb(211 210 214 / 0.2); border-bottom-color: rgb(211 210 214 / 0.2); }
.border-y-kaimurasaki-200\/25{ border-top-color: rgb(211 210 214 / 0.25); border-bottom-color: rgb(211 210 214 / 0.25); }
.border-y-kaimurasaki-200\/30{ border-top-color: rgb(211 210 214 / 0.3); border-bottom-color: rgb(211 210 214 / 0.3); }
.border-y-kaimurasaki-200\/40{ border-top-color: rgb(211 210 214 / 0.4); border-bottom-color: rgb(211 210 214 / 0.4); }
.border-y-kaimurasaki-200\/5{ border-top-color: rgb(211 210 214 / 0.05); border-bottom-color: rgb(211 210 214 / 0.05); }
.border-y-kaimurasaki-200\/50{ border-top-color: rgb(211 210 214 / 0.5); border-bottom-color: rgb(211 210 214 / 0.5); }
.border-y-kaimurasaki-200\/60{ border-top-color: rgb(211 210 214 / 0.6); border-bottom-color: rgb(211 210 214 / 0.6); }
.border-y-kaimurasaki-200\/70{ border-top-color: rgb(211 210 214 / 0.7); border-bottom-color: rgb(211 210 214 / 0.7); }
.border-y-kaimurasaki-200\/75{ border-top-color: rgb(211 210 214 / 0.75); border-bottom-color: rgb(211 210 214 / 0.75); }
.border-y-kaimurasaki-200\/80{ border-top-color: rgb(211 210 214 / 0.8); border-bottom-color: rgb(211 210 214 / 0.8); }
.border-y-kaimurasaki-200\/90{ border-top-color: rgb(211 210 214 / 0.9); border-bottom-color: rgb(211 210 214 / 0.9); }
.border-y-kaimurasaki-200\/95{ border-top-color: rgb(211 210 214 / 0.95); border-bottom-color: rgb(211 210 214 / 0.95); }
.border-y-kaimurasaki-300{ --tw-border-opacity: 1; border-top-color: rgb(188 186 194 / var(--tw-border-opacity)); border-bottom-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-300\/0{ border-top-color: rgb(188 186 194 / 0); border-bottom-color: rgb(188 186 194 / 0); }
.border-y-kaimurasaki-300\/10{ border-top-color: rgb(188 186 194 / 0.1); border-bottom-color: rgb(188 186 194 / 0.1); }
.border-y-kaimurasaki-300\/100{ border-top-color: rgb(188 186 194 / 1); border-bottom-color: rgb(188 186 194 / 1); }
.border-y-kaimurasaki-300\/20{ border-top-color: rgb(188 186 194 / 0.2); border-bottom-color: rgb(188 186 194 / 0.2); }
.border-y-kaimurasaki-300\/25{ border-top-color: rgb(188 186 194 / 0.25); border-bottom-color: rgb(188 186 194 / 0.25); }
.border-y-kaimurasaki-300\/30{ border-top-color: rgb(188 186 194 / 0.3); border-bottom-color: rgb(188 186 194 / 0.3); }
.border-y-kaimurasaki-300\/40{ border-top-color: rgb(188 186 194 / 0.4); border-bottom-color: rgb(188 186 194 / 0.4); }
.border-y-kaimurasaki-300\/5{ border-top-color: rgb(188 186 194 / 0.05); border-bottom-color: rgb(188 186 194 / 0.05); }
.border-y-kaimurasaki-300\/50{ border-top-color: rgb(188 186 194 / 0.5); border-bottom-color: rgb(188 186 194 / 0.5); }
.border-y-kaimurasaki-300\/60{ border-top-color: rgb(188 186 194 / 0.6); border-bottom-color: rgb(188 186 194 / 0.6); }
.border-y-kaimurasaki-300\/70{ border-top-color: rgb(188 186 194 / 0.7); border-bottom-color: rgb(188 186 194 / 0.7); }
.border-y-kaimurasaki-300\/75{ border-top-color: rgb(188 186 194 / 0.75); border-bottom-color: rgb(188 186 194 / 0.75); }
.border-y-kaimurasaki-300\/80{ border-top-color: rgb(188 186 194 / 0.8); border-bottom-color: rgb(188 186 194 / 0.8); }
.border-y-kaimurasaki-300\/90{ border-top-color: rgb(188 186 194 / 0.9); border-bottom-color: rgb(188 186 194 / 0.9); }
.border-y-kaimurasaki-300\/95{ border-top-color: rgb(188 186 194 / 0.95); border-bottom-color: rgb(188 186 194 / 0.95); }
.border-y-kaimurasaki-400{ --tw-border-opacity: 1; border-top-color: rgb(167 164 174 / var(--tw-border-opacity)); border-bottom-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-400\/0{ border-top-color: rgb(167 164 174 / 0); border-bottom-color: rgb(167 164 174 / 0); }
.border-y-kaimurasaki-400\/10{ border-top-color: rgb(167 164 174 / 0.1); border-bottom-color: rgb(167 164 174 / 0.1); }
.border-y-kaimurasaki-400\/100{ border-top-color: rgb(167 164 174 / 1); border-bottom-color: rgb(167 164 174 / 1); }
.border-y-kaimurasaki-400\/20{ border-top-color: rgb(167 164 174 / 0.2); border-bottom-color: rgb(167 164 174 / 0.2); }
.border-y-kaimurasaki-400\/25{ border-top-color: rgb(167 164 174 / 0.25); border-bottom-color: rgb(167 164 174 / 0.25); }
.border-y-kaimurasaki-400\/30{ border-top-color: rgb(167 164 174 / 0.3); border-bottom-color: rgb(167 164 174 / 0.3); }
.border-y-kaimurasaki-400\/40{ border-top-color: rgb(167 164 174 / 0.4); border-bottom-color: rgb(167 164 174 / 0.4); }
.border-y-kaimurasaki-400\/5{ border-top-color: rgb(167 164 174 / 0.05); border-bottom-color: rgb(167 164 174 / 0.05); }
.border-y-kaimurasaki-400\/50{ border-top-color: rgb(167 164 174 / 0.5); border-bottom-color: rgb(167 164 174 / 0.5); }
.border-y-kaimurasaki-400\/60{ border-top-color: rgb(167 164 174 / 0.6); border-bottom-color: rgb(167 164 174 / 0.6); }
.border-y-kaimurasaki-400\/70{ border-top-color: rgb(167 164 174 / 0.7); border-bottom-color: rgb(167 164 174 / 0.7); }
.border-y-kaimurasaki-400\/75{ border-top-color: rgb(167 164 174 / 0.75); border-bottom-color: rgb(167 164 174 / 0.75); }
.border-y-kaimurasaki-400\/80{ border-top-color: rgb(167 164 174 / 0.8); border-bottom-color: rgb(167 164 174 / 0.8); }
.border-y-kaimurasaki-400\/90{ border-top-color: rgb(167 164 174 / 0.9); border-bottom-color: rgb(167 164 174 / 0.9); }
.border-y-kaimurasaki-400\/95{ border-top-color: rgb(167 164 174 / 0.95); border-bottom-color: rgb(167 164 174 / 0.95); }
.border-y-kaimurasaki-500{ --tw-border-opacity: 1; border-top-color: rgb(145 142 154 / var(--tw-border-opacity)); border-bottom-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-500\/0{ border-top-color: rgb(145 142 154 / 0); border-bottom-color: rgb(145 142 154 / 0); }
.border-y-kaimurasaki-500\/10{ border-top-color: rgb(145 142 154 / 0.1); border-bottom-color: rgb(145 142 154 / 0.1); }
.border-y-kaimurasaki-500\/100{ border-top-color: rgb(145 142 154 / 1); border-bottom-color: rgb(145 142 154 / 1); }
.border-y-kaimurasaki-500\/20{ border-top-color: rgb(145 142 154 / 0.2); border-bottom-color: rgb(145 142 154 / 0.2); }
.border-y-kaimurasaki-500\/25{ border-top-color: rgb(145 142 154 / 0.25); border-bottom-color: rgb(145 142 154 / 0.25); }
.border-y-kaimurasaki-500\/30{ border-top-color: rgb(145 142 154 / 0.3); border-bottom-color: rgb(145 142 154 / 0.3); }
.border-y-kaimurasaki-500\/40{ border-top-color: rgb(145 142 154 / 0.4); border-bottom-color: rgb(145 142 154 / 0.4); }
.border-y-kaimurasaki-500\/5{ border-top-color: rgb(145 142 154 / 0.05); border-bottom-color: rgb(145 142 154 / 0.05); }
.border-y-kaimurasaki-500\/50{ border-top-color: rgb(145 142 154 / 0.5); border-bottom-color: rgb(145 142 154 / 0.5); }
.border-y-kaimurasaki-500\/60{ border-top-color: rgb(145 142 154 / 0.6); border-bottom-color: rgb(145 142 154 / 0.6); }
.border-y-kaimurasaki-500\/70{ border-top-color: rgb(145 142 154 / 0.7); border-bottom-color: rgb(145 142 154 / 0.7); }
.border-y-kaimurasaki-500\/75{ border-top-color: rgb(145 142 154 / 0.75); border-bottom-color: rgb(145 142 154 / 0.75); }
.border-y-kaimurasaki-500\/80{ border-top-color: rgb(145 142 154 / 0.8); border-bottom-color: rgb(145 142 154 / 0.8); }
.border-y-kaimurasaki-500\/90{ border-top-color: rgb(145 142 154 / 0.9); border-bottom-color: rgb(145 142 154 / 0.9); }
.border-y-kaimurasaki-500\/95{ border-top-color: rgb(145 142 154 / 0.95); border-bottom-color: rgb(145 142 154 / 0.95); }
.border-y-kaimurasaki-600{ --tw-border-opacity: 1; border-top-color: rgb(122 119 133 / var(--tw-border-opacity)); border-bottom-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-600\/0{ border-top-color: rgb(122 119 133 / 0); border-bottom-color: rgb(122 119 133 / 0); }
.border-y-kaimurasaki-600\/10{ border-top-color: rgb(122 119 133 / 0.1); border-bottom-color: rgb(122 119 133 / 0.1); }
.border-y-kaimurasaki-600\/100{ border-top-color: rgb(122 119 133 / 1); border-bottom-color: rgb(122 119 133 / 1); }
.border-y-kaimurasaki-600\/20{ border-top-color: rgb(122 119 133 / 0.2); border-bottom-color: rgb(122 119 133 / 0.2); }
.border-y-kaimurasaki-600\/25{ border-top-color: rgb(122 119 133 / 0.25); border-bottom-color: rgb(122 119 133 / 0.25); }
.border-y-kaimurasaki-600\/30{ border-top-color: rgb(122 119 133 / 0.3); border-bottom-color: rgb(122 119 133 / 0.3); }
.border-y-kaimurasaki-600\/40{ border-top-color: rgb(122 119 133 / 0.4); border-bottom-color: rgb(122 119 133 / 0.4); }
.border-y-kaimurasaki-600\/5{ border-top-color: rgb(122 119 133 / 0.05); border-bottom-color: rgb(122 119 133 / 0.05); }
.border-y-kaimurasaki-600\/50{ border-top-color: rgb(122 119 133 / 0.5); border-bottom-color: rgb(122 119 133 / 0.5); }
.border-y-kaimurasaki-600\/60{ border-top-color: rgb(122 119 133 / 0.6); border-bottom-color: rgb(122 119 133 / 0.6); }
.border-y-kaimurasaki-600\/70{ border-top-color: rgb(122 119 133 / 0.7); border-bottom-color: rgb(122 119 133 / 0.7); }
.border-y-kaimurasaki-600\/75{ border-top-color: rgb(122 119 133 / 0.75); border-bottom-color: rgb(122 119 133 / 0.75); }
.border-y-kaimurasaki-600\/80{ border-top-color: rgb(122 119 133 / 0.8); border-bottom-color: rgb(122 119 133 / 0.8); }
.border-y-kaimurasaki-600\/90{ border-top-color: rgb(122 119 133 / 0.9); border-bottom-color: rgb(122 119 133 / 0.9); }
.border-y-kaimurasaki-600\/95{ border-top-color: rgb(122 119 133 / 0.95); border-bottom-color: rgb(122 119 133 / 0.95); }
.border-y-kaimurasaki-700{ --tw-border-opacity: 1; border-top-color: rgb(100 96 113 / var(--tw-border-opacity)); border-bottom-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-700\/0{ border-top-color: rgb(100 96 113 / 0); border-bottom-color: rgb(100 96 113 / 0); }
.border-y-kaimurasaki-700\/10{ border-top-color: rgb(100 96 113 / 0.1); border-bottom-color: rgb(100 96 113 / 0.1); }
.border-y-kaimurasaki-700\/100{ border-top-color: rgb(100 96 113 / 1); border-bottom-color: rgb(100 96 113 / 1); }
.border-y-kaimurasaki-700\/20{ border-top-color: rgb(100 96 113 / 0.2); border-bottom-color: rgb(100 96 113 / 0.2); }
.border-y-kaimurasaki-700\/25{ border-top-color: rgb(100 96 113 / 0.25); border-bottom-color: rgb(100 96 113 / 0.25); }
.border-y-kaimurasaki-700\/30{ border-top-color: rgb(100 96 113 / 0.3); border-bottom-color: rgb(100 96 113 / 0.3); }
.border-y-kaimurasaki-700\/40{ border-top-color: rgb(100 96 113 / 0.4); border-bottom-color: rgb(100 96 113 / 0.4); }
.border-y-kaimurasaki-700\/5{ border-top-color: rgb(100 96 113 / 0.05); border-bottom-color: rgb(100 96 113 / 0.05); }
.border-y-kaimurasaki-700\/50{ border-top-color: rgb(100 96 113 / 0.5); border-bottom-color: rgb(100 96 113 / 0.5); }
.border-y-kaimurasaki-700\/60{ border-top-color: rgb(100 96 113 / 0.6); border-bottom-color: rgb(100 96 113 / 0.6); }
.border-y-kaimurasaki-700\/70{ border-top-color: rgb(100 96 113 / 0.7); border-bottom-color: rgb(100 96 113 / 0.7); }
.border-y-kaimurasaki-700\/75{ border-top-color: rgb(100 96 113 / 0.75); border-bottom-color: rgb(100 96 113 / 0.75); }
.border-y-kaimurasaki-700\/80{ border-top-color: rgb(100 96 113 / 0.8); border-bottom-color: rgb(100 96 113 / 0.8); }
.border-y-kaimurasaki-700\/90{ border-top-color: rgb(100 96 113 / 0.9); border-bottom-color: rgb(100 96 113 / 0.9); }
.border-y-kaimurasaki-700\/95{ border-top-color: rgb(100 96 113 / 0.95); border-bottom-color: rgb(100 96 113 / 0.95); }
.border-y-kaimurasaki-800{ --tw-border-opacity: 1; border-top-color: rgb(78 73 93 / var(--tw-border-opacity)); border-bottom-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-800\/0{ border-top-color: rgb(78 73 93 / 0); border-bottom-color: rgb(78 73 93 / 0); }
.border-y-kaimurasaki-800\/10{ border-top-color: rgb(78 73 93 / 0.1); border-bottom-color: rgb(78 73 93 / 0.1); }
.border-y-kaimurasaki-800\/100{ border-top-color: rgb(78 73 93 / 1); border-bottom-color: rgb(78 73 93 / 1); }
.border-y-kaimurasaki-800\/20{ border-top-color: rgb(78 73 93 / 0.2); border-bottom-color: rgb(78 73 93 / 0.2); }
.border-y-kaimurasaki-800\/25{ border-top-color: rgb(78 73 93 / 0.25); border-bottom-color: rgb(78 73 93 / 0.25); }
.border-y-kaimurasaki-800\/30{ border-top-color: rgb(78 73 93 / 0.3); border-bottom-color: rgb(78 73 93 / 0.3); }
.border-y-kaimurasaki-800\/40{ border-top-color: rgb(78 73 93 / 0.4); border-bottom-color: rgb(78 73 93 / 0.4); }
.border-y-kaimurasaki-800\/5{ border-top-color: rgb(78 73 93 / 0.05); border-bottom-color: rgb(78 73 93 / 0.05); }
.border-y-kaimurasaki-800\/50{ border-top-color: rgb(78 73 93 / 0.5); border-bottom-color: rgb(78 73 93 / 0.5); }
.border-y-kaimurasaki-800\/60{ border-top-color: rgb(78 73 93 / 0.6); border-bottom-color: rgb(78 73 93 / 0.6); }
.border-y-kaimurasaki-800\/70{ border-top-color: rgb(78 73 93 / 0.7); border-bottom-color: rgb(78 73 93 / 0.7); }
.border-y-kaimurasaki-800\/75{ border-top-color: rgb(78 73 93 / 0.75); border-bottom-color: rgb(78 73 93 / 0.75); }
.border-y-kaimurasaki-800\/80{ border-top-color: rgb(78 73 93 / 0.8); border-bottom-color: rgb(78 73 93 / 0.8); }
.border-y-kaimurasaki-800\/90{ border-top-color: rgb(78 73 93 / 0.9); border-bottom-color: rgb(78 73 93 / 0.9); }
.border-y-kaimurasaki-800\/95{ border-top-color: rgb(78 73 93 / 0.95); border-bottom-color: rgb(78 73 93 / 0.95); }
.border-y-kaimurasaki-900{ --tw-border-opacity: 1; border-top-color: rgb(56 50 72 / var(--tw-border-opacity)); border-bottom-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-900\/0{ border-top-color: rgb(56 50 72 / 0); border-bottom-color: rgb(56 50 72 / 0); }
.border-y-kaimurasaki-900\/10{ border-top-color: rgb(56 50 72 / 0.1); border-bottom-color: rgb(56 50 72 / 0.1); }
.border-y-kaimurasaki-900\/100{ border-top-color: rgb(56 50 72 / 1); border-bottom-color: rgb(56 50 72 / 1); }
.border-y-kaimurasaki-900\/20{ border-top-color: rgb(56 50 72 / 0.2); border-bottom-color: rgb(56 50 72 / 0.2); }
.border-y-kaimurasaki-900\/25{ border-top-color: rgb(56 50 72 / 0.25); border-bottom-color: rgb(56 50 72 / 0.25); }
.border-y-kaimurasaki-900\/30{ border-top-color: rgb(56 50 72 / 0.3); border-bottom-color: rgb(56 50 72 / 0.3); }
.border-y-kaimurasaki-900\/40{ border-top-color: rgb(56 50 72 / 0.4); border-bottom-color: rgb(56 50 72 / 0.4); }
.border-y-kaimurasaki-900\/5{ border-top-color: rgb(56 50 72 / 0.05); border-bottom-color: rgb(56 50 72 / 0.05); }
.border-y-kaimurasaki-900\/50{ border-top-color: rgb(56 50 72 / 0.5); border-bottom-color: rgb(56 50 72 / 0.5); }
.border-y-kaimurasaki-900\/60{ border-top-color: rgb(56 50 72 / 0.6); border-bottom-color: rgb(56 50 72 / 0.6); }
.border-y-kaimurasaki-900\/70{ border-top-color: rgb(56 50 72 / 0.7); border-bottom-color: rgb(56 50 72 / 0.7); }
.border-y-kaimurasaki-900\/75{ border-top-color: rgb(56 50 72 / 0.75); border-bottom-color: rgb(56 50 72 / 0.75); }
.border-y-kaimurasaki-900\/80{ border-top-color: rgb(56 50 72 / 0.8); border-bottom-color: rgb(56 50 72 / 0.8); }
.border-y-kaimurasaki-900\/90{ border-top-color: rgb(56 50 72 / 0.9); border-bottom-color: rgb(56 50 72 / 0.9); }
.border-y-kaimurasaki-900\/95{ border-top-color: rgb(56 50 72 / 0.95); border-bottom-color: rgb(56 50 72 / 0.95); }
.border-y-kaimurasaki-950{ --tw-border-opacity: 1; border-top-color: rgb(44 39 62 / var(--tw-border-opacity)); border-bottom-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-y-kaimurasaki-950\/0{ border-top-color: rgb(44 39 62 / 0); border-bottom-color: rgb(44 39 62 / 0); }
.border-y-kaimurasaki-950\/10{ border-top-color: rgb(44 39 62 / 0.1); border-bottom-color: rgb(44 39 62 / 0.1); }
.border-y-kaimurasaki-950\/100{ border-top-color: rgb(44 39 62 / 1); border-bottom-color: rgb(44 39 62 / 1); }
.border-y-kaimurasaki-950\/20{ border-top-color: rgb(44 39 62 / 0.2); border-bottom-color: rgb(44 39 62 / 0.2); }
.border-y-kaimurasaki-950\/25{ border-top-color: rgb(44 39 62 / 0.25); border-bottom-color: rgb(44 39 62 / 0.25); }
.border-y-kaimurasaki-950\/30{ border-top-color: rgb(44 39 62 / 0.3); border-bottom-color: rgb(44 39 62 / 0.3); }
.border-y-kaimurasaki-950\/40{ border-top-color: rgb(44 39 62 / 0.4); border-bottom-color: rgb(44 39 62 / 0.4); }
.border-y-kaimurasaki-950\/5{ border-top-color: rgb(44 39 62 / 0.05); border-bottom-color: rgb(44 39 62 / 0.05); }
.border-y-kaimurasaki-950\/50{ border-top-color: rgb(44 39 62 / 0.5); border-bottom-color: rgb(44 39 62 / 0.5); }
.border-y-kaimurasaki-950\/60{ border-top-color: rgb(44 39 62 / 0.6); border-bottom-color: rgb(44 39 62 / 0.6); }
.border-y-kaimurasaki-950\/70{ border-top-color: rgb(44 39 62 / 0.7); border-bottom-color: rgb(44 39 62 / 0.7); }
.border-y-kaimurasaki-950\/75{ border-top-color: rgb(44 39 62 / 0.75); border-bottom-color: rgb(44 39 62 / 0.75); }
.border-y-kaimurasaki-950\/80{ border-top-color: rgb(44 39 62 / 0.8); border-bottom-color: rgb(44 39 62 / 0.8); }
.border-y-kaimurasaki-950\/90{ border-top-color: rgb(44 39 62 / 0.9); border-bottom-color: rgb(44 39 62 / 0.9); }
.border-y-kaimurasaki-950\/95{ border-top-color: rgb(44 39 62 / 0.95); border-bottom-color: rgb(44 39 62 / 0.95); }
.border-y-kaimurasaki\/0{ border-top-color: rgb(34 28 52 / 0); border-bottom-color: rgb(34 28 52 / 0); }
.border-y-kaimurasaki\/10{ border-top-color: rgb(34 28 52 / 0.1); border-bottom-color: rgb(34 28 52 / 0.1); }
.border-y-kaimurasaki\/100{ border-top-color: rgb(34 28 52 / 1); border-bottom-color: rgb(34 28 52 / 1); }
.border-y-kaimurasaki\/20{ border-top-color: rgb(34 28 52 / 0.2); border-bottom-color: rgb(34 28 52 / 0.2); }
.border-y-kaimurasaki\/25{ border-top-color: rgb(34 28 52 / 0.25); border-bottom-color: rgb(34 28 52 / 0.25); }
.border-y-kaimurasaki\/30{ border-top-color: rgb(34 28 52 / 0.3); border-bottom-color: rgb(34 28 52 / 0.3); }
.border-y-kaimurasaki\/40{ border-top-color: rgb(34 28 52 / 0.4); border-bottom-color: rgb(34 28 52 / 0.4); }
.border-y-kaimurasaki\/5{ border-top-color: rgb(34 28 52 / 0.05); border-bottom-color: rgb(34 28 52 / 0.05); }
.border-y-kaimurasaki\/50{ border-top-color: rgb(34 28 52 / 0.5); border-bottom-color: rgb(34 28 52 / 0.5); }
.border-y-kaimurasaki\/60{ border-top-color: rgb(34 28 52 / 0.6); border-bottom-color: rgb(34 28 52 / 0.6); }
.border-y-kaimurasaki\/70{ border-top-color: rgb(34 28 52 / 0.7); border-bottom-color: rgb(34 28 52 / 0.7); }
.border-y-kaimurasaki\/75{ border-top-color: rgb(34 28 52 / 0.75); border-bottom-color: rgb(34 28 52 / 0.75); }
.border-y-kaimurasaki\/80{ border-top-color: rgb(34 28 52 / 0.8); border-bottom-color: rgb(34 28 52 / 0.8); }
.border-y-kaimurasaki\/90{ border-top-color: rgb(34 28 52 / 0.9); border-bottom-color: rgb(34 28 52 / 0.9); }
.border-y-kaimurasaki\/95{ border-top-color: rgb(34 28 52 / 0.95); border-bottom-color: rgb(34 28 52 / 0.95); }
.border-y-lime-100{ --tw-border-opacity: 1; border-top-color: rgb(236 252 203 / var(--tw-border-opacity)); border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-y-lime-100\/0{ border-top-color: rgb(236 252 203 / 0); border-bottom-color: rgb(236 252 203 / 0); }
.border-y-lime-100\/10{ border-top-color: rgb(236 252 203 / 0.1); border-bottom-color: rgb(236 252 203 / 0.1); }
.border-y-lime-100\/100{ border-top-color: rgb(236 252 203 / 1); border-bottom-color: rgb(236 252 203 / 1); }
.border-y-lime-100\/20{ border-top-color: rgb(236 252 203 / 0.2); border-bottom-color: rgb(236 252 203 / 0.2); }
.border-y-lime-100\/25{ border-top-color: rgb(236 252 203 / 0.25); border-bottom-color: rgb(236 252 203 / 0.25); }
.border-y-lime-100\/30{ border-top-color: rgb(236 252 203 / 0.3); border-bottom-color: rgb(236 252 203 / 0.3); }
.border-y-lime-100\/40{ border-top-color: rgb(236 252 203 / 0.4); border-bottom-color: rgb(236 252 203 / 0.4); }
.border-y-lime-100\/5{ border-top-color: rgb(236 252 203 / 0.05); border-bottom-color: rgb(236 252 203 / 0.05); }
.border-y-lime-100\/50{ border-top-color: rgb(236 252 203 / 0.5); border-bottom-color: rgb(236 252 203 / 0.5); }
.border-y-lime-100\/60{ border-top-color: rgb(236 252 203 / 0.6); border-bottom-color: rgb(236 252 203 / 0.6); }
.border-y-lime-100\/70{ border-top-color: rgb(236 252 203 / 0.7); border-bottom-color: rgb(236 252 203 / 0.7); }
.border-y-lime-100\/75{ border-top-color: rgb(236 252 203 / 0.75); border-bottom-color: rgb(236 252 203 / 0.75); }
.border-y-lime-100\/80{ border-top-color: rgb(236 252 203 / 0.8); border-bottom-color: rgb(236 252 203 / 0.8); }
.border-y-lime-100\/90{ border-top-color: rgb(236 252 203 / 0.9); border-bottom-color: rgb(236 252 203 / 0.9); }
.border-y-lime-100\/95{ border-top-color: rgb(236 252 203 / 0.95); border-bottom-color: rgb(236 252 203 / 0.95); }
.border-y-lime-200{ --tw-border-opacity: 1; border-top-color: rgb(217 249 157 / var(--tw-border-opacity)); border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-y-lime-200\/0{ border-top-color: rgb(217 249 157 / 0); border-bottom-color: rgb(217 249 157 / 0); }
.border-y-lime-200\/10{ border-top-color: rgb(217 249 157 / 0.1); border-bottom-color: rgb(217 249 157 / 0.1); }
.border-y-lime-200\/100{ border-top-color: rgb(217 249 157 / 1); border-bottom-color: rgb(217 249 157 / 1); }
.border-y-lime-200\/20{ border-top-color: rgb(217 249 157 / 0.2); border-bottom-color: rgb(217 249 157 / 0.2); }
.border-y-lime-200\/25{ border-top-color: rgb(217 249 157 / 0.25); border-bottom-color: rgb(217 249 157 / 0.25); }
.border-y-lime-200\/30{ border-top-color: rgb(217 249 157 / 0.3); border-bottom-color: rgb(217 249 157 / 0.3); }
.border-y-lime-200\/40{ border-top-color: rgb(217 249 157 / 0.4); border-bottom-color: rgb(217 249 157 / 0.4); }
.border-y-lime-200\/5{ border-top-color: rgb(217 249 157 / 0.05); border-bottom-color: rgb(217 249 157 / 0.05); }
.border-y-lime-200\/50{ border-top-color: rgb(217 249 157 / 0.5); border-bottom-color: rgb(217 249 157 / 0.5); }
.border-y-lime-200\/60{ border-top-color: rgb(217 249 157 / 0.6); border-bottom-color: rgb(217 249 157 / 0.6); }
.border-y-lime-200\/70{ border-top-color: rgb(217 249 157 / 0.7); border-bottom-color: rgb(217 249 157 / 0.7); }
.border-y-lime-200\/75{ border-top-color: rgb(217 249 157 / 0.75); border-bottom-color: rgb(217 249 157 / 0.75); }
.border-y-lime-200\/80{ border-top-color: rgb(217 249 157 / 0.8); border-bottom-color: rgb(217 249 157 / 0.8); }
.border-y-lime-200\/90{ border-top-color: rgb(217 249 157 / 0.9); border-bottom-color: rgb(217 249 157 / 0.9); }
.border-y-lime-200\/95{ border-top-color: rgb(217 249 157 / 0.95); border-bottom-color: rgb(217 249 157 / 0.95); }
.border-y-lime-300{ --tw-border-opacity: 1; border-top-color: rgb(190 242 100 / var(--tw-border-opacity)); border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-y-lime-300\/0{ border-top-color: rgb(190 242 100 / 0); border-bottom-color: rgb(190 242 100 / 0); }
.border-y-lime-300\/10{ border-top-color: rgb(190 242 100 / 0.1); border-bottom-color: rgb(190 242 100 / 0.1); }
.border-y-lime-300\/100{ border-top-color: rgb(190 242 100 / 1); border-bottom-color: rgb(190 242 100 / 1); }
.border-y-lime-300\/20{ border-top-color: rgb(190 242 100 / 0.2); border-bottom-color: rgb(190 242 100 / 0.2); }
.border-y-lime-300\/25{ border-top-color: rgb(190 242 100 / 0.25); border-bottom-color: rgb(190 242 100 / 0.25); }
.border-y-lime-300\/30{ border-top-color: rgb(190 242 100 / 0.3); border-bottom-color: rgb(190 242 100 / 0.3); }
.border-y-lime-300\/40{ border-top-color: rgb(190 242 100 / 0.4); border-bottom-color: rgb(190 242 100 / 0.4); }
.border-y-lime-300\/5{ border-top-color: rgb(190 242 100 / 0.05); border-bottom-color: rgb(190 242 100 / 0.05); }
.border-y-lime-300\/50{ border-top-color: rgb(190 242 100 / 0.5); border-bottom-color: rgb(190 242 100 / 0.5); }
.border-y-lime-300\/60{ border-top-color: rgb(190 242 100 / 0.6); border-bottom-color: rgb(190 242 100 / 0.6); }
.border-y-lime-300\/70{ border-top-color: rgb(190 242 100 / 0.7); border-bottom-color: rgb(190 242 100 / 0.7); }
.border-y-lime-300\/75{ border-top-color: rgb(190 242 100 / 0.75); border-bottom-color: rgb(190 242 100 / 0.75); }
.border-y-lime-300\/80{ border-top-color: rgb(190 242 100 / 0.8); border-bottom-color: rgb(190 242 100 / 0.8); }
.border-y-lime-300\/90{ border-top-color: rgb(190 242 100 / 0.9); border-bottom-color: rgb(190 242 100 / 0.9); }
.border-y-lime-300\/95{ border-top-color: rgb(190 242 100 / 0.95); border-bottom-color: rgb(190 242 100 / 0.95); }
.border-y-lime-400{ --tw-border-opacity: 1; border-top-color: rgb(163 230 53 / var(--tw-border-opacity)); border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-y-lime-400\/0{ border-top-color: rgb(163 230 53 / 0); border-bottom-color: rgb(163 230 53 / 0); }
.border-y-lime-400\/10{ border-top-color: rgb(163 230 53 / 0.1); border-bottom-color: rgb(163 230 53 / 0.1); }
.border-y-lime-400\/100{ border-top-color: rgb(163 230 53 / 1); border-bottom-color: rgb(163 230 53 / 1); }
.border-y-lime-400\/20{ border-top-color: rgb(163 230 53 / 0.2); border-bottom-color: rgb(163 230 53 / 0.2); }
.border-y-lime-400\/25{ border-top-color: rgb(163 230 53 / 0.25); border-bottom-color: rgb(163 230 53 / 0.25); }
.border-y-lime-400\/30{ border-top-color: rgb(163 230 53 / 0.3); border-bottom-color: rgb(163 230 53 / 0.3); }
.border-y-lime-400\/40{ border-top-color: rgb(163 230 53 / 0.4); border-bottom-color: rgb(163 230 53 / 0.4); }
.border-y-lime-400\/5{ border-top-color: rgb(163 230 53 / 0.05); border-bottom-color: rgb(163 230 53 / 0.05); }
.border-y-lime-400\/50{ border-top-color: rgb(163 230 53 / 0.5); border-bottom-color: rgb(163 230 53 / 0.5); }
.border-y-lime-400\/60{ border-top-color: rgb(163 230 53 / 0.6); border-bottom-color: rgb(163 230 53 / 0.6); }
.border-y-lime-400\/70{ border-top-color: rgb(163 230 53 / 0.7); border-bottom-color: rgb(163 230 53 / 0.7); }
.border-y-lime-400\/75{ border-top-color: rgb(163 230 53 / 0.75); border-bottom-color: rgb(163 230 53 / 0.75); }
.border-y-lime-400\/80{ border-top-color: rgb(163 230 53 / 0.8); border-bottom-color: rgb(163 230 53 / 0.8); }
.border-y-lime-400\/90{ border-top-color: rgb(163 230 53 / 0.9); border-bottom-color: rgb(163 230 53 / 0.9); }
.border-y-lime-400\/95{ border-top-color: rgb(163 230 53 / 0.95); border-bottom-color: rgb(163 230 53 / 0.95); }
.border-y-lime-50{ --tw-border-opacity: 1; border-top-color: rgb(247 254 231 / var(--tw-border-opacity)); border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-y-lime-50\/0{ border-top-color: rgb(247 254 231 / 0); border-bottom-color: rgb(247 254 231 / 0); }
.border-y-lime-50\/10{ border-top-color: rgb(247 254 231 / 0.1); border-bottom-color: rgb(247 254 231 / 0.1); }
.border-y-lime-50\/100{ border-top-color: rgb(247 254 231 / 1); border-bottom-color: rgb(247 254 231 / 1); }
.border-y-lime-50\/20{ border-top-color: rgb(247 254 231 / 0.2); border-bottom-color: rgb(247 254 231 / 0.2); }
.border-y-lime-50\/25{ border-top-color: rgb(247 254 231 / 0.25); border-bottom-color: rgb(247 254 231 / 0.25); }
.border-y-lime-50\/30{ border-top-color: rgb(247 254 231 / 0.3); border-bottom-color: rgb(247 254 231 / 0.3); }
.border-y-lime-50\/40{ border-top-color: rgb(247 254 231 / 0.4); border-bottom-color: rgb(247 254 231 / 0.4); }
.border-y-lime-50\/5{ border-top-color: rgb(247 254 231 / 0.05); border-bottom-color: rgb(247 254 231 / 0.05); }
.border-y-lime-50\/50{ border-top-color: rgb(247 254 231 / 0.5); border-bottom-color: rgb(247 254 231 / 0.5); }
.border-y-lime-50\/60{ border-top-color: rgb(247 254 231 / 0.6); border-bottom-color: rgb(247 254 231 / 0.6); }
.border-y-lime-50\/70{ border-top-color: rgb(247 254 231 / 0.7); border-bottom-color: rgb(247 254 231 / 0.7); }
.border-y-lime-50\/75{ border-top-color: rgb(247 254 231 / 0.75); border-bottom-color: rgb(247 254 231 / 0.75); }
.border-y-lime-50\/80{ border-top-color: rgb(247 254 231 / 0.8); border-bottom-color: rgb(247 254 231 / 0.8); }
.border-y-lime-50\/90{ border-top-color: rgb(247 254 231 / 0.9); border-bottom-color: rgb(247 254 231 / 0.9); }
.border-y-lime-50\/95{ border-top-color: rgb(247 254 231 / 0.95); border-bottom-color: rgb(247 254 231 / 0.95); }
.border-y-lime-500{ --tw-border-opacity: 1; border-top-color: rgb(132 204 22 / var(--tw-border-opacity)); border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-y-lime-500\/0{ border-top-color: rgb(132 204 22 / 0); border-bottom-color: rgb(132 204 22 / 0); }
.border-y-lime-500\/10{ border-top-color: rgb(132 204 22 / 0.1); border-bottom-color: rgb(132 204 22 / 0.1); }
.border-y-lime-500\/100{ border-top-color: rgb(132 204 22 / 1); border-bottom-color: rgb(132 204 22 / 1); }
.border-y-lime-500\/20{ border-top-color: rgb(132 204 22 / 0.2); border-bottom-color: rgb(132 204 22 / 0.2); }
.border-y-lime-500\/25{ border-top-color: rgb(132 204 22 / 0.25); border-bottom-color: rgb(132 204 22 / 0.25); }
.border-y-lime-500\/30{ border-top-color: rgb(132 204 22 / 0.3); border-bottom-color: rgb(132 204 22 / 0.3); }
.border-y-lime-500\/40{ border-top-color: rgb(132 204 22 / 0.4); border-bottom-color: rgb(132 204 22 / 0.4); }
.border-y-lime-500\/5{ border-top-color: rgb(132 204 22 / 0.05); border-bottom-color: rgb(132 204 22 / 0.05); }
.border-y-lime-500\/50{ border-top-color: rgb(132 204 22 / 0.5); border-bottom-color: rgb(132 204 22 / 0.5); }
.border-y-lime-500\/60{ border-top-color: rgb(132 204 22 / 0.6); border-bottom-color: rgb(132 204 22 / 0.6); }
.border-y-lime-500\/70{ border-top-color: rgb(132 204 22 / 0.7); border-bottom-color: rgb(132 204 22 / 0.7); }
.border-y-lime-500\/75{ border-top-color: rgb(132 204 22 / 0.75); border-bottom-color: rgb(132 204 22 / 0.75); }
.border-y-lime-500\/80{ border-top-color: rgb(132 204 22 / 0.8); border-bottom-color: rgb(132 204 22 / 0.8); }
.border-y-lime-500\/90{ border-top-color: rgb(132 204 22 / 0.9); border-bottom-color: rgb(132 204 22 / 0.9); }
.border-y-lime-500\/95{ border-top-color: rgb(132 204 22 / 0.95); border-bottom-color: rgb(132 204 22 / 0.95); }
.border-y-lime-600{ --tw-border-opacity: 1; border-top-color: rgb(101 163 13 / var(--tw-border-opacity)); border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-y-lime-600\/0{ border-top-color: rgb(101 163 13 / 0); border-bottom-color: rgb(101 163 13 / 0); }
.border-y-lime-600\/10{ border-top-color: rgb(101 163 13 / 0.1); border-bottom-color: rgb(101 163 13 / 0.1); }
.border-y-lime-600\/100{ border-top-color: rgb(101 163 13 / 1); border-bottom-color: rgb(101 163 13 / 1); }
.border-y-lime-600\/20{ border-top-color: rgb(101 163 13 / 0.2); border-bottom-color: rgb(101 163 13 / 0.2); }
.border-y-lime-600\/25{ border-top-color: rgb(101 163 13 / 0.25); border-bottom-color: rgb(101 163 13 / 0.25); }
.border-y-lime-600\/30{ border-top-color: rgb(101 163 13 / 0.3); border-bottom-color: rgb(101 163 13 / 0.3); }
.border-y-lime-600\/40{ border-top-color: rgb(101 163 13 / 0.4); border-bottom-color: rgb(101 163 13 / 0.4); }
.border-y-lime-600\/5{ border-top-color: rgb(101 163 13 / 0.05); border-bottom-color: rgb(101 163 13 / 0.05); }
.border-y-lime-600\/50{ border-top-color: rgb(101 163 13 / 0.5); border-bottom-color: rgb(101 163 13 / 0.5); }
.border-y-lime-600\/60{ border-top-color: rgb(101 163 13 / 0.6); border-bottom-color: rgb(101 163 13 / 0.6); }
.border-y-lime-600\/70{ border-top-color: rgb(101 163 13 / 0.7); border-bottom-color: rgb(101 163 13 / 0.7); }
.border-y-lime-600\/75{ border-top-color: rgb(101 163 13 / 0.75); border-bottom-color: rgb(101 163 13 / 0.75); }
.border-y-lime-600\/80{ border-top-color: rgb(101 163 13 / 0.8); border-bottom-color: rgb(101 163 13 / 0.8); }
.border-y-lime-600\/90{ border-top-color: rgb(101 163 13 / 0.9); border-bottom-color: rgb(101 163 13 / 0.9); }
.border-y-lime-600\/95{ border-top-color: rgb(101 163 13 / 0.95); border-bottom-color: rgb(101 163 13 / 0.95); }
.border-y-lime-700{ --tw-border-opacity: 1; border-top-color: rgb(77 124 15 / var(--tw-border-opacity)); border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-y-lime-700\/0{ border-top-color: rgb(77 124 15 / 0); border-bottom-color: rgb(77 124 15 / 0); }
.border-y-lime-700\/10{ border-top-color: rgb(77 124 15 / 0.1); border-bottom-color: rgb(77 124 15 / 0.1); }
.border-y-lime-700\/100{ border-top-color: rgb(77 124 15 / 1); border-bottom-color: rgb(77 124 15 / 1); }
.border-y-lime-700\/20{ border-top-color: rgb(77 124 15 / 0.2); border-bottom-color: rgb(77 124 15 / 0.2); }
.border-y-lime-700\/25{ border-top-color: rgb(77 124 15 / 0.25); border-bottom-color: rgb(77 124 15 / 0.25); }
.border-y-lime-700\/30{ border-top-color: rgb(77 124 15 / 0.3); border-bottom-color: rgb(77 124 15 / 0.3); }
.border-y-lime-700\/40{ border-top-color: rgb(77 124 15 / 0.4); border-bottom-color: rgb(77 124 15 / 0.4); }
.border-y-lime-700\/5{ border-top-color: rgb(77 124 15 / 0.05); border-bottom-color: rgb(77 124 15 / 0.05); }
.border-y-lime-700\/50{ border-top-color: rgb(77 124 15 / 0.5); border-bottom-color: rgb(77 124 15 / 0.5); }
.border-y-lime-700\/60{ border-top-color: rgb(77 124 15 / 0.6); border-bottom-color: rgb(77 124 15 / 0.6); }
.border-y-lime-700\/70{ border-top-color: rgb(77 124 15 / 0.7); border-bottom-color: rgb(77 124 15 / 0.7); }
.border-y-lime-700\/75{ border-top-color: rgb(77 124 15 / 0.75); border-bottom-color: rgb(77 124 15 / 0.75); }
.border-y-lime-700\/80{ border-top-color: rgb(77 124 15 / 0.8); border-bottom-color: rgb(77 124 15 / 0.8); }
.border-y-lime-700\/90{ border-top-color: rgb(77 124 15 / 0.9); border-bottom-color: rgb(77 124 15 / 0.9); }
.border-y-lime-700\/95{ border-top-color: rgb(77 124 15 / 0.95); border-bottom-color: rgb(77 124 15 / 0.95); }
.border-y-lime-800{ --tw-border-opacity: 1; border-top-color: rgb(63 98 18 / var(--tw-border-opacity)); border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-y-lime-800\/0{ border-top-color: rgb(63 98 18 / 0); border-bottom-color: rgb(63 98 18 / 0); }
.border-y-lime-800\/10{ border-top-color: rgb(63 98 18 / 0.1); border-bottom-color: rgb(63 98 18 / 0.1); }
.border-y-lime-800\/100{ border-top-color: rgb(63 98 18 / 1); border-bottom-color: rgb(63 98 18 / 1); }
.border-y-lime-800\/20{ border-top-color: rgb(63 98 18 / 0.2); border-bottom-color: rgb(63 98 18 / 0.2); }
.border-y-lime-800\/25{ border-top-color: rgb(63 98 18 / 0.25); border-bottom-color: rgb(63 98 18 / 0.25); }
.border-y-lime-800\/30{ border-top-color: rgb(63 98 18 / 0.3); border-bottom-color: rgb(63 98 18 / 0.3); }
.border-y-lime-800\/40{ border-top-color: rgb(63 98 18 / 0.4); border-bottom-color: rgb(63 98 18 / 0.4); }
.border-y-lime-800\/5{ border-top-color: rgb(63 98 18 / 0.05); border-bottom-color: rgb(63 98 18 / 0.05); }
.border-y-lime-800\/50{ border-top-color: rgb(63 98 18 / 0.5); border-bottom-color: rgb(63 98 18 / 0.5); }
.border-y-lime-800\/60{ border-top-color: rgb(63 98 18 / 0.6); border-bottom-color: rgb(63 98 18 / 0.6); }
.border-y-lime-800\/70{ border-top-color: rgb(63 98 18 / 0.7); border-bottom-color: rgb(63 98 18 / 0.7); }
.border-y-lime-800\/75{ border-top-color: rgb(63 98 18 / 0.75); border-bottom-color: rgb(63 98 18 / 0.75); }
.border-y-lime-800\/80{ border-top-color: rgb(63 98 18 / 0.8); border-bottom-color: rgb(63 98 18 / 0.8); }
.border-y-lime-800\/90{ border-top-color: rgb(63 98 18 / 0.9); border-bottom-color: rgb(63 98 18 / 0.9); }
.border-y-lime-800\/95{ border-top-color: rgb(63 98 18 / 0.95); border-bottom-color: rgb(63 98 18 / 0.95); }
.border-y-lime-900{ --tw-border-opacity: 1; border-top-color: rgb(54 83 20 / var(--tw-border-opacity)); border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-y-lime-900\/0{ border-top-color: rgb(54 83 20 / 0); border-bottom-color: rgb(54 83 20 / 0); }
.border-y-lime-900\/10{ border-top-color: rgb(54 83 20 / 0.1); border-bottom-color: rgb(54 83 20 / 0.1); }
.border-y-lime-900\/100{ border-top-color: rgb(54 83 20 / 1); border-bottom-color: rgb(54 83 20 / 1); }
.border-y-lime-900\/20{ border-top-color: rgb(54 83 20 / 0.2); border-bottom-color: rgb(54 83 20 / 0.2); }
.border-y-lime-900\/25{ border-top-color: rgb(54 83 20 / 0.25); border-bottom-color: rgb(54 83 20 / 0.25); }
.border-y-lime-900\/30{ border-top-color: rgb(54 83 20 / 0.3); border-bottom-color: rgb(54 83 20 / 0.3); }
.border-y-lime-900\/40{ border-top-color: rgb(54 83 20 / 0.4); border-bottom-color: rgb(54 83 20 / 0.4); }
.border-y-lime-900\/5{ border-top-color: rgb(54 83 20 / 0.05); border-bottom-color: rgb(54 83 20 / 0.05); }
.border-y-lime-900\/50{ border-top-color: rgb(54 83 20 / 0.5); border-bottom-color: rgb(54 83 20 / 0.5); }
.border-y-lime-900\/60{ border-top-color: rgb(54 83 20 / 0.6); border-bottom-color: rgb(54 83 20 / 0.6); }
.border-y-lime-900\/70{ border-top-color: rgb(54 83 20 / 0.7); border-bottom-color: rgb(54 83 20 / 0.7); }
.border-y-lime-900\/75{ border-top-color: rgb(54 83 20 / 0.75); border-bottom-color: rgb(54 83 20 / 0.75); }
.border-y-lime-900\/80{ border-top-color: rgb(54 83 20 / 0.8); border-bottom-color: rgb(54 83 20 / 0.8); }
.border-y-lime-900\/90{ border-top-color: rgb(54 83 20 / 0.9); border-bottom-color: rgb(54 83 20 / 0.9); }
.border-y-lime-900\/95{ border-top-color: rgb(54 83 20 / 0.95); border-bottom-color: rgb(54 83 20 / 0.95); }
.border-y-lime-950{ --tw-border-opacity: 1; border-top-color: rgb(26 46 5 / var(--tw-border-opacity)); border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-y-lime-950\/0{ border-top-color: rgb(26 46 5 / 0); border-bottom-color: rgb(26 46 5 / 0); }
.border-y-lime-950\/10{ border-top-color: rgb(26 46 5 / 0.1); border-bottom-color: rgb(26 46 5 / 0.1); }
.border-y-lime-950\/100{ border-top-color: rgb(26 46 5 / 1); border-bottom-color: rgb(26 46 5 / 1); }
.border-y-lime-950\/20{ border-top-color: rgb(26 46 5 / 0.2); border-bottom-color: rgb(26 46 5 / 0.2); }
.border-y-lime-950\/25{ border-top-color: rgb(26 46 5 / 0.25); border-bottom-color: rgb(26 46 5 / 0.25); }
.border-y-lime-950\/30{ border-top-color: rgb(26 46 5 / 0.3); border-bottom-color: rgb(26 46 5 / 0.3); }
.border-y-lime-950\/40{ border-top-color: rgb(26 46 5 / 0.4); border-bottom-color: rgb(26 46 5 / 0.4); }
.border-y-lime-950\/5{ border-top-color: rgb(26 46 5 / 0.05); border-bottom-color: rgb(26 46 5 / 0.05); }
.border-y-lime-950\/50{ border-top-color: rgb(26 46 5 / 0.5); border-bottom-color: rgb(26 46 5 / 0.5); }
.border-y-lime-950\/60{ border-top-color: rgb(26 46 5 / 0.6); border-bottom-color: rgb(26 46 5 / 0.6); }
.border-y-lime-950\/70{ border-top-color: rgb(26 46 5 / 0.7); border-bottom-color: rgb(26 46 5 / 0.7); }
.border-y-lime-950\/75{ border-top-color: rgb(26 46 5 / 0.75); border-bottom-color: rgb(26 46 5 / 0.75); }
.border-y-lime-950\/80{ border-top-color: rgb(26 46 5 / 0.8); border-bottom-color: rgb(26 46 5 / 0.8); }
.border-y-lime-950\/90{ border-top-color: rgb(26 46 5 / 0.9); border-bottom-color: rgb(26 46 5 / 0.9); }
.border-y-lime-950\/95{ border-top-color: rgb(26 46 5 / 0.95); border-bottom-color: rgb(26 46 5 / 0.95); }
.border-y-neutral-100{ --tw-border-opacity: 1; border-top-color: rgb(245 245 245 / var(--tw-border-opacity)); border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-y-neutral-100\/0{ border-top-color: rgb(245 245 245 / 0); border-bottom-color: rgb(245 245 245 / 0); }
.border-y-neutral-100\/10{ border-top-color: rgb(245 245 245 / 0.1); border-bottom-color: rgb(245 245 245 / 0.1); }
.border-y-neutral-100\/100{ border-top-color: rgb(245 245 245 / 1); border-bottom-color: rgb(245 245 245 / 1); }
.border-y-neutral-100\/20{ border-top-color: rgb(245 245 245 / 0.2); border-bottom-color: rgb(245 245 245 / 0.2); }
.border-y-neutral-100\/25{ border-top-color: rgb(245 245 245 / 0.25); border-bottom-color: rgb(245 245 245 / 0.25); }
.border-y-neutral-100\/30{ border-top-color: rgb(245 245 245 / 0.3); border-bottom-color: rgb(245 245 245 / 0.3); }
.border-y-neutral-100\/40{ border-top-color: rgb(245 245 245 / 0.4); border-bottom-color: rgb(245 245 245 / 0.4); }
.border-y-neutral-100\/5{ border-top-color: rgb(245 245 245 / 0.05); border-bottom-color: rgb(245 245 245 / 0.05); }
.border-y-neutral-100\/50{ border-top-color: rgb(245 245 245 / 0.5); border-bottom-color: rgb(245 245 245 / 0.5); }
.border-y-neutral-100\/60{ border-top-color: rgb(245 245 245 / 0.6); border-bottom-color: rgb(245 245 245 / 0.6); }
.border-y-neutral-100\/70{ border-top-color: rgb(245 245 245 / 0.7); border-bottom-color: rgb(245 245 245 / 0.7); }
.border-y-neutral-100\/75{ border-top-color: rgb(245 245 245 / 0.75); border-bottom-color: rgb(245 245 245 / 0.75); }
.border-y-neutral-100\/80{ border-top-color: rgb(245 245 245 / 0.8); border-bottom-color: rgb(245 245 245 / 0.8); }
.border-y-neutral-100\/90{ border-top-color: rgb(245 245 245 / 0.9); border-bottom-color: rgb(245 245 245 / 0.9); }
.border-y-neutral-100\/95{ border-top-color: rgb(245 245 245 / 0.95); border-bottom-color: rgb(245 245 245 / 0.95); }
.border-y-neutral-200{ --tw-border-opacity: 1; border-top-color: rgb(229 229 229 / var(--tw-border-opacity)); border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-y-neutral-200\/0{ border-top-color: rgb(229 229 229 / 0); border-bottom-color: rgb(229 229 229 / 0); }
.border-y-neutral-200\/10{ border-top-color: rgb(229 229 229 / 0.1); border-bottom-color: rgb(229 229 229 / 0.1); }
.border-y-neutral-200\/100{ border-top-color: rgb(229 229 229 / 1); border-bottom-color: rgb(229 229 229 / 1); }
.border-y-neutral-200\/20{ border-top-color: rgb(229 229 229 / 0.2); border-bottom-color: rgb(229 229 229 / 0.2); }
.border-y-neutral-200\/25{ border-top-color: rgb(229 229 229 / 0.25); border-bottom-color: rgb(229 229 229 / 0.25); }
.border-y-neutral-200\/30{ border-top-color: rgb(229 229 229 / 0.3); border-bottom-color: rgb(229 229 229 / 0.3); }
.border-y-neutral-200\/40{ border-top-color: rgb(229 229 229 / 0.4); border-bottom-color: rgb(229 229 229 / 0.4); }
.border-y-neutral-200\/5{ border-top-color: rgb(229 229 229 / 0.05); border-bottom-color: rgb(229 229 229 / 0.05); }
.border-y-neutral-200\/50{ border-top-color: rgb(229 229 229 / 0.5); border-bottom-color: rgb(229 229 229 / 0.5); }
.border-y-neutral-200\/60{ border-top-color: rgb(229 229 229 / 0.6); border-bottom-color: rgb(229 229 229 / 0.6); }
.border-y-neutral-200\/70{ border-top-color: rgb(229 229 229 / 0.7); border-bottom-color: rgb(229 229 229 / 0.7); }
.border-y-neutral-200\/75{ border-top-color: rgb(229 229 229 / 0.75); border-bottom-color: rgb(229 229 229 / 0.75); }
.border-y-neutral-200\/80{ border-top-color: rgb(229 229 229 / 0.8); border-bottom-color: rgb(229 229 229 / 0.8); }
.border-y-neutral-200\/90{ border-top-color: rgb(229 229 229 / 0.9); border-bottom-color: rgb(229 229 229 / 0.9); }
.border-y-neutral-200\/95{ border-top-color: rgb(229 229 229 / 0.95); border-bottom-color: rgb(229 229 229 / 0.95); }
.border-y-neutral-300{ --tw-border-opacity: 1; border-top-color: rgb(212 212 212 / var(--tw-border-opacity)); border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-y-neutral-300\/0{ border-top-color: rgb(212 212 212 / 0); border-bottom-color: rgb(212 212 212 / 0); }
.border-y-neutral-300\/10{ border-top-color: rgb(212 212 212 / 0.1); border-bottom-color: rgb(212 212 212 / 0.1); }
.border-y-neutral-300\/100{ border-top-color: rgb(212 212 212 / 1); border-bottom-color: rgb(212 212 212 / 1); }
.border-y-neutral-300\/20{ border-top-color: rgb(212 212 212 / 0.2); border-bottom-color: rgb(212 212 212 / 0.2); }
.border-y-neutral-300\/25{ border-top-color: rgb(212 212 212 / 0.25); border-bottom-color: rgb(212 212 212 / 0.25); }
.border-y-neutral-300\/30{ border-top-color: rgb(212 212 212 / 0.3); border-bottom-color: rgb(212 212 212 / 0.3); }
.border-y-neutral-300\/40{ border-top-color: rgb(212 212 212 / 0.4); border-bottom-color: rgb(212 212 212 / 0.4); }
.border-y-neutral-300\/5{ border-top-color: rgb(212 212 212 / 0.05); border-bottom-color: rgb(212 212 212 / 0.05); }
.border-y-neutral-300\/50{ border-top-color: rgb(212 212 212 / 0.5); border-bottom-color: rgb(212 212 212 / 0.5); }
.border-y-neutral-300\/60{ border-top-color: rgb(212 212 212 / 0.6); border-bottom-color: rgb(212 212 212 / 0.6); }
.border-y-neutral-300\/70{ border-top-color: rgb(212 212 212 / 0.7); border-bottom-color: rgb(212 212 212 / 0.7); }
.border-y-neutral-300\/75{ border-top-color: rgb(212 212 212 / 0.75); border-bottom-color: rgb(212 212 212 / 0.75); }
.border-y-neutral-300\/80{ border-top-color: rgb(212 212 212 / 0.8); border-bottom-color: rgb(212 212 212 / 0.8); }
.border-y-neutral-300\/90{ border-top-color: rgb(212 212 212 / 0.9); border-bottom-color: rgb(212 212 212 / 0.9); }
.border-y-neutral-300\/95{ border-top-color: rgb(212 212 212 / 0.95); border-bottom-color: rgb(212 212 212 / 0.95); }
.border-y-neutral-400{ --tw-border-opacity: 1; border-top-color: rgb(163 163 163 / var(--tw-border-opacity)); border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-y-neutral-400\/0{ border-top-color: rgb(163 163 163 / 0); border-bottom-color: rgb(163 163 163 / 0); }
.border-y-neutral-400\/10{ border-top-color: rgb(163 163 163 / 0.1); border-bottom-color: rgb(163 163 163 / 0.1); }
.border-y-neutral-400\/100{ border-top-color: rgb(163 163 163 / 1); border-bottom-color: rgb(163 163 163 / 1); }
.border-y-neutral-400\/20{ border-top-color: rgb(163 163 163 / 0.2); border-bottom-color: rgb(163 163 163 / 0.2); }
.border-y-neutral-400\/25{ border-top-color: rgb(163 163 163 / 0.25); border-bottom-color: rgb(163 163 163 / 0.25); }
.border-y-neutral-400\/30{ border-top-color: rgb(163 163 163 / 0.3); border-bottom-color: rgb(163 163 163 / 0.3); }
.border-y-neutral-400\/40{ border-top-color: rgb(163 163 163 / 0.4); border-bottom-color: rgb(163 163 163 / 0.4); }
.border-y-neutral-400\/5{ border-top-color: rgb(163 163 163 / 0.05); border-bottom-color: rgb(163 163 163 / 0.05); }
.border-y-neutral-400\/50{ border-top-color: rgb(163 163 163 / 0.5); border-bottom-color: rgb(163 163 163 / 0.5); }
.border-y-neutral-400\/60{ border-top-color: rgb(163 163 163 / 0.6); border-bottom-color: rgb(163 163 163 / 0.6); }
.border-y-neutral-400\/70{ border-top-color: rgb(163 163 163 / 0.7); border-bottom-color: rgb(163 163 163 / 0.7); }
.border-y-neutral-400\/75{ border-top-color: rgb(163 163 163 / 0.75); border-bottom-color: rgb(163 163 163 / 0.75); }
.border-y-neutral-400\/80{ border-top-color: rgb(163 163 163 / 0.8); border-bottom-color: rgb(163 163 163 / 0.8); }
.border-y-neutral-400\/90{ border-top-color: rgb(163 163 163 / 0.9); border-bottom-color: rgb(163 163 163 / 0.9); }
.border-y-neutral-400\/95{ border-top-color: rgb(163 163 163 / 0.95); border-bottom-color: rgb(163 163 163 / 0.95); }
.border-y-neutral-50{ --tw-border-opacity: 1; border-top-color: rgb(250 250 250 / var(--tw-border-opacity)); border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-y-neutral-50\/0{ border-top-color: rgb(250 250 250 / 0); border-bottom-color: rgb(250 250 250 / 0); }
.border-y-neutral-50\/10{ border-top-color: rgb(250 250 250 / 0.1); border-bottom-color: rgb(250 250 250 / 0.1); }
.border-y-neutral-50\/100{ border-top-color: rgb(250 250 250 / 1); border-bottom-color: rgb(250 250 250 / 1); }
.border-y-neutral-50\/20{ border-top-color: rgb(250 250 250 / 0.2); border-bottom-color: rgb(250 250 250 / 0.2); }
.border-y-neutral-50\/25{ border-top-color: rgb(250 250 250 / 0.25); border-bottom-color: rgb(250 250 250 / 0.25); }
.border-y-neutral-50\/30{ border-top-color: rgb(250 250 250 / 0.3); border-bottom-color: rgb(250 250 250 / 0.3); }
.border-y-neutral-50\/40{ border-top-color: rgb(250 250 250 / 0.4); border-bottom-color: rgb(250 250 250 / 0.4); }
.border-y-neutral-50\/5{ border-top-color: rgb(250 250 250 / 0.05); border-bottom-color: rgb(250 250 250 / 0.05); }
.border-y-neutral-50\/50{ border-top-color: rgb(250 250 250 / 0.5); border-bottom-color: rgb(250 250 250 / 0.5); }
.border-y-neutral-50\/60{ border-top-color: rgb(250 250 250 / 0.6); border-bottom-color: rgb(250 250 250 / 0.6); }
.border-y-neutral-50\/70{ border-top-color: rgb(250 250 250 / 0.7); border-bottom-color: rgb(250 250 250 / 0.7); }
.border-y-neutral-50\/75{ border-top-color: rgb(250 250 250 / 0.75); border-bottom-color: rgb(250 250 250 / 0.75); }
.border-y-neutral-50\/80{ border-top-color: rgb(250 250 250 / 0.8); border-bottom-color: rgb(250 250 250 / 0.8); }
.border-y-neutral-50\/90{ border-top-color: rgb(250 250 250 / 0.9); border-bottom-color: rgb(250 250 250 / 0.9); }
.border-y-neutral-50\/95{ border-top-color: rgb(250 250 250 / 0.95); border-bottom-color: rgb(250 250 250 / 0.95); }
.border-y-neutral-500{ --tw-border-opacity: 1; border-top-color: rgb(115 115 115 / var(--tw-border-opacity)); border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-y-neutral-500\/0{ border-top-color: rgb(115 115 115 / 0); border-bottom-color: rgb(115 115 115 / 0); }
.border-y-neutral-500\/10{ border-top-color: rgb(115 115 115 / 0.1); border-bottom-color: rgb(115 115 115 / 0.1); }
.border-y-neutral-500\/100{ border-top-color: rgb(115 115 115 / 1); border-bottom-color: rgb(115 115 115 / 1); }
.border-y-neutral-500\/20{ border-top-color: rgb(115 115 115 / 0.2); border-bottom-color: rgb(115 115 115 / 0.2); }
.border-y-neutral-500\/25{ border-top-color: rgb(115 115 115 / 0.25); border-bottom-color: rgb(115 115 115 / 0.25); }
.border-y-neutral-500\/30{ border-top-color: rgb(115 115 115 / 0.3); border-bottom-color: rgb(115 115 115 / 0.3); }
.border-y-neutral-500\/40{ border-top-color: rgb(115 115 115 / 0.4); border-bottom-color: rgb(115 115 115 / 0.4); }
.border-y-neutral-500\/5{ border-top-color: rgb(115 115 115 / 0.05); border-bottom-color: rgb(115 115 115 / 0.05); }
.border-y-neutral-500\/50{ border-top-color: rgb(115 115 115 / 0.5); border-bottom-color: rgb(115 115 115 / 0.5); }
.border-y-neutral-500\/60{ border-top-color: rgb(115 115 115 / 0.6); border-bottom-color: rgb(115 115 115 / 0.6); }
.border-y-neutral-500\/70{ border-top-color: rgb(115 115 115 / 0.7); border-bottom-color: rgb(115 115 115 / 0.7); }
.border-y-neutral-500\/75{ border-top-color: rgb(115 115 115 / 0.75); border-bottom-color: rgb(115 115 115 / 0.75); }
.border-y-neutral-500\/80{ border-top-color: rgb(115 115 115 / 0.8); border-bottom-color: rgb(115 115 115 / 0.8); }
.border-y-neutral-500\/90{ border-top-color: rgb(115 115 115 / 0.9); border-bottom-color: rgb(115 115 115 / 0.9); }
.border-y-neutral-500\/95{ border-top-color: rgb(115 115 115 / 0.95); border-bottom-color: rgb(115 115 115 / 0.95); }
.border-y-neutral-600{ --tw-border-opacity: 1; border-top-color: rgb(82 82 82 / var(--tw-border-opacity)); border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-y-neutral-600\/0{ border-top-color: rgb(82 82 82 / 0); border-bottom-color: rgb(82 82 82 / 0); }
.border-y-neutral-600\/10{ border-top-color: rgb(82 82 82 / 0.1); border-bottom-color: rgb(82 82 82 / 0.1); }
.border-y-neutral-600\/100{ border-top-color: rgb(82 82 82 / 1); border-bottom-color: rgb(82 82 82 / 1); }
.border-y-neutral-600\/20{ border-top-color: rgb(82 82 82 / 0.2); border-bottom-color: rgb(82 82 82 / 0.2); }
.border-y-neutral-600\/25{ border-top-color: rgb(82 82 82 / 0.25); border-bottom-color: rgb(82 82 82 / 0.25); }
.border-y-neutral-600\/30{ border-top-color: rgb(82 82 82 / 0.3); border-bottom-color: rgb(82 82 82 / 0.3); }
.border-y-neutral-600\/40{ border-top-color: rgb(82 82 82 / 0.4); border-bottom-color: rgb(82 82 82 / 0.4); }
.border-y-neutral-600\/5{ border-top-color: rgb(82 82 82 / 0.05); border-bottom-color: rgb(82 82 82 / 0.05); }
.border-y-neutral-600\/50{ border-top-color: rgb(82 82 82 / 0.5); border-bottom-color: rgb(82 82 82 / 0.5); }
.border-y-neutral-600\/60{ border-top-color: rgb(82 82 82 / 0.6); border-bottom-color: rgb(82 82 82 / 0.6); }
.border-y-neutral-600\/70{ border-top-color: rgb(82 82 82 / 0.7); border-bottom-color: rgb(82 82 82 / 0.7); }
.border-y-neutral-600\/75{ border-top-color: rgb(82 82 82 / 0.75); border-bottom-color: rgb(82 82 82 / 0.75); }
.border-y-neutral-600\/80{ border-top-color: rgb(82 82 82 / 0.8); border-bottom-color: rgb(82 82 82 / 0.8); }
.border-y-neutral-600\/90{ border-top-color: rgb(82 82 82 / 0.9); border-bottom-color: rgb(82 82 82 / 0.9); }
.border-y-neutral-600\/95{ border-top-color: rgb(82 82 82 / 0.95); border-bottom-color: rgb(82 82 82 / 0.95); }
.border-y-neutral-700{ --tw-border-opacity: 1; border-top-color: rgb(64 64 64 / var(--tw-border-opacity)); border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-y-neutral-700\/0{ border-top-color: rgb(64 64 64 / 0); border-bottom-color: rgb(64 64 64 / 0); }
.border-y-neutral-700\/10{ border-top-color: rgb(64 64 64 / 0.1); border-bottom-color: rgb(64 64 64 / 0.1); }
.border-y-neutral-700\/100{ border-top-color: rgb(64 64 64 / 1); border-bottom-color: rgb(64 64 64 / 1); }
.border-y-neutral-700\/20{ border-top-color: rgb(64 64 64 / 0.2); border-bottom-color: rgb(64 64 64 / 0.2); }
.border-y-neutral-700\/25{ border-top-color: rgb(64 64 64 / 0.25); border-bottom-color: rgb(64 64 64 / 0.25); }
.border-y-neutral-700\/30{ border-top-color: rgb(64 64 64 / 0.3); border-bottom-color: rgb(64 64 64 / 0.3); }
.border-y-neutral-700\/40{ border-top-color: rgb(64 64 64 / 0.4); border-bottom-color: rgb(64 64 64 / 0.4); }
.border-y-neutral-700\/5{ border-top-color: rgb(64 64 64 / 0.05); border-bottom-color: rgb(64 64 64 / 0.05); }
.border-y-neutral-700\/50{ border-top-color: rgb(64 64 64 / 0.5); border-bottom-color: rgb(64 64 64 / 0.5); }
.border-y-neutral-700\/60{ border-top-color: rgb(64 64 64 / 0.6); border-bottom-color: rgb(64 64 64 / 0.6); }
.border-y-neutral-700\/70{ border-top-color: rgb(64 64 64 / 0.7); border-bottom-color: rgb(64 64 64 / 0.7); }
.border-y-neutral-700\/75{ border-top-color: rgb(64 64 64 / 0.75); border-bottom-color: rgb(64 64 64 / 0.75); }
.border-y-neutral-700\/80{ border-top-color: rgb(64 64 64 / 0.8); border-bottom-color: rgb(64 64 64 / 0.8); }
.border-y-neutral-700\/90{ border-top-color: rgb(64 64 64 / 0.9); border-bottom-color: rgb(64 64 64 / 0.9); }
.border-y-neutral-700\/95{ border-top-color: rgb(64 64 64 / 0.95); border-bottom-color: rgb(64 64 64 / 0.95); }
.border-y-neutral-800{ --tw-border-opacity: 1; border-top-color: rgb(38 38 38 / var(--tw-border-opacity)); border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-y-neutral-800\/0{ border-top-color: rgb(38 38 38 / 0); border-bottom-color: rgb(38 38 38 / 0); }
.border-y-neutral-800\/10{ border-top-color: rgb(38 38 38 / 0.1); border-bottom-color: rgb(38 38 38 / 0.1); }
.border-y-neutral-800\/100{ border-top-color: rgb(38 38 38 / 1); border-bottom-color: rgb(38 38 38 / 1); }
.border-y-neutral-800\/20{ border-top-color: rgb(38 38 38 / 0.2); border-bottom-color: rgb(38 38 38 / 0.2); }
.border-y-neutral-800\/25{ border-top-color: rgb(38 38 38 / 0.25); border-bottom-color: rgb(38 38 38 / 0.25); }
.border-y-neutral-800\/30{ border-top-color: rgb(38 38 38 / 0.3); border-bottom-color: rgb(38 38 38 / 0.3); }
.border-y-neutral-800\/40{ border-top-color: rgb(38 38 38 / 0.4); border-bottom-color: rgb(38 38 38 / 0.4); }
.border-y-neutral-800\/5{ border-top-color: rgb(38 38 38 / 0.05); border-bottom-color: rgb(38 38 38 / 0.05); }
.border-y-neutral-800\/50{ border-top-color: rgb(38 38 38 / 0.5); border-bottom-color: rgb(38 38 38 / 0.5); }
.border-y-neutral-800\/60{ border-top-color: rgb(38 38 38 / 0.6); border-bottom-color: rgb(38 38 38 / 0.6); }
.border-y-neutral-800\/70{ border-top-color: rgb(38 38 38 / 0.7); border-bottom-color: rgb(38 38 38 / 0.7); }
.border-y-neutral-800\/75{ border-top-color: rgb(38 38 38 / 0.75); border-bottom-color: rgb(38 38 38 / 0.75); }
.border-y-neutral-800\/80{ border-top-color: rgb(38 38 38 / 0.8); border-bottom-color: rgb(38 38 38 / 0.8); }
.border-y-neutral-800\/90{ border-top-color: rgb(38 38 38 / 0.9); border-bottom-color: rgb(38 38 38 / 0.9); }
.border-y-neutral-800\/95{ border-top-color: rgb(38 38 38 / 0.95); border-bottom-color: rgb(38 38 38 / 0.95); }
.border-y-neutral-900{ --tw-border-opacity: 1; border-top-color: rgb(23 23 23 / var(--tw-border-opacity)); border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-y-neutral-900\/0{ border-top-color: rgb(23 23 23 / 0); border-bottom-color: rgb(23 23 23 / 0); }
.border-y-neutral-900\/10{ border-top-color: rgb(23 23 23 / 0.1); border-bottom-color: rgb(23 23 23 / 0.1); }
.border-y-neutral-900\/100{ border-top-color: rgb(23 23 23 / 1); border-bottom-color: rgb(23 23 23 / 1); }
.border-y-neutral-900\/20{ border-top-color: rgb(23 23 23 / 0.2); border-bottom-color: rgb(23 23 23 / 0.2); }
.border-y-neutral-900\/25{ border-top-color: rgb(23 23 23 / 0.25); border-bottom-color: rgb(23 23 23 / 0.25); }
.border-y-neutral-900\/30{ border-top-color: rgb(23 23 23 / 0.3); border-bottom-color: rgb(23 23 23 / 0.3); }
.border-y-neutral-900\/40{ border-top-color: rgb(23 23 23 / 0.4); border-bottom-color: rgb(23 23 23 / 0.4); }
.border-y-neutral-900\/5{ border-top-color: rgb(23 23 23 / 0.05); border-bottom-color: rgb(23 23 23 / 0.05); }
.border-y-neutral-900\/50{ border-top-color: rgb(23 23 23 / 0.5); border-bottom-color: rgb(23 23 23 / 0.5); }
.border-y-neutral-900\/60{ border-top-color: rgb(23 23 23 / 0.6); border-bottom-color: rgb(23 23 23 / 0.6); }
.border-y-neutral-900\/70{ border-top-color: rgb(23 23 23 / 0.7); border-bottom-color: rgb(23 23 23 / 0.7); }
.border-y-neutral-900\/75{ border-top-color: rgb(23 23 23 / 0.75); border-bottom-color: rgb(23 23 23 / 0.75); }
.border-y-neutral-900\/80{ border-top-color: rgb(23 23 23 / 0.8); border-bottom-color: rgb(23 23 23 / 0.8); }
.border-y-neutral-900\/90{ border-top-color: rgb(23 23 23 / 0.9); border-bottom-color: rgb(23 23 23 / 0.9); }
.border-y-neutral-900\/95{ border-top-color: rgb(23 23 23 / 0.95); border-bottom-color: rgb(23 23 23 / 0.95); }
.border-y-neutral-950{ --tw-border-opacity: 1; border-top-color: rgb(10 10 10 / var(--tw-border-opacity)); border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-y-neutral-950\/0{ border-top-color: rgb(10 10 10 / 0); border-bottom-color: rgb(10 10 10 / 0); }
.border-y-neutral-950\/10{ border-top-color: rgb(10 10 10 / 0.1); border-bottom-color: rgb(10 10 10 / 0.1); }
.border-y-neutral-950\/100{ border-top-color: rgb(10 10 10 / 1); border-bottom-color: rgb(10 10 10 / 1); }
.border-y-neutral-950\/20{ border-top-color: rgb(10 10 10 / 0.2); border-bottom-color: rgb(10 10 10 / 0.2); }
.border-y-neutral-950\/25{ border-top-color: rgb(10 10 10 / 0.25); border-bottom-color: rgb(10 10 10 / 0.25); }
.border-y-neutral-950\/30{ border-top-color: rgb(10 10 10 / 0.3); border-bottom-color: rgb(10 10 10 / 0.3); }
.border-y-neutral-950\/40{ border-top-color: rgb(10 10 10 / 0.4); border-bottom-color: rgb(10 10 10 / 0.4); }
.border-y-neutral-950\/5{ border-top-color: rgb(10 10 10 / 0.05); border-bottom-color: rgb(10 10 10 / 0.05); }
.border-y-neutral-950\/50{ border-top-color: rgb(10 10 10 / 0.5); border-bottom-color: rgb(10 10 10 / 0.5); }
.border-y-neutral-950\/60{ border-top-color: rgb(10 10 10 / 0.6); border-bottom-color: rgb(10 10 10 / 0.6); }
.border-y-neutral-950\/70{ border-top-color: rgb(10 10 10 / 0.7); border-bottom-color: rgb(10 10 10 / 0.7); }
.border-y-neutral-950\/75{ border-top-color: rgb(10 10 10 / 0.75); border-bottom-color: rgb(10 10 10 / 0.75); }
.border-y-neutral-950\/80{ border-top-color: rgb(10 10 10 / 0.8); border-bottom-color: rgb(10 10 10 / 0.8); }
.border-y-neutral-950\/90{ border-top-color: rgb(10 10 10 / 0.9); border-bottom-color: rgb(10 10 10 / 0.9); }
.border-y-neutral-950\/95{ border-top-color: rgb(10 10 10 / 0.95); border-bottom-color: rgb(10 10 10 / 0.95); }
.border-y-orange-100{ --tw-border-opacity: 1; border-top-color: rgb(255 237 213 / var(--tw-border-opacity)); border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-y-orange-100\/0{ border-top-color: rgb(255 237 213 / 0); border-bottom-color: rgb(255 237 213 / 0); }
.border-y-orange-100\/10{ border-top-color: rgb(255 237 213 / 0.1); border-bottom-color: rgb(255 237 213 / 0.1); }
.border-y-orange-100\/100{ border-top-color: rgb(255 237 213 / 1); border-bottom-color: rgb(255 237 213 / 1); }
.border-y-orange-100\/20{ border-top-color: rgb(255 237 213 / 0.2); border-bottom-color: rgb(255 237 213 / 0.2); }
.border-y-orange-100\/25{ border-top-color: rgb(255 237 213 / 0.25); border-bottom-color: rgb(255 237 213 / 0.25); }
.border-y-orange-100\/30{ border-top-color: rgb(255 237 213 / 0.3); border-bottom-color: rgb(255 237 213 / 0.3); }
.border-y-orange-100\/40{ border-top-color: rgb(255 237 213 / 0.4); border-bottom-color: rgb(255 237 213 / 0.4); }
.border-y-orange-100\/5{ border-top-color: rgb(255 237 213 / 0.05); border-bottom-color: rgb(255 237 213 / 0.05); }
.border-y-orange-100\/50{ border-top-color: rgb(255 237 213 / 0.5); border-bottom-color: rgb(255 237 213 / 0.5); }
.border-y-orange-100\/60{ border-top-color: rgb(255 237 213 / 0.6); border-bottom-color: rgb(255 237 213 / 0.6); }
.border-y-orange-100\/70{ border-top-color: rgb(255 237 213 / 0.7); border-bottom-color: rgb(255 237 213 / 0.7); }
.border-y-orange-100\/75{ border-top-color: rgb(255 237 213 / 0.75); border-bottom-color: rgb(255 237 213 / 0.75); }
.border-y-orange-100\/80{ border-top-color: rgb(255 237 213 / 0.8); border-bottom-color: rgb(255 237 213 / 0.8); }
.border-y-orange-100\/90{ border-top-color: rgb(255 237 213 / 0.9); border-bottom-color: rgb(255 237 213 / 0.9); }
.border-y-orange-100\/95{ border-top-color: rgb(255 237 213 / 0.95); border-bottom-color: rgb(255 237 213 / 0.95); }
.border-y-orange-200{ --tw-border-opacity: 1; border-top-color: rgb(254 215 170 / var(--tw-border-opacity)); border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-y-orange-200\/0{ border-top-color: rgb(254 215 170 / 0); border-bottom-color: rgb(254 215 170 / 0); }
.border-y-orange-200\/10{ border-top-color: rgb(254 215 170 / 0.1); border-bottom-color: rgb(254 215 170 / 0.1); }
.border-y-orange-200\/100{ border-top-color: rgb(254 215 170 / 1); border-bottom-color: rgb(254 215 170 / 1); }
.border-y-orange-200\/20{ border-top-color: rgb(254 215 170 / 0.2); border-bottom-color: rgb(254 215 170 / 0.2); }
.border-y-orange-200\/25{ border-top-color: rgb(254 215 170 / 0.25); border-bottom-color: rgb(254 215 170 / 0.25); }
.border-y-orange-200\/30{ border-top-color: rgb(254 215 170 / 0.3); border-bottom-color: rgb(254 215 170 / 0.3); }
.border-y-orange-200\/40{ border-top-color: rgb(254 215 170 / 0.4); border-bottom-color: rgb(254 215 170 / 0.4); }
.border-y-orange-200\/5{ border-top-color: rgb(254 215 170 / 0.05); border-bottom-color: rgb(254 215 170 / 0.05); }
.border-y-orange-200\/50{ border-top-color: rgb(254 215 170 / 0.5); border-bottom-color: rgb(254 215 170 / 0.5); }
.border-y-orange-200\/60{ border-top-color: rgb(254 215 170 / 0.6); border-bottom-color: rgb(254 215 170 / 0.6); }
.border-y-orange-200\/70{ border-top-color: rgb(254 215 170 / 0.7); border-bottom-color: rgb(254 215 170 / 0.7); }
.border-y-orange-200\/75{ border-top-color: rgb(254 215 170 / 0.75); border-bottom-color: rgb(254 215 170 / 0.75); }
.border-y-orange-200\/80{ border-top-color: rgb(254 215 170 / 0.8); border-bottom-color: rgb(254 215 170 / 0.8); }
.border-y-orange-200\/90{ border-top-color: rgb(254 215 170 / 0.9); border-bottom-color: rgb(254 215 170 / 0.9); }
.border-y-orange-200\/95{ border-top-color: rgb(254 215 170 / 0.95); border-bottom-color: rgb(254 215 170 / 0.95); }
.border-y-orange-300{ --tw-border-opacity: 1; border-top-color: rgb(253 186 116 / var(--tw-border-opacity)); border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-y-orange-300\/0{ border-top-color: rgb(253 186 116 / 0); border-bottom-color: rgb(253 186 116 / 0); }
.border-y-orange-300\/10{ border-top-color: rgb(253 186 116 / 0.1); border-bottom-color: rgb(253 186 116 / 0.1); }
.border-y-orange-300\/100{ border-top-color: rgb(253 186 116 / 1); border-bottom-color: rgb(253 186 116 / 1); }
.border-y-orange-300\/20{ border-top-color: rgb(253 186 116 / 0.2); border-bottom-color: rgb(253 186 116 / 0.2); }
.border-y-orange-300\/25{ border-top-color: rgb(253 186 116 / 0.25); border-bottom-color: rgb(253 186 116 / 0.25); }
.border-y-orange-300\/30{ border-top-color: rgb(253 186 116 / 0.3); border-bottom-color: rgb(253 186 116 / 0.3); }
.border-y-orange-300\/40{ border-top-color: rgb(253 186 116 / 0.4); border-bottom-color: rgb(253 186 116 / 0.4); }
.border-y-orange-300\/5{ border-top-color: rgb(253 186 116 / 0.05); border-bottom-color: rgb(253 186 116 / 0.05); }
.border-y-orange-300\/50{ border-top-color: rgb(253 186 116 / 0.5); border-bottom-color: rgb(253 186 116 / 0.5); }
.border-y-orange-300\/60{ border-top-color: rgb(253 186 116 / 0.6); border-bottom-color: rgb(253 186 116 / 0.6); }
.border-y-orange-300\/70{ border-top-color: rgb(253 186 116 / 0.7); border-bottom-color: rgb(253 186 116 / 0.7); }
.border-y-orange-300\/75{ border-top-color: rgb(253 186 116 / 0.75); border-bottom-color: rgb(253 186 116 / 0.75); }
.border-y-orange-300\/80{ border-top-color: rgb(253 186 116 / 0.8); border-bottom-color: rgb(253 186 116 / 0.8); }
.border-y-orange-300\/90{ border-top-color: rgb(253 186 116 / 0.9); border-bottom-color: rgb(253 186 116 / 0.9); }
.border-y-orange-300\/95{ border-top-color: rgb(253 186 116 / 0.95); border-bottom-color: rgb(253 186 116 / 0.95); }
.border-y-orange-400{ --tw-border-opacity: 1; border-top-color: rgb(251 146 60 / var(--tw-border-opacity)); border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-y-orange-400\/0{ border-top-color: rgb(251 146 60 / 0); border-bottom-color: rgb(251 146 60 / 0); }
.border-y-orange-400\/10{ border-top-color: rgb(251 146 60 / 0.1); border-bottom-color: rgb(251 146 60 / 0.1); }
.border-y-orange-400\/100{ border-top-color: rgb(251 146 60 / 1); border-bottom-color: rgb(251 146 60 / 1); }
.border-y-orange-400\/20{ border-top-color: rgb(251 146 60 / 0.2); border-bottom-color: rgb(251 146 60 / 0.2); }
.border-y-orange-400\/25{ border-top-color: rgb(251 146 60 / 0.25); border-bottom-color: rgb(251 146 60 / 0.25); }
.border-y-orange-400\/30{ border-top-color: rgb(251 146 60 / 0.3); border-bottom-color: rgb(251 146 60 / 0.3); }
.border-y-orange-400\/40{ border-top-color: rgb(251 146 60 / 0.4); border-bottom-color: rgb(251 146 60 / 0.4); }
.border-y-orange-400\/5{ border-top-color: rgb(251 146 60 / 0.05); border-bottom-color: rgb(251 146 60 / 0.05); }
.border-y-orange-400\/50{ border-top-color: rgb(251 146 60 / 0.5); border-bottom-color: rgb(251 146 60 / 0.5); }
.border-y-orange-400\/60{ border-top-color: rgb(251 146 60 / 0.6); border-bottom-color: rgb(251 146 60 / 0.6); }
.border-y-orange-400\/70{ border-top-color: rgb(251 146 60 / 0.7); border-bottom-color: rgb(251 146 60 / 0.7); }
.border-y-orange-400\/75{ border-top-color: rgb(251 146 60 / 0.75); border-bottom-color: rgb(251 146 60 / 0.75); }
.border-y-orange-400\/80{ border-top-color: rgb(251 146 60 / 0.8); border-bottom-color: rgb(251 146 60 / 0.8); }
.border-y-orange-400\/90{ border-top-color: rgb(251 146 60 / 0.9); border-bottom-color: rgb(251 146 60 / 0.9); }
.border-y-orange-400\/95{ border-top-color: rgb(251 146 60 / 0.95); border-bottom-color: rgb(251 146 60 / 0.95); }
.border-y-orange-50{ --tw-border-opacity: 1; border-top-color: rgb(255 247 237 / var(--tw-border-opacity)); border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-y-orange-50\/0{ border-top-color: rgb(255 247 237 / 0); border-bottom-color: rgb(255 247 237 / 0); }
.border-y-orange-50\/10{ border-top-color: rgb(255 247 237 / 0.1); border-bottom-color: rgb(255 247 237 / 0.1); }
.border-y-orange-50\/100{ border-top-color: rgb(255 247 237 / 1); border-bottom-color: rgb(255 247 237 / 1); }
.border-y-orange-50\/20{ border-top-color: rgb(255 247 237 / 0.2); border-bottom-color: rgb(255 247 237 / 0.2); }
.border-y-orange-50\/25{ border-top-color: rgb(255 247 237 / 0.25); border-bottom-color: rgb(255 247 237 / 0.25); }
.border-y-orange-50\/30{ border-top-color: rgb(255 247 237 / 0.3); border-bottom-color: rgb(255 247 237 / 0.3); }
.border-y-orange-50\/40{ border-top-color: rgb(255 247 237 / 0.4); border-bottom-color: rgb(255 247 237 / 0.4); }
.border-y-orange-50\/5{ border-top-color: rgb(255 247 237 / 0.05); border-bottom-color: rgb(255 247 237 / 0.05); }
.border-y-orange-50\/50{ border-top-color: rgb(255 247 237 / 0.5); border-bottom-color: rgb(255 247 237 / 0.5); }
.border-y-orange-50\/60{ border-top-color: rgb(255 247 237 / 0.6); border-bottom-color: rgb(255 247 237 / 0.6); }
.border-y-orange-50\/70{ border-top-color: rgb(255 247 237 / 0.7); border-bottom-color: rgb(255 247 237 / 0.7); }
.border-y-orange-50\/75{ border-top-color: rgb(255 247 237 / 0.75); border-bottom-color: rgb(255 247 237 / 0.75); }
.border-y-orange-50\/80{ border-top-color: rgb(255 247 237 / 0.8); border-bottom-color: rgb(255 247 237 / 0.8); }
.border-y-orange-50\/90{ border-top-color: rgb(255 247 237 / 0.9); border-bottom-color: rgb(255 247 237 / 0.9); }
.border-y-orange-50\/95{ border-top-color: rgb(255 247 237 / 0.95); border-bottom-color: rgb(255 247 237 / 0.95); }
.border-y-orange-500{ --tw-border-opacity: 1; border-top-color: rgb(249 115 22 / var(--tw-border-opacity)); border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-y-orange-500\/0{ border-top-color: rgb(249 115 22 / 0); border-bottom-color: rgb(249 115 22 / 0); }
.border-y-orange-500\/10{ border-top-color: rgb(249 115 22 / 0.1); border-bottom-color: rgb(249 115 22 / 0.1); }
.border-y-orange-500\/100{ border-top-color: rgb(249 115 22 / 1); border-bottom-color: rgb(249 115 22 / 1); }
.border-y-orange-500\/20{ border-top-color: rgb(249 115 22 / 0.2); border-bottom-color: rgb(249 115 22 / 0.2); }
.border-y-orange-500\/25{ border-top-color: rgb(249 115 22 / 0.25); border-bottom-color: rgb(249 115 22 / 0.25); }
.border-y-orange-500\/30{ border-top-color: rgb(249 115 22 / 0.3); border-bottom-color: rgb(249 115 22 / 0.3); }
.border-y-orange-500\/40{ border-top-color: rgb(249 115 22 / 0.4); border-bottom-color: rgb(249 115 22 / 0.4); }
.border-y-orange-500\/5{ border-top-color: rgb(249 115 22 / 0.05); border-bottom-color: rgb(249 115 22 / 0.05); }
.border-y-orange-500\/50{ border-top-color: rgb(249 115 22 / 0.5); border-bottom-color: rgb(249 115 22 / 0.5); }
.border-y-orange-500\/60{ border-top-color: rgb(249 115 22 / 0.6); border-bottom-color: rgb(249 115 22 / 0.6); }
.border-y-orange-500\/70{ border-top-color: rgb(249 115 22 / 0.7); border-bottom-color: rgb(249 115 22 / 0.7); }
.border-y-orange-500\/75{ border-top-color: rgb(249 115 22 / 0.75); border-bottom-color: rgb(249 115 22 / 0.75); }
.border-y-orange-500\/80{ border-top-color: rgb(249 115 22 / 0.8); border-bottom-color: rgb(249 115 22 / 0.8); }
.border-y-orange-500\/90{ border-top-color: rgb(249 115 22 / 0.9); border-bottom-color: rgb(249 115 22 / 0.9); }
.border-y-orange-500\/95{ border-top-color: rgb(249 115 22 / 0.95); border-bottom-color: rgb(249 115 22 / 0.95); }
.border-y-orange-600{ --tw-border-opacity: 1; border-top-color: rgb(234 88 12 / var(--tw-border-opacity)); border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-y-orange-600\/0{ border-top-color: rgb(234 88 12 / 0); border-bottom-color: rgb(234 88 12 / 0); }
.border-y-orange-600\/10{ border-top-color: rgb(234 88 12 / 0.1); border-bottom-color: rgb(234 88 12 / 0.1); }
.border-y-orange-600\/100{ border-top-color: rgb(234 88 12 / 1); border-bottom-color: rgb(234 88 12 / 1); }
.border-y-orange-600\/20{ border-top-color: rgb(234 88 12 / 0.2); border-bottom-color: rgb(234 88 12 / 0.2); }
.border-y-orange-600\/25{ border-top-color: rgb(234 88 12 / 0.25); border-bottom-color: rgb(234 88 12 / 0.25); }
.border-y-orange-600\/30{ border-top-color: rgb(234 88 12 / 0.3); border-bottom-color: rgb(234 88 12 / 0.3); }
.border-y-orange-600\/40{ border-top-color: rgb(234 88 12 / 0.4); border-bottom-color: rgb(234 88 12 / 0.4); }
.border-y-orange-600\/5{ border-top-color: rgb(234 88 12 / 0.05); border-bottom-color: rgb(234 88 12 / 0.05); }
.border-y-orange-600\/50{ border-top-color: rgb(234 88 12 / 0.5); border-bottom-color: rgb(234 88 12 / 0.5); }
.border-y-orange-600\/60{ border-top-color: rgb(234 88 12 / 0.6); border-bottom-color: rgb(234 88 12 / 0.6); }
.border-y-orange-600\/70{ border-top-color: rgb(234 88 12 / 0.7); border-bottom-color: rgb(234 88 12 / 0.7); }
.border-y-orange-600\/75{ border-top-color: rgb(234 88 12 / 0.75); border-bottom-color: rgb(234 88 12 / 0.75); }
.border-y-orange-600\/80{ border-top-color: rgb(234 88 12 / 0.8); border-bottom-color: rgb(234 88 12 / 0.8); }
.border-y-orange-600\/90{ border-top-color: rgb(234 88 12 / 0.9); border-bottom-color: rgb(234 88 12 / 0.9); }
.border-y-orange-600\/95{ border-top-color: rgb(234 88 12 / 0.95); border-bottom-color: rgb(234 88 12 / 0.95); }
.border-y-orange-700{ --tw-border-opacity: 1; border-top-color: rgb(194 65 12 / var(--tw-border-opacity)); border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-y-orange-700\/0{ border-top-color: rgb(194 65 12 / 0); border-bottom-color: rgb(194 65 12 / 0); }
.border-y-orange-700\/10{ border-top-color: rgb(194 65 12 / 0.1); border-bottom-color: rgb(194 65 12 / 0.1); }
.border-y-orange-700\/100{ border-top-color: rgb(194 65 12 / 1); border-bottom-color: rgb(194 65 12 / 1); }
.border-y-orange-700\/20{ border-top-color: rgb(194 65 12 / 0.2); border-bottom-color: rgb(194 65 12 / 0.2); }
.border-y-orange-700\/25{ border-top-color: rgb(194 65 12 / 0.25); border-bottom-color: rgb(194 65 12 / 0.25); }
.border-y-orange-700\/30{ border-top-color: rgb(194 65 12 / 0.3); border-bottom-color: rgb(194 65 12 / 0.3); }
.border-y-orange-700\/40{ border-top-color: rgb(194 65 12 / 0.4); border-bottom-color: rgb(194 65 12 / 0.4); }
.border-y-orange-700\/5{ border-top-color: rgb(194 65 12 / 0.05); border-bottom-color: rgb(194 65 12 / 0.05); }
.border-y-orange-700\/50{ border-top-color: rgb(194 65 12 / 0.5); border-bottom-color: rgb(194 65 12 / 0.5); }
.border-y-orange-700\/60{ border-top-color: rgb(194 65 12 / 0.6); border-bottom-color: rgb(194 65 12 / 0.6); }
.border-y-orange-700\/70{ border-top-color: rgb(194 65 12 / 0.7); border-bottom-color: rgb(194 65 12 / 0.7); }
.border-y-orange-700\/75{ border-top-color: rgb(194 65 12 / 0.75); border-bottom-color: rgb(194 65 12 / 0.75); }
.border-y-orange-700\/80{ border-top-color: rgb(194 65 12 / 0.8); border-bottom-color: rgb(194 65 12 / 0.8); }
.border-y-orange-700\/90{ border-top-color: rgb(194 65 12 / 0.9); border-bottom-color: rgb(194 65 12 / 0.9); }
.border-y-orange-700\/95{ border-top-color: rgb(194 65 12 / 0.95); border-bottom-color: rgb(194 65 12 / 0.95); }
.border-y-orange-800{ --tw-border-opacity: 1; border-top-color: rgb(154 52 18 / var(--tw-border-opacity)); border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-y-orange-800\/0{ border-top-color: rgb(154 52 18 / 0); border-bottom-color: rgb(154 52 18 / 0); }
.border-y-orange-800\/10{ border-top-color: rgb(154 52 18 / 0.1); border-bottom-color: rgb(154 52 18 / 0.1); }
.border-y-orange-800\/100{ border-top-color: rgb(154 52 18 / 1); border-bottom-color: rgb(154 52 18 / 1); }
.border-y-orange-800\/20{ border-top-color: rgb(154 52 18 / 0.2); border-bottom-color: rgb(154 52 18 / 0.2); }
.border-y-orange-800\/25{ border-top-color: rgb(154 52 18 / 0.25); border-bottom-color: rgb(154 52 18 / 0.25); }
.border-y-orange-800\/30{ border-top-color: rgb(154 52 18 / 0.3); border-bottom-color: rgb(154 52 18 / 0.3); }
.border-y-orange-800\/40{ border-top-color: rgb(154 52 18 / 0.4); border-bottom-color: rgb(154 52 18 / 0.4); }
.border-y-orange-800\/5{ border-top-color: rgb(154 52 18 / 0.05); border-bottom-color: rgb(154 52 18 / 0.05); }
.border-y-orange-800\/50{ border-top-color: rgb(154 52 18 / 0.5); border-bottom-color: rgb(154 52 18 / 0.5); }
.border-y-orange-800\/60{ border-top-color: rgb(154 52 18 / 0.6); border-bottom-color: rgb(154 52 18 / 0.6); }
.border-y-orange-800\/70{ border-top-color: rgb(154 52 18 / 0.7); border-bottom-color: rgb(154 52 18 / 0.7); }
.border-y-orange-800\/75{ border-top-color: rgb(154 52 18 / 0.75); border-bottom-color: rgb(154 52 18 / 0.75); }
.border-y-orange-800\/80{ border-top-color: rgb(154 52 18 / 0.8); border-bottom-color: rgb(154 52 18 / 0.8); }
.border-y-orange-800\/90{ border-top-color: rgb(154 52 18 / 0.9); border-bottom-color: rgb(154 52 18 / 0.9); }
.border-y-orange-800\/95{ border-top-color: rgb(154 52 18 / 0.95); border-bottom-color: rgb(154 52 18 / 0.95); }
.border-y-orange-900{ --tw-border-opacity: 1; border-top-color: rgb(124 45 18 / var(--tw-border-opacity)); border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-y-orange-900\/0{ border-top-color: rgb(124 45 18 / 0); border-bottom-color: rgb(124 45 18 / 0); }
.border-y-orange-900\/10{ border-top-color: rgb(124 45 18 / 0.1); border-bottom-color: rgb(124 45 18 / 0.1); }
.border-y-orange-900\/100{ border-top-color: rgb(124 45 18 / 1); border-bottom-color: rgb(124 45 18 / 1); }
.border-y-orange-900\/20{ border-top-color: rgb(124 45 18 / 0.2); border-bottom-color: rgb(124 45 18 / 0.2); }
.border-y-orange-900\/25{ border-top-color: rgb(124 45 18 / 0.25); border-bottom-color: rgb(124 45 18 / 0.25); }
.border-y-orange-900\/30{ border-top-color: rgb(124 45 18 / 0.3); border-bottom-color: rgb(124 45 18 / 0.3); }
.border-y-orange-900\/40{ border-top-color: rgb(124 45 18 / 0.4); border-bottom-color: rgb(124 45 18 / 0.4); }
.border-y-orange-900\/5{ border-top-color: rgb(124 45 18 / 0.05); border-bottom-color: rgb(124 45 18 / 0.05); }
.border-y-orange-900\/50{ border-top-color: rgb(124 45 18 / 0.5); border-bottom-color: rgb(124 45 18 / 0.5); }
.border-y-orange-900\/60{ border-top-color: rgb(124 45 18 / 0.6); border-bottom-color: rgb(124 45 18 / 0.6); }
.border-y-orange-900\/70{ border-top-color: rgb(124 45 18 / 0.7); border-bottom-color: rgb(124 45 18 / 0.7); }
.border-y-orange-900\/75{ border-top-color: rgb(124 45 18 / 0.75); border-bottom-color: rgb(124 45 18 / 0.75); }
.border-y-orange-900\/80{ border-top-color: rgb(124 45 18 / 0.8); border-bottom-color: rgb(124 45 18 / 0.8); }
.border-y-orange-900\/90{ border-top-color: rgb(124 45 18 / 0.9); border-bottom-color: rgb(124 45 18 / 0.9); }
.border-y-orange-900\/95{ border-top-color: rgb(124 45 18 / 0.95); border-bottom-color: rgb(124 45 18 / 0.95); }
.border-y-orange-950{ --tw-border-opacity: 1; border-top-color: rgb(67 20 7 / var(--tw-border-opacity)); border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-y-orange-950\/0{ border-top-color: rgb(67 20 7 / 0); border-bottom-color: rgb(67 20 7 / 0); }
.border-y-orange-950\/10{ border-top-color: rgb(67 20 7 / 0.1); border-bottom-color: rgb(67 20 7 / 0.1); }
.border-y-orange-950\/100{ border-top-color: rgb(67 20 7 / 1); border-bottom-color: rgb(67 20 7 / 1); }
.border-y-orange-950\/20{ border-top-color: rgb(67 20 7 / 0.2); border-bottom-color: rgb(67 20 7 / 0.2); }
.border-y-orange-950\/25{ border-top-color: rgb(67 20 7 / 0.25); border-bottom-color: rgb(67 20 7 / 0.25); }
.border-y-orange-950\/30{ border-top-color: rgb(67 20 7 / 0.3); border-bottom-color: rgb(67 20 7 / 0.3); }
.border-y-orange-950\/40{ border-top-color: rgb(67 20 7 / 0.4); border-bottom-color: rgb(67 20 7 / 0.4); }
.border-y-orange-950\/5{ border-top-color: rgb(67 20 7 / 0.05); border-bottom-color: rgb(67 20 7 / 0.05); }
.border-y-orange-950\/50{ border-top-color: rgb(67 20 7 / 0.5); border-bottom-color: rgb(67 20 7 / 0.5); }
.border-y-orange-950\/60{ border-top-color: rgb(67 20 7 / 0.6); border-bottom-color: rgb(67 20 7 / 0.6); }
.border-y-orange-950\/70{ border-top-color: rgb(67 20 7 / 0.7); border-bottom-color: rgb(67 20 7 / 0.7); }
.border-y-orange-950\/75{ border-top-color: rgb(67 20 7 / 0.75); border-bottom-color: rgb(67 20 7 / 0.75); }
.border-y-orange-950\/80{ border-top-color: rgb(67 20 7 / 0.8); border-bottom-color: rgb(67 20 7 / 0.8); }
.border-y-orange-950\/90{ border-top-color: rgb(67 20 7 / 0.9); border-bottom-color: rgb(67 20 7 / 0.9); }
.border-y-orange-950\/95{ border-top-color: rgb(67 20 7 / 0.95); border-bottom-color: rgb(67 20 7 / 0.95); }
.border-y-pink-100{ --tw-border-opacity: 1; border-top-color: rgb(252 231 243 / var(--tw-border-opacity)); border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-y-pink-100\/0{ border-top-color: rgb(252 231 243 / 0); border-bottom-color: rgb(252 231 243 / 0); }
.border-y-pink-100\/10{ border-top-color: rgb(252 231 243 / 0.1); border-bottom-color: rgb(252 231 243 / 0.1); }
.border-y-pink-100\/100{ border-top-color: rgb(252 231 243 / 1); border-bottom-color: rgb(252 231 243 / 1); }
.border-y-pink-100\/20{ border-top-color: rgb(252 231 243 / 0.2); border-bottom-color: rgb(252 231 243 / 0.2); }
.border-y-pink-100\/25{ border-top-color: rgb(252 231 243 / 0.25); border-bottom-color: rgb(252 231 243 / 0.25); }
.border-y-pink-100\/30{ border-top-color: rgb(252 231 243 / 0.3); border-bottom-color: rgb(252 231 243 / 0.3); }
.border-y-pink-100\/40{ border-top-color: rgb(252 231 243 / 0.4); border-bottom-color: rgb(252 231 243 / 0.4); }
.border-y-pink-100\/5{ border-top-color: rgb(252 231 243 / 0.05); border-bottom-color: rgb(252 231 243 / 0.05); }
.border-y-pink-100\/50{ border-top-color: rgb(252 231 243 / 0.5); border-bottom-color: rgb(252 231 243 / 0.5); }
.border-y-pink-100\/60{ border-top-color: rgb(252 231 243 / 0.6); border-bottom-color: rgb(252 231 243 / 0.6); }
.border-y-pink-100\/70{ border-top-color: rgb(252 231 243 / 0.7); border-bottom-color: rgb(252 231 243 / 0.7); }
.border-y-pink-100\/75{ border-top-color: rgb(252 231 243 / 0.75); border-bottom-color: rgb(252 231 243 / 0.75); }
.border-y-pink-100\/80{ border-top-color: rgb(252 231 243 / 0.8); border-bottom-color: rgb(252 231 243 / 0.8); }
.border-y-pink-100\/90{ border-top-color: rgb(252 231 243 / 0.9); border-bottom-color: rgb(252 231 243 / 0.9); }
.border-y-pink-100\/95{ border-top-color: rgb(252 231 243 / 0.95); border-bottom-color: rgb(252 231 243 / 0.95); }
.border-y-pink-200{ --tw-border-opacity: 1; border-top-color: rgb(251 207 232 / var(--tw-border-opacity)); border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-y-pink-200\/0{ border-top-color: rgb(251 207 232 / 0); border-bottom-color: rgb(251 207 232 / 0); }
.border-y-pink-200\/10{ border-top-color: rgb(251 207 232 / 0.1); border-bottom-color: rgb(251 207 232 / 0.1); }
.border-y-pink-200\/100{ border-top-color: rgb(251 207 232 / 1); border-bottom-color: rgb(251 207 232 / 1); }
.border-y-pink-200\/20{ border-top-color: rgb(251 207 232 / 0.2); border-bottom-color: rgb(251 207 232 / 0.2); }
.border-y-pink-200\/25{ border-top-color: rgb(251 207 232 / 0.25); border-bottom-color: rgb(251 207 232 / 0.25); }
.border-y-pink-200\/30{ border-top-color: rgb(251 207 232 / 0.3); border-bottom-color: rgb(251 207 232 / 0.3); }
.border-y-pink-200\/40{ border-top-color: rgb(251 207 232 / 0.4); border-bottom-color: rgb(251 207 232 / 0.4); }
.border-y-pink-200\/5{ border-top-color: rgb(251 207 232 / 0.05); border-bottom-color: rgb(251 207 232 / 0.05); }
.border-y-pink-200\/50{ border-top-color: rgb(251 207 232 / 0.5); border-bottom-color: rgb(251 207 232 / 0.5); }
.border-y-pink-200\/60{ border-top-color: rgb(251 207 232 / 0.6); border-bottom-color: rgb(251 207 232 / 0.6); }
.border-y-pink-200\/70{ border-top-color: rgb(251 207 232 / 0.7); border-bottom-color: rgb(251 207 232 / 0.7); }
.border-y-pink-200\/75{ border-top-color: rgb(251 207 232 / 0.75); border-bottom-color: rgb(251 207 232 / 0.75); }
.border-y-pink-200\/80{ border-top-color: rgb(251 207 232 / 0.8); border-bottom-color: rgb(251 207 232 / 0.8); }
.border-y-pink-200\/90{ border-top-color: rgb(251 207 232 / 0.9); border-bottom-color: rgb(251 207 232 / 0.9); }
.border-y-pink-200\/95{ border-top-color: rgb(251 207 232 / 0.95); border-bottom-color: rgb(251 207 232 / 0.95); }
.border-y-pink-300{ --tw-border-opacity: 1; border-top-color: rgb(249 168 212 / var(--tw-border-opacity)); border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-y-pink-300\/0{ border-top-color: rgb(249 168 212 / 0); border-bottom-color: rgb(249 168 212 / 0); }
.border-y-pink-300\/10{ border-top-color: rgb(249 168 212 / 0.1); border-bottom-color: rgb(249 168 212 / 0.1); }
.border-y-pink-300\/100{ border-top-color: rgb(249 168 212 / 1); border-bottom-color: rgb(249 168 212 / 1); }
.border-y-pink-300\/20{ border-top-color: rgb(249 168 212 / 0.2); border-bottom-color: rgb(249 168 212 / 0.2); }
.border-y-pink-300\/25{ border-top-color: rgb(249 168 212 / 0.25); border-bottom-color: rgb(249 168 212 / 0.25); }
.border-y-pink-300\/30{ border-top-color: rgb(249 168 212 / 0.3); border-bottom-color: rgb(249 168 212 / 0.3); }
.border-y-pink-300\/40{ border-top-color: rgb(249 168 212 / 0.4); border-bottom-color: rgb(249 168 212 / 0.4); }
.border-y-pink-300\/5{ border-top-color: rgb(249 168 212 / 0.05); border-bottom-color: rgb(249 168 212 / 0.05); }
.border-y-pink-300\/50{ border-top-color: rgb(249 168 212 / 0.5); border-bottom-color: rgb(249 168 212 / 0.5); }
.border-y-pink-300\/60{ border-top-color: rgb(249 168 212 / 0.6); border-bottom-color: rgb(249 168 212 / 0.6); }
.border-y-pink-300\/70{ border-top-color: rgb(249 168 212 / 0.7); border-bottom-color: rgb(249 168 212 / 0.7); }
.border-y-pink-300\/75{ border-top-color: rgb(249 168 212 / 0.75); border-bottom-color: rgb(249 168 212 / 0.75); }
.border-y-pink-300\/80{ border-top-color: rgb(249 168 212 / 0.8); border-bottom-color: rgb(249 168 212 / 0.8); }
.border-y-pink-300\/90{ border-top-color: rgb(249 168 212 / 0.9); border-bottom-color: rgb(249 168 212 / 0.9); }
.border-y-pink-300\/95{ border-top-color: rgb(249 168 212 / 0.95); border-bottom-color: rgb(249 168 212 / 0.95); }
.border-y-pink-400{ --tw-border-opacity: 1; border-top-color: rgb(244 114 182 / var(--tw-border-opacity)); border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-y-pink-400\/0{ border-top-color: rgb(244 114 182 / 0); border-bottom-color: rgb(244 114 182 / 0); }
.border-y-pink-400\/10{ border-top-color: rgb(244 114 182 / 0.1); border-bottom-color: rgb(244 114 182 / 0.1); }
.border-y-pink-400\/100{ border-top-color: rgb(244 114 182 / 1); border-bottom-color: rgb(244 114 182 / 1); }
.border-y-pink-400\/20{ border-top-color: rgb(244 114 182 / 0.2); border-bottom-color: rgb(244 114 182 / 0.2); }
.border-y-pink-400\/25{ border-top-color: rgb(244 114 182 / 0.25); border-bottom-color: rgb(244 114 182 / 0.25); }
.border-y-pink-400\/30{ border-top-color: rgb(244 114 182 / 0.3); border-bottom-color: rgb(244 114 182 / 0.3); }
.border-y-pink-400\/40{ border-top-color: rgb(244 114 182 / 0.4); border-bottom-color: rgb(244 114 182 / 0.4); }
.border-y-pink-400\/5{ border-top-color: rgb(244 114 182 / 0.05); border-bottom-color: rgb(244 114 182 / 0.05); }
.border-y-pink-400\/50{ border-top-color: rgb(244 114 182 / 0.5); border-bottom-color: rgb(244 114 182 / 0.5); }
.border-y-pink-400\/60{ border-top-color: rgb(244 114 182 / 0.6); border-bottom-color: rgb(244 114 182 / 0.6); }
.border-y-pink-400\/70{ border-top-color: rgb(244 114 182 / 0.7); border-bottom-color: rgb(244 114 182 / 0.7); }
.border-y-pink-400\/75{ border-top-color: rgb(244 114 182 / 0.75); border-bottom-color: rgb(244 114 182 / 0.75); }
.border-y-pink-400\/80{ border-top-color: rgb(244 114 182 / 0.8); border-bottom-color: rgb(244 114 182 / 0.8); }
.border-y-pink-400\/90{ border-top-color: rgb(244 114 182 / 0.9); border-bottom-color: rgb(244 114 182 / 0.9); }
.border-y-pink-400\/95{ border-top-color: rgb(244 114 182 / 0.95); border-bottom-color: rgb(244 114 182 / 0.95); }
.border-y-pink-50{ --tw-border-opacity: 1; border-top-color: rgb(253 242 248 / var(--tw-border-opacity)); border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-y-pink-50\/0{ border-top-color: rgb(253 242 248 / 0); border-bottom-color: rgb(253 242 248 / 0); }
.border-y-pink-50\/10{ border-top-color: rgb(253 242 248 / 0.1); border-bottom-color: rgb(253 242 248 / 0.1); }
.border-y-pink-50\/100{ border-top-color: rgb(253 242 248 / 1); border-bottom-color: rgb(253 242 248 / 1); }
.border-y-pink-50\/20{ border-top-color: rgb(253 242 248 / 0.2); border-bottom-color: rgb(253 242 248 / 0.2); }
.border-y-pink-50\/25{ border-top-color: rgb(253 242 248 / 0.25); border-bottom-color: rgb(253 242 248 / 0.25); }
.border-y-pink-50\/30{ border-top-color: rgb(253 242 248 / 0.3); border-bottom-color: rgb(253 242 248 / 0.3); }
.border-y-pink-50\/40{ border-top-color: rgb(253 242 248 / 0.4); border-bottom-color: rgb(253 242 248 / 0.4); }
.border-y-pink-50\/5{ border-top-color: rgb(253 242 248 / 0.05); border-bottom-color: rgb(253 242 248 / 0.05); }
.border-y-pink-50\/50{ border-top-color: rgb(253 242 248 / 0.5); border-bottom-color: rgb(253 242 248 / 0.5); }
.border-y-pink-50\/60{ border-top-color: rgb(253 242 248 / 0.6); border-bottom-color: rgb(253 242 248 / 0.6); }
.border-y-pink-50\/70{ border-top-color: rgb(253 242 248 / 0.7); border-bottom-color: rgb(253 242 248 / 0.7); }
.border-y-pink-50\/75{ border-top-color: rgb(253 242 248 / 0.75); border-bottom-color: rgb(253 242 248 / 0.75); }
.border-y-pink-50\/80{ border-top-color: rgb(253 242 248 / 0.8); border-bottom-color: rgb(253 242 248 / 0.8); }
.border-y-pink-50\/90{ border-top-color: rgb(253 242 248 / 0.9); border-bottom-color: rgb(253 242 248 / 0.9); }
.border-y-pink-50\/95{ border-top-color: rgb(253 242 248 / 0.95); border-bottom-color: rgb(253 242 248 / 0.95); }
.border-y-pink-500{ --tw-border-opacity: 1; border-top-color: rgb(236 72 153 / var(--tw-border-opacity)); border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-y-pink-500\/0{ border-top-color: rgb(236 72 153 / 0); border-bottom-color: rgb(236 72 153 / 0); }
.border-y-pink-500\/10{ border-top-color: rgb(236 72 153 / 0.1); border-bottom-color: rgb(236 72 153 / 0.1); }
.border-y-pink-500\/100{ border-top-color: rgb(236 72 153 / 1); border-bottom-color: rgb(236 72 153 / 1); }
.border-y-pink-500\/20{ border-top-color: rgb(236 72 153 / 0.2); border-bottom-color: rgb(236 72 153 / 0.2); }
.border-y-pink-500\/25{ border-top-color: rgb(236 72 153 / 0.25); border-bottom-color: rgb(236 72 153 / 0.25); }
.border-y-pink-500\/30{ border-top-color: rgb(236 72 153 / 0.3); border-bottom-color: rgb(236 72 153 / 0.3); }
.border-y-pink-500\/40{ border-top-color: rgb(236 72 153 / 0.4); border-bottom-color: rgb(236 72 153 / 0.4); }
.border-y-pink-500\/5{ border-top-color: rgb(236 72 153 / 0.05); border-bottom-color: rgb(236 72 153 / 0.05); }
.border-y-pink-500\/50{ border-top-color: rgb(236 72 153 / 0.5); border-bottom-color: rgb(236 72 153 / 0.5); }
.border-y-pink-500\/60{ border-top-color: rgb(236 72 153 / 0.6); border-bottom-color: rgb(236 72 153 / 0.6); }
.border-y-pink-500\/70{ border-top-color: rgb(236 72 153 / 0.7); border-bottom-color: rgb(236 72 153 / 0.7); }
.border-y-pink-500\/75{ border-top-color: rgb(236 72 153 / 0.75); border-bottom-color: rgb(236 72 153 / 0.75); }
.border-y-pink-500\/80{ border-top-color: rgb(236 72 153 / 0.8); border-bottom-color: rgb(236 72 153 / 0.8); }
.border-y-pink-500\/90{ border-top-color: rgb(236 72 153 / 0.9); border-bottom-color: rgb(236 72 153 / 0.9); }
.border-y-pink-500\/95{ border-top-color: rgb(236 72 153 / 0.95); border-bottom-color: rgb(236 72 153 / 0.95); }
.border-y-pink-600{ --tw-border-opacity: 1; border-top-color: rgb(219 39 119 / var(--tw-border-opacity)); border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-y-pink-600\/0{ border-top-color: rgb(219 39 119 / 0); border-bottom-color: rgb(219 39 119 / 0); }
.border-y-pink-600\/10{ border-top-color: rgb(219 39 119 / 0.1); border-bottom-color: rgb(219 39 119 / 0.1); }
.border-y-pink-600\/100{ border-top-color: rgb(219 39 119 / 1); border-bottom-color: rgb(219 39 119 / 1); }
.border-y-pink-600\/20{ border-top-color: rgb(219 39 119 / 0.2); border-bottom-color: rgb(219 39 119 / 0.2); }
.border-y-pink-600\/25{ border-top-color: rgb(219 39 119 / 0.25); border-bottom-color: rgb(219 39 119 / 0.25); }
.border-y-pink-600\/30{ border-top-color: rgb(219 39 119 / 0.3); border-bottom-color: rgb(219 39 119 / 0.3); }
.border-y-pink-600\/40{ border-top-color: rgb(219 39 119 / 0.4); border-bottom-color: rgb(219 39 119 / 0.4); }
.border-y-pink-600\/5{ border-top-color: rgb(219 39 119 / 0.05); border-bottom-color: rgb(219 39 119 / 0.05); }
.border-y-pink-600\/50{ border-top-color: rgb(219 39 119 / 0.5); border-bottom-color: rgb(219 39 119 / 0.5); }
.border-y-pink-600\/60{ border-top-color: rgb(219 39 119 / 0.6); border-bottom-color: rgb(219 39 119 / 0.6); }
.border-y-pink-600\/70{ border-top-color: rgb(219 39 119 / 0.7); border-bottom-color: rgb(219 39 119 / 0.7); }
.border-y-pink-600\/75{ border-top-color: rgb(219 39 119 / 0.75); border-bottom-color: rgb(219 39 119 / 0.75); }
.border-y-pink-600\/80{ border-top-color: rgb(219 39 119 / 0.8); border-bottom-color: rgb(219 39 119 / 0.8); }
.border-y-pink-600\/90{ border-top-color: rgb(219 39 119 / 0.9); border-bottom-color: rgb(219 39 119 / 0.9); }
.border-y-pink-600\/95{ border-top-color: rgb(219 39 119 / 0.95); border-bottom-color: rgb(219 39 119 / 0.95); }
.border-y-pink-700{ --tw-border-opacity: 1; border-top-color: rgb(190 24 93 / var(--tw-border-opacity)); border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-y-pink-700\/0{ border-top-color: rgb(190 24 93 / 0); border-bottom-color: rgb(190 24 93 / 0); }
.border-y-pink-700\/10{ border-top-color: rgb(190 24 93 / 0.1); border-bottom-color: rgb(190 24 93 / 0.1); }
.border-y-pink-700\/100{ border-top-color: rgb(190 24 93 / 1); border-bottom-color: rgb(190 24 93 / 1); }
.border-y-pink-700\/20{ border-top-color: rgb(190 24 93 / 0.2); border-bottom-color: rgb(190 24 93 / 0.2); }
.border-y-pink-700\/25{ border-top-color: rgb(190 24 93 / 0.25); border-bottom-color: rgb(190 24 93 / 0.25); }
.border-y-pink-700\/30{ border-top-color: rgb(190 24 93 / 0.3); border-bottom-color: rgb(190 24 93 / 0.3); }
.border-y-pink-700\/40{ border-top-color: rgb(190 24 93 / 0.4); border-bottom-color: rgb(190 24 93 / 0.4); }
.border-y-pink-700\/5{ border-top-color: rgb(190 24 93 / 0.05); border-bottom-color: rgb(190 24 93 / 0.05); }
.border-y-pink-700\/50{ border-top-color: rgb(190 24 93 / 0.5); border-bottom-color: rgb(190 24 93 / 0.5); }
.border-y-pink-700\/60{ border-top-color: rgb(190 24 93 / 0.6); border-bottom-color: rgb(190 24 93 / 0.6); }
.border-y-pink-700\/70{ border-top-color: rgb(190 24 93 / 0.7); border-bottom-color: rgb(190 24 93 / 0.7); }
.border-y-pink-700\/75{ border-top-color: rgb(190 24 93 / 0.75); border-bottom-color: rgb(190 24 93 / 0.75); }
.border-y-pink-700\/80{ border-top-color: rgb(190 24 93 / 0.8); border-bottom-color: rgb(190 24 93 / 0.8); }
.border-y-pink-700\/90{ border-top-color: rgb(190 24 93 / 0.9); border-bottom-color: rgb(190 24 93 / 0.9); }
.border-y-pink-700\/95{ border-top-color: rgb(190 24 93 / 0.95); border-bottom-color: rgb(190 24 93 / 0.95); }
.border-y-pink-800{ --tw-border-opacity: 1; border-top-color: rgb(157 23 77 / var(--tw-border-opacity)); border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-y-pink-800\/0{ border-top-color: rgb(157 23 77 / 0); border-bottom-color: rgb(157 23 77 / 0); }
.border-y-pink-800\/10{ border-top-color: rgb(157 23 77 / 0.1); border-bottom-color: rgb(157 23 77 / 0.1); }
.border-y-pink-800\/100{ border-top-color: rgb(157 23 77 / 1); border-bottom-color: rgb(157 23 77 / 1); }
.border-y-pink-800\/20{ border-top-color: rgb(157 23 77 / 0.2); border-bottom-color: rgb(157 23 77 / 0.2); }
.border-y-pink-800\/25{ border-top-color: rgb(157 23 77 / 0.25); border-bottom-color: rgb(157 23 77 / 0.25); }
.border-y-pink-800\/30{ border-top-color: rgb(157 23 77 / 0.3); border-bottom-color: rgb(157 23 77 / 0.3); }
.border-y-pink-800\/40{ border-top-color: rgb(157 23 77 / 0.4); border-bottom-color: rgb(157 23 77 / 0.4); }
.border-y-pink-800\/5{ border-top-color: rgb(157 23 77 / 0.05); border-bottom-color: rgb(157 23 77 / 0.05); }
.border-y-pink-800\/50{ border-top-color: rgb(157 23 77 / 0.5); border-bottom-color: rgb(157 23 77 / 0.5); }
.border-y-pink-800\/60{ border-top-color: rgb(157 23 77 / 0.6); border-bottom-color: rgb(157 23 77 / 0.6); }
.border-y-pink-800\/70{ border-top-color: rgb(157 23 77 / 0.7); border-bottom-color: rgb(157 23 77 / 0.7); }
.border-y-pink-800\/75{ border-top-color: rgb(157 23 77 / 0.75); border-bottom-color: rgb(157 23 77 / 0.75); }
.border-y-pink-800\/80{ border-top-color: rgb(157 23 77 / 0.8); border-bottom-color: rgb(157 23 77 / 0.8); }
.border-y-pink-800\/90{ border-top-color: rgb(157 23 77 / 0.9); border-bottom-color: rgb(157 23 77 / 0.9); }
.border-y-pink-800\/95{ border-top-color: rgb(157 23 77 / 0.95); border-bottom-color: rgb(157 23 77 / 0.95); }
.border-y-pink-900{ --tw-border-opacity: 1; border-top-color: rgb(131 24 67 / var(--tw-border-opacity)); border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-y-pink-900\/0{ border-top-color: rgb(131 24 67 / 0); border-bottom-color: rgb(131 24 67 / 0); }
.border-y-pink-900\/10{ border-top-color: rgb(131 24 67 / 0.1); border-bottom-color: rgb(131 24 67 / 0.1); }
.border-y-pink-900\/100{ border-top-color: rgb(131 24 67 / 1); border-bottom-color: rgb(131 24 67 / 1); }
.border-y-pink-900\/20{ border-top-color: rgb(131 24 67 / 0.2); border-bottom-color: rgb(131 24 67 / 0.2); }
.border-y-pink-900\/25{ border-top-color: rgb(131 24 67 / 0.25); border-bottom-color: rgb(131 24 67 / 0.25); }
.border-y-pink-900\/30{ border-top-color: rgb(131 24 67 / 0.3); border-bottom-color: rgb(131 24 67 / 0.3); }
.border-y-pink-900\/40{ border-top-color: rgb(131 24 67 / 0.4); border-bottom-color: rgb(131 24 67 / 0.4); }
.border-y-pink-900\/5{ border-top-color: rgb(131 24 67 / 0.05); border-bottom-color: rgb(131 24 67 / 0.05); }
.border-y-pink-900\/50{ border-top-color: rgb(131 24 67 / 0.5); border-bottom-color: rgb(131 24 67 / 0.5); }
.border-y-pink-900\/60{ border-top-color: rgb(131 24 67 / 0.6); border-bottom-color: rgb(131 24 67 / 0.6); }
.border-y-pink-900\/70{ border-top-color: rgb(131 24 67 / 0.7); border-bottom-color: rgb(131 24 67 / 0.7); }
.border-y-pink-900\/75{ border-top-color: rgb(131 24 67 / 0.75); border-bottom-color: rgb(131 24 67 / 0.75); }
.border-y-pink-900\/80{ border-top-color: rgb(131 24 67 / 0.8); border-bottom-color: rgb(131 24 67 / 0.8); }
.border-y-pink-900\/90{ border-top-color: rgb(131 24 67 / 0.9); border-bottom-color: rgb(131 24 67 / 0.9); }
.border-y-pink-900\/95{ border-top-color: rgb(131 24 67 / 0.95); border-bottom-color: rgb(131 24 67 / 0.95); }
.border-y-pink-950{ --tw-border-opacity: 1; border-top-color: rgb(80 7 36 / var(--tw-border-opacity)); border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-y-pink-950\/0{ border-top-color: rgb(80 7 36 / 0); border-bottom-color: rgb(80 7 36 / 0); }
.border-y-pink-950\/10{ border-top-color: rgb(80 7 36 / 0.1); border-bottom-color: rgb(80 7 36 / 0.1); }
.border-y-pink-950\/100{ border-top-color: rgb(80 7 36 / 1); border-bottom-color: rgb(80 7 36 / 1); }
.border-y-pink-950\/20{ border-top-color: rgb(80 7 36 / 0.2); border-bottom-color: rgb(80 7 36 / 0.2); }
.border-y-pink-950\/25{ border-top-color: rgb(80 7 36 / 0.25); border-bottom-color: rgb(80 7 36 / 0.25); }
.border-y-pink-950\/30{ border-top-color: rgb(80 7 36 / 0.3); border-bottom-color: rgb(80 7 36 / 0.3); }
.border-y-pink-950\/40{ border-top-color: rgb(80 7 36 / 0.4); border-bottom-color: rgb(80 7 36 / 0.4); }
.border-y-pink-950\/5{ border-top-color: rgb(80 7 36 / 0.05); border-bottom-color: rgb(80 7 36 / 0.05); }
.border-y-pink-950\/50{ border-top-color: rgb(80 7 36 / 0.5); border-bottom-color: rgb(80 7 36 / 0.5); }
.border-y-pink-950\/60{ border-top-color: rgb(80 7 36 / 0.6); border-bottom-color: rgb(80 7 36 / 0.6); }
.border-y-pink-950\/70{ border-top-color: rgb(80 7 36 / 0.7); border-bottom-color: rgb(80 7 36 / 0.7); }
.border-y-pink-950\/75{ border-top-color: rgb(80 7 36 / 0.75); border-bottom-color: rgb(80 7 36 / 0.75); }
.border-y-pink-950\/80{ border-top-color: rgb(80 7 36 / 0.8); border-bottom-color: rgb(80 7 36 / 0.8); }
.border-y-pink-950\/90{ border-top-color: rgb(80 7 36 / 0.9); border-bottom-color: rgb(80 7 36 / 0.9); }
.border-y-pink-950\/95{ border-top-color: rgb(80 7 36 / 0.95); border-bottom-color: rgb(80 7 36 / 0.95); }
.border-y-purple-100{ --tw-border-opacity: 1; border-top-color: rgb(243 232 255 / var(--tw-border-opacity)); border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-y-purple-100\/0{ border-top-color: rgb(243 232 255 / 0); border-bottom-color: rgb(243 232 255 / 0); }
.border-y-purple-100\/10{ border-top-color: rgb(243 232 255 / 0.1); border-bottom-color: rgb(243 232 255 / 0.1); }
.border-y-purple-100\/100{ border-top-color: rgb(243 232 255 / 1); border-bottom-color: rgb(243 232 255 / 1); }
.border-y-purple-100\/20{ border-top-color: rgb(243 232 255 / 0.2); border-bottom-color: rgb(243 232 255 / 0.2); }
.border-y-purple-100\/25{ border-top-color: rgb(243 232 255 / 0.25); border-bottom-color: rgb(243 232 255 / 0.25); }
.border-y-purple-100\/30{ border-top-color: rgb(243 232 255 / 0.3); border-bottom-color: rgb(243 232 255 / 0.3); }
.border-y-purple-100\/40{ border-top-color: rgb(243 232 255 / 0.4); border-bottom-color: rgb(243 232 255 / 0.4); }
.border-y-purple-100\/5{ border-top-color: rgb(243 232 255 / 0.05); border-bottom-color: rgb(243 232 255 / 0.05); }
.border-y-purple-100\/50{ border-top-color: rgb(243 232 255 / 0.5); border-bottom-color: rgb(243 232 255 / 0.5); }
.border-y-purple-100\/60{ border-top-color: rgb(243 232 255 / 0.6); border-bottom-color: rgb(243 232 255 / 0.6); }
.border-y-purple-100\/70{ border-top-color: rgb(243 232 255 / 0.7); border-bottom-color: rgb(243 232 255 / 0.7); }
.border-y-purple-100\/75{ border-top-color: rgb(243 232 255 / 0.75); border-bottom-color: rgb(243 232 255 / 0.75); }
.border-y-purple-100\/80{ border-top-color: rgb(243 232 255 / 0.8); border-bottom-color: rgb(243 232 255 / 0.8); }
.border-y-purple-100\/90{ border-top-color: rgb(243 232 255 / 0.9); border-bottom-color: rgb(243 232 255 / 0.9); }
.border-y-purple-100\/95{ border-top-color: rgb(243 232 255 / 0.95); border-bottom-color: rgb(243 232 255 / 0.95); }
.border-y-purple-200{ --tw-border-opacity: 1; border-top-color: rgb(233 213 255 / var(--tw-border-opacity)); border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-y-purple-200\/0{ border-top-color: rgb(233 213 255 / 0); border-bottom-color: rgb(233 213 255 / 0); }
.border-y-purple-200\/10{ border-top-color: rgb(233 213 255 / 0.1); border-bottom-color: rgb(233 213 255 / 0.1); }
.border-y-purple-200\/100{ border-top-color: rgb(233 213 255 / 1); border-bottom-color: rgb(233 213 255 / 1); }
.border-y-purple-200\/20{ border-top-color: rgb(233 213 255 / 0.2); border-bottom-color: rgb(233 213 255 / 0.2); }
.border-y-purple-200\/25{ border-top-color: rgb(233 213 255 / 0.25); border-bottom-color: rgb(233 213 255 / 0.25); }
.border-y-purple-200\/30{ border-top-color: rgb(233 213 255 / 0.3); border-bottom-color: rgb(233 213 255 / 0.3); }
.border-y-purple-200\/40{ border-top-color: rgb(233 213 255 / 0.4); border-bottom-color: rgb(233 213 255 / 0.4); }
.border-y-purple-200\/5{ border-top-color: rgb(233 213 255 / 0.05); border-bottom-color: rgb(233 213 255 / 0.05); }
.border-y-purple-200\/50{ border-top-color: rgb(233 213 255 / 0.5); border-bottom-color: rgb(233 213 255 / 0.5); }
.border-y-purple-200\/60{ border-top-color: rgb(233 213 255 / 0.6); border-bottom-color: rgb(233 213 255 / 0.6); }
.border-y-purple-200\/70{ border-top-color: rgb(233 213 255 / 0.7); border-bottom-color: rgb(233 213 255 / 0.7); }
.border-y-purple-200\/75{ border-top-color: rgb(233 213 255 / 0.75); border-bottom-color: rgb(233 213 255 / 0.75); }
.border-y-purple-200\/80{ border-top-color: rgb(233 213 255 / 0.8); border-bottom-color: rgb(233 213 255 / 0.8); }
.border-y-purple-200\/90{ border-top-color: rgb(233 213 255 / 0.9); border-bottom-color: rgb(233 213 255 / 0.9); }
.border-y-purple-200\/95{ border-top-color: rgb(233 213 255 / 0.95); border-bottom-color: rgb(233 213 255 / 0.95); }
.border-y-purple-300{ --tw-border-opacity: 1; border-top-color: rgb(216 180 254 / var(--tw-border-opacity)); border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-y-purple-300\/0{ border-top-color: rgb(216 180 254 / 0); border-bottom-color: rgb(216 180 254 / 0); }
.border-y-purple-300\/10{ border-top-color: rgb(216 180 254 / 0.1); border-bottom-color: rgb(216 180 254 / 0.1); }
.border-y-purple-300\/100{ border-top-color: rgb(216 180 254 / 1); border-bottom-color: rgb(216 180 254 / 1); }
.border-y-purple-300\/20{ border-top-color: rgb(216 180 254 / 0.2); border-bottom-color: rgb(216 180 254 / 0.2); }
.border-y-purple-300\/25{ border-top-color: rgb(216 180 254 / 0.25); border-bottom-color: rgb(216 180 254 / 0.25); }
.border-y-purple-300\/30{ border-top-color: rgb(216 180 254 / 0.3); border-bottom-color: rgb(216 180 254 / 0.3); }
.border-y-purple-300\/40{ border-top-color: rgb(216 180 254 / 0.4); border-bottom-color: rgb(216 180 254 / 0.4); }
.border-y-purple-300\/5{ border-top-color: rgb(216 180 254 / 0.05); border-bottom-color: rgb(216 180 254 / 0.05); }
.border-y-purple-300\/50{ border-top-color: rgb(216 180 254 / 0.5); border-bottom-color: rgb(216 180 254 / 0.5); }
.border-y-purple-300\/60{ border-top-color: rgb(216 180 254 / 0.6); border-bottom-color: rgb(216 180 254 / 0.6); }
.border-y-purple-300\/70{ border-top-color: rgb(216 180 254 / 0.7); border-bottom-color: rgb(216 180 254 / 0.7); }
.border-y-purple-300\/75{ border-top-color: rgb(216 180 254 / 0.75); border-bottom-color: rgb(216 180 254 / 0.75); }
.border-y-purple-300\/80{ border-top-color: rgb(216 180 254 / 0.8); border-bottom-color: rgb(216 180 254 / 0.8); }
.border-y-purple-300\/90{ border-top-color: rgb(216 180 254 / 0.9); border-bottom-color: rgb(216 180 254 / 0.9); }
.border-y-purple-300\/95{ border-top-color: rgb(216 180 254 / 0.95); border-bottom-color: rgb(216 180 254 / 0.95); }
.border-y-purple-400{ --tw-border-opacity: 1; border-top-color: rgb(192 132 252 / var(--tw-border-opacity)); border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-y-purple-400\/0{ border-top-color: rgb(192 132 252 / 0); border-bottom-color: rgb(192 132 252 / 0); }
.border-y-purple-400\/10{ border-top-color: rgb(192 132 252 / 0.1); border-bottom-color: rgb(192 132 252 / 0.1); }
.border-y-purple-400\/100{ border-top-color: rgb(192 132 252 / 1); border-bottom-color: rgb(192 132 252 / 1); }
.border-y-purple-400\/20{ border-top-color: rgb(192 132 252 / 0.2); border-bottom-color: rgb(192 132 252 / 0.2); }
.border-y-purple-400\/25{ border-top-color: rgb(192 132 252 / 0.25); border-bottom-color: rgb(192 132 252 / 0.25); }
.border-y-purple-400\/30{ border-top-color: rgb(192 132 252 / 0.3); border-bottom-color: rgb(192 132 252 / 0.3); }
.border-y-purple-400\/40{ border-top-color: rgb(192 132 252 / 0.4); border-bottom-color: rgb(192 132 252 / 0.4); }
.border-y-purple-400\/5{ border-top-color: rgb(192 132 252 / 0.05); border-bottom-color: rgb(192 132 252 / 0.05); }
.border-y-purple-400\/50{ border-top-color: rgb(192 132 252 / 0.5); border-bottom-color: rgb(192 132 252 / 0.5); }
.border-y-purple-400\/60{ border-top-color: rgb(192 132 252 / 0.6); border-bottom-color: rgb(192 132 252 / 0.6); }
.border-y-purple-400\/70{ border-top-color: rgb(192 132 252 / 0.7); border-bottom-color: rgb(192 132 252 / 0.7); }
.border-y-purple-400\/75{ border-top-color: rgb(192 132 252 / 0.75); border-bottom-color: rgb(192 132 252 / 0.75); }
.border-y-purple-400\/80{ border-top-color: rgb(192 132 252 / 0.8); border-bottom-color: rgb(192 132 252 / 0.8); }
.border-y-purple-400\/90{ border-top-color: rgb(192 132 252 / 0.9); border-bottom-color: rgb(192 132 252 / 0.9); }
.border-y-purple-400\/95{ border-top-color: rgb(192 132 252 / 0.95); border-bottom-color: rgb(192 132 252 / 0.95); }
.border-y-purple-50{ --tw-border-opacity: 1; border-top-color: rgb(250 245 255 / var(--tw-border-opacity)); border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-y-purple-50\/0{ border-top-color: rgb(250 245 255 / 0); border-bottom-color: rgb(250 245 255 / 0); }
.border-y-purple-50\/10{ border-top-color: rgb(250 245 255 / 0.1); border-bottom-color: rgb(250 245 255 / 0.1); }
.border-y-purple-50\/100{ border-top-color: rgb(250 245 255 / 1); border-bottom-color: rgb(250 245 255 / 1); }
.border-y-purple-50\/20{ border-top-color: rgb(250 245 255 / 0.2); border-bottom-color: rgb(250 245 255 / 0.2); }
.border-y-purple-50\/25{ border-top-color: rgb(250 245 255 / 0.25); border-bottom-color: rgb(250 245 255 / 0.25); }
.border-y-purple-50\/30{ border-top-color: rgb(250 245 255 / 0.3); border-bottom-color: rgb(250 245 255 / 0.3); }
.border-y-purple-50\/40{ border-top-color: rgb(250 245 255 / 0.4); border-bottom-color: rgb(250 245 255 / 0.4); }
.border-y-purple-50\/5{ border-top-color: rgb(250 245 255 / 0.05); border-bottom-color: rgb(250 245 255 / 0.05); }
.border-y-purple-50\/50{ border-top-color: rgb(250 245 255 / 0.5); border-bottom-color: rgb(250 245 255 / 0.5); }
.border-y-purple-50\/60{ border-top-color: rgb(250 245 255 / 0.6); border-bottom-color: rgb(250 245 255 / 0.6); }
.border-y-purple-50\/70{ border-top-color: rgb(250 245 255 / 0.7); border-bottom-color: rgb(250 245 255 / 0.7); }
.border-y-purple-50\/75{ border-top-color: rgb(250 245 255 / 0.75); border-bottom-color: rgb(250 245 255 / 0.75); }
.border-y-purple-50\/80{ border-top-color: rgb(250 245 255 / 0.8); border-bottom-color: rgb(250 245 255 / 0.8); }
.border-y-purple-50\/90{ border-top-color: rgb(250 245 255 / 0.9); border-bottom-color: rgb(250 245 255 / 0.9); }
.border-y-purple-50\/95{ border-top-color: rgb(250 245 255 / 0.95); border-bottom-color: rgb(250 245 255 / 0.95); }
.border-y-purple-500{ --tw-border-opacity: 1; border-top-color: rgb(168 85 247 / var(--tw-border-opacity)); border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-y-purple-500\/0{ border-top-color: rgb(168 85 247 / 0); border-bottom-color: rgb(168 85 247 / 0); }
.border-y-purple-500\/10{ border-top-color: rgb(168 85 247 / 0.1); border-bottom-color: rgb(168 85 247 / 0.1); }
.border-y-purple-500\/100{ border-top-color: rgb(168 85 247 / 1); border-bottom-color: rgb(168 85 247 / 1); }
.border-y-purple-500\/20{ border-top-color: rgb(168 85 247 / 0.2); border-bottom-color: rgb(168 85 247 / 0.2); }
.border-y-purple-500\/25{ border-top-color: rgb(168 85 247 / 0.25); border-bottom-color: rgb(168 85 247 / 0.25); }
.border-y-purple-500\/30{ border-top-color: rgb(168 85 247 / 0.3); border-bottom-color: rgb(168 85 247 / 0.3); }
.border-y-purple-500\/40{ border-top-color: rgb(168 85 247 / 0.4); border-bottom-color: rgb(168 85 247 / 0.4); }
.border-y-purple-500\/5{ border-top-color: rgb(168 85 247 / 0.05); border-bottom-color: rgb(168 85 247 / 0.05); }
.border-y-purple-500\/50{ border-top-color: rgb(168 85 247 / 0.5); border-bottom-color: rgb(168 85 247 / 0.5); }
.border-y-purple-500\/60{ border-top-color: rgb(168 85 247 / 0.6); border-bottom-color: rgb(168 85 247 / 0.6); }
.border-y-purple-500\/70{ border-top-color: rgb(168 85 247 / 0.7); border-bottom-color: rgb(168 85 247 / 0.7); }
.border-y-purple-500\/75{ border-top-color: rgb(168 85 247 / 0.75); border-bottom-color: rgb(168 85 247 / 0.75); }
.border-y-purple-500\/80{ border-top-color: rgb(168 85 247 / 0.8); border-bottom-color: rgb(168 85 247 / 0.8); }
.border-y-purple-500\/90{ border-top-color: rgb(168 85 247 / 0.9); border-bottom-color: rgb(168 85 247 / 0.9); }
.border-y-purple-500\/95{ border-top-color: rgb(168 85 247 / 0.95); border-bottom-color: rgb(168 85 247 / 0.95); }
.border-y-purple-600{ --tw-border-opacity: 1; border-top-color: rgb(147 51 234 / var(--tw-border-opacity)); border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-y-purple-600\/0{ border-top-color: rgb(147 51 234 / 0); border-bottom-color: rgb(147 51 234 / 0); }
.border-y-purple-600\/10{ border-top-color: rgb(147 51 234 / 0.1); border-bottom-color: rgb(147 51 234 / 0.1); }
.border-y-purple-600\/100{ border-top-color: rgb(147 51 234 / 1); border-bottom-color: rgb(147 51 234 / 1); }
.border-y-purple-600\/20{ border-top-color: rgb(147 51 234 / 0.2); border-bottom-color: rgb(147 51 234 / 0.2); }
.border-y-purple-600\/25{ border-top-color: rgb(147 51 234 / 0.25); border-bottom-color: rgb(147 51 234 / 0.25); }
.border-y-purple-600\/30{ border-top-color: rgb(147 51 234 / 0.3); border-bottom-color: rgb(147 51 234 / 0.3); }
.border-y-purple-600\/40{ border-top-color: rgb(147 51 234 / 0.4); border-bottom-color: rgb(147 51 234 / 0.4); }
.border-y-purple-600\/5{ border-top-color: rgb(147 51 234 / 0.05); border-bottom-color: rgb(147 51 234 / 0.05); }
.border-y-purple-600\/50{ border-top-color: rgb(147 51 234 / 0.5); border-bottom-color: rgb(147 51 234 / 0.5); }
.border-y-purple-600\/60{ border-top-color: rgb(147 51 234 / 0.6); border-bottom-color: rgb(147 51 234 / 0.6); }
.border-y-purple-600\/70{ border-top-color: rgb(147 51 234 / 0.7); border-bottom-color: rgb(147 51 234 / 0.7); }
.border-y-purple-600\/75{ border-top-color: rgb(147 51 234 / 0.75); border-bottom-color: rgb(147 51 234 / 0.75); }
.border-y-purple-600\/80{ border-top-color: rgb(147 51 234 / 0.8); border-bottom-color: rgb(147 51 234 / 0.8); }
.border-y-purple-600\/90{ border-top-color: rgb(147 51 234 / 0.9); border-bottom-color: rgb(147 51 234 / 0.9); }
.border-y-purple-600\/95{ border-top-color: rgb(147 51 234 / 0.95); border-bottom-color: rgb(147 51 234 / 0.95); }
.border-y-purple-700{ --tw-border-opacity: 1; border-top-color: rgb(126 34 206 / var(--tw-border-opacity)); border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-y-purple-700\/0{ border-top-color: rgb(126 34 206 / 0); border-bottom-color: rgb(126 34 206 / 0); }
.border-y-purple-700\/10{ border-top-color: rgb(126 34 206 / 0.1); border-bottom-color: rgb(126 34 206 / 0.1); }
.border-y-purple-700\/100{ border-top-color: rgb(126 34 206 / 1); border-bottom-color: rgb(126 34 206 / 1); }
.border-y-purple-700\/20{ border-top-color: rgb(126 34 206 / 0.2); border-bottom-color: rgb(126 34 206 / 0.2); }
.border-y-purple-700\/25{ border-top-color: rgb(126 34 206 / 0.25); border-bottom-color: rgb(126 34 206 / 0.25); }
.border-y-purple-700\/30{ border-top-color: rgb(126 34 206 / 0.3); border-bottom-color: rgb(126 34 206 / 0.3); }
.border-y-purple-700\/40{ border-top-color: rgb(126 34 206 / 0.4); border-bottom-color: rgb(126 34 206 / 0.4); }
.border-y-purple-700\/5{ border-top-color: rgb(126 34 206 / 0.05); border-bottom-color: rgb(126 34 206 / 0.05); }
.border-y-purple-700\/50{ border-top-color: rgb(126 34 206 / 0.5); border-bottom-color: rgb(126 34 206 / 0.5); }
.border-y-purple-700\/60{ border-top-color: rgb(126 34 206 / 0.6); border-bottom-color: rgb(126 34 206 / 0.6); }
.border-y-purple-700\/70{ border-top-color: rgb(126 34 206 / 0.7); border-bottom-color: rgb(126 34 206 / 0.7); }
.border-y-purple-700\/75{ border-top-color: rgb(126 34 206 / 0.75); border-bottom-color: rgb(126 34 206 / 0.75); }
.border-y-purple-700\/80{ border-top-color: rgb(126 34 206 / 0.8); border-bottom-color: rgb(126 34 206 / 0.8); }
.border-y-purple-700\/90{ border-top-color: rgb(126 34 206 / 0.9); border-bottom-color: rgb(126 34 206 / 0.9); }
.border-y-purple-700\/95{ border-top-color: rgb(126 34 206 / 0.95); border-bottom-color: rgb(126 34 206 / 0.95); }
.border-y-purple-800{ --tw-border-opacity: 1; border-top-color: rgb(107 33 168 / var(--tw-border-opacity)); border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-y-purple-800\/0{ border-top-color: rgb(107 33 168 / 0); border-bottom-color: rgb(107 33 168 / 0); }
.border-y-purple-800\/10{ border-top-color: rgb(107 33 168 / 0.1); border-bottom-color: rgb(107 33 168 / 0.1); }
.border-y-purple-800\/100{ border-top-color: rgb(107 33 168 / 1); border-bottom-color: rgb(107 33 168 / 1); }
.border-y-purple-800\/20{ border-top-color: rgb(107 33 168 / 0.2); border-bottom-color: rgb(107 33 168 / 0.2); }
.border-y-purple-800\/25{ border-top-color: rgb(107 33 168 / 0.25); border-bottom-color: rgb(107 33 168 / 0.25); }
.border-y-purple-800\/30{ border-top-color: rgb(107 33 168 / 0.3); border-bottom-color: rgb(107 33 168 / 0.3); }
.border-y-purple-800\/40{ border-top-color: rgb(107 33 168 / 0.4); border-bottom-color: rgb(107 33 168 / 0.4); }
.border-y-purple-800\/5{ border-top-color: rgb(107 33 168 / 0.05); border-bottom-color: rgb(107 33 168 / 0.05); }
.border-y-purple-800\/50{ border-top-color: rgb(107 33 168 / 0.5); border-bottom-color: rgb(107 33 168 / 0.5); }
.border-y-purple-800\/60{ border-top-color: rgb(107 33 168 / 0.6); border-bottom-color: rgb(107 33 168 / 0.6); }
.border-y-purple-800\/70{ border-top-color: rgb(107 33 168 / 0.7); border-bottom-color: rgb(107 33 168 / 0.7); }
.border-y-purple-800\/75{ border-top-color: rgb(107 33 168 / 0.75); border-bottom-color: rgb(107 33 168 / 0.75); }
.border-y-purple-800\/80{ border-top-color: rgb(107 33 168 / 0.8); border-bottom-color: rgb(107 33 168 / 0.8); }
.border-y-purple-800\/90{ border-top-color: rgb(107 33 168 / 0.9); border-bottom-color: rgb(107 33 168 / 0.9); }
.border-y-purple-800\/95{ border-top-color: rgb(107 33 168 / 0.95); border-bottom-color: rgb(107 33 168 / 0.95); }
.border-y-purple-900{ --tw-border-opacity: 1; border-top-color: rgb(88 28 135 / var(--tw-border-opacity)); border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-y-purple-900\/0{ border-top-color: rgb(88 28 135 / 0); border-bottom-color: rgb(88 28 135 / 0); }
.border-y-purple-900\/10{ border-top-color: rgb(88 28 135 / 0.1); border-bottom-color: rgb(88 28 135 / 0.1); }
.border-y-purple-900\/100{ border-top-color: rgb(88 28 135 / 1); border-bottom-color: rgb(88 28 135 / 1); }
.border-y-purple-900\/20{ border-top-color: rgb(88 28 135 / 0.2); border-bottom-color: rgb(88 28 135 / 0.2); }
.border-y-purple-900\/25{ border-top-color: rgb(88 28 135 / 0.25); border-bottom-color: rgb(88 28 135 / 0.25); }
.border-y-purple-900\/30{ border-top-color: rgb(88 28 135 / 0.3); border-bottom-color: rgb(88 28 135 / 0.3); }
.border-y-purple-900\/40{ border-top-color: rgb(88 28 135 / 0.4); border-bottom-color: rgb(88 28 135 / 0.4); }
.border-y-purple-900\/5{ border-top-color: rgb(88 28 135 / 0.05); border-bottom-color: rgb(88 28 135 / 0.05); }
.border-y-purple-900\/50{ border-top-color: rgb(88 28 135 / 0.5); border-bottom-color: rgb(88 28 135 / 0.5); }
.border-y-purple-900\/60{ border-top-color: rgb(88 28 135 / 0.6); border-bottom-color: rgb(88 28 135 / 0.6); }
.border-y-purple-900\/70{ border-top-color: rgb(88 28 135 / 0.7); border-bottom-color: rgb(88 28 135 / 0.7); }
.border-y-purple-900\/75{ border-top-color: rgb(88 28 135 / 0.75); border-bottom-color: rgb(88 28 135 / 0.75); }
.border-y-purple-900\/80{ border-top-color: rgb(88 28 135 / 0.8); border-bottom-color: rgb(88 28 135 / 0.8); }
.border-y-purple-900\/90{ border-top-color: rgb(88 28 135 / 0.9); border-bottom-color: rgb(88 28 135 / 0.9); }
.border-y-purple-900\/95{ border-top-color: rgb(88 28 135 / 0.95); border-bottom-color: rgb(88 28 135 / 0.95); }
.border-y-purple-950{ --tw-border-opacity: 1; border-top-color: rgb(59 7 100 / var(--tw-border-opacity)); border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-y-purple-950\/0{ border-top-color: rgb(59 7 100 / 0); border-bottom-color: rgb(59 7 100 / 0); }
.border-y-purple-950\/10{ border-top-color: rgb(59 7 100 / 0.1); border-bottom-color: rgb(59 7 100 / 0.1); }
.border-y-purple-950\/100{ border-top-color: rgb(59 7 100 / 1); border-bottom-color: rgb(59 7 100 / 1); }
.border-y-purple-950\/20{ border-top-color: rgb(59 7 100 / 0.2); border-bottom-color: rgb(59 7 100 / 0.2); }
.border-y-purple-950\/25{ border-top-color: rgb(59 7 100 / 0.25); border-bottom-color: rgb(59 7 100 / 0.25); }
.border-y-purple-950\/30{ border-top-color: rgb(59 7 100 / 0.3); border-bottom-color: rgb(59 7 100 / 0.3); }
.border-y-purple-950\/40{ border-top-color: rgb(59 7 100 / 0.4); border-bottom-color: rgb(59 7 100 / 0.4); }
.border-y-purple-950\/5{ border-top-color: rgb(59 7 100 / 0.05); border-bottom-color: rgb(59 7 100 / 0.05); }
.border-y-purple-950\/50{ border-top-color: rgb(59 7 100 / 0.5); border-bottom-color: rgb(59 7 100 / 0.5); }
.border-y-purple-950\/60{ border-top-color: rgb(59 7 100 / 0.6); border-bottom-color: rgb(59 7 100 / 0.6); }
.border-y-purple-950\/70{ border-top-color: rgb(59 7 100 / 0.7); border-bottom-color: rgb(59 7 100 / 0.7); }
.border-y-purple-950\/75{ border-top-color: rgb(59 7 100 / 0.75); border-bottom-color: rgb(59 7 100 / 0.75); }
.border-y-purple-950\/80{ border-top-color: rgb(59 7 100 / 0.8); border-bottom-color: rgb(59 7 100 / 0.8); }
.border-y-purple-950\/90{ border-top-color: rgb(59 7 100 / 0.9); border-bottom-color: rgb(59 7 100 / 0.9); }
.border-y-purple-950\/95{ border-top-color: rgb(59 7 100 / 0.95); border-bottom-color: rgb(59 7 100 / 0.95); }
.border-y-red-100{ --tw-border-opacity: 1; border-top-color: rgb(254 226 226 / var(--tw-border-opacity)); border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-y-red-100\/0{ border-top-color: rgb(254 226 226 / 0); border-bottom-color: rgb(254 226 226 / 0); }
.border-y-red-100\/10{ border-top-color: rgb(254 226 226 / 0.1); border-bottom-color: rgb(254 226 226 / 0.1); }
.border-y-red-100\/100{ border-top-color: rgb(254 226 226 / 1); border-bottom-color: rgb(254 226 226 / 1); }
.border-y-red-100\/20{ border-top-color: rgb(254 226 226 / 0.2); border-bottom-color: rgb(254 226 226 / 0.2); }
.border-y-red-100\/25{ border-top-color: rgb(254 226 226 / 0.25); border-bottom-color: rgb(254 226 226 / 0.25); }
.border-y-red-100\/30{ border-top-color: rgb(254 226 226 / 0.3); border-bottom-color: rgb(254 226 226 / 0.3); }
.border-y-red-100\/40{ border-top-color: rgb(254 226 226 / 0.4); border-bottom-color: rgb(254 226 226 / 0.4); }
.border-y-red-100\/5{ border-top-color: rgb(254 226 226 / 0.05); border-bottom-color: rgb(254 226 226 / 0.05); }
.border-y-red-100\/50{ border-top-color: rgb(254 226 226 / 0.5); border-bottom-color: rgb(254 226 226 / 0.5); }
.border-y-red-100\/60{ border-top-color: rgb(254 226 226 / 0.6); border-bottom-color: rgb(254 226 226 / 0.6); }
.border-y-red-100\/70{ border-top-color: rgb(254 226 226 / 0.7); border-bottom-color: rgb(254 226 226 / 0.7); }
.border-y-red-100\/75{ border-top-color: rgb(254 226 226 / 0.75); border-bottom-color: rgb(254 226 226 / 0.75); }
.border-y-red-100\/80{ border-top-color: rgb(254 226 226 / 0.8); border-bottom-color: rgb(254 226 226 / 0.8); }
.border-y-red-100\/90{ border-top-color: rgb(254 226 226 / 0.9); border-bottom-color: rgb(254 226 226 / 0.9); }
.border-y-red-100\/95{ border-top-color: rgb(254 226 226 / 0.95); border-bottom-color: rgb(254 226 226 / 0.95); }
.border-y-red-200{ --tw-border-opacity: 1; border-top-color: rgb(254 202 202 / var(--tw-border-opacity)); border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-y-red-200\/0{ border-top-color: rgb(254 202 202 / 0); border-bottom-color: rgb(254 202 202 / 0); }
.border-y-red-200\/10{ border-top-color: rgb(254 202 202 / 0.1); border-bottom-color: rgb(254 202 202 / 0.1); }
.border-y-red-200\/100{ border-top-color: rgb(254 202 202 / 1); border-bottom-color: rgb(254 202 202 / 1); }
.border-y-red-200\/20{ border-top-color: rgb(254 202 202 / 0.2); border-bottom-color: rgb(254 202 202 / 0.2); }
.border-y-red-200\/25{ border-top-color: rgb(254 202 202 / 0.25); border-bottom-color: rgb(254 202 202 / 0.25); }
.border-y-red-200\/30{ border-top-color: rgb(254 202 202 / 0.3); border-bottom-color: rgb(254 202 202 / 0.3); }
.border-y-red-200\/40{ border-top-color: rgb(254 202 202 / 0.4); border-bottom-color: rgb(254 202 202 / 0.4); }
.border-y-red-200\/5{ border-top-color: rgb(254 202 202 / 0.05); border-bottom-color: rgb(254 202 202 / 0.05); }
.border-y-red-200\/50{ border-top-color: rgb(254 202 202 / 0.5); border-bottom-color: rgb(254 202 202 / 0.5); }
.border-y-red-200\/60{ border-top-color: rgb(254 202 202 / 0.6); border-bottom-color: rgb(254 202 202 / 0.6); }
.border-y-red-200\/70{ border-top-color: rgb(254 202 202 / 0.7); border-bottom-color: rgb(254 202 202 / 0.7); }
.border-y-red-200\/75{ border-top-color: rgb(254 202 202 / 0.75); border-bottom-color: rgb(254 202 202 / 0.75); }
.border-y-red-200\/80{ border-top-color: rgb(254 202 202 / 0.8); border-bottom-color: rgb(254 202 202 / 0.8); }
.border-y-red-200\/90{ border-top-color: rgb(254 202 202 / 0.9); border-bottom-color: rgb(254 202 202 / 0.9); }
.border-y-red-200\/95{ border-top-color: rgb(254 202 202 / 0.95); border-bottom-color: rgb(254 202 202 / 0.95); }
.border-y-red-300{ --tw-border-opacity: 1; border-top-color: rgb(252 165 165 / var(--tw-border-opacity)); border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-y-red-300\/0{ border-top-color: rgb(252 165 165 / 0); border-bottom-color: rgb(252 165 165 / 0); }
.border-y-red-300\/10{ border-top-color: rgb(252 165 165 / 0.1); border-bottom-color: rgb(252 165 165 / 0.1); }
.border-y-red-300\/100{ border-top-color: rgb(252 165 165 / 1); border-bottom-color: rgb(252 165 165 / 1); }
.border-y-red-300\/20{ border-top-color: rgb(252 165 165 / 0.2); border-bottom-color: rgb(252 165 165 / 0.2); }
.border-y-red-300\/25{ border-top-color: rgb(252 165 165 / 0.25); border-bottom-color: rgb(252 165 165 / 0.25); }
.border-y-red-300\/30{ border-top-color: rgb(252 165 165 / 0.3); border-bottom-color: rgb(252 165 165 / 0.3); }
.border-y-red-300\/40{ border-top-color: rgb(252 165 165 / 0.4); border-bottom-color: rgb(252 165 165 / 0.4); }
.border-y-red-300\/5{ border-top-color: rgb(252 165 165 / 0.05); border-bottom-color: rgb(252 165 165 / 0.05); }
.border-y-red-300\/50{ border-top-color: rgb(252 165 165 / 0.5); border-bottom-color: rgb(252 165 165 / 0.5); }
.border-y-red-300\/60{ border-top-color: rgb(252 165 165 / 0.6); border-bottom-color: rgb(252 165 165 / 0.6); }
.border-y-red-300\/70{ border-top-color: rgb(252 165 165 / 0.7); border-bottom-color: rgb(252 165 165 / 0.7); }
.border-y-red-300\/75{ border-top-color: rgb(252 165 165 / 0.75); border-bottom-color: rgb(252 165 165 / 0.75); }
.border-y-red-300\/80{ border-top-color: rgb(252 165 165 / 0.8); border-bottom-color: rgb(252 165 165 / 0.8); }
.border-y-red-300\/90{ border-top-color: rgb(252 165 165 / 0.9); border-bottom-color: rgb(252 165 165 / 0.9); }
.border-y-red-300\/95{ border-top-color: rgb(252 165 165 / 0.95); border-bottom-color: rgb(252 165 165 / 0.95); }
.border-y-red-400{ --tw-border-opacity: 1; border-top-color: rgb(248 113 113 / var(--tw-border-opacity)); border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-y-red-400\/0{ border-top-color: rgb(248 113 113 / 0); border-bottom-color: rgb(248 113 113 / 0); }
.border-y-red-400\/10{ border-top-color: rgb(248 113 113 / 0.1); border-bottom-color: rgb(248 113 113 / 0.1); }
.border-y-red-400\/100{ border-top-color: rgb(248 113 113 / 1); border-bottom-color: rgb(248 113 113 / 1); }
.border-y-red-400\/20{ border-top-color: rgb(248 113 113 / 0.2); border-bottom-color: rgb(248 113 113 / 0.2); }
.border-y-red-400\/25{ border-top-color: rgb(248 113 113 / 0.25); border-bottom-color: rgb(248 113 113 / 0.25); }
.border-y-red-400\/30{ border-top-color: rgb(248 113 113 / 0.3); border-bottom-color: rgb(248 113 113 / 0.3); }
.border-y-red-400\/40{ border-top-color: rgb(248 113 113 / 0.4); border-bottom-color: rgb(248 113 113 / 0.4); }
.border-y-red-400\/5{ border-top-color: rgb(248 113 113 / 0.05); border-bottom-color: rgb(248 113 113 / 0.05); }
.border-y-red-400\/50{ border-top-color: rgb(248 113 113 / 0.5); border-bottom-color: rgb(248 113 113 / 0.5); }
.border-y-red-400\/60{ border-top-color: rgb(248 113 113 / 0.6); border-bottom-color: rgb(248 113 113 / 0.6); }
.border-y-red-400\/70{ border-top-color: rgb(248 113 113 / 0.7); border-bottom-color: rgb(248 113 113 / 0.7); }
.border-y-red-400\/75{ border-top-color: rgb(248 113 113 / 0.75); border-bottom-color: rgb(248 113 113 / 0.75); }
.border-y-red-400\/80{ border-top-color: rgb(248 113 113 / 0.8); border-bottom-color: rgb(248 113 113 / 0.8); }
.border-y-red-400\/90{ border-top-color: rgb(248 113 113 / 0.9); border-bottom-color: rgb(248 113 113 / 0.9); }
.border-y-red-400\/95{ border-top-color: rgb(248 113 113 / 0.95); border-bottom-color: rgb(248 113 113 / 0.95); }
.border-y-red-50{ --tw-border-opacity: 1; border-top-color: rgb(254 242 242 / var(--tw-border-opacity)); border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-y-red-50\/0{ border-top-color: rgb(254 242 242 / 0); border-bottom-color: rgb(254 242 242 / 0); }
.border-y-red-50\/10{ border-top-color: rgb(254 242 242 / 0.1); border-bottom-color: rgb(254 242 242 / 0.1); }
.border-y-red-50\/100{ border-top-color: rgb(254 242 242 / 1); border-bottom-color: rgb(254 242 242 / 1); }
.border-y-red-50\/20{ border-top-color: rgb(254 242 242 / 0.2); border-bottom-color: rgb(254 242 242 / 0.2); }
.border-y-red-50\/25{ border-top-color: rgb(254 242 242 / 0.25); border-bottom-color: rgb(254 242 242 / 0.25); }
.border-y-red-50\/30{ border-top-color: rgb(254 242 242 / 0.3); border-bottom-color: rgb(254 242 242 / 0.3); }
.border-y-red-50\/40{ border-top-color: rgb(254 242 242 / 0.4); border-bottom-color: rgb(254 242 242 / 0.4); }
.border-y-red-50\/5{ border-top-color: rgb(254 242 242 / 0.05); border-bottom-color: rgb(254 242 242 / 0.05); }
.border-y-red-50\/50{ border-top-color: rgb(254 242 242 / 0.5); border-bottom-color: rgb(254 242 242 / 0.5); }
.border-y-red-50\/60{ border-top-color: rgb(254 242 242 / 0.6); border-bottom-color: rgb(254 242 242 / 0.6); }
.border-y-red-50\/70{ border-top-color: rgb(254 242 242 / 0.7); border-bottom-color: rgb(254 242 242 / 0.7); }
.border-y-red-50\/75{ border-top-color: rgb(254 242 242 / 0.75); border-bottom-color: rgb(254 242 242 / 0.75); }
.border-y-red-50\/80{ border-top-color: rgb(254 242 242 / 0.8); border-bottom-color: rgb(254 242 242 / 0.8); }
.border-y-red-50\/90{ border-top-color: rgb(254 242 242 / 0.9); border-bottom-color: rgb(254 242 242 / 0.9); }
.border-y-red-50\/95{ border-top-color: rgb(254 242 242 / 0.95); border-bottom-color: rgb(254 242 242 / 0.95); }
.border-y-red-500{ --tw-border-opacity: 1; border-top-color: rgb(239 68 68 / var(--tw-border-opacity)); border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-y-red-500\/0{ border-top-color: rgb(239 68 68 / 0); border-bottom-color: rgb(239 68 68 / 0); }
.border-y-red-500\/10{ border-top-color: rgb(239 68 68 / 0.1); border-bottom-color: rgb(239 68 68 / 0.1); }
.border-y-red-500\/100{ border-top-color: rgb(239 68 68 / 1); border-bottom-color: rgb(239 68 68 / 1); }
.border-y-red-500\/20{ border-top-color: rgb(239 68 68 / 0.2); border-bottom-color: rgb(239 68 68 / 0.2); }
.border-y-red-500\/25{ border-top-color: rgb(239 68 68 / 0.25); border-bottom-color: rgb(239 68 68 / 0.25); }
.border-y-red-500\/30{ border-top-color: rgb(239 68 68 / 0.3); border-bottom-color: rgb(239 68 68 / 0.3); }
.border-y-red-500\/40{ border-top-color: rgb(239 68 68 / 0.4); border-bottom-color: rgb(239 68 68 / 0.4); }
.border-y-red-500\/5{ border-top-color: rgb(239 68 68 / 0.05); border-bottom-color: rgb(239 68 68 / 0.05); }
.border-y-red-500\/50{ border-top-color: rgb(239 68 68 / 0.5); border-bottom-color: rgb(239 68 68 / 0.5); }
.border-y-red-500\/60{ border-top-color: rgb(239 68 68 / 0.6); border-bottom-color: rgb(239 68 68 / 0.6); }
.border-y-red-500\/70{ border-top-color: rgb(239 68 68 / 0.7); border-bottom-color: rgb(239 68 68 / 0.7); }
.border-y-red-500\/75{ border-top-color: rgb(239 68 68 / 0.75); border-bottom-color: rgb(239 68 68 / 0.75); }
.border-y-red-500\/80{ border-top-color: rgb(239 68 68 / 0.8); border-bottom-color: rgb(239 68 68 / 0.8); }
.border-y-red-500\/90{ border-top-color: rgb(239 68 68 / 0.9); border-bottom-color: rgb(239 68 68 / 0.9); }
.border-y-red-500\/95{ border-top-color: rgb(239 68 68 / 0.95); border-bottom-color: rgb(239 68 68 / 0.95); }
.border-y-red-600{ --tw-border-opacity: 1; border-top-color: rgb(220 38 38 / var(--tw-border-opacity)); border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-y-red-600\/0{ border-top-color: rgb(220 38 38 / 0); border-bottom-color: rgb(220 38 38 / 0); }
.border-y-red-600\/10{ border-top-color: rgb(220 38 38 / 0.1); border-bottom-color: rgb(220 38 38 / 0.1); }
.border-y-red-600\/100{ border-top-color: rgb(220 38 38 / 1); border-bottom-color: rgb(220 38 38 / 1); }
.border-y-red-600\/20{ border-top-color: rgb(220 38 38 / 0.2); border-bottom-color: rgb(220 38 38 / 0.2); }
.border-y-red-600\/25{ border-top-color: rgb(220 38 38 / 0.25); border-bottom-color: rgb(220 38 38 / 0.25); }
.border-y-red-600\/30{ border-top-color: rgb(220 38 38 / 0.3); border-bottom-color: rgb(220 38 38 / 0.3); }
.border-y-red-600\/40{ border-top-color: rgb(220 38 38 / 0.4); border-bottom-color: rgb(220 38 38 / 0.4); }
.border-y-red-600\/5{ border-top-color: rgb(220 38 38 / 0.05); border-bottom-color: rgb(220 38 38 / 0.05); }
.border-y-red-600\/50{ border-top-color: rgb(220 38 38 / 0.5); border-bottom-color: rgb(220 38 38 / 0.5); }
.border-y-red-600\/60{ border-top-color: rgb(220 38 38 / 0.6); border-bottom-color: rgb(220 38 38 / 0.6); }
.border-y-red-600\/70{ border-top-color: rgb(220 38 38 / 0.7); border-bottom-color: rgb(220 38 38 / 0.7); }
.border-y-red-600\/75{ border-top-color: rgb(220 38 38 / 0.75); border-bottom-color: rgb(220 38 38 / 0.75); }
.border-y-red-600\/80{ border-top-color: rgb(220 38 38 / 0.8); border-bottom-color: rgb(220 38 38 / 0.8); }
.border-y-red-600\/90{ border-top-color: rgb(220 38 38 / 0.9); border-bottom-color: rgb(220 38 38 / 0.9); }
.border-y-red-600\/95{ border-top-color: rgb(220 38 38 / 0.95); border-bottom-color: rgb(220 38 38 / 0.95); }
.border-y-red-700{ --tw-border-opacity: 1; border-top-color: rgb(185 28 28 / var(--tw-border-opacity)); border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-y-red-700\/0{ border-top-color: rgb(185 28 28 / 0); border-bottom-color: rgb(185 28 28 / 0); }
.border-y-red-700\/10{ border-top-color: rgb(185 28 28 / 0.1); border-bottom-color: rgb(185 28 28 / 0.1); }
.border-y-red-700\/100{ border-top-color: rgb(185 28 28 / 1); border-bottom-color: rgb(185 28 28 / 1); }
.border-y-red-700\/20{ border-top-color: rgb(185 28 28 / 0.2); border-bottom-color: rgb(185 28 28 / 0.2); }
.border-y-red-700\/25{ border-top-color: rgb(185 28 28 / 0.25); border-bottom-color: rgb(185 28 28 / 0.25); }
.border-y-red-700\/30{ border-top-color: rgb(185 28 28 / 0.3); border-bottom-color: rgb(185 28 28 / 0.3); }
.border-y-red-700\/40{ border-top-color: rgb(185 28 28 / 0.4); border-bottom-color: rgb(185 28 28 / 0.4); }
.border-y-red-700\/5{ border-top-color: rgb(185 28 28 / 0.05); border-bottom-color: rgb(185 28 28 / 0.05); }
.border-y-red-700\/50{ border-top-color: rgb(185 28 28 / 0.5); border-bottom-color: rgb(185 28 28 / 0.5); }
.border-y-red-700\/60{ border-top-color: rgb(185 28 28 / 0.6); border-bottom-color: rgb(185 28 28 / 0.6); }
.border-y-red-700\/70{ border-top-color: rgb(185 28 28 / 0.7); border-bottom-color: rgb(185 28 28 / 0.7); }
.border-y-red-700\/75{ border-top-color: rgb(185 28 28 / 0.75); border-bottom-color: rgb(185 28 28 / 0.75); }
.border-y-red-700\/80{ border-top-color: rgb(185 28 28 / 0.8); border-bottom-color: rgb(185 28 28 / 0.8); }
.border-y-red-700\/90{ border-top-color: rgb(185 28 28 / 0.9); border-bottom-color: rgb(185 28 28 / 0.9); }
.border-y-red-700\/95{ border-top-color: rgb(185 28 28 / 0.95); border-bottom-color: rgb(185 28 28 / 0.95); }
.border-y-red-800{ --tw-border-opacity: 1; border-top-color: rgb(153 27 27 / var(--tw-border-opacity)); border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-y-red-800\/0{ border-top-color: rgb(153 27 27 / 0); border-bottom-color: rgb(153 27 27 / 0); }
.border-y-red-800\/10{ border-top-color: rgb(153 27 27 / 0.1); border-bottom-color: rgb(153 27 27 / 0.1); }
.border-y-red-800\/100{ border-top-color: rgb(153 27 27 / 1); border-bottom-color: rgb(153 27 27 / 1); }
.border-y-red-800\/20{ border-top-color: rgb(153 27 27 / 0.2); border-bottom-color: rgb(153 27 27 / 0.2); }
.border-y-red-800\/25{ border-top-color: rgb(153 27 27 / 0.25); border-bottom-color: rgb(153 27 27 / 0.25); }
.border-y-red-800\/30{ border-top-color: rgb(153 27 27 / 0.3); border-bottom-color: rgb(153 27 27 / 0.3); }
.border-y-red-800\/40{ border-top-color: rgb(153 27 27 / 0.4); border-bottom-color: rgb(153 27 27 / 0.4); }
.border-y-red-800\/5{ border-top-color: rgb(153 27 27 / 0.05); border-bottom-color: rgb(153 27 27 / 0.05); }
.border-y-red-800\/50{ border-top-color: rgb(153 27 27 / 0.5); border-bottom-color: rgb(153 27 27 / 0.5); }
.border-y-red-800\/60{ border-top-color: rgb(153 27 27 / 0.6); border-bottom-color: rgb(153 27 27 / 0.6); }
.border-y-red-800\/70{ border-top-color: rgb(153 27 27 / 0.7); border-bottom-color: rgb(153 27 27 / 0.7); }
.border-y-red-800\/75{ border-top-color: rgb(153 27 27 / 0.75); border-bottom-color: rgb(153 27 27 / 0.75); }
.border-y-red-800\/80{ border-top-color: rgb(153 27 27 / 0.8); border-bottom-color: rgb(153 27 27 / 0.8); }
.border-y-red-800\/90{ border-top-color: rgb(153 27 27 / 0.9); border-bottom-color: rgb(153 27 27 / 0.9); }
.border-y-red-800\/95{ border-top-color: rgb(153 27 27 / 0.95); border-bottom-color: rgb(153 27 27 / 0.95); }
.border-y-red-900{ --tw-border-opacity: 1; border-top-color: rgb(127 29 29 / var(--tw-border-opacity)); border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-y-red-900\/0{ border-top-color: rgb(127 29 29 / 0); border-bottom-color: rgb(127 29 29 / 0); }
.border-y-red-900\/10{ border-top-color: rgb(127 29 29 / 0.1); border-bottom-color: rgb(127 29 29 / 0.1); }
.border-y-red-900\/100{ border-top-color: rgb(127 29 29 / 1); border-bottom-color: rgb(127 29 29 / 1); }
.border-y-red-900\/20{ border-top-color: rgb(127 29 29 / 0.2); border-bottom-color: rgb(127 29 29 / 0.2); }
.border-y-red-900\/25{ border-top-color: rgb(127 29 29 / 0.25); border-bottom-color: rgb(127 29 29 / 0.25); }
.border-y-red-900\/30{ border-top-color: rgb(127 29 29 / 0.3); border-bottom-color: rgb(127 29 29 / 0.3); }
.border-y-red-900\/40{ border-top-color: rgb(127 29 29 / 0.4); border-bottom-color: rgb(127 29 29 / 0.4); }
.border-y-red-900\/5{ border-top-color: rgb(127 29 29 / 0.05); border-bottom-color: rgb(127 29 29 / 0.05); }
.border-y-red-900\/50{ border-top-color: rgb(127 29 29 / 0.5); border-bottom-color: rgb(127 29 29 / 0.5); }
.border-y-red-900\/60{ border-top-color: rgb(127 29 29 / 0.6); border-bottom-color: rgb(127 29 29 / 0.6); }
.border-y-red-900\/70{ border-top-color: rgb(127 29 29 / 0.7); border-bottom-color: rgb(127 29 29 / 0.7); }
.border-y-red-900\/75{ border-top-color: rgb(127 29 29 / 0.75); border-bottom-color: rgb(127 29 29 / 0.75); }
.border-y-red-900\/80{ border-top-color: rgb(127 29 29 / 0.8); border-bottom-color: rgb(127 29 29 / 0.8); }
.border-y-red-900\/90{ border-top-color: rgb(127 29 29 / 0.9); border-bottom-color: rgb(127 29 29 / 0.9); }
.border-y-red-900\/95{ border-top-color: rgb(127 29 29 / 0.95); border-bottom-color: rgb(127 29 29 / 0.95); }
.border-y-red-950{ --tw-border-opacity: 1; border-top-color: rgb(69 10 10 / var(--tw-border-opacity)); border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-y-red-950\/0{ border-top-color: rgb(69 10 10 / 0); border-bottom-color: rgb(69 10 10 / 0); }
.border-y-red-950\/10{ border-top-color: rgb(69 10 10 / 0.1); border-bottom-color: rgb(69 10 10 / 0.1); }
.border-y-red-950\/100{ border-top-color: rgb(69 10 10 / 1); border-bottom-color: rgb(69 10 10 / 1); }
.border-y-red-950\/20{ border-top-color: rgb(69 10 10 / 0.2); border-bottom-color: rgb(69 10 10 / 0.2); }
.border-y-red-950\/25{ border-top-color: rgb(69 10 10 / 0.25); border-bottom-color: rgb(69 10 10 / 0.25); }
.border-y-red-950\/30{ border-top-color: rgb(69 10 10 / 0.3); border-bottom-color: rgb(69 10 10 / 0.3); }
.border-y-red-950\/40{ border-top-color: rgb(69 10 10 / 0.4); border-bottom-color: rgb(69 10 10 / 0.4); }
.border-y-red-950\/5{ border-top-color: rgb(69 10 10 / 0.05); border-bottom-color: rgb(69 10 10 / 0.05); }
.border-y-red-950\/50{ border-top-color: rgb(69 10 10 / 0.5); border-bottom-color: rgb(69 10 10 / 0.5); }
.border-y-red-950\/60{ border-top-color: rgb(69 10 10 / 0.6); border-bottom-color: rgb(69 10 10 / 0.6); }
.border-y-red-950\/70{ border-top-color: rgb(69 10 10 / 0.7); border-bottom-color: rgb(69 10 10 / 0.7); }
.border-y-red-950\/75{ border-top-color: rgb(69 10 10 / 0.75); border-bottom-color: rgb(69 10 10 / 0.75); }
.border-y-red-950\/80{ border-top-color: rgb(69 10 10 / 0.8); border-bottom-color: rgb(69 10 10 / 0.8); }
.border-y-red-950\/90{ border-top-color: rgb(69 10 10 / 0.9); border-bottom-color: rgb(69 10 10 / 0.9); }
.border-y-red-950\/95{ border-top-color: rgb(69 10 10 / 0.95); border-bottom-color: rgb(69 10 10 / 0.95); }
.border-y-rose-100{ --tw-border-opacity: 1; border-top-color: rgb(255 228 230 / var(--tw-border-opacity)); border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-y-rose-100\/0{ border-top-color: rgb(255 228 230 / 0); border-bottom-color: rgb(255 228 230 / 0); }
.border-y-rose-100\/10{ border-top-color: rgb(255 228 230 / 0.1); border-bottom-color: rgb(255 228 230 / 0.1); }
.border-y-rose-100\/100{ border-top-color: rgb(255 228 230 / 1); border-bottom-color: rgb(255 228 230 / 1); }
.border-y-rose-100\/20{ border-top-color: rgb(255 228 230 / 0.2); border-bottom-color: rgb(255 228 230 / 0.2); }
.border-y-rose-100\/25{ border-top-color: rgb(255 228 230 / 0.25); border-bottom-color: rgb(255 228 230 / 0.25); }
.border-y-rose-100\/30{ border-top-color: rgb(255 228 230 / 0.3); border-bottom-color: rgb(255 228 230 / 0.3); }
.border-y-rose-100\/40{ border-top-color: rgb(255 228 230 / 0.4); border-bottom-color: rgb(255 228 230 / 0.4); }
.border-y-rose-100\/5{ border-top-color: rgb(255 228 230 / 0.05); border-bottom-color: rgb(255 228 230 / 0.05); }
.border-y-rose-100\/50{ border-top-color: rgb(255 228 230 / 0.5); border-bottom-color: rgb(255 228 230 / 0.5); }
.border-y-rose-100\/60{ border-top-color: rgb(255 228 230 / 0.6); border-bottom-color: rgb(255 228 230 / 0.6); }
.border-y-rose-100\/70{ border-top-color: rgb(255 228 230 / 0.7); border-bottom-color: rgb(255 228 230 / 0.7); }
.border-y-rose-100\/75{ border-top-color: rgb(255 228 230 / 0.75); border-bottom-color: rgb(255 228 230 / 0.75); }
.border-y-rose-100\/80{ border-top-color: rgb(255 228 230 / 0.8); border-bottom-color: rgb(255 228 230 / 0.8); }
.border-y-rose-100\/90{ border-top-color: rgb(255 228 230 / 0.9); border-bottom-color: rgb(255 228 230 / 0.9); }
.border-y-rose-100\/95{ border-top-color: rgb(255 228 230 / 0.95); border-bottom-color: rgb(255 228 230 / 0.95); }
.border-y-rose-200{ --tw-border-opacity: 1; border-top-color: rgb(254 205 211 / var(--tw-border-opacity)); border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-y-rose-200\/0{ border-top-color: rgb(254 205 211 / 0); border-bottom-color: rgb(254 205 211 / 0); }
.border-y-rose-200\/10{ border-top-color: rgb(254 205 211 / 0.1); border-bottom-color: rgb(254 205 211 / 0.1); }
.border-y-rose-200\/100{ border-top-color: rgb(254 205 211 / 1); border-bottom-color: rgb(254 205 211 / 1); }
.border-y-rose-200\/20{ border-top-color: rgb(254 205 211 / 0.2); border-bottom-color: rgb(254 205 211 / 0.2); }
.border-y-rose-200\/25{ border-top-color: rgb(254 205 211 / 0.25); border-bottom-color: rgb(254 205 211 / 0.25); }
.border-y-rose-200\/30{ border-top-color: rgb(254 205 211 / 0.3); border-bottom-color: rgb(254 205 211 / 0.3); }
.border-y-rose-200\/40{ border-top-color: rgb(254 205 211 / 0.4); border-bottom-color: rgb(254 205 211 / 0.4); }
.border-y-rose-200\/5{ border-top-color: rgb(254 205 211 / 0.05); border-bottom-color: rgb(254 205 211 / 0.05); }
.border-y-rose-200\/50{ border-top-color: rgb(254 205 211 / 0.5); border-bottom-color: rgb(254 205 211 / 0.5); }
.border-y-rose-200\/60{ border-top-color: rgb(254 205 211 / 0.6); border-bottom-color: rgb(254 205 211 / 0.6); }
.border-y-rose-200\/70{ border-top-color: rgb(254 205 211 / 0.7); border-bottom-color: rgb(254 205 211 / 0.7); }
.border-y-rose-200\/75{ border-top-color: rgb(254 205 211 / 0.75); border-bottom-color: rgb(254 205 211 / 0.75); }
.border-y-rose-200\/80{ border-top-color: rgb(254 205 211 / 0.8); border-bottom-color: rgb(254 205 211 / 0.8); }
.border-y-rose-200\/90{ border-top-color: rgb(254 205 211 / 0.9); border-bottom-color: rgb(254 205 211 / 0.9); }
.border-y-rose-200\/95{ border-top-color: rgb(254 205 211 / 0.95); border-bottom-color: rgb(254 205 211 / 0.95); }
.border-y-rose-300{ --tw-border-opacity: 1; border-top-color: rgb(253 164 175 / var(--tw-border-opacity)); border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-y-rose-300\/0{ border-top-color: rgb(253 164 175 / 0); border-bottom-color: rgb(253 164 175 / 0); }
.border-y-rose-300\/10{ border-top-color: rgb(253 164 175 / 0.1); border-bottom-color: rgb(253 164 175 / 0.1); }
.border-y-rose-300\/100{ border-top-color: rgb(253 164 175 / 1); border-bottom-color: rgb(253 164 175 / 1); }
.border-y-rose-300\/20{ border-top-color: rgb(253 164 175 / 0.2); border-bottom-color: rgb(253 164 175 / 0.2); }
.border-y-rose-300\/25{ border-top-color: rgb(253 164 175 / 0.25); border-bottom-color: rgb(253 164 175 / 0.25); }
.border-y-rose-300\/30{ border-top-color: rgb(253 164 175 / 0.3); border-bottom-color: rgb(253 164 175 / 0.3); }
.border-y-rose-300\/40{ border-top-color: rgb(253 164 175 / 0.4); border-bottom-color: rgb(253 164 175 / 0.4); }
.border-y-rose-300\/5{ border-top-color: rgb(253 164 175 / 0.05); border-bottom-color: rgb(253 164 175 / 0.05); }
.border-y-rose-300\/50{ border-top-color: rgb(253 164 175 / 0.5); border-bottom-color: rgb(253 164 175 / 0.5); }
.border-y-rose-300\/60{ border-top-color: rgb(253 164 175 / 0.6); border-bottom-color: rgb(253 164 175 / 0.6); }
.border-y-rose-300\/70{ border-top-color: rgb(253 164 175 / 0.7); border-bottom-color: rgb(253 164 175 / 0.7); }
.border-y-rose-300\/75{ border-top-color: rgb(253 164 175 / 0.75); border-bottom-color: rgb(253 164 175 / 0.75); }
.border-y-rose-300\/80{ border-top-color: rgb(253 164 175 / 0.8); border-bottom-color: rgb(253 164 175 / 0.8); }
.border-y-rose-300\/90{ border-top-color: rgb(253 164 175 / 0.9); border-bottom-color: rgb(253 164 175 / 0.9); }
.border-y-rose-300\/95{ border-top-color: rgb(253 164 175 / 0.95); border-bottom-color: rgb(253 164 175 / 0.95); }
.border-y-rose-400{ --tw-border-opacity: 1; border-top-color: rgb(251 113 133 / var(--tw-border-opacity)); border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-y-rose-400\/0{ border-top-color: rgb(251 113 133 / 0); border-bottom-color: rgb(251 113 133 / 0); }
.border-y-rose-400\/10{ border-top-color: rgb(251 113 133 / 0.1); border-bottom-color: rgb(251 113 133 / 0.1); }
.border-y-rose-400\/100{ border-top-color: rgb(251 113 133 / 1); border-bottom-color: rgb(251 113 133 / 1); }
.border-y-rose-400\/20{ border-top-color: rgb(251 113 133 / 0.2); border-bottom-color: rgb(251 113 133 / 0.2); }
.border-y-rose-400\/25{ border-top-color: rgb(251 113 133 / 0.25); border-bottom-color: rgb(251 113 133 / 0.25); }
.border-y-rose-400\/30{ border-top-color: rgb(251 113 133 / 0.3); border-bottom-color: rgb(251 113 133 / 0.3); }
.border-y-rose-400\/40{ border-top-color: rgb(251 113 133 / 0.4); border-bottom-color: rgb(251 113 133 / 0.4); }
.border-y-rose-400\/5{ border-top-color: rgb(251 113 133 / 0.05); border-bottom-color: rgb(251 113 133 / 0.05); }
.border-y-rose-400\/50{ border-top-color: rgb(251 113 133 / 0.5); border-bottom-color: rgb(251 113 133 / 0.5); }
.border-y-rose-400\/60{ border-top-color: rgb(251 113 133 / 0.6); border-bottom-color: rgb(251 113 133 / 0.6); }
.border-y-rose-400\/70{ border-top-color: rgb(251 113 133 / 0.7); border-bottom-color: rgb(251 113 133 / 0.7); }
.border-y-rose-400\/75{ border-top-color: rgb(251 113 133 / 0.75); border-bottom-color: rgb(251 113 133 / 0.75); }
.border-y-rose-400\/80{ border-top-color: rgb(251 113 133 / 0.8); border-bottom-color: rgb(251 113 133 / 0.8); }
.border-y-rose-400\/90{ border-top-color: rgb(251 113 133 / 0.9); border-bottom-color: rgb(251 113 133 / 0.9); }
.border-y-rose-400\/95{ border-top-color: rgb(251 113 133 / 0.95); border-bottom-color: rgb(251 113 133 / 0.95); }
.border-y-rose-50{ --tw-border-opacity: 1; border-top-color: rgb(255 241 242 / var(--tw-border-opacity)); border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-y-rose-50\/0{ border-top-color: rgb(255 241 242 / 0); border-bottom-color: rgb(255 241 242 / 0); }
.border-y-rose-50\/10{ border-top-color: rgb(255 241 242 / 0.1); border-bottom-color: rgb(255 241 242 / 0.1); }
.border-y-rose-50\/100{ border-top-color: rgb(255 241 242 / 1); border-bottom-color: rgb(255 241 242 / 1); }
.border-y-rose-50\/20{ border-top-color: rgb(255 241 242 / 0.2); border-bottom-color: rgb(255 241 242 / 0.2); }
.border-y-rose-50\/25{ border-top-color: rgb(255 241 242 / 0.25); border-bottom-color: rgb(255 241 242 / 0.25); }
.border-y-rose-50\/30{ border-top-color: rgb(255 241 242 / 0.3); border-bottom-color: rgb(255 241 242 / 0.3); }
.border-y-rose-50\/40{ border-top-color: rgb(255 241 242 / 0.4); border-bottom-color: rgb(255 241 242 / 0.4); }
.border-y-rose-50\/5{ border-top-color: rgb(255 241 242 / 0.05); border-bottom-color: rgb(255 241 242 / 0.05); }
.border-y-rose-50\/50{ border-top-color: rgb(255 241 242 / 0.5); border-bottom-color: rgb(255 241 242 / 0.5); }
.border-y-rose-50\/60{ border-top-color: rgb(255 241 242 / 0.6); border-bottom-color: rgb(255 241 242 / 0.6); }
.border-y-rose-50\/70{ border-top-color: rgb(255 241 242 / 0.7); border-bottom-color: rgb(255 241 242 / 0.7); }
.border-y-rose-50\/75{ border-top-color: rgb(255 241 242 / 0.75); border-bottom-color: rgb(255 241 242 / 0.75); }
.border-y-rose-50\/80{ border-top-color: rgb(255 241 242 / 0.8); border-bottom-color: rgb(255 241 242 / 0.8); }
.border-y-rose-50\/90{ border-top-color: rgb(255 241 242 / 0.9); border-bottom-color: rgb(255 241 242 / 0.9); }
.border-y-rose-50\/95{ border-top-color: rgb(255 241 242 / 0.95); border-bottom-color: rgb(255 241 242 / 0.95); }
.border-y-rose-500{ --tw-border-opacity: 1; border-top-color: rgb(244 63 94 / var(--tw-border-opacity)); border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-y-rose-500\/0{ border-top-color: rgb(244 63 94 / 0); border-bottom-color: rgb(244 63 94 / 0); }
.border-y-rose-500\/10{ border-top-color: rgb(244 63 94 / 0.1); border-bottom-color: rgb(244 63 94 / 0.1); }
.border-y-rose-500\/100{ border-top-color: rgb(244 63 94 / 1); border-bottom-color: rgb(244 63 94 / 1); }
.border-y-rose-500\/20{ border-top-color: rgb(244 63 94 / 0.2); border-bottom-color: rgb(244 63 94 / 0.2); }
.border-y-rose-500\/25{ border-top-color: rgb(244 63 94 / 0.25); border-bottom-color: rgb(244 63 94 / 0.25); }
.border-y-rose-500\/30{ border-top-color: rgb(244 63 94 / 0.3); border-bottom-color: rgb(244 63 94 / 0.3); }
.border-y-rose-500\/40{ border-top-color: rgb(244 63 94 / 0.4); border-bottom-color: rgb(244 63 94 / 0.4); }
.border-y-rose-500\/5{ border-top-color: rgb(244 63 94 / 0.05); border-bottom-color: rgb(244 63 94 / 0.05); }
.border-y-rose-500\/50{ border-top-color: rgb(244 63 94 / 0.5); border-bottom-color: rgb(244 63 94 / 0.5); }
.border-y-rose-500\/60{ border-top-color: rgb(244 63 94 / 0.6); border-bottom-color: rgb(244 63 94 / 0.6); }
.border-y-rose-500\/70{ border-top-color: rgb(244 63 94 / 0.7); border-bottom-color: rgb(244 63 94 / 0.7); }
.border-y-rose-500\/75{ border-top-color: rgb(244 63 94 / 0.75); border-bottom-color: rgb(244 63 94 / 0.75); }
.border-y-rose-500\/80{ border-top-color: rgb(244 63 94 / 0.8); border-bottom-color: rgb(244 63 94 / 0.8); }
.border-y-rose-500\/90{ border-top-color: rgb(244 63 94 / 0.9); border-bottom-color: rgb(244 63 94 / 0.9); }
.border-y-rose-500\/95{ border-top-color: rgb(244 63 94 / 0.95); border-bottom-color: rgb(244 63 94 / 0.95); }
.border-y-rose-600{ --tw-border-opacity: 1; border-top-color: rgb(225 29 72 / var(--tw-border-opacity)); border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-y-rose-600\/0{ border-top-color: rgb(225 29 72 / 0); border-bottom-color: rgb(225 29 72 / 0); }
.border-y-rose-600\/10{ border-top-color: rgb(225 29 72 / 0.1); border-bottom-color: rgb(225 29 72 / 0.1); }
.border-y-rose-600\/100{ border-top-color: rgb(225 29 72 / 1); border-bottom-color: rgb(225 29 72 / 1); }
.border-y-rose-600\/20{ border-top-color: rgb(225 29 72 / 0.2); border-bottom-color: rgb(225 29 72 / 0.2); }
.border-y-rose-600\/25{ border-top-color: rgb(225 29 72 / 0.25); border-bottom-color: rgb(225 29 72 / 0.25); }
.border-y-rose-600\/30{ border-top-color: rgb(225 29 72 / 0.3); border-bottom-color: rgb(225 29 72 / 0.3); }
.border-y-rose-600\/40{ border-top-color: rgb(225 29 72 / 0.4); border-bottom-color: rgb(225 29 72 / 0.4); }
.border-y-rose-600\/5{ border-top-color: rgb(225 29 72 / 0.05); border-bottom-color: rgb(225 29 72 / 0.05); }
.border-y-rose-600\/50{ border-top-color: rgb(225 29 72 / 0.5); border-bottom-color: rgb(225 29 72 / 0.5); }
.border-y-rose-600\/60{ border-top-color: rgb(225 29 72 / 0.6); border-bottom-color: rgb(225 29 72 / 0.6); }
.border-y-rose-600\/70{ border-top-color: rgb(225 29 72 / 0.7); border-bottom-color: rgb(225 29 72 / 0.7); }
.border-y-rose-600\/75{ border-top-color: rgb(225 29 72 / 0.75); border-bottom-color: rgb(225 29 72 / 0.75); }
.border-y-rose-600\/80{ border-top-color: rgb(225 29 72 / 0.8); border-bottom-color: rgb(225 29 72 / 0.8); }
.border-y-rose-600\/90{ border-top-color: rgb(225 29 72 / 0.9); border-bottom-color: rgb(225 29 72 / 0.9); }
.border-y-rose-600\/95{ border-top-color: rgb(225 29 72 / 0.95); border-bottom-color: rgb(225 29 72 / 0.95); }
.border-y-rose-700{ --tw-border-opacity: 1; border-top-color: rgb(190 18 60 / var(--tw-border-opacity)); border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-y-rose-700\/0{ border-top-color: rgb(190 18 60 / 0); border-bottom-color: rgb(190 18 60 / 0); }
.border-y-rose-700\/10{ border-top-color: rgb(190 18 60 / 0.1); border-bottom-color: rgb(190 18 60 / 0.1); }
.border-y-rose-700\/100{ border-top-color: rgb(190 18 60 / 1); border-bottom-color: rgb(190 18 60 / 1); }
.border-y-rose-700\/20{ border-top-color: rgb(190 18 60 / 0.2); border-bottom-color: rgb(190 18 60 / 0.2); }
.border-y-rose-700\/25{ border-top-color: rgb(190 18 60 / 0.25); border-bottom-color: rgb(190 18 60 / 0.25); }
.border-y-rose-700\/30{ border-top-color: rgb(190 18 60 / 0.3); border-bottom-color: rgb(190 18 60 / 0.3); }
.border-y-rose-700\/40{ border-top-color: rgb(190 18 60 / 0.4); border-bottom-color: rgb(190 18 60 / 0.4); }
.border-y-rose-700\/5{ border-top-color: rgb(190 18 60 / 0.05); border-bottom-color: rgb(190 18 60 / 0.05); }
.border-y-rose-700\/50{ border-top-color: rgb(190 18 60 / 0.5); border-bottom-color: rgb(190 18 60 / 0.5); }
.border-y-rose-700\/60{ border-top-color: rgb(190 18 60 / 0.6); border-bottom-color: rgb(190 18 60 / 0.6); }
.border-y-rose-700\/70{ border-top-color: rgb(190 18 60 / 0.7); border-bottom-color: rgb(190 18 60 / 0.7); }
.border-y-rose-700\/75{ border-top-color: rgb(190 18 60 / 0.75); border-bottom-color: rgb(190 18 60 / 0.75); }
.border-y-rose-700\/80{ border-top-color: rgb(190 18 60 / 0.8); border-bottom-color: rgb(190 18 60 / 0.8); }
.border-y-rose-700\/90{ border-top-color: rgb(190 18 60 / 0.9); border-bottom-color: rgb(190 18 60 / 0.9); }
.border-y-rose-700\/95{ border-top-color: rgb(190 18 60 / 0.95); border-bottom-color: rgb(190 18 60 / 0.95); }
.border-y-rose-800{ --tw-border-opacity: 1; border-top-color: rgb(159 18 57 / var(--tw-border-opacity)); border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-y-rose-800\/0{ border-top-color: rgb(159 18 57 / 0); border-bottom-color: rgb(159 18 57 / 0); }
.border-y-rose-800\/10{ border-top-color: rgb(159 18 57 / 0.1); border-bottom-color: rgb(159 18 57 / 0.1); }
.border-y-rose-800\/100{ border-top-color: rgb(159 18 57 / 1); border-bottom-color: rgb(159 18 57 / 1); }
.border-y-rose-800\/20{ border-top-color: rgb(159 18 57 / 0.2); border-bottom-color: rgb(159 18 57 / 0.2); }
.border-y-rose-800\/25{ border-top-color: rgb(159 18 57 / 0.25); border-bottom-color: rgb(159 18 57 / 0.25); }
.border-y-rose-800\/30{ border-top-color: rgb(159 18 57 / 0.3); border-bottom-color: rgb(159 18 57 / 0.3); }
.border-y-rose-800\/40{ border-top-color: rgb(159 18 57 / 0.4); border-bottom-color: rgb(159 18 57 / 0.4); }
.border-y-rose-800\/5{ border-top-color: rgb(159 18 57 / 0.05); border-bottom-color: rgb(159 18 57 / 0.05); }
.border-y-rose-800\/50{ border-top-color: rgb(159 18 57 / 0.5); border-bottom-color: rgb(159 18 57 / 0.5); }
.border-y-rose-800\/60{ border-top-color: rgb(159 18 57 / 0.6); border-bottom-color: rgb(159 18 57 / 0.6); }
.border-y-rose-800\/70{ border-top-color: rgb(159 18 57 / 0.7); border-bottom-color: rgb(159 18 57 / 0.7); }
.border-y-rose-800\/75{ border-top-color: rgb(159 18 57 / 0.75); border-bottom-color: rgb(159 18 57 / 0.75); }
.border-y-rose-800\/80{ border-top-color: rgb(159 18 57 / 0.8); border-bottom-color: rgb(159 18 57 / 0.8); }
.border-y-rose-800\/90{ border-top-color: rgb(159 18 57 / 0.9); border-bottom-color: rgb(159 18 57 / 0.9); }
.border-y-rose-800\/95{ border-top-color: rgb(159 18 57 / 0.95); border-bottom-color: rgb(159 18 57 / 0.95); }
.border-y-rose-900{ --tw-border-opacity: 1; border-top-color: rgb(136 19 55 / var(--tw-border-opacity)); border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-y-rose-900\/0{ border-top-color: rgb(136 19 55 / 0); border-bottom-color: rgb(136 19 55 / 0); }
.border-y-rose-900\/10{ border-top-color: rgb(136 19 55 / 0.1); border-bottom-color: rgb(136 19 55 / 0.1); }
.border-y-rose-900\/100{ border-top-color: rgb(136 19 55 / 1); border-bottom-color: rgb(136 19 55 / 1); }
.border-y-rose-900\/20{ border-top-color: rgb(136 19 55 / 0.2); border-bottom-color: rgb(136 19 55 / 0.2); }
.border-y-rose-900\/25{ border-top-color: rgb(136 19 55 / 0.25); border-bottom-color: rgb(136 19 55 / 0.25); }
.border-y-rose-900\/30{ border-top-color: rgb(136 19 55 / 0.3); border-bottom-color: rgb(136 19 55 / 0.3); }
.border-y-rose-900\/40{ border-top-color: rgb(136 19 55 / 0.4); border-bottom-color: rgb(136 19 55 / 0.4); }
.border-y-rose-900\/5{ border-top-color: rgb(136 19 55 / 0.05); border-bottom-color: rgb(136 19 55 / 0.05); }
.border-y-rose-900\/50{ border-top-color: rgb(136 19 55 / 0.5); border-bottom-color: rgb(136 19 55 / 0.5); }
.border-y-rose-900\/60{ border-top-color: rgb(136 19 55 / 0.6); border-bottom-color: rgb(136 19 55 / 0.6); }
.border-y-rose-900\/70{ border-top-color: rgb(136 19 55 / 0.7); border-bottom-color: rgb(136 19 55 / 0.7); }
.border-y-rose-900\/75{ border-top-color: rgb(136 19 55 / 0.75); border-bottom-color: rgb(136 19 55 / 0.75); }
.border-y-rose-900\/80{ border-top-color: rgb(136 19 55 / 0.8); border-bottom-color: rgb(136 19 55 / 0.8); }
.border-y-rose-900\/90{ border-top-color: rgb(136 19 55 / 0.9); border-bottom-color: rgb(136 19 55 / 0.9); }
.border-y-rose-900\/95{ border-top-color: rgb(136 19 55 / 0.95); border-bottom-color: rgb(136 19 55 / 0.95); }
.border-y-rose-950{ --tw-border-opacity: 1; border-top-color: rgb(76 5 25 / var(--tw-border-opacity)); border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-y-rose-950\/0{ border-top-color: rgb(76 5 25 / 0); border-bottom-color: rgb(76 5 25 / 0); }
.border-y-rose-950\/10{ border-top-color: rgb(76 5 25 / 0.1); border-bottom-color: rgb(76 5 25 / 0.1); }
.border-y-rose-950\/100{ border-top-color: rgb(76 5 25 / 1); border-bottom-color: rgb(76 5 25 / 1); }
.border-y-rose-950\/20{ border-top-color: rgb(76 5 25 / 0.2); border-bottom-color: rgb(76 5 25 / 0.2); }
.border-y-rose-950\/25{ border-top-color: rgb(76 5 25 / 0.25); border-bottom-color: rgb(76 5 25 / 0.25); }
.border-y-rose-950\/30{ border-top-color: rgb(76 5 25 / 0.3); border-bottom-color: rgb(76 5 25 / 0.3); }
.border-y-rose-950\/40{ border-top-color: rgb(76 5 25 / 0.4); border-bottom-color: rgb(76 5 25 / 0.4); }
.border-y-rose-950\/5{ border-top-color: rgb(76 5 25 / 0.05); border-bottom-color: rgb(76 5 25 / 0.05); }
.border-y-rose-950\/50{ border-top-color: rgb(76 5 25 / 0.5); border-bottom-color: rgb(76 5 25 / 0.5); }
.border-y-rose-950\/60{ border-top-color: rgb(76 5 25 / 0.6); border-bottom-color: rgb(76 5 25 / 0.6); }
.border-y-rose-950\/70{ border-top-color: rgb(76 5 25 / 0.7); border-bottom-color: rgb(76 5 25 / 0.7); }
.border-y-rose-950\/75{ border-top-color: rgb(76 5 25 / 0.75); border-bottom-color: rgb(76 5 25 / 0.75); }
.border-y-rose-950\/80{ border-top-color: rgb(76 5 25 / 0.8); border-bottom-color: rgb(76 5 25 / 0.8); }
.border-y-rose-950\/90{ border-top-color: rgb(76 5 25 / 0.9); border-bottom-color: rgb(76 5 25 / 0.9); }
.border-y-rose-950\/95{ border-top-color: rgb(76 5 25 / 0.95); border-bottom-color: rgb(76 5 25 / 0.95); }
.border-y-sky-100{ --tw-border-opacity: 1; border-top-color: rgb(224 242 254 / var(--tw-border-opacity)); border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-y-sky-100\/0{ border-top-color: rgb(224 242 254 / 0); border-bottom-color: rgb(224 242 254 / 0); }
.border-y-sky-100\/10{ border-top-color: rgb(224 242 254 / 0.1); border-bottom-color: rgb(224 242 254 / 0.1); }
.border-y-sky-100\/100{ border-top-color: rgb(224 242 254 / 1); border-bottom-color: rgb(224 242 254 / 1); }
.border-y-sky-100\/20{ border-top-color: rgb(224 242 254 / 0.2); border-bottom-color: rgb(224 242 254 / 0.2); }
.border-y-sky-100\/25{ border-top-color: rgb(224 242 254 / 0.25); border-bottom-color: rgb(224 242 254 / 0.25); }
.border-y-sky-100\/30{ border-top-color: rgb(224 242 254 / 0.3); border-bottom-color: rgb(224 242 254 / 0.3); }
.border-y-sky-100\/40{ border-top-color: rgb(224 242 254 / 0.4); border-bottom-color: rgb(224 242 254 / 0.4); }
.border-y-sky-100\/5{ border-top-color: rgb(224 242 254 / 0.05); border-bottom-color: rgb(224 242 254 / 0.05); }
.border-y-sky-100\/50{ border-top-color: rgb(224 242 254 / 0.5); border-bottom-color: rgb(224 242 254 / 0.5); }
.border-y-sky-100\/60{ border-top-color: rgb(224 242 254 / 0.6); border-bottom-color: rgb(224 242 254 / 0.6); }
.border-y-sky-100\/70{ border-top-color: rgb(224 242 254 / 0.7); border-bottom-color: rgb(224 242 254 / 0.7); }
.border-y-sky-100\/75{ border-top-color: rgb(224 242 254 / 0.75); border-bottom-color: rgb(224 242 254 / 0.75); }
.border-y-sky-100\/80{ border-top-color: rgb(224 242 254 / 0.8); border-bottom-color: rgb(224 242 254 / 0.8); }
.border-y-sky-100\/90{ border-top-color: rgb(224 242 254 / 0.9); border-bottom-color: rgb(224 242 254 / 0.9); }
.border-y-sky-100\/95{ border-top-color: rgb(224 242 254 / 0.95); border-bottom-color: rgb(224 242 254 / 0.95); }
.border-y-sky-200{ --tw-border-opacity: 1; border-top-color: rgb(186 230 253 / var(--tw-border-opacity)); border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-y-sky-200\/0{ border-top-color: rgb(186 230 253 / 0); border-bottom-color: rgb(186 230 253 / 0); }
.border-y-sky-200\/10{ border-top-color: rgb(186 230 253 / 0.1); border-bottom-color: rgb(186 230 253 / 0.1); }
.border-y-sky-200\/100{ border-top-color: rgb(186 230 253 / 1); border-bottom-color: rgb(186 230 253 / 1); }
.border-y-sky-200\/20{ border-top-color: rgb(186 230 253 / 0.2); border-bottom-color: rgb(186 230 253 / 0.2); }
.border-y-sky-200\/25{ border-top-color: rgb(186 230 253 / 0.25); border-bottom-color: rgb(186 230 253 / 0.25); }
.border-y-sky-200\/30{ border-top-color: rgb(186 230 253 / 0.3); border-bottom-color: rgb(186 230 253 / 0.3); }
.border-y-sky-200\/40{ border-top-color: rgb(186 230 253 / 0.4); border-bottom-color: rgb(186 230 253 / 0.4); }
.border-y-sky-200\/5{ border-top-color: rgb(186 230 253 / 0.05); border-bottom-color: rgb(186 230 253 / 0.05); }
.border-y-sky-200\/50{ border-top-color: rgb(186 230 253 / 0.5); border-bottom-color: rgb(186 230 253 / 0.5); }
.border-y-sky-200\/60{ border-top-color: rgb(186 230 253 / 0.6); border-bottom-color: rgb(186 230 253 / 0.6); }
.border-y-sky-200\/70{ border-top-color: rgb(186 230 253 / 0.7); border-bottom-color: rgb(186 230 253 / 0.7); }
.border-y-sky-200\/75{ border-top-color: rgb(186 230 253 / 0.75); border-bottom-color: rgb(186 230 253 / 0.75); }
.border-y-sky-200\/80{ border-top-color: rgb(186 230 253 / 0.8); border-bottom-color: rgb(186 230 253 / 0.8); }
.border-y-sky-200\/90{ border-top-color: rgb(186 230 253 / 0.9); border-bottom-color: rgb(186 230 253 / 0.9); }
.border-y-sky-200\/95{ border-top-color: rgb(186 230 253 / 0.95); border-bottom-color: rgb(186 230 253 / 0.95); }
.border-y-sky-300{ --tw-border-opacity: 1; border-top-color: rgb(125 211 252 / var(--tw-border-opacity)); border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-y-sky-300\/0{ border-top-color: rgb(125 211 252 / 0); border-bottom-color: rgb(125 211 252 / 0); }
.border-y-sky-300\/10{ border-top-color: rgb(125 211 252 / 0.1); border-bottom-color: rgb(125 211 252 / 0.1); }
.border-y-sky-300\/100{ border-top-color: rgb(125 211 252 / 1); border-bottom-color: rgb(125 211 252 / 1); }
.border-y-sky-300\/20{ border-top-color: rgb(125 211 252 / 0.2); border-bottom-color: rgb(125 211 252 / 0.2); }
.border-y-sky-300\/25{ border-top-color: rgb(125 211 252 / 0.25); border-bottom-color: rgb(125 211 252 / 0.25); }
.border-y-sky-300\/30{ border-top-color: rgb(125 211 252 / 0.3); border-bottom-color: rgb(125 211 252 / 0.3); }
.border-y-sky-300\/40{ border-top-color: rgb(125 211 252 / 0.4); border-bottom-color: rgb(125 211 252 / 0.4); }
.border-y-sky-300\/5{ border-top-color: rgb(125 211 252 / 0.05); border-bottom-color: rgb(125 211 252 / 0.05); }
.border-y-sky-300\/50{ border-top-color: rgb(125 211 252 / 0.5); border-bottom-color: rgb(125 211 252 / 0.5); }
.border-y-sky-300\/60{ border-top-color: rgb(125 211 252 / 0.6); border-bottom-color: rgb(125 211 252 / 0.6); }
.border-y-sky-300\/70{ border-top-color: rgb(125 211 252 / 0.7); border-bottom-color: rgb(125 211 252 / 0.7); }
.border-y-sky-300\/75{ border-top-color: rgb(125 211 252 / 0.75); border-bottom-color: rgb(125 211 252 / 0.75); }
.border-y-sky-300\/80{ border-top-color: rgb(125 211 252 / 0.8); border-bottom-color: rgb(125 211 252 / 0.8); }
.border-y-sky-300\/90{ border-top-color: rgb(125 211 252 / 0.9); border-bottom-color: rgb(125 211 252 / 0.9); }
.border-y-sky-300\/95{ border-top-color: rgb(125 211 252 / 0.95); border-bottom-color: rgb(125 211 252 / 0.95); }
.border-y-sky-400{ --tw-border-opacity: 1; border-top-color: rgb(56 189 248 / var(--tw-border-opacity)); border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-y-sky-400\/0{ border-top-color: rgb(56 189 248 / 0); border-bottom-color: rgb(56 189 248 / 0); }
.border-y-sky-400\/10{ border-top-color: rgb(56 189 248 / 0.1); border-bottom-color: rgb(56 189 248 / 0.1); }
.border-y-sky-400\/100{ border-top-color: rgb(56 189 248 / 1); border-bottom-color: rgb(56 189 248 / 1); }
.border-y-sky-400\/20{ border-top-color: rgb(56 189 248 / 0.2); border-bottom-color: rgb(56 189 248 / 0.2); }
.border-y-sky-400\/25{ border-top-color: rgb(56 189 248 / 0.25); border-bottom-color: rgb(56 189 248 / 0.25); }
.border-y-sky-400\/30{ border-top-color: rgb(56 189 248 / 0.3); border-bottom-color: rgb(56 189 248 / 0.3); }
.border-y-sky-400\/40{ border-top-color: rgb(56 189 248 / 0.4); border-bottom-color: rgb(56 189 248 / 0.4); }
.border-y-sky-400\/5{ border-top-color: rgb(56 189 248 / 0.05); border-bottom-color: rgb(56 189 248 / 0.05); }
.border-y-sky-400\/50{ border-top-color: rgb(56 189 248 / 0.5); border-bottom-color: rgb(56 189 248 / 0.5); }
.border-y-sky-400\/60{ border-top-color: rgb(56 189 248 / 0.6); border-bottom-color: rgb(56 189 248 / 0.6); }
.border-y-sky-400\/70{ border-top-color: rgb(56 189 248 / 0.7); border-bottom-color: rgb(56 189 248 / 0.7); }
.border-y-sky-400\/75{ border-top-color: rgb(56 189 248 / 0.75); border-bottom-color: rgb(56 189 248 / 0.75); }
.border-y-sky-400\/80{ border-top-color: rgb(56 189 248 / 0.8); border-bottom-color: rgb(56 189 248 / 0.8); }
.border-y-sky-400\/90{ border-top-color: rgb(56 189 248 / 0.9); border-bottom-color: rgb(56 189 248 / 0.9); }
.border-y-sky-400\/95{ border-top-color: rgb(56 189 248 / 0.95); border-bottom-color: rgb(56 189 248 / 0.95); }
.border-y-sky-50{ --tw-border-opacity: 1; border-top-color: rgb(240 249 255 / var(--tw-border-opacity)); border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-y-sky-50\/0{ border-top-color: rgb(240 249 255 / 0); border-bottom-color: rgb(240 249 255 / 0); }
.border-y-sky-50\/10{ border-top-color: rgb(240 249 255 / 0.1); border-bottom-color: rgb(240 249 255 / 0.1); }
.border-y-sky-50\/100{ border-top-color: rgb(240 249 255 / 1); border-bottom-color: rgb(240 249 255 / 1); }
.border-y-sky-50\/20{ border-top-color: rgb(240 249 255 / 0.2); border-bottom-color: rgb(240 249 255 / 0.2); }
.border-y-sky-50\/25{ border-top-color: rgb(240 249 255 / 0.25); border-bottom-color: rgb(240 249 255 / 0.25); }
.border-y-sky-50\/30{ border-top-color: rgb(240 249 255 / 0.3); border-bottom-color: rgb(240 249 255 / 0.3); }
.border-y-sky-50\/40{ border-top-color: rgb(240 249 255 / 0.4); border-bottom-color: rgb(240 249 255 / 0.4); }
.border-y-sky-50\/5{ border-top-color: rgb(240 249 255 / 0.05); border-bottom-color: rgb(240 249 255 / 0.05); }
.border-y-sky-50\/50{ border-top-color: rgb(240 249 255 / 0.5); border-bottom-color: rgb(240 249 255 / 0.5); }
.border-y-sky-50\/60{ border-top-color: rgb(240 249 255 / 0.6); border-bottom-color: rgb(240 249 255 / 0.6); }
.border-y-sky-50\/70{ border-top-color: rgb(240 249 255 / 0.7); border-bottom-color: rgb(240 249 255 / 0.7); }
.border-y-sky-50\/75{ border-top-color: rgb(240 249 255 / 0.75); border-bottom-color: rgb(240 249 255 / 0.75); }
.border-y-sky-50\/80{ border-top-color: rgb(240 249 255 / 0.8); border-bottom-color: rgb(240 249 255 / 0.8); }
.border-y-sky-50\/90{ border-top-color: rgb(240 249 255 / 0.9); border-bottom-color: rgb(240 249 255 / 0.9); }
.border-y-sky-50\/95{ border-top-color: rgb(240 249 255 / 0.95); border-bottom-color: rgb(240 249 255 / 0.95); }
.border-y-sky-500{ --tw-border-opacity: 1; border-top-color: rgb(14 165 233 / var(--tw-border-opacity)); border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-y-sky-500\/0{ border-top-color: rgb(14 165 233 / 0); border-bottom-color: rgb(14 165 233 / 0); }
.border-y-sky-500\/10{ border-top-color: rgb(14 165 233 / 0.1); border-bottom-color: rgb(14 165 233 / 0.1); }
.border-y-sky-500\/100{ border-top-color: rgb(14 165 233 / 1); border-bottom-color: rgb(14 165 233 / 1); }
.border-y-sky-500\/20{ border-top-color: rgb(14 165 233 / 0.2); border-bottom-color: rgb(14 165 233 / 0.2); }
.border-y-sky-500\/25{ border-top-color: rgb(14 165 233 / 0.25); border-bottom-color: rgb(14 165 233 / 0.25); }
.border-y-sky-500\/30{ border-top-color: rgb(14 165 233 / 0.3); border-bottom-color: rgb(14 165 233 / 0.3); }
.border-y-sky-500\/40{ border-top-color: rgb(14 165 233 / 0.4); border-bottom-color: rgb(14 165 233 / 0.4); }
.border-y-sky-500\/5{ border-top-color: rgb(14 165 233 / 0.05); border-bottom-color: rgb(14 165 233 / 0.05); }
.border-y-sky-500\/50{ border-top-color: rgb(14 165 233 / 0.5); border-bottom-color: rgb(14 165 233 / 0.5); }
.border-y-sky-500\/60{ border-top-color: rgb(14 165 233 / 0.6); border-bottom-color: rgb(14 165 233 / 0.6); }
.border-y-sky-500\/70{ border-top-color: rgb(14 165 233 / 0.7); border-bottom-color: rgb(14 165 233 / 0.7); }
.border-y-sky-500\/75{ border-top-color: rgb(14 165 233 / 0.75); border-bottom-color: rgb(14 165 233 / 0.75); }
.border-y-sky-500\/80{ border-top-color: rgb(14 165 233 / 0.8); border-bottom-color: rgb(14 165 233 / 0.8); }
.border-y-sky-500\/90{ border-top-color: rgb(14 165 233 / 0.9); border-bottom-color: rgb(14 165 233 / 0.9); }
.border-y-sky-500\/95{ border-top-color: rgb(14 165 233 / 0.95); border-bottom-color: rgb(14 165 233 / 0.95); }
.border-y-sky-600{ --tw-border-opacity: 1; border-top-color: rgb(2 132 199 / var(--tw-border-opacity)); border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-y-sky-600\/0{ border-top-color: rgb(2 132 199 / 0); border-bottom-color: rgb(2 132 199 / 0); }
.border-y-sky-600\/10{ border-top-color: rgb(2 132 199 / 0.1); border-bottom-color: rgb(2 132 199 / 0.1); }
.border-y-sky-600\/100{ border-top-color: rgb(2 132 199 / 1); border-bottom-color: rgb(2 132 199 / 1); }
.border-y-sky-600\/20{ border-top-color: rgb(2 132 199 / 0.2); border-bottom-color: rgb(2 132 199 / 0.2); }
.border-y-sky-600\/25{ border-top-color: rgb(2 132 199 / 0.25); border-bottom-color: rgb(2 132 199 / 0.25); }
.border-y-sky-600\/30{ border-top-color: rgb(2 132 199 / 0.3); border-bottom-color: rgb(2 132 199 / 0.3); }
.border-y-sky-600\/40{ border-top-color: rgb(2 132 199 / 0.4); border-bottom-color: rgb(2 132 199 / 0.4); }
.border-y-sky-600\/5{ border-top-color: rgb(2 132 199 / 0.05); border-bottom-color: rgb(2 132 199 / 0.05); }
.border-y-sky-600\/50{ border-top-color: rgb(2 132 199 / 0.5); border-bottom-color: rgb(2 132 199 / 0.5); }
.border-y-sky-600\/60{ border-top-color: rgb(2 132 199 / 0.6); border-bottom-color: rgb(2 132 199 / 0.6); }
.border-y-sky-600\/70{ border-top-color: rgb(2 132 199 / 0.7); border-bottom-color: rgb(2 132 199 / 0.7); }
.border-y-sky-600\/75{ border-top-color: rgb(2 132 199 / 0.75); border-bottom-color: rgb(2 132 199 / 0.75); }
.border-y-sky-600\/80{ border-top-color: rgb(2 132 199 / 0.8); border-bottom-color: rgb(2 132 199 / 0.8); }
.border-y-sky-600\/90{ border-top-color: rgb(2 132 199 / 0.9); border-bottom-color: rgb(2 132 199 / 0.9); }
.border-y-sky-600\/95{ border-top-color: rgb(2 132 199 / 0.95); border-bottom-color: rgb(2 132 199 / 0.95); }
.border-y-sky-700{ --tw-border-opacity: 1; border-top-color: rgb(3 105 161 / var(--tw-border-opacity)); border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-y-sky-700\/0{ border-top-color: rgb(3 105 161 / 0); border-bottom-color: rgb(3 105 161 / 0); }
.border-y-sky-700\/10{ border-top-color: rgb(3 105 161 / 0.1); border-bottom-color: rgb(3 105 161 / 0.1); }
.border-y-sky-700\/100{ border-top-color: rgb(3 105 161 / 1); border-bottom-color: rgb(3 105 161 / 1); }
.border-y-sky-700\/20{ border-top-color: rgb(3 105 161 / 0.2); border-bottom-color: rgb(3 105 161 / 0.2); }
.border-y-sky-700\/25{ border-top-color: rgb(3 105 161 / 0.25); border-bottom-color: rgb(3 105 161 / 0.25); }
.border-y-sky-700\/30{ border-top-color: rgb(3 105 161 / 0.3); border-bottom-color: rgb(3 105 161 / 0.3); }
.border-y-sky-700\/40{ border-top-color: rgb(3 105 161 / 0.4); border-bottom-color: rgb(3 105 161 / 0.4); }
.border-y-sky-700\/5{ border-top-color: rgb(3 105 161 / 0.05); border-bottom-color: rgb(3 105 161 / 0.05); }
.border-y-sky-700\/50{ border-top-color: rgb(3 105 161 / 0.5); border-bottom-color: rgb(3 105 161 / 0.5); }
.border-y-sky-700\/60{ border-top-color: rgb(3 105 161 / 0.6); border-bottom-color: rgb(3 105 161 / 0.6); }
.border-y-sky-700\/70{ border-top-color: rgb(3 105 161 / 0.7); border-bottom-color: rgb(3 105 161 / 0.7); }
.border-y-sky-700\/75{ border-top-color: rgb(3 105 161 / 0.75); border-bottom-color: rgb(3 105 161 / 0.75); }
.border-y-sky-700\/80{ border-top-color: rgb(3 105 161 / 0.8); border-bottom-color: rgb(3 105 161 / 0.8); }
.border-y-sky-700\/90{ border-top-color: rgb(3 105 161 / 0.9); border-bottom-color: rgb(3 105 161 / 0.9); }
.border-y-sky-700\/95{ border-top-color: rgb(3 105 161 / 0.95); border-bottom-color: rgb(3 105 161 / 0.95); }
.border-y-sky-800{ --tw-border-opacity: 1; border-top-color: rgb(7 89 133 / var(--tw-border-opacity)); border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-y-sky-800\/0{ border-top-color: rgb(7 89 133 / 0); border-bottom-color: rgb(7 89 133 / 0); }
.border-y-sky-800\/10{ border-top-color: rgb(7 89 133 / 0.1); border-bottom-color: rgb(7 89 133 / 0.1); }
.border-y-sky-800\/100{ border-top-color: rgb(7 89 133 / 1); border-bottom-color: rgb(7 89 133 / 1); }
.border-y-sky-800\/20{ border-top-color: rgb(7 89 133 / 0.2); border-bottom-color: rgb(7 89 133 / 0.2); }
.border-y-sky-800\/25{ border-top-color: rgb(7 89 133 / 0.25); border-bottom-color: rgb(7 89 133 / 0.25); }
.border-y-sky-800\/30{ border-top-color: rgb(7 89 133 / 0.3); border-bottom-color: rgb(7 89 133 / 0.3); }
.border-y-sky-800\/40{ border-top-color: rgb(7 89 133 / 0.4); border-bottom-color: rgb(7 89 133 / 0.4); }
.border-y-sky-800\/5{ border-top-color: rgb(7 89 133 / 0.05); border-bottom-color: rgb(7 89 133 / 0.05); }
.border-y-sky-800\/50{ border-top-color: rgb(7 89 133 / 0.5); border-bottom-color: rgb(7 89 133 / 0.5); }
.border-y-sky-800\/60{ border-top-color: rgb(7 89 133 / 0.6); border-bottom-color: rgb(7 89 133 / 0.6); }
.border-y-sky-800\/70{ border-top-color: rgb(7 89 133 / 0.7); border-bottom-color: rgb(7 89 133 / 0.7); }
.border-y-sky-800\/75{ border-top-color: rgb(7 89 133 / 0.75); border-bottom-color: rgb(7 89 133 / 0.75); }
.border-y-sky-800\/80{ border-top-color: rgb(7 89 133 / 0.8); border-bottom-color: rgb(7 89 133 / 0.8); }
.border-y-sky-800\/90{ border-top-color: rgb(7 89 133 / 0.9); border-bottom-color: rgb(7 89 133 / 0.9); }
.border-y-sky-800\/95{ border-top-color: rgb(7 89 133 / 0.95); border-bottom-color: rgb(7 89 133 / 0.95); }
.border-y-sky-900{ --tw-border-opacity: 1; border-top-color: rgb(12 74 110 / var(--tw-border-opacity)); border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-y-sky-900\/0{ border-top-color: rgb(12 74 110 / 0); border-bottom-color: rgb(12 74 110 / 0); }
.border-y-sky-900\/10{ border-top-color: rgb(12 74 110 / 0.1); border-bottom-color: rgb(12 74 110 / 0.1); }
.border-y-sky-900\/100{ border-top-color: rgb(12 74 110 / 1); border-bottom-color: rgb(12 74 110 / 1); }
.border-y-sky-900\/20{ border-top-color: rgb(12 74 110 / 0.2); border-bottom-color: rgb(12 74 110 / 0.2); }
.border-y-sky-900\/25{ border-top-color: rgb(12 74 110 / 0.25); border-bottom-color: rgb(12 74 110 / 0.25); }
.border-y-sky-900\/30{ border-top-color: rgb(12 74 110 / 0.3); border-bottom-color: rgb(12 74 110 / 0.3); }
.border-y-sky-900\/40{ border-top-color: rgb(12 74 110 / 0.4); border-bottom-color: rgb(12 74 110 / 0.4); }
.border-y-sky-900\/5{ border-top-color: rgb(12 74 110 / 0.05); border-bottom-color: rgb(12 74 110 / 0.05); }
.border-y-sky-900\/50{ border-top-color: rgb(12 74 110 / 0.5); border-bottom-color: rgb(12 74 110 / 0.5); }
.border-y-sky-900\/60{ border-top-color: rgb(12 74 110 / 0.6); border-bottom-color: rgb(12 74 110 / 0.6); }
.border-y-sky-900\/70{ border-top-color: rgb(12 74 110 / 0.7); border-bottom-color: rgb(12 74 110 / 0.7); }
.border-y-sky-900\/75{ border-top-color: rgb(12 74 110 / 0.75); border-bottom-color: rgb(12 74 110 / 0.75); }
.border-y-sky-900\/80{ border-top-color: rgb(12 74 110 / 0.8); border-bottom-color: rgb(12 74 110 / 0.8); }
.border-y-sky-900\/90{ border-top-color: rgb(12 74 110 / 0.9); border-bottom-color: rgb(12 74 110 / 0.9); }
.border-y-sky-900\/95{ border-top-color: rgb(12 74 110 / 0.95); border-bottom-color: rgb(12 74 110 / 0.95); }
.border-y-sky-950{ --tw-border-opacity: 1; border-top-color: rgb(8 47 73 / var(--tw-border-opacity)); border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-y-sky-950\/0{ border-top-color: rgb(8 47 73 / 0); border-bottom-color: rgb(8 47 73 / 0); }
.border-y-sky-950\/10{ border-top-color: rgb(8 47 73 / 0.1); border-bottom-color: rgb(8 47 73 / 0.1); }
.border-y-sky-950\/100{ border-top-color: rgb(8 47 73 / 1); border-bottom-color: rgb(8 47 73 / 1); }
.border-y-sky-950\/20{ border-top-color: rgb(8 47 73 / 0.2); border-bottom-color: rgb(8 47 73 / 0.2); }
.border-y-sky-950\/25{ border-top-color: rgb(8 47 73 / 0.25); border-bottom-color: rgb(8 47 73 / 0.25); }
.border-y-sky-950\/30{ border-top-color: rgb(8 47 73 / 0.3); border-bottom-color: rgb(8 47 73 / 0.3); }
.border-y-sky-950\/40{ border-top-color: rgb(8 47 73 / 0.4); border-bottom-color: rgb(8 47 73 / 0.4); }
.border-y-sky-950\/5{ border-top-color: rgb(8 47 73 / 0.05); border-bottom-color: rgb(8 47 73 / 0.05); }
.border-y-sky-950\/50{ border-top-color: rgb(8 47 73 / 0.5); border-bottom-color: rgb(8 47 73 / 0.5); }
.border-y-sky-950\/60{ border-top-color: rgb(8 47 73 / 0.6); border-bottom-color: rgb(8 47 73 / 0.6); }
.border-y-sky-950\/70{ border-top-color: rgb(8 47 73 / 0.7); border-bottom-color: rgb(8 47 73 / 0.7); }
.border-y-sky-950\/75{ border-top-color: rgb(8 47 73 / 0.75); border-bottom-color: rgb(8 47 73 / 0.75); }
.border-y-sky-950\/80{ border-top-color: rgb(8 47 73 / 0.8); border-bottom-color: rgb(8 47 73 / 0.8); }
.border-y-sky-950\/90{ border-top-color: rgb(8 47 73 / 0.9); border-bottom-color: rgb(8 47 73 / 0.9); }
.border-y-sky-950\/95{ border-top-color: rgb(8 47 73 / 0.95); border-bottom-color: rgb(8 47 73 / 0.95); }
.border-y-slate-100{ --tw-border-opacity: 1; border-top-color: rgb(241 245 249 / var(--tw-border-opacity)); border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-y-slate-100\/0{ border-top-color: rgb(241 245 249 / 0); border-bottom-color: rgb(241 245 249 / 0); }
.border-y-slate-100\/10{ border-top-color: rgb(241 245 249 / 0.1); border-bottom-color: rgb(241 245 249 / 0.1); }
.border-y-slate-100\/100{ border-top-color: rgb(241 245 249 / 1); border-bottom-color: rgb(241 245 249 / 1); }
.border-y-slate-100\/20{ border-top-color: rgb(241 245 249 / 0.2); border-bottom-color: rgb(241 245 249 / 0.2); }
.border-y-slate-100\/25{ border-top-color: rgb(241 245 249 / 0.25); border-bottom-color: rgb(241 245 249 / 0.25); }
.border-y-slate-100\/30{ border-top-color: rgb(241 245 249 / 0.3); border-bottom-color: rgb(241 245 249 / 0.3); }
.border-y-slate-100\/40{ border-top-color: rgb(241 245 249 / 0.4); border-bottom-color: rgb(241 245 249 / 0.4); }
.border-y-slate-100\/5{ border-top-color: rgb(241 245 249 / 0.05); border-bottom-color: rgb(241 245 249 / 0.05); }
.border-y-slate-100\/50{ border-top-color: rgb(241 245 249 / 0.5); border-bottom-color: rgb(241 245 249 / 0.5); }
.border-y-slate-100\/60{ border-top-color: rgb(241 245 249 / 0.6); border-bottom-color: rgb(241 245 249 / 0.6); }
.border-y-slate-100\/70{ border-top-color: rgb(241 245 249 / 0.7); border-bottom-color: rgb(241 245 249 / 0.7); }
.border-y-slate-100\/75{ border-top-color: rgb(241 245 249 / 0.75); border-bottom-color: rgb(241 245 249 / 0.75); }
.border-y-slate-100\/80{ border-top-color: rgb(241 245 249 / 0.8); border-bottom-color: rgb(241 245 249 / 0.8); }
.border-y-slate-100\/90{ border-top-color: rgb(241 245 249 / 0.9); border-bottom-color: rgb(241 245 249 / 0.9); }
.border-y-slate-100\/95{ border-top-color: rgb(241 245 249 / 0.95); border-bottom-color: rgb(241 245 249 / 0.95); }
.border-y-slate-200{ --tw-border-opacity: 1; border-top-color: rgb(226 232 240 / var(--tw-border-opacity)); border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-y-slate-200\/0{ border-top-color: rgb(226 232 240 / 0); border-bottom-color: rgb(226 232 240 / 0); }
.border-y-slate-200\/10{ border-top-color: rgb(226 232 240 / 0.1); border-bottom-color: rgb(226 232 240 / 0.1); }
.border-y-slate-200\/100{ border-top-color: rgb(226 232 240 / 1); border-bottom-color: rgb(226 232 240 / 1); }
.border-y-slate-200\/20{ border-top-color: rgb(226 232 240 / 0.2); border-bottom-color: rgb(226 232 240 / 0.2); }
.border-y-slate-200\/25{ border-top-color: rgb(226 232 240 / 0.25); border-bottom-color: rgb(226 232 240 / 0.25); }
.border-y-slate-200\/30{ border-top-color: rgb(226 232 240 / 0.3); border-bottom-color: rgb(226 232 240 / 0.3); }
.border-y-slate-200\/40{ border-top-color: rgb(226 232 240 / 0.4); border-bottom-color: rgb(226 232 240 / 0.4); }
.border-y-slate-200\/5{ border-top-color: rgb(226 232 240 / 0.05); border-bottom-color: rgb(226 232 240 / 0.05); }
.border-y-slate-200\/50{ border-top-color: rgb(226 232 240 / 0.5); border-bottom-color: rgb(226 232 240 / 0.5); }
.border-y-slate-200\/60{ border-top-color: rgb(226 232 240 / 0.6); border-bottom-color: rgb(226 232 240 / 0.6); }
.border-y-slate-200\/70{ border-top-color: rgb(226 232 240 / 0.7); border-bottom-color: rgb(226 232 240 / 0.7); }
.border-y-slate-200\/75{ border-top-color: rgb(226 232 240 / 0.75); border-bottom-color: rgb(226 232 240 / 0.75); }
.border-y-slate-200\/80{ border-top-color: rgb(226 232 240 / 0.8); border-bottom-color: rgb(226 232 240 / 0.8); }
.border-y-slate-200\/90{ border-top-color: rgb(226 232 240 / 0.9); border-bottom-color: rgb(226 232 240 / 0.9); }
.border-y-slate-200\/95{ border-top-color: rgb(226 232 240 / 0.95); border-bottom-color: rgb(226 232 240 / 0.95); }
.border-y-slate-300{ --tw-border-opacity: 1; border-top-color: rgb(203 213 225 / var(--tw-border-opacity)); border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-y-slate-300\/0{ border-top-color: rgb(203 213 225 / 0); border-bottom-color: rgb(203 213 225 / 0); }
.border-y-slate-300\/10{ border-top-color: rgb(203 213 225 / 0.1); border-bottom-color: rgb(203 213 225 / 0.1); }
.border-y-slate-300\/100{ border-top-color: rgb(203 213 225 / 1); border-bottom-color: rgb(203 213 225 / 1); }
.border-y-slate-300\/20{ border-top-color: rgb(203 213 225 / 0.2); border-bottom-color: rgb(203 213 225 / 0.2); }
.border-y-slate-300\/25{ border-top-color: rgb(203 213 225 / 0.25); border-bottom-color: rgb(203 213 225 / 0.25); }
.border-y-slate-300\/30{ border-top-color: rgb(203 213 225 / 0.3); border-bottom-color: rgb(203 213 225 / 0.3); }
.border-y-slate-300\/40{ border-top-color: rgb(203 213 225 / 0.4); border-bottom-color: rgb(203 213 225 / 0.4); }
.border-y-slate-300\/5{ border-top-color: rgb(203 213 225 / 0.05); border-bottom-color: rgb(203 213 225 / 0.05); }
.border-y-slate-300\/50{ border-top-color: rgb(203 213 225 / 0.5); border-bottom-color: rgb(203 213 225 / 0.5); }
.border-y-slate-300\/60{ border-top-color: rgb(203 213 225 / 0.6); border-bottom-color: rgb(203 213 225 / 0.6); }
.border-y-slate-300\/70{ border-top-color: rgb(203 213 225 / 0.7); border-bottom-color: rgb(203 213 225 / 0.7); }
.border-y-slate-300\/75{ border-top-color: rgb(203 213 225 / 0.75); border-bottom-color: rgb(203 213 225 / 0.75); }
.border-y-slate-300\/80{ border-top-color: rgb(203 213 225 / 0.8); border-bottom-color: rgb(203 213 225 / 0.8); }
.border-y-slate-300\/90{ border-top-color: rgb(203 213 225 / 0.9); border-bottom-color: rgb(203 213 225 / 0.9); }
.border-y-slate-300\/95{ border-top-color: rgb(203 213 225 / 0.95); border-bottom-color: rgb(203 213 225 / 0.95); }
.border-y-slate-400{ --tw-border-opacity: 1; border-top-color: rgb(148 163 184 / var(--tw-border-opacity)); border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-y-slate-400\/0{ border-top-color: rgb(148 163 184 / 0); border-bottom-color: rgb(148 163 184 / 0); }
.border-y-slate-400\/10{ border-top-color: rgb(148 163 184 / 0.1); border-bottom-color: rgb(148 163 184 / 0.1); }
.border-y-slate-400\/100{ border-top-color: rgb(148 163 184 / 1); border-bottom-color: rgb(148 163 184 / 1); }
.border-y-slate-400\/20{ border-top-color: rgb(148 163 184 / 0.2); border-bottom-color: rgb(148 163 184 / 0.2); }
.border-y-slate-400\/25{ border-top-color: rgb(148 163 184 / 0.25); border-bottom-color: rgb(148 163 184 / 0.25); }
.border-y-slate-400\/30{ border-top-color: rgb(148 163 184 / 0.3); border-bottom-color: rgb(148 163 184 / 0.3); }
.border-y-slate-400\/40{ border-top-color: rgb(148 163 184 / 0.4); border-bottom-color: rgb(148 163 184 / 0.4); }
.border-y-slate-400\/5{ border-top-color: rgb(148 163 184 / 0.05); border-bottom-color: rgb(148 163 184 / 0.05); }
.border-y-slate-400\/50{ border-top-color: rgb(148 163 184 / 0.5); border-bottom-color: rgb(148 163 184 / 0.5); }
.border-y-slate-400\/60{ border-top-color: rgb(148 163 184 / 0.6); border-bottom-color: rgb(148 163 184 / 0.6); }
.border-y-slate-400\/70{ border-top-color: rgb(148 163 184 / 0.7); border-bottom-color: rgb(148 163 184 / 0.7); }
.border-y-slate-400\/75{ border-top-color: rgb(148 163 184 / 0.75); border-bottom-color: rgb(148 163 184 / 0.75); }
.border-y-slate-400\/80{ border-top-color: rgb(148 163 184 / 0.8); border-bottom-color: rgb(148 163 184 / 0.8); }
.border-y-slate-400\/90{ border-top-color: rgb(148 163 184 / 0.9); border-bottom-color: rgb(148 163 184 / 0.9); }
.border-y-slate-400\/95{ border-top-color: rgb(148 163 184 / 0.95); border-bottom-color: rgb(148 163 184 / 0.95); }
.border-y-slate-50{ --tw-border-opacity: 1; border-top-color: rgb(248 250 252 / var(--tw-border-opacity)); border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-y-slate-50\/0{ border-top-color: rgb(248 250 252 / 0); border-bottom-color: rgb(248 250 252 / 0); }
.border-y-slate-50\/10{ border-top-color: rgb(248 250 252 / 0.1); border-bottom-color: rgb(248 250 252 / 0.1); }
.border-y-slate-50\/100{ border-top-color: rgb(248 250 252 / 1); border-bottom-color: rgb(248 250 252 / 1); }
.border-y-slate-50\/20{ border-top-color: rgb(248 250 252 / 0.2); border-bottom-color: rgb(248 250 252 / 0.2); }
.border-y-slate-50\/25{ border-top-color: rgb(248 250 252 / 0.25); border-bottom-color: rgb(248 250 252 / 0.25); }
.border-y-slate-50\/30{ border-top-color: rgb(248 250 252 / 0.3); border-bottom-color: rgb(248 250 252 / 0.3); }
.border-y-slate-50\/40{ border-top-color: rgb(248 250 252 / 0.4); border-bottom-color: rgb(248 250 252 / 0.4); }
.border-y-slate-50\/5{ border-top-color: rgb(248 250 252 / 0.05); border-bottom-color: rgb(248 250 252 / 0.05); }
.border-y-slate-50\/50{ border-top-color: rgb(248 250 252 / 0.5); border-bottom-color: rgb(248 250 252 / 0.5); }
.border-y-slate-50\/60{ border-top-color: rgb(248 250 252 / 0.6); border-bottom-color: rgb(248 250 252 / 0.6); }
.border-y-slate-50\/70{ border-top-color: rgb(248 250 252 / 0.7); border-bottom-color: rgb(248 250 252 / 0.7); }
.border-y-slate-50\/75{ border-top-color: rgb(248 250 252 / 0.75); border-bottom-color: rgb(248 250 252 / 0.75); }
.border-y-slate-50\/80{ border-top-color: rgb(248 250 252 / 0.8); border-bottom-color: rgb(248 250 252 / 0.8); }
.border-y-slate-50\/90{ border-top-color: rgb(248 250 252 / 0.9); border-bottom-color: rgb(248 250 252 / 0.9); }
.border-y-slate-50\/95{ border-top-color: rgb(248 250 252 / 0.95); border-bottom-color: rgb(248 250 252 / 0.95); }
.border-y-slate-500{ --tw-border-opacity: 1; border-top-color: rgb(100 116 139 / var(--tw-border-opacity)); border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-y-slate-500\/0{ border-top-color: rgb(100 116 139 / 0); border-bottom-color: rgb(100 116 139 / 0); }
.border-y-slate-500\/10{ border-top-color: rgb(100 116 139 / 0.1); border-bottom-color: rgb(100 116 139 / 0.1); }
.border-y-slate-500\/100{ border-top-color: rgb(100 116 139 / 1); border-bottom-color: rgb(100 116 139 / 1); }
.border-y-slate-500\/20{ border-top-color: rgb(100 116 139 / 0.2); border-bottom-color: rgb(100 116 139 / 0.2); }
.border-y-slate-500\/25{ border-top-color: rgb(100 116 139 / 0.25); border-bottom-color: rgb(100 116 139 / 0.25); }
.border-y-slate-500\/30{ border-top-color: rgb(100 116 139 / 0.3); border-bottom-color: rgb(100 116 139 / 0.3); }
.border-y-slate-500\/40{ border-top-color: rgb(100 116 139 / 0.4); border-bottom-color: rgb(100 116 139 / 0.4); }
.border-y-slate-500\/5{ border-top-color: rgb(100 116 139 / 0.05); border-bottom-color: rgb(100 116 139 / 0.05); }
.border-y-slate-500\/50{ border-top-color: rgb(100 116 139 / 0.5); border-bottom-color: rgb(100 116 139 / 0.5); }
.border-y-slate-500\/60{ border-top-color: rgb(100 116 139 / 0.6); border-bottom-color: rgb(100 116 139 / 0.6); }
.border-y-slate-500\/70{ border-top-color: rgb(100 116 139 / 0.7); border-bottom-color: rgb(100 116 139 / 0.7); }
.border-y-slate-500\/75{ border-top-color: rgb(100 116 139 / 0.75); border-bottom-color: rgb(100 116 139 / 0.75); }
.border-y-slate-500\/80{ border-top-color: rgb(100 116 139 / 0.8); border-bottom-color: rgb(100 116 139 / 0.8); }
.border-y-slate-500\/90{ border-top-color: rgb(100 116 139 / 0.9); border-bottom-color: rgb(100 116 139 / 0.9); }
.border-y-slate-500\/95{ border-top-color: rgb(100 116 139 / 0.95); border-bottom-color: rgb(100 116 139 / 0.95); }
.border-y-slate-600{ --tw-border-opacity: 1; border-top-color: rgb(71 85 105 / var(--tw-border-opacity)); border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-y-slate-600\/0{ border-top-color: rgb(71 85 105 / 0); border-bottom-color: rgb(71 85 105 / 0); }
.border-y-slate-600\/10{ border-top-color: rgb(71 85 105 / 0.1); border-bottom-color: rgb(71 85 105 / 0.1); }
.border-y-slate-600\/100{ border-top-color: rgb(71 85 105 / 1); border-bottom-color: rgb(71 85 105 / 1); }
.border-y-slate-600\/20{ border-top-color: rgb(71 85 105 / 0.2); border-bottom-color: rgb(71 85 105 / 0.2); }
.border-y-slate-600\/25{ border-top-color: rgb(71 85 105 / 0.25); border-bottom-color: rgb(71 85 105 / 0.25); }
.border-y-slate-600\/30{ border-top-color: rgb(71 85 105 / 0.3); border-bottom-color: rgb(71 85 105 / 0.3); }
.border-y-slate-600\/40{ border-top-color: rgb(71 85 105 / 0.4); border-bottom-color: rgb(71 85 105 / 0.4); }
.border-y-slate-600\/5{ border-top-color: rgb(71 85 105 / 0.05); border-bottom-color: rgb(71 85 105 / 0.05); }
.border-y-slate-600\/50{ border-top-color: rgb(71 85 105 / 0.5); border-bottom-color: rgb(71 85 105 / 0.5); }
.border-y-slate-600\/60{ border-top-color: rgb(71 85 105 / 0.6); border-bottom-color: rgb(71 85 105 / 0.6); }
.border-y-slate-600\/70{ border-top-color: rgb(71 85 105 / 0.7); border-bottom-color: rgb(71 85 105 / 0.7); }
.border-y-slate-600\/75{ border-top-color: rgb(71 85 105 / 0.75); border-bottom-color: rgb(71 85 105 / 0.75); }
.border-y-slate-600\/80{ border-top-color: rgb(71 85 105 / 0.8); border-bottom-color: rgb(71 85 105 / 0.8); }
.border-y-slate-600\/90{ border-top-color: rgb(71 85 105 / 0.9); border-bottom-color: rgb(71 85 105 / 0.9); }
.border-y-slate-600\/95{ border-top-color: rgb(71 85 105 / 0.95); border-bottom-color: rgb(71 85 105 / 0.95); }
.border-y-slate-700{ --tw-border-opacity: 1; border-top-color: rgb(51 65 85 / var(--tw-border-opacity)); border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-y-slate-700\/0{ border-top-color: rgb(51 65 85 / 0); border-bottom-color: rgb(51 65 85 / 0); }
.border-y-slate-700\/10{ border-top-color: rgb(51 65 85 / 0.1); border-bottom-color: rgb(51 65 85 / 0.1); }
.border-y-slate-700\/100{ border-top-color: rgb(51 65 85 / 1); border-bottom-color: rgb(51 65 85 / 1); }
.border-y-slate-700\/20{ border-top-color: rgb(51 65 85 / 0.2); border-bottom-color: rgb(51 65 85 / 0.2); }
.border-y-slate-700\/25{ border-top-color: rgb(51 65 85 / 0.25); border-bottom-color: rgb(51 65 85 / 0.25); }
.border-y-slate-700\/30{ border-top-color: rgb(51 65 85 / 0.3); border-bottom-color: rgb(51 65 85 / 0.3); }
.border-y-slate-700\/40{ border-top-color: rgb(51 65 85 / 0.4); border-bottom-color: rgb(51 65 85 / 0.4); }
.border-y-slate-700\/5{ border-top-color: rgb(51 65 85 / 0.05); border-bottom-color: rgb(51 65 85 / 0.05); }
.border-y-slate-700\/50{ border-top-color: rgb(51 65 85 / 0.5); border-bottom-color: rgb(51 65 85 / 0.5); }
.border-y-slate-700\/60{ border-top-color: rgb(51 65 85 / 0.6); border-bottom-color: rgb(51 65 85 / 0.6); }
.border-y-slate-700\/70{ border-top-color: rgb(51 65 85 / 0.7); border-bottom-color: rgb(51 65 85 / 0.7); }
.border-y-slate-700\/75{ border-top-color: rgb(51 65 85 / 0.75); border-bottom-color: rgb(51 65 85 / 0.75); }
.border-y-slate-700\/80{ border-top-color: rgb(51 65 85 / 0.8); border-bottom-color: rgb(51 65 85 / 0.8); }
.border-y-slate-700\/90{ border-top-color: rgb(51 65 85 / 0.9); border-bottom-color: rgb(51 65 85 / 0.9); }
.border-y-slate-700\/95{ border-top-color: rgb(51 65 85 / 0.95); border-bottom-color: rgb(51 65 85 / 0.95); }
.border-y-slate-800{ --tw-border-opacity: 1; border-top-color: rgb(30 41 59 / var(--tw-border-opacity)); border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-y-slate-800\/0{ border-top-color: rgb(30 41 59 / 0); border-bottom-color: rgb(30 41 59 / 0); }
.border-y-slate-800\/10{ border-top-color: rgb(30 41 59 / 0.1); border-bottom-color: rgb(30 41 59 / 0.1); }
.border-y-slate-800\/100{ border-top-color: rgb(30 41 59 / 1); border-bottom-color: rgb(30 41 59 / 1); }
.border-y-slate-800\/20{ border-top-color: rgb(30 41 59 / 0.2); border-bottom-color: rgb(30 41 59 / 0.2); }
.border-y-slate-800\/25{ border-top-color: rgb(30 41 59 / 0.25); border-bottom-color: rgb(30 41 59 / 0.25); }
.border-y-slate-800\/30{ border-top-color: rgb(30 41 59 / 0.3); border-bottom-color: rgb(30 41 59 / 0.3); }
.border-y-slate-800\/40{ border-top-color: rgb(30 41 59 / 0.4); border-bottom-color: rgb(30 41 59 / 0.4); }
.border-y-slate-800\/5{ border-top-color: rgb(30 41 59 / 0.05); border-bottom-color: rgb(30 41 59 / 0.05); }
.border-y-slate-800\/50{ border-top-color: rgb(30 41 59 / 0.5); border-bottom-color: rgb(30 41 59 / 0.5); }
.border-y-slate-800\/60{ border-top-color: rgb(30 41 59 / 0.6); border-bottom-color: rgb(30 41 59 / 0.6); }
.border-y-slate-800\/70{ border-top-color: rgb(30 41 59 / 0.7); border-bottom-color: rgb(30 41 59 / 0.7); }
.border-y-slate-800\/75{ border-top-color: rgb(30 41 59 / 0.75); border-bottom-color: rgb(30 41 59 / 0.75); }
.border-y-slate-800\/80{ border-top-color: rgb(30 41 59 / 0.8); border-bottom-color: rgb(30 41 59 / 0.8); }
.border-y-slate-800\/90{ border-top-color: rgb(30 41 59 / 0.9); border-bottom-color: rgb(30 41 59 / 0.9); }
.border-y-slate-800\/95{ border-top-color: rgb(30 41 59 / 0.95); border-bottom-color: rgb(30 41 59 / 0.95); }
.border-y-slate-900{ --tw-border-opacity: 1; border-top-color: rgb(15 23 42 / var(--tw-border-opacity)); border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-y-slate-900\/0{ border-top-color: rgb(15 23 42 / 0); border-bottom-color: rgb(15 23 42 / 0); }
.border-y-slate-900\/10{ border-top-color: rgb(15 23 42 / 0.1); border-bottom-color: rgb(15 23 42 / 0.1); }
.border-y-slate-900\/100{ border-top-color: rgb(15 23 42 / 1); border-bottom-color: rgb(15 23 42 / 1); }
.border-y-slate-900\/20{ border-top-color: rgb(15 23 42 / 0.2); border-bottom-color: rgb(15 23 42 / 0.2); }
.border-y-slate-900\/25{ border-top-color: rgb(15 23 42 / 0.25); border-bottom-color: rgb(15 23 42 / 0.25); }
.border-y-slate-900\/30{ border-top-color: rgb(15 23 42 / 0.3); border-bottom-color: rgb(15 23 42 / 0.3); }
.border-y-slate-900\/40{ border-top-color: rgb(15 23 42 / 0.4); border-bottom-color: rgb(15 23 42 / 0.4); }
.border-y-slate-900\/5{ border-top-color: rgb(15 23 42 / 0.05); border-bottom-color: rgb(15 23 42 / 0.05); }
.border-y-slate-900\/50{ border-top-color: rgb(15 23 42 / 0.5); border-bottom-color: rgb(15 23 42 / 0.5); }
.border-y-slate-900\/60{ border-top-color: rgb(15 23 42 / 0.6); border-bottom-color: rgb(15 23 42 / 0.6); }
.border-y-slate-900\/70{ border-top-color: rgb(15 23 42 / 0.7); border-bottom-color: rgb(15 23 42 / 0.7); }
.border-y-slate-900\/75{ border-top-color: rgb(15 23 42 / 0.75); border-bottom-color: rgb(15 23 42 / 0.75); }
.border-y-slate-900\/80{ border-top-color: rgb(15 23 42 / 0.8); border-bottom-color: rgb(15 23 42 / 0.8); }
.border-y-slate-900\/90{ border-top-color: rgb(15 23 42 / 0.9); border-bottom-color: rgb(15 23 42 / 0.9); }
.border-y-slate-900\/95{ border-top-color: rgb(15 23 42 / 0.95); border-bottom-color: rgb(15 23 42 / 0.95); }
.border-y-slate-950{ --tw-border-opacity: 1; border-top-color: rgb(2 6 23 / var(--tw-border-opacity)); border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-y-slate-950\/0{ border-top-color: rgb(2 6 23 / 0); border-bottom-color: rgb(2 6 23 / 0); }
.border-y-slate-950\/10{ border-top-color: rgb(2 6 23 / 0.1); border-bottom-color: rgb(2 6 23 / 0.1); }
.border-y-slate-950\/100{ border-top-color: rgb(2 6 23 / 1); border-bottom-color: rgb(2 6 23 / 1); }
.border-y-slate-950\/20{ border-top-color: rgb(2 6 23 / 0.2); border-bottom-color: rgb(2 6 23 / 0.2); }
.border-y-slate-950\/25{ border-top-color: rgb(2 6 23 / 0.25); border-bottom-color: rgb(2 6 23 / 0.25); }
.border-y-slate-950\/30{ border-top-color: rgb(2 6 23 / 0.3); border-bottom-color: rgb(2 6 23 / 0.3); }
.border-y-slate-950\/40{ border-top-color: rgb(2 6 23 / 0.4); border-bottom-color: rgb(2 6 23 / 0.4); }
.border-y-slate-950\/5{ border-top-color: rgb(2 6 23 / 0.05); border-bottom-color: rgb(2 6 23 / 0.05); }
.border-y-slate-950\/50{ border-top-color: rgb(2 6 23 / 0.5); border-bottom-color: rgb(2 6 23 / 0.5); }
.border-y-slate-950\/60{ border-top-color: rgb(2 6 23 / 0.6); border-bottom-color: rgb(2 6 23 / 0.6); }
.border-y-slate-950\/70{ border-top-color: rgb(2 6 23 / 0.7); border-bottom-color: rgb(2 6 23 / 0.7); }
.border-y-slate-950\/75{ border-top-color: rgb(2 6 23 / 0.75); border-bottom-color: rgb(2 6 23 / 0.75); }
.border-y-slate-950\/80{ border-top-color: rgb(2 6 23 / 0.8); border-bottom-color: rgb(2 6 23 / 0.8); }
.border-y-slate-950\/90{ border-top-color: rgb(2 6 23 / 0.9); border-bottom-color: rgb(2 6 23 / 0.9); }
.border-y-slate-950\/95{ border-top-color: rgb(2 6 23 / 0.95); border-bottom-color: rgb(2 6 23 / 0.95); }
.border-y-stone-100{ --tw-border-opacity: 1; border-top-color: rgb(245 245 244 / var(--tw-border-opacity)); border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-y-stone-100\/0{ border-top-color: rgb(245 245 244 / 0); border-bottom-color: rgb(245 245 244 / 0); }
.border-y-stone-100\/10{ border-top-color: rgb(245 245 244 / 0.1); border-bottom-color: rgb(245 245 244 / 0.1); }
.border-y-stone-100\/100{ border-top-color: rgb(245 245 244 / 1); border-bottom-color: rgb(245 245 244 / 1); }
.border-y-stone-100\/20{ border-top-color: rgb(245 245 244 / 0.2); border-bottom-color: rgb(245 245 244 / 0.2); }
.border-y-stone-100\/25{ border-top-color: rgb(245 245 244 / 0.25); border-bottom-color: rgb(245 245 244 / 0.25); }
.border-y-stone-100\/30{ border-top-color: rgb(245 245 244 / 0.3); border-bottom-color: rgb(245 245 244 / 0.3); }
.border-y-stone-100\/40{ border-top-color: rgb(245 245 244 / 0.4); border-bottom-color: rgb(245 245 244 / 0.4); }
.border-y-stone-100\/5{ border-top-color: rgb(245 245 244 / 0.05); border-bottom-color: rgb(245 245 244 / 0.05); }
.border-y-stone-100\/50{ border-top-color: rgb(245 245 244 / 0.5); border-bottom-color: rgb(245 245 244 / 0.5); }
.border-y-stone-100\/60{ border-top-color: rgb(245 245 244 / 0.6); border-bottom-color: rgb(245 245 244 / 0.6); }
.border-y-stone-100\/70{ border-top-color: rgb(245 245 244 / 0.7); border-bottom-color: rgb(245 245 244 / 0.7); }
.border-y-stone-100\/75{ border-top-color: rgb(245 245 244 / 0.75); border-bottom-color: rgb(245 245 244 / 0.75); }
.border-y-stone-100\/80{ border-top-color: rgb(245 245 244 / 0.8); border-bottom-color: rgb(245 245 244 / 0.8); }
.border-y-stone-100\/90{ border-top-color: rgb(245 245 244 / 0.9); border-bottom-color: rgb(245 245 244 / 0.9); }
.border-y-stone-100\/95{ border-top-color: rgb(245 245 244 / 0.95); border-bottom-color: rgb(245 245 244 / 0.95); }
.border-y-stone-200{ --tw-border-opacity: 1; border-top-color: rgb(231 229 228 / var(--tw-border-opacity)); border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-y-stone-200\/0{ border-top-color: rgb(231 229 228 / 0); border-bottom-color: rgb(231 229 228 / 0); }
.border-y-stone-200\/10{ border-top-color: rgb(231 229 228 / 0.1); border-bottom-color: rgb(231 229 228 / 0.1); }
.border-y-stone-200\/100{ border-top-color: rgb(231 229 228 / 1); border-bottom-color: rgb(231 229 228 / 1); }
.border-y-stone-200\/20{ border-top-color: rgb(231 229 228 / 0.2); border-bottom-color: rgb(231 229 228 / 0.2); }
.border-y-stone-200\/25{ border-top-color: rgb(231 229 228 / 0.25); border-bottom-color: rgb(231 229 228 / 0.25); }
.border-y-stone-200\/30{ border-top-color: rgb(231 229 228 / 0.3); border-bottom-color: rgb(231 229 228 / 0.3); }
.border-y-stone-200\/40{ border-top-color: rgb(231 229 228 / 0.4); border-bottom-color: rgb(231 229 228 / 0.4); }
.border-y-stone-200\/5{ border-top-color: rgb(231 229 228 / 0.05); border-bottom-color: rgb(231 229 228 / 0.05); }
.border-y-stone-200\/50{ border-top-color: rgb(231 229 228 / 0.5); border-bottom-color: rgb(231 229 228 / 0.5); }
.border-y-stone-200\/60{ border-top-color: rgb(231 229 228 / 0.6); border-bottom-color: rgb(231 229 228 / 0.6); }
.border-y-stone-200\/70{ border-top-color: rgb(231 229 228 / 0.7); border-bottom-color: rgb(231 229 228 / 0.7); }
.border-y-stone-200\/75{ border-top-color: rgb(231 229 228 / 0.75); border-bottom-color: rgb(231 229 228 / 0.75); }
.border-y-stone-200\/80{ border-top-color: rgb(231 229 228 / 0.8); border-bottom-color: rgb(231 229 228 / 0.8); }
.border-y-stone-200\/90{ border-top-color: rgb(231 229 228 / 0.9); border-bottom-color: rgb(231 229 228 / 0.9); }
.border-y-stone-200\/95{ border-top-color: rgb(231 229 228 / 0.95); border-bottom-color: rgb(231 229 228 / 0.95); }
.border-y-stone-300{ --tw-border-opacity: 1; border-top-color: rgb(214 211 209 / var(--tw-border-opacity)); border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-y-stone-300\/0{ border-top-color: rgb(214 211 209 / 0); border-bottom-color: rgb(214 211 209 / 0); }
.border-y-stone-300\/10{ border-top-color: rgb(214 211 209 / 0.1); border-bottom-color: rgb(214 211 209 / 0.1); }
.border-y-stone-300\/100{ border-top-color: rgb(214 211 209 / 1); border-bottom-color: rgb(214 211 209 / 1); }
.border-y-stone-300\/20{ border-top-color: rgb(214 211 209 / 0.2); border-bottom-color: rgb(214 211 209 / 0.2); }
.border-y-stone-300\/25{ border-top-color: rgb(214 211 209 / 0.25); border-bottom-color: rgb(214 211 209 / 0.25); }
.border-y-stone-300\/30{ border-top-color: rgb(214 211 209 / 0.3); border-bottom-color: rgb(214 211 209 / 0.3); }
.border-y-stone-300\/40{ border-top-color: rgb(214 211 209 / 0.4); border-bottom-color: rgb(214 211 209 / 0.4); }
.border-y-stone-300\/5{ border-top-color: rgb(214 211 209 / 0.05); border-bottom-color: rgb(214 211 209 / 0.05); }
.border-y-stone-300\/50{ border-top-color: rgb(214 211 209 / 0.5); border-bottom-color: rgb(214 211 209 / 0.5); }
.border-y-stone-300\/60{ border-top-color: rgb(214 211 209 / 0.6); border-bottom-color: rgb(214 211 209 / 0.6); }
.border-y-stone-300\/70{ border-top-color: rgb(214 211 209 / 0.7); border-bottom-color: rgb(214 211 209 / 0.7); }
.border-y-stone-300\/75{ border-top-color: rgb(214 211 209 / 0.75); border-bottom-color: rgb(214 211 209 / 0.75); }
.border-y-stone-300\/80{ border-top-color: rgb(214 211 209 / 0.8); border-bottom-color: rgb(214 211 209 / 0.8); }
.border-y-stone-300\/90{ border-top-color: rgb(214 211 209 / 0.9); border-bottom-color: rgb(214 211 209 / 0.9); }
.border-y-stone-300\/95{ border-top-color: rgb(214 211 209 / 0.95); border-bottom-color: rgb(214 211 209 / 0.95); }
.border-y-stone-400{ --tw-border-opacity: 1; border-top-color: rgb(168 162 158 / var(--tw-border-opacity)); border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-y-stone-400\/0{ border-top-color: rgb(168 162 158 / 0); border-bottom-color: rgb(168 162 158 / 0); }
.border-y-stone-400\/10{ border-top-color: rgb(168 162 158 / 0.1); border-bottom-color: rgb(168 162 158 / 0.1); }
.border-y-stone-400\/100{ border-top-color: rgb(168 162 158 / 1); border-bottom-color: rgb(168 162 158 / 1); }
.border-y-stone-400\/20{ border-top-color: rgb(168 162 158 / 0.2); border-bottom-color: rgb(168 162 158 / 0.2); }
.border-y-stone-400\/25{ border-top-color: rgb(168 162 158 / 0.25); border-bottom-color: rgb(168 162 158 / 0.25); }
.border-y-stone-400\/30{ border-top-color: rgb(168 162 158 / 0.3); border-bottom-color: rgb(168 162 158 / 0.3); }
.border-y-stone-400\/40{ border-top-color: rgb(168 162 158 / 0.4); border-bottom-color: rgb(168 162 158 / 0.4); }
.border-y-stone-400\/5{ border-top-color: rgb(168 162 158 / 0.05); border-bottom-color: rgb(168 162 158 / 0.05); }
.border-y-stone-400\/50{ border-top-color: rgb(168 162 158 / 0.5); border-bottom-color: rgb(168 162 158 / 0.5); }
.border-y-stone-400\/60{ border-top-color: rgb(168 162 158 / 0.6); border-bottom-color: rgb(168 162 158 / 0.6); }
.border-y-stone-400\/70{ border-top-color: rgb(168 162 158 / 0.7); border-bottom-color: rgb(168 162 158 / 0.7); }
.border-y-stone-400\/75{ border-top-color: rgb(168 162 158 / 0.75); border-bottom-color: rgb(168 162 158 / 0.75); }
.border-y-stone-400\/80{ border-top-color: rgb(168 162 158 / 0.8); border-bottom-color: rgb(168 162 158 / 0.8); }
.border-y-stone-400\/90{ border-top-color: rgb(168 162 158 / 0.9); border-bottom-color: rgb(168 162 158 / 0.9); }
.border-y-stone-400\/95{ border-top-color: rgb(168 162 158 / 0.95); border-bottom-color: rgb(168 162 158 / 0.95); }
.border-y-stone-50{ --tw-border-opacity: 1; border-top-color: rgb(250 250 249 / var(--tw-border-opacity)); border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-y-stone-50\/0{ border-top-color: rgb(250 250 249 / 0); border-bottom-color: rgb(250 250 249 / 0); }
.border-y-stone-50\/10{ border-top-color: rgb(250 250 249 / 0.1); border-bottom-color: rgb(250 250 249 / 0.1); }
.border-y-stone-50\/100{ border-top-color: rgb(250 250 249 / 1); border-bottom-color: rgb(250 250 249 / 1); }
.border-y-stone-50\/20{ border-top-color: rgb(250 250 249 / 0.2); border-bottom-color: rgb(250 250 249 / 0.2); }
.border-y-stone-50\/25{ border-top-color: rgb(250 250 249 / 0.25); border-bottom-color: rgb(250 250 249 / 0.25); }
.border-y-stone-50\/30{ border-top-color: rgb(250 250 249 / 0.3); border-bottom-color: rgb(250 250 249 / 0.3); }
.border-y-stone-50\/40{ border-top-color: rgb(250 250 249 / 0.4); border-bottom-color: rgb(250 250 249 / 0.4); }
.border-y-stone-50\/5{ border-top-color: rgb(250 250 249 / 0.05); border-bottom-color: rgb(250 250 249 / 0.05); }
.border-y-stone-50\/50{ border-top-color: rgb(250 250 249 / 0.5); border-bottom-color: rgb(250 250 249 / 0.5); }
.border-y-stone-50\/60{ border-top-color: rgb(250 250 249 / 0.6); border-bottom-color: rgb(250 250 249 / 0.6); }
.border-y-stone-50\/70{ border-top-color: rgb(250 250 249 / 0.7); border-bottom-color: rgb(250 250 249 / 0.7); }
.border-y-stone-50\/75{ border-top-color: rgb(250 250 249 / 0.75); border-bottom-color: rgb(250 250 249 / 0.75); }
.border-y-stone-50\/80{ border-top-color: rgb(250 250 249 / 0.8); border-bottom-color: rgb(250 250 249 / 0.8); }
.border-y-stone-50\/90{ border-top-color: rgb(250 250 249 / 0.9); border-bottom-color: rgb(250 250 249 / 0.9); }
.border-y-stone-50\/95{ border-top-color: rgb(250 250 249 / 0.95); border-bottom-color: rgb(250 250 249 / 0.95); }
.border-y-stone-500{ --tw-border-opacity: 1; border-top-color: rgb(120 113 108 / var(--tw-border-opacity)); border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-y-stone-500\/0{ border-top-color: rgb(120 113 108 / 0); border-bottom-color: rgb(120 113 108 / 0); }
.border-y-stone-500\/10{ border-top-color: rgb(120 113 108 / 0.1); border-bottom-color: rgb(120 113 108 / 0.1); }
.border-y-stone-500\/100{ border-top-color: rgb(120 113 108 / 1); border-bottom-color: rgb(120 113 108 / 1); }
.border-y-stone-500\/20{ border-top-color: rgb(120 113 108 / 0.2); border-bottom-color: rgb(120 113 108 / 0.2); }
.border-y-stone-500\/25{ border-top-color: rgb(120 113 108 / 0.25); border-bottom-color: rgb(120 113 108 / 0.25); }
.border-y-stone-500\/30{ border-top-color: rgb(120 113 108 / 0.3); border-bottom-color: rgb(120 113 108 / 0.3); }
.border-y-stone-500\/40{ border-top-color: rgb(120 113 108 / 0.4); border-bottom-color: rgb(120 113 108 / 0.4); }
.border-y-stone-500\/5{ border-top-color: rgb(120 113 108 / 0.05); border-bottom-color: rgb(120 113 108 / 0.05); }
.border-y-stone-500\/50{ border-top-color: rgb(120 113 108 / 0.5); border-bottom-color: rgb(120 113 108 / 0.5); }
.border-y-stone-500\/60{ border-top-color: rgb(120 113 108 / 0.6); border-bottom-color: rgb(120 113 108 / 0.6); }
.border-y-stone-500\/70{ border-top-color: rgb(120 113 108 / 0.7); border-bottom-color: rgb(120 113 108 / 0.7); }
.border-y-stone-500\/75{ border-top-color: rgb(120 113 108 / 0.75); border-bottom-color: rgb(120 113 108 / 0.75); }
.border-y-stone-500\/80{ border-top-color: rgb(120 113 108 / 0.8); border-bottom-color: rgb(120 113 108 / 0.8); }
.border-y-stone-500\/90{ border-top-color: rgb(120 113 108 / 0.9); border-bottom-color: rgb(120 113 108 / 0.9); }
.border-y-stone-500\/95{ border-top-color: rgb(120 113 108 / 0.95); border-bottom-color: rgb(120 113 108 / 0.95); }
.border-y-stone-600{ --tw-border-opacity: 1; border-top-color: rgb(87 83 78 / var(--tw-border-opacity)); border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-y-stone-600\/0{ border-top-color: rgb(87 83 78 / 0); border-bottom-color: rgb(87 83 78 / 0); }
.border-y-stone-600\/10{ border-top-color: rgb(87 83 78 / 0.1); border-bottom-color: rgb(87 83 78 / 0.1); }
.border-y-stone-600\/100{ border-top-color: rgb(87 83 78 / 1); border-bottom-color: rgb(87 83 78 / 1); }
.border-y-stone-600\/20{ border-top-color: rgb(87 83 78 / 0.2); border-bottom-color: rgb(87 83 78 / 0.2); }
.border-y-stone-600\/25{ border-top-color: rgb(87 83 78 / 0.25); border-bottom-color: rgb(87 83 78 / 0.25); }
.border-y-stone-600\/30{ border-top-color: rgb(87 83 78 / 0.3); border-bottom-color: rgb(87 83 78 / 0.3); }
.border-y-stone-600\/40{ border-top-color: rgb(87 83 78 / 0.4); border-bottom-color: rgb(87 83 78 / 0.4); }
.border-y-stone-600\/5{ border-top-color: rgb(87 83 78 / 0.05); border-bottom-color: rgb(87 83 78 / 0.05); }
.border-y-stone-600\/50{ border-top-color: rgb(87 83 78 / 0.5); border-bottom-color: rgb(87 83 78 / 0.5); }
.border-y-stone-600\/60{ border-top-color: rgb(87 83 78 / 0.6); border-bottom-color: rgb(87 83 78 / 0.6); }
.border-y-stone-600\/70{ border-top-color: rgb(87 83 78 / 0.7); border-bottom-color: rgb(87 83 78 / 0.7); }
.border-y-stone-600\/75{ border-top-color: rgb(87 83 78 / 0.75); border-bottom-color: rgb(87 83 78 / 0.75); }
.border-y-stone-600\/80{ border-top-color: rgb(87 83 78 / 0.8); border-bottom-color: rgb(87 83 78 / 0.8); }
.border-y-stone-600\/90{ border-top-color: rgb(87 83 78 / 0.9); border-bottom-color: rgb(87 83 78 / 0.9); }
.border-y-stone-600\/95{ border-top-color: rgb(87 83 78 / 0.95); border-bottom-color: rgb(87 83 78 / 0.95); }
.border-y-stone-700{ --tw-border-opacity: 1; border-top-color: rgb(68 64 60 / var(--tw-border-opacity)); border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-y-stone-700\/0{ border-top-color: rgb(68 64 60 / 0); border-bottom-color: rgb(68 64 60 / 0); }
.border-y-stone-700\/10{ border-top-color: rgb(68 64 60 / 0.1); border-bottom-color: rgb(68 64 60 / 0.1); }
.border-y-stone-700\/100{ border-top-color: rgb(68 64 60 / 1); border-bottom-color: rgb(68 64 60 / 1); }
.border-y-stone-700\/20{ border-top-color: rgb(68 64 60 / 0.2); border-bottom-color: rgb(68 64 60 / 0.2); }
.border-y-stone-700\/25{ border-top-color: rgb(68 64 60 / 0.25); border-bottom-color: rgb(68 64 60 / 0.25); }
.border-y-stone-700\/30{ border-top-color: rgb(68 64 60 / 0.3); border-bottom-color: rgb(68 64 60 / 0.3); }
.border-y-stone-700\/40{ border-top-color: rgb(68 64 60 / 0.4); border-bottom-color: rgb(68 64 60 / 0.4); }
.border-y-stone-700\/5{ border-top-color: rgb(68 64 60 / 0.05); border-bottom-color: rgb(68 64 60 / 0.05); }
.border-y-stone-700\/50{ border-top-color: rgb(68 64 60 / 0.5); border-bottom-color: rgb(68 64 60 / 0.5); }
.border-y-stone-700\/60{ border-top-color: rgb(68 64 60 / 0.6); border-bottom-color: rgb(68 64 60 / 0.6); }
.border-y-stone-700\/70{ border-top-color: rgb(68 64 60 / 0.7); border-bottom-color: rgb(68 64 60 / 0.7); }
.border-y-stone-700\/75{ border-top-color: rgb(68 64 60 / 0.75); border-bottom-color: rgb(68 64 60 / 0.75); }
.border-y-stone-700\/80{ border-top-color: rgb(68 64 60 / 0.8); border-bottom-color: rgb(68 64 60 / 0.8); }
.border-y-stone-700\/90{ border-top-color: rgb(68 64 60 / 0.9); border-bottom-color: rgb(68 64 60 / 0.9); }
.border-y-stone-700\/95{ border-top-color: rgb(68 64 60 / 0.95); border-bottom-color: rgb(68 64 60 / 0.95); }
.border-y-stone-800{ --tw-border-opacity: 1; border-top-color: rgb(41 37 36 / var(--tw-border-opacity)); border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-y-stone-800\/0{ border-top-color: rgb(41 37 36 / 0); border-bottom-color: rgb(41 37 36 / 0); }
.border-y-stone-800\/10{ border-top-color: rgb(41 37 36 / 0.1); border-bottom-color: rgb(41 37 36 / 0.1); }
.border-y-stone-800\/100{ border-top-color: rgb(41 37 36 / 1); border-bottom-color: rgb(41 37 36 / 1); }
.border-y-stone-800\/20{ border-top-color: rgb(41 37 36 / 0.2); border-bottom-color: rgb(41 37 36 / 0.2); }
.border-y-stone-800\/25{ border-top-color: rgb(41 37 36 / 0.25); border-bottom-color: rgb(41 37 36 / 0.25); }
.border-y-stone-800\/30{ border-top-color: rgb(41 37 36 / 0.3); border-bottom-color: rgb(41 37 36 / 0.3); }
.border-y-stone-800\/40{ border-top-color: rgb(41 37 36 / 0.4); border-bottom-color: rgb(41 37 36 / 0.4); }
.border-y-stone-800\/5{ border-top-color: rgb(41 37 36 / 0.05); border-bottom-color: rgb(41 37 36 / 0.05); }
.border-y-stone-800\/50{ border-top-color: rgb(41 37 36 / 0.5); border-bottom-color: rgb(41 37 36 / 0.5); }
.border-y-stone-800\/60{ border-top-color: rgb(41 37 36 / 0.6); border-bottom-color: rgb(41 37 36 / 0.6); }
.border-y-stone-800\/70{ border-top-color: rgb(41 37 36 / 0.7); border-bottom-color: rgb(41 37 36 / 0.7); }
.border-y-stone-800\/75{ border-top-color: rgb(41 37 36 / 0.75); border-bottom-color: rgb(41 37 36 / 0.75); }
.border-y-stone-800\/80{ border-top-color: rgb(41 37 36 / 0.8); border-bottom-color: rgb(41 37 36 / 0.8); }
.border-y-stone-800\/90{ border-top-color: rgb(41 37 36 / 0.9); border-bottom-color: rgb(41 37 36 / 0.9); }
.border-y-stone-800\/95{ border-top-color: rgb(41 37 36 / 0.95); border-bottom-color: rgb(41 37 36 / 0.95); }
.border-y-stone-900{ --tw-border-opacity: 1; border-top-color: rgb(28 25 23 / var(--tw-border-opacity)); border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-y-stone-900\/0{ border-top-color: rgb(28 25 23 / 0); border-bottom-color: rgb(28 25 23 / 0); }
.border-y-stone-900\/10{ border-top-color: rgb(28 25 23 / 0.1); border-bottom-color: rgb(28 25 23 / 0.1); }
.border-y-stone-900\/100{ border-top-color: rgb(28 25 23 / 1); border-bottom-color: rgb(28 25 23 / 1); }
.border-y-stone-900\/20{ border-top-color: rgb(28 25 23 / 0.2); border-bottom-color: rgb(28 25 23 / 0.2); }
.border-y-stone-900\/25{ border-top-color: rgb(28 25 23 / 0.25); border-bottom-color: rgb(28 25 23 / 0.25); }
.border-y-stone-900\/30{ border-top-color: rgb(28 25 23 / 0.3); border-bottom-color: rgb(28 25 23 / 0.3); }
.border-y-stone-900\/40{ border-top-color: rgb(28 25 23 / 0.4); border-bottom-color: rgb(28 25 23 / 0.4); }
.border-y-stone-900\/5{ border-top-color: rgb(28 25 23 / 0.05); border-bottom-color: rgb(28 25 23 / 0.05); }
.border-y-stone-900\/50{ border-top-color: rgb(28 25 23 / 0.5); border-bottom-color: rgb(28 25 23 / 0.5); }
.border-y-stone-900\/60{ border-top-color: rgb(28 25 23 / 0.6); border-bottom-color: rgb(28 25 23 / 0.6); }
.border-y-stone-900\/70{ border-top-color: rgb(28 25 23 / 0.7); border-bottom-color: rgb(28 25 23 / 0.7); }
.border-y-stone-900\/75{ border-top-color: rgb(28 25 23 / 0.75); border-bottom-color: rgb(28 25 23 / 0.75); }
.border-y-stone-900\/80{ border-top-color: rgb(28 25 23 / 0.8); border-bottom-color: rgb(28 25 23 / 0.8); }
.border-y-stone-900\/90{ border-top-color: rgb(28 25 23 / 0.9); border-bottom-color: rgb(28 25 23 / 0.9); }
.border-y-stone-900\/95{ border-top-color: rgb(28 25 23 / 0.95); border-bottom-color: rgb(28 25 23 / 0.95); }
.border-y-stone-950{ --tw-border-opacity: 1; border-top-color: rgb(12 10 9 / var(--tw-border-opacity)); border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-y-stone-950\/0{ border-top-color: rgb(12 10 9 / 0); border-bottom-color: rgb(12 10 9 / 0); }
.border-y-stone-950\/10{ border-top-color: rgb(12 10 9 / 0.1); border-bottom-color: rgb(12 10 9 / 0.1); }
.border-y-stone-950\/100{ border-top-color: rgb(12 10 9 / 1); border-bottom-color: rgb(12 10 9 / 1); }
.border-y-stone-950\/20{ border-top-color: rgb(12 10 9 / 0.2); border-bottom-color: rgb(12 10 9 / 0.2); }
.border-y-stone-950\/25{ border-top-color: rgb(12 10 9 / 0.25); border-bottom-color: rgb(12 10 9 / 0.25); }
.border-y-stone-950\/30{ border-top-color: rgb(12 10 9 / 0.3); border-bottom-color: rgb(12 10 9 / 0.3); }
.border-y-stone-950\/40{ border-top-color: rgb(12 10 9 / 0.4); border-bottom-color: rgb(12 10 9 / 0.4); }
.border-y-stone-950\/5{ border-top-color: rgb(12 10 9 / 0.05); border-bottom-color: rgb(12 10 9 / 0.05); }
.border-y-stone-950\/50{ border-top-color: rgb(12 10 9 / 0.5); border-bottom-color: rgb(12 10 9 / 0.5); }
.border-y-stone-950\/60{ border-top-color: rgb(12 10 9 / 0.6); border-bottom-color: rgb(12 10 9 / 0.6); }
.border-y-stone-950\/70{ border-top-color: rgb(12 10 9 / 0.7); border-bottom-color: rgb(12 10 9 / 0.7); }
.border-y-stone-950\/75{ border-top-color: rgb(12 10 9 / 0.75); border-bottom-color: rgb(12 10 9 / 0.75); }
.border-y-stone-950\/80{ border-top-color: rgb(12 10 9 / 0.8); border-bottom-color: rgb(12 10 9 / 0.8); }
.border-y-stone-950\/90{ border-top-color: rgb(12 10 9 / 0.9); border-bottom-color: rgb(12 10 9 / 0.9); }
.border-y-stone-950\/95{ border-top-color: rgb(12 10 9 / 0.95); border-bottom-color: rgb(12 10 9 / 0.95); }
.border-y-swim-blue{ --tw-border-opacity: 1; border-top-color: rgb(50 197 255 / var(--tw-border-opacity)); border-bottom-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-y-swim-blue\/0{ border-top-color: rgb(50 197 255 / 0); border-bottom-color: rgb(50 197 255 / 0); }
.border-y-swim-blue\/10{ border-top-color: rgb(50 197 255 / 0.1); border-bottom-color: rgb(50 197 255 / 0.1); }
.border-y-swim-blue\/100{ border-top-color: rgb(50 197 255 / 1); border-bottom-color: rgb(50 197 255 / 1); }
.border-y-swim-blue\/20{ border-top-color: rgb(50 197 255 / 0.2); border-bottom-color: rgb(50 197 255 / 0.2); }
.border-y-swim-blue\/25{ border-top-color: rgb(50 197 255 / 0.25); border-bottom-color: rgb(50 197 255 / 0.25); }
.border-y-swim-blue\/30{ border-top-color: rgb(50 197 255 / 0.3); border-bottom-color: rgb(50 197 255 / 0.3); }
.border-y-swim-blue\/40{ border-top-color: rgb(50 197 255 / 0.4); border-bottom-color: rgb(50 197 255 / 0.4); }
.border-y-swim-blue\/5{ border-top-color: rgb(50 197 255 / 0.05); border-bottom-color: rgb(50 197 255 / 0.05); }
.border-y-swim-blue\/50{ border-top-color: rgb(50 197 255 / 0.5); border-bottom-color: rgb(50 197 255 / 0.5); }
.border-y-swim-blue\/60{ border-top-color: rgb(50 197 255 / 0.6); border-bottom-color: rgb(50 197 255 / 0.6); }
.border-y-swim-blue\/70{ border-top-color: rgb(50 197 255 / 0.7); border-bottom-color: rgb(50 197 255 / 0.7); }
.border-y-swim-blue\/75{ border-top-color: rgb(50 197 255 / 0.75); border-bottom-color: rgb(50 197 255 / 0.75); }
.border-y-swim-blue\/80{ border-top-color: rgb(50 197 255 / 0.8); border-bottom-color: rgb(50 197 255 / 0.8); }
.border-y-swim-blue\/90{ border-top-color: rgb(50 197 255 / 0.9); border-bottom-color: rgb(50 197 255 / 0.9); }
.border-y-swim-blue\/95{ border-top-color: rgb(50 197 255 / 0.95); border-bottom-color: rgb(50 197 255 / 0.95); }
.border-y-swim-body-text{ --tw-border-opacity: 1; border-top-color: rgb(58 60 62 / var(--tw-border-opacity)); border-bottom-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-y-swim-body-text\/0{ border-top-color: rgb(58 60 62 / 0); border-bottom-color: rgb(58 60 62 / 0); }
.border-y-swim-body-text\/10{ border-top-color: rgb(58 60 62 / 0.1); border-bottom-color: rgb(58 60 62 / 0.1); }
.border-y-swim-body-text\/100{ border-top-color: rgb(58 60 62 / 1); border-bottom-color: rgb(58 60 62 / 1); }
.border-y-swim-body-text\/20{ border-top-color: rgb(58 60 62 / 0.2); border-bottom-color: rgb(58 60 62 / 0.2); }
.border-y-swim-body-text\/25{ border-top-color: rgb(58 60 62 / 0.25); border-bottom-color: rgb(58 60 62 / 0.25); }
.border-y-swim-body-text\/30{ border-top-color: rgb(58 60 62 / 0.3); border-bottom-color: rgb(58 60 62 / 0.3); }
.border-y-swim-body-text\/40{ border-top-color: rgb(58 60 62 / 0.4); border-bottom-color: rgb(58 60 62 / 0.4); }
.border-y-swim-body-text\/5{ border-top-color: rgb(58 60 62 / 0.05); border-bottom-color: rgb(58 60 62 / 0.05); }
.border-y-swim-body-text\/50{ border-top-color: rgb(58 60 62 / 0.5); border-bottom-color: rgb(58 60 62 / 0.5); }
.border-y-swim-body-text\/60{ border-top-color: rgb(58 60 62 / 0.6); border-bottom-color: rgb(58 60 62 / 0.6); }
.border-y-swim-body-text\/70{ border-top-color: rgb(58 60 62 / 0.7); border-bottom-color: rgb(58 60 62 / 0.7); }
.border-y-swim-body-text\/75{ border-top-color: rgb(58 60 62 / 0.75); border-bottom-color: rgb(58 60 62 / 0.75); }
.border-y-swim-body-text\/80{ border-top-color: rgb(58 60 62 / 0.8); border-bottom-color: rgb(58 60 62 / 0.8); }
.border-y-swim-body-text\/90{ border-top-color: rgb(58 60 62 / 0.9); border-bottom-color: rgb(58 60 62 / 0.9); }
.border-y-swim-body-text\/95{ border-top-color: rgb(58 60 62 / 0.95); border-bottom-color: rgb(58 60 62 / 0.95); }
.border-y-swim-dark-blue{ --tw-border-opacity: 1; border-top-color: rgb(4 34 86 / var(--tw-border-opacity)); border-bottom-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-y-swim-dark-blue\/0{ border-top-color: rgb(4 34 86 / 0); border-bottom-color: rgb(4 34 86 / 0); }
.border-y-swim-dark-blue\/10{ border-top-color: rgb(4 34 86 / 0.1); border-bottom-color: rgb(4 34 86 / 0.1); }
.border-y-swim-dark-blue\/100{ border-top-color: rgb(4 34 86 / 1); border-bottom-color: rgb(4 34 86 / 1); }
.border-y-swim-dark-blue\/20{ border-top-color: rgb(4 34 86 / 0.2); border-bottom-color: rgb(4 34 86 / 0.2); }
.border-y-swim-dark-blue\/25{ border-top-color: rgb(4 34 86 / 0.25); border-bottom-color: rgb(4 34 86 / 0.25); }
.border-y-swim-dark-blue\/30{ border-top-color: rgb(4 34 86 / 0.3); border-bottom-color: rgb(4 34 86 / 0.3); }
.border-y-swim-dark-blue\/40{ border-top-color: rgb(4 34 86 / 0.4); border-bottom-color: rgb(4 34 86 / 0.4); }
.border-y-swim-dark-blue\/5{ border-top-color: rgb(4 34 86 / 0.05); border-bottom-color: rgb(4 34 86 / 0.05); }
.border-y-swim-dark-blue\/50{ border-top-color: rgb(4 34 86 / 0.5); border-bottom-color: rgb(4 34 86 / 0.5); }
.border-y-swim-dark-blue\/60{ border-top-color: rgb(4 34 86 / 0.6); border-bottom-color: rgb(4 34 86 / 0.6); }
.border-y-swim-dark-blue\/70{ border-top-color: rgb(4 34 86 / 0.7); border-bottom-color: rgb(4 34 86 / 0.7); }
.border-y-swim-dark-blue\/75{ border-top-color: rgb(4 34 86 / 0.75); border-bottom-color: rgb(4 34 86 / 0.75); }
.border-y-swim-dark-blue\/80{ border-top-color: rgb(4 34 86 / 0.8); border-bottom-color: rgb(4 34 86 / 0.8); }
.border-y-swim-dark-blue\/90{ border-top-color: rgb(4 34 86 / 0.9); border-bottom-color: rgb(4 34 86 / 0.9); }
.border-y-swim-dark-blue\/95{ border-top-color: rgb(4 34 86 / 0.95); border-bottom-color: rgb(4 34 86 / 0.95); }
.border-y-swim-dark-purple{ --tw-border-opacity: 1; border-top-color: rgb(214 81 255 / var(--tw-border-opacity)); border-bottom-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-y-swim-dark-purple\/0{ border-top-color: rgb(214 81 255 / 0); border-bottom-color: rgb(214 81 255 / 0); }
.border-y-swim-dark-purple\/10{ border-top-color: rgb(214 81 255 / 0.1); border-bottom-color: rgb(214 81 255 / 0.1); }
.border-y-swim-dark-purple\/100{ border-top-color: rgb(214 81 255 / 1); border-bottom-color: rgb(214 81 255 / 1); }
.border-y-swim-dark-purple\/20{ border-top-color: rgb(214 81 255 / 0.2); border-bottom-color: rgb(214 81 255 / 0.2); }
.border-y-swim-dark-purple\/25{ border-top-color: rgb(214 81 255 / 0.25); border-bottom-color: rgb(214 81 255 / 0.25); }
.border-y-swim-dark-purple\/30{ border-top-color: rgb(214 81 255 / 0.3); border-bottom-color: rgb(214 81 255 / 0.3); }
.border-y-swim-dark-purple\/40{ border-top-color: rgb(214 81 255 / 0.4); border-bottom-color: rgb(214 81 255 / 0.4); }
.border-y-swim-dark-purple\/5{ border-top-color: rgb(214 81 255 / 0.05); border-bottom-color: rgb(214 81 255 / 0.05); }
.border-y-swim-dark-purple\/50{ border-top-color: rgb(214 81 255 / 0.5); border-bottom-color: rgb(214 81 255 / 0.5); }
.border-y-swim-dark-purple\/60{ border-top-color: rgb(214 81 255 / 0.6); border-bottom-color: rgb(214 81 255 / 0.6); }
.border-y-swim-dark-purple\/70{ border-top-color: rgb(214 81 255 / 0.7); border-bottom-color: rgb(214 81 255 / 0.7); }
.border-y-swim-dark-purple\/75{ border-top-color: rgb(214 81 255 / 0.75); border-bottom-color: rgb(214 81 255 / 0.75); }
.border-y-swim-dark-purple\/80{ border-top-color: rgb(214 81 255 / 0.8); border-bottom-color: rgb(214 81 255 / 0.8); }
.border-y-swim-dark-purple\/90{ border-top-color: rgb(214 81 255 / 0.9); border-bottom-color: rgb(214 81 255 / 0.9); }
.border-y-swim-dark-purple\/95{ border-top-color: rgb(214 81 255 / 0.95); border-bottom-color: rgb(214 81 255 / 0.95); }
.border-y-swim-dark-teal{ --tw-border-opacity: 1; border-top-color: rgb(68 215 182 / var(--tw-border-opacity)); border-bottom-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-y-swim-dark-teal\/0{ border-top-color: rgb(68 215 182 / 0); border-bottom-color: rgb(68 215 182 / 0); }
.border-y-swim-dark-teal\/10{ border-top-color: rgb(68 215 182 / 0.1); border-bottom-color: rgb(68 215 182 / 0.1); }
.border-y-swim-dark-teal\/100{ border-top-color: rgb(68 215 182 / 1); border-bottom-color: rgb(68 215 182 / 1); }
.border-y-swim-dark-teal\/20{ border-top-color: rgb(68 215 182 / 0.2); border-bottom-color: rgb(68 215 182 / 0.2); }
.border-y-swim-dark-teal\/25{ border-top-color: rgb(68 215 182 / 0.25); border-bottom-color: rgb(68 215 182 / 0.25); }
.border-y-swim-dark-teal\/30{ border-top-color: rgb(68 215 182 / 0.3); border-bottom-color: rgb(68 215 182 / 0.3); }
.border-y-swim-dark-teal\/40{ border-top-color: rgb(68 215 182 / 0.4); border-bottom-color: rgb(68 215 182 / 0.4); }
.border-y-swim-dark-teal\/5{ border-top-color: rgb(68 215 182 / 0.05); border-bottom-color: rgb(68 215 182 / 0.05); }
.border-y-swim-dark-teal\/50{ border-top-color: rgb(68 215 182 / 0.5); border-bottom-color: rgb(68 215 182 / 0.5); }
.border-y-swim-dark-teal\/60{ border-top-color: rgb(68 215 182 / 0.6); border-bottom-color: rgb(68 215 182 / 0.6); }
.border-y-swim-dark-teal\/70{ border-top-color: rgb(68 215 182 / 0.7); border-bottom-color: rgb(68 215 182 / 0.7); }
.border-y-swim-dark-teal\/75{ border-top-color: rgb(68 215 182 / 0.75); border-bottom-color: rgb(68 215 182 / 0.75); }
.border-y-swim-dark-teal\/80{ border-top-color: rgb(68 215 182 / 0.8); border-bottom-color: rgb(68 215 182 / 0.8); }
.border-y-swim-dark-teal\/90{ border-top-color: rgb(68 215 182 / 0.9); border-bottom-color: rgb(68 215 182 / 0.9); }
.border-y-swim-dark-teal\/95{ border-top-color: rgb(68 215 182 / 0.95); border-bottom-color: rgb(68 215 182 / 0.95); }
.border-y-swim-darker-blue{ --tw-border-opacity: 1; border-top-color: rgb(17 24 39 / var(--tw-border-opacity)); border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-y-swim-darker-blue\/0{ border-top-color: rgb(17 24 39 / 0); border-bottom-color: rgb(17 24 39 / 0); }
.border-y-swim-darker-blue\/10{ border-top-color: rgb(17 24 39 / 0.1); border-bottom-color: rgb(17 24 39 / 0.1); }
.border-y-swim-darker-blue\/100{ border-top-color: rgb(17 24 39 / 1); border-bottom-color: rgb(17 24 39 / 1); }
.border-y-swim-darker-blue\/20{ border-top-color: rgb(17 24 39 / 0.2); border-bottom-color: rgb(17 24 39 / 0.2); }
.border-y-swim-darker-blue\/25{ border-top-color: rgb(17 24 39 / 0.25); border-bottom-color: rgb(17 24 39 / 0.25); }
.border-y-swim-darker-blue\/30{ border-top-color: rgb(17 24 39 / 0.3); border-bottom-color: rgb(17 24 39 / 0.3); }
.border-y-swim-darker-blue\/40{ border-top-color: rgb(17 24 39 / 0.4); border-bottom-color: rgb(17 24 39 / 0.4); }
.border-y-swim-darker-blue\/5{ border-top-color: rgb(17 24 39 / 0.05); border-bottom-color: rgb(17 24 39 / 0.05); }
.border-y-swim-darker-blue\/50{ border-top-color: rgb(17 24 39 / 0.5); border-bottom-color: rgb(17 24 39 / 0.5); }
.border-y-swim-darker-blue\/60{ border-top-color: rgb(17 24 39 / 0.6); border-bottom-color: rgb(17 24 39 / 0.6); }
.border-y-swim-darker-blue\/70{ border-top-color: rgb(17 24 39 / 0.7); border-bottom-color: rgb(17 24 39 / 0.7); }
.border-y-swim-darker-blue\/75{ border-top-color: rgb(17 24 39 / 0.75); border-bottom-color: rgb(17 24 39 / 0.75); }
.border-y-swim-darker-blue\/80{ border-top-color: rgb(17 24 39 / 0.8); border-bottom-color: rgb(17 24 39 / 0.8); }
.border-y-swim-darker-blue\/90{ border-top-color: rgb(17 24 39 / 0.9); border-bottom-color: rgb(17 24 39 / 0.9); }
.border-y-swim-darker-blue\/95{ border-top-color: rgb(17 24 39 / 0.95); border-bottom-color: rgb(17 24 39 / 0.95); }
.border-y-swim-darker-grey{ --tw-border-opacity: 1; border-top-color: rgb(169 169 169 / var(--tw-border-opacity)); border-bottom-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-y-swim-darker-grey\/0{ border-top-color: rgb(169 169 169 / 0); border-bottom-color: rgb(169 169 169 / 0); }
.border-y-swim-darker-grey\/10{ border-top-color: rgb(169 169 169 / 0.1); border-bottom-color: rgb(169 169 169 / 0.1); }
.border-y-swim-darker-grey\/100{ border-top-color: rgb(169 169 169 / 1); border-bottom-color: rgb(169 169 169 / 1); }
.border-y-swim-darker-grey\/20{ border-top-color: rgb(169 169 169 / 0.2); border-bottom-color: rgb(169 169 169 / 0.2); }
.border-y-swim-darker-grey\/25{ border-top-color: rgb(169 169 169 / 0.25); border-bottom-color: rgb(169 169 169 / 0.25); }
.border-y-swim-darker-grey\/30{ border-top-color: rgb(169 169 169 / 0.3); border-bottom-color: rgb(169 169 169 / 0.3); }
.border-y-swim-darker-grey\/40{ border-top-color: rgb(169 169 169 / 0.4); border-bottom-color: rgb(169 169 169 / 0.4); }
.border-y-swim-darker-grey\/5{ border-top-color: rgb(169 169 169 / 0.05); border-bottom-color: rgb(169 169 169 / 0.05); }
.border-y-swim-darker-grey\/50{ border-top-color: rgb(169 169 169 / 0.5); border-bottom-color: rgb(169 169 169 / 0.5); }
.border-y-swim-darker-grey\/60{ border-top-color: rgb(169 169 169 / 0.6); border-bottom-color: rgb(169 169 169 / 0.6); }
.border-y-swim-darker-grey\/70{ border-top-color: rgb(169 169 169 / 0.7); border-bottom-color: rgb(169 169 169 / 0.7); }
.border-y-swim-darker-grey\/75{ border-top-color: rgb(169 169 169 / 0.75); border-bottom-color: rgb(169 169 169 / 0.75); }
.border-y-swim-darker-grey\/80{ border-top-color: rgb(169 169 169 / 0.8); border-bottom-color: rgb(169 169 169 / 0.8); }
.border-y-swim-darker-grey\/90{ border-top-color: rgb(169 169 169 / 0.9); border-bottom-color: rgb(169 169 169 / 0.9); }
.border-y-swim-darker-grey\/95{ border-top-color: rgb(169 169 169 / 0.95); border-bottom-color: rgb(169 169 169 / 0.95); }
.border-y-swim-darker-teal{ border-top-color: RGBA(4, 42, 43, 0.85); border-bottom-color: RGBA(4, 42, 43, 0.85); }
.border-y-swim-darkerish-grey{ --tw-border-opacity: 1; border-top-color: rgb(109 114 120 / var(--tw-border-opacity)); border-bottom-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-y-swim-darkerish-grey\/0{ border-top-color: rgb(109 114 120 / 0); border-bottom-color: rgb(109 114 120 / 0); }
.border-y-swim-darkerish-grey\/10{ border-top-color: rgb(109 114 120 / 0.1); border-bottom-color: rgb(109 114 120 / 0.1); }
.border-y-swim-darkerish-grey\/100{ border-top-color: rgb(109 114 120 / 1); border-bottom-color: rgb(109 114 120 / 1); }
.border-y-swim-darkerish-grey\/20{ border-top-color: rgb(109 114 120 / 0.2); border-bottom-color: rgb(109 114 120 / 0.2); }
.border-y-swim-darkerish-grey\/25{ border-top-color: rgb(109 114 120 / 0.25); border-bottom-color: rgb(109 114 120 / 0.25); }
.border-y-swim-darkerish-grey\/30{ border-top-color: rgb(109 114 120 / 0.3); border-bottom-color: rgb(109 114 120 / 0.3); }
.border-y-swim-darkerish-grey\/40{ border-top-color: rgb(109 114 120 / 0.4); border-bottom-color: rgb(109 114 120 / 0.4); }
.border-y-swim-darkerish-grey\/5{ border-top-color: rgb(109 114 120 / 0.05); border-bottom-color: rgb(109 114 120 / 0.05); }
.border-y-swim-darkerish-grey\/50{ border-top-color: rgb(109 114 120 / 0.5); border-bottom-color: rgb(109 114 120 / 0.5); }
.border-y-swim-darkerish-grey\/60{ border-top-color: rgb(109 114 120 / 0.6); border-bottom-color: rgb(109 114 120 / 0.6); }
.border-y-swim-darkerish-grey\/70{ border-top-color: rgb(109 114 120 / 0.7); border-bottom-color: rgb(109 114 120 / 0.7); }
.border-y-swim-darkerish-grey\/75{ border-top-color: rgb(109 114 120 / 0.75); border-bottom-color: rgb(109 114 120 / 0.75); }
.border-y-swim-darkerish-grey\/80{ border-top-color: rgb(109 114 120 / 0.8); border-bottom-color: rgb(109 114 120 / 0.8); }
.border-y-swim-darkerish-grey\/90{ border-top-color: rgb(109 114 120 / 0.9); border-bottom-color: rgb(109 114 120 / 0.9); }
.border-y-swim-darkerish-grey\/95{ border-top-color: rgb(109 114 120 / 0.95); border-bottom-color: rgb(109 114 120 / 0.95); }
.border-y-swim-grey{ --tw-border-opacity: 1; border-top-color: rgb(193 193 193 / var(--tw-border-opacity)); border-bottom-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-y-swim-grey\/0{ border-top-color: rgb(193 193 193 / 0); border-bottom-color: rgb(193 193 193 / 0); }
.border-y-swim-grey\/10{ border-top-color: rgb(193 193 193 / 0.1); border-bottom-color: rgb(193 193 193 / 0.1); }
.border-y-swim-grey\/100{ border-top-color: rgb(193 193 193 / 1); border-bottom-color: rgb(193 193 193 / 1); }
.border-y-swim-grey\/20{ border-top-color: rgb(193 193 193 / 0.2); border-bottom-color: rgb(193 193 193 / 0.2); }
.border-y-swim-grey\/25{ border-top-color: rgb(193 193 193 / 0.25); border-bottom-color: rgb(193 193 193 / 0.25); }
.border-y-swim-grey\/30{ border-top-color: rgb(193 193 193 / 0.3); border-bottom-color: rgb(193 193 193 / 0.3); }
.border-y-swim-grey\/40{ border-top-color: rgb(193 193 193 / 0.4); border-bottom-color: rgb(193 193 193 / 0.4); }
.border-y-swim-grey\/5{ border-top-color: rgb(193 193 193 / 0.05); border-bottom-color: rgb(193 193 193 / 0.05); }
.border-y-swim-grey\/50{ border-top-color: rgb(193 193 193 / 0.5); border-bottom-color: rgb(193 193 193 / 0.5); }
.border-y-swim-grey\/60{ border-top-color: rgb(193 193 193 / 0.6); border-bottom-color: rgb(193 193 193 / 0.6); }
.border-y-swim-grey\/70{ border-top-color: rgb(193 193 193 / 0.7); border-bottom-color: rgb(193 193 193 / 0.7); }
.border-y-swim-grey\/75{ border-top-color: rgb(193 193 193 / 0.75); border-bottom-color: rgb(193 193 193 / 0.75); }
.border-y-swim-grey\/80{ border-top-color: rgb(193 193 193 / 0.8); border-bottom-color: rgb(193 193 193 / 0.8); }
.border-y-swim-grey\/90{ border-top-color: rgb(193 193 193 / 0.9); border-bottom-color: rgb(193 193 193 / 0.9); }
.border-y-swim-grey\/95{ border-top-color: rgb(193 193 193 / 0.95); border-bottom-color: rgb(193 193 193 / 0.95); }
.border-y-swim-lighter-grey{ --tw-border-opacity: 1; border-top-color: rgb(233 239 240 / var(--tw-border-opacity)); border-bottom-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-y-swim-lighter-grey\/0{ border-top-color: rgb(233 239 240 / 0); border-bottom-color: rgb(233 239 240 / 0); }
.border-y-swim-lighter-grey\/10{ border-top-color: rgb(233 239 240 / 0.1); border-bottom-color: rgb(233 239 240 / 0.1); }
.border-y-swim-lighter-grey\/100{ border-top-color: rgb(233 239 240 / 1); border-bottom-color: rgb(233 239 240 / 1); }
.border-y-swim-lighter-grey\/20{ border-top-color: rgb(233 239 240 / 0.2); border-bottom-color: rgb(233 239 240 / 0.2); }
.border-y-swim-lighter-grey\/25{ border-top-color: rgb(233 239 240 / 0.25); border-bottom-color: rgb(233 239 240 / 0.25); }
.border-y-swim-lighter-grey\/30{ border-top-color: rgb(233 239 240 / 0.3); border-bottom-color: rgb(233 239 240 / 0.3); }
.border-y-swim-lighter-grey\/40{ border-top-color: rgb(233 239 240 / 0.4); border-bottom-color: rgb(233 239 240 / 0.4); }
.border-y-swim-lighter-grey\/5{ border-top-color: rgb(233 239 240 / 0.05); border-bottom-color: rgb(233 239 240 / 0.05); }
.border-y-swim-lighter-grey\/50{ border-top-color: rgb(233 239 240 / 0.5); border-bottom-color: rgb(233 239 240 / 0.5); }
.border-y-swim-lighter-grey\/60{ border-top-color: rgb(233 239 240 / 0.6); border-bottom-color: rgb(233 239 240 / 0.6); }
.border-y-swim-lighter-grey\/70{ border-top-color: rgb(233 239 240 / 0.7); border-bottom-color: rgb(233 239 240 / 0.7); }
.border-y-swim-lighter-grey\/75{ border-top-color: rgb(233 239 240 / 0.75); border-bottom-color: rgb(233 239 240 / 0.75); }
.border-y-swim-lighter-grey\/80{ border-top-color: rgb(233 239 240 / 0.8); border-bottom-color: rgb(233 239 240 / 0.8); }
.border-y-swim-lighter-grey\/90{ border-top-color: rgb(233 239 240 / 0.9); border-bottom-color: rgb(233 239 240 / 0.9); }
.border-y-swim-lighter-grey\/95{ border-top-color: rgb(233 239 240 / 0.95); border-bottom-color: rgb(233 239 240 / 0.95); }
.border-y-swim-purple{ --tw-border-opacity: 1; border-top-color: rgb(186 98 255 / var(--tw-border-opacity)); border-bottom-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-y-swim-purple\/0{ border-top-color: rgb(186 98 255 / 0); border-bottom-color: rgb(186 98 255 / 0); }
.border-y-swim-purple\/10{ border-top-color: rgb(186 98 255 / 0.1); border-bottom-color: rgb(186 98 255 / 0.1); }
.border-y-swim-purple\/100{ border-top-color: rgb(186 98 255 / 1); border-bottom-color: rgb(186 98 255 / 1); }
.border-y-swim-purple\/20{ border-top-color: rgb(186 98 255 / 0.2); border-bottom-color: rgb(186 98 255 / 0.2); }
.border-y-swim-purple\/25{ border-top-color: rgb(186 98 255 / 0.25); border-bottom-color: rgb(186 98 255 / 0.25); }
.border-y-swim-purple\/30{ border-top-color: rgb(186 98 255 / 0.3); border-bottom-color: rgb(186 98 255 / 0.3); }
.border-y-swim-purple\/40{ border-top-color: rgb(186 98 255 / 0.4); border-bottom-color: rgb(186 98 255 / 0.4); }
.border-y-swim-purple\/5{ border-top-color: rgb(186 98 255 / 0.05); border-bottom-color: rgb(186 98 255 / 0.05); }
.border-y-swim-purple\/50{ border-top-color: rgb(186 98 255 / 0.5); border-bottom-color: rgb(186 98 255 / 0.5); }
.border-y-swim-purple\/60{ border-top-color: rgb(186 98 255 / 0.6); border-bottom-color: rgb(186 98 255 / 0.6); }
.border-y-swim-purple\/70{ border-top-color: rgb(186 98 255 / 0.7); border-bottom-color: rgb(186 98 255 / 0.7); }
.border-y-swim-purple\/75{ border-top-color: rgb(186 98 255 / 0.75); border-bottom-color: rgb(186 98 255 / 0.75); }
.border-y-swim-purple\/80{ border-top-color: rgb(186 98 255 / 0.8); border-bottom-color: rgb(186 98 255 / 0.8); }
.border-y-swim-purple\/90{ border-top-color: rgb(186 98 255 / 0.9); border-bottom-color: rgb(186 98 255 / 0.9); }
.border-y-swim-purple\/95{ border-top-color: rgb(186 98 255 / 0.95); border-bottom-color: rgb(186 98 255 / 0.95); }
.border-y-swim-teal{ --tw-border-opacity: 1; border-top-color: rgb(102 255 221 / var(--tw-border-opacity)); border-bottom-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-y-swim-teal\/0{ border-top-color: rgb(102 255 221 / 0); border-bottom-color: rgb(102 255 221 / 0); }
.border-y-swim-teal\/10{ border-top-color: rgb(102 255 221 / 0.1); border-bottom-color: rgb(102 255 221 / 0.1); }
.border-y-swim-teal\/100{ border-top-color: rgb(102 255 221 / 1); border-bottom-color: rgb(102 255 221 / 1); }
.border-y-swim-teal\/20{ border-top-color: rgb(102 255 221 / 0.2); border-bottom-color: rgb(102 255 221 / 0.2); }
.border-y-swim-teal\/25{ border-top-color: rgb(102 255 221 / 0.25); border-bottom-color: rgb(102 255 221 / 0.25); }
.border-y-swim-teal\/30{ border-top-color: rgb(102 255 221 / 0.3); border-bottom-color: rgb(102 255 221 / 0.3); }
.border-y-swim-teal\/40{ border-top-color: rgb(102 255 221 / 0.4); border-bottom-color: rgb(102 255 221 / 0.4); }
.border-y-swim-teal\/5{ border-top-color: rgb(102 255 221 / 0.05); border-bottom-color: rgb(102 255 221 / 0.05); }
.border-y-swim-teal\/50{ border-top-color: rgb(102 255 221 / 0.5); border-bottom-color: rgb(102 255 221 / 0.5); }
.border-y-swim-teal\/60{ border-top-color: rgb(102 255 221 / 0.6); border-bottom-color: rgb(102 255 221 / 0.6); }
.border-y-swim-teal\/70{ border-top-color: rgb(102 255 221 / 0.7); border-bottom-color: rgb(102 255 221 / 0.7); }
.border-y-swim-teal\/75{ border-top-color: rgb(102 255 221 / 0.75); border-bottom-color: rgb(102 255 221 / 0.75); }
.border-y-swim-teal\/80{ border-top-color: rgb(102 255 221 / 0.8); border-bottom-color: rgb(102 255 221 / 0.8); }
.border-y-swim-teal\/90{ border-top-color: rgb(102 255 221 / 0.9); border-bottom-color: rgb(102 255 221 / 0.9); }
.border-y-swim-teal\/95{ border-top-color: rgb(102 255 221 / 0.95); border-bottom-color: rgb(102 255 221 / 0.95); }
.border-y-teal-100{ --tw-border-opacity: 1; border-top-color: rgb(204 251 241 / var(--tw-border-opacity)); border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-y-teal-100\/0{ border-top-color: rgb(204 251 241 / 0); border-bottom-color: rgb(204 251 241 / 0); }
.border-y-teal-100\/10{ border-top-color: rgb(204 251 241 / 0.1); border-bottom-color: rgb(204 251 241 / 0.1); }
.border-y-teal-100\/100{ border-top-color: rgb(204 251 241 / 1); border-bottom-color: rgb(204 251 241 / 1); }
.border-y-teal-100\/20{ border-top-color: rgb(204 251 241 / 0.2); border-bottom-color: rgb(204 251 241 / 0.2); }
.border-y-teal-100\/25{ border-top-color: rgb(204 251 241 / 0.25); border-bottom-color: rgb(204 251 241 / 0.25); }
.border-y-teal-100\/30{ border-top-color: rgb(204 251 241 / 0.3); border-bottom-color: rgb(204 251 241 / 0.3); }
.border-y-teal-100\/40{ border-top-color: rgb(204 251 241 / 0.4); border-bottom-color: rgb(204 251 241 / 0.4); }
.border-y-teal-100\/5{ border-top-color: rgb(204 251 241 / 0.05); border-bottom-color: rgb(204 251 241 / 0.05); }
.border-y-teal-100\/50{ border-top-color: rgb(204 251 241 / 0.5); border-bottom-color: rgb(204 251 241 / 0.5); }
.border-y-teal-100\/60{ border-top-color: rgb(204 251 241 / 0.6); border-bottom-color: rgb(204 251 241 / 0.6); }
.border-y-teal-100\/70{ border-top-color: rgb(204 251 241 / 0.7); border-bottom-color: rgb(204 251 241 / 0.7); }
.border-y-teal-100\/75{ border-top-color: rgb(204 251 241 / 0.75); border-bottom-color: rgb(204 251 241 / 0.75); }
.border-y-teal-100\/80{ border-top-color: rgb(204 251 241 / 0.8); border-bottom-color: rgb(204 251 241 / 0.8); }
.border-y-teal-100\/90{ border-top-color: rgb(204 251 241 / 0.9); border-bottom-color: rgb(204 251 241 / 0.9); }
.border-y-teal-100\/95{ border-top-color: rgb(204 251 241 / 0.95); border-bottom-color: rgb(204 251 241 / 0.95); }
.border-y-teal-200{ --tw-border-opacity: 1; border-top-color: rgb(153 246 228 / var(--tw-border-opacity)); border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-y-teal-200\/0{ border-top-color: rgb(153 246 228 / 0); border-bottom-color: rgb(153 246 228 / 0); }
.border-y-teal-200\/10{ border-top-color: rgb(153 246 228 / 0.1); border-bottom-color: rgb(153 246 228 / 0.1); }
.border-y-teal-200\/100{ border-top-color: rgb(153 246 228 / 1); border-bottom-color: rgb(153 246 228 / 1); }
.border-y-teal-200\/20{ border-top-color: rgb(153 246 228 / 0.2); border-bottom-color: rgb(153 246 228 / 0.2); }
.border-y-teal-200\/25{ border-top-color: rgb(153 246 228 / 0.25); border-bottom-color: rgb(153 246 228 / 0.25); }
.border-y-teal-200\/30{ border-top-color: rgb(153 246 228 / 0.3); border-bottom-color: rgb(153 246 228 / 0.3); }
.border-y-teal-200\/40{ border-top-color: rgb(153 246 228 / 0.4); border-bottom-color: rgb(153 246 228 / 0.4); }
.border-y-teal-200\/5{ border-top-color: rgb(153 246 228 / 0.05); border-bottom-color: rgb(153 246 228 / 0.05); }
.border-y-teal-200\/50{ border-top-color: rgb(153 246 228 / 0.5); border-bottom-color: rgb(153 246 228 / 0.5); }
.border-y-teal-200\/60{ border-top-color: rgb(153 246 228 / 0.6); border-bottom-color: rgb(153 246 228 / 0.6); }
.border-y-teal-200\/70{ border-top-color: rgb(153 246 228 / 0.7); border-bottom-color: rgb(153 246 228 / 0.7); }
.border-y-teal-200\/75{ border-top-color: rgb(153 246 228 / 0.75); border-bottom-color: rgb(153 246 228 / 0.75); }
.border-y-teal-200\/80{ border-top-color: rgb(153 246 228 / 0.8); border-bottom-color: rgb(153 246 228 / 0.8); }
.border-y-teal-200\/90{ border-top-color: rgb(153 246 228 / 0.9); border-bottom-color: rgb(153 246 228 / 0.9); }
.border-y-teal-200\/95{ border-top-color: rgb(153 246 228 / 0.95); border-bottom-color: rgb(153 246 228 / 0.95); }
.border-y-teal-300{ --tw-border-opacity: 1; border-top-color: rgb(94 234 212 / var(--tw-border-opacity)); border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-y-teal-300\/0{ border-top-color: rgb(94 234 212 / 0); border-bottom-color: rgb(94 234 212 / 0); }
.border-y-teal-300\/10{ border-top-color: rgb(94 234 212 / 0.1); border-bottom-color: rgb(94 234 212 / 0.1); }
.border-y-teal-300\/100{ border-top-color: rgb(94 234 212 / 1); border-bottom-color: rgb(94 234 212 / 1); }
.border-y-teal-300\/20{ border-top-color: rgb(94 234 212 / 0.2); border-bottom-color: rgb(94 234 212 / 0.2); }
.border-y-teal-300\/25{ border-top-color: rgb(94 234 212 / 0.25); border-bottom-color: rgb(94 234 212 / 0.25); }
.border-y-teal-300\/30{ border-top-color: rgb(94 234 212 / 0.3); border-bottom-color: rgb(94 234 212 / 0.3); }
.border-y-teal-300\/40{ border-top-color: rgb(94 234 212 / 0.4); border-bottom-color: rgb(94 234 212 / 0.4); }
.border-y-teal-300\/5{ border-top-color: rgb(94 234 212 / 0.05); border-bottom-color: rgb(94 234 212 / 0.05); }
.border-y-teal-300\/50{ border-top-color: rgb(94 234 212 / 0.5); border-bottom-color: rgb(94 234 212 / 0.5); }
.border-y-teal-300\/60{ border-top-color: rgb(94 234 212 / 0.6); border-bottom-color: rgb(94 234 212 / 0.6); }
.border-y-teal-300\/70{ border-top-color: rgb(94 234 212 / 0.7); border-bottom-color: rgb(94 234 212 / 0.7); }
.border-y-teal-300\/75{ border-top-color: rgb(94 234 212 / 0.75); border-bottom-color: rgb(94 234 212 / 0.75); }
.border-y-teal-300\/80{ border-top-color: rgb(94 234 212 / 0.8); border-bottom-color: rgb(94 234 212 / 0.8); }
.border-y-teal-300\/90{ border-top-color: rgb(94 234 212 / 0.9); border-bottom-color: rgb(94 234 212 / 0.9); }
.border-y-teal-300\/95{ border-top-color: rgb(94 234 212 / 0.95); border-bottom-color: rgb(94 234 212 / 0.95); }
.border-y-teal-400{ --tw-border-opacity: 1; border-top-color: rgb(45 212 191 / var(--tw-border-opacity)); border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-y-teal-400\/0{ border-top-color: rgb(45 212 191 / 0); border-bottom-color: rgb(45 212 191 / 0); }
.border-y-teal-400\/10{ border-top-color: rgb(45 212 191 / 0.1); border-bottom-color: rgb(45 212 191 / 0.1); }
.border-y-teal-400\/100{ border-top-color: rgb(45 212 191 / 1); border-bottom-color: rgb(45 212 191 / 1); }
.border-y-teal-400\/20{ border-top-color: rgb(45 212 191 / 0.2); border-bottom-color: rgb(45 212 191 / 0.2); }
.border-y-teal-400\/25{ border-top-color: rgb(45 212 191 / 0.25); border-bottom-color: rgb(45 212 191 / 0.25); }
.border-y-teal-400\/30{ border-top-color: rgb(45 212 191 / 0.3); border-bottom-color: rgb(45 212 191 / 0.3); }
.border-y-teal-400\/40{ border-top-color: rgb(45 212 191 / 0.4); border-bottom-color: rgb(45 212 191 / 0.4); }
.border-y-teal-400\/5{ border-top-color: rgb(45 212 191 / 0.05); border-bottom-color: rgb(45 212 191 / 0.05); }
.border-y-teal-400\/50{ border-top-color: rgb(45 212 191 / 0.5); border-bottom-color: rgb(45 212 191 / 0.5); }
.border-y-teal-400\/60{ border-top-color: rgb(45 212 191 / 0.6); border-bottom-color: rgb(45 212 191 / 0.6); }
.border-y-teal-400\/70{ border-top-color: rgb(45 212 191 / 0.7); border-bottom-color: rgb(45 212 191 / 0.7); }
.border-y-teal-400\/75{ border-top-color: rgb(45 212 191 / 0.75); border-bottom-color: rgb(45 212 191 / 0.75); }
.border-y-teal-400\/80{ border-top-color: rgb(45 212 191 / 0.8); border-bottom-color: rgb(45 212 191 / 0.8); }
.border-y-teal-400\/90{ border-top-color: rgb(45 212 191 / 0.9); border-bottom-color: rgb(45 212 191 / 0.9); }
.border-y-teal-400\/95{ border-top-color: rgb(45 212 191 / 0.95); border-bottom-color: rgb(45 212 191 / 0.95); }
.border-y-teal-50{ --tw-border-opacity: 1; border-top-color: rgb(240 253 250 / var(--tw-border-opacity)); border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-y-teal-50\/0{ border-top-color: rgb(240 253 250 / 0); border-bottom-color: rgb(240 253 250 / 0); }
.border-y-teal-50\/10{ border-top-color: rgb(240 253 250 / 0.1); border-bottom-color: rgb(240 253 250 / 0.1); }
.border-y-teal-50\/100{ border-top-color: rgb(240 253 250 / 1); border-bottom-color: rgb(240 253 250 / 1); }
.border-y-teal-50\/20{ border-top-color: rgb(240 253 250 / 0.2); border-bottom-color: rgb(240 253 250 / 0.2); }
.border-y-teal-50\/25{ border-top-color: rgb(240 253 250 / 0.25); border-bottom-color: rgb(240 253 250 / 0.25); }
.border-y-teal-50\/30{ border-top-color: rgb(240 253 250 / 0.3); border-bottom-color: rgb(240 253 250 / 0.3); }
.border-y-teal-50\/40{ border-top-color: rgb(240 253 250 / 0.4); border-bottom-color: rgb(240 253 250 / 0.4); }
.border-y-teal-50\/5{ border-top-color: rgb(240 253 250 / 0.05); border-bottom-color: rgb(240 253 250 / 0.05); }
.border-y-teal-50\/50{ border-top-color: rgb(240 253 250 / 0.5); border-bottom-color: rgb(240 253 250 / 0.5); }
.border-y-teal-50\/60{ border-top-color: rgb(240 253 250 / 0.6); border-bottom-color: rgb(240 253 250 / 0.6); }
.border-y-teal-50\/70{ border-top-color: rgb(240 253 250 / 0.7); border-bottom-color: rgb(240 253 250 / 0.7); }
.border-y-teal-50\/75{ border-top-color: rgb(240 253 250 / 0.75); border-bottom-color: rgb(240 253 250 / 0.75); }
.border-y-teal-50\/80{ border-top-color: rgb(240 253 250 / 0.8); border-bottom-color: rgb(240 253 250 / 0.8); }
.border-y-teal-50\/90{ border-top-color: rgb(240 253 250 / 0.9); border-bottom-color: rgb(240 253 250 / 0.9); }
.border-y-teal-50\/95{ border-top-color: rgb(240 253 250 / 0.95); border-bottom-color: rgb(240 253 250 / 0.95); }
.border-y-teal-500{ --tw-border-opacity: 1; border-top-color: rgb(20 184 166 / var(--tw-border-opacity)); border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-y-teal-500\/0{ border-top-color: rgb(20 184 166 / 0); border-bottom-color: rgb(20 184 166 / 0); }
.border-y-teal-500\/10{ border-top-color: rgb(20 184 166 / 0.1); border-bottom-color: rgb(20 184 166 / 0.1); }
.border-y-teal-500\/100{ border-top-color: rgb(20 184 166 / 1); border-bottom-color: rgb(20 184 166 / 1); }
.border-y-teal-500\/20{ border-top-color: rgb(20 184 166 / 0.2); border-bottom-color: rgb(20 184 166 / 0.2); }
.border-y-teal-500\/25{ border-top-color: rgb(20 184 166 / 0.25); border-bottom-color: rgb(20 184 166 / 0.25); }
.border-y-teal-500\/30{ border-top-color: rgb(20 184 166 / 0.3); border-bottom-color: rgb(20 184 166 / 0.3); }
.border-y-teal-500\/40{ border-top-color: rgb(20 184 166 / 0.4); border-bottom-color: rgb(20 184 166 / 0.4); }
.border-y-teal-500\/5{ border-top-color: rgb(20 184 166 / 0.05); border-bottom-color: rgb(20 184 166 / 0.05); }
.border-y-teal-500\/50{ border-top-color: rgb(20 184 166 / 0.5); border-bottom-color: rgb(20 184 166 / 0.5); }
.border-y-teal-500\/60{ border-top-color: rgb(20 184 166 / 0.6); border-bottom-color: rgb(20 184 166 / 0.6); }
.border-y-teal-500\/70{ border-top-color: rgb(20 184 166 / 0.7); border-bottom-color: rgb(20 184 166 / 0.7); }
.border-y-teal-500\/75{ border-top-color: rgb(20 184 166 / 0.75); border-bottom-color: rgb(20 184 166 / 0.75); }
.border-y-teal-500\/80{ border-top-color: rgb(20 184 166 / 0.8); border-bottom-color: rgb(20 184 166 / 0.8); }
.border-y-teal-500\/90{ border-top-color: rgb(20 184 166 / 0.9); border-bottom-color: rgb(20 184 166 / 0.9); }
.border-y-teal-500\/95{ border-top-color: rgb(20 184 166 / 0.95); border-bottom-color: rgb(20 184 166 / 0.95); }
.border-y-teal-600{ --tw-border-opacity: 1; border-top-color: rgb(13 148 136 / var(--tw-border-opacity)); border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-y-teal-600\/0{ border-top-color: rgb(13 148 136 / 0); border-bottom-color: rgb(13 148 136 / 0); }
.border-y-teal-600\/10{ border-top-color: rgb(13 148 136 / 0.1); border-bottom-color: rgb(13 148 136 / 0.1); }
.border-y-teal-600\/100{ border-top-color: rgb(13 148 136 / 1); border-bottom-color: rgb(13 148 136 / 1); }
.border-y-teal-600\/20{ border-top-color: rgb(13 148 136 / 0.2); border-bottom-color: rgb(13 148 136 / 0.2); }
.border-y-teal-600\/25{ border-top-color: rgb(13 148 136 / 0.25); border-bottom-color: rgb(13 148 136 / 0.25); }
.border-y-teal-600\/30{ border-top-color: rgb(13 148 136 / 0.3); border-bottom-color: rgb(13 148 136 / 0.3); }
.border-y-teal-600\/40{ border-top-color: rgb(13 148 136 / 0.4); border-bottom-color: rgb(13 148 136 / 0.4); }
.border-y-teal-600\/5{ border-top-color: rgb(13 148 136 / 0.05); border-bottom-color: rgb(13 148 136 / 0.05); }
.border-y-teal-600\/50{ border-top-color: rgb(13 148 136 / 0.5); border-bottom-color: rgb(13 148 136 / 0.5); }
.border-y-teal-600\/60{ border-top-color: rgb(13 148 136 / 0.6); border-bottom-color: rgb(13 148 136 / 0.6); }
.border-y-teal-600\/70{ border-top-color: rgb(13 148 136 / 0.7); border-bottom-color: rgb(13 148 136 / 0.7); }
.border-y-teal-600\/75{ border-top-color: rgb(13 148 136 / 0.75); border-bottom-color: rgb(13 148 136 / 0.75); }
.border-y-teal-600\/80{ border-top-color: rgb(13 148 136 / 0.8); border-bottom-color: rgb(13 148 136 / 0.8); }
.border-y-teal-600\/90{ border-top-color: rgb(13 148 136 / 0.9); border-bottom-color: rgb(13 148 136 / 0.9); }
.border-y-teal-600\/95{ border-top-color: rgb(13 148 136 / 0.95); border-bottom-color: rgb(13 148 136 / 0.95); }
.border-y-teal-700{ --tw-border-opacity: 1; border-top-color: rgb(15 118 110 / var(--tw-border-opacity)); border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-y-teal-700\/0{ border-top-color: rgb(15 118 110 / 0); border-bottom-color: rgb(15 118 110 / 0); }
.border-y-teal-700\/10{ border-top-color: rgb(15 118 110 / 0.1); border-bottom-color: rgb(15 118 110 / 0.1); }
.border-y-teal-700\/100{ border-top-color: rgb(15 118 110 / 1); border-bottom-color: rgb(15 118 110 / 1); }
.border-y-teal-700\/20{ border-top-color: rgb(15 118 110 / 0.2); border-bottom-color: rgb(15 118 110 / 0.2); }
.border-y-teal-700\/25{ border-top-color: rgb(15 118 110 / 0.25); border-bottom-color: rgb(15 118 110 / 0.25); }
.border-y-teal-700\/30{ border-top-color: rgb(15 118 110 / 0.3); border-bottom-color: rgb(15 118 110 / 0.3); }
.border-y-teal-700\/40{ border-top-color: rgb(15 118 110 / 0.4); border-bottom-color: rgb(15 118 110 / 0.4); }
.border-y-teal-700\/5{ border-top-color: rgb(15 118 110 / 0.05); border-bottom-color: rgb(15 118 110 / 0.05); }
.border-y-teal-700\/50{ border-top-color: rgb(15 118 110 / 0.5); border-bottom-color: rgb(15 118 110 / 0.5); }
.border-y-teal-700\/60{ border-top-color: rgb(15 118 110 / 0.6); border-bottom-color: rgb(15 118 110 / 0.6); }
.border-y-teal-700\/70{ border-top-color: rgb(15 118 110 / 0.7); border-bottom-color: rgb(15 118 110 / 0.7); }
.border-y-teal-700\/75{ border-top-color: rgb(15 118 110 / 0.75); border-bottom-color: rgb(15 118 110 / 0.75); }
.border-y-teal-700\/80{ border-top-color: rgb(15 118 110 / 0.8); border-bottom-color: rgb(15 118 110 / 0.8); }
.border-y-teal-700\/90{ border-top-color: rgb(15 118 110 / 0.9); border-bottom-color: rgb(15 118 110 / 0.9); }
.border-y-teal-700\/95{ border-top-color: rgb(15 118 110 / 0.95); border-bottom-color: rgb(15 118 110 / 0.95); }
.border-y-teal-800{ --tw-border-opacity: 1; border-top-color: rgb(17 94 89 / var(--tw-border-opacity)); border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-y-teal-800\/0{ border-top-color: rgb(17 94 89 / 0); border-bottom-color: rgb(17 94 89 / 0); }
.border-y-teal-800\/10{ border-top-color: rgb(17 94 89 / 0.1); border-bottom-color: rgb(17 94 89 / 0.1); }
.border-y-teal-800\/100{ border-top-color: rgb(17 94 89 / 1); border-bottom-color: rgb(17 94 89 / 1); }
.border-y-teal-800\/20{ border-top-color: rgb(17 94 89 / 0.2); border-bottom-color: rgb(17 94 89 / 0.2); }
.border-y-teal-800\/25{ border-top-color: rgb(17 94 89 / 0.25); border-bottom-color: rgb(17 94 89 / 0.25); }
.border-y-teal-800\/30{ border-top-color: rgb(17 94 89 / 0.3); border-bottom-color: rgb(17 94 89 / 0.3); }
.border-y-teal-800\/40{ border-top-color: rgb(17 94 89 / 0.4); border-bottom-color: rgb(17 94 89 / 0.4); }
.border-y-teal-800\/5{ border-top-color: rgb(17 94 89 / 0.05); border-bottom-color: rgb(17 94 89 / 0.05); }
.border-y-teal-800\/50{ border-top-color: rgb(17 94 89 / 0.5); border-bottom-color: rgb(17 94 89 / 0.5); }
.border-y-teal-800\/60{ border-top-color: rgb(17 94 89 / 0.6); border-bottom-color: rgb(17 94 89 / 0.6); }
.border-y-teal-800\/70{ border-top-color: rgb(17 94 89 / 0.7); border-bottom-color: rgb(17 94 89 / 0.7); }
.border-y-teal-800\/75{ border-top-color: rgb(17 94 89 / 0.75); border-bottom-color: rgb(17 94 89 / 0.75); }
.border-y-teal-800\/80{ border-top-color: rgb(17 94 89 / 0.8); border-bottom-color: rgb(17 94 89 / 0.8); }
.border-y-teal-800\/90{ border-top-color: rgb(17 94 89 / 0.9); border-bottom-color: rgb(17 94 89 / 0.9); }
.border-y-teal-800\/95{ border-top-color: rgb(17 94 89 / 0.95); border-bottom-color: rgb(17 94 89 / 0.95); }
.border-y-teal-900{ --tw-border-opacity: 1; border-top-color: rgb(19 78 74 / var(--tw-border-opacity)); border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-y-teal-900\/0{ border-top-color: rgb(19 78 74 / 0); border-bottom-color: rgb(19 78 74 / 0); }
.border-y-teal-900\/10{ border-top-color: rgb(19 78 74 / 0.1); border-bottom-color: rgb(19 78 74 / 0.1); }
.border-y-teal-900\/100{ border-top-color: rgb(19 78 74 / 1); border-bottom-color: rgb(19 78 74 / 1); }
.border-y-teal-900\/20{ border-top-color: rgb(19 78 74 / 0.2); border-bottom-color: rgb(19 78 74 / 0.2); }
.border-y-teal-900\/25{ border-top-color: rgb(19 78 74 / 0.25); border-bottom-color: rgb(19 78 74 / 0.25); }
.border-y-teal-900\/30{ border-top-color: rgb(19 78 74 / 0.3); border-bottom-color: rgb(19 78 74 / 0.3); }
.border-y-teal-900\/40{ border-top-color: rgb(19 78 74 / 0.4); border-bottom-color: rgb(19 78 74 / 0.4); }
.border-y-teal-900\/5{ border-top-color: rgb(19 78 74 / 0.05); border-bottom-color: rgb(19 78 74 / 0.05); }
.border-y-teal-900\/50{ border-top-color: rgb(19 78 74 / 0.5); border-bottom-color: rgb(19 78 74 / 0.5); }
.border-y-teal-900\/60{ border-top-color: rgb(19 78 74 / 0.6); border-bottom-color: rgb(19 78 74 / 0.6); }
.border-y-teal-900\/70{ border-top-color: rgb(19 78 74 / 0.7); border-bottom-color: rgb(19 78 74 / 0.7); }
.border-y-teal-900\/75{ border-top-color: rgb(19 78 74 / 0.75); border-bottom-color: rgb(19 78 74 / 0.75); }
.border-y-teal-900\/80{ border-top-color: rgb(19 78 74 / 0.8); border-bottom-color: rgb(19 78 74 / 0.8); }
.border-y-teal-900\/90{ border-top-color: rgb(19 78 74 / 0.9); border-bottom-color: rgb(19 78 74 / 0.9); }
.border-y-teal-900\/95{ border-top-color: rgb(19 78 74 / 0.95); border-bottom-color: rgb(19 78 74 / 0.95); }
.border-y-teal-950{ --tw-border-opacity: 1; border-top-color: rgb(4 47 46 / var(--tw-border-opacity)); border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-y-teal-950\/0{ border-top-color: rgb(4 47 46 / 0); border-bottom-color: rgb(4 47 46 / 0); }
.border-y-teal-950\/10{ border-top-color: rgb(4 47 46 / 0.1); border-bottom-color: rgb(4 47 46 / 0.1); }
.border-y-teal-950\/100{ border-top-color: rgb(4 47 46 / 1); border-bottom-color: rgb(4 47 46 / 1); }
.border-y-teal-950\/20{ border-top-color: rgb(4 47 46 / 0.2); border-bottom-color: rgb(4 47 46 / 0.2); }
.border-y-teal-950\/25{ border-top-color: rgb(4 47 46 / 0.25); border-bottom-color: rgb(4 47 46 / 0.25); }
.border-y-teal-950\/30{ border-top-color: rgb(4 47 46 / 0.3); border-bottom-color: rgb(4 47 46 / 0.3); }
.border-y-teal-950\/40{ border-top-color: rgb(4 47 46 / 0.4); border-bottom-color: rgb(4 47 46 / 0.4); }
.border-y-teal-950\/5{ border-top-color: rgb(4 47 46 / 0.05); border-bottom-color: rgb(4 47 46 / 0.05); }
.border-y-teal-950\/50{ border-top-color: rgb(4 47 46 / 0.5); border-bottom-color: rgb(4 47 46 / 0.5); }
.border-y-teal-950\/60{ border-top-color: rgb(4 47 46 / 0.6); border-bottom-color: rgb(4 47 46 / 0.6); }
.border-y-teal-950\/70{ border-top-color: rgb(4 47 46 / 0.7); border-bottom-color: rgb(4 47 46 / 0.7); }
.border-y-teal-950\/75{ border-top-color: rgb(4 47 46 / 0.75); border-bottom-color: rgb(4 47 46 / 0.75); }
.border-y-teal-950\/80{ border-top-color: rgb(4 47 46 / 0.8); border-bottom-color: rgb(4 47 46 / 0.8); }
.border-y-teal-950\/90{ border-top-color: rgb(4 47 46 / 0.9); border-bottom-color: rgb(4 47 46 / 0.9); }
.border-y-teal-950\/95{ border-top-color: rgb(4 47 46 / 0.95); border-bottom-color: rgb(4 47 46 / 0.95); }
.border-y-transparent{ border-top-color: transparent; border-bottom-color: transparent; }
.border-y-transparent\/0{ border-top-color: rgb(0 0 0 / 0); border-bottom-color: rgb(0 0 0 / 0); }
.border-y-transparent\/10{ border-top-color: rgb(0 0 0 / 0.1); border-bottom-color: rgb(0 0 0 / 0.1); }
.border-y-transparent\/100{ border-top-color: rgb(0 0 0 / 1); border-bottom-color: rgb(0 0 0 / 1); }
.border-y-transparent\/20{ border-top-color: rgb(0 0 0 / 0.2); border-bottom-color: rgb(0 0 0 / 0.2); }
.border-y-transparent\/25{ border-top-color: rgb(0 0 0 / 0.25); border-bottom-color: rgb(0 0 0 / 0.25); }
.border-y-transparent\/30{ border-top-color: rgb(0 0 0 / 0.3); border-bottom-color: rgb(0 0 0 / 0.3); }
.border-y-transparent\/40{ border-top-color: rgb(0 0 0 / 0.4); border-bottom-color: rgb(0 0 0 / 0.4); }
.border-y-transparent\/5{ border-top-color: rgb(0 0 0 / 0.05); border-bottom-color: rgb(0 0 0 / 0.05); }
.border-y-transparent\/50{ border-top-color: rgb(0 0 0 / 0.5); border-bottom-color: rgb(0 0 0 / 0.5); }
.border-y-transparent\/60{ border-top-color: rgb(0 0 0 / 0.6); border-bottom-color: rgb(0 0 0 / 0.6); }
.border-y-transparent\/70{ border-top-color: rgb(0 0 0 / 0.7); border-bottom-color: rgb(0 0 0 / 0.7); }
.border-y-transparent\/75{ border-top-color: rgb(0 0 0 / 0.75); border-bottom-color: rgb(0 0 0 / 0.75); }
.border-y-transparent\/80{ border-top-color: rgb(0 0 0 / 0.8); border-bottom-color: rgb(0 0 0 / 0.8); }
.border-y-transparent\/90{ border-top-color: rgb(0 0 0 / 0.9); border-bottom-color: rgb(0 0 0 / 0.9); }
.border-y-transparent\/95{ border-top-color: rgb(0 0 0 / 0.95); border-bottom-color: rgb(0 0 0 / 0.95); }
.border-y-violet-100{ --tw-border-opacity: 1; border-top-color: rgb(237 233 254 / var(--tw-border-opacity)); border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-y-violet-100\/0{ border-top-color: rgb(237 233 254 / 0); border-bottom-color: rgb(237 233 254 / 0); }
.border-y-violet-100\/10{ border-top-color: rgb(237 233 254 / 0.1); border-bottom-color: rgb(237 233 254 / 0.1); }
.border-y-violet-100\/100{ border-top-color: rgb(237 233 254 / 1); border-bottom-color: rgb(237 233 254 / 1); }
.border-y-violet-100\/20{ border-top-color: rgb(237 233 254 / 0.2); border-bottom-color: rgb(237 233 254 / 0.2); }
.border-y-violet-100\/25{ border-top-color: rgb(237 233 254 / 0.25); border-bottom-color: rgb(237 233 254 / 0.25); }
.border-y-violet-100\/30{ border-top-color: rgb(237 233 254 / 0.3); border-bottom-color: rgb(237 233 254 / 0.3); }
.border-y-violet-100\/40{ border-top-color: rgb(237 233 254 / 0.4); border-bottom-color: rgb(237 233 254 / 0.4); }
.border-y-violet-100\/5{ border-top-color: rgb(237 233 254 / 0.05); border-bottom-color: rgb(237 233 254 / 0.05); }
.border-y-violet-100\/50{ border-top-color: rgb(237 233 254 / 0.5); border-bottom-color: rgb(237 233 254 / 0.5); }
.border-y-violet-100\/60{ border-top-color: rgb(237 233 254 / 0.6); border-bottom-color: rgb(237 233 254 / 0.6); }
.border-y-violet-100\/70{ border-top-color: rgb(237 233 254 / 0.7); border-bottom-color: rgb(237 233 254 / 0.7); }
.border-y-violet-100\/75{ border-top-color: rgb(237 233 254 / 0.75); border-bottom-color: rgb(237 233 254 / 0.75); }
.border-y-violet-100\/80{ border-top-color: rgb(237 233 254 / 0.8); border-bottom-color: rgb(237 233 254 / 0.8); }
.border-y-violet-100\/90{ border-top-color: rgb(237 233 254 / 0.9); border-bottom-color: rgb(237 233 254 / 0.9); }
.border-y-violet-100\/95{ border-top-color: rgb(237 233 254 / 0.95); border-bottom-color: rgb(237 233 254 / 0.95); }
.border-y-violet-200{ --tw-border-opacity: 1; border-top-color: rgb(221 214 254 / var(--tw-border-opacity)); border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-y-violet-200\/0{ border-top-color: rgb(221 214 254 / 0); border-bottom-color: rgb(221 214 254 / 0); }
.border-y-violet-200\/10{ border-top-color: rgb(221 214 254 / 0.1); border-bottom-color: rgb(221 214 254 / 0.1); }
.border-y-violet-200\/100{ border-top-color: rgb(221 214 254 / 1); border-bottom-color: rgb(221 214 254 / 1); }
.border-y-violet-200\/20{ border-top-color: rgb(221 214 254 / 0.2); border-bottom-color: rgb(221 214 254 / 0.2); }
.border-y-violet-200\/25{ border-top-color: rgb(221 214 254 / 0.25); border-bottom-color: rgb(221 214 254 / 0.25); }
.border-y-violet-200\/30{ border-top-color: rgb(221 214 254 / 0.3); border-bottom-color: rgb(221 214 254 / 0.3); }
.border-y-violet-200\/40{ border-top-color: rgb(221 214 254 / 0.4); border-bottom-color: rgb(221 214 254 / 0.4); }
.border-y-violet-200\/5{ border-top-color: rgb(221 214 254 / 0.05); border-bottom-color: rgb(221 214 254 / 0.05); }
.border-y-violet-200\/50{ border-top-color: rgb(221 214 254 / 0.5); border-bottom-color: rgb(221 214 254 / 0.5); }
.border-y-violet-200\/60{ border-top-color: rgb(221 214 254 / 0.6); border-bottom-color: rgb(221 214 254 / 0.6); }
.border-y-violet-200\/70{ border-top-color: rgb(221 214 254 / 0.7); border-bottom-color: rgb(221 214 254 / 0.7); }
.border-y-violet-200\/75{ border-top-color: rgb(221 214 254 / 0.75); border-bottom-color: rgb(221 214 254 / 0.75); }
.border-y-violet-200\/80{ border-top-color: rgb(221 214 254 / 0.8); border-bottom-color: rgb(221 214 254 / 0.8); }
.border-y-violet-200\/90{ border-top-color: rgb(221 214 254 / 0.9); border-bottom-color: rgb(221 214 254 / 0.9); }
.border-y-violet-200\/95{ border-top-color: rgb(221 214 254 / 0.95); border-bottom-color: rgb(221 214 254 / 0.95); }
.border-y-violet-300{ --tw-border-opacity: 1; border-top-color: rgb(196 181 253 / var(--tw-border-opacity)); border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-y-violet-300\/0{ border-top-color: rgb(196 181 253 / 0); border-bottom-color: rgb(196 181 253 / 0); }
.border-y-violet-300\/10{ border-top-color: rgb(196 181 253 / 0.1); border-bottom-color: rgb(196 181 253 / 0.1); }
.border-y-violet-300\/100{ border-top-color: rgb(196 181 253 / 1); border-bottom-color: rgb(196 181 253 / 1); }
.border-y-violet-300\/20{ border-top-color: rgb(196 181 253 / 0.2); border-bottom-color: rgb(196 181 253 / 0.2); }
.border-y-violet-300\/25{ border-top-color: rgb(196 181 253 / 0.25); border-bottom-color: rgb(196 181 253 / 0.25); }
.border-y-violet-300\/30{ border-top-color: rgb(196 181 253 / 0.3); border-bottom-color: rgb(196 181 253 / 0.3); }
.border-y-violet-300\/40{ border-top-color: rgb(196 181 253 / 0.4); border-bottom-color: rgb(196 181 253 / 0.4); }
.border-y-violet-300\/5{ border-top-color: rgb(196 181 253 / 0.05); border-bottom-color: rgb(196 181 253 / 0.05); }
.border-y-violet-300\/50{ border-top-color: rgb(196 181 253 / 0.5); border-bottom-color: rgb(196 181 253 / 0.5); }
.border-y-violet-300\/60{ border-top-color: rgb(196 181 253 / 0.6); border-bottom-color: rgb(196 181 253 / 0.6); }
.border-y-violet-300\/70{ border-top-color: rgb(196 181 253 / 0.7); border-bottom-color: rgb(196 181 253 / 0.7); }
.border-y-violet-300\/75{ border-top-color: rgb(196 181 253 / 0.75); border-bottom-color: rgb(196 181 253 / 0.75); }
.border-y-violet-300\/80{ border-top-color: rgb(196 181 253 / 0.8); border-bottom-color: rgb(196 181 253 / 0.8); }
.border-y-violet-300\/90{ border-top-color: rgb(196 181 253 / 0.9); border-bottom-color: rgb(196 181 253 / 0.9); }
.border-y-violet-300\/95{ border-top-color: rgb(196 181 253 / 0.95); border-bottom-color: rgb(196 181 253 / 0.95); }
.border-y-violet-400{ --tw-border-opacity: 1; border-top-color: rgb(167 139 250 / var(--tw-border-opacity)); border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-y-violet-400\/0{ border-top-color: rgb(167 139 250 / 0); border-bottom-color: rgb(167 139 250 / 0); }
.border-y-violet-400\/10{ border-top-color: rgb(167 139 250 / 0.1); border-bottom-color: rgb(167 139 250 / 0.1); }
.border-y-violet-400\/100{ border-top-color: rgb(167 139 250 / 1); border-bottom-color: rgb(167 139 250 / 1); }
.border-y-violet-400\/20{ border-top-color: rgb(167 139 250 / 0.2); border-bottom-color: rgb(167 139 250 / 0.2); }
.border-y-violet-400\/25{ border-top-color: rgb(167 139 250 / 0.25); border-bottom-color: rgb(167 139 250 / 0.25); }
.border-y-violet-400\/30{ border-top-color: rgb(167 139 250 / 0.3); border-bottom-color: rgb(167 139 250 / 0.3); }
.border-y-violet-400\/40{ border-top-color: rgb(167 139 250 / 0.4); border-bottom-color: rgb(167 139 250 / 0.4); }
.border-y-violet-400\/5{ border-top-color: rgb(167 139 250 / 0.05); border-bottom-color: rgb(167 139 250 / 0.05); }
.border-y-violet-400\/50{ border-top-color: rgb(167 139 250 / 0.5); border-bottom-color: rgb(167 139 250 / 0.5); }
.border-y-violet-400\/60{ border-top-color: rgb(167 139 250 / 0.6); border-bottom-color: rgb(167 139 250 / 0.6); }
.border-y-violet-400\/70{ border-top-color: rgb(167 139 250 / 0.7); border-bottom-color: rgb(167 139 250 / 0.7); }
.border-y-violet-400\/75{ border-top-color: rgb(167 139 250 / 0.75); border-bottom-color: rgb(167 139 250 / 0.75); }
.border-y-violet-400\/80{ border-top-color: rgb(167 139 250 / 0.8); border-bottom-color: rgb(167 139 250 / 0.8); }
.border-y-violet-400\/90{ border-top-color: rgb(167 139 250 / 0.9); border-bottom-color: rgb(167 139 250 / 0.9); }
.border-y-violet-400\/95{ border-top-color: rgb(167 139 250 / 0.95); border-bottom-color: rgb(167 139 250 / 0.95); }
.border-y-violet-50{ --tw-border-opacity: 1; border-top-color: rgb(245 243 255 / var(--tw-border-opacity)); border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-y-violet-50\/0{ border-top-color: rgb(245 243 255 / 0); border-bottom-color: rgb(245 243 255 / 0); }
.border-y-violet-50\/10{ border-top-color: rgb(245 243 255 / 0.1); border-bottom-color: rgb(245 243 255 / 0.1); }
.border-y-violet-50\/100{ border-top-color: rgb(245 243 255 / 1); border-bottom-color: rgb(245 243 255 / 1); }
.border-y-violet-50\/20{ border-top-color: rgb(245 243 255 / 0.2); border-bottom-color: rgb(245 243 255 / 0.2); }
.border-y-violet-50\/25{ border-top-color: rgb(245 243 255 / 0.25); border-bottom-color: rgb(245 243 255 / 0.25); }
.border-y-violet-50\/30{ border-top-color: rgb(245 243 255 / 0.3); border-bottom-color: rgb(245 243 255 / 0.3); }
.border-y-violet-50\/40{ border-top-color: rgb(245 243 255 / 0.4); border-bottom-color: rgb(245 243 255 / 0.4); }
.border-y-violet-50\/5{ border-top-color: rgb(245 243 255 / 0.05); border-bottom-color: rgb(245 243 255 / 0.05); }
.border-y-violet-50\/50{ border-top-color: rgb(245 243 255 / 0.5); border-bottom-color: rgb(245 243 255 / 0.5); }
.border-y-violet-50\/60{ border-top-color: rgb(245 243 255 / 0.6); border-bottom-color: rgb(245 243 255 / 0.6); }
.border-y-violet-50\/70{ border-top-color: rgb(245 243 255 / 0.7); border-bottom-color: rgb(245 243 255 / 0.7); }
.border-y-violet-50\/75{ border-top-color: rgb(245 243 255 / 0.75); border-bottom-color: rgb(245 243 255 / 0.75); }
.border-y-violet-50\/80{ border-top-color: rgb(245 243 255 / 0.8); border-bottom-color: rgb(245 243 255 / 0.8); }
.border-y-violet-50\/90{ border-top-color: rgb(245 243 255 / 0.9); border-bottom-color: rgb(245 243 255 / 0.9); }
.border-y-violet-50\/95{ border-top-color: rgb(245 243 255 / 0.95); border-bottom-color: rgb(245 243 255 / 0.95); }
.border-y-violet-500{ --tw-border-opacity: 1; border-top-color: rgb(139 92 246 / var(--tw-border-opacity)); border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-y-violet-500\/0{ border-top-color: rgb(139 92 246 / 0); border-bottom-color: rgb(139 92 246 / 0); }
.border-y-violet-500\/10{ border-top-color: rgb(139 92 246 / 0.1); border-bottom-color: rgb(139 92 246 / 0.1); }
.border-y-violet-500\/100{ border-top-color: rgb(139 92 246 / 1); border-bottom-color: rgb(139 92 246 / 1); }
.border-y-violet-500\/20{ border-top-color: rgb(139 92 246 / 0.2); border-bottom-color: rgb(139 92 246 / 0.2); }
.border-y-violet-500\/25{ border-top-color: rgb(139 92 246 / 0.25); border-bottom-color: rgb(139 92 246 / 0.25); }
.border-y-violet-500\/30{ border-top-color: rgb(139 92 246 / 0.3); border-bottom-color: rgb(139 92 246 / 0.3); }
.border-y-violet-500\/40{ border-top-color: rgb(139 92 246 / 0.4); border-bottom-color: rgb(139 92 246 / 0.4); }
.border-y-violet-500\/5{ border-top-color: rgb(139 92 246 / 0.05); border-bottom-color: rgb(139 92 246 / 0.05); }
.border-y-violet-500\/50{ border-top-color: rgb(139 92 246 / 0.5); border-bottom-color: rgb(139 92 246 / 0.5); }
.border-y-violet-500\/60{ border-top-color: rgb(139 92 246 / 0.6); border-bottom-color: rgb(139 92 246 / 0.6); }
.border-y-violet-500\/70{ border-top-color: rgb(139 92 246 / 0.7); border-bottom-color: rgb(139 92 246 / 0.7); }
.border-y-violet-500\/75{ border-top-color: rgb(139 92 246 / 0.75); border-bottom-color: rgb(139 92 246 / 0.75); }
.border-y-violet-500\/80{ border-top-color: rgb(139 92 246 / 0.8); border-bottom-color: rgb(139 92 246 / 0.8); }
.border-y-violet-500\/90{ border-top-color: rgb(139 92 246 / 0.9); border-bottom-color: rgb(139 92 246 / 0.9); }
.border-y-violet-500\/95{ border-top-color: rgb(139 92 246 / 0.95); border-bottom-color: rgb(139 92 246 / 0.95); }
.border-y-violet-600{ --tw-border-opacity: 1; border-top-color: rgb(124 58 237 / var(--tw-border-opacity)); border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-y-violet-600\/0{ border-top-color: rgb(124 58 237 / 0); border-bottom-color: rgb(124 58 237 / 0); }
.border-y-violet-600\/10{ border-top-color: rgb(124 58 237 / 0.1); border-bottom-color: rgb(124 58 237 / 0.1); }
.border-y-violet-600\/100{ border-top-color: rgb(124 58 237 / 1); border-bottom-color: rgb(124 58 237 / 1); }
.border-y-violet-600\/20{ border-top-color: rgb(124 58 237 / 0.2); border-bottom-color: rgb(124 58 237 / 0.2); }
.border-y-violet-600\/25{ border-top-color: rgb(124 58 237 / 0.25); border-bottom-color: rgb(124 58 237 / 0.25); }
.border-y-violet-600\/30{ border-top-color: rgb(124 58 237 / 0.3); border-bottom-color: rgb(124 58 237 / 0.3); }
.border-y-violet-600\/40{ border-top-color: rgb(124 58 237 / 0.4); border-bottom-color: rgb(124 58 237 / 0.4); }
.border-y-violet-600\/5{ border-top-color: rgb(124 58 237 / 0.05); border-bottom-color: rgb(124 58 237 / 0.05); }
.border-y-violet-600\/50{ border-top-color: rgb(124 58 237 / 0.5); border-bottom-color: rgb(124 58 237 / 0.5); }
.border-y-violet-600\/60{ border-top-color: rgb(124 58 237 / 0.6); border-bottom-color: rgb(124 58 237 / 0.6); }
.border-y-violet-600\/70{ border-top-color: rgb(124 58 237 / 0.7); border-bottom-color: rgb(124 58 237 / 0.7); }
.border-y-violet-600\/75{ border-top-color: rgb(124 58 237 / 0.75); border-bottom-color: rgb(124 58 237 / 0.75); }
.border-y-violet-600\/80{ border-top-color: rgb(124 58 237 / 0.8); border-bottom-color: rgb(124 58 237 / 0.8); }
.border-y-violet-600\/90{ border-top-color: rgb(124 58 237 / 0.9); border-bottom-color: rgb(124 58 237 / 0.9); }
.border-y-violet-600\/95{ border-top-color: rgb(124 58 237 / 0.95); border-bottom-color: rgb(124 58 237 / 0.95); }
.border-y-violet-700{ --tw-border-opacity: 1; border-top-color: rgb(109 40 217 / var(--tw-border-opacity)); border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-y-violet-700\/0{ border-top-color: rgb(109 40 217 / 0); border-bottom-color: rgb(109 40 217 / 0); }
.border-y-violet-700\/10{ border-top-color: rgb(109 40 217 / 0.1); border-bottom-color: rgb(109 40 217 / 0.1); }
.border-y-violet-700\/100{ border-top-color: rgb(109 40 217 / 1); border-bottom-color: rgb(109 40 217 / 1); }
.border-y-violet-700\/20{ border-top-color: rgb(109 40 217 / 0.2); border-bottom-color: rgb(109 40 217 / 0.2); }
.border-y-violet-700\/25{ border-top-color: rgb(109 40 217 / 0.25); border-bottom-color: rgb(109 40 217 / 0.25); }
.border-y-violet-700\/30{ border-top-color: rgb(109 40 217 / 0.3); border-bottom-color: rgb(109 40 217 / 0.3); }
.border-y-violet-700\/40{ border-top-color: rgb(109 40 217 / 0.4); border-bottom-color: rgb(109 40 217 / 0.4); }
.border-y-violet-700\/5{ border-top-color: rgb(109 40 217 / 0.05); border-bottom-color: rgb(109 40 217 / 0.05); }
.border-y-violet-700\/50{ border-top-color: rgb(109 40 217 / 0.5); border-bottom-color: rgb(109 40 217 / 0.5); }
.border-y-violet-700\/60{ border-top-color: rgb(109 40 217 / 0.6); border-bottom-color: rgb(109 40 217 / 0.6); }
.border-y-violet-700\/70{ border-top-color: rgb(109 40 217 / 0.7); border-bottom-color: rgb(109 40 217 / 0.7); }
.border-y-violet-700\/75{ border-top-color: rgb(109 40 217 / 0.75); border-bottom-color: rgb(109 40 217 / 0.75); }
.border-y-violet-700\/80{ border-top-color: rgb(109 40 217 / 0.8); border-bottom-color: rgb(109 40 217 / 0.8); }
.border-y-violet-700\/90{ border-top-color: rgb(109 40 217 / 0.9); border-bottom-color: rgb(109 40 217 / 0.9); }
.border-y-violet-700\/95{ border-top-color: rgb(109 40 217 / 0.95); border-bottom-color: rgb(109 40 217 / 0.95); }
.border-y-violet-800{ --tw-border-opacity: 1; border-top-color: rgb(91 33 182 / var(--tw-border-opacity)); border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-y-violet-800\/0{ border-top-color: rgb(91 33 182 / 0); border-bottom-color: rgb(91 33 182 / 0); }
.border-y-violet-800\/10{ border-top-color: rgb(91 33 182 / 0.1); border-bottom-color: rgb(91 33 182 / 0.1); }
.border-y-violet-800\/100{ border-top-color: rgb(91 33 182 / 1); border-bottom-color: rgb(91 33 182 / 1); }
.border-y-violet-800\/20{ border-top-color: rgb(91 33 182 / 0.2); border-bottom-color: rgb(91 33 182 / 0.2); }
.border-y-violet-800\/25{ border-top-color: rgb(91 33 182 / 0.25); border-bottom-color: rgb(91 33 182 / 0.25); }
.border-y-violet-800\/30{ border-top-color: rgb(91 33 182 / 0.3); border-bottom-color: rgb(91 33 182 / 0.3); }
.border-y-violet-800\/40{ border-top-color: rgb(91 33 182 / 0.4); border-bottom-color: rgb(91 33 182 / 0.4); }
.border-y-violet-800\/5{ border-top-color: rgb(91 33 182 / 0.05); border-bottom-color: rgb(91 33 182 / 0.05); }
.border-y-violet-800\/50{ border-top-color: rgb(91 33 182 / 0.5); border-bottom-color: rgb(91 33 182 / 0.5); }
.border-y-violet-800\/60{ border-top-color: rgb(91 33 182 / 0.6); border-bottom-color: rgb(91 33 182 / 0.6); }
.border-y-violet-800\/70{ border-top-color: rgb(91 33 182 / 0.7); border-bottom-color: rgb(91 33 182 / 0.7); }
.border-y-violet-800\/75{ border-top-color: rgb(91 33 182 / 0.75); border-bottom-color: rgb(91 33 182 / 0.75); }
.border-y-violet-800\/80{ border-top-color: rgb(91 33 182 / 0.8); border-bottom-color: rgb(91 33 182 / 0.8); }
.border-y-violet-800\/90{ border-top-color: rgb(91 33 182 / 0.9); border-bottom-color: rgb(91 33 182 / 0.9); }
.border-y-violet-800\/95{ border-top-color: rgb(91 33 182 / 0.95); border-bottom-color: rgb(91 33 182 / 0.95); }
.border-y-violet-900{ --tw-border-opacity: 1; border-top-color: rgb(76 29 149 / var(--tw-border-opacity)); border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-y-violet-900\/0{ border-top-color: rgb(76 29 149 / 0); border-bottom-color: rgb(76 29 149 / 0); }
.border-y-violet-900\/10{ border-top-color: rgb(76 29 149 / 0.1); border-bottom-color: rgb(76 29 149 / 0.1); }
.border-y-violet-900\/100{ border-top-color: rgb(76 29 149 / 1); border-bottom-color: rgb(76 29 149 / 1); }
.border-y-violet-900\/20{ border-top-color: rgb(76 29 149 / 0.2); border-bottom-color: rgb(76 29 149 / 0.2); }
.border-y-violet-900\/25{ border-top-color: rgb(76 29 149 / 0.25); border-bottom-color: rgb(76 29 149 / 0.25); }
.border-y-violet-900\/30{ border-top-color: rgb(76 29 149 / 0.3); border-bottom-color: rgb(76 29 149 / 0.3); }
.border-y-violet-900\/40{ border-top-color: rgb(76 29 149 / 0.4); border-bottom-color: rgb(76 29 149 / 0.4); }
.border-y-violet-900\/5{ border-top-color: rgb(76 29 149 / 0.05); border-bottom-color: rgb(76 29 149 / 0.05); }
.border-y-violet-900\/50{ border-top-color: rgb(76 29 149 / 0.5); border-bottom-color: rgb(76 29 149 / 0.5); }
.border-y-violet-900\/60{ border-top-color: rgb(76 29 149 / 0.6); border-bottom-color: rgb(76 29 149 / 0.6); }
.border-y-violet-900\/70{ border-top-color: rgb(76 29 149 / 0.7); border-bottom-color: rgb(76 29 149 / 0.7); }
.border-y-violet-900\/75{ border-top-color: rgb(76 29 149 / 0.75); border-bottom-color: rgb(76 29 149 / 0.75); }
.border-y-violet-900\/80{ border-top-color: rgb(76 29 149 / 0.8); border-bottom-color: rgb(76 29 149 / 0.8); }
.border-y-violet-900\/90{ border-top-color: rgb(76 29 149 / 0.9); border-bottom-color: rgb(76 29 149 / 0.9); }
.border-y-violet-900\/95{ border-top-color: rgb(76 29 149 / 0.95); border-bottom-color: rgb(76 29 149 / 0.95); }
.border-y-violet-950{ --tw-border-opacity: 1; border-top-color: rgb(46 16 101 / var(--tw-border-opacity)); border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-y-violet-950\/0{ border-top-color: rgb(46 16 101 / 0); border-bottom-color: rgb(46 16 101 / 0); }
.border-y-violet-950\/10{ border-top-color: rgb(46 16 101 / 0.1); border-bottom-color: rgb(46 16 101 / 0.1); }
.border-y-violet-950\/100{ border-top-color: rgb(46 16 101 / 1); border-bottom-color: rgb(46 16 101 / 1); }
.border-y-violet-950\/20{ border-top-color: rgb(46 16 101 / 0.2); border-bottom-color: rgb(46 16 101 / 0.2); }
.border-y-violet-950\/25{ border-top-color: rgb(46 16 101 / 0.25); border-bottom-color: rgb(46 16 101 / 0.25); }
.border-y-violet-950\/30{ border-top-color: rgb(46 16 101 / 0.3); border-bottom-color: rgb(46 16 101 / 0.3); }
.border-y-violet-950\/40{ border-top-color: rgb(46 16 101 / 0.4); border-bottom-color: rgb(46 16 101 / 0.4); }
.border-y-violet-950\/5{ border-top-color: rgb(46 16 101 / 0.05); border-bottom-color: rgb(46 16 101 / 0.05); }
.border-y-violet-950\/50{ border-top-color: rgb(46 16 101 / 0.5); border-bottom-color: rgb(46 16 101 / 0.5); }
.border-y-violet-950\/60{ border-top-color: rgb(46 16 101 / 0.6); border-bottom-color: rgb(46 16 101 / 0.6); }
.border-y-violet-950\/70{ border-top-color: rgb(46 16 101 / 0.7); border-bottom-color: rgb(46 16 101 / 0.7); }
.border-y-violet-950\/75{ border-top-color: rgb(46 16 101 / 0.75); border-bottom-color: rgb(46 16 101 / 0.75); }
.border-y-violet-950\/80{ border-top-color: rgb(46 16 101 / 0.8); border-bottom-color: rgb(46 16 101 / 0.8); }
.border-y-violet-950\/90{ border-top-color: rgb(46 16 101 / 0.9); border-bottom-color: rgb(46 16 101 / 0.9); }
.border-y-violet-950\/95{ border-top-color: rgb(46 16 101 / 0.95); border-bottom-color: rgb(46 16 101 / 0.95); }
.border-y-white{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-y-white\/0{ border-top-color: rgb(255 255 255 / 0); border-bottom-color: rgb(255 255 255 / 0); }
.border-y-white\/10{ border-top-color: rgb(255 255 255 / 0.1); border-bottom-color: rgb(255 255 255 / 0.1); }
.border-y-white\/100{ border-top-color: rgb(255 255 255 / 1); border-bottom-color: rgb(255 255 255 / 1); }
.border-y-white\/20{ border-top-color: rgb(255 255 255 / 0.2); border-bottom-color: rgb(255 255 255 / 0.2); }
.border-y-white\/25{ border-top-color: rgb(255 255 255 / 0.25); border-bottom-color: rgb(255 255 255 / 0.25); }
.border-y-white\/30{ border-top-color: rgb(255 255 255 / 0.3); border-bottom-color: rgb(255 255 255 / 0.3); }
.border-y-white\/40{ border-top-color: rgb(255 255 255 / 0.4); border-bottom-color: rgb(255 255 255 / 0.4); }
.border-y-white\/5{ border-top-color: rgb(255 255 255 / 0.05); border-bottom-color: rgb(255 255 255 / 0.05); }
.border-y-white\/50{ border-top-color: rgb(255 255 255 / 0.5); border-bottom-color: rgb(255 255 255 / 0.5); }
.border-y-white\/60{ border-top-color: rgb(255 255 255 / 0.6); border-bottom-color: rgb(255 255 255 / 0.6); }
.border-y-white\/70{ border-top-color: rgb(255 255 255 / 0.7); border-bottom-color: rgb(255 255 255 / 0.7); }
.border-y-white\/75{ border-top-color: rgb(255 255 255 / 0.75); border-bottom-color: rgb(255 255 255 / 0.75); }
.border-y-white\/80{ border-top-color: rgb(255 255 255 / 0.8); border-bottom-color: rgb(255 255 255 / 0.8); }
.border-y-white\/90{ border-top-color: rgb(255 255 255 / 0.9); border-bottom-color: rgb(255 255 255 / 0.9); }
.border-y-white\/95{ border-top-color: rgb(255 255 255 / 0.95); border-bottom-color: rgb(255 255 255 / 0.95); }
.border-y-yellow-100{ --tw-border-opacity: 1; border-top-color: rgb(254 249 195 / var(--tw-border-opacity)); border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-y-yellow-100\/0{ border-top-color: rgb(254 249 195 / 0); border-bottom-color: rgb(254 249 195 / 0); }
.border-y-yellow-100\/10{ border-top-color: rgb(254 249 195 / 0.1); border-bottom-color: rgb(254 249 195 / 0.1); }
.border-y-yellow-100\/100{ border-top-color: rgb(254 249 195 / 1); border-bottom-color: rgb(254 249 195 / 1); }
.border-y-yellow-100\/20{ border-top-color: rgb(254 249 195 / 0.2); border-bottom-color: rgb(254 249 195 / 0.2); }
.border-y-yellow-100\/25{ border-top-color: rgb(254 249 195 / 0.25); border-bottom-color: rgb(254 249 195 / 0.25); }
.border-y-yellow-100\/30{ border-top-color: rgb(254 249 195 / 0.3); border-bottom-color: rgb(254 249 195 / 0.3); }
.border-y-yellow-100\/40{ border-top-color: rgb(254 249 195 / 0.4); border-bottom-color: rgb(254 249 195 / 0.4); }
.border-y-yellow-100\/5{ border-top-color: rgb(254 249 195 / 0.05); border-bottom-color: rgb(254 249 195 / 0.05); }
.border-y-yellow-100\/50{ border-top-color: rgb(254 249 195 / 0.5); border-bottom-color: rgb(254 249 195 / 0.5); }
.border-y-yellow-100\/60{ border-top-color: rgb(254 249 195 / 0.6); border-bottom-color: rgb(254 249 195 / 0.6); }
.border-y-yellow-100\/70{ border-top-color: rgb(254 249 195 / 0.7); border-bottom-color: rgb(254 249 195 / 0.7); }
.border-y-yellow-100\/75{ border-top-color: rgb(254 249 195 / 0.75); border-bottom-color: rgb(254 249 195 / 0.75); }
.border-y-yellow-100\/80{ border-top-color: rgb(254 249 195 / 0.8); border-bottom-color: rgb(254 249 195 / 0.8); }
.border-y-yellow-100\/90{ border-top-color: rgb(254 249 195 / 0.9); border-bottom-color: rgb(254 249 195 / 0.9); }
.border-y-yellow-100\/95{ border-top-color: rgb(254 249 195 / 0.95); border-bottom-color: rgb(254 249 195 / 0.95); }
.border-y-yellow-200{ --tw-border-opacity: 1; border-top-color: rgb(254 240 138 / var(--tw-border-opacity)); border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-y-yellow-200\/0{ border-top-color: rgb(254 240 138 / 0); border-bottom-color: rgb(254 240 138 / 0); }
.border-y-yellow-200\/10{ border-top-color: rgb(254 240 138 / 0.1); border-bottom-color: rgb(254 240 138 / 0.1); }
.border-y-yellow-200\/100{ border-top-color: rgb(254 240 138 / 1); border-bottom-color: rgb(254 240 138 / 1); }
.border-y-yellow-200\/20{ border-top-color: rgb(254 240 138 / 0.2); border-bottom-color: rgb(254 240 138 / 0.2); }
.border-y-yellow-200\/25{ border-top-color: rgb(254 240 138 / 0.25); border-bottom-color: rgb(254 240 138 / 0.25); }
.border-y-yellow-200\/30{ border-top-color: rgb(254 240 138 / 0.3); border-bottom-color: rgb(254 240 138 / 0.3); }
.border-y-yellow-200\/40{ border-top-color: rgb(254 240 138 / 0.4); border-bottom-color: rgb(254 240 138 / 0.4); }
.border-y-yellow-200\/5{ border-top-color: rgb(254 240 138 / 0.05); border-bottom-color: rgb(254 240 138 / 0.05); }
.border-y-yellow-200\/50{ border-top-color: rgb(254 240 138 / 0.5); border-bottom-color: rgb(254 240 138 / 0.5); }
.border-y-yellow-200\/60{ border-top-color: rgb(254 240 138 / 0.6); border-bottom-color: rgb(254 240 138 / 0.6); }
.border-y-yellow-200\/70{ border-top-color: rgb(254 240 138 / 0.7); border-bottom-color: rgb(254 240 138 / 0.7); }
.border-y-yellow-200\/75{ border-top-color: rgb(254 240 138 / 0.75); border-bottom-color: rgb(254 240 138 / 0.75); }
.border-y-yellow-200\/80{ border-top-color: rgb(254 240 138 / 0.8); border-bottom-color: rgb(254 240 138 / 0.8); }
.border-y-yellow-200\/90{ border-top-color: rgb(254 240 138 / 0.9); border-bottom-color: rgb(254 240 138 / 0.9); }
.border-y-yellow-200\/95{ border-top-color: rgb(254 240 138 / 0.95); border-bottom-color: rgb(254 240 138 / 0.95); }
.border-y-yellow-300{ --tw-border-opacity: 1; border-top-color: rgb(253 224 71 / var(--tw-border-opacity)); border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-y-yellow-300\/0{ border-top-color: rgb(253 224 71 / 0); border-bottom-color: rgb(253 224 71 / 0); }
.border-y-yellow-300\/10{ border-top-color: rgb(253 224 71 / 0.1); border-bottom-color: rgb(253 224 71 / 0.1); }
.border-y-yellow-300\/100{ border-top-color: rgb(253 224 71 / 1); border-bottom-color: rgb(253 224 71 / 1); }
.border-y-yellow-300\/20{ border-top-color: rgb(253 224 71 / 0.2); border-bottom-color: rgb(253 224 71 / 0.2); }
.border-y-yellow-300\/25{ border-top-color: rgb(253 224 71 / 0.25); border-bottom-color: rgb(253 224 71 / 0.25); }
.border-y-yellow-300\/30{ border-top-color: rgb(253 224 71 / 0.3); border-bottom-color: rgb(253 224 71 / 0.3); }
.border-y-yellow-300\/40{ border-top-color: rgb(253 224 71 / 0.4); border-bottom-color: rgb(253 224 71 / 0.4); }
.border-y-yellow-300\/5{ border-top-color: rgb(253 224 71 / 0.05); border-bottom-color: rgb(253 224 71 / 0.05); }
.border-y-yellow-300\/50{ border-top-color: rgb(253 224 71 / 0.5); border-bottom-color: rgb(253 224 71 / 0.5); }
.border-y-yellow-300\/60{ border-top-color: rgb(253 224 71 / 0.6); border-bottom-color: rgb(253 224 71 / 0.6); }
.border-y-yellow-300\/70{ border-top-color: rgb(253 224 71 / 0.7); border-bottom-color: rgb(253 224 71 / 0.7); }
.border-y-yellow-300\/75{ border-top-color: rgb(253 224 71 / 0.75); border-bottom-color: rgb(253 224 71 / 0.75); }
.border-y-yellow-300\/80{ border-top-color: rgb(253 224 71 / 0.8); border-bottom-color: rgb(253 224 71 / 0.8); }
.border-y-yellow-300\/90{ border-top-color: rgb(253 224 71 / 0.9); border-bottom-color: rgb(253 224 71 / 0.9); }
.border-y-yellow-300\/95{ border-top-color: rgb(253 224 71 / 0.95); border-bottom-color: rgb(253 224 71 / 0.95); }
.border-y-yellow-400{ --tw-border-opacity: 1; border-top-color: rgb(250 204 21 / var(--tw-border-opacity)); border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-y-yellow-400\/0{ border-top-color: rgb(250 204 21 / 0); border-bottom-color: rgb(250 204 21 / 0); }
.border-y-yellow-400\/10{ border-top-color: rgb(250 204 21 / 0.1); border-bottom-color: rgb(250 204 21 / 0.1); }
.border-y-yellow-400\/100{ border-top-color: rgb(250 204 21 / 1); border-bottom-color: rgb(250 204 21 / 1); }
.border-y-yellow-400\/20{ border-top-color: rgb(250 204 21 / 0.2); border-bottom-color: rgb(250 204 21 / 0.2); }
.border-y-yellow-400\/25{ border-top-color: rgb(250 204 21 / 0.25); border-bottom-color: rgb(250 204 21 / 0.25); }
.border-y-yellow-400\/30{ border-top-color: rgb(250 204 21 / 0.3); border-bottom-color: rgb(250 204 21 / 0.3); }
.border-y-yellow-400\/40{ border-top-color: rgb(250 204 21 / 0.4); border-bottom-color: rgb(250 204 21 / 0.4); }
.border-y-yellow-400\/5{ border-top-color: rgb(250 204 21 / 0.05); border-bottom-color: rgb(250 204 21 / 0.05); }
.border-y-yellow-400\/50{ border-top-color: rgb(250 204 21 / 0.5); border-bottom-color: rgb(250 204 21 / 0.5); }
.border-y-yellow-400\/60{ border-top-color: rgb(250 204 21 / 0.6); border-bottom-color: rgb(250 204 21 / 0.6); }
.border-y-yellow-400\/70{ border-top-color: rgb(250 204 21 / 0.7); border-bottom-color: rgb(250 204 21 / 0.7); }
.border-y-yellow-400\/75{ border-top-color: rgb(250 204 21 / 0.75); border-bottom-color: rgb(250 204 21 / 0.75); }
.border-y-yellow-400\/80{ border-top-color: rgb(250 204 21 / 0.8); border-bottom-color: rgb(250 204 21 / 0.8); }
.border-y-yellow-400\/90{ border-top-color: rgb(250 204 21 / 0.9); border-bottom-color: rgb(250 204 21 / 0.9); }
.border-y-yellow-400\/95{ border-top-color: rgb(250 204 21 / 0.95); border-bottom-color: rgb(250 204 21 / 0.95); }
.border-y-yellow-50{ --tw-border-opacity: 1; border-top-color: rgb(254 252 232 / var(--tw-border-opacity)); border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-y-yellow-50\/0{ border-top-color: rgb(254 252 232 / 0); border-bottom-color: rgb(254 252 232 / 0); }
.border-y-yellow-50\/10{ border-top-color: rgb(254 252 232 / 0.1); border-bottom-color: rgb(254 252 232 / 0.1); }
.border-y-yellow-50\/100{ border-top-color: rgb(254 252 232 / 1); border-bottom-color: rgb(254 252 232 / 1); }
.border-y-yellow-50\/20{ border-top-color: rgb(254 252 232 / 0.2); border-bottom-color: rgb(254 252 232 / 0.2); }
.border-y-yellow-50\/25{ border-top-color: rgb(254 252 232 / 0.25); border-bottom-color: rgb(254 252 232 / 0.25); }
.border-y-yellow-50\/30{ border-top-color: rgb(254 252 232 / 0.3); border-bottom-color: rgb(254 252 232 / 0.3); }
.border-y-yellow-50\/40{ border-top-color: rgb(254 252 232 / 0.4); border-bottom-color: rgb(254 252 232 / 0.4); }
.border-y-yellow-50\/5{ border-top-color: rgb(254 252 232 / 0.05); border-bottom-color: rgb(254 252 232 / 0.05); }
.border-y-yellow-50\/50{ border-top-color: rgb(254 252 232 / 0.5); border-bottom-color: rgb(254 252 232 / 0.5); }
.border-y-yellow-50\/60{ border-top-color: rgb(254 252 232 / 0.6); border-bottom-color: rgb(254 252 232 / 0.6); }
.border-y-yellow-50\/70{ border-top-color: rgb(254 252 232 / 0.7); border-bottom-color: rgb(254 252 232 / 0.7); }
.border-y-yellow-50\/75{ border-top-color: rgb(254 252 232 / 0.75); border-bottom-color: rgb(254 252 232 / 0.75); }
.border-y-yellow-50\/80{ border-top-color: rgb(254 252 232 / 0.8); border-bottom-color: rgb(254 252 232 / 0.8); }
.border-y-yellow-50\/90{ border-top-color: rgb(254 252 232 / 0.9); border-bottom-color: rgb(254 252 232 / 0.9); }
.border-y-yellow-50\/95{ border-top-color: rgb(254 252 232 / 0.95); border-bottom-color: rgb(254 252 232 / 0.95); }
.border-y-yellow-500{ --tw-border-opacity: 1; border-top-color: rgb(234 179 8 / var(--tw-border-opacity)); border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-y-yellow-500\/0{ border-top-color: rgb(234 179 8 / 0); border-bottom-color: rgb(234 179 8 / 0); }
.border-y-yellow-500\/10{ border-top-color: rgb(234 179 8 / 0.1); border-bottom-color: rgb(234 179 8 / 0.1); }
.border-y-yellow-500\/100{ border-top-color: rgb(234 179 8 / 1); border-bottom-color: rgb(234 179 8 / 1); }
.border-y-yellow-500\/20{ border-top-color: rgb(234 179 8 / 0.2); border-bottom-color: rgb(234 179 8 / 0.2); }
.border-y-yellow-500\/25{ border-top-color: rgb(234 179 8 / 0.25); border-bottom-color: rgb(234 179 8 / 0.25); }
.border-y-yellow-500\/30{ border-top-color: rgb(234 179 8 / 0.3); border-bottom-color: rgb(234 179 8 / 0.3); }
.border-y-yellow-500\/40{ border-top-color: rgb(234 179 8 / 0.4); border-bottom-color: rgb(234 179 8 / 0.4); }
.border-y-yellow-500\/5{ border-top-color: rgb(234 179 8 / 0.05); border-bottom-color: rgb(234 179 8 / 0.05); }
.border-y-yellow-500\/50{ border-top-color: rgb(234 179 8 / 0.5); border-bottom-color: rgb(234 179 8 / 0.5); }
.border-y-yellow-500\/60{ border-top-color: rgb(234 179 8 / 0.6); border-bottom-color: rgb(234 179 8 / 0.6); }
.border-y-yellow-500\/70{ border-top-color: rgb(234 179 8 / 0.7); border-bottom-color: rgb(234 179 8 / 0.7); }
.border-y-yellow-500\/75{ border-top-color: rgb(234 179 8 / 0.75); border-bottom-color: rgb(234 179 8 / 0.75); }
.border-y-yellow-500\/80{ border-top-color: rgb(234 179 8 / 0.8); border-bottom-color: rgb(234 179 8 / 0.8); }
.border-y-yellow-500\/90{ border-top-color: rgb(234 179 8 / 0.9); border-bottom-color: rgb(234 179 8 / 0.9); }
.border-y-yellow-500\/95{ border-top-color: rgb(234 179 8 / 0.95); border-bottom-color: rgb(234 179 8 / 0.95); }
.border-y-yellow-600{ --tw-border-opacity: 1; border-top-color: rgb(202 138 4 / var(--tw-border-opacity)); border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-y-yellow-600\/0{ border-top-color: rgb(202 138 4 / 0); border-bottom-color: rgb(202 138 4 / 0); }
.border-y-yellow-600\/10{ border-top-color: rgb(202 138 4 / 0.1); border-bottom-color: rgb(202 138 4 / 0.1); }
.border-y-yellow-600\/100{ border-top-color: rgb(202 138 4 / 1); border-bottom-color: rgb(202 138 4 / 1); }
.border-y-yellow-600\/20{ border-top-color: rgb(202 138 4 / 0.2); border-bottom-color: rgb(202 138 4 / 0.2); }
.border-y-yellow-600\/25{ border-top-color: rgb(202 138 4 / 0.25); border-bottom-color: rgb(202 138 4 / 0.25); }
.border-y-yellow-600\/30{ border-top-color: rgb(202 138 4 / 0.3); border-bottom-color: rgb(202 138 4 / 0.3); }
.border-y-yellow-600\/40{ border-top-color: rgb(202 138 4 / 0.4); border-bottom-color: rgb(202 138 4 / 0.4); }
.border-y-yellow-600\/5{ border-top-color: rgb(202 138 4 / 0.05); border-bottom-color: rgb(202 138 4 / 0.05); }
.border-y-yellow-600\/50{ border-top-color: rgb(202 138 4 / 0.5); border-bottom-color: rgb(202 138 4 / 0.5); }
.border-y-yellow-600\/60{ border-top-color: rgb(202 138 4 / 0.6); border-bottom-color: rgb(202 138 4 / 0.6); }
.border-y-yellow-600\/70{ border-top-color: rgb(202 138 4 / 0.7); border-bottom-color: rgb(202 138 4 / 0.7); }
.border-y-yellow-600\/75{ border-top-color: rgb(202 138 4 / 0.75); border-bottom-color: rgb(202 138 4 / 0.75); }
.border-y-yellow-600\/80{ border-top-color: rgb(202 138 4 / 0.8); border-bottom-color: rgb(202 138 4 / 0.8); }
.border-y-yellow-600\/90{ border-top-color: rgb(202 138 4 / 0.9); border-bottom-color: rgb(202 138 4 / 0.9); }
.border-y-yellow-600\/95{ border-top-color: rgb(202 138 4 / 0.95); border-bottom-color: rgb(202 138 4 / 0.95); }
.border-y-yellow-700{ --tw-border-opacity: 1; border-top-color: rgb(161 98 7 / var(--tw-border-opacity)); border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-y-yellow-700\/0{ border-top-color: rgb(161 98 7 / 0); border-bottom-color: rgb(161 98 7 / 0); }
.border-y-yellow-700\/10{ border-top-color: rgb(161 98 7 / 0.1); border-bottom-color: rgb(161 98 7 / 0.1); }
.border-y-yellow-700\/100{ border-top-color: rgb(161 98 7 / 1); border-bottom-color: rgb(161 98 7 / 1); }
.border-y-yellow-700\/20{ border-top-color: rgb(161 98 7 / 0.2); border-bottom-color: rgb(161 98 7 / 0.2); }
.border-y-yellow-700\/25{ border-top-color: rgb(161 98 7 / 0.25); border-bottom-color: rgb(161 98 7 / 0.25); }
.border-y-yellow-700\/30{ border-top-color: rgb(161 98 7 / 0.3); border-bottom-color: rgb(161 98 7 / 0.3); }
.border-y-yellow-700\/40{ border-top-color: rgb(161 98 7 / 0.4); border-bottom-color: rgb(161 98 7 / 0.4); }
.border-y-yellow-700\/5{ border-top-color: rgb(161 98 7 / 0.05); border-bottom-color: rgb(161 98 7 / 0.05); }
.border-y-yellow-700\/50{ border-top-color: rgb(161 98 7 / 0.5); border-bottom-color: rgb(161 98 7 / 0.5); }
.border-y-yellow-700\/60{ border-top-color: rgb(161 98 7 / 0.6); border-bottom-color: rgb(161 98 7 / 0.6); }
.border-y-yellow-700\/70{ border-top-color: rgb(161 98 7 / 0.7); border-bottom-color: rgb(161 98 7 / 0.7); }
.border-y-yellow-700\/75{ border-top-color: rgb(161 98 7 / 0.75); border-bottom-color: rgb(161 98 7 / 0.75); }
.border-y-yellow-700\/80{ border-top-color: rgb(161 98 7 / 0.8); border-bottom-color: rgb(161 98 7 / 0.8); }
.border-y-yellow-700\/90{ border-top-color: rgb(161 98 7 / 0.9); border-bottom-color: rgb(161 98 7 / 0.9); }
.border-y-yellow-700\/95{ border-top-color: rgb(161 98 7 / 0.95); border-bottom-color: rgb(161 98 7 / 0.95); }
.border-y-yellow-800{ --tw-border-opacity: 1; border-top-color: rgb(133 77 14 / var(--tw-border-opacity)); border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-y-yellow-800\/0{ border-top-color: rgb(133 77 14 / 0); border-bottom-color: rgb(133 77 14 / 0); }
.border-y-yellow-800\/10{ border-top-color: rgb(133 77 14 / 0.1); border-bottom-color: rgb(133 77 14 / 0.1); }
.border-y-yellow-800\/100{ border-top-color: rgb(133 77 14 / 1); border-bottom-color: rgb(133 77 14 / 1); }
.border-y-yellow-800\/20{ border-top-color: rgb(133 77 14 / 0.2); border-bottom-color: rgb(133 77 14 / 0.2); }
.border-y-yellow-800\/25{ border-top-color: rgb(133 77 14 / 0.25); border-bottom-color: rgb(133 77 14 / 0.25); }
.border-y-yellow-800\/30{ border-top-color: rgb(133 77 14 / 0.3); border-bottom-color: rgb(133 77 14 / 0.3); }
.border-y-yellow-800\/40{ border-top-color: rgb(133 77 14 / 0.4); border-bottom-color: rgb(133 77 14 / 0.4); }
.border-y-yellow-800\/5{ border-top-color: rgb(133 77 14 / 0.05); border-bottom-color: rgb(133 77 14 / 0.05); }
.border-y-yellow-800\/50{ border-top-color: rgb(133 77 14 / 0.5); border-bottom-color: rgb(133 77 14 / 0.5); }
.border-y-yellow-800\/60{ border-top-color: rgb(133 77 14 / 0.6); border-bottom-color: rgb(133 77 14 / 0.6); }
.border-y-yellow-800\/70{ border-top-color: rgb(133 77 14 / 0.7); border-bottom-color: rgb(133 77 14 / 0.7); }
.border-y-yellow-800\/75{ border-top-color: rgb(133 77 14 / 0.75); border-bottom-color: rgb(133 77 14 / 0.75); }
.border-y-yellow-800\/80{ border-top-color: rgb(133 77 14 / 0.8); border-bottom-color: rgb(133 77 14 / 0.8); }
.border-y-yellow-800\/90{ border-top-color: rgb(133 77 14 / 0.9); border-bottom-color: rgb(133 77 14 / 0.9); }
.border-y-yellow-800\/95{ border-top-color: rgb(133 77 14 / 0.95); border-bottom-color: rgb(133 77 14 / 0.95); }
.border-y-yellow-900{ --tw-border-opacity: 1; border-top-color: rgb(113 63 18 / var(--tw-border-opacity)); border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-y-yellow-900\/0{ border-top-color: rgb(113 63 18 / 0); border-bottom-color: rgb(113 63 18 / 0); }
.border-y-yellow-900\/10{ border-top-color: rgb(113 63 18 / 0.1); border-bottom-color: rgb(113 63 18 / 0.1); }
.border-y-yellow-900\/100{ border-top-color: rgb(113 63 18 / 1); border-bottom-color: rgb(113 63 18 / 1); }
.border-y-yellow-900\/20{ border-top-color: rgb(113 63 18 / 0.2); border-bottom-color: rgb(113 63 18 / 0.2); }
.border-y-yellow-900\/25{ border-top-color: rgb(113 63 18 / 0.25); border-bottom-color: rgb(113 63 18 / 0.25); }
.border-y-yellow-900\/30{ border-top-color: rgb(113 63 18 / 0.3); border-bottom-color: rgb(113 63 18 / 0.3); }
.border-y-yellow-900\/40{ border-top-color: rgb(113 63 18 / 0.4); border-bottom-color: rgb(113 63 18 / 0.4); }
.border-y-yellow-900\/5{ border-top-color: rgb(113 63 18 / 0.05); border-bottom-color: rgb(113 63 18 / 0.05); }
.border-y-yellow-900\/50{ border-top-color: rgb(113 63 18 / 0.5); border-bottom-color: rgb(113 63 18 / 0.5); }
.border-y-yellow-900\/60{ border-top-color: rgb(113 63 18 / 0.6); border-bottom-color: rgb(113 63 18 / 0.6); }
.border-y-yellow-900\/70{ border-top-color: rgb(113 63 18 / 0.7); border-bottom-color: rgb(113 63 18 / 0.7); }
.border-y-yellow-900\/75{ border-top-color: rgb(113 63 18 / 0.75); border-bottom-color: rgb(113 63 18 / 0.75); }
.border-y-yellow-900\/80{ border-top-color: rgb(113 63 18 / 0.8); border-bottom-color: rgb(113 63 18 / 0.8); }
.border-y-yellow-900\/90{ border-top-color: rgb(113 63 18 / 0.9); border-bottom-color: rgb(113 63 18 / 0.9); }
.border-y-yellow-900\/95{ border-top-color: rgb(113 63 18 / 0.95); border-bottom-color: rgb(113 63 18 / 0.95); }
.border-y-yellow-950{ --tw-border-opacity: 1; border-top-color: rgb(66 32 6 / var(--tw-border-opacity)); border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-y-yellow-950\/0{ border-top-color: rgb(66 32 6 / 0); border-bottom-color: rgb(66 32 6 / 0); }
.border-y-yellow-950\/10{ border-top-color: rgb(66 32 6 / 0.1); border-bottom-color: rgb(66 32 6 / 0.1); }
.border-y-yellow-950\/100{ border-top-color: rgb(66 32 6 / 1); border-bottom-color: rgb(66 32 6 / 1); }
.border-y-yellow-950\/20{ border-top-color: rgb(66 32 6 / 0.2); border-bottom-color: rgb(66 32 6 / 0.2); }
.border-y-yellow-950\/25{ border-top-color: rgb(66 32 6 / 0.25); border-bottom-color: rgb(66 32 6 / 0.25); }
.border-y-yellow-950\/30{ border-top-color: rgb(66 32 6 / 0.3); border-bottom-color: rgb(66 32 6 / 0.3); }
.border-y-yellow-950\/40{ border-top-color: rgb(66 32 6 / 0.4); border-bottom-color: rgb(66 32 6 / 0.4); }
.border-y-yellow-950\/5{ border-top-color: rgb(66 32 6 / 0.05); border-bottom-color: rgb(66 32 6 / 0.05); }
.border-y-yellow-950\/50{ border-top-color: rgb(66 32 6 / 0.5); border-bottom-color: rgb(66 32 6 / 0.5); }
.border-y-yellow-950\/60{ border-top-color: rgb(66 32 6 / 0.6); border-bottom-color: rgb(66 32 6 / 0.6); }
.border-y-yellow-950\/70{ border-top-color: rgb(66 32 6 / 0.7); border-bottom-color: rgb(66 32 6 / 0.7); }
.border-y-yellow-950\/75{ border-top-color: rgb(66 32 6 / 0.75); border-bottom-color: rgb(66 32 6 / 0.75); }
.border-y-yellow-950\/80{ border-top-color: rgb(66 32 6 / 0.8); border-bottom-color: rgb(66 32 6 / 0.8); }
.border-y-yellow-950\/90{ border-top-color: rgb(66 32 6 / 0.9); border-bottom-color: rgb(66 32 6 / 0.9); }
.border-y-yellow-950\/95{ border-top-color: rgb(66 32 6 / 0.95); border-bottom-color: rgb(66 32 6 / 0.95); }
.border-y-zinc-100{ --tw-border-opacity: 1; border-top-color: rgb(244 244 245 / var(--tw-border-opacity)); border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-y-zinc-100\/0{ border-top-color: rgb(244 244 245 / 0); border-bottom-color: rgb(244 244 245 / 0); }
.border-y-zinc-100\/10{ border-top-color: rgb(244 244 245 / 0.1); border-bottom-color: rgb(244 244 245 / 0.1); }
.border-y-zinc-100\/100{ border-top-color: rgb(244 244 245 / 1); border-bottom-color: rgb(244 244 245 / 1); }
.border-y-zinc-100\/20{ border-top-color: rgb(244 244 245 / 0.2); border-bottom-color: rgb(244 244 245 / 0.2); }
.border-y-zinc-100\/25{ border-top-color: rgb(244 244 245 / 0.25); border-bottom-color: rgb(244 244 245 / 0.25); }
.border-y-zinc-100\/30{ border-top-color: rgb(244 244 245 / 0.3); border-bottom-color: rgb(244 244 245 / 0.3); }
.border-y-zinc-100\/40{ border-top-color: rgb(244 244 245 / 0.4); border-bottom-color: rgb(244 244 245 / 0.4); }
.border-y-zinc-100\/5{ border-top-color: rgb(244 244 245 / 0.05); border-bottom-color: rgb(244 244 245 / 0.05); }
.border-y-zinc-100\/50{ border-top-color: rgb(244 244 245 / 0.5); border-bottom-color: rgb(244 244 245 / 0.5); }
.border-y-zinc-100\/60{ border-top-color: rgb(244 244 245 / 0.6); border-bottom-color: rgb(244 244 245 / 0.6); }
.border-y-zinc-100\/70{ border-top-color: rgb(244 244 245 / 0.7); border-bottom-color: rgb(244 244 245 / 0.7); }
.border-y-zinc-100\/75{ border-top-color: rgb(244 244 245 / 0.75); border-bottom-color: rgb(244 244 245 / 0.75); }
.border-y-zinc-100\/80{ border-top-color: rgb(244 244 245 / 0.8); border-bottom-color: rgb(244 244 245 / 0.8); }
.border-y-zinc-100\/90{ border-top-color: rgb(244 244 245 / 0.9); border-bottom-color: rgb(244 244 245 / 0.9); }
.border-y-zinc-100\/95{ border-top-color: rgb(244 244 245 / 0.95); border-bottom-color: rgb(244 244 245 / 0.95); }
.border-y-zinc-200{ --tw-border-opacity: 1; border-top-color: rgb(228 228 231 / var(--tw-border-opacity)); border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-y-zinc-200\/0{ border-top-color: rgb(228 228 231 / 0); border-bottom-color: rgb(228 228 231 / 0); }
.border-y-zinc-200\/10{ border-top-color: rgb(228 228 231 / 0.1); border-bottom-color: rgb(228 228 231 / 0.1); }
.border-y-zinc-200\/100{ border-top-color: rgb(228 228 231 / 1); border-bottom-color: rgb(228 228 231 / 1); }
.border-y-zinc-200\/20{ border-top-color: rgb(228 228 231 / 0.2); border-bottom-color: rgb(228 228 231 / 0.2); }
.border-y-zinc-200\/25{ border-top-color: rgb(228 228 231 / 0.25); border-bottom-color: rgb(228 228 231 / 0.25); }
.border-y-zinc-200\/30{ border-top-color: rgb(228 228 231 / 0.3); border-bottom-color: rgb(228 228 231 / 0.3); }
.border-y-zinc-200\/40{ border-top-color: rgb(228 228 231 / 0.4); border-bottom-color: rgb(228 228 231 / 0.4); }
.border-y-zinc-200\/5{ border-top-color: rgb(228 228 231 / 0.05); border-bottom-color: rgb(228 228 231 / 0.05); }
.border-y-zinc-200\/50{ border-top-color: rgb(228 228 231 / 0.5); border-bottom-color: rgb(228 228 231 / 0.5); }
.border-y-zinc-200\/60{ border-top-color: rgb(228 228 231 / 0.6); border-bottom-color: rgb(228 228 231 / 0.6); }
.border-y-zinc-200\/70{ border-top-color: rgb(228 228 231 / 0.7); border-bottom-color: rgb(228 228 231 / 0.7); }
.border-y-zinc-200\/75{ border-top-color: rgb(228 228 231 / 0.75); border-bottom-color: rgb(228 228 231 / 0.75); }
.border-y-zinc-200\/80{ border-top-color: rgb(228 228 231 / 0.8); border-bottom-color: rgb(228 228 231 / 0.8); }
.border-y-zinc-200\/90{ border-top-color: rgb(228 228 231 / 0.9); border-bottom-color: rgb(228 228 231 / 0.9); }
.border-y-zinc-200\/95{ border-top-color: rgb(228 228 231 / 0.95); border-bottom-color: rgb(228 228 231 / 0.95); }
.border-y-zinc-300{ --tw-border-opacity: 1; border-top-color: rgb(212 212 216 / var(--tw-border-opacity)); border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-y-zinc-300\/0{ border-top-color: rgb(212 212 216 / 0); border-bottom-color: rgb(212 212 216 / 0); }
.border-y-zinc-300\/10{ border-top-color: rgb(212 212 216 / 0.1); border-bottom-color: rgb(212 212 216 / 0.1); }
.border-y-zinc-300\/100{ border-top-color: rgb(212 212 216 / 1); border-bottom-color: rgb(212 212 216 / 1); }
.border-y-zinc-300\/20{ border-top-color: rgb(212 212 216 / 0.2); border-bottom-color: rgb(212 212 216 / 0.2); }
.border-y-zinc-300\/25{ border-top-color: rgb(212 212 216 / 0.25); border-bottom-color: rgb(212 212 216 / 0.25); }
.border-y-zinc-300\/30{ border-top-color: rgb(212 212 216 / 0.3); border-bottom-color: rgb(212 212 216 / 0.3); }
.border-y-zinc-300\/40{ border-top-color: rgb(212 212 216 / 0.4); border-bottom-color: rgb(212 212 216 / 0.4); }
.border-y-zinc-300\/5{ border-top-color: rgb(212 212 216 / 0.05); border-bottom-color: rgb(212 212 216 / 0.05); }
.border-y-zinc-300\/50{ border-top-color: rgb(212 212 216 / 0.5); border-bottom-color: rgb(212 212 216 / 0.5); }
.border-y-zinc-300\/60{ border-top-color: rgb(212 212 216 / 0.6); border-bottom-color: rgb(212 212 216 / 0.6); }
.border-y-zinc-300\/70{ border-top-color: rgb(212 212 216 / 0.7); border-bottom-color: rgb(212 212 216 / 0.7); }
.border-y-zinc-300\/75{ border-top-color: rgb(212 212 216 / 0.75); border-bottom-color: rgb(212 212 216 / 0.75); }
.border-y-zinc-300\/80{ border-top-color: rgb(212 212 216 / 0.8); border-bottom-color: rgb(212 212 216 / 0.8); }
.border-y-zinc-300\/90{ border-top-color: rgb(212 212 216 / 0.9); border-bottom-color: rgb(212 212 216 / 0.9); }
.border-y-zinc-300\/95{ border-top-color: rgb(212 212 216 / 0.95); border-bottom-color: rgb(212 212 216 / 0.95); }
.border-y-zinc-400{ --tw-border-opacity: 1; border-top-color: rgb(161 161 170 / var(--tw-border-opacity)); border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-y-zinc-400\/0{ border-top-color: rgb(161 161 170 / 0); border-bottom-color: rgb(161 161 170 / 0); }
.border-y-zinc-400\/10{ border-top-color: rgb(161 161 170 / 0.1); border-bottom-color: rgb(161 161 170 / 0.1); }
.border-y-zinc-400\/100{ border-top-color: rgb(161 161 170 / 1); border-bottom-color: rgb(161 161 170 / 1); }
.border-y-zinc-400\/20{ border-top-color: rgb(161 161 170 / 0.2); border-bottom-color: rgb(161 161 170 / 0.2); }
.border-y-zinc-400\/25{ border-top-color: rgb(161 161 170 / 0.25); border-bottom-color: rgb(161 161 170 / 0.25); }
.border-y-zinc-400\/30{ border-top-color: rgb(161 161 170 / 0.3); border-bottom-color: rgb(161 161 170 / 0.3); }
.border-y-zinc-400\/40{ border-top-color: rgb(161 161 170 / 0.4); border-bottom-color: rgb(161 161 170 / 0.4); }
.border-y-zinc-400\/5{ border-top-color: rgb(161 161 170 / 0.05); border-bottom-color: rgb(161 161 170 / 0.05); }
.border-y-zinc-400\/50{ border-top-color: rgb(161 161 170 / 0.5); border-bottom-color: rgb(161 161 170 / 0.5); }
.border-y-zinc-400\/60{ border-top-color: rgb(161 161 170 / 0.6); border-bottom-color: rgb(161 161 170 / 0.6); }
.border-y-zinc-400\/70{ border-top-color: rgb(161 161 170 / 0.7); border-bottom-color: rgb(161 161 170 / 0.7); }
.border-y-zinc-400\/75{ border-top-color: rgb(161 161 170 / 0.75); border-bottom-color: rgb(161 161 170 / 0.75); }
.border-y-zinc-400\/80{ border-top-color: rgb(161 161 170 / 0.8); border-bottom-color: rgb(161 161 170 / 0.8); }
.border-y-zinc-400\/90{ border-top-color: rgb(161 161 170 / 0.9); border-bottom-color: rgb(161 161 170 / 0.9); }
.border-y-zinc-400\/95{ border-top-color: rgb(161 161 170 / 0.95); border-bottom-color: rgb(161 161 170 / 0.95); }
.border-y-zinc-50{ --tw-border-opacity: 1; border-top-color: rgb(250 250 250 / var(--tw-border-opacity)); border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-y-zinc-50\/0{ border-top-color: rgb(250 250 250 / 0); border-bottom-color: rgb(250 250 250 / 0); }
.border-y-zinc-50\/10{ border-top-color: rgb(250 250 250 / 0.1); border-bottom-color: rgb(250 250 250 / 0.1); }
.border-y-zinc-50\/100{ border-top-color: rgb(250 250 250 / 1); border-bottom-color: rgb(250 250 250 / 1); }
.border-y-zinc-50\/20{ border-top-color: rgb(250 250 250 / 0.2); border-bottom-color: rgb(250 250 250 / 0.2); }
.border-y-zinc-50\/25{ border-top-color: rgb(250 250 250 / 0.25); border-bottom-color: rgb(250 250 250 / 0.25); }
.border-y-zinc-50\/30{ border-top-color: rgb(250 250 250 / 0.3); border-bottom-color: rgb(250 250 250 / 0.3); }
.border-y-zinc-50\/40{ border-top-color: rgb(250 250 250 / 0.4); border-bottom-color: rgb(250 250 250 / 0.4); }
.border-y-zinc-50\/5{ border-top-color: rgb(250 250 250 / 0.05); border-bottom-color: rgb(250 250 250 / 0.05); }
.border-y-zinc-50\/50{ border-top-color: rgb(250 250 250 / 0.5); border-bottom-color: rgb(250 250 250 / 0.5); }
.border-y-zinc-50\/60{ border-top-color: rgb(250 250 250 / 0.6); border-bottom-color: rgb(250 250 250 / 0.6); }
.border-y-zinc-50\/70{ border-top-color: rgb(250 250 250 / 0.7); border-bottom-color: rgb(250 250 250 / 0.7); }
.border-y-zinc-50\/75{ border-top-color: rgb(250 250 250 / 0.75); border-bottom-color: rgb(250 250 250 / 0.75); }
.border-y-zinc-50\/80{ border-top-color: rgb(250 250 250 / 0.8); border-bottom-color: rgb(250 250 250 / 0.8); }
.border-y-zinc-50\/90{ border-top-color: rgb(250 250 250 / 0.9); border-bottom-color: rgb(250 250 250 / 0.9); }
.border-y-zinc-50\/95{ border-top-color: rgb(250 250 250 / 0.95); border-bottom-color: rgb(250 250 250 / 0.95); }
.border-y-zinc-500{ --tw-border-opacity: 1; border-top-color: rgb(113 113 122 / var(--tw-border-opacity)); border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-y-zinc-500\/0{ border-top-color: rgb(113 113 122 / 0); border-bottom-color: rgb(113 113 122 / 0); }
.border-y-zinc-500\/10{ border-top-color: rgb(113 113 122 / 0.1); border-bottom-color: rgb(113 113 122 / 0.1); }
.border-y-zinc-500\/100{ border-top-color: rgb(113 113 122 / 1); border-bottom-color: rgb(113 113 122 / 1); }
.border-y-zinc-500\/20{ border-top-color: rgb(113 113 122 / 0.2); border-bottom-color: rgb(113 113 122 / 0.2); }
.border-y-zinc-500\/25{ border-top-color: rgb(113 113 122 / 0.25); border-bottom-color: rgb(113 113 122 / 0.25); }
.border-y-zinc-500\/30{ border-top-color: rgb(113 113 122 / 0.3); border-bottom-color: rgb(113 113 122 / 0.3); }
.border-y-zinc-500\/40{ border-top-color: rgb(113 113 122 / 0.4); border-bottom-color: rgb(113 113 122 / 0.4); }
.border-y-zinc-500\/5{ border-top-color: rgb(113 113 122 / 0.05); border-bottom-color: rgb(113 113 122 / 0.05); }
.border-y-zinc-500\/50{ border-top-color: rgb(113 113 122 / 0.5); border-bottom-color: rgb(113 113 122 / 0.5); }
.border-y-zinc-500\/60{ border-top-color: rgb(113 113 122 / 0.6); border-bottom-color: rgb(113 113 122 / 0.6); }
.border-y-zinc-500\/70{ border-top-color: rgb(113 113 122 / 0.7); border-bottom-color: rgb(113 113 122 / 0.7); }
.border-y-zinc-500\/75{ border-top-color: rgb(113 113 122 / 0.75); border-bottom-color: rgb(113 113 122 / 0.75); }
.border-y-zinc-500\/80{ border-top-color: rgb(113 113 122 / 0.8); border-bottom-color: rgb(113 113 122 / 0.8); }
.border-y-zinc-500\/90{ border-top-color: rgb(113 113 122 / 0.9); border-bottom-color: rgb(113 113 122 / 0.9); }
.border-y-zinc-500\/95{ border-top-color: rgb(113 113 122 / 0.95); border-bottom-color: rgb(113 113 122 / 0.95); }
.border-y-zinc-600{ --tw-border-opacity: 1; border-top-color: rgb(82 82 91 / var(--tw-border-opacity)); border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-y-zinc-600\/0{ border-top-color: rgb(82 82 91 / 0); border-bottom-color: rgb(82 82 91 / 0); }
.border-y-zinc-600\/10{ border-top-color: rgb(82 82 91 / 0.1); border-bottom-color: rgb(82 82 91 / 0.1); }
.border-y-zinc-600\/100{ border-top-color: rgb(82 82 91 / 1); border-bottom-color: rgb(82 82 91 / 1); }
.border-y-zinc-600\/20{ border-top-color: rgb(82 82 91 / 0.2); border-bottom-color: rgb(82 82 91 / 0.2); }
.border-y-zinc-600\/25{ border-top-color: rgb(82 82 91 / 0.25); border-bottom-color: rgb(82 82 91 / 0.25); }
.border-y-zinc-600\/30{ border-top-color: rgb(82 82 91 / 0.3); border-bottom-color: rgb(82 82 91 / 0.3); }
.border-y-zinc-600\/40{ border-top-color: rgb(82 82 91 / 0.4); border-bottom-color: rgb(82 82 91 / 0.4); }
.border-y-zinc-600\/5{ border-top-color: rgb(82 82 91 / 0.05); border-bottom-color: rgb(82 82 91 / 0.05); }
.border-y-zinc-600\/50{ border-top-color: rgb(82 82 91 / 0.5); border-bottom-color: rgb(82 82 91 / 0.5); }
.border-y-zinc-600\/60{ border-top-color: rgb(82 82 91 / 0.6); border-bottom-color: rgb(82 82 91 / 0.6); }
.border-y-zinc-600\/70{ border-top-color: rgb(82 82 91 / 0.7); border-bottom-color: rgb(82 82 91 / 0.7); }
.border-y-zinc-600\/75{ border-top-color: rgb(82 82 91 / 0.75); border-bottom-color: rgb(82 82 91 / 0.75); }
.border-y-zinc-600\/80{ border-top-color: rgb(82 82 91 / 0.8); border-bottom-color: rgb(82 82 91 / 0.8); }
.border-y-zinc-600\/90{ border-top-color: rgb(82 82 91 / 0.9); border-bottom-color: rgb(82 82 91 / 0.9); }
.border-y-zinc-600\/95{ border-top-color: rgb(82 82 91 / 0.95); border-bottom-color: rgb(82 82 91 / 0.95); }
.border-y-zinc-700{ --tw-border-opacity: 1; border-top-color: rgb(63 63 70 / var(--tw-border-opacity)); border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-y-zinc-700\/0{ border-top-color: rgb(63 63 70 / 0); border-bottom-color: rgb(63 63 70 / 0); }
.border-y-zinc-700\/10{ border-top-color: rgb(63 63 70 / 0.1); border-bottom-color: rgb(63 63 70 / 0.1); }
.border-y-zinc-700\/100{ border-top-color: rgb(63 63 70 / 1); border-bottom-color: rgb(63 63 70 / 1); }
.border-y-zinc-700\/20{ border-top-color: rgb(63 63 70 / 0.2); border-bottom-color: rgb(63 63 70 / 0.2); }
.border-y-zinc-700\/25{ border-top-color: rgb(63 63 70 / 0.25); border-bottom-color: rgb(63 63 70 / 0.25); }
.border-y-zinc-700\/30{ border-top-color: rgb(63 63 70 / 0.3); border-bottom-color: rgb(63 63 70 / 0.3); }
.border-y-zinc-700\/40{ border-top-color: rgb(63 63 70 / 0.4); border-bottom-color: rgb(63 63 70 / 0.4); }
.border-y-zinc-700\/5{ border-top-color: rgb(63 63 70 / 0.05); border-bottom-color: rgb(63 63 70 / 0.05); }
.border-y-zinc-700\/50{ border-top-color: rgb(63 63 70 / 0.5); border-bottom-color: rgb(63 63 70 / 0.5); }
.border-y-zinc-700\/60{ border-top-color: rgb(63 63 70 / 0.6); border-bottom-color: rgb(63 63 70 / 0.6); }
.border-y-zinc-700\/70{ border-top-color: rgb(63 63 70 / 0.7); border-bottom-color: rgb(63 63 70 / 0.7); }
.border-y-zinc-700\/75{ border-top-color: rgb(63 63 70 / 0.75); border-bottom-color: rgb(63 63 70 / 0.75); }
.border-y-zinc-700\/80{ border-top-color: rgb(63 63 70 / 0.8); border-bottom-color: rgb(63 63 70 / 0.8); }
.border-y-zinc-700\/90{ border-top-color: rgb(63 63 70 / 0.9); border-bottom-color: rgb(63 63 70 / 0.9); }
.border-y-zinc-700\/95{ border-top-color: rgb(63 63 70 / 0.95); border-bottom-color: rgb(63 63 70 / 0.95); }
.border-y-zinc-800{ --tw-border-opacity: 1; border-top-color: rgb(39 39 42 / var(--tw-border-opacity)); border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-y-zinc-800\/0{ border-top-color: rgb(39 39 42 / 0); border-bottom-color: rgb(39 39 42 / 0); }
.border-y-zinc-800\/10{ border-top-color: rgb(39 39 42 / 0.1); border-bottom-color: rgb(39 39 42 / 0.1); }
.border-y-zinc-800\/100{ border-top-color: rgb(39 39 42 / 1); border-bottom-color: rgb(39 39 42 / 1); }
.border-y-zinc-800\/20{ border-top-color: rgb(39 39 42 / 0.2); border-bottom-color: rgb(39 39 42 / 0.2); }
.border-y-zinc-800\/25{ border-top-color: rgb(39 39 42 / 0.25); border-bottom-color: rgb(39 39 42 / 0.25); }
.border-y-zinc-800\/30{ border-top-color: rgb(39 39 42 / 0.3); border-bottom-color: rgb(39 39 42 / 0.3); }
.border-y-zinc-800\/40{ border-top-color: rgb(39 39 42 / 0.4); border-bottom-color: rgb(39 39 42 / 0.4); }
.border-y-zinc-800\/5{ border-top-color: rgb(39 39 42 / 0.05); border-bottom-color: rgb(39 39 42 / 0.05); }
.border-y-zinc-800\/50{ border-top-color: rgb(39 39 42 / 0.5); border-bottom-color: rgb(39 39 42 / 0.5); }
.border-y-zinc-800\/60{ border-top-color: rgb(39 39 42 / 0.6); border-bottom-color: rgb(39 39 42 / 0.6); }
.border-y-zinc-800\/70{ border-top-color: rgb(39 39 42 / 0.7); border-bottom-color: rgb(39 39 42 / 0.7); }
.border-y-zinc-800\/75{ border-top-color: rgb(39 39 42 / 0.75); border-bottom-color: rgb(39 39 42 / 0.75); }
.border-y-zinc-800\/80{ border-top-color: rgb(39 39 42 / 0.8); border-bottom-color: rgb(39 39 42 / 0.8); }
.border-y-zinc-800\/90{ border-top-color: rgb(39 39 42 / 0.9); border-bottom-color: rgb(39 39 42 / 0.9); }
.border-y-zinc-800\/95{ border-top-color: rgb(39 39 42 / 0.95); border-bottom-color: rgb(39 39 42 / 0.95); }
.border-y-zinc-900{ --tw-border-opacity: 1; border-top-color: rgb(24 24 27 / var(--tw-border-opacity)); border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-y-zinc-900\/0{ border-top-color: rgb(24 24 27 / 0); border-bottom-color: rgb(24 24 27 / 0); }
.border-y-zinc-900\/10{ border-top-color: rgb(24 24 27 / 0.1); border-bottom-color: rgb(24 24 27 / 0.1); }
.border-y-zinc-900\/100{ border-top-color: rgb(24 24 27 / 1); border-bottom-color: rgb(24 24 27 / 1); }
.border-y-zinc-900\/20{ border-top-color: rgb(24 24 27 / 0.2); border-bottom-color: rgb(24 24 27 / 0.2); }
.border-y-zinc-900\/25{ border-top-color: rgb(24 24 27 / 0.25); border-bottom-color: rgb(24 24 27 / 0.25); }
.border-y-zinc-900\/30{ border-top-color: rgb(24 24 27 / 0.3); border-bottom-color: rgb(24 24 27 / 0.3); }
.border-y-zinc-900\/40{ border-top-color: rgb(24 24 27 / 0.4); border-bottom-color: rgb(24 24 27 / 0.4); }
.border-y-zinc-900\/5{ border-top-color: rgb(24 24 27 / 0.05); border-bottom-color: rgb(24 24 27 / 0.05); }
.border-y-zinc-900\/50{ border-top-color: rgb(24 24 27 / 0.5); border-bottom-color: rgb(24 24 27 / 0.5); }
.border-y-zinc-900\/60{ border-top-color: rgb(24 24 27 / 0.6); border-bottom-color: rgb(24 24 27 / 0.6); }
.border-y-zinc-900\/70{ border-top-color: rgb(24 24 27 / 0.7); border-bottom-color: rgb(24 24 27 / 0.7); }
.border-y-zinc-900\/75{ border-top-color: rgb(24 24 27 / 0.75); border-bottom-color: rgb(24 24 27 / 0.75); }
.border-y-zinc-900\/80{ border-top-color: rgb(24 24 27 / 0.8); border-bottom-color: rgb(24 24 27 / 0.8); }
.border-y-zinc-900\/90{ border-top-color: rgb(24 24 27 / 0.9); border-bottom-color: rgb(24 24 27 / 0.9); }
.border-y-zinc-900\/95{ border-top-color: rgb(24 24 27 / 0.95); border-bottom-color: rgb(24 24 27 / 0.95); }
.border-y-zinc-950{ --tw-border-opacity: 1; border-top-color: rgb(9 9 11 / var(--tw-border-opacity)); border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-y-zinc-950\/0{ border-top-color: rgb(9 9 11 / 0); border-bottom-color: rgb(9 9 11 / 0); }
.border-y-zinc-950\/10{ border-top-color: rgb(9 9 11 / 0.1); border-bottom-color: rgb(9 9 11 / 0.1); }
.border-y-zinc-950\/100{ border-top-color: rgb(9 9 11 / 1); border-bottom-color: rgb(9 9 11 / 1); }
.border-y-zinc-950\/20{ border-top-color: rgb(9 9 11 / 0.2); border-bottom-color: rgb(9 9 11 / 0.2); }
.border-y-zinc-950\/25{ border-top-color: rgb(9 9 11 / 0.25); border-bottom-color: rgb(9 9 11 / 0.25); }
.border-y-zinc-950\/30{ border-top-color: rgb(9 9 11 / 0.3); border-bottom-color: rgb(9 9 11 / 0.3); }
.border-y-zinc-950\/40{ border-top-color: rgb(9 9 11 / 0.4); border-bottom-color: rgb(9 9 11 / 0.4); }
.border-y-zinc-950\/5{ border-top-color: rgb(9 9 11 / 0.05); border-bottom-color: rgb(9 9 11 / 0.05); }
.border-y-zinc-950\/50{ border-top-color: rgb(9 9 11 / 0.5); border-bottom-color: rgb(9 9 11 / 0.5); }
.border-y-zinc-950\/60{ border-top-color: rgb(9 9 11 / 0.6); border-bottom-color: rgb(9 9 11 / 0.6); }
.border-y-zinc-950\/70{ border-top-color: rgb(9 9 11 / 0.7); border-bottom-color: rgb(9 9 11 / 0.7); }
.border-y-zinc-950\/75{ border-top-color: rgb(9 9 11 / 0.75); border-bottom-color: rgb(9 9 11 / 0.75); }
.border-y-zinc-950\/80{ border-top-color: rgb(9 9 11 / 0.8); border-bottom-color: rgb(9 9 11 / 0.8); }
.border-y-zinc-950\/90{ border-top-color: rgb(9 9 11 / 0.9); border-bottom-color: rgb(9 9 11 / 0.9); }
.border-y-zinc-950\/95{ border-top-color: rgb(9 9 11 / 0.95); border-bottom-color: rgb(9 9 11 / 0.95); }
.border-b-amaranth{ --tw-border-opacity: 1; border-bottom-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-b-amaranth-100{ --tw-border-opacity: 1; border-bottom-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-b-amaranth-100\/0{ border-bottom-color: rgb(241 230 237 / 0); }
.border-b-amaranth-100\/10{ border-bottom-color: rgb(241 230 237 / 0.1); }
.border-b-amaranth-100\/100{ border-bottom-color: rgb(241 230 237 / 1); }
.border-b-amaranth-100\/20{ border-bottom-color: rgb(241 230 237 / 0.2); }
.border-b-amaranth-100\/25{ border-bottom-color: rgb(241 230 237 / 0.25); }
.border-b-amaranth-100\/30{ border-bottom-color: rgb(241 230 237 / 0.3); }
.border-b-amaranth-100\/40{ border-bottom-color: rgb(241 230 237 / 0.4); }
.border-b-amaranth-100\/5{ border-bottom-color: rgb(241 230 237 / 0.05); }
.border-b-amaranth-100\/50{ border-bottom-color: rgb(241 230 237 / 0.5); }
.border-b-amaranth-100\/60{ border-bottom-color: rgb(241 230 237 / 0.6); }
.border-b-amaranth-100\/70{ border-bottom-color: rgb(241 230 237 / 0.7); }
.border-b-amaranth-100\/75{ border-bottom-color: rgb(241 230 237 / 0.75); }
.border-b-amaranth-100\/80{ border-bottom-color: rgb(241 230 237 / 0.8); }
.border-b-amaranth-100\/90{ border-bottom-color: rgb(241 230 237 / 0.9); }
.border-b-amaranth-100\/95{ border-bottom-color: rgb(241 230 237 / 0.95); }
.border-b-amaranth-200{ --tw-border-opacity: 1; border-bottom-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-b-amaranth-200\/0{ border-bottom-color: rgb(227 204 219 / 0); }
.border-b-amaranth-200\/10{ border-bottom-color: rgb(227 204 219 / 0.1); }
.border-b-amaranth-200\/100{ border-bottom-color: rgb(227 204 219 / 1); }
.border-b-amaranth-200\/20{ border-bottom-color: rgb(227 204 219 / 0.2); }
.border-b-amaranth-200\/25{ border-bottom-color: rgb(227 204 219 / 0.25); }
.border-b-amaranth-200\/30{ border-bottom-color: rgb(227 204 219 / 0.3); }
.border-b-amaranth-200\/40{ border-bottom-color: rgb(227 204 219 / 0.4); }
.border-b-amaranth-200\/5{ border-bottom-color: rgb(227 204 219 / 0.05); }
.border-b-amaranth-200\/50{ border-bottom-color: rgb(227 204 219 / 0.5); }
.border-b-amaranth-200\/60{ border-bottom-color: rgb(227 204 219 / 0.6); }
.border-b-amaranth-200\/70{ border-bottom-color: rgb(227 204 219 / 0.7); }
.border-b-amaranth-200\/75{ border-bottom-color: rgb(227 204 219 / 0.75); }
.border-b-amaranth-200\/80{ border-bottom-color: rgb(227 204 219 / 0.8); }
.border-b-amaranth-200\/90{ border-bottom-color: rgb(227 204 219 / 0.9); }
.border-b-amaranth-200\/95{ border-bottom-color: rgb(227 204 219 / 0.95); }
.border-b-amaranth-300{ --tw-border-opacity: 1; border-bottom-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-b-amaranth-300\/0{ border-bottom-color: rgb(214 179 201 / 0); }
.border-b-amaranth-300\/10{ border-bottom-color: rgb(214 179 201 / 0.1); }
.border-b-amaranth-300\/100{ border-bottom-color: rgb(214 179 201 / 1); }
.border-b-amaranth-300\/20{ border-bottom-color: rgb(214 179 201 / 0.2); }
.border-b-amaranth-300\/25{ border-bottom-color: rgb(214 179 201 / 0.25); }
.border-b-amaranth-300\/30{ border-bottom-color: rgb(214 179 201 / 0.3); }
.border-b-amaranth-300\/40{ border-bottom-color: rgb(214 179 201 / 0.4); }
.border-b-amaranth-300\/5{ border-bottom-color: rgb(214 179 201 / 0.05); }
.border-b-amaranth-300\/50{ border-bottom-color: rgb(214 179 201 / 0.5); }
.border-b-amaranth-300\/60{ border-bottom-color: rgb(214 179 201 / 0.6); }
.border-b-amaranth-300\/70{ border-bottom-color: rgb(214 179 201 / 0.7); }
.border-b-amaranth-300\/75{ border-bottom-color: rgb(214 179 201 / 0.75); }
.border-b-amaranth-300\/80{ border-bottom-color: rgb(214 179 201 / 0.8); }
.border-b-amaranth-300\/90{ border-bottom-color: rgb(214 179 201 / 0.9); }
.border-b-amaranth-300\/95{ border-bottom-color: rgb(214 179 201 / 0.95); }
.border-b-amaranth-400{ --tw-border-opacity: 1; border-bottom-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-b-amaranth-400\/0{ border-bottom-color: rgb(199 153 182 / 0); }
.border-b-amaranth-400\/10{ border-bottom-color: rgb(199 153 182 / 0.1); }
.border-b-amaranth-400\/100{ border-bottom-color: rgb(199 153 182 / 1); }
.border-b-amaranth-400\/20{ border-bottom-color: rgb(199 153 182 / 0.2); }
.border-b-amaranth-400\/25{ border-bottom-color: rgb(199 153 182 / 0.25); }
.border-b-amaranth-400\/30{ border-bottom-color: rgb(199 153 182 / 0.3); }
.border-b-amaranth-400\/40{ border-bottom-color: rgb(199 153 182 / 0.4); }
.border-b-amaranth-400\/5{ border-bottom-color: rgb(199 153 182 / 0.05); }
.border-b-amaranth-400\/50{ border-bottom-color: rgb(199 153 182 / 0.5); }
.border-b-amaranth-400\/60{ border-bottom-color: rgb(199 153 182 / 0.6); }
.border-b-amaranth-400\/70{ border-bottom-color: rgb(199 153 182 / 0.7); }
.border-b-amaranth-400\/75{ border-bottom-color: rgb(199 153 182 / 0.75); }
.border-b-amaranth-400\/80{ border-bottom-color: rgb(199 153 182 / 0.8); }
.border-b-amaranth-400\/90{ border-bottom-color: rgb(199 153 182 / 0.9); }
.border-b-amaranth-400\/95{ border-bottom-color: rgb(199 153 182 / 0.95); }
.border-b-amaranth-500{ --tw-border-opacity: 1; border-bottom-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-b-amaranth-500\/0{ border-bottom-color: rgb(186 128 164 / 0); }
.border-b-amaranth-500\/10{ border-bottom-color: rgb(186 128 164 / 0.1); }
.border-b-amaranth-500\/100{ border-bottom-color: rgb(186 128 164 / 1); }
.border-b-amaranth-500\/20{ border-bottom-color: rgb(186 128 164 / 0.2); }
.border-b-amaranth-500\/25{ border-bottom-color: rgb(186 128 164 / 0.25); }
.border-b-amaranth-500\/30{ border-bottom-color: rgb(186 128 164 / 0.3); }
.border-b-amaranth-500\/40{ border-bottom-color: rgb(186 128 164 / 0.4); }
.border-b-amaranth-500\/5{ border-bottom-color: rgb(186 128 164 / 0.05); }
.border-b-amaranth-500\/50{ border-bottom-color: rgb(186 128 164 / 0.5); }
.border-b-amaranth-500\/60{ border-bottom-color: rgb(186 128 164 / 0.6); }
.border-b-amaranth-500\/70{ border-bottom-color: rgb(186 128 164 / 0.7); }
.border-b-amaranth-500\/75{ border-bottom-color: rgb(186 128 164 / 0.75); }
.border-b-amaranth-500\/80{ border-bottom-color: rgb(186 128 164 / 0.8); }
.border-b-amaranth-500\/90{ border-bottom-color: rgb(186 128 164 / 0.9); }
.border-b-amaranth-500\/95{ border-bottom-color: rgb(186 128 164 / 0.95); }
.border-b-amaranth-600{ --tw-border-opacity: 1; border-bottom-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-b-amaranth-600\/0{ border-bottom-color: rgb(172 102 146 / 0); }
.border-b-amaranth-600\/10{ border-bottom-color: rgb(172 102 146 / 0.1); }
.border-b-amaranth-600\/100{ border-bottom-color: rgb(172 102 146 / 1); }
.border-b-amaranth-600\/20{ border-bottom-color: rgb(172 102 146 / 0.2); }
.border-b-amaranth-600\/25{ border-bottom-color: rgb(172 102 146 / 0.25); }
.border-b-amaranth-600\/30{ border-bottom-color: rgb(172 102 146 / 0.3); }
.border-b-amaranth-600\/40{ border-bottom-color: rgb(172 102 146 / 0.4); }
.border-b-amaranth-600\/5{ border-bottom-color: rgb(172 102 146 / 0.05); }
.border-b-amaranth-600\/50{ border-bottom-color: rgb(172 102 146 / 0.5); }
.border-b-amaranth-600\/60{ border-bottom-color: rgb(172 102 146 / 0.6); }
.border-b-amaranth-600\/70{ border-bottom-color: rgb(172 102 146 / 0.7); }
.border-b-amaranth-600\/75{ border-bottom-color: rgb(172 102 146 / 0.75); }
.border-b-amaranth-600\/80{ border-bottom-color: rgb(172 102 146 / 0.8); }
.border-b-amaranth-600\/90{ border-bottom-color: rgb(172 102 146 / 0.9); }
.border-b-amaranth-600\/95{ border-bottom-color: rgb(172 102 146 / 0.95); }
.border-b-amaranth-700{ --tw-border-opacity: 1; border-bottom-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-b-amaranth-700\/0{ border-bottom-color: rgb(157 76 127 / 0); }
.border-b-amaranth-700\/10{ border-bottom-color: rgb(157 76 127 / 0.1); }
.border-b-amaranth-700\/100{ border-bottom-color: rgb(157 76 127 / 1); }
.border-b-amaranth-700\/20{ border-bottom-color: rgb(157 76 127 / 0.2); }
.border-b-amaranth-700\/25{ border-bottom-color: rgb(157 76 127 / 0.25); }
.border-b-amaranth-700\/30{ border-bottom-color: rgb(157 76 127 / 0.3); }
.border-b-amaranth-700\/40{ border-bottom-color: rgb(157 76 127 / 0.4); }
.border-b-amaranth-700\/5{ border-bottom-color: rgb(157 76 127 / 0.05); }
.border-b-amaranth-700\/50{ border-bottom-color: rgb(157 76 127 / 0.5); }
.border-b-amaranth-700\/60{ border-bottom-color: rgb(157 76 127 / 0.6); }
.border-b-amaranth-700\/70{ border-bottom-color: rgb(157 76 127 / 0.7); }
.border-b-amaranth-700\/75{ border-bottom-color: rgb(157 76 127 / 0.75); }
.border-b-amaranth-700\/80{ border-bottom-color: rgb(157 76 127 / 0.8); }
.border-b-amaranth-700\/90{ border-bottom-color: rgb(157 76 127 / 0.9); }
.border-b-amaranth-700\/95{ border-bottom-color: rgb(157 76 127 / 0.95); }
.border-b-amaranth-800{ --tw-border-opacity: 1; border-bottom-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-b-amaranth-800\/0{ border-bottom-color: rgb(144 51 109 / 0); }
.border-b-amaranth-800\/10{ border-bottom-color: rgb(144 51 109 / 0.1); }
.border-b-amaranth-800\/100{ border-bottom-color: rgb(144 51 109 / 1); }
.border-b-amaranth-800\/20{ border-bottom-color: rgb(144 51 109 / 0.2); }
.border-b-amaranth-800\/25{ border-bottom-color: rgb(144 51 109 / 0.25); }
.border-b-amaranth-800\/30{ border-bottom-color: rgb(144 51 109 / 0.3); }
.border-b-amaranth-800\/40{ border-bottom-color: rgb(144 51 109 / 0.4); }
.border-b-amaranth-800\/5{ border-bottom-color: rgb(144 51 109 / 0.05); }
.border-b-amaranth-800\/50{ border-bottom-color: rgb(144 51 109 / 0.5); }
.border-b-amaranth-800\/60{ border-bottom-color: rgb(144 51 109 / 0.6); }
.border-b-amaranth-800\/70{ border-bottom-color: rgb(144 51 109 / 0.7); }
.border-b-amaranth-800\/75{ border-bottom-color: rgb(144 51 109 / 0.75); }
.border-b-amaranth-800\/80{ border-bottom-color: rgb(144 51 109 / 0.8); }
.border-b-amaranth-800\/90{ border-bottom-color: rgb(144 51 109 / 0.9); }
.border-b-amaranth-800\/95{ border-bottom-color: rgb(144 51 109 / 0.95); }
.border-b-amaranth-900{ --tw-border-opacity: 1; border-bottom-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-b-amaranth-900\/0{ border-bottom-color: rgb(130 26 92 / 0); }
.border-b-amaranth-900\/10{ border-bottom-color: rgb(130 26 92 / 0.1); }
.border-b-amaranth-900\/100{ border-bottom-color: rgb(130 26 92 / 1); }
.border-b-amaranth-900\/20{ border-bottom-color: rgb(130 26 92 / 0.2); }
.border-b-amaranth-900\/25{ border-bottom-color: rgb(130 26 92 / 0.25); }
.border-b-amaranth-900\/30{ border-bottom-color: rgb(130 26 92 / 0.3); }
.border-b-amaranth-900\/40{ border-bottom-color: rgb(130 26 92 / 0.4); }
.border-b-amaranth-900\/5{ border-bottom-color: rgb(130 26 92 / 0.05); }
.border-b-amaranth-900\/50{ border-bottom-color: rgb(130 26 92 / 0.5); }
.border-b-amaranth-900\/60{ border-bottom-color: rgb(130 26 92 / 0.6); }
.border-b-amaranth-900\/70{ border-bottom-color: rgb(130 26 92 / 0.7); }
.border-b-amaranth-900\/75{ border-bottom-color: rgb(130 26 92 / 0.75); }
.border-b-amaranth-900\/80{ border-bottom-color: rgb(130 26 92 / 0.8); }
.border-b-amaranth-900\/90{ border-bottom-color: rgb(130 26 92 / 0.9); }
.border-b-amaranth-900\/95{ border-bottom-color: rgb(130 26 92 / 0.95); }
.border-b-amaranth-950{ --tw-border-opacity: 1; border-bottom-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-b-amaranth-950\/0{ border-bottom-color: rgb(123 13 82 / 0); }
.border-b-amaranth-950\/10{ border-bottom-color: rgb(123 13 82 / 0.1); }
.border-b-amaranth-950\/100{ border-bottom-color: rgb(123 13 82 / 1); }
.border-b-amaranth-950\/20{ border-bottom-color: rgb(123 13 82 / 0.2); }
.border-b-amaranth-950\/25{ border-bottom-color: rgb(123 13 82 / 0.25); }
.border-b-amaranth-950\/30{ border-bottom-color: rgb(123 13 82 / 0.3); }
.border-b-amaranth-950\/40{ border-bottom-color: rgb(123 13 82 / 0.4); }
.border-b-amaranth-950\/5{ border-bottom-color: rgb(123 13 82 / 0.05); }
.border-b-amaranth-950\/50{ border-bottom-color: rgb(123 13 82 / 0.5); }
.border-b-amaranth-950\/60{ border-bottom-color: rgb(123 13 82 / 0.6); }
.border-b-amaranth-950\/70{ border-bottom-color: rgb(123 13 82 / 0.7); }
.border-b-amaranth-950\/75{ border-bottom-color: rgb(123 13 82 / 0.75); }
.border-b-amaranth-950\/80{ border-bottom-color: rgb(123 13 82 / 0.8); }
.border-b-amaranth-950\/90{ border-bottom-color: rgb(123 13 82 / 0.9); }
.border-b-amaranth-950\/95{ border-bottom-color: rgb(123 13 82 / 0.95); }
.border-b-amaranth\/0{ border-bottom-color: rgb(116 0 73 / 0); }
.border-b-amaranth\/10{ border-bottom-color: rgb(116 0 73 / 0.1); }
.border-b-amaranth\/100{ border-bottom-color: rgb(116 0 73 / 1); }
.border-b-amaranth\/20{ border-bottom-color: rgb(116 0 73 / 0.2); }
.border-b-amaranth\/25{ border-bottom-color: rgb(116 0 73 / 0.25); }
.border-b-amaranth\/30{ border-bottom-color: rgb(116 0 73 / 0.3); }
.border-b-amaranth\/40{ border-bottom-color: rgb(116 0 73 / 0.4); }
.border-b-amaranth\/5{ border-bottom-color: rgb(116 0 73 / 0.05); }
.border-b-amaranth\/50{ border-bottom-color: rgb(116 0 73 / 0.5); }
.border-b-amaranth\/60{ border-bottom-color: rgb(116 0 73 / 0.6); }
.border-b-amaranth\/70{ border-bottom-color: rgb(116 0 73 / 0.7); }
.border-b-amaranth\/75{ border-bottom-color: rgb(116 0 73 / 0.75); }
.border-b-amaranth\/80{ border-bottom-color: rgb(116 0 73 / 0.8); }
.border-b-amaranth\/90{ border-bottom-color: rgb(116 0 73 / 0.9); }
.border-b-amaranth\/95{ border-bottom-color: rgb(116 0 73 / 0.95); }
.border-b-amber-100{ --tw-border-opacity: 1; border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-b-amber-100\/0{ border-bottom-color: rgb(254 243 199 / 0); }
.border-b-amber-100\/10{ border-bottom-color: rgb(254 243 199 / 0.1); }
.border-b-amber-100\/100{ border-bottom-color: rgb(254 243 199 / 1); }
.border-b-amber-100\/20{ border-bottom-color: rgb(254 243 199 / 0.2); }
.border-b-amber-100\/25{ border-bottom-color: rgb(254 243 199 / 0.25); }
.border-b-amber-100\/30{ border-bottom-color: rgb(254 243 199 / 0.3); }
.border-b-amber-100\/40{ border-bottom-color: rgb(254 243 199 / 0.4); }
.border-b-amber-100\/5{ border-bottom-color: rgb(254 243 199 / 0.05); }
.border-b-amber-100\/50{ border-bottom-color: rgb(254 243 199 / 0.5); }
.border-b-amber-100\/60{ border-bottom-color: rgb(254 243 199 / 0.6); }
.border-b-amber-100\/70{ border-bottom-color: rgb(254 243 199 / 0.7); }
.border-b-amber-100\/75{ border-bottom-color: rgb(254 243 199 / 0.75); }
.border-b-amber-100\/80{ border-bottom-color: rgb(254 243 199 / 0.8); }
.border-b-amber-100\/90{ border-bottom-color: rgb(254 243 199 / 0.9); }
.border-b-amber-100\/95{ border-bottom-color: rgb(254 243 199 / 0.95); }
.border-b-amber-200{ --tw-border-opacity: 1; border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-b-amber-200\/0{ border-bottom-color: rgb(253 230 138 / 0); }
.border-b-amber-200\/10{ border-bottom-color: rgb(253 230 138 / 0.1); }
.border-b-amber-200\/100{ border-bottom-color: rgb(253 230 138 / 1); }
.border-b-amber-200\/20{ border-bottom-color: rgb(253 230 138 / 0.2); }
.border-b-amber-200\/25{ border-bottom-color: rgb(253 230 138 / 0.25); }
.border-b-amber-200\/30{ border-bottom-color: rgb(253 230 138 / 0.3); }
.border-b-amber-200\/40{ border-bottom-color: rgb(253 230 138 / 0.4); }
.border-b-amber-200\/5{ border-bottom-color: rgb(253 230 138 / 0.05); }
.border-b-amber-200\/50{ border-bottom-color: rgb(253 230 138 / 0.5); }
.border-b-amber-200\/60{ border-bottom-color: rgb(253 230 138 / 0.6); }
.border-b-amber-200\/70{ border-bottom-color: rgb(253 230 138 / 0.7); }
.border-b-amber-200\/75{ border-bottom-color: rgb(253 230 138 / 0.75); }
.border-b-amber-200\/80{ border-bottom-color: rgb(253 230 138 / 0.8); }
.border-b-amber-200\/90{ border-bottom-color: rgb(253 230 138 / 0.9); }
.border-b-amber-200\/95{ border-bottom-color: rgb(253 230 138 / 0.95); }
.border-b-amber-300{ --tw-border-opacity: 1; border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-b-amber-300\/0{ border-bottom-color: rgb(252 211 77 / 0); }
.border-b-amber-300\/10{ border-bottom-color: rgb(252 211 77 / 0.1); }
.border-b-amber-300\/100{ border-bottom-color: rgb(252 211 77 / 1); }
.border-b-amber-300\/20{ border-bottom-color: rgb(252 211 77 / 0.2); }
.border-b-amber-300\/25{ border-bottom-color: rgb(252 211 77 / 0.25); }
.border-b-amber-300\/30{ border-bottom-color: rgb(252 211 77 / 0.3); }
.border-b-amber-300\/40{ border-bottom-color: rgb(252 211 77 / 0.4); }
.border-b-amber-300\/5{ border-bottom-color: rgb(252 211 77 / 0.05); }
.border-b-amber-300\/50{ border-bottom-color: rgb(252 211 77 / 0.5); }
.border-b-amber-300\/60{ border-bottom-color: rgb(252 211 77 / 0.6); }
.border-b-amber-300\/70{ border-bottom-color: rgb(252 211 77 / 0.7); }
.border-b-amber-300\/75{ border-bottom-color: rgb(252 211 77 / 0.75); }
.border-b-amber-300\/80{ border-bottom-color: rgb(252 211 77 / 0.8); }
.border-b-amber-300\/90{ border-bottom-color: rgb(252 211 77 / 0.9); }
.border-b-amber-300\/95{ border-bottom-color: rgb(252 211 77 / 0.95); }
.border-b-amber-400{ --tw-border-opacity: 1; border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-b-amber-400\/0{ border-bottom-color: rgb(251 191 36 / 0); }
.border-b-amber-400\/10{ border-bottom-color: rgb(251 191 36 / 0.1); }
.border-b-amber-400\/100{ border-bottom-color: rgb(251 191 36 / 1); }
.border-b-amber-400\/20{ border-bottom-color: rgb(251 191 36 / 0.2); }
.border-b-amber-400\/25{ border-bottom-color: rgb(251 191 36 / 0.25); }
.border-b-amber-400\/30{ border-bottom-color: rgb(251 191 36 / 0.3); }
.border-b-amber-400\/40{ border-bottom-color: rgb(251 191 36 / 0.4); }
.border-b-amber-400\/5{ border-bottom-color: rgb(251 191 36 / 0.05); }
.border-b-amber-400\/50{ border-bottom-color: rgb(251 191 36 / 0.5); }
.border-b-amber-400\/60{ border-bottom-color: rgb(251 191 36 / 0.6); }
.border-b-amber-400\/70{ border-bottom-color: rgb(251 191 36 / 0.7); }
.border-b-amber-400\/75{ border-bottom-color: rgb(251 191 36 / 0.75); }
.border-b-amber-400\/80{ border-bottom-color: rgb(251 191 36 / 0.8); }
.border-b-amber-400\/90{ border-bottom-color: rgb(251 191 36 / 0.9); }
.border-b-amber-400\/95{ border-bottom-color: rgb(251 191 36 / 0.95); }
.border-b-amber-50{ --tw-border-opacity: 1; border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-b-amber-50\/0{ border-bottom-color: rgb(255 251 235 / 0); }
.border-b-amber-50\/10{ border-bottom-color: rgb(255 251 235 / 0.1); }
.border-b-amber-50\/100{ border-bottom-color: rgb(255 251 235 / 1); }
.border-b-amber-50\/20{ border-bottom-color: rgb(255 251 235 / 0.2); }
.border-b-amber-50\/25{ border-bottom-color: rgb(255 251 235 / 0.25); }
.border-b-amber-50\/30{ border-bottom-color: rgb(255 251 235 / 0.3); }
.border-b-amber-50\/40{ border-bottom-color: rgb(255 251 235 / 0.4); }
.border-b-amber-50\/5{ border-bottom-color: rgb(255 251 235 / 0.05); }
.border-b-amber-50\/50{ border-bottom-color: rgb(255 251 235 / 0.5); }
.border-b-amber-50\/60{ border-bottom-color: rgb(255 251 235 / 0.6); }
.border-b-amber-50\/70{ border-bottom-color: rgb(255 251 235 / 0.7); }
.border-b-amber-50\/75{ border-bottom-color: rgb(255 251 235 / 0.75); }
.border-b-amber-50\/80{ border-bottom-color: rgb(255 251 235 / 0.8); }
.border-b-amber-50\/90{ border-bottom-color: rgb(255 251 235 / 0.9); }
.border-b-amber-50\/95{ border-bottom-color: rgb(255 251 235 / 0.95); }
.border-b-amber-500{ --tw-border-opacity: 1; border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-b-amber-500\/0{ border-bottom-color: rgb(245 158 11 / 0); }
.border-b-amber-500\/10{ border-bottom-color: rgb(245 158 11 / 0.1); }
.border-b-amber-500\/100{ border-bottom-color: rgb(245 158 11 / 1); }
.border-b-amber-500\/20{ border-bottom-color: rgb(245 158 11 / 0.2); }
.border-b-amber-500\/25{ border-bottom-color: rgb(245 158 11 / 0.25); }
.border-b-amber-500\/30{ border-bottom-color: rgb(245 158 11 / 0.3); }
.border-b-amber-500\/40{ border-bottom-color: rgb(245 158 11 / 0.4); }
.border-b-amber-500\/5{ border-bottom-color: rgb(245 158 11 / 0.05); }
.border-b-amber-500\/50{ border-bottom-color: rgb(245 158 11 / 0.5); }
.border-b-amber-500\/60{ border-bottom-color: rgb(245 158 11 / 0.6); }
.border-b-amber-500\/70{ border-bottom-color: rgb(245 158 11 / 0.7); }
.border-b-amber-500\/75{ border-bottom-color: rgb(245 158 11 / 0.75); }
.border-b-amber-500\/80{ border-bottom-color: rgb(245 158 11 / 0.8); }
.border-b-amber-500\/90{ border-bottom-color: rgb(245 158 11 / 0.9); }
.border-b-amber-500\/95{ border-bottom-color: rgb(245 158 11 / 0.95); }
.border-b-amber-600{ --tw-border-opacity: 1; border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-b-amber-600\/0{ border-bottom-color: rgb(217 119 6 / 0); }
.border-b-amber-600\/10{ border-bottom-color: rgb(217 119 6 / 0.1); }
.border-b-amber-600\/100{ border-bottom-color: rgb(217 119 6 / 1); }
.border-b-amber-600\/20{ border-bottom-color: rgb(217 119 6 / 0.2); }
.border-b-amber-600\/25{ border-bottom-color: rgb(217 119 6 / 0.25); }
.border-b-amber-600\/30{ border-bottom-color: rgb(217 119 6 / 0.3); }
.border-b-amber-600\/40{ border-bottom-color: rgb(217 119 6 / 0.4); }
.border-b-amber-600\/5{ border-bottom-color: rgb(217 119 6 / 0.05); }
.border-b-amber-600\/50{ border-bottom-color: rgb(217 119 6 / 0.5); }
.border-b-amber-600\/60{ border-bottom-color: rgb(217 119 6 / 0.6); }
.border-b-amber-600\/70{ border-bottom-color: rgb(217 119 6 / 0.7); }
.border-b-amber-600\/75{ border-bottom-color: rgb(217 119 6 / 0.75); }
.border-b-amber-600\/80{ border-bottom-color: rgb(217 119 6 / 0.8); }
.border-b-amber-600\/90{ border-bottom-color: rgb(217 119 6 / 0.9); }
.border-b-amber-600\/95{ border-bottom-color: rgb(217 119 6 / 0.95); }
.border-b-amber-700{ --tw-border-opacity: 1; border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-b-amber-700\/0{ border-bottom-color: rgb(180 83 9 / 0); }
.border-b-amber-700\/10{ border-bottom-color: rgb(180 83 9 / 0.1); }
.border-b-amber-700\/100{ border-bottom-color: rgb(180 83 9 / 1); }
.border-b-amber-700\/20{ border-bottom-color: rgb(180 83 9 / 0.2); }
.border-b-amber-700\/25{ border-bottom-color: rgb(180 83 9 / 0.25); }
.border-b-amber-700\/30{ border-bottom-color: rgb(180 83 9 / 0.3); }
.border-b-amber-700\/40{ border-bottom-color: rgb(180 83 9 / 0.4); }
.border-b-amber-700\/5{ border-bottom-color: rgb(180 83 9 / 0.05); }
.border-b-amber-700\/50{ border-bottom-color: rgb(180 83 9 / 0.5); }
.border-b-amber-700\/60{ border-bottom-color: rgb(180 83 9 / 0.6); }
.border-b-amber-700\/70{ border-bottom-color: rgb(180 83 9 / 0.7); }
.border-b-amber-700\/75{ border-bottom-color: rgb(180 83 9 / 0.75); }
.border-b-amber-700\/80{ border-bottom-color: rgb(180 83 9 / 0.8); }
.border-b-amber-700\/90{ border-bottom-color: rgb(180 83 9 / 0.9); }
.border-b-amber-700\/95{ border-bottom-color: rgb(180 83 9 / 0.95); }
.border-b-amber-800{ --tw-border-opacity: 1; border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-b-amber-800\/0{ border-bottom-color: rgb(146 64 14 / 0); }
.border-b-amber-800\/10{ border-bottom-color: rgb(146 64 14 / 0.1); }
.border-b-amber-800\/100{ border-bottom-color: rgb(146 64 14 / 1); }
.border-b-amber-800\/20{ border-bottom-color: rgb(146 64 14 / 0.2); }
.border-b-amber-800\/25{ border-bottom-color: rgb(146 64 14 / 0.25); }
.border-b-amber-800\/30{ border-bottom-color: rgb(146 64 14 / 0.3); }
.border-b-amber-800\/40{ border-bottom-color: rgb(146 64 14 / 0.4); }
.border-b-amber-800\/5{ border-bottom-color: rgb(146 64 14 / 0.05); }
.border-b-amber-800\/50{ border-bottom-color: rgb(146 64 14 / 0.5); }
.border-b-amber-800\/60{ border-bottom-color: rgb(146 64 14 / 0.6); }
.border-b-amber-800\/70{ border-bottom-color: rgb(146 64 14 / 0.7); }
.border-b-amber-800\/75{ border-bottom-color: rgb(146 64 14 / 0.75); }
.border-b-amber-800\/80{ border-bottom-color: rgb(146 64 14 / 0.8); }
.border-b-amber-800\/90{ border-bottom-color: rgb(146 64 14 / 0.9); }
.border-b-amber-800\/95{ border-bottom-color: rgb(146 64 14 / 0.95); }
.border-b-amber-900{ --tw-border-opacity: 1; border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-b-amber-900\/0{ border-bottom-color: rgb(120 53 15 / 0); }
.border-b-amber-900\/10{ border-bottom-color: rgb(120 53 15 / 0.1); }
.border-b-amber-900\/100{ border-bottom-color: rgb(120 53 15 / 1); }
.border-b-amber-900\/20{ border-bottom-color: rgb(120 53 15 / 0.2); }
.border-b-amber-900\/25{ border-bottom-color: rgb(120 53 15 / 0.25); }
.border-b-amber-900\/30{ border-bottom-color: rgb(120 53 15 / 0.3); }
.border-b-amber-900\/40{ border-bottom-color: rgb(120 53 15 / 0.4); }
.border-b-amber-900\/5{ border-bottom-color: rgb(120 53 15 / 0.05); }
.border-b-amber-900\/50{ border-bottom-color: rgb(120 53 15 / 0.5); }
.border-b-amber-900\/60{ border-bottom-color: rgb(120 53 15 / 0.6); }
.border-b-amber-900\/70{ border-bottom-color: rgb(120 53 15 / 0.7); }
.border-b-amber-900\/75{ border-bottom-color: rgb(120 53 15 / 0.75); }
.border-b-amber-900\/80{ border-bottom-color: rgb(120 53 15 / 0.8); }
.border-b-amber-900\/90{ border-bottom-color: rgb(120 53 15 / 0.9); }
.border-b-amber-900\/95{ border-bottom-color: rgb(120 53 15 / 0.95); }
.border-b-amber-950{ --tw-border-opacity: 1; border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-b-amber-950\/0{ border-bottom-color: rgb(69 26 3 / 0); }
.border-b-amber-950\/10{ border-bottom-color: rgb(69 26 3 / 0.1); }
.border-b-amber-950\/100{ border-bottom-color: rgb(69 26 3 / 1); }
.border-b-amber-950\/20{ border-bottom-color: rgb(69 26 3 / 0.2); }
.border-b-amber-950\/25{ border-bottom-color: rgb(69 26 3 / 0.25); }
.border-b-amber-950\/30{ border-bottom-color: rgb(69 26 3 / 0.3); }
.border-b-amber-950\/40{ border-bottom-color: rgb(69 26 3 / 0.4); }
.border-b-amber-950\/5{ border-bottom-color: rgb(69 26 3 / 0.05); }
.border-b-amber-950\/50{ border-bottom-color: rgb(69 26 3 / 0.5); }
.border-b-amber-950\/60{ border-bottom-color: rgb(69 26 3 / 0.6); }
.border-b-amber-950\/70{ border-bottom-color: rgb(69 26 3 / 0.7); }
.border-b-amber-950\/75{ border-bottom-color: rgb(69 26 3 / 0.75); }
.border-b-amber-950\/80{ border-bottom-color: rgb(69 26 3 / 0.8); }
.border-b-amber-950\/90{ border-bottom-color: rgb(69 26 3 / 0.9); }
.border-b-amber-950\/95{ border-bottom-color: rgb(69 26 3 / 0.95); }
.border-b-black{ --tw-border-opacity: 1; border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-b-black\/0{ border-bottom-color: rgb(0 0 0 / 0); }
.border-b-black\/10{ border-bottom-color: rgb(0 0 0 / 0.1); }
.border-b-black\/100{ border-bottom-color: rgb(0 0 0 / 1); }
.border-b-black\/20{ border-bottom-color: rgb(0 0 0 / 0.2); }
.border-b-black\/25{ border-bottom-color: rgb(0 0 0 / 0.25); }
.border-b-black\/30{ border-bottom-color: rgb(0 0 0 / 0.3); }
.border-b-black\/40{ border-bottom-color: rgb(0 0 0 / 0.4); }
.border-b-black\/5{ border-bottom-color: rgb(0 0 0 / 0.05); }
.border-b-black\/50{ border-bottom-color: rgb(0 0 0 / 0.5); }
.border-b-black\/60{ border-bottom-color: rgb(0 0 0 / 0.6); }
.border-b-black\/70{ border-bottom-color: rgb(0 0 0 / 0.7); }
.border-b-black\/75{ border-bottom-color: rgb(0 0 0 / 0.75); }
.border-b-black\/80{ border-bottom-color: rgb(0 0 0 / 0.8); }
.border-b-black\/90{ border-bottom-color: rgb(0 0 0 / 0.9); }
.border-b-black\/95{ border-bottom-color: rgb(0 0 0 / 0.95); }
.border-b-blue-100{ --tw-border-opacity: 1; border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-b-blue-100\/0{ border-bottom-color: rgb(219 234 254 / 0); }
.border-b-blue-100\/10{ border-bottom-color: rgb(219 234 254 / 0.1); }
.border-b-blue-100\/100{ border-bottom-color: rgb(219 234 254 / 1); }
.border-b-blue-100\/20{ border-bottom-color: rgb(219 234 254 / 0.2); }
.border-b-blue-100\/25{ border-bottom-color: rgb(219 234 254 / 0.25); }
.border-b-blue-100\/30{ border-bottom-color: rgb(219 234 254 / 0.3); }
.border-b-blue-100\/40{ border-bottom-color: rgb(219 234 254 / 0.4); }
.border-b-blue-100\/5{ border-bottom-color: rgb(219 234 254 / 0.05); }
.border-b-blue-100\/50{ border-bottom-color: rgb(219 234 254 / 0.5); }
.border-b-blue-100\/60{ border-bottom-color: rgb(219 234 254 / 0.6); }
.border-b-blue-100\/70{ border-bottom-color: rgb(219 234 254 / 0.7); }
.border-b-blue-100\/75{ border-bottom-color: rgb(219 234 254 / 0.75); }
.border-b-blue-100\/80{ border-bottom-color: rgb(219 234 254 / 0.8); }
.border-b-blue-100\/90{ border-bottom-color: rgb(219 234 254 / 0.9); }
.border-b-blue-100\/95{ border-bottom-color: rgb(219 234 254 / 0.95); }
.border-b-blue-200{ --tw-border-opacity: 1; border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-b-blue-200\/0{ border-bottom-color: rgb(191 219 254 / 0); }
.border-b-blue-200\/10{ border-bottom-color: rgb(191 219 254 / 0.1); }
.border-b-blue-200\/100{ border-bottom-color: rgb(191 219 254 / 1); }
.border-b-blue-200\/20{ border-bottom-color: rgb(191 219 254 / 0.2); }
.border-b-blue-200\/25{ border-bottom-color: rgb(191 219 254 / 0.25); }
.border-b-blue-200\/30{ border-bottom-color: rgb(191 219 254 / 0.3); }
.border-b-blue-200\/40{ border-bottom-color: rgb(191 219 254 / 0.4); }
.border-b-blue-200\/5{ border-bottom-color: rgb(191 219 254 / 0.05); }
.border-b-blue-200\/50{ border-bottom-color: rgb(191 219 254 / 0.5); }
.border-b-blue-200\/60{ border-bottom-color: rgb(191 219 254 / 0.6); }
.border-b-blue-200\/70{ border-bottom-color: rgb(191 219 254 / 0.7); }
.border-b-blue-200\/75{ border-bottom-color: rgb(191 219 254 / 0.75); }
.border-b-blue-200\/80{ border-bottom-color: rgb(191 219 254 / 0.8); }
.border-b-blue-200\/90{ border-bottom-color: rgb(191 219 254 / 0.9); }
.border-b-blue-200\/95{ border-bottom-color: rgb(191 219 254 / 0.95); }
.border-b-blue-300{ --tw-border-opacity: 1; border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-b-blue-300\/0{ border-bottom-color: rgb(147 197 253 / 0); }
.border-b-blue-300\/10{ border-bottom-color: rgb(147 197 253 / 0.1); }
.border-b-blue-300\/100{ border-bottom-color: rgb(147 197 253 / 1); }
.border-b-blue-300\/20{ border-bottom-color: rgb(147 197 253 / 0.2); }
.border-b-blue-300\/25{ border-bottom-color: rgb(147 197 253 / 0.25); }
.border-b-blue-300\/30{ border-bottom-color: rgb(147 197 253 / 0.3); }
.border-b-blue-300\/40{ border-bottom-color: rgb(147 197 253 / 0.4); }
.border-b-blue-300\/5{ border-bottom-color: rgb(147 197 253 / 0.05); }
.border-b-blue-300\/50{ border-bottom-color: rgb(147 197 253 / 0.5); }
.border-b-blue-300\/60{ border-bottom-color: rgb(147 197 253 / 0.6); }
.border-b-blue-300\/70{ border-bottom-color: rgb(147 197 253 / 0.7); }
.border-b-blue-300\/75{ border-bottom-color: rgb(147 197 253 / 0.75); }
.border-b-blue-300\/80{ border-bottom-color: rgb(147 197 253 / 0.8); }
.border-b-blue-300\/90{ border-bottom-color: rgb(147 197 253 / 0.9); }
.border-b-blue-300\/95{ border-bottom-color: rgb(147 197 253 / 0.95); }
.border-b-blue-400{ --tw-border-opacity: 1; border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-b-blue-400\/0{ border-bottom-color: rgb(96 165 250 / 0); }
.border-b-blue-400\/10{ border-bottom-color: rgb(96 165 250 / 0.1); }
.border-b-blue-400\/100{ border-bottom-color: rgb(96 165 250 / 1); }
.border-b-blue-400\/20{ border-bottom-color: rgb(96 165 250 / 0.2); }
.border-b-blue-400\/25{ border-bottom-color: rgb(96 165 250 / 0.25); }
.border-b-blue-400\/30{ border-bottom-color: rgb(96 165 250 / 0.3); }
.border-b-blue-400\/40{ border-bottom-color: rgb(96 165 250 / 0.4); }
.border-b-blue-400\/5{ border-bottom-color: rgb(96 165 250 / 0.05); }
.border-b-blue-400\/50{ border-bottom-color: rgb(96 165 250 / 0.5); }
.border-b-blue-400\/60{ border-bottom-color: rgb(96 165 250 / 0.6); }
.border-b-blue-400\/70{ border-bottom-color: rgb(96 165 250 / 0.7); }
.border-b-blue-400\/75{ border-bottom-color: rgb(96 165 250 / 0.75); }
.border-b-blue-400\/80{ border-bottom-color: rgb(96 165 250 / 0.8); }
.border-b-blue-400\/90{ border-bottom-color: rgb(96 165 250 / 0.9); }
.border-b-blue-400\/95{ border-bottom-color: rgb(96 165 250 / 0.95); }
.border-b-blue-50{ --tw-border-opacity: 1; border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-b-blue-50\/0{ border-bottom-color: rgb(239 246 255 / 0); }
.border-b-blue-50\/10{ border-bottom-color: rgb(239 246 255 / 0.1); }
.border-b-blue-50\/100{ border-bottom-color: rgb(239 246 255 / 1); }
.border-b-blue-50\/20{ border-bottom-color: rgb(239 246 255 / 0.2); }
.border-b-blue-50\/25{ border-bottom-color: rgb(239 246 255 / 0.25); }
.border-b-blue-50\/30{ border-bottom-color: rgb(239 246 255 / 0.3); }
.border-b-blue-50\/40{ border-bottom-color: rgb(239 246 255 / 0.4); }
.border-b-blue-50\/5{ border-bottom-color: rgb(239 246 255 / 0.05); }
.border-b-blue-50\/50{ border-bottom-color: rgb(239 246 255 / 0.5); }
.border-b-blue-50\/60{ border-bottom-color: rgb(239 246 255 / 0.6); }
.border-b-blue-50\/70{ border-bottom-color: rgb(239 246 255 / 0.7); }
.border-b-blue-50\/75{ border-bottom-color: rgb(239 246 255 / 0.75); }
.border-b-blue-50\/80{ border-bottom-color: rgb(239 246 255 / 0.8); }
.border-b-blue-50\/90{ border-bottom-color: rgb(239 246 255 / 0.9); }
.border-b-blue-50\/95{ border-bottom-color: rgb(239 246 255 / 0.95); }
.border-b-blue-500{ --tw-border-opacity: 1; border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-b-blue-500\/0{ border-bottom-color: rgb(59 130 246 / 0); }
.border-b-blue-500\/10{ border-bottom-color: rgb(59 130 246 / 0.1); }
.border-b-blue-500\/100{ border-bottom-color: rgb(59 130 246 / 1); }
.border-b-blue-500\/20{ border-bottom-color: rgb(59 130 246 / 0.2); }
.border-b-blue-500\/25{ border-bottom-color: rgb(59 130 246 / 0.25); }
.border-b-blue-500\/30{ border-bottom-color: rgb(59 130 246 / 0.3); }
.border-b-blue-500\/40{ border-bottom-color: rgb(59 130 246 / 0.4); }
.border-b-blue-500\/5{ border-bottom-color: rgb(59 130 246 / 0.05); }
.border-b-blue-500\/50{ border-bottom-color: rgb(59 130 246 / 0.5); }
.border-b-blue-500\/60{ border-bottom-color: rgb(59 130 246 / 0.6); }
.border-b-blue-500\/70{ border-bottom-color: rgb(59 130 246 / 0.7); }
.border-b-blue-500\/75{ border-bottom-color: rgb(59 130 246 / 0.75); }
.border-b-blue-500\/80{ border-bottom-color: rgb(59 130 246 / 0.8); }
.border-b-blue-500\/90{ border-bottom-color: rgb(59 130 246 / 0.9); }
.border-b-blue-500\/95{ border-bottom-color: rgb(59 130 246 / 0.95); }
.border-b-blue-600{ --tw-border-opacity: 1; border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-b-blue-600\/0{ border-bottom-color: rgb(37 99 235 / 0); }
.border-b-blue-600\/10{ border-bottom-color: rgb(37 99 235 / 0.1); }
.border-b-blue-600\/100{ border-bottom-color: rgb(37 99 235 / 1); }
.border-b-blue-600\/20{ border-bottom-color: rgb(37 99 235 / 0.2); }
.border-b-blue-600\/25{ border-bottom-color: rgb(37 99 235 / 0.25); }
.border-b-blue-600\/30{ border-bottom-color: rgb(37 99 235 / 0.3); }
.border-b-blue-600\/40{ border-bottom-color: rgb(37 99 235 / 0.4); }
.border-b-blue-600\/5{ border-bottom-color: rgb(37 99 235 / 0.05); }
.border-b-blue-600\/50{ border-bottom-color: rgb(37 99 235 / 0.5); }
.border-b-blue-600\/60{ border-bottom-color: rgb(37 99 235 / 0.6); }
.border-b-blue-600\/70{ border-bottom-color: rgb(37 99 235 / 0.7); }
.border-b-blue-600\/75{ border-bottom-color: rgb(37 99 235 / 0.75); }
.border-b-blue-600\/80{ border-bottom-color: rgb(37 99 235 / 0.8); }
.border-b-blue-600\/90{ border-bottom-color: rgb(37 99 235 / 0.9); }
.border-b-blue-600\/95{ border-bottom-color: rgb(37 99 235 / 0.95); }
.border-b-blue-700{ --tw-border-opacity: 1; border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-b-blue-700\/0{ border-bottom-color: rgb(29 78 216 / 0); }
.border-b-blue-700\/10{ border-bottom-color: rgb(29 78 216 / 0.1); }
.border-b-blue-700\/100{ border-bottom-color: rgb(29 78 216 / 1); }
.border-b-blue-700\/20{ border-bottom-color: rgb(29 78 216 / 0.2); }
.border-b-blue-700\/25{ border-bottom-color: rgb(29 78 216 / 0.25); }
.border-b-blue-700\/30{ border-bottom-color: rgb(29 78 216 / 0.3); }
.border-b-blue-700\/40{ border-bottom-color: rgb(29 78 216 / 0.4); }
.border-b-blue-700\/5{ border-bottom-color: rgb(29 78 216 / 0.05); }
.border-b-blue-700\/50{ border-bottom-color: rgb(29 78 216 / 0.5); }
.border-b-blue-700\/60{ border-bottom-color: rgb(29 78 216 / 0.6); }
.border-b-blue-700\/70{ border-bottom-color: rgb(29 78 216 / 0.7); }
.border-b-blue-700\/75{ border-bottom-color: rgb(29 78 216 / 0.75); }
.border-b-blue-700\/80{ border-bottom-color: rgb(29 78 216 / 0.8); }
.border-b-blue-700\/90{ border-bottom-color: rgb(29 78 216 / 0.9); }
.border-b-blue-700\/95{ border-bottom-color: rgb(29 78 216 / 0.95); }
.border-b-blue-800{ --tw-border-opacity: 1; border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-b-blue-800\/0{ border-bottom-color: rgb(30 64 175 / 0); }
.border-b-blue-800\/10{ border-bottom-color: rgb(30 64 175 / 0.1); }
.border-b-blue-800\/100{ border-bottom-color: rgb(30 64 175 / 1); }
.border-b-blue-800\/20{ border-bottom-color: rgb(30 64 175 / 0.2); }
.border-b-blue-800\/25{ border-bottom-color: rgb(30 64 175 / 0.25); }
.border-b-blue-800\/30{ border-bottom-color: rgb(30 64 175 / 0.3); }
.border-b-blue-800\/40{ border-bottom-color: rgb(30 64 175 / 0.4); }
.border-b-blue-800\/5{ border-bottom-color: rgb(30 64 175 / 0.05); }
.border-b-blue-800\/50{ border-bottom-color: rgb(30 64 175 / 0.5); }
.border-b-blue-800\/60{ border-bottom-color: rgb(30 64 175 / 0.6); }
.border-b-blue-800\/70{ border-bottom-color: rgb(30 64 175 / 0.7); }
.border-b-blue-800\/75{ border-bottom-color: rgb(30 64 175 / 0.75); }
.border-b-blue-800\/80{ border-bottom-color: rgb(30 64 175 / 0.8); }
.border-b-blue-800\/90{ border-bottom-color: rgb(30 64 175 / 0.9); }
.border-b-blue-800\/95{ border-bottom-color: rgb(30 64 175 / 0.95); }
.border-b-blue-900{ --tw-border-opacity: 1; border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-b-blue-900\/0{ border-bottom-color: rgb(30 58 138 / 0); }
.border-b-blue-900\/10{ border-bottom-color: rgb(30 58 138 / 0.1); }
.border-b-blue-900\/100{ border-bottom-color: rgb(30 58 138 / 1); }
.border-b-blue-900\/20{ border-bottom-color: rgb(30 58 138 / 0.2); }
.border-b-blue-900\/25{ border-bottom-color: rgb(30 58 138 / 0.25); }
.border-b-blue-900\/30{ border-bottom-color: rgb(30 58 138 / 0.3); }
.border-b-blue-900\/40{ border-bottom-color: rgb(30 58 138 / 0.4); }
.border-b-blue-900\/5{ border-bottom-color: rgb(30 58 138 / 0.05); }
.border-b-blue-900\/50{ border-bottom-color: rgb(30 58 138 / 0.5); }
.border-b-blue-900\/60{ border-bottom-color: rgb(30 58 138 / 0.6); }
.border-b-blue-900\/70{ border-bottom-color: rgb(30 58 138 / 0.7); }
.border-b-blue-900\/75{ border-bottom-color: rgb(30 58 138 / 0.75); }
.border-b-blue-900\/80{ border-bottom-color: rgb(30 58 138 / 0.8); }
.border-b-blue-900\/90{ border-bottom-color: rgb(30 58 138 / 0.9); }
.border-b-blue-900\/95{ border-bottom-color: rgb(30 58 138 / 0.95); }
.border-b-blue-950{ --tw-border-opacity: 1; border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-b-blue-950\/0{ border-bottom-color: rgb(23 37 84 / 0); }
.border-b-blue-950\/10{ border-bottom-color: rgb(23 37 84 / 0.1); }
.border-b-blue-950\/100{ border-bottom-color: rgb(23 37 84 / 1); }
.border-b-blue-950\/20{ border-bottom-color: rgb(23 37 84 / 0.2); }
.border-b-blue-950\/25{ border-bottom-color: rgb(23 37 84 / 0.25); }
.border-b-blue-950\/30{ border-bottom-color: rgb(23 37 84 / 0.3); }
.border-b-blue-950\/40{ border-bottom-color: rgb(23 37 84 / 0.4); }
.border-b-blue-950\/5{ border-bottom-color: rgb(23 37 84 / 0.05); }
.border-b-blue-950\/50{ border-bottom-color: rgb(23 37 84 / 0.5); }
.border-b-blue-950\/60{ border-bottom-color: rgb(23 37 84 / 0.6); }
.border-b-blue-950\/70{ border-bottom-color: rgb(23 37 84 / 0.7); }
.border-b-blue-950\/75{ border-bottom-color: rgb(23 37 84 / 0.75); }
.border-b-blue-950\/80{ border-bottom-color: rgb(23 37 84 / 0.8); }
.border-b-blue-950\/90{ border-bottom-color: rgb(23 37 84 / 0.9); }
.border-b-blue-950\/95{ border-bottom-color: rgb(23 37 84 / 0.95); }
.border-b-callout-bad-border{ --tw-border-opacity: 1; border-bottom-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-b-callout-bad-border\/0{ border-bottom-color: rgb(188 87 26 / 0); }
.border-b-callout-bad-border\/10{ border-bottom-color: rgb(188 87 26 / 0.1); }
.border-b-callout-bad-border\/100{ border-bottom-color: rgb(188 87 26 / 1); }
.border-b-callout-bad-border\/20{ border-bottom-color: rgb(188 87 26 / 0.2); }
.border-b-callout-bad-border\/25{ border-bottom-color: rgb(188 87 26 / 0.25); }
.border-b-callout-bad-border\/30{ border-bottom-color: rgb(188 87 26 / 0.3); }
.border-b-callout-bad-border\/40{ border-bottom-color: rgb(188 87 26 / 0.4); }
.border-b-callout-bad-border\/5{ border-bottom-color: rgb(188 87 26 / 0.05); }
.border-b-callout-bad-border\/50{ border-bottom-color: rgb(188 87 26 / 0.5); }
.border-b-callout-bad-border\/60{ border-bottom-color: rgb(188 87 26 / 0.6); }
.border-b-callout-bad-border\/70{ border-bottom-color: rgb(188 87 26 / 0.7); }
.border-b-callout-bad-border\/75{ border-bottom-color: rgb(188 87 26 / 0.75); }
.border-b-callout-bad-border\/80{ border-bottom-color: rgb(188 87 26 / 0.8); }
.border-b-callout-bad-border\/90{ border-bottom-color: rgb(188 87 26 / 0.9); }
.border-b-callout-bad-border\/95{ border-bottom-color: rgb(188 87 26 / 0.95); }
.border-b-callout-bad-fill{ --tw-border-opacity: 1; border-bottom-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-b-callout-bad-fill\/0{ border-bottom-color: rgb(255 133 82 / 0); }
.border-b-callout-bad-fill\/10{ border-bottom-color: rgb(255 133 82 / 0.1); }
.border-b-callout-bad-fill\/100{ border-bottom-color: rgb(255 133 82 / 1); }
.border-b-callout-bad-fill\/20{ border-bottom-color: rgb(255 133 82 / 0.2); }
.border-b-callout-bad-fill\/25{ border-bottom-color: rgb(255 133 82 / 0.25); }
.border-b-callout-bad-fill\/30{ border-bottom-color: rgb(255 133 82 / 0.3); }
.border-b-callout-bad-fill\/40{ border-bottom-color: rgb(255 133 82 / 0.4); }
.border-b-callout-bad-fill\/5{ border-bottom-color: rgb(255 133 82 / 0.05); }
.border-b-callout-bad-fill\/50{ border-bottom-color: rgb(255 133 82 / 0.5); }
.border-b-callout-bad-fill\/60{ border-bottom-color: rgb(255 133 82 / 0.6); }
.border-b-callout-bad-fill\/70{ border-bottom-color: rgb(255 133 82 / 0.7); }
.border-b-callout-bad-fill\/75{ border-bottom-color: rgb(255 133 82 / 0.75); }
.border-b-callout-bad-fill\/80{ border-bottom-color: rgb(255 133 82 / 0.8); }
.border-b-callout-bad-fill\/90{ border-bottom-color: rgb(255 133 82 / 0.9); }
.border-b-callout-bad-fill\/95{ border-bottom-color: rgb(255 133 82 / 0.95); }
.border-b-callout-bad-icon{ --tw-border-opacity: 1; border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-b-callout-bad-icon\/0{ border-bottom-color: rgb(255 255 255 / 0); }
.border-b-callout-bad-icon\/10{ border-bottom-color: rgb(255 255 255 / 0.1); }
.border-b-callout-bad-icon\/100{ border-bottom-color: rgb(255 255 255 / 1); }
.border-b-callout-bad-icon\/20{ border-bottom-color: rgb(255 255 255 / 0.2); }
.border-b-callout-bad-icon\/25{ border-bottom-color: rgb(255 255 255 / 0.25); }
.border-b-callout-bad-icon\/30{ border-bottom-color: rgb(255 255 255 / 0.3); }
.border-b-callout-bad-icon\/40{ border-bottom-color: rgb(255 255 255 / 0.4); }
.border-b-callout-bad-icon\/5{ border-bottom-color: rgb(255 255 255 / 0.05); }
.border-b-callout-bad-icon\/50{ border-bottom-color: rgb(255 255 255 / 0.5); }
.border-b-callout-bad-icon\/60{ border-bottom-color: rgb(255 255 255 / 0.6); }
.border-b-callout-bad-icon\/70{ border-bottom-color: rgb(255 255 255 / 0.7); }
.border-b-callout-bad-icon\/75{ border-bottom-color: rgb(255 255 255 / 0.75); }
.border-b-callout-bad-icon\/80{ border-bottom-color: rgb(255 255 255 / 0.8); }
.border-b-callout-bad-icon\/90{ border-bottom-color: rgb(255 255 255 / 0.9); }
.border-b-callout-bad-icon\/95{ border-bottom-color: rgb(255 255 255 / 0.95); }
.border-b-callout-bad-text{ --tw-border-opacity: 1; border-bottom-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-b-callout-bad-text-accent{ --tw-border-opacity: 1; border-bottom-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-b-callout-bad-text-accent\/0{ border-bottom-color: rgb(255 227 227 / 0); }
.border-b-callout-bad-text-accent\/10{ border-bottom-color: rgb(255 227 227 / 0.1); }
.border-b-callout-bad-text-accent\/100{ border-bottom-color: rgb(255 227 227 / 1); }
.border-b-callout-bad-text-accent\/20{ border-bottom-color: rgb(255 227 227 / 0.2); }
.border-b-callout-bad-text-accent\/25{ border-bottom-color: rgb(255 227 227 / 0.25); }
.border-b-callout-bad-text-accent\/30{ border-bottom-color: rgb(255 227 227 / 0.3); }
.border-b-callout-bad-text-accent\/40{ border-bottom-color: rgb(255 227 227 / 0.4); }
.border-b-callout-bad-text-accent\/5{ border-bottom-color: rgb(255 227 227 / 0.05); }
.border-b-callout-bad-text-accent\/50{ border-bottom-color: rgb(255 227 227 / 0.5); }
.border-b-callout-bad-text-accent\/60{ border-bottom-color: rgb(255 227 227 / 0.6); }
.border-b-callout-bad-text-accent\/70{ border-bottom-color: rgb(255 227 227 / 0.7); }
.border-b-callout-bad-text-accent\/75{ border-bottom-color: rgb(255 227 227 / 0.75); }
.border-b-callout-bad-text-accent\/80{ border-bottom-color: rgb(255 227 227 / 0.8); }
.border-b-callout-bad-text-accent\/90{ border-bottom-color: rgb(255 227 227 / 0.9); }
.border-b-callout-bad-text-accent\/95{ border-bottom-color: rgb(255 227 227 / 0.95); }
.border-b-callout-bad-text\/0{ border-bottom-color: rgb(21 10 10 / 0); }
.border-b-callout-bad-text\/10{ border-bottom-color: rgb(21 10 10 / 0.1); }
.border-b-callout-bad-text\/100{ border-bottom-color: rgb(21 10 10 / 1); }
.border-b-callout-bad-text\/20{ border-bottom-color: rgb(21 10 10 / 0.2); }
.border-b-callout-bad-text\/25{ border-bottom-color: rgb(21 10 10 / 0.25); }
.border-b-callout-bad-text\/30{ border-bottom-color: rgb(21 10 10 / 0.3); }
.border-b-callout-bad-text\/40{ border-bottom-color: rgb(21 10 10 / 0.4); }
.border-b-callout-bad-text\/5{ border-bottom-color: rgb(21 10 10 / 0.05); }
.border-b-callout-bad-text\/50{ border-bottom-color: rgb(21 10 10 / 0.5); }
.border-b-callout-bad-text\/60{ border-bottom-color: rgb(21 10 10 / 0.6); }
.border-b-callout-bad-text\/70{ border-bottom-color: rgb(21 10 10 / 0.7); }
.border-b-callout-bad-text\/75{ border-bottom-color: rgb(21 10 10 / 0.75); }
.border-b-callout-bad-text\/80{ border-bottom-color: rgb(21 10 10 / 0.8); }
.border-b-callout-bad-text\/90{ border-bottom-color: rgb(21 10 10 / 0.9); }
.border-b-callout-bad-text\/95{ border-bottom-color: rgb(21 10 10 / 0.95); }
.border-b-callout-info-border{ --tw-border-opacity: 1; border-bottom-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-b-callout-info-border\/0{ border-bottom-color: rgb(0 169 165 / 0); }
.border-b-callout-info-border\/10{ border-bottom-color: rgb(0 169 165 / 0.1); }
.border-b-callout-info-border\/100{ border-bottom-color: rgb(0 169 165 / 1); }
.border-b-callout-info-border\/20{ border-bottom-color: rgb(0 169 165 / 0.2); }
.border-b-callout-info-border\/25{ border-bottom-color: rgb(0 169 165 / 0.25); }
.border-b-callout-info-border\/30{ border-bottom-color: rgb(0 169 165 / 0.3); }
.border-b-callout-info-border\/40{ border-bottom-color: rgb(0 169 165 / 0.4); }
.border-b-callout-info-border\/5{ border-bottom-color: rgb(0 169 165 / 0.05); }
.border-b-callout-info-border\/50{ border-bottom-color: rgb(0 169 165 / 0.5); }
.border-b-callout-info-border\/60{ border-bottom-color: rgb(0 169 165 / 0.6); }
.border-b-callout-info-border\/70{ border-bottom-color: rgb(0 169 165 / 0.7); }
.border-b-callout-info-border\/75{ border-bottom-color: rgb(0 169 165 / 0.75); }
.border-b-callout-info-border\/80{ border-bottom-color: rgb(0 169 165 / 0.8); }
.border-b-callout-info-border\/90{ border-bottom-color: rgb(0 169 165 / 0.9); }
.border-b-callout-info-border\/95{ border-bottom-color: rgb(0 169 165 / 0.95); }
.border-b-callout-info-fill{ border-bottom-color: transparent; }
.border-b-callout-info-fill\/0{ border-bottom-color: rgb(0 0 0 / 0); }
.border-b-callout-info-fill\/10{ border-bottom-color: rgb(0 0 0 / 0.1); }
.border-b-callout-info-fill\/100{ border-bottom-color: rgb(0 0 0 / 1); }
.border-b-callout-info-fill\/20{ border-bottom-color: rgb(0 0 0 / 0.2); }
.border-b-callout-info-fill\/25{ border-bottom-color: rgb(0 0 0 / 0.25); }
.border-b-callout-info-fill\/30{ border-bottom-color: rgb(0 0 0 / 0.3); }
.border-b-callout-info-fill\/40{ border-bottom-color: rgb(0 0 0 / 0.4); }
.border-b-callout-info-fill\/5{ border-bottom-color: rgb(0 0 0 / 0.05); }
.border-b-callout-info-fill\/50{ border-bottom-color: rgb(0 0 0 / 0.5); }
.border-b-callout-info-fill\/60{ border-bottom-color: rgb(0 0 0 / 0.6); }
.border-b-callout-info-fill\/70{ border-bottom-color: rgb(0 0 0 / 0.7); }
.border-b-callout-info-fill\/75{ border-bottom-color: rgb(0 0 0 / 0.75); }
.border-b-callout-info-fill\/80{ border-bottom-color: rgb(0 0 0 / 0.8); }
.border-b-callout-info-fill\/90{ border-bottom-color: rgb(0 0 0 / 0.9); }
.border-b-callout-info-fill\/95{ border-bottom-color: rgb(0 0 0 / 0.95); }
.border-b-callout-info-icon{ --tw-border-opacity: 1; border-bottom-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-b-callout-info-icon\/0{ border-bottom-color: rgb(0 169 165 / 0); }
.border-b-callout-info-icon\/10{ border-bottom-color: rgb(0 169 165 / 0.1); }
.border-b-callout-info-icon\/100{ border-bottom-color: rgb(0 169 165 / 1); }
.border-b-callout-info-icon\/20{ border-bottom-color: rgb(0 169 165 / 0.2); }
.border-b-callout-info-icon\/25{ border-bottom-color: rgb(0 169 165 / 0.25); }
.border-b-callout-info-icon\/30{ border-bottom-color: rgb(0 169 165 / 0.3); }
.border-b-callout-info-icon\/40{ border-bottom-color: rgb(0 169 165 / 0.4); }
.border-b-callout-info-icon\/5{ border-bottom-color: rgb(0 169 165 / 0.05); }
.border-b-callout-info-icon\/50{ border-bottom-color: rgb(0 169 165 / 0.5); }
.border-b-callout-info-icon\/60{ border-bottom-color: rgb(0 169 165 / 0.6); }
.border-b-callout-info-icon\/70{ border-bottom-color: rgb(0 169 165 / 0.7); }
.border-b-callout-info-icon\/75{ border-bottom-color: rgb(0 169 165 / 0.75); }
.border-b-callout-info-icon\/80{ border-bottom-color: rgb(0 169 165 / 0.8); }
.border-b-callout-info-icon\/90{ border-bottom-color: rgb(0 169 165 / 0.9); }
.border-b-callout-info-icon\/95{ border-bottom-color: rgb(0 169 165 / 0.95); }
.border-b-callout-info-text{ --tw-border-opacity: 1; border-bottom-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-b-callout-info-text-accent{ --tw-border-opacity: 1; border-bottom-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-b-callout-info-text-accent\/0{ border-bottom-color: rgb(2 55 47 / 0); }
.border-b-callout-info-text-accent\/10{ border-bottom-color: rgb(2 55 47 / 0.1); }
.border-b-callout-info-text-accent\/100{ border-bottom-color: rgb(2 55 47 / 1); }
.border-b-callout-info-text-accent\/20{ border-bottom-color: rgb(2 55 47 / 0.2); }
.border-b-callout-info-text-accent\/25{ border-bottom-color: rgb(2 55 47 / 0.25); }
.border-b-callout-info-text-accent\/30{ border-bottom-color: rgb(2 55 47 / 0.3); }
.border-b-callout-info-text-accent\/40{ border-bottom-color: rgb(2 55 47 / 0.4); }
.border-b-callout-info-text-accent\/5{ border-bottom-color: rgb(2 55 47 / 0.05); }
.border-b-callout-info-text-accent\/50{ border-bottom-color: rgb(2 55 47 / 0.5); }
.border-b-callout-info-text-accent\/60{ border-bottom-color: rgb(2 55 47 / 0.6); }
.border-b-callout-info-text-accent\/70{ border-bottom-color: rgb(2 55 47 / 0.7); }
.border-b-callout-info-text-accent\/75{ border-bottom-color: rgb(2 55 47 / 0.75); }
.border-b-callout-info-text-accent\/80{ border-bottom-color: rgb(2 55 47 / 0.8); }
.border-b-callout-info-text-accent\/90{ border-bottom-color: rgb(2 55 47 / 0.9); }
.border-b-callout-info-text-accent\/95{ border-bottom-color: rgb(2 55 47 / 0.95); }
.border-b-callout-info-text\/0{ border-bottom-color: rgb(10 18 21 / 0); }
.border-b-callout-info-text\/10{ border-bottom-color: rgb(10 18 21 / 0.1); }
.border-b-callout-info-text\/100{ border-bottom-color: rgb(10 18 21 / 1); }
.border-b-callout-info-text\/20{ border-bottom-color: rgb(10 18 21 / 0.2); }
.border-b-callout-info-text\/25{ border-bottom-color: rgb(10 18 21 / 0.25); }
.border-b-callout-info-text\/30{ border-bottom-color: rgb(10 18 21 / 0.3); }
.border-b-callout-info-text\/40{ border-bottom-color: rgb(10 18 21 / 0.4); }
.border-b-callout-info-text\/5{ border-bottom-color: rgb(10 18 21 / 0.05); }
.border-b-callout-info-text\/50{ border-bottom-color: rgb(10 18 21 / 0.5); }
.border-b-callout-info-text\/60{ border-bottom-color: rgb(10 18 21 / 0.6); }
.border-b-callout-info-text\/70{ border-bottom-color: rgb(10 18 21 / 0.7); }
.border-b-callout-info-text\/75{ border-bottom-color: rgb(10 18 21 / 0.75); }
.border-b-callout-info-text\/80{ border-bottom-color: rgb(10 18 21 / 0.8); }
.border-b-callout-info-text\/90{ border-bottom-color: rgb(10 18 21 / 0.9); }
.border-b-callout-info-text\/95{ border-bottom-color: rgb(10 18 21 / 0.95); }
.border-b-callout-ok-border{ --tw-border-opacity: 1; border-bottom-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-b-callout-ok-border\/0{ border-bottom-color: rgb(0 137 106 / 0); }
.border-b-callout-ok-border\/10{ border-bottom-color: rgb(0 137 106 / 0.1); }
.border-b-callout-ok-border\/100{ border-bottom-color: rgb(0 137 106 / 1); }
.border-b-callout-ok-border\/20{ border-bottom-color: rgb(0 137 106 / 0.2); }
.border-b-callout-ok-border\/25{ border-bottom-color: rgb(0 137 106 / 0.25); }
.border-b-callout-ok-border\/30{ border-bottom-color: rgb(0 137 106 / 0.3); }
.border-b-callout-ok-border\/40{ border-bottom-color: rgb(0 137 106 / 0.4); }
.border-b-callout-ok-border\/5{ border-bottom-color: rgb(0 137 106 / 0.05); }
.border-b-callout-ok-border\/50{ border-bottom-color: rgb(0 137 106 / 0.5); }
.border-b-callout-ok-border\/60{ border-bottom-color: rgb(0 137 106 / 0.6); }
.border-b-callout-ok-border\/70{ border-bottom-color: rgb(0 137 106 / 0.7); }
.border-b-callout-ok-border\/75{ border-bottom-color: rgb(0 137 106 / 0.75); }
.border-b-callout-ok-border\/80{ border-bottom-color: rgb(0 137 106 / 0.8); }
.border-b-callout-ok-border\/90{ border-bottom-color: rgb(0 137 106 / 0.9); }
.border-b-callout-ok-border\/95{ border-bottom-color: rgb(0 137 106 / 0.95); }
.border-b-callout-ok-fill{ --tw-border-opacity: 1; border-bottom-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-b-callout-ok-fill\/0{ border-bottom-color: rgb(0 169 165 / 0); }
.border-b-callout-ok-fill\/10{ border-bottom-color: rgb(0 169 165 / 0.1); }
.border-b-callout-ok-fill\/100{ border-bottom-color: rgb(0 169 165 / 1); }
.border-b-callout-ok-fill\/20{ border-bottom-color: rgb(0 169 165 / 0.2); }
.border-b-callout-ok-fill\/25{ border-bottom-color: rgb(0 169 165 / 0.25); }
.border-b-callout-ok-fill\/30{ border-bottom-color: rgb(0 169 165 / 0.3); }
.border-b-callout-ok-fill\/40{ border-bottom-color: rgb(0 169 165 / 0.4); }
.border-b-callout-ok-fill\/5{ border-bottom-color: rgb(0 169 165 / 0.05); }
.border-b-callout-ok-fill\/50{ border-bottom-color: rgb(0 169 165 / 0.5); }
.border-b-callout-ok-fill\/60{ border-bottom-color: rgb(0 169 165 / 0.6); }
.border-b-callout-ok-fill\/70{ border-bottom-color: rgb(0 169 165 / 0.7); }
.border-b-callout-ok-fill\/75{ border-bottom-color: rgb(0 169 165 / 0.75); }
.border-b-callout-ok-fill\/80{ border-bottom-color: rgb(0 169 165 / 0.8); }
.border-b-callout-ok-fill\/90{ border-bottom-color: rgb(0 169 165 / 0.9); }
.border-b-callout-ok-fill\/95{ border-bottom-color: rgb(0 169 165 / 0.95); }
.border-b-callout-ok-icon{ --tw-border-opacity: 1; border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-b-callout-ok-icon\/0{ border-bottom-color: rgb(255 255 255 / 0); }
.border-b-callout-ok-icon\/10{ border-bottom-color: rgb(255 255 255 / 0.1); }
.border-b-callout-ok-icon\/100{ border-bottom-color: rgb(255 255 255 / 1); }
.border-b-callout-ok-icon\/20{ border-bottom-color: rgb(255 255 255 / 0.2); }
.border-b-callout-ok-icon\/25{ border-bottom-color: rgb(255 255 255 / 0.25); }
.border-b-callout-ok-icon\/30{ border-bottom-color: rgb(255 255 255 / 0.3); }
.border-b-callout-ok-icon\/40{ border-bottom-color: rgb(255 255 255 / 0.4); }
.border-b-callout-ok-icon\/5{ border-bottom-color: rgb(255 255 255 / 0.05); }
.border-b-callout-ok-icon\/50{ border-bottom-color: rgb(255 255 255 / 0.5); }
.border-b-callout-ok-icon\/60{ border-bottom-color: rgb(255 255 255 / 0.6); }
.border-b-callout-ok-icon\/70{ border-bottom-color: rgb(255 255 255 / 0.7); }
.border-b-callout-ok-icon\/75{ border-bottom-color: rgb(255 255 255 / 0.75); }
.border-b-callout-ok-icon\/80{ border-bottom-color: rgb(255 255 255 / 0.8); }
.border-b-callout-ok-icon\/90{ border-bottom-color: rgb(255 255 255 / 0.9); }
.border-b-callout-ok-icon\/95{ border-bottom-color: rgb(255 255 255 / 0.95); }
.border-b-callout-ok-text{ --tw-border-opacity: 1; border-bottom-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-b-callout-ok-text-accent{ --tw-border-opacity: 1; border-bottom-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-b-callout-ok-text-accent\/0{ border-bottom-color: rgb(102 255 221 / 0); }
.border-b-callout-ok-text-accent\/10{ border-bottom-color: rgb(102 255 221 / 0.1); }
.border-b-callout-ok-text-accent\/100{ border-bottom-color: rgb(102 255 221 / 1); }
.border-b-callout-ok-text-accent\/20{ border-bottom-color: rgb(102 255 221 / 0.2); }
.border-b-callout-ok-text-accent\/25{ border-bottom-color: rgb(102 255 221 / 0.25); }
.border-b-callout-ok-text-accent\/30{ border-bottom-color: rgb(102 255 221 / 0.3); }
.border-b-callout-ok-text-accent\/40{ border-bottom-color: rgb(102 255 221 / 0.4); }
.border-b-callout-ok-text-accent\/5{ border-bottom-color: rgb(102 255 221 / 0.05); }
.border-b-callout-ok-text-accent\/50{ border-bottom-color: rgb(102 255 221 / 0.5); }
.border-b-callout-ok-text-accent\/60{ border-bottom-color: rgb(102 255 221 / 0.6); }
.border-b-callout-ok-text-accent\/70{ border-bottom-color: rgb(102 255 221 / 0.7); }
.border-b-callout-ok-text-accent\/75{ border-bottom-color: rgb(102 255 221 / 0.75); }
.border-b-callout-ok-text-accent\/80{ border-bottom-color: rgb(102 255 221 / 0.8); }
.border-b-callout-ok-text-accent\/90{ border-bottom-color: rgb(102 255 221 / 0.9); }
.border-b-callout-ok-text-accent\/95{ border-bottom-color: rgb(102 255 221 / 0.95); }
.border-b-callout-ok-text\/0{ border-bottom-color: rgb(10 21 20 / 0); }
.border-b-callout-ok-text\/10{ border-bottom-color: rgb(10 21 20 / 0.1); }
.border-b-callout-ok-text\/100{ border-bottom-color: rgb(10 21 20 / 1); }
.border-b-callout-ok-text\/20{ border-bottom-color: rgb(10 21 20 / 0.2); }
.border-b-callout-ok-text\/25{ border-bottom-color: rgb(10 21 20 / 0.25); }
.border-b-callout-ok-text\/30{ border-bottom-color: rgb(10 21 20 / 0.3); }
.border-b-callout-ok-text\/40{ border-bottom-color: rgb(10 21 20 / 0.4); }
.border-b-callout-ok-text\/5{ border-bottom-color: rgb(10 21 20 / 0.05); }
.border-b-callout-ok-text\/50{ border-bottom-color: rgb(10 21 20 / 0.5); }
.border-b-callout-ok-text\/60{ border-bottom-color: rgb(10 21 20 / 0.6); }
.border-b-callout-ok-text\/70{ border-bottom-color: rgb(10 21 20 / 0.7); }
.border-b-callout-ok-text\/75{ border-bottom-color: rgb(10 21 20 / 0.75); }
.border-b-callout-ok-text\/80{ border-bottom-color: rgb(10 21 20 / 0.8); }
.border-b-callout-ok-text\/90{ border-bottom-color: rgb(10 21 20 / 0.9); }
.border-b-callout-ok-text\/95{ border-bottom-color: rgb(10 21 20 / 0.95); }
.border-b-callout-warning-border{ --tw-border-opacity: 1; border-bottom-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-b-callout-warning-border\/0{ border-bottom-color: rgb(247 181 0 / 0); }
.border-b-callout-warning-border\/10{ border-bottom-color: rgb(247 181 0 / 0.1); }
.border-b-callout-warning-border\/100{ border-bottom-color: rgb(247 181 0 / 1); }
.border-b-callout-warning-border\/20{ border-bottom-color: rgb(247 181 0 / 0.2); }
.border-b-callout-warning-border\/25{ border-bottom-color: rgb(247 181 0 / 0.25); }
.border-b-callout-warning-border\/30{ border-bottom-color: rgb(247 181 0 / 0.3); }
.border-b-callout-warning-border\/40{ border-bottom-color: rgb(247 181 0 / 0.4); }
.border-b-callout-warning-border\/5{ border-bottom-color: rgb(247 181 0 / 0.05); }
.border-b-callout-warning-border\/50{ border-bottom-color: rgb(247 181 0 / 0.5); }
.border-b-callout-warning-border\/60{ border-bottom-color: rgb(247 181 0 / 0.6); }
.border-b-callout-warning-border\/70{ border-bottom-color: rgb(247 181 0 / 0.7); }
.border-b-callout-warning-border\/75{ border-bottom-color: rgb(247 181 0 / 0.75); }
.border-b-callout-warning-border\/80{ border-bottom-color: rgb(247 181 0 / 0.8); }
.border-b-callout-warning-border\/90{ border-bottom-color: rgb(247 181 0 / 0.9); }
.border-b-callout-warning-border\/95{ border-bottom-color: rgb(247 181 0 / 0.95); }
.border-b-callout-warning-fill{ --tw-border-opacity: 1; border-bottom-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-b-callout-warning-fill\/0{ border-bottom-color: rgb(249 219 109 / 0); }
.border-b-callout-warning-fill\/10{ border-bottom-color: rgb(249 219 109 / 0.1); }
.border-b-callout-warning-fill\/100{ border-bottom-color: rgb(249 219 109 / 1); }
.border-b-callout-warning-fill\/20{ border-bottom-color: rgb(249 219 109 / 0.2); }
.border-b-callout-warning-fill\/25{ border-bottom-color: rgb(249 219 109 / 0.25); }
.border-b-callout-warning-fill\/30{ border-bottom-color: rgb(249 219 109 / 0.3); }
.border-b-callout-warning-fill\/40{ border-bottom-color: rgb(249 219 109 / 0.4); }
.border-b-callout-warning-fill\/5{ border-bottom-color: rgb(249 219 109 / 0.05); }
.border-b-callout-warning-fill\/50{ border-bottom-color: rgb(249 219 109 / 0.5); }
.border-b-callout-warning-fill\/60{ border-bottom-color: rgb(249 219 109 / 0.6); }
.border-b-callout-warning-fill\/70{ border-bottom-color: rgb(249 219 109 / 0.7); }
.border-b-callout-warning-fill\/75{ border-bottom-color: rgb(249 219 109 / 0.75); }
.border-b-callout-warning-fill\/80{ border-bottom-color: rgb(249 219 109 / 0.8); }
.border-b-callout-warning-fill\/90{ border-bottom-color: rgb(249 219 109 / 0.9); }
.border-b-callout-warning-fill\/95{ border-bottom-color: rgb(249 219 109 / 0.95); }
.border-b-callout-warning-icon{ --tw-border-opacity: 1; border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-b-callout-warning-icon\/0{ border-bottom-color: rgb(255 255 255 / 0); }
.border-b-callout-warning-icon\/10{ border-bottom-color: rgb(255 255 255 / 0.1); }
.border-b-callout-warning-icon\/100{ border-bottom-color: rgb(255 255 255 / 1); }
.border-b-callout-warning-icon\/20{ border-bottom-color: rgb(255 255 255 / 0.2); }
.border-b-callout-warning-icon\/25{ border-bottom-color: rgb(255 255 255 / 0.25); }
.border-b-callout-warning-icon\/30{ border-bottom-color: rgb(255 255 255 / 0.3); }
.border-b-callout-warning-icon\/40{ border-bottom-color: rgb(255 255 255 / 0.4); }
.border-b-callout-warning-icon\/5{ border-bottom-color: rgb(255 255 255 / 0.05); }
.border-b-callout-warning-icon\/50{ border-bottom-color: rgb(255 255 255 / 0.5); }
.border-b-callout-warning-icon\/60{ border-bottom-color: rgb(255 255 255 / 0.6); }
.border-b-callout-warning-icon\/70{ border-bottom-color: rgb(255 255 255 / 0.7); }
.border-b-callout-warning-icon\/75{ border-bottom-color: rgb(255 255 255 / 0.75); }
.border-b-callout-warning-icon\/80{ border-bottom-color: rgb(255 255 255 / 0.8); }
.border-b-callout-warning-icon\/90{ border-bottom-color: rgb(255 255 255 / 0.9); }
.border-b-callout-warning-icon\/95{ border-bottom-color: rgb(255 255 255 / 0.95); }
.border-b-callout-warning-text{ --tw-border-opacity: 1; border-bottom-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-b-callout-warning-text-accent{ --tw-border-opacity: 1; border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-b-callout-warning-text-accent\/0{ border-bottom-color: rgb(255 255 255 / 0); }
.border-b-callout-warning-text-accent\/10{ border-bottom-color: rgb(255 255 255 / 0.1); }
.border-b-callout-warning-text-accent\/100{ border-bottom-color: rgb(255 255 255 / 1); }
.border-b-callout-warning-text-accent\/20{ border-bottom-color: rgb(255 255 255 / 0.2); }
.border-b-callout-warning-text-accent\/25{ border-bottom-color: rgb(255 255 255 / 0.25); }
.border-b-callout-warning-text-accent\/30{ border-bottom-color: rgb(255 255 255 / 0.3); }
.border-b-callout-warning-text-accent\/40{ border-bottom-color: rgb(255 255 255 / 0.4); }
.border-b-callout-warning-text-accent\/5{ border-bottom-color: rgb(255 255 255 / 0.05); }
.border-b-callout-warning-text-accent\/50{ border-bottom-color: rgb(255 255 255 / 0.5); }
.border-b-callout-warning-text-accent\/60{ border-bottom-color: rgb(255 255 255 / 0.6); }
.border-b-callout-warning-text-accent\/70{ border-bottom-color: rgb(255 255 255 / 0.7); }
.border-b-callout-warning-text-accent\/75{ border-bottom-color: rgb(255 255 255 / 0.75); }
.border-b-callout-warning-text-accent\/80{ border-bottom-color: rgb(255 255 255 / 0.8); }
.border-b-callout-warning-text-accent\/90{ border-bottom-color: rgb(255 255 255 / 0.9); }
.border-b-callout-warning-text-accent\/95{ border-bottom-color: rgb(255 255 255 / 0.95); }
.border-b-callout-warning-text\/0{ border-bottom-color: rgb(21 18 10 / 0); }
.border-b-callout-warning-text\/10{ border-bottom-color: rgb(21 18 10 / 0.1); }
.border-b-callout-warning-text\/100{ border-bottom-color: rgb(21 18 10 / 1); }
.border-b-callout-warning-text\/20{ border-bottom-color: rgb(21 18 10 / 0.2); }
.border-b-callout-warning-text\/25{ border-bottom-color: rgb(21 18 10 / 0.25); }
.border-b-callout-warning-text\/30{ border-bottom-color: rgb(21 18 10 / 0.3); }
.border-b-callout-warning-text\/40{ border-bottom-color: rgb(21 18 10 / 0.4); }
.border-b-callout-warning-text\/5{ border-bottom-color: rgb(21 18 10 / 0.05); }
.border-b-callout-warning-text\/50{ border-bottom-color: rgb(21 18 10 / 0.5); }
.border-b-callout-warning-text\/60{ border-bottom-color: rgb(21 18 10 / 0.6); }
.border-b-callout-warning-text\/70{ border-bottom-color: rgb(21 18 10 / 0.7); }
.border-b-callout-warning-text\/75{ border-bottom-color: rgb(21 18 10 / 0.75); }
.border-b-callout-warning-text\/80{ border-bottom-color: rgb(21 18 10 / 0.8); }
.border-b-callout-warning-text\/90{ border-bottom-color: rgb(21 18 10 / 0.9); }
.border-b-callout-warning-text\/95{ border-bottom-color: rgb(21 18 10 / 0.95); }
.border-b-current{ border-bottom-color: currentColor; }
.border-b-cyan-100{ --tw-border-opacity: 1; border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-b-cyan-100\/0{ border-bottom-color: rgb(207 250 254 / 0); }
.border-b-cyan-100\/10{ border-bottom-color: rgb(207 250 254 / 0.1); }
.border-b-cyan-100\/100{ border-bottom-color: rgb(207 250 254 / 1); }
.border-b-cyan-100\/20{ border-bottom-color: rgb(207 250 254 / 0.2); }
.border-b-cyan-100\/25{ border-bottom-color: rgb(207 250 254 / 0.25); }
.border-b-cyan-100\/30{ border-bottom-color: rgb(207 250 254 / 0.3); }
.border-b-cyan-100\/40{ border-bottom-color: rgb(207 250 254 / 0.4); }
.border-b-cyan-100\/5{ border-bottom-color: rgb(207 250 254 / 0.05); }
.border-b-cyan-100\/50{ border-bottom-color: rgb(207 250 254 / 0.5); }
.border-b-cyan-100\/60{ border-bottom-color: rgb(207 250 254 / 0.6); }
.border-b-cyan-100\/70{ border-bottom-color: rgb(207 250 254 / 0.7); }
.border-b-cyan-100\/75{ border-bottom-color: rgb(207 250 254 / 0.75); }
.border-b-cyan-100\/80{ border-bottom-color: rgb(207 250 254 / 0.8); }
.border-b-cyan-100\/90{ border-bottom-color: rgb(207 250 254 / 0.9); }
.border-b-cyan-100\/95{ border-bottom-color: rgb(207 250 254 / 0.95); }
.border-b-cyan-200{ --tw-border-opacity: 1; border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-b-cyan-200\/0{ border-bottom-color: rgb(165 243 252 / 0); }
.border-b-cyan-200\/10{ border-bottom-color: rgb(165 243 252 / 0.1); }
.border-b-cyan-200\/100{ border-bottom-color: rgb(165 243 252 / 1); }
.border-b-cyan-200\/20{ border-bottom-color: rgb(165 243 252 / 0.2); }
.border-b-cyan-200\/25{ border-bottom-color: rgb(165 243 252 / 0.25); }
.border-b-cyan-200\/30{ border-bottom-color: rgb(165 243 252 / 0.3); }
.border-b-cyan-200\/40{ border-bottom-color: rgb(165 243 252 / 0.4); }
.border-b-cyan-200\/5{ border-bottom-color: rgb(165 243 252 / 0.05); }
.border-b-cyan-200\/50{ border-bottom-color: rgb(165 243 252 / 0.5); }
.border-b-cyan-200\/60{ border-bottom-color: rgb(165 243 252 / 0.6); }
.border-b-cyan-200\/70{ border-bottom-color: rgb(165 243 252 / 0.7); }
.border-b-cyan-200\/75{ border-bottom-color: rgb(165 243 252 / 0.75); }
.border-b-cyan-200\/80{ border-bottom-color: rgb(165 243 252 / 0.8); }
.border-b-cyan-200\/90{ border-bottom-color: rgb(165 243 252 / 0.9); }
.border-b-cyan-200\/95{ border-bottom-color: rgb(165 243 252 / 0.95); }
.border-b-cyan-300{ --tw-border-opacity: 1; border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-b-cyan-300\/0{ border-bottom-color: rgb(103 232 249 / 0); }
.border-b-cyan-300\/10{ border-bottom-color: rgb(103 232 249 / 0.1); }
.border-b-cyan-300\/100{ border-bottom-color: rgb(103 232 249 / 1); }
.border-b-cyan-300\/20{ border-bottom-color: rgb(103 232 249 / 0.2); }
.border-b-cyan-300\/25{ border-bottom-color: rgb(103 232 249 / 0.25); }
.border-b-cyan-300\/30{ border-bottom-color: rgb(103 232 249 / 0.3); }
.border-b-cyan-300\/40{ border-bottom-color: rgb(103 232 249 / 0.4); }
.border-b-cyan-300\/5{ border-bottom-color: rgb(103 232 249 / 0.05); }
.border-b-cyan-300\/50{ border-bottom-color: rgb(103 232 249 / 0.5); }
.border-b-cyan-300\/60{ border-bottom-color: rgb(103 232 249 / 0.6); }
.border-b-cyan-300\/70{ border-bottom-color: rgb(103 232 249 / 0.7); }
.border-b-cyan-300\/75{ border-bottom-color: rgb(103 232 249 / 0.75); }
.border-b-cyan-300\/80{ border-bottom-color: rgb(103 232 249 / 0.8); }
.border-b-cyan-300\/90{ border-bottom-color: rgb(103 232 249 / 0.9); }
.border-b-cyan-300\/95{ border-bottom-color: rgb(103 232 249 / 0.95); }
.border-b-cyan-400{ --tw-border-opacity: 1; border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-b-cyan-400\/0{ border-bottom-color: rgb(34 211 238 / 0); }
.border-b-cyan-400\/10{ border-bottom-color: rgb(34 211 238 / 0.1); }
.border-b-cyan-400\/100{ border-bottom-color: rgb(34 211 238 / 1); }
.border-b-cyan-400\/20{ border-bottom-color: rgb(34 211 238 / 0.2); }
.border-b-cyan-400\/25{ border-bottom-color: rgb(34 211 238 / 0.25); }
.border-b-cyan-400\/30{ border-bottom-color: rgb(34 211 238 / 0.3); }
.border-b-cyan-400\/40{ border-bottom-color: rgb(34 211 238 / 0.4); }
.border-b-cyan-400\/5{ border-bottom-color: rgb(34 211 238 / 0.05); }
.border-b-cyan-400\/50{ border-bottom-color: rgb(34 211 238 / 0.5); }
.border-b-cyan-400\/60{ border-bottom-color: rgb(34 211 238 / 0.6); }
.border-b-cyan-400\/70{ border-bottom-color: rgb(34 211 238 / 0.7); }
.border-b-cyan-400\/75{ border-bottom-color: rgb(34 211 238 / 0.75); }
.border-b-cyan-400\/80{ border-bottom-color: rgb(34 211 238 / 0.8); }
.border-b-cyan-400\/90{ border-bottom-color: rgb(34 211 238 / 0.9); }
.border-b-cyan-400\/95{ border-bottom-color: rgb(34 211 238 / 0.95); }
.border-b-cyan-50{ --tw-border-opacity: 1; border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-b-cyan-50\/0{ border-bottom-color: rgb(236 254 255 / 0); }
.border-b-cyan-50\/10{ border-bottom-color: rgb(236 254 255 / 0.1); }
.border-b-cyan-50\/100{ border-bottom-color: rgb(236 254 255 / 1); }
.border-b-cyan-50\/20{ border-bottom-color: rgb(236 254 255 / 0.2); }
.border-b-cyan-50\/25{ border-bottom-color: rgb(236 254 255 / 0.25); }
.border-b-cyan-50\/30{ border-bottom-color: rgb(236 254 255 / 0.3); }
.border-b-cyan-50\/40{ border-bottom-color: rgb(236 254 255 / 0.4); }
.border-b-cyan-50\/5{ border-bottom-color: rgb(236 254 255 / 0.05); }
.border-b-cyan-50\/50{ border-bottom-color: rgb(236 254 255 / 0.5); }
.border-b-cyan-50\/60{ border-bottom-color: rgb(236 254 255 / 0.6); }
.border-b-cyan-50\/70{ border-bottom-color: rgb(236 254 255 / 0.7); }
.border-b-cyan-50\/75{ border-bottom-color: rgb(236 254 255 / 0.75); }
.border-b-cyan-50\/80{ border-bottom-color: rgb(236 254 255 / 0.8); }
.border-b-cyan-50\/90{ border-bottom-color: rgb(236 254 255 / 0.9); }
.border-b-cyan-50\/95{ border-bottom-color: rgb(236 254 255 / 0.95); }
.border-b-cyan-500{ --tw-border-opacity: 1; border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-b-cyan-500\/0{ border-bottom-color: rgb(6 182 212 / 0); }
.border-b-cyan-500\/10{ border-bottom-color: rgb(6 182 212 / 0.1); }
.border-b-cyan-500\/100{ border-bottom-color: rgb(6 182 212 / 1); }
.border-b-cyan-500\/20{ border-bottom-color: rgb(6 182 212 / 0.2); }
.border-b-cyan-500\/25{ border-bottom-color: rgb(6 182 212 / 0.25); }
.border-b-cyan-500\/30{ border-bottom-color: rgb(6 182 212 / 0.3); }
.border-b-cyan-500\/40{ border-bottom-color: rgb(6 182 212 / 0.4); }
.border-b-cyan-500\/5{ border-bottom-color: rgb(6 182 212 / 0.05); }
.border-b-cyan-500\/50{ border-bottom-color: rgb(6 182 212 / 0.5); }
.border-b-cyan-500\/60{ border-bottom-color: rgb(6 182 212 / 0.6); }
.border-b-cyan-500\/70{ border-bottom-color: rgb(6 182 212 / 0.7); }
.border-b-cyan-500\/75{ border-bottom-color: rgb(6 182 212 / 0.75); }
.border-b-cyan-500\/80{ border-bottom-color: rgb(6 182 212 / 0.8); }
.border-b-cyan-500\/90{ border-bottom-color: rgb(6 182 212 / 0.9); }
.border-b-cyan-500\/95{ border-bottom-color: rgb(6 182 212 / 0.95); }
.border-b-cyan-600{ --tw-border-opacity: 1; border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-b-cyan-600\/0{ border-bottom-color: rgb(8 145 178 / 0); }
.border-b-cyan-600\/10{ border-bottom-color: rgb(8 145 178 / 0.1); }
.border-b-cyan-600\/100{ border-bottom-color: rgb(8 145 178 / 1); }
.border-b-cyan-600\/20{ border-bottom-color: rgb(8 145 178 / 0.2); }
.border-b-cyan-600\/25{ border-bottom-color: rgb(8 145 178 / 0.25); }
.border-b-cyan-600\/30{ border-bottom-color: rgb(8 145 178 / 0.3); }
.border-b-cyan-600\/40{ border-bottom-color: rgb(8 145 178 / 0.4); }
.border-b-cyan-600\/5{ border-bottom-color: rgb(8 145 178 / 0.05); }
.border-b-cyan-600\/50{ border-bottom-color: rgb(8 145 178 / 0.5); }
.border-b-cyan-600\/60{ border-bottom-color: rgb(8 145 178 / 0.6); }
.border-b-cyan-600\/70{ border-bottom-color: rgb(8 145 178 / 0.7); }
.border-b-cyan-600\/75{ border-bottom-color: rgb(8 145 178 / 0.75); }
.border-b-cyan-600\/80{ border-bottom-color: rgb(8 145 178 / 0.8); }
.border-b-cyan-600\/90{ border-bottom-color: rgb(8 145 178 / 0.9); }
.border-b-cyan-600\/95{ border-bottom-color: rgb(8 145 178 / 0.95); }
.border-b-cyan-700{ --tw-border-opacity: 1; border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-b-cyan-700\/0{ border-bottom-color: rgb(14 116 144 / 0); }
.border-b-cyan-700\/10{ border-bottom-color: rgb(14 116 144 / 0.1); }
.border-b-cyan-700\/100{ border-bottom-color: rgb(14 116 144 / 1); }
.border-b-cyan-700\/20{ border-bottom-color: rgb(14 116 144 / 0.2); }
.border-b-cyan-700\/25{ border-bottom-color: rgb(14 116 144 / 0.25); }
.border-b-cyan-700\/30{ border-bottom-color: rgb(14 116 144 / 0.3); }
.border-b-cyan-700\/40{ border-bottom-color: rgb(14 116 144 / 0.4); }
.border-b-cyan-700\/5{ border-bottom-color: rgb(14 116 144 / 0.05); }
.border-b-cyan-700\/50{ border-bottom-color: rgb(14 116 144 / 0.5); }
.border-b-cyan-700\/60{ border-bottom-color: rgb(14 116 144 / 0.6); }
.border-b-cyan-700\/70{ border-bottom-color: rgb(14 116 144 / 0.7); }
.border-b-cyan-700\/75{ border-bottom-color: rgb(14 116 144 / 0.75); }
.border-b-cyan-700\/80{ border-bottom-color: rgb(14 116 144 / 0.8); }
.border-b-cyan-700\/90{ border-bottom-color: rgb(14 116 144 / 0.9); }
.border-b-cyan-700\/95{ border-bottom-color: rgb(14 116 144 / 0.95); }
.border-b-cyan-800{ --tw-border-opacity: 1; border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-b-cyan-800\/0{ border-bottom-color: rgb(21 94 117 / 0); }
.border-b-cyan-800\/10{ border-bottom-color: rgb(21 94 117 / 0.1); }
.border-b-cyan-800\/100{ border-bottom-color: rgb(21 94 117 / 1); }
.border-b-cyan-800\/20{ border-bottom-color: rgb(21 94 117 / 0.2); }
.border-b-cyan-800\/25{ border-bottom-color: rgb(21 94 117 / 0.25); }
.border-b-cyan-800\/30{ border-bottom-color: rgb(21 94 117 / 0.3); }
.border-b-cyan-800\/40{ border-bottom-color: rgb(21 94 117 / 0.4); }
.border-b-cyan-800\/5{ border-bottom-color: rgb(21 94 117 / 0.05); }
.border-b-cyan-800\/50{ border-bottom-color: rgb(21 94 117 / 0.5); }
.border-b-cyan-800\/60{ border-bottom-color: rgb(21 94 117 / 0.6); }
.border-b-cyan-800\/70{ border-bottom-color: rgb(21 94 117 / 0.7); }
.border-b-cyan-800\/75{ border-bottom-color: rgb(21 94 117 / 0.75); }
.border-b-cyan-800\/80{ border-bottom-color: rgb(21 94 117 / 0.8); }
.border-b-cyan-800\/90{ border-bottom-color: rgb(21 94 117 / 0.9); }
.border-b-cyan-800\/95{ border-bottom-color: rgb(21 94 117 / 0.95); }
.border-b-cyan-900{ --tw-border-opacity: 1; border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-b-cyan-900\/0{ border-bottom-color: rgb(22 78 99 / 0); }
.border-b-cyan-900\/10{ border-bottom-color: rgb(22 78 99 / 0.1); }
.border-b-cyan-900\/100{ border-bottom-color: rgb(22 78 99 / 1); }
.border-b-cyan-900\/20{ border-bottom-color: rgb(22 78 99 / 0.2); }
.border-b-cyan-900\/25{ border-bottom-color: rgb(22 78 99 / 0.25); }
.border-b-cyan-900\/30{ border-bottom-color: rgb(22 78 99 / 0.3); }
.border-b-cyan-900\/40{ border-bottom-color: rgb(22 78 99 / 0.4); }
.border-b-cyan-900\/5{ border-bottom-color: rgb(22 78 99 / 0.05); }
.border-b-cyan-900\/50{ border-bottom-color: rgb(22 78 99 / 0.5); }
.border-b-cyan-900\/60{ border-bottom-color: rgb(22 78 99 / 0.6); }
.border-b-cyan-900\/70{ border-bottom-color: rgb(22 78 99 / 0.7); }
.border-b-cyan-900\/75{ border-bottom-color: rgb(22 78 99 / 0.75); }
.border-b-cyan-900\/80{ border-bottom-color: rgb(22 78 99 / 0.8); }
.border-b-cyan-900\/90{ border-bottom-color: rgb(22 78 99 / 0.9); }
.border-b-cyan-900\/95{ border-bottom-color: rgb(22 78 99 / 0.95); }
.border-b-cyan-950{ --tw-border-opacity: 1; border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-b-cyan-950\/0{ border-bottom-color: rgb(8 51 68 / 0); }
.border-b-cyan-950\/10{ border-bottom-color: rgb(8 51 68 / 0.1); }
.border-b-cyan-950\/100{ border-bottom-color: rgb(8 51 68 / 1); }
.border-b-cyan-950\/20{ border-bottom-color: rgb(8 51 68 / 0.2); }
.border-b-cyan-950\/25{ border-bottom-color: rgb(8 51 68 / 0.25); }
.border-b-cyan-950\/30{ border-bottom-color: rgb(8 51 68 / 0.3); }
.border-b-cyan-950\/40{ border-bottom-color: rgb(8 51 68 / 0.4); }
.border-b-cyan-950\/5{ border-bottom-color: rgb(8 51 68 / 0.05); }
.border-b-cyan-950\/50{ border-bottom-color: rgb(8 51 68 / 0.5); }
.border-b-cyan-950\/60{ border-bottom-color: rgb(8 51 68 / 0.6); }
.border-b-cyan-950\/70{ border-bottom-color: rgb(8 51 68 / 0.7); }
.border-b-cyan-950\/75{ border-bottom-color: rgb(8 51 68 / 0.75); }
.border-b-cyan-950\/80{ border-bottom-color: rgb(8 51 68 / 0.8); }
.border-b-cyan-950\/90{ border-bottom-color: rgb(8 51 68 / 0.9); }
.border-b-cyan-950\/95{ border-bottom-color: rgb(8 51 68 / 0.95); }
.border-b-eggshell{ --tw-border-opacity: 1; border-bottom-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-b-eggshell-100{ --tw-border-opacity: 1; border-bottom-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-b-eggshell-100\/0{ border-bottom-color: rgb(254 252 250 / 0); }
.border-b-eggshell-100\/10{ border-bottom-color: rgb(254 252 250 / 0.1); }
.border-b-eggshell-100\/100{ border-bottom-color: rgb(254 252 250 / 1); }
.border-b-eggshell-100\/20{ border-bottom-color: rgb(254 252 250 / 0.2); }
.border-b-eggshell-100\/25{ border-bottom-color: rgb(254 252 250 / 0.25); }
.border-b-eggshell-100\/30{ border-bottom-color: rgb(254 252 250 / 0.3); }
.border-b-eggshell-100\/40{ border-bottom-color: rgb(254 252 250 / 0.4); }
.border-b-eggshell-100\/5{ border-bottom-color: rgb(254 252 250 / 0.05); }
.border-b-eggshell-100\/50{ border-bottom-color: rgb(254 252 250 / 0.5); }
.border-b-eggshell-100\/60{ border-bottom-color: rgb(254 252 250 / 0.6); }
.border-b-eggshell-100\/70{ border-bottom-color: rgb(254 252 250 / 0.7); }
.border-b-eggshell-100\/75{ border-bottom-color: rgb(254 252 250 / 0.75); }
.border-b-eggshell-100\/80{ border-bottom-color: rgb(254 252 250 / 0.8); }
.border-b-eggshell-100\/90{ border-bottom-color: rgb(254 252 250 / 0.9); }
.border-b-eggshell-100\/95{ border-bottom-color: rgb(254 252 250 / 0.95); }
.border-b-eggshell-200{ --tw-border-opacity: 1; border-bottom-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-b-eggshell-200\/0{ border-bottom-color: rgb(252 250 246 / 0); }
.border-b-eggshell-200\/10{ border-bottom-color: rgb(252 250 246 / 0.1); }
.border-b-eggshell-200\/100{ border-bottom-color: rgb(252 250 246 / 1); }
.border-b-eggshell-200\/20{ border-bottom-color: rgb(252 250 246 / 0.2); }
.border-b-eggshell-200\/25{ border-bottom-color: rgb(252 250 246 / 0.25); }
.border-b-eggshell-200\/30{ border-bottom-color: rgb(252 250 246 / 0.3); }
.border-b-eggshell-200\/40{ border-bottom-color: rgb(252 250 246 / 0.4); }
.border-b-eggshell-200\/5{ border-bottom-color: rgb(252 250 246 / 0.05); }
.border-b-eggshell-200\/50{ border-bottom-color: rgb(252 250 246 / 0.5); }
.border-b-eggshell-200\/60{ border-bottom-color: rgb(252 250 246 / 0.6); }
.border-b-eggshell-200\/70{ border-bottom-color: rgb(252 250 246 / 0.7); }
.border-b-eggshell-200\/75{ border-bottom-color: rgb(252 250 246 / 0.75); }
.border-b-eggshell-200\/80{ border-bottom-color: rgb(252 250 246 / 0.8); }
.border-b-eggshell-200\/90{ border-bottom-color: rgb(252 250 246 / 0.9); }
.border-b-eggshell-200\/95{ border-bottom-color: rgb(252 250 246 / 0.95); }
.border-b-eggshell-300{ --tw-border-opacity: 1; border-bottom-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-b-eggshell-300\/0{ border-bottom-color: rgb(251 247 241 / 0); }
.border-b-eggshell-300\/10{ border-bottom-color: rgb(251 247 241 / 0.1); }
.border-b-eggshell-300\/100{ border-bottom-color: rgb(251 247 241 / 1); }
.border-b-eggshell-300\/20{ border-bottom-color: rgb(251 247 241 / 0.2); }
.border-b-eggshell-300\/25{ border-bottom-color: rgb(251 247 241 / 0.25); }
.border-b-eggshell-300\/30{ border-bottom-color: rgb(251 247 241 / 0.3); }
.border-b-eggshell-300\/40{ border-bottom-color: rgb(251 247 241 / 0.4); }
.border-b-eggshell-300\/5{ border-bottom-color: rgb(251 247 241 / 0.05); }
.border-b-eggshell-300\/50{ border-bottom-color: rgb(251 247 241 / 0.5); }
.border-b-eggshell-300\/60{ border-bottom-color: rgb(251 247 241 / 0.6); }
.border-b-eggshell-300\/70{ border-bottom-color: rgb(251 247 241 / 0.7); }
.border-b-eggshell-300\/75{ border-bottom-color: rgb(251 247 241 / 0.75); }
.border-b-eggshell-300\/80{ border-bottom-color: rgb(251 247 241 / 0.8); }
.border-b-eggshell-300\/90{ border-bottom-color: rgb(251 247 241 / 0.9); }
.border-b-eggshell-300\/95{ border-bottom-color: rgb(251 247 241 / 0.95); }
.border-b-eggshell-400{ --tw-border-opacity: 1; border-bottom-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-b-eggshell-400\/0{ border-bottom-color: rgb(249 245 236 / 0); }
.border-b-eggshell-400\/10{ border-bottom-color: rgb(249 245 236 / 0.1); }
.border-b-eggshell-400\/100{ border-bottom-color: rgb(249 245 236 / 1); }
.border-b-eggshell-400\/20{ border-bottom-color: rgb(249 245 236 / 0.2); }
.border-b-eggshell-400\/25{ border-bottom-color: rgb(249 245 236 / 0.25); }
.border-b-eggshell-400\/30{ border-bottom-color: rgb(249 245 236 / 0.3); }
.border-b-eggshell-400\/40{ border-bottom-color: rgb(249 245 236 / 0.4); }
.border-b-eggshell-400\/5{ border-bottom-color: rgb(249 245 236 / 0.05); }
.border-b-eggshell-400\/50{ border-bottom-color: rgb(249 245 236 / 0.5); }
.border-b-eggshell-400\/60{ border-bottom-color: rgb(249 245 236 / 0.6); }
.border-b-eggshell-400\/70{ border-bottom-color: rgb(249 245 236 / 0.7); }
.border-b-eggshell-400\/75{ border-bottom-color: rgb(249 245 236 / 0.75); }
.border-b-eggshell-400\/80{ border-bottom-color: rgb(249 245 236 / 0.8); }
.border-b-eggshell-400\/90{ border-bottom-color: rgb(249 245 236 / 0.9); }
.border-b-eggshell-400\/95{ border-bottom-color: rgb(249 245 236 / 0.95); }
.border-b-eggshell-500{ --tw-border-opacity: 1; border-bottom-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-b-eggshell-500\/0{ border-bottom-color: rgb(247 242 231 / 0); }
.border-b-eggshell-500\/10{ border-bottom-color: rgb(247 242 231 / 0.1); }
.border-b-eggshell-500\/100{ border-bottom-color: rgb(247 242 231 / 1); }
.border-b-eggshell-500\/20{ border-bottom-color: rgb(247 242 231 / 0.2); }
.border-b-eggshell-500\/25{ border-bottom-color: rgb(247 242 231 / 0.25); }
.border-b-eggshell-500\/30{ border-bottom-color: rgb(247 242 231 / 0.3); }
.border-b-eggshell-500\/40{ border-bottom-color: rgb(247 242 231 / 0.4); }
.border-b-eggshell-500\/5{ border-bottom-color: rgb(247 242 231 / 0.05); }
.border-b-eggshell-500\/50{ border-bottom-color: rgb(247 242 231 / 0.5); }
.border-b-eggshell-500\/60{ border-bottom-color: rgb(247 242 231 / 0.6); }
.border-b-eggshell-500\/70{ border-bottom-color: rgb(247 242 231 / 0.7); }
.border-b-eggshell-500\/75{ border-bottom-color: rgb(247 242 231 / 0.75); }
.border-b-eggshell-500\/80{ border-bottom-color: rgb(247 242 231 / 0.8); }
.border-b-eggshell-500\/90{ border-bottom-color: rgb(247 242 231 / 0.9); }
.border-b-eggshell-500\/95{ border-bottom-color: rgb(247 242 231 / 0.95); }
.border-b-eggshell-600{ --tw-border-opacity: 1; border-bottom-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-b-eggshell-600\/0{ border-bottom-color: rgb(246 239 227 / 0); }
.border-b-eggshell-600\/10{ border-bottom-color: rgb(246 239 227 / 0.1); }
.border-b-eggshell-600\/100{ border-bottom-color: rgb(246 239 227 / 1); }
.border-b-eggshell-600\/20{ border-bottom-color: rgb(246 239 227 / 0.2); }
.border-b-eggshell-600\/25{ border-bottom-color: rgb(246 239 227 / 0.25); }
.border-b-eggshell-600\/30{ border-bottom-color: rgb(246 239 227 / 0.3); }
.border-b-eggshell-600\/40{ border-bottom-color: rgb(246 239 227 / 0.4); }
.border-b-eggshell-600\/5{ border-bottom-color: rgb(246 239 227 / 0.05); }
.border-b-eggshell-600\/50{ border-bottom-color: rgb(246 239 227 / 0.5); }
.border-b-eggshell-600\/60{ border-bottom-color: rgb(246 239 227 / 0.6); }
.border-b-eggshell-600\/70{ border-bottom-color: rgb(246 239 227 / 0.7); }
.border-b-eggshell-600\/75{ border-bottom-color: rgb(246 239 227 / 0.75); }
.border-b-eggshell-600\/80{ border-bottom-color: rgb(246 239 227 / 0.8); }
.border-b-eggshell-600\/90{ border-bottom-color: rgb(246 239 227 / 0.9); }
.border-b-eggshell-600\/95{ border-bottom-color: rgb(246 239 227 / 0.95); }
.border-b-eggshell-700{ --tw-border-opacity: 1; border-bottom-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-b-eggshell-700\/0{ border-bottom-color: rgb(245 237 222 / 0); }
.border-b-eggshell-700\/10{ border-bottom-color: rgb(245 237 222 / 0.1); }
.border-b-eggshell-700\/100{ border-bottom-color: rgb(245 237 222 / 1); }
.border-b-eggshell-700\/20{ border-bottom-color: rgb(245 237 222 / 0.2); }
.border-b-eggshell-700\/25{ border-bottom-color: rgb(245 237 222 / 0.25); }
.border-b-eggshell-700\/30{ border-bottom-color: rgb(245 237 222 / 0.3); }
.border-b-eggshell-700\/40{ border-bottom-color: rgb(245 237 222 / 0.4); }
.border-b-eggshell-700\/5{ border-bottom-color: rgb(245 237 222 / 0.05); }
.border-b-eggshell-700\/50{ border-bottom-color: rgb(245 237 222 / 0.5); }
.border-b-eggshell-700\/60{ border-bottom-color: rgb(245 237 222 / 0.6); }
.border-b-eggshell-700\/70{ border-bottom-color: rgb(245 237 222 / 0.7); }
.border-b-eggshell-700\/75{ border-bottom-color: rgb(245 237 222 / 0.75); }
.border-b-eggshell-700\/80{ border-bottom-color: rgb(245 237 222 / 0.8); }
.border-b-eggshell-700\/90{ border-bottom-color: rgb(245 237 222 / 0.9); }
.border-b-eggshell-700\/95{ border-bottom-color: rgb(245 237 222 / 0.95); }
.border-b-eggshell-800{ --tw-border-opacity: 1; border-bottom-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-b-eggshell-800\/0{ border-bottom-color: rgb(243 234 217 / 0); }
.border-b-eggshell-800\/10{ border-bottom-color: rgb(243 234 217 / 0.1); }
.border-b-eggshell-800\/100{ border-bottom-color: rgb(243 234 217 / 1); }
.border-b-eggshell-800\/20{ border-bottom-color: rgb(243 234 217 / 0.2); }
.border-b-eggshell-800\/25{ border-bottom-color: rgb(243 234 217 / 0.25); }
.border-b-eggshell-800\/30{ border-bottom-color: rgb(243 234 217 / 0.3); }
.border-b-eggshell-800\/40{ border-bottom-color: rgb(243 234 217 / 0.4); }
.border-b-eggshell-800\/5{ border-bottom-color: rgb(243 234 217 / 0.05); }
.border-b-eggshell-800\/50{ border-bottom-color: rgb(243 234 217 / 0.5); }
.border-b-eggshell-800\/60{ border-bottom-color: rgb(243 234 217 / 0.6); }
.border-b-eggshell-800\/70{ border-bottom-color: rgb(243 234 217 / 0.7); }
.border-b-eggshell-800\/75{ border-bottom-color: rgb(243 234 217 / 0.75); }
.border-b-eggshell-800\/80{ border-bottom-color: rgb(243 234 217 / 0.8); }
.border-b-eggshell-800\/90{ border-bottom-color: rgb(243 234 217 / 0.9); }
.border-b-eggshell-800\/95{ border-bottom-color: rgb(243 234 217 / 0.95); }
.border-b-eggshell-900{ --tw-border-opacity: 1; border-bottom-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-b-eggshell-900\/0{ border-bottom-color: rgb(242 232 213 / 0); }
.border-b-eggshell-900\/10{ border-bottom-color: rgb(242 232 213 / 0.1); }
.border-b-eggshell-900\/100{ border-bottom-color: rgb(242 232 213 / 1); }
.border-b-eggshell-900\/20{ border-bottom-color: rgb(242 232 213 / 0.2); }
.border-b-eggshell-900\/25{ border-bottom-color: rgb(242 232 213 / 0.25); }
.border-b-eggshell-900\/30{ border-bottom-color: rgb(242 232 213 / 0.3); }
.border-b-eggshell-900\/40{ border-bottom-color: rgb(242 232 213 / 0.4); }
.border-b-eggshell-900\/5{ border-bottom-color: rgb(242 232 213 / 0.05); }
.border-b-eggshell-900\/50{ border-bottom-color: rgb(242 232 213 / 0.5); }
.border-b-eggshell-900\/60{ border-bottom-color: rgb(242 232 213 / 0.6); }
.border-b-eggshell-900\/70{ border-bottom-color: rgb(242 232 213 / 0.7); }
.border-b-eggshell-900\/75{ border-bottom-color: rgb(242 232 213 / 0.75); }
.border-b-eggshell-900\/80{ border-bottom-color: rgb(242 232 213 / 0.8); }
.border-b-eggshell-900\/90{ border-bottom-color: rgb(242 232 213 / 0.9); }
.border-b-eggshell-900\/95{ border-bottom-color: rgb(242 232 213 / 0.95); }
.border-b-eggshell\/0{ border-bottom-color: rgb(240 229 208 / 0); }
.border-b-eggshell\/10{ border-bottom-color: rgb(240 229 208 / 0.1); }
.border-b-eggshell\/100{ border-bottom-color: rgb(240 229 208 / 1); }
.border-b-eggshell\/20{ border-bottom-color: rgb(240 229 208 / 0.2); }
.border-b-eggshell\/25{ border-bottom-color: rgb(240 229 208 / 0.25); }
.border-b-eggshell\/30{ border-bottom-color: rgb(240 229 208 / 0.3); }
.border-b-eggshell\/40{ border-bottom-color: rgb(240 229 208 / 0.4); }
.border-b-eggshell\/5{ border-bottom-color: rgb(240 229 208 / 0.05); }
.border-b-eggshell\/50{ border-bottom-color: rgb(240 229 208 / 0.5); }
.border-b-eggshell\/60{ border-bottom-color: rgb(240 229 208 / 0.6); }
.border-b-eggshell\/70{ border-bottom-color: rgb(240 229 208 / 0.7); }
.border-b-eggshell\/75{ border-bottom-color: rgb(240 229 208 / 0.75); }
.border-b-eggshell\/80{ border-bottom-color: rgb(240 229 208 / 0.8); }
.border-b-eggshell\/90{ border-bottom-color: rgb(240 229 208 / 0.9); }
.border-b-eggshell\/95{ border-bottom-color: rgb(240 229 208 / 0.95); }
.border-b-emerald-100{ --tw-border-opacity: 1; border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-b-emerald-100\/0{ border-bottom-color: rgb(209 250 229 / 0); }
.border-b-emerald-100\/10{ border-bottom-color: rgb(209 250 229 / 0.1); }
.border-b-emerald-100\/100{ border-bottom-color: rgb(209 250 229 / 1); }
.border-b-emerald-100\/20{ border-bottom-color: rgb(209 250 229 / 0.2); }
.border-b-emerald-100\/25{ border-bottom-color: rgb(209 250 229 / 0.25); }
.border-b-emerald-100\/30{ border-bottom-color: rgb(209 250 229 / 0.3); }
.border-b-emerald-100\/40{ border-bottom-color: rgb(209 250 229 / 0.4); }
.border-b-emerald-100\/5{ border-bottom-color: rgb(209 250 229 / 0.05); }
.border-b-emerald-100\/50{ border-bottom-color: rgb(209 250 229 / 0.5); }
.border-b-emerald-100\/60{ border-bottom-color: rgb(209 250 229 / 0.6); }
.border-b-emerald-100\/70{ border-bottom-color: rgb(209 250 229 / 0.7); }
.border-b-emerald-100\/75{ border-bottom-color: rgb(209 250 229 / 0.75); }
.border-b-emerald-100\/80{ border-bottom-color: rgb(209 250 229 / 0.8); }
.border-b-emerald-100\/90{ border-bottom-color: rgb(209 250 229 / 0.9); }
.border-b-emerald-100\/95{ border-bottom-color: rgb(209 250 229 / 0.95); }
.border-b-emerald-200{ --tw-border-opacity: 1; border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-b-emerald-200\/0{ border-bottom-color: rgb(167 243 208 / 0); }
.border-b-emerald-200\/10{ border-bottom-color: rgb(167 243 208 / 0.1); }
.border-b-emerald-200\/100{ border-bottom-color: rgb(167 243 208 / 1); }
.border-b-emerald-200\/20{ border-bottom-color: rgb(167 243 208 / 0.2); }
.border-b-emerald-200\/25{ border-bottom-color: rgb(167 243 208 / 0.25); }
.border-b-emerald-200\/30{ border-bottom-color: rgb(167 243 208 / 0.3); }
.border-b-emerald-200\/40{ border-bottom-color: rgb(167 243 208 / 0.4); }
.border-b-emerald-200\/5{ border-bottom-color: rgb(167 243 208 / 0.05); }
.border-b-emerald-200\/50{ border-bottom-color: rgb(167 243 208 / 0.5); }
.border-b-emerald-200\/60{ border-bottom-color: rgb(167 243 208 / 0.6); }
.border-b-emerald-200\/70{ border-bottom-color: rgb(167 243 208 / 0.7); }
.border-b-emerald-200\/75{ border-bottom-color: rgb(167 243 208 / 0.75); }
.border-b-emerald-200\/80{ border-bottom-color: rgb(167 243 208 / 0.8); }
.border-b-emerald-200\/90{ border-bottom-color: rgb(167 243 208 / 0.9); }
.border-b-emerald-200\/95{ border-bottom-color: rgb(167 243 208 / 0.95); }
.border-b-emerald-300{ --tw-border-opacity: 1; border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-b-emerald-300\/0{ border-bottom-color: rgb(110 231 183 / 0); }
.border-b-emerald-300\/10{ border-bottom-color: rgb(110 231 183 / 0.1); }
.border-b-emerald-300\/100{ border-bottom-color: rgb(110 231 183 / 1); }
.border-b-emerald-300\/20{ border-bottom-color: rgb(110 231 183 / 0.2); }
.border-b-emerald-300\/25{ border-bottom-color: rgb(110 231 183 / 0.25); }
.border-b-emerald-300\/30{ border-bottom-color: rgb(110 231 183 / 0.3); }
.border-b-emerald-300\/40{ border-bottom-color: rgb(110 231 183 / 0.4); }
.border-b-emerald-300\/5{ border-bottom-color: rgb(110 231 183 / 0.05); }
.border-b-emerald-300\/50{ border-bottom-color: rgb(110 231 183 / 0.5); }
.border-b-emerald-300\/60{ border-bottom-color: rgb(110 231 183 / 0.6); }
.border-b-emerald-300\/70{ border-bottom-color: rgb(110 231 183 / 0.7); }
.border-b-emerald-300\/75{ border-bottom-color: rgb(110 231 183 / 0.75); }
.border-b-emerald-300\/80{ border-bottom-color: rgb(110 231 183 / 0.8); }
.border-b-emerald-300\/90{ border-bottom-color: rgb(110 231 183 / 0.9); }
.border-b-emerald-300\/95{ border-bottom-color: rgb(110 231 183 / 0.95); }
.border-b-emerald-400{ --tw-border-opacity: 1; border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-b-emerald-400\/0{ border-bottom-color: rgb(52 211 153 / 0); }
.border-b-emerald-400\/10{ border-bottom-color: rgb(52 211 153 / 0.1); }
.border-b-emerald-400\/100{ border-bottom-color: rgb(52 211 153 / 1); }
.border-b-emerald-400\/20{ border-bottom-color: rgb(52 211 153 / 0.2); }
.border-b-emerald-400\/25{ border-bottom-color: rgb(52 211 153 / 0.25); }
.border-b-emerald-400\/30{ border-bottom-color: rgb(52 211 153 / 0.3); }
.border-b-emerald-400\/40{ border-bottom-color: rgb(52 211 153 / 0.4); }
.border-b-emerald-400\/5{ border-bottom-color: rgb(52 211 153 / 0.05); }
.border-b-emerald-400\/50{ border-bottom-color: rgb(52 211 153 / 0.5); }
.border-b-emerald-400\/60{ border-bottom-color: rgb(52 211 153 / 0.6); }
.border-b-emerald-400\/70{ border-bottom-color: rgb(52 211 153 / 0.7); }
.border-b-emerald-400\/75{ border-bottom-color: rgb(52 211 153 / 0.75); }
.border-b-emerald-400\/80{ border-bottom-color: rgb(52 211 153 / 0.8); }
.border-b-emerald-400\/90{ border-bottom-color: rgb(52 211 153 / 0.9); }
.border-b-emerald-400\/95{ border-bottom-color: rgb(52 211 153 / 0.95); }
.border-b-emerald-50{ --tw-border-opacity: 1; border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-b-emerald-50\/0{ border-bottom-color: rgb(236 253 245 / 0); }
.border-b-emerald-50\/10{ border-bottom-color: rgb(236 253 245 / 0.1); }
.border-b-emerald-50\/100{ border-bottom-color: rgb(236 253 245 / 1); }
.border-b-emerald-50\/20{ border-bottom-color: rgb(236 253 245 / 0.2); }
.border-b-emerald-50\/25{ border-bottom-color: rgb(236 253 245 / 0.25); }
.border-b-emerald-50\/30{ border-bottom-color: rgb(236 253 245 / 0.3); }
.border-b-emerald-50\/40{ border-bottom-color: rgb(236 253 245 / 0.4); }
.border-b-emerald-50\/5{ border-bottom-color: rgb(236 253 245 / 0.05); }
.border-b-emerald-50\/50{ border-bottom-color: rgb(236 253 245 / 0.5); }
.border-b-emerald-50\/60{ border-bottom-color: rgb(236 253 245 / 0.6); }
.border-b-emerald-50\/70{ border-bottom-color: rgb(236 253 245 / 0.7); }
.border-b-emerald-50\/75{ border-bottom-color: rgb(236 253 245 / 0.75); }
.border-b-emerald-50\/80{ border-bottom-color: rgb(236 253 245 / 0.8); }
.border-b-emerald-50\/90{ border-bottom-color: rgb(236 253 245 / 0.9); }
.border-b-emerald-50\/95{ border-bottom-color: rgb(236 253 245 / 0.95); }
.border-b-emerald-500{ --tw-border-opacity: 1; border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-b-emerald-500\/0{ border-bottom-color: rgb(16 185 129 / 0); }
.border-b-emerald-500\/10{ border-bottom-color: rgb(16 185 129 / 0.1); }
.border-b-emerald-500\/100{ border-bottom-color: rgb(16 185 129 / 1); }
.border-b-emerald-500\/20{ border-bottom-color: rgb(16 185 129 / 0.2); }
.border-b-emerald-500\/25{ border-bottom-color: rgb(16 185 129 / 0.25); }
.border-b-emerald-500\/30{ border-bottom-color: rgb(16 185 129 / 0.3); }
.border-b-emerald-500\/40{ border-bottom-color: rgb(16 185 129 / 0.4); }
.border-b-emerald-500\/5{ border-bottom-color: rgb(16 185 129 / 0.05); }
.border-b-emerald-500\/50{ border-bottom-color: rgb(16 185 129 / 0.5); }
.border-b-emerald-500\/60{ border-bottom-color: rgb(16 185 129 / 0.6); }
.border-b-emerald-500\/70{ border-bottom-color: rgb(16 185 129 / 0.7); }
.border-b-emerald-500\/75{ border-bottom-color: rgb(16 185 129 / 0.75); }
.border-b-emerald-500\/80{ border-bottom-color: rgb(16 185 129 / 0.8); }
.border-b-emerald-500\/90{ border-bottom-color: rgb(16 185 129 / 0.9); }
.border-b-emerald-500\/95{ border-bottom-color: rgb(16 185 129 / 0.95); }
.border-b-emerald-600{ --tw-border-opacity: 1; border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-b-emerald-600\/0{ border-bottom-color: rgb(5 150 105 / 0); }
.border-b-emerald-600\/10{ border-bottom-color: rgb(5 150 105 / 0.1); }
.border-b-emerald-600\/100{ border-bottom-color: rgb(5 150 105 / 1); }
.border-b-emerald-600\/20{ border-bottom-color: rgb(5 150 105 / 0.2); }
.border-b-emerald-600\/25{ border-bottom-color: rgb(5 150 105 / 0.25); }
.border-b-emerald-600\/30{ border-bottom-color: rgb(5 150 105 / 0.3); }
.border-b-emerald-600\/40{ border-bottom-color: rgb(5 150 105 / 0.4); }
.border-b-emerald-600\/5{ border-bottom-color: rgb(5 150 105 / 0.05); }
.border-b-emerald-600\/50{ border-bottom-color: rgb(5 150 105 / 0.5); }
.border-b-emerald-600\/60{ border-bottom-color: rgb(5 150 105 / 0.6); }
.border-b-emerald-600\/70{ border-bottom-color: rgb(5 150 105 / 0.7); }
.border-b-emerald-600\/75{ border-bottom-color: rgb(5 150 105 / 0.75); }
.border-b-emerald-600\/80{ border-bottom-color: rgb(5 150 105 / 0.8); }
.border-b-emerald-600\/90{ border-bottom-color: rgb(5 150 105 / 0.9); }
.border-b-emerald-600\/95{ border-bottom-color: rgb(5 150 105 / 0.95); }
.border-b-emerald-700{ --tw-border-opacity: 1; border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-b-emerald-700\/0{ border-bottom-color: rgb(4 120 87 / 0); }
.border-b-emerald-700\/10{ border-bottom-color: rgb(4 120 87 / 0.1); }
.border-b-emerald-700\/100{ border-bottom-color: rgb(4 120 87 / 1); }
.border-b-emerald-700\/20{ border-bottom-color: rgb(4 120 87 / 0.2); }
.border-b-emerald-700\/25{ border-bottom-color: rgb(4 120 87 / 0.25); }
.border-b-emerald-700\/30{ border-bottom-color: rgb(4 120 87 / 0.3); }
.border-b-emerald-700\/40{ border-bottom-color: rgb(4 120 87 / 0.4); }
.border-b-emerald-700\/5{ border-bottom-color: rgb(4 120 87 / 0.05); }
.border-b-emerald-700\/50{ border-bottom-color: rgb(4 120 87 / 0.5); }
.border-b-emerald-700\/60{ border-bottom-color: rgb(4 120 87 / 0.6); }
.border-b-emerald-700\/70{ border-bottom-color: rgb(4 120 87 / 0.7); }
.border-b-emerald-700\/75{ border-bottom-color: rgb(4 120 87 / 0.75); }
.border-b-emerald-700\/80{ border-bottom-color: rgb(4 120 87 / 0.8); }
.border-b-emerald-700\/90{ border-bottom-color: rgb(4 120 87 / 0.9); }
.border-b-emerald-700\/95{ border-bottom-color: rgb(4 120 87 / 0.95); }
.border-b-emerald-800{ --tw-border-opacity: 1; border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-b-emerald-800\/0{ border-bottom-color: rgb(6 95 70 / 0); }
.border-b-emerald-800\/10{ border-bottom-color: rgb(6 95 70 / 0.1); }
.border-b-emerald-800\/100{ border-bottom-color: rgb(6 95 70 / 1); }
.border-b-emerald-800\/20{ border-bottom-color: rgb(6 95 70 / 0.2); }
.border-b-emerald-800\/25{ border-bottom-color: rgb(6 95 70 / 0.25); }
.border-b-emerald-800\/30{ border-bottom-color: rgb(6 95 70 / 0.3); }
.border-b-emerald-800\/40{ border-bottom-color: rgb(6 95 70 / 0.4); }
.border-b-emerald-800\/5{ border-bottom-color: rgb(6 95 70 / 0.05); }
.border-b-emerald-800\/50{ border-bottom-color: rgb(6 95 70 / 0.5); }
.border-b-emerald-800\/60{ border-bottom-color: rgb(6 95 70 / 0.6); }
.border-b-emerald-800\/70{ border-bottom-color: rgb(6 95 70 / 0.7); }
.border-b-emerald-800\/75{ border-bottom-color: rgb(6 95 70 / 0.75); }
.border-b-emerald-800\/80{ border-bottom-color: rgb(6 95 70 / 0.8); }
.border-b-emerald-800\/90{ border-bottom-color: rgb(6 95 70 / 0.9); }
.border-b-emerald-800\/95{ border-bottom-color: rgb(6 95 70 / 0.95); }
.border-b-emerald-900{ --tw-border-opacity: 1; border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-b-emerald-900\/0{ border-bottom-color: rgb(6 78 59 / 0); }
.border-b-emerald-900\/10{ border-bottom-color: rgb(6 78 59 / 0.1); }
.border-b-emerald-900\/100{ border-bottom-color: rgb(6 78 59 / 1); }
.border-b-emerald-900\/20{ border-bottom-color: rgb(6 78 59 / 0.2); }
.border-b-emerald-900\/25{ border-bottom-color: rgb(6 78 59 / 0.25); }
.border-b-emerald-900\/30{ border-bottom-color: rgb(6 78 59 / 0.3); }
.border-b-emerald-900\/40{ border-bottom-color: rgb(6 78 59 / 0.4); }
.border-b-emerald-900\/5{ border-bottom-color: rgb(6 78 59 / 0.05); }
.border-b-emerald-900\/50{ border-bottom-color: rgb(6 78 59 / 0.5); }
.border-b-emerald-900\/60{ border-bottom-color: rgb(6 78 59 / 0.6); }
.border-b-emerald-900\/70{ border-bottom-color: rgb(6 78 59 / 0.7); }
.border-b-emerald-900\/75{ border-bottom-color: rgb(6 78 59 / 0.75); }
.border-b-emerald-900\/80{ border-bottom-color: rgb(6 78 59 / 0.8); }
.border-b-emerald-900\/90{ border-bottom-color: rgb(6 78 59 / 0.9); }
.border-b-emerald-900\/95{ border-bottom-color: rgb(6 78 59 / 0.95); }
.border-b-emerald-950{ --tw-border-opacity: 1; border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-b-emerald-950\/0{ border-bottom-color: rgb(2 44 34 / 0); }
.border-b-emerald-950\/10{ border-bottom-color: rgb(2 44 34 / 0.1); }
.border-b-emerald-950\/100{ border-bottom-color: rgb(2 44 34 / 1); }
.border-b-emerald-950\/20{ border-bottom-color: rgb(2 44 34 / 0.2); }
.border-b-emerald-950\/25{ border-bottom-color: rgb(2 44 34 / 0.25); }
.border-b-emerald-950\/30{ border-bottom-color: rgb(2 44 34 / 0.3); }
.border-b-emerald-950\/40{ border-bottom-color: rgb(2 44 34 / 0.4); }
.border-b-emerald-950\/5{ border-bottom-color: rgb(2 44 34 / 0.05); }
.border-b-emerald-950\/50{ border-bottom-color: rgb(2 44 34 / 0.5); }
.border-b-emerald-950\/60{ border-bottom-color: rgb(2 44 34 / 0.6); }
.border-b-emerald-950\/70{ border-bottom-color: rgb(2 44 34 / 0.7); }
.border-b-emerald-950\/75{ border-bottom-color: rgb(2 44 34 / 0.75); }
.border-b-emerald-950\/80{ border-bottom-color: rgb(2 44 34 / 0.8); }
.border-b-emerald-950\/90{ border-bottom-color: rgb(2 44 34 / 0.9); }
.border-b-emerald-950\/95{ border-bottom-color: rgb(2 44 34 / 0.95); }
.border-b-fuchsia-100{ --tw-border-opacity: 1; border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-b-fuchsia-100\/0{ border-bottom-color: rgb(250 232 255 / 0); }
.border-b-fuchsia-100\/10{ border-bottom-color: rgb(250 232 255 / 0.1); }
.border-b-fuchsia-100\/100{ border-bottom-color: rgb(250 232 255 / 1); }
.border-b-fuchsia-100\/20{ border-bottom-color: rgb(250 232 255 / 0.2); }
.border-b-fuchsia-100\/25{ border-bottom-color: rgb(250 232 255 / 0.25); }
.border-b-fuchsia-100\/30{ border-bottom-color: rgb(250 232 255 / 0.3); }
.border-b-fuchsia-100\/40{ border-bottom-color: rgb(250 232 255 / 0.4); }
.border-b-fuchsia-100\/5{ border-bottom-color: rgb(250 232 255 / 0.05); }
.border-b-fuchsia-100\/50{ border-bottom-color: rgb(250 232 255 / 0.5); }
.border-b-fuchsia-100\/60{ border-bottom-color: rgb(250 232 255 / 0.6); }
.border-b-fuchsia-100\/70{ border-bottom-color: rgb(250 232 255 / 0.7); }
.border-b-fuchsia-100\/75{ border-bottom-color: rgb(250 232 255 / 0.75); }
.border-b-fuchsia-100\/80{ border-bottom-color: rgb(250 232 255 / 0.8); }
.border-b-fuchsia-100\/90{ border-bottom-color: rgb(250 232 255 / 0.9); }
.border-b-fuchsia-100\/95{ border-bottom-color: rgb(250 232 255 / 0.95); }
.border-b-fuchsia-200{ --tw-border-opacity: 1; border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-b-fuchsia-200\/0{ border-bottom-color: rgb(245 208 254 / 0); }
.border-b-fuchsia-200\/10{ border-bottom-color: rgb(245 208 254 / 0.1); }
.border-b-fuchsia-200\/100{ border-bottom-color: rgb(245 208 254 / 1); }
.border-b-fuchsia-200\/20{ border-bottom-color: rgb(245 208 254 / 0.2); }
.border-b-fuchsia-200\/25{ border-bottom-color: rgb(245 208 254 / 0.25); }
.border-b-fuchsia-200\/30{ border-bottom-color: rgb(245 208 254 / 0.3); }
.border-b-fuchsia-200\/40{ border-bottom-color: rgb(245 208 254 / 0.4); }
.border-b-fuchsia-200\/5{ border-bottom-color: rgb(245 208 254 / 0.05); }
.border-b-fuchsia-200\/50{ border-bottom-color: rgb(245 208 254 / 0.5); }
.border-b-fuchsia-200\/60{ border-bottom-color: rgb(245 208 254 / 0.6); }
.border-b-fuchsia-200\/70{ border-bottom-color: rgb(245 208 254 / 0.7); }
.border-b-fuchsia-200\/75{ border-bottom-color: rgb(245 208 254 / 0.75); }
.border-b-fuchsia-200\/80{ border-bottom-color: rgb(245 208 254 / 0.8); }
.border-b-fuchsia-200\/90{ border-bottom-color: rgb(245 208 254 / 0.9); }
.border-b-fuchsia-200\/95{ border-bottom-color: rgb(245 208 254 / 0.95); }
.border-b-fuchsia-300{ --tw-border-opacity: 1; border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-b-fuchsia-300\/0{ border-bottom-color: rgb(240 171 252 / 0); }
.border-b-fuchsia-300\/10{ border-bottom-color: rgb(240 171 252 / 0.1); }
.border-b-fuchsia-300\/100{ border-bottom-color: rgb(240 171 252 / 1); }
.border-b-fuchsia-300\/20{ border-bottom-color: rgb(240 171 252 / 0.2); }
.border-b-fuchsia-300\/25{ border-bottom-color: rgb(240 171 252 / 0.25); }
.border-b-fuchsia-300\/30{ border-bottom-color: rgb(240 171 252 / 0.3); }
.border-b-fuchsia-300\/40{ border-bottom-color: rgb(240 171 252 / 0.4); }
.border-b-fuchsia-300\/5{ border-bottom-color: rgb(240 171 252 / 0.05); }
.border-b-fuchsia-300\/50{ border-bottom-color: rgb(240 171 252 / 0.5); }
.border-b-fuchsia-300\/60{ border-bottom-color: rgb(240 171 252 / 0.6); }
.border-b-fuchsia-300\/70{ border-bottom-color: rgb(240 171 252 / 0.7); }
.border-b-fuchsia-300\/75{ border-bottom-color: rgb(240 171 252 / 0.75); }
.border-b-fuchsia-300\/80{ border-bottom-color: rgb(240 171 252 / 0.8); }
.border-b-fuchsia-300\/90{ border-bottom-color: rgb(240 171 252 / 0.9); }
.border-b-fuchsia-300\/95{ border-bottom-color: rgb(240 171 252 / 0.95); }
.border-b-fuchsia-400{ --tw-border-opacity: 1; border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-b-fuchsia-400\/0{ border-bottom-color: rgb(232 121 249 / 0); }
.border-b-fuchsia-400\/10{ border-bottom-color: rgb(232 121 249 / 0.1); }
.border-b-fuchsia-400\/100{ border-bottom-color: rgb(232 121 249 / 1); }
.border-b-fuchsia-400\/20{ border-bottom-color: rgb(232 121 249 / 0.2); }
.border-b-fuchsia-400\/25{ border-bottom-color: rgb(232 121 249 / 0.25); }
.border-b-fuchsia-400\/30{ border-bottom-color: rgb(232 121 249 / 0.3); }
.border-b-fuchsia-400\/40{ border-bottom-color: rgb(232 121 249 / 0.4); }
.border-b-fuchsia-400\/5{ border-bottom-color: rgb(232 121 249 / 0.05); }
.border-b-fuchsia-400\/50{ border-bottom-color: rgb(232 121 249 / 0.5); }
.border-b-fuchsia-400\/60{ border-bottom-color: rgb(232 121 249 / 0.6); }
.border-b-fuchsia-400\/70{ border-bottom-color: rgb(232 121 249 / 0.7); }
.border-b-fuchsia-400\/75{ border-bottom-color: rgb(232 121 249 / 0.75); }
.border-b-fuchsia-400\/80{ border-bottom-color: rgb(232 121 249 / 0.8); }
.border-b-fuchsia-400\/90{ border-bottom-color: rgb(232 121 249 / 0.9); }
.border-b-fuchsia-400\/95{ border-bottom-color: rgb(232 121 249 / 0.95); }
.border-b-fuchsia-50{ --tw-border-opacity: 1; border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-b-fuchsia-50\/0{ border-bottom-color: rgb(253 244 255 / 0); }
.border-b-fuchsia-50\/10{ border-bottom-color: rgb(253 244 255 / 0.1); }
.border-b-fuchsia-50\/100{ border-bottom-color: rgb(253 244 255 / 1); }
.border-b-fuchsia-50\/20{ border-bottom-color: rgb(253 244 255 / 0.2); }
.border-b-fuchsia-50\/25{ border-bottom-color: rgb(253 244 255 / 0.25); }
.border-b-fuchsia-50\/30{ border-bottom-color: rgb(253 244 255 / 0.3); }
.border-b-fuchsia-50\/40{ border-bottom-color: rgb(253 244 255 / 0.4); }
.border-b-fuchsia-50\/5{ border-bottom-color: rgb(253 244 255 / 0.05); }
.border-b-fuchsia-50\/50{ border-bottom-color: rgb(253 244 255 / 0.5); }
.border-b-fuchsia-50\/60{ border-bottom-color: rgb(253 244 255 / 0.6); }
.border-b-fuchsia-50\/70{ border-bottom-color: rgb(253 244 255 / 0.7); }
.border-b-fuchsia-50\/75{ border-bottom-color: rgb(253 244 255 / 0.75); }
.border-b-fuchsia-50\/80{ border-bottom-color: rgb(253 244 255 / 0.8); }
.border-b-fuchsia-50\/90{ border-bottom-color: rgb(253 244 255 / 0.9); }
.border-b-fuchsia-50\/95{ border-bottom-color: rgb(253 244 255 / 0.95); }
.border-b-fuchsia-500{ --tw-border-opacity: 1; border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-b-fuchsia-500\/0{ border-bottom-color: rgb(217 70 239 / 0); }
.border-b-fuchsia-500\/10{ border-bottom-color: rgb(217 70 239 / 0.1); }
.border-b-fuchsia-500\/100{ border-bottom-color: rgb(217 70 239 / 1); }
.border-b-fuchsia-500\/20{ border-bottom-color: rgb(217 70 239 / 0.2); }
.border-b-fuchsia-500\/25{ border-bottom-color: rgb(217 70 239 / 0.25); }
.border-b-fuchsia-500\/30{ border-bottom-color: rgb(217 70 239 / 0.3); }
.border-b-fuchsia-500\/40{ border-bottom-color: rgb(217 70 239 / 0.4); }
.border-b-fuchsia-500\/5{ border-bottom-color: rgb(217 70 239 / 0.05); }
.border-b-fuchsia-500\/50{ border-bottom-color: rgb(217 70 239 / 0.5); }
.border-b-fuchsia-500\/60{ border-bottom-color: rgb(217 70 239 / 0.6); }
.border-b-fuchsia-500\/70{ border-bottom-color: rgb(217 70 239 / 0.7); }
.border-b-fuchsia-500\/75{ border-bottom-color: rgb(217 70 239 / 0.75); }
.border-b-fuchsia-500\/80{ border-bottom-color: rgb(217 70 239 / 0.8); }
.border-b-fuchsia-500\/90{ border-bottom-color: rgb(217 70 239 / 0.9); }
.border-b-fuchsia-500\/95{ border-bottom-color: rgb(217 70 239 / 0.95); }
.border-b-fuchsia-600{ --tw-border-opacity: 1; border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-b-fuchsia-600\/0{ border-bottom-color: rgb(192 38 211 / 0); }
.border-b-fuchsia-600\/10{ border-bottom-color: rgb(192 38 211 / 0.1); }
.border-b-fuchsia-600\/100{ border-bottom-color: rgb(192 38 211 / 1); }
.border-b-fuchsia-600\/20{ border-bottom-color: rgb(192 38 211 / 0.2); }
.border-b-fuchsia-600\/25{ border-bottom-color: rgb(192 38 211 / 0.25); }
.border-b-fuchsia-600\/30{ border-bottom-color: rgb(192 38 211 / 0.3); }
.border-b-fuchsia-600\/40{ border-bottom-color: rgb(192 38 211 / 0.4); }
.border-b-fuchsia-600\/5{ border-bottom-color: rgb(192 38 211 / 0.05); }
.border-b-fuchsia-600\/50{ border-bottom-color: rgb(192 38 211 / 0.5); }
.border-b-fuchsia-600\/60{ border-bottom-color: rgb(192 38 211 / 0.6); }
.border-b-fuchsia-600\/70{ border-bottom-color: rgb(192 38 211 / 0.7); }
.border-b-fuchsia-600\/75{ border-bottom-color: rgb(192 38 211 / 0.75); }
.border-b-fuchsia-600\/80{ border-bottom-color: rgb(192 38 211 / 0.8); }
.border-b-fuchsia-600\/90{ border-bottom-color: rgb(192 38 211 / 0.9); }
.border-b-fuchsia-600\/95{ border-bottom-color: rgb(192 38 211 / 0.95); }
.border-b-fuchsia-700{ --tw-border-opacity: 1; border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-b-fuchsia-700\/0{ border-bottom-color: rgb(162 28 175 / 0); }
.border-b-fuchsia-700\/10{ border-bottom-color: rgb(162 28 175 / 0.1); }
.border-b-fuchsia-700\/100{ border-bottom-color: rgb(162 28 175 / 1); }
.border-b-fuchsia-700\/20{ border-bottom-color: rgb(162 28 175 / 0.2); }
.border-b-fuchsia-700\/25{ border-bottom-color: rgb(162 28 175 / 0.25); }
.border-b-fuchsia-700\/30{ border-bottom-color: rgb(162 28 175 / 0.3); }
.border-b-fuchsia-700\/40{ border-bottom-color: rgb(162 28 175 / 0.4); }
.border-b-fuchsia-700\/5{ border-bottom-color: rgb(162 28 175 / 0.05); }
.border-b-fuchsia-700\/50{ border-bottom-color: rgb(162 28 175 / 0.5); }
.border-b-fuchsia-700\/60{ border-bottom-color: rgb(162 28 175 / 0.6); }
.border-b-fuchsia-700\/70{ border-bottom-color: rgb(162 28 175 / 0.7); }
.border-b-fuchsia-700\/75{ border-bottom-color: rgb(162 28 175 / 0.75); }
.border-b-fuchsia-700\/80{ border-bottom-color: rgb(162 28 175 / 0.8); }
.border-b-fuchsia-700\/90{ border-bottom-color: rgb(162 28 175 / 0.9); }
.border-b-fuchsia-700\/95{ border-bottom-color: rgb(162 28 175 / 0.95); }
.border-b-fuchsia-800{ --tw-border-opacity: 1; border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-b-fuchsia-800\/0{ border-bottom-color: rgb(134 25 143 / 0); }
.border-b-fuchsia-800\/10{ border-bottom-color: rgb(134 25 143 / 0.1); }
.border-b-fuchsia-800\/100{ border-bottom-color: rgb(134 25 143 / 1); }
.border-b-fuchsia-800\/20{ border-bottom-color: rgb(134 25 143 / 0.2); }
.border-b-fuchsia-800\/25{ border-bottom-color: rgb(134 25 143 / 0.25); }
.border-b-fuchsia-800\/30{ border-bottom-color: rgb(134 25 143 / 0.3); }
.border-b-fuchsia-800\/40{ border-bottom-color: rgb(134 25 143 / 0.4); }
.border-b-fuchsia-800\/5{ border-bottom-color: rgb(134 25 143 / 0.05); }
.border-b-fuchsia-800\/50{ border-bottom-color: rgb(134 25 143 / 0.5); }
.border-b-fuchsia-800\/60{ border-bottom-color: rgb(134 25 143 / 0.6); }
.border-b-fuchsia-800\/70{ border-bottom-color: rgb(134 25 143 / 0.7); }
.border-b-fuchsia-800\/75{ border-bottom-color: rgb(134 25 143 / 0.75); }
.border-b-fuchsia-800\/80{ border-bottom-color: rgb(134 25 143 / 0.8); }
.border-b-fuchsia-800\/90{ border-bottom-color: rgb(134 25 143 / 0.9); }
.border-b-fuchsia-800\/95{ border-bottom-color: rgb(134 25 143 / 0.95); }
.border-b-fuchsia-900{ --tw-border-opacity: 1; border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-b-fuchsia-900\/0{ border-bottom-color: rgb(112 26 117 / 0); }
.border-b-fuchsia-900\/10{ border-bottom-color: rgb(112 26 117 / 0.1); }
.border-b-fuchsia-900\/100{ border-bottom-color: rgb(112 26 117 / 1); }
.border-b-fuchsia-900\/20{ border-bottom-color: rgb(112 26 117 / 0.2); }
.border-b-fuchsia-900\/25{ border-bottom-color: rgb(112 26 117 / 0.25); }
.border-b-fuchsia-900\/30{ border-bottom-color: rgb(112 26 117 / 0.3); }
.border-b-fuchsia-900\/40{ border-bottom-color: rgb(112 26 117 / 0.4); }
.border-b-fuchsia-900\/5{ border-bottom-color: rgb(112 26 117 / 0.05); }
.border-b-fuchsia-900\/50{ border-bottom-color: rgb(112 26 117 / 0.5); }
.border-b-fuchsia-900\/60{ border-bottom-color: rgb(112 26 117 / 0.6); }
.border-b-fuchsia-900\/70{ border-bottom-color: rgb(112 26 117 / 0.7); }
.border-b-fuchsia-900\/75{ border-bottom-color: rgb(112 26 117 / 0.75); }
.border-b-fuchsia-900\/80{ border-bottom-color: rgb(112 26 117 / 0.8); }
.border-b-fuchsia-900\/90{ border-bottom-color: rgb(112 26 117 / 0.9); }
.border-b-fuchsia-900\/95{ border-bottom-color: rgb(112 26 117 / 0.95); }
.border-b-fuchsia-950{ --tw-border-opacity: 1; border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-b-fuchsia-950\/0{ border-bottom-color: rgb(74 4 78 / 0); }
.border-b-fuchsia-950\/10{ border-bottom-color: rgb(74 4 78 / 0.1); }
.border-b-fuchsia-950\/100{ border-bottom-color: rgb(74 4 78 / 1); }
.border-b-fuchsia-950\/20{ border-bottom-color: rgb(74 4 78 / 0.2); }
.border-b-fuchsia-950\/25{ border-bottom-color: rgb(74 4 78 / 0.25); }
.border-b-fuchsia-950\/30{ border-bottom-color: rgb(74 4 78 / 0.3); }
.border-b-fuchsia-950\/40{ border-bottom-color: rgb(74 4 78 / 0.4); }
.border-b-fuchsia-950\/5{ border-bottom-color: rgb(74 4 78 / 0.05); }
.border-b-fuchsia-950\/50{ border-bottom-color: rgb(74 4 78 / 0.5); }
.border-b-fuchsia-950\/60{ border-bottom-color: rgb(74 4 78 / 0.6); }
.border-b-fuchsia-950\/70{ border-bottom-color: rgb(74 4 78 / 0.7); }
.border-b-fuchsia-950\/75{ border-bottom-color: rgb(74 4 78 / 0.75); }
.border-b-fuchsia-950\/80{ border-bottom-color: rgb(74 4 78 / 0.8); }
.border-b-fuchsia-950\/90{ border-bottom-color: rgb(74 4 78 / 0.9); }
.border-b-fuchsia-950\/95{ border-bottom-color: rgb(74 4 78 / 0.95); }
.border-b-gray-100{ --tw-border-opacity: 1; border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-b-gray-100\/0{ border-bottom-color: rgb(243 244 246 / 0); }
.border-b-gray-100\/10{ border-bottom-color: rgb(243 244 246 / 0.1); }
.border-b-gray-100\/100{ border-bottom-color: rgb(243 244 246 / 1); }
.border-b-gray-100\/20{ border-bottom-color: rgb(243 244 246 / 0.2); }
.border-b-gray-100\/25{ border-bottom-color: rgb(243 244 246 / 0.25); }
.border-b-gray-100\/30{ border-bottom-color: rgb(243 244 246 / 0.3); }
.border-b-gray-100\/40{ border-bottom-color: rgb(243 244 246 / 0.4); }
.border-b-gray-100\/5{ border-bottom-color: rgb(243 244 246 / 0.05); }
.border-b-gray-100\/50{ border-bottom-color: rgb(243 244 246 / 0.5); }
.border-b-gray-100\/60{ border-bottom-color: rgb(243 244 246 / 0.6); }
.border-b-gray-100\/70{ border-bottom-color: rgb(243 244 246 / 0.7); }
.border-b-gray-100\/75{ border-bottom-color: rgb(243 244 246 / 0.75); }
.border-b-gray-100\/80{ border-bottom-color: rgb(243 244 246 / 0.8); }
.border-b-gray-100\/90{ border-bottom-color: rgb(243 244 246 / 0.9); }
.border-b-gray-100\/95{ border-bottom-color: rgb(243 244 246 / 0.95); }
.border-b-gray-200{ --tw-border-opacity: 1; border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-b-gray-200\/0{ border-bottom-color: rgb(229 231 235 / 0); }
.border-b-gray-200\/10{ border-bottom-color: rgb(229 231 235 / 0.1); }
.border-b-gray-200\/100{ border-bottom-color: rgb(229 231 235 / 1); }
.border-b-gray-200\/20{ border-bottom-color: rgb(229 231 235 / 0.2); }
.border-b-gray-200\/25{ border-bottom-color: rgb(229 231 235 / 0.25); }
.border-b-gray-200\/30{ border-bottom-color: rgb(229 231 235 / 0.3); }
.border-b-gray-200\/40{ border-bottom-color: rgb(229 231 235 / 0.4); }
.border-b-gray-200\/5{ border-bottom-color: rgb(229 231 235 / 0.05); }
.border-b-gray-200\/50{ border-bottom-color: rgb(229 231 235 / 0.5); }
.border-b-gray-200\/60{ border-bottom-color: rgb(229 231 235 / 0.6); }
.border-b-gray-200\/70{ border-bottom-color: rgb(229 231 235 / 0.7); }
.border-b-gray-200\/75{ border-bottom-color: rgb(229 231 235 / 0.75); }
.border-b-gray-200\/80{ border-bottom-color: rgb(229 231 235 / 0.8); }
.border-b-gray-200\/90{ border-bottom-color: rgb(229 231 235 / 0.9); }
.border-b-gray-200\/95{ border-bottom-color: rgb(229 231 235 / 0.95); }
.border-b-gray-300{ --tw-border-opacity: 1; border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-b-gray-300\/0{ border-bottom-color: rgb(209 213 219 / 0); }
.border-b-gray-300\/10{ border-bottom-color: rgb(209 213 219 / 0.1); }
.border-b-gray-300\/100{ border-bottom-color: rgb(209 213 219 / 1); }
.border-b-gray-300\/20{ border-bottom-color: rgb(209 213 219 / 0.2); }
.border-b-gray-300\/25{ border-bottom-color: rgb(209 213 219 / 0.25); }
.border-b-gray-300\/30{ border-bottom-color: rgb(209 213 219 / 0.3); }
.border-b-gray-300\/40{ border-bottom-color: rgb(209 213 219 / 0.4); }
.border-b-gray-300\/5{ border-bottom-color: rgb(209 213 219 / 0.05); }
.border-b-gray-300\/50{ border-bottom-color: rgb(209 213 219 / 0.5); }
.border-b-gray-300\/60{ border-bottom-color: rgb(209 213 219 / 0.6); }
.border-b-gray-300\/70{ border-bottom-color: rgb(209 213 219 / 0.7); }
.border-b-gray-300\/75{ border-bottom-color: rgb(209 213 219 / 0.75); }
.border-b-gray-300\/80{ border-bottom-color: rgb(209 213 219 / 0.8); }
.border-b-gray-300\/90{ border-bottom-color: rgb(209 213 219 / 0.9); }
.border-b-gray-300\/95{ border-bottom-color: rgb(209 213 219 / 0.95); }
.border-b-gray-400{ --tw-border-opacity: 1; border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-b-gray-400\/0{ border-bottom-color: rgb(156 163 175 / 0); }
.border-b-gray-400\/10{ border-bottom-color: rgb(156 163 175 / 0.1); }
.border-b-gray-400\/100{ border-bottom-color: rgb(156 163 175 / 1); }
.border-b-gray-400\/20{ border-bottom-color: rgb(156 163 175 / 0.2); }
.border-b-gray-400\/25{ border-bottom-color: rgb(156 163 175 / 0.25); }
.border-b-gray-400\/30{ border-bottom-color: rgb(156 163 175 / 0.3); }
.border-b-gray-400\/40{ border-bottom-color: rgb(156 163 175 / 0.4); }
.border-b-gray-400\/5{ border-bottom-color: rgb(156 163 175 / 0.05); }
.border-b-gray-400\/50{ border-bottom-color: rgb(156 163 175 / 0.5); }
.border-b-gray-400\/60{ border-bottom-color: rgb(156 163 175 / 0.6); }
.border-b-gray-400\/70{ border-bottom-color: rgb(156 163 175 / 0.7); }
.border-b-gray-400\/75{ border-bottom-color: rgb(156 163 175 / 0.75); }
.border-b-gray-400\/80{ border-bottom-color: rgb(156 163 175 / 0.8); }
.border-b-gray-400\/90{ border-bottom-color: rgb(156 163 175 / 0.9); }
.border-b-gray-400\/95{ border-bottom-color: rgb(156 163 175 / 0.95); }
.border-b-gray-50{ --tw-border-opacity: 1; border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-b-gray-50\/0{ border-bottom-color: rgb(249 250 251 / 0); }
.border-b-gray-50\/10{ border-bottom-color: rgb(249 250 251 / 0.1); }
.border-b-gray-50\/100{ border-bottom-color: rgb(249 250 251 / 1); }
.border-b-gray-50\/20{ border-bottom-color: rgb(249 250 251 / 0.2); }
.border-b-gray-50\/25{ border-bottom-color: rgb(249 250 251 / 0.25); }
.border-b-gray-50\/30{ border-bottom-color: rgb(249 250 251 / 0.3); }
.border-b-gray-50\/40{ border-bottom-color: rgb(249 250 251 / 0.4); }
.border-b-gray-50\/5{ border-bottom-color: rgb(249 250 251 / 0.05); }
.border-b-gray-50\/50{ border-bottom-color: rgb(249 250 251 / 0.5); }
.border-b-gray-50\/60{ border-bottom-color: rgb(249 250 251 / 0.6); }
.border-b-gray-50\/70{ border-bottom-color: rgb(249 250 251 / 0.7); }
.border-b-gray-50\/75{ border-bottom-color: rgb(249 250 251 / 0.75); }
.border-b-gray-50\/80{ border-bottom-color: rgb(249 250 251 / 0.8); }
.border-b-gray-50\/90{ border-bottom-color: rgb(249 250 251 / 0.9); }
.border-b-gray-50\/95{ border-bottom-color: rgb(249 250 251 / 0.95); }
.border-b-gray-500{ --tw-border-opacity: 1; border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-b-gray-500\/0{ border-bottom-color: rgb(107 114 128 / 0); }
.border-b-gray-500\/10{ border-bottom-color: rgb(107 114 128 / 0.1); }
.border-b-gray-500\/100{ border-bottom-color: rgb(107 114 128 / 1); }
.border-b-gray-500\/20{ border-bottom-color: rgb(107 114 128 / 0.2); }
.border-b-gray-500\/25{ border-bottom-color: rgb(107 114 128 / 0.25); }
.border-b-gray-500\/30{ border-bottom-color: rgb(107 114 128 / 0.3); }
.border-b-gray-500\/40{ border-bottom-color: rgb(107 114 128 / 0.4); }
.border-b-gray-500\/5{ border-bottom-color: rgb(107 114 128 / 0.05); }
.border-b-gray-500\/50{ border-bottom-color: rgb(107 114 128 / 0.5); }
.border-b-gray-500\/60{ border-bottom-color: rgb(107 114 128 / 0.6); }
.border-b-gray-500\/70{ border-bottom-color: rgb(107 114 128 / 0.7); }
.border-b-gray-500\/75{ border-bottom-color: rgb(107 114 128 / 0.75); }
.border-b-gray-500\/80{ border-bottom-color: rgb(107 114 128 / 0.8); }
.border-b-gray-500\/90{ border-bottom-color: rgb(107 114 128 / 0.9); }
.border-b-gray-500\/95{ border-bottom-color: rgb(107 114 128 / 0.95); }
.border-b-gray-600{ --tw-border-opacity: 1; border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-b-gray-600\/0{ border-bottom-color: rgb(75 85 99 / 0); }
.border-b-gray-600\/10{ border-bottom-color: rgb(75 85 99 / 0.1); }
.border-b-gray-600\/100{ border-bottom-color: rgb(75 85 99 / 1); }
.border-b-gray-600\/20{ border-bottom-color: rgb(75 85 99 / 0.2); }
.border-b-gray-600\/25{ border-bottom-color: rgb(75 85 99 / 0.25); }
.border-b-gray-600\/30{ border-bottom-color: rgb(75 85 99 / 0.3); }
.border-b-gray-600\/40{ border-bottom-color: rgb(75 85 99 / 0.4); }
.border-b-gray-600\/5{ border-bottom-color: rgb(75 85 99 / 0.05); }
.border-b-gray-600\/50{ border-bottom-color: rgb(75 85 99 / 0.5); }
.border-b-gray-600\/60{ border-bottom-color: rgb(75 85 99 / 0.6); }
.border-b-gray-600\/70{ border-bottom-color: rgb(75 85 99 / 0.7); }
.border-b-gray-600\/75{ border-bottom-color: rgb(75 85 99 / 0.75); }
.border-b-gray-600\/80{ border-bottom-color: rgb(75 85 99 / 0.8); }
.border-b-gray-600\/90{ border-bottom-color: rgb(75 85 99 / 0.9); }
.border-b-gray-600\/95{ border-bottom-color: rgb(75 85 99 / 0.95); }
.border-b-gray-700{ --tw-border-opacity: 1; border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-b-gray-700\/0{ border-bottom-color: rgb(55 65 81 / 0); }
.border-b-gray-700\/10{ border-bottom-color: rgb(55 65 81 / 0.1); }
.border-b-gray-700\/100{ border-bottom-color: rgb(55 65 81 / 1); }
.border-b-gray-700\/20{ border-bottom-color: rgb(55 65 81 / 0.2); }
.border-b-gray-700\/25{ border-bottom-color: rgb(55 65 81 / 0.25); }
.border-b-gray-700\/30{ border-bottom-color: rgb(55 65 81 / 0.3); }
.border-b-gray-700\/40{ border-bottom-color: rgb(55 65 81 / 0.4); }
.border-b-gray-700\/5{ border-bottom-color: rgb(55 65 81 / 0.05); }
.border-b-gray-700\/50{ border-bottom-color: rgb(55 65 81 / 0.5); }
.border-b-gray-700\/60{ border-bottom-color: rgb(55 65 81 / 0.6); }
.border-b-gray-700\/70{ border-bottom-color: rgb(55 65 81 / 0.7); }
.border-b-gray-700\/75{ border-bottom-color: rgb(55 65 81 / 0.75); }
.border-b-gray-700\/80{ border-bottom-color: rgb(55 65 81 / 0.8); }
.border-b-gray-700\/90{ border-bottom-color: rgb(55 65 81 / 0.9); }
.border-b-gray-700\/95{ border-bottom-color: rgb(55 65 81 / 0.95); }
.border-b-gray-800{ --tw-border-opacity: 1; border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-b-gray-800\/0{ border-bottom-color: rgb(31 41 55 / 0); }
.border-b-gray-800\/10{ border-bottom-color: rgb(31 41 55 / 0.1); }
.border-b-gray-800\/100{ border-bottom-color: rgb(31 41 55 / 1); }
.border-b-gray-800\/20{ border-bottom-color: rgb(31 41 55 / 0.2); }
.border-b-gray-800\/25{ border-bottom-color: rgb(31 41 55 / 0.25); }
.border-b-gray-800\/30{ border-bottom-color: rgb(31 41 55 / 0.3); }
.border-b-gray-800\/40{ border-bottom-color: rgb(31 41 55 / 0.4); }
.border-b-gray-800\/5{ border-bottom-color: rgb(31 41 55 / 0.05); }
.border-b-gray-800\/50{ border-bottom-color: rgb(31 41 55 / 0.5); }
.border-b-gray-800\/60{ border-bottom-color: rgb(31 41 55 / 0.6); }
.border-b-gray-800\/70{ border-bottom-color: rgb(31 41 55 / 0.7); }
.border-b-gray-800\/75{ border-bottom-color: rgb(31 41 55 / 0.75); }
.border-b-gray-800\/80{ border-bottom-color: rgb(31 41 55 / 0.8); }
.border-b-gray-800\/90{ border-bottom-color: rgb(31 41 55 / 0.9); }
.border-b-gray-800\/95{ border-bottom-color: rgb(31 41 55 / 0.95); }
.border-b-gray-900{ --tw-border-opacity: 1; border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-b-gray-900\/0{ border-bottom-color: rgb(17 24 39 / 0); }
.border-b-gray-900\/10{ border-bottom-color: rgb(17 24 39 / 0.1); }
.border-b-gray-900\/100{ border-bottom-color: rgb(17 24 39 / 1); }
.border-b-gray-900\/20{ border-bottom-color: rgb(17 24 39 / 0.2); }
.border-b-gray-900\/25{ border-bottom-color: rgb(17 24 39 / 0.25); }
.border-b-gray-900\/30{ border-bottom-color: rgb(17 24 39 / 0.3); }
.border-b-gray-900\/40{ border-bottom-color: rgb(17 24 39 / 0.4); }
.border-b-gray-900\/5{ border-bottom-color: rgb(17 24 39 / 0.05); }
.border-b-gray-900\/50{ border-bottom-color: rgb(17 24 39 / 0.5); }
.border-b-gray-900\/60{ border-bottom-color: rgb(17 24 39 / 0.6); }
.border-b-gray-900\/70{ border-bottom-color: rgb(17 24 39 / 0.7); }
.border-b-gray-900\/75{ border-bottom-color: rgb(17 24 39 / 0.75); }
.border-b-gray-900\/80{ border-bottom-color: rgb(17 24 39 / 0.8); }
.border-b-gray-900\/90{ border-bottom-color: rgb(17 24 39 / 0.9); }
.border-b-gray-900\/95{ border-bottom-color: rgb(17 24 39 / 0.95); }
.border-b-gray-950{ --tw-border-opacity: 1; border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-b-gray-950\/0{ border-bottom-color: rgb(3 7 18 / 0); }
.border-b-gray-950\/10{ border-bottom-color: rgb(3 7 18 / 0.1); }
.border-b-gray-950\/100{ border-bottom-color: rgb(3 7 18 / 1); }
.border-b-gray-950\/20{ border-bottom-color: rgb(3 7 18 / 0.2); }
.border-b-gray-950\/25{ border-bottom-color: rgb(3 7 18 / 0.25); }
.border-b-gray-950\/30{ border-bottom-color: rgb(3 7 18 / 0.3); }
.border-b-gray-950\/40{ border-bottom-color: rgb(3 7 18 / 0.4); }
.border-b-gray-950\/5{ border-bottom-color: rgb(3 7 18 / 0.05); }
.border-b-gray-950\/50{ border-bottom-color: rgb(3 7 18 / 0.5); }
.border-b-gray-950\/60{ border-bottom-color: rgb(3 7 18 / 0.6); }
.border-b-gray-950\/70{ border-bottom-color: rgb(3 7 18 / 0.7); }
.border-b-gray-950\/75{ border-bottom-color: rgb(3 7 18 / 0.75); }
.border-b-gray-950\/80{ border-bottom-color: rgb(3 7 18 / 0.8); }
.border-b-gray-950\/90{ border-bottom-color: rgb(3 7 18 / 0.9); }
.border-b-gray-950\/95{ border-bottom-color: rgb(3 7 18 / 0.95); }
.border-b-green-100{ --tw-border-opacity: 1; border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-b-green-100\/0{ border-bottom-color: rgb(220 252 231 / 0); }
.border-b-green-100\/10{ border-bottom-color: rgb(220 252 231 / 0.1); }
.border-b-green-100\/100{ border-bottom-color: rgb(220 252 231 / 1); }
.border-b-green-100\/20{ border-bottom-color: rgb(220 252 231 / 0.2); }
.border-b-green-100\/25{ border-bottom-color: rgb(220 252 231 / 0.25); }
.border-b-green-100\/30{ border-bottom-color: rgb(220 252 231 / 0.3); }
.border-b-green-100\/40{ border-bottom-color: rgb(220 252 231 / 0.4); }
.border-b-green-100\/5{ border-bottom-color: rgb(220 252 231 / 0.05); }
.border-b-green-100\/50{ border-bottom-color: rgb(220 252 231 / 0.5); }
.border-b-green-100\/60{ border-bottom-color: rgb(220 252 231 / 0.6); }
.border-b-green-100\/70{ border-bottom-color: rgb(220 252 231 / 0.7); }
.border-b-green-100\/75{ border-bottom-color: rgb(220 252 231 / 0.75); }
.border-b-green-100\/80{ border-bottom-color: rgb(220 252 231 / 0.8); }
.border-b-green-100\/90{ border-bottom-color: rgb(220 252 231 / 0.9); }
.border-b-green-100\/95{ border-bottom-color: rgb(220 252 231 / 0.95); }
.border-b-green-200{ --tw-border-opacity: 1; border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-b-green-200\/0{ border-bottom-color: rgb(187 247 208 / 0); }
.border-b-green-200\/10{ border-bottom-color: rgb(187 247 208 / 0.1); }
.border-b-green-200\/100{ border-bottom-color: rgb(187 247 208 / 1); }
.border-b-green-200\/20{ border-bottom-color: rgb(187 247 208 / 0.2); }
.border-b-green-200\/25{ border-bottom-color: rgb(187 247 208 / 0.25); }
.border-b-green-200\/30{ border-bottom-color: rgb(187 247 208 / 0.3); }
.border-b-green-200\/40{ border-bottom-color: rgb(187 247 208 / 0.4); }
.border-b-green-200\/5{ border-bottom-color: rgb(187 247 208 / 0.05); }
.border-b-green-200\/50{ border-bottom-color: rgb(187 247 208 / 0.5); }
.border-b-green-200\/60{ border-bottom-color: rgb(187 247 208 / 0.6); }
.border-b-green-200\/70{ border-bottom-color: rgb(187 247 208 / 0.7); }
.border-b-green-200\/75{ border-bottom-color: rgb(187 247 208 / 0.75); }
.border-b-green-200\/80{ border-bottom-color: rgb(187 247 208 / 0.8); }
.border-b-green-200\/90{ border-bottom-color: rgb(187 247 208 / 0.9); }
.border-b-green-200\/95{ border-bottom-color: rgb(187 247 208 / 0.95); }
.border-b-green-300{ --tw-border-opacity: 1; border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-b-green-300\/0{ border-bottom-color: rgb(134 239 172 / 0); }
.border-b-green-300\/10{ border-bottom-color: rgb(134 239 172 / 0.1); }
.border-b-green-300\/100{ border-bottom-color: rgb(134 239 172 / 1); }
.border-b-green-300\/20{ border-bottom-color: rgb(134 239 172 / 0.2); }
.border-b-green-300\/25{ border-bottom-color: rgb(134 239 172 / 0.25); }
.border-b-green-300\/30{ border-bottom-color: rgb(134 239 172 / 0.3); }
.border-b-green-300\/40{ border-bottom-color: rgb(134 239 172 / 0.4); }
.border-b-green-300\/5{ border-bottom-color: rgb(134 239 172 / 0.05); }
.border-b-green-300\/50{ border-bottom-color: rgb(134 239 172 / 0.5); }
.border-b-green-300\/60{ border-bottom-color: rgb(134 239 172 / 0.6); }
.border-b-green-300\/70{ border-bottom-color: rgb(134 239 172 / 0.7); }
.border-b-green-300\/75{ border-bottom-color: rgb(134 239 172 / 0.75); }
.border-b-green-300\/80{ border-bottom-color: rgb(134 239 172 / 0.8); }
.border-b-green-300\/90{ border-bottom-color: rgb(134 239 172 / 0.9); }
.border-b-green-300\/95{ border-bottom-color: rgb(134 239 172 / 0.95); }
.border-b-green-400{ --tw-border-opacity: 1; border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-b-green-400\/0{ border-bottom-color: rgb(74 222 128 / 0); }
.border-b-green-400\/10{ border-bottom-color: rgb(74 222 128 / 0.1); }
.border-b-green-400\/100{ border-bottom-color: rgb(74 222 128 / 1); }
.border-b-green-400\/20{ border-bottom-color: rgb(74 222 128 / 0.2); }
.border-b-green-400\/25{ border-bottom-color: rgb(74 222 128 / 0.25); }
.border-b-green-400\/30{ border-bottom-color: rgb(74 222 128 / 0.3); }
.border-b-green-400\/40{ border-bottom-color: rgb(74 222 128 / 0.4); }
.border-b-green-400\/5{ border-bottom-color: rgb(74 222 128 / 0.05); }
.border-b-green-400\/50{ border-bottom-color: rgb(74 222 128 / 0.5); }
.border-b-green-400\/60{ border-bottom-color: rgb(74 222 128 / 0.6); }
.border-b-green-400\/70{ border-bottom-color: rgb(74 222 128 / 0.7); }
.border-b-green-400\/75{ border-bottom-color: rgb(74 222 128 / 0.75); }
.border-b-green-400\/80{ border-bottom-color: rgb(74 222 128 / 0.8); }
.border-b-green-400\/90{ border-bottom-color: rgb(74 222 128 / 0.9); }
.border-b-green-400\/95{ border-bottom-color: rgb(74 222 128 / 0.95); }
.border-b-green-50{ --tw-border-opacity: 1; border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-b-green-50\/0{ border-bottom-color: rgb(240 253 244 / 0); }
.border-b-green-50\/10{ border-bottom-color: rgb(240 253 244 / 0.1); }
.border-b-green-50\/100{ border-bottom-color: rgb(240 253 244 / 1); }
.border-b-green-50\/20{ border-bottom-color: rgb(240 253 244 / 0.2); }
.border-b-green-50\/25{ border-bottom-color: rgb(240 253 244 / 0.25); }
.border-b-green-50\/30{ border-bottom-color: rgb(240 253 244 / 0.3); }
.border-b-green-50\/40{ border-bottom-color: rgb(240 253 244 / 0.4); }
.border-b-green-50\/5{ border-bottom-color: rgb(240 253 244 / 0.05); }
.border-b-green-50\/50{ border-bottom-color: rgb(240 253 244 / 0.5); }
.border-b-green-50\/60{ border-bottom-color: rgb(240 253 244 / 0.6); }
.border-b-green-50\/70{ border-bottom-color: rgb(240 253 244 / 0.7); }
.border-b-green-50\/75{ border-bottom-color: rgb(240 253 244 / 0.75); }
.border-b-green-50\/80{ border-bottom-color: rgb(240 253 244 / 0.8); }
.border-b-green-50\/90{ border-bottom-color: rgb(240 253 244 / 0.9); }
.border-b-green-50\/95{ border-bottom-color: rgb(240 253 244 / 0.95); }
.border-b-green-500{ --tw-border-opacity: 1; border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-b-green-500\/0{ border-bottom-color: rgb(34 197 94 / 0); }
.border-b-green-500\/10{ border-bottom-color: rgb(34 197 94 / 0.1); }
.border-b-green-500\/100{ border-bottom-color: rgb(34 197 94 / 1); }
.border-b-green-500\/20{ border-bottom-color: rgb(34 197 94 / 0.2); }
.border-b-green-500\/25{ border-bottom-color: rgb(34 197 94 / 0.25); }
.border-b-green-500\/30{ border-bottom-color: rgb(34 197 94 / 0.3); }
.border-b-green-500\/40{ border-bottom-color: rgb(34 197 94 / 0.4); }
.border-b-green-500\/5{ border-bottom-color: rgb(34 197 94 / 0.05); }
.border-b-green-500\/50{ border-bottom-color: rgb(34 197 94 / 0.5); }
.border-b-green-500\/60{ border-bottom-color: rgb(34 197 94 / 0.6); }
.border-b-green-500\/70{ border-bottom-color: rgb(34 197 94 / 0.7); }
.border-b-green-500\/75{ border-bottom-color: rgb(34 197 94 / 0.75); }
.border-b-green-500\/80{ border-bottom-color: rgb(34 197 94 / 0.8); }
.border-b-green-500\/90{ border-bottom-color: rgb(34 197 94 / 0.9); }
.border-b-green-500\/95{ border-bottom-color: rgb(34 197 94 / 0.95); }
.border-b-green-600{ --tw-border-opacity: 1; border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-b-green-600\/0{ border-bottom-color: rgb(22 163 74 / 0); }
.border-b-green-600\/10{ border-bottom-color: rgb(22 163 74 / 0.1); }
.border-b-green-600\/100{ border-bottom-color: rgb(22 163 74 / 1); }
.border-b-green-600\/20{ border-bottom-color: rgb(22 163 74 / 0.2); }
.border-b-green-600\/25{ border-bottom-color: rgb(22 163 74 / 0.25); }
.border-b-green-600\/30{ border-bottom-color: rgb(22 163 74 / 0.3); }
.border-b-green-600\/40{ border-bottom-color: rgb(22 163 74 / 0.4); }
.border-b-green-600\/5{ border-bottom-color: rgb(22 163 74 / 0.05); }
.border-b-green-600\/50{ border-bottom-color: rgb(22 163 74 / 0.5); }
.border-b-green-600\/60{ border-bottom-color: rgb(22 163 74 / 0.6); }
.border-b-green-600\/70{ border-bottom-color: rgb(22 163 74 / 0.7); }
.border-b-green-600\/75{ border-bottom-color: rgb(22 163 74 / 0.75); }
.border-b-green-600\/80{ border-bottom-color: rgb(22 163 74 / 0.8); }
.border-b-green-600\/90{ border-bottom-color: rgb(22 163 74 / 0.9); }
.border-b-green-600\/95{ border-bottom-color: rgb(22 163 74 / 0.95); }
.border-b-green-700{ --tw-border-opacity: 1; border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-b-green-700\/0{ border-bottom-color: rgb(21 128 61 / 0); }
.border-b-green-700\/10{ border-bottom-color: rgb(21 128 61 / 0.1); }
.border-b-green-700\/100{ border-bottom-color: rgb(21 128 61 / 1); }
.border-b-green-700\/20{ border-bottom-color: rgb(21 128 61 / 0.2); }
.border-b-green-700\/25{ border-bottom-color: rgb(21 128 61 / 0.25); }
.border-b-green-700\/30{ border-bottom-color: rgb(21 128 61 / 0.3); }
.border-b-green-700\/40{ border-bottom-color: rgb(21 128 61 / 0.4); }
.border-b-green-700\/5{ border-bottom-color: rgb(21 128 61 / 0.05); }
.border-b-green-700\/50{ border-bottom-color: rgb(21 128 61 / 0.5); }
.border-b-green-700\/60{ border-bottom-color: rgb(21 128 61 / 0.6); }
.border-b-green-700\/70{ border-bottom-color: rgb(21 128 61 / 0.7); }
.border-b-green-700\/75{ border-bottom-color: rgb(21 128 61 / 0.75); }
.border-b-green-700\/80{ border-bottom-color: rgb(21 128 61 / 0.8); }
.border-b-green-700\/90{ border-bottom-color: rgb(21 128 61 / 0.9); }
.border-b-green-700\/95{ border-bottom-color: rgb(21 128 61 / 0.95); }
.border-b-green-800{ --tw-border-opacity: 1; border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-b-green-800\/0{ border-bottom-color: rgb(22 101 52 / 0); }
.border-b-green-800\/10{ border-bottom-color: rgb(22 101 52 / 0.1); }
.border-b-green-800\/100{ border-bottom-color: rgb(22 101 52 / 1); }
.border-b-green-800\/20{ border-bottom-color: rgb(22 101 52 / 0.2); }
.border-b-green-800\/25{ border-bottom-color: rgb(22 101 52 / 0.25); }
.border-b-green-800\/30{ border-bottom-color: rgb(22 101 52 / 0.3); }
.border-b-green-800\/40{ border-bottom-color: rgb(22 101 52 / 0.4); }
.border-b-green-800\/5{ border-bottom-color: rgb(22 101 52 / 0.05); }
.border-b-green-800\/50{ border-bottom-color: rgb(22 101 52 / 0.5); }
.border-b-green-800\/60{ border-bottom-color: rgb(22 101 52 / 0.6); }
.border-b-green-800\/70{ border-bottom-color: rgb(22 101 52 / 0.7); }
.border-b-green-800\/75{ border-bottom-color: rgb(22 101 52 / 0.75); }
.border-b-green-800\/80{ border-bottom-color: rgb(22 101 52 / 0.8); }
.border-b-green-800\/90{ border-bottom-color: rgb(22 101 52 / 0.9); }
.border-b-green-800\/95{ border-bottom-color: rgb(22 101 52 / 0.95); }
.border-b-green-900{ --tw-border-opacity: 1; border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-b-green-900\/0{ border-bottom-color: rgb(20 83 45 / 0); }
.border-b-green-900\/10{ border-bottom-color: rgb(20 83 45 / 0.1); }
.border-b-green-900\/100{ border-bottom-color: rgb(20 83 45 / 1); }
.border-b-green-900\/20{ border-bottom-color: rgb(20 83 45 / 0.2); }
.border-b-green-900\/25{ border-bottom-color: rgb(20 83 45 / 0.25); }
.border-b-green-900\/30{ border-bottom-color: rgb(20 83 45 / 0.3); }
.border-b-green-900\/40{ border-bottom-color: rgb(20 83 45 / 0.4); }
.border-b-green-900\/5{ border-bottom-color: rgb(20 83 45 / 0.05); }
.border-b-green-900\/50{ border-bottom-color: rgb(20 83 45 / 0.5); }
.border-b-green-900\/60{ border-bottom-color: rgb(20 83 45 / 0.6); }
.border-b-green-900\/70{ border-bottom-color: rgb(20 83 45 / 0.7); }
.border-b-green-900\/75{ border-bottom-color: rgb(20 83 45 / 0.75); }
.border-b-green-900\/80{ border-bottom-color: rgb(20 83 45 / 0.8); }
.border-b-green-900\/90{ border-bottom-color: rgb(20 83 45 / 0.9); }
.border-b-green-900\/95{ border-bottom-color: rgb(20 83 45 / 0.95); }
.border-b-green-950{ --tw-border-opacity: 1; border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-b-green-950\/0{ border-bottom-color: rgb(5 46 22 / 0); }
.border-b-green-950\/10{ border-bottom-color: rgb(5 46 22 / 0.1); }
.border-b-green-950\/100{ border-bottom-color: rgb(5 46 22 / 1); }
.border-b-green-950\/20{ border-bottom-color: rgb(5 46 22 / 0.2); }
.border-b-green-950\/25{ border-bottom-color: rgb(5 46 22 / 0.25); }
.border-b-green-950\/30{ border-bottom-color: rgb(5 46 22 / 0.3); }
.border-b-green-950\/40{ border-bottom-color: rgb(5 46 22 / 0.4); }
.border-b-green-950\/5{ border-bottom-color: rgb(5 46 22 / 0.05); }
.border-b-green-950\/50{ border-bottom-color: rgb(5 46 22 / 0.5); }
.border-b-green-950\/60{ border-bottom-color: rgb(5 46 22 / 0.6); }
.border-b-green-950\/70{ border-bottom-color: rgb(5 46 22 / 0.7); }
.border-b-green-950\/75{ border-bottom-color: rgb(5 46 22 / 0.75); }
.border-b-green-950\/80{ border-bottom-color: rgb(5 46 22 / 0.8); }
.border-b-green-950\/90{ border-bottom-color: rgb(5 46 22 / 0.9); }
.border-b-green-950\/95{ border-bottom-color: rgb(5 46 22 / 0.95); }
.border-b-indigo-100{ --tw-border-opacity: 1; border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-b-indigo-100\/0{ border-bottom-color: rgb(224 231 255 / 0); }
.border-b-indigo-100\/10{ border-bottom-color: rgb(224 231 255 / 0.1); }
.border-b-indigo-100\/100{ border-bottom-color: rgb(224 231 255 / 1); }
.border-b-indigo-100\/20{ border-bottom-color: rgb(224 231 255 / 0.2); }
.border-b-indigo-100\/25{ border-bottom-color: rgb(224 231 255 / 0.25); }
.border-b-indigo-100\/30{ border-bottom-color: rgb(224 231 255 / 0.3); }
.border-b-indigo-100\/40{ border-bottom-color: rgb(224 231 255 / 0.4); }
.border-b-indigo-100\/5{ border-bottom-color: rgb(224 231 255 / 0.05); }
.border-b-indigo-100\/50{ border-bottom-color: rgb(224 231 255 / 0.5); }
.border-b-indigo-100\/60{ border-bottom-color: rgb(224 231 255 / 0.6); }
.border-b-indigo-100\/70{ border-bottom-color: rgb(224 231 255 / 0.7); }
.border-b-indigo-100\/75{ border-bottom-color: rgb(224 231 255 / 0.75); }
.border-b-indigo-100\/80{ border-bottom-color: rgb(224 231 255 / 0.8); }
.border-b-indigo-100\/90{ border-bottom-color: rgb(224 231 255 / 0.9); }
.border-b-indigo-100\/95{ border-bottom-color: rgb(224 231 255 / 0.95); }
.border-b-indigo-200{ --tw-border-opacity: 1; border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-b-indigo-200\/0{ border-bottom-color: rgb(199 210 254 / 0); }
.border-b-indigo-200\/10{ border-bottom-color: rgb(199 210 254 / 0.1); }
.border-b-indigo-200\/100{ border-bottom-color: rgb(199 210 254 / 1); }
.border-b-indigo-200\/20{ border-bottom-color: rgb(199 210 254 / 0.2); }
.border-b-indigo-200\/25{ border-bottom-color: rgb(199 210 254 / 0.25); }
.border-b-indigo-200\/30{ border-bottom-color: rgb(199 210 254 / 0.3); }
.border-b-indigo-200\/40{ border-bottom-color: rgb(199 210 254 / 0.4); }
.border-b-indigo-200\/5{ border-bottom-color: rgb(199 210 254 / 0.05); }
.border-b-indigo-200\/50{ border-bottom-color: rgb(199 210 254 / 0.5); }
.border-b-indigo-200\/60{ border-bottom-color: rgb(199 210 254 / 0.6); }
.border-b-indigo-200\/70{ border-bottom-color: rgb(199 210 254 / 0.7); }
.border-b-indigo-200\/75{ border-bottom-color: rgb(199 210 254 / 0.75); }
.border-b-indigo-200\/80{ border-bottom-color: rgb(199 210 254 / 0.8); }
.border-b-indigo-200\/90{ border-bottom-color: rgb(199 210 254 / 0.9); }
.border-b-indigo-200\/95{ border-bottom-color: rgb(199 210 254 / 0.95); }
.border-b-indigo-300{ --tw-border-opacity: 1; border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-b-indigo-300\/0{ border-bottom-color: rgb(165 180 252 / 0); }
.border-b-indigo-300\/10{ border-bottom-color: rgb(165 180 252 / 0.1); }
.border-b-indigo-300\/100{ border-bottom-color: rgb(165 180 252 / 1); }
.border-b-indigo-300\/20{ border-bottom-color: rgb(165 180 252 / 0.2); }
.border-b-indigo-300\/25{ border-bottom-color: rgb(165 180 252 / 0.25); }
.border-b-indigo-300\/30{ border-bottom-color: rgb(165 180 252 / 0.3); }
.border-b-indigo-300\/40{ border-bottom-color: rgb(165 180 252 / 0.4); }
.border-b-indigo-300\/5{ border-bottom-color: rgb(165 180 252 / 0.05); }
.border-b-indigo-300\/50{ border-bottom-color: rgb(165 180 252 / 0.5); }
.border-b-indigo-300\/60{ border-bottom-color: rgb(165 180 252 / 0.6); }
.border-b-indigo-300\/70{ border-bottom-color: rgb(165 180 252 / 0.7); }
.border-b-indigo-300\/75{ border-bottom-color: rgb(165 180 252 / 0.75); }
.border-b-indigo-300\/80{ border-bottom-color: rgb(165 180 252 / 0.8); }
.border-b-indigo-300\/90{ border-bottom-color: rgb(165 180 252 / 0.9); }
.border-b-indigo-300\/95{ border-bottom-color: rgb(165 180 252 / 0.95); }
.border-b-indigo-400{ --tw-border-opacity: 1; border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-b-indigo-400\/0{ border-bottom-color: rgb(129 140 248 / 0); }
.border-b-indigo-400\/10{ border-bottom-color: rgb(129 140 248 / 0.1); }
.border-b-indigo-400\/100{ border-bottom-color: rgb(129 140 248 / 1); }
.border-b-indigo-400\/20{ border-bottom-color: rgb(129 140 248 / 0.2); }
.border-b-indigo-400\/25{ border-bottom-color: rgb(129 140 248 / 0.25); }
.border-b-indigo-400\/30{ border-bottom-color: rgb(129 140 248 / 0.3); }
.border-b-indigo-400\/40{ border-bottom-color: rgb(129 140 248 / 0.4); }
.border-b-indigo-400\/5{ border-bottom-color: rgb(129 140 248 / 0.05); }
.border-b-indigo-400\/50{ border-bottom-color: rgb(129 140 248 / 0.5); }
.border-b-indigo-400\/60{ border-bottom-color: rgb(129 140 248 / 0.6); }
.border-b-indigo-400\/70{ border-bottom-color: rgb(129 140 248 / 0.7); }
.border-b-indigo-400\/75{ border-bottom-color: rgb(129 140 248 / 0.75); }
.border-b-indigo-400\/80{ border-bottom-color: rgb(129 140 248 / 0.8); }
.border-b-indigo-400\/90{ border-bottom-color: rgb(129 140 248 / 0.9); }
.border-b-indigo-400\/95{ border-bottom-color: rgb(129 140 248 / 0.95); }
.border-b-indigo-50{ --tw-border-opacity: 1; border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-b-indigo-50\/0{ border-bottom-color: rgb(238 242 255 / 0); }
.border-b-indigo-50\/10{ border-bottom-color: rgb(238 242 255 / 0.1); }
.border-b-indigo-50\/100{ border-bottom-color: rgb(238 242 255 / 1); }
.border-b-indigo-50\/20{ border-bottom-color: rgb(238 242 255 / 0.2); }
.border-b-indigo-50\/25{ border-bottom-color: rgb(238 242 255 / 0.25); }
.border-b-indigo-50\/30{ border-bottom-color: rgb(238 242 255 / 0.3); }
.border-b-indigo-50\/40{ border-bottom-color: rgb(238 242 255 / 0.4); }
.border-b-indigo-50\/5{ border-bottom-color: rgb(238 242 255 / 0.05); }
.border-b-indigo-50\/50{ border-bottom-color: rgb(238 242 255 / 0.5); }
.border-b-indigo-50\/60{ border-bottom-color: rgb(238 242 255 / 0.6); }
.border-b-indigo-50\/70{ border-bottom-color: rgb(238 242 255 / 0.7); }
.border-b-indigo-50\/75{ border-bottom-color: rgb(238 242 255 / 0.75); }
.border-b-indigo-50\/80{ border-bottom-color: rgb(238 242 255 / 0.8); }
.border-b-indigo-50\/90{ border-bottom-color: rgb(238 242 255 / 0.9); }
.border-b-indigo-50\/95{ border-bottom-color: rgb(238 242 255 / 0.95); }
.border-b-indigo-500{ --tw-border-opacity: 1; border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-b-indigo-500\/0{ border-bottom-color: rgb(99 102 241 / 0); }
.border-b-indigo-500\/10{ border-bottom-color: rgb(99 102 241 / 0.1); }
.border-b-indigo-500\/100{ border-bottom-color: rgb(99 102 241 / 1); }
.border-b-indigo-500\/20{ border-bottom-color: rgb(99 102 241 / 0.2); }
.border-b-indigo-500\/25{ border-bottom-color: rgb(99 102 241 / 0.25); }
.border-b-indigo-500\/30{ border-bottom-color: rgb(99 102 241 / 0.3); }
.border-b-indigo-500\/40{ border-bottom-color: rgb(99 102 241 / 0.4); }
.border-b-indigo-500\/5{ border-bottom-color: rgb(99 102 241 / 0.05); }
.border-b-indigo-500\/50{ border-bottom-color: rgb(99 102 241 / 0.5); }
.border-b-indigo-500\/60{ border-bottom-color: rgb(99 102 241 / 0.6); }
.border-b-indigo-500\/70{ border-bottom-color: rgb(99 102 241 / 0.7); }
.border-b-indigo-500\/75{ border-bottom-color: rgb(99 102 241 / 0.75); }
.border-b-indigo-500\/80{ border-bottom-color: rgb(99 102 241 / 0.8); }
.border-b-indigo-500\/90{ border-bottom-color: rgb(99 102 241 / 0.9); }
.border-b-indigo-500\/95{ border-bottom-color: rgb(99 102 241 / 0.95); }
.border-b-indigo-600{ --tw-border-opacity: 1; border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-b-indigo-600\/0{ border-bottom-color: rgb(79 70 229 / 0); }
.border-b-indigo-600\/10{ border-bottom-color: rgb(79 70 229 / 0.1); }
.border-b-indigo-600\/100{ border-bottom-color: rgb(79 70 229 / 1); }
.border-b-indigo-600\/20{ border-bottom-color: rgb(79 70 229 / 0.2); }
.border-b-indigo-600\/25{ border-bottom-color: rgb(79 70 229 / 0.25); }
.border-b-indigo-600\/30{ border-bottom-color: rgb(79 70 229 / 0.3); }
.border-b-indigo-600\/40{ border-bottom-color: rgb(79 70 229 / 0.4); }
.border-b-indigo-600\/5{ border-bottom-color: rgb(79 70 229 / 0.05); }
.border-b-indigo-600\/50{ border-bottom-color: rgb(79 70 229 / 0.5); }
.border-b-indigo-600\/60{ border-bottom-color: rgb(79 70 229 / 0.6); }
.border-b-indigo-600\/70{ border-bottom-color: rgb(79 70 229 / 0.7); }
.border-b-indigo-600\/75{ border-bottom-color: rgb(79 70 229 / 0.75); }
.border-b-indigo-600\/80{ border-bottom-color: rgb(79 70 229 / 0.8); }
.border-b-indigo-600\/90{ border-bottom-color: rgb(79 70 229 / 0.9); }
.border-b-indigo-600\/95{ border-bottom-color: rgb(79 70 229 / 0.95); }
.border-b-indigo-700{ --tw-border-opacity: 1; border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-b-indigo-700\/0{ border-bottom-color: rgb(67 56 202 / 0); }
.border-b-indigo-700\/10{ border-bottom-color: rgb(67 56 202 / 0.1); }
.border-b-indigo-700\/100{ border-bottom-color: rgb(67 56 202 / 1); }
.border-b-indigo-700\/20{ border-bottom-color: rgb(67 56 202 / 0.2); }
.border-b-indigo-700\/25{ border-bottom-color: rgb(67 56 202 / 0.25); }
.border-b-indigo-700\/30{ border-bottom-color: rgb(67 56 202 / 0.3); }
.border-b-indigo-700\/40{ border-bottom-color: rgb(67 56 202 / 0.4); }
.border-b-indigo-700\/5{ border-bottom-color: rgb(67 56 202 / 0.05); }
.border-b-indigo-700\/50{ border-bottom-color: rgb(67 56 202 / 0.5); }
.border-b-indigo-700\/60{ border-bottom-color: rgb(67 56 202 / 0.6); }
.border-b-indigo-700\/70{ border-bottom-color: rgb(67 56 202 / 0.7); }
.border-b-indigo-700\/75{ border-bottom-color: rgb(67 56 202 / 0.75); }
.border-b-indigo-700\/80{ border-bottom-color: rgb(67 56 202 / 0.8); }
.border-b-indigo-700\/90{ border-bottom-color: rgb(67 56 202 / 0.9); }
.border-b-indigo-700\/95{ border-bottom-color: rgb(67 56 202 / 0.95); }
.border-b-indigo-800{ --tw-border-opacity: 1; border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-b-indigo-800\/0{ border-bottom-color: rgb(55 48 163 / 0); }
.border-b-indigo-800\/10{ border-bottom-color: rgb(55 48 163 / 0.1); }
.border-b-indigo-800\/100{ border-bottom-color: rgb(55 48 163 / 1); }
.border-b-indigo-800\/20{ border-bottom-color: rgb(55 48 163 / 0.2); }
.border-b-indigo-800\/25{ border-bottom-color: rgb(55 48 163 / 0.25); }
.border-b-indigo-800\/30{ border-bottom-color: rgb(55 48 163 / 0.3); }
.border-b-indigo-800\/40{ border-bottom-color: rgb(55 48 163 / 0.4); }
.border-b-indigo-800\/5{ border-bottom-color: rgb(55 48 163 / 0.05); }
.border-b-indigo-800\/50{ border-bottom-color: rgb(55 48 163 / 0.5); }
.border-b-indigo-800\/60{ border-bottom-color: rgb(55 48 163 / 0.6); }
.border-b-indigo-800\/70{ border-bottom-color: rgb(55 48 163 / 0.7); }
.border-b-indigo-800\/75{ border-bottom-color: rgb(55 48 163 / 0.75); }
.border-b-indigo-800\/80{ border-bottom-color: rgb(55 48 163 / 0.8); }
.border-b-indigo-800\/90{ border-bottom-color: rgb(55 48 163 / 0.9); }
.border-b-indigo-800\/95{ border-bottom-color: rgb(55 48 163 / 0.95); }
.border-b-indigo-900{ --tw-border-opacity: 1; border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-b-indigo-900\/0{ border-bottom-color: rgb(49 46 129 / 0); }
.border-b-indigo-900\/10{ border-bottom-color: rgb(49 46 129 / 0.1); }
.border-b-indigo-900\/100{ border-bottom-color: rgb(49 46 129 / 1); }
.border-b-indigo-900\/20{ border-bottom-color: rgb(49 46 129 / 0.2); }
.border-b-indigo-900\/25{ border-bottom-color: rgb(49 46 129 / 0.25); }
.border-b-indigo-900\/30{ border-bottom-color: rgb(49 46 129 / 0.3); }
.border-b-indigo-900\/40{ border-bottom-color: rgb(49 46 129 / 0.4); }
.border-b-indigo-900\/5{ border-bottom-color: rgb(49 46 129 / 0.05); }
.border-b-indigo-900\/50{ border-bottom-color: rgb(49 46 129 / 0.5); }
.border-b-indigo-900\/60{ border-bottom-color: rgb(49 46 129 / 0.6); }
.border-b-indigo-900\/70{ border-bottom-color: rgb(49 46 129 / 0.7); }
.border-b-indigo-900\/75{ border-bottom-color: rgb(49 46 129 / 0.75); }
.border-b-indigo-900\/80{ border-bottom-color: rgb(49 46 129 / 0.8); }
.border-b-indigo-900\/90{ border-bottom-color: rgb(49 46 129 / 0.9); }
.border-b-indigo-900\/95{ border-bottom-color: rgb(49 46 129 / 0.95); }
.border-b-indigo-950{ --tw-border-opacity: 1; border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-b-indigo-950\/0{ border-bottom-color: rgb(30 27 75 / 0); }
.border-b-indigo-950\/10{ border-bottom-color: rgb(30 27 75 / 0.1); }
.border-b-indigo-950\/100{ border-bottom-color: rgb(30 27 75 / 1); }
.border-b-indigo-950\/20{ border-bottom-color: rgb(30 27 75 / 0.2); }
.border-b-indigo-950\/25{ border-bottom-color: rgb(30 27 75 / 0.25); }
.border-b-indigo-950\/30{ border-bottom-color: rgb(30 27 75 / 0.3); }
.border-b-indigo-950\/40{ border-bottom-color: rgb(30 27 75 / 0.4); }
.border-b-indigo-950\/5{ border-bottom-color: rgb(30 27 75 / 0.05); }
.border-b-indigo-950\/50{ border-bottom-color: rgb(30 27 75 / 0.5); }
.border-b-indigo-950\/60{ border-bottom-color: rgb(30 27 75 / 0.6); }
.border-b-indigo-950\/70{ border-bottom-color: rgb(30 27 75 / 0.7); }
.border-b-indigo-950\/75{ border-bottom-color: rgb(30 27 75 / 0.75); }
.border-b-indigo-950\/80{ border-bottom-color: rgb(30 27 75 / 0.8); }
.border-b-indigo-950\/90{ border-bottom-color: rgb(30 27 75 / 0.9); }
.border-b-indigo-950\/95{ border-bottom-color: rgb(30 27 75 / 0.95); }
.border-b-inherit{ border-bottom-color: inherit; }
.border-b-kaimurasaki{ --tw-border-opacity: 1; border-bottom-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-100{ --tw-border-opacity: 1; border-bottom-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-100\/0{ border-bottom-color: rgb(232 232 234 / 0); }
.border-b-kaimurasaki-100\/10{ border-bottom-color: rgb(232 232 234 / 0.1); }
.border-b-kaimurasaki-100\/100{ border-bottom-color: rgb(232 232 234 / 1); }
.border-b-kaimurasaki-100\/20{ border-bottom-color: rgb(232 232 234 / 0.2); }
.border-b-kaimurasaki-100\/25{ border-bottom-color: rgb(232 232 234 / 0.25); }
.border-b-kaimurasaki-100\/30{ border-bottom-color: rgb(232 232 234 / 0.3); }
.border-b-kaimurasaki-100\/40{ border-bottom-color: rgb(232 232 234 / 0.4); }
.border-b-kaimurasaki-100\/5{ border-bottom-color: rgb(232 232 234 / 0.05); }
.border-b-kaimurasaki-100\/50{ border-bottom-color: rgb(232 232 234 / 0.5); }
.border-b-kaimurasaki-100\/60{ border-bottom-color: rgb(232 232 234 / 0.6); }
.border-b-kaimurasaki-100\/70{ border-bottom-color: rgb(232 232 234 / 0.7); }
.border-b-kaimurasaki-100\/75{ border-bottom-color: rgb(232 232 234 / 0.75); }
.border-b-kaimurasaki-100\/80{ border-bottom-color: rgb(232 232 234 / 0.8); }
.border-b-kaimurasaki-100\/90{ border-bottom-color: rgb(232 232 234 / 0.9); }
.border-b-kaimurasaki-100\/95{ border-bottom-color: rgb(232 232 234 / 0.95); }
.border-b-kaimurasaki-200{ --tw-border-opacity: 1; border-bottom-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-200\/0{ border-bottom-color: rgb(211 210 214 / 0); }
.border-b-kaimurasaki-200\/10{ border-bottom-color: rgb(211 210 214 / 0.1); }
.border-b-kaimurasaki-200\/100{ border-bottom-color: rgb(211 210 214 / 1); }
.border-b-kaimurasaki-200\/20{ border-bottom-color: rgb(211 210 214 / 0.2); }
.border-b-kaimurasaki-200\/25{ border-bottom-color: rgb(211 210 214 / 0.25); }
.border-b-kaimurasaki-200\/30{ border-bottom-color: rgb(211 210 214 / 0.3); }
.border-b-kaimurasaki-200\/40{ border-bottom-color: rgb(211 210 214 / 0.4); }
.border-b-kaimurasaki-200\/5{ border-bottom-color: rgb(211 210 214 / 0.05); }
.border-b-kaimurasaki-200\/50{ border-bottom-color: rgb(211 210 214 / 0.5); }
.border-b-kaimurasaki-200\/60{ border-bottom-color: rgb(211 210 214 / 0.6); }
.border-b-kaimurasaki-200\/70{ border-bottom-color: rgb(211 210 214 / 0.7); }
.border-b-kaimurasaki-200\/75{ border-bottom-color: rgb(211 210 214 / 0.75); }
.border-b-kaimurasaki-200\/80{ border-bottom-color: rgb(211 210 214 / 0.8); }
.border-b-kaimurasaki-200\/90{ border-bottom-color: rgb(211 210 214 / 0.9); }
.border-b-kaimurasaki-200\/95{ border-bottom-color: rgb(211 210 214 / 0.95); }
.border-b-kaimurasaki-300{ --tw-border-opacity: 1; border-bottom-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-300\/0{ border-bottom-color: rgb(188 186 194 / 0); }
.border-b-kaimurasaki-300\/10{ border-bottom-color: rgb(188 186 194 / 0.1); }
.border-b-kaimurasaki-300\/100{ border-bottom-color: rgb(188 186 194 / 1); }
.border-b-kaimurasaki-300\/20{ border-bottom-color: rgb(188 186 194 / 0.2); }
.border-b-kaimurasaki-300\/25{ border-bottom-color: rgb(188 186 194 / 0.25); }
.border-b-kaimurasaki-300\/30{ border-bottom-color: rgb(188 186 194 / 0.3); }
.border-b-kaimurasaki-300\/40{ border-bottom-color: rgb(188 186 194 / 0.4); }
.border-b-kaimurasaki-300\/5{ border-bottom-color: rgb(188 186 194 / 0.05); }
.border-b-kaimurasaki-300\/50{ border-bottom-color: rgb(188 186 194 / 0.5); }
.border-b-kaimurasaki-300\/60{ border-bottom-color: rgb(188 186 194 / 0.6); }
.border-b-kaimurasaki-300\/70{ border-bottom-color: rgb(188 186 194 / 0.7); }
.border-b-kaimurasaki-300\/75{ border-bottom-color: rgb(188 186 194 / 0.75); }
.border-b-kaimurasaki-300\/80{ border-bottom-color: rgb(188 186 194 / 0.8); }
.border-b-kaimurasaki-300\/90{ border-bottom-color: rgb(188 186 194 / 0.9); }
.border-b-kaimurasaki-300\/95{ border-bottom-color: rgb(188 186 194 / 0.95); }
.border-b-kaimurasaki-400{ --tw-border-opacity: 1; border-bottom-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-400\/0{ border-bottom-color: rgb(167 164 174 / 0); }
.border-b-kaimurasaki-400\/10{ border-bottom-color: rgb(167 164 174 / 0.1); }
.border-b-kaimurasaki-400\/100{ border-bottom-color: rgb(167 164 174 / 1); }
.border-b-kaimurasaki-400\/20{ border-bottom-color: rgb(167 164 174 / 0.2); }
.border-b-kaimurasaki-400\/25{ border-bottom-color: rgb(167 164 174 / 0.25); }
.border-b-kaimurasaki-400\/30{ border-bottom-color: rgb(167 164 174 / 0.3); }
.border-b-kaimurasaki-400\/40{ border-bottom-color: rgb(167 164 174 / 0.4); }
.border-b-kaimurasaki-400\/5{ border-bottom-color: rgb(167 164 174 / 0.05); }
.border-b-kaimurasaki-400\/50{ border-bottom-color: rgb(167 164 174 / 0.5); }
.border-b-kaimurasaki-400\/60{ border-bottom-color: rgb(167 164 174 / 0.6); }
.border-b-kaimurasaki-400\/70{ border-bottom-color: rgb(167 164 174 / 0.7); }
.border-b-kaimurasaki-400\/75{ border-bottom-color: rgb(167 164 174 / 0.75); }
.border-b-kaimurasaki-400\/80{ border-bottom-color: rgb(167 164 174 / 0.8); }
.border-b-kaimurasaki-400\/90{ border-bottom-color: rgb(167 164 174 / 0.9); }
.border-b-kaimurasaki-400\/95{ border-bottom-color: rgb(167 164 174 / 0.95); }
.border-b-kaimurasaki-500{ --tw-border-opacity: 1; border-bottom-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-500\/0{ border-bottom-color: rgb(145 142 154 / 0); }
.border-b-kaimurasaki-500\/10{ border-bottom-color: rgb(145 142 154 / 0.1); }
.border-b-kaimurasaki-500\/100{ border-bottom-color: rgb(145 142 154 / 1); }
.border-b-kaimurasaki-500\/20{ border-bottom-color: rgb(145 142 154 / 0.2); }
.border-b-kaimurasaki-500\/25{ border-bottom-color: rgb(145 142 154 / 0.25); }
.border-b-kaimurasaki-500\/30{ border-bottom-color: rgb(145 142 154 / 0.3); }
.border-b-kaimurasaki-500\/40{ border-bottom-color: rgb(145 142 154 / 0.4); }
.border-b-kaimurasaki-500\/5{ border-bottom-color: rgb(145 142 154 / 0.05); }
.border-b-kaimurasaki-500\/50{ border-bottom-color: rgb(145 142 154 / 0.5); }
.border-b-kaimurasaki-500\/60{ border-bottom-color: rgb(145 142 154 / 0.6); }
.border-b-kaimurasaki-500\/70{ border-bottom-color: rgb(145 142 154 / 0.7); }
.border-b-kaimurasaki-500\/75{ border-bottom-color: rgb(145 142 154 / 0.75); }
.border-b-kaimurasaki-500\/80{ border-bottom-color: rgb(145 142 154 / 0.8); }
.border-b-kaimurasaki-500\/90{ border-bottom-color: rgb(145 142 154 / 0.9); }
.border-b-kaimurasaki-500\/95{ border-bottom-color: rgb(145 142 154 / 0.95); }
.border-b-kaimurasaki-600{ --tw-border-opacity: 1; border-bottom-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-600\/0{ border-bottom-color: rgb(122 119 133 / 0); }
.border-b-kaimurasaki-600\/10{ border-bottom-color: rgb(122 119 133 / 0.1); }
.border-b-kaimurasaki-600\/100{ border-bottom-color: rgb(122 119 133 / 1); }
.border-b-kaimurasaki-600\/20{ border-bottom-color: rgb(122 119 133 / 0.2); }
.border-b-kaimurasaki-600\/25{ border-bottom-color: rgb(122 119 133 / 0.25); }
.border-b-kaimurasaki-600\/30{ border-bottom-color: rgb(122 119 133 / 0.3); }
.border-b-kaimurasaki-600\/40{ border-bottom-color: rgb(122 119 133 / 0.4); }
.border-b-kaimurasaki-600\/5{ border-bottom-color: rgb(122 119 133 / 0.05); }
.border-b-kaimurasaki-600\/50{ border-bottom-color: rgb(122 119 133 / 0.5); }
.border-b-kaimurasaki-600\/60{ border-bottom-color: rgb(122 119 133 / 0.6); }
.border-b-kaimurasaki-600\/70{ border-bottom-color: rgb(122 119 133 / 0.7); }
.border-b-kaimurasaki-600\/75{ border-bottom-color: rgb(122 119 133 / 0.75); }
.border-b-kaimurasaki-600\/80{ border-bottom-color: rgb(122 119 133 / 0.8); }
.border-b-kaimurasaki-600\/90{ border-bottom-color: rgb(122 119 133 / 0.9); }
.border-b-kaimurasaki-600\/95{ border-bottom-color: rgb(122 119 133 / 0.95); }
.border-b-kaimurasaki-700{ --tw-border-opacity: 1; border-bottom-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-700\/0{ border-bottom-color: rgb(100 96 113 / 0); }
.border-b-kaimurasaki-700\/10{ border-bottom-color: rgb(100 96 113 / 0.1); }
.border-b-kaimurasaki-700\/100{ border-bottom-color: rgb(100 96 113 / 1); }
.border-b-kaimurasaki-700\/20{ border-bottom-color: rgb(100 96 113 / 0.2); }
.border-b-kaimurasaki-700\/25{ border-bottom-color: rgb(100 96 113 / 0.25); }
.border-b-kaimurasaki-700\/30{ border-bottom-color: rgb(100 96 113 / 0.3); }
.border-b-kaimurasaki-700\/40{ border-bottom-color: rgb(100 96 113 / 0.4); }
.border-b-kaimurasaki-700\/5{ border-bottom-color: rgb(100 96 113 / 0.05); }
.border-b-kaimurasaki-700\/50{ border-bottom-color: rgb(100 96 113 / 0.5); }
.border-b-kaimurasaki-700\/60{ border-bottom-color: rgb(100 96 113 / 0.6); }
.border-b-kaimurasaki-700\/70{ border-bottom-color: rgb(100 96 113 / 0.7); }
.border-b-kaimurasaki-700\/75{ border-bottom-color: rgb(100 96 113 / 0.75); }
.border-b-kaimurasaki-700\/80{ border-bottom-color: rgb(100 96 113 / 0.8); }
.border-b-kaimurasaki-700\/90{ border-bottom-color: rgb(100 96 113 / 0.9); }
.border-b-kaimurasaki-700\/95{ border-bottom-color: rgb(100 96 113 / 0.95); }
.border-b-kaimurasaki-800{ --tw-border-opacity: 1; border-bottom-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-800\/0{ border-bottom-color: rgb(78 73 93 / 0); }
.border-b-kaimurasaki-800\/10{ border-bottom-color: rgb(78 73 93 / 0.1); }
.border-b-kaimurasaki-800\/100{ border-bottom-color: rgb(78 73 93 / 1); }
.border-b-kaimurasaki-800\/20{ border-bottom-color: rgb(78 73 93 / 0.2); }
.border-b-kaimurasaki-800\/25{ border-bottom-color: rgb(78 73 93 / 0.25); }
.border-b-kaimurasaki-800\/30{ border-bottom-color: rgb(78 73 93 / 0.3); }
.border-b-kaimurasaki-800\/40{ border-bottom-color: rgb(78 73 93 / 0.4); }
.border-b-kaimurasaki-800\/5{ border-bottom-color: rgb(78 73 93 / 0.05); }
.border-b-kaimurasaki-800\/50{ border-bottom-color: rgb(78 73 93 / 0.5); }
.border-b-kaimurasaki-800\/60{ border-bottom-color: rgb(78 73 93 / 0.6); }
.border-b-kaimurasaki-800\/70{ border-bottom-color: rgb(78 73 93 / 0.7); }
.border-b-kaimurasaki-800\/75{ border-bottom-color: rgb(78 73 93 / 0.75); }
.border-b-kaimurasaki-800\/80{ border-bottom-color: rgb(78 73 93 / 0.8); }
.border-b-kaimurasaki-800\/90{ border-bottom-color: rgb(78 73 93 / 0.9); }
.border-b-kaimurasaki-800\/95{ border-bottom-color: rgb(78 73 93 / 0.95); }
.border-b-kaimurasaki-900{ --tw-border-opacity: 1; border-bottom-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-900\/0{ border-bottom-color: rgb(56 50 72 / 0); }
.border-b-kaimurasaki-900\/10{ border-bottom-color: rgb(56 50 72 / 0.1); }
.border-b-kaimurasaki-900\/100{ border-bottom-color: rgb(56 50 72 / 1); }
.border-b-kaimurasaki-900\/20{ border-bottom-color: rgb(56 50 72 / 0.2); }
.border-b-kaimurasaki-900\/25{ border-bottom-color: rgb(56 50 72 / 0.25); }
.border-b-kaimurasaki-900\/30{ border-bottom-color: rgb(56 50 72 / 0.3); }
.border-b-kaimurasaki-900\/40{ border-bottom-color: rgb(56 50 72 / 0.4); }
.border-b-kaimurasaki-900\/5{ border-bottom-color: rgb(56 50 72 / 0.05); }
.border-b-kaimurasaki-900\/50{ border-bottom-color: rgb(56 50 72 / 0.5); }
.border-b-kaimurasaki-900\/60{ border-bottom-color: rgb(56 50 72 / 0.6); }
.border-b-kaimurasaki-900\/70{ border-bottom-color: rgb(56 50 72 / 0.7); }
.border-b-kaimurasaki-900\/75{ border-bottom-color: rgb(56 50 72 / 0.75); }
.border-b-kaimurasaki-900\/80{ border-bottom-color: rgb(56 50 72 / 0.8); }
.border-b-kaimurasaki-900\/90{ border-bottom-color: rgb(56 50 72 / 0.9); }
.border-b-kaimurasaki-900\/95{ border-bottom-color: rgb(56 50 72 / 0.95); }
.border-b-kaimurasaki-950{ --tw-border-opacity: 1; border-bottom-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-b-kaimurasaki-950\/0{ border-bottom-color: rgb(44 39 62 / 0); }
.border-b-kaimurasaki-950\/10{ border-bottom-color: rgb(44 39 62 / 0.1); }
.border-b-kaimurasaki-950\/100{ border-bottom-color: rgb(44 39 62 / 1); }
.border-b-kaimurasaki-950\/20{ border-bottom-color: rgb(44 39 62 / 0.2); }
.border-b-kaimurasaki-950\/25{ border-bottom-color: rgb(44 39 62 / 0.25); }
.border-b-kaimurasaki-950\/30{ border-bottom-color: rgb(44 39 62 / 0.3); }
.border-b-kaimurasaki-950\/40{ border-bottom-color: rgb(44 39 62 / 0.4); }
.border-b-kaimurasaki-950\/5{ border-bottom-color: rgb(44 39 62 / 0.05); }
.border-b-kaimurasaki-950\/50{ border-bottom-color: rgb(44 39 62 / 0.5); }
.border-b-kaimurasaki-950\/60{ border-bottom-color: rgb(44 39 62 / 0.6); }
.border-b-kaimurasaki-950\/70{ border-bottom-color: rgb(44 39 62 / 0.7); }
.border-b-kaimurasaki-950\/75{ border-bottom-color: rgb(44 39 62 / 0.75); }
.border-b-kaimurasaki-950\/80{ border-bottom-color: rgb(44 39 62 / 0.8); }
.border-b-kaimurasaki-950\/90{ border-bottom-color: rgb(44 39 62 / 0.9); }
.border-b-kaimurasaki-950\/95{ border-bottom-color: rgb(44 39 62 / 0.95); }
.border-b-kaimurasaki\/0{ border-bottom-color: rgb(34 28 52 / 0); }
.border-b-kaimurasaki\/10{ border-bottom-color: rgb(34 28 52 / 0.1); }
.border-b-kaimurasaki\/100{ border-bottom-color: rgb(34 28 52 / 1); }
.border-b-kaimurasaki\/20{ border-bottom-color: rgb(34 28 52 / 0.2); }
.border-b-kaimurasaki\/25{ border-bottom-color: rgb(34 28 52 / 0.25); }
.border-b-kaimurasaki\/30{ border-bottom-color: rgb(34 28 52 / 0.3); }
.border-b-kaimurasaki\/40{ border-bottom-color: rgb(34 28 52 / 0.4); }
.border-b-kaimurasaki\/5{ border-bottom-color: rgb(34 28 52 / 0.05); }
.border-b-kaimurasaki\/50{ border-bottom-color: rgb(34 28 52 / 0.5); }
.border-b-kaimurasaki\/60{ border-bottom-color: rgb(34 28 52 / 0.6); }
.border-b-kaimurasaki\/70{ border-bottom-color: rgb(34 28 52 / 0.7); }
.border-b-kaimurasaki\/75{ border-bottom-color: rgb(34 28 52 / 0.75); }
.border-b-kaimurasaki\/80{ border-bottom-color: rgb(34 28 52 / 0.8); }
.border-b-kaimurasaki\/90{ border-bottom-color: rgb(34 28 52 / 0.9); }
.border-b-kaimurasaki\/95{ border-bottom-color: rgb(34 28 52 / 0.95); }
.border-b-lime-100{ --tw-border-opacity: 1; border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-b-lime-100\/0{ border-bottom-color: rgb(236 252 203 / 0); }
.border-b-lime-100\/10{ border-bottom-color: rgb(236 252 203 / 0.1); }
.border-b-lime-100\/100{ border-bottom-color: rgb(236 252 203 / 1); }
.border-b-lime-100\/20{ border-bottom-color: rgb(236 252 203 / 0.2); }
.border-b-lime-100\/25{ border-bottom-color: rgb(236 252 203 / 0.25); }
.border-b-lime-100\/30{ border-bottom-color: rgb(236 252 203 / 0.3); }
.border-b-lime-100\/40{ border-bottom-color: rgb(236 252 203 / 0.4); }
.border-b-lime-100\/5{ border-bottom-color: rgb(236 252 203 / 0.05); }
.border-b-lime-100\/50{ border-bottom-color: rgb(236 252 203 / 0.5); }
.border-b-lime-100\/60{ border-bottom-color: rgb(236 252 203 / 0.6); }
.border-b-lime-100\/70{ border-bottom-color: rgb(236 252 203 / 0.7); }
.border-b-lime-100\/75{ border-bottom-color: rgb(236 252 203 / 0.75); }
.border-b-lime-100\/80{ border-bottom-color: rgb(236 252 203 / 0.8); }
.border-b-lime-100\/90{ border-bottom-color: rgb(236 252 203 / 0.9); }
.border-b-lime-100\/95{ border-bottom-color: rgb(236 252 203 / 0.95); }
.border-b-lime-200{ --tw-border-opacity: 1; border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-b-lime-200\/0{ border-bottom-color: rgb(217 249 157 / 0); }
.border-b-lime-200\/10{ border-bottom-color: rgb(217 249 157 / 0.1); }
.border-b-lime-200\/100{ border-bottom-color: rgb(217 249 157 / 1); }
.border-b-lime-200\/20{ border-bottom-color: rgb(217 249 157 / 0.2); }
.border-b-lime-200\/25{ border-bottom-color: rgb(217 249 157 / 0.25); }
.border-b-lime-200\/30{ border-bottom-color: rgb(217 249 157 / 0.3); }
.border-b-lime-200\/40{ border-bottom-color: rgb(217 249 157 / 0.4); }
.border-b-lime-200\/5{ border-bottom-color: rgb(217 249 157 / 0.05); }
.border-b-lime-200\/50{ border-bottom-color: rgb(217 249 157 / 0.5); }
.border-b-lime-200\/60{ border-bottom-color: rgb(217 249 157 / 0.6); }
.border-b-lime-200\/70{ border-bottom-color: rgb(217 249 157 / 0.7); }
.border-b-lime-200\/75{ border-bottom-color: rgb(217 249 157 / 0.75); }
.border-b-lime-200\/80{ border-bottom-color: rgb(217 249 157 / 0.8); }
.border-b-lime-200\/90{ border-bottom-color: rgb(217 249 157 / 0.9); }
.border-b-lime-200\/95{ border-bottom-color: rgb(217 249 157 / 0.95); }
.border-b-lime-300{ --tw-border-opacity: 1; border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-b-lime-300\/0{ border-bottom-color: rgb(190 242 100 / 0); }
.border-b-lime-300\/10{ border-bottom-color: rgb(190 242 100 / 0.1); }
.border-b-lime-300\/100{ border-bottom-color: rgb(190 242 100 / 1); }
.border-b-lime-300\/20{ border-bottom-color: rgb(190 242 100 / 0.2); }
.border-b-lime-300\/25{ border-bottom-color: rgb(190 242 100 / 0.25); }
.border-b-lime-300\/30{ border-bottom-color: rgb(190 242 100 / 0.3); }
.border-b-lime-300\/40{ border-bottom-color: rgb(190 242 100 / 0.4); }
.border-b-lime-300\/5{ border-bottom-color: rgb(190 242 100 / 0.05); }
.border-b-lime-300\/50{ border-bottom-color: rgb(190 242 100 / 0.5); }
.border-b-lime-300\/60{ border-bottom-color: rgb(190 242 100 / 0.6); }
.border-b-lime-300\/70{ border-bottom-color: rgb(190 242 100 / 0.7); }
.border-b-lime-300\/75{ border-bottom-color: rgb(190 242 100 / 0.75); }
.border-b-lime-300\/80{ border-bottom-color: rgb(190 242 100 / 0.8); }
.border-b-lime-300\/90{ border-bottom-color: rgb(190 242 100 / 0.9); }
.border-b-lime-300\/95{ border-bottom-color: rgb(190 242 100 / 0.95); }
.border-b-lime-400{ --tw-border-opacity: 1; border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-b-lime-400\/0{ border-bottom-color: rgb(163 230 53 / 0); }
.border-b-lime-400\/10{ border-bottom-color: rgb(163 230 53 / 0.1); }
.border-b-lime-400\/100{ border-bottom-color: rgb(163 230 53 / 1); }
.border-b-lime-400\/20{ border-bottom-color: rgb(163 230 53 / 0.2); }
.border-b-lime-400\/25{ border-bottom-color: rgb(163 230 53 / 0.25); }
.border-b-lime-400\/30{ border-bottom-color: rgb(163 230 53 / 0.3); }
.border-b-lime-400\/40{ border-bottom-color: rgb(163 230 53 / 0.4); }
.border-b-lime-400\/5{ border-bottom-color: rgb(163 230 53 / 0.05); }
.border-b-lime-400\/50{ border-bottom-color: rgb(163 230 53 / 0.5); }
.border-b-lime-400\/60{ border-bottom-color: rgb(163 230 53 / 0.6); }
.border-b-lime-400\/70{ border-bottom-color: rgb(163 230 53 / 0.7); }
.border-b-lime-400\/75{ border-bottom-color: rgb(163 230 53 / 0.75); }
.border-b-lime-400\/80{ border-bottom-color: rgb(163 230 53 / 0.8); }
.border-b-lime-400\/90{ border-bottom-color: rgb(163 230 53 / 0.9); }
.border-b-lime-400\/95{ border-bottom-color: rgb(163 230 53 / 0.95); }
.border-b-lime-50{ --tw-border-opacity: 1; border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-b-lime-50\/0{ border-bottom-color: rgb(247 254 231 / 0); }
.border-b-lime-50\/10{ border-bottom-color: rgb(247 254 231 / 0.1); }
.border-b-lime-50\/100{ border-bottom-color: rgb(247 254 231 / 1); }
.border-b-lime-50\/20{ border-bottom-color: rgb(247 254 231 / 0.2); }
.border-b-lime-50\/25{ border-bottom-color: rgb(247 254 231 / 0.25); }
.border-b-lime-50\/30{ border-bottom-color: rgb(247 254 231 / 0.3); }
.border-b-lime-50\/40{ border-bottom-color: rgb(247 254 231 / 0.4); }
.border-b-lime-50\/5{ border-bottom-color: rgb(247 254 231 / 0.05); }
.border-b-lime-50\/50{ border-bottom-color: rgb(247 254 231 / 0.5); }
.border-b-lime-50\/60{ border-bottom-color: rgb(247 254 231 / 0.6); }
.border-b-lime-50\/70{ border-bottom-color: rgb(247 254 231 / 0.7); }
.border-b-lime-50\/75{ border-bottom-color: rgb(247 254 231 / 0.75); }
.border-b-lime-50\/80{ border-bottom-color: rgb(247 254 231 / 0.8); }
.border-b-lime-50\/90{ border-bottom-color: rgb(247 254 231 / 0.9); }
.border-b-lime-50\/95{ border-bottom-color: rgb(247 254 231 / 0.95); }
.border-b-lime-500{ --tw-border-opacity: 1; border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-b-lime-500\/0{ border-bottom-color: rgb(132 204 22 / 0); }
.border-b-lime-500\/10{ border-bottom-color: rgb(132 204 22 / 0.1); }
.border-b-lime-500\/100{ border-bottom-color: rgb(132 204 22 / 1); }
.border-b-lime-500\/20{ border-bottom-color: rgb(132 204 22 / 0.2); }
.border-b-lime-500\/25{ border-bottom-color: rgb(132 204 22 / 0.25); }
.border-b-lime-500\/30{ border-bottom-color: rgb(132 204 22 / 0.3); }
.border-b-lime-500\/40{ border-bottom-color: rgb(132 204 22 / 0.4); }
.border-b-lime-500\/5{ border-bottom-color: rgb(132 204 22 / 0.05); }
.border-b-lime-500\/50{ border-bottom-color: rgb(132 204 22 / 0.5); }
.border-b-lime-500\/60{ border-bottom-color: rgb(132 204 22 / 0.6); }
.border-b-lime-500\/70{ border-bottom-color: rgb(132 204 22 / 0.7); }
.border-b-lime-500\/75{ border-bottom-color: rgb(132 204 22 / 0.75); }
.border-b-lime-500\/80{ border-bottom-color: rgb(132 204 22 / 0.8); }
.border-b-lime-500\/90{ border-bottom-color: rgb(132 204 22 / 0.9); }
.border-b-lime-500\/95{ border-bottom-color: rgb(132 204 22 / 0.95); }
.border-b-lime-600{ --tw-border-opacity: 1; border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-b-lime-600\/0{ border-bottom-color: rgb(101 163 13 / 0); }
.border-b-lime-600\/10{ border-bottom-color: rgb(101 163 13 / 0.1); }
.border-b-lime-600\/100{ border-bottom-color: rgb(101 163 13 / 1); }
.border-b-lime-600\/20{ border-bottom-color: rgb(101 163 13 / 0.2); }
.border-b-lime-600\/25{ border-bottom-color: rgb(101 163 13 / 0.25); }
.border-b-lime-600\/30{ border-bottom-color: rgb(101 163 13 / 0.3); }
.border-b-lime-600\/40{ border-bottom-color: rgb(101 163 13 / 0.4); }
.border-b-lime-600\/5{ border-bottom-color: rgb(101 163 13 / 0.05); }
.border-b-lime-600\/50{ border-bottom-color: rgb(101 163 13 / 0.5); }
.border-b-lime-600\/60{ border-bottom-color: rgb(101 163 13 / 0.6); }
.border-b-lime-600\/70{ border-bottom-color: rgb(101 163 13 / 0.7); }
.border-b-lime-600\/75{ border-bottom-color: rgb(101 163 13 / 0.75); }
.border-b-lime-600\/80{ border-bottom-color: rgb(101 163 13 / 0.8); }
.border-b-lime-600\/90{ border-bottom-color: rgb(101 163 13 / 0.9); }
.border-b-lime-600\/95{ border-bottom-color: rgb(101 163 13 / 0.95); }
.border-b-lime-700{ --tw-border-opacity: 1; border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-b-lime-700\/0{ border-bottom-color: rgb(77 124 15 / 0); }
.border-b-lime-700\/10{ border-bottom-color: rgb(77 124 15 / 0.1); }
.border-b-lime-700\/100{ border-bottom-color: rgb(77 124 15 / 1); }
.border-b-lime-700\/20{ border-bottom-color: rgb(77 124 15 / 0.2); }
.border-b-lime-700\/25{ border-bottom-color: rgb(77 124 15 / 0.25); }
.border-b-lime-700\/30{ border-bottom-color: rgb(77 124 15 / 0.3); }
.border-b-lime-700\/40{ border-bottom-color: rgb(77 124 15 / 0.4); }
.border-b-lime-700\/5{ border-bottom-color: rgb(77 124 15 / 0.05); }
.border-b-lime-700\/50{ border-bottom-color: rgb(77 124 15 / 0.5); }
.border-b-lime-700\/60{ border-bottom-color: rgb(77 124 15 / 0.6); }
.border-b-lime-700\/70{ border-bottom-color: rgb(77 124 15 / 0.7); }
.border-b-lime-700\/75{ border-bottom-color: rgb(77 124 15 / 0.75); }
.border-b-lime-700\/80{ border-bottom-color: rgb(77 124 15 / 0.8); }
.border-b-lime-700\/90{ border-bottom-color: rgb(77 124 15 / 0.9); }
.border-b-lime-700\/95{ border-bottom-color: rgb(77 124 15 / 0.95); }
.border-b-lime-800{ --tw-border-opacity: 1; border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-b-lime-800\/0{ border-bottom-color: rgb(63 98 18 / 0); }
.border-b-lime-800\/10{ border-bottom-color: rgb(63 98 18 / 0.1); }
.border-b-lime-800\/100{ border-bottom-color: rgb(63 98 18 / 1); }
.border-b-lime-800\/20{ border-bottom-color: rgb(63 98 18 / 0.2); }
.border-b-lime-800\/25{ border-bottom-color: rgb(63 98 18 / 0.25); }
.border-b-lime-800\/30{ border-bottom-color: rgb(63 98 18 / 0.3); }
.border-b-lime-800\/40{ border-bottom-color: rgb(63 98 18 / 0.4); }
.border-b-lime-800\/5{ border-bottom-color: rgb(63 98 18 / 0.05); }
.border-b-lime-800\/50{ border-bottom-color: rgb(63 98 18 / 0.5); }
.border-b-lime-800\/60{ border-bottom-color: rgb(63 98 18 / 0.6); }
.border-b-lime-800\/70{ border-bottom-color: rgb(63 98 18 / 0.7); }
.border-b-lime-800\/75{ border-bottom-color: rgb(63 98 18 / 0.75); }
.border-b-lime-800\/80{ border-bottom-color: rgb(63 98 18 / 0.8); }
.border-b-lime-800\/90{ border-bottom-color: rgb(63 98 18 / 0.9); }
.border-b-lime-800\/95{ border-bottom-color: rgb(63 98 18 / 0.95); }
.border-b-lime-900{ --tw-border-opacity: 1; border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-b-lime-900\/0{ border-bottom-color: rgb(54 83 20 / 0); }
.border-b-lime-900\/10{ border-bottom-color: rgb(54 83 20 / 0.1); }
.border-b-lime-900\/100{ border-bottom-color: rgb(54 83 20 / 1); }
.border-b-lime-900\/20{ border-bottom-color: rgb(54 83 20 / 0.2); }
.border-b-lime-900\/25{ border-bottom-color: rgb(54 83 20 / 0.25); }
.border-b-lime-900\/30{ border-bottom-color: rgb(54 83 20 / 0.3); }
.border-b-lime-900\/40{ border-bottom-color: rgb(54 83 20 / 0.4); }
.border-b-lime-900\/5{ border-bottom-color: rgb(54 83 20 / 0.05); }
.border-b-lime-900\/50{ border-bottom-color: rgb(54 83 20 / 0.5); }
.border-b-lime-900\/60{ border-bottom-color: rgb(54 83 20 / 0.6); }
.border-b-lime-900\/70{ border-bottom-color: rgb(54 83 20 / 0.7); }
.border-b-lime-900\/75{ border-bottom-color: rgb(54 83 20 / 0.75); }
.border-b-lime-900\/80{ border-bottom-color: rgb(54 83 20 / 0.8); }
.border-b-lime-900\/90{ border-bottom-color: rgb(54 83 20 / 0.9); }
.border-b-lime-900\/95{ border-bottom-color: rgb(54 83 20 / 0.95); }
.border-b-lime-950{ --tw-border-opacity: 1; border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-b-lime-950\/0{ border-bottom-color: rgb(26 46 5 / 0); }
.border-b-lime-950\/10{ border-bottom-color: rgb(26 46 5 / 0.1); }
.border-b-lime-950\/100{ border-bottom-color: rgb(26 46 5 / 1); }
.border-b-lime-950\/20{ border-bottom-color: rgb(26 46 5 / 0.2); }
.border-b-lime-950\/25{ border-bottom-color: rgb(26 46 5 / 0.25); }
.border-b-lime-950\/30{ border-bottom-color: rgb(26 46 5 / 0.3); }
.border-b-lime-950\/40{ border-bottom-color: rgb(26 46 5 / 0.4); }
.border-b-lime-950\/5{ border-bottom-color: rgb(26 46 5 / 0.05); }
.border-b-lime-950\/50{ border-bottom-color: rgb(26 46 5 / 0.5); }
.border-b-lime-950\/60{ border-bottom-color: rgb(26 46 5 / 0.6); }
.border-b-lime-950\/70{ border-bottom-color: rgb(26 46 5 / 0.7); }
.border-b-lime-950\/75{ border-bottom-color: rgb(26 46 5 / 0.75); }
.border-b-lime-950\/80{ border-bottom-color: rgb(26 46 5 / 0.8); }
.border-b-lime-950\/90{ border-bottom-color: rgb(26 46 5 / 0.9); }
.border-b-lime-950\/95{ border-bottom-color: rgb(26 46 5 / 0.95); }
.border-b-neutral-100{ --tw-border-opacity: 1; border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-b-neutral-100\/0{ border-bottom-color: rgb(245 245 245 / 0); }
.border-b-neutral-100\/10{ border-bottom-color: rgb(245 245 245 / 0.1); }
.border-b-neutral-100\/100{ border-bottom-color: rgb(245 245 245 / 1); }
.border-b-neutral-100\/20{ border-bottom-color: rgb(245 245 245 / 0.2); }
.border-b-neutral-100\/25{ border-bottom-color: rgb(245 245 245 / 0.25); }
.border-b-neutral-100\/30{ border-bottom-color: rgb(245 245 245 / 0.3); }
.border-b-neutral-100\/40{ border-bottom-color: rgb(245 245 245 / 0.4); }
.border-b-neutral-100\/5{ border-bottom-color: rgb(245 245 245 / 0.05); }
.border-b-neutral-100\/50{ border-bottom-color: rgb(245 245 245 / 0.5); }
.border-b-neutral-100\/60{ border-bottom-color: rgb(245 245 245 / 0.6); }
.border-b-neutral-100\/70{ border-bottom-color: rgb(245 245 245 / 0.7); }
.border-b-neutral-100\/75{ border-bottom-color: rgb(245 245 245 / 0.75); }
.border-b-neutral-100\/80{ border-bottom-color: rgb(245 245 245 / 0.8); }
.border-b-neutral-100\/90{ border-bottom-color: rgb(245 245 245 / 0.9); }
.border-b-neutral-100\/95{ border-bottom-color: rgb(245 245 245 / 0.95); }
.border-b-neutral-200{ --tw-border-opacity: 1; border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-b-neutral-200\/0{ border-bottom-color: rgb(229 229 229 / 0); }
.border-b-neutral-200\/10{ border-bottom-color: rgb(229 229 229 / 0.1); }
.border-b-neutral-200\/100{ border-bottom-color: rgb(229 229 229 / 1); }
.border-b-neutral-200\/20{ border-bottom-color: rgb(229 229 229 / 0.2); }
.border-b-neutral-200\/25{ border-bottom-color: rgb(229 229 229 / 0.25); }
.border-b-neutral-200\/30{ border-bottom-color: rgb(229 229 229 / 0.3); }
.border-b-neutral-200\/40{ border-bottom-color: rgb(229 229 229 / 0.4); }
.border-b-neutral-200\/5{ border-bottom-color: rgb(229 229 229 / 0.05); }
.border-b-neutral-200\/50{ border-bottom-color: rgb(229 229 229 / 0.5); }
.border-b-neutral-200\/60{ border-bottom-color: rgb(229 229 229 / 0.6); }
.border-b-neutral-200\/70{ border-bottom-color: rgb(229 229 229 / 0.7); }
.border-b-neutral-200\/75{ border-bottom-color: rgb(229 229 229 / 0.75); }
.border-b-neutral-200\/80{ border-bottom-color: rgb(229 229 229 / 0.8); }
.border-b-neutral-200\/90{ border-bottom-color: rgb(229 229 229 / 0.9); }
.border-b-neutral-200\/95{ border-bottom-color: rgb(229 229 229 / 0.95); }
.border-b-neutral-300{ --tw-border-opacity: 1; border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-b-neutral-300\/0{ border-bottom-color: rgb(212 212 212 / 0); }
.border-b-neutral-300\/10{ border-bottom-color: rgb(212 212 212 / 0.1); }
.border-b-neutral-300\/100{ border-bottom-color: rgb(212 212 212 / 1); }
.border-b-neutral-300\/20{ border-bottom-color: rgb(212 212 212 / 0.2); }
.border-b-neutral-300\/25{ border-bottom-color: rgb(212 212 212 / 0.25); }
.border-b-neutral-300\/30{ border-bottom-color: rgb(212 212 212 / 0.3); }
.border-b-neutral-300\/40{ border-bottom-color: rgb(212 212 212 / 0.4); }
.border-b-neutral-300\/5{ border-bottom-color: rgb(212 212 212 / 0.05); }
.border-b-neutral-300\/50{ border-bottom-color: rgb(212 212 212 / 0.5); }
.border-b-neutral-300\/60{ border-bottom-color: rgb(212 212 212 / 0.6); }
.border-b-neutral-300\/70{ border-bottom-color: rgb(212 212 212 / 0.7); }
.border-b-neutral-300\/75{ border-bottom-color: rgb(212 212 212 / 0.75); }
.border-b-neutral-300\/80{ border-bottom-color: rgb(212 212 212 / 0.8); }
.border-b-neutral-300\/90{ border-bottom-color: rgb(212 212 212 / 0.9); }
.border-b-neutral-300\/95{ border-bottom-color: rgb(212 212 212 / 0.95); }
.border-b-neutral-400{ --tw-border-opacity: 1; border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-b-neutral-400\/0{ border-bottom-color: rgb(163 163 163 / 0); }
.border-b-neutral-400\/10{ border-bottom-color: rgb(163 163 163 / 0.1); }
.border-b-neutral-400\/100{ border-bottom-color: rgb(163 163 163 / 1); }
.border-b-neutral-400\/20{ border-bottom-color: rgb(163 163 163 / 0.2); }
.border-b-neutral-400\/25{ border-bottom-color: rgb(163 163 163 / 0.25); }
.border-b-neutral-400\/30{ border-bottom-color: rgb(163 163 163 / 0.3); }
.border-b-neutral-400\/40{ border-bottom-color: rgb(163 163 163 / 0.4); }
.border-b-neutral-400\/5{ border-bottom-color: rgb(163 163 163 / 0.05); }
.border-b-neutral-400\/50{ border-bottom-color: rgb(163 163 163 / 0.5); }
.border-b-neutral-400\/60{ border-bottom-color: rgb(163 163 163 / 0.6); }
.border-b-neutral-400\/70{ border-bottom-color: rgb(163 163 163 / 0.7); }
.border-b-neutral-400\/75{ border-bottom-color: rgb(163 163 163 / 0.75); }
.border-b-neutral-400\/80{ border-bottom-color: rgb(163 163 163 / 0.8); }
.border-b-neutral-400\/90{ border-bottom-color: rgb(163 163 163 / 0.9); }
.border-b-neutral-400\/95{ border-bottom-color: rgb(163 163 163 / 0.95); }
.border-b-neutral-50{ --tw-border-opacity: 1; border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-b-neutral-50\/0{ border-bottom-color: rgb(250 250 250 / 0); }
.border-b-neutral-50\/10{ border-bottom-color: rgb(250 250 250 / 0.1); }
.border-b-neutral-50\/100{ border-bottom-color: rgb(250 250 250 / 1); }
.border-b-neutral-50\/20{ border-bottom-color: rgb(250 250 250 / 0.2); }
.border-b-neutral-50\/25{ border-bottom-color: rgb(250 250 250 / 0.25); }
.border-b-neutral-50\/30{ border-bottom-color: rgb(250 250 250 / 0.3); }
.border-b-neutral-50\/40{ border-bottom-color: rgb(250 250 250 / 0.4); }
.border-b-neutral-50\/5{ border-bottom-color: rgb(250 250 250 / 0.05); }
.border-b-neutral-50\/50{ border-bottom-color: rgb(250 250 250 / 0.5); }
.border-b-neutral-50\/60{ border-bottom-color: rgb(250 250 250 / 0.6); }
.border-b-neutral-50\/70{ border-bottom-color: rgb(250 250 250 / 0.7); }
.border-b-neutral-50\/75{ border-bottom-color: rgb(250 250 250 / 0.75); }
.border-b-neutral-50\/80{ border-bottom-color: rgb(250 250 250 / 0.8); }
.border-b-neutral-50\/90{ border-bottom-color: rgb(250 250 250 / 0.9); }
.border-b-neutral-50\/95{ border-bottom-color: rgb(250 250 250 / 0.95); }
.border-b-neutral-500{ --tw-border-opacity: 1; border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-b-neutral-500\/0{ border-bottom-color: rgb(115 115 115 / 0); }
.border-b-neutral-500\/10{ border-bottom-color: rgb(115 115 115 / 0.1); }
.border-b-neutral-500\/100{ border-bottom-color: rgb(115 115 115 / 1); }
.border-b-neutral-500\/20{ border-bottom-color: rgb(115 115 115 / 0.2); }
.border-b-neutral-500\/25{ border-bottom-color: rgb(115 115 115 / 0.25); }
.border-b-neutral-500\/30{ border-bottom-color: rgb(115 115 115 / 0.3); }
.border-b-neutral-500\/40{ border-bottom-color: rgb(115 115 115 / 0.4); }
.border-b-neutral-500\/5{ border-bottom-color: rgb(115 115 115 / 0.05); }
.border-b-neutral-500\/50{ border-bottom-color: rgb(115 115 115 / 0.5); }
.border-b-neutral-500\/60{ border-bottom-color: rgb(115 115 115 / 0.6); }
.border-b-neutral-500\/70{ border-bottom-color: rgb(115 115 115 / 0.7); }
.border-b-neutral-500\/75{ border-bottom-color: rgb(115 115 115 / 0.75); }
.border-b-neutral-500\/80{ border-bottom-color: rgb(115 115 115 / 0.8); }
.border-b-neutral-500\/90{ border-bottom-color: rgb(115 115 115 / 0.9); }
.border-b-neutral-500\/95{ border-bottom-color: rgb(115 115 115 / 0.95); }
.border-b-neutral-600{ --tw-border-opacity: 1; border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-b-neutral-600\/0{ border-bottom-color: rgb(82 82 82 / 0); }
.border-b-neutral-600\/10{ border-bottom-color: rgb(82 82 82 / 0.1); }
.border-b-neutral-600\/100{ border-bottom-color: rgb(82 82 82 / 1); }
.border-b-neutral-600\/20{ border-bottom-color: rgb(82 82 82 / 0.2); }
.border-b-neutral-600\/25{ border-bottom-color: rgb(82 82 82 / 0.25); }
.border-b-neutral-600\/30{ border-bottom-color: rgb(82 82 82 / 0.3); }
.border-b-neutral-600\/40{ border-bottom-color: rgb(82 82 82 / 0.4); }
.border-b-neutral-600\/5{ border-bottom-color: rgb(82 82 82 / 0.05); }
.border-b-neutral-600\/50{ border-bottom-color: rgb(82 82 82 / 0.5); }
.border-b-neutral-600\/60{ border-bottom-color: rgb(82 82 82 / 0.6); }
.border-b-neutral-600\/70{ border-bottom-color: rgb(82 82 82 / 0.7); }
.border-b-neutral-600\/75{ border-bottom-color: rgb(82 82 82 / 0.75); }
.border-b-neutral-600\/80{ border-bottom-color: rgb(82 82 82 / 0.8); }
.border-b-neutral-600\/90{ border-bottom-color: rgb(82 82 82 / 0.9); }
.border-b-neutral-600\/95{ border-bottom-color: rgb(82 82 82 / 0.95); }
.border-b-neutral-700{ --tw-border-opacity: 1; border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-b-neutral-700\/0{ border-bottom-color: rgb(64 64 64 / 0); }
.border-b-neutral-700\/10{ border-bottom-color: rgb(64 64 64 / 0.1); }
.border-b-neutral-700\/100{ border-bottom-color: rgb(64 64 64 / 1); }
.border-b-neutral-700\/20{ border-bottom-color: rgb(64 64 64 / 0.2); }
.border-b-neutral-700\/25{ border-bottom-color: rgb(64 64 64 / 0.25); }
.border-b-neutral-700\/30{ border-bottom-color: rgb(64 64 64 / 0.3); }
.border-b-neutral-700\/40{ border-bottom-color: rgb(64 64 64 / 0.4); }
.border-b-neutral-700\/5{ border-bottom-color: rgb(64 64 64 / 0.05); }
.border-b-neutral-700\/50{ border-bottom-color: rgb(64 64 64 / 0.5); }
.border-b-neutral-700\/60{ border-bottom-color: rgb(64 64 64 / 0.6); }
.border-b-neutral-700\/70{ border-bottom-color: rgb(64 64 64 / 0.7); }
.border-b-neutral-700\/75{ border-bottom-color: rgb(64 64 64 / 0.75); }
.border-b-neutral-700\/80{ border-bottom-color: rgb(64 64 64 / 0.8); }
.border-b-neutral-700\/90{ border-bottom-color: rgb(64 64 64 / 0.9); }
.border-b-neutral-700\/95{ border-bottom-color: rgb(64 64 64 / 0.95); }
.border-b-neutral-800{ --tw-border-opacity: 1; border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-b-neutral-800\/0{ border-bottom-color: rgb(38 38 38 / 0); }
.border-b-neutral-800\/10{ border-bottom-color: rgb(38 38 38 / 0.1); }
.border-b-neutral-800\/100{ border-bottom-color: rgb(38 38 38 / 1); }
.border-b-neutral-800\/20{ border-bottom-color: rgb(38 38 38 / 0.2); }
.border-b-neutral-800\/25{ border-bottom-color: rgb(38 38 38 / 0.25); }
.border-b-neutral-800\/30{ border-bottom-color: rgb(38 38 38 / 0.3); }
.border-b-neutral-800\/40{ border-bottom-color: rgb(38 38 38 / 0.4); }
.border-b-neutral-800\/5{ border-bottom-color: rgb(38 38 38 / 0.05); }
.border-b-neutral-800\/50{ border-bottom-color: rgb(38 38 38 / 0.5); }
.border-b-neutral-800\/60{ border-bottom-color: rgb(38 38 38 / 0.6); }
.border-b-neutral-800\/70{ border-bottom-color: rgb(38 38 38 / 0.7); }
.border-b-neutral-800\/75{ border-bottom-color: rgb(38 38 38 / 0.75); }
.border-b-neutral-800\/80{ border-bottom-color: rgb(38 38 38 / 0.8); }
.border-b-neutral-800\/90{ border-bottom-color: rgb(38 38 38 / 0.9); }
.border-b-neutral-800\/95{ border-bottom-color: rgb(38 38 38 / 0.95); }
.border-b-neutral-900{ --tw-border-opacity: 1; border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-b-neutral-900\/0{ border-bottom-color: rgb(23 23 23 / 0); }
.border-b-neutral-900\/10{ border-bottom-color: rgb(23 23 23 / 0.1); }
.border-b-neutral-900\/100{ border-bottom-color: rgb(23 23 23 / 1); }
.border-b-neutral-900\/20{ border-bottom-color: rgb(23 23 23 / 0.2); }
.border-b-neutral-900\/25{ border-bottom-color: rgb(23 23 23 / 0.25); }
.border-b-neutral-900\/30{ border-bottom-color: rgb(23 23 23 / 0.3); }
.border-b-neutral-900\/40{ border-bottom-color: rgb(23 23 23 / 0.4); }
.border-b-neutral-900\/5{ border-bottom-color: rgb(23 23 23 / 0.05); }
.border-b-neutral-900\/50{ border-bottom-color: rgb(23 23 23 / 0.5); }
.border-b-neutral-900\/60{ border-bottom-color: rgb(23 23 23 / 0.6); }
.border-b-neutral-900\/70{ border-bottom-color: rgb(23 23 23 / 0.7); }
.border-b-neutral-900\/75{ border-bottom-color: rgb(23 23 23 / 0.75); }
.border-b-neutral-900\/80{ border-bottom-color: rgb(23 23 23 / 0.8); }
.border-b-neutral-900\/90{ border-bottom-color: rgb(23 23 23 / 0.9); }
.border-b-neutral-900\/95{ border-bottom-color: rgb(23 23 23 / 0.95); }
.border-b-neutral-950{ --tw-border-opacity: 1; border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-b-neutral-950\/0{ border-bottom-color: rgb(10 10 10 / 0); }
.border-b-neutral-950\/10{ border-bottom-color: rgb(10 10 10 / 0.1); }
.border-b-neutral-950\/100{ border-bottom-color: rgb(10 10 10 / 1); }
.border-b-neutral-950\/20{ border-bottom-color: rgb(10 10 10 / 0.2); }
.border-b-neutral-950\/25{ border-bottom-color: rgb(10 10 10 / 0.25); }
.border-b-neutral-950\/30{ border-bottom-color: rgb(10 10 10 / 0.3); }
.border-b-neutral-950\/40{ border-bottom-color: rgb(10 10 10 / 0.4); }
.border-b-neutral-950\/5{ border-bottom-color: rgb(10 10 10 / 0.05); }
.border-b-neutral-950\/50{ border-bottom-color: rgb(10 10 10 / 0.5); }
.border-b-neutral-950\/60{ border-bottom-color: rgb(10 10 10 / 0.6); }
.border-b-neutral-950\/70{ border-bottom-color: rgb(10 10 10 / 0.7); }
.border-b-neutral-950\/75{ border-bottom-color: rgb(10 10 10 / 0.75); }
.border-b-neutral-950\/80{ border-bottom-color: rgb(10 10 10 / 0.8); }
.border-b-neutral-950\/90{ border-bottom-color: rgb(10 10 10 / 0.9); }
.border-b-neutral-950\/95{ border-bottom-color: rgb(10 10 10 / 0.95); }
.border-b-orange-100{ --tw-border-opacity: 1; border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-b-orange-100\/0{ border-bottom-color: rgb(255 237 213 / 0); }
.border-b-orange-100\/10{ border-bottom-color: rgb(255 237 213 / 0.1); }
.border-b-orange-100\/100{ border-bottom-color: rgb(255 237 213 / 1); }
.border-b-orange-100\/20{ border-bottom-color: rgb(255 237 213 / 0.2); }
.border-b-orange-100\/25{ border-bottom-color: rgb(255 237 213 / 0.25); }
.border-b-orange-100\/30{ border-bottom-color: rgb(255 237 213 / 0.3); }
.border-b-orange-100\/40{ border-bottom-color: rgb(255 237 213 / 0.4); }
.border-b-orange-100\/5{ border-bottom-color: rgb(255 237 213 / 0.05); }
.border-b-orange-100\/50{ border-bottom-color: rgb(255 237 213 / 0.5); }
.border-b-orange-100\/60{ border-bottom-color: rgb(255 237 213 / 0.6); }
.border-b-orange-100\/70{ border-bottom-color: rgb(255 237 213 / 0.7); }
.border-b-orange-100\/75{ border-bottom-color: rgb(255 237 213 / 0.75); }
.border-b-orange-100\/80{ border-bottom-color: rgb(255 237 213 / 0.8); }
.border-b-orange-100\/90{ border-bottom-color: rgb(255 237 213 / 0.9); }
.border-b-orange-100\/95{ border-bottom-color: rgb(255 237 213 / 0.95); }
.border-b-orange-200{ --tw-border-opacity: 1; border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-b-orange-200\/0{ border-bottom-color: rgb(254 215 170 / 0); }
.border-b-orange-200\/10{ border-bottom-color: rgb(254 215 170 / 0.1); }
.border-b-orange-200\/100{ border-bottom-color: rgb(254 215 170 / 1); }
.border-b-orange-200\/20{ border-bottom-color: rgb(254 215 170 / 0.2); }
.border-b-orange-200\/25{ border-bottom-color: rgb(254 215 170 / 0.25); }
.border-b-orange-200\/30{ border-bottom-color: rgb(254 215 170 / 0.3); }
.border-b-orange-200\/40{ border-bottom-color: rgb(254 215 170 / 0.4); }
.border-b-orange-200\/5{ border-bottom-color: rgb(254 215 170 / 0.05); }
.border-b-orange-200\/50{ border-bottom-color: rgb(254 215 170 / 0.5); }
.border-b-orange-200\/60{ border-bottom-color: rgb(254 215 170 / 0.6); }
.border-b-orange-200\/70{ border-bottom-color: rgb(254 215 170 / 0.7); }
.border-b-orange-200\/75{ border-bottom-color: rgb(254 215 170 / 0.75); }
.border-b-orange-200\/80{ border-bottom-color: rgb(254 215 170 / 0.8); }
.border-b-orange-200\/90{ border-bottom-color: rgb(254 215 170 / 0.9); }
.border-b-orange-200\/95{ border-bottom-color: rgb(254 215 170 / 0.95); }
.border-b-orange-300{ --tw-border-opacity: 1; border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-b-orange-300\/0{ border-bottom-color: rgb(253 186 116 / 0); }
.border-b-orange-300\/10{ border-bottom-color: rgb(253 186 116 / 0.1); }
.border-b-orange-300\/100{ border-bottom-color: rgb(253 186 116 / 1); }
.border-b-orange-300\/20{ border-bottom-color: rgb(253 186 116 / 0.2); }
.border-b-orange-300\/25{ border-bottom-color: rgb(253 186 116 / 0.25); }
.border-b-orange-300\/30{ border-bottom-color: rgb(253 186 116 / 0.3); }
.border-b-orange-300\/40{ border-bottom-color: rgb(253 186 116 / 0.4); }
.border-b-orange-300\/5{ border-bottom-color: rgb(253 186 116 / 0.05); }
.border-b-orange-300\/50{ border-bottom-color: rgb(253 186 116 / 0.5); }
.border-b-orange-300\/60{ border-bottom-color: rgb(253 186 116 / 0.6); }
.border-b-orange-300\/70{ border-bottom-color: rgb(253 186 116 / 0.7); }
.border-b-orange-300\/75{ border-bottom-color: rgb(253 186 116 / 0.75); }
.border-b-orange-300\/80{ border-bottom-color: rgb(253 186 116 / 0.8); }
.border-b-orange-300\/90{ border-bottom-color: rgb(253 186 116 / 0.9); }
.border-b-orange-300\/95{ border-bottom-color: rgb(253 186 116 / 0.95); }
.border-b-orange-400{ --tw-border-opacity: 1; border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-b-orange-400\/0{ border-bottom-color: rgb(251 146 60 / 0); }
.border-b-orange-400\/10{ border-bottom-color: rgb(251 146 60 / 0.1); }
.border-b-orange-400\/100{ border-bottom-color: rgb(251 146 60 / 1); }
.border-b-orange-400\/20{ border-bottom-color: rgb(251 146 60 / 0.2); }
.border-b-orange-400\/25{ border-bottom-color: rgb(251 146 60 / 0.25); }
.border-b-orange-400\/30{ border-bottom-color: rgb(251 146 60 / 0.3); }
.border-b-orange-400\/40{ border-bottom-color: rgb(251 146 60 / 0.4); }
.border-b-orange-400\/5{ border-bottom-color: rgb(251 146 60 / 0.05); }
.border-b-orange-400\/50{ border-bottom-color: rgb(251 146 60 / 0.5); }
.border-b-orange-400\/60{ border-bottom-color: rgb(251 146 60 / 0.6); }
.border-b-orange-400\/70{ border-bottom-color: rgb(251 146 60 / 0.7); }
.border-b-orange-400\/75{ border-bottom-color: rgb(251 146 60 / 0.75); }
.border-b-orange-400\/80{ border-bottom-color: rgb(251 146 60 / 0.8); }
.border-b-orange-400\/90{ border-bottom-color: rgb(251 146 60 / 0.9); }
.border-b-orange-400\/95{ border-bottom-color: rgb(251 146 60 / 0.95); }
.border-b-orange-50{ --tw-border-opacity: 1; border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-b-orange-50\/0{ border-bottom-color: rgb(255 247 237 / 0); }
.border-b-orange-50\/10{ border-bottom-color: rgb(255 247 237 / 0.1); }
.border-b-orange-50\/100{ border-bottom-color: rgb(255 247 237 / 1); }
.border-b-orange-50\/20{ border-bottom-color: rgb(255 247 237 / 0.2); }
.border-b-orange-50\/25{ border-bottom-color: rgb(255 247 237 / 0.25); }
.border-b-orange-50\/30{ border-bottom-color: rgb(255 247 237 / 0.3); }
.border-b-orange-50\/40{ border-bottom-color: rgb(255 247 237 / 0.4); }
.border-b-orange-50\/5{ border-bottom-color: rgb(255 247 237 / 0.05); }
.border-b-orange-50\/50{ border-bottom-color: rgb(255 247 237 / 0.5); }
.border-b-orange-50\/60{ border-bottom-color: rgb(255 247 237 / 0.6); }
.border-b-orange-50\/70{ border-bottom-color: rgb(255 247 237 / 0.7); }
.border-b-orange-50\/75{ border-bottom-color: rgb(255 247 237 / 0.75); }
.border-b-orange-50\/80{ border-bottom-color: rgb(255 247 237 / 0.8); }
.border-b-orange-50\/90{ border-bottom-color: rgb(255 247 237 / 0.9); }
.border-b-orange-50\/95{ border-bottom-color: rgb(255 247 237 / 0.95); }
.border-b-orange-500{ --tw-border-opacity: 1; border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-b-orange-500\/0{ border-bottom-color: rgb(249 115 22 / 0); }
.border-b-orange-500\/10{ border-bottom-color: rgb(249 115 22 / 0.1); }
.border-b-orange-500\/100{ border-bottom-color: rgb(249 115 22 / 1); }
.border-b-orange-500\/20{ border-bottom-color: rgb(249 115 22 / 0.2); }
.border-b-orange-500\/25{ border-bottom-color: rgb(249 115 22 / 0.25); }
.border-b-orange-500\/30{ border-bottom-color: rgb(249 115 22 / 0.3); }
.border-b-orange-500\/40{ border-bottom-color: rgb(249 115 22 / 0.4); }
.border-b-orange-500\/5{ border-bottom-color: rgb(249 115 22 / 0.05); }
.border-b-orange-500\/50{ border-bottom-color: rgb(249 115 22 / 0.5); }
.border-b-orange-500\/60{ border-bottom-color: rgb(249 115 22 / 0.6); }
.border-b-orange-500\/70{ border-bottom-color: rgb(249 115 22 / 0.7); }
.border-b-orange-500\/75{ border-bottom-color: rgb(249 115 22 / 0.75); }
.border-b-orange-500\/80{ border-bottom-color: rgb(249 115 22 / 0.8); }
.border-b-orange-500\/90{ border-bottom-color: rgb(249 115 22 / 0.9); }
.border-b-orange-500\/95{ border-bottom-color: rgb(249 115 22 / 0.95); }
.border-b-orange-600{ --tw-border-opacity: 1; border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-b-orange-600\/0{ border-bottom-color: rgb(234 88 12 / 0); }
.border-b-orange-600\/10{ border-bottom-color: rgb(234 88 12 / 0.1); }
.border-b-orange-600\/100{ border-bottom-color: rgb(234 88 12 / 1); }
.border-b-orange-600\/20{ border-bottom-color: rgb(234 88 12 / 0.2); }
.border-b-orange-600\/25{ border-bottom-color: rgb(234 88 12 / 0.25); }
.border-b-orange-600\/30{ border-bottom-color: rgb(234 88 12 / 0.3); }
.border-b-orange-600\/40{ border-bottom-color: rgb(234 88 12 / 0.4); }
.border-b-orange-600\/5{ border-bottom-color: rgb(234 88 12 / 0.05); }
.border-b-orange-600\/50{ border-bottom-color: rgb(234 88 12 / 0.5); }
.border-b-orange-600\/60{ border-bottom-color: rgb(234 88 12 / 0.6); }
.border-b-orange-600\/70{ border-bottom-color: rgb(234 88 12 / 0.7); }
.border-b-orange-600\/75{ border-bottom-color: rgb(234 88 12 / 0.75); }
.border-b-orange-600\/80{ border-bottom-color: rgb(234 88 12 / 0.8); }
.border-b-orange-600\/90{ border-bottom-color: rgb(234 88 12 / 0.9); }
.border-b-orange-600\/95{ border-bottom-color: rgb(234 88 12 / 0.95); }
.border-b-orange-700{ --tw-border-opacity: 1; border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-b-orange-700\/0{ border-bottom-color: rgb(194 65 12 / 0); }
.border-b-orange-700\/10{ border-bottom-color: rgb(194 65 12 / 0.1); }
.border-b-orange-700\/100{ border-bottom-color: rgb(194 65 12 / 1); }
.border-b-orange-700\/20{ border-bottom-color: rgb(194 65 12 / 0.2); }
.border-b-orange-700\/25{ border-bottom-color: rgb(194 65 12 / 0.25); }
.border-b-orange-700\/30{ border-bottom-color: rgb(194 65 12 / 0.3); }
.border-b-orange-700\/40{ border-bottom-color: rgb(194 65 12 / 0.4); }
.border-b-orange-700\/5{ border-bottom-color: rgb(194 65 12 / 0.05); }
.border-b-orange-700\/50{ border-bottom-color: rgb(194 65 12 / 0.5); }
.border-b-orange-700\/60{ border-bottom-color: rgb(194 65 12 / 0.6); }
.border-b-orange-700\/70{ border-bottom-color: rgb(194 65 12 / 0.7); }
.border-b-orange-700\/75{ border-bottom-color: rgb(194 65 12 / 0.75); }
.border-b-orange-700\/80{ border-bottom-color: rgb(194 65 12 / 0.8); }
.border-b-orange-700\/90{ border-bottom-color: rgb(194 65 12 / 0.9); }
.border-b-orange-700\/95{ border-bottom-color: rgb(194 65 12 / 0.95); }
.border-b-orange-800{ --tw-border-opacity: 1; border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-b-orange-800\/0{ border-bottom-color: rgb(154 52 18 / 0); }
.border-b-orange-800\/10{ border-bottom-color: rgb(154 52 18 / 0.1); }
.border-b-orange-800\/100{ border-bottom-color: rgb(154 52 18 / 1); }
.border-b-orange-800\/20{ border-bottom-color: rgb(154 52 18 / 0.2); }
.border-b-orange-800\/25{ border-bottom-color: rgb(154 52 18 / 0.25); }
.border-b-orange-800\/30{ border-bottom-color: rgb(154 52 18 / 0.3); }
.border-b-orange-800\/40{ border-bottom-color: rgb(154 52 18 / 0.4); }
.border-b-orange-800\/5{ border-bottom-color: rgb(154 52 18 / 0.05); }
.border-b-orange-800\/50{ border-bottom-color: rgb(154 52 18 / 0.5); }
.border-b-orange-800\/60{ border-bottom-color: rgb(154 52 18 / 0.6); }
.border-b-orange-800\/70{ border-bottom-color: rgb(154 52 18 / 0.7); }
.border-b-orange-800\/75{ border-bottom-color: rgb(154 52 18 / 0.75); }
.border-b-orange-800\/80{ border-bottom-color: rgb(154 52 18 / 0.8); }
.border-b-orange-800\/90{ border-bottom-color: rgb(154 52 18 / 0.9); }
.border-b-orange-800\/95{ border-bottom-color: rgb(154 52 18 / 0.95); }
.border-b-orange-900{ --tw-border-opacity: 1; border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-b-orange-900\/0{ border-bottom-color: rgb(124 45 18 / 0); }
.border-b-orange-900\/10{ border-bottom-color: rgb(124 45 18 / 0.1); }
.border-b-orange-900\/100{ border-bottom-color: rgb(124 45 18 / 1); }
.border-b-orange-900\/20{ border-bottom-color: rgb(124 45 18 / 0.2); }
.border-b-orange-900\/25{ border-bottom-color: rgb(124 45 18 / 0.25); }
.border-b-orange-900\/30{ border-bottom-color: rgb(124 45 18 / 0.3); }
.border-b-orange-900\/40{ border-bottom-color: rgb(124 45 18 / 0.4); }
.border-b-orange-900\/5{ border-bottom-color: rgb(124 45 18 / 0.05); }
.border-b-orange-900\/50{ border-bottom-color: rgb(124 45 18 / 0.5); }
.border-b-orange-900\/60{ border-bottom-color: rgb(124 45 18 / 0.6); }
.border-b-orange-900\/70{ border-bottom-color: rgb(124 45 18 / 0.7); }
.border-b-orange-900\/75{ border-bottom-color: rgb(124 45 18 / 0.75); }
.border-b-orange-900\/80{ border-bottom-color: rgb(124 45 18 / 0.8); }
.border-b-orange-900\/90{ border-bottom-color: rgb(124 45 18 / 0.9); }
.border-b-orange-900\/95{ border-bottom-color: rgb(124 45 18 / 0.95); }
.border-b-orange-950{ --tw-border-opacity: 1; border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-b-orange-950\/0{ border-bottom-color: rgb(67 20 7 / 0); }
.border-b-orange-950\/10{ border-bottom-color: rgb(67 20 7 / 0.1); }
.border-b-orange-950\/100{ border-bottom-color: rgb(67 20 7 / 1); }
.border-b-orange-950\/20{ border-bottom-color: rgb(67 20 7 / 0.2); }
.border-b-orange-950\/25{ border-bottom-color: rgb(67 20 7 / 0.25); }
.border-b-orange-950\/30{ border-bottom-color: rgb(67 20 7 / 0.3); }
.border-b-orange-950\/40{ border-bottom-color: rgb(67 20 7 / 0.4); }
.border-b-orange-950\/5{ border-bottom-color: rgb(67 20 7 / 0.05); }
.border-b-orange-950\/50{ border-bottom-color: rgb(67 20 7 / 0.5); }
.border-b-orange-950\/60{ border-bottom-color: rgb(67 20 7 / 0.6); }
.border-b-orange-950\/70{ border-bottom-color: rgb(67 20 7 / 0.7); }
.border-b-orange-950\/75{ border-bottom-color: rgb(67 20 7 / 0.75); }
.border-b-orange-950\/80{ border-bottom-color: rgb(67 20 7 / 0.8); }
.border-b-orange-950\/90{ border-bottom-color: rgb(67 20 7 / 0.9); }
.border-b-orange-950\/95{ border-bottom-color: rgb(67 20 7 / 0.95); }
.border-b-pink-100{ --tw-border-opacity: 1; border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-b-pink-100\/0{ border-bottom-color: rgb(252 231 243 / 0); }
.border-b-pink-100\/10{ border-bottom-color: rgb(252 231 243 / 0.1); }
.border-b-pink-100\/100{ border-bottom-color: rgb(252 231 243 / 1); }
.border-b-pink-100\/20{ border-bottom-color: rgb(252 231 243 / 0.2); }
.border-b-pink-100\/25{ border-bottom-color: rgb(252 231 243 / 0.25); }
.border-b-pink-100\/30{ border-bottom-color: rgb(252 231 243 / 0.3); }
.border-b-pink-100\/40{ border-bottom-color: rgb(252 231 243 / 0.4); }
.border-b-pink-100\/5{ border-bottom-color: rgb(252 231 243 / 0.05); }
.border-b-pink-100\/50{ border-bottom-color: rgb(252 231 243 / 0.5); }
.border-b-pink-100\/60{ border-bottom-color: rgb(252 231 243 / 0.6); }
.border-b-pink-100\/70{ border-bottom-color: rgb(252 231 243 / 0.7); }
.border-b-pink-100\/75{ border-bottom-color: rgb(252 231 243 / 0.75); }
.border-b-pink-100\/80{ border-bottom-color: rgb(252 231 243 / 0.8); }
.border-b-pink-100\/90{ border-bottom-color: rgb(252 231 243 / 0.9); }
.border-b-pink-100\/95{ border-bottom-color: rgb(252 231 243 / 0.95); }
.border-b-pink-200{ --tw-border-opacity: 1; border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-b-pink-200\/0{ border-bottom-color: rgb(251 207 232 / 0); }
.border-b-pink-200\/10{ border-bottom-color: rgb(251 207 232 / 0.1); }
.border-b-pink-200\/100{ border-bottom-color: rgb(251 207 232 / 1); }
.border-b-pink-200\/20{ border-bottom-color: rgb(251 207 232 / 0.2); }
.border-b-pink-200\/25{ border-bottom-color: rgb(251 207 232 / 0.25); }
.border-b-pink-200\/30{ border-bottom-color: rgb(251 207 232 / 0.3); }
.border-b-pink-200\/40{ border-bottom-color: rgb(251 207 232 / 0.4); }
.border-b-pink-200\/5{ border-bottom-color: rgb(251 207 232 / 0.05); }
.border-b-pink-200\/50{ border-bottom-color: rgb(251 207 232 / 0.5); }
.border-b-pink-200\/60{ border-bottom-color: rgb(251 207 232 / 0.6); }
.border-b-pink-200\/70{ border-bottom-color: rgb(251 207 232 / 0.7); }
.border-b-pink-200\/75{ border-bottom-color: rgb(251 207 232 / 0.75); }
.border-b-pink-200\/80{ border-bottom-color: rgb(251 207 232 / 0.8); }
.border-b-pink-200\/90{ border-bottom-color: rgb(251 207 232 / 0.9); }
.border-b-pink-200\/95{ border-bottom-color: rgb(251 207 232 / 0.95); }
.border-b-pink-300{ --tw-border-opacity: 1; border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-b-pink-300\/0{ border-bottom-color: rgb(249 168 212 / 0); }
.border-b-pink-300\/10{ border-bottom-color: rgb(249 168 212 / 0.1); }
.border-b-pink-300\/100{ border-bottom-color: rgb(249 168 212 / 1); }
.border-b-pink-300\/20{ border-bottom-color: rgb(249 168 212 / 0.2); }
.border-b-pink-300\/25{ border-bottom-color: rgb(249 168 212 / 0.25); }
.border-b-pink-300\/30{ border-bottom-color: rgb(249 168 212 / 0.3); }
.border-b-pink-300\/40{ border-bottom-color: rgb(249 168 212 / 0.4); }
.border-b-pink-300\/5{ border-bottom-color: rgb(249 168 212 / 0.05); }
.border-b-pink-300\/50{ border-bottom-color: rgb(249 168 212 / 0.5); }
.border-b-pink-300\/60{ border-bottom-color: rgb(249 168 212 / 0.6); }
.border-b-pink-300\/70{ border-bottom-color: rgb(249 168 212 / 0.7); }
.border-b-pink-300\/75{ border-bottom-color: rgb(249 168 212 / 0.75); }
.border-b-pink-300\/80{ border-bottom-color: rgb(249 168 212 / 0.8); }
.border-b-pink-300\/90{ border-bottom-color: rgb(249 168 212 / 0.9); }
.border-b-pink-300\/95{ border-bottom-color: rgb(249 168 212 / 0.95); }
.border-b-pink-400{ --tw-border-opacity: 1; border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-b-pink-400\/0{ border-bottom-color: rgb(244 114 182 / 0); }
.border-b-pink-400\/10{ border-bottom-color: rgb(244 114 182 / 0.1); }
.border-b-pink-400\/100{ border-bottom-color: rgb(244 114 182 / 1); }
.border-b-pink-400\/20{ border-bottom-color: rgb(244 114 182 / 0.2); }
.border-b-pink-400\/25{ border-bottom-color: rgb(244 114 182 / 0.25); }
.border-b-pink-400\/30{ border-bottom-color: rgb(244 114 182 / 0.3); }
.border-b-pink-400\/40{ border-bottom-color: rgb(244 114 182 / 0.4); }
.border-b-pink-400\/5{ border-bottom-color: rgb(244 114 182 / 0.05); }
.border-b-pink-400\/50{ border-bottom-color: rgb(244 114 182 / 0.5); }
.border-b-pink-400\/60{ border-bottom-color: rgb(244 114 182 / 0.6); }
.border-b-pink-400\/70{ border-bottom-color: rgb(244 114 182 / 0.7); }
.border-b-pink-400\/75{ border-bottom-color: rgb(244 114 182 / 0.75); }
.border-b-pink-400\/80{ border-bottom-color: rgb(244 114 182 / 0.8); }
.border-b-pink-400\/90{ border-bottom-color: rgb(244 114 182 / 0.9); }
.border-b-pink-400\/95{ border-bottom-color: rgb(244 114 182 / 0.95); }
.border-b-pink-50{ --tw-border-opacity: 1; border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-b-pink-50\/0{ border-bottom-color: rgb(253 242 248 / 0); }
.border-b-pink-50\/10{ border-bottom-color: rgb(253 242 248 / 0.1); }
.border-b-pink-50\/100{ border-bottom-color: rgb(253 242 248 / 1); }
.border-b-pink-50\/20{ border-bottom-color: rgb(253 242 248 / 0.2); }
.border-b-pink-50\/25{ border-bottom-color: rgb(253 242 248 / 0.25); }
.border-b-pink-50\/30{ border-bottom-color: rgb(253 242 248 / 0.3); }
.border-b-pink-50\/40{ border-bottom-color: rgb(253 242 248 / 0.4); }
.border-b-pink-50\/5{ border-bottom-color: rgb(253 242 248 / 0.05); }
.border-b-pink-50\/50{ border-bottom-color: rgb(253 242 248 / 0.5); }
.border-b-pink-50\/60{ border-bottom-color: rgb(253 242 248 / 0.6); }
.border-b-pink-50\/70{ border-bottom-color: rgb(253 242 248 / 0.7); }
.border-b-pink-50\/75{ border-bottom-color: rgb(253 242 248 / 0.75); }
.border-b-pink-50\/80{ border-bottom-color: rgb(253 242 248 / 0.8); }
.border-b-pink-50\/90{ border-bottom-color: rgb(253 242 248 / 0.9); }
.border-b-pink-50\/95{ border-bottom-color: rgb(253 242 248 / 0.95); }
.border-b-pink-500{ --tw-border-opacity: 1; border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-b-pink-500\/0{ border-bottom-color: rgb(236 72 153 / 0); }
.border-b-pink-500\/10{ border-bottom-color: rgb(236 72 153 / 0.1); }
.border-b-pink-500\/100{ border-bottom-color: rgb(236 72 153 / 1); }
.border-b-pink-500\/20{ border-bottom-color: rgb(236 72 153 / 0.2); }
.border-b-pink-500\/25{ border-bottom-color: rgb(236 72 153 / 0.25); }
.border-b-pink-500\/30{ border-bottom-color: rgb(236 72 153 / 0.3); }
.border-b-pink-500\/40{ border-bottom-color: rgb(236 72 153 / 0.4); }
.border-b-pink-500\/5{ border-bottom-color: rgb(236 72 153 / 0.05); }
.border-b-pink-500\/50{ border-bottom-color: rgb(236 72 153 / 0.5); }
.border-b-pink-500\/60{ border-bottom-color: rgb(236 72 153 / 0.6); }
.border-b-pink-500\/70{ border-bottom-color: rgb(236 72 153 / 0.7); }
.border-b-pink-500\/75{ border-bottom-color: rgb(236 72 153 / 0.75); }
.border-b-pink-500\/80{ border-bottom-color: rgb(236 72 153 / 0.8); }
.border-b-pink-500\/90{ border-bottom-color: rgb(236 72 153 / 0.9); }
.border-b-pink-500\/95{ border-bottom-color: rgb(236 72 153 / 0.95); }
.border-b-pink-600{ --tw-border-opacity: 1; border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-b-pink-600\/0{ border-bottom-color: rgb(219 39 119 / 0); }
.border-b-pink-600\/10{ border-bottom-color: rgb(219 39 119 / 0.1); }
.border-b-pink-600\/100{ border-bottom-color: rgb(219 39 119 / 1); }
.border-b-pink-600\/20{ border-bottom-color: rgb(219 39 119 / 0.2); }
.border-b-pink-600\/25{ border-bottom-color: rgb(219 39 119 / 0.25); }
.border-b-pink-600\/30{ border-bottom-color: rgb(219 39 119 / 0.3); }
.border-b-pink-600\/40{ border-bottom-color: rgb(219 39 119 / 0.4); }
.border-b-pink-600\/5{ border-bottom-color: rgb(219 39 119 / 0.05); }
.border-b-pink-600\/50{ border-bottom-color: rgb(219 39 119 / 0.5); }
.border-b-pink-600\/60{ border-bottom-color: rgb(219 39 119 / 0.6); }
.border-b-pink-600\/70{ border-bottom-color: rgb(219 39 119 / 0.7); }
.border-b-pink-600\/75{ border-bottom-color: rgb(219 39 119 / 0.75); }
.border-b-pink-600\/80{ border-bottom-color: rgb(219 39 119 / 0.8); }
.border-b-pink-600\/90{ border-bottom-color: rgb(219 39 119 / 0.9); }
.border-b-pink-600\/95{ border-bottom-color: rgb(219 39 119 / 0.95); }
.border-b-pink-700{ --tw-border-opacity: 1; border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-b-pink-700\/0{ border-bottom-color: rgb(190 24 93 / 0); }
.border-b-pink-700\/10{ border-bottom-color: rgb(190 24 93 / 0.1); }
.border-b-pink-700\/100{ border-bottom-color: rgb(190 24 93 / 1); }
.border-b-pink-700\/20{ border-bottom-color: rgb(190 24 93 / 0.2); }
.border-b-pink-700\/25{ border-bottom-color: rgb(190 24 93 / 0.25); }
.border-b-pink-700\/30{ border-bottom-color: rgb(190 24 93 / 0.3); }
.border-b-pink-700\/40{ border-bottom-color: rgb(190 24 93 / 0.4); }
.border-b-pink-700\/5{ border-bottom-color: rgb(190 24 93 / 0.05); }
.border-b-pink-700\/50{ border-bottom-color: rgb(190 24 93 / 0.5); }
.border-b-pink-700\/60{ border-bottom-color: rgb(190 24 93 / 0.6); }
.border-b-pink-700\/70{ border-bottom-color: rgb(190 24 93 / 0.7); }
.border-b-pink-700\/75{ border-bottom-color: rgb(190 24 93 / 0.75); }
.border-b-pink-700\/80{ border-bottom-color: rgb(190 24 93 / 0.8); }
.border-b-pink-700\/90{ border-bottom-color: rgb(190 24 93 / 0.9); }
.border-b-pink-700\/95{ border-bottom-color: rgb(190 24 93 / 0.95); }
.border-b-pink-800{ --tw-border-opacity: 1; border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-b-pink-800\/0{ border-bottom-color: rgb(157 23 77 / 0); }
.border-b-pink-800\/10{ border-bottom-color: rgb(157 23 77 / 0.1); }
.border-b-pink-800\/100{ border-bottom-color: rgb(157 23 77 / 1); }
.border-b-pink-800\/20{ border-bottom-color: rgb(157 23 77 / 0.2); }
.border-b-pink-800\/25{ border-bottom-color: rgb(157 23 77 / 0.25); }
.border-b-pink-800\/30{ border-bottom-color: rgb(157 23 77 / 0.3); }
.border-b-pink-800\/40{ border-bottom-color: rgb(157 23 77 / 0.4); }
.border-b-pink-800\/5{ border-bottom-color: rgb(157 23 77 / 0.05); }
.border-b-pink-800\/50{ border-bottom-color: rgb(157 23 77 / 0.5); }
.border-b-pink-800\/60{ border-bottom-color: rgb(157 23 77 / 0.6); }
.border-b-pink-800\/70{ border-bottom-color: rgb(157 23 77 / 0.7); }
.border-b-pink-800\/75{ border-bottom-color: rgb(157 23 77 / 0.75); }
.border-b-pink-800\/80{ border-bottom-color: rgb(157 23 77 / 0.8); }
.border-b-pink-800\/90{ border-bottom-color: rgb(157 23 77 / 0.9); }
.border-b-pink-800\/95{ border-bottom-color: rgb(157 23 77 / 0.95); }
.border-b-pink-900{ --tw-border-opacity: 1; border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-b-pink-900\/0{ border-bottom-color: rgb(131 24 67 / 0); }
.border-b-pink-900\/10{ border-bottom-color: rgb(131 24 67 / 0.1); }
.border-b-pink-900\/100{ border-bottom-color: rgb(131 24 67 / 1); }
.border-b-pink-900\/20{ border-bottom-color: rgb(131 24 67 / 0.2); }
.border-b-pink-900\/25{ border-bottom-color: rgb(131 24 67 / 0.25); }
.border-b-pink-900\/30{ border-bottom-color: rgb(131 24 67 / 0.3); }
.border-b-pink-900\/40{ border-bottom-color: rgb(131 24 67 / 0.4); }
.border-b-pink-900\/5{ border-bottom-color: rgb(131 24 67 / 0.05); }
.border-b-pink-900\/50{ border-bottom-color: rgb(131 24 67 / 0.5); }
.border-b-pink-900\/60{ border-bottom-color: rgb(131 24 67 / 0.6); }
.border-b-pink-900\/70{ border-bottom-color: rgb(131 24 67 / 0.7); }
.border-b-pink-900\/75{ border-bottom-color: rgb(131 24 67 / 0.75); }
.border-b-pink-900\/80{ border-bottom-color: rgb(131 24 67 / 0.8); }
.border-b-pink-900\/90{ border-bottom-color: rgb(131 24 67 / 0.9); }
.border-b-pink-900\/95{ border-bottom-color: rgb(131 24 67 / 0.95); }
.border-b-pink-950{ --tw-border-opacity: 1; border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-b-pink-950\/0{ border-bottom-color: rgb(80 7 36 / 0); }
.border-b-pink-950\/10{ border-bottom-color: rgb(80 7 36 / 0.1); }
.border-b-pink-950\/100{ border-bottom-color: rgb(80 7 36 / 1); }
.border-b-pink-950\/20{ border-bottom-color: rgb(80 7 36 / 0.2); }
.border-b-pink-950\/25{ border-bottom-color: rgb(80 7 36 / 0.25); }
.border-b-pink-950\/30{ border-bottom-color: rgb(80 7 36 / 0.3); }
.border-b-pink-950\/40{ border-bottom-color: rgb(80 7 36 / 0.4); }
.border-b-pink-950\/5{ border-bottom-color: rgb(80 7 36 / 0.05); }
.border-b-pink-950\/50{ border-bottom-color: rgb(80 7 36 / 0.5); }
.border-b-pink-950\/60{ border-bottom-color: rgb(80 7 36 / 0.6); }
.border-b-pink-950\/70{ border-bottom-color: rgb(80 7 36 / 0.7); }
.border-b-pink-950\/75{ border-bottom-color: rgb(80 7 36 / 0.75); }
.border-b-pink-950\/80{ border-bottom-color: rgb(80 7 36 / 0.8); }
.border-b-pink-950\/90{ border-bottom-color: rgb(80 7 36 / 0.9); }
.border-b-pink-950\/95{ border-bottom-color: rgb(80 7 36 / 0.95); }
.border-b-purple-100{ --tw-border-opacity: 1; border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-b-purple-100\/0{ border-bottom-color: rgb(243 232 255 / 0); }
.border-b-purple-100\/10{ border-bottom-color: rgb(243 232 255 / 0.1); }
.border-b-purple-100\/100{ border-bottom-color: rgb(243 232 255 / 1); }
.border-b-purple-100\/20{ border-bottom-color: rgb(243 232 255 / 0.2); }
.border-b-purple-100\/25{ border-bottom-color: rgb(243 232 255 / 0.25); }
.border-b-purple-100\/30{ border-bottom-color: rgb(243 232 255 / 0.3); }
.border-b-purple-100\/40{ border-bottom-color: rgb(243 232 255 / 0.4); }
.border-b-purple-100\/5{ border-bottom-color: rgb(243 232 255 / 0.05); }
.border-b-purple-100\/50{ border-bottom-color: rgb(243 232 255 / 0.5); }
.border-b-purple-100\/60{ border-bottom-color: rgb(243 232 255 / 0.6); }
.border-b-purple-100\/70{ border-bottom-color: rgb(243 232 255 / 0.7); }
.border-b-purple-100\/75{ border-bottom-color: rgb(243 232 255 / 0.75); }
.border-b-purple-100\/80{ border-bottom-color: rgb(243 232 255 / 0.8); }
.border-b-purple-100\/90{ border-bottom-color: rgb(243 232 255 / 0.9); }
.border-b-purple-100\/95{ border-bottom-color: rgb(243 232 255 / 0.95); }
.border-b-purple-200{ --tw-border-opacity: 1; border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-b-purple-200\/0{ border-bottom-color: rgb(233 213 255 / 0); }
.border-b-purple-200\/10{ border-bottom-color: rgb(233 213 255 / 0.1); }
.border-b-purple-200\/100{ border-bottom-color: rgb(233 213 255 / 1); }
.border-b-purple-200\/20{ border-bottom-color: rgb(233 213 255 / 0.2); }
.border-b-purple-200\/25{ border-bottom-color: rgb(233 213 255 / 0.25); }
.border-b-purple-200\/30{ border-bottom-color: rgb(233 213 255 / 0.3); }
.border-b-purple-200\/40{ border-bottom-color: rgb(233 213 255 / 0.4); }
.border-b-purple-200\/5{ border-bottom-color: rgb(233 213 255 / 0.05); }
.border-b-purple-200\/50{ border-bottom-color: rgb(233 213 255 / 0.5); }
.border-b-purple-200\/60{ border-bottom-color: rgb(233 213 255 / 0.6); }
.border-b-purple-200\/70{ border-bottom-color: rgb(233 213 255 / 0.7); }
.border-b-purple-200\/75{ border-bottom-color: rgb(233 213 255 / 0.75); }
.border-b-purple-200\/80{ border-bottom-color: rgb(233 213 255 / 0.8); }
.border-b-purple-200\/90{ border-bottom-color: rgb(233 213 255 / 0.9); }
.border-b-purple-200\/95{ border-bottom-color: rgb(233 213 255 / 0.95); }
.border-b-purple-300{ --tw-border-opacity: 1; border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-b-purple-300\/0{ border-bottom-color: rgb(216 180 254 / 0); }
.border-b-purple-300\/10{ border-bottom-color: rgb(216 180 254 / 0.1); }
.border-b-purple-300\/100{ border-bottom-color: rgb(216 180 254 / 1); }
.border-b-purple-300\/20{ border-bottom-color: rgb(216 180 254 / 0.2); }
.border-b-purple-300\/25{ border-bottom-color: rgb(216 180 254 / 0.25); }
.border-b-purple-300\/30{ border-bottom-color: rgb(216 180 254 / 0.3); }
.border-b-purple-300\/40{ border-bottom-color: rgb(216 180 254 / 0.4); }
.border-b-purple-300\/5{ border-bottom-color: rgb(216 180 254 / 0.05); }
.border-b-purple-300\/50{ border-bottom-color: rgb(216 180 254 / 0.5); }
.border-b-purple-300\/60{ border-bottom-color: rgb(216 180 254 / 0.6); }
.border-b-purple-300\/70{ border-bottom-color: rgb(216 180 254 / 0.7); }
.border-b-purple-300\/75{ border-bottom-color: rgb(216 180 254 / 0.75); }
.border-b-purple-300\/80{ border-bottom-color: rgb(216 180 254 / 0.8); }
.border-b-purple-300\/90{ border-bottom-color: rgb(216 180 254 / 0.9); }
.border-b-purple-300\/95{ border-bottom-color: rgb(216 180 254 / 0.95); }
.border-b-purple-400{ --tw-border-opacity: 1; border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-b-purple-400\/0{ border-bottom-color: rgb(192 132 252 / 0); }
.border-b-purple-400\/10{ border-bottom-color: rgb(192 132 252 / 0.1); }
.border-b-purple-400\/100{ border-bottom-color: rgb(192 132 252 / 1); }
.border-b-purple-400\/20{ border-bottom-color: rgb(192 132 252 / 0.2); }
.border-b-purple-400\/25{ border-bottom-color: rgb(192 132 252 / 0.25); }
.border-b-purple-400\/30{ border-bottom-color: rgb(192 132 252 / 0.3); }
.border-b-purple-400\/40{ border-bottom-color: rgb(192 132 252 / 0.4); }
.border-b-purple-400\/5{ border-bottom-color: rgb(192 132 252 / 0.05); }
.border-b-purple-400\/50{ border-bottom-color: rgb(192 132 252 / 0.5); }
.border-b-purple-400\/60{ border-bottom-color: rgb(192 132 252 / 0.6); }
.border-b-purple-400\/70{ border-bottom-color: rgb(192 132 252 / 0.7); }
.border-b-purple-400\/75{ border-bottom-color: rgb(192 132 252 / 0.75); }
.border-b-purple-400\/80{ border-bottom-color: rgb(192 132 252 / 0.8); }
.border-b-purple-400\/90{ border-bottom-color: rgb(192 132 252 / 0.9); }
.border-b-purple-400\/95{ border-bottom-color: rgb(192 132 252 / 0.95); }
.border-b-purple-50{ --tw-border-opacity: 1; border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-b-purple-50\/0{ border-bottom-color: rgb(250 245 255 / 0); }
.border-b-purple-50\/10{ border-bottom-color: rgb(250 245 255 / 0.1); }
.border-b-purple-50\/100{ border-bottom-color: rgb(250 245 255 / 1); }
.border-b-purple-50\/20{ border-bottom-color: rgb(250 245 255 / 0.2); }
.border-b-purple-50\/25{ border-bottom-color: rgb(250 245 255 / 0.25); }
.border-b-purple-50\/30{ border-bottom-color: rgb(250 245 255 / 0.3); }
.border-b-purple-50\/40{ border-bottom-color: rgb(250 245 255 / 0.4); }
.border-b-purple-50\/5{ border-bottom-color: rgb(250 245 255 / 0.05); }
.border-b-purple-50\/50{ border-bottom-color: rgb(250 245 255 / 0.5); }
.border-b-purple-50\/60{ border-bottom-color: rgb(250 245 255 / 0.6); }
.border-b-purple-50\/70{ border-bottom-color: rgb(250 245 255 / 0.7); }
.border-b-purple-50\/75{ border-bottom-color: rgb(250 245 255 / 0.75); }
.border-b-purple-50\/80{ border-bottom-color: rgb(250 245 255 / 0.8); }
.border-b-purple-50\/90{ border-bottom-color: rgb(250 245 255 / 0.9); }
.border-b-purple-50\/95{ border-bottom-color: rgb(250 245 255 / 0.95); }
.border-b-purple-500{ --tw-border-opacity: 1; border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-b-purple-500\/0{ border-bottom-color: rgb(168 85 247 / 0); }
.border-b-purple-500\/10{ border-bottom-color: rgb(168 85 247 / 0.1); }
.border-b-purple-500\/100{ border-bottom-color: rgb(168 85 247 / 1); }
.border-b-purple-500\/20{ border-bottom-color: rgb(168 85 247 / 0.2); }
.border-b-purple-500\/25{ border-bottom-color: rgb(168 85 247 / 0.25); }
.border-b-purple-500\/30{ border-bottom-color: rgb(168 85 247 / 0.3); }
.border-b-purple-500\/40{ border-bottom-color: rgb(168 85 247 / 0.4); }
.border-b-purple-500\/5{ border-bottom-color: rgb(168 85 247 / 0.05); }
.border-b-purple-500\/50{ border-bottom-color: rgb(168 85 247 / 0.5); }
.border-b-purple-500\/60{ border-bottom-color: rgb(168 85 247 / 0.6); }
.border-b-purple-500\/70{ border-bottom-color: rgb(168 85 247 / 0.7); }
.border-b-purple-500\/75{ border-bottom-color: rgb(168 85 247 / 0.75); }
.border-b-purple-500\/80{ border-bottom-color: rgb(168 85 247 / 0.8); }
.border-b-purple-500\/90{ border-bottom-color: rgb(168 85 247 / 0.9); }
.border-b-purple-500\/95{ border-bottom-color: rgb(168 85 247 / 0.95); }
.border-b-purple-600{ --tw-border-opacity: 1; border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-b-purple-600\/0{ border-bottom-color: rgb(147 51 234 / 0); }
.border-b-purple-600\/10{ border-bottom-color: rgb(147 51 234 / 0.1); }
.border-b-purple-600\/100{ border-bottom-color: rgb(147 51 234 / 1); }
.border-b-purple-600\/20{ border-bottom-color: rgb(147 51 234 / 0.2); }
.border-b-purple-600\/25{ border-bottom-color: rgb(147 51 234 / 0.25); }
.border-b-purple-600\/30{ border-bottom-color: rgb(147 51 234 / 0.3); }
.border-b-purple-600\/40{ border-bottom-color: rgb(147 51 234 / 0.4); }
.border-b-purple-600\/5{ border-bottom-color: rgb(147 51 234 / 0.05); }
.border-b-purple-600\/50{ border-bottom-color: rgb(147 51 234 / 0.5); }
.border-b-purple-600\/60{ border-bottom-color: rgb(147 51 234 / 0.6); }
.border-b-purple-600\/70{ border-bottom-color: rgb(147 51 234 / 0.7); }
.border-b-purple-600\/75{ border-bottom-color: rgb(147 51 234 / 0.75); }
.border-b-purple-600\/80{ border-bottom-color: rgb(147 51 234 / 0.8); }
.border-b-purple-600\/90{ border-bottom-color: rgb(147 51 234 / 0.9); }
.border-b-purple-600\/95{ border-bottom-color: rgb(147 51 234 / 0.95); }
.border-b-purple-700{ --tw-border-opacity: 1; border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-b-purple-700\/0{ border-bottom-color: rgb(126 34 206 / 0); }
.border-b-purple-700\/10{ border-bottom-color: rgb(126 34 206 / 0.1); }
.border-b-purple-700\/100{ border-bottom-color: rgb(126 34 206 / 1); }
.border-b-purple-700\/20{ border-bottom-color: rgb(126 34 206 / 0.2); }
.border-b-purple-700\/25{ border-bottom-color: rgb(126 34 206 / 0.25); }
.border-b-purple-700\/30{ border-bottom-color: rgb(126 34 206 / 0.3); }
.border-b-purple-700\/40{ border-bottom-color: rgb(126 34 206 / 0.4); }
.border-b-purple-700\/5{ border-bottom-color: rgb(126 34 206 / 0.05); }
.border-b-purple-700\/50{ border-bottom-color: rgb(126 34 206 / 0.5); }
.border-b-purple-700\/60{ border-bottom-color: rgb(126 34 206 / 0.6); }
.border-b-purple-700\/70{ border-bottom-color: rgb(126 34 206 / 0.7); }
.border-b-purple-700\/75{ border-bottom-color: rgb(126 34 206 / 0.75); }
.border-b-purple-700\/80{ border-bottom-color: rgb(126 34 206 / 0.8); }
.border-b-purple-700\/90{ border-bottom-color: rgb(126 34 206 / 0.9); }
.border-b-purple-700\/95{ border-bottom-color: rgb(126 34 206 / 0.95); }
.border-b-purple-800{ --tw-border-opacity: 1; border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-b-purple-800\/0{ border-bottom-color: rgb(107 33 168 / 0); }
.border-b-purple-800\/10{ border-bottom-color: rgb(107 33 168 / 0.1); }
.border-b-purple-800\/100{ border-bottom-color: rgb(107 33 168 / 1); }
.border-b-purple-800\/20{ border-bottom-color: rgb(107 33 168 / 0.2); }
.border-b-purple-800\/25{ border-bottom-color: rgb(107 33 168 / 0.25); }
.border-b-purple-800\/30{ border-bottom-color: rgb(107 33 168 / 0.3); }
.border-b-purple-800\/40{ border-bottom-color: rgb(107 33 168 / 0.4); }
.border-b-purple-800\/5{ border-bottom-color: rgb(107 33 168 / 0.05); }
.border-b-purple-800\/50{ border-bottom-color: rgb(107 33 168 / 0.5); }
.border-b-purple-800\/60{ border-bottom-color: rgb(107 33 168 / 0.6); }
.border-b-purple-800\/70{ border-bottom-color: rgb(107 33 168 / 0.7); }
.border-b-purple-800\/75{ border-bottom-color: rgb(107 33 168 / 0.75); }
.border-b-purple-800\/80{ border-bottom-color: rgb(107 33 168 / 0.8); }
.border-b-purple-800\/90{ border-bottom-color: rgb(107 33 168 / 0.9); }
.border-b-purple-800\/95{ border-bottom-color: rgb(107 33 168 / 0.95); }
.border-b-purple-900{ --tw-border-opacity: 1; border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-b-purple-900\/0{ border-bottom-color: rgb(88 28 135 / 0); }
.border-b-purple-900\/10{ border-bottom-color: rgb(88 28 135 / 0.1); }
.border-b-purple-900\/100{ border-bottom-color: rgb(88 28 135 / 1); }
.border-b-purple-900\/20{ border-bottom-color: rgb(88 28 135 / 0.2); }
.border-b-purple-900\/25{ border-bottom-color: rgb(88 28 135 / 0.25); }
.border-b-purple-900\/30{ border-bottom-color: rgb(88 28 135 / 0.3); }
.border-b-purple-900\/40{ border-bottom-color: rgb(88 28 135 / 0.4); }
.border-b-purple-900\/5{ border-bottom-color: rgb(88 28 135 / 0.05); }
.border-b-purple-900\/50{ border-bottom-color: rgb(88 28 135 / 0.5); }
.border-b-purple-900\/60{ border-bottom-color: rgb(88 28 135 / 0.6); }
.border-b-purple-900\/70{ border-bottom-color: rgb(88 28 135 / 0.7); }
.border-b-purple-900\/75{ border-bottom-color: rgb(88 28 135 / 0.75); }
.border-b-purple-900\/80{ border-bottom-color: rgb(88 28 135 / 0.8); }
.border-b-purple-900\/90{ border-bottom-color: rgb(88 28 135 / 0.9); }
.border-b-purple-900\/95{ border-bottom-color: rgb(88 28 135 / 0.95); }
.border-b-purple-950{ --tw-border-opacity: 1; border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-b-purple-950\/0{ border-bottom-color: rgb(59 7 100 / 0); }
.border-b-purple-950\/10{ border-bottom-color: rgb(59 7 100 / 0.1); }
.border-b-purple-950\/100{ border-bottom-color: rgb(59 7 100 / 1); }
.border-b-purple-950\/20{ border-bottom-color: rgb(59 7 100 / 0.2); }
.border-b-purple-950\/25{ border-bottom-color: rgb(59 7 100 / 0.25); }
.border-b-purple-950\/30{ border-bottom-color: rgb(59 7 100 / 0.3); }
.border-b-purple-950\/40{ border-bottom-color: rgb(59 7 100 / 0.4); }
.border-b-purple-950\/5{ border-bottom-color: rgb(59 7 100 / 0.05); }
.border-b-purple-950\/50{ border-bottom-color: rgb(59 7 100 / 0.5); }
.border-b-purple-950\/60{ border-bottom-color: rgb(59 7 100 / 0.6); }
.border-b-purple-950\/70{ border-bottom-color: rgb(59 7 100 / 0.7); }
.border-b-purple-950\/75{ border-bottom-color: rgb(59 7 100 / 0.75); }
.border-b-purple-950\/80{ border-bottom-color: rgb(59 7 100 / 0.8); }
.border-b-purple-950\/90{ border-bottom-color: rgb(59 7 100 / 0.9); }
.border-b-purple-950\/95{ border-bottom-color: rgb(59 7 100 / 0.95); }
.border-b-red-100{ --tw-border-opacity: 1; border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-b-red-100\/0{ border-bottom-color: rgb(254 226 226 / 0); }
.border-b-red-100\/10{ border-bottom-color: rgb(254 226 226 / 0.1); }
.border-b-red-100\/100{ border-bottom-color: rgb(254 226 226 / 1); }
.border-b-red-100\/20{ border-bottom-color: rgb(254 226 226 / 0.2); }
.border-b-red-100\/25{ border-bottom-color: rgb(254 226 226 / 0.25); }
.border-b-red-100\/30{ border-bottom-color: rgb(254 226 226 / 0.3); }
.border-b-red-100\/40{ border-bottom-color: rgb(254 226 226 / 0.4); }
.border-b-red-100\/5{ border-bottom-color: rgb(254 226 226 / 0.05); }
.border-b-red-100\/50{ border-bottom-color: rgb(254 226 226 / 0.5); }
.border-b-red-100\/60{ border-bottom-color: rgb(254 226 226 / 0.6); }
.border-b-red-100\/70{ border-bottom-color: rgb(254 226 226 / 0.7); }
.border-b-red-100\/75{ border-bottom-color: rgb(254 226 226 / 0.75); }
.border-b-red-100\/80{ border-bottom-color: rgb(254 226 226 / 0.8); }
.border-b-red-100\/90{ border-bottom-color: rgb(254 226 226 / 0.9); }
.border-b-red-100\/95{ border-bottom-color: rgb(254 226 226 / 0.95); }
.border-b-red-200{ --tw-border-opacity: 1; border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-b-red-200\/0{ border-bottom-color: rgb(254 202 202 / 0); }
.border-b-red-200\/10{ border-bottom-color: rgb(254 202 202 / 0.1); }
.border-b-red-200\/100{ border-bottom-color: rgb(254 202 202 / 1); }
.border-b-red-200\/20{ border-bottom-color: rgb(254 202 202 / 0.2); }
.border-b-red-200\/25{ border-bottom-color: rgb(254 202 202 / 0.25); }
.border-b-red-200\/30{ border-bottom-color: rgb(254 202 202 / 0.3); }
.border-b-red-200\/40{ border-bottom-color: rgb(254 202 202 / 0.4); }
.border-b-red-200\/5{ border-bottom-color: rgb(254 202 202 / 0.05); }
.border-b-red-200\/50{ border-bottom-color: rgb(254 202 202 / 0.5); }
.border-b-red-200\/60{ border-bottom-color: rgb(254 202 202 / 0.6); }
.border-b-red-200\/70{ border-bottom-color: rgb(254 202 202 / 0.7); }
.border-b-red-200\/75{ border-bottom-color: rgb(254 202 202 / 0.75); }
.border-b-red-200\/80{ border-bottom-color: rgb(254 202 202 / 0.8); }
.border-b-red-200\/90{ border-bottom-color: rgb(254 202 202 / 0.9); }
.border-b-red-200\/95{ border-bottom-color: rgb(254 202 202 / 0.95); }
.border-b-red-300{ --tw-border-opacity: 1; border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-b-red-300\/0{ border-bottom-color: rgb(252 165 165 / 0); }
.border-b-red-300\/10{ border-bottom-color: rgb(252 165 165 / 0.1); }
.border-b-red-300\/100{ border-bottom-color: rgb(252 165 165 / 1); }
.border-b-red-300\/20{ border-bottom-color: rgb(252 165 165 / 0.2); }
.border-b-red-300\/25{ border-bottom-color: rgb(252 165 165 / 0.25); }
.border-b-red-300\/30{ border-bottom-color: rgb(252 165 165 / 0.3); }
.border-b-red-300\/40{ border-bottom-color: rgb(252 165 165 / 0.4); }
.border-b-red-300\/5{ border-bottom-color: rgb(252 165 165 / 0.05); }
.border-b-red-300\/50{ border-bottom-color: rgb(252 165 165 / 0.5); }
.border-b-red-300\/60{ border-bottom-color: rgb(252 165 165 / 0.6); }
.border-b-red-300\/70{ border-bottom-color: rgb(252 165 165 / 0.7); }
.border-b-red-300\/75{ border-bottom-color: rgb(252 165 165 / 0.75); }
.border-b-red-300\/80{ border-bottom-color: rgb(252 165 165 / 0.8); }
.border-b-red-300\/90{ border-bottom-color: rgb(252 165 165 / 0.9); }
.border-b-red-300\/95{ border-bottom-color: rgb(252 165 165 / 0.95); }
.border-b-red-400{ --tw-border-opacity: 1; border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-b-red-400\/0{ border-bottom-color: rgb(248 113 113 / 0); }
.border-b-red-400\/10{ border-bottom-color: rgb(248 113 113 / 0.1); }
.border-b-red-400\/100{ border-bottom-color: rgb(248 113 113 / 1); }
.border-b-red-400\/20{ border-bottom-color: rgb(248 113 113 / 0.2); }
.border-b-red-400\/25{ border-bottom-color: rgb(248 113 113 / 0.25); }
.border-b-red-400\/30{ border-bottom-color: rgb(248 113 113 / 0.3); }
.border-b-red-400\/40{ border-bottom-color: rgb(248 113 113 / 0.4); }
.border-b-red-400\/5{ border-bottom-color: rgb(248 113 113 / 0.05); }
.border-b-red-400\/50{ border-bottom-color: rgb(248 113 113 / 0.5); }
.border-b-red-400\/60{ border-bottom-color: rgb(248 113 113 / 0.6); }
.border-b-red-400\/70{ border-bottom-color: rgb(248 113 113 / 0.7); }
.border-b-red-400\/75{ border-bottom-color: rgb(248 113 113 / 0.75); }
.border-b-red-400\/80{ border-bottom-color: rgb(248 113 113 / 0.8); }
.border-b-red-400\/90{ border-bottom-color: rgb(248 113 113 / 0.9); }
.border-b-red-400\/95{ border-bottom-color: rgb(248 113 113 / 0.95); }
.border-b-red-50{ --tw-border-opacity: 1; border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-b-red-50\/0{ border-bottom-color: rgb(254 242 242 / 0); }
.border-b-red-50\/10{ border-bottom-color: rgb(254 242 242 / 0.1); }
.border-b-red-50\/100{ border-bottom-color: rgb(254 242 242 / 1); }
.border-b-red-50\/20{ border-bottom-color: rgb(254 242 242 / 0.2); }
.border-b-red-50\/25{ border-bottom-color: rgb(254 242 242 / 0.25); }
.border-b-red-50\/30{ border-bottom-color: rgb(254 242 242 / 0.3); }
.border-b-red-50\/40{ border-bottom-color: rgb(254 242 242 / 0.4); }
.border-b-red-50\/5{ border-bottom-color: rgb(254 242 242 / 0.05); }
.border-b-red-50\/50{ border-bottom-color: rgb(254 242 242 / 0.5); }
.border-b-red-50\/60{ border-bottom-color: rgb(254 242 242 / 0.6); }
.border-b-red-50\/70{ border-bottom-color: rgb(254 242 242 / 0.7); }
.border-b-red-50\/75{ border-bottom-color: rgb(254 242 242 / 0.75); }
.border-b-red-50\/80{ border-bottom-color: rgb(254 242 242 / 0.8); }
.border-b-red-50\/90{ border-bottom-color: rgb(254 242 242 / 0.9); }
.border-b-red-50\/95{ border-bottom-color: rgb(254 242 242 / 0.95); }
.border-b-red-500{ --tw-border-opacity: 1; border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-b-red-500\/0{ border-bottom-color: rgb(239 68 68 / 0); }
.border-b-red-500\/10{ border-bottom-color: rgb(239 68 68 / 0.1); }
.border-b-red-500\/100{ border-bottom-color: rgb(239 68 68 / 1); }
.border-b-red-500\/20{ border-bottom-color: rgb(239 68 68 / 0.2); }
.border-b-red-500\/25{ border-bottom-color: rgb(239 68 68 / 0.25); }
.border-b-red-500\/30{ border-bottom-color: rgb(239 68 68 / 0.3); }
.border-b-red-500\/40{ border-bottom-color: rgb(239 68 68 / 0.4); }
.border-b-red-500\/5{ border-bottom-color: rgb(239 68 68 / 0.05); }
.border-b-red-500\/50{ border-bottom-color: rgb(239 68 68 / 0.5); }
.border-b-red-500\/60{ border-bottom-color: rgb(239 68 68 / 0.6); }
.border-b-red-500\/70{ border-bottom-color: rgb(239 68 68 / 0.7); }
.border-b-red-500\/75{ border-bottom-color: rgb(239 68 68 / 0.75); }
.border-b-red-500\/80{ border-bottom-color: rgb(239 68 68 / 0.8); }
.border-b-red-500\/90{ border-bottom-color: rgb(239 68 68 / 0.9); }
.border-b-red-500\/95{ border-bottom-color: rgb(239 68 68 / 0.95); }
.border-b-red-600{ --tw-border-opacity: 1; border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-b-red-600\/0{ border-bottom-color: rgb(220 38 38 / 0); }
.border-b-red-600\/10{ border-bottom-color: rgb(220 38 38 / 0.1); }
.border-b-red-600\/100{ border-bottom-color: rgb(220 38 38 / 1); }
.border-b-red-600\/20{ border-bottom-color: rgb(220 38 38 / 0.2); }
.border-b-red-600\/25{ border-bottom-color: rgb(220 38 38 / 0.25); }
.border-b-red-600\/30{ border-bottom-color: rgb(220 38 38 / 0.3); }
.border-b-red-600\/40{ border-bottom-color: rgb(220 38 38 / 0.4); }
.border-b-red-600\/5{ border-bottom-color: rgb(220 38 38 / 0.05); }
.border-b-red-600\/50{ border-bottom-color: rgb(220 38 38 / 0.5); }
.border-b-red-600\/60{ border-bottom-color: rgb(220 38 38 / 0.6); }
.border-b-red-600\/70{ border-bottom-color: rgb(220 38 38 / 0.7); }
.border-b-red-600\/75{ border-bottom-color: rgb(220 38 38 / 0.75); }
.border-b-red-600\/80{ border-bottom-color: rgb(220 38 38 / 0.8); }
.border-b-red-600\/90{ border-bottom-color: rgb(220 38 38 / 0.9); }
.border-b-red-600\/95{ border-bottom-color: rgb(220 38 38 / 0.95); }
.border-b-red-700{ --tw-border-opacity: 1; border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-b-red-700\/0{ border-bottom-color: rgb(185 28 28 / 0); }
.border-b-red-700\/10{ border-bottom-color: rgb(185 28 28 / 0.1); }
.border-b-red-700\/100{ border-bottom-color: rgb(185 28 28 / 1); }
.border-b-red-700\/20{ border-bottom-color: rgb(185 28 28 / 0.2); }
.border-b-red-700\/25{ border-bottom-color: rgb(185 28 28 / 0.25); }
.border-b-red-700\/30{ border-bottom-color: rgb(185 28 28 / 0.3); }
.border-b-red-700\/40{ border-bottom-color: rgb(185 28 28 / 0.4); }
.border-b-red-700\/5{ border-bottom-color: rgb(185 28 28 / 0.05); }
.border-b-red-700\/50{ border-bottom-color: rgb(185 28 28 / 0.5); }
.border-b-red-700\/60{ border-bottom-color: rgb(185 28 28 / 0.6); }
.border-b-red-700\/70{ border-bottom-color: rgb(185 28 28 / 0.7); }
.border-b-red-700\/75{ border-bottom-color: rgb(185 28 28 / 0.75); }
.border-b-red-700\/80{ border-bottom-color: rgb(185 28 28 / 0.8); }
.border-b-red-700\/90{ border-bottom-color: rgb(185 28 28 / 0.9); }
.border-b-red-700\/95{ border-bottom-color: rgb(185 28 28 / 0.95); }
.border-b-red-800{ --tw-border-opacity: 1; border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-b-red-800\/0{ border-bottom-color: rgb(153 27 27 / 0); }
.border-b-red-800\/10{ border-bottom-color: rgb(153 27 27 / 0.1); }
.border-b-red-800\/100{ border-bottom-color: rgb(153 27 27 / 1); }
.border-b-red-800\/20{ border-bottom-color: rgb(153 27 27 / 0.2); }
.border-b-red-800\/25{ border-bottom-color: rgb(153 27 27 / 0.25); }
.border-b-red-800\/30{ border-bottom-color: rgb(153 27 27 / 0.3); }
.border-b-red-800\/40{ border-bottom-color: rgb(153 27 27 / 0.4); }
.border-b-red-800\/5{ border-bottom-color: rgb(153 27 27 / 0.05); }
.border-b-red-800\/50{ border-bottom-color: rgb(153 27 27 / 0.5); }
.border-b-red-800\/60{ border-bottom-color: rgb(153 27 27 / 0.6); }
.border-b-red-800\/70{ border-bottom-color: rgb(153 27 27 / 0.7); }
.border-b-red-800\/75{ border-bottom-color: rgb(153 27 27 / 0.75); }
.border-b-red-800\/80{ border-bottom-color: rgb(153 27 27 / 0.8); }
.border-b-red-800\/90{ border-bottom-color: rgb(153 27 27 / 0.9); }
.border-b-red-800\/95{ border-bottom-color: rgb(153 27 27 / 0.95); }
.border-b-red-900{ --tw-border-opacity: 1; border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-b-red-900\/0{ border-bottom-color: rgb(127 29 29 / 0); }
.border-b-red-900\/10{ border-bottom-color: rgb(127 29 29 / 0.1); }
.border-b-red-900\/100{ border-bottom-color: rgb(127 29 29 / 1); }
.border-b-red-900\/20{ border-bottom-color: rgb(127 29 29 / 0.2); }
.border-b-red-900\/25{ border-bottom-color: rgb(127 29 29 / 0.25); }
.border-b-red-900\/30{ border-bottom-color: rgb(127 29 29 / 0.3); }
.border-b-red-900\/40{ border-bottom-color: rgb(127 29 29 / 0.4); }
.border-b-red-900\/5{ border-bottom-color: rgb(127 29 29 / 0.05); }
.border-b-red-900\/50{ border-bottom-color: rgb(127 29 29 / 0.5); }
.border-b-red-900\/60{ border-bottom-color: rgb(127 29 29 / 0.6); }
.border-b-red-900\/70{ border-bottom-color: rgb(127 29 29 / 0.7); }
.border-b-red-900\/75{ border-bottom-color: rgb(127 29 29 / 0.75); }
.border-b-red-900\/80{ border-bottom-color: rgb(127 29 29 / 0.8); }
.border-b-red-900\/90{ border-bottom-color: rgb(127 29 29 / 0.9); }
.border-b-red-900\/95{ border-bottom-color: rgb(127 29 29 / 0.95); }
.border-b-red-950{ --tw-border-opacity: 1; border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-b-red-950\/0{ border-bottom-color: rgb(69 10 10 / 0); }
.border-b-red-950\/10{ border-bottom-color: rgb(69 10 10 / 0.1); }
.border-b-red-950\/100{ border-bottom-color: rgb(69 10 10 / 1); }
.border-b-red-950\/20{ border-bottom-color: rgb(69 10 10 / 0.2); }
.border-b-red-950\/25{ border-bottom-color: rgb(69 10 10 / 0.25); }
.border-b-red-950\/30{ border-bottom-color: rgb(69 10 10 / 0.3); }
.border-b-red-950\/40{ border-bottom-color: rgb(69 10 10 / 0.4); }
.border-b-red-950\/5{ border-bottom-color: rgb(69 10 10 / 0.05); }
.border-b-red-950\/50{ border-bottom-color: rgb(69 10 10 / 0.5); }
.border-b-red-950\/60{ border-bottom-color: rgb(69 10 10 / 0.6); }
.border-b-red-950\/70{ border-bottom-color: rgb(69 10 10 / 0.7); }
.border-b-red-950\/75{ border-bottom-color: rgb(69 10 10 / 0.75); }
.border-b-red-950\/80{ border-bottom-color: rgb(69 10 10 / 0.8); }
.border-b-red-950\/90{ border-bottom-color: rgb(69 10 10 / 0.9); }
.border-b-red-950\/95{ border-bottom-color: rgb(69 10 10 / 0.95); }
.border-b-rose-100{ --tw-border-opacity: 1; border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-b-rose-100\/0{ border-bottom-color: rgb(255 228 230 / 0); }
.border-b-rose-100\/10{ border-bottom-color: rgb(255 228 230 / 0.1); }
.border-b-rose-100\/100{ border-bottom-color: rgb(255 228 230 / 1); }
.border-b-rose-100\/20{ border-bottom-color: rgb(255 228 230 / 0.2); }
.border-b-rose-100\/25{ border-bottom-color: rgb(255 228 230 / 0.25); }
.border-b-rose-100\/30{ border-bottom-color: rgb(255 228 230 / 0.3); }
.border-b-rose-100\/40{ border-bottom-color: rgb(255 228 230 / 0.4); }
.border-b-rose-100\/5{ border-bottom-color: rgb(255 228 230 / 0.05); }
.border-b-rose-100\/50{ border-bottom-color: rgb(255 228 230 / 0.5); }
.border-b-rose-100\/60{ border-bottom-color: rgb(255 228 230 / 0.6); }
.border-b-rose-100\/70{ border-bottom-color: rgb(255 228 230 / 0.7); }
.border-b-rose-100\/75{ border-bottom-color: rgb(255 228 230 / 0.75); }
.border-b-rose-100\/80{ border-bottom-color: rgb(255 228 230 / 0.8); }
.border-b-rose-100\/90{ border-bottom-color: rgb(255 228 230 / 0.9); }
.border-b-rose-100\/95{ border-bottom-color: rgb(255 228 230 / 0.95); }
.border-b-rose-200{ --tw-border-opacity: 1; border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-b-rose-200\/0{ border-bottom-color: rgb(254 205 211 / 0); }
.border-b-rose-200\/10{ border-bottom-color: rgb(254 205 211 / 0.1); }
.border-b-rose-200\/100{ border-bottom-color: rgb(254 205 211 / 1); }
.border-b-rose-200\/20{ border-bottom-color: rgb(254 205 211 / 0.2); }
.border-b-rose-200\/25{ border-bottom-color: rgb(254 205 211 / 0.25); }
.border-b-rose-200\/30{ border-bottom-color: rgb(254 205 211 / 0.3); }
.border-b-rose-200\/40{ border-bottom-color: rgb(254 205 211 / 0.4); }
.border-b-rose-200\/5{ border-bottom-color: rgb(254 205 211 / 0.05); }
.border-b-rose-200\/50{ border-bottom-color: rgb(254 205 211 / 0.5); }
.border-b-rose-200\/60{ border-bottom-color: rgb(254 205 211 / 0.6); }
.border-b-rose-200\/70{ border-bottom-color: rgb(254 205 211 / 0.7); }
.border-b-rose-200\/75{ border-bottom-color: rgb(254 205 211 / 0.75); }
.border-b-rose-200\/80{ border-bottom-color: rgb(254 205 211 / 0.8); }
.border-b-rose-200\/90{ border-bottom-color: rgb(254 205 211 / 0.9); }
.border-b-rose-200\/95{ border-bottom-color: rgb(254 205 211 / 0.95); }
.border-b-rose-300{ --tw-border-opacity: 1; border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-b-rose-300\/0{ border-bottom-color: rgb(253 164 175 / 0); }
.border-b-rose-300\/10{ border-bottom-color: rgb(253 164 175 / 0.1); }
.border-b-rose-300\/100{ border-bottom-color: rgb(253 164 175 / 1); }
.border-b-rose-300\/20{ border-bottom-color: rgb(253 164 175 / 0.2); }
.border-b-rose-300\/25{ border-bottom-color: rgb(253 164 175 / 0.25); }
.border-b-rose-300\/30{ border-bottom-color: rgb(253 164 175 / 0.3); }
.border-b-rose-300\/40{ border-bottom-color: rgb(253 164 175 / 0.4); }
.border-b-rose-300\/5{ border-bottom-color: rgb(253 164 175 / 0.05); }
.border-b-rose-300\/50{ border-bottom-color: rgb(253 164 175 / 0.5); }
.border-b-rose-300\/60{ border-bottom-color: rgb(253 164 175 / 0.6); }
.border-b-rose-300\/70{ border-bottom-color: rgb(253 164 175 / 0.7); }
.border-b-rose-300\/75{ border-bottom-color: rgb(253 164 175 / 0.75); }
.border-b-rose-300\/80{ border-bottom-color: rgb(253 164 175 / 0.8); }
.border-b-rose-300\/90{ border-bottom-color: rgb(253 164 175 / 0.9); }
.border-b-rose-300\/95{ border-bottom-color: rgb(253 164 175 / 0.95); }
.border-b-rose-400{ --tw-border-opacity: 1; border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-b-rose-400\/0{ border-bottom-color: rgb(251 113 133 / 0); }
.border-b-rose-400\/10{ border-bottom-color: rgb(251 113 133 / 0.1); }
.border-b-rose-400\/100{ border-bottom-color: rgb(251 113 133 / 1); }
.border-b-rose-400\/20{ border-bottom-color: rgb(251 113 133 / 0.2); }
.border-b-rose-400\/25{ border-bottom-color: rgb(251 113 133 / 0.25); }
.border-b-rose-400\/30{ border-bottom-color: rgb(251 113 133 / 0.3); }
.border-b-rose-400\/40{ border-bottom-color: rgb(251 113 133 / 0.4); }
.border-b-rose-400\/5{ border-bottom-color: rgb(251 113 133 / 0.05); }
.border-b-rose-400\/50{ border-bottom-color: rgb(251 113 133 / 0.5); }
.border-b-rose-400\/60{ border-bottom-color: rgb(251 113 133 / 0.6); }
.border-b-rose-400\/70{ border-bottom-color: rgb(251 113 133 / 0.7); }
.border-b-rose-400\/75{ border-bottom-color: rgb(251 113 133 / 0.75); }
.border-b-rose-400\/80{ border-bottom-color: rgb(251 113 133 / 0.8); }
.border-b-rose-400\/90{ border-bottom-color: rgb(251 113 133 / 0.9); }
.border-b-rose-400\/95{ border-bottom-color: rgb(251 113 133 / 0.95); }
.border-b-rose-50{ --tw-border-opacity: 1; border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-b-rose-50\/0{ border-bottom-color: rgb(255 241 242 / 0); }
.border-b-rose-50\/10{ border-bottom-color: rgb(255 241 242 / 0.1); }
.border-b-rose-50\/100{ border-bottom-color: rgb(255 241 242 / 1); }
.border-b-rose-50\/20{ border-bottom-color: rgb(255 241 242 / 0.2); }
.border-b-rose-50\/25{ border-bottom-color: rgb(255 241 242 / 0.25); }
.border-b-rose-50\/30{ border-bottom-color: rgb(255 241 242 / 0.3); }
.border-b-rose-50\/40{ border-bottom-color: rgb(255 241 242 / 0.4); }
.border-b-rose-50\/5{ border-bottom-color: rgb(255 241 242 / 0.05); }
.border-b-rose-50\/50{ border-bottom-color: rgb(255 241 242 / 0.5); }
.border-b-rose-50\/60{ border-bottom-color: rgb(255 241 242 / 0.6); }
.border-b-rose-50\/70{ border-bottom-color: rgb(255 241 242 / 0.7); }
.border-b-rose-50\/75{ border-bottom-color: rgb(255 241 242 / 0.75); }
.border-b-rose-50\/80{ border-bottom-color: rgb(255 241 242 / 0.8); }
.border-b-rose-50\/90{ border-bottom-color: rgb(255 241 242 / 0.9); }
.border-b-rose-50\/95{ border-bottom-color: rgb(255 241 242 / 0.95); }
.border-b-rose-500{ --tw-border-opacity: 1; border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-b-rose-500\/0{ border-bottom-color: rgb(244 63 94 / 0); }
.border-b-rose-500\/10{ border-bottom-color: rgb(244 63 94 / 0.1); }
.border-b-rose-500\/100{ border-bottom-color: rgb(244 63 94 / 1); }
.border-b-rose-500\/20{ border-bottom-color: rgb(244 63 94 / 0.2); }
.border-b-rose-500\/25{ border-bottom-color: rgb(244 63 94 / 0.25); }
.border-b-rose-500\/30{ border-bottom-color: rgb(244 63 94 / 0.3); }
.border-b-rose-500\/40{ border-bottom-color: rgb(244 63 94 / 0.4); }
.border-b-rose-500\/5{ border-bottom-color: rgb(244 63 94 / 0.05); }
.border-b-rose-500\/50{ border-bottom-color: rgb(244 63 94 / 0.5); }
.border-b-rose-500\/60{ border-bottom-color: rgb(244 63 94 / 0.6); }
.border-b-rose-500\/70{ border-bottom-color: rgb(244 63 94 / 0.7); }
.border-b-rose-500\/75{ border-bottom-color: rgb(244 63 94 / 0.75); }
.border-b-rose-500\/80{ border-bottom-color: rgb(244 63 94 / 0.8); }
.border-b-rose-500\/90{ border-bottom-color: rgb(244 63 94 / 0.9); }
.border-b-rose-500\/95{ border-bottom-color: rgb(244 63 94 / 0.95); }
.border-b-rose-600{ --tw-border-opacity: 1; border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-b-rose-600\/0{ border-bottom-color: rgb(225 29 72 / 0); }
.border-b-rose-600\/10{ border-bottom-color: rgb(225 29 72 / 0.1); }
.border-b-rose-600\/100{ border-bottom-color: rgb(225 29 72 / 1); }
.border-b-rose-600\/20{ border-bottom-color: rgb(225 29 72 / 0.2); }
.border-b-rose-600\/25{ border-bottom-color: rgb(225 29 72 / 0.25); }
.border-b-rose-600\/30{ border-bottom-color: rgb(225 29 72 / 0.3); }
.border-b-rose-600\/40{ border-bottom-color: rgb(225 29 72 / 0.4); }
.border-b-rose-600\/5{ border-bottom-color: rgb(225 29 72 / 0.05); }
.border-b-rose-600\/50{ border-bottom-color: rgb(225 29 72 / 0.5); }
.border-b-rose-600\/60{ border-bottom-color: rgb(225 29 72 / 0.6); }
.border-b-rose-600\/70{ border-bottom-color: rgb(225 29 72 / 0.7); }
.border-b-rose-600\/75{ border-bottom-color: rgb(225 29 72 / 0.75); }
.border-b-rose-600\/80{ border-bottom-color: rgb(225 29 72 / 0.8); }
.border-b-rose-600\/90{ border-bottom-color: rgb(225 29 72 / 0.9); }
.border-b-rose-600\/95{ border-bottom-color: rgb(225 29 72 / 0.95); }
.border-b-rose-700{ --tw-border-opacity: 1; border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-b-rose-700\/0{ border-bottom-color: rgb(190 18 60 / 0); }
.border-b-rose-700\/10{ border-bottom-color: rgb(190 18 60 / 0.1); }
.border-b-rose-700\/100{ border-bottom-color: rgb(190 18 60 / 1); }
.border-b-rose-700\/20{ border-bottom-color: rgb(190 18 60 / 0.2); }
.border-b-rose-700\/25{ border-bottom-color: rgb(190 18 60 / 0.25); }
.border-b-rose-700\/30{ border-bottom-color: rgb(190 18 60 / 0.3); }
.border-b-rose-700\/40{ border-bottom-color: rgb(190 18 60 / 0.4); }
.border-b-rose-700\/5{ border-bottom-color: rgb(190 18 60 / 0.05); }
.border-b-rose-700\/50{ border-bottom-color: rgb(190 18 60 / 0.5); }
.border-b-rose-700\/60{ border-bottom-color: rgb(190 18 60 / 0.6); }
.border-b-rose-700\/70{ border-bottom-color: rgb(190 18 60 / 0.7); }
.border-b-rose-700\/75{ border-bottom-color: rgb(190 18 60 / 0.75); }
.border-b-rose-700\/80{ border-bottom-color: rgb(190 18 60 / 0.8); }
.border-b-rose-700\/90{ border-bottom-color: rgb(190 18 60 / 0.9); }
.border-b-rose-700\/95{ border-bottom-color: rgb(190 18 60 / 0.95); }
.border-b-rose-800{ --tw-border-opacity: 1; border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-b-rose-800\/0{ border-bottom-color: rgb(159 18 57 / 0); }
.border-b-rose-800\/10{ border-bottom-color: rgb(159 18 57 / 0.1); }
.border-b-rose-800\/100{ border-bottom-color: rgb(159 18 57 / 1); }
.border-b-rose-800\/20{ border-bottom-color: rgb(159 18 57 / 0.2); }
.border-b-rose-800\/25{ border-bottom-color: rgb(159 18 57 / 0.25); }
.border-b-rose-800\/30{ border-bottom-color: rgb(159 18 57 / 0.3); }
.border-b-rose-800\/40{ border-bottom-color: rgb(159 18 57 / 0.4); }
.border-b-rose-800\/5{ border-bottom-color: rgb(159 18 57 / 0.05); }
.border-b-rose-800\/50{ border-bottom-color: rgb(159 18 57 / 0.5); }
.border-b-rose-800\/60{ border-bottom-color: rgb(159 18 57 / 0.6); }
.border-b-rose-800\/70{ border-bottom-color: rgb(159 18 57 / 0.7); }
.border-b-rose-800\/75{ border-bottom-color: rgb(159 18 57 / 0.75); }
.border-b-rose-800\/80{ border-bottom-color: rgb(159 18 57 / 0.8); }
.border-b-rose-800\/90{ border-bottom-color: rgb(159 18 57 / 0.9); }
.border-b-rose-800\/95{ border-bottom-color: rgb(159 18 57 / 0.95); }
.border-b-rose-900{ --tw-border-opacity: 1; border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-b-rose-900\/0{ border-bottom-color: rgb(136 19 55 / 0); }
.border-b-rose-900\/10{ border-bottom-color: rgb(136 19 55 / 0.1); }
.border-b-rose-900\/100{ border-bottom-color: rgb(136 19 55 / 1); }
.border-b-rose-900\/20{ border-bottom-color: rgb(136 19 55 / 0.2); }
.border-b-rose-900\/25{ border-bottom-color: rgb(136 19 55 / 0.25); }
.border-b-rose-900\/30{ border-bottom-color: rgb(136 19 55 / 0.3); }
.border-b-rose-900\/40{ border-bottom-color: rgb(136 19 55 / 0.4); }
.border-b-rose-900\/5{ border-bottom-color: rgb(136 19 55 / 0.05); }
.border-b-rose-900\/50{ border-bottom-color: rgb(136 19 55 / 0.5); }
.border-b-rose-900\/60{ border-bottom-color: rgb(136 19 55 / 0.6); }
.border-b-rose-900\/70{ border-bottom-color: rgb(136 19 55 / 0.7); }
.border-b-rose-900\/75{ border-bottom-color: rgb(136 19 55 / 0.75); }
.border-b-rose-900\/80{ border-bottom-color: rgb(136 19 55 / 0.8); }
.border-b-rose-900\/90{ border-bottom-color: rgb(136 19 55 / 0.9); }
.border-b-rose-900\/95{ border-bottom-color: rgb(136 19 55 / 0.95); }
.border-b-rose-950{ --tw-border-opacity: 1; border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-b-rose-950\/0{ border-bottom-color: rgb(76 5 25 / 0); }
.border-b-rose-950\/10{ border-bottom-color: rgb(76 5 25 / 0.1); }
.border-b-rose-950\/100{ border-bottom-color: rgb(76 5 25 / 1); }
.border-b-rose-950\/20{ border-bottom-color: rgb(76 5 25 / 0.2); }
.border-b-rose-950\/25{ border-bottom-color: rgb(76 5 25 / 0.25); }
.border-b-rose-950\/30{ border-bottom-color: rgb(76 5 25 / 0.3); }
.border-b-rose-950\/40{ border-bottom-color: rgb(76 5 25 / 0.4); }
.border-b-rose-950\/5{ border-bottom-color: rgb(76 5 25 / 0.05); }
.border-b-rose-950\/50{ border-bottom-color: rgb(76 5 25 / 0.5); }
.border-b-rose-950\/60{ border-bottom-color: rgb(76 5 25 / 0.6); }
.border-b-rose-950\/70{ border-bottom-color: rgb(76 5 25 / 0.7); }
.border-b-rose-950\/75{ border-bottom-color: rgb(76 5 25 / 0.75); }
.border-b-rose-950\/80{ border-bottom-color: rgb(76 5 25 / 0.8); }
.border-b-rose-950\/90{ border-bottom-color: rgb(76 5 25 / 0.9); }
.border-b-rose-950\/95{ border-bottom-color: rgb(76 5 25 / 0.95); }
.border-b-sky-100{ --tw-border-opacity: 1; border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-b-sky-100\/0{ border-bottom-color: rgb(224 242 254 / 0); }
.border-b-sky-100\/10{ border-bottom-color: rgb(224 242 254 / 0.1); }
.border-b-sky-100\/100{ border-bottom-color: rgb(224 242 254 / 1); }
.border-b-sky-100\/20{ border-bottom-color: rgb(224 242 254 / 0.2); }
.border-b-sky-100\/25{ border-bottom-color: rgb(224 242 254 / 0.25); }
.border-b-sky-100\/30{ border-bottom-color: rgb(224 242 254 / 0.3); }
.border-b-sky-100\/40{ border-bottom-color: rgb(224 242 254 / 0.4); }
.border-b-sky-100\/5{ border-bottom-color: rgb(224 242 254 / 0.05); }
.border-b-sky-100\/50{ border-bottom-color: rgb(224 242 254 / 0.5); }
.border-b-sky-100\/60{ border-bottom-color: rgb(224 242 254 / 0.6); }
.border-b-sky-100\/70{ border-bottom-color: rgb(224 242 254 / 0.7); }
.border-b-sky-100\/75{ border-bottom-color: rgb(224 242 254 / 0.75); }
.border-b-sky-100\/80{ border-bottom-color: rgb(224 242 254 / 0.8); }
.border-b-sky-100\/90{ border-bottom-color: rgb(224 242 254 / 0.9); }
.border-b-sky-100\/95{ border-bottom-color: rgb(224 242 254 / 0.95); }
.border-b-sky-200{ --tw-border-opacity: 1; border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-b-sky-200\/0{ border-bottom-color: rgb(186 230 253 / 0); }
.border-b-sky-200\/10{ border-bottom-color: rgb(186 230 253 / 0.1); }
.border-b-sky-200\/100{ border-bottom-color: rgb(186 230 253 / 1); }
.border-b-sky-200\/20{ border-bottom-color: rgb(186 230 253 / 0.2); }
.border-b-sky-200\/25{ border-bottom-color: rgb(186 230 253 / 0.25); }
.border-b-sky-200\/30{ border-bottom-color: rgb(186 230 253 / 0.3); }
.border-b-sky-200\/40{ border-bottom-color: rgb(186 230 253 / 0.4); }
.border-b-sky-200\/5{ border-bottom-color: rgb(186 230 253 / 0.05); }
.border-b-sky-200\/50{ border-bottom-color: rgb(186 230 253 / 0.5); }
.border-b-sky-200\/60{ border-bottom-color: rgb(186 230 253 / 0.6); }
.border-b-sky-200\/70{ border-bottom-color: rgb(186 230 253 / 0.7); }
.border-b-sky-200\/75{ border-bottom-color: rgb(186 230 253 / 0.75); }
.border-b-sky-200\/80{ border-bottom-color: rgb(186 230 253 / 0.8); }
.border-b-sky-200\/90{ border-bottom-color: rgb(186 230 253 / 0.9); }
.border-b-sky-200\/95{ border-bottom-color: rgb(186 230 253 / 0.95); }
.border-b-sky-300{ --tw-border-opacity: 1; border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-b-sky-300\/0{ border-bottom-color: rgb(125 211 252 / 0); }
.border-b-sky-300\/10{ border-bottom-color: rgb(125 211 252 / 0.1); }
.border-b-sky-300\/100{ border-bottom-color: rgb(125 211 252 / 1); }
.border-b-sky-300\/20{ border-bottom-color: rgb(125 211 252 / 0.2); }
.border-b-sky-300\/25{ border-bottom-color: rgb(125 211 252 / 0.25); }
.border-b-sky-300\/30{ border-bottom-color: rgb(125 211 252 / 0.3); }
.border-b-sky-300\/40{ border-bottom-color: rgb(125 211 252 / 0.4); }
.border-b-sky-300\/5{ border-bottom-color: rgb(125 211 252 / 0.05); }
.border-b-sky-300\/50{ border-bottom-color: rgb(125 211 252 / 0.5); }
.border-b-sky-300\/60{ border-bottom-color: rgb(125 211 252 / 0.6); }
.border-b-sky-300\/70{ border-bottom-color: rgb(125 211 252 / 0.7); }
.border-b-sky-300\/75{ border-bottom-color: rgb(125 211 252 / 0.75); }
.border-b-sky-300\/80{ border-bottom-color: rgb(125 211 252 / 0.8); }
.border-b-sky-300\/90{ border-bottom-color: rgb(125 211 252 / 0.9); }
.border-b-sky-300\/95{ border-bottom-color: rgb(125 211 252 / 0.95); }
.border-b-sky-400{ --tw-border-opacity: 1; border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-b-sky-400\/0{ border-bottom-color: rgb(56 189 248 / 0); }
.border-b-sky-400\/10{ border-bottom-color: rgb(56 189 248 / 0.1); }
.border-b-sky-400\/100{ border-bottom-color: rgb(56 189 248 / 1); }
.border-b-sky-400\/20{ border-bottom-color: rgb(56 189 248 / 0.2); }
.border-b-sky-400\/25{ border-bottom-color: rgb(56 189 248 / 0.25); }
.border-b-sky-400\/30{ border-bottom-color: rgb(56 189 248 / 0.3); }
.border-b-sky-400\/40{ border-bottom-color: rgb(56 189 248 / 0.4); }
.border-b-sky-400\/5{ border-bottom-color: rgb(56 189 248 / 0.05); }
.border-b-sky-400\/50{ border-bottom-color: rgb(56 189 248 / 0.5); }
.border-b-sky-400\/60{ border-bottom-color: rgb(56 189 248 / 0.6); }
.border-b-sky-400\/70{ border-bottom-color: rgb(56 189 248 / 0.7); }
.border-b-sky-400\/75{ border-bottom-color: rgb(56 189 248 / 0.75); }
.border-b-sky-400\/80{ border-bottom-color: rgb(56 189 248 / 0.8); }
.border-b-sky-400\/90{ border-bottom-color: rgb(56 189 248 / 0.9); }
.border-b-sky-400\/95{ border-bottom-color: rgb(56 189 248 / 0.95); }
.border-b-sky-50{ --tw-border-opacity: 1; border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-b-sky-50\/0{ border-bottom-color: rgb(240 249 255 / 0); }
.border-b-sky-50\/10{ border-bottom-color: rgb(240 249 255 / 0.1); }
.border-b-sky-50\/100{ border-bottom-color: rgb(240 249 255 / 1); }
.border-b-sky-50\/20{ border-bottom-color: rgb(240 249 255 / 0.2); }
.border-b-sky-50\/25{ border-bottom-color: rgb(240 249 255 / 0.25); }
.border-b-sky-50\/30{ border-bottom-color: rgb(240 249 255 / 0.3); }
.border-b-sky-50\/40{ border-bottom-color: rgb(240 249 255 / 0.4); }
.border-b-sky-50\/5{ border-bottom-color: rgb(240 249 255 / 0.05); }
.border-b-sky-50\/50{ border-bottom-color: rgb(240 249 255 / 0.5); }
.border-b-sky-50\/60{ border-bottom-color: rgb(240 249 255 / 0.6); }
.border-b-sky-50\/70{ border-bottom-color: rgb(240 249 255 / 0.7); }
.border-b-sky-50\/75{ border-bottom-color: rgb(240 249 255 / 0.75); }
.border-b-sky-50\/80{ border-bottom-color: rgb(240 249 255 / 0.8); }
.border-b-sky-50\/90{ border-bottom-color: rgb(240 249 255 / 0.9); }
.border-b-sky-50\/95{ border-bottom-color: rgb(240 249 255 / 0.95); }
.border-b-sky-500{ --tw-border-opacity: 1; border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-b-sky-500\/0{ border-bottom-color: rgb(14 165 233 / 0); }
.border-b-sky-500\/10{ border-bottom-color: rgb(14 165 233 / 0.1); }
.border-b-sky-500\/100{ border-bottom-color: rgb(14 165 233 / 1); }
.border-b-sky-500\/20{ border-bottom-color: rgb(14 165 233 / 0.2); }
.border-b-sky-500\/25{ border-bottom-color: rgb(14 165 233 / 0.25); }
.border-b-sky-500\/30{ border-bottom-color: rgb(14 165 233 / 0.3); }
.border-b-sky-500\/40{ border-bottom-color: rgb(14 165 233 / 0.4); }
.border-b-sky-500\/5{ border-bottom-color: rgb(14 165 233 / 0.05); }
.border-b-sky-500\/50{ border-bottom-color: rgb(14 165 233 / 0.5); }
.border-b-sky-500\/60{ border-bottom-color: rgb(14 165 233 / 0.6); }
.border-b-sky-500\/70{ border-bottom-color: rgb(14 165 233 / 0.7); }
.border-b-sky-500\/75{ border-bottom-color: rgb(14 165 233 / 0.75); }
.border-b-sky-500\/80{ border-bottom-color: rgb(14 165 233 / 0.8); }
.border-b-sky-500\/90{ border-bottom-color: rgb(14 165 233 / 0.9); }
.border-b-sky-500\/95{ border-bottom-color: rgb(14 165 233 / 0.95); }
.border-b-sky-600{ --tw-border-opacity: 1; border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-b-sky-600\/0{ border-bottom-color: rgb(2 132 199 / 0); }
.border-b-sky-600\/10{ border-bottom-color: rgb(2 132 199 / 0.1); }
.border-b-sky-600\/100{ border-bottom-color: rgb(2 132 199 / 1); }
.border-b-sky-600\/20{ border-bottom-color: rgb(2 132 199 / 0.2); }
.border-b-sky-600\/25{ border-bottom-color: rgb(2 132 199 / 0.25); }
.border-b-sky-600\/30{ border-bottom-color: rgb(2 132 199 / 0.3); }
.border-b-sky-600\/40{ border-bottom-color: rgb(2 132 199 / 0.4); }
.border-b-sky-600\/5{ border-bottom-color: rgb(2 132 199 / 0.05); }
.border-b-sky-600\/50{ border-bottom-color: rgb(2 132 199 / 0.5); }
.border-b-sky-600\/60{ border-bottom-color: rgb(2 132 199 / 0.6); }
.border-b-sky-600\/70{ border-bottom-color: rgb(2 132 199 / 0.7); }
.border-b-sky-600\/75{ border-bottom-color: rgb(2 132 199 / 0.75); }
.border-b-sky-600\/80{ border-bottom-color: rgb(2 132 199 / 0.8); }
.border-b-sky-600\/90{ border-bottom-color: rgb(2 132 199 / 0.9); }
.border-b-sky-600\/95{ border-bottom-color: rgb(2 132 199 / 0.95); }
.border-b-sky-700{ --tw-border-opacity: 1; border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-b-sky-700\/0{ border-bottom-color: rgb(3 105 161 / 0); }
.border-b-sky-700\/10{ border-bottom-color: rgb(3 105 161 / 0.1); }
.border-b-sky-700\/100{ border-bottom-color: rgb(3 105 161 / 1); }
.border-b-sky-700\/20{ border-bottom-color: rgb(3 105 161 / 0.2); }
.border-b-sky-700\/25{ border-bottom-color: rgb(3 105 161 / 0.25); }
.border-b-sky-700\/30{ border-bottom-color: rgb(3 105 161 / 0.3); }
.border-b-sky-700\/40{ border-bottom-color: rgb(3 105 161 / 0.4); }
.border-b-sky-700\/5{ border-bottom-color: rgb(3 105 161 / 0.05); }
.border-b-sky-700\/50{ border-bottom-color: rgb(3 105 161 / 0.5); }
.border-b-sky-700\/60{ border-bottom-color: rgb(3 105 161 / 0.6); }
.border-b-sky-700\/70{ border-bottom-color: rgb(3 105 161 / 0.7); }
.border-b-sky-700\/75{ border-bottom-color: rgb(3 105 161 / 0.75); }
.border-b-sky-700\/80{ border-bottom-color: rgb(3 105 161 / 0.8); }
.border-b-sky-700\/90{ border-bottom-color: rgb(3 105 161 / 0.9); }
.border-b-sky-700\/95{ border-bottom-color: rgb(3 105 161 / 0.95); }
.border-b-sky-800{ --tw-border-opacity: 1; border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-b-sky-800\/0{ border-bottom-color: rgb(7 89 133 / 0); }
.border-b-sky-800\/10{ border-bottom-color: rgb(7 89 133 / 0.1); }
.border-b-sky-800\/100{ border-bottom-color: rgb(7 89 133 / 1); }
.border-b-sky-800\/20{ border-bottom-color: rgb(7 89 133 / 0.2); }
.border-b-sky-800\/25{ border-bottom-color: rgb(7 89 133 / 0.25); }
.border-b-sky-800\/30{ border-bottom-color: rgb(7 89 133 / 0.3); }
.border-b-sky-800\/40{ border-bottom-color: rgb(7 89 133 / 0.4); }
.border-b-sky-800\/5{ border-bottom-color: rgb(7 89 133 / 0.05); }
.border-b-sky-800\/50{ border-bottom-color: rgb(7 89 133 / 0.5); }
.border-b-sky-800\/60{ border-bottom-color: rgb(7 89 133 / 0.6); }
.border-b-sky-800\/70{ border-bottom-color: rgb(7 89 133 / 0.7); }
.border-b-sky-800\/75{ border-bottom-color: rgb(7 89 133 / 0.75); }
.border-b-sky-800\/80{ border-bottom-color: rgb(7 89 133 / 0.8); }
.border-b-sky-800\/90{ border-bottom-color: rgb(7 89 133 / 0.9); }
.border-b-sky-800\/95{ border-bottom-color: rgb(7 89 133 / 0.95); }
.border-b-sky-900{ --tw-border-opacity: 1; border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-b-sky-900\/0{ border-bottom-color: rgb(12 74 110 / 0); }
.border-b-sky-900\/10{ border-bottom-color: rgb(12 74 110 / 0.1); }
.border-b-sky-900\/100{ border-bottom-color: rgb(12 74 110 / 1); }
.border-b-sky-900\/20{ border-bottom-color: rgb(12 74 110 / 0.2); }
.border-b-sky-900\/25{ border-bottom-color: rgb(12 74 110 / 0.25); }
.border-b-sky-900\/30{ border-bottom-color: rgb(12 74 110 / 0.3); }
.border-b-sky-900\/40{ border-bottom-color: rgb(12 74 110 / 0.4); }
.border-b-sky-900\/5{ border-bottom-color: rgb(12 74 110 / 0.05); }
.border-b-sky-900\/50{ border-bottom-color: rgb(12 74 110 / 0.5); }
.border-b-sky-900\/60{ border-bottom-color: rgb(12 74 110 / 0.6); }
.border-b-sky-900\/70{ border-bottom-color: rgb(12 74 110 / 0.7); }
.border-b-sky-900\/75{ border-bottom-color: rgb(12 74 110 / 0.75); }
.border-b-sky-900\/80{ border-bottom-color: rgb(12 74 110 / 0.8); }
.border-b-sky-900\/90{ border-bottom-color: rgb(12 74 110 / 0.9); }
.border-b-sky-900\/95{ border-bottom-color: rgb(12 74 110 / 0.95); }
.border-b-sky-950{ --tw-border-opacity: 1; border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-b-sky-950\/0{ border-bottom-color: rgb(8 47 73 / 0); }
.border-b-sky-950\/10{ border-bottom-color: rgb(8 47 73 / 0.1); }
.border-b-sky-950\/100{ border-bottom-color: rgb(8 47 73 / 1); }
.border-b-sky-950\/20{ border-bottom-color: rgb(8 47 73 / 0.2); }
.border-b-sky-950\/25{ border-bottom-color: rgb(8 47 73 / 0.25); }
.border-b-sky-950\/30{ border-bottom-color: rgb(8 47 73 / 0.3); }
.border-b-sky-950\/40{ border-bottom-color: rgb(8 47 73 / 0.4); }
.border-b-sky-950\/5{ border-bottom-color: rgb(8 47 73 / 0.05); }
.border-b-sky-950\/50{ border-bottom-color: rgb(8 47 73 / 0.5); }
.border-b-sky-950\/60{ border-bottom-color: rgb(8 47 73 / 0.6); }
.border-b-sky-950\/70{ border-bottom-color: rgb(8 47 73 / 0.7); }
.border-b-sky-950\/75{ border-bottom-color: rgb(8 47 73 / 0.75); }
.border-b-sky-950\/80{ border-bottom-color: rgb(8 47 73 / 0.8); }
.border-b-sky-950\/90{ border-bottom-color: rgb(8 47 73 / 0.9); }
.border-b-sky-950\/95{ border-bottom-color: rgb(8 47 73 / 0.95); }
.border-b-slate-100{ --tw-border-opacity: 1; border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-b-slate-100\/0{ border-bottom-color: rgb(241 245 249 / 0); }
.border-b-slate-100\/10{ border-bottom-color: rgb(241 245 249 / 0.1); }
.border-b-slate-100\/100{ border-bottom-color: rgb(241 245 249 / 1); }
.border-b-slate-100\/20{ border-bottom-color: rgb(241 245 249 / 0.2); }
.border-b-slate-100\/25{ border-bottom-color: rgb(241 245 249 / 0.25); }
.border-b-slate-100\/30{ border-bottom-color: rgb(241 245 249 / 0.3); }
.border-b-slate-100\/40{ border-bottom-color: rgb(241 245 249 / 0.4); }
.border-b-slate-100\/5{ border-bottom-color: rgb(241 245 249 / 0.05); }
.border-b-slate-100\/50{ border-bottom-color: rgb(241 245 249 / 0.5); }
.border-b-slate-100\/60{ border-bottom-color: rgb(241 245 249 / 0.6); }
.border-b-slate-100\/70{ border-bottom-color: rgb(241 245 249 / 0.7); }
.border-b-slate-100\/75{ border-bottom-color: rgb(241 245 249 / 0.75); }
.border-b-slate-100\/80{ border-bottom-color: rgb(241 245 249 / 0.8); }
.border-b-slate-100\/90{ border-bottom-color: rgb(241 245 249 / 0.9); }
.border-b-slate-100\/95{ border-bottom-color: rgb(241 245 249 / 0.95); }
.border-b-slate-200{ --tw-border-opacity: 1; border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-b-slate-200\/0{ border-bottom-color: rgb(226 232 240 / 0); }
.border-b-slate-200\/10{ border-bottom-color: rgb(226 232 240 / 0.1); }
.border-b-slate-200\/100{ border-bottom-color: rgb(226 232 240 / 1); }
.border-b-slate-200\/20{ border-bottom-color: rgb(226 232 240 / 0.2); }
.border-b-slate-200\/25{ border-bottom-color: rgb(226 232 240 / 0.25); }
.border-b-slate-200\/30{ border-bottom-color: rgb(226 232 240 / 0.3); }
.border-b-slate-200\/40{ border-bottom-color: rgb(226 232 240 / 0.4); }
.border-b-slate-200\/5{ border-bottom-color: rgb(226 232 240 / 0.05); }
.border-b-slate-200\/50{ border-bottom-color: rgb(226 232 240 / 0.5); }
.border-b-slate-200\/60{ border-bottom-color: rgb(226 232 240 / 0.6); }
.border-b-slate-200\/70{ border-bottom-color: rgb(226 232 240 / 0.7); }
.border-b-slate-200\/75{ border-bottom-color: rgb(226 232 240 / 0.75); }
.border-b-slate-200\/80{ border-bottom-color: rgb(226 232 240 / 0.8); }
.border-b-slate-200\/90{ border-bottom-color: rgb(226 232 240 / 0.9); }
.border-b-slate-200\/95{ border-bottom-color: rgb(226 232 240 / 0.95); }
.border-b-slate-300{ --tw-border-opacity: 1; border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-b-slate-300\/0{ border-bottom-color: rgb(203 213 225 / 0); }
.border-b-slate-300\/10{ border-bottom-color: rgb(203 213 225 / 0.1); }
.border-b-slate-300\/100{ border-bottom-color: rgb(203 213 225 / 1); }
.border-b-slate-300\/20{ border-bottom-color: rgb(203 213 225 / 0.2); }
.border-b-slate-300\/25{ border-bottom-color: rgb(203 213 225 / 0.25); }
.border-b-slate-300\/30{ border-bottom-color: rgb(203 213 225 / 0.3); }
.border-b-slate-300\/40{ border-bottom-color: rgb(203 213 225 / 0.4); }
.border-b-slate-300\/5{ border-bottom-color: rgb(203 213 225 / 0.05); }
.border-b-slate-300\/50{ border-bottom-color: rgb(203 213 225 / 0.5); }
.border-b-slate-300\/60{ border-bottom-color: rgb(203 213 225 / 0.6); }
.border-b-slate-300\/70{ border-bottom-color: rgb(203 213 225 / 0.7); }
.border-b-slate-300\/75{ border-bottom-color: rgb(203 213 225 / 0.75); }
.border-b-slate-300\/80{ border-bottom-color: rgb(203 213 225 / 0.8); }
.border-b-slate-300\/90{ border-bottom-color: rgb(203 213 225 / 0.9); }
.border-b-slate-300\/95{ border-bottom-color: rgb(203 213 225 / 0.95); }
.border-b-slate-400{ --tw-border-opacity: 1; border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-b-slate-400\/0{ border-bottom-color: rgb(148 163 184 / 0); }
.border-b-slate-400\/10{ border-bottom-color: rgb(148 163 184 / 0.1); }
.border-b-slate-400\/100{ border-bottom-color: rgb(148 163 184 / 1); }
.border-b-slate-400\/20{ border-bottom-color: rgb(148 163 184 / 0.2); }
.border-b-slate-400\/25{ border-bottom-color: rgb(148 163 184 / 0.25); }
.border-b-slate-400\/30{ border-bottom-color: rgb(148 163 184 / 0.3); }
.border-b-slate-400\/40{ border-bottom-color: rgb(148 163 184 / 0.4); }
.border-b-slate-400\/5{ border-bottom-color: rgb(148 163 184 / 0.05); }
.border-b-slate-400\/50{ border-bottom-color: rgb(148 163 184 / 0.5); }
.border-b-slate-400\/60{ border-bottom-color: rgb(148 163 184 / 0.6); }
.border-b-slate-400\/70{ border-bottom-color: rgb(148 163 184 / 0.7); }
.border-b-slate-400\/75{ border-bottom-color: rgb(148 163 184 / 0.75); }
.border-b-slate-400\/80{ border-bottom-color: rgb(148 163 184 / 0.8); }
.border-b-slate-400\/90{ border-bottom-color: rgb(148 163 184 / 0.9); }
.border-b-slate-400\/95{ border-bottom-color: rgb(148 163 184 / 0.95); }
.border-b-slate-50{ --tw-border-opacity: 1; border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-b-slate-50\/0{ border-bottom-color: rgb(248 250 252 / 0); }
.border-b-slate-50\/10{ border-bottom-color: rgb(248 250 252 / 0.1); }
.border-b-slate-50\/100{ border-bottom-color: rgb(248 250 252 / 1); }
.border-b-slate-50\/20{ border-bottom-color: rgb(248 250 252 / 0.2); }
.border-b-slate-50\/25{ border-bottom-color: rgb(248 250 252 / 0.25); }
.border-b-slate-50\/30{ border-bottom-color: rgb(248 250 252 / 0.3); }
.border-b-slate-50\/40{ border-bottom-color: rgb(248 250 252 / 0.4); }
.border-b-slate-50\/5{ border-bottom-color: rgb(248 250 252 / 0.05); }
.border-b-slate-50\/50{ border-bottom-color: rgb(248 250 252 / 0.5); }
.border-b-slate-50\/60{ border-bottom-color: rgb(248 250 252 / 0.6); }
.border-b-slate-50\/70{ border-bottom-color: rgb(248 250 252 / 0.7); }
.border-b-slate-50\/75{ border-bottom-color: rgb(248 250 252 / 0.75); }
.border-b-slate-50\/80{ border-bottom-color: rgb(248 250 252 / 0.8); }
.border-b-slate-50\/90{ border-bottom-color: rgb(248 250 252 / 0.9); }
.border-b-slate-50\/95{ border-bottom-color: rgb(248 250 252 / 0.95); }
.border-b-slate-500{ --tw-border-opacity: 1; border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-b-slate-500\/0{ border-bottom-color: rgb(100 116 139 / 0); }
.border-b-slate-500\/10{ border-bottom-color: rgb(100 116 139 / 0.1); }
.border-b-slate-500\/100{ border-bottom-color: rgb(100 116 139 / 1); }
.border-b-slate-500\/20{ border-bottom-color: rgb(100 116 139 / 0.2); }
.border-b-slate-500\/25{ border-bottom-color: rgb(100 116 139 / 0.25); }
.border-b-slate-500\/30{ border-bottom-color: rgb(100 116 139 / 0.3); }
.border-b-slate-500\/40{ border-bottom-color: rgb(100 116 139 / 0.4); }
.border-b-slate-500\/5{ border-bottom-color: rgb(100 116 139 / 0.05); }
.border-b-slate-500\/50{ border-bottom-color: rgb(100 116 139 / 0.5); }
.border-b-slate-500\/60{ border-bottom-color: rgb(100 116 139 / 0.6); }
.border-b-slate-500\/70{ border-bottom-color: rgb(100 116 139 / 0.7); }
.border-b-slate-500\/75{ border-bottom-color: rgb(100 116 139 / 0.75); }
.border-b-slate-500\/80{ border-bottom-color: rgb(100 116 139 / 0.8); }
.border-b-slate-500\/90{ border-bottom-color: rgb(100 116 139 / 0.9); }
.border-b-slate-500\/95{ border-bottom-color: rgb(100 116 139 / 0.95); }
.border-b-slate-600{ --tw-border-opacity: 1; border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-b-slate-600\/0{ border-bottom-color: rgb(71 85 105 / 0); }
.border-b-slate-600\/10{ border-bottom-color: rgb(71 85 105 / 0.1); }
.border-b-slate-600\/100{ border-bottom-color: rgb(71 85 105 / 1); }
.border-b-slate-600\/20{ border-bottom-color: rgb(71 85 105 / 0.2); }
.border-b-slate-600\/25{ border-bottom-color: rgb(71 85 105 / 0.25); }
.border-b-slate-600\/30{ border-bottom-color: rgb(71 85 105 / 0.3); }
.border-b-slate-600\/40{ border-bottom-color: rgb(71 85 105 / 0.4); }
.border-b-slate-600\/5{ border-bottom-color: rgb(71 85 105 / 0.05); }
.border-b-slate-600\/50{ border-bottom-color: rgb(71 85 105 / 0.5); }
.border-b-slate-600\/60{ border-bottom-color: rgb(71 85 105 / 0.6); }
.border-b-slate-600\/70{ border-bottom-color: rgb(71 85 105 / 0.7); }
.border-b-slate-600\/75{ border-bottom-color: rgb(71 85 105 / 0.75); }
.border-b-slate-600\/80{ border-bottom-color: rgb(71 85 105 / 0.8); }
.border-b-slate-600\/90{ border-bottom-color: rgb(71 85 105 / 0.9); }
.border-b-slate-600\/95{ border-bottom-color: rgb(71 85 105 / 0.95); }
.border-b-slate-700{ --tw-border-opacity: 1; border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-b-slate-700\/0{ border-bottom-color: rgb(51 65 85 / 0); }
.border-b-slate-700\/10{ border-bottom-color: rgb(51 65 85 / 0.1); }
.border-b-slate-700\/100{ border-bottom-color: rgb(51 65 85 / 1); }
.border-b-slate-700\/20{ border-bottom-color: rgb(51 65 85 / 0.2); }
.border-b-slate-700\/25{ border-bottom-color: rgb(51 65 85 / 0.25); }
.border-b-slate-700\/30{ border-bottom-color: rgb(51 65 85 / 0.3); }
.border-b-slate-700\/40{ border-bottom-color: rgb(51 65 85 / 0.4); }
.border-b-slate-700\/5{ border-bottom-color: rgb(51 65 85 / 0.05); }
.border-b-slate-700\/50{ border-bottom-color: rgb(51 65 85 / 0.5); }
.border-b-slate-700\/60{ border-bottom-color: rgb(51 65 85 / 0.6); }
.border-b-slate-700\/70{ border-bottom-color: rgb(51 65 85 / 0.7); }
.border-b-slate-700\/75{ border-bottom-color: rgb(51 65 85 / 0.75); }
.border-b-slate-700\/80{ border-bottom-color: rgb(51 65 85 / 0.8); }
.border-b-slate-700\/90{ border-bottom-color: rgb(51 65 85 / 0.9); }
.border-b-slate-700\/95{ border-bottom-color: rgb(51 65 85 / 0.95); }
.border-b-slate-800{ --tw-border-opacity: 1; border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-b-slate-800\/0{ border-bottom-color: rgb(30 41 59 / 0); }
.border-b-slate-800\/10{ border-bottom-color: rgb(30 41 59 / 0.1); }
.border-b-slate-800\/100{ border-bottom-color: rgb(30 41 59 / 1); }
.border-b-slate-800\/20{ border-bottom-color: rgb(30 41 59 / 0.2); }
.border-b-slate-800\/25{ border-bottom-color: rgb(30 41 59 / 0.25); }
.border-b-slate-800\/30{ border-bottom-color: rgb(30 41 59 / 0.3); }
.border-b-slate-800\/40{ border-bottom-color: rgb(30 41 59 / 0.4); }
.border-b-slate-800\/5{ border-bottom-color: rgb(30 41 59 / 0.05); }
.border-b-slate-800\/50{ border-bottom-color: rgb(30 41 59 / 0.5); }
.border-b-slate-800\/60{ border-bottom-color: rgb(30 41 59 / 0.6); }
.border-b-slate-800\/70{ border-bottom-color: rgb(30 41 59 / 0.7); }
.border-b-slate-800\/75{ border-bottom-color: rgb(30 41 59 / 0.75); }
.border-b-slate-800\/80{ border-bottom-color: rgb(30 41 59 / 0.8); }
.border-b-slate-800\/90{ border-bottom-color: rgb(30 41 59 / 0.9); }
.border-b-slate-800\/95{ border-bottom-color: rgb(30 41 59 / 0.95); }
.border-b-slate-900{ --tw-border-opacity: 1; border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-b-slate-900\/0{ border-bottom-color: rgb(15 23 42 / 0); }
.border-b-slate-900\/10{ border-bottom-color: rgb(15 23 42 / 0.1); }
.border-b-slate-900\/100{ border-bottom-color: rgb(15 23 42 / 1); }
.border-b-slate-900\/20{ border-bottom-color: rgb(15 23 42 / 0.2); }
.border-b-slate-900\/25{ border-bottom-color: rgb(15 23 42 / 0.25); }
.border-b-slate-900\/30{ border-bottom-color: rgb(15 23 42 / 0.3); }
.border-b-slate-900\/40{ border-bottom-color: rgb(15 23 42 / 0.4); }
.border-b-slate-900\/5{ border-bottom-color: rgb(15 23 42 / 0.05); }
.border-b-slate-900\/50{ border-bottom-color: rgb(15 23 42 / 0.5); }
.border-b-slate-900\/60{ border-bottom-color: rgb(15 23 42 / 0.6); }
.border-b-slate-900\/70{ border-bottom-color: rgb(15 23 42 / 0.7); }
.border-b-slate-900\/75{ border-bottom-color: rgb(15 23 42 / 0.75); }
.border-b-slate-900\/80{ border-bottom-color: rgb(15 23 42 / 0.8); }
.border-b-slate-900\/90{ border-bottom-color: rgb(15 23 42 / 0.9); }
.border-b-slate-900\/95{ border-bottom-color: rgb(15 23 42 / 0.95); }
.border-b-slate-950{ --tw-border-opacity: 1; border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-b-slate-950\/0{ border-bottom-color: rgb(2 6 23 / 0); }
.border-b-slate-950\/10{ border-bottom-color: rgb(2 6 23 / 0.1); }
.border-b-slate-950\/100{ border-bottom-color: rgb(2 6 23 / 1); }
.border-b-slate-950\/20{ border-bottom-color: rgb(2 6 23 / 0.2); }
.border-b-slate-950\/25{ border-bottom-color: rgb(2 6 23 / 0.25); }
.border-b-slate-950\/30{ border-bottom-color: rgb(2 6 23 / 0.3); }
.border-b-slate-950\/40{ border-bottom-color: rgb(2 6 23 / 0.4); }
.border-b-slate-950\/5{ border-bottom-color: rgb(2 6 23 / 0.05); }
.border-b-slate-950\/50{ border-bottom-color: rgb(2 6 23 / 0.5); }
.border-b-slate-950\/60{ border-bottom-color: rgb(2 6 23 / 0.6); }
.border-b-slate-950\/70{ border-bottom-color: rgb(2 6 23 / 0.7); }
.border-b-slate-950\/75{ border-bottom-color: rgb(2 6 23 / 0.75); }
.border-b-slate-950\/80{ border-bottom-color: rgb(2 6 23 / 0.8); }
.border-b-slate-950\/90{ border-bottom-color: rgb(2 6 23 / 0.9); }
.border-b-slate-950\/95{ border-bottom-color: rgb(2 6 23 / 0.95); }
.border-b-stone-100{ --tw-border-opacity: 1; border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-b-stone-100\/0{ border-bottom-color: rgb(245 245 244 / 0); }
.border-b-stone-100\/10{ border-bottom-color: rgb(245 245 244 / 0.1); }
.border-b-stone-100\/100{ border-bottom-color: rgb(245 245 244 / 1); }
.border-b-stone-100\/20{ border-bottom-color: rgb(245 245 244 / 0.2); }
.border-b-stone-100\/25{ border-bottom-color: rgb(245 245 244 / 0.25); }
.border-b-stone-100\/30{ border-bottom-color: rgb(245 245 244 / 0.3); }
.border-b-stone-100\/40{ border-bottom-color: rgb(245 245 244 / 0.4); }
.border-b-stone-100\/5{ border-bottom-color: rgb(245 245 244 / 0.05); }
.border-b-stone-100\/50{ border-bottom-color: rgb(245 245 244 / 0.5); }
.border-b-stone-100\/60{ border-bottom-color: rgb(245 245 244 / 0.6); }
.border-b-stone-100\/70{ border-bottom-color: rgb(245 245 244 / 0.7); }
.border-b-stone-100\/75{ border-bottom-color: rgb(245 245 244 / 0.75); }
.border-b-stone-100\/80{ border-bottom-color: rgb(245 245 244 / 0.8); }
.border-b-stone-100\/90{ border-bottom-color: rgb(245 245 244 / 0.9); }
.border-b-stone-100\/95{ border-bottom-color: rgb(245 245 244 / 0.95); }
.border-b-stone-200{ --tw-border-opacity: 1; border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-b-stone-200\/0{ border-bottom-color: rgb(231 229 228 / 0); }
.border-b-stone-200\/10{ border-bottom-color: rgb(231 229 228 / 0.1); }
.border-b-stone-200\/100{ border-bottom-color: rgb(231 229 228 / 1); }
.border-b-stone-200\/20{ border-bottom-color: rgb(231 229 228 / 0.2); }
.border-b-stone-200\/25{ border-bottom-color: rgb(231 229 228 / 0.25); }
.border-b-stone-200\/30{ border-bottom-color: rgb(231 229 228 / 0.3); }
.border-b-stone-200\/40{ border-bottom-color: rgb(231 229 228 / 0.4); }
.border-b-stone-200\/5{ border-bottom-color: rgb(231 229 228 / 0.05); }
.border-b-stone-200\/50{ border-bottom-color: rgb(231 229 228 / 0.5); }
.border-b-stone-200\/60{ border-bottom-color: rgb(231 229 228 / 0.6); }
.border-b-stone-200\/70{ border-bottom-color: rgb(231 229 228 / 0.7); }
.border-b-stone-200\/75{ border-bottom-color: rgb(231 229 228 / 0.75); }
.border-b-stone-200\/80{ border-bottom-color: rgb(231 229 228 / 0.8); }
.border-b-stone-200\/90{ border-bottom-color: rgb(231 229 228 / 0.9); }
.border-b-stone-200\/95{ border-bottom-color: rgb(231 229 228 / 0.95); }
.border-b-stone-300{ --tw-border-opacity: 1; border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-b-stone-300\/0{ border-bottom-color: rgb(214 211 209 / 0); }
.border-b-stone-300\/10{ border-bottom-color: rgb(214 211 209 / 0.1); }
.border-b-stone-300\/100{ border-bottom-color: rgb(214 211 209 / 1); }
.border-b-stone-300\/20{ border-bottom-color: rgb(214 211 209 / 0.2); }
.border-b-stone-300\/25{ border-bottom-color: rgb(214 211 209 / 0.25); }
.border-b-stone-300\/30{ border-bottom-color: rgb(214 211 209 / 0.3); }
.border-b-stone-300\/40{ border-bottom-color: rgb(214 211 209 / 0.4); }
.border-b-stone-300\/5{ border-bottom-color: rgb(214 211 209 / 0.05); }
.border-b-stone-300\/50{ border-bottom-color: rgb(214 211 209 / 0.5); }
.border-b-stone-300\/60{ border-bottom-color: rgb(214 211 209 / 0.6); }
.border-b-stone-300\/70{ border-bottom-color: rgb(214 211 209 / 0.7); }
.border-b-stone-300\/75{ border-bottom-color: rgb(214 211 209 / 0.75); }
.border-b-stone-300\/80{ border-bottom-color: rgb(214 211 209 / 0.8); }
.border-b-stone-300\/90{ border-bottom-color: rgb(214 211 209 / 0.9); }
.border-b-stone-300\/95{ border-bottom-color: rgb(214 211 209 / 0.95); }
.border-b-stone-400{ --tw-border-opacity: 1; border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-b-stone-400\/0{ border-bottom-color: rgb(168 162 158 / 0); }
.border-b-stone-400\/10{ border-bottom-color: rgb(168 162 158 / 0.1); }
.border-b-stone-400\/100{ border-bottom-color: rgb(168 162 158 / 1); }
.border-b-stone-400\/20{ border-bottom-color: rgb(168 162 158 / 0.2); }
.border-b-stone-400\/25{ border-bottom-color: rgb(168 162 158 / 0.25); }
.border-b-stone-400\/30{ border-bottom-color: rgb(168 162 158 / 0.3); }
.border-b-stone-400\/40{ border-bottom-color: rgb(168 162 158 / 0.4); }
.border-b-stone-400\/5{ border-bottom-color: rgb(168 162 158 / 0.05); }
.border-b-stone-400\/50{ border-bottom-color: rgb(168 162 158 / 0.5); }
.border-b-stone-400\/60{ border-bottom-color: rgb(168 162 158 / 0.6); }
.border-b-stone-400\/70{ border-bottom-color: rgb(168 162 158 / 0.7); }
.border-b-stone-400\/75{ border-bottom-color: rgb(168 162 158 / 0.75); }
.border-b-stone-400\/80{ border-bottom-color: rgb(168 162 158 / 0.8); }
.border-b-stone-400\/90{ border-bottom-color: rgb(168 162 158 / 0.9); }
.border-b-stone-400\/95{ border-bottom-color: rgb(168 162 158 / 0.95); }
.border-b-stone-50{ --tw-border-opacity: 1; border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-b-stone-50\/0{ border-bottom-color: rgb(250 250 249 / 0); }
.border-b-stone-50\/10{ border-bottom-color: rgb(250 250 249 / 0.1); }
.border-b-stone-50\/100{ border-bottom-color: rgb(250 250 249 / 1); }
.border-b-stone-50\/20{ border-bottom-color: rgb(250 250 249 / 0.2); }
.border-b-stone-50\/25{ border-bottom-color: rgb(250 250 249 / 0.25); }
.border-b-stone-50\/30{ border-bottom-color: rgb(250 250 249 / 0.3); }
.border-b-stone-50\/40{ border-bottom-color: rgb(250 250 249 / 0.4); }
.border-b-stone-50\/5{ border-bottom-color: rgb(250 250 249 / 0.05); }
.border-b-stone-50\/50{ border-bottom-color: rgb(250 250 249 / 0.5); }
.border-b-stone-50\/60{ border-bottom-color: rgb(250 250 249 / 0.6); }
.border-b-stone-50\/70{ border-bottom-color: rgb(250 250 249 / 0.7); }
.border-b-stone-50\/75{ border-bottom-color: rgb(250 250 249 / 0.75); }
.border-b-stone-50\/80{ border-bottom-color: rgb(250 250 249 / 0.8); }
.border-b-stone-50\/90{ border-bottom-color: rgb(250 250 249 / 0.9); }
.border-b-stone-50\/95{ border-bottom-color: rgb(250 250 249 / 0.95); }
.border-b-stone-500{ --tw-border-opacity: 1; border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-b-stone-500\/0{ border-bottom-color: rgb(120 113 108 / 0); }
.border-b-stone-500\/10{ border-bottom-color: rgb(120 113 108 / 0.1); }
.border-b-stone-500\/100{ border-bottom-color: rgb(120 113 108 / 1); }
.border-b-stone-500\/20{ border-bottom-color: rgb(120 113 108 / 0.2); }
.border-b-stone-500\/25{ border-bottom-color: rgb(120 113 108 / 0.25); }
.border-b-stone-500\/30{ border-bottom-color: rgb(120 113 108 / 0.3); }
.border-b-stone-500\/40{ border-bottom-color: rgb(120 113 108 / 0.4); }
.border-b-stone-500\/5{ border-bottom-color: rgb(120 113 108 / 0.05); }
.border-b-stone-500\/50{ border-bottom-color: rgb(120 113 108 / 0.5); }
.border-b-stone-500\/60{ border-bottom-color: rgb(120 113 108 / 0.6); }
.border-b-stone-500\/70{ border-bottom-color: rgb(120 113 108 / 0.7); }
.border-b-stone-500\/75{ border-bottom-color: rgb(120 113 108 / 0.75); }
.border-b-stone-500\/80{ border-bottom-color: rgb(120 113 108 / 0.8); }
.border-b-stone-500\/90{ border-bottom-color: rgb(120 113 108 / 0.9); }
.border-b-stone-500\/95{ border-bottom-color: rgb(120 113 108 / 0.95); }
.border-b-stone-600{ --tw-border-opacity: 1; border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-b-stone-600\/0{ border-bottom-color: rgb(87 83 78 / 0); }
.border-b-stone-600\/10{ border-bottom-color: rgb(87 83 78 / 0.1); }
.border-b-stone-600\/100{ border-bottom-color: rgb(87 83 78 / 1); }
.border-b-stone-600\/20{ border-bottom-color: rgb(87 83 78 / 0.2); }
.border-b-stone-600\/25{ border-bottom-color: rgb(87 83 78 / 0.25); }
.border-b-stone-600\/30{ border-bottom-color: rgb(87 83 78 / 0.3); }
.border-b-stone-600\/40{ border-bottom-color: rgb(87 83 78 / 0.4); }
.border-b-stone-600\/5{ border-bottom-color: rgb(87 83 78 / 0.05); }
.border-b-stone-600\/50{ border-bottom-color: rgb(87 83 78 / 0.5); }
.border-b-stone-600\/60{ border-bottom-color: rgb(87 83 78 / 0.6); }
.border-b-stone-600\/70{ border-bottom-color: rgb(87 83 78 / 0.7); }
.border-b-stone-600\/75{ border-bottom-color: rgb(87 83 78 / 0.75); }
.border-b-stone-600\/80{ border-bottom-color: rgb(87 83 78 / 0.8); }
.border-b-stone-600\/90{ border-bottom-color: rgb(87 83 78 / 0.9); }
.border-b-stone-600\/95{ border-bottom-color: rgb(87 83 78 / 0.95); }
.border-b-stone-700{ --tw-border-opacity: 1; border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-b-stone-700\/0{ border-bottom-color: rgb(68 64 60 / 0); }
.border-b-stone-700\/10{ border-bottom-color: rgb(68 64 60 / 0.1); }
.border-b-stone-700\/100{ border-bottom-color: rgb(68 64 60 / 1); }
.border-b-stone-700\/20{ border-bottom-color: rgb(68 64 60 / 0.2); }
.border-b-stone-700\/25{ border-bottom-color: rgb(68 64 60 / 0.25); }
.border-b-stone-700\/30{ border-bottom-color: rgb(68 64 60 / 0.3); }
.border-b-stone-700\/40{ border-bottom-color: rgb(68 64 60 / 0.4); }
.border-b-stone-700\/5{ border-bottom-color: rgb(68 64 60 / 0.05); }
.border-b-stone-700\/50{ border-bottom-color: rgb(68 64 60 / 0.5); }
.border-b-stone-700\/60{ border-bottom-color: rgb(68 64 60 / 0.6); }
.border-b-stone-700\/70{ border-bottom-color: rgb(68 64 60 / 0.7); }
.border-b-stone-700\/75{ border-bottom-color: rgb(68 64 60 / 0.75); }
.border-b-stone-700\/80{ border-bottom-color: rgb(68 64 60 / 0.8); }
.border-b-stone-700\/90{ border-bottom-color: rgb(68 64 60 / 0.9); }
.border-b-stone-700\/95{ border-bottom-color: rgb(68 64 60 / 0.95); }
.border-b-stone-800{ --tw-border-opacity: 1; border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-b-stone-800\/0{ border-bottom-color: rgb(41 37 36 / 0); }
.border-b-stone-800\/10{ border-bottom-color: rgb(41 37 36 / 0.1); }
.border-b-stone-800\/100{ border-bottom-color: rgb(41 37 36 / 1); }
.border-b-stone-800\/20{ border-bottom-color: rgb(41 37 36 / 0.2); }
.border-b-stone-800\/25{ border-bottom-color: rgb(41 37 36 / 0.25); }
.border-b-stone-800\/30{ border-bottom-color: rgb(41 37 36 / 0.3); }
.border-b-stone-800\/40{ border-bottom-color: rgb(41 37 36 / 0.4); }
.border-b-stone-800\/5{ border-bottom-color: rgb(41 37 36 / 0.05); }
.border-b-stone-800\/50{ border-bottom-color: rgb(41 37 36 / 0.5); }
.border-b-stone-800\/60{ border-bottom-color: rgb(41 37 36 / 0.6); }
.border-b-stone-800\/70{ border-bottom-color: rgb(41 37 36 / 0.7); }
.border-b-stone-800\/75{ border-bottom-color: rgb(41 37 36 / 0.75); }
.border-b-stone-800\/80{ border-bottom-color: rgb(41 37 36 / 0.8); }
.border-b-stone-800\/90{ border-bottom-color: rgb(41 37 36 / 0.9); }
.border-b-stone-800\/95{ border-bottom-color: rgb(41 37 36 / 0.95); }
.border-b-stone-900{ --tw-border-opacity: 1; border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-b-stone-900\/0{ border-bottom-color: rgb(28 25 23 / 0); }
.border-b-stone-900\/10{ border-bottom-color: rgb(28 25 23 / 0.1); }
.border-b-stone-900\/100{ border-bottom-color: rgb(28 25 23 / 1); }
.border-b-stone-900\/20{ border-bottom-color: rgb(28 25 23 / 0.2); }
.border-b-stone-900\/25{ border-bottom-color: rgb(28 25 23 / 0.25); }
.border-b-stone-900\/30{ border-bottom-color: rgb(28 25 23 / 0.3); }
.border-b-stone-900\/40{ border-bottom-color: rgb(28 25 23 / 0.4); }
.border-b-stone-900\/5{ border-bottom-color: rgb(28 25 23 / 0.05); }
.border-b-stone-900\/50{ border-bottom-color: rgb(28 25 23 / 0.5); }
.border-b-stone-900\/60{ border-bottom-color: rgb(28 25 23 / 0.6); }
.border-b-stone-900\/70{ border-bottom-color: rgb(28 25 23 / 0.7); }
.border-b-stone-900\/75{ border-bottom-color: rgb(28 25 23 / 0.75); }
.border-b-stone-900\/80{ border-bottom-color: rgb(28 25 23 / 0.8); }
.border-b-stone-900\/90{ border-bottom-color: rgb(28 25 23 / 0.9); }
.border-b-stone-900\/95{ border-bottom-color: rgb(28 25 23 / 0.95); }
.border-b-stone-950{ --tw-border-opacity: 1; border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-b-stone-950\/0{ border-bottom-color: rgb(12 10 9 / 0); }
.border-b-stone-950\/10{ border-bottom-color: rgb(12 10 9 / 0.1); }
.border-b-stone-950\/100{ border-bottom-color: rgb(12 10 9 / 1); }
.border-b-stone-950\/20{ border-bottom-color: rgb(12 10 9 / 0.2); }
.border-b-stone-950\/25{ border-bottom-color: rgb(12 10 9 / 0.25); }
.border-b-stone-950\/30{ border-bottom-color: rgb(12 10 9 / 0.3); }
.border-b-stone-950\/40{ border-bottom-color: rgb(12 10 9 / 0.4); }
.border-b-stone-950\/5{ border-bottom-color: rgb(12 10 9 / 0.05); }
.border-b-stone-950\/50{ border-bottom-color: rgb(12 10 9 / 0.5); }
.border-b-stone-950\/60{ border-bottom-color: rgb(12 10 9 / 0.6); }
.border-b-stone-950\/70{ border-bottom-color: rgb(12 10 9 / 0.7); }
.border-b-stone-950\/75{ border-bottom-color: rgb(12 10 9 / 0.75); }
.border-b-stone-950\/80{ border-bottom-color: rgb(12 10 9 / 0.8); }
.border-b-stone-950\/90{ border-bottom-color: rgb(12 10 9 / 0.9); }
.border-b-stone-950\/95{ border-bottom-color: rgb(12 10 9 / 0.95); }
.border-b-swim-blue{ --tw-border-opacity: 1; border-bottom-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-b-swim-blue\/0{ border-bottom-color: rgb(50 197 255 / 0); }
.border-b-swim-blue\/10{ border-bottom-color: rgb(50 197 255 / 0.1); }
.border-b-swim-blue\/100{ border-bottom-color: rgb(50 197 255 / 1); }
.border-b-swim-blue\/20{ border-bottom-color: rgb(50 197 255 / 0.2); }
.border-b-swim-blue\/25{ border-bottom-color: rgb(50 197 255 / 0.25); }
.border-b-swim-blue\/30{ border-bottom-color: rgb(50 197 255 / 0.3); }
.border-b-swim-blue\/40{ border-bottom-color: rgb(50 197 255 / 0.4); }
.border-b-swim-blue\/5{ border-bottom-color: rgb(50 197 255 / 0.05); }
.border-b-swim-blue\/50{ border-bottom-color: rgb(50 197 255 / 0.5); }
.border-b-swim-blue\/60{ border-bottom-color: rgb(50 197 255 / 0.6); }
.border-b-swim-blue\/70{ border-bottom-color: rgb(50 197 255 / 0.7); }
.border-b-swim-blue\/75{ border-bottom-color: rgb(50 197 255 / 0.75); }
.border-b-swim-blue\/80{ border-bottom-color: rgb(50 197 255 / 0.8); }
.border-b-swim-blue\/90{ border-bottom-color: rgb(50 197 255 / 0.9); }
.border-b-swim-blue\/95{ border-bottom-color: rgb(50 197 255 / 0.95); }
.border-b-swim-body-text{ --tw-border-opacity: 1; border-bottom-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-b-swim-body-text\/0{ border-bottom-color: rgb(58 60 62 / 0); }
.border-b-swim-body-text\/10{ border-bottom-color: rgb(58 60 62 / 0.1); }
.border-b-swim-body-text\/100{ border-bottom-color: rgb(58 60 62 / 1); }
.border-b-swim-body-text\/20{ border-bottom-color: rgb(58 60 62 / 0.2); }
.border-b-swim-body-text\/25{ border-bottom-color: rgb(58 60 62 / 0.25); }
.border-b-swim-body-text\/30{ border-bottom-color: rgb(58 60 62 / 0.3); }
.border-b-swim-body-text\/40{ border-bottom-color: rgb(58 60 62 / 0.4); }
.border-b-swim-body-text\/5{ border-bottom-color: rgb(58 60 62 / 0.05); }
.border-b-swim-body-text\/50{ border-bottom-color: rgb(58 60 62 / 0.5); }
.border-b-swim-body-text\/60{ border-bottom-color: rgb(58 60 62 / 0.6); }
.border-b-swim-body-text\/70{ border-bottom-color: rgb(58 60 62 / 0.7); }
.border-b-swim-body-text\/75{ border-bottom-color: rgb(58 60 62 / 0.75); }
.border-b-swim-body-text\/80{ border-bottom-color: rgb(58 60 62 / 0.8); }
.border-b-swim-body-text\/90{ border-bottom-color: rgb(58 60 62 / 0.9); }
.border-b-swim-body-text\/95{ border-bottom-color: rgb(58 60 62 / 0.95); }
.border-b-swim-dark-blue{ --tw-border-opacity: 1; border-bottom-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-b-swim-dark-blue\/0{ border-bottom-color: rgb(4 34 86 / 0); }
.border-b-swim-dark-blue\/10{ border-bottom-color: rgb(4 34 86 / 0.1); }
.border-b-swim-dark-blue\/100{ border-bottom-color: rgb(4 34 86 / 1); }
.border-b-swim-dark-blue\/20{ border-bottom-color: rgb(4 34 86 / 0.2); }
.border-b-swim-dark-blue\/25{ border-bottom-color: rgb(4 34 86 / 0.25); }
.border-b-swim-dark-blue\/30{ border-bottom-color: rgb(4 34 86 / 0.3); }
.border-b-swim-dark-blue\/40{ border-bottom-color: rgb(4 34 86 / 0.4); }
.border-b-swim-dark-blue\/5{ border-bottom-color: rgb(4 34 86 / 0.05); }
.border-b-swim-dark-blue\/50{ border-bottom-color: rgb(4 34 86 / 0.5); }
.border-b-swim-dark-blue\/60{ border-bottom-color: rgb(4 34 86 / 0.6); }
.border-b-swim-dark-blue\/70{ border-bottom-color: rgb(4 34 86 / 0.7); }
.border-b-swim-dark-blue\/75{ border-bottom-color: rgb(4 34 86 / 0.75); }
.border-b-swim-dark-blue\/80{ border-bottom-color: rgb(4 34 86 / 0.8); }
.border-b-swim-dark-blue\/90{ border-bottom-color: rgb(4 34 86 / 0.9); }
.border-b-swim-dark-blue\/95{ border-bottom-color: rgb(4 34 86 / 0.95); }
.border-b-swim-dark-purple{ --tw-border-opacity: 1; border-bottom-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-b-swim-dark-purple\/0{ border-bottom-color: rgb(214 81 255 / 0); }
.border-b-swim-dark-purple\/10{ border-bottom-color: rgb(214 81 255 / 0.1); }
.border-b-swim-dark-purple\/100{ border-bottom-color: rgb(214 81 255 / 1); }
.border-b-swim-dark-purple\/20{ border-bottom-color: rgb(214 81 255 / 0.2); }
.border-b-swim-dark-purple\/25{ border-bottom-color: rgb(214 81 255 / 0.25); }
.border-b-swim-dark-purple\/30{ border-bottom-color: rgb(214 81 255 / 0.3); }
.border-b-swim-dark-purple\/40{ border-bottom-color: rgb(214 81 255 / 0.4); }
.border-b-swim-dark-purple\/5{ border-bottom-color: rgb(214 81 255 / 0.05); }
.border-b-swim-dark-purple\/50{ border-bottom-color: rgb(214 81 255 / 0.5); }
.border-b-swim-dark-purple\/60{ border-bottom-color: rgb(214 81 255 / 0.6); }
.border-b-swim-dark-purple\/70{ border-bottom-color: rgb(214 81 255 / 0.7); }
.border-b-swim-dark-purple\/75{ border-bottom-color: rgb(214 81 255 / 0.75); }
.border-b-swim-dark-purple\/80{ border-bottom-color: rgb(214 81 255 / 0.8); }
.border-b-swim-dark-purple\/90{ border-bottom-color: rgb(214 81 255 / 0.9); }
.border-b-swim-dark-purple\/95{ border-bottom-color: rgb(214 81 255 / 0.95); }
.border-b-swim-dark-teal{ --tw-border-opacity: 1; border-bottom-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-b-swim-dark-teal\/0{ border-bottom-color: rgb(68 215 182 / 0); }
.border-b-swim-dark-teal\/10{ border-bottom-color: rgb(68 215 182 / 0.1); }
.border-b-swim-dark-teal\/100{ border-bottom-color: rgb(68 215 182 / 1); }
.border-b-swim-dark-teal\/20{ border-bottom-color: rgb(68 215 182 / 0.2); }
.border-b-swim-dark-teal\/25{ border-bottom-color: rgb(68 215 182 / 0.25); }
.border-b-swim-dark-teal\/30{ border-bottom-color: rgb(68 215 182 / 0.3); }
.border-b-swim-dark-teal\/40{ border-bottom-color: rgb(68 215 182 / 0.4); }
.border-b-swim-dark-teal\/5{ border-bottom-color: rgb(68 215 182 / 0.05); }
.border-b-swim-dark-teal\/50{ border-bottom-color: rgb(68 215 182 / 0.5); }
.border-b-swim-dark-teal\/60{ border-bottom-color: rgb(68 215 182 / 0.6); }
.border-b-swim-dark-teal\/70{ border-bottom-color: rgb(68 215 182 / 0.7); }
.border-b-swim-dark-teal\/75{ border-bottom-color: rgb(68 215 182 / 0.75); }
.border-b-swim-dark-teal\/80{ border-bottom-color: rgb(68 215 182 / 0.8); }
.border-b-swim-dark-teal\/90{ border-bottom-color: rgb(68 215 182 / 0.9); }
.border-b-swim-dark-teal\/95{ border-bottom-color: rgb(68 215 182 / 0.95); }
.border-b-swim-darker-blue{ --tw-border-opacity: 1; border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-b-swim-darker-blue\/0{ border-bottom-color: rgb(17 24 39 / 0); }
.border-b-swim-darker-blue\/10{ border-bottom-color: rgb(17 24 39 / 0.1); }
.border-b-swim-darker-blue\/100{ border-bottom-color: rgb(17 24 39 / 1); }
.border-b-swim-darker-blue\/20{ border-bottom-color: rgb(17 24 39 / 0.2); }
.border-b-swim-darker-blue\/25{ border-bottom-color: rgb(17 24 39 / 0.25); }
.border-b-swim-darker-blue\/30{ border-bottom-color: rgb(17 24 39 / 0.3); }
.border-b-swim-darker-blue\/40{ border-bottom-color: rgb(17 24 39 / 0.4); }
.border-b-swim-darker-blue\/5{ border-bottom-color: rgb(17 24 39 / 0.05); }
.border-b-swim-darker-blue\/50{ border-bottom-color: rgb(17 24 39 / 0.5); }
.border-b-swim-darker-blue\/60{ border-bottom-color: rgb(17 24 39 / 0.6); }
.border-b-swim-darker-blue\/70{ border-bottom-color: rgb(17 24 39 / 0.7); }
.border-b-swim-darker-blue\/75{ border-bottom-color: rgb(17 24 39 / 0.75); }
.border-b-swim-darker-blue\/80{ border-bottom-color: rgb(17 24 39 / 0.8); }
.border-b-swim-darker-blue\/90{ border-bottom-color: rgb(17 24 39 / 0.9); }
.border-b-swim-darker-blue\/95{ border-bottom-color: rgb(17 24 39 / 0.95); }
.border-b-swim-darker-grey{ --tw-border-opacity: 1; border-bottom-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-b-swim-darker-grey\/0{ border-bottom-color: rgb(169 169 169 / 0); }
.border-b-swim-darker-grey\/10{ border-bottom-color: rgb(169 169 169 / 0.1); }
.border-b-swim-darker-grey\/100{ border-bottom-color: rgb(169 169 169 / 1); }
.border-b-swim-darker-grey\/20{ border-bottom-color: rgb(169 169 169 / 0.2); }
.border-b-swim-darker-grey\/25{ border-bottom-color: rgb(169 169 169 / 0.25); }
.border-b-swim-darker-grey\/30{ border-bottom-color: rgb(169 169 169 / 0.3); }
.border-b-swim-darker-grey\/40{ border-bottom-color: rgb(169 169 169 / 0.4); }
.border-b-swim-darker-grey\/5{ border-bottom-color: rgb(169 169 169 / 0.05); }
.border-b-swim-darker-grey\/50{ border-bottom-color: rgb(169 169 169 / 0.5); }
.border-b-swim-darker-grey\/60{ border-bottom-color: rgb(169 169 169 / 0.6); }
.border-b-swim-darker-grey\/70{ border-bottom-color: rgb(169 169 169 / 0.7); }
.border-b-swim-darker-grey\/75{ border-bottom-color: rgb(169 169 169 / 0.75); }
.border-b-swim-darker-grey\/80{ border-bottom-color: rgb(169 169 169 / 0.8); }
.border-b-swim-darker-grey\/90{ border-bottom-color: rgb(169 169 169 / 0.9); }
.border-b-swim-darker-grey\/95{ border-bottom-color: rgb(169 169 169 / 0.95); }
.border-b-swim-darker-teal{ border-bottom-color: RGBA(4, 42, 43, 0.85); }
.border-b-swim-darkerish-grey{ --tw-border-opacity: 1; border-bottom-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-b-swim-darkerish-grey\/0{ border-bottom-color: rgb(109 114 120 / 0); }
.border-b-swim-darkerish-grey\/10{ border-bottom-color: rgb(109 114 120 / 0.1); }
.border-b-swim-darkerish-grey\/100{ border-bottom-color: rgb(109 114 120 / 1); }
.border-b-swim-darkerish-grey\/20{ border-bottom-color: rgb(109 114 120 / 0.2); }
.border-b-swim-darkerish-grey\/25{ border-bottom-color: rgb(109 114 120 / 0.25); }
.border-b-swim-darkerish-grey\/30{ border-bottom-color: rgb(109 114 120 / 0.3); }
.border-b-swim-darkerish-grey\/40{ border-bottom-color: rgb(109 114 120 / 0.4); }
.border-b-swim-darkerish-grey\/5{ border-bottom-color: rgb(109 114 120 / 0.05); }
.border-b-swim-darkerish-grey\/50{ border-bottom-color: rgb(109 114 120 / 0.5); }
.border-b-swim-darkerish-grey\/60{ border-bottom-color: rgb(109 114 120 / 0.6); }
.border-b-swim-darkerish-grey\/70{ border-bottom-color: rgb(109 114 120 / 0.7); }
.border-b-swim-darkerish-grey\/75{ border-bottom-color: rgb(109 114 120 / 0.75); }
.border-b-swim-darkerish-grey\/80{ border-bottom-color: rgb(109 114 120 / 0.8); }
.border-b-swim-darkerish-grey\/90{ border-bottom-color: rgb(109 114 120 / 0.9); }
.border-b-swim-darkerish-grey\/95{ border-bottom-color: rgb(109 114 120 / 0.95); }
.border-b-swim-grey{ --tw-border-opacity: 1; border-bottom-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-b-swim-grey\/0{ border-bottom-color: rgb(193 193 193 / 0); }
.border-b-swim-grey\/10{ border-bottom-color: rgb(193 193 193 / 0.1); }
.border-b-swim-grey\/100{ border-bottom-color: rgb(193 193 193 / 1); }
.border-b-swim-grey\/20{ border-bottom-color: rgb(193 193 193 / 0.2); }
.border-b-swim-grey\/25{ border-bottom-color: rgb(193 193 193 / 0.25); }
.border-b-swim-grey\/30{ border-bottom-color: rgb(193 193 193 / 0.3); }
.border-b-swim-grey\/40{ border-bottom-color: rgb(193 193 193 / 0.4); }
.border-b-swim-grey\/5{ border-bottom-color: rgb(193 193 193 / 0.05); }
.border-b-swim-grey\/50{ border-bottom-color: rgb(193 193 193 / 0.5); }
.border-b-swim-grey\/60{ border-bottom-color: rgb(193 193 193 / 0.6); }
.border-b-swim-grey\/70{ border-bottom-color: rgb(193 193 193 / 0.7); }
.border-b-swim-grey\/75{ border-bottom-color: rgb(193 193 193 / 0.75); }
.border-b-swim-grey\/80{ border-bottom-color: rgb(193 193 193 / 0.8); }
.border-b-swim-grey\/90{ border-bottom-color: rgb(193 193 193 / 0.9); }
.border-b-swim-grey\/95{ border-bottom-color: rgb(193 193 193 / 0.95); }
.border-b-swim-lighter-grey{ --tw-border-opacity: 1; border-bottom-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-b-swim-lighter-grey\/0{ border-bottom-color: rgb(233 239 240 / 0); }
.border-b-swim-lighter-grey\/10{ border-bottom-color: rgb(233 239 240 / 0.1); }
.border-b-swim-lighter-grey\/100{ border-bottom-color: rgb(233 239 240 / 1); }
.border-b-swim-lighter-grey\/20{ border-bottom-color: rgb(233 239 240 / 0.2); }
.border-b-swim-lighter-grey\/25{ border-bottom-color: rgb(233 239 240 / 0.25); }
.border-b-swim-lighter-grey\/30{ border-bottom-color: rgb(233 239 240 / 0.3); }
.border-b-swim-lighter-grey\/40{ border-bottom-color: rgb(233 239 240 / 0.4); }
.border-b-swim-lighter-grey\/5{ border-bottom-color: rgb(233 239 240 / 0.05); }
.border-b-swim-lighter-grey\/50{ border-bottom-color: rgb(233 239 240 / 0.5); }
.border-b-swim-lighter-grey\/60{ border-bottom-color: rgb(233 239 240 / 0.6); }
.border-b-swim-lighter-grey\/70{ border-bottom-color: rgb(233 239 240 / 0.7); }
.border-b-swim-lighter-grey\/75{ border-bottom-color: rgb(233 239 240 / 0.75); }
.border-b-swim-lighter-grey\/80{ border-bottom-color: rgb(233 239 240 / 0.8); }
.border-b-swim-lighter-grey\/90{ border-bottom-color: rgb(233 239 240 / 0.9); }
.border-b-swim-lighter-grey\/95{ border-bottom-color: rgb(233 239 240 / 0.95); }
.border-b-swim-purple{ --tw-border-opacity: 1; border-bottom-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-b-swim-purple\/0{ border-bottom-color: rgb(186 98 255 / 0); }
.border-b-swim-purple\/10{ border-bottom-color: rgb(186 98 255 / 0.1); }
.border-b-swim-purple\/100{ border-bottom-color: rgb(186 98 255 / 1); }
.border-b-swim-purple\/20{ border-bottom-color: rgb(186 98 255 / 0.2); }
.border-b-swim-purple\/25{ border-bottom-color: rgb(186 98 255 / 0.25); }
.border-b-swim-purple\/30{ border-bottom-color: rgb(186 98 255 / 0.3); }
.border-b-swim-purple\/40{ border-bottom-color: rgb(186 98 255 / 0.4); }
.border-b-swim-purple\/5{ border-bottom-color: rgb(186 98 255 / 0.05); }
.border-b-swim-purple\/50{ border-bottom-color: rgb(186 98 255 / 0.5); }
.border-b-swim-purple\/60{ border-bottom-color: rgb(186 98 255 / 0.6); }
.border-b-swim-purple\/70{ border-bottom-color: rgb(186 98 255 / 0.7); }
.border-b-swim-purple\/75{ border-bottom-color: rgb(186 98 255 / 0.75); }
.border-b-swim-purple\/80{ border-bottom-color: rgb(186 98 255 / 0.8); }
.border-b-swim-purple\/90{ border-bottom-color: rgb(186 98 255 / 0.9); }
.border-b-swim-purple\/95{ border-bottom-color: rgb(186 98 255 / 0.95); }
.border-b-swim-teal{ --tw-border-opacity: 1; border-bottom-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-b-swim-teal\/0{ border-bottom-color: rgb(102 255 221 / 0); }
.border-b-swim-teal\/10{ border-bottom-color: rgb(102 255 221 / 0.1); }
.border-b-swim-teal\/100{ border-bottom-color: rgb(102 255 221 / 1); }
.border-b-swim-teal\/20{ border-bottom-color: rgb(102 255 221 / 0.2); }
.border-b-swim-teal\/25{ border-bottom-color: rgb(102 255 221 / 0.25); }
.border-b-swim-teal\/30{ border-bottom-color: rgb(102 255 221 / 0.3); }
.border-b-swim-teal\/40{ border-bottom-color: rgb(102 255 221 / 0.4); }
.border-b-swim-teal\/5{ border-bottom-color: rgb(102 255 221 / 0.05); }
.border-b-swim-teal\/50{ border-bottom-color: rgb(102 255 221 / 0.5); }
.border-b-swim-teal\/60{ border-bottom-color: rgb(102 255 221 / 0.6); }
.border-b-swim-teal\/70{ border-bottom-color: rgb(102 255 221 / 0.7); }
.border-b-swim-teal\/75{ border-bottom-color: rgb(102 255 221 / 0.75); }
.border-b-swim-teal\/80{ border-bottom-color: rgb(102 255 221 / 0.8); }
.border-b-swim-teal\/90{ border-bottom-color: rgb(102 255 221 / 0.9); }
.border-b-swim-teal\/95{ border-bottom-color: rgb(102 255 221 / 0.95); }
.border-b-teal-100{ --tw-border-opacity: 1; border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-b-teal-100\/0{ border-bottom-color: rgb(204 251 241 / 0); }
.border-b-teal-100\/10{ border-bottom-color: rgb(204 251 241 / 0.1); }
.border-b-teal-100\/100{ border-bottom-color: rgb(204 251 241 / 1); }
.border-b-teal-100\/20{ border-bottom-color: rgb(204 251 241 / 0.2); }
.border-b-teal-100\/25{ border-bottom-color: rgb(204 251 241 / 0.25); }
.border-b-teal-100\/30{ border-bottom-color: rgb(204 251 241 / 0.3); }
.border-b-teal-100\/40{ border-bottom-color: rgb(204 251 241 / 0.4); }
.border-b-teal-100\/5{ border-bottom-color: rgb(204 251 241 / 0.05); }
.border-b-teal-100\/50{ border-bottom-color: rgb(204 251 241 / 0.5); }
.border-b-teal-100\/60{ border-bottom-color: rgb(204 251 241 / 0.6); }
.border-b-teal-100\/70{ border-bottom-color: rgb(204 251 241 / 0.7); }
.border-b-teal-100\/75{ border-bottom-color: rgb(204 251 241 / 0.75); }
.border-b-teal-100\/80{ border-bottom-color: rgb(204 251 241 / 0.8); }
.border-b-teal-100\/90{ border-bottom-color: rgb(204 251 241 / 0.9); }
.border-b-teal-100\/95{ border-bottom-color: rgb(204 251 241 / 0.95); }
.border-b-teal-200{ --tw-border-opacity: 1; border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-b-teal-200\/0{ border-bottom-color: rgb(153 246 228 / 0); }
.border-b-teal-200\/10{ border-bottom-color: rgb(153 246 228 / 0.1); }
.border-b-teal-200\/100{ border-bottom-color: rgb(153 246 228 / 1); }
.border-b-teal-200\/20{ border-bottom-color: rgb(153 246 228 / 0.2); }
.border-b-teal-200\/25{ border-bottom-color: rgb(153 246 228 / 0.25); }
.border-b-teal-200\/30{ border-bottom-color: rgb(153 246 228 / 0.3); }
.border-b-teal-200\/40{ border-bottom-color: rgb(153 246 228 / 0.4); }
.border-b-teal-200\/5{ border-bottom-color: rgb(153 246 228 / 0.05); }
.border-b-teal-200\/50{ border-bottom-color: rgb(153 246 228 / 0.5); }
.border-b-teal-200\/60{ border-bottom-color: rgb(153 246 228 / 0.6); }
.border-b-teal-200\/70{ border-bottom-color: rgb(153 246 228 / 0.7); }
.border-b-teal-200\/75{ border-bottom-color: rgb(153 246 228 / 0.75); }
.border-b-teal-200\/80{ border-bottom-color: rgb(153 246 228 / 0.8); }
.border-b-teal-200\/90{ border-bottom-color: rgb(153 246 228 / 0.9); }
.border-b-teal-200\/95{ border-bottom-color: rgb(153 246 228 / 0.95); }
.border-b-teal-300{ --tw-border-opacity: 1; border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-b-teal-300\/0{ border-bottom-color: rgb(94 234 212 / 0); }
.border-b-teal-300\/10{ border-bottom-color: rgb(94 234 212 / 0.1); }
.border-b-teal-300\/100{ border-bottom-color: rgb(94 234 212 / 1); }
.border-b-teal-300\/20{ border-bottom-color: rgb(94 234 212 / 0.2); }
.border-b-teal-300\/25{ border-bottom-color: rgb(94 234 212 / 0.25); }
.border-b-teal-300\/30{ border-bottom-color: rgb(94 234 212 / 0.3); }
.border-b-teal-300\/40{ border-bottom-color: rgb(94 234 212 / 0.4); }
.border-b-teal-300\/5{ border-bottom-color: rgb(94 234 212 / 0.05); }
.border-b-teal-300\/50{ border-bottom-color: rgb(94 234 212 / 0.5); }
.border-b-teal-300\/60{ border-bottom-color: rgb(94 234 212 / 0.6); }
.border-b-teal-300\/70{ border-bottom-color: rgb(94 234 212 / 0.7); }
.border-b-teal-300\/75{ border-bottom-color: rgb(94 234 212 / 0.75); }
.border-b-teal-300\/80{ border-bottom-color: rgb(94 234 212 / 0.8); }
.border-b-teal-300\/90{ border-bottom-color: rgb(94 234 212 / 0.9); }
.border-b-teal-300\/95{ border-bottom-color: rgb(94 234 212 / 0.95); }
.border-b-teal-400{ --tw-border-opacity: 1; border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-b-teal-400\/0{ border-bottom-color: rgb(45 212 191 / 0); }
.border-b-teal-400\/10{ border-bottom-color: rgb(45 212 191 / 0.1); }
.border-b-teal-400\/100{ border-bottom-color: rgb(45 212 191 / 1); }
.border-b-teal-400\/20{ border-bottom-color: rgb(45 212 191 / 0.2); }
.border-b-teal-400\/25{ border-bottom-color: rgb(45 212 191 / 0.25); }
.border-b-teal-400\/30{ border-bottom-color: rgb(45 212 191 / 0.3); }
.border-b-teal-400\/40{ border-bottom-color: rgb(45 212 191 / 0.4); }
.border-b-teal-400\/5{ border-bottom-color: rgb(45 212 191 / 0.05); }
.border-b-teal-400\/50{ border-bottom-color: rgb(45 212 191 / 0.5); }
.border-b-teal-400\/60{ border-bottom-color: rgb(45 212 191 / 0.6); }
.border-b-teal-400\/70{ border-bottom-color: rgb(45 212 191 / 0.7); }
.border-b-teal-400\/75{ border-bottom-color: rgb(45 212 191 / 0.75); }
.border-b-teal-400\/80{ border-bottom-color: rgb(45 212 191 / 0.8); }
.border-b-teal-400\/90{ border-bottom-color: rgb(45 212 191 / 0.9); }
.border-b-teal-400\/95{ border-bottom-color: rgb(45 212 191 / 0.95); }
.border-b-teal-50{ --tw-border-opacity: 1; border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-b-teal-50\/0{ border-bottom-color: rgb(240 253 250 / 0); }
.border-b-teal-50\/10{ border-bottom-color: rgb(240 253 250 / 0.1); }
.border-b-teal-50\/100{ border-bottom-color: rgb(240 253 250 / 1); }
.border-b-teal-50\/20{ border-bottom-color: rgb(240 253 250 / 0.2); }
.border-b-teal-50\/25{ border-bottom-color: rgb(240 253 250 / 0.25); }
.border-b-teal-50\/30{ border-bottom-color: rgb(240 253 250 / 0.3); }
.border-b-teal-50\/40{ border-bottom-color: rgb(240 253 250 / 0.4); }
.border-b-teal-50\/5{ border-bottom-color: rgb(240 253 250 / 0.05); }
.border-b-teal-50\/50{ border-bottom-color: rgb(240 253 250 / 0.5); }
.border-b-teal-50\/60{ border-bottom-color: rgb(240 253 250 / 0.6); }
.border-b-teal-50\/70{ border-bottom-color: rgb(240 253 250 / 0.7); }
.border-b-teal-50\/75{ border-bottom-color: rgb(240 253 250 / 0.75); }
.border-b-teal-50\/80{ border-bottom-color: rgb(240 253 250 / 0.8); }
.border-b-teal-50\/90{ border-bottom-color: rgb(240 253 250 / 0.9); }
.border-b-teal-50\/95{ border-bottom-color: rgb(240 253 250 / 0.95); }
.border-b-teal-500{ --tw-border-opacity: 1; border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-b-teal-500\/0{ border-bottom-color: rgb(20 184 166 / 0); }
.border-b-teal-500\/10{ border-bottom-color: rgb(20 184 166 / 0.1); }
.border-b-teal-500\/100{ border-bottom-color: rgb(20 184 166 / 1); }
.border-b-teal-500\/20{ border-bottom-color: rgb(20 184 166 / 0.2); }
.border-b-teal-500\/25{ border-bottom-color: rgb(20 184 166 / 0.25); }
.border-b-teal-500\/30{ border-bottom-color: rgb(20 184 166 / 0.3); }
.border-b-teal-500\/40{ border-bottom-color: rgb(20 184 166 / 0.4); }
.border-b-teal-500\/5{ border-bottom-color: rgb(20 184 166 / 0.05); }
.border-b-teal-500\/50{ border-bottom-color: rgb(20 184 166 / 0.5); }
.border-b-teal-500\/60{ border-bottom-color: rgb(20 184 166 / 0.6); }
.border-b-teal-500\/70{ border-bottom-color: rgb(20 184 166 / 0.7); }
.border-b-teal-500\/75{ border-bottom-color: rgb(20 184 166 / 0.75); }
.border-b-teal-500\/80{ border-bottom-color: rgb(20 184 166 / 0.8); }
.border-b-teal-500\/90{ border-bottom-color: rgb(20 184 166 / 0.9); }
.border-b-teal-500\/95{ border-bottom-color: rgb(20 184 166 / 0.95); }
.border-b-teal-600{ --tw-border-opacity: 1; border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-b-teal-600\/0{ border-bottom-color: rgb(13 148 136 / 0); }
.border-b-teal-600\/10{ border-bottom-color: rgb(13 148 136 / 0.1); }
.border-b-teal-600\/100{ border-bottom-color: rgb(13 148 136 / 1); }
.border-b-teal-600\/20{ border-bottom-color: rgb(13 148 136 / 0.2); }
.border-b-teal-600\/25{ border-bottom-color: rgb(13 148 136 / 0.25); }
.border-b-teal-600\/30{ border-bottom-color: rgb(13 148 136 / 0.3); }
.border-b-teal-600\/40{ border-bottom-color: rgb(13 148 136 / 0.4); }
.border-b-teal-600\/5{ border-bottom-color: rgb(13 148 136 / 0.05); }
.border-b-teal-600\/50{ border-bottom-color: rgb(13 148 136 / 0.5); }
.border-b-teal-600\/60{ border-bottom-color: rgb(13 148 136 / 0.6); }
.border-b-teal-600\/70{ border-bottom-color: rgb(13 148 136 / 0.7); }
.border-b-teal-600\/75{ border-bottom-color: rgb(13 148 136 / 0.75); }
.border-b-teal-600\/80{ border-bottom-color: rgb(13 148 136 / 0.8); }
.border-b-teal-600\/90{ border-bottom-color: rgb(13 148 136 / 0.9); }
.border-b-teal-600\/95{ border-bottom-color: rgb(13 148 136 / 0.95); }
.border-b-teal-700{ --tw-border-opacity: 1; border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-b-teal-700\/0{ border-bottom-color: rgb(15 118 110 / 0); }
.border-b-teal-700\/10{ border-bottom-color: rgb(15 118 110 / 0.1); }
.border-b-teal-700\/100{ border-bottom-color: rgb(15 118 110 / 1); }
.border-b-teal-700\/20{ border-bottom-color: rgb(15 118 110 / 0.2); }
.border-b-teal-700\/25{ border-bottom-color: rgb(15 118 110 / 0.25); }
.border-b-teal-700\/30{ border-bottom-color: rgb(15 118 110 / 0.3); }
.border-b-teal-700\/40{ border-bottom-color: rgb(15 118 110 / 0.4); }
.border-b-teal-700\/5{ border-bottom-color: rgb(15 118 110 / 0.05); }
.border-b-teal-700\/50{ border-bottom-color: rgb(15 118 110 / 0.5); }
.border-b-teal-700\/60{ border-bottom-color: rgb(15 118 110 / 0.6); }
.border-b-teal-700\/70{ border-bottom-color: rgb(15 118 110 / 0.7); }
.border-b-teal-700\/75{ border-bottom-color: rgb(15 118 110 / 0.75); }
.border-b-teal-700\/80{ border-bottom-color: rgb(15 118 110 / 0.8); }
.border-b-teal-700\/90{ border-bottom-color: rgb(15 118 110 / 0.9); }
.border-b-teal-700\/95{ border-bottom-color: rgb(15 118 110 / 0.95); }
.border-b-teal-800{ --tw-border-opacity: 1; border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-b-teal-800\/0{ border-bottom-color: rgb(17 94 89 / 0); }
.border-b-teal-800\/10{ border-bottom-color: rgb(17 94 89 / 0.1); }
.border-b-teal-800\/100{ border-bottom-color: rgb(17 94 89 / 1); }
.border-b-teal-800\/20{ border-bottom-color: rgb(17 94 89 / 0.2); }
.border-b-teal-800\/25{ border-bottom-color: rgb(17 94 89 / 0.25); }
.border-b-teal-800\/30{ border-bottom-color: rgb(17 94 89 / 0.3); }
.border-b-teal-800\/40{ border-bottom-color: rgb(17 94 89 / 0.4); }
.border-b-teal-800\/5{ border-bottom-color: rgb(17 94 89 / 0.05); }
.border-b-teal-800\/50{ border-bottom-color: rgb(17 94 89 / 0.5); }
.border-b-teal-800\/60{ border-bottom-color: rgb(17 94 89 / 0.6); }
.border-b-teal-800\/70{ border-bottom-color: rgb(17 94 89 / 0.7); }
.border-b-teal-800\/75{ border-bottom-color: rgb(17 94 89 / 0.75); }
.border-b-teal-800\/80{ border-bottom-color: rgb(17 94 89 / 0.8); }
.border-b-teal-800\/90{ border-bottom-color: rgb(17 94 89 / 0.9); }
.border-b-teal-800\/95{ border-bottom-color: rgb(17 94 89 / 0.95); }
.border-b-teal-900{ --tw-border-opacity: 1; border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-b-teal-900\/0{ border-bottom-color: rgb(19 78 74 / 0); }
.border-b-teal-900\/10{ border-bottom-color: rgb(19 78 74 / 0.1); }
.border-b-teal-900\/100{ border-bottom-color: rgb(19 78 74 / 1); }
.border-b-teal-900\/20{ border-bottom-color: rgb(19 78 74 / 0.2); }
.border-b-teal-900\/25{ border-bottom-color: rgb(19 78 74 / 0.25); }
.border-b-teal-900\/30{ border-bottom-color: rgb(19 78 74 / 0.3); }
.border-b-teal-900\/40{ border-bottom-color: rgb(19 78 74 / 0.4); }
.border-b-teal-900\/5{ border-bottom-color: rgb(19 78 74 / 0.05); }
.border-b-teal-900\/50{ border-bottom-color: rgb(19 78 74 / 0.5); }
.border-b-teal-900\/60{ border-bottom-color: rgb(19 78 74 / 0.6); }
.border-b-teal-900\/70{ border-bottom-color: rgb(19 78 74 / 0.7); }
.border-b-teal-900\/75{ border-bottom-color: rgb(19 78 74 / 0.75); }
.border-b-teal-900\/80{ border-bottom-color: rgb(19 78 74 / 0.8); }
.border-b-teal-900\/90{ border-bottom-color: rgb(19 78 74 / 0.9); }
.border-b-teal-900\/95{ border-bottom-color: rgb(19 78 74 / 0.95); }
.border-b-teal-950{ --tw-border-opacity: 1; border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-b-teal-950\/0{ border-bottom-color: rgb(4 47 46 / 0); }
.border-b-teal-950\/10{ border-bottom-color: rgb(4 47 46 / 0.1); }
.border-b-teal-950\/100{ border-bottom-color: rgb(4 47 46 / 1); }
.border-b-teal-950\/20{ border-bottom-color: rgb(4 47 46 / 0.2); }
.border-b-teal-950\/25{ border-bottom-color: rgb(4 47 46 / 0.25); }
.border-b-teal-950\/30{ border-bottom-color: rgb(4 47 46 / 0.3); }
.border-b-teal-950\/40{ border-bottom-color: rgb(4 47 46 / 0.4); }
.border-b-teal-950\/5{ border-bottom-color: rgb(4 47 46 / 0.05); }
.border-b-teal-950\/50{ border-bottom-color: rgb(4 47 46 / 0.5); }
.border-b-teal-950\/60{ border-bottom-color: rgb(4 47 46 / 0.6); }
.border-b-teal-950\/70{ border-bottom-color: rgb(4 47 46 / 0.7); }
.border-b-teal-950\/75{ border-bottom-color: rgb(4 47 46 / 0.75); }
.border-b-teal-950\/80{ border-bottom-color: rgb(4 47 46 / 0.8); }
.border-b-teal-950\/90{ border-bottom-color: rgb(4 47 46 / 0.9); }
.border-b-teal-950\/95{ border-bottom-color: rgb(4 47 46 / 0.95); }
.border-b-transparent{ border-bottom-color: transparent; }
.border-b-transparent\/0{ border-bottom-color: rgb(0 0 0 / 0); }
.border-b-transparent\/10{ border-bottom-color: rgb(0 0 0 / 0.1); }
.border-b-transparent\/100{ border-bottom-color: rgb(0 0 0 / 1); }
.border-b-transparent\/20{ border-bottom-color: rgb(0 0 0 / 0.2); }
.border-b-transparent\/25{ border-bottom-color: rgb(0 0 0 / 0.25); }
.border-b-transparent\/30{ border-bottom-color: rgb(0 0 0 / 0.3); }
.border-b-transparent\/40{ border-bottom-color: rgb(0 0 0 / 0.4); }
.border-b-transparent\/5{ border-bottom-color: rgb(0 0 0 / 0.05); }
.border-b-transparent\/50{ border-bottom-color: rgb(0 0 0 / 0.5); }
.border-b-transparent\/60{ border-bottom-color: rgb(0 0 0 / 0.6); }
.border-b-transparent\/70{ border-bottom-color: rgb(0 0 0 / 0.7); }
.border-b-transparent\/75{ border-bottom-color: rgb(0 0 0 / 0.75); }
.border-b-transparent\/80{ border-bottom-color: rgb(0 0 0 / 0.8); }
.border-b-transparent\/90{ border-bottom-color: rgb(0 0 0 / 0.9); }
.border-b-transparent\/95{ border-bottom-color: rgb(0 0 0 / 0.95); }
.border-b-violet-100{ --tw-border-opacity: 1; border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-b-violet-100\/0{ border-bottom-color: rgb(237 233 254 / 0); }
.border-b-violet-100\/10{ border-bottom-color: rgb(237 233 254 / 0.1); }
.border-b-violet-100\/100{ border-bottom-color: rgb(237 233 254 / 1); }
.border-b-violet-100\/20{ border-bottom-color: rgb(237 233 254 / 0.2); }
.border-b-violet-100\/25{ border-bottom-color: rgb(237 233 254 / 0.25); }
.border-b-violet-100\/30{ border-bottom-color: rgb(237 233 254 / 0.3); }
.border-b-violet-100\/40{ border-bottom-color: rgb(237 233 254 / 0.4); }
.border-b-violet-100\/5{ border-bottom-color: rgb(237 233 254 / 0.05); }
.border-b-violet-100\/50{ border-bottom-color: rgb(237 233 254 / 0.5); }
.border-b-violet-100\/60{ border-bottom-color: rgb(237 233 254 / 0.6); }
.border-b-violet-100\/70{ border-bottom-color: rgb(237 233 254 / 0.7); }
.border-b-violet-100\/75{ border-bottom-color: rgb(237 233 254 / 0.75); }
.border-b-violet-100\/80{ border-bottom-color: rgb(237 233 254 / 0.8); }
.border-b-violet-100\/90{ border-bottom-color: rgb(237 233 254 / 0.9); }
.border-b-violet-100\/95{ border-bottom-color: rgb(237 233 254 / 0.95); }
.border-b-violet-200{ --tw-border-opacity: 1; border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-b-violet-200\/0{ border-bottom-color: rgb(221 214 254 / 0); }
.border-b-violet-200\/10{ border-bottom-color: rgb(221 214 254 / 0.1); }
.border-b-violet-200\/100{ border-bottom-color: rgb(221 214 254 / 1); }
.border-b-violet-200\/20{ border-bottom-color: rgb(221 214 254 / 0.2); }
.border-b-violet-200\/25{ border-bottom-color: rgb(221 214 254 / 0.25); }
.border-b-violet-200\/30{ border-bottom-color: rgb(221 214 254 / 0.3); }
.border-b-violet-200\/40{ border-bottom-color: rgb(221 214 254 / 0.4); }
.border-b-violet-200\/5{ border-bottom-color: rgb(221 214 254 / 0.05); }
.border-b-violet-200\/50{ border-bottom-color: rgb(221 214 254 / 0.5); }
.border-b-violet-200\/60{ border-bottom-color: rgb(221 214 254 / 0.6); }
.border-b-violet-200\/70{ border-bottom-color: rgb(221 214 254 / 0.7); }
.border-b-violet-200\/75{ border-bottom-color: rgb(221 214 254 / 0.75); }
.border-b-violet-200\/80{ border-bottom-color: rgb(221 214 254 / 0.8); }
.border-b-violet-200\/90{ border-bottom-color: rgb(221 214 254 / 0.9); }
.border-b-violet-200\/95{ border-bottom-color: rgb(221 214 254 / 0.95); }
.border-b-violet-300{ --tw-border-opacity: 1; border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-b-violet-300\/0{ border-bottom-color: rgb(196 181 253 / 0); }
.border-b-violet-300\/10{ border-bottom-color: rgb(196 181 253 / 0.1); }
.border-b-violet-300\/100{ border-bottom-color: rgb(196 181 253 / 1); }
.border-b-violet-300\/20{ border-bottom-color: rgb(196 181 253 / 0.2); }
.border-b-violet-300\/25{ border-bottom-color: rgb(196 181 253 / 0.25); }
.border-b-violet-300\/30{ border-bottom-color: rgb(196 181 253 / 0.3); }
.border-b-violet-300\/40{ border-bottom-color: rgb(196 181 253 / 0.4); }
.border-b-violet-300\/5{ border-bottom-color: rgb(196 181 253 / 0.05); }
.border-b-violet-300\/50{ border-bottom-color: rgb(196 181 253 / 0.5); }
.border-b-violet-300\/60{ border-bottom-color: rgb(196 181 253 / 0.6); }
.border-b-violet-300\/70{ border-bottom-color: rgb(196 181 253 / 0.7); }
.border-b-violet-300\/75{ border-bottom-color: rgb(196 181 253 / 0.75); }
.border-b-violet-300\/80{ border-bottom-color: rgb(196 181 253 / 0.8); }
.border-b-violet-300\/90{ border-bottom-color: rgb(196 181 253 / 0.9); }
.border-b-violet-300\/95{ border-bottom-color: rgb(196 181 253 / 0.95); }
.border-b-violet-400{ --tw-border-opacity: 1; border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-b-violet-400\/0{ border-bottom-color: rgb(167 139 250 / 0); }
.border-b-violet-400\/10{ border-bottom-color: rgb(167 139 250 / 0.1); }
.border-b-violet-400\/100{ border-bottom-color: rgb(167 139 250 / 1); }
.border-b-violet-400\/20{ border-bottom-color: rgb(167 139 250 / 0.2); }
.border-b-violet-400\/25{ border-bottom-color: rgb(167 139 250 / 0.25); }
.border-b-violet-400\/30{ border-bottom-color: rgb(167 139 250 / 0.3); }
.border-b-violet-400\/40{ border-bottom-color: rgb(167 139 250 / 0.4); }
.border-b-violet-400\/5{ border-bottom-color: rgb(167 139 250 / 0.05); }
.border-b-violet-400\/50{ border-bottom-color: rgb(167 139 250 / 0.5); }
.border-b-violet-400\/60{ border-bottom-color: rgb(167 139 250 / 0.6); }
.border-b-violet-400\/70{ border-bottom-color: rgb(167 139 250 / 0.7); }
.border-b-violet-400\/75{ border-bottom-color: rgb(167 139 250 / 0.75); }
.border-b-violet-400\/80{ border-bottom-color: rgb(167 139 250 / 0.8); }
.border-b-violet-400\/90{ border-bottom-color: rgb(167 139 250 / 0.9); }
.border-b-violet-400\/95{ border-bottom-color: rgb(167 139 250 / 0.95); }
.border-b-violet-50{ --tw-border-opacity: 1; border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-b-violet-50\/0{ border-bottom-color: rgb(245 243 255 / 0); }
.border-b-violet-50\/10{ border-bottom-color: rgb(245 243 255 / 0.1); }
.border-b-violet-50\/100{ border-bottom-color: rgb(245 243 255 / 1); }
.border-b-violet-50\/20{ border-bottom-color: rgb(245 243 255 / 0.2); }
.border-b-violet-50\/25{ border-bottom-color: rgb(245 243 255 / 0.25); }
.border-b-violet-50\/30{ border-bottom-color: rgb(245 243 255 / 0.3); }
.border-b-violet-50\/40{ border-bottom-color: rgb(245 243 255 / 0.4); }
.border-b-violet-50\/5{ border-bottom-color: rgb(245 243 255 / 0.05); }
.border-b-violet-50\/50{ border-bottom-color: rgb(245 243 255 / 0.5); }
.border-b-violet-50\/60{ border-bottom-color: rgb(245 243 255 / 0.6); }
.border-b-violet-50\/70{ border-bottom-color: rgb(245 243 255 / 0.7); }
.border-b-violet-50\/75{ border-bottom-color: rgb(245 243 255 / 0.75); }
.border-b-violet-50\/80{ border-bottom-color: rgb(245 243 255 / 0.8); }
.border-b-violet-50\/90{ border-bottom-color: rgb(245 243 255 / 0.9); }
.border-b-violet-50\/95{ border-bottom-color: rgb(245 243 255 / 0.95); }
.border-b-violet-500{ --tw-border-opacity: 1; border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-b-violet-500\/0{ border-bottom-color: rgb(139 92 246 / 0); }
.border-b-violet-500\/10{ border-bottom-color: rgb(139 92 246 / 0.1); }
.border-b-violet-500\/100{ border-bottom-color: rgb(139 92 246 / 1); }
.border-b-violet-500\/20{ border-bottom-color: rgb(139 92 246 / 0.2); }
.border-b-violet-500\/25{ border-bottom-color: rgb(139 92 246 / 0.25); }
.border-b-violet-500\/30{ border-bottom-color: rgb(139 92 246 / 0.3); }
.border-b-violet-500\/40{ border-bottom-color: rgb(139 92 246 / 0.4); }
.border-b-violet-500\/5{ border-bottom-color: rgb(139 92 246 / 0.05); }
.border-b-violet-500\/50{ border-bottom-color: rgb(139 92 246 / 0.5); }
.border-b-violet-500\/60{ border-bottom-color: rgb(139 92 246 / 0.6); }
.border-b-violet-500\/70{ border-bottom-color: rgb(139 92 246 / 0.7); }
.border-b-violet-500\/75{ border-bottom-color: rgb(139 92 246 / 0.75); }
.border-b-violet-500\/80{ border-bottom-color: rgb(139 92 246 / 0.8); }
.border-b-violet-500\/90{ border-bottom-color: rgb(139 92 246 / 0.9); }
.border-b-violet-500\/95{ border-bottom-color: rgb(139 92 246 / 0.95); }
.border-b-violet-600{ --tw-border-opacity: 1; border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-b-violet-600\/0{ border-bottom-color: rgb(124 58 237 / 0); }
.border-b-violet-600\/10{ border-bottom-color: rgb(124 58 237 / 0.1); }
.border-b-violet-600\/100{ border-bottom-color: rgb(124 58 237 / 1); }
.border-b-violet-600\/20{ border-bottom-color: rgb(124 58 237 / 0.2); }
.border-b-violet-600\/25{ border-bottom-color: rgb(124 58 237 / 0.25); }
.border-b-violet-600\/30{ border-bottom-color: rgb(124 58 237 / 0.3); }
.border-b-violet-600\/40{ border-bottom-color: rgb(124 58 237 / 0.4); }
.border-b-violet-600\/5{ border-bottom-color: rgb(124 58 237 / 0.05); }
.border-b-violet-600\/50{ border-bottom-color: rgb(124 58 237 / 0.5); }
.border-b-violet-600\/60{ border-bottom-color: rgb(124 58 237 / 0.6); }
.border-b-violet-600\/70{ border-bottom-color: rgb(124 58 237 / 0.7); }
.border-b-violet-600\/75{ border-bottom-color: rgb(124 58 237 / 0.75); }
.border-b-violet-600\/80{ border-bottom-color: rgb(124 58 237 / 0.8); }
.border-b-violet-600\/90{ border-bottom-color: rgb(124 58 237 / 0.9); }
.border-b-violet-600\/95{ border-bottom-color: rgb(124 58 237 / 0.95); }
.border-b-violet-700{ --tw-border-opacity: 1; border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-b-violet-700\/0{ border-bottom-color: rgb(109 40 217 / 0); }
.border-b-violet-700\/10{ border-bottom-color: rgb(109 40 217 / 0.1); }
.border-b-violet-700\/100{ border-bottom-color: rgb(109 40 217 / 1); }
.border-b-violet-700\/20{ border-bottom-color: rgb(109 40 217 / 0.2); }
.border-b-violet-700\/25{ border-bottom-color: rgb(109 40 217 / 0.25); }
.border-b-violet-700\/30{ border-bottom-color: rgb(109 40 217 / 0.3); }
.border-b-violet-700\/40{ border-bottom-color: rgb(109 40 217 / 0.4); }
.border-b-violet-700\/5{ border-bottom-color: rgb(109 40 217 / 0.05); }
.border-b-violet-700\/50{ border-bottom-color: rgb(109 40 217 / 0.5); }
.border-b-violet-700\/60{ border-bottom-color: rgb(109 40 217 / 0.6); }
.border-b-violet-700\/70{ border-bottom-color: rgb(109 40 217 / 0.7); }
.border-b-violet-700\/75{ border-bottom-color: rgb(109 40 217 / 0.75); }
.border-b-violet-700\/80{ border-bottom-color: rgb(109 40 217 / 0.8); }
.border-b-violet-700\/90{ border-bottom-color: rgb(109 40 217 / 0.9); }
.border-b-violet-700\/95{ border-bottom-color: rgb(109 40 217 / 0.95); }
.border-b-violet-800{ --tw-border-opacity: 1; border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-b-violet-800\/0{ border-bottom-color: rgb(91 33 182 / 0); }
.border-b-violet-800\/10{ border-bottom-color: rgb(91 33 182 / 0.1); }
.border-b-violet-800\/100{ border-bottom-color: rgb(91 33 182 / 1); }
.border-b-violet-800\/20{ border-bottom-color: rgb(91 33 182 / 0.2); }
.border-b-violet-800\/25{ border-bottom-color: rgb(91 33 182 / 0.25); }
.border-b-violet-800\/30{ border-bottom-color: rgb(91 33 182 / 0.3); }
.border-b-violet-800\/40{ border-bottom-color: rgb(91 33 182 / 0.4); }
.border-b-violet-800\/5{ border-bottom-color: rgb(91 33 182 / 0.05); }
.border-b-violet-800\/50{ border-bottom-color: rgb(91 33 182 / 0.5); }
.border-b-violet-800\/60{ border-bottom-color: rgb(91 33 182 / 0.6); }
.border-b-violet-800\/70{ border-bottom-color: rgb(91 33 182 / 0.7); }
.border-b-violet-800\/75{ border-bottom-color: rgb(91 33 182 / 0.75); }
.border-b-violet-800\/80{ border-bottom-color: rgb(91 33 182 / 0.8); }
.border-b-violet-800\/90{ border-bottom-color: rgb(91 33 182 / 0.9); }
.border-b-violet-800\/95{ border-bottom-color: rgb(91 33 182 / 0.95); }
.border-b-violet-900{ --tw-border-opacity: 1; border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-b-violet-900\/0{ border-bottom-color: rgb(76 29 149 / 0); }
.border-b-violet-900\/10{ border-bottom-color: rgb(76 29 149 / 0.1); }
.border-b-violet-900\/100{ border-bottom-color: rgb(76 29 149 / 1); }
.border-b-violet-900\/20{ border-bottom-color: rgb(76 29 149 / 0.2); }
.border-b-violet-900\/25{ border-bottom-color: rgb(76 29 149 / 0.25); }
.border-b-violet-900\/30{ border-bottom-color: rgb(76 29 149 / 0.3); }
.border-b-violet-900\/40{ border-bottom-color: rgb(76 29 149 / 0.4); }
.border-b-violet-900\/5{ border-bottom-color: rgb(76 29 149 / 0.05); }
.border-b-violet-900\/50{ border-bottom-color: rgb(76 29 149 / 0.5); }
.border-b-violet-900\/60{ border-bottom-color: rgb(76 29 149 / 0.6); }
.border-b-violet-900\/70{ border-bottom-color: rgb(76 29 149 / 0.7); }
.border-b-violet-900\/75{ border-bottom-color: rgb(76 29 149 / 0.75); }
.border-b-violet-900\/80{ border-bottom-color: rgb(76 29 149 / 0.8); }
.border-b-violet-900\/90{ border-bottom-color: rgb(76 29 149 / 0.9); }
.border-b-violet-900\/95{ border-bottom-color: rgb(76 29 149 / 0.95); }
.border-b-violet-950{ --tw-border-opacity: 1; border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-b-violet-950\/0{ border-bottom-color: rgb(46 16 101 / 0); }
.border-b-violet-950\/10{ border-bottom-color: rgb(46 16 101 / 0.1); }
.border-b-violet-950\/100{ border-bottom-color: rgb(46 16 101 / 1); }
.border-b-violet-950\/20{ border-bottom-color: rgb(46 16 101 / 0.2); }
.border-b-violet-950\/25{ border-bottom-color: rgb(46 16 101 / 0.25); }
.border-b-violet-950\/30{ border-bottom-color: rgb(46 16 101 / 0.3); }
.border-b-violet-950\/40{ border-bottom-color: rgb(46 16 101 / 0.4); }
.border-b-violet-950\/5{ border-bottom-color: rgb(46 16 101 / 0.05); }
.border-b-violet-950\/50{ border-bottom-color: rgb(46 16 101 / 0.5); }
.border-b-violet-950\/60{ border-bottom-color: rgb(46 16 101 / 0.6); }
.border-b-violet-950\/70{ border-bottom-color: rgb(46 16 101 / 0.7); }
.border-b-violet-950\/75{ border-bottom-color: rgb(46 16 101 / 0.75); }
.border-b-violet-950\/80{ border-bottom-color: rgb(46 16 101 / 0.8); }
.border-b-violet-950\/90{ border-bottom-color: rgb(46 16 101 / 0.9); }
.border-b-violet-950\/95{ border-bottom-color: rgb(46 16 101 / 0.95); }
.border-b-white{ --tw-border-opacity: 1; border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-b-white\/0{ border-bottom-color: rgb(255 255 255 / 0); }
.border-b-white\/10{ border-bottom-color: rgb(255 255 255 / 0.1); }
.border-b-white\/100{ border-bottom-color: rgb(255 255 255 / 1); }
.border-b-white\/20{ border-bottom-color: rgb(255 255 255 / 0.2); }
.border-b-white\/25{ border-bottom-color: rgb(255 255 255 / 0.25); }
.border-b-white\/30{ border-bottom-color: rgb(255 255 255 / 0.3); }
.border-b-white\/40{ border-bottom-color: rgb(255 255 255 / 0.4); }
.border-b-white\/5{ border-bottom-color: rgb(255 255 255 / 0.05); }
.border-b-white\/50{ border-bottom-color: rgb(255 255 255 / 0.5); }
.border-b-white\/60{ border-bottom-color: rgb(255 255 255 / 0.6); }
.border-b-white\/70{ border-bottom-color: rgb(255 255 255 / 0.7); }
.border-b-white\/75{ border-bottom-color: rgb(255 255 255 / 0.75); }
.border-b-white\/80{ border-bottom-color: rgb(255 255 255 / 0.8); }
.border-b-white\/90{ border-bottom-color: rgb(255 255 255 / 0.9); }
.border-b-white\/95{ border-bottom-color: rgb(255 255 255 / 0.95); }
.border-b-yellow-100{ --tw-border-opacity: 1; border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-b-yellow-100\/0{ border-bottom-color: rgb(254 249 195 / 0); }
.border-b-yellow-100\/10{ border-bottom-color: rgb(254 249 195 / 0.1); }
.border-b-yellow-100\/100{ border-bottom-color: rgb(254 249 195 / 1); }
.border-b-yellow-100\/20{ border-bottom-color: rgb(254 249 195 / 0.2); }
.border-b-yellow-100\/25{ border-bottom-color: rgb(254 249 195 / 0.25); }
.border-b-yellow-100\/30{ border-bottom-color: rgb(254 249 195 / 0.3); }
.border-b-yellow-100\/40{ border-bottom-color: rgb(254 249 195 / 0.4); }
.border-b-yellow-100\/5{ border-bottom-color: rgb(254 249 195 / 0.05); }
.border-b-yellow-100\/50{ border-bottom-color: rgb(254 249 195 / 0.5); }
.border-b-yellow-100\/60{ border-bottom-color: rgb(254 249 195 / 0.6); }
.border-b-yellow-100\/70{ border-bottom-color: rgb(254 249 195 / 0.7); }
.border-b-yellow-100\/75{ border-bottom-color: rgb(254 249 195 / 0.75); }
.border-b-yellow-100\/80{ border-bottom-color: rgb(254 249 195 / 0.8); }
.border-b-yellow-100\/90{ border-bottom-color: rgb(254 249 195 / 0.9); }
.border-b-yellow-100\/95{ border-bottom-color: rgb(254 249 195 / 0.95); }
.border-b-yellow-200{ --tw-border-opacity: 1; border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-b-yellow-200\/0{ border-bottom-color: rgb(254 240 138 / 0); }
.border-b-yellow-200\/10{ border-bottom-color: rgb(254 240 138 / 0.1); }
.border-b-yellow-200\/100{ border-bottom-color: rgb(254 240 138 / 1); }
.border-b-yellow-200\/20{ border-bottom-color: rgb(254 240 138 / 0.2); }
.border-b-yellow-200\/25{ border-bottom-color: rgb(254 240 138 / 0.25); }
.border-b-yellow-200\/30{ border-bottom-color: rgb(254 240 138 / 0.3); }
.border-b-yellow-200\/40{ border-bottom-color: rgb(254 240 138 / 0.4); }
.border-b-yellow-200\/5{ border-bottom-color: rgb(254 240 138 / 0.05); }
.border-b-yellow-200\/50{ border-bottom-color: rgb(254 240 138 / 0.5); }
.border-b-yellow-200\/60{ border-bottom-color: rgb(254 240 138 / 0.6); }
.border-b-yellow-200\/70{ border-bottom-color: rgb(254 240 138 / 0.7); }
.border-b-yellow-200\/75{ border-bottom-color: rgb(254 240 138 / 0.75); }
.border-b-yellow-200\/80{ border-bottom-color: rgb(254 240 138 / 0.8); }
.border-b-yellow-200\/90{ border-bottom-color: rgb(254 240 138 / 0.9); }
.border-b-yellow-200\/95{ border-bottom-color: rgb(254 240 138 / 0.95); }
.border-b-yellow-300{ --tw-border-opacity: 1; border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-b-yellow-300\/0{ border-bottom-color: rgb(253 224 71 / 0); }
.border-b-yellow-300\/10{ border-bottom-color: rgb(253 224 71 / 0.1); }
.border-b-yellow-300\/100{ border-bottom-color: rgb(253 224 71 / 1); }
.border-b-yellow-300\/20{ border-bottom-color: rgb(253 224 71 / 0.2); }
.border-b-yellow-300\/25{ border-bottom-color: rgb(253 224 71 / 0.25); }
.border-b-yellow-300\/30{ border-bottom-color: rgb(253 224 71 / 0.3); }
.border-b-yellow-300\/40{ border-bottom-color: rgb(253 224 71 / 0.4); }
.border-b-yellow-300\/5{ border-bottom-color: rgb(253 224 71 / 0.05); }
.border-b-yellow-300\/50{ border-bottom-color: rgb(253 224 71 / 0.5); }
.border-b-yellow-300\/60{ border-bottom-color: rgb(253 224 71 / 0.6); }
.border-b-yellow-300\/70{ border-bottom-color: rgb(253 224 71 / 0.7); }
.border-b-yellow-300\/75{ border-bottom-color: rgb(253 224 71 / 0.75); }
.border-b-yellow-300\/80{ border-bottom-color: rgb(253 224 71 / 0.8); }
.border-b-yellow-300\/90{ border-bottom-color: rgb(253 224 71 / 0.9); }
.border-b-yellow-300\/95{ border-bottom-color: rgb(253 224 71 / 0.95); }
.border-b-yellow-400{ --tw-border-opacity: 1; border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-b-yellow-400\/0{ border-bottom-color: rgb(250 204 21 / 0); }
.border-b-yellow-400\/10{ border-bottom-color: rgb(250 204 21 / 0.1); }
.border-b-yellow-400\/100{ border-bottom-color: rgb(250 204 21 / 1); }
.border-b-yellow-400\/20{ border-bottom-color: rgb(250 204 21 / 0.2); }
.border-b-yellow-400\/25{ border-bottom-color: rgb(250 204 21 / 0.25); }
.border-b-yellow-400\/30{ border-bottom-color: rgb(250 204 21 / 0.3); }
.border-b-yellow-400\/40{ border-bottom-color: rgb(250 204 21 / 0.4); }
.border-b-yellow-400\/5{ border-bottom-color: rgb(250 204 21 / 0.05); }
.border-b-yellow-400\/50{ border-bottom-color: rgb(250 204 21 / 0.5); }
.border-b-yellow-400\/60{ border-bottom-color: rgb(250 204 21 / 0.6); }
.border-b-yellow-400\/70{ border-bottom-color: rgb(250 204 21 / 0.7); }
.border-b-yellow-400\/75{ border-bottom-color: rgb(250 204 21 / 0.75); }
.border-b-yellow-400\/80{ border-bottom-color: rgb(250 204 21 / 0.8); }
.border-b-yellow-400\/90{ border-bottom-color: rgb(250 204 21 / 0.9); }
.border-b-yellow-400\/95{ border-bottom-color: rgb(250 204 21 / 0.95); }
.border-b-yellow-50{ --tw-border-opacity: 1; border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-b-yellow-50\/0{ border-bottom-color: rgb(254 252 232 / 0); }
.border-b-yellow-50\/10{ border-bottom-color: rgb(254 252 232 / 0.1); }
.border-b-yellow-50\/100{ border-bottom-color: rgb(254 252 232 / 1); }
.border-b-yellow-50\/20{ border-bottom-color: rgb(254 252 232 / 0.2); }
.border-b-yellow-50\/25{ border-bottom-color: rgb(254 252 232 / 0.25); }
.border-b-yellow-50\/30{ border-bottom-color: rgb(254 252 232 / 0.3); }
.border-b-yellow-50\/40{ border-bottom-color: rgb(254 252 232 / 0.4); }
.border-b-yellow-50\/5{ border-bottom-color: rgb(254 252 232 / 0.05); }
.border-b-yellow-50\/50{ border-bottom-color: rgb(254 252 232 / 0.5); }
.border-b-yellow-50\/60{ border-bottom-color: rgb(254 252 232 / 0.6); }
.border-b-yellow-50\/70{ border-bottom-color: rgb(254 252 232 / 0.7); }
.border-b-yellow-50\/75{ border-bottom-color: rgb(254 252 232 / 0.75); }
.border-b-yellow-50\/80{ border-bottom-color: rgb(254 252 232 / 0.8); }
.border-b-yellow-50\/90{ border-bottom-color: rgb(254 252 232 / 0.9); }
.border-b-yellow-50\/95{ border-bottom-color: rgb(254 252 232 / 0.95); }
.border-b-yellow-500{ --tw-border-opacity: 1; border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-b-yellow-500\/0{ border-bottom-color: rgb(234 179 8 / 0); }
.border-b-yellow-500\/10{ border-bottom-color: rgb(234 179 8 / 0.1); }
.border-b-yellow-500\/100{ border-bottom-color: rgb(234 179 8 / 1); }
.border-b-yellow-500\/20{ border-bottom-color: rgb(234 179 8 / 0.2); }
.border-b-yellow-500\/25{ border-bottom-color: rgb(234 179 8 / 0.25); }
.border-b-yellow-500\/30{ border-bottom-color: rgb(234 179 8 / 0.3); }
.border-b-yellow-500\/40{ border-bottom-color: rgb(234 179 8 / 0.4); }
.border-b-yellow-500\/5{ border-bottom-color: rgb(234 179 8 / 0.05); }
.border-b-yellow-500\/50{ border-bottom-color: rgb(234 179 8 / 0.5); }
.border-b-yellow-500\/60{ border-bottom-color: rgb(234 179 8 / 0.6); }
.border-b-yellow-500\/70{ border-bottom-color: rgb(234 179 8 / 0.7); }
.border-b-yellow-500\/75{ border-bottom-color: rgb(234 179 8 / 0.75); }
.border-b-yellow-500\/80{ border-bottom-color: rgb(234 179 8 / 0.8); }
.border-b-yellow-500\/90{ border-bottom-color: rgb(234 179 8 / 0.9); }
.border-b-yellow-500\/95{ border-bottom-color: rgb(234 179 8 / 0.95); }
.border-b-yellow-600{ --tw-border-opacity: 1; border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-b-yellow-600\/0{ border-bottom-color: rgb(202 138 4 / 0); }
.border-b-yellow-600\/10{ border-bottom-color: rgb(202 138 4 / 0.1); }
.border-b-yellow-600\/100{ border-bottom-color: rgb(202 138 4 / 1); }
.border-b-yellow-600\/20{ border-bottom-color: rgb(202 138 4 / 0.2); }
.border-b-yellow-600\/25{ border-bottom-color: rgb(202 138 4 / 0.25); }
.border-b-yellow-600\/30{ border-bottom-color: rgb(202 138 4 / 0.3); }
.border-b-yellow-600\/40{ border-bottom-color: rgb(202 138 4 / 0.4); }
.border-b-yellow-600\/5{ border-bottom-color: rgb(202 138 4 / 0.05); }
.border-b-yellow-600\/50{ border-bottom-color: rgb(202 138 4 / 0.5); }
.border-b-yellow-600\/60{ border-bottom-color: rgb(202 138 4 / 0.6); }
.border-b-yellow-600\/70{ border-bottom-color: rgb(202 138 4 / 0.7); }
.border-b-yellow-600\/75{ border-bottom-color: rgb(202 138 4 / 0.75); }
.border-b-yellow-600\/80{ border-bottom-color: rgb(202 138 4 / 0.8); }
.border-b-yellow-600\/90{ border-bottom-color: rgb(202 138 4 / 0.9); }
.border-b-yellow-600\/95{ border-bottom-color: rgb(202 138 4 / 0.95); }
.border-b-yellow-700{ --tw-border-opacity: 1; border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-b-yellow-700\/0{ border-bottom-color: rgb(161 98 7 / 0); }
.border-b-yellow-700\/10{ border-bottom-color: rgb(161 98 7 / 0.1); }
.border-b-yellow-700\/100{ border-bottom-color: rgb(161 98 7 / 1); }
.border-b-yellow-700\/20{ border-bottom-color: rgb(161 98 7 / 0.2); }
.border-b-yellow-700\/25{ border-bottom-color: rgb(161 98 7 / 0.25); }
.border-b-yellow-700\/30{ border-bottom-color: rgb(161 98 7 / 0.3); }
.border-b-yellow-700\/40{ border-bottom-color: rgb(161 98 7 / 0.4); }
.border-b-yellow-700\/5{ border-bottom-color: rgb(161 98 7 / 0.05); }
.border-b-yellow-700\/50{ border-bottom-color: rgb(161 98 7 / 0.5); }
.border-b-yellow-700\/60{ border-bottom-color: rgb(161 98 7 / 0.6); }
.border-b-yellow-700\/70{ border-bottom-color: rgb(161 98 7 / 0.7); }
.border-b-yellow-700\/75{ border-bottom-color: rgb(161 98 7 / 0.75); }
.border-b-yellow-700\/80{ border-bottom-color: rgb(161 98 7 / 0.8); }
.border-b-yellow-700\/90{ border-bottom-color: rgb(161 98 7 / 0.9); }
.border-b-yellow-700\/95{ border-bottom-color: rgb(161 98 7 / 0.95); }
.border-b-yellow-800{ --tw-border-opacity: 1; border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-b-yellow-800\/0{ border-bottom-color: rgb(133 77 14 / 0); }
.border-b-yellow-800\/10{ border-bottom-color: rgb(133 77 14 / 0.1); }
.border-b-yellow-800\/100{ border-bottom-color: rgb(133 77 14 / 1); }
.border-b-yellow-800\/20{ border-bottom-color: rgb(133 77 14 / 0.2); }
.border-b-yellow-800\/25{ border-bottom-color: rgb(133 77 14 / 0.25); }
.border-b-yellow-800\/30{ border-bottom-color: rgb(133 77 14 / 0.3); }
.border-b-yellow-800\/40{ border-bottom-color: rgb(133 77 14 / 0.4); }
.border-b-yellow-800\/5{ border-bottom-color: rgb(133 77 14 / 0.05); }
.border-b-yellow-800\/50{ border-bottom-color: rgb(133 77 14 / 0.5); }
.border-b-yellow-800\/60{ border-bottom-color: rgb(133 77 14 / 0.6); }
.border-b-yellow-800\/70{ border-bottom-color: rgb(133 77 14 / 0.7); }
.border-b-yellow-800\/75{ border-bottom-color: rgb(133 77 14 / 0.75); }
.border-b-yellow-800\/80{ border-bottom-color: rgb(133 77 14 / 0.8); }
.border-b-yellow-800\/90{ border-bottom-color: rgb(133 77 14 / 0.9); }
.border-b-yellow-800\/95{ border-bottom-color: rgb(133 77 14 / 0.95); }
.border-b-yellow-900{ --tw-border-opacity: 1; border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-b-yellow-900\/0{ border-bottom-color: rgb(113 63 18 / 0); }
.border-b-yellow-900\/10{ border-bottom-color: rgb(113 63 18 / 0.1); }
.border-b-yellow-900\/100{ border-bottom-color: rgb(113 63 18 / 1); }
.border-b-yellow-900\/20{ border-bottom-color: rgb(113 63 18 / 0.2); }
.border-b-yellow-900\/25{ border-bottom-color: rgb(113 63 18 / 0.25); }
.border-b-yellow-900\/30{ border-bottom-color: rgb(113 63 18 / 0.3); }
.border-b-yellow-900\/40{ border-bottom-color: rgb(113 63 18 / 0.4); }
.border-b-yellow-900\/5{ border-bottom-color: rgb(113 63 18 / 0.05); }
.border-b-yellow-900\/50{ border-bottom-color: rgb(113 63 18 / 0.5); }
.border-b-yellow-900\/60{ border-bottom-color: rgb(113 63 18 / 0.6); }
.border-b-yellow-900\/70{ border-bottom-color: rgb(113 63 18 / 0.7); }
.border-b-yellow-900\/75{ border-bottom-color: rgb(113 63 18 / 0.75); }
.border-b-yellow-900\/80{ border-bottom-color: rgb(113 63 18 / 0.8); }
.border-b-yellow-900\/90{ border-bottom-color: rgb(113 63 18 / 0.9); }
.border-b-yellow-900\/95{ border-bottom-color: rgb(113 63 18 / 0.95); }
.border-b-yellow-950{ --tw-border-opacity: 1; border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-b-yellow-950\/0{ border-bottom-color: rgb(66 32 6 / 0); }
.border-b-yellow-950\/10{ border-bottom-color: rgb(66 32 6 / 0.1); }
.border-b-yellow-950\/100{ border-bottom-color: rgb(66 32 6 / 1); }
.border-b-yellow-950\/20{ border-bottom-color: rgb(66 32 6 / 0.2); }
.border-b-yellow-950\/25{ border-bottom-color: rgb(66 32 6 / 0.25); }
.border-b-yellow-950\/30{ border-bottom-color: rgb(66 32 6 / 0.3); }
.border-b-yellow-950\/40{ border-bottom-color: rgb(66 32 6 / 0.4); }
.border-b-yellow-950\/5{ border-bottom-color: rgb(66 32 6 / 0.05); }
.border-b-yellow-950\/50{ border-bottom-color: rgb(66 32 6 / 0.5); }
.border-b-yellow-950\/60{ border-bottom-color: rgb(66 32 6 / 0.6); }
.border-b-yellow-950\/70{ border-bottom-color: rgb(66 32 6 / 0.7); }
.border-b-yellow-950\/75{ border-bottom-color: rgb(66 32 6 / 0.75); }
.border-b-yellow-950\/80{ border-bottom-color: rgb(66 32 6 / 0.8); }
.border-b-yellow-950\/90{ border-bottom-color: rgb(66 32 6 / 0.9); }
.border-b-yellow-950\/95{ border-bottom-color: rgb(66 32 6 / 0.95); }
.border-b-zinc-100{ --tw-border-opacity: 1; border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-b-zinc-100\/0{ border-bottom-color: rgb(244 244 245 / 0); }
.border-b-zinc-100\/10{ border-bottom-color: rgb(244 244 245 / 0.1); }
.border-b-zinc-100\/100{ border-bottom-color: rgb(244 244 245 / 1); }
.border-b-zinc-100\/20{ border-bottom-color: rgb(244 244 245 / 0.2); }
.border-b-zinc-100\/25{ border-bottom-color: rgb(244 244 245 / 0.25); }
.border-b-zinc-100\/30{ border-bottom-color: rgb(244 244 245 / 0.3); }
.border-b-zinc-100\/40{ border-bottom-color: rgb(244 244 245 / 0.4); }
.border-b-zinc-100\/5{ border-bottom-color: rgb(244 244 245 / 0.05); }
.border-b-zinc-100\/50{ border-bottom-color: rgb(244 244 245 / 0.5); }
.border-b-zinc-100\/60{ border-bottom-color: rgb(244 244 245 / 0.6); }
.border-b-zinc-100\/70{ border-bottom-color: rgb(244 244 245 / 0.7); }
.border-b-zinc-100\/75{ border-bottom-color: rgb(244 244 245 / 0.75); }
.border-b-zinc-100\/80{ border-bottom-color: rgb(244 244 245 / 0.8); }
.border-b-zinc-100\/90{ border-bottom-color: rgb(244 244 245 / 0.9); }
.border-b-zinc-100\/95{ border-bottom-color: rgb(244 244 245 / 0.95); }
.border-b-zinc-200{ --tw-border-opacity: 1; border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-b-zinc-200\/0{ border-bottom-color: rgb(228 228 231 / 0); }
.border-b-zinc-200\/10{ border-bottom-color: rgb(228 228 231 / 0.1); }
.border-b-zinc-200\/100{ border-bottom-color: rgb(228 228 231 / 1); }
.border-b-zinc-200\/20{ border-bottom-color: rgb(228 228 231 / 0.2); }
.border-b-zinc-200\/25{ border-bottom-color: rgb(228 228 231 / 0.25); }
.border-b-zinc-200\/30{ border-bottom-color: rgb(228 228 231 / 0.3); }
.border-b-zinc-200\/40{ border-bottom-color: rgb(228 228 231 / 0.4); }
.border-b-zinc-200\/5{ border-bottom-color: rgb(228 228 231 / 0.05); }
.border-b-zinc-200\/50{ border-bottom-color: rgb(228 228 231 / 0.5); }
.border-b-zinc-200\/60{ border-bottom-color: rgb(228 228 231 / 0.6); }
.border-b-zinc-200\/70{ border-bottom-color: rgb(228 228 231 / 0.7); }
.border-b-zinc-200\/75{ border-bottom-color: rgb(228 228 231 / 0.75); }
.border-b-zinc-200\/80{ border-bottom-color: rgb(228 228 231 / 0.8); }
.border-b-zinc-200\/90{ border-bottom-color: rgb(228 228 231 / 0.9); }
.border-b-zinc-200\/95{ border-bottom-color: rgb(228 228 231 / 0.95); }
.border-b-zinc-300{ --tw-border-opacity: 1; border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-b-zinc-300\/0{ border-bottom-color: rgb(212 212 216 / 0); }
.border-b-zinc-300\/10{ border-bottom-color: rgb(212 212 216 / 0.1); }
.border-b-zinc-300\/100{ border-bottom-color: rgb(212 212 216 / 1); }
.border-b-zinc-300\/20{ border-bottom-color: rgb(212 212 216 / 0.2); }
.border-b-zinc-300\/25{ border-bottom-color: rgb(212 212 216 / 0.25); }
.border-b-zinc-300\/30{ border-bottom-color: rgb(212 212 216 / 0.3); }
.border-b-zinc-300\/40{ border-bottom-color: rgb(212 212 216 / 0.4); }
.border-b-zinc-300\/5{ border-bottom-color: rgb(212 212 216 / 0.05); }
.border-b-zinc-300\/50{ border-bottom-color: rgb(212 212 216 / 0.5); }
.border-b-zinc-300\/60{ border-bottom-color: rgb(212 212 216 / 0.6); }
.border-b-zinc-300\/70{ border-bottom-color: rgb(212 212 216 / 0.7); }
.border-b-zinc-300\/75{ border-bottom-color: rgb(212 212 216 / 0.75); }
.border-b-zinc-300\/80{ border-bottom-color: rgb(212 212 216 / 0.8); }
.border-b-zinc-300\/90{ border-bottom-color: rgb(212 212 216 / 0.9); }
.border-b-zinc-300\/95{ border-bottom-color: rgb(212 212 216 / 0.95); }
.border-b-zinc-400{ --tw-border-opacity: 1; border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-b-zinc-400\/0{ border-bottom-color: rgb(161 161 170 / 0); }
.border-b-zinc-400\/10{ border-bottom-color: rgb(161 161 170 / 0.1); }
.border-b-zinc-400\/100{ border-bottom-color: rgb(161 161 170 / 1); }
.border-b-zinc-400\/20{ border-bottom-color: rgb(161 161 170 / 0.2); }
.border-b-zinc-400\/25{ border-bottom-color: rgb(161 161 170 / 0.25); }
.border-b-zinc-400\/30{ border-bottom-color: rgb(161 161 170 / 0.3); }
.border-b-zinc-400\/40{ border-bottom-color: rgb(161 161 170 / 0.4); }
.border-b-zinc-400\/5{ border-bottom-color: rgb(161 161 170 / 0.05); }
.border-b-zinc-400\/50{ border-bottom-color: rgb(161 161 170 / 0.5); }
.border-b-zinc-400\/60{ border-bottom-color: rgb(161 161 170 / 0.6); }
.border-b-zinc-400\/70{ border-bottom-color: rgb(161 161 170 / 0.7); }
.border-b-zinc-400\/75{ border-bottom-color: rgb(161 161 170 / 0.75); }
.border-b-zinc-400\/80{ border-bottom-color: rgb(161 161 170 / 0.8); }
.border-b-zinc-400\/90{ border-bottom-color: rgb(161 161 170 / 0.9); }
.border-b-zinc-400\/95{ border-bottom-color: rgb(161 161 170 / 0.95); }
.border-b-zinc-50{ --tw-border-opacity: 1; border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-b-zinc-50\/0{ border-bottom-color: rgb(250 250 250 / 0); }
.border-b-zinc-50\/10{ border-bottom-color: rgb(250 250 250 / 0.1); }
.border-b-zinc-50\/100{ border-bottom-color: rgb(250 250 250 / 1); }
.border-b-zinc-50\/20{ border-bottom-color: rgb(250 250 250 / 0.2); }
.border-b-zinc-50\/25{ border-bottom-color: rgb(250 250 250 / 0.25); }
.border-b-zinc-50\/30{ border-bottom-color: rgb(250 250 250 / 0.3); }
.border-b-zinc-50\/40{ border-bottom-color: rgb(250 250 250 / 0.4); }
.border-b-zinc-50\/5{ border-bottom-color: rgb(250 250 250 / 0.05); }
.border-b-zinc-50\/50{ border-bottom-color: rgb(250 250 250 / 0.5); }
.border-b-zinc-50\/60{ border-bottom-color: rgb(250 250 250 / 0.6); }
.border-b-zinc-50\/70{ border-bottom-color: rgb(250 250 250 / 0.7); }
.border-b-zinc-50\/75{ border-bottom-color: rgb(250 250 250 / 0.75); }
.border-b-zinc-50\/80{ border-bottom-color: rgb(250 250 250 / 0.8); }
.border-b-zinc-50\/90{ border-bottom-color: rgb(250 250 250 / 0.9); }
.border-b-zinc-50\/95{ border-bottom-color: rgb(250 250 250 / 0.95); }
.border-b-zinc-500{ --tw-border-opacity: 1; border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-b-zinc-500\/0{ border-bottom-color: rgb(113 113 122 / 0); }
.border-b-zinc-500\/10{ border-bottom-color: rgb(113 113 122 / 0.1); }
.border-b-zinc-500\/100{ border-bottom-color: rgb(113 113 122 / 1); }
.border-b-zinc-500\/20{ border-bottom-color: rgb(113 113 122 / 0.2); }
.border-b-zinc-500\/25{ border-bottom-color: rgb(113 113 122 / 0.25); }
.border-b-zinc-500\/30{ border-bottom-color: rgb(113 113 122 / 0.3); }
.border-b-zinc-500\/40{ border-bottom-color: rgb(113 113 122 / 0.4); }
.border-b-zinc-500\/5{ border-bottom-color: rgb(113 113 122 / 0.05); }
.border-b-zinc-500\/50{ border-bottom-color: rgb(113 113 122 / 0.5); }
.border-b-zinc-500\/60{ border-bottom-color: rgb(113 113 122 / 0.6); }
.border-b-zinc-500\/70{ border-bottom-color: rgb(113 113 122 / 0.7); }
.border-b-zinc-500\/75{ border-bottom-color: rgb(113 113 122 / 0.75); }
.border-b-zinc-500\/80{ border-bottom-color: rgb(113 113 122 / 0.8); }
.border-b-zinc-500\/90{ border-bottom-color: rgb(113 113 122 / 0.9); }
.border-b-zinc-500\/95{ border-bottom-color: rgb(113 113 122 / 0.95); }
.border-b-zinc-600{ --tw-border-opacity: 1; border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-b-zinc-600\/0{ border-bottom-color: rgb(82 82 91 / 0); }
.border-b-zinc-600\/10{ border-bottom-color: rgb(82 82 91 / 0.1); }
.border-b-zinc-600\/100{ border-bottom-color: rgb(82 82 91 / 1); }
.border-b-zinc-600\/20{ border-bottom-color: rgb(82 82 91 / 0.2); }
.border-b-zinc-600\/25{ border-bottom-color: rgb(82 82 91 / 0.25); }
.border-b-zinc-600\/30{ border-bottom-color: rgb(82 82 91 / 0.3); }
.border-b-zinc-600\/40{ border-bottom-color: rgb(82 82 91 / 0.4); }
.border-b-zinc-600\/5{ border-bottom-color: rgb(82 82 91 / 0.05); }
.border-b-zinc-600\/50{ border-bottom-color: rgb(82 82 91 / 0.5); }
.border-b-zinc-600\/60{ border-bottom-color: rgb(82 82 91 / 0.6); }
.border-b-zinc-600\/70{ border-bottom-color: rgb(82 82 91 / 0.7); }
.border-b-zinc-600\/75{ border-bottom-color: rgb(82 82 91 / 0.75); }
.border-b-zinc-600\/80{ border-bottom-color: rgb(82 82 91 / 0.8); }
.border-b-zinc-600\/90{ border-bottom-color: rgb(82 82 91 / 0.9); }
.border-b-zinc-600\/95{ border-bottom-color: rgb(82 82 91 / 0.95); }
.border-b-zinc-700{ --tw-border-opacity: 1; border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-b-zinc-700\/0{ border-bottom-color: rgb(63 63 70 / 0); }
.border-b-zinc-700\/10{ border-bottom-color: rgb(63 63 70 / 0.1); }
.border-b-zinc-700\/100{ border-bottom-color: rgb(63 63 70 / 1); }
.border-b-zinc-700\/20{ border-bottom-color: rgb(63 63 70 / 0.2); }
.border-b-zinc-700\/25{ border-bottom-color: rgb(63 63 70 / 0.25); }
.border-b-zinc-700\/30{ border-bottom-color: rgb(63 63 70 / 0.3); }
.border-b-zinc-700\/40{ border-bottom-color: rgb(63 63 70 / 0.4); }
.border-b-zinc-700\/5{ border-bottom-color: rgb(63 63 70 / 0.05); }
.border-b-zinc-700\/50{ border-bottom-color: rgb(63 63 70 / 0.5); }
.border-b-zinc-700\/60{ border-bottom-color: rgb(63 63 70 / 0.6); }
.border-b-zinc-700\/70{ border-bottom-color: rgb(63 63 70 / 0.7); }
.border-b-zinc-700\/75{ border-bottom-color: rgb(63 63 70 / 0.75); }
.border-b-zinc-700\/80{ border-bottom-color: rgb(63 63 70 / 0.8); }
.border-b-zinc-700\/90{ border-bottom-color: rgb(63 63 70 / 0.9); }
.border-b-zinc-700\/95{ border-bottom-color: rgb(63 63 70 / 0.95); }
.border-b-zinc-800{ --tw-border-opacity: 1; border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-b-zinc-800\/0{ border-bottom-color: rgb(39 39 42 / 0); }
.border-b-zinc-800\/10{ border-bottom-color: rgb(39 39 42 / 0.1); }
.border-b-zinc-800\/100{ border-bottom-color: rgb(39 39 42 / 1); }
.border-b-zinc-800\/20{ border-bottom-color: rgb(39 39 42 / 0.2); }
.border-b-zinc-800\/25{ border-bottom-color: rgb(39 39 42 / 0.25); }
.border-b-zinc-800\/30{ border-bottom-color: rgb(39 39 42 / 0.3); }
.border-b-zinc-800\/40{ border-bottom-color: rgb(39 39 42 / 0.4); }
.border-b-zinc-800\/5{ border-bottom-color: rgb(39 39 42 / 0.05); }
.border-b-zinc-800\/50{ border-bottom-color: rgb(39 39 42 / 0.5); }
.border-b-zinc-800\/60{ border-bottom-color: rgb(39 39 42 / 0.6); }
.border-b-zinc-800\/70{ border-bottom-color: rgb(39 39 42 / 0.7); }
.border-b-zinc-800\/75{ border-bottom-color: rgb(39 39 42 / 0.75); }
.border-b-zinc-800\/80{ border-bottom-color: rgb(39 39 42 / 0.8); }
.border-b-zinc-800\/90{ border-bottom-color: rgb(39 39 42 / 0.9); }
.border-b-zinc-800\/95{ border-bottom-color: rgb(39 39 42 / 0.95); }
.border-b-zinc-900{ --tw-border-opacity: 1; border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-b-zinc-900\/0{ border-bottom-color: rgb(24 24 27 / 0); }
.border-b-zinc-900\/10{ border-bottom-color: rgb(24 24 27 / 0.1); }
.border-b-zinc-900\/100{ border-bottom-color: rgb(24 24 27 / 1); }
.border-b-zinc-900\/20{ border-bottom-color: rgb(24 24 27 / 0.2); }
.border-b-zinc-900\/25{ border-bottom-color: rgb(24 24 27 / 0.25); }
.border-b-zinc-900\/30{ border-bottom-color: rgb(24 24 27 / 0.3); }
.border-b-zinc-900\/40{ border-bottom-color: rgb(24 24 27 / 0.4); }
.border-b-zinc-900\/5{ border-bottom-color: rgb(24 24 27 / 0.05); }
.border-b-zinc-900\/50{ border-bottom-color: rgb(24 24 27 / 0.5); }
.border-b-zinc-900\/60{ border-bottom-color: rgb(24 24 27 / 0.6); }
.border-b-zinc-900\/70{ border-bottom-color: rgb(24 24 27 / 0.7); }
.border-b-zinc-900\/75{ border-bottom-color: rgb(24 24 27 / 0.75); }
.border-b-zinc-900\/80{ border-bottom-color: rgb(24 24 27 / 0.8); }
.border-b-zinc-900\/90{ border-bottom-color: rgb(24 24 27 / 0.9); }
.border-b-zinc-900\/95{ border-bottom-color: rgb(24 24 27 / 0.95); }
.border-b-zinc-950{ --tw-border-opacity: 1; border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-b-zinc-950\/0{ border-bottom-color: rgb(9 9 11 / 0); }
.border-b-zinc-950\/10{ border-bottom-color: rgb(9 9 11 / 0.1); }
.border-b-zinc-950\/100{ border-bottom-color: rgb(9 9 11 / 1); }
.border-b-zinc-950\/20{ border-bottom-color: rgb(9 9 11 / 0.2); }
.border-b-zinc-950\/25{ border-bottom-color: rgb(9 9 11 / 0.25); }
.border-b-zinc-950\/30{ border-bottom-color: rgb(9 9 11 / 0.3); }
.border-b-zinc-950\/40{ border-bottom-color: rgb(9 9 11 / 0.4); }
.border-b-zinc-950\/5{ border-bottom-color: rgb(9 9 11 / 0.05); }
.border-b-zinc-950\/50{ border-bottom-color: rgb(9 9 11 / 0.5); }
.border-b-zinc-950\/60{ border-bottom-color: rgb(9 9 11 / 0.6); }
.border-b-zinc-950\/70{ border-bottom-color: rgb(9 9 11 / 0.7); }
.border-b-zinc-950\/75{ border-bottom-color: rgb(9 9 11 / 0.75); }
.border-b-zinc-950\/80{ border-bottom-color: rgb(9 9 11 / 0.8); }
.border-b-zinc-950\/90{ border-bottom-color: rgb(9 9 11 / 0.9); }
.border-b-zinc-950\/95{ border-bottom-color: rgb(9 9 11 / 0.95); }
.border-e-amaranth{ --tw-border-opacity: 1; border-inline-end-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-e-amaranth-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-e-amaranth-100\/0{ border-inline-end-color: rgb(241 230 237 / 0); }
.border-e-amaranth-100\/10{ border-inline-end-color: rgb(241 230 237 / 0.1); }
.border-e-amaranth-100\/100{ border-inline-end-color: rgb(241 230 237 / 1); }
.border-e-amaranth-100\/20{ border-inline-end-color: rgb(241 230 237 / 0.2); }
.border-e-amaranth-100\/25{ border-inline-end-color: rgb(241 230 237 / 0.25); }
.border-e-amaranth-100\/30{ border-inline-end-color: rgb(241 230 237 / 0.3); }
.border-e-amaranth-100\/40{ border-inline-end-color: rgb(241 230 237 / 0.4); }
.border-e-amaranth-100\/5{ border-inline-end-color: rgb(241 230 237 / 0.05); }
.border-e-amaranth-100\/50{ border-inline-end-color: rgb(241 230 237 / 0.5); }
.border-e-amaranth-100\/60{ border-inline-end-color: rgb(241 230 237 / 0.6); }
.border-e-amaranth-100\/70{ border-inline-end-color: rgb(241 230 237 / 0.7); }
.border-e-amaranth-100\/75{ border-inline-end-color: rgb(241 230 237 / 0.75); }
.border-e-amaranth-100\/80{ border-inline-end-color: rgb(241 230 237 / 0.8); }
.border-e-amaranth-100\/90{ border-inline-end-color: rgb(241 230 237 / 0.9); }
.border-e-amaranth-100\/95{ border-inline-end-color: rgb(241 230 237 / 0.95); }
.border-e-amaranth-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-e-amaranth-200\/0{ border-inline-end-color: rgb(227 204 219 / 0); }
.border-e-amaranth-200\/10{ border-inline-end-color: rgb(227 204 219 / 0.1); }
.border-e-amaranth-200\/100{ border-inline-end-color: rgb(227 204 219 / 1); }
.border-e-amaranth-200\/20{ border-inline-end-color: rgb(227 204 219 / 0.2); }
.border-e-amaranth-200\/25{ border-inline-end-color: rgb(227 204 219 / 0.25); }
.border-e-amaranth-200\/30{ border-inline-end-color: rgb(227 204 219 / 0.3); }
.border-e-amaranth-200\/40{ border-inline-end-color: rgb(227 204 219 / 0.4); }
.border-e-amaranth-200\/5{ border-inline-end-color: rgb(227 204 219 / 0.05); }
.border-e-amaranth-200\/50{ border-inline-end-color: rgb(227 204 219 / 0.5); }
.border-e-amaranth-200\/60{ border-inline-end-color: rgb(227 204 219 / 0.6); }
.border-e-amaranth-200\/70{ border-inline-end-color: rgb(227 204 219 / 0.7); }
.border-e-amaranth-200\/75{ border-inline-end-color: rgb(227 204 219 / 0.75); }
.border-e-amaranth-200\/80{ border-inline-end-color: rgb(227 204 219 / 0.8); }
.border-e-amaranth-200\/90{ border-inline-end-color: rgb(227 204 219 / 0.9); }
.border-e-amaranth-200\/95{ border-inline-end-color: rgb(227 204 219 / 0.95); }
.border-e-amaranth-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-e-amaranth-300\/0{ border-inline-end-color: rgb(214 179 201 / 0); }
.border-e-amaranth-300\/10{ border-inline-end-color: rgb(214 179 201 / 0.1); }
.border-e-amaranth-300\/100{ border-inline-end-color: rgb(214 179 201 / 1); }
.border-e-amaranth-300\/20{ border-inline-end-color: rgb(214 179 201 / 0.2); }
.border-e-amaranth-300\/25{ border-inline-end-color: rgb(214 179 201 / 0.25); }
.border-e-amaranth-300\/30{ border-inline-end-color: rgb(214 179 201 / 0.3); }
.border-e-amaranth-300\/40{ border-inline-end-color: rgb(214 179 201 / 0.4); }
.border-e-amaranth-300\/5{ border-inline-end-color: rgb(214 179 201 / 0.05); }
.border-e-amaranth-300\/50{ border-inline-end-color: rgb(214 179 201 / 0.5); }
.border-e-amaranth-300\/60{ border-inline-end-color: rgb(214 179 201 / 0.6); }
.border-e-amaranth-300\/70{ border-inline-end-color: rgb(214 179 201 / 0.7); }
.border-e-amaranth-300\/75{ border-inline-end-color: rgb(214 179 201 / 0.75); }
.border-e-amaranth-300\/80{ border-inline-end-color: rgb(214 179 201 / 0.8); }
.border-e-amaranth-300\/90{ border-inline-end-color: rgb(214 179 201 / 0.9); }
.border-e-amaranth-300\/95{ border-inline-end-color: rgb(214 179 201 / 0.95); }
.border-e-amaranth-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-e-amaranth-400\/0{ border-inline-end-color: rgb(199 153 182 / 0); }
.border-e-amaranth-400\/10{ border-inline-end-color: rgb(199 153 182 / 0.1); }
.border-e-amaranth-400\/100{ border-inline-end-color: rgb(199 153 182 / 1); }
.border-e-amaranth-400\/20{ border-inline-end-color: rgb(199 153 182 / 0.2); }
.border-e-amaranth-400\/25{ border-inline-end-color: rgb(199 153 182 / 0.25); }
.border-e-amaranth-400\/30{ border-inline-end-color: rgb(199 153 182 / 0.3); }
.border-e-amaranth-400\/40{ border-inline-end-color: rgb(199 153 182 / 0.4); }
.border-e-amaranth-400\/5{ border-inline-end-color: rgb(199 153 182 / 0.05); }
.border-e-amaranth-400\/50{ border-inline-end-color: rgb(199 153 182 / 0.5); }
.border-e-amaranth-400\/60{ border-inline-end-color: rgb(199 153 182 / 0.6); }
.border-e-amaranth-400\/70{ border-inline-end-color: rgb(199 153 182 / 0.7); }
.border-e-amaranth-400\/75{ border-inline-end-color: rgb(199 153 182 / 0.75); }
.border-e-amaranth-400\/80{ border-inline-end-color: rgb(199 153 182 / 0.8); }
.border-e-amaranth-400\/90{ border-inline-end-color: rgb(199 153 182 / 0.9); }
.border-e-amaranth-400\/95{ border-inline-end-color: rgb(199 153 182 / 0.95); }
.border-e-amaranth-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-e-amaranth-500\/0{ border-inline-end-color: rgb(186 128 164 / 0); }
.border-e-amaranth-500\/10{ border-inline-end-color: rgb(186 128 164 / 0.1); }
.border-e-amaranth-500\/100{ border-inline-end-color: rgb(186 128 164 / 1); }
.border-e-amaranth-500\/20{ border-inline-end-color: rgb(186 128 164 / 0.2); }
.border-e-amaranth-500\/25{ border-inline-end-color: rgb(186 128 164 / 0.25); }
.border-e-amaranth-500\/30{ border-inline-end-color: rgb(186 128 164 / 0.3); }
.border-e-amaranth-500\/40{ border-inline-end-color: rgb(186 128 164 / 0.4); }
.border-e-amaranth-500\/5{ border-inline-end-color: rgb(186 128 164 / 0.05); }
.border-e-amaranth-500\/50{ border-inline-end-color: rgb(186 128 164 / 0.5); }
.border-e-amaranth-500\/60{ border-inline-end-color: rgb(186 128 164 / 0.6); }
.border-e-amaranth-500\/70{ border-inline-end-color: rgb(186 128 164 / 0.7); }
.border-e-amaranth-500\/75{ border-inline-end-color: rgb(186 128 164 / 0.75); }
.border-e-amaranth-500\/80{ border-inline-end-color: rgb(186 128 164 / 0.8); }
.border-e-amaranth-500\/90{ border-inline-end-color: rgb(186 128 164 / 0.9); }
.border-e-amaranth-500\/95{ border-inline-end-color: rgb(186 128 164 / 0.95); }
.border-e-amaranth-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-e-amaranth-600\/0{ border-inline-end-color: rgb(172 102 146 / 0); }
.border-e-amaranth-600\/10{ border-inline-end-color: rgb(172 102 146 / 0.1); }
.border-e-amaranth-600\/100{ border-inline-end-color: rgb(172 102 146 / 1); }
.border-e-amaranth-600\/20{ border-inline-end-color: rgb(172 102 146 / 0.2); }
.border-e-amaranth-600\/25{ border-inline-end-color: rgb(172 102 146 / 0.25); }
.border-e-amaranth-600\/30{ border-inline-end-color: rgb(172 102 146 / 0.3); }
.border-e-amaranth-600\/40{ border-inline-end-color: rgb(172 102 146 / 0.4); }
.border-e-amaranth-600\/5{ border-inline-end-color: rgb(172 102 146 / 0.05); }
.border-e-amaranth-600\/50{ border-inline-end-color: rgb(172 102 146 / 0.5); }
.border-e-amaranth-600\/60{ border-inline-end-color: rgb(172 102 146 / 0.6); }
.border-e-amaranth-600\/70{ border-inline-end-color: rgb(172 102 146 / 0.7); }
.border-e-amaranth-600\/75{ border-inline-end-color: rgb(172 102 146 / 0.75); }
.border-e-amaranth-600\/80{ border-inline-end-color: rgb(172 102 146 / 0.8); }
.border-e-amaranth-600\/90{ border-inline-end-color: rgb(172 102 146 / 0.9); }
.border-e-amaranth-600\/95{ border-inline-end-color: rgb(172 102 146 / 0.95); }
.border-e-amaranth-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-e-amaranth-700\/0{ border-inline-end-color: rgb(157 76 127 / 0); }
.border-e-amaranth-700\/10{ border-inline-end-color: rgb(157 76 127 / 0.1); }
.border-e-amaranth-700\/100{ border-inline-end-color: rgb(157 76 127 / 1); }
.border-e-amaranth-700\/20{ border-inline-end-color: rgb(157 76 127 / 0.2); }
.border-e-amaranth-700\/25{ border-inline-end-color: rgb(157 76 127 / 0.25); }
.border-e-amaranth-700\/30{ border-inline-end-color: rgb(157 76 127 / 0.3); }
.border-e-amaranth-700\/40{ border-inline-end-color: rgb(157 76 127 / 0.4); }
.border-e-amaranth-700\/5{ border-inline-end-color: rgb(157 76 127 / 0.05); }
.border-e-amaranth-700\/50{ border-inline-end-color: rgb(157 76 127 / 0.5); }
.border-e-amaranth-700\/60{ border-inline-end-color: rgb(157 76 127 / 0.6); }
.border-e-amaranth-700\/70{ border-inline-end-color: rgb(157 76 127 / 0.7); }
.border-e-amaranth-700\/75{ border-inline-end-color: rgb(157 76 127 / 0.75); }
.border-e-amaranth-700\/80{ border-inline-end-color: rgb(157 76 127 / 0.8); }
.border-e-amaranth-700\/90{ border-inline-end-color: rgb(157 76 127 / 0.9); }
.border-e-amaranth-700\/95{ border-inline-end-color: rgb(157 76 127 / 0.95); }
.border-e-amaranth-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-e-amaranth-800\/0{ border-inline-end-color: rgb(144 51 109 / 0); }
.border-e-amaranth-800\/10{ border-inline-end-color: rgb(144 51 109 / 0.1); }
.border-e-amaranth-800\/100{ border-inline-end-color: rgb(144 51 109 / 1); }
.border-e-amaranth-800\/20{ border-inline-end-color: rgb(144 51 109 / 0.2); }
.border-e-amaranth-800\/25{ border-inline-end-color: rgb(144 51 109 / 0.25); }
.border-e-amaranth-800\/30{ border-inline-end-color: rgb(144 51 109 / 0.3); }
.border-e-amaranth-800\/40{ border-inline-end-color: rgb(144 51 109 / 0.4); }
.border-e-amaranth-800\/5{ border-inline-end-color: rgb(144 51 109 / 0.05); }
.border-e-amaranth-800\/50{ border-inline-end-color: rgb(144 51 109 / 0.5); }
.border-e-amaranth-800\/60{ border-inline-end-color: rgb(144 51 109 / 0.6); }
.border-e-amaranth-800\/70{ border-inline-end-color: rgb(144 51 109 / 0.7); }
.border-e-amaranth-800\/75{ border-inline-end-color: rgb(144 51 109 / 0.75); }
.border-e-amaranth-800\/80{ border-inline-end-color: rgb(144 51 109 / 0.8); }
.border-e-amaranth-800\/90{ border-inline-end-color: rgb(144 51 109 / 0.9); }
.border-e-amaranth-800\/95{ border-inline-end-color: rgb(144 51 109 / 0.95); }
.border-e-amaranth-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-e-amaranth-900\/0{ border-inline-end-color: rgb(130 26 92 / 0); }
.border-e-amaranth-900\/10{ border-inline-end-color: rgb(130 26 92 / 0.1); }
.border-e-amaranth-900\/100{ border-inline-end-color: rgb(130 26 92 / 1); }
.border-e-amaranth-900\/20{ border-inline-end-color: rgb(130 26 92 / 0.2); }
.border-e-amaranth-900\/25{ border-inline-end-color: rgb(130 26 92 / 0.25); }
.border-e-amaranth-900\/30{ border-inline-end-color: rgb(130 26 92 / 0.3); }
.border-e-amaranth-900\/40{ border-inline-end-color: rgb(130 26 92 / 0.4); }
.border-e-amaranth-900\/5{ border-inline-end-color: rgb(130 26 92 / 0.05); }
.border-e-amaranth-900\/50{ border-inline-end-color: rgb(130 26 92 / 0.5); }
.border-e-amaranth-900\/60{ border-inline-end-color: rgb(130 26 92 / 0.6); }
.border-e-amaranth-900\/70{ border-inline-end-color: rgb(130 26 92 / 0.7); }
.border-e-amaranth-900\/75{ border-inline-end-color: rgb(130 26 92 / 0.75); }
.border-e-amaranth-900\/80{ border-inline-end-color: rgb(130 26 92 / 0.8); }
.border-e-amaranth-900\/90{ border-inline-end-color: rgb(130 26 92 / 0.9); }
.border-e-amaranth-900\/95{ border-inline-end-color: rgb(130 26 92 / 0.95); }
.border-e-amaranth-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-e-amaranth-950\/0{ border-inline-end-color: rgb(123 13 82 / 0); }
.border-e-amaranth-950\/10{ border-inline-end-color: rgb(123 13 82 / 0.1); }
.border-e-amaranth-950\/100{ border-inline-end-color: rgb(123 13 82 / 1); }
.border-e-amaranth-950\/20{ border-inline-end-color: rgb(123 13 82 / 0.2); }
.border-e-amaranth-950\/25{ border-inline-end-color: rgb(123 13 82 / 0.25); }
.border-e-amaranth-950\/30{ border-inline-end-color: rgb(123 13 82 / 0.3); }
.border-e-amaranth-950\/40{ border-inline-end-color: rgb(123 13 82 / 0.4); }
.border-e-amaranth-950\/5{ border-inline-end-color: rgb(123 13 82 / 0.05); }
.border-e-amaranth-950\/50{ border-inline-end-color: rgb(123 13 82 / 0.5); }
.border-e-amaranth-950\/60{ border-inline-end-color: rgb(123 13 82 / 0.6); }
.border-e-amaranth-950\/70{ border-inline-end-color: rgb(123 13 82 / 0.7); }
.border-e-amaranth-950\/75{ border-inline-end-color: rgb(123 13 82 / 0.75); }
.border-e-amaranth-950\/80{ border-inline-end-color: rgb(123 13 82 / 0.8); }
.border-e-amaranth-950\/90{ border-inline-end-color: rgb(123 13 82 / 0.9); }
.border-e-amaranth-950\/95{ border-inline-end-color: rgb(123 13 82 / 0.95); }
.border-e-amaranth\/0{ border-inline-end-color: rgb(116 0 73 / 0); }
.border-e-amaranth\/10{ border-inline-end-color: rgb(116 0 73 / 0.1); }
.border-e-amaranth\/100{ border-inline-end-color: rgb(116 0 73 / 1); }
.border-e-amaranth\/20{ border-inline-end-color: rgb(116 0 73 / 0.2); }
.border-e-amaranth\/25{ border-inline-end-color: rgb(116 0 73 / 0.25); }
.border-e-amaranth\/30{ border-inline-end-color: rgb(116 0 73 / 0.3); }
.border-e-amaranth\/40{ border-inline-end-color: rgb(116 0 73 / 0.4); }
.border-e-amaranth\/5{ border-inline-end-color: rgb(116 0 73 / 0.05); }
.border-e-amaranth\/50{ border-inline-end-color: rgb(116 0 73 / 0.5); }
.border-e-amaranth\/60{ border-inline-end-color: rgb(116 0 73 / 0.6); }
.border-e-amaranth\/70{ border-inline-end-color: rgb(116 0 73 / 0.7); }
.border-e-amaranth\/75{ border-inline-end-color: rgb(116 0 73 / 0.75); }
.border-e-amaranth\/80{ border-inline-end-color: rgb(116 0 73 / 0.8); }
.border-e-amaranth\/90{ border-inline-end-color: rgb(116 0 73 / 0.9); }
.border-e-amaranth\/95{ border-inline-end-color: rgb(116 0 73 / 0.95); }
.border-e-amber-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-e-amber-100\/0{ border-inline-end-color: rgb(254 243 199 / 0); }
.border-e-amber-100\/10{ border-inline-end-color: rgb(254 243 199 / 0.1); }
.border-e-amber-100\/100{ border-inline-end-color: rgb(254 243 199 / 1); }
.border-e-amber-100\/20{ border-inline-end-color: rgb(254 243 199 / 0.2); }
.border-e-amber-100\/25{ border-inline-end-color: rgb(254 243 199 / 0.25); }
.border-e-amber-100\/30{ border-inline-end-color: rgb(254 243 199 / 0.3); }
.border-e-amber-100\/40{ border-inline-end-color: rgb(254 243 199 / 0.4); }
.border-e-amber-100\/5{ border-inline-end-color: rgb(254 243 199 / 0.05); }
.border-e-amber-100\/50{ border-inline-end-color: rgb(254 243 199 / 0.5); }
.border-e-amber-100\/60{ border-inline-end-color: rgb(254 243 199 / 0.6); }
.border-e-amber-100\/70{ border-inline-end-color: rgb(254 243 199 / 0.7); }
.border-e-amber-100\/75{ border-inline-end-color: rgb(254 243 199 / 0.75); }
.border-e-amber-100\/80{ border-inline-end-color: rgb(254 243 199 / 0.8); }
.border-e-amber-100\/90{ border-inline-end-color: rgb(254 243 199 / 0.9); }
.border-e-amber-100\/95{ border-inline-end-color: rgb(254 243 199 / 0.95); }
.border-e-amber-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-e-amber-200\/0{ border-inline-end-color: rgb(253 230 138 / 0); }
.border-e-amber-200\/10{ border-inline-end-color: rgb(253 230 138 / 0.1); }
.border-e-amber-200\/100{ border-inline-end-color: rgb(253 230 138 / 1); }
.border-e-amber-200\/20{ border-inline-end-color: rgb(253 230 138 / 0.2); }
.border-e-amber-200\/25{ border-inline-end-color: rgb(253 230 138 / 0.25); }
.border-e-amber-200\/30{ border-inline-end-color: rgb(253 230 138 / 0.3); }
.border-e-amber-200\/40{ border-inline-end-color: rgb(253 230 138 / 0.4); }
.border-e-amber-200\/5{ border-inline-end-color: rgb(253 230 138 / 0.05); }
.border-e-amber-200\/50{ border-inline-end-color: rgb(253 230 138 / 0.5); }
.border-e-amber-200\/60{ border-inline-end-color: rgb(253 230 138 / 0.6); }
.border-e-amber-200\/70{ border-inline-end-color: rgb(253 230 138 / 0.7); }
.border-e-amber-200\/75{ border-inline-end-color: rgb(253 230 138 / 0.75); }
.border-e-amber-200\/80{ border-inline-end-color: rgb(253 230 138 / 0.8); }
.border-e-amber-200\/90{ border-inline-end-color: rgb(253 230 138 / 0.9); }
.border-e-amber-200\/95{ border-inline-end-color: rgb(253 230 138 / 0.95); }
.border-e-amber-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-e-amber-300\/0{ border-inline-end-color: rgb(252 211 77 / 0); }
.border-e-amber-300\/10{ border-inline-end-color: rgb(252 211 77 / 0.1); }
.border-e-amber-300\/100{ border-inline-end-color: rgb(252 211 77 / 1); }
.border-e-amber-300\/20{ border-inline-end-color: rgb(252 211 77 / 0.2); }
.border-e-amber-300\/25{ border-inline-end-color: rgb(252 211 77 / 0.25); }
.border-e-amber-300\/30{ border-inline-end-color: rgb(252 211 77 / 0.3); }
.border-e-amber-300\/40{ border-inline-end-color: rgb(252 211 77 / 0.4); }
.border-e-amber-300\/5{ border-inline-end-color: rgb(252 211 77 / 0.05); }
.border-e-amber-300\/50{ border-inline-end-color: rgb(252 211 77 / 0.5); }
.border-e-amber-300\/60{ border-inline-end-color: rgb(252 211 77 / 0.6); }
.border-e-amber-300\/70{ border-inline-end-color: rgb(252 211 77 / 0.7); }
.border-e-amber-300\/75{ border-inline-end-color: rgb(252 211 77 / 0.75); }
.border-e-amber-300\/80{ border-inline-end-color: rgb(252 211 77 / 0.8); }
.border-e-amber-300\/90{ border-inline-end-color: rgb(252 211 77 / 0.9); }
.border-e-amber-300\/95{ border-inline-end-color: rgb(252 211 77 / 0.95); }
.border-e-amber-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-e-amber-400\/0{ border-inline-end-color: rgb(251 191 36 / 0); }
.border-e-amber-400\/10{ border-inline-end-color: rgb(251 191 36 / 0.1); }
.border-e-amber-400\/100{ border-inline-end-color: rgb(251 191 36 / 1); }
.border-e-amber-400\/20{ border-inline-end-color: rgb(251 191 36 / 0.2); }
.border-e-amber-400\/25{ border-inline-end-color: rgb(251 191 36 / 0.25); }
.border-e-amber-400\/30{ border-inline-end-color: rgb(251 191 36 / 0.3); }
.border-e-amber-400\/40{ border-inline-end-color: rgb(251 191 36 / 0.4); }
.border-e-amber-400\/5{ border-inline-end-color: rgb(251 191 36 / 0.05); }
.border-e-amber-400\/50{ border-inline-end-color: rgb(251 191 36 / 0.5); }
.border-e-amber-400\/60{ border-inline-end-color: rgb(251 191 36 / 0.6); }
.border-e-amber-400\/70{ border-inline-end-color: rgb(251 191 36 / 0.7); }
.border-e-amber-400\/75{ border-inline-end-color: rgb(251 191 36 / 0.75); }
.border-e-amber-400\/80{ border-inline-end-color: rgb(251 191 36 / 0.8); }
.border-e-amber-400\/90{ border-inline-end-color: rgb(251 191 36 / 0.9); }
.border-e-amber-400\/95{ border-inline-end-color: rgb(251 191 36 / 0.95); }
.border-e-amber-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-e-amber-50\/0{ border-inline-end-color: rgb(255 251 235 / 0); }
.border-e-amber-50\/10{ border-inline-end-color: rgb(255 251 235 / 0.1); }
.border-e-amber-50\/100{ border-inline-end-color: rgb(255 251 235 / 1); }
.border-e-amber-50\/20{ border-inline-end-color: rgb(255 251 235 / 0.2); }
.border-e-amber-50\/25{ border-inline-end-color: rgb(255 251 235 / 0.25); }
.border-e-amber-50\/30{ border-inline-end-color: rgb(255 251 235 / 0.3); }
.border-e-amber-50\/40{ border-inline-end-color: rgb(255 251 235 / 0.4); }
.border-e-amber-50\/5{ border-inline-end-color: rgb(255 251 235 / 0.05); }
.border-e-amber-50\/50{ border-inline-end-color: rgb(255 251 235 / 0.5); }
.border-e-amber-50\/60{ border-inline-end-color: rgb(255 251 235 / 0.6); }
.border-e-amber-50\/70{ border-inline-end-color: rgb(255 251 235 / 0.7); }
.border-e-amber-50\/75{ border-inline-end-color: rgb(255 251 235 / 0.75); }
.border-e-amber-50\/80{ border-inline-end-color: rgb(255 251 235 / 0.8); }
.border-e-amber-50\/90{ border-inline-end-color: rgb(255 251 235 / 0.9); }
.border-e-amber-50\/95{ border-inline-end-color: rgb(255 251 235 / 0.95); }
.border-e-amber-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-e-amber-500\/0{ border-inline-end-color: rgb(245 158 11 / 0); }
.border-e-amber-500\/10{ border-inline-end-color: rgb(245 158 11 / 0.1); }
.border-e-amber-500\/100{ border-inline-end-color: rgb(245 158 11 / 1); }
.border-e-amber-500\/20{ border-inline-end-color: rgb(245 158 11 / 0.2); }
.border-e-amber-500\/25{ border-inline-end-color: rgb(245 158 11 / 0.25); }
.border-e-amber-500\/30{ border-inline-end-color: rgb(245 158 11 / 0.3); }
.border-e-amber-500\/40{ border-inline-end-color: rgb(245 158 11 / 0.4); }
.border-e-amber-500\/5{ border-inline-end-color: rgb(245 158 11 / 0.05); }
.border-e-amber-500\/50{ border-inline-end-color: rgb(245 158 11 / 0.5); }
.border-e-amber-500\/60{ border-inline-end-color: rgb(245 158 11 / 0.6); }
.border-e-amber-500\/70{ border-inline-end-color: rgb(245 158 11 / 0.7); }
.border-e-amber-500\/75{ border-inline-end-color: rgb(245 158 11 / 0.75); }
.border-e-amber-500\/80{ border-inline-end-color: rgb(245 158 11 / 0.8); }
.border-e-amber-500\/90{ border-inline-end-color: rgb(245 158 11 / 0.9); }
.border-e-amber-500\/95{ border-inline-end-color: rgb(245 158 11 / 0.95); }
.border-e-amber-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-e-amber-600\/0{ border-inline-end-color: rgb(217 119 6 / 0); }
.border-e-amber-600\/10{ border-inline-end-color: rgb(217 119 6 / 0.1); }
.border-e-amber-600\/100{ border-inline-end-color: rgb(217 119 6 / 1); }
.border-e-amber-600\/20{ border-inline-end-color: rgb(217 119 6 / 0.2); }
.border-e-amber-600\/25{ border-inline-end-color: rgb(217 119 6 / 0.25); }
.border-e-amber-600\/30{ border-inline-end-color: rgb(217 119 6 / 0.3); }
.border-e-amber-600\/40{ border-inline-end-color: rgb(217 119 6 / 0.4); }
.border-e-amber-600\/5{ border-inline-end-color: rgb(217 119 6 / 0.05); }
.border-e-amber-600\/50{ border-inline-end-color: rgb(217 119 6 / 0.5); }
.border-e-amber-600\/60{ border-inline-end-color: rgb(217 119 6 / 0.6); }
.border-e-amber-600\/70{ border-inline-end-color: rgb(217 119 6 / 0.7); }
.border-e-amber-600\/75{ border-inline-end-color: rgb(217 119 6 / 0.75); }
.border-e-amber-600\/80{ border-inline-end-color: rgb(217 119 6 / 0.8); }
.border-e-amber-600\/90{ border-inline-end-color: rgb(217 119 6 / 0.9); }
.border-e-amber-600\/95{ border-inline-end-color: rgb(217 119 6 / 0.95); }
.border-e-amber-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-e-amber-700\/0{ border-inline-end-color: rgb(180 83 9 / 0); }
.border-e-amber-700\/10{ border-inline-end-color: rgb(180 83 9 / 0.1); }
.border-e-amber-700\/100{ border-inline-end-color: rgb(180 83 9 / 1); }
.border-e-amber-700\/20{ border-inline-end-color: rgb(180 83 9 / 0.2); }
.border-e-amber-700\/25{ border-inline-end-color: rgb(180 83 9 / 0.25); }
.border-e-amber-700\/30{ border-inline-end-color: rgb(180 83 9 / 0.3); }
.border-e-amber-700\/40{ border-inline-end-color: rgb(180 83 9 / 0.4); }
.border-e-amber-700\/5{ border-inline-end-color: rgb(180 83 9 / 0.05); }
.border-e-amber-700\/50{ border-inline-end-color: rgb(180 83 9 / 0.5); }
.border-e-amber-700\/60{ border-inline-end-color: rgb(180 83 9 / 0.6); }
.border-e-amber-700\/70{ border-inline-end-color: rgb(180 83 9 / 0.7); }
.border-e-amber-700\/75{ border-inline-end-color: rgb(180 83 9 / 0.75); }
.border-e-amber-700\/80{ border-inline-end-color: rgb(180 83 9 / 0.8); }
.border-e-amber-700\/90{ border-inline-end-color: rgb(180 83 9 / 0.9); }
.border-e-amber-700\/95{ border-inline-end-color: rgb(180 83 9 / 0.95); }
.border-e-amber-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-e-amber-800\/0{ border-inline-end-color: rgb(146 64 14 / 0); }
.border-e-amber-800\/10{ border-inline-end-color: rgb(146 64 14 / 0.1); }
.border-e-amber-800\/100{ border-inline-end-color: rgb(146 64 14 / 1); }
.border-e-amber-800\/20{ border-inline-end-color: rgb(146 64 14 / 0.2); }
.border-e-amber-800\/25{ border-inline-end-color: rgb(146 64 14 / 0.25); }
.border-e-amber-800\/30{ border-inline-end-color: rgb(146 64 14 / 0.3); }
.border-e-amber-800\/40{ border-inline-end-color: rgb(146 64 14 / 0.4); }
.border-e-amber-800\/5{ border-inline-end-color: rgb(146 64 14 / 0.05); }
.border-e-amber-800\/50{ border-inline-end-color: rgb(146 64 14 / 0.5); }
.border-e-amber-800\/60{ border-inline-end-color: rgb(146 64 14 / 0.6); }
.border-e-amber-800\/70{ border-inline-end-color: rgb(146 64 14 / 0.7); }
.border-e-amber-800\/75{ border-inline-end-color: rgb(146 64 14 / 0.75); }
.border-e-amber-800\/80{ border-inline-end-color: rgb(146 64 14 / 0.8); }
.border-e-amber-800\/90{ border-inline-end-color: rgb(146 64 14 / 0.9); }
.border-e-amber-800\/95{ border-inline-end-color: rgb(146 64 14 / 0.95); }
.border-e-amber-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-e-amber-900\/0{ border-inline-end-color: rgb(120 53 15 / 0); }
.border-e-amber-900\/10{ border-inline-end-color: rgb(120 53 15 / 0.1); }
.border-e-amber-900\/100{ border-inline-end-color: rgb(120 53 15 / 1); }
.border-e-amber-900\/20{ border-inline-end-color: rgb(120 53 15 / 0.2); }
.border-e-amber-900\/25{ border-inline-end-color: rgb(120 53 15 / 0.25); }
.border-e-amber-900\/30{ border-inline-end-color: rgb(120 53 15 / 0.3); }
.border-e-amber-900\/40{ border-inline-end-color: rgb(120 53 15 / 0.4); }
.border-e-amber-900\/5{ border-inline-end-color: rgb(120 53 15 / 0.05); }
.border-e-amber-900\/50{ border-inline-end-color: rgb(120 53 15 / 0.5); }
.border-e-amber-900\/60{ border-inline-end-color: rgb(120 53 15 / 0.6); }
.border-e-amber-900\/70{ border-inline-end-color: rgb(120 53 15 / 0.7); }
.border-e-amber-900\/75{ border-inline-end-color: rgb(120 53 15 / 0.75); }
.border-e-amber-900\/80{ border-inline-end-color: rgb(120 53 15 / 0.8); }
.border-e-amber-900\/90{ border-inline-end-color: rgb(120 53 15 / 0.9); }
.border-e-amber-900\/95{ border-inline-end-color: rgb(120 53 15 / 0.95); }
.border-e-amber-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-e-amber-950\/0{ border-inline-end-color: rgb(69 26 3 / 0); }
.border-e-amber-950\/10{ border-inline-end-color: rgb(69 26 3 / 0.1); }
.border-e-amber-950\/100{ border-inline-end-color: rgb(69 26 3 / 1); }
.border-e-amber-950\/20{ border-inline-end-color: rgb(69 26 3 / 0.2); }
.border-e-amber-950\/25{ border-inline-end-color: rgb(69 26 3 / 0.25); }
.border-e-amber-950\/30{ border-inline-end-color: rgb(69 26 3 / 0.3); }
.border-e-amber-950\/40{ border-inline-end-color: rgb(69 26 3 / 0.4); }
.border-e-amber-950\/5{ border-inline-end-color: rgb(69 26 3 / 0.05); }
.border-e-amber-950\/50{ border-inline-end-color: rgb(69 26 3 / 0.5); }
.border-e-amber-950\/60{ border-inline-end-color: rgb(69 26 3 / 0.6); }
.border-e-amber-950\/70{ border-inline-end-color: rgb(69 26 3 / 0.7); }
.border-e-amber-950\/75{ border-inline-end-color: rgb(69 26 3 / 0.75); }
.border-e-amber-950\/80{ border-inline-end-color: rgb(69 26 3 / 0.8); }
.border-e-amber-950\/90{ border-inline-end-color: rgb(69 26 3 / 0.9); }
.border-e-amber-950\/95{ border-inline-end-color: rgb(69 26 3 / 0.95); }
.border-e-black{ --tw-border-opacity: 1; border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-e-black\/0{ border-inline-end-color: rgb(0 0 0 / 0); }
.border-e-black\/10{ border-inline-end-color: rgb(0 0 0 / 0.1); }
.border-e-black\/100{ border-inline-end-color: rgb(0 0 0 / 1); }
.border-e-black\/20{ border-inline-end-color: rgb(0 0 0 / 0.2); }
.border-e-black\/25{ border-inline-end-color: rgb(0 0 0 / 0.25); }
.border-e-black\/30{ border-inline-end-color: rgb(0 0 0 / 0.3); }
.border-e-black\/40{ border-inline-end-color: rgb(0 0 0 / 0.4); }
.border-e-black\/5{ border-inline-end-color: rgb(0 0 0 / 0.05); }
.border-e-black\/50{ border-inline-end-color: rgb(0 0 0 / 0.5); }
.border-e-black\/60{ border-inline-end-color: rgb(0 0 0 / 0.6); }
.border-e-black\/70{ border-inline-end-color: rgb(0 0 0 / 0.7); }
.border-e-black\/75{ border-inline-end-color: rgb(0 0 0 / 0.75); }
.border-e-black\/80{ border-inline-end-color: rgb(0 0 0 / 0.8); }
.border-e-black\/90{ border-inline-end-color: rgb(0 0 0 / 0.9); }
.border-e-black\/95{ border-inline-end-color: rgb(0 0 0 / 0.95); }
.border-e-blue-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-e-blue-100\/0{ border-inline-end-color: rgb(219 234 254 / 0); }
.border-e-blue-100\/10{ border-inline-end-color: rgb(219 234 254 / 0.1); }
.border-e-blue-100\/100{ border-inline-end-color: rgb(219 234 254 / 1); }
.border-e-blue-100\/20{ border-inline-end-color: rgb(219 234 254 / 0.2); }
.border-e-blue-100\/25{ border-inline-end-color: rgb(219 234 254 / 0.25); }
.border-e-blue-100\/30{ border-inline-end-color: rgb(219 234 254 / 0.3); }
.border-e-blue-100\/40{ border-inline-end-color: rgb(219 234 254 / 0.4); }
.border-e-blue-100\/5{ border-inline-end-color: rgb(219 234 254 / 0.05); }
.border-e-blue-100\/50{ border-inline-end-color: rgb(219 234 254 / 0.5); }
.border-e-blue-100\/60{ border-inline-end-color: rgb(219 234 254 / 0.6); }
.border-e-blue-100\/70{ border-inline-end-color: rgb(219 234 254 / 0.7); }
.border-e-blue-100\/75{ border-inline-end-color: rgb(219 234 254 / 0.75); }
.border-e-blue-100\/80{ border-inline-end-color: rgb(219 234 254 / 0.8); }
.border-e-blue-100\/90{ border-inline-end-color: rgb(219 234 254 / 0.9); }
.border-e-blue-100\/95{ border-inline-end-color: rgb(219 234 254 / 0.95); }
.border-e-blue-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-e-blue-200\/0{ border-inline-end-color: rgb(191 219 254 / 0); }
.border-e-blue-200\/10{ border-inline-end-color: rgb(191 219 254 / 0.1); }
.border-e-blue-200\/100{ border-inline-end-color: rgb(191 219 254 / 1); }
.border-e-blue-200\/20{ border-inline-end-color: rgb(191 219 254 / 0.2); }
.border-e-blue-200\/25{ border-inline-end-color: rgb(191 219 254 / 0.25); }
.border-e-blue-200\/30{ border-inline-end-color: rgb(191 219 254 / 0.3); }
.border-e-blue-200\/40{ border-inline-end-color: rgb(191 219 254 / 0.4); }
.border-e-blue-200\/5{ border-inline-end-color: rgb(191 219 254 / 0.05); }
.border-e-blue-200\/50{ border-inline-end-color: rgb(191 219 254 / 0.5); }
.border-e-blue-200\/60{ border-inline-end-color: rgb(191 219 254 / 0.6); }
.border-e-blue-200\/70{ border-inline-end-color: rgb(191 219 254 / 0.7); }
.border-e-blue-200\/75{ border-inline-end-color: rgb(191 219 254 / 0.75); }
.border-e-blue-200\/80{ border-inline-end-color: rgb(191 219 254 / 0.8); }
.border-e-blue-200\/90{ border-inline-end-color: rgb(191 219 254 / 0.9); }
.border-e-blue-200\/95{ border-inline-end-color: rgb(191 219 254 / 0.95); }
.border-e-blue-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-e-blue-300\/0{ border-inline-end-color: rgb(147 197 253 / 0); }
.border-e-blue-300\/10{ border-inline-end-color: rgb(147 197 253 / 0.1); }
.border-e-blue-300\/100{ border-inline-end-color: rgb(147 197 253 / 1); }
.border-e-blue-300\/20{ border-inline-end-color: rgb(147 197 253 / 0.2); }
.border-e-blue-300\/25{ border-inline-end-color: rgb(147 197 253 / 0.25); }
.border-e-blue-300\/30{ border-inline-end-color: rgb(147 197 253 / 0.3); }
.border-e-blue-300\/40{ border-inline-end-color: rgb(147 197 253 / 0.4); }
.border-e-blue-300\/5{ border-inline-end-color: rgb(147 197 253 / 0.05); }
.border-e-blue-300\/50{ border-inline-end-color: rgb(147 197 253 / 0.5); }
.border-e-blue-300\/60{ border-inline-end-color: rgb(147 197 253 / 0.6); }
.border-e-blue-300\/70{ border-inline-end-color: rgb(147 197 253 / 0.7); }
.border-e-blue-300\/75{ border-inline-end-color: rgb(147 197 253 / 0.75); }
.border-e-blue-300\/80{ border-inline-end-color: rgb(147 197 253 / 0.8); }
.border-e-blue-300\/90{ border-inline-end-color: rgb(147 197 253 / 0.9); }
.border-e-blue-300\/95{ border-inline-end-color: rgb(147 197 253 / 0.95); }
.border-e-blue-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-e-blue-400\/0{ border-inline-end-color: rgb(96 165 250 / 0); }
.border-e-blue-400\/10{ border-inline-end-color: rgb(96 165 250 / 0.1); }
.border-e-blue-400\/100{ border-inline-end-color: rgb(96 165 250 / 1); }
.border-e-blue-400\/20{ border-inline-end-color: rgb(96 165 250 / 0.2); }
.border-e-blue-400\/25{ border-inline-end-color: rgb(96 165 250 / 0.25); }
.border-e-blue-400\/30{ border-inline-end-color: rgb(96 165 250 / 0.3); }
.border-e-blue-400\/40{ border-inline-end-color: rgb(96 165 250 / 0.4); }
.border-e-blue-400\/5{ border-inline-end-color: rgb(96 165 250 / 0.05); }
.border-e-blue-400\/50{ border-inline-end-color: rgb(96 165 250 / 0.5); }
.border-e-blue-400\/60{ border-inline-end-color: rgb(96 165 250 / 0.6); }
.border-e-blue-400\/70{ border-inline-end-color: rgb(96 165 250 / 0.7); }
.border-e-blue-400\/75{ border-inline-end-color: rgb(96 165 250 / 0.75); }
.border-e-blue-400\/80{ border-inline-end-color: rgb(96 165 250 / 0.8); }
.border-e-blue-400\/90{ border-inline-end-color: rgb(96 165 250 / 0.9); }
.border-e-blue-400\/95{ border-inline-end-color: rgb(96 165 250 / 0.95); }
.border-e-blue-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-e-blue-50\/0{ border-inline-end-color: rgb(239 246 255 / 0); }
.border-e-blue-50\/10{ border-inline-end-color: rgb(239 246 255 / 0.1); }
.border-e-blue-50\/100{ border-inline-end-color: rgb(239 246 255 / 1); }
.border-e-blue-50\/20{ border-inline-end-color: rgb(239 246 255 / 0.2); }
.border-e-blue-50\/25{ border-inline-end-color: rgb(239 246 255 / 0.25); }
.border-e-blue-50\/30{ border-inline-end-color: rgb(239 246 255 / 0.3); }
.border-e-blue-50\/40{ border-inline-end-color: rgb(239 246 255 / 0.4); }
.border-e-blue-50\/5{ border-inline-end-color: rgb(239 246 255 / 0.05); }
.border-e-blue-50\/50{ border-inline-end-color: rgb(239 246 255 / 0.5); }
.border-e-blue-50\/60{ border-inline-end-color: rgb(239 246 255 / 0.6); }
.border-e-blue-50\/70{ border-inline-end-color: rgb(239 246 255 / 0.7); }
.border-e-blue-50\/75{ border-inline-end-color: rgb(239 246 255 / 0.75); }
.border-e-blue-50\/80{ border-inline-end-color: rgb(239 246 255 / 0.8); }
.border-e-blue-50\/90{ border-inline-end-color: rgb(239 246 255 / 0.9); }
.border-e-blue-50\/95{ border-inline-end-color: rgb(239 246 255 / 0.95); }
.border-e-blue-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-e-blue-500\/0{ border-inline-end-color: rgb(59 130 246 / 0); }
.border-e-blue-500\/10{ border-inline-end-color: rgb(59 130 246 / 0.1); }
.border-e-blue-500\/100{ border-inline-end-color: rgb(59 130 246 / 1); }
.border-e-blue-500\/20{ border-inline-end-color: rgb(59 130 246 / 0.2); }
.border-e-blue-500\/25{ border-inline-end-color: rgb(59 130 246 / 0.25); }
.border-e-blue-500\/30{ border-inline-end-color: rgb(59 130 246 / 0.3); }
.border-e-blue-500\/40{ border-inline-end-color: rgb(59 130 246 / 0.4); }
.border-e-blue-500\/5{ border-inline-end-color: rgb(59 130 246 / 0.05); }
.border-e-blue-500\/50{ border-inline-end-color: rgb(59 130 246 / 0.5); }
.border-e-blue-500\/60{ border-inline-end-color: rgb(59 130 246 / 0.6); }
.border-e-blue-500\/70{ border-inline-end-color: rgb(59 130 246 / 0.7); }
.border-e-blue-500\/75{ border-inline-end-color: rgb(59 130 246 / 0.75); }
.border-e-blue-500\/80{ border-inline-end-color: rgb(59 130 246 / 0.8); }
.border-e-blue-500\/90{ border-inline-end-color: rgb(59 130 246 / 0.9); }
.border-e-blue-500\/95{ border-inline-end-color: rgb(59 130 246 / 0.95); }
.border-e-blue-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-e-blue-600\/0{ border-inline-end-color: rgb(37 99 235 / 0); }
.border-e-blue-600\/10{ border-inline-end-color: rgb(37 99 235 / 0.1); }
.border-e-blue-600\/100{ border-inline-end-color: rgb(37 99 235 / 1); }
.border-e-blue-600\/20{ border-inline-end-color: rgb(37 99 235 / 0.2); }
.border-e-blue-600\/25{ border-inline-end-color: rgb(37 99 235 / 0.25); }
.border-e-blue-600\/30{ border-inline-end-color: rgb(37 99 235 / 0.3); }
.border-e-blue-600\/40{ border-inline-end-color: rgb(37 99 235 / 0.4); }
.border-e-blue-600\/5{ border-inline-end-color: rgb(37 99 235 / 0.05); }
.border-e-blue-600\/50{ border-inline-end-color: rgb(37 99 235 / 0.5); }
.border-e-blue-600\/60{ border-inline-end-color: rgb(37 99 235 / 0.6); }
.border-e-blue-600\/70{ border-inline-end-color: rgb(37 99 235 / 0.7); }
.border-e-blue-600\/75{ border-inline-end-color: rgb(37 99 235 / 0.75); }
.border-e-blue-600\/80{ border-inline-end-color: rgb(37 99 235 / 0.8); }
.border-e-blue-600\/90{ border-inline-end-color: rgb(37 99 235 / 0.9); }
.border-e-blue-600\/95{ border-inline-end-color: rgb(37 99 235 / 0.95); }
.border-e-blue-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-e-blue-700\/0{ border-inline-end-color: rgb(29 78 216 / 0); }
.border-e-blue-700\/10{ border-inline-end-color: rgb(29 78 216 / 0.1); }
.border-e-blue-700\/100{ border-inline-end-color: rgb(29 78 216 / 1); }
.border-e-blue-700\/20{ border-inline-end-color: rgb(29 78 216 / 0.2); }
.border-e-blue-700\/25{ border-inline-end-color: rgb(29 78 216 / 0.25); }
.border-e-blue-700\/30{ border-inline-end-color: rgb(29 78 216 / 0.3); }
.border-e-blue-700\/40{ border-inline-end-color: rgb(29 78 216 / 0.4); }
.border-e-blue-700\/5{ border-inline-end-color: rgb(29 78 216 / 0.05); }
.border-e-blue-700\/50{ border-inline-end-color: rgb(29 78 216 / 0.5); }
.border-e-blue-700\/60{ border-inline-end-color: rgb(29 78 216 / 0.6); }
.border-e-blue-700\/70{ border-inline-end-color: rgb(29 78 216 / 0.7); }
.border-e-blue-700\/75{ border-inline-end-color: rgb(29 78 216 / 0.75); }
.border-e-blue-700\/80{ border-inline-end-color: rgb(29 78 216 / 0.8); }
.border-e-blue-700\/90{ border-inline-end-color: rgb(29 78 216 / 0.9); }
.border-e-blue-700\/95{ border-inline-end-color: rgb(29 78 216 / 0.95); }
.border-e-blue-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-e-blue-800\/0{ border-inline-end-color: rgb(30 64 175 / 0); }
.border-e-blue-800\/10{ border-inline-end-color: rgb(30 64 175 / 0.1); }
.border-e-blue-800\/100{ border-inline-end-color: rgb(30 64 175 / 1); }
.border-e-blue-800\/20{ border-inline-end-color: rgb(30 64 175 / 0.2); }
.border-e-blue-800\/25{ border-inline-end-color: rgb(30 64 175 / 0.25); }
.border-e-blue-800\/30{ border-inline-end-color: rgb(30 64 175 / 0.3); }
.border-e-blue-800\/40{ border-inline-end-color: rgb(30 64 175 / 0.4); }
.border-e-blue-800\/5{ border-inline-end-color: rgb(30 64 175 / 0.05); }
.border-e-blue-800\/50{ border-inline-end-color: rgb(30 64 175 / 0.5); }
.border-e-blue-800\/60{ border-inline-end-color: rgb(30 64 175 / 0.6); }
.border-e-blue-800\/70{ border-inline-end-color: rgb(30 64 175 / 0.7); }
.border-e-blue-800\/75{ border-inline-end-color: rgb(30 64 175 / 0.75); }
.border-e-blue-800\/80{ border-inline-end-color: rgb(30 64 175 / 0.8); }
.border-e-blue-800\/90{ border-inline-end-color: rgb(30 64 175 / 0.9); }
.border-e-blue-800\/95{ border-inline-end-color: rgb(30 64 175 / 0.95); }
.border-e-blue-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-e-blue-900\/0{ border-inline-end-color: rgb(30 58 138 / 0); }
.border-e-blue-900\/10{ border-inline-end-color: rgb(30 58 138 / 0.1); }
.border-e-blue-900\/100{ border-inline-end-color: rgb(30 58 138 / 1); }
.border-e-blue-900\/20{ border-inline-end-color: rgb(30 58 138 / 0.2); }
.border-e-blue-900\/25{ border-inline-end-color: rgb(30 58 138 / 0.25); }
.border-e-blue-900\/30{ border-inline-end-color: rgb(30 58 138 / 0.3); }
.border-e-blue-900\/40{ border-inline-end-color: rgb(30 58 138 / 0.4); }
.border-e-blue-900\/5{ border-inline-end-color: rgb(30 58 138 / 0.05); }
.border-e-blue-900\/50{ border-inline-end-color: rgb(30 58 138 / 0.5); }
.border-e-blue-900\/60{ border-inline-end-color: rgb(30 58 138 / 0.6); }
.border-e-blue-900\/70{ border-inline-end-color: rgb(30 58 138 / 0.7); }
.border-e-blue-900\/75{ border-inline-end-color: rgb(30 58 138 / 0.75); }
.border-e-blue-900\/80{ border-inline-end-color: rgb(30 58 138 / 0.8); }
.border-e-blue-900\/90{ border-inline-end-color: rgb(30 58 138 / 0.9); }
.border-e-blue-900\/95{ border-inline-end-color: rgb(30 58 138 / 0.95); }
.border-e-blue-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-e-blue-950\/0{ border-inline-end-color: rgb(23 37 84 / 0); }
.border-e-blue-950\/10{ border-inline-end-color: rgb(23 37 84 / 0.1); }
.border-e-blue-950\/100{ border-inline-end-color: rgb(23 37 84 / 1); }
.border-e-blue-950\/20{ border-inline-end-color: rgb(23 37 84 / 0.2); }
.border-e-blue-950\/25{ border-inline-end-color: rgb(23 37 84 / 0.25); }
.border-e-blue-950\/30{ border-inline-end-color: rgb(23 37 84 / 0.3); }
.border-e-blue-950\/40{ border-inline-end-color: rgb(23 37 84 / 0.4); }
.border-e-blue-950\/5{ border-inline-end-color: rgb(23 37 84 / 0.05); }
.border-e-blue-950\/50{ border-inline-end-color: rgb(23 37 84 / 0.5); }
.border-e-blue-950\/60{ border-inline-end-color: rgb(23 37 84 / 0.6); }
.border-e-blue-950\/70{ border-inline-end-color: rgb(23 37 84 / 0.7); }
.border-e-blue-950\/75{ border-inline-end-color: rgb(23 37 84 / 0.75); }
.border-e-blue-950\/80{ border-inline-end-color: rgb(23 37 84 / 0.8); }
.border-e-blue-950\/90{ border-inline-end-color: rgb(23 37 84 / 0.9); }
.border-e-blue-950\/95{ border-inline-end-color: rgb(23 37 84 / 0.95); }
.border-e-callout-bad-border{ --tw-border-opacity: 1; border-inline-end-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-e-callout-bad-border\/0{ border-inline-end-color: rgb(188 87 26 / 0); }
.border-e-callout-bad-border\/10{ border-inline-end-color: rgb(188 87 26 / 0.1); }
.border-e-callout-bad-border\/100{ border-inline-end-color: rgb(188 87 26 / 1); }
.border-e-callout-bad-border\/20{ border-inline-end-color: rgb(188 87 26 / 0.2); }
.border-e-callout-bad-border\/25{ border-inline-end-color: rgb(188 87 26 / 0.25); }
.border-e-callout-bad-border\/30{ border-inline-end-color: rgb(188 87 26 / 0.3); }
.border-e-callout-bad-border\/40{ border-inline-end-color: rgb(188 87 26 / 0.4); }
.border-e-callout-bad-border\/5{ border-inline-end-color: rgb(188 87 26 / 0.05); }
.border-e-callout-bad-border\/50{ border-inline-end-color: rgb(188 87 26 / 0.5); }
.border-e-callout-bad-border\/60{ border-inline-end-color: rgb(188 87 26 / 0.6); }
.border-e-callout-bad-border\/70{ border-inline-end-color: rgb(188 87 26 / 0.7); }
.border-e-callout-bad-border\/75{ border-inline-end-color: rgb(188 87 26 / 0.75); }
.border-e-callout-bad-border\/80{ border-inline-end-color: rgb(188 87 26 / 0.8); }
.border-e-callout-bad-border\/90{ border-inline-end-color: rgb(188 87 26 / 0.9); }
.border-e-callout-bad-border\/95{ border-inline-end-color: rgb(188 87 26 / 0.95); }
.border-e-callout-bad-fill{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-e-callout-bad-fill\/0{ border-inline-end-color: rgb(255 133 82 / 0); }
.border-e-callout-bad-fill\/10{ border-inline-end-color: rgb(255 133 82 / 0.1); }
.border-e-callout-bad-fill\/100{ border-inline-end-color: rgb(255 133 82 / 1); }
.border-e-callout-bad-fill\/20{ border-inline-end-color: rgb(255 133 82 / 0.2); }
.border-e-callout-bad-fill\/25{ border-inline-end-color: rgb(255 133 82 / 0.25); }
.border-e-callout-bad-fill\/30{ border-inline-end-color: rgb(255 133 82 / 0.3); }
.border-e-callout-bad-fill\/40{ border-inline-end-color: rgb(255 133 82 / 0.4); }
.border-e-callout-bad-fill\/5{ border-inline-end-color: rgb(255 133 82 / 0.05); }
.border-e-callout-bad-fill\/50{ border-inline-end-color: rgb(255 133 82 / 0.5); }
.border-e-callout-bad-fill\/60{ border-inline-end-color: rgb(255 133 82 / 0.6); }
.border-e-callout-bad-fill\/70{ border-inline-end-color: rgb(255 133 82 / 0.7); }
.border-e-callout-bad-fill\/75{ border-inline-end-color: rgb(255 133 82 / 0.75); }
.border-e-callout-bad-fill\/80{ border-inline-end-color: rgb(255 133 82 / 0.8); }
.border-e-callout-bad-fill\/90{ border-inline-end-color: rgb(255 133 82 / 0.9); }
.border-e-callout-bad-fill\/95{ border-inline-end-color: rgb(255 133 82 / 0.95); }
.border-e-callout-bad-icon{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-e-callout-bad-icon\/0{ border-inline-end-color: rgb(255 255 255 / 0); }
.border-e-callout-bad-icon\/10{ border-inline-end-color: rgb(255 255 255 / 0.1); }
.border-e-callout-bad-icon\/100{ border-inline-end-color: rgb(255 255 255 / 1); }
.border-e-callout-bad-icon\/20{ border-inline-end-color: rgb(255 255 255 / 0.2); }
.border-e-callout-bad-icon\/25{ border-inline-end-color: rgb(255 255 255 / 0.25); }
.border-e-callout-bad-icon\/30{ border-inline-end-color: rgb(255 255 255 / 0.3); }
.border-e-callout-bad-icon\/40{ border-inline-end-color: rgb(255 255 255 / 0.4); }
.border-e-callout-bad-icon\/5{ border-inline-end-color: rgb(255 255 255 / 0.05); }
.border-e-callout-bad-icon\/50{ border-inline-end-color: rgb(255 255 255 / 0.5); }
.border-e-callout-bad-icon\/60{ border-inline-end-color: rgb(255 255 255 / 0.6); }
.border-e-callout-bad-icon\/70{ border-inline-end-color: rgb(255 255 255 / 0.7); }
.border-e-callout-bad-icon\/75{ border-inline-end-color: rgb(255 255 255 / 0.75); }
.border-e-callout-bad-icon\/80{ border-inline-end-color: rgb(255 255 255 / 0.8); }
.border-e-callout-bad-icon\/90{ border-inline-end-color: rgb(255 255 255 / 0.9); }
.border-e-callout-bad-icon\/95{ border-inline-end-color: rgb(255 255 255 / 0.95); }
.border-e-callout-bad-text{ --tw-border-opacity: 1; border-inline-end-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-e-callout-bad-text-accent{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-e-callout-bad-text-accent\/0{ border-inline-end-color: rgb(255 227 227 / 0); }
.border-e-callout-bad-text-accent\/10{ border-inline-end-color: rgb(255 227 227 / 0.1); }
.border-e-callout-bad-text-accent\/100{ border-inline-end-color: rgb(255 227 227 / 1); }
.border-e-callout-bad-text-accent\/20{ border-inline-end-color: rgb(255 227 227 / 0.2); }
.border-e-callout-bad-text-accent\/25{ border-inline-end-color: rgb(255 227 227 / 0.25); }
.border-e-callout-bad-text-accent\/30{ border-inline-end-color: rgb(255 227 227 / 0.3); }
.border-e-callout-bad-text-accent\/40{ border-inline-end-color: rgb(255 227 227 / 0.4); }
.border-e-callout-bad-text-accent\/5{ border-inline-end-color: rgb(255 227 227 / 0.05); }
.border-e-callout-bad-text-accent\/50{ border-inline-end-color: rgb(255 227 227 / 0.5); }
.border-e-callout-bad-text-accent\/60{ border-inline-end-color: rgb(255 227 227 / 0.6); }
.border-e-callout-bad-text-accent\/70{ border-inline-end-color: rgb(255 227 227 / 0.7); }
.border-e-callout-bad-text-accent\/75{ border-inline-end-color: rgb(255 227 227 / 0.75); }
.border-e-callout-bad-text-accent\/80{ border-inline-end-color: rgb(255 227 227 / 0.8); }
.border-e-callout-bad-text-accent\/90{ border-inline-end-color: rgb(255 227 227 / 0.9); }
.border-e-callout-bad-text-accent\/95{ border-inline-end-color: rgb(255 227 227 / 0.95); }
.border-e-callout-bad-text\/0{ border-inline-end-color: rgb(21 10 10 / 0); }
.border-e-callout-bad-text\/10{ border-inline-end-color: rgb(21 10 10 / 0.1); }
.border-e-callout-bad-text\/100{ border-inline-end-color: rgb(21 10 10 / 1); }
.border-e-callout-bad-text\/20{ border-inline-end-color: rgb(21 10 10 / 0.2); }
.border-e-callout-bad-text\/25{ border-inline-end-color: rgb(21 10 10 / 0.25); }
.border-e-callout-bad-text\/30{ border-inline-end-color: rgb(21 10 10 / 0.3); }
.border-e-callout-bad-text\/40{ border-inline-end-color: rgb(21 10 10 / 0.4); }
.border-e-callout-bad-text\/5{ border-inline-end-color: rgb(21 10 10 / 0.05); }
.border-e-callout-bad-text\/50{ border-inline-end-color: rgb(21 10 10 / 0.5); }
.border-e-callout-bad-text\/60{ border-inline-end-color: rgb(21 10 10 / 0.6); }
.border-e-callout-bad-text\/70{ border-inline-end-color: rgb(21 10 10 / 0.7); }
.border-e-callout-bad-text\/75{ border-inline-end-color: rgb(21 10 10 / 0.75); }
.border-e-callout-bad-text\/80{ border-inline-end-color: rgb(21 10 10 / 0.8); }
.border-e-callout-bad-text\/90{ border-inline-end-color: rgb(21 10 10 / 0.9); }
.border-e-callout-bad-text\/95{ border-inline-end-color: rgb(21 10 10 / 0.95); }
.border-e-callout-info-border{ --tw-border-opacity: 1; border-inline-end-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-e-callout-info-border\/0{ border-inline-end-color: rgb(0 169 165 / 0); }
.border-e-callout-info-border\/10{ border-inline-end-color: rgb(0 169 165 / 0.1); }
.border-e-callout-info-border\/100{ border-inline-end-color: rgb(0 169 165 / 1); }
.border-e-callout-info-border\/20{ border-inline-end-color: rgb(0 169 165 / 0.2); }
.border-e-callout-info-border\/25{ border-inline-end-color: rgb(0 169 165 / 0.25); }
.border-e-callout-info-border\/30{ border-inline-end-color: rgb(0 169 165 / 0.3); }
.border-e-callout-info-border\/40{ border-inline-end-color: rgb(0 169 165 / 0.4); }
.border-e-callout-info-border\/5{ border-inline-end-color: rgb(0 169 165 / 0.05); }
.border-e-callout-info-border\/50{ border-inline-end-color: rgb(0 169 165 / 0.5); }
.border-e-callout-info-border\/60{ border-inline-end-color: rgb(0 169 165 / 0.6); }
.border-e-callout-info-border\/70{ border-inline-end-color: rgb(0 169 165 / 0.7); }
.border-e-callout-info-border\/75{ border-inline-end-color: rgb(0 169 165 / 0.75); }
.border-e-callout-info-border\/80{ border-inline-end-color: rgb(0 169 165 / 0.8); }
.border-e-callout-info-border\/90{ border-inline-end-color: rgb(0 169 165 / 0.9); }
.border-e-callout-info-border\/95{ border-inline-end-color: rgb(0 169 165 / 0.95); }
.border-e-callout-info-fill{ border-inline-end-color: transparent; }
.border-e-callout-info-fill\/0{ border-inline-end-color: rgb(0 0 0 / 0); }
.border-e-callout-info-fill\/10{ border-inline-end-color: rgb(0 0 0 / 0.1); }
.border-e-callout-info-fill\/100{ border-inline-end-color: rgb(0 0 0 / 1); }
.border-e-callout-info-fill\/20{ border-inline-end-color: rgb(0 0 0 / 0.2); }
.border-e-callout-info-fill\/25{ border-inline-end-color: rgb(0 0 0 / 0.25); }
.border-e-callout-info-fill\/30{ border-inline-end-color: rgb(0 0 0 / 0.3); }
.border-e-callout-info-fill\/40{ border-inline-end-color: rgb(0 0 0 / 0.4); }
.border-e-callout-info-fill\/5{ border-inline-end-color: rgb(0 0 0 / 0.05); }
.border-e-callout-info-fill\/50{ border-inline-end-color: rgb(0 0 0 / 0.5); }
.border-e-callout-info-fill\/60{ border-inline-end-color: rgb(0 0 0 / 0.6); }
.border-e-callout-info-fill\/70{ border-inline-end-color: rgb(0 0 0 / 0.7); }
.border-e-callout-info-fill\/75{ border-inline-end-color: rgb(0 0 0 / 0.75); }
.border-e-callout-info-fill\/80{ border-inline-end-color: rgb(0 0 0 / 0.8); }
.border-e-callout-info-fill\/90{ border-inline-end-color: rgb(0 0 0 / 0.9); }
.border-e-callout-info-fill\/95{ border-inline-end-color: rgb(0 0 0 / 0.95); }
.border-e-callout-info-icon{ --tw-border-opacity: 1; border-inline-end-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-e-callout-info-icon\/0{ border-inline-end-color: rgb(0 169 165 / 0); }
.border-e-callout-info-icon\/10{ border-inline-end-color: rgb(0 169 165 / 0.1); }
.border-e-callout-info-icon\/100{ border-inline-end-color: rgb(0 169 165 / 1); }
.border-e-callout-info-icon\/20{ border-inline-end-color: rgb(0 169 165 / 0.2); }
.border-e-callout-info-icon\/25{ border-inline-end-color: rgb(0 169 165 / 0.25); }
.border-e-callout-info-icon\/30{ border-inline-end-color: rgb(0 169 165 / 0.3); }
.border-e-callout-info-icon\/40{ border-inline-end-color: rgb(0 169 165 / 0.4); }
.border-e-callout-info-icon\/5{ border-inline-end-color: rgb(0 169 165 / 0.05); }
.border-e-callout-info-icon\/50{ border-inline-end-color: rgb(0 169 165 / 0.5); }
.border-e-callout-info-icon\/60{ border-inline-end-color: rgb(0 169 165 / 0.6); }
.border-e-callout-info-icon\/70{ border-inline-end-color: rgb(0 169 165 / 0.7); }
.border-e-callout-info-icon\/75{ border-inline-end-color: rgb(0 169 165 / 0.75); }
.border-e-callout-info-icon\/80{ border-inline-end-color: rgb(0 169 165 / 0.8); }
.border-e-callout-info-icon\/90{ border-inline-end-color: rgb(0 169 165 / 0.9); }
.border-e-callout-info-icon\/95{ border-inline-end-color: rgb(0 169 165 / 0.95); }
.border-e-callout-info-text{ --tw-border-opacity: 1; border-inline-end-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-e-callout-info-text-accent{ --tw-border-opacity: 1; border-inline-end-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-e-callout-info-text-accent\/0{ border-inline-end-color: rgb(2 55 47 / 0); }
.border-e-callout-info-text-accent\/10{ border-inline-end-color: rgb(2 55 47 / 0.1); }
.border-e-callout-info-text-accent\/100{ border-inline-end-color: rgb(2 55 47 / 1); }
.border-e-callout-info-text-accent\/20{ border-inline-end-color: rgb(2 55 47 / 0.2); }
.border-e-callout-info-text-accent\/25{ border-inline-end-color: rgb(2 55 47 / 0.25); }
.border-e-callout-info-text-accent\/30{ border-inline-end-color: rgb(2 55 47 / 0.3); }
.border-e-callout-info-text-accent\/40{ border-inline-end-color: rgb(2 55 47 / 0.4); }
.border-e-callout-info-text-accent\/5{ border-inline-end-color: rgb(2 55 47 / 0.05); }
.border-e-callout-info-text-accent\/50{ border-inline-end-color: rgb(2 55 47 / 0.5); }
.border-e-callout-info-text-accent\/60{ border-inline-end-color: rgb(2 55 47 / 0.6); }
.border-e-callout-info-text-accent\/70{ border-inline-end-color: rgb(2 55 47 / 0.7); }
.border-e-callout-info-text-accent\/75{ border-inline-end-color: rgb(2 55 47 / 0.75); }
.border-e-callout-info-text-accent\/80{ border-inline-end-color: rgb(2 55 47 / 0.8); }
.border-e-callout-info-text-accent\/90{ border-inline-end-color: rgb(2 55 47 / 0.9); }
.border-e-callout-info-text-accent\/95{ border-inline-end-color: rgb(2 55 47 / 0.95); }
.border-e-callout-info-text\/0{ border-inline-end-color: rgb(10 18 21 / 0); }
.border-e-callout-info-text\/10{ border-inline-end-color: rgb(10 18 21 / 0.1); }
.border-e-callout-info-text\/100{ border-inline-end-color: rgb(10 18 21 / 1); }
.border-e-callout-info-text\/20{ border-inline-end-color: rgb(10 18 21 / 0.2); }
.border-e-callout-info-text\/25{ border-inline-end-color: rgb(10 18 21 / 0.25); }
.border-e-callout-info-text\/30{ border-inline-end-color: rgb(10 18 21 / 0.3); }
.border-e-callout-info-text\/40{ border-inline-end-color: rgb(10 18 21 / 0.4); }
.border-e-callout-info-text\/5{ border-inline-end-color: rgb(10 18 21 / 0.05); }
.border-e-callout-info-text\/50{ border-inline-end-color: rgb(10 18 21 / 0.5); }
.border-e-callout-info-text\/60{ border-inline-end-color: rgb(10 18 21 / 0.6); }
.border-e-callout-info-text\/70{ border-inline-end-color: rgb(10 18 21 / 0.7); }
.border-e-callout-info-text\/75{ border-inline-end-color: rgb(10 18 21 / 0.75); }
.border-e-callout-info-text\/80{ border-inline-end-color: rgb(10 18 21 / 0.8); }
.border-e-callout-info-text\/90{ border-inline-end-color: rgb(10 18 21 / 0.9); }
.border-e-callout-info-text\/95{ border-inline-end-color: rgb(10 18 21 / 0.95); }
.border-e-callout-ok-border{ --tw-border-opacity: 1; border-inline-end-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-e-callout-ok-border\/0{ border-inline-end-color: rgb(0 137 106 / 0); }
.border-e-callout-ok-border\/10{ border-inline-end-color: rgb(0 137 106 / 0.1); }
.border-e-callout-ok-border\/100{ border-inline-end-color: rgb(0 137 106 / 1); }
.border-e-callout-ok-border\/20{ border-inline-end-color: rgb(0 137 106 / 0.2); }
.border-e-callout-ok-border\/25{ border-inline-end-color: rgb(0 137 106 / 0.25); }
.border-e-callout-ok-border\/30{ border-inline-end-color: rgb(0 137 106 / 0.3); }
.border-e-callout-ok-border\/40{ border-inline-end-color: rgb(0 137 106 / 0.4); }
.border-e-callout-ok-border\/5{ border-inline-end-color: rgb(0 137 106 / 0.05); }
.border-e-callout-ok-border\/50{ border-inline-end-color: rgb(0 137 106 / 0.5); }
.border-e-callout-ok-border\/60{ border-inline-end-color: rgb(0 137 106 / 0.6); }
.border-e-callout-ok-border\/70{ border-inline-end-color: rgb(0 137 106 / 0.7); }
.border-e-callout-ok-border\/75{ border-inline-end-color: rgb(0 137 106 / 0.75); }
.border-e-callout-ok-border\/80{ border-inline-end-color: rgb(0 137 106 / 0.8); }
.border-e-callout-ok-border\/90{ border-inline-end-color: rgb(0 137 106 / 0.9); }
.border-e-callout-ok-border\/95{ border-inline-end-color: rgb(0 137 106 / 0.95); }
.border-e-callout-ok-fill{ --tw-border-opacity: 1; border-inline-end-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-e-callout-ok-fill\/0{ border-inline-end-color: rgb(0 169 165 / 0); }
.border-e-callout-ok-fill\/10{ border-inline-end-color: rgb(0 169 165 / 0.1); }
.border-e-callout-ok-fill\/100{ border-inline-end-color: rgb(0 169 165 / 1); }
.border-e-callout-ok-fill\/20{ border-inline-end-color: rgb(0 169 165 / 0.2); }
.border-e-callout-ok-fill\/25{ border-inline-end-color: rgb(0 169 165 / 0.25); }
.border-e-callout-ok-fill\/30{ border-inline-end-color: rgb(0 169 165 / 0.3); }
.border-e-callout-ok-fill\/40{ border-inline-end-color: rgb(0 169 165 / 0.4); }
.border-e-callout-ok-fill\/5{ border-inline-end-color: rgb(0 169 165 / 0.05); }
.border-e-callout-ok-fill\/50{ border-inline-end-color: rgb(0 169 165 / 0.5); }
.border-e-callout-ok-fill\/60{ border-inline-end-color: rgb(0 169 165 / 0.6); }
.border-e-callout-ok-fill\/70{ border-inline-end-color: rgb(0 169 165 / 0.7); }
.border-e-callout-ok-fill\/75{ border-inline-end-color: rgb(0 169 165 / 0.75); }
.border-e-callout-ok-fill\/80{ border-inline-end-color: rgb(0 169 165 / 0.8); }
.border-e-callout-ok-fill\/90{ border-inline-end-color: rgb(0 169 165 / 0.9); }
.border-e-callout-ok-fill\/95{ border-inline-end-color: rgb(0 169 165 / 0.95); }
.border-e-callout-ok-icon{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-e-callout-ok-icon\/0{ border-inline-end-color: rgb(255 255 255 / 0); }
.border-e-callout-ok-icon\/10{ border-inline-end-color: rgb(255 255 255 / 0.1); }
.border-e-callout-ok-icon\/100{ border-inline-end-color: rgb(255 255 255 / 1); }
.border-e-callout-ok-icon\/20{ border-inline-end-color: rgb(255 255 255 / 0.2); }
.border-e-callout-ok-icon\/25{ border-inline-end-color: rgb(255 255 255 / 0.25); }
.border-e-callout-ok-icon\/30{ border-inline-end-color: rgb(255 255 255 / 0.3); }
.border-e-callout-ok-icon\/40{ border-inline-end-color: rgb(255 255 255 / 0.4); }
.border-e-callout-ok-icon\/5{ border-inline-end-color: rgb(255 255 255 / 0.05); }
.border-e-callout-ok-icon\/50{ border-inline-end-color: rgb(255 255 255 / 0.5); }
.border-e-callout-ok-icon\/60{ border-inline-end-color: rgb(255 255 255 / 0.6); }
.border-e-callout-ok-icon\/70{ border-inline-end-color: rgb(255 255 255 / 0.7); }
.border-e-callout-ok-icon\/75{ border-inline-end-color: rgb(255 255 255 / 0.75); }
.border-e-callout-ok-icon\/80{ border-inline-end-color: rgb(255 255 255 / 0.8); }
.border-e-callout-ok-icon\/90{ border-inline-end-color: rgb(255 255 255 / 0.9); }
.border-e-callout-ok-icon\/95{ border-inline-end-color: rgb(255 255 255 / 0.95); }
.border-e-callout-ok-text{ --tw-border-opacity: 1; border-inline-end-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-e-callout-ok-text-accent{ --tw-border-opacity: 1; border-inline-end-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-e-callout-ok-text-accent\/0{ border-inline-end-color: rgb(102 255 221 / 0); }
.border-e-callout-ok-text-accent\/10{ border-inline-end-color: rgb(102 255 221 / 0.1); }
.border-e-callout-ok-text-accent\/100{ border-inline-end-color: rgb(102 255 221 / 1); }
.border-e-callout-ok-text-accent\/20{ border-inline-end-color: rgb(102 255 221 / 0.2); }
.border-e-callout-ok-text-accent\/25{ border-inline-end-color: rgb(102 255 221 / 0.25); }
.border-e-callout-ok-text-accent\/30{ border-inline-end-color: rgb(102 255 221 / 0.3); }
.border-e-callout-ok-text-accent\/40{ border-inline-end-color: rgb(102 255 221 / 0.4); }
.border-e-callout-ok-text-accent\/5{ border-inline-end-color: rgb(102 255 221 / 0.05); }
.border-e-callout-ok-text-accent\/50{ border-inline-end-color: rgb(102 255 221 / 0.5); }
.border-e-callout-ok-text-accent\/60{ border-inline-end-color: rgb(102 255 221 / 0.6); }
.border-e-callout-ok-text-accent\/70{ border-inline-end-color: rgb(102 255 221 / 0.7); }
.border-e-callout-ok-text-accent\/75{ border-inline-end-color: rgb(102 255 221 / 0.75); }
.border-e-callout-ok-text-accent\/80{ border-inline-end-color: rgb(102 255 221 / 0.8); }
.border-e-callout-ok-text-accent\/90{ border-inline-end-color: rgb(102 255 221 / 0.9); }
.border-e-callout-ok-text-accent\/95{ border-inline-end-color: rgb(102 255 221 / 0.95); }
.border-e-callout-ok-text\/0{ border-inline-end-color: rgb(10 21 20 / 0); }
.border-e-callout-ok-text\/10{ border-inline-end-color: rgb(10 21 20 / 0.1); }
.border-e-callout-ok-text\/100{ border-inline-end-color: rgb(10 21 20 / 1); }
.border-e-callout-ok-text\/20{ border-inline-end-color: rgb(10 21 20 / 0.2); }
.border-e-callout-ok-text\/25{ border-inline-end-color: rgb(10 21 20 / 0.25); }
.border-e-callout-ok-text\/30{ border-inline-end-color: rgb(10 21 20 / 0.3); }
.border-e-callout-ok-text\/40{ border-inline-end-color: rgb(10 21 20 / 0.4); }
.border-e-callout-ok-text\/5{ border-inline-end-color: rgb(10 21 20 / 0.05); }
.border-e-callout-ok-text\/50{ border-inline-end-color: rgb(10 21 20 / 0.5); }
.border-e-callout-ok-text\/60{ border-inline-end-color: rgb(10 21 20 / 0.6); }
.border-e-callout-ok-text\/70{ border-inline-end-color: rgb(10 21 20 / 0.7); }
.border-e-callout-ok-text\/75{ border-inline-end-color: rgb(10 21 20 / 0.75); }
.border-e-callout-ok-text\/80{ border-inline-end-color: rgb(10 21 20 / 0.8); }
.border-e-callout-ok-text\/90{ border-inline-end-color: rgb(10 21 20 / 0.9); }
.border-e-callout-ok-text\/95{ border-inline-end-color: rgb(10 21 20 / 0.95); }
.border-e-callout-warning-border{ --tw-border-opacity: 1; border-inline-end-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-e-callout-warning-border\/0{ border-inline-end-color: rgb(247 181 0 / 0); }
.border-e-callout-warning-border\/10{ border-inline-end-color: rgb(247 181 0 / 0.1); }
.border-e-callout-warning-border\/100{ border-inline-end-color: rgb(247 181 0 / 1); }
.border-e-callout-warning-border\/20{ border-inline-end-color: rgb(247 181 0 / 0.2); }
.border-e-callout-warning-border\/25{ border-inline-end-color: rgb(247 181 0 / 0.25); }
.border-e-callout-warning-border\/30{ border-inline-end-color: rgb(247 181 0 / 0.3); }
.border-e-callout-warning-border\/40{ border-inline-end-color: rgb(247 181 0 / 0.4); }
.border-e-callout-warning-border\/5{ border-inline-end-color: rgb(247 181 0 / 0.05); }
.border-e-callout-warning-border\/50{ border-inline-end-color: rgb(247 181 0 / 0.5); }
.border-e-callout-warning-border\/60{ border-inline-end-color: rgb(247 181 0 / 0.6); }
.border-e-callout-warning-border\/70{ border-inline-end-color: rgb(247 181 0 / 0.7); }
.border-e-callout-warning-border\/75{ border-inline-end-color: rgb(247 181 0 / 0.75); }
.border-e-callout-warning-border\/80{ border-inline-end-color: rgb(247 181 0 / 0.8); }
.border-e-callout-warning-border\/90{ border-inline-end-color: rgb(247 181 0 / 0.9); }
.border-e-callout-warning-border\/95{ border-inline-end-color: rgb(247 181 0 / 0.95); }
.border-e-callout-warning-fill{ --tw-border-opacity: 1; border-inline-end-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-e-callout-warning-fill\/0{ border-inline-end-color: rgb(249 219 109 / 0); }
.border-e-callout-warning-fill\/10{ border-inline-end-color: rgb(249 219 109 / 0.1); }
.border-e-callout-warning-fill\/100{ border-inline-end-color: rgb(249 219 109 / 1); }
.border-e-callout-warning-fill\/20{ border-inline-end-color: rgb(249 219 109 / 0.2); }
.border-e-callout-warning-fill\/25{ border-inline-end-color: rgb(249 219 109 / 0.25); }
.border-e-callout-warning-fill\/30{ border-inline-end-color: rgb(249 219 109 / 0.3); }
.border-e-callout-warning-fill\/40{ border-inline-end-color: rgb(249 219 109 / 0.4); }
.border-e-callout-warning-fill\/5{ border-inline-end-color: rgb(249 219 109 / 0.05); }
.border-e-callout-warning-fill\/50{ border-inline-end-color: rgb(249 219 109 / 0.5); }
.border-e-callout-warning-fill\/60{ border-inline-end-color: rgb(249 219 109 / 0.6); }
.border-e-callout-warning-fill\/70{ border-inline-end-color: rgb(249 219 109 / 0.7); }
.border-e-callout-warning-fill\/75{ border-inline-end-color: rgb(249 219 109 / 0.75); }
.border-e-callout-warning-fill\/80{ border-inline-end-color: rgb(249 219 109 / 0.8); }
.border-e-callout-warning-fill\/90{ border-inline-end-color: rgb(249 219 109 / 0.9); }
.border-e-callout-warning-fill\/95{ border-inline-end-color: rgb(249 219 109 / 0.95); }
.border-e-callout-warning-icon{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-e-callout-warning-icon\/0{ border-inline-end-color: rgb(255 255 255 / 0); }
.border-e-callout-warning-icon\/10{ border-inline-end-color: rgb(255 255 255 / 0.1); }
.border-e-callout-warning-icon\/100{ border-inline-end-color: rgb(255 255 255 / 1); }
.border-e-callout-warning-icon\/20{ border-inline-end-color: rgb(255 255 255 / 0.2); }
.border-e-callout-warning-icon\/25{ border-inline-end-color: rgb(255 255 255 / 0.25); }
.border-e-callout-warning-icon\/30{ border-inline-end-color: rgb(255 255 255 / 0.3); }
.border-e-callout-warning-icon\/40{ border-inline-end-color: rgb(255 255 255 / 0.4); }
.border-e-callout-warning-icon\/5{ border-inline-end-color: rgb(255 255 255 / 0.05); }
.border-e-callout-warning-icon\/50{ border-inline-end-color: rgb(255 255 255 / 0.5); }
.border-e-callout-warning-icon\/60{ border-inline-end-color: rgb(255 255 255 / 0.6); }
.border-e-callout-warning-icon\/70{ border-inline-end-color: rgb(255 255 255 / 0.7); }
.border-e-callout-warning-icon\/75{ border-inline-end-color: rgb(255 255 255 / 0.75); }
.border-e-callout-warning-icon\/80{ border-inline-end-color: rgb(255 255 255 / 0.8); }
.border-e-callout-warning-icon\/90{ border-inline-end-color: rgb(255 255 255 / 0.9); }
.border-e-callout-warning-icon\/95{ border-inline-end-color: rgb(255 255 255 / 0.95); }
.border-e-callout-warning-text{ --tw-border-opacity: 1; border-inline-end-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-e-callout-warning-text-accent{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-e-callout-warning-text-accent\/0{ border-inline-end-color: rgb(255 255 255 / 0); }
.border-e-callout-warning-text-accent\/10{ border-inline-end-color: rgb(255 255 255 / 0.1); }
.border-e-callout-warning-text-accent\/100{ border-inline-end-color: rgb(255 255 255 / 1); }
.border-e-callout-warning-text-accent\/20{ border-inline-end-color: rgb(255 255 255 / 0.2); }
.border-e-callout-warning-text-accent\/25{ border-inline-end-color: rgb(255 255 255 / 0.25); }
.border-e-callout-warning-text-accent\/30{ border-inline-end-color: rgb(255 255 255 / 0.3); }
.border-e-callout-warning-text-accent\/40{ border-inline-end-color: rgb(255 255 255 / 0.4); }
.border-e-callout-warning-text-accent\/5{ border-inline-end-color: rgb(255 255 255 / 0.05); }
.border-e-callout-warning-text-accent\/50{ border-inline-end-color: rgb(255 255 255 / 0.5); }
.border-e-callout-warning-text-accent\/60{ border-inline-end-color: rgb(255 255 255 / 0.6); }
.border-e-callout-warning-text-accent\/70{ border-inline-end-color: rgb(255 255 255 / 0.7); }
.border-e-callout-warning-text-accent\/75{ border-inline-end-color: rgb(255 255 255 / 0.75); }
.border-e-callout-warning-text-accent\/80{ border-inline-end-color: rgb(255 255 255 / 0.8); }
.border-e-callout-warning-text-accent\/90{ border-inline-end-color: rgb(255 255 255 / 0.9); }
.border-e-callout-warning-text-accent\/95{ border-inline-end-color: rgb(255 255 255 / 0.95); }
.border-e-callout-warning-text\/0{ border-inline-end-color: rgb(21 18 10 / 0); }
.border-e-callout-warning-text\/10{ border-inline-end-color: rgb(21 18 10 / 0.1); }
.border-e-callout-warning-text\/100{ border-inline-end-color: rgb(21 18 10 / 1); }
.border-e-callout-warning-text\/20{ border-inline-end-color: rgb(21 18 10 / 0.2); }
.border-e-callout-warning-text\/25{ border-inline-end-color: rgb(21 18 10 / 0.25); }
.border-e-callout-warning-text\/30{ border-inline-end-color: rgb(21 18 10 / 0.3); }
.border-e-callout-warning-text\/40{ border-inline-end-color: rgb(21 18 10 / 0.4); }
.border-e-callout-warning-text\/5{ border-inline-end-color: rgb(21 18 10 / 0.05); }
.border-e-callout-warning-text\/50{ border-inline-end-color: rgb(21 18 10 / 0.5); }
.border-e-callout-warning-text\/60{ border-inline-end-color: rgb(21 18 10 / 0.6); }
.border-e-callout-warning-text\/70{ border-inline-end-color: rgb(21 18 10 / 0.7); }
.border-e-callout-warning-text\/75{ border-inline-end-color: rgb(21 18 10 / 0.75); }
.border-e-callout-warning-text\/80{ border-inline-end-color: rgb(21 18 10 / 0.8); }
.border-e-callout-warning-text\/90{ border-inline-end-color: rgb(21 18 10 / 0.9); }
.border-e-callout-warning-text\/95{ border-inline-end-color: rgb(21 18 10 / 0.95); }
.border-e-current{ border-inline-end-color: currentColor; }
.border-e-cyan-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-e-cyan-100\/0{ border-inline-end-color: rgb(207 250 254 / 0); }
.border-e-cyan-100\/10{ border-inline-end-color: rgb(207 250 254 / 0.1); }
.border-e-cyan-100\/100{ border-inline-end-color: rgb(207 250 254 / 1); }
.border-e-cyan-100\/20{ border-inline-end-color: rgb(207 250 254 / 0.2); }
.border-e-cyan-100\/25{ border-inline-end-color: rgb(207 250 254 / 0.25); }
.border-e-cyan-100\/30{ border-inline-end-color: rgb(207 250 254 / 0.3); }
.border-e-cyan-100\/40{ border-inline-end-color: rgb(207 250 254 / 0.4); }
.border-e-cyan-100\/5{ border-inline-end-color: rgb(207 250 254 / 0.05); }
.border-e-cyan-100\/50{ border-inline-end-color: rgb(207 250 254 / 0.5); }
.border-e-cyan-100\/60{ border-inline-end-color: rgb(207 250 254 / 0.6); }
.border-e-cyan-100\/70{ border-inline-end-color: rgb(207 250 254 / 0.7); }
.border-e-cyan-100\/75{ border-inline-end-color: rgb(207 250 254 / 0.75); }
.border-e-cyan-100\/80{ border-inline-end-color: rgb(207 250 254 / 0.8); }
.border-e-cyan-100\/90{ border-inline-end-color: rgb(207 250 254 / 0.9); }
.border-e-cyan-100\/95{ border-inline-end-color: rgb(207 250 254 / 0.95); }
.border-e-cyan-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-e-cyan-200\/0{ border-inline-end-color: rgb(165 243 252 / 0); }
.border-e-cyan-200\/10{ border-inline-end-color: rgb(165 243 252 / 0.1); }
.border-e-cyan-200\/100{ border-inline-end-color: rgb(165 243 252 / 1); }
.border-e-cyan-200\/20{ border-inline-end-color: rgb(165 243 252 / 0.2); }
.border-e-cyan-200\/25{ border-inline-end-color: rgb(165 243 252 / 0.25); }
.border-e-cyan-200\/30{ border-inline-end-color: rgb(165 243 252 / 0.3); }
.border-e-cyan-200\/40{ border-inline-end-color: rgb(165 243 252 / 0.4); }
.border-e-cyan-200\/5{ border-inline-end-color: rgb(165 243 252 / 0.05); }
.border-e-cyan-200\/50{ border-inline-end-color: rgb(165 243 252 / 0.5); }
.border-e-cyan-200\/60{ border-inline-end-color: rgb(165 243 252 / 0.6); }
.border-e-cyan-200\/70{ border-inline-end-color: rgb(165 243 252 / 0.7); }
.border-e-cyan-200\/75{ border-inline-end-color: rgb(165 243 252 / 0.75); }
.border-e-cyan-200\/80{ border-inline-end-color: rgb(165 243 252 / 0.8); }
.border-e-cyan-200\/90{ border-inline-end-color: rgb(165 243 252 / 0.9); }
.border-e-cyan-200\/95{ border-inline-end-color: rgb(165 243 252 / 0.95); }
.border-e-cyan-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-e-cyan-300\/0{ border-inline-end-color: rgb(103 232 249 / 0); }
.border-e-cyan-300\/10{ border-inline-end-color: rgb(103 232 249 / 0.1); }
.border-e-cyan-300\/100{ border-inline-end-color: rgb(103 232 249 / 1); }
.border-e-cyan-300\/20{ border-inline-end-color: rgb(103 232 249 / 0.2); }
.border-e-cyan-300\/25{ border-inline-end-color: rgb(103 232 249 / 0.25); }
.border-e-cyan-300\/30{ border-inline-end-color: rgb(103 232 249 / 0.3); }
.border-e-cyan-300\/40{ border-inline-end-color: rgb(103 232 249 / 0.4); }
.border-e-cyan-300\/5{ border-inline-end-color: rgb(103 232 249 / 0.05); }
.border-e-cyan-300\/50{ border-inline-end-color: rgb(103 232 249 / 0.5); }
.border-e-cyan-300\/60{ border-inline-end-color: rgb(103 232 249 / 0.6); }
.border-e-cyan-300\/70{ border-inline-end-color: rgb(103 232 249 / 0.7); }
.border-e-cyan-300\/75{ border-inline-end-color: rgb(103 232 249 / 0.75); }
.border-e-cyan-300\/80{ border-inline-end-color: rgb(103 232 249 / 0.8); }
.border-e-cyan-300\/90{ border-inline-end-color: rgb(103 232 249 / 0.9); }
.border-e-cyan-300\/95{ border-inline-end-color: rgb(103 232 249 / 0.95); }
.border-e-cyan-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-e-cyan-400\/0{ border-inline-end-color: rgb(34 211 238 / 0); }
.border-e-cyan-400\/10{ border-inline-end-color: rgb(34 211 238 / 0.1); }
.border-e-cyan-400\/100{ border-inline-end-color: rgb(34 211 238 / 1); }
.border-e-cyan-400\/20{ border-inline-end-color: rgb(34 211 238 / 0.2); }
.border-e-cyan-400\/25{ border-inline-end-color: rgb(34 211 238 / 0.25); }
.border-e-cyan-400\/30{ border-inline-end-color: rgb(34 211 238 / 0.3); }
.border-e-cyan-400\/40{ border-inline-end-color: rgb(34 211 238 / 0.4); }
.border-e-cyan-400\/5{ border-inline-end-color: rgb(34 211 238 / 0.05); }
.border-e-cyan-400\/50{ border-inline-end-color: rgb(34 211 238 / 0.5); }
.border-e-cyan-400\/60{ border-inline-end-color: rgb(34 211 238 / 0.6); }
.border-e-cyan-400\/70{ border-inline-end-color: rgb(34 211 238 / 0.7); }
.border-e-cyan-400\/75{ border-inline-end-color: rgb(34 211 238 / 0.75); }
.border-e-cyan-400\/80{ border-inline-end-color: rgb(34 211 238 / 0.8); }
.border-e-cyan-400\/90{ border-inline-end-color: rgb(34 211 238 / 0.9); }
.border-e-cyan-400\/95{ border-inline-end-color: rgb(34 211 238 / 0.95); }
.border-e-cyan-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-e-cyan-50\/0{ border-inline-end-color: rgb(236 254 255 / 0); }
.border-e-cyan-50\/10{ border-inline-end-color: rgb(236 254 255 / 0.1); }
.border-e-cyan-50\/100{ border-inline-end-color: rgb(236 254 255 / 1); }
.border-e-cyan-50\/20{ border-inline-end-color: rgb(236 254 255 / 0.2); }
.border-e-cyan-50\/25{ border-inline-end-color: rgb(236 254 255 / 0.25); }
.border-e-cyan-50\/30{ border-inline-end-color: rgb(236 254 255 / 0.3); }
.border-e-cyan-50\/40{ border-inline-end-color: rgb(236 254 255 / 0.4); }
.border-e-cyan-50\/5{ border-inline-end-color: rgb(236 254 255 / 0.05); }
.border-e-cyan-50\/50{ border-inline-end-color: rgb(236 254 255 / 0.5); }
.border-e-cyan-50\/60{ border-inline-end-color: rgb(236 254 255 / 0.6); }
.border-e-cyan-50\/70{ border-inline-end-color: rgb(236 254 255 / 0.7); }
.border-e-cyan-50\/75{ border-inline-end-color: rgb(236 254 255 / 0.75); }
.border-e-cyan-50\/80{ border-inline-end-color: rgb(236 254 255 / 0.8); }
.border-e-cyan-50\/90{ border-inline-end-color: rgb(236 254 255 / 0.9); }
.border-e-cyan-50\/95{ border-inline-end-color: rgb(236 254 255 / 0.95); }
.border-e-cyan-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-e-cyan-500\/0{ border-inline-end-color: rgb(6 182 212 / 0); }
.border-e-cyan-500\/10{ border-inline-end-color: rgb(6 182 212 / 0.1); }
.border-e-cyan-500\/100{ border-inline-end-color: rgb(6 182 212 / 1); }
.border-e-cyan-500\/20{ border-inline-end-color: rgb(6 182 212 / 0.2); }
.border-e-cyan-500\/25{ border-inline-end-color: rgb(6 182 212 / 0.25); }
.border-e-cyan-500\/30{ border-inline-end-color: rgb(6 182 212 / 0.3); }
.border-e-cyan-500\/40{ border-inline-end-color: rgb(6 182 212 / 0.4); }
.border-e-cyan-500\/5{ border-inline-end-color: rgb(6 182 212 / 0.05); }
.border-e-cyan-500\/50{ border-inline-end-color: rgb(6 182 212 / 0.5); }
.border-e-cyan-500\/60{ border-inline-end-color: rgb(6 182 212 / 0.6); }
.border-e-cyan-500\/70{ border-inline-end-color: rgb(6 182 212 / 0.7); }
.border-e-cyan-500\/75{ border-inline-end-color: rgb(6 182 212 / 0.75); }
.border-e-cyan-500\/80{ border-inline-end-color: rgb(6 182 212 / 0.8); }
.border-e-cyan-500\/90{ border-inline-end-color: rgb(6 182 212 / 0.9); }
.border-e-cyan-500\/95{ border-inline-end-color: rgb(6 182 212 / 0.95); }
.border-e-cyan-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-e-cyan-600\/0{ border-inline-end-color: rgb(8 145 178 / 0); }
.border-e-cyan-600\/10{ border-inline-end-color: rgb(8 145 178 / 0.1); }
.border-e-cyan-600\/100{ border-inline-end-color: rgb(8 145 178 / 1); }
.border-e-cyan-600\/20{ border-inline-end-color: rgb(8 145 178 / 0.2); }
.border-e-cyan-600\/25{ border-inline-end-color: rgb(8 145 178 / 0.25); }
.border-e-cyan-600\/30{ border-inline-end-color: rgb(8 145 178 / 0.3); }
.border-e-cyan-600\/40{ border-inline-end-color: rgb(8 145 178 / 0.4); }
.border-e-cyan-600\/5{ border-inline-end-color: rgb(8 145 178 / 0.05); }
.border-e-cyan-600\/50{ border-inline-end-color: rgb(8 145 178 / 0.5); }
.border-e-cyan-600\/60{ border-inline-end-color: rgb(8 145 178 / 0.6); }
.border-e-cyan-600\/70{ border-inline-end-color: rgb(8 145 178 / 0.7); }
.border-e-cyan-600\/75{ border-inline-end-color: rgb(8 145 178 / 0.75); }
.border-e-cyan-600\/80{ border-inline-end-color: rgb(8 145 178 / 0.8); }
.border-e-cyan-600\/90{ border-inline-end-color: rgb(8 145 178 / 0.9); }
.border-e-cyan-600\/95{ border-inline-end-color: rgb(8 145 178 / 0.95); }
.border-e-cyan-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-e-cyan-700\/0{ border-inline-end-color: rgb(14 116 144 / 0); }
.border-e-cyan-700\/10{ border-inline-end-color: rgb(14 116 144 / 0.1); }
.border-e-cyan-700\/100{ border-inline-end-color: rgb(14 116 144 / 1); }
.border-e-cyan-700\/20{ border-inline-end-color: rgb(14 116 144 / 0.2); }
.border-e-cyan-700\/25{ border-inline-end-color: rgb(14 116 144 / 0.25); }
.border-e-cyan-700\/30{ border-inline-end-color: rgb(14 116 144 / 0.3); }
.border-e-cyan-700\/40{ border-inline-end-color: rgb(14 116 144 / 0.4); }
.border-e-cyan-700\/5{ border-inline-end-color: rgb(14 116 144 / 0.05); }
.border-e-cyan-700\/50{ border-inline-end-color: rgb(14 116 144 / 0.5); }
.border-e-cyan-700\/60{ border-inline-end-color: rgb(14 116 144 / 0.6); }
.border-e-cyan-700\/70{ border-inline-end-color: rgb(14 116 144 / 0.7); }
.border-e-cyan-700\/75{ border-inline-end-color: rgb(14 116 144 / 0.75); }
.border-e-cyan-700\/80{ border-inline-end-color: rgb(14 116 144 / 0.8); }
.border-e-cyan-700\/90{ border-inline-end-color: rgb(14 116 144 / 0.9); }
.border-e-cyan-700\/95{ border-inline-end-color: rgb(14 116 144 / 0.95); }
.border-e-cyan-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-e-cyan-800\/0{ border-inline-end-color: rgb(21 94 117 / 0); }
.border-e-cyan-800\/10{ border-inline-end-color: rgb(21 94 117 / 0.1); }
.border-e-cyan-800\/100{ border-inline-end-color: rgb(21 94 117 / 1); }
.border-e-cyan-800\/20{ border-inline-end-color: rgb(21 94 117 / 0.2); }
.border-e-cyan-800\/25{ border-inline-end-color: rgb(21 94 117 / 0.25); }
.border-e-cyan-800\/30{ border-inline-end-color: rgb(21 94 117 / 0.3); }
.border-e-cyan-800\/40{ border-inline-end-color: rgb(21 94 117 / 0.4); }
.border-e-cyan-800\/5{ border-inline-end-color: rgb(21 94 117 / 0.05); }
.border-e-cyan-800\/50{ border-inline-end-color: rgb(21 94 117 / 0.5); }
.border-e-cyan-800\/60{ border-inline-end-color: rgb(21 94 117 / 0.6); }
.border-e-cyan-800\/70{ border-inline-end-color: rgb(21 94 117 / 0.7); }
.border-e-cyan-800\/75{ border-inline-end-color: rgb(21 94 117 / 0.75); }
.border-e-cyan-800\/80{ border-inline-end-color: rgb(21 94 117 / 0.8); }
.border-e-cyan-800\/90{ border-inline-end-color: rgb(21 94 117 / 0.9); }
.border-e-cyan-800\/95{ border-inline-end-color: rgb(21 94 117 / 0.95); }
.border-e-cyan-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-e-cyan-900\/0{ border-inline-end-color: rgb(22 78 99 / 0); }
.border-e-cyan-900\/10{ border-inline-end-color: rgb(22 78 99 / 0.1); }
.border-e-cyan-900\/100{ border-inline-end-color: rgb(22 78 99 / 1); }
.border-e-cyan-900\/20{ border-inline-end-color: rgb(22 78 99 / 0.2); }
.border-e-cyan-900\/25{ border-inline-end-color: rgb(22 78 99 / 0.25); }
.border-e-cyan-900\/30{ border-inline-end-color: rgb(22 78 99 / 0.3); }
.border-e-cyan-900\/40{ border-inline-end-color: rgb(22 78 99 / 0.4); }
.border-e-cyan-900\/5{ border-inline-end-color: rgb(22 78 99 / 0.05); }
.border-e-cyan-900\/50{ border-inline-end-color: rgb(22 78 99 / 0.5); }
.border-e-cyan-900\/60{ border-inline-end-color: rgb(22 78 99 / 0.6); }
.border-e-cyan-900\/70{ border-inline-end-color: rgb(22 78 99 / 0.7); }
.border-e-cyan-900\/75{ border-inline-end-color: rgb(22 78 99 / 0.75); }
.border-e-cyan-900\/80{ border-inline-end-color: rgb(22 78 99 / 0.8); }
.border-e-cyan-900\/90{ border-inline-end-color: rgb(22 78 99 / 0.9); }
.border-e-cyan-900\/95{ border-inline-end-color: rgb(22 78 99 / 0.95); }
.border-e-cyan-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-e-cyan-950\/0{ border-inline-end-color: rgb(8 51 68 / 0); }
.border-e-cyan-950\/10{ border-inline-end-color: rgb(8 51 68 / 0.1); }
.border-e-cyan-950\/100{ border-inline-end-color: rgb(8 51 68 / 1); }
.border-e-cyan-950\/20{ border-inline-end-color: rgb(8 51 68 / 0.2); }
.border-e-cyan-950\/25{ border-inline-end-color: rgb(8 51 68 / 0.25); }
.border-e-cyan-950\/30{ border-inline-end-color: rgb(8 51 68 / 0.3); }
.border-e-cyan-950\/40{ border-inline-end-color: rgb(8 51 68 / 0.4); }
.border-e-cyan-950\/5{ border-inline-end-color: rgb(8 51 68 / 0.05); }
.border-e-cyan-950\/50{ border-inline-end-color: rgb(8 51 68 / 0.5); }
.border-e-cyan-950\/60{ border-inline-end-color: rgb(8 51 68 / 0.6); }
.border-e-cyan-950\/70{ border-inline-end-color: rgb(8 51 68 / 0.7); }
.border-e-cyan-950\/75{ border-inline-end-color: rgb(8 51 68 / 0.75); }
.border-e-cyan-950\/80{ border-inline-end-color: rgb(8 51 68 / 0.8); }
.border-e-cyan-950\/90{ border-inline-end-color: rgb(8 51 68 / 0.9); }
.border-e-cyan-950\/95{ border-inline-end-color: rgb(8 51 68 / 0.95); }
.border-e-eggshell{ --tw-border-opacity: 1; border-inline-end-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-e-eggshell-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-e-eggshell-100\/0{ border-inline-end-color: rgb(254 252 250 / 0); }
.border-e-eggshell-100\/10{ border-inline-end-color: rgb(254 252 250 / 0.1); }
.border-e-eggshell-100\/100{ border-inline-end-color: rgb(254 252 250 / 1); }
.border-e-eggshell-100\/20{ border-inline-end-color: rgb(254 252 250 / 0.2); }
.border-e-eggshell-100\/25{ border-inline-end-color: rgb(254 252 250 / 0.25); }
.border-e-eggshell-100\/30{ border-inline-end-color: rgb(254 252 250 / 0.3); }
.border-e-eggshell-100\/40{ border-inline-end-color: rgb(254 252 250 / 0.4); }
.border-e-eggshell-100\/5{ border-inline-end-color: rgb(254 252 250 / 0.05); }
.border-e-eggshell-100\/50{ border-inline-end-color: rgb(254 252 250 / 0.5); }
.border-e-eggshell-100\/60{ border-inline-end-color: rgb(254 252 250 / 0.6); }
.border-e-eggshell-100\/70{ border-inline-end-color: rgb(254 252 250 / 0.7); }
.border-e-eggshell-100\/75{ border-inline-end-color: rgb(254 252 250 / 0.75); }
.border-e-eggshell-100\/80{ border-inline-end-color: rgb(254 252 250 / 0.8); }
.border-e-eggshell-100\/90{ border-inline-end-color: rgb(254 252 250 / 0.9); }
.border-e-eggshell-100\/95{ border-inline-end-color: rgb(254 252 250 / 0.95); }
.border-e-eggshell-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-e-eggshell-200\/0{ border-inline-end-color: rgb(252 250 246 / 0); }
.border-e-eggshell-200\/10{ border-inline-end-color: rgb(252 250 246 / 0.1); }
.border-e-eggshell-200\/100{ border-inline-end-color: rgb(252 250 246 / 1); }
.border-e-eggshell-200\/20{ border-inline-end-color: rgb(252 250 246 / 0.2); }
.border-e-eggshell-200\/25{ border-inline-end-color: rgb(252 250 246 / 0.25); }
.border-e-eggshell-200\/30{ border-inline-end-color: rgb(252 250 246 / 0.3); }
.border-e-eggshell-200\/40{ border-inline-end-color: rgb(252 250 246 / 0.4); }
.border-e-eggshell-200\/5{ border-inline-end-color: rgb(252 250 246 / 0.05); }
.border-e-eggshell-200\/50{ border-inline-end-color: rgb(252 250 246 / 0.5); }
.border-e-eggshell-200\/60{ border-inline-end-color: rgb(252 250 246 / 0.6); }
.border-e-eggshell-200\/70{ border-inline-end-color: rgb(252 250 246 / 0.7); }
.border-e-eggshell-200\/75{ border-inline-end-color: rgb(252 250 246 / 0.75); }
.border-e-eggshell-200\/80{ border-inline-end-color: rgb(252 250 246 / 0.8); }
.border-e-eggshell-200\/90{ border-inline-end-color: rgb(252 250 246 / 0.9); }
.border-e-eggshell-200\/95{ border-inline-end-color: rgb(252 250 246 / 0.95); }
.border-e-eggshell-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-e-eggshell-300\/0{ border-inline-end-color: rgb(251 247 241 / 0); }
.border-e-eggshell-300\/10{ border-inline-end-color: rgb(251 247 241 / 0.1); }
.border-e-eggshell-300\/100{ border-inline-end-color: rgb(251 247 241 / 1); }
.border-e-eggshell-300\/20{ border-inline-end-color: rgb(251 247 241 / 0.2); }
.border-e-eggshell-300\/25{ border-inline-end-color: rgb(251 247 241 / 0.25); }
.border-e-eggshell-300\/30{ border-inline-end-color: rgb(251 247 241 / 0.3); }
.border-e-eggshell-300\/40{ border-inline-end-color: rgb(251 247 241 / 0.4); }
.border-e-eggshell-300\/5{ border-inline-end-color: rgb(251 247 241 / 0.05); }
.border-e-eggshell-300\/50{ border-inline-end-color: rgb(251 247 241 / 0.5); }
.border-e-eggshell-300\/60{ border-inline-end-color: rgb(251 247 241 / 0.6); }
.border-e-eggshell-300\/70{ border-inline-end-color: rgb(251 247 241 / 0.7); }
.border-e-eggshell-300\/75{ border-inline-end-color: rgb(251 247 241 / 0.75); }
.border-e-eggshell-300\/80{ border-inline-end-color: rgb(251 247 241 / 0.8); }
.border-e-eggshell-300\/90{ border-inline-end-color: rgb(251 247 241 / 0.9); }
.border-e-eggshell-300\/95{ border-inline-end-color: rgb(251 247 241 / 0.95); }
.border-e-eggshell-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-e-eggshell-400\/0{ border-inline-end-color: rgb(249 245 236 / 0); }
.border-e-eggshell-400\/10{ border-inline-end-color: rgb(249 245 236 / 0.1); }
.border-e-eggshell-400\/100{ border-inline-end-color: rgb(249 245 236 / 1); }
.border-e-eggshell-400\/20{ border-inline-end-color: rgb(249 245 236 / 0.2); }
.border-e-eggshell-400\/25{ border-inline-end-color: rgb(249 245 236 / 0.25); }
.border-e-eggshell-400\/30{ border-inline-end-color: rgb(249 245 236 / 0.3); }
.border-e-eggshell-400\/40{ border-inline-end-color: rgb(249 245 236 / 0.4); }
.border-e-eggshell-400\/5{ border-inline-end-color: rgb(249 245 236 / 0.05); }
.border-e-eggshell-400\/50{ border-inline-end-color: rgb(249 245 236 / 0.5); }
.border-e-eggshell-400\/60{ border-inline-end-color: rgb(249 245 236 / 0.6); }
.border-e-eggshell-400\/70{ border-inline-end-color: rgb(249 245 236 / 0.7); }
.border-e-eggshell-400\/75{ border-inline-end-color: rgb(249 245 236 / 0.75); }
.border-e-eggshell-400\/80{ border-inline-end-color: rgb(249 245 236 / 0.8); }
.border-e-eggshell-400\/90{ border-inline-end-color: rgb(249 245 236 / 0.9); }
.border-e-eggshell-400\/95{ border-inline-end-color: rgb(249 245 236 / 0.95); }
.border-e-eggshell-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-e-eggshell-500\/0{ border-inline-end-color: rgb(247 242 231 / 0); }
.border-e-eggshell-500\/10{ border-inline-end-color: rgb(247 242 231 / 0.1); }
.border-e-eggshell-500\/100{ border-inline-end-color: rgb(247 242 231 / 1); }
.border-e-eggshell-500\/20{ border-inline-end-color: rgb(247 242 231 / 0.2); }
.border-e-eggshell-500\/25{ border-inline-end-color: rgb(247 242 231 / 0.25); }
.border-e-eggshell-500\/30{ border-inline-end-color: rgb(247 242 231 / 0.3); }
.border-e-eggshell-500\/40{ border-inline-end-color: rgb(247 242 231 / 0.4); }
.border-e-eggshell-500\/5{ border-inline-end-color: rgb(247 242 231 / 0.05); }
.border-e-eggshell-500\/50{ border-inline-end-color: rgb(247 242 231 / 0.5); }
.border-e-eggshell-500\/60{ border-inline-end-color: rgb(247 242 231 / 0.6); }
.border-e-eggshell-500\/70{ border-inline-end-color: rgb(247 242 231 / 0.7); }
.border-e-eggshell-500\/75{ border-inline-end-color: rgb(247 242 231 / 0.75); }
.border-e-eggshell-500\/80{ border-inline-end-color: rgb(247 242 231 / 0.8); }
.border-e-eggshell-500\/90{ border-inline-end-color: rgb(247 242 231 / 0.9); }
.border-e-eggshell-500\/95{ border-inline-end-color: rgb(247 242 231 / 0.95); }
.border-e-eggshell-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-e-eggshell-600\/0{ border-inline-end-color: rgb(246 239 227 / 0); }
.border-e-eggshell-600\/10{ border-inline-end-color: rgb(246 239 227 / 0.1); }
.border-e-eggshell-600\/100{ border-inline-end-color: rgb(246 239 227 / 1); }
.border-e-eggshell-600\/20{ border-inline-end-color: rgb(246 239 227 / 0.2); }
.border-e-eggshell-600\/25{ border-inline-end-color: rgb(246 239 227 / 0.25); }
.border-e-eggshell-600\/30{ border-inline-end-color: rgb(246 239 227 / 0.3); }
.border-e-eggshell-600\/40{ border-inline-end-color: rgb(246 239 227 / 0.4); }
.border-e-eggshell-600\/5{ border-inline-end-color: rgb(246 239 227 / 0.05); }
.border-e-eggshell-600\/50{ border-inline-end-color: rgb(246 239 227 / 0.5); }
.border-e-eggshell-600\/60{ border-inline-end-color: rgb(246 239 227 / 0.6); }
.border-e-eggshell-600\/70{ border-inline-end-color: rgb(246 239 227 / 0.7); }
.border-e-eggshell-600\/75{ border-inline-end-color: rgb(246 239 227 / 0.75); }
.border-e-eggshell-600\/80{ border-inline-end-color: rgb(246 239 227 / 0.8); }
.border-e-eggshell-600\/90{ border-inline-end-color: rgb(246 239 227 / 0.9); }
.border-e-eggshell-600\/95{ border-inline-end-color: rgb(246 239 227 / 0.95); }
.border-e-eggshell-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-e-eggshell-700\/0{ border-inline-end-color: rgb(245 237 222 / 0); }
.border-e-eggshell-700\/10{ border-inline-end-color: rgb(245 237 222 / 0.1); }
.border-e-eggshell-700\/100{ border-inline-end-color: rgb(245 237 222 / 1); }
.border-e-eggshell-700\/20{ border-inline-end-color: rgb(245 237 222 / 0.2); }
.border-e-eggshell-700\/25{ border-inline-end-color: rgb(245 237 222 / 0.25); }
.border-e-eggshell-700\/30{ border-inline-end-color: rgb(245 237 222 / 0.3); }
.border-e-eggshell-700\/40{ border-inline-end-color: rgb(245 237 222 / 0.4); }
.border-e-eggshell-700\/5{ border-inline-end-color: rgb(245 237 222 / 0.05); }
.border-e-eggshell-700\/50{ border-inline-end-color: rgb(245 237 222 / 0.5); }
.border-e-eggshell-700\/60{ border-inline-end-color: rgb(245 237 222 / 0.6); }
.border-e-eggshell-700\/70{ border-inline-end-color: rgb(245 237 222 / 0.7); }
.border-e-eggshell-700\/75{ border-inline-end-color: rgb(245 237 222 / 0.75); }
.border-e-eggshell-700\/80{ border-inline-end-color: rgb(245 237 222 / 0.8); }
.border-e-eggshell-700\/90{ border-inline-end-color: rgb(245 237 222 / 0.9); }
.border-e-eggshell-700\/95{ border-inline-end-color: rgb(245 237 222 / 0.95); }
.border-e-eggshell-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-e-eggshell-800\/0{ border-inline-end-color: rgb(243 234 217 / 0); }
.border-e-eggshell-800\/10{ border-inline-end-color: rgb(243 234 217 / 0.1); }
.border-e-eggshell-800\/100{ border-inline-end-color: rgb(243 234 217 / 1); }
.border-e-eggshell-800\/20{ border-inline-end-color: rgb(243 234 217 / 0.2); }
.border-e-eggshell-800\/25{ border-inline-end-color: rgb(243 234 217 / 0.25); }
.border-e-eggshell-800\/30{ border-inline-end-color: rgb(243 234 217 / 0.3); }
.border-e-eggshell-800\/40{ border-inline-end-color: rgb(243 234 217 / 0.4); }
.border-e-eggshell-800\/5{ border-inline-end-color: rgb(243 234 217 / 0.05); }
.border-e-eggshell-800\/50{ border-inline-end-color: rgb(243 234 217 / 0.5); }
.border-e-eggshell-800\/60{ border-inline-end-color: rgb(243 234 217 / 0.6); }
.border-e-eggshell-800\/70{ border-inline-end-color: rgb(243 234 217 / 0.7); }
.border-e-eggshell-800\/75{ border-inline-end-color: rgb(243 234 217 / 0.75); }
.border-e-eggshell-800\/80{ border-inline-end-color: rgb(243 234 217 / 0.8); }
.border-e-eggshell-800\/90{ border-inline-end-color: rgb(243 234 217 / 0.9); }
.border-e-eggshell-800\/95{ border-inline-end-color: rgb(243 234 217 / 0.95); }
.border-e-eggshell-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-e-eggshell-900\/0{ border-inline-end-color: rgb(242 232 213 / 0); }
.border-e-eggshell-900\/10{ border-inline-end-color: rgb(242 232 213 / 0.1); }
.border-e-eggshell-900\/100{ border-inline-end-color: rgb(242 232 213 / 1); }
.border-e-eggshell-900\/20{ border-inline-end-color: rgb(242 232 213 / 0.2); }
.border-e-eggshell-900\/25{ border-inline-end-color: rgb(242 232 213 / 0.25); }
.border-e-eggshell-900\/30{ border-inline-end-color: rgb(242 232 213 / 0.3); }
.border-e-eggshell-900\/40{ border-inline-end-color: rgb(242 232 213 / 0.4); }
.border-e-eggshell-900\/5{ border-inline-end-color: rgb(242 232 213 / 0.05); }
.border-e-eggshell-900\/50{ border-inline-end-color: rgb(242 232 213 / 0.5); }
.border-e-eggshell-900\/60{ border-inline-end-color: rgb(242 232 213 / 0.6); }
.border-e-eggshell-900\/70{ border-inline-end-color: rgb(242 232 213 / 0.7); }
.border-e-eggshell-900\/75{ border-inline-end-color: rgb(242 232 213 / 0.75); }
.border-e-eggshell-900\/80{ border-inline-end-color: rgb(242 232 213 / 0.8); }
.border-e-eggshell-900\/90{ border-inline-end-color: rgb(242 232 213 / 0.9); }
.border-e-eggshell-900\/95{ border-inline-end-color: rgb(242 232 213 / 0.95); }
.border-e-eggshell\/0{ border-inline-end-color: rgb(240 229 208 / 0); }
.border-e-eggshell\/10{ border-inline-end-color: rgb(240 229 208 / 0.1); }
.border-e-eggshell\/100{ border-inline-end-color: rgb(240 229 208 / 1); }
.border-e-eggshell\/20{ border-inline-end-color: rgb(240 229 208 / 0.2); }
.border-e-eggshell\/25{ border-inline-end-color: rgb(240 229 208 / 0.25); }
.border-e-eggshell\/30{ border-inline-end-color: rgb(240 229 208 / 0.3); }
.border-e-eggshell\/40{ border-inline-end-color: rgb(240 229 208 / 0.4); }
.border-e-eggshell\/5{ border-inline-end-color: rgb(240 229 208 / 0.05); }
.border-e-eggshell\/50{ border-inline-end-color: rgb(240 229 208 / 0.5); }
.border-e-eggshell\/60{ border-inline-end-color: rgb(240 229 208 / 0.6); }
.border-e-eggshell\/70{ border-inline-end-color: rgb(240 229 208 / 0.7); }
.border-e-eggshell\/75{ border-inline-end-color: rgb(240 229 208 / 0.75); }
.border-e-eggshell\/80{ border-inline-end-color: rgb(240 229 208 / 0.8); }
.border-e-eggshell\/90{ border-inline-end-color: rgb(240 229 208 / 0.9); }
.border-e-eggshell\/95{ border-inline-end-color: rgb(240 229 208 / 0.95); }
.border-e-emerald-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-e-emerald-100\/0{ border-inline-end-color: rgb(209 250 229 / 0); }
.border-e-emerald-100\/10{ border-inline-end-color: rgb(209 250 229 / 0.1); }
.border-e-emerald-100\/100{ border-inline-end-color: rgb(209 250 229 / 1); }
.border-e-emerald-100\/20{ border-inline-end-color: rgb(209 250 229 / 0.2); }
.border-e-emerald-100\/25{ border-inline-end-color: rgb(209 250 229 / 0.25); }
.border-e-emerald-100\/30{ border-inline-end-color: rgb(209 250 229 / 0.3); }
.border-e-emerald-100\/40{ border-inline-end-color: rgb(209 250 229 / 0.4); }
.border-e-emerald-100\/5{ border-inline-end-color: rgb(209 250 229 / 0.05); }
.border-e-emerald-100\/50{ border-inline-end-color: rgb(209 250 229 / 0.5); }
.border-e-emerald-100\/60{ border-inline-end-color: rgb(209 250 229 / 0.6); }
.border-e-emerald-100\/70{ border-inline-end-color: rgb(209 250 229 / 0.7); }
.border-e-emerald-100\/75{ border-inline-end-color: rgb(209 250 229 / 0.75); }
.border-e-emerald-100\/80{ border-inline-end-color: rgb(209 250 229 / 0.8); }
.border-e-emerald-100\/90{ border-inline-end-color: rgb(209 250 229 / 0.9); }
.border-e-emerald-100\/95{ border-inline-end-color: rgb(209 250 229 / 0.95); }
.border-e-emerald-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-e-emerald-200\/0{ border-inline-end-color: rgb(167 243 208 / 0); }
.border-e-emerald-200\/10{ border-inline-end-color: rgb(167 243 208 / 0.1); }
.border-e-emerald-200\/100{ border-inline-end-color: rgb(167 243 208 / 1); }
.border-e-emerald-200\/20{ border-inline-end-color: rgb(167 243 208 / 0.2); }
.border-e-emerald-200\/25{ border-inline-end-color: rgb(167 243 208 / 0.25); }
.border-e-emerald-200\/30{ border-inline-end-color: rgb(167 243 208 / 0.3); }
.border-e-emerald-200\/40{ border-inline-end-color: rgb(167 243 208 / 0.4); }
.border-e-emerald-200\/5{ border-inline-end-color: rgb(167 243 208 / 0.05); }
.border-e-emerald-200\/50{ border-inline-end-color: rgb(167 243 208 / 0.5); }
.border-e-emerald-200\/60{ border-inline-end-color: rgb(167 243 208 / 0.6); }
.border-e-emerald-200\/70{ border-inline-end-color: rgb(167 243 208 / 0.7); }
.border-e-emerald-200\/75{ border-inline-end-color: rgb(167 243 208 / 0.75); }
.border-e-emerald-200\/80{ border-inline-end-color: rgb(167 243 208 / 0.8); }
.border-e-emerald-200\/90{ border-inline-end-color: rgb(167 243 208 / 0.9); }
.border-e-emerald-200\/95{ border-inline-end-color: rgb(167 243 208 / 0.95); }
.border-e-emerald-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-e-emerald-300\/0{ border-inline-end-color: rgb(110 231 183 / 0); }
.border-e-emerald-300\/10{ border-inline-end-color: rgb(110 231 183 / 0.1); }
.border-e-emerald-300\/100{ border-inline-end-color: rgb(110 231 183 / 1); }
.border-e-emerald-300\/20{ border-inline-end-color: rgb(110 231 183 / 0.2); }
.border-e-emerald-300\/25{ border-inline-end-color: rgb(110 231 183 / 0.25); }
.border-e-emerald-300\/30{ border-inline-end-color: rgb(110 231 183 / 0.3); }
.border-e-emerald-300\/40{ border-inline-end-color: rgb(110 231 183 / 0.4); }
.border-e-emerald-300\/5{ border-inline-end-color: rgb(110 231 183 / 0.05); }
.border-e-emerald-300\/50{ border-inline-end-color: rgb(110 231 183 / 0.5); }
.border-e-emerald-300\/60{ border-inline-end-color: rgb(110 231 183 / 0.6); }
.border-e-emerald-300\/70{ border-inline-end-color: rgb(110 231 183 / 0.7); }
.border-e-emerald-300\/75{ border-inline-end-color: rgb(110 231 183 / 0.75); }
.border-e-emerald-300\/80{ border-inline-end-color: rgb(110 231 183 / 0.8); }
.border-e-emerald-300\/90{ border-inline-end-color: rgb(110 231 183 / 0.9); }
.border-e-emerald-300\/95{ border-inline-end-color: rgb(110 231 183 / 0.95); }
.border-e-emerald-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-e-emerald-400\/0{ border-inline-end-color: rgb(52 211 153 / 0); }
.border-e-emerald-400\/10{ border-inline-end-color: rgb(52 211 153 / 0.1); }
.border-e-emerald-400\/100{ border-inline-end-color: rgb(52 211 153 / 1); }
.border-e-emerald-400\/20{ border-inline-end-color: rgb(52 211 153 / 0.2); }
.border-e-emerald-400\/25{ border-inline-end-color: rgb(52 211 153 / 0.25); }
.border-e-emerald-400\/30{ border-inline-end-color: rgb(52 211 153 / 0.3); }
.border-e-emerald-400\/40{ border-inline-end-color: rgb(52 211 153 / 0.4); }
.border-e-emerald-400\/5{ border-inline-end-color: rgb(52 211 153 / 0.05); }
.border-e-emerald-400\/50{ border-inline-end-color: rgb(52 211 153 / 0.5); }
.border-e-emerald-400\/60{ border-inline-end-color: rgb(52 211 153 / 0.6); }
.border-e-emerald-400\/70{ border-inline-end-color: rgb(52 211 153 / 0.7); }
.border-e-emerald-400\/75{ border-inline-end-color: rgb(52 211 153 / 0.75); }
.border-e-emerald-400\/80{ border-inline-end-color: rgb(52 211 153 / 0.8); }
.border-e-emerald-400\/90{ border-inline-end-color: rgb(52 211 153 / 0.9); }
.border-e-emerald-400\/95{ border-inline-end-color: rgb(52 211 153 / 0.95); }
.border-e-emerald-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-e-emerald-50\/0{ border-inline-end-color: rgb(236 253 245 / 0); }
.border-e-emerald-50\/10{ border-inline-end-color: rgb(236 253 245 / 0.1); }
.border-e-emerald-50\/100{ border-inline-end-color: rgb(236 253 245 / 1); }
.border-e-emerald-50\/20{ border-inline-end-color: rgb(236 253 245 / 0.2); }
.border-e-emerald-50\/25{ border-inline-end-color: rgb(236 253 245 / 0.25); }
.border-e-emerald-50\/30{ border-inline-end-color: rgb(236 253 245 / 0.3); }
.border-e-emerald-50\/40{ border-inline-end-color: rgb(236 253 245 / 0.4); }
.border-e-emerald-50\/5{ border-inline-end-color: rgb(236 253 245 / 0.05); }
.border-e-emerald-50\/50{ border-inline-end-color: rgb(236 253 245 / 0.5); }
.border-e-emerald-50\/60{ border-inline-end-color: rgb(236 253 245 / 0.6); }
.border-e-emerald-50\/70{ border-inline-end-color: rgb(236 253 245 / 0.7); }
.border-e-emerald-50\/75{ border-inline-end-color: rgb(236 253 245 / 0.75); }
.border-e-emerald-50\/80{ border-inline-end-color: rgb(236 253 245 / 0.8); }
.border-e-emerald-50\/90{ border-inline-end-color: rgb(236 253 245 / 0.9); }
.border-e-emerald-50\/95{ border-inline-end-color: rgb(236 253 245 / 0.95); }
.border-e-emerald-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-e-emerald-500\/0{ border-inline-end-color: rgb(16 185 129 / 0); }
.border-e-emerald-500\/10{ border-inline-end-color: rgb(16 185 129 / 0.1); }
.border-e-emerald-500\/100{ border-inline-end-color: rgb(16 185 129 / 1); }
.border-e-emerald-500\/20{ border-inline-end-color: rgb(16 185 129 / 0.2); }
.border-e-emerald-500\/25{ border-inline-end-color: rgb(16 185 129 / 0.25); }
.border-e-emerald-500\/30{ border-inline-end-color: rgb(16 185 129 / 0.3); }
.border-e-emerald-500\/40{ border-inline-end-color: rgb(16 185 129 / 0.4); }
.border-e-emerald-500\/5{ border-inline-end-color: rgb(16 185 129 / 0.05); }
.border-e-emerald-500\/50{ border-inline-end-color: rgb(16 185 129 / 0.5); }
.border-e-emerald-500\/60{ border-inline-end-color: rgb(16 185 129 / 0.6); }
.border-e-emerald-500\/70{ border-inline-end-color: rgb(16 185 129 / 0.7); }
.border-e-emerald-500\/75{ border-inline-end-color: rgb(16 185 129 / 0.75); }
.border-e-emerald-500\/80{ border-inline-end-color: rgb(16 185 129 / 0.8); }
.border-e-emerald-500\/90{ border-inline-end-color: rgb(16 185 129 / 0.9); }
.border-e-emerald-500\/95{ border-inline-end-color: rgb(16 185 129 / 0.95); }
.border-e-emerald-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-e-emerald-600\/0{ border-inline-end-color: rgb(5 150 105 / 0); }
.border-e-emerald-600\/10{ border-inline-end-color: rgb(5 150 105 / 0.1); }
.border-e-emerald-600\/100{ border-inline-end-color: rgb(5 150 105 / 1); }
.border-e-emerald-600\/20{ border-inline-end-color: rgb(5 150 105 / 0.2); }
.border-e-emerald-600\/25{ border-inline-end-color: rgb(5 150 105 / 0.25); }
.border-e-emerald-600\/30{ border-inline-end-color: rgb(5 150 105 / 0.3); }
.border-e-emerald-600\/40{ border-inline-end-color: rgb(5 150 105 / 0.4); }
.border-e-emerald-600\/5{ border-inline-end-color: rgb(5 150 105 / 0.05); }
.border-e-emerald-600\/50{ border-inline-end-color: rgb(5 150 105 / 0.5); }
.border-e-emerald-600\/60{ border-inline-end-color: rgb(5 150 105 / 0.6); }
.border-e-emerald-600\/70{ border-inline-end-color: rgb(5 150 105 / 0.7); }
.border-e-emerald-600\/75{ border-inline-end-color: rgb(5 150 105 / 0.75); }
.border-e-emerald-600\/80{ border-inline-end-color: rgb(5 150 105 / 0.8); }
.border-e-emerald-600\/90{ border-inline-end-color: rgb(5 150 105 / 0.9); }
.border-e-emerald-600\/95{ border-inline-end-color: rgb(5 150 105 / 0.95); }
.border-e-emerald-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-e-emerald-700\/0{ border-inline-end-color: rgb(4 120 87 / 0); }
.border-e-emerald-700\/10{ border-inline-end-color: rgb(4 120 87 / 0.1); }
.border-e-emerald-700\/100{ border-inline-end-color: rgb(4 120 87 / 1); }
.border-e-emerald-700\/20{ border-inline-end-color: rgb(4 120 87 / 0.2); }
.border-e-emerald-700\/25{ border-inline-end-color: rgb(4 120 87 / 0.25); }
.border-e-emerald-700\/30{ border-inline-end-color: rgb(4 120 87 / 0.3); }
.border-e-emerald-700\/40{ border-inline-end-color: rgb(4 120 87 / 0.4); }
.border-e-emerald-700\/5{ border-inline-end-color: rgb(4 120 87 / 0.05); }
.border-e-emerald-700\/50{ border-inline-end-color: rgb(4 120 87 / 0.5); }
.border-e-emerald-700\/60{ border-inline-end-color: rgb(4 120 87 / 0.6); }
.border-e-emerald-700\/70{ border-inline-end-color: rgb(4 120 87 / 0.7); }
.border-e-emerald-700\/75{ border-inline-end-color: rgb(4 120 87 / 0.75); }
.border-e-emerald-700\/80{ border-inline-end-color: rgb(4 120 87 / 0.8); }
.border-e-emerald-700\/90{ border-inline-end-color: rgb(4 120 87 / 0.9); }
.border-e-emerald-700\/95{ border-inline-end-color: rgb(4 120 87 / 0.95); }
.border-e-emerald-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-e-emerald-800\/0{ border-inline-end-color: rgb(6 95 70 / 0); }
.border-e-emerald-800\/10{ border-inline-end-color: rgb(6 95 70 / 0.1); }
.border-e-emerald-800\/100{ border-inline-end-color: rgb(6 95 70 / 1); }
.border-e-emerald-800\/20{ border-inline-end-color: rgb(6 95 70 / 0.2); }
.border-e-emerald-800\/25{ border-inline-end-color: rgb(6 95 70 / 0.25); }
.border-e-emerald-800\/30{ border-inline-end-color: rgb(6 95 70 / 0.3); }
.border-e-emerald-800\/40{ border-inline-end-color: rgb(6 95 70 / 0.4); }
.border-e-emerald-800\/5{ border-inline-end-color: rgb(6 95 70 / 0.05); }
.border-e-emerald-800\/50{ border-inline-end-color: rgb(6 95 70 / 0.5); }
.border-e-emerald-800\/60{ border-inline-end-color: rgb(6 95 70 / 0.6); }
.border-e-emerald-800\/70{ border-inline-end-color: rgb(6 95 70 / 0.7); }
.border-e-emerald-800\/75{ border-inline-end-color: rgb(6 95 70 / 0.75); }
.border-e-emerald-800\/80{ border-inline-end-color: rgb(6 95 70 / 0.8); }
.border-e-emerald-800\/90{ border-inline-end-color: rgb(6 95 70 / 0.9); }
.border-e-emerald-800\/95{ border-inline-end-color: rgb(6 95 70 / 0.95); }
.border-e-emerald-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-e-emerald-900\/0{ border-inline-end-color: rgb(6 78 59 / 0); }
.border-e-emerald-900\/10{ border-inline-end-color: rgb(6 78 59 / 0.1); }
.border-e-emerald-900\/100{ border-inline-end-color: rgb(6 78 59 / 1); }
.border-e-emerald-900\/20{ border-inline-end-color: rgb(6 78 59 / 0.2); }
.border-e-emerald-900\/25{ border-inline-end-color: rgb(6 78 59 / 0.25); }
.border-e-emerald-900\/30{ border-inline-end-color: rgb(6 78 59 / 0.3); }
.border-e-emerald-900\/40{ border-inline-end-color: rgb(6 78 59 / 0.4); }
.border-e-emerald-900\/5{ border-inline-end-color: rgb(6 78 59 / 0.05); }
.border-e-emerald-900\/50{ border-inline-end-color: rgb(6 78 59 / 0.5); }
.border-e-emerald-900\/60{ border-inline-end-color: rgb(6 78 59 / 0.6); }
.border-e-emerald-900\/70{ border-inline-end-color: rgb(6 78 59 / 0.7); }
.border-e-emerald-900\/75{ border-inline-end-color: rgb(6 78 59 / 0.75); }
.border-e-emerald-900\/80{ border-inline-end-color: rgb(6 78 59 / 0.8); }
.border-e-emerald-900\/90{ border-inline-end-color: rgb(6 78 59 / 0.9); }
.border-e-emerald-900\/95{ border-inline-end-color: rgb(6 78 59 / 0.95); }
.border-e-emerald-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-e-emerald-950\/0{ border-inline-end-color: rgb(2 44 34 / 0); }
.border-e-emerald-950\/10{ border-inline-end-color: rgb(2 44 34 / 0.1); }
.border-e-emerald-950\/100{ border-inline-end-color: rgb(2 44 34 / 1); }
.border-e-emerald-950\/20{ border-inline-end-color: rgb(2 44 34 / 0.2); }
.border-e-emerald-950\/25{ border-inline-end-color: rgb(2 44 34 / 0.25); }
.border-e-emerald-950\/30{ border-inline-end-color: rgb(2 44 34 / 0.3); }
.border-e-emerald-950\/40{ border-inline-end-color: rgb(2 44 34 / 0.4); }
.border-e-emerald-950\/5{ border-inline-end-color: rgb(2 44 34 / 0.05); }
.border-e-emerald-950\/50{ border-inline-end-color: rgb(2 44 34 / 0.5); }
.border-e-emerald-950\/60{ border-inline-end-color: rgb(2 44 34 / 0.6); }
.border-e-emerald-950\/70{ border-inline-end-color: rgb(2 44 34 / 0.7); }
.border-e-emerald-950\/75{ border-inline-end-color: rgb(2 44 34 / 0.75); }
.border-e-emerald-950\/80{ border-inline-end-color: rgb(2 44 34 / 0.8); }
.border-e-emerald-950\/90{ border-inline-end-color: rgb(2 44 34 / 0.9); }
.border-e-emerald-950\/95{ border-inline-end-color: rgb(2 44 34 / 0.95); }
.border-e-fuchsia-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-e-fuchsia-100\/0{ border-inline-end-color: rgb(250 232 255 / 0); }
.border-e-fuchsia-100\/10{ border-inline-end-color: rgb(250 232 255 / 0.1); }
.border-e-fuchsia-100\/100{ border-inline-end-color: rgb(250 232 255 / 1); }
.border-e-fuchsia-100\/20{ border-inline-end-color: rgb(250 232 255 / 0.2); }
.border-e-fuchsia-100\/25{ border-inline-end-color: rgb(250 232 255 / 0.25); }
.border-e-fuchsia-100\/30{ border-inline-end-color: rgb(250 232 255 / 0.3); }
.border-e-fuchsia-100\/40{ border-inline-end-color: rgb(250 232 255 / 0.4); }
.border-e-fuchsia-100\/5{ border-inline-end-color: rgb(250 232 255 / 0.05); }
.border-e-fuchsia-100\/50{ border-inline-end-color: rgb(250 232 255 / 0.5); }
.border-e-fuchsia-100\/60{ border-inline-end-color: rgb(250 232 255 / 0.6); }
.border-e-fuchsia-100\/70{ border-inline-end-color: rgb(250 232 255 / 0.7); }
.border-e-fuchsia-100\/75{ border-inline-end-color: rgb(250 232 255 / 0.75); }
.border-e-fuchsia-100\/80{ border-inline-end-color: rgb(250 232 255 / 0.8); }
.border-e-fuchsia-100\/90{ border-inline-end-color: rgb(250 232 255 / 0.9); }
.border-e-fuchsia-100\/95{ border-inline-end-color: rgb(250 232 255 / 0.95); }
.border-e-fuchsia-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-e-fuchsia-200\/0{ border-inline-end-color: rgb(245 208 254 / 0); }
.border-e-fuchsia-200\/10{ border-inline-end-color: rgb(245 208 254 / 0.1); }
.border-e-fuchsia-200\/100{ border-inline-end-color: rgb(245 208 254 / 1); }
.border-e-fuchsia-200\/20{ border-inline-end-color: rgb(245 208 254 / 0.2); }
.border-e-fuchsia-200\/25{ border-inline-end-color: rgb(245 208 254 / 0.25); }
.border-e-fuchsia-200\/30{ border-inline-end-color: rgb(245 208 254 / 0.3); }
.border-e-fuchsia-200\/40{ border-inline-end-color: rgb(245 208 254 / 0.4); }
.border-e-fuchsia-200\/5{ border-inline-end-color: rgb(245 208 254 / 0.05); }
.border-e-fuchsia-200\/50{ border-inline-end-color: rgb(245 208 254 / 0.5); }
.border-e-fuchsia-200\/60{ border-inline-end-color: rgb(245 208 254 / 0.6); }
.border-e-fuchsia-200\/70{ border-inline-end-color: rgb(245 208 254 / 0.7); }
.border-e-fuchsia-200\/75{ border-inline-end-color: rgb(245 208 254 / 0.75); }
.border-e-fuchsia-200\/80{ border-inline-end-color: rgb(245 208 254 / 0.8); }
.border-e-fuchsia-200\/90{ border-inline-end-color: rgb(245 208 254 / 0.9); }
.border-e-fuchsia-200\/95{ border-inline-end-color: rgb(245 208 254 / 0.95); }
.border-e-fuchsia-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-e-fuchsia-300\/0{ border-inline-end-color: rgb(240 171 252 / 0); }
.border-e-fuchsia-300\/10{ border-inline-end-color: rgb(240 171 252 / 0.1); }
.border-e-fuchsia-300\/100{ border-inline-end-color: rgb(240 171 252 / 1); }
.border-e-fuchsia-300\/20{ border-inline-end-color: rgb(240 171 252 / 0.2); }
.border-e-fuchsia-300\/25{ border-inline-end-color: rgb(240 171 252 / 0.25); }
.border-e-fuchsia-300\/30{ border-inline-end-color: rgb(240 171 252 / 0.3); }
.border-e-fuchsia-300\/40{ border-inline-end-color: rgb(240 171 252 / 0.4); }
.border-e-fuchsia-300\/5{ border-inline-end-color: rgb(240 171 252 / 0.05); }
.border-e-fuchsia-300\/50{ border-inline-end-color: rgb(240 171 252 / 0.5); }
.border-e-fuchsia-300\/60{ border-inline-end-color: rgb(240 171 252 / 0.6); }
.border-e-fuchsia-300\/70{ border-inline-end-color: rgb(240 171 252 / 0.7); }
.border-e-fuchsia-300\/75{ border-inline-end-color: rgb(240 171 252 / 0.75); }
.border-e-fuchsia-300\/80{ border-inline-end-color: rgb(240 171 252 / 0.8); }
.border-e-fuchsia-300\/90{ border-inline-end-color: rgb(240 171 252 / 0.9); }
.border-e-fuchsia-300\/95{ border-inline-end-color: rgb(240 171 252 / 0.95); }
.border-e-fuchsia-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-e-fuchsia-400\/0{ border-inline-end-color: rgb(232 121 249 / 0); }
.border-e-fuchsia-400\/10{ border-inline-end-color: rgb(232 121 249 / 0.1); }
.border-e-fuchsia-400\/100{ border-inline-end-color: rgb(232 121 249 / 1); }
.border-e-fuchsia-400\/20{ border-inline-end-color: rgb(232 121 249 / 0.2); }
.border-e-fuchsia-400\/25{ border-inline-end-color: rgb(232 121 249 / 0.25); }
.border-e-fuchsia-400\/30{ border-inline-end-color: rgb(232 121 249 / 0.3); }
.border-e-fuchsia-400\/40{ border-inline-end-color: rgb(232 121 249 / 0.4); }
.border-e-fuchsia-400\/5{ border-inline-end-color: rgb(232 121 249 / 0.05); }
.border-e-fuchsia-400\/50{ border-inline-end-color: rgb(232 121 249 / 0.5); }
.border-e-fuchsia-400\/60{ border-inline-end-color: rgb(232 121 249 / 0.6); }
.border-e-fuchsia-400\/70{ border-inline-end-color: rgb(232 121 249 / 0.7); }
.border-e-fuchsia-400\/75{ border-inline-end-color: rgb(232 121 249 / 0.75); }
.border-e-fuchsia-400\/80{ border-inline-end-color: rgb(232 121 249 / 0.8); }
.border-e-fuchsia-400\/90{ border-inline-end-color: rgb(232 121 249 / 0.9); }
.border-e-fuchsia-400\/95{ border-inline-end-color: rgb(232 121 249 / 0.95); }
.border-e-fuchsia-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-e-fuchsia-50\/0{ border-inline-end-color: rgb(253 244 255 / 0); }
.border-e-fuchsia-50\/10{ border-inline-end-color: rgb(253 244 255 / 0.1); }
.border-e-fuchsia-50\/100{ border-inline-end-color: rgb(253 244 255 / 1); }
.border-e-fuchsia-50\/20{ border-inline-end-color: rgb(253 244 255 / 0.2); }
.border-e-fuchsia-50\/25{ border-inline-end-color: rgb(253 244 255 / 0.25); }
.border-e-fuchsia-50\/30{ border-inline-end-color: rgb(253 244 255 / 0.3); }
.border-e-fuchsia-50\/40{ border-inline-end-color: rgb(253 244 255 / 0.4); }
.border-e-fuchsia-50\/5{ border-inline-end-color: rgb(253 244 255 / 0.05); }
.border-e-fuchsia-50\/50{ border-inline-end-color: rgb(253 244 255 / 0.5); }
.border-e-fuchsia-50\/60{ border-inline-end-color: rgb(253 244 255 / 0.6); }
.border-e-fuchsia-50\/70{ border-inline-end-color: rgb(253 244 255 / 0.7); }
.border-e-fuchsia-50\/75{ border-inline-end-color: rgb(253 244 255 / 0.75); }
.border-e-fuchsia-50\/80{ border-inline-end-color: rgb(253 244 255 / 0.8); }
.border-e-fuchsia-50\/90{ border-inline-end-color: rgb(253 244 255 / 0.9); }
.border-e-fuchsia-50\/95{ border-inline-end-color: rgb(253 244 255 / 0.95); }
.border-e-fuchsia-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-e-fuchsia-500\/0{ border-inline-end-color: rgb(217 70 239 / 0); }
.border-e-fuchsia-500\/10{ border-inline-end-color: rgb(217 70 239 / 0.1); }
.border-e-fuchsia-500\/100{ border-inline-end-color: rgb(217 70 239 / 1); }
.border-e-fuchsia-500\/20{ border-inline-end-color: rgb(217 70 239 / 0.2); }
.border-e-fuchsia-500\/25{ border-inline-end-color: rgb(217 70 239 / 0.25); }
.border-e-fuchsia-500\/30{ border-inline-end-color: rgb(217 70 239 / 0.3); }
.border-e-fuchsia-500\/40{ border-inline-end-color: rgb(217 70 239 / 0.4); }
.border-e-fuchsia-500\/5{ border-inline-end-color: rgb(217 70 239 / 0.05); }
.border-e-fuchsia-500\/50{ border-inline-end-color: rgb(217 70 239 / 0.5); }
.border-e-fuchsia-500\/60{ border-inline-end-color: rgb(217 70 239 / 0.6); }
.border-e-fuchsia-500\/70{ border-inline-end-color: rgb(217 70 239 / 0.7); }
.border-e-fuchsia-500\/75{ border-inline-end-color: rgb(217 70 239 / 0.75); }
.border-e-fuchsia-500\/80{ border-inline-end-color: rgb(217 70 239 / 0.8); }
.border-e-fuchsia-500\/90{ border-inline-end-color: rgb(217 70 239 / 0.9); }
.border-e-fuchsia-500\/95{ border-inline-end-color: rgb(217 70 239 / 0.95); }
.border-e-fuchsia-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-e-fuchsia-600\/0{ border-inline-end-color: rgb(192 38 211 / 0); }
.border-e-fuchsia-600\/10{ border-inline-end-color: rgb(192 38 211 / 0.1); }
.border-e-fuchsia-600\/100{ border-inline-end-color: rgb(192 38 211 / 1); }
.border-e-fuchsia-600\/20{ border-inline-end-color: rgb(192 38 211 / 0.2); }
.border-e-fuchsia-600\/25{ border-inline-end-color: rgb(192 38 211 / 0.25); }
.border-e-fuchsia-600\/30{ border-inline-end-color: rgb(192 38 211 / 0.3); }
.border-e-fuchsia-600\/40{ border-inline-end-color: rgb(192 38 211 / 0.4); }
.border-e-fuchsia-600\/5{ border-inline-end-color: rgb(192 38 211 / 0.05); }
.border-e-fuchsia-600\/50{ border-inline-end-color: rgb(192 38 211 / 0.5); }
.border-e-fuchsia-600\/60{ border-inline-end-color: rgb(192 38 211 / 0.6); }
.border-e-fuchsia-600\/70{ border-inline-end-color: rgb(192 38 211 / 0.7); }
.border-e-fuchsia-600\/75{ border-inline-end-color: rgb(192 38 211 / 0.75); }
.border-e-fuchsia-600\/80{ border-inline-end-color: rgb(192 38 211 / 0.8); }
.border-e-fuchsia-600\/90{ border-inline-end-color: rgb(192 38 211 / 0.9); }
.border-e-fuchsia-600\/95{ border-inline-end-color: rgb(192 38 211 / 0.95); }
.border-e-fuchsia-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-e-fuchsia-700\/0{ border-inline-end-color: rgb(162 28 175 / 0); }
.border-e-fuchsia-700\/10{ border-inline-end-color: rgb(162 28 175 / 0.1); }
.border-e-fuchsia-700\/100{ border-inline-end-color: rgb(162 28 175 / 1); }
.border-e-fuchsia-700\/20{ border-inline-end-color: rgb(162 28 175 / 0.2); }
.border-e-fuchsia-700\/25{ border-inline-end-color: rgb(162 28 175 / 0.25); }
.border-e-fuchsia-700\/30{ border-inline-end-color: rgb(162 28 175 / 0.3); }
.border-e-fuchsia-700\/40{ border-inline-end-color: rgb(162 28 175 / 0.4); }
.border-e-fuchsia-700\/5{ border-inline-end-color: rgb(162 28 175 / 0.05); }
.border-e-fuchsia-700\/50{ border-inline-end-color: rgb(162 28 175 / 0.5); }
.border-e-fuchsia-700\/60{ border-inline-end-color: rgb(162 28 175 / 0.6); }
.border-e-fuchsia-700\/70{ border-inline-end-color: rgb(162 28 175 / 0.7); }
.border-e-fuchsia-700\/75{ border-inline-end-color: rgb(162 28 175 / 0.75); }
.border-e-fuchsia-700\/80{ border-inline-end-color: rgb(162 28 175 / 0.8); }
.border-e-fuchsia-700\/90{ border-inline-end-color: rgb(162 28 175 / 0.9); }
.border-e-fuchsia-700\/95{ border-inline-end-color: rgb(162 28 175 / 0.95); }
.border-e-fuchsia-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-e-fuchsia-800\/0{ border-inline-end-color: rgb(134 25 143 / 0); }
.border-e-fuchsia-800\/10{ border-inline-end-color: rgb(134 25 143 / 0.1); }
.border-e-fuchsia-800\/100{ border-inline-end-color: rgb(134 25 143 / 1); }
.border-e-fuchsia-800\/20{ border-inline-end-color: rgb(134 25 143 / 0.2); }
.border-e-fuchsia-800\/25{ border-inline-end-color: rgb(134 25 143 / 0.25); }
.border-e-fuchsia-800\/30{ border-inline-end-color: rgb(134 25 143 / 0.3); }
.border-e-fuchsia-800\/40{ border-inline-end-color: rgb(134 25 143 / 0.4); }
.border-e-fuchsia-800\/5{ border-inline-end-color: rgb(134 25 143 / 0.05); }
.border-e-fuchsia-800\/50{ border-inline-end-color: rgb(134 25 143 / 0.5); }
.border-e-fuchsia-800\/60{ border-inline-end-color: rgb(134 25 143 / 0.6); }
.border-e-fuchsia-800\/70{ border-inline-end-color: rgb(134 25 143 / 0.7); }
.border-e-fuchsia-800\/75{ border-inline-end-color: rgb(134 25 143 / 0.75); }
.border-e-fuchsia-800\/80{ border-inline-end-color: rgb(134 25 143 / 0.8); }
.border-e-fuchsia-800\/90{ border-inline-end-color: rgb(134 25 143 / 0.9); }
.border-e-fuchsia-800\/95{ border-inline-end-color: rgb(134 25 143 / 0.95); }
.border-e-fuchsia-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-e-fuchsia-900\/0{ border-inline-end-color: rgb(112 26 117 / 0); }
.border-e-fuchsia-900\/10{ border-inline-end-color: rgb(112 26 117 / 0.1); }
.border-e-fuchsia-900\/100{ border-inline-end-color: rgb(112 26 117 / 1); }
.border-e-fuchsia-900\/20{ border-inline-end-color: rgb(112 26 117 / 0.2); }
.border-e-fuchsia-900\/25{ border-inline-end-color: rgb(112 26 117 / 0.25); }
.border-e-fuchsia-900\/30{ border-inline-end-color: rgb(112 26 117 / 0.3); }
.border-e-fuchsia-900\/40{ border-inline-end-color: rgb(112 26 117 / 0.4); }
.border-e-fuchsia-900\/5{ border-inline-end-color: rgb(112 26 117 / 0.05); }
.border-e-fuchsia-900\/50{ border-inline-end-color: rgb(112 26 117 / 0.5); }
.border-e-fuchsia-900\/60{ border-inline-end-color: rgb(112 26 117 / 0.6); }
.border-e-fuchsia-900\/70{ border-inline-end-color: rgb(112 26 117 / 0.7); }
.border-e-fuchsia-900\/75{ border-inline-end-color: rgb(112 26 117 / 0.75); }
.border-e-fuchsia-900\/80{ border-inline-end-color: rgb(112 26 117 / 0.8); }
.border-e-fuchsia-900\/90{ border-inline-end-color: rgb(112 26 117 / 0.9); }
.border-e-fuchsia-900\/95{ border-inline-end-color: rgb(112 26 117 / 0.95); }
.border-e-fuchsia-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-e-fuchsia-950\/0{ border-inline-end-color: rgb(74 4 78 / 0); }
.border-e-fuchsia-950\/10{ border-inline-end-color: rgb(74 4 78 / 0.1); }
.border-e-fuchsia-950\/100{ border-inline-end-color: rgb(74 4 78 / 1); }
.border-e-fuchsia-950\/20{ border-inline-end-color: rgb(74 4 78 / 0.2); }
.border-e-fuchsia-950\/25{ border-inline-end-color: rgb(74 4 78 / 0.25); }
.border-e-fuchsia-950\/30{ border-inline-end-color: rgb(74 4 78 / 0.3); }
.border-e-fuchsia-950\/40{ border-inline-end-color: rgb(74 4 78 / 0.4); }
.border-e-fuchsia-950\/5{ border-inline-end-color: rgb(74 4 78 / 0.05); }
.border-e-fuchsia-950\/50{ border-inline-end-color: rgb(74 4 78 / 0.5); }
.border-e-fuchsia-950\/60{ border-inline-end-color: rgb(74 4 78 / 0.6); }
.border-e-fuchsia-950\/70{ border-inline-end-color: rgb(74 4 78 / 0.7); }
.border-e-fuchsia-950\/75{ border-inline-end-color: rgb(74 4 78 / 0.75); }
.border-e-fuchsia-950\/80{ border-inline-end-color: rgb(74 4 78 / 0.8); }
.border-e-fuchsia-950\/90{ border-inline-end-color: rgb(74 4 78 / 0.9); }
.border-e-fuchsia-950\/95{ border-inline-end-color: rgb(74 4 78 / 0.95); }
.border-e-gray-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-e-gray-100\/0{ border-inline-end-color: rgb(243 244 246 / 0); }
.border-e-gray-100\/10{ border-inline-end-color: rgb(243 244 246 / 0.1); }
.border-e-gray-100\/100{ border-inline-end-color: rgb(243 244 246 / 1); }
.border-e-gray-100\/20{ border-inline-end-color: rgb(243 244 246 / 0.2); }
.border-e-gray-100\/25{ border-inline-end-color: rgb(243 244 246 / 0.25); }
.border-e-gray-100\/30{ border-inline-end-color: rgb(243 244 246 / 0.3); }
.border-e-gray-100\/40{ border-inline-end-color: rgb(243 244 246 / 0.4); }
.border-e-gray-100\/5{ border-inline-end-color: rgb(243 244 246 / 0.05); }
.border-e-gray-100\/50{ border-inline-end-color: rgb(243 244 246 / 0.5); }
.border-e-gray-100\/60{ border-inline-end-color: rgb(243 244 246 / 0.6); }
.border-e-gray-100\/70{ border-inline-end-color: rgb(243 244 246 / 0.7); }
.border-e-gray-100\/75{ border-inline-end-color: rgb(243 244 246 / 0.75); }
.border-e-gray-100\/80{ border-inline-end-color: rgb(243 244 246 / 0.8); }
.border-e-gray-100\/90{ border-inline-end-color: rgb(243 244 246 / 0.9); }
.border-e-gray-100\/95{ border-inline-end-color: rgb(243 244 246 / 0.95); }
.border-e-gray-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-e-gray-200\/0{ border-inline-end-color: rgb(229 231 235 / 0); }
.border-e-gray-200\/10{ border-inline-end-color: rgb(229 231 235 / 0.1); }
.border-e-gray-200\/100{ border-inline-end-color: rgb(229 231 235 / 1); }
.border-e-gray-200\/20{ border-inline-end-color: rgb(229 231 235 / 0.2); }
.border-e-gray-200\/25{ border-inline-end-color: rgb(229 231 235 / 0.25); }
.border-e-gray-200\/30{ border-inline-end-color: rgb(229 231 235 / 0.3); }
.border-e-gray-200\/40{ border-inline-end-color: rgb(229 231 235 / 0.4); }
.border-e-gray-200\/5{ border-inline-end-color: rgb(229 231 235 / 0.05); }
.border-e-gray-200\/50{ border-inline-end-color: rgb(229 231 235 / 0.5); }
.border-e-gray-200\/60{ border-inline-end-color: rgb(229 231 235 / 0.6); }
.border-e-gray-200\/70{ border-inline-end-color: rgb(229 231 235 / 0.7); }
.border-e-gray-200\/75{ border-inline-end-color: rgb(229 231 235 / 0.75); }
.border-e-gray-200\/80{ border-inline-end-color: rgb(229 231 235 / 0.8); }
.border-e-gray-200\/90{ border-inline-end-color: rgb(229 231 235 / 0.9); }
.border-e-gray-200\/95{ border-inline-end-color: rgb(229 231 235 / 0.95); }
.border-e-gray-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-e-gray-300\/0{ border-inline-end-color: rgb(209 213 219 / 0); }
.border-e-gray-300\/10{ border-inline-end-color: rgb(209 213 219 / 0.1); }
.border-e-gray-300\/100{ border-inline-end-color: rgb(209 213 219 / 1); }
.border-e-gray-300\/20{ border-inline-end-color: rgb(209 213 219 / 0.2); }
.border-e-gray-300\/25{ border-inline-end-color: rgb(209 213 219 / 0.25); }
.border-e-gray-300\/30{ border-inline-end-color: rgb(209 213 219 / 0.3); }
.border-e-gray-300\/40{ border-inline-end-color: rgb(209 213 219 / 0.4); }
.border-e-gray-300\/5{ border-inline-end-color: rgb(209 213 219 / 0.05); }
.border-e-gray-300\/50{ border-inline-end-color: rgb(209 213 219 / 0.5); }
.border-e-gray-300\/60{ border-inline-end-color: rgb(209 213 219 / 0.6); }
.border-e-gray-300\/70{ border-inline-end-color: rgb(209 213 219 / 0.7); }
.border-e-gray-300\/75{ border-inline-end-color: rgb(209 213 219 / 0.75); }
.border-e-gray-300\/80{ border-inline-end-color: rgb(209 213 219 / 0.8); }
.border-e-gray-300\/90{ border-inline-end-color: rgb(209 213 219 / 0.9); }
.border-e-gray-300\/95{ border-inline-end-color: rgb(209 213 219 / 0.95); }
.border-e-gray-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-e-gray-400\/0{ border-inline-end-color: rgb(156 163 175 / 0); }
.border-e-gray-400\/10{ border-inline-end-color: rgb(156 163 175 / 0.1); }
.border-e-gray-400\/100{ border-inline-end-color: rgb(156 163 175 / 1); }
.border-e-gray-400\/20{ border-inline-end-color: rgb(156 163 175 / 0.2); }
.border-e-gray-400\/25{ border-inline-end-color: rgb(156 163 175 / 0.25); }
.border-e-gray-400\/30{ border-inline-end-color: rgb(156 163 175 / 0.3); }
.border-e-gray-400\/40{ border-inline-end-color: rgb(156 163 175 / 0.4); }
.border-e-gray-400\/5{ border-inline-end-color: rgb(156 163 175 / 0.05); }
.border-e-gray-400\/50{ border-inline-end-color: rgb(156 163 175 / 0.5); }
.border-e-gray-400\/60{ border-inline-end-color: rgb(156 163 175 / 0.6); }
.border-e-gray-400\/70{ border-inline-end-color: rgb(156 163 175 / 0.7); }
.border-e-gray-400\/75{ border-inline-end-color: rgb(156 163 175 / 0.75); }
.border-e-gray-400\/80{ border-inline-end-color: rgb(156 163 175 / 0.8); }
.border-e-gray-400\/90{ border-inline-end-color: rgb(156 163 175 / 0.9); }
.border-e-gray-400\/95{ border-inline-end-color: rgb(156 163 175 / 0.95); }
.border-e-gray-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-e-gray-50\/0{ border-inline-end-color: rgb(249 250 251 / 0); }
.border-e-gray-50\/10{ border-inline-end-color: rgb(249 250 251 / 0.1); }
.border-e-gray-50\/100{ border-inline-end-color: rgb(249 250 251 / 1); }
.border-e-gray-50\/20{ border-inline-end-color: rgb(249 250 251 / 0.2); }
.border-e-gray-50\/25{ border-inline-end-color: rgb(249 250 251 / 0.25); }
.border-e-gray-50\/30{ border-inline-end-color: rgb(249 250 251 / 0.3); }
.border-e-gray-50\/40{ border-inline-end-color: rgb(249 250 251 / 0.4); }
.border-e-gray-50\/5{ border-inline-end-color: rgb(249 250 251 / 0.05); }
.border-e-gray-50\/50{ border-inline-end-color: rgb(249 250 251 / 0.5); }
.border-e-gray-50\/60{ border-inline-end-color: rgb(249 250 251 / 0.6); }
.border-e-gray-50\/70{ border-inline-end-color: rgb(249 250 251 / 0.7); }
.border-e-gray-50\/75{ border-inline-end-color: rgb(249 250 251 / 0.75); }
.border-e-gray-50\/80{ border-inline-end-color: rgb(249 250 251 / 0.8); }
.border-e-gray-50\/90{ border-inline-end-color: rgb(249 250 251 / 0.9); }
.border-e-gray-50\/95{ border-inline-end-color: rgb(249 250 251 / 0.95); }
.border-e-gray-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-e-gray-500\/0{ border-inline-end-color: rgb(107 114 128 / 0); }
.border-e-gray-500\/10{ border-inline-end-color: rgb(107 114 128 / 0.1); }
.border-e-gray-500\/100{ border-inline-end-color: rgb(107 114 128 / 1); }
.border-e-gray-500\/20{ border-inline-end-color: rgb(107 114 128 / 0.2); }
.border-e-gray-500\/25{ border-inline-end-color: rgb(107 114 128 / 0.25); }
.border-e-gray-500\/30{ border-inline-end-color: rgb(107 114 128 / 0.3); }
.border-e-gray-500\/40{ border-inline-end-color: rgb(107 114 128 / 0.4); }
.border-e-gray-500\/5{ border-inline-end-color: rgb(107 114 128 / 0.05); }
.border-e-gray-500\/50{ border-inline-end-color: rgb(107 114 128 / 0.5); }
.border-e-gray-500\/60{ border-inline-end-color: rgb(107 114 128 / 0.6); }
.border-e-gray-500\/70{ border-inline-end-color: rgb(107 114 128 / 0.7); }
.border-e-gray-500\/75{ border-inline-end-color: rgb(107 114 128 / 0.75); }
.border-e-gray-500\/80{ border-inline-end-color: rgb(107 114 128 / 0.8); }
.border-e-gray-500\/90{ border-inline-end-color: rgb(107 114 128 / 0.9); }
.border-e-gray-500\/95{ border-inline-end-color: rgb(107 114 128 / 0.95); }
.border-e-gray-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-e-gray-600\/0{ border-inline-end-color: rgb(75 85 99 / 0); }
.border-e-gray-600\/10{ border-inline-end-color: rgb(75 85 99 / 0.1); }
.border-e-gray-600\/100{ border-inline-end-color: rgb(75 85 99 / 1); }
.border-e-gray-600\/20{ border-inline-end-color: rgb(75 85 99 / 0.2); }
.border-e-gray-600\/25{ border-inline-end-color: rgb(75 85 99 / 0.25); }
.border-e-gray-600\/30{ border-inline-end-color: rgb(75 85 99 / 0.3); }
.border-e-gray-600\/40{ border-inline-end-color: rgb(75 85 99 / 0.4); }
.border-e-gray-600\/5{ border-inline-end-color: rgb(75 85 99 / 0.05); }
.border-e-gray-600\/50{ border-inline-end-color: rgb(75 85 99 / 0.5); }
.border-e-gray-600\/60{ border-inline-end-color: rgb(75 85 99 / 0.6); }
.border-e-gray-600\/70{ border-inline-end-color: rgb(75 85 99 / 0.7); }
.border-e-gray-600\/75{ border-inline-end-color: rgb(75 85 99 / 0.75); }
.border-e-gray-600\/80{ border-inline-end-color: rgb(75 85 99 / 0.8); }
.border-e-gray-600\/90{ border-inline-end-color: rgb(75 85 99 / 0.9); }
.border-e-gray-600\/95{ border-inline-end-color: rgb(75 85 99 / 0.95); }
.border-e-gray-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-e-gray-700\/0{ border-inline-end-color: rgb(55 65 81 / 0); }
.border-e-gray-700\/10{ border-inline-end-color: rgb(55 65 81 / 0.1); }
.border-e-gray-700\/100{ border-inline-end-color: rgb(55 65 81 / 1); }
.border-e-gray-700\/20{ border-inline-end-color: rgb(55 65 81 / 0.2); }
.border-e-gray-700\/25{ border-inline-end-color: rgb(55 65 81 / 0.25); }
.border-e-gray-700\/30{ border-inline-end-color: rgb(55 65 81 / 0.3); }
.border-e-gray-700\/40{ border-inline-end-color: rgb(55 65 81 / 0.4); }
.border-e-gray-700\/5{ border-inline-end-color: rgb(55 65 81 / 0.05); }
.border-e-gray-700\/50{ border-inline-end-color: rgb(55 65 81 / 0.5); }
.border-e-gray-700\/60{ border-inline-end-color: rgb(55 65 81 / 0.6); }
.border-e-gray-700\/70{ border-inline-end-color: rgb(55 65 81 / 0.7); }
.border-e-gray-700\/75{ border-inline-end-color: rgb(55 65 81 / 0.75); }
.border-e-gray-700\/80{ border-inline-end-color: rgb(55 65 81 / 0.8); }
.border-e-gray-700\/90{ border-inline-end-color: rgb(55 65 81 / 0.9); }
.border-e-gray-700\/95{ border-inline-end-color: rgb(55 65 81 / 0.95); }
.border-e-gray-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-e-gray-800\/0{ border-inline-end-color: rgb(31 41 55 / 0); }
.border-e-gray-800\/10{ border-inline-end-color: rgb(31 41 55 / 0.1); }
.border-e-gray-800\/100{ border-inline-end-color: rgb(31 41 55 / 1); }
.border-e-gray-800\/20{ border-inline-end-color: rgb(31 41 55 / 0.2); }
.border-e-gray-800\/25{ border-inline-end-color: rgb(31 41 55 / 0.25); }
.border-e-gray-800\/30{ border-inline-end-color: rgb(31 41 55 / 0.3); }
.border-e-gray-800\/40{ border-inline-end-color: rgb(31 41 55 / 0.4); }
.border-e-gray-800\/5{ border-inline-end-color: rgb(31 41 55 / 0.05); }
.border-e-gray-800\/50{ border-inline-end-color: rgb(31 41 55 / 0.5); }
.border-e-gray-800\/60{ border-inline-end-color: rgb(31 41 55 / 0.6); }
.border-e-gray-800\/70{ border-inline-end-color: rgb(31 41 55 / 0.7); }
.border-e-gray-800\/75{ border-inline-end-color: rgb(31 41 55 / 0.75); }
.border-e-gray-800\/80{ border-inline-end-color: rgb(31 41 55 / 0.8); }
.border-e-gray-800\/90{ border-inline-end-color: rgb(31 41 55 / 0.9); }
.border-e-gray-800\/95{ border-inline-end-color: rgb(31 41 55 / 0.95); }
.border-e-gray-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-e-gray-900\/0{ border-inline-end-color: rgb(17 24 39 / 0); }
.border-e-gray-900\/10{ border-inline-end-color: rgb(17 24 39 / 0.1); }
.border-e-gray-900\/100{ border-inline-end-color: rgb(17 24 39 / 1); }
.border-e-gray-900\/20{ border-inline-end-color: rgb(17 24 39 / 0.2); }
.border-e-gray-900\/25{ border-inline-end-color: rgb(17 24 39 / 0.25); }
.border-e-gray-900\/30{ border-inline-end-color: rgb(17 24 39 / 0.3); }
.border-e-gray-900\/40{ border-inline-end-color: rgb(17 24 39 / 0.4); }
.border-e-gray-900\/5{ border-inline-end-color: rgb(17 24 39 / 0.05); }
.border-e-gray-900\/50{ border-inline-end-color: rgb(17 24 39 / 0.5); }
.border-e-gray-900\/60{ border-inline-end-color: rgb(17 24 39 / 0.6); }
.border-e-gray-900\/70{ border-inline-end-color: rgb(17 24 39 / 0.7); }
.border-e-gray-900\/75{ border-inline-end-color: rgb(17 24 39 / 0.75); }
.border-e-gray-900\/80{ border-inline-end-color: rgb(17 24 39 / 0.8); }
.border-e-gray-900\/90{ border-inline-end-color: rgb(17 24 39 / 0.9); }
.border-e-gray-900\/95{ border-inline-end-color: rgb(17 24 39 / 0.95); }
.border-e-gray-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-e-gray-950\/0{ border-inline-end-color: rgb(3 7 18 / 0); }
.border-e-gray-950\/10{ border-inline-end-color: rgb(3 7 18 / 0.1); }
.border-e-gray-950\/100{ border-inline-end-color: rgb(3 7 18 / 1); }
.border-e-gray-950\/20{ border-inline-end-color: rgb(3 7 18 / 0.2); }
.border-e-gray-950\/25{ border-inline-end-color: rgb(3 7 18 / 0.25); }
.border-e-gray-950\/30{ border-inline-end-color: rgb(3 7 18 / 0.3); }
.border-e-gray-950\/40{ border-inline-end-color: rgb(3 7 18 / 0.4); }
.border-e-gray-950\/5{ border-inline-end-color: rgb(3 7 18 / 0.05); }
.border-e-gray-950\/50{ border-inline-end-color: rgb(3 7 18 / 0.5); }
.border-e-gray-950\/60{ border-inline-end-color: rgb(3 7 18 / 0.6); }
.border-e-gray-950\/70{ border-inline-end-color: rgb(3 7 18 / 0.7); }
.border-e-gray-950\/75{ border-inline-end-color: rgb(3 7 18 / 0.75); }
.border-e-gray-950\/80{ border-inline-end-color: rgb(3 7 18 / 0.8); }
.border-e-gray-950\/90{ border-inline-end-color: rgb(3 7 18 / 0.9); }
.border-e-gray-950\/95{ border-inline-end-color: rgb(3 7 18 / 0.95); }
.border-e-green-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-e-green-100\/0{ border-inline-end-color: rgb(220 252 231 / 0); }
.border-e-green-100\/10{ border-inline-end-color: rgb(220 252 231 / 0.1); }
.border-e-green-100\/100{ border-inline-end-color: rgb(220 252 231 / 1); }
.border-e-green-100\/20{ border-inline-end-color: rgb(220 252 231 / 0.2); }
.border-e-green-100\/25{ border-inline-end-color: rgb(220 252 231 / 0.25); }
.border-e-green-100\/30{ border-inline-end-color: rgb(220 252 231 / 0.3); }
.border-e-green-100\/40{ border-inline-end-color: rgb(220 252 231 / 0.4); }
.border-e-green-100\/5{ border-inline-end-color: rgb(220 252 231 / 0.05); }
.border-e-green-100\/50{ border-inline-end-color: rgb(220 252 231 / 0.5); }
.border-e-green-100\/60{ border-inline-end-color: rgb(220 252 231 / 0.6); }
.border-e-green-100\/70{ border-inline-end-color: rgb(220 252 231 / 0.7); }
.border-e-green-100\/75{ border-inline-end-color: rgb(220 252 231 / 0.75); }
.border-e-green-100\/80{ border-inline-end-color: rgb(220 252 231 / 0.8); }
.border-e-green-100\/90{ border-inline-end-color: rgb(220 252 231 / 0.9); }
.border-e-green-100\/95{ border-inline-end-color: rgb(220 252 231 / 0.95); }
.border-e-green-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-e-green-200\/0{ border-inline-end-color: rgb(187 247 208 / 0); }
.border-e-green-200\/10{ border-inline-end-color: rgb(187 247 208 / 0.1); }
.border-e-green-200\/100{ border-inline-end-color: rgb(187 247 208 / 1); }
.border-e-green-200\/20{ border-inline-end-color: rgb(187 247 208 / 0.2); }
.border-e-green-200\/25{ border-inline-end-color: rgb(187 247 208 / 0.25); }
.border-e-green-200\/30{ border-inline-end-color: rgb(187 247 208 / 0.3); }
.border-e-green-200\/40{ border-inline-end-color: rgb(187 247 208 / 0.4); }
.border-e-green-200\/5{ border-inline-end-color: rgb(187 247 208 / 0.05); }
.border-e-green-200\/50{ border-inline-end-color: rgb(187 247 208 / 0.5); }
.border-e-green-200\/60{ border-inline-end-color: rgb(187 247 208 / 0.6); }
.border-e-green-200\/70{ border-inline-end-color: rgb(187 247 208 / 0.7); }
.border-e-green-200\/75{ border-inline-end-color: rgb(187 247 208 / 0.75); }
.border-e-green-200\/80{ border-inline-end-color: rgb(187 247 208 / 0.8); }
.border-e-green-200\/90{ border-inline-end-color: rgb(187 247 208 / 0.9); }
.border-e-green-200\/95{ border-inline-end-color: rgb(187 247 208 / 0.95); }
.border-e-green-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-e-green-300\/0{ border-inline-end-color: rgb(134 239 172 / 0); }
.border-e-green-300\/10{ border-inline-end-color: rgb(134 239 172 / 0.1); }
.border-e-green-300\/100{ border-inline-end-color: rgb(134 239 172 / 1); }
.border-e-green-300\/20{ border-inline-end-color: rgb(134 239 172 / 0.2); }
.border-e-green-300\/25{ border-inline-end-color: rgb(134 239 172 / 0.25); }
.border-e-green-300\/30{ border-inline-end-color: rgb(134 239 172 / 0.3); }
.border-e-green-300\/40{ border-inline-end-color: rgb(134 239 172 / 0.4); }
.border-e-green-300\/5{ border-inline-end-color: rgb(134 239 172 / 0.05); }
.border-e-green-300\/50{ border-inline-end-color: rgb(134 239 172 / 0.5); }
.border-e-green-300\/60{ border-inline-end-color: rgb(134 239 172 / 0.6); }
.border-e-green-300\/70{ border-inline-end-color: rgb(134 239 172 / 0.7); }
.border-e-green-300\/75{ border-inline-end-color: rgb(134 239 172 / 0.75); }
.border-e-green-300\/80{ border-inline-end-color: rgb(134 239 172 / 0.8); }
.border-e-green-300\/90{ border-inline-end-color: rgb(134 239 172 / 0.9); }
.border-e-green-300\/95{ border-inline-end-color: rgb(134 239 172 / 0.95); }
.border-e-green-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-e-green-400\/0{ border-inline-end-color: rgb(74 222 128 / 0); }
.border-e-green-400\/10{ border-inline-end-color: rgb(74 222 128 / 0.1); }
.border-e-green-400\/100{ border-inline-end-color: rgb(74 222 128 / 1); }
.border-e-green-400\/20{ border-inline-end-color: rgb(74 222 128 / 0.2); }
.border-e-green-400\/25{ border-inline-end-color: rgb(74 222 128 / 0.25); }
.border-e-green-400\/30{ border-inline-end-color: rgb(74 222 128 / 0.3); }
.border-e-green-400\/40{ border-inline-end-color: rgb(74 222 128 / 0.4); }
.border-e-green-400\/5{ border-inline-end-color: rgb(74 222 128 / 0.05); }
.border-e-green-400\/50{ border-inline-end-color: rgb(74 222 128 / 0.5); }
.border-e-green-400\/60{ border-inline-end-color: rgb(74 222 128 / 0.6); }
.border-e-green-400\/70{ border-inline-end-color: rgb(74 222 128 / 0.7); }
.border-e-green-400\/75{ border-inline-end-color: rgb(74 222 128 / 0.75); }
.border-e-green-400\/80{ border-inline-end-color: rgb(74 222 128 / 0.8); }
.border-e-green-400\/90{ border-inline-end-color: rgb(74 222 128 / 0.9); }
.border-e-green-400\/95{ border-inline-end-color: rgb(74 222 128 / 0.95); }
.border-e-green-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-e-green-50\/0{ border-inline-end-color: rgb(240 253 244 / 0); }
.border-e-green-50\/10{ border-inline-end-color: rgb(240 253 244 / 0.1); }
.border-e-green-50\/100{ border-inline-end-color: rgb(240 253 244 / 1); }
.border-e-green-50\/20{ border-inline-end-color: rgb(240 253 244 / 0.2); }
.border-e-green-50\/25{ border-inline-end-color: rgb(240 253 244 / 0.25); }
.border-e-green-50\/30{ border-inline-end-color: rgb(240 253 244 / 0.3); }
.border-e-green-50\/40{ border-inline-end-color: rgb(240 253 244 / 0.4); }
.border-e-green-50\/5{ border-inline-end-color: rgb(240 253 244 / 0.05); }
.border-e-green-50\/50{ border-inline-end-color: rgb(240 253 244 / 0.5); }
.border-e-green-50\/60{ border-inline-end-color: rgb(240 253 244 / 0.6); }
.border-e-green-50\/70{ border-inline-end-color: rgb(240 253 244 / 0.7); }
.border-e-green-50\/75{ border-inline-end-color: rgb(240 253 244 / 0.75); }
.border-e-green-50\/80{ border-inline-end-color: rgb(240 253 244 / 0.8); }
.border-e-green-50\/90{ border-inline-end-color: rgb(240 253 244 / 0.9); }
.border-e-green-50\/95{ border-inline-end-color: rgb(240 253 244 / 0.95); }
.border-e-green-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-e-green-500\/0{ border-inline-end-color: rgb(34 197 94 / 0); }
.border-e-green-500\/10{ border-inline-end-color: rgb(34 197 94 / 0.1); }
.border-e-green-500\/100{ border-inline-end-color: rgb(34 197 94 / 1); }
.border-e-green-500\/20{ border-inline-end-color: rgb(34 197 94 / 0.2); }
.border-e-green-500\/25{ border-inline-end-color: rgb(34 197 94 / 0.25); }
.border-e-green-500\/30{ border-inline-end-color: rgb(34 197 94 / 0.3); }
.border-e-green-500\/40{ border-inline-end-color: rgb(34 197 94 / 0.4); }
.border-e-green-500\/5{ border-inline-end-color: rgb(34 197 94 / 0.05); }
.border-e-green-500\/50{ border-inline-end-color: rgb(34 197 94 / 0.5); }
.border-e-green-500\/60{ border-inline-end-color: rgb(34 197 94 / 0.6); }
.border-e-green-500\/70{ border-inline-end-color: rgb(34 197 94 / 0.7); }
.border-e-green-500\/75{ border-inline-end-color: rgb(34 197 94 / 0.75); }
.border-e-green-500\/80{ border-inline-end-color: rgb(34 197 94 / 0.8); }
.border-e-green-500\/90{ border-inline-end-color: rgb(34 197 94 / 0.9); }
.border-e-green-500\/95{ border-inline-end-color: rgb(34 197 94 / 0.95); }
.border-e-green-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-e-green-600\/0{ border-inline-end-color: rgb(22 163 74 / 0); }
.border-e-green-600\/10{ border-inline-end-color: rgb(22 163 74 / 0.1); }
.border-e-green-600\/100{ border-inline-end-color: rgb(22 163 74 / 1); }
.border-e-green-600\/20{ border-inline-end-color: rgb(22 163 74 / 0.2); }
.border-e-green-600\/25{ border-inline-end-color: rgb(22 163 74 / 0.25); }
.border-e-green-600\/30{ border-inline-end-color: rgb(22 163 74 / 0.3); }
.border-e-green-600\/40{ border-inline-end-color: rgb(22 163 74 / 0.4); }
.border-e-green-600\/5{ border-inline-end-color: rgb(22 163 74 / 0.05); }
.border-e-green-600\/50{ border-inline-end-color: rgb(22 163 74 / 0.5); }
.border-e-green-600\/60{ border-inline-end-color: rgb(22 163 74 / 0.6); }
.border-e-green-600\/70{ border-inline-end-color: rgb(22 163 74 / 0.7); }
.border-e-green-600\/75{ border-inline-end-color: rgb(22 163 74 / 0.75); }
.border-e-green-600\/80{ border-inline-end-color: rgb(22 163 74 / 0.8); }
.border-e-green-600\/90{ border-inline-end-color: rgb(22 163 74 / 0.9); }
.border-e-green-600\/95{ border-inline-end-color: rgb(22 163 74 / 0.95); }
.border-e-green-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-e-green-700\/0{ border-inline-end-color: rgb(21 128 61 / 0); }
.border-e-green-700\/10{ border-inline-end-color: rgb(21 128 61 / 0.1); }
.border-e-green-700\/100{ border-inline-end-color: rgb(21 128 61 / 1); }
.border-e-green-700\/20{ border-inline-end-color: rgb(21 128 61 / 0.2); }
.border-e-green-700\/25{ border-inline-end-color: rgb(21 128 61 / 0.25); }
.border-e-green-700\/30{ border-inline-end-color: rgb(21 128 61 / 0.3); }
.border-e-green-700\/40{ border-inline-end-color: rgb(21 128 61 / 0.4); }
.border-e-green-700\/5{ border-inline-end-color: rgb(21 128 61 / 0.05); }
.border-e-green-700\/50{ border-inline-end-color: rgb(21 128 61 / 0.5); }
.border-e-green-700\/60{ border-inline-end-color: rgb(21 128 61 / 0.6); }
.border-e-green-700\/70{ border-inline-end-color: rgb(21 128 61 / 0.7); }
.border-e-green-700\/75{ border-inline-end-color: rgb(21 128 61 / 0.75); }
.border-e-green-700\/80{ border-inline-end-color: rgb(21 128 61 / 0.8); }
.border-e-green-700\/90{ border-inline-end-color: rgb(21 128 61 / 0.9); }
.border-e-green-700\/95{ border-inline-end-color: rgb(21 128 61 / 0.95); }
.border-e-green-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-e-green-800\/0{ border-inline-end-color: rgb(22 101 52 / 0); }
.border-e-green-800\/10{ border-inline-end-color: rgb(22 101 52 / 0.1); }
.border-e-green-800\/100{ border-inline-end-color: rgb(22 101 52 / 1); }
.border-e-green-800\/20{ border-inline-end-color: rgb(22 101 52 / 0.2); }
.border-e-green-800\/25{ border-inline-end-color: rgb(22 101 52 / 0.25); }
.border-e-green-800\/30{ border-inline-end-color: rgb(22 101 52 / 0.3); }
.border-e-green-800\/40{ border-inline-end-color: rgb(22 101 52 / 0.4); }
.border-e-green-800\/5{ border-inline-end-color: rgb(22 101 52 / 0.05); }
.border-e-green-800\/50{ border-inline-end-color: rgb(22 101 52 / 0.5); }
.border-e-green-800\/60{ border-inline-end-color: rgb(22 101 52 / 0.6); }
.border-e-green-800\/70{ border-inline-end-color: rgb(22 101 52 / 0.7); }
.border-e-green-800\/75{ border-inline-end-color: rgb(22 101 52 / 0.75); }
.border-e-green-800\/80{ border-inline-end-color: rgb(22 101 52 / 0.8); }
.border-e-green-800\/90{ border-inline-end-color: rgb(22 101 52 / 0.9); }
.border-e-green-800\/95{ border-inline-end-color: rgb(22 101 52 / 0.95); }
.border-e-green-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-e-green-900\/0{ border-inline-end-color: rgb(20 83 45 / 0); }
.border-e-green-900\/10{ border-inline-end-color: rgb(20 83 45 / 0.1); }
.border-e-green-900\/100{ border-inline-end-color: rgb(20 83 45 / 1); }
.border-e-green-900\/20{ border-inline-end-color: rgb(20 83 45 / 0.2); }
.border-e-green-900\/25{ border-inline-end-color: rgb(20 83 45 / 0.25); }
.border-e-green-900\/30{ border-inline-end-color: rgb(20 83 45 / 0.3); }
.border-e-green-900\/40{ border-inline-end-color: rgb(20 83 45 / 0.4); }
.border-e-green-900\/5{ border-inline-end-color: rgb(20 83 45 / 0.05); }
.border-e-green-900\/50{ border-inline-end-color: rgb(20 83 45 / 0.5); }
.border-e-green-900\/60{ border-inline-end-color: rgb(20 83 45 / 0.6); }
.border-e-green-900\/70{ border-inline-end-color: rgb(20 83 45 / 0.7); }
.border-e-green-900\/75{ border-inline-end-color: rgb(20 83 45 / 0.75); }
.border-e-green-900\/80{ border-inline-end-color: rgb(20 83 45 / 0.8); }
.border-e-green-900\/90{ border-inline-end-color: rgb(20 83 45 / 0.9); }
.border-e-green-900\/95{ border-inline-end-color: rgb(20 83 45 / 0.95); }
.border-e-green-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-e-green-950\/0{ border-inline-end-color: rgb(5 46 22 / 0); }
.border-e-green-950\/10{ border-inline-end-color: rgb(5 46 22 / 0.1); }
.border-e-green-950\/100{ border-inline-end-color: rgb(5 46 22 / 1); }
.border-e-green-950\/20{ border-inline-end-color: rgb(5 46 22 / 0.2); }
.border-e-green-950\/25{ border-inline-end-color: rgb(5 46 22 / 0.25); }
.border-e-green-950\/30{ border-inline-end-color: rgb(5 46 22 / 0.3); }
.border-e-green-950\/40{ border-inline-end-color: rgb(5 46 22 / 0.4); }
.border-e-green-950\/5{ border-inline-end-color: rgb(5 46 22 / 0.05); }
.border-e-green-950\/50{ border-inline-end-color: rgb(5 46 22 / 0.5); }
.border-e-green-950\/60{ border-inline-end-color: rgb(5 46 22 / 0.6); }
.border-e-green-950\/70{ border-inline-end-color: rgb(5 46 22 / 0.7); }
.border-e-green-950\/75{ border-inline-end-color: rgb(5 46 22 / 0.75); }
.border-e-green-950\/80{ border-inline-end-color: rgb(5 46 22 / 0.8); }
.border-e-green-950\/90{ border-inline-end-color: rgb(5 46 22 / 0.9); }
.border-e-green-950\/95{ border-inline-end-color: rgb(5 46 22 / 0.95); }
.border-e-indigo-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-e-indigo-100\/0{ border-inline-end-color: rgb(224 231 255 / 0); }
.border-e-indigo-100\/10{ border-inline-end-color: rgb(224 231 255 / 0.1); }
.border-e-indigo-100\/100{ border-inline-end-color: rgb(224 231 255 / 1); }
.border-e-indigo-100\/20{ border-inline-end-color: rgb(224 231 255 / 0.2); }
.border-e-indigo-100\/25{ border-inline-end-color: rgb(224 231 255 / 0.25); }
.border-e-indigo-100\/30{ border-inline-end-color: rgb(224 231 255 / 0.3); }
.border-e-indigo-100\/40{ border-inline-end-color: rgb(224 231 255 / 0.4); }
.border-e-indigo-100\/5{ border-inline-end-color: rgb(224 231 255 / 0.05); }
.border-e-indigo-100\/50{ border-inline-end-color: rgb(224 231 255 / 0.5); }
.border-e-indigo-100\/60{ border-inline-end-color: rgb(224 231 255 / 0.6); }
.border-e-indigo-100\/70{ border-inline-end-color: rgb(224 231 255 / 0.7); }
.border-e-indigo-100\/75{ border-inline-end-color: rgb(224 231 255 / 0.75); }
.border-e-indigo-100\/80{ border-inline-end-color: rgb(224 231 255 / 0.8); }
.border-e-indigo-100\/90{ border-inline-end-color: rgb(224 231 255 / 0.9); }
.border-e-indigo-100\/95{ border-inline-end-color: rgb(224 231 255 / 0.95); }
.border-e-indigo-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-e-indigo-200\/0{ border-inline-end-color: rgb(199 210 254 / 0); }
.border-e-indigo-200\/10{ border-inline-end-color: rgb(199 210 254 / 0.1); }
.border-e-indigo-200\/100{ border-inline-end-color: rgb(199 210 254 / 1); }
.border-e-indigo-200\/20{ border-inline-end-color: rgb(199 210 254 / 0.2); }
.border-e-indigo-200\/25{ border-inline-end-color: rgb(199 210 254 / 0.25); }
.border-e-indigo-200\/30{ border-inline-end-color: rgb(199 210 254 / 0.3); }
.border-e-indigo-200\/40{ border-inline-end-color: rgb(199 210 254 / 0.4); }
.border-e-indigo-200\/5{ border-inline-end-color: rgb(199 210 254 / 0.05); }
.border-e-indigo-200\/50{ border-inline-end-color: rgb(199 210 254 / 0.5); }
.border-e-indigo-200\/60{ border-inline-end-color: rgb(199 210 254 / 0.6); }
.border-e-indigo-200\/70{ border-inline-end-color: rgb(199 210 254 / 0.7); }
.border-e-indigo-200\/75{ border-inline-end-color: rgb(199 210 254 / 0.75); }
.border-e-indigo-200\/80{ border-inline-end-color: rgb(199 210 254 / 0.8); }
.border-e-indigo-200\/90{ border-inline-end-color: rgb(199 210 254 / 0.9); }
.border-e-indigo-200\/95{ border-inline-end-color: rgb(199 210 254 / 0.95); }
.border-e-indigo-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-e-indigo-300\/0{ border-inline-end-color: rgb(165 180 252 / 0); }
.border-e-indigo-300\/10{ border-inline-end-color: rgb(165 180 252 / 0.1); }
.border-e-indigo-300\/100{ border-inline-end-color: rgb(165 180 252 / 1); }
.border-e-indigo-300\/20{ border-inline-end-color: rgb(165 180 252 / 0.2); }
.border-e-indigo-300\/25{ border-inline-end-color: rgb(165 180 252 / 0.25); }
.border-e-indigo-300\/30{ border-inline-end-color: rgb(165 180 252 / 0.3); }
.border-e-indigo-300\/40{ border-inline-end-color: rgb(165 180 252 / 0.4); }
.border-e-indigo-300\/5{ border-inline-end-color: rgb(165 180 252 / 0.05); }
.border-e-indigo-300\/50{ border-inline-end-color: rgb(165 180 252 / 0.5); }
.border-e-indigo-300\/60{ border-inline-end-color: rgb(165 180 252 / 0.6); }
.border-e-indigo-300\/70{ border-inline-end-color: rgb(165 180 252 / 0.7); }
.border-e-indigo-300\/75{ border-inline-end-color: rgb(165 180 252 / 0.75); }
.border-e-indigo-300\/80{ border-inline-end-color: rgb(165 180 252 / 0.8); }
.border-e-indigo-300\/90{ border-inline-end-color: rgb(165 180 252 / 0.9); }
.border-e-indigo-300\/95{ border-inline-end-color: rgb(165 180 252 / 0.95); }
.border-e-indigo-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-e-indigo-400\/0{ border-inline-end-color: rgb(129 140 248 / 0); }
.border-e-indigo-400\/10{ border-inline-end-color: rgb(129 140 248 / 0.1); }
.border-e-indigo-400\/100{ border-inline-end-color: rgb(129 140 248 / 1); }
.border-e-indigo-400\/20{ border-inline-end-color: rgb(129 140 248 / 0.2); }
.border-e-indigo-400\/25{ border-inline-end-color: rgb(129 140 248 / 0.25); }
.border-e-indigo-400\/30{ border-inline-end-color: rgb(129 140 248 / 0.3); }
.border-e-indigo-400\/40{ border-inline-end-color: rgb(129 140 248 / 0.4); }
.border-e-indigo-400\/5{ border-inline-end-color: rgb(129 140 248 / 0.05); }
.border-e-indigo-400\/50{ border-inline-end-color: rgb(129 140 248 / 0.5); }
.border-e-indigo-400\/60{ border-inline-end-color: rgb(129 140 248 / 0.6); }
.border-e-indigo-400\/70{ border-inline-end-color: rgb(129 140 248 / 0.7); }
.border-e-indigo-400\/75{ border-inline-end-color: rgb(129 140 248 / 0.75); }
.border-e-indigo-400\/80{ border-inline-end-color: rgb(129 140 248 / 0.8); }
.border-e-indigo-400\/90{ border-inline-end-color: rgb(129 140 248 / 0.9); }
.border-e-indigo-400\/95{ border-inline-end-color: rgb(129 140 248 / 0.95); }
.border-e-indigo-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-e-indigo-50\/0{ border-inline-end-color: rgb(238 242 255 / 0); }
.border-e-indigo-50\/10{ border-inline-end-color: rgb(238 242 255 / 0.1); }
.border-e-indigo-50\/100{ border-inline-end-color: rgb(238 242 255 / 1); }
.border-e-indigo-50\/20{ border-inline-end-color: rgb(238 242 255 / 0.2); }
.border-e-indigo-50\/25{ border-inline-end-color: rgb(238 242 255 / 0.25); }
.border-e-indigo-50\/30{ border-inline-end-color: rgb(238 242 255 / 0.3); }
.border-e-indigo-50\/40{ border-inline-end-color: rgb(238 242 255 / 0.4); }
.border-e-indigo-50\/5{ border-inline-end-color: rgb(238 242 255 / 0.05); }
.border-e-indigo-50\/50{ border-inline-end-color: rgb(238 242 255 / 0.5); }
.border-e-indigo-50\/60{ border-inline-end-color: rgb(238 242 255 / 0.6); }
.border-e-indigo-50\/70{ border-inline-end-color: rgb(238 242 255 / 0.7); }
.border-e-indigo-50\/75{ border-inline-end-color: rgb(238 242 255 / 0.75); }
.border-e-indigo-50\/80{ border-inline-end-color: rgb(238 242 255 / 0.8); }
.border-e-indigo-50\/90{ border-inline-end-color: rgb(238 242 255 / 0.9); }
.border-e-indigo-50\/95{ border-inline-end-color: rgb(238 242 255 / 0.95); }
.border-e-indigo-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-e-indigo-500\/0{ border-inline-end-color: rgb(99 102 241 / 0); }
.border-e-indigo-500\/10{ border-inline-end-color: rgb(99 102 241 / 0.1); }
.border-e-indigo-500\/100{ border-inline-end-color: rgb(99 102 241 / 1); }
.border-e-indigo-500\/20{ border-inline-end-color: rgb(99 102 241 / 0.2); }
.border-e-indigo-500\/25{ border-inline-end-color: rgb(99 102 241 / 0.25); }
.border-e-indigo-500\/30{ border-inline-end-color: rgb(99 102 241 / 0.3); }
.border-e-indigo-500\/40{ border-inline-end-color: rgb(99 102 241 / 0.4); }
.border-e-indigo-500\/5{ border-inline-end-color: rgb(99 102 241 / 0.05); }
.border-e-indigo-500\/50{ border-inline-end-color: rgb(99 102 241 / 0.5); }
.border-e-indigo-500\/60{ border-inline-end-color: rgb(99 102 241 / 0.6); }
.border-e-indigo-500\/70{ border-inline-end-color: rgb(99 102 241 / 0.7); }
.border-e-indigo-500\/75{ border-inline-end-color: rgb(99 102 241 / 0.75); }
.border-e-indigo-500\/80{ border-inline-end-color: rgb(99 102 241 / 0.8); }
.border-e-indigo-500\/90{ border-inline-end-color: rgb(99 102 241 / 0.9); }
.border-e-indigo-500\/95{ border-inline-end-color: rgb(99 102 241 / 0.95); }
.border-e-indigo-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-e-indigo-600\/0{ border-inline-end-color: rgb(79 70 229 / 0); }
.border-e-indigo-600\/10{ border-inline-end-color: rgb(79 70 229 / 0.1); }
.border-e-indigo-600\/100{ border-inline-end-color: rgb(79 70 229 / 1); }
.border-e-indigo-600\/20{ border-inline-end-color: rgb(79 70 229 / 0.2); }
.border-e-indigo-600\/25{ border-inline-end-color: rgb(79 70 229 / 0.25); }
.border-e-indigo-600\/30{ border-inline-end-color: rgb(79 70 229 / 0.3); }
.border-e-indigo-600\/40{ border-inline-end-color: rgb(79 70 229 / 0.4); }
.border-e-indigo-600\/5{ border-inline-end-color: rgb(79 70 229 / 0.05); }
.border-e-indigo-600\/50{ border-inline-end-color: rgb(79 70 229 / 0.5); }
.border-e-indigo-600\/60{ border-inline-end-color: rgb(79 70 229 / 0.6); }
.border-e-indigo-600\/70{ border-inline-end-color: rgb(79 70 229 / 0.7); }
.border-e-indigo-600\/75{ border-inline-end-color: rgb(79 70 229 / 0.75); }
.border-e-indigo-600\/80{ border-inline-end-color: rgb(79 70 229 / 0.8); }
.border-e-indigo-600\/90{ border-inline-end-color: rgb(79 70 229 / 0.9); }
.border-e-indigo-600\/95{ border-inline-end-color: rgb(79 70 229 / 0.95); }
.border-e-indigo-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-e-indigo-700\/0{ border-inline-end-color: rgb(67 56 202 / 0); }
.border-e-indigo-700\/10{ border-inline-end-color: rgb(67 56 202 / 0.1); }
.border-e-indigo-700\/100{ border-inline-end-color: rgb(67 56 202 / 1); }
.border-e-indigo-700\/20{ border-inline-end-color: rgb(67 56 202 / 0.2); }
.border-e-indigo-700\/25{ border-inline-end-color: rgb(67 56 202 / 0.25); }
.border-e-indigo-700\/30{ border-inline-end-color: rgb(67 56 202 / 0.3); }
.border-e-indigo-700\/40{ border-inline-end-color: rgb(67 56 202 / 0.4); }
.border-e-indigo-700\/5{ border-inline-end-color: rgb(67 56 202 / 0.05); }
.border-e-indigo-700\/50{ border-inline-end-color: rgb(67 56 202 / 0.5); }
.border-e-indigo-700\/60{ border-inline-end-color: rgb(67 56 202 / 0.6); }
.border-e-indigo-700\/70{ border-inline-end-color: rgb(67 56 202 / 0.7); }
.border-e-indigo-700\/75{ border-inline-end-color: rgb(67 56 202 / 0.75); }
.border-e-indigo-700\/80{ border-inline-end-color: rgb(67 56 202 / 0.8); }
.border-e-indigo-700\/90{ border-inline-end-color: rgb(67 56 202 / 0.9); }
.border-e-indigo-700\/95{ border-inline-end-color: rgb(67 56 202 / 0.95); }
.border-e-indigo-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-e-indigo-800\/0{ border-inline-end-color: rgb(55 48 163 / 0); }
.border-e-indigo-800\/10{ border-inline-end-color: rgb(55 48 163 / 0.1); }
.border-e-indigo-800\/100{ border-inline-end-color: rgb(55 48 163 / 1); }
.border-e-indigo-800\/20{ border-inline-end-color: rgb(55 48 163 / 0.2); }
.border-e-indigo-800\/25{ border-inline-end-color: rgb(55 48 163 / 0.25); }
.border-e-indigo-800\/30{ border-inline-end-color: rgb(55 48 163 / 0.3); }
.border-e-indigo-800\/40{ border-inline-end-color: rgb(55 48 163 / 0.4); }
.border-e-indigo-800\/5{ border-inline-end-color: rgb(55 48 163 / 0.05); }
.border-e-indigo-800\/50{ border-inline-end-color: rgb(55 48 163 / 0.5); }
.border-e-indigo-800\/60{ border-inline-end-color: rgb(55 48 163 / 0.6); }
.border-e-indigo-800\/70{ border-inline-end-color: rgb(55 48 163 / 0.7); }
.border-e-indigo-800\/75{ border-inline-end-color: rgb(55 48 163 / 0.75); }
.border-e-indigo-800\/80{ border-inline-end-color: rgb(55 48 163 / 0.8); }
.border-e-indigo-800\/90{ border-inline-end-color: rgb(55 48 163 / 0.9); }
.border-e-indigo-800\/95{ border-inline-end-color: rgb(55 48 163 / 0.95); }
.border-e-indigo-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-e-indigo-900\/0{ border-inline-end-color: rgb(49 46 129 / 0); }
.border-e-indigo-900\/10{ border-inline-end-color: rgb(49 46 129 / 0.1); }
.border-e-indigo-900\/100{ border-inline-end-color: rgb(49 46 129 / 1); }
.border-e-indigo-900\/20{ border-inline-end-color: rgb(49 46 129 / 0.2); }
.border-e-indigo-900\/25{ border-inline-end-color: rgb(49 46 129 / 0.25); }
.border-e-indigo-900\/30{ border-inline-end-color: rgb(49 46 129 / 0.3); }
.border-e-indigo-900\/40{ border-inline-end-color: rgb(49 46 129 / 0.4); }
.border-e-indigo-900\/5{ border-inline-end-color: rgb(49 46 129 / 0.05); }
.border-e-indigo-900\/50{ border-inline-end-color: rgb(49 46 129 / 0.5); }
.border-e-indigo-900\/60{ border-inline-end-color: rgb(49 46 129 / 0.6); }
.border-e-indigo-900\/70{ border-inline-end-color: rgb(49 46 129 / 0.7); }
.border-e-indigo-900\/75{ border-inline-end-color: rgb(49 46 129 / 0.75); }
.border-e-indigo-900\/80{ border-inline-end-color: rgb(49 46 129 / 0.8); }
.border-e-indigo-900\/90{ border-inline-end-color: rgb(49 46 129 / 0.9); }
.border-e-indigo-900\/95{ border-inline-end-color: rgb(49 46 129 / 0.95); }
.border-e-indigo-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-e-indigo-950\/0{ border-inline-end-color: rgb(30 27 75 / 0); }
.border-e-indigo-950\/10{ border-inline-end-color: rgb(30 27 75 / 0.1); }
.border-e-indigo-950\/100{ border-inline-end-color: rgb(30 27 75 / 1); }
.border-e-indigo-950\/20{ border-inline-end-color: rgb(30 27 75 / 0.2); }
.border-e-indigo-950\/25{ border-inline-end-color: rgb(30 27 75 / 0.25); }
.border-e-indigo-950\/30{ border-inline-end-color: rgb(30 27 75 / 0.3); }
.border-e-indigo-950\/40{ border-inline-end-color: rgb(30 27 75 / 0.4); }
.border-e-indigo-950\/5{ border-inline-end-color: rgb(30 27 75 / 0.05); }
.border-e-indigo-950\/50{ border-inline-end-color: rgb(30 27 75 / 0.5); }
.border-e-indigo-950\/60{ border-inline-end-color: rgb(30 27 75 / 0.6); }
.border-e-indigo-950\/70{ border-inline-end-color: rgb(30 27 75 / 0.7); }
.border-e-indigo-950\/75{ border-inline-end-color: rgb(30 27 75 / 0.75); }
.border-e-indigo-950\/80{ border-inline-end-color: rgb(30 27 75 / 0.8); }
.border-e-indigo-950\/90{ border-inline-end-color: rgb(30 27 75 / 0.9); }
.border-e-indigo-950\/95{ border-inline-end-color: rgb(30 27 75 / 0.95); }
.border-e-inherit{ border-inline-end-color: inherit; }
.border-e-kaimurasaki{ --tw-border-opacity: 1; border-inline-end-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-100\/0{ border-inline-end-color: rgb(232 232 234 / 0); }
.border-e-kaimurasaki-100\/10{ border-inline-end-color: rgb(232 232 234 / 0.1); }
.border-e-kaimurasaki-100\/100{ border-inline-end-color: rgb(232 232 234 / 1); }
.border-e-kaimurasaki-100\/20{ border-inline-end-color: rgb(232 232 234 / 0.2); }
.border-e-kaimurasaki-100\/25{ border-inline-end-color: rgb(232 232 234 / 0.25); }
.border-e-kaimurasaki-100\/30{ border-inline-end-color: rgb(232 232 234 / 0.3); }
.border-e-kaimurasaki-100\/40{ border-inline-end-color: rgb(232 232 234 / 0.4); }
.border-e-kaimurasaki-100\/5{ border-inline-end-color: rgb(232 232 234 / 0.05); }
.border-e-kaimurasaki-100\/50{ border-inline-end-color: rgb(232 232 234 / 0.5); }
.border-e-kaimurasaki-100\/60{ border-inline-end-color: rgb(232 232 234 / 0.6); }
.border-e-kaimurasaki-100\/70{ border-inline-end-color: rgb(232 232 234 / 0.7); }
.border-e-kaimurasaki-100\/75{ border-inline-end-color: rgb(232 232 234 / 0.75); }
.border-e-kaimurasaki-100\/80{ border-inline-end-color: rgb(232 232 234 / 0.8); }
.border-e-kaimurasaki-100\/90{ border-inline-end-color: rgb(232 232 234 / 0.9); }
.border-e-kaimurasaki-100\/95{ border-inline-end-color: rgb(232 232 234 / 0.95); }
.border-e-kaimurasaki-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-200\/0{ border-inline-end-color: rgb(211 210 214 / 0); }
.border-e-kaimurasaki-200\/10{ border-inline-end-color: rgb(211 210 214 / 0.1); }
.border-e-kaimurasaki-200\/100{ border-inline-end-color: rgb(211 210 214 / 1); }
.border-e-kaimurasaki-200\/20{ border-inline-end-color: rgb(211 210 214 / 0.2); }
.border-e-kaimurasaki-200\/25{ border-inline-end-color: rgb(211 210 214 / 0.25); }
.border-e-kaimurasaki-200\/30{ border-inline-end-color: rgb(211 210 214 / 0.3); }
.border-e-kaimurasaki-200\/40{ border-inline-end-color: rgb(211 210 214 / 0.4); }
.border-e-kaimurasaki-200\/5{ border-inline-end-color: rgb(211 210 214 / 0.05); }
.border-e-kaimurasaki-200\/50{ border-inline-end-color: rgb(211 210 214 / 0.5); }
.border-e-kaimurasaki-200\/60{ border-inline-end-color: rgb(211 210 214 / 0.6); }
.border-e-kaimurasaki-200\/70{ border-inline-end-color: rgb(211 210 214 / 0.7); }
.border-e-kaimurasaki-200\/75{ border-inline-end-color: rgb(211 210 214 / 0.75); }
.border-e-kaimurasaki-200\/80{ border-inline-end-color: rgb(211 210 214 / 0.8); }
.border-e-kaimurasaki-200\/90{ border-inline-end-color: rgb(211 210 214 / 0.9); }
.border-e-kaimurasaki-200\/95{ border-inline-end-color: rgb(211 210 214 / 0.95); }
.border-e-kaimurasaki-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-300\/0{ border-inline-end-color: rgb(188 186 194 / 0); }
.border-e-kaimurasaki-300\/10{ border-inline-end-color: rgb(188 186 194 / 0.1); }
.border-e-kaimurasaki-300\/100{ border-inline-end-color: rgb(188 186 194 / 1); }
.border-e-kaimurasaki-300\/20{ border-inline-end-color: rgb(188 186 194 / 0.2); }
.border-e-kaimurasaki-300\/25{ border-inline-end-color: rgb(188 186 194 / 0.25); }
.border-e-kaimurasaki-300\/30{ border-inline-end-color: rgb(188 186 194 / 0.3); }
.border-e-kaimurasaki-300\/40{ border-inline-end-color: rgb(188 186 194 / 0.4); }
.border-e-kaimurasaki-300\/5{ border-inline-end-color: rgb(188 186 194 / 0.05); }
.border-e-kaimurasaki-300\/50{ border-inline-end-color: rgb(188 186 194 / 0.5); }
.border-e-kaimurasaki-300\/60{ border-inline-end-color: rgb(188 186 194 / 0.6); }
.border-e-kaimurasaki-300\/70{ border-inline-end-color: rgb(188 186 194 / 0.7); }
.border-e-kaimurasaki-300\/75{ border-inline-end-color: rgb(188 186 194 / 0.75); }
.border-e-kaimurasaki-300\/80{ border-inline-end-color: rgb(188 186 194 / 0.8); }
.border-e-kaimurasaki-300\/90{ border-inline-end-color: rgb(188 186 194 / 0.9); }
.border-e-kaimurasaki-300\/95{ border-inline-end-color: rgb(188 186 194 / 0.95); }
.border-e-kaimurasaki-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-400\/0{ border-inline-end-color: rgb(167 164 174 / 0); }
.border-e-kaimurasaki-400\/10{ border-inline-end-color: rgb(167 164 174 / 0.1); }
.border-e-kaimurasaki-400\/100{ border-inline-end-color: rgb(167 164 174 / 1); }
.border-e-kaimurasaki-400\/20{ border-inline-end-color: rgb(167 164 174 / 0.2); }
.border-e-kaimurasaki-400\/25{ border-inline-end-color: rgb(167 164 174 / 0.25); }
.border-e-kaimurasaki-400\/30{ border-inline-end-color: rgb(167 164 174 / 0.3); }
.border-e-kaimurasaki-400\/40{ border-inline-end-color: rgb(167 164 174 / 0.4); }
.border-e-kaimurasaki-400\/5{ border-inline-end-color: rgb(167 164 174 / 0.05); }
.border-e-kaimurasaki-400\/50{ border-inline-end-color: rgb(167 164 174 / 0.5); }
.border-e-kaimurasaki-400\/60{ border-inline-end-color: rgb(167 164 174 / 0.6); }
.border-e-kaimurasaki-400\/70{ border-inline-end-color: rgb(167 164 174 / 0.7); }
.border-e-kaimurasaki-400\/75{ border-inline-end-color: rgb(167 164 174 / 0.75); }
.border-e-kaimurasaki-400\/80{ border-inline-end-color: rgb(167 164 174 / 0.8); }
.border-e-kaimurasaki-400\/90{ border-inline-end-color: rgb(167 164 174 / 0.9); }
.border-e-kaimurasaki-400\/95{ border-inline-end-color: rgb(167 164 174 / 0.95); }
.border-e-kaimurasaki-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-500\/0{ border-inline-end-color: rgb(145 142 154 / 0); }
.border-e-kaimurasaki-500\/10{ border-inline-end-color: rgb(145 142 154 / 0.1); }
.border-e-kaimurasaki-500\/100{ border-inline-end-color: rgb(145 142 154 / 1); }
.border-e-kaimurasaki-500\/20{ border-inline-end-color: rgb(145 142 154 / 0.2); }
.border-e-kaimurasaki-500\/25{ border-inline-end-color: rgb(145 142 154 / 0.25); }
.border-e-kaimurasaki-500\/30{ border-inline-end-color: rgb(145 142 154 / 0.3); }
.border-e-kaimurasaki-500\/40{ border-inline-end-color: rgb(145 142 154 / 0.4); }
.border-e-kaimurasaki-500\/5{ border-inline-end-color: rgb(145 142 154 / 0.05); }
.border-e-kaimurasaki-500\/50{ border-inline-end-color: rgb(145 142 154 / 0.5); }
.border-e-kaimurasaki-500\/60{ border-inline-end-color: rgb(145 142 154 / 0.6); }
.border-e-kaimurasaki-500\/70{ border-inline-end-color: rgb(145 142 154 / 0.7); }
.border-e-kaimurasaki-500\/75{ border-inline-end-color: rgb(145 142 154 / 0.75); }
.border-e-kaimurasaki-500\/80{ border-inline-end-color: rgb(145 142 154 / 0.8); }
.border-e-kaimurasaki-500\/90{ border-inline-end-color: rgb(145 142 154 / 0.9); }
.border-e-kaimurasaki-500\/95{ border-inline-end-color: rgb(145 142 154 / 0.95); }
.border-e-kaimurasaki-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-600\/0{ border-inline-end-color: rgb(122 119 133 / 0); }
.border-e-kaimurasaki-600\/10{ border-inline-end-color: rgb(122 119 133 / 0.1); }
.border-e-kaimurasaki-600\/100{ border-inline-end-color: rgb(122 119 133 / 1); }
.border-e-kaimurasaki-600\/20{ border-inline-end-color: rgb(122 119 133 / 0.2); }
.border-e-kaimurasaki-600\/25{ border-inline-end-color: rgb(122 119 133 / 0.25); }
.border-e-kaimurasaki-600\/30{ border-inline-end-color: rgb(122 119 133 / 0.3); }
.border-e-kaimurasaki-600\/40{ border-inline-end-color: rgb(122 119 133 / 0.4); }
.border-e-kaimurasaki-600\/5{ border-inline-end-color: rgb(122 119 133 / 0.05); }
.border-e-kaimurasaki-600\/50{ border-inline-end-color: rgb(122 119 133 / 0.5); }
.border-e-kaimurasaki-600\/60{ border-inline-end-color: rgb(122 119 133 / 0.6); }
.border-e-kaimurasaki-600\/70{ border-inline-end-color: rgb(122 119 133 / 0.7); }
.border-e-kaimurasaki-600\/75{ border-inline-end-color: rgb(122 119 133 / 0.75); }
.border-e-kaimurasaki-600\/80{ border-inline-end-color: rgb(122 119 133 / 0.8); }
.border-e-kaimurasaki-600\/90{ border-inline-end-color: rgb(122 119 133 / 0.9); }
.border-e-kaimurasaki-600\/95{ border-inline-end-color: rgb(122 119 133 / 0.95); }
.border-e-kaimurasaki-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-700\/0{ border-inline-end-color: rgb(100 96 113 / 0); }
.border-e-kaimurasaki-700\/10{ border-inline-end-color: rgb(100 96 113 / 0.1); }
.border-e-kaimurasaki-700\/100{ border-inline-end-color: rgb(100 96 113 / 1); }
.border-e-kaimurasaki-700\/20{ border-inline-end-color: rgb(100 96 113 / 0.2); }
.border-e-kaimurasaki-700\/25{ border-inline-end-color: rgb(100 96 113 / 0.25); }
.border-e-kaimurasaki-700\/30{ border-inline-end-color: rgb(100 96 113 / 0.3); }
.border-e-kaimurasaki-700\/40{ border-inline-end-color: rgb(100 96 113 / 0.4); }
.border-e-kaimurasaki-700\/5{ border-inline-end-color: rgb(100 96 113 / 0.05); }
.border-e-kaimurasaki-700\/50{ border-inline-end-color: rgb(100 96 113 / 0.5); }
.border-e-kaimurasaki-700\/60{ border-inline-end-color: rgb(100 96 113 / 0.6); }
.border-e-kaimurasaki-700\/70{ border-inline-end-color: rgb(100 96 113 / 0.7); }
.border-e-kaimurasaki-700\/75{ border-inline-end-color: rgb(100 96 113 / 0.75); }
.border-e-kaimurasaki-700\/80{ border-inline-end-color: rgb(100 96 113 / 0.8); }
.border-e-kaimurasaki-700\/90{ border-inline-end-color: rgb(100 96 113 / 0.9); }
.border-e-kaimurasaki-700\/95{ border-inline-end-color: rgb(100 96 113 / 0.95); }
.border-e-kaimurasaki-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-800\/0{ border-inline-end-color: rgb(78 73 93 / 0); }
.border-e-kaimurasaki-800\/10{ border-inline-end-color: rgb(78 73 93 / 0.1); }
.border-e-kaimurasaki-800\/100{ border-inline-end-color: rgb(78 73 93 / 1); }
.border-e-kaimurasaki-800\/20{ border-inline-end-color: rgb(78 73 93 / 0.2); }
.border-e-kaimurasaki-800\/25{ border-inline-end-color: rgb(78 73 93 / 0.25); }
.border-e-kaimurasaki-800\/30{ border-inline-end-color: rgb(78 73 93 / 0.3); }
.border-e-kaimurasaki-800\/40{ border-inline-end-color: rgb(78 73 93 / 0.4); }
.border-e-kaimurasaki-800\/5{ border-inline-end-color: rgb(78 73 93 / 0.05); }
.border-e-kaimurasaki-800\/50{ border-inline-end-color: rgb(78 73 93 / 0.5); }
.border-e-kaimurasaki-800\/60{ border-inline-end-color: rgb(78 73 93 / 0.6); }
.border-e-kaimurasaki-800\/70{ border-inline-end-color: rgb(78 73 93 / 0.7); }
.border-e-kaimurasaki-800\/75{ border-inline-end-color: rgb(78 73 93 / 0.75); }
.border-e-kaimurasaki-800\/80{ border-inline-end-color: rgb(78 73 93 / 0.8); }
.border-e-kaimurasaki-800\/90{ border-inline-end-color: rgb(78 73 93 / 0.9); }
.border-e-kaimurasaki-800\/95{ border-inline-end-color: rgb(78 73 93 / 0.95); }
.border-e-kaimurasaki-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-900\/0{ border-inline-end-color: rgb(56 50 72 / 0); }
.border-e-kaimurasaki-900\/10{ border-inline-end-color: rgb(56 50 72 / 0.1); }
.border-e-kaimurasaki-900\/100{ border-inline-end-color: rgb(56 50 72 / 1); }
.border-e-kaimurasaki-900\/20{ border-inline-end-color: rgb(56 50 72 / 0.2); }
.border-e-kaimurasaki-900\/25{ border-inline-end-color: rgb(56 50 72 / 0.25); }
.border-e-kaimurasaki-900\/30{ border-inline-end-color: rgb(56 50 72 / 0.3); }
.border-e-kaimurasaki-900\/40{ border-inline-end-color: rgb(56 50 72 / 0.4); }
.border-e-kaimurasaki-900\/5{ border-inline-end-color: rgb(56 50 72 / 0.05); }
.border-e-kaimurasaki-900\/50{ border-inline-end-color: rgb(56 50 72 / 0.5); }
.border-e-kaimurasaki-900\/60{ border-inline-end-color: rgb(56 50 72 / 0.6); }
.border-e-kaimurasaki-900\/70{ border-inline-end-color: rgb(56 50 72 / 0.7); }
.border-e-kaimurasaki-900\/75{ border-inline-end-color: rgb(56 50 72 / 0.75); }
.border-e-kaimurasaki-900\/80{ border-inline-end-color: rgb(56 50 72 / 0.8); }
.border-e-kaimurasaki-900\/90{ border-inline-end-color: rgb(56 50 72 / 0.9); }
.border-e-kaimurasaki-900\/95{ border-inline-end-color: rgb(56 50 72 / 0.95); }
.border-e-kaimurasaki-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-e-kaimurasaki-950\/0{ border-inline-end-color: rgb(44 39 62 / 0); }
.border-e-kaimurasaki-950\/10{ border-inline-end-color: rgb(44 39 62 / 0.1); }
.border-e-kaimurasaki-950\/100{ border-inline-end-color: rgb(44 39 62 / 1); }
.border-e-kaimurasaki-950\/20{ border-inline-end-color: rgb(44 39 62 / 0.2); }
.border-e-kaimurasaki-950\/25{ border-inline-end-color: rgb(44 39 62 / 0.25); }
.border-e-kaimurasaki-950\/30{ border-inline-end-color: rgb(44 39 62 / 0.3); }
.border-e-kaimurasaki-950\/40{ border-inline-end-color: rgb(44 39 62 / 0.4); }
.border-e-kaimurasaki-950\/5{ border-inline-end-color: rgb(44 39 62 / 0.05); }
.border-e-kaimurasaki-950\/50{ border-inline-end-color: rgb(44 39 62 / 0.5); }
.border-e-kaimurasaki-950\/60{ border-inline-end-color: rgb(44 39 62 / 0.6); }
.border-e-kaimurasaki-950\/70{ border-inline-end-color: rgb(44 39 62 / 0.7); }
.border-e-kaimurasaki-950\/75{ border-inline-end-color: rgb(44 39 62 / 0.75); }
.border-e-kaimurasaki-950\/80{ border-inline-end-color: rgb(44 39 62 / 0.8); }
.border-e-kaimurasaki-950\/90{ border-inline-end-color: rgb(44 39 62 / 0.9); }
.border-e-kaimurasaki-950\/95{ border-inline-end-color: rgb(44 39 62 / 0.95); }
.border-e-kaimurasaki\/0{ border-inline-end-color: rgb(34 28 52 / 0); }
.border-e-kaimurasaki\/10{ border-inline-end-color: rgb(34 28 52 / 0.1); }
.border-e-kaimurasaki\/100{ border-inline-end-color: rgb(34 28 52 / 1); }
.border-e-kaimurasaki\/20{ border-inline-end-color: rgb(34 28 52 / 0.2); }
.border-e-kaimurasaki\/25{ border-inline-end-color: rgb(34 28 52 / 0.25); }
.border-e-kaimurasaki\/30{ border-inline-end-color: rgb(34 28 52 / 0.3); }
.border-e-kaimurasaki\/40{ border-inline-end-color: rgb(34 28 52 / 0.4); }
.border-e-kaimurasaki\/5{ border-inline-end-color: rgb(34 28 52 / 0.05); }
.border-e-kaimurasaki\/50{ border-inline-end-color: rgb(34 28 52 / 0.5); }
.border-e-kaimurasaki\/60{ border-inline-end-color: rgb(34 28 52 / 0.6); }
.border-e-kaimurasaki\/70{ border-inline-end-color: rgb(34 28 52 / 0.7); }
.border-e-kaimurasaki\/75{ border-inline-end-color: rgb(34 28 52 / 0.75); }
.border-e-kaimurasaki\/80{ border-inline-end-color: rgb(34 28 52 / 0.8); }
.border-e-kaimurasaki\/90{ border-inline-end-color: rgb(34 28 52 / 0.9); }
.border-e-kaimurasaki\/95{ border-inline-end-color: rgb(34 28 52 / 0.95); }
.border-e-lime-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-e-lime-100\/0{ border-inline-end-color: rgb(236 252 203 / 0); }
.border-e-lime-100\/10{ border-inline-end-color: rgb(236 252 203 / 0.1); }
.border-e-lime-100\/100{ border-inline-end-color: rgb(236 252 203 / 1); }
.border-e-lime-100\/20{ border-inline-end-color: rgb(236 252 203 / 0.2); }
.border-e-lime-100\/25{ border-inline-end-color: rgb(236 252 203 / 0.25); }
.border-e-lime-100\/30{ border-inline-end-color: rgb(236 252 203 / 0.3); }
.border-e-lime-100\/40{ border-inline-end-color: rgb(236 252 203 / 0.4); }
.border-e-lime-100\/5{ border-inline-end-color: rgb(236 252 203 / 0.05); }
.border-e-lime-100\/50{ border-inline-end-color: rgb(236 252 203 / 0.5); }
.border-e-lime-100\/60{ border-inline-end-color: rgb(236 252 203 / 0.6); }
.border-e-lime-100\/70{ border-inline-end-color: rgb(236 252 203 / 0.7); }
.border-e-lime-100\/75{ border-inline-end-color: rgb(236 252 203 / 0.75); }
.border-e-lime-100\/80{ border-inline-end-color: rgb(236 252 203 / 0.8); }
.border-e-lime-100\/90{ border-inline-end-color: rgb(236 252 203 / 0.9); }
.border-e-lime-100\/95{ border-inline-end-color: rgb(236 252 203 / 0.95); }
.border-e-lime-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-e-lime-200\/0{ border-inline-end-color: rgb(217 249 157 / 0); }
.border-e-lime-200\/10{ border-inline-end-color: rgb(217 249 157 / 0.1); }
.border-e-lime-200\/100{ border-inline-end-color: rgb(217 249 157 / 1); }
.border-e-lime-200\/20{ border-inline-end-color: rgb(217 249 157 / 0.2); }
.border-e-lime-200\/25{ border-inline-end-color: rgb(217 249 157 / 0.25); }
.border-e-lime-200\/30{ border-inline-end-color: rgb(217 249 157 / 0.3); }
.border-e-lime-200\/40{ border-inline-end-color: rgb(217 249 157 / 0.4); }
.border-e-lime-200\/5{ border-inline-end-color: rgb(217 249 157 / 0.05); }
.border-e-lime-200\/50{ border-inline-end-color: rgb(217 249 157 / 0.5); }
.border-e-lime-200\/60{ border-inline-end-color: rgb(217 249 157 / 0.6); }
.border-e-lime-200\/70{ border-inline-end-color: rgb(217 249 157 / 0.7); }
.border-e-lime-200\/75{ border-inline-end-color: rgb(217 249 157 / 0.75); }
.border-e-lime-200\/80{ border-inline-end-color: rgb(217 249 157 / 0.8); }
.border-e-lime-200\/90{ border-inline-end-color: rgb(217 249 157 / 0.9); }
.border-e-lime-200\/95{ border-inline-end-color: rgb(217 249 157 / 0.95); }
.border-e-lime-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-e-lime-300\/0{ border-inline-end-color: rgb(190 242 100 / 0); }
.border-e-lime-300\/10{ border-inline-end-color: rgb(190 242 100 / 0.1); }
.border-e-lime-300\/100{ border-inline-end-color: rgb(190 242 100 / 1); }
.border-e-lime-300\/20{ border-inline-end-color: rgb(190 242 100 / 0.2); }
.border-e-lime-300\/25{ border-inline-end-color: rgb(190 242 100 / 0.25); }
.border-e-lime-300\/30{ border-inline-end-color: rgb(190 242 100 / 0.3); }
.border-e-lime-300\/40{ border-inline-end-color: rgb(190 242 100 / 0.4); }
.border-e-lime-300\/5{ border-inline-end-color: rgb(190 242 100 / 0.05); }
.border-e-lime-300\/50{ border-inline-end-color: rgb(190 242 100 / 0.5); }
.border-e-lime-300\/60{ border-inline-end-color: rgb(190 242 100 / 0.6); }
.border-e-lime-300\/70{ border-inline-end-color: rgb(190 242 100 / 0.7); }
.border-e-lime-300\/75{ border-inline-end-color: rgb(190 242 100 / 0.75); }
.border-e-lime-300\/80{ border-inline-end-color: rgb(190 242 100 / 0.8); }
.border-e-lime-300\/90{ border-inline-end-color: rgb(190 242 100 / 0.9); }
.border-e-lime-300\/95{ border-inline-end-color: rgb(190 242 100 / 0.95); }
.border-e-lime-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-e-lime-400\/0{ border-inline-end-color: rgb(163 230 53 / 0); }
.border-e-lime-400\/10{ border-inline-end-color: rgb(163 230 53 / 0.1); }
.border-e-lime-400\/100{ border-inline-end-color: rgb(163 230 53 / 1); }
.border-e-lime-400\/20{ border-inline-end-color: rgb(163 230 53 / 0.2); }
.border-e-lime-400\/25{ border-inline-end-color: rgb(163 230 53 / 0.25); }
.border-e-lime-400\/30{ border-inline-end-color: rgb(163 230 53 / 0.3); }
.border-e-lime-400\/40{ border-inline-end-color: rgb(163 230 53 / 0.4); }
.border-e-lime-400\/5{ border-inline-end-color: rgb(163 230 53 / 0.05); }
.border-e-lime-400\/50{ border-inline-end-color: rgb(163 230 53 / 0.5); }
.border-e-lime-400\/60{ border-inline-end-color: rgb(163 230 53 / 0.6); }
.border-e-lime-400\/70{ border-inline-end-color: rgb(163 230 53 / 0.7); }
.border-e-lime-400\/75{ border-inline-end-color: rgb(163 230 53 / 0.75); }
.border-e-lime-400\/80{ border-inline-end-color: rgb(163 230 53 / 0.8); }
.border-e-lime-400\/90{ border-inline-end-color: rgb(163 230 53 / 0.9); }
.border-e-lime-400\/95{ border-inline-end-color: rgb(163 230 53 / 0.95); }
.border-e-lime-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-e-lime-50\/0{ border-inline-end-color: rgb(247 254 231 / 0); }
.border-e-lime-50\/10{ border-inline-end-color: rgb(247 254 231 / 0.1); }
.border-e-lime-50\/100{ border-inline-end-color: rgb(247 254 231 / 1); }
.border-e-lime-50\/20{ border-inline-end-color: rgb(247 254 231 / 0.2); }
.border-e-lime-50\/25{ border-inline-end-color: rgb(247 254 231 / 0.25); }
.border-e-lime-50\/30{ border-inline-end-color: rgb(247 254 231 / 0.3); }
.border-e-lime-50\/40{ border-inline-end-color: rgb(247 254 231 / 0.4); }
.border-e-lime-50\/5{ border-inline-end-color: rgb(247 254 231 / 0.05); }
.border-e-lime-50\/50{ border-inline-end-color: rgb(247 254 231 / 0.5); }
.border-e-lime-50\/60{ border-inline-end-color: rgb(247 254 231 / 0.6); }
.border-e-lime-50\/70{ border-inline-end-color: rgb(247 254 231 / 0.7); }
.border-e-lime-50\/75{ border-inline-end-color: rgb(247 254 231 / 0.75); }
.border-e-lime-50\/80{ border-inline-end-color: rgb(247 254 231 / 0.8); }
.border-e-lime-50\/90{ border-inline-end-color: rgb(247 254 231 / 0.9); }
.border-e-lime-50\/95{ border-inline-end-color: rgb(247 254 231 / 0.95); }
.border-e-lime-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-e-lime-500\/0{ border-inline-end-color: rgb(132 204 22 / 0); }
.border-e-lime-500\/10{ border-inline-end-color: rgb(132 204 22 / 0.1); }
.border-e-lime-500\/100{ border-inline-end-color: rgb(132 204 22 / 1); }
.border-e-lime-500\/20{ border-inline-end-color: rgb(132 204 22 / 0.2); }
.border-e-lime-500\/25{ border-inline-end-color: rgb(132 204 22 / 0.25); }
.border-e-lime-500\/30{ border-inline-end-color: rgb(132 204 22 / 0.3); }
.border-e-lime-500\/40{ border-inline-end-color: rgb(132 204 22 / 0.4); }
.border-e-lime-500\/5{ border-inline-end-color: rgb(132 204 22 / 0.05); }
.border-e-lime-500\/50{ border-inline-end-color: rgb(132 204 22 / 0.5); }
.border-e-lime-500\/60{ border-inline-end-color: rgb(132 204 22 / 0.6); }
.border-e-lime-500\/70{ border-inline-end-color: rgb(132 204 22 / 0.7); }
.border-e-lime-500\/75{ border-inline-end-color: rgb(132 204 22 / 0.75); }
.border-e-lime-500\/80{ border-inline-end-color: rgb(132 204 22 / 0.8); }
.border-e-lime-500\/90{ border-inline-end-color: rgb(132 204 22 / 0.9); }
.border-e-lime-500\/95{ border-inline-end-color: rgb(132 204 22 / 0.95); }
.border-e-lime-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-e-lime-600\/0{ border-inline-end-color: rgb(101 163 13 / 0); }
.border-e-lime-600\/10{ border-inline-end-color: rgb(101 163 13 / 0.1); }
.border-e-lime-600\/100{ border-inline-end-color: rgb(101 163 13 / 1); }
.border-e-lime-600\/20{ border-inline-end-color: rgb(101 163 13 / 0.2); }
.border-e-lime-600\/25{ border-inline-end-color: rgb(101 163 13 / 0.25); }
.border-e-lime-600\/30{ border-inline-end-color: rgb(101 163 13 / 0.3); }
.border-e-lime-600\/40{ border-inline-end-color: rgb(101 163 13 / 0.4); }
.border-e-lime-600\/5{ border-inline-end-color: rgb(101 163 13 / 0.05); }
.border-e-lime-600\/50{ border-inline-end-color: rgb(101 163 13 / 0.5); }
.border-e-lime-600\/60{ border-inline-end-color: rgb(101 163 13 / 0.6); }
.border-e-lime-600\/70{ border-inline-end-color: rgb(101 163 13 / 0.7); }
.border-e-lime-600\/75{ border-inline-end-color: rgb(101 163 13 / 0.75); }
.border-e-lime-600\/80{ border-inline-end-color: rgb(101 163 13 / 0.8); }
.border-e-lime-600\/90{ border-inline-end-color: rgb(101 163 13 / 0.9); }
.border-e-lime-600\/95{ border-inline-end-color: rgb(101 163 13 / 0.95); }
.border-e-lime-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-e-lime-700\/0{ border-inline-end-color: rgb(77 124 15 / 0); }
.border-e-lime-700\/10{ border-inline-end-color: rgb(77 124 15 / 0.1); }
.border-e-lime-700\/100{ border-inline-end-color: rgb(77 124 15 / 1); }
.border-e-lime-700\/20{ border-inline-end-color: rgb(77 124 15 / 0.2); }
.border-e-lime-700\/25{ border-inline-end-color: rgb(77 124 15 / 0.25); }
.border-e-lime-700\/30{ border-inline-end-color: rgb(77 124 15 / 0.3); }
.border-e-lime-700\/40{ border-inline-end-color: rgb(77 124 15 / 0.4); }
.border-e-lime-700\/5{ border-inline-end-color: rgb(77 124 15 / 0.05); }
.border-e-lime-700\/50{ border-inline-end-color: rgb(77 124 15 / 0.5); }
.border-e-lime-700\/60{ border-inline-end-color: rgb(77 124 15 / 0.6); }
.border-e-lime-700\/70{ border-inline-end-color: rgb(77 124 15 / 0.7); }
.border-e-lime-700\/75{ border-inline-end-color: rgb(77 124 15 / 0.75); }
.border-e-lime-700\/80{ border-inline-end-color: rgb(77 124 15 / 0.8); }
.border-e-lime-700\/90{ border-inline-end-color: rgb(77 124 15 / 0.9); }
.border-e-lime-700\/95{ border-inline-end-color: rgb(77 124 15 / 0.95); }
.border-e-lime-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-e-lime-800\/0{ border-inline-end-color: rgb(63 98 18 / 0); }
.border-e-lime-800\/10{ border-inline-end-color: rgb(63 98 18 / 0.1); }
.border-e-lime-800\/100{ border-inline-end-color: rgb(63 98 18 / 1); }
.border-e-lime-800\/20{ border-inline-end-color: rgb(63 98 18 / 0.2); }
.border-e-lime-800\/25{ border-inline-end-color: rgb(63 98 18 / 0.25); }
.border-e-lime-800\/30{ border-inline-end-color: rgb(63 98 18 / 0.3); }
.border-e-lime-800\/40{ border-inline-end-color: rgb(63 98 18 / 0.4); }
.border-e-lime-800\/5{ border-inline-end-color: rgb(63 98 18 / 0.05); }
.border-e-lime-800\/50{ border-inline-end-color: rgb(63 98 18 / 0.5); }
.border-e-lime-800\/60{ border-inline-end-color: rgb(63 98 18 / 0.6); }
.border-e-lime-800\/70{ border-inline-end-color: rgb(63 98 18 / 0.7); }
.border-e-lime-800\/75{ border-inline-end-color: rgb(63 98 18 / 0.75); }
.border-e-lime-800\/80{ border-inline-end-color: rgb(63 98 18 / 0.8); }
.border-e-lime-800\/90{ border-inline-end-color: rgb(63 98 18 / 0.9); }
.border-e-lime-800\/95{ border-inline-end-color: rgb(63 98 18 / 0.95); }
.border-e-lime-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-e-lime-900\/0{ border-inline-end-color: rgb(54 83 20 / 0); }
.border-e-lime-900\/10{ border-inline-end-color: rgb(54 83 20 / 0.1); }
.border-e-lime-900\/100{ border-inline-end-color: rgb(54 83 20 / 1); }
.border-e-lime-900\/20{ border-inline-end-color: rgb(54 83 20 / 0.2); }
.border-e-lime-900\/25{ border-inline-end-color: rgb(54 83 20 / 0.25); }
.border-e-lime-900\/30{ border-inline-end-color: rgb(54 83 20 / 0.3); }
.border-e-lime-900\/40{ border-inline-end-color: rgb(54 83 20 / 0.4); }
.border-e-lime-900\/5{ border-inline-end-color: rgb(54 83 20 / 0.05); }
.border-e-lime-900\/50{ border-inline-end-color: rgb(54 83 20 / 0.5); }
.border-e-lime-900\/60{ border-inline-end-color: rgb(54 83 20 / 0.6); }
.border-e-lime-900\/70{ border-inline-end-color: rgb(54 83 20 / 0.7); }
.border-e-lime-900\/75{ border-inline-end-color: rgb(54 83 20 / 0.75); }
.border-e-lime-900\/80{ border-inline-end-color: rgb(54 83 20 / 0.8); }
.border-e-lime-900\/90{ border-inline-end-color: rgb(54 83 20 / 0.9); }
.border-e-lime-900\/95{ border-inline-end-color: rgb(54 83 20 / 0.95); }
.border-e-lime-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-e-lime-950\/0{ border-inline-end-color: rgb(26 46 5 / 0); }
.border-e-lime-950\/10{ border-inline-end-color: rgb(26 46 5 / 0.1); }
.border-e-lime-950\/100{ border-inline-end-color: rgb(26 46 5 / 1); }
.border-e-lime-950\/20{ border-inline-end-color: rgb(26 46 5 / 0.2); }
.border-e-lime-950\/25{ border-inline-end-color: rgb(26 46 5 / 0.25); }
.border-e-lime-950\/30{ border-inline-end-color: rgb(26 46 5 / 0.3); }
.border-e-lime-950\/40{ border-inline-end-color: rgb(26 46 5 / 0.4); }
.border-e-lime-950\/5{ border-inline-end-color: rgb(26 46 5 / 0.05); }
.border-e-lime-950\/50{ border-inline-end-color: rgb(26 46 5 / 0.5); }
.border-e-lime-950\/60{ border-inline-end-color: rgb(26 46 5 / 0.6); }
.border-e-lime-950\/70{ border-inline-end-color: rgb(26 46 5 / 0.7); }
.border-e-lime-950\/75{ border-inline-end-color: rgb(26 46 5 / 0.75); }
.border-e-lime-950\/80{ border-inline-end-color: rgb(26 46 5 / 0.8); }
.border-e-lime-950\/90{ border-inline-end-color: rgb(26 46 5 / 0.9); }
.border-e-lime-950\/95{ border-inline-end-color: rgb(26 46 5 / 0.95); }
.border-e-neutral-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-e-neutral-100\/0{ border-inline-end-color: rgb(245 245 245 / 0); }
.border-e-neutral-100\/10{ border-inline-end-color: rgb(245 245 245 / 0.1); }
.border-e-neutral-100\/100{ border-inline-end-color: rgb(245 245 245 / 1); }
.border-e-neutral-100\/20{ border-inline-end-color: rgb(245 245 245 / 0.2); }
.border-e-neutral-100\/25{ border-inline-end-color: rgb(245 245 245 / 0.25); }
.border-e-neutral-100\/30{ border-inline-end-color: rgb(245 245 245 / 0.3); }
.border-e-neutral-100\/40{ border-inline-end-color: rgb(245 245 245 / 0.4); }
.border-e-neutral-100\/5{ border-inline-end-color: rgb(245 245 245 / 0.05); }
.border-e-neutral-100\/50{ border-inline-end-color: rgb(245 245 245 / 0.5); }
.border-e-neutral-100\/60{ border-inline-end-color: rgb(245 245 245 / 0.6); }
.border-e-neutral-100\/70{ border-inline-end-color: rgb(245 245 245 / 0.7); }
.border-e-neutral-100\/75{ border-inline-end-color: rgb(245 245 245 / 0.75); }
.border-e-neutral-100\/80{ border-inline-end-color: rgb(245 245 245 / 0.8); }
.border-e-neutral-100\/90{ border-inline-end-color: rgb(245 245 245 / 0.9); }
.border-e-neutral-100\/95{ border-inline-end-color: rgb(245 245 245 / 0.95); }
.border-e-neutral-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-e-neutral-200\/0{ border-inline-end-color: rgb(229 229 229 / 0); }
.border-e-neutral-200\/10{ border-inline-end-color: rgb(229 229 229 / 0.1); }
.border-e-neutral-200\/100{ border-inline-end-color: rgb(229 229 229 / 1); }
.border-e-neutral-200\/20{ border-inline-end-color: rgb(229 229 229 / 0.2); }
.border-e-neutral-200\/25{ border-inline-end-color: rgb(229 229 229 / 0.25); }
.border-e-neutral-200\/30{ border-inline-end-color: rgb(229 229 229 / 0.3); }
.border-e-neutral-200\/40{ border-inline-end-color: rgb(229 229 229 / 0.4); }
.border-e-neutral-200\/5{ border-inline-end-color: rgb(229 229 229 / 0.05); }
.border-e-neutral-200\/50{ border-inline-end-color: rgb(229 229 229 / 0.5); }
.border-e-neutral-200\/60{ border-inline-end-color: rgb(229 229 229 / 0.6); }
.border-e-neutral-200\/70{ border-inline-end-color: rgb(229 229 229 / 0.7); }
.border-e-neutral-200\/75{ border-inline-end-color: rgb(229 229 229 / 0.75); }
.border-e-neutral-200\/80{ border-inline-end-color: rgb(229 229 229 / 0.8); }
.border-e-neutral-200\/90{ border-inline-end-color: rgb(229 229 229 / 0.9); }
.border-e-neutral-200\/95{ border-inline-end-color: rgb(229 229 229 / 0.95); }
.border-e-neutral-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-e-neutral-300\/0{ border-inline-end-color: rgb(212 212 212 / 0); }
.border-e-neutral-300\/10{ border-inline-end-color: rgb(212 212 212 / 0.1); }
.border-e-neutral-300\/100{ border-inline-end-color: rgb(212 212 212 / 1); }
.border-e-neutral-300\/20{ border-inline-end-color: rgb(212 212 212 / 0.2); }
.border-e-neutral-300\/25{ border-inline-end-color: rgb(212 212 212 / 0.25); }
.border-e-neutral-300\/30{ border-inline-end-color: rgb(212 212 212 / 0.3); }
.border-e-neutral-300\/40{ border-inline-end-color: rgb(212 212 212 / 0.4); }
.border-e-neutral-300\/5{ border-inline-end-color: rgb(212 212 212 / 0.05); }
.border-e-neutral-300\/50{ border-inline-end-color: rgb(212 212 212 / 0.5); }
.border-e-neutral-300\/60{ border-inline-end-color: rgb(212 212 212 / 0.6); }
.border-e-neutral-300\/70{ border-inline-end-color: rgb(212 212 212 / 0.7); }
.border-e-neutral-300\/75{ border-inline-end-color: rgb(212 212 212 / 0.75); }
.border-e-neutral-300\/80{ border-inline-end-color: rgb(212 212 212 / 0.8); }
.border-e-neutral-300\/90{ border-inline-end-color: rgb(212 212 212 / 0.9); }
.border-e-neutral-300\/95{ border-inline-end-color: rgb(212 212 212 / 0.95); }
.border-e-neutral-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-e-neutral-400\/0{ border-inline-end-color: rgb(163 163 163 / 0); }
.border-e-neutral-400\/10{ border-inline-end-color: rgb(163 163 163 / 0.1); }
.border-e-neutral-400\/100{ border-inline-end-color: rgb(163 163 163 / 1); }
.border-e-neutral-400\/20{ border-inline-end-color: rgb(163 163 163 / 0.2); }
.border-e-neutral-400\/25{ border-inline-end-color: rgb(163 163 163 / 0.25); }
.border-e-neutral-400\/30{ border-inline-end-color: rgb(163 163 163 / 0.3); }
.border-e-neutral-400\/40{ border-inline-end-color: rgb(163 163 163 / 0.4); }
.border-e-neutral-400\/5{ border-inline-end-color: rgb(163 163 163 / 0.05); }
.border-e-neutral-400\/50{ border-inline-end-color: rgb(163 163 163 / 0.5); }
.border-e-neutral-400\/60{ border-inline-end-color: rgb(163 163 163 / 0.6); }
.border-e-neutral-400\/70{ border-inline-end-color: rgb(163 163 163 / 0.7); }
.border-e-neutral-400\/75{ border-inline-end-color: rgb(163 163 163 / 0.75); }
.border-e-neutral-400\/80{ border-inline-end-color: rgb(163 163 163 / 0.8); }
.border-e-neutral-400\/90{ border-inline-end-color: rgb(163 163 163 / 0.9); }
.border-e-neutral-400\/95{ border-inline-end-color: rgb(163 163 163 / 0.95); }
.border-e-neutral-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-e-neutral-50\/0{ border-inline-end-color: rgb(250 250 250 / 0); }
.border-e-neutral-50\/10{ border-inline-end-color: rgb(250 250 250 / 0.1); }
.border-e-neutral-50\/100{ border-inline-end-color: rgb(250 250 250 / 1); }
.border-e-neutral-50\/20{ border-inline-end-color: rgb(250 250 250 / 0.2); }
.border-e-neutral-50\/25{ border-inline-end-color: rgb(250 250 250 / 0.25); }
.border-e-neutral-50\/30{ border-inline-end-color: rgb(250 250 250 / 0.3); }
.border-e-neutral-50\/40{ border-inline-end-color: rgb(250 250 250 / 0.4); }
.border-e-neutral-50\/5{ border-inline-end-color: rgb(250 250 250 / 0.05); }
.border-e-neutral-50\/50{ border-inline-end-color: rgb(250 250 250 / 0.5); }
.border-e-neutral-50\/60{ border-inline-end-color: rgb(250 250 250 / 0.6); }
.border-e-neutral-50\/70{ border-inline-end-color: rgb(250 250 250 / 0.7); }
.border-e-neutral-50\/75{ border-inline-end-color: rgb(250 250 250 / 0.75); }
.border-e-neutral-50\/80{ border-inline-end-color: rgb(250 250 250 / 0.8); }
.border-e-neutral-50\/90{ border-inline-end-color: rgb(250 250 250 / 0.9); }
.border-e-neutral-50\/95{ border-inline-end-color: rgb(250 250 250 / 0.95); }
.border-e-neutral-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-e-neutral-500\/0{ border-inline-end-color: rgb(115 115 115 / 0); }
.border-e-neutral-500\/10{ border-inline-end-color: rgb(115 115 115 / 0.1); }
.border-e-neutral-500\/100{ border-inline-end-color: rgb(115 115 115 / 1); }
.border-e-neutral-500\/20{ border-inline-end-color: rgb(115 115 115 / 0.2); }
.border-e-neutral-500\/25{ border-inline-end-color: rgb(115 115 115 / 0.25); }
.border-e-neutral-500\/30{ border-inline-end-color: rgb(115 115 115 / 0.3); }
.border-e-neutral-500\/40{ border-inline-end-color: rgb(115 115 115 / 0.4); }
.border-e-neutral-500\/5{ border-inline-end-color: rgb(115 115 115 / 0.05); }
.border-e-neutral-500\/50{ border-inline-end-color: rgb(115 115 115 / 0.5); }
.border-e-neutral-500\/60{ border-inline-end-color: rgb(115 115 115 / 0.6); }
.border-e-neutral-500\/70{ border-inline-end-color: rgb(115 115 115 / 0.7); }
.border-e-neutral-500\/75{ border-inline-end-color: rgb(115 115 115 / 0.75); }
.border-e-neutral-500\/80{ border-inline-end-color: rgb(115 115 115 / 0.8); }
.border-e-neutral-500\/90{ border-inline-end-color: rgb(115 115 115 / 0.9); }
.border-e-neutral-500\/95{ border-inline-end-color: rgb(115 115 115 / 0.95); }
.border-e-neutral-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-e-neutral-600\/0{ border-inline-end-color: rgb(82 82 82 / 0); }
.border-e-neutral-600\/10{ border-inline-end-color: rgb(82 82 82 / 0.1); }
.border-e-neutral-600\/100{ border-inline-end-color: rgb(82 82 82 / 1); }
.border-e-neutral-600\/20{ border-inline-end-color: rgb(82 82 82 / 0.2); }
.border-e-neutral-600\/25{ border-inline-end-color: rgb(82 82 82 / 0.25); }
.border-e-neutral-600\/30{ border-inline-end-color: rgb(82 82 82 / 0.3); }
.border-e-neutral-600\/40{ border-inline-end-color: rgb(82 82 82 / 0.4); }
.border-e-neutral-600\/5{ border-inline-end-color: rgb(82 82 82 / 0.05); }
.border-e-neutral-600\/50{ border-inline-end-color: rgb(82 82 82 / 0.5); }
.border-e-neutral-600\/60{ border-inline-end-color: rgb(82 82 82 / 0.6); }
.border-e-neutral-600\/70{ border-inline-end-color: rgb(82 82 82 / 0.7); }
.border-e-neutral-600\/75{ border-inline-end-color: rgb(82 82 82 / 0.75); }
.border-e-neutral-600\/80{ border-inline-end-color: rgb(82 82 82 / 0.8); }
.border-e-neutral-600\/90{ border-inline-end-color: rgb(82 82 82 / 0.9); }
.border-e-neutral-600\/95{ border-inline-end-color: rgb(82 82 82 / 0.95); }
.border-e-neutral-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-e-neutral-700\/0{ border-inline-end-color: rgb(64 64 64 / 0); }
.border-e-neutral-700\/10{ border-inline-end-color: rgb(64 64 64 / 0.1); }
.border-e-neutral-700\/100{ border-inline-end-color: rgb(64 64 64 / 1); }
.border-e-neutral-700\/20{ border-inline-end-color: rgb(64 64 64 / 0.2); }
.border-e-neutral-700\/25{ border-inline-end-color: rgb(64 64 64 / 0.25); }
.border-e-neutral-700\/30{ border-inline-end-color: rgb(64 64 64 / 0.3); }
.border-e-neutral-700\/40{ border-inline-end-color: rgb(64 64 64 / 0.4); }
.border-e-neutral-700\/5{ border-inline-end-color: rgb(64 64 64 / 0.05); }
.border-e-neutral-700\/50{ border-inline-end-color: rgb(64 64 64 / 0.5); }
.border-e-neutral-700\/60{ border-inline-end-color: rgb(64 64 64 / 0.6); }
.border-e-neutral-700\/70{ border-inline-end-color: rgb(64 64 64 / 0.7); }
.border-e-neutral-700\/75{ border-inline-end-color: rgb(64 64 64 / 0.75); }
.border-e-neutral-700\/80{ border-inline-end-color: rgb(64 64 64 / 0.8); }
.border-e-neutral-700\/90{ border-inline-end-color: rgb(64 64 64 / 0.9); }
.border-e-neutral-700\/95{ border-inline-end-color: rgb(64 64 64 / 0.95); }
.border-e-neutral-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-e-neutral-800\/0{ border-inline-end-color: rgb(38 38 38 / 0); }
.border-e-neutral-800\/10{ border-inline-end-color: rgb(38 38 38 / 0.1); }
.border-e-neutral-800\/100{ border-inline-end-color: rgb(38 38 38 / 1); }
.border-e-neutral-800\/20{ border-inline-end-color: rgb(38 38 38 / 0.2); }
.border-e-neutral-800\/25{ border-inline-end-color: rgb(38 38 38 / 0.25); }
.border-e-neutral-800\/30{ border-inline-end-color: rgb(38 38 38 / 0.3); }
.border-e-neutral-800\/40{ border-inline-end-color: rgb(38 38 38 / 0.4); }
.border-e-neutral-800\/5{ border-inline-end-color: rgb(38 38 38 / 0.05); }
.border-e-neutral-800\/50{ border-inline-end-color: rgb(38 38 38 / 0.5); }
.border-e-neutral-800\/60{ border-inline-end-color: rgb(38 38 38 / 0.6); }
.border-e-neutral-800\/70{ border-inline-end-color: rgb(38 38 38 / 0.7); }
.border-e-neutral-800\/75{ border-inline-end-color: rgb(38 38 38 / 0.75); }
.border-e-neutral-800\/80{ border-inline-end-color: rgb(38 38 38 / 0.8); }
.border-e-neutral-800\/90{ border-inline-end-color: rgb(38 38 38 / 0.9); }
.border-e-neutral-800\/95{ border-inline-end-color: rgb(38 38 38 / 0.95); }
.border-e-neutral-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-e-neutral-900\/0{ border-inline-end-color: rgb(23 23 23 / 0); }
.border-e-neutral-900\/10{ border-inline-end-color: rgb(23 23 23 / 0.1); }
.border-e-neutral-900\/100{ border-inline-end-color: rgb(23 23 23 / 1); }
.border-e-neutral-900\/20{ border-inline-end-color: rgb(23 23 23 / 0.2); }
.border-e-neutral-900\/25{ border-inline-end-color: rgb(23 23 23 / 0.25); }
.border-e-neutral-900\/30{ border-inline-end-color: rgb(23 23 23 / 0.3); }
.border-e-neutral-900\/40{ border-inline-end-color: rgb(23 23 23 / 0.4); }
.border-e-neutral-900\/5{ border-inline-end-color: rgb(23 23 23 / 0.05); }
.border-e-neutral-900\/50{ border-inline-end-color: rgb(23 23 23 / 0.5); }
.border-e-neutral-900\/60{ border-inline-end-color: rgb(23 23 23 / 0.6); }
.border-e-neutral-900\/70{ border-inline-end-color: rgb(23 23 23 / 0.7); }
.border-e-neutral-900\/75{ border-inline-end-color: rgb(23 23 23 / 0.75); }
.border-e-neutral-900\/80{ border-inline-end-color: rgb(23 23 23 / 0.8); }
.border-e-neutral-900\/90{ border-inline-end-color: rgb(23 23 23 / 0.9); }
.border-e-neutral-900\/95{ border-inline-end-color: rgb(23 23 23 / 0.95); }
.border-e-neutral-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-e-neutral-950\/0{ border-inline-end-color: rgb(10 10 10 / 0); }
.border-e-neutral-950\/10{ border-inline-end-color: rgb(10 10 10 / 0.1); }
.border-e-neutral-950\/100{ border-inline-end-color: rgb(10 10 10 / 1); }
.border-e-neutral-950\/20{ border-inline-end-color: rgb(10 10 10 / 0.2); }
.border-e-neutral-950\/25{ border-inline-end-color: rgb(10 10 10 / 0.25); }
.border-e-neutral-950\/30{ border-inline-end-color: rgb(10 10 10 / 0.3); }
.border-e-neutral-950\/40{ border-inline-end-color: rgb(10 10 10 / 0.4); }
.border-e-neutral-950\/5{ border-inline-end-color: rgb(10 10 10 / 0.05); }
.border-e-neutral-950\/50{ border-inline-end-color: rgb(10 10 10 / 0.5); }
.border-e-neutral-950\/60{ border-inline-end-color: rgb(10 10 10 / 0.6); }
.border-e-neutral-950\/70{ border-inline-end-color: rgb(10 10 10 / 0.7); }
.border-e-neutral-950\/75{ border-inline-end-color: rgb(10 10 10 / 0.75); }
.border-e-neutral-950\/80{ border-inline-end-color: rgb(10 10 10 / 0.8); }
.border-e-neutral-950\/90{ border-inline-end-color: rgb(10 10 10 / 0.9); }
.border-e-neutral-950\/95{ border-inline-end-color: rgb(10 10 10 / 0.95); }
.border-e-orange-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-e-orange-100\/0{ border-inline-end-color: rgb(255 237 213 / 0); }
.border-e-orange-100\/10{ border-inline-end-color: rgb(255 237 213 / 0.1); }
.border-e-orange-100\/100{ border-inline-end-color: rgb(255 237 213 / 1); }
.border-e-orange-100\/20{ border-inline-end-color: rgb(255 237 213 / 0.2); }
.border-e-orange-100\/25{ border-inline-end-color: rgb(255 237 213 / 0.25); }
.border-e-orange-100\/30{ border-inline-end-color: rgb(255 237 213 / 0.3); }
.border-e-orange-100\/40{ border-inline-end-color: rgb(255 237 213 / 0.4); }
.border-e-orange-100\/5{ border-inline-end-color: rgb(255 237 213 / 0.05); }
.border-e-orange-100\/50{ border-inline-end-color: rgb(255 237 213 / 0.5); }
.border-e-orange-100\/60{ border-inline-end-color: rgb(255 237 213 / 0.6); }
.border-e-orange-100\/70{ border-inline-end-color: rgb(255 237 213 / 0.7); }
.border-e-orange-100\/75{ border-inline-end-color: rgb(255 237 213 / 0.75); }
.border-e-orange-100\/80{ border-inline-end-color: rgb(255 237 213 / 0.8); }
.border-e-orange-100\/90{ border-inline-end-color: rgb(255 237 213 / 0.9); }
.border-e-orange-100\/95{ border-inline-end-color: rgb(255 237 213 / 0.95); }
.border-e-orange-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-e-orange-200\/0{ border-inline-end-color: rgb(254 215 170 / 0); }
.border-e-orange-200\/10{ border-inline-end-color: rgb(254 215 170 / 0.1); }
.border-e-orange-200\/100{ border-inline-end-color: rgb(254 215 170 / 1); }
.border-e-orange-200\/20{ border-inline-end-color: rgb(254 215 170 / 0.2); }
.border-e-orange-200\/25{ border-inline-end-color: rgb(254 215 170 / 0.25); }
.border-e-orange-200\/30{ border-inline-end-color: rgb(254 215 170 / 0.3); }
.border-e-orange-200\/40{ border-inline-end-color: rgb(254 215 170 / 0.4); }
.border-e-orange-200\/5{ border-inline-end-color: rgb(254 215 170 / 0.05); }
.border-e-orange-200\/50{ border-inline-end-color: rgb(254 215 170 / 0.5); }
.border-e-orange-200\/60{ border-inline-end-color: rgb(254 215 170 / 0.6); }
.border-e-orange-200\/70{ border-inline-end-color: rgb(254 215 170 / 0.7); }
.border-e-orange-200\/75{ border-inline-end-color: rgb(254 215 170 / 0.75); }
.border-e-orange-200\/80{ border-inline-end-color: rgb(254 215 170 / 0.8); }
.border-e-orange-200\/90{ border-inline-end-color: rgb(254 215 170 / 0.9); }
.border-e-orange-200\/95{ border-inline-end-color: rgb(254 215 170 / 0.95); }
.border-e-orange-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-e-orange-300\/0{ border-inline-end-color: rgb(253 186 116 / 0); }
.border-e-orange-300\/10{ border-inline-end-color: rgb(253 186 116 / 0.1); }
.border-e-orange-300\/100{ border-inline-end-color: rgb(253 186 116 / 1); }
.border-e-orange-300\/20{ border-inline-end-color: rgb(253 186 116 / 0.2); }
.border-e-orange-300\/25{ border-inline-end-color: rgb(253 186 116 / 0.25); }
.border-e-orange-300\/30{ border-inline-end-color: rgb(253 186 116 / 0.3); }
.border-e-orange-300\/40{ border-inline-end-color: rgb(253 186 116 / 0.4); }
.border-e-orange-300\/5{ border-inline-end-color: rgb(253 186 116 / 0.05); }
.border-e-orange-300\/50{ border-inline-end-color: rgb(253 186 116 / 0.5); }
.border-e-orange-300\/60{ border-inline-end-color: rgb(253 186 116 / 0.6); }
.border-e-orange-300\/70{ border-inline-end-color: rgb(253 186 116 / 0.7); }
.border-e-orange-300\/75{ border-inline-end-color: rgb(253 186 116 / 0.75); }
.border-e-orange-300\/80{ border-inline-end-color: rgb(253 186 116 / 0.8); }
.border-e-orange-300\/90{ border-inline-end-color: rgb(253 186 116 / 0.9); }
.border-e-orange-300\/95{ border-inline-end-color: rgb(253 186 116 / 0.95); }
.border-e-orange-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-e-orange-400\/0{ border-inline-end-color: rgb(251 146 60 / 0); }
.border-e-orange-400\/10{ border-inline-end-color: rgb(251 146 60 / 0.1); }
.border-e-orange-400\/100{ border-inline-end-color: rgb(251 146 60 / 1); }
.border-e-orange-400\/20{ border-inline-end-color: rgb(251 146 60 / 0.2); }
.border-e-orange-400\/25{ border-inline-end-color: rgb(251 146 60 / 0.25); }
.border-e-orange-400\/30{ border-inline-end-color: rgb(251 146 60 / 0.3); }
.border-e-orange-400\/40{ border-inline-end-color: rgb(251 146 60 / 0.4); }
.border-e-orange-400\/5{ border-inline-end-color: rgb(251 146 60 / 0.05); }
.border-e-orange-400\/50{ border-inline-end-color: rgb(251 146 60 / 0.5); }
.border-e-orange-400\/60{ border-inline-end-color: rgb(251 146 60 / 0.6); }
.border-e-orange-400\/70{ border-inline-end-color: rgb(251 146 60 / 0.7); }
.border-e-orange-400\/75{ border-inline-end-color: rgb(251 146 60 / 0.75); }
.border-e-orange-400\/80{ border-inline-end-color: rgb(251 146 60 / 0.8); }
.border-e-orange-400\/90{ border-inline-end-color: rgb(251 146 60 / 0.9); }
.border-e-orange-400\/95{ border-inline-end-color: rgb(251 146 60 / 0.95); }
.border-e-orange-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-e-orange-50\/0{ border-inline-end-color: rgb(255 247 237 / 0); }
.border-e-orange-50\/10{ border-inline-end-color: rgb(255 247 237 / 0.1); }
.border-e-orange-50\/100{ border-inline-end-color: rgb(255 247 237 / 1); }
.border-e-orange-50\/20{ border-inline-end-color: rgb(255 247 237 / 0.2); }
.border-e-orange-50\/25{ border-inline-end-color: rgb(255 247 237 / 0.25); }
.border-e-orange-50\/30{ border-inline-end-color: rgb(255 247 237 / 0.3); }
.border-e-orange-50\/40{ border-inline-end-color: rgb(255 247 237 / 0.4); }
.border-e-orange-50\/5{ border-inline-end-color: rgb(255 247 237 / 0.05); }
.border-e-orange-50\/50{ border-inline-end-color: rgb(255 247 237 / 0.5); }
.border-e-orange-50\/60{ border-inline-end-color: rgb(255 247 237 / 0.6); }
.border-e-orange-50\/70{ border-inline-end-color: rgb(255 247 237 / 0.7); }
.border-e-orange-50\/75{ border-inline-end-color: rgb(255 247 237 / 0.75); }
.border-e-orange-50\/80{ border-inline-end-color: rgb(255 247 237 / 0.8); }
.border-e-orange-50\/90{ border-inline-end-color: rgb(255 247 237 / 0.9); }
.border-e-orange-50\/95{ border-inline-end-color: rgb(255 247 237 / 0.95); }
.border-e-orange-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-e-orange-500\/0{ border-inline-end-color: rgb(249 115 22 / 0); }
.border-e-orange-500\/10{ border-inline-end-color: rgb(249 115 22 / 0.1); }
.border-e-orange-500\/100{ border-inline-end-color: rgb(249 115 22 / 1); }
.border-e-orange-500\/20{ border-inline-end-color: rgb(249 115 22 / 0.2); }
.border-e-orange-500\/25{ border-inline-end-color: rgb(249 115 22 / 0.25); }
.border-e-orange-500\/30{ border-inline-end-color: rgb(249 115 22 / 0.3); }
.border-e-orange-500\/40{ border-inline-end-color: rgb(249 115 22 / 0.4); }
.border-e-orange-500\/5{ border-inline-end-color: rgb(249 115 22 / 0.05); }
.border-e-orange-500\/50{ border-inline-end-color: rgb(249 115 22 / 0.5); }
.border-e-orange-500\/60{ border-inline-end-color: rgb(249 115 22 / 0.6); }
.border-e-orange-500\/70{ border-inline-end-color: rgb(249 115 22 / 0.7); }
.border-e-orange-500\/75{ border-inline-end-color: rgb(249 115 22 / 0.75); }
.border-e-orange-500\/80{ border-inline-end-color: rgb(249 115 22 / 0.8); }
.border-e-orange-500\/90{ border-inline-end-color: rgb(249 115 22 / 0.9); }
.border-e-orange-500\/95{ border-inline-end-color: rgb(249 115 22 / 0.95); }
.border-e-orange-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-e-orange-600\/0{ border-inline-end-color: rgb(234 88 12 / 0); }
.border-e-orange-600\/10{ border-inline-end-color: rgb(234 88 12 / 0.1); }
.border-e-orange-600\/100{ border-inline-end-color: rgb(234 88 12 / 1); }
.border-e-orange-600\/20{ border-inline-end-color: rgb(234 88 12 / 0.2); }
.border-e-orange-600\/25{ border-inline-end-color: rgb(234 88 12 / 0.25); }
.border-e-orange-600\/30{ border-inline-end-color: rgb(234 88 12 / 0.3); }
.border-e-orange-600\/40{ border-inline-end-color: rgb(234 88 12 / 0.4); }
.border-e-orange-600\/5{ border-inline-end-color: rgb(234 88 12 / 0.05); }
.border-e-orange-600\/50{ border-inline-end-color: rgb(234 88 12 / 0.5); }
.border-e-orange-600\/60{ border-inline-end-color: rgb(234 88 12 / 0.6); }
.border-e-orange-600\/70{ border-inline-end-color: rgb(234 88 12 / 0.7); }
.border-e-orange-600\/75{ border-inline-end-color: rgb(234 88 12 / 0.75); }
.border-e-orange-600\/80{ border-inline-end-color: rgb(234 88 12 / 0.8); }
.border-e-orange-600\/90{ border-inline-end-color: rgb(234 88 12 / 0.9); }
.border-e-orange-600\/95{ border-inline-end-color: rgb(234 88 12 / 0.95); }
.border-e-orange-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-e-orange-700\/0{ border-inline-end-color: rgb(194 65 12 / 0); }
.border-e-orange-700\/10{ border-inline-end-color: rgb(194 65 12 / 0.1); }
.border-e-orange-700\/100{ border-inline-end-color: rgb(194 65 12 / 1); }
.border-e-orange-700\/20{ border-inline-end-color: rgb(194 65 12 / 0.2); }
.border-e-orange-700\/25{ border-inline-end-color: rgb(194 65 12 / 0.25); }
.border-e-orange-700\/30{ border-inline-end-color: rgb(194 65 12 / 0.3); }
.border-e-orange-700\/40{ border-inline-end-color: rgb(194 65 12 / 0.4); }
.border-e-orange-700\/5{ border-inline-end-color: rgb(194 65 12 / 0.05); }
.border-e-orange-700\/50{ border-inline-end-color: rgb(194 65 12 / 0.5); }
.border-e-orange-700\/60{ border-inline-end-color: rgb(194 65 12 / 0.6); }
.border-e-orange-700\/70{ border-inline-end-color: rgb(194 65 12 / 0.7); }
.border-e-orange-700\/75{ border-inline-end-color: rgb(194 65 12 / 0.75); }
.border-e-orange-700\/80{ border-inline-end-color: rgb(194 65 12 / 0.8); }
.border-e-orange-700\/90{ border-inline-end-color: rgb(194 65 12 / 0.9); }
.border-e-orange-700\/95{ border-inline-end-color: rgb(194 65 12 / 0.95); }
.border-e-orange-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-e-orange-800\/0{ border-inline-end-color: rgb(154 52 18 / 0); }
.border-e-orange-800\/10{ border-inline-end-color: rgb(154 52 18 / 0.1); }
.border-e-orange-800\/100{ border-inline-end-color: rgb(154 52 18 / 1); }
.border-e-orange-800\/20{ border-inline-end-color: rgb(154 52 18 / 0.2); }
.border-e-orange-800\/25{ border-inline-end-color: rgb(154 52 18 / 0.25); }
.border-e-orange-800\/30{ border-inline-end-color: rgb(154 52 18 / 0.3); }
.border-e-orange-800\/40{ border-inline-end-color: rgb(154 52 18 / 0.4); }
.border-e-orange-800\/5{ border-inline-end-color: rgb(154 52 18 / 0.05); }
.border-e-orange-800\/50{ border-inline-end-color: rgb(154 52 18 / 0.5); }
.border-e-orange-800\/60{ border-inline-end-color: rgb(154 52 18 / 0.6); }
.border-e-orange-800\/70{ border-inline-end-color: rgb(154 52 18 / 0.7); }
.border-e-orange-800\/75{ border-inline-end-color: rgb(154 52 18 / 0.75); }
.border-e-orange-800\/80{ border-inline-end-color: rgb(154 52 18 / 0.8); }
.border-e-orange-800\/90{ border-inline-end-color: rgb(154 52 18 / 0.9); }
.border-e-orange-800\/95{ border-inline-end-color: rgb(154 52 18 / 0.95); }
.border-e-orange-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-e-orange-900\/0{ border-inline-end-color: rgb(124 45 18 / 0); }
.border-e-orange-900\/10{ border-inline-end-color: rgb(124 45 18 / 0.1); }
.border-e-orange-900\/100{ border-inline-end-color: rgb(124 45 18 / 1); }
.border-e-orange-900\/20{ border-inline-end-color: rgb(124 45 18 / 0.2); }
.border-e-orange-900\/25{ border-inline-end-color: rgb(124 45 18 / 0.25); }
.border-e-orange-900\/30{ border-inline-end-color: rgb(124 45 18 / 0.3); }
.border-e-orange-900\/40{ border-inline-end-color: rgb(124 45 18 / 0.4); }
.border-e-orange-900\/5{ border-inline-end-color: rgb(124 45 18 / 0.05); }
.border-e-orange-900\/50{ border-inline-end-color: rgb(124 45 18 / 0.5); }
.border-e-orange-900\/60{ border-inline-end-color: rgb(124 45 18 / 0.6); }
.border-e-orange-900\/70{ border-inline-end-color: rgb(124 45 18 / 0.7); }
.border-e-orange-900\/75{ border-inline-end-color: rgb(124 45 18 / 0.75); }
.border-e-orange-900\/80{ border-inline-end-color: rgb(124 45 18 / 0.8); }
.border-e-orange-900\/90{ border-inline-end-color: rgb(124 45 18 / 0.9); }
.border-e-orange-900\/95{ border-inline-end-color: rgb(124 45 18 / 0.95); }
.border-e-orange-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-e-orange-950\/0{ border-inline-end-color: rgb(67 20 7 / 0); }
.border-e-orange-950\/10{ border-inline-end-color: rgb(67 20 7 / 0.1); }
.border-e-orange-950\/100{ border-inline-end-color: rgb(67 20 7 / 1); }
.border-e-orange-950\/20{ border-inline-end-color: rgb(67 20 7 / 0.2); }
.border-e-orange-950\/25{ border-inline-end-color: rgb(67 20 7 / 0.25); }
.border-e-orange-950\/30{ border-inline-end-color: rgb(67 20 7 / 0.3); }
.border-e-orange-950\/40{ border-inline-end-color: rgb(67 20 7 / 0.4); }
.border-e-orange-950\/5{ border-inline-end-color: rgb(67 20 7 / 0.05); }
.border-e-orange-950\/50{ border-inline-end-color: rgb(67 20 7 / 0.5); }
.border-e-orange-950\/60{ border-inline-end-color: rgb(67 20 7 / 0.6); }
.border-e-orange-950\/70{ border-inline-end-color: rgb(67 20 7 / 0.7); }
.border-e-orange-950\/75{ border-inline-end-color: rgb(67 20 7 / 0.75); }
.border-e-orange-950\/80{ border-inline-end-color: rgb(67 20 7 / 0.8); }
.border-e-orange-950\/90{ border-inline-end-color: rgb(67 20 7 / 0.9); }
.border-e-orange-950\/95{ border-inline-end-color: rgb(67 20 7 / 0.95); }
.border-e-pink-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-e-pink-100\/0{ border-inline-end-color: rgb(252 231 243 / 0); }
.border-e-pink-100\/10{ border-inline-end-color: rgb(252 231 243 / 0.1); }
.border-e-pink-100\/100{ border-inline-end-color: rgb(252 231 243 / 1); }
.border-e-pink-100\/20{ border-inline-end-color: rgb(252 231 243 / 0.2); }
.border-e-pink-100\/25{ border-inline-end-color: rgb(252 231 243 / 0.25); }
.border-e-pink-100\/30{ border-inline-end-color: rgb(252 231 243 / 0.3); }
.border-e-pink-100\/40{ border-inline-end-color: rgb(252 231 243 / 0.4); }
.border-e-pink-100\/5{ border-inline-end-color: rgb(252 231 243 / 0.05); }
.border-e-pink-100\/50{ border-inline-end-color: rgb(252 231 243 / 0.5); }
.border-e-pink-100\/60{ border-inline-end-color: rgb(252 231 243 / 0.6); }
.border-e-pink-100\/70{ border-inline-end-color: rgb(252 231 243 / 0.7); }
.border-e-pink-100\/75{ border-inline-end-color: rgb(252 231 243 / 0.75); }
.border-e-pink-100\/80{ border-inline-end-color: rgb(252 231 243 / 0.8); }
.border-e-pink-100\/90{ border-inline-end-color: rgb(252 231 243 / 0.9); }
.border-e-pink-100\/95{ border-inline-end-color: rgb(252 231 243 / 0.95); }
.border-e-pink-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-e-pink-200\/0{ border-inline-end-color: rgb(251 207 232 / 0); }
.border-e-pink-200\/10{ border-inline-end-color: rgb(251 207 232 / 0.1); }
.border-e-pink-200\/100{ border-inline-end-color: rgb(251 207 232 / 1); }
.border-e-pink-200\/20{ border-inline-end-color: rgb(251 207 232 / 0.2); }
.border-e-pink-200\/25{ border-inline-end-color: rgb(251 207 232 / 0.25); }
.border-e-pink-200\/30{ border-inline-end-color: rgb(251 207 232 / 0.3); }
.border-e-pink-200\/40{ border-inline-end-color: rgb(251 207 232 / 0.4); }
.border-e-pink-200\/5{ border-inline-end-color: rgb(251 207 232 / 0.05); }
.border-e-pink-200\/50{ border-inline-end-color: rgb(251 207 232 / 0.5); }
.border-e-pink-200\/60{ border-inline-end-color: rgb(251 207 232 / 0.6); }
.border-e-pink-200\/70{ border-inline-end-color: rgb(251 207 232 / 0.7); }
.border-e-pink-200\/75{ border-inline-end-color: rgb(251 207 232 / 0.75); }
.border-e-pink-200\/80{ border-inline-end-color: rgb(251 207 232 / 0.8); }
.border-e-pink-200\/90{ border-inline-end-color: rgb(251 207 232 / 0.9); }
.border-e-pink-200\/95{ border-inline-end-color: rgb(251 207 232 / 0.95); }
.border-e-pink-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-e-pink-300\/0{ border-inline-end-color: rgb(249 168 212 / 0); }
.border-e-pink-300\/10{ border-inline-end-color: rgb(249 168 212 / 0.1); }
.border-e-pink-300\/100{ border-inline-end-color: rgb(249 168 212 / 1); }
.border-e-pink-300\/20{ border-inline-end-color: rgb(249 168 212 / 0.2); }
.border-e-pink-300\/25{ border-inline-end-color: rgb(249 168 212 / 0.25); }
.border-e-pink-300\/30{ border-inline-end-color: rgb(249 168 212 / 0.3); }
.border-e-pink-300\/40{ border-inline-end-color: rgb(249 168 212 / 0.4); }
.border-e-pink-300\/5{ border-inline-end-color: rgb(249 168 212 / 0.05); }
.border-e-pink-300\/50{ border-inline-end-color: rgb(249 168 212 / 0.5); }
.border-e-pink-300\/60{ border-inline-end-color: rgb(249 168 212 / 0.6); }
.border-e-pink-300\/70{ border-inline-end-color: rgb(249 168 212 / 0.7); }
.border-e-pink-300\/75{ border-inline-end-color: rgb(249 168 212 / 0.75); }
.border-e-pink-300\/80{ border-inline-end-color: rgb(249 168 212 / 0.8); }
.border-e-pink-300\/90{ border-inline-end-color: rgb(249 168 212 / 0.9); }
.border-e-pink-300\/95{ border-inline-end-color: rgb(249 168 212 / 0.95); }
.border-e-pink-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-e-pink-400\/0{ border-inline-end-color: rgb(244 114 182 / 0); }
.border-e-pink-400\/10{ border-inline-end-color: rgb(244 114 182 / 0.1); }
.border-e-pink-400\/100{ border-inline-end-color: rgb(244 114 182 / 1); }
.border-e-pink-400\/20{ border-inline-end-color: rgb(244 114 182 / 0.2); }
.border-e-pink-400\/25{ border-inline-end-color: rgb(244 114 182 / 0.25); }
.border-e-pink-400\/30{ border-inline-end-color: rgb(244 114 182 / 0.3); }
.border-e-pink-400\/40{ border-inline-end-color: rgb(244 114 182 / 0.4); }
.border-e-pink-400\/5{ border-inline-end-color: rgb(244 114 182 / 0.05); }
.border-e-pink-400\/50{ border-inline-end-color: rgb(244 114 182 / 0.5); }
.border-e-pink-400\/60{ border-inline-end-color: rgb(244 114 182 / 0.6); }
.border-e-pink-400\/70{ border-inline-end-color: rgb(244 114 182 / 0.7); }
.border-e-pink-400\/75{ border-inline-end-color: rgb(244 114 182 / 0.75); }
.border-e-pink-400\/80{ border-inline-end-color: rgb(244 114 182 / 0.8); }
.border-e-pink-400\/90{ border-inline-end-color: rgb(244 114 182 / 0.9); }
.border-e-pink-400\/95{ border-inline-end-color: rgb(244 114 182 / 0.95); }
.border-e-pink-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-e-pink-50\/0{ border-inline-end-color: rgb(253 242 248 / 0); }
.border-e-pink-50\/10{ border-inline-end-color: rgb(253 242 248 / 0.1); }
.border-e-pink-50\/100{ border-inline-end-color: rgb(253 242 248 / 1); }
.border-e-pink-50\/20{ border-inline-end-color: rgb(253 242 248 / 0.2); }
.border-e-pink-50\/25{ border-inline-end-color: rgb(253 242 248 / 0.25); }
.border-e-pink-50\/30{ border-inline-end-color: rgb(253 242 248 / 0.3); }
.border-e-pink-50\/40{ border-inline-end-color: rgb(253 242 248 / 0.4); }
.border-e-pink-50\/5{ border-inline-end-color: rgb(253 242 248 / 0.05); }
.border-e-pink-50\/50{ border-inline-end-color: rgb(253 242 248 / 0.5); }
.border-e-pink-50\/60{ border-inline-end-color: rgb(253 242 248 / 0.6); }
.border-e-pink-50\/70{ border-inline-end-color: rgb(253 242 248 / 0.7); }
.border-e-pink-50\/75{ border-inline-end-color: rgb(253 242 248 / 0.75); }
.border-e-pink-50\/80{ border-inline-end-color: rgb(253 242 248 / 0.8); }
.border-e-pink-50\/90{ border-inline-end-color: rgb(253 242 248 / 0.9); }
.border-e-pink-50\/95{ border-inline-end-color: rgb(253 242 248 / 0.95); }
.border-e-pink-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-e-pink-500\/0{ border-inline-end-color: rgb(236 72 153 / 0); }
.border-e-pink-500\/10{ border-inline-end-color: rgb(236 72 153 / 0.1); }
.border-e-pink-500\/100{ border-inline-end-color: rgb(236 72 153 / 1); }
.border-e-pink-500\/20{ border-inline-end-color: rgb(236 72 153 / 0.2); }
.border-e-pink-500\/25{ border-inline-end-color: rgb(236 72 153 / 0.25); }
.border-e-pink-500\/30{ border-inline-end-color: rgb(236 72 153 / 0.3); }
.border-e-pink-500\/40{ border-inline-end-color: rgb(236 72 153 / 0.4); }
.border-e-pink-500\/5{ border-inline-end-color: rgb(236 72 153 / 0.05); }
.border-e-pink-500\/50{ border-inline-end-color: rgb(236 72 153 / 0.5); }
.border-e-pink-500\/60{ border-inline-end-color: rgb(236 72 153 / 0.6); }
.border-e-pink-500\/70{ border-inline-end-color: rgb(236 72 153 / 0.7); }
.border-e-pink-500\/75{ border-inline-end-color: rgb(236 72 153 / 0.75); }
.border-e-pink-500\/80{ border-inline-end-color: rgb(236 72 153 / 0.8); }
.border-e-pink-500\/90{ border-inline-end-color: rgb(236 72 153 / 0.9); }
.border-e-pink-500\/95{ border-inline-end-color: rgb(236 72 153 / 0.95); }
.border-e-pink-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-e-pink-600\/0{ border-inline-end-color: rgb(219 39 119 / 0); }
.border-e-pink-600\/10{ border-inline-end-color: rgb(219 39 119 / 0.1); }
.border-e-pink-600\/100{ border-inline-end-color: rgb(219 39 119 / 1); }
.border-e-pink-600\/20{ border-inline-end-color: rgb(219 39 119 / 0.2); }
.border-e-pink-600\/25{ border-inline-end-color: rgb(219 39 119 / 0.25); }
.border-e-pink-600\/30{ border-inline-end-color: rgb(219 39 119 / 0.3); }
.border-e-pink-600\/40{ border-inline-end-color: rgb(219 39 119 / 0.4); }
.border-e-pink-600\/5{ border-inline-end-color: rgb(219 39 119 / 0.05); }
.border-e-pink-600\/50{ border-inline-end-color: rgb(219 39 119 / 0.5); }
.border-e-pink-600\/60{ border-inline-end-color: rgb(219 39 119 / 0.6); }
.border-e-pink-600\/70{ border-inline-end-color: rgb(219 39 119 / 0.7); }
.border-e-pink-600\/75{ border-inline-end-color: rgb(219 39 119 / 0.75); }
.border-e-pink-600\/80{ border-inline-end-color: rgb(219 39 119 / 0.8); }
.border-e-pink-600\/90{ border-inline-end-color: rgb(219 39 119 / 0.9); }
.border-e-pink-600\/95{ border-inline-end-color: rgb(219 39 119 / 0.95); }
.border-e-pink-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-e-pink-700\/0{ border-inline-end-color: rgb(190 24 93 / 0); }
.border-e-pink-700\/10{ border-inline-end-color: rgb(190 24 93 / 0.1); }
.border-e-pink-700\/100{ border-inline-end-color: rgb(190 24 93 / 1); }
.border-e-pink-700\/20{ border-inline-end-color: rgb(190 24 93 / 0.2); }
.border-e-pink-700\/25{ border-inline-end-color: rgb(190 24 93 / 0.25); }
.border-e-pink-700\/30{ border-inline-end-color: rgb(190 24 93 / 0.3); }
.border-e-pink-700\/40{ border-inline-end-color: rgb(190 24 93 / 0.4); }
.border-e-pink-700\/5{ border-inline-end-color: rgb(190 24 93 / 0.05); }
.border-e-pink-700\/50{ border-inline-end-color: rgb(190 24 93 / 0.5); }
.border-e-pink-700\/60{ border-inline-end-color: rgb(190 24 93 / 0.6); }
.border-e-pink-700\/70{ border-inline-end-color: rgb(190 24 93 / 0.7); }
.border-e-pink-700\/75{ border-inline-end-color: rgb(190 24 93 / 0.75); }
.border-e-pink-700\/80{ border-inline-end-color: rgb(190 24 93 / 0.8); }
.border-e-pink-700\/90{ border-inline-end-color: rgb(190 24 93 / 0.9); }
.border-e-pink-700\/95{ border-inline-end-color: rgb(190 24 93 / 0.95); }
.border-e-pink-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-e-pink-800\/0{ border-inline-end-color: rgb(157 23 77 / 0); }
.border-e-pink-800\/10{ border-inline-end-color: rgb(157 23 77 / 0.1); }
.border-e-pink-800\/100{ border-inline-end-color: rgb(157 23 77 / 1); }
.border-e-pink-800\/20{ border-inline-end-color: rgb(157 23 77 / 0.2); }
.border-e-pink-800\/25{ border-inline-end-color: rgb(157 23 77 / 0.25); }
.border-e-pink-800\/30{ border-inline-end-color: rgb(157 23 77 / 0.3); }
.border-e-pink-800\/40{ border-inline-end-color: rgb(157 23 77 / 0.4); }
.border-e-pink-800\/5{ border-inline-end-color: rgb(157 23 77 / 0.05); }
.border-e-pink-800\/50{ border-inline-end-color: rgb(157 23 77 / 0.5); }
.border-e-pink-800\/60{ border-inline-end-color: rgb(157 23 77 / 0.6); }
.border-e-pink-800\/70{ border-inline-end-color: rgb(157 23 77 / 0.7); }
.border-e-pink-800\/75{ border-inline-end-color: rgb(157 23 77 / 0.75); }
.border-e-pink-800\/80{ border-inline-end-color: rgb(157 23 77 / 0.8); }
.border-e-pink-800\/90{ border-inline-end-color: rgb(157 23 77 / 0.9); }
.border-e-pink-800\/95{ border-inline-end-color: rgb(157 23 77 / 0.95); }
.border-e-pink-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-e-pink-900\/0{ border-inline-end-color: rgb(131 24 67 / 0); }
.border-e-pink-900\/10{ border-inline-end-color: rgb(131 24 67 / 0.1); }
.border-e-pink-900\/100{ border-inline-end-color: rgb(131 24 67 / 1); }
.border-e-pink-900\/20{ border-inline-end-color: rgb(131 24 67 / 0.2); }
.border-e-pink-900\/25{ border-inline-end-color: rgb(131 24 67 / 0.25); }
.border-e-pink-900\/30{ border-inline-end-color: rgb(131 24 67 / 0.3); }
.border-e-pink-900\/40{ border-inline-end-color: rgb(131 24 67 / 0.4); }
.border-e-pink-900\/5{ border-inline-end-color: rgb(131 24 67 / 0.05); }
.border-e-pink-900\/50{ border-inline-end-color: rgb(131 24 67 / 0.5); }
.border-e-pink-900\/60{ border-inline-end-color: rgb(131 24 67 / 0.6); }
.border-e-pink-900\/70{ border-inline-end-color: rgb(131 24 67 / 0.7); }
.border-e-pink-900\/75{ border-inline-end-color: rgb(131 24 67 / 0.75); }
.border-e-pink-900\/80{ border-inline-end-color: rgb(131 24 67 / 0.8); }
.border-e-pink-900\/90{ border-inline-end-color: rgb(131 24 67 / 0.9); }
.border-e-pink-900\/95{ border-inline-end-color: rgb(131 24 67 / 0.95); }
.border-e-pink-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-e-pink-950\/0{ border-inline-end-color: rgb(80 7 36 / 0); }
.border-e-pink-950\/10{ border-inline-end-color: rgb(80 7 36 / 0.1); }
.border-e-pink-950\/100{ border-inline-end-color: rgb(80 7 36 / 1); }
.border-e-pink-950\/20{ border-inline-end-color: rgb(80 7 36 / 0.2); }
.border-e-pink-950\/25{ border-inline-end-color: rgb(80 7 36 / 0.25); }
.border-e-pink-950\/30{ border-inline-end-color: rgb(80 7 36 / 0.3); }
.border-e-pink-950\/40{ border-inline-end-color: rgb(80 7 36 / 0.4); }
.border-e-pink-950\/5{ border-inline-end-color: rgb(80 7 36 / 0.05); }
.border-e-pink-950\/50{ border-inline-end-color: rgb(80 7 36 / 0.5); }
.border-e-pink-950\/60{ border-inline-end-color: rgb(80 7 36 / 0.6); }
.border-e-pink-950\/70{ border-inline-end-color: rgb(80 7 36 / 0.7); }
.border-e-pink-950\/75{ border-inline-end-color: rgb(80 7 36 / 0.75); }
.border-e-pink-950\/80{ border-inline-end-color: rgb(80 7 36 / 0.8); }
.border-e-pink-950\/90{ border-inline-end-color: rgb(80 7 36 / 0.9); }
.border-e-pink-950\/95{ border-inline-end-color: rgb(80 7 36 / 0.95); }
.border-e-purple-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-e-purple-100\/0{ border-inline-end-color: rgb(243 232 255 / 0); }
.border-e-purple-100\/10{ border-inline-end-color: rgb(243 232 255 / 0.1); }
.border-e-purple-100\/100{ border-inline-end-color: rgb(243 232 255 / 1); }
.border-e-purple-100\/20{ border-inline-end-color: rgb(243 232 255 / 0.2); }
.border-e-purple-100\/25{ border-inline-end-color: rgb(243 232 255 / 0.25); }
.border-e-purple-100\/30{ border-inline-end-color: rgb(243 232 255 / 0.3); }
.border-e-purple-100\/40{ border-inline-end-color: rgb(243 232 255 / 0.4); }
.border-e-purple-100\/5{ border-inline-end-color: rgb(243 232 255 / 0.05); }
.border-e-purple-100\/50{ border-inline-end-color: rgb(243 232 255 / 0.5); }
.border-e-purple-100\/60{ border-inline-end-color: rgb(243 232 255 / 0.6); }
.border-e-purple-100\/70{ border-inline-end-color: rgb(243 232 255 / 0.7); }
.border-e-purple-100\/75{ border-inline-end-color: rgb(243 232 255 / 0.75); }
.border-e-purple-100\/80{ border-inline-end-color: rgb(243 232 255 / 0.8); }
.border-e-purple-100\/90{ border-inline-end-color: rgb(243 232 255 / 0.9); }
.border-e-purple-100\/95{ border-inline-end-color: rgb(243 232 255 / 0.95); }
.border-e-purple-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-e-purple-200\/0{ border-inline-end-color: rgb(233 213 255 / 0); }
.border-e-purple-200\/10{ border-inline-end-color: rgb(233 213 255 / 0.1); }
.border-e-purple-200\/100{ border-inline-end-color: rgb(233 213 255 / 1); }
.border-e-purple-200\/20{ border-inline-end-color: rgb(233 213 255 / 0.2); }
.border-e-purple-200\/25{ border-inline-end-color: rgb(233 213 255 / 0.25); }
.border-e-purple-200\/30{ border-inline-end-color: rgb(233 213 255 / 0.3); }
.border-e-purple-200\/40{ border-inline-end-color: rgb(233 213 255 / 0.4); }
.border-e-purple-200\/5{ border-inline-end-color: rgb(233 213 255 / 0.05); }
.border-e-purple-200\/50{ border-inline-end-color: rgb(233 213 255 / 0.5); }
.border-e-purple-200\/60{ border-inline-end-color: rgb(233 213 255 / 0.6); }
.border-e-purple-200\/70{ border-inline-end-color: rgb(233 213 255 / 0.7); }
.border-e-purple-200\/75{ border-inline-end-color: rgb(233 213 255 / 0.75); }
.border-e-purple-200\/80{ border-inline-end-color: rgb(233 213 255 / 0.8); }
.border-e-purple-200\/90{ border-inline-end-color: rgb(233 213 255 / 0.9); }
.border-e-purple-200\/95{ border-inline-end-color: rgb(233 213 255 / 0.95); }
.border-e-purple-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-e-purple-300\/0{ border-inline-end-color: rgb(216 180 254 / 0); }
.border-e-purple-300\/10{ border-inline-end-color: rgb(216 180 254 / 0.1); }
.border-e-purple-300\/100{ border-inline-end-color: rgb(216 180 254 / 1); }
.border-e-purple-300\/20{ border-inline-end-color: rgb(216 180 254 / 0.2); }
.border-e-purple-300\/25{ border-inline-end-color: rgb(216 180 254 / 0.25); }
.border-e-purple-300\/30{ border-inline-end-color: rgb(216 180 254 / 0.3); }
.border-e-purple-300\/40{ border-inline-end-color: rgb(216 180 254 / 0.4); }
.border-e-purple-300\/5{ border-inline-end-color: rgb(216 180 254 / 0.05); }
.border-e-purple-300\/50{ border-inline-end-color: rgb(216 180 254 / 0.5); }
.border-e-purple-300\/60{ border-inline-end-color: rgb(216 180 254 / 0.6); }
.border-e-purple-300\/70{ border-inline-end-color: rgb(216 180 254 / 0.7); }
.border-e-purple-300\/75{ border-inline-end-color: rgb(216 180 254 / 0.75); }
.border-e-purple-300\/80{ border-inline-end-color: rgb(216 180 254 / 0.8); }
.border-e-purple-300\/90{ border-inline-end-color: rgb(216 180 254 / 0.9); }
.border-e-purple-300\/95{ border-inline-end-color: rgb(216 180 254 / 0.95); }
.border-e-purple-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-e-purple-400\/0{ border-inline-end-color: rgb(192 132 252 / 0); }
.border-e-purple-400\/10{ border-inline-end-color: rgb(192 132 252 / 0.1); }
.border-e-purple-400\/100{ border-inline-end-color: rgb(192 132 252 / 1); }
.border-e-purple-400\/20{ border-inline-end-color: rgb(192 132 252 / 0.2); }
.border-e-purple-400\/25{ border-inline-end-color: rgb(192 132 252 / 0.25); }
.border-e-purple-400\/30{ border-inline-end-color: rgb(192 132 252 / 0.3); }
.border-e-purple-400\/40{ border-inline-end-color: rgb(192 132 252 / 0.4); }
.border-e-purple-400\/5{ border-inline-end-color: rgb(192 132 252 / 0.05); }
.border-e-purple-400\/50{ border-inline-end-color: rgb(192 132 252 / 0.5); }
.border-e-purple-400\/60{ border-inline-end-color: rgb(192 132 252 / 0.6); }
.border-e-purple-400\/70{ border-inline-end-color: rgb(192 132 252 / 0.7); }
.border-e-purple-400\/75{ border-inline-end-color: rgb(192 132 252 / 0.75); }
.border-e-purple-400\/80{ border-inline-end-color: rgb(192 132 252 / 0.8); }
.border-e-purple-400\/90{ border-inline-end-color: rgb(192 132 252 / 0.9); }
.border-e-purple-400\/95{ border-inline-end-color: rgb(192 132 252 / 0.95); }
.border-e-purple-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-e-purple-50\/0{ border-inline-end-color: rgb(250 245 255 / 0); }
.border-e-purple-50\/10{ border-inline-end-color: rgb(250 245 255 / 0.1); }
.border-e-purple-50\/100{ border-inline-end-color: rgb(250 245 255 / 1); }
.border-e-purple-50\/20{ border-inline-end-color: rgb(250 245 255 / 0.2); }
.border-e-purple-50\/25{ border-inline-end-color: rgb(250 245 255 / 0.25); }
.border-e-purple-50\/30{ border-inline-end-color: rgb(250 245 255 / 0.3); }
.border-e-purple-50\/40{ border-inline-end-color: rgb(250 245 255 / 0.4); }
.border-e-purple-50\/5{ border-inline-end-color: rgb(250 245 255 / 0.05); }
.border-e-purple-50\/50{ border-inline-end-color: rgb(250 245 255 / 0.5); }
.border-e-purple-50\/60{ border-inline-end-color: rgb(250 245 255 / 0.6); }
.border-e-purple-50\/70{ border-inline-end-color: rgb(250 245 255 / 0.7); }
.border-e-purple-50\/75{ border-inline-end-color: rgb(250 245 255 / 0.75); }
.border-e-purple-50\/80{ border-inline-end-color: rgb(250 245 255 / 0.8); }
.border-e-purple-50\/90{ border-inline-end-color: rgb(250 245 255 / 0.9); }
.border-e-purple-50\/95{ border-inline-end-color: rgb(250 245 255 / 0.95); }
.border-e-purple-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-e-purple-500\/0{ border-inline-end-color: rgb(168 85 247 / 0); }
.border-e-purple-500\/10{ border-inline-end-color: rgb(168 85 247 / 0.1); }
.border-e-purple-500\/100{ border-inline-end-color: rgb(168 85 247 / 1); }
.border-e-purple-500\/20{ border-inline-end-color: rgb(168 85 247 / 0.2); }
.border-e-purple-500\/25{ border-inline-end-color: rgb(168 85 247 / 0.25); }
.border-e-purple-500\/30{ border-inline-end-color: rgb(168 85 247 / 0.3); }
.border-e-purple-500\/40{ border-inline-end-color: rgb(168 85 247 / 0.4); }
.border-e-purple-500\/5{ border-inline-end-color: rgb(168 85 247 / 0.05); }
.border-e-purple-500\/50{ border-inline-end-color: rgb(168 85 247 / 0.5); }
.border-e-purple-500\/60{ border-inline-end-color: rgb(168 85 247 / 0.6); }
.border-e-purple-500\/70{ border-inline-end-color: rgb(168 85 247 / 0.7); }
.border-e-purple-500\/75{ border-inline-end-color: rgb(168 85 247 / 0.75); }
.border-e-purple-500\/80{ border-inline-end-color: rgb(168 85 247 / 0.8); }
.border-e-purple-500\/90{ border-inline-end-color: rgb(168 85 247 / 0.9); }
.border-e-purple-500\/95{ border-inline-end-color: rgb(168 85 247 / 0.95); }
.border-e-purple-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-e-purple-600\/0{ border-inline-end-color: rgb(147 51 234 / 0); }
.border-e-purple-600\/10{ border-inline-end-color: rgb(147 51 234 / 0.1); }
.border-e-purple-600\/100{ border-inline-end-color: rgb(147 51 234 / 1); }
.border-e-purple-600\/20{ border-inline-end-color: rgb(147 51 234 / 0.2); }
.border-e-purple-600\/25{ border-inline-end-color: rgb(147 51 234 / 0.25); }
.border-e-purple-600\/30{ border-inline-end-color: rgb(147 51 234 / 0.3); }
.border-e-purple-600\/40{ border-inline-end-color: rgb(147 51 234 / 0.4); }
.border-e-purple-600\/5{ border-inline-end-color: rgb(147 51 234 / 0.05); }
.border-e-purple-600\/50{ border-inline-end-color: rgb(147 51 234 / 0.5); }
.border-e-purple-600\/60{ border-inline-end-color: rgb(147 51 234 / 0.6); }
.border-e-purple-600\/70{ border-inline-end-color: rgb(147 51 234 / 0.7); }
.border-e-purple-600\/75{ border-inline-end-color: rgb(147 51 234 / 0.75); }
.border-e-purple-600\/80{ border-inline-end-color: rgb(147 51 234 / 0.8); }
.border-e-purple-600\/90{ border-inline-end-color: rgb(147 51 234 / 0.9); }
.border-e-purple-600\/95{ border-inline-end-color: rgb(147 51 234 / 0.95); }
.border-e-purple-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-e-purple-700\/0{ border-inline-end-color: rgb(126 34 206 / 0); }
.border-e-purple-700\/10{ border-inline-end-color: rgb(126 34 206 / 0.1); }
.border-e-purple-700\/100{ border-inline-end-color: rgb(126 34 206 / 1); }
.border-e-purple-700\/20{ border-inline-end-color: rgb(126 34 206 / 0.2); }
.border-e-purple-700\/25{ border-inline-end-color: rgb(126 34 206 / 0.25); }
.border-e-purple-700\/30{ border-inline-end-color: rgb(126 34 206 / 0.3); }
.border-e-purple-700\/40{ border-inline-end-color: rgb(126 34 206 / 0.4); }
.border-e-purple-700\/5{ border-inline-end-color: rgb(126 34 206 / 0.05); }
.border-e-purple-700\/50{ border-inline-end-color: rgb(126 34 206 / 0.5); }
.border-e-purple-700\/60{ border-inline-end-color: rgb(126 34 206 / 0.6); }
.border-e-purple-700\/70{ border-inline-end-color: rgb(126 34 206 / 0.7); }
.border-e-purple-700\/75{ border-inline-end-color: rgb(126 34 206 / 0.75); }
.border-e-purple-700\/80{ border-inline-end-color: rgb(126 34 206 / 0.8); }
.border-e-purple-700\/90{ border-inline-end-color: rgb(126 34 206 / 0.9); }
.border-e-purple-700\/95{ border-inline-end-color: rgb(126 34 206 / 0.95); }
.border-e-purple-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-e-purple-800\/0{ border-inline-end-color: rgb(107 33 168 / 0); }
.border-e-purple-800\/10{ border-inline-end-color: rgb(107 33 168 / 0.1); }
.border-e-purple-800\/100{ border-inline-end-color: rgb(107 33 168 / 1); }
.border-e-purple-800\/20{ border-inline-end-color: rgb(107 33 168 / 0.2); }
.border-e-purple-800\/25{ border-inline-end-color: rgb(107 33 168 / 0.25); }
.border-e-purple-800\/30{ border-inline-end-color: rgb(107 33 168 / 0.3); }
.border-e-purple-800\/40{ border-inline-end-color: rgb(107 33 168 / 0.4); }
.border-e-purple-800\/5{ border-inline-end-color: rgb(107 33 168 / 0.05); }
.border-e-purple-800\/50{ border-inline-end-color: rgb(107 33 168 / 0.5); }
.border-e-purple-800\/60{ border-inline-end-color: rgb(107 33 168 / 0.6); }
.border-e-purple-800\/70{ border-inline-end-color: rgb(107 33 168 / 0.7); }
.border-e-purple-800\/75{ border-inline-end-color: rgb(107 33 168 / 0.75); }
.border-e-purple-800\/80{ border-inline-end-color: rgb(107 33 168 / 0.8); }
.border-e-purple-800\/90{ border-inline-end-color: rgb(107 33 168 / 0.9); }
.border-e-purple-800\/95{ border-inline-end-color: rgb(107 33 168 / 0.95); }
.border-e-purple-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-e-purple-900\/0{ border-inline-end-color: rgb(88 28 135 / 0); }
.border-e-purple-900\/10{ border-inline-end-color: rgb(88 28 135 / 0.1); }
.border-e-purple-900\/100{ border-inline-end-color: rgb(88 28 135 / 1); }
.border-e-purple-900\/20{ border-inline-end-color: rgb(88 28 135 / 0.2); }
.border-e-purple-900\/25{ border-inline-end-color: rgb(88 28 135 / 0.25); }
.border-e-purple-900\/30{ border-inline-end-color: rgb(88 28 135 / 0.3); }
.border-e-purple-900\/40{ border-inline-end-color: rgb(88 28 135 / 0.4); }
.border-e-purple-900\/5{ border-inline-end-color: rgb(88 28 135 / 0.05); }
.border-e-purple-900\/50{ border-inline-end-color: rgb(88 28 135 / 0.5); }
.border-e-purple-900\/60{ border-inline-end-color: rgb(88 28 135 / 0.6); }
.border-e-purple-900\/70{ border-inline-end-color: rgb(88 28 135 / 0.7); }
.border-e-purple-900\/75{ border-inline-end-color: rgb(88 28 135 / 0.75); }
.border-e-purple-900\/80{ border-inline-end-color: rgb(88 28 135 / 0.8); }
.border-e-purple-900\/90{ border-inline-end-color: rgb(88 28 135 / 0.9); }
.border-e-purple-900\/95{ border-inline-end-color: rgb(88 28 135 / 0.95); }
.border-e-purple-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-e-purple-950\/0{ border-inline-end-color: rgb(59 7 100 / 0); }
.border-e-purple-950\/10{ border-inline-end-color: rgb(59 7 100 / 0.1); }
.border-e-purple-950\/100{ border-inline-end-color: rgb(59 7 100 / 1); }
.border-e-purple-950\/20{ border-inline-end-color: rgb(59 7 100 / 0.2); }
.border-e-purple-950\/25{ border-inline-end-color: rgb(59 7 100 / 0.25); }
.border-e-purple-950\/30{ border-inline-end-color: rgb(59 7 100 / 0.3); }
.border-e-purple-950\/40{ border-inline-end-color: rgb(59 7 100 / 0.4); }
.border-e-purple-950\/5{ border-inline-end-color: rgb(59 7 100 / 0.05); }
.border-e-purple-950\/50{ border-inline-end-color: rgb(59 7 100 / 0.5); }
.border-e-purple-950\/60{ border-inline-end-color: rgb(59 7 100 / 0.6); }
.border-e-purple-950\/70{ border-inline-end-color: rgb(59 7 100 / 0.7); }
.border-e-purple-950\/75{ border-inline-end-color: rgb(59 7 100 / 0.75); }
.border-e-purple-950\/80{ border-inline-end-color: rgb(59 7 100 / 0.8); }
.border-e-purple-950\/90{ border-inline-end-color: rgb(59 7 100 / 0.9); }
.border-e-purple-950\/95{ border-inline-end-color: rgb(59 7 100 / 0.95); }
.border-e-red-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-e-red-100\/0{ border-inline-end-color: rgb(254 226 226 / 0); }
.border-e-red-100\/10{ border-inline-end-color: rgb(254 226 226 / 0.1); }
.border-e-red-100\/100{ border-inline-end-color: rgb(254 226 226 / 1); }
.border-e-red-100\/20{ border-inline-end-color: rgb(254 226 226 / 0.2); }
.border-e-red-100\/25{ border-inline-end-color: rgb(254 226 226 / 0.25); }
.border-e-red-100\/30{ border-inline-end-color: rgb(254 226 226 / 0.3); }
.border-e-red-100\/40{ border-inline-end-color: rgb(254 226 226 / 0.4); }
.border-e-red-100\/5{ border-inline-end-color: rgb(254 226 226 / 0.05); }
.border-e-red-100\/50{ border-inline-end-color: rgb(254 226 226 / 0.5); }
.border-e-red-100\/60{ border-inline-end-color: rgb(254 226 226 / 0.6); }
.border-e-red-100\/70{ border-inline-end-color: rgb(254 226 226 / 0.7); }
.border-e-red-100\/75{ border-inline-end-color: rgb(254 226 226 / 0.75); }
.border-e-red-100\/80{ border-inline-end-color: rgb(254 226 226 / 0.8); }
.border-e-red-100\/90{ border-inline-end-color: rgb(254 226 226 / 0.9); }
.border-e-red-100\/95{ border-inline-end-color: rgb(254 226 226 / 0.95); }
.border-e-red-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-e-red-200\/0{ border-inline-end-color: rgb(254 202 202 / 0); }
.border-e-red-200\/10{ border-inline-end-color: rgb(254 202 202 / 0.1); }
.border-e-red-200\/100{ border-inline-end-color: rgb(254 202 202 / 1); }
.border-e-red-200\/20{ border-inline-end-color: rgb(254 202 202 / 0.2); }
.border-e-red-200\/25{ border-inline-end-color: rgb(254 202 202 / 0.25); }
.border-e-red-200\/30{ border-inline-end-color: rgb(254 202 202 / 0.3); }
.border-e-red-200\/40{ border-inline-end-color: rgb(254 202 202 / 0.4); }
.border-e-red-200\/5{ border-inline-end-color: rgb(254 202 202 / 0.05); }
.border-e-red-200\/50{ border-inline-end-color: rgb(254 202 202 / 0.5); }
.border-e-red-200\/60{ border-inline-end-color: rgb(254 202 202 / 0.6); }
.border-e-red-200\/70{ border-inline-end-color: rgb(254 202 202 / 0.7); }
.border-e-red-200\/75{ border-inline-end-color: rgb(254 202 202 / 0.75); }
.border-e-red-200\/80{ border-inline-end-color: rgb(254 202 202 / 0.8); }
.border-e-red-200\/90{ border-inline-end-color: rgb(254 202 202 / 0.9); }
.border-e-red-200\/95{ border-inline-end-color: rgb(254 202 202 / 0.95); }
.border-e-red-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-e-red-300\/0{ border-inline-end-color: rgb(252 165 165 / 0); }
.border-e-red-300\/10{ border-inline-end-color: rgb(252 165 165 / 0.1); }
.border-e-red-300\/100{ border-inline-end-color: rgb(252 165 165 / 1); }
.border-e-red-300\/20{ border-inline-end-color: rgb(252 165 165 / 0.2); }
.border-e-red-300\/25{ border-inline-end-color: rgb(252 165 165 / 0.25); }
.border-e-red-300\/30{ border-inline-end-color: rgb(252 165 165 / 0.3); }
.border-e-red-300\/40{ border-inline-end-color: rgb(252 165 165 / 0.4); }
.border-e-red-300\/5{ border-inline-end-color: rgb(252 165 165 / 0.05); }
.border-e-red-300\/50{ border-inline-end-color: rgb(252 165 165 / 0.5); }
.border-e-red-300\/60{ border-inline-end-color: rgb(252 165 165 / 0.6); }
.border-e-red-300\/70{ border-inline-end-color: rgb(252 165 165 / 0.7); }
.border-e-red-300\/75{ border-inline-end-color: rgb(252 165 165 / 0.75); }
.border-e-red-300\/80{ border-inline-end-color: rgb(252 165 165 / 0.8); }
.border-e-red-300\/90{ border-inline-end-color: rgb(252 165 165 / 0.9); }
.border-e-red-300\/95{ border-inline-end-color: rgb(252 165 165 / 0.95); }
.border-e-red-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-e-red-400\/0{ border-inline-end-color: rgb(248 113 113 / 0); }
.border-e-red-400\/10{ border-inline-end-color: rgb(248 113 113 / 0.1); }
.border-e-red-400\/100{ border-inline-end-color: rgb(248 113 113 / 1); }
.border-e-red-400\/20{ border-inline-end-color: rgb(248 113 113 / 0.2); }
.border-e-red-400\/25{ border-inline-end-color: rgb(248 113 113 / 0.25); }
.border-e-red-400\/30{ border-inline-end-color: rgb(248 113 113 / 0.3); }
.border-e-red-400\/40{ border-inline-end-color: rgb(248 113 113 / 0.4); }
.border-e-red-400\/5{ border-inline-end-color: rgb(248 113 113 / 0.05); }
.border-e-red-400\/50{ border-inline-end-color: rgb(248 113 113 / 0.5); }
.border-e-red-400\/60{ border-inline-end-color: rgb(248 113 113 / 0.6); }
.border-e-red-400\/70{ border-inline-end-color: rgb(248 113 113 / 0.7); }
.border-e-red-400\/75{ border-inline-end-color: rgb(248 113 113 / 0.75); }
.border-e-red-400\/80{ border-inline-end-color: rgb(248 113 113 / 0.8); }
.border-e-red-400\/90{ border-inline-end-color: rgb(248 113 113 / 0.9); }
.border-e-red-400\/95{ border-inline-end-color: rgb(248 113 113 / 0.95); }
.border-e-red-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-e-red-50\/0{ border-inline-end-color: rgb(254 242 242 / 0); }
.border-e-red-50\/10{ border-inline-end-color: rgb(254 242 242 / 0.1); }
.border-e-red-50\/100{ border-inline-end-color: rgb(254 242 242 / 1); }
.border-e-red-50\/20{ border-inline-end-color: rgb(254 242 242 / 0.2); }
.border-e-red-50\/25{ border-inline-end-color: rgb(254 242 242 / 0.25); }
.border-e-red-50\/30{ border-inline-end-color: rgb(254 242 242 / 0.3); }
.border-e-red-50\/40{ border-inline-end-color: rgb(254 242 242 / 0.4); }
.border-e-red-50\/5{ border-inline-end-color: rgb(254 242 242 / 0.05); }
.border-e-red-50\/50{ border-inline-end-color: rgb(254 242 242 / 0.5); }
.border-e-red-50\/60{ border-inline-end-color: rgb(254 242 242 / 0.6); }
.border-e-red-50\/70{ border-inline-end-color: rgb(254 242 242 / 0.7); }
.border-e-red-50\/75{ border-inline-end-color: rgb(254 242 242 / 0.75); }
.border-e-red-50\/80{ border-inline-end-color: rgb(254 242 242 / 0.8); }
.border-e-red-50\/90{ border-inline-end-color: rgb(254 242 242 / 0.9); }
.border-e-red-50\/95{ border-inline-end-color: rgb(254 242 242 / 0.95); }
.border-e-red-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-e-red-500\/0{ border-inline-end-color: rgb(239 68 68 / 0); }
.border-e-red-500\/10{ border-inline-end-color: rgb(239 68 68 / 0.1); }
.border-e-red-500\/100{ border-inline-end-color: rgb(239 68 68 / 1); }
.border-e-red-500\/20{ border-inline-end-color: rgb(239 68 68 / 0.2); }
.border-e-red-500\/25{ border-inline-end-color: rgb(239 68 68 / 0.25); }
.border-e-red-500\/30{ border-inline-end-color: rgb(239 68 68 / 0.3); }
.border-e-red-500\/40{ border-inline-end-color: rgb(239 68 68 / 0.4); }
.border-e-red-500\/5{ border-inline-end-color: rgb(239 68 68 / 0.05); }
.border-e-red-500\/50{ border-inline-end-color: rgb(239 68 68 / 0.5); }
.border-e-red-500\/60{ border-inline-end-color: rgb(239 68 68 / 0.6); }
.border-e-red-500\/70{ border-inline-end-color: rgb(239 68 68 / 0.7); }
.border-e-red-500\/75{ border-inline-end-color: rgb(239 68 68 / 0.75); }
.border-e-red-500\/80{ border-inline-end-color: rgb(239 68 68 / 0.8); }
.border-e-red-500\/90{ border-inline-end-color: rgb(239 68 68 / 0.9); }
.border-e-red-500\/95{ border-inline-end-color: rgb(239 68 68 / 0.95); }
.border-e-red-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-e-red-600\/0{ border-inline-end-color: rgb(220 38 38 / 0); }
.border-e-red-600\/10{ border-inline-end-color: rgb(220 38 38 / 0.1); }
.border-e-red-600\/100{ border-inline-end-color: rgb(220 38 38 / 1); }
.border-e-red-600\/20{ border-inline-end-color: rgb(220 38 38 / 0.2); }
.border-e-red-600\/25{ border-inline-end-color: rgb(220 38 38 / 0.25); }
.border-e-red-600\/30{ border-inline-end-color: rgb(220 38 38 / 0.3); }
.border-e-red-600\/40{ border-inline-end-color: rgb(220 38 38 / 0.4); }
.border-e-red-600\/5{ border-inline-end-color: rgb(220 38 38 / 0.05); }
.border-e-red-600\/50{ border-inline-end-color: rgb(220 38 38 / 0.5); }
.border-e-red-600\/60{ border-inline-end-color: rgb(220 38 38 / 0.6); }
.border-e-red-600\/70{ border-inline-end-color: rgb(220 38 38 / 0.7); }
.border-e-red-600\/75{ border-inline-end-color: rgb(220 38 38 / 0.75); }
.border-e-red-600\/80{ border-inline-end-color: rgb(220 38 38 / 0.8); }
.border-e-red-600\/90{ border-inline-end-color: rgb(220 38 38 / 0.9); }
.border-e-red-600\/95{ border-inline-end-color: rgb(220 38 38 / 0.95); }
.border-e-red-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-e-red-700\/0{ border-inline-end-color: rgb(185 28 28 / 0); }
.border-e-red-700\/10{ border-inline-end-color: rgb(185 28 28 / 0.1); }
.border-e-red-700\/100{ border-inline-end-color: rgb(185 28 28 / 1); }
.border-e-red-700\/20{ border-inline-end-color: rgb(185 28 28 / 0.2); }
.border-e-red-700\/25{ border-inline-end-color: rgb(185 28 28 / 0.25); }
.border-e-red-700\/30{ border-inline-end-color: rgb(185 28 28 / 0.3); }
.border-e-red-700\/40{ border-inline-end-color: rgb(185 28 28 / 0.4); }
.border-e-red-700\/5{ border-inline-end-color: rgb(185 28 28 / 0.05); }
.border-e-red-700\/50{ border-inline-end-color: rgb(185 28 28 / 0.5); }
.border-e-red-700\/60{ border-inline-end-color: rgb(185 28 28 / 0.6); }
.border-e-red-700\/70{ border-inline-end-color: rgb(185 28 28 / 0.7); }
.border-e-red-700\/75{ border-inline-end-color: rgb(185 28 28 / 0.75); }
.border-e-red-700\/80{ border-inline-end-color: rgb(185 28 28 / 0.8); }
.border-e-red-700\/90{ border-inline-end-color: rgb(185 28 28 / 0.9); }
.border-e-red-700\/95{ border-inline-end-color: rgb(185 28 28 / 0.95); }
.border-e-red-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-e-red-800\/0{ border-inline-end-color: rgb(153 27 27 / 0); }
.border-e-red-800\/10{ border-inline-end-color: rgb(153 27 27 / 0.1); }
.border-e-red-800\/100{ border-inline-end-color: rgb(153 27 27 / 1); }
.border-e-red-800\/20{ border-inline-end-color: rgb(153 27 27 / 0.2); }
.border-e-red-800\/25{ border-inline-end-color: rgb(153 27 27 / 0.25); }
.border-e-red-800\/30{ border-inline-end-color: rgb(153 27 27 / 0.3); }
.border-e-red-800\/40{ border-inline-end-color: rgb(153 27 27 / 0.4); }
.border-e-red-800\/5{ border-inline-end-color: rgb(153 27 27 / 0.05); }
.border-e-red-800\/50{ border-inline-end-color: rgb(153 27 27 / 0.5); }
.border-e-red-800\/60{ border-inline-end-color: rgb(153 27 27 / 0.6); }
.border-e-red-800\/70{ border-inline-end-color: rgb(153 27 27 / 0.7); }
.border-e-red-800\/75{ border-inline-end-color: rgb(153 27 27 / 0.75); }
.border-e-red-800\/80{ border-inline-end-color: rgb(153 27 27 / 0.8); }
.border-e-red-800\/90{ border-inline-end-color: rgb(153 27 27 / 0.9); }
.border-e-red-800\/95{ border-inline-end-color: rgb(153 27 27 / 0.95); }
.border-e-red-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-e-red-900\/0{ border-inline-end-color: rgb(127 29 29 / 0); }
.border-e-red-900\/10{ border-inline-end-color: rgb(127 29 29 / 0.1); }
.border-e-red-900\/100{ border-inline-end-color: rgb(127 29 29 / 1); }
.border-e-red-900\/20{ border-inline-end-color: rgb(127 29 29 / 0.2); }
.border-e-red-900\/25{ border-inline-end-color: rgb(127 29 29 / 0.25); }
.border-e-red-900\/30{ border-inline-end-color: rgb(127 29 29 / 0.3); }
.border-e-red-900\/40{ border-inline-end-color: rgb(127 29 29 / 0.4); }
.border-e-red-900\/5{ border-inline-end-color: rgb(127 29 29 / 0.05); }
.border-e-red-900\/50{ border-inline-end-color: rgb(127 29 29 / 0.5); }
.border-e-red-900\/60{ border-inline-end-color: rgb(127 29 29 / 0.6); }
.border-e-red-900\/70{ border-inline-end-color: rgb(127 29 29 / 0.7); }
.border-e-red-900\/75{ border-inline-end-color: rgb(127 29 29 / 0.75); }
.border-e-red-900\/80{ border-inline-end-color: rgb(127 29 29 / 0.8); }
.border-e-red-900\/90{ border-inline-end-color: rgb(127 29 29 / 0.9); }
.border-e-red-900\/95{ border-inline-end-color: rgb(127 29 29 / 0.95); }
.border-e-red-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-e-red-950\/0{ border-inline-end-color: rgb(69 10 10 / 0); }
.border-e-red-950\/10{ border-inline-end-color: rgb(69 10 10 / 0.1); }
.border-e-red-950\/100{ border-inline-end-color: rgb(69 10 10 / 1); }
.border-e-red-950\/20{ border-inline-end-color: rgb(69 10 10 / 0.2); }
.border-e-red-950\/25{ border-inline-end-color: rgb(69 10 10 / 0.25); }
.border-e-red-950\/30{ border-inline-end-color: rgb(69 10 10 / 0.3); }
.border-e-red-950\/40{ border-inline-end-color: rgb(69 10 10 / 0.4); }
.border-e-red-950\/5{ border-inline-end-color: rgb(69 10 10 / 0.05); }
.border-e-red-950\/50{ border-inline-end-color: rgb(69 10 10 / 0.5); }
.border-e-red-950\/60{ border-inline-end-color: rgb(69 10 10 / 0.6); }
.border-e-red-950\/70{ border-inline-end-color: rgb(69 10 10 / 0.7); }
.border-e-red-950\/75{ border-inline-end-color: rgb(69 10 10 / 0.75); }
.border-e-red-950\/80{ border-inline-end-color: rgb(69 10 10 / 0.8); }
.border-e-red-950\/90{ border-inline-end-color: rgb(69 10 10 / 0.9); }
.border-e-red-950\/95{ border-inline-end-color: rgb(69 10 10 / 0.95); }
.border-e-rose-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-e-rose-100\/0{ border-inline-end-color: rgb(255 228 230 / 0); }
.border-e-rose-100\/10{ border-inline-end-color: rgb(255 228 230 / 0.1); }
.border-e-rose-100\/100{ border-inline-end-color: rgb(255 228 230 / 1); }
.border-e-rose-100\/20{ border-inline-end-color: rgb(255 228 230 / 0.2); }
.border-e-rose-100\/25{ border-inline-end-color: rgb(255 228 230 / 0.25); }
.border-e-rose-100\/30{ border-inline-end-color: rgb(255 228 230 / 0.3); }
.border-e-rose-100\/40{ border-inline-end-color: rgb(255 228 230 / 0.4); }
.border-e-rose-100\/5{ border-inline-end-color: rgb(255 228 230 / 0.05); }
.border-e-rose-100\/50{ border-inline-end-color: rgb(255 228 230 / 0.5); }
.border-e-rose-100\/60{ border-inline-end-color: rgb(255 228 230 / 0.6); }
.border-e-rose-100\/70{ border-inline-end-color: rgb(255 228 230 / 0.7); }
.border-e-rose-100\/75{ border-inline-end-color: rgb(255 228 230 / 0.75); }
.border-e-rose-100\/80{ border-inline-end-color: rgb(255 228 230 / 0.8); }
.border-e-rose-100\/90{ border-inline-end-color: rgb(255 228 230 / 0.9); }
.border-e-rose-100\/95{ border-inline-end-color: rgb(255 228 230 / 0.95); }
.border-e-rose-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-e-rose-200\/0{ border-inline-end-color: rgb(254 205 211 / 0); }
.border-e-rose-200\/10{ border-inline-end-color: rgb(254 205 211 / 0.1); }
.border-e-rose-200\/100{ border-inline-end-color: rgb(254 205 211 / 1); }
.border-e-rose-200\/20{ border-inline-end-color: rgb(254 205 211 / 0.2); }
.border-e-rose-200\/25{ border-inline-end-color: rgb(254 205 211 / 0.25); }
.border-e-rose-200\/30{ border-inline-end-color: rgb(254 205 211 / 0.3); }
.border-e-rose-200\/40{ border-inline-end-color: rgb(254 205 211 / 0.4); }
.border-e-rose-200\/5{ border-inline-end-color: rgb(254 205 211 / 0.05); }
.border-e-rose-200\/50{ border-inline-end-color: rgb(254 205 211 / 0.5); }
.border-e-rose-200\/60{ border-inline-end-color: rgb(254 205 211 / 0.6); }
.border-e-rose-200\/70{ border-inline-end-color: rgb(254 205 211 / 0.7); }
.border-e-rose-200\/75{ border-inline-end-color: rgb(254 205 211 / 0.75); }
.border-e-rose-200\/80{ border-inline-end-color: rgb(254 205 211 / 0.8); }
.border-e-rose-200\/90{ border-inline-end-color: rgb(254 205 211 / 0.9); }
.border-e-rose-200\/95{ border-inline-end-color: rgb(254 205 211 / 0.95); }
.border-e-rose-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-e-rose-300\/0{ border-inline-end-color: rgb(253 164 175 / 0); }
.border-e-rose-300\/10{ border-inline-end-color: rgb(253 164 175 / 0.1); }
.border-e-rose-300\/100{ border-inline-end-color: rgb(253 164 175 / 1); }
.border-e-rose-300\/20{ border-inline-end-color: rgb(253 164 175 / 0.2); }
.border-e-rose-300\/25{ border-inline-end-color: rgb(253 164 175 / 0.25); }
.border-e-rose-300\/30{ border-inline-end-color: rgb(253 164 175 / 0.3); }
.border-e-rose-300\/40{ border-inline-end-color: rgb(253 164 175 / 0.4); }
.border-e-rose-300\/5{ border-inline-end-color: rgb(253 164 175 / 0.05); }
.border-e-rose-300\/50{ border-inline-end-color: rgb(253 164 175 / 0.5); }
.border-e-rose-300\/60{ border-inline-end-color: rgb(253 164 175 / 0.6); }
.border-e-rose-300\/70{ border-inline-end-color: rgb(253 164 175 / 0.7); }
.border-e-rose-300\/75{ border-inline-end-color: rgb(253 164 175 / 0.75); }
.border-e-rose-300\/80{ border-inline-end-color: rgb(253 164 175 / 0.8); }
.border-e-rose-300\/90{ border-inline-end-color: rgb(253 164 175 / 0.9); }
.border-e-rose-300\/95{ border-inline-end-color: rgb(253 164 175 / 0.95); }
.border-e-rose-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-e-rose-400\/0{ border-inline-end-color: rgb(251 113 133 / 0); }
.border-e-rose-400\/10{ border-inline-end-color: rgb(251 113 133 / 0.1); }
.border-e-rose-400\/100{ border-inline-end-color: rgb(251 113 133 / 1); }
.border-e-rose-400\/20{ border-inline-end-color: rgb(251 113 133 / 0.2); }
.border-e-rose-400\/25{ border-inline-end-color: rgb(251 113 133 / 0.25); }
.border-e-rose-400\/30{ border-inline-end-color: rgb(251 113 133 / 0.3); }
.border-e-rose-400\/40{ border-inline-end-color: rgb(251 113 133 / 0.4); }
.border-e-rose-400\/5{ border-inline-end-color: rgb(251 113 133 / 0.05); }
.border-e-rose-400\/50{ border-inline-end-color: rgb(251 113 133 / 0.5); }
.border-e-rose-400\/60{ border-inline-end-color: rgb(251 113 133 / 0.6); }
.border-e-rose-400\/70{ border-inline-end-color: rgb(251 113 133 / 0.7); }
.border-e-rose-400\/75{ border-inline-end-color: rgb(251 113 133 / 0.75); }
.border-e-rose-400\/80{ border-inline-end-color: rgb(251 113 133 / 0.8); }
.border-e-rose-400\/90{ border-inline-end-color: rgb(251 113 133 / 0.9); }
.border-e-rose-400\/95{ border-inline-end-color: rgb(251 113 133 / 0.95); }
.border-e-rose-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-e-rose-50\/0{ border-inline-end-color: rgb(255 241 242 / 0); }
.border-e-rose-50\/10{ border-inline-end-color: rgb(255 241 242 / 0.1); }
.border-e-rose-50\/100{ border-inline-end-color: rgb(255 241 242 / 1); }
.border-e-rose-50\/20{ border-inline-end-color: rgb(255 241 242 / 0.2); }
.border-e-rose-50\/25{ border-inline-end-color: rgb(255 241 242 / 0.25); }
.border-e-rose-50\/30{ border-inline-end-color: rgb(255 241 242 / 0.3); }
.border-e-rose-50\/40{ border-inline-end-color: rgb(255 241 242 / 0.4); }
.border-e-rose-50\/5{ border-inline-end-color: rgb(255 241 242 / 0.05); }
.border-e-rose-50\/50{ border-inline-end-color: rgb(255 241 242 / 0.5); }
.border-e-rose-50\/60{ border-inline-end-color: rgb(255 241 242 / 0.6); }
.border-e-rose-50\/70{ border-inline-end-color: rgb(255 241 242 / 0.7); }
.border-e-rose-50\/75{ border-inline-end-color: rgb(255 241 242 / 0.75); }
.border-e-rose-50\/80{ border-inline-end-color: rgb(255 241 242 / 0.8); }
.border-e-rose-50\/90{ border-inline-end-color: rgb(255 241 242 / 0.9); }
.border-e-rose-50\/95{ border-inline-end-color: rgb(255 241 242 / 0.95); }
.border-e-rose-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-e-rose-500\/0{ border-inline-end-color: rgb(244 63 94 / 0); }
.border-e-rose-500\/10{ border-inline-end-color: rgb(244 63 94 / 0.1); }
.border-e-rose-500\/100{ border-inline-end-color: rgb(244 63 94 / 1); }
.border-e-rose-500\/20{ border-inline-end-color: rgb(244 63 94 / 0.2); }
.border-e-rose-500\/25{ border-inline-end-color: rgb(244 63 94 / 0.25); }
.border-e-rose-500\/30{ border-inline-end-color: rgb(244 63 94 / 0.3); }
.border-e-rose-500\/40{ border-inline-end-color: rgb(244 63 94 / 0.4); }
.border-e-rose-500\/5{ border-inline-end-color: rgb(244 63 94 / 0.05); }
.border-e-rose-500\/50{ border-inline-end-color: rgb(244 63 94 / 0.5); }
.border-e-rose-500\/60{ border-inline-end-color: rgb(244 63 94 / 0.6); }
.border-e-rose-500\/70{ border-inline-end-color: rgb(244 63 94 / 0.7); }
.border-e-rose-500\/75{ border-inline-end-color: rgb(244 63 94 / 0.75); }
.border-e-rose-500\/80{ border-inline-end-color: rgb(244 63 94 / 0.8); }
.border-e-rose-500\/90{ border-inline-end-color: rgb(244 63 94 / 0.9); }
.border-e-rose-500\/95{ border-inline-end-color: rgb(244 63 94 / 0.95); }
.border-e-rose-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-e-rose-600\/0{ border-inline-end-color: rgb(225 29 72 / 0); }
.border-e-rose-600\/10{ border-inline-end-color: rgb(225 29 72 / 0.1); }
.border-e-rose-600\/100{ border-inline-end-color: rgb(225 29 72 / 1); }
.border-e-rose-600\/20{ border-inline-end-color: rgb(225 29 72 / 0.2); }
.border-e-rose-600\/25{ border-inline-end-color: rgb(225 29 72 / 0.25); }
.border-e-rose-600\/30{ border-inline-end-color: rgb(225 29 72 / 0.3); }
.border-e-rose-600\/40{ border-inline-end-color: rgb(225 29 72 / 0.4); }
.border-e-rose-600\/5{ border-inline-end-color: rgb(225 29 72 / 0.05); }
.border-e-rose-600\/50{ border-inline-end-color: rgb(225 29 72 / 0.5); }
.border-e-rose-600\/60{ border-inline-end-color: rgb(225 29 72 / 0.6); }
.border-e-rose-600\/70{ border-inline-end-color: rgb(225 29 72 / 0.7); }
.border-e-rose-600\/75{ border-inline-end-color: rgb(225 29 72 / 0.75); }
.border-e-rose-600\/80{ border-inline-end-color: rgb(225 29 72 / 0.8); }
.border-e-rose-600\/90{ border-inline-end-color: rgb(225 29 72 / 0.9); }
.border-e-rose-600\/95{ border-inline-end-color: rgb(225 29 72 / 0.95); }
.border-e-rose-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-e-rose-700\/0{ border-inline-end-color: rgb(190 18 60 / 0); }
.border-e-rose-700\/10{ border-inline-end-color: rgb(190 18 60 / 0.1); }
.border-e-rose-700\/100{ border-inline-end-color: rgb(190 18 60 / 1); }
.border-e-rose-700\/20{ border-inline-end-color: rgb(190 18 60 / 0.2); }
.border-e-rose-700\/25{ border-inline-end-color: rgb(190 18 60 / 0.25); }
.border-e-rose-700\/30{ border-inline-end-color: rgb(190 18 60 / 0.3); }
.border-e-rose-700\/40{ border-inline-end-color: rgb(190 18 60 / 0.4); }
.border-e-rose-700\/5{ border-inline-end-color: rgb(190 18 60 / 0.05); }
.border-e-rose-700\/50{ border-inline-end-color: rgb(190 18 60 / 0.5); }
.border-e-rose-700\/60{ border-inline-end-color: rgb(190 18 60 / 0.6); }
.border-e-rose-700\/70{ border-inline-end-color: rgb(190 18 60 / 0.7); }
.border-e-rose-700\/75{ border-inline-end-color: rgb(190 18 60 / 0.75); }
.border-e-rose-700\/80{ border-inline-end-color: rgb(190 18 60 / 0.8); }
.border-e-rose-700\/90{ border-inline-end-color: rgb(190 18 60 / 0.9); }
.border-e-rose-700\/95{ border-inline-end-color: rgb(190 18 60 / 0.95); }
.border-e-rose-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-e-rose-800\/0{ border-inline-end-color: rgb(159 18 57 / 0); }
.border-e-rose-800\/10{ border-inline-end-color: rgb(159 18 57 / 0.1); }
.border-e-rose-800\/100{ border-inline-end-color: rgb(159 18 57 / 1); }
.border-e-rose-800\/20{ border-inline-end-color: rgb(159 18 57 / 0.2); }
.border-e-rose-800\/25{ border-inline-end-color: rgb(159 18 57 / 0.25); }
.border-e-rose-800\/30{ border-inline-end-color: rgb(159 18 57 / 0.3); }
.border-e-rose-800\/40{ border-inline-end-color: rgb(159 18 57 / 0.4); }
.border-e-rose-800\/5{ border-inline-end-color: rgb(159 18 57 / 0.05); }
.border-e-rose-800\/50{ border-inline-end-color: rgb(159 18 57 / 0.5); }
.border-e-rose-800\/60{ border-inline-end-color: rgb(159 18 57 / 0.6); }
.border-e-rose-800\/70{ border-inline-end-color: rgb(159 18 57 / 0.7); }
.border-e-rose-800\/75{ border-inline-end-color: rgb(159 18 57 / 0.75); }
.border-e-rose-800\/80{ border-inline-end-color: rgb(159 18 57 / 0.8); }
.border-e-rose-800\/90{ border-inline-end-color: rgb(159 18 57 / 0.9); }
.border-e-rose-800\/95{ border-inline-end-color: rgb(159 18 57 / 0.95); }
.border-e-rose-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-e-rose-900\/0{ border-inline-end-color: rgb(136 19 55 / 0); }
.border-e-rose-900\/10{ border-inline-end-color: rgb(136 19 55 / 0.1); }
.border-e-rose-900\/100{ border-inline-end-color: rgb(136 19 55 / 1); }
.border-e-rose-900\/20{ border-inline-end-color: rgb(136 19 55 / 0.2); }
.border-e-rose-900\/25{ border-inline-end-color: rgb(136 19 55 / 0.25); }
.border-e-rose-900\/30{ border-inline-end-color: rgb(136 19 55 / 0.3); }
.border-e-rose-900\/40{ border-inline-end-color: rgb(136 19 55 / 0.4); }
.border-e-rose-900\/5{ border-inline-end-color: rgb(136 19 55 / 0.05); }
.border-e-rose-900\/50{ border-inline-end-color: rgb(136 19 55 / 0.5); }
.border-e-rose-900\/60{ border-inline-end-color: rgb(136 19 55 / 0.6); }
.border-e-rose-900\/70{ border-inline-end-color: rgb(136 19 55 / 0.7); }
.border-e-rose-900\/75{ border-inline-end-color: rgb(136 19 55 / 0.75); }
.border-e-rose-900\/80{ border-inline-end-color: rgb(136 19 55 / 0.8); }
.border-e-rose-900\/90{ border-inline-end-color: rgb(136 19 55 / 0.9); }
.border-e-rose-900\/95{ border-inline-end-color: rgb(136 19 55 / 0.95); }
.border-e-rose-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-e-rose-950\/0{ border-inline-end-color: rgb(76 5 25 / 0); }
.border-e-rose-950\/10{ border-inline-end-color: rgb(76 5 25 / 0.1); }
.border-e-rose-950\/100{ border-inline-end-color: rgb(76 5 25 / 1); }
.border-e-rose-950\/20{ border-inline-end-color: rgb(76 5 25 / 0.2); }
.border-e-rose-950\/25{ border-inline-end-color: rgb(76 5 25 / 0.25); }
.border-e-rose-950\/30{ border-inline-end-color: rgb(76 5 25 / 0.3); }
.border-e-rose-950\/40{ border-inline-end-color: rgb(76 5 25 / 0.4); }
.border-e-rose-950\/5{ border-inline-end-color: rgb(76 5 25 / 0.05); }
.border-e-rose-950\/50{ border-inline-end-color: rgb(76 5 25 / 0.5); }
.border-e-rose-950\/60{ border-inline-end-color: rgb(76 5 25 / 0.6); }
.border-e-rose-950\/70{ border-inline-end-color: rgb(76 5 25 / 0.7); }
.border-e-rose-950\/75{ border-inline-end-color: rgb(76 5 25 / 0.75); }
.border-e-rose-950\/80{ border-inline-end-color: rgb(76 5 25 / 0.8); }
.border-e-rose-950\/90{ border-inline-end-color: rgb(76 5 25 / 0.9); }
.border-e-rose-950\/95{ border-inline-end-color: rgb(76 5 25 / 0.95); }
.border-e-sky-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-e-sky-100\/0{ border-inline-end-color: rgb(224 242 254 / 0); }
.border-e-sky-100\/10{ border-inline-end-color: rgb(224 242 254 / 0.1); }
.border-e-sky-100\/100{ border-inline-end-color: rgb(224 242 254 / 1); }
.border-e-sky-100\/20{ border-inline-end-color: rgb(224 242 254 / 0.2); }
.border-e-sky-100\/25{ border-inline-end-color: rgb(224 242 254 / 0.25); }
.border-e-sky-100\/30{ border-inline-end-color: rgb(224 242 254 / 0.3); }
.border-e-sky-100\/40{ border-inline-end-color: rgb(224 242 254 / 0.4); }
.border-e-sky-100\/5{ border-inline-end-color: rgb(224 242 254 / 0.05); }
.border-e-sky-100\/50{ border-inline-end-color: rgb(224 242 254 / 0.5); }
.border-e-sky-100\/60{ border-inline-end-color: rgb(224 242 254 / 0.6); }
.border-e-sky-100\/70{ border-inline-end-color: rgb(224 242 254 / 0.7); }
.border-e-sky-100\/75{ border-inline-end-color: rgb(224 242 254 / 0.75); }
.border-e-sky-100\/80{ border-inline-end-color: rgb(224 242 254 / 0.8); }
.border-e-sky-100\/90{ border-inline-end-color: rgb(224 242 254 / 0.9); }
.border-e-sky-100\/95{ border-inline-end-color: rgb(224 242 254 / 0.95); }
.border-e-sky-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-e-sky-200\/0{ border-inline-end-color: rgb(186 230 253 / 0); }
.border-e-sky-200\/10{ border-inline-end-color: rgb(186 230 253 / 0.1); }
.border-e-sky-200\/100{ border-inline-end-color: rgb(186 230 253 / 1); }
.border-e-sky-200\/20{ border-inline-end-color: rgb(186 230 253 / 0.2); }
.border-e-sky-200\/25{ border-inline-end-color: rgb(186 230 253 / 0.25); }
.border-e-sky-200\/30{ border-inline-end-color: rgb(186 230 253 / 0.3); }
.border-e-sky-200\/40{ border-inline-end-color: rgb(186 230 253 / 0.4); }
.border-e-sky-200\/5{ border-inline-end-color: rgb(186 230 253 / 0.05); }
.border-e-sky-200\/50{ border-inline-end-color: rgb(186 230 253 / 0.5); }
.border-e-sky-200\/60{ border-inline-end-color: rgb(186 230 253 / 0.6); }
.border-e-sky-200\/70{ border-inline-end-color: rgb(186 230 253 / 0.7); }
.border-e-sky-200\/75{ border-inline-end-color: rgb(186 230 253 / 0.75); }
.border-e-sky-200\/80{ border-inline-end-color: rgb(186 230 253 / 0.8); }
.border-e-sky-200\/90{ border-inline-end-color: rgb(186 230 253 / 0.9); }
.border-e-sky-200\/95{ border-inline-end-color: rgb(186 230 253 / 0.95); }
.border-e-sky-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-e-sky-300\/0{ border-inline-end-color: rgb(125 211 252 / 0); }
.border-e-sky-300\/10{ border-inline-end-color: rgb(125 211 252 / 0.1); }
.border-e-sky-300\/100{ border-inline-end-color: rgb(125 211 252 / 1); }
.border-e-sky-300\/20{ border-inline-end-color: rgb(125 211 252 / 0.2); }
.border-e-sky-300\/25{ border-inline-end-color: rgb(125 211 252 / 0.25); }
.border-e-sky-300\/30{ border-inline-end-color: rgb(125 211 252 / 0.3); }
.border-e-sky-300\/40{ border-inline-end-color: rgb(125 211 252 / 0.4); }
.border-e-sky-300\/5{ border-inline-end-color: rgb(125 211 252 / 0.05); }
.border-e-sky-300\/50{ border-inline-end-color: rgb(125 211 252 / 0.5); }
.border-e-sky-300\/60{ border-inline-end-color: rgb(125 211 252 / 0.6); }
.border-e-sky-300\/70{ border-inline-end-color: rgb(125 211 252 / 0.7); }
.border-e-sky-300\/75{ border-inline-end-color: rgb(125 211 252 / 0.75); }
.border-e-sky-300\/80{ border-inline-end-color: rgb(125 211 252 / 0.8); }
.border-e-sky-300\/90{ border-inline-end-color: rgb(125 211 252 / 0.9); }
.border-e-sky-300\/95{ border-inline-end-color: rgb(125 211 252 / 0.95); }
.border-e-sky-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-e-sky-400\/0{ border-inline-end-color: rgb(56 189 248 / 0); }
.border-e-sky-400\/10{ border-inline-end-color: rgb(56 189 248 / 0.1); }
.border-e-sky-400\/100{ border-inline-end-color: rgb(56 189 248 / 1); }
.border-e-sky-400\/20{ border-inline-end-color: rgb(56 189 248 / 0.2); }
.border-e-sky-400\/25{ border-inline-end-color: rgb(56 189 248 / 0.25); }
.border-e-sky-400\/30{ border-inline-end-color: rgb(56 189 248 / 0.3); }
.border-e-sky-400\/40{ border-inline-end-color: rgb(56 189 248 / 0.4); }
.border-e-sky-400\/5{ border-inline-end-color: rgb(56 189 248 / 0.05); }
.border-e-sky-400\/50{ border-inline-end-color: rgb(56 189 248 / 0.5); }
.border-e-sky-400\/60{ border-inline-end-color: rgb(56 189 248 / 0.6); }
.border-e-sky-400\/70{ border-inline-end-color: rgb(56 189 248 / 0.7); }
.border-e-sky-400\/75{ border-inline-end-color: rgb(56 189 248 / 0.75); }
.border-e-sky-400\/80{ border-inline-end-color: rgb(56 189 248 / 0.8); }
.border-e-sky-400\/90{ border-inline-end-color: rgb(56 189 248 / 0.9); }
.border-e-sky-400\/95{ border-inline-end-color: rgb(56 189 248 / 0.95); }
.border-e-sky-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-e-sky-50\/0{ border-inline-end-color: rgb(240 249 255 / 0); }
.border-e-sky-50\/10{ border-inline-end-color: rgb(240 249 255 / 0.1); }
.border-e-sky-50\/100{ border-inline-end-color: rgb(240 249 255 / 1); }
.border-e-sky-50\/20{ border-inline-end-color: rgb(240 249 255 / 0.2); }
.border-e-sky-50\/25{ border-inline-end-color: rgb(240 249 255 / 0.25); }
.border-e-sky-50\/30{ border-inline-end-color: rgb(240 249 255 / 0.3); }
.border-e-sky-50\/40{ border-inline-end-color: rgb(240 249 255 / 0.4); }
.border-e-sky-50\/5{ border-inline-end-color: rgb(240 249 255 / 0.05); }
.border-e-sky-50\/50{ border-inline-end-color: rgb(240 249 255 / 0.5); }
.border-e-sky-50\/60{ border-inline-end-color: rgb(240 249 255 / 0.6); }
.border-e-sky-50\/70{ border-inline-end-color: rgb(240 249 255 / 0.7); }
.border-e-sky-50\/75{ border-inline-end-color: rgb(240 249 255 / 0.75); }
.border-e-sky-50\/80{ border-inline-end-color: rgb(240 249 255 / 0.8); }
.border-e-sky-50\/90{ border-inline-end-color: rgb(240 249 255 / 0.9); }
.border-e-sky-50\/95{ border-inline-end-color: rgb(240 249 255 / 0.95); }
.border-e-sky-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-e-sky-500\/0{ border-inline-end-color: rgb(14 165 233 / 0); }
.border-e-sky-500\/10{ border-inline-end-color: rgb(14 165 233 / 0.1); }
.border-e-sky-500\/100{ border-inline-end-color: rgb(14 165 233 / 1); }
.border-e-sky-500\/20{ border-inline-end-color: rgb(14 165 233 / 0.2); }
.border-e-sky-500\/25{ border-inline-end-color: rgb(14 165 233 / 0.25); }
.border-e-sky-500\/30{ border-inline-end-color: rgb(14 165 233 / 0.3); }
.border-e-sky-500\/40{ border-inline-end-color: rgb(14 165 233 / 0.4); }
.border-e-sky-500\/5{ border-inline-end-color: rgb(14 165 233 / 0.05); }
.border-e-sky-500\/50{ border-inline-end-color: rgb(14 165 233 / 0.5); }
.border-e-sky-500\/60{ border-inline-end-color: rgb(14 165 233 / 0.6); }
.border-e-sky-500\/70{ border-inline-end-color: rgb(14 165 233 / 0.7); }
.border-e-sky-500\/75{ border-inline-end-color: rgb(14 165 233 / 0.75); }
.border-e-sky-500\/80{ border-inline-end-color: rgb(14 165 233 / 0.8); }
.border-e-sky-500\/90{ border-inline-end-color: rgb(14 165 233 / 0.9); }
.border-e-sky-500\/95{ border-inline-end-color: rgb(14 165 233 / 0.95); }
.border-e-sky-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-e-sky-600\/0{ border-inline-end-color: rgb(2 132 199 / 0); }
.border-e-sky-600\/10{ border-inline-end-color: rgb(2 132 199 / 0.1); }
.border-e-sky-600\/100{ border-inline-end-color: rgb(2 132 199 / 1); }
.border-e-sky-600\/20{ border-inline-end-color: rgb(2 132 199 / 0.2); }
.border-e-sky-600\/25{ border-inline-end-color: rgb(2 132 199 / 0.25); }
.border-e-sky-600\/30{ border-inline-end-color: rgb(2 132 199 / 0.3); }
.border-e-sky-600\/40{ border-inline-end-color: rgb(2 132 199 / 0.4); }
.border-e-sky-600\/5{ border-inline-end-color: rgb(2 132 199 / 0.05); }
.border-e-sky-600\/50{ border-inline-end-color: rgb(2 132 199 / 0.5); }
.border-e-sky-600\/60{ border-inline-end-color: rgb(2 132 199 / 0.6); }
.border-e-sky-600\/70{ border-inline-end-color: rgb(2 132 199 / 0.7); }
.border-e-sky-600\/75{ border-inline-end-color: rgb(2 132 199 / 0.75); }
.border-e-sky-600\/80{ border-inline-end-color: rgb(2 132 199 / 0.8); }
.border-e-sky-600\/90{ border-inline-end-color: rgb(2 132 199 / 0.9); }
.border-e-sky-600\/95{ border-inline-end-color: rgb(2 132 199 / 0.95); }
.border-e-sky-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-e-sky-700\/0{ border-inline-end-color: rgb(3 105 161 / 0); }
.border-e-sky-700\/10{ border-inline-end-color: rgb(3 105 161 / 0.1); }
.border-e-sky-700\/100{ border-inline-end-color: rgb(3 105 161 / 1); }
.border-e-sky-700\/20{ border-inline-end-color: rgb(3 105 161 / 0.2); }
.border-e-sky-700\/25{ border-inline-end-color: rgb(3 105 161 / 0.25); }
.border-e-sky-700\/30{ border-inline-end-color: rgb(3 105 161 / 0.3); }
.border-e-sky-700\/40{ border-inline-end-color: rgb(3 105 161 / 0.4); }
.border-e-sky-700\/5{ border-inline-end-color: rgb(3 105 161 / 0.05); }
.border-e-sky-700\/50{ border-inline-end-color: rgb(3 105 161 / 0.5); }
.border-e-sky-700\/60{ border-inline-end-color: rgb(3 105 161 / 0.6); }
.border-e-sky-700\/70{ border-inline-end-color: rgb(3 105 161 / 0.7); }
.border-e-sky-700\/75{ border-inline-end-color: rgb(3 105 161 / 0.75); }
.border-e-sky-700\/80{ border-inline-end-color: rgb(3 105 161 / 0.8); }
.border-e-sky-700\/90{ border-inline-end-color: rgb(3 105 161 / 0.9); }
.border-e-sky-700\/95{ border-inline-end-color: rgb(3 105 161 / 0.95); }
.border-e-sky-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-e-sky-800\/0{ border-inline-end-color: rgb(7 89 133 / 0); }
.border-e-sky-800\/10{ border-inline-end-color: rgb(7 89 133 / 0.1); }
.border-e-sky-800\/100{ border-inline-end-color: rgb(7 89 133 / 1); }
.border-e-sky-800\/20{ border-inline-end-color: rgb(7 89 133 / 0.2); }
.border-e-sky-800\/25{ border-inline-end-color: rgb(7 89 133 / 0.25); }
.border-e-sky-800\/30{ border-inline-end-color: rgb(7 89 133 / 0.3); }
.border-e-sky-800\/40{ border-inline-end-color: rgb(7 89 133 / 0.4); }
.border-e-sky-800\/5{ border-inline-end-color: rgb(7 89 133 / 0.05); }
.border-e-sky-800\/50{ border-inline-end-color: rgb(7 89 133 / 0.5); }
.border-e-sky-800\/60{ border-inline-end-color: rgb(7 89 133 / 0.6); }
.border-e-sky-800\/70{ border-inline-end-color: rgb(7 89 133 / 0.7); }
.border-e-sky-800\/75{ border-inline-end-color: rgb(7 89 133 / 0.75); }
.border-e-sky-800\/80{ border-inline-end-color: rgb(7 89 133 / 0.8); }
.border-e-sky-800\/90{ border-inline-end-color: rgb(7 89 133 / 0.9); }
.border-e-sky-800\/95{ border-inline-end-color: rgb(7 89 133 / 0.95); }
.border-e-sky-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-e-sky-900\/0{ border-inline-end-color: rgb(12 74 110 / 0); }
.border-e-sky-900\/10{ border-inline-end-color: rgb(12 74 110 / 0.1); }
.border-e-sky-900\/100{ border-inline-end-color: rgb(12 74 110 / 1); }
.border-e-sky-900\/20{ border-inline-end-color: rgb(12 74 110 / 0.2); }
.border-e-sky-900\/25{ border-inline-end-color: rgb(12 74 110 / 0.25); }
.border-e-sky-900\/30{ border-inline-end-color: rgb(12 74 110 / 0.3); }
.border-e-sky-900\/40{ border-inline-end-color: rgb(12 74 110 / 0.4); }
.border-e-sky-900\/5{ border-inline-end-color: rgb(12 74 110 / 0.05); }
.border-e-sky-900\/50{ border-inline-end-color: rgb(12 74 110 / 0.5); }
.border-e-sky-900\/60{ border-inline-end-color: rgb(12 74 110 / 0.6); }
.border-e-sky-900\/70{ border-inline-end-color: rgb(12 74 110 / 0.7); }
.border-e-sky-900\/75{ border-inline-end-color: rgb(12 74 110 / 0.75); }
.border-e-sky-900\/80{ border-inline-end-color: rgb(12 74 110 / 0.8); }
.border-e-sky-900\/90{ border-inline-end-color: rgb(12 74 110 / 0.9); }
.border-e-sky-900\/95{ border-inline-end-color: rgb(12 74 110 / 0.95); }
.border-e-sky-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-e-sky-950\/0{ border-inline-end-color: rgb(8 47 73 / 0); }
.border-e-sky-950\/10{ border-inline-end-color: rgb(8 47 73 / 0.1); }
.border-e-sky-950\/100{ border-inline-end-color: rgb(8 47 73 / 1); }
.border-e-sky-950\/20{ border-inline-end-color: rgb(8 47 73 / 0.2); }
.border-e-sky-950\/25{ border-inline-end-color: rgb(8 47 73 / 0.25); }
.border-e-sky-950\/30{ border-inline-end-color: rgb(8 47 73 / 0.3); }
.border-e-sky-950\/40{ border-inline-end-color: rgb(8 47 73 / 0.4); }
.border-e-sky-950\/5{ border-inline-end-color: rgb(8 47 73 / 0.05); }
.border-e-sky-950\/50{ border-inline-end-color: rgb(8 47 73 / 0.5); }
.border-e-sky-950\/60{ border-inline-end-color: rgb(8 47 73 / 0.6); }
.border-e-sky-950\/70{ border-inline-end-color: rgb(8 47 73 / 0.7); }
.border-e-sky-950\/75{ border-inline-end-color: rgb(8 47 73 / 0.75); }
.border-e-sky-950\/80{ border-inline-end-color: rgb(8 47 73 / 0.8); }
.border-e-sky-950\/90{ border-inline-end-color: rgb(8 47 73 / 0.9); }
.border-e-sky-950\/95{ border-inline-end-color: rgb(8 47 73 / 0.95); }
.border-e-slate-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-e-slate-100\/0{ border-inline-end-color: rgb(241 245 249 / 0); }
.border-e-slate-100\/10{ border-inline-end-color: rgb(241 245 249 / 0.1); }
.border-e-slate-100\/100{ border-inline-end-color: rgb(241 245 249 / 1); }
.border-e-slate-100\/20{ border-inline-end-color: rgb(241 245 249 / 0.2); }
.border-e-slate-100\/25{ border-inline-end-color: rgb(241 245 249 / 0.25); }
.border-e-slate-100\/30{ border-inline-end-color: rgb(241 245 249 / 0.3); }
.border-e-slate-100\/40{ border-inline-end-color: rgb(241 245 249 / 0.4); }
.border-e-slate-100\/5{ border-inline-end-color: rgb(241 245 249 / 0.05); }
.border-e-slate-100\/50{ border-inline-end-color: rgb(241 245 249 / 0.5); }
.border-e-slate-100\/60{ border-inline-end-color: rgb(241 245 249 / 0.6); }
.border-e-slate-100\/70{ border-inline-end-color: rgb(241 245 249 / 0.7); }
.border-e-slate-100\/75{ border-inline-end-color: rgb(241 245 249 / 0.75); }
.border-e-slate-100\/80{ border-inline-end-color: rgb(241 245 249 / 0.8); }
.border-e-slate-100\/90{ border-inline-end-color: rgb(241 245 249 / 0.9); }
.border-e-slate-100\/95{ border-inline-end-color: rgb(241 245 249 / 0.95); }
.border-e-slate-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-e-slate-200\/0{ border-inline-end-color: rgb(226 232 240 / 0); }
.border-e-slate-200\/10{ border-inline-end-color: rgb(226 232 240 / 0.1); }
.border-e-slate-200\/100{ border-inline-end-color: rgb(226 232 240 / 1); }
.border-e-slate-200\/20{ border-inline-end-color: rgb(226 232 240 / 0.2); }
.border-e-slate-200\/25{ border-inline-end-color: rgb(226 232 240 / 0.25); }
.border-e-slate-200\/30{ border-inline-end-color: rgb(226 232 240 / 0.3); }
.border-e-slate-200\/40{ border-inline-end-color: rgb(226 232 240 / 0.4); }
.border-e-slate-200\/5{ border-inline-end-color: rgb(226 232 240 / 0.05); }
.border-e-slate-200\/50{ border-inline-end-color: rgb(226 232 240 / 0.5); }
.border-e-slate-200\/60{ border-inline-end-color: rgb(226 232 240 / 0.6); }
.border-e-slate-200\/70{ border-inline-end-color: rgb(226 232 240 / 0.7); }
.border-e-slate-200\/75{ border-inline-end-color: rgb(226 232 240 / 0.75); }
.border-e-slate-200\/80{ border-inline-end-color: rgb(226 232 240 / 0.8); }
.border-e-slate-200\/90{ border-inline-end-color: rgb(226 232 240 / 0.9); }
.border-e-slate-200\/95{ border-inline-end-color: rgb(226 232 240 / 0.95); }
.border-e-slate-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-e-slate-300\/0{ border-inline-end-color: rgb(203 213 225 / 0); }
.border-e-slate-300\/10{ border-inline-end-color: rgb(203 213 225 / 0.1); }
.border-e-slate-300\/100{ border-inline-end-color: rgb(203 213 225 / 1); }
.border-e-slate-300\/20{ border-inline-end-color: rgb(203 213 225 / 0.2); }
.border-e-slate-300\/25{ border-inline-end-color: rgb(203 213 225 / 0.25); }
.border-e-slate-300\/30{ border-inline-end-color: rgb(203 213 225 / 0.3); }
.border-e-slate-300\/40{ border-inline-end-color: rgb(203 213 225 / 0.4); }
.border-e-slate-300\/5{ border-inline-end-color: rgb(203 213 225 / 0.05); }
.border-e-slate-300\/50{ border-inline-end-color: rgb(203 213 225 / 0.5); }
.border-e-slate-300\/60{ border-inline-end-color: rgb(203 213 225 / 0.6); }
.border-e-slate-300\/70{ border-inline-end-color: rgb(203 213 225 / 0.7); }
.border-e-slate-300\/75{ border-inline-end-color: rgb(203 213 225 / 0.75); }
.border-e-slate-300\/80{ border-inline-end-color: rgb(203 213 225 / 0.8); }
.border-e-slate-300\/90{ border-inline-end-color: rgb(203 213 225 / 0.9); }
.border-e-slate-300\/95{ border-inline-end-color: rgb(203 213 225 / 0.95); }
.border-e-slate-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-e-slate-400\/0{ border-inline-end-color: rgb(148 163 184 / 0); }
.border-e-slate-400\/10{ border-inline-end-color: rgb(148 163 184 / 0.1); }
.border-e-slate-400\/100{ border-inline-end-color: rgb(148 163 184 / 1); }
.border-e-slate-400\/20{ border-inline-end-color: rgb(148 163 184 / 0.2); }
.border-e-slate-400\/25{ border-inline-end-color: rgb(148 163 184 / 0.25); }
.border-e-slate-400\/30{ border-inline-end-color: rgb(148 163 184 / 0.3); }
.border-e-slate-400\/40{ border-inline-end-color: rgb(148 163 184 / 0.4); }
.border-e-slate-400\/5{ border-inline-end-color: rgb(148 163 184 / 0.05); }
.border-e-slate-400\/50{ border-inline-end-color: rgb(148 163 184 / 0.5); }
.border-e-slate-400\/60{ border-inline-end-color: rgb(148 163 184 / 0.6); }
.border-e-slate-400\/70{ border-inline-end-color: rgb(148 163 184 / 0.7); }
.border-e-slate-400\/75{ border-inline-end-color: rgb(148 163 184 / 0.75); }
.border-e-slate-400\/80{ border-inline-end-color: rgb(148 163 184 / 0.8); }
.border-e-slate-400\/90{ border-inline-end-color: rgb(148 163 184 / 0.9); }
.border-e-slate-400\/95{ border-inline-end-color: rgb(148 163 184 / 0.95); }
.border-e-slate-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-e-slate-50\/0{ border-inline-end-color: rgb(248 250 252 / 0); }
.border-e-slate-50\/10{ border-inline-end-color: rgb(248 250 252 / 0.1); }
.border-e-slate-50\/100{ border-inline-end-color: rgb(248 250 252 / 1); }
.border-e-slate-50\/20{ border-inline-end-color: rgb(248 250 252 / 0.2); }
.border-e-slate-50\/25{ border-inline-end-color: rgb(248 250 252 / 0.25); }
.border-e-slate-50\/30{ border-inline-end-color: rgb(248 250 252 / 0.3); }
.border-e-slate-50\/40{ border-inline-end-color: rgb(248 250 252 / 0.4); }
.border-e-slate-50\/5{ border-inline-end-color: rgb(248 250 252 / 0.05); }
.border-e-slate-50\/50{ border-inline-end-color: rgb(248 250 252 / 0.5); }
.border-e-slate-50\/60{ border-inline-end-color: rgb(248 250 252 / 0.6); }
.border-e-slate-50\/70{ border-inline-end-color: rgb(248 250 252 / 0.7); }
.border-e-slate-50\/75{ border-inline-end-color: rgb(248 250 252 / 0.75); }
.border-e-slate-50\/80{ border-inline-end-color: rgb(248 250 252 / 0.8); }
.border-e-slate-50\/90{ border-inline-end-color: rgb(248 250 252 / 0.9); }
.border-e-slate-50\/95{ border-inline-end-color: rgb(248 250 252 / 0.95); }
.border-e-slate-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-e-slate-500\/0{ border-inline-end-color: rgb(100 116 139 / 0); }
.border-e-slate-500\/10{ border-inline-end-color: rgb(100 116 139 / 0.1); }
.border-e-slate-500\/100{ border-inline-end-color: rgb(100 116 139 / 1); }
.border-e-slate-500\/20{ border-inline-end-color: rgb(100 116 139 / 0.2); }
.border-e-slate-500\/25{ border-inline-end-color: rgb(100 116 139 / 0.25); }
.border-e-slate-500\/30{ border-inline-end-color: rgb(100 116 139 / 0.3); }
.border-e-slate-500\/40{ border-inline-end-color: rgb(100 116 139 / 0.4); }
.border-e-slate-500\/5{ border-inline-end-color: rgb(100 116 139 / 0.05); }
.border-e-slate-500\/50{ border-inline-end-color: rgb(100 116 139 / 0.5); }
.border-e-slate-500\/60{ border-inline-end-color: rgb(100 116 139 / 0.6); }
.border-e-slate-500\/70{ border-inline-end-color: rgb(100 116 139 / 0.7); }
.border-e-slate-500\/75{ border-inline-end-color: rgb(100 116 139 / 0.75); }
.border-e-slate-500\/80{ border-inline-end-color: rgb(100 116 139 / 0.8); }
.border-e-slate-500\/90{ border-inline-end-color: rgb(100 116 139 / 0.9); }
.border-e-slate-500\/95{ border-inline-end-color: rgb(100 116 139 / 0.95); }
.border-e-slate-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-e-slate-600\/0{ border-inline-end-color: rgb(71 85 105 / 0); }
.border-e-slate-600\/10{ border-inline-end-color: rgb(71 85 105 / 0.1); }
.border-e-slate-600\/100{ border-inline-end-color: rgb(71 85 105 / 1); }
.border-e-slate-600\/20{ border-inline-end-color: rgb(71 85 105 / 0.2); }
.border-e-slate-600\/25{ border-inline-end-color: rgb(71 85 105 / 0.25); }
.border-e-slate-600\/30{ border-inline-end-color: rgb(71 85 105 / 0.3); }
.border-e-slate-600\/40{ border-inline-end-color: rgb(71 85 105 / 0.4); }
.border-e-slate-600\/5{ border-inline-end-color: rgb(71 85 105 / 0.05); }
.border-e-slate-600\/50{ border-inline-end-color: rgb(71 85 105 / 0.5); }
.border-e-slate-600\/60{ border-inline-end-color: rgb(71 85 105 / 0.6); }
.border-e-slate-600\/70{ border-inline-end-color: rgb(71 85 105 / 0.7); }
.border-e-slate-600\/75{ border-inline-end-color: rgb(71 85 105 / 0.75); }
.border-e-slate-600\/80{ border-inline-end-color: rgb(71 85 105 / 0.8); }
.border-e-slate-600\/90{ border-inline-end-color: rgb(71 85 105 / 0.9); }
.border-e-slate-600\/95{ border-inline-end-color: rgb(71 85 105 / 0.95); }
.border-e-slate-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-e-slate-700\/0{ border-inline-end-color: rgb(51 65 85 / 0); }
.border-e-slate-700\/10{ border-inline-end-color: rgb(51 65 85 / 0.1); }
.border-e-slate-700\/100{ border-inline-end-color: rgb(51 65 85 / 1); }
.border-e-slate-700\/20{ border-inline-end-color: rgb(51 65 85 / 0.2); }
.border-e-slate-700\/25{ border-inline-end-color: rgb(51 65 85 / 0.25); }
.border-e-slate-700\/30{ border-inline-end-color: rgb(51 65 85 / 0.3); }
.border-e-slate-700\/40{ border-inline-end-color: rgb(51 65 85 / 0.4); }
.border-e-slate-700\/5{ border-inline-end-color: rgb(51 65 85 / 0.05); }
.border-e-slate-700\/50{ border-inline-end-color: rgb(51 65 85 / 0.5); }
.border-e-slate-700\/60{ border-inline-end-color: rgb(51 65 85 / 0.6); }
.border-e-slate-700\/70{ border-inline-end-color: rgb(51 65 85 / 0.7); }
.border-e-slate-700\/75{ border-inline-end-color: rgb(51 65 85 / 0.75); }
.border-e-slate-700\/80{ border-inline-end-color: rgb(51 65 85 / 0.8); }
.border-e-slate-700\/90{ border-inline-end-color: rgb(51 65 85 / 0.9); }
.border-e-slate-700\/95{ border-inline-end-color: rgb(51 65 85 / 0.95); }
.border-e-slate-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-e-slate-800\/0{ border-inline-end-color: rgb(30 41 59 / 0); }
.border-e-slate-800\/10{ border-inline-end-color: rgb(30 41 59 / 0.1); }
.border-e-slate-800\/100{ border-inline-end-color: rgb(30 41 59 / 1); }
.border-e-slate-800\/20{ border-inline-end-color: rgb(30 41 59 / 0.2); }
.border-e-slate-800\/25{ border-inline-end-color: rgb(30 41 59 / 0.25); }
.border-e-slate-800\/30{ border-inline-end-color: rgb(30 41 59 / 0.3); }
.border-e-slate-800\/40{ border-inline-end-color: rgb(30 41 59 / 0.4); }
.border-e-slate-800\/5{ border-inline-end-color: rgb(30 41 59 / 0.05); }
.border-e-slate-800\/50{ border-inline-end-color: rgb(30 41 59 / 0.5); }
.border-e-slate-800\/60{ border-inline-end-color: rgb(30 41 59 / 0.6); }
.border-e-slate-800\/70{ border-inline-end-color: rgb(30 41 59 / 0.7); }
.border-e-slate-800\/75{ border-inline-end-color: rgb(30 41 59 / 0.75); }
.border-e-slate-800\/80{ border-inline-end-color: rgb(30 41 59 / 0.8); }
.border-e-slate-800\/90{ border-inline-end-color: rgb(30 41 59 / 0.9); }
.border-e-slate-800\/95{ border-inline-end-color: rgb(30 41 59 / 0.95); }
.border-e-slate-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-e-slate-900\/0{ border-inline-end-color: rgb(15 23 42 / 0); }
.border-e-slate-900\/10{ border-inline-end-color: rgb(15 23 42 / 0.1); }
.border-e-slate-900\/100{ border-inline-end-color: rgb(15 23 42 / 1); }
.border-e-slate-900\/20{ border-inline-end-color: rgb(15 23 42 / 0.2); }
.border-e-slate-900\/25{ border-inline-end-color: rgb(15 23 42 / 0.25); }
.border-e-slate-900\/30{ border-inline-end-color: rgb(15 23 42 / 0.3); }
.border-e-slate-900\/40{ border-inline-end-color: rgb(15 23 42 / 0.4); }
.border-e-slate-900\/5{ border-inline-end-color: rgb(15 23 42 / 0.05); }
.border-e-slate-900\/50{ border-inline-end-color: rgb(15 23 42 / 0.5); }
.border-e-slate-900\/60{ border-inline-end-color: rgb(15 23 42 / 0.6); }
.border-e-slate-900\/70{ border-inline-end-color: rgb(15 23 42 / 0.7); }
.border-e-slate-900\/75{ border-inline-end-color: rgb(15 23 42 / 0.75); }
.border-e-slate-900\/80{ border-inline-end-color: rgb(15 23 42 / 0.8); }
.border-e-slate-900\/90{ border-inline-end-color: rgb(15 23 42 / 0.9); }
.border-e-slate-900\/95{ border-inline-end-color: rgb(15 23 42 / 0.95); }
.border-e-slate-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-e-slate-950\/0{ border-inline-end-color: rgb(2 6 23 / 0); }
.border-e-slate-950\/10{ border-inline-end-color: rgb(2 6 23 / 0.1); }
.border-e-slate-950\/100{ border-inline-end-color: rgb(2 6 23 / 1); }
.border-e-slate-950\/20{ border-inline-end-color: rgb(2 6 23 / 0.2); }
.border-e-slate-950\/25{ border-inline-end-color: rgb(2 6 23 / 0.25); }
.border-e-slate-950\/30{ border-inline-end-color: rgb(2 6 23 / 0.3); }
.border-e-slate-950\/40{ border-inline-end-color: rgb(2 6 23 / 0.4); }
.border-e-slate-950\/5{ border-inline-end-color: rgb(2 6 23 / 0.05); }
.border-e-slate-950\/50{ border-inline-end-color: rgb(2 6 23 / 0.5); }
.border-e-slate-950\/60{ border-inline-end-color: rgb(2 6 23 / 0.6); }
.border-e-slate-950\/70{ border-inline-end-color: rgb(2 6 23 / 0.7); }
.border-e-slate-950\/75{ border-inline-end-color: rgb(2 6 23 / 0.75); }
.border-e-slate-950\/80{ border-inline-end-color: rgb(2 6 23 / 0.8); }
.border-e-slate-950\/90{ border-inline-end-color: rgb(2 6 23 / 0.9); }
.border-e-slate-950\/95{ border-inline-end-color: rgb(2 6 23 / 0.95); }
.border-e-stone-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-e-stone-100\/0{ border-inline-end-color: rgb(245 245 244 / 0); }
.border-e-stone-100\/10{ border-inline-end-color: rgb(245 245 244 / 0.1); }
.border-e-stone-100\/100{ border-inline-end-color: rgb(245 245 244 / 1); }
.border-e-stone-100\/20{ border-inline-end-color: rgb(245 245 244 / 0.2); }
.border-e-stone-100\/25{ border-inline-end-color: rgb(245 245 244 / 0.25); }
.border-e-stone-100\/30{ border-inline-end-color: rgb(245 245 244 / 0.3); }
.border-e-stone-100\/40{ border-inline-end-color: rgb(245 245 244 / 0.4); }
.border-e-stone-100\/5{ border-inline-end-color: rgb(245 245 244 / 0.05); }
.border-e-stone-100\/50{ border-inline-end-color: rgb(245 245 244 / 0.5); }
.border-e-stone-100\/60{ border-inline-end-color: rgb(245 245 244 / 0.6); }
.border-e-stone-100\/70{ border-inline-end-color: rgb(245 245 244 / 0.7); }
.border-e-stone-100\/75{ border-inline-end-color: rgb(245 245 244 / 0.75); }
.border-e-stone-100\/80{ border-inline-end-color: rgb(245 245 244 / 0.8); }
.border-e-stone-100\/90{ border-inline-end-color: rgb(245 245 244 / 0.9); }
.border-e-stone-100\/95{ border-inline-end-color: rgb(245 245 244 / 0.95); }
.border-e-stone-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-e-stone-200\/0{ border-inline-end-color: rgb(231 229 228 / 0); }
.border-e-stone-200\/10{ border-inline-end-color: rgb(231 229 228 / 0.1); }
.border-e-stone-200\/100{ border-inline-end-color: rgb(231 229 228 / 1); }
.border-e-stone-200\/20{ border-inline-end-color: rgb(231 229 228 / 0.2); }
.border-e-stone-200\/25{ border-inline-end-color: rgb(231 229 228 / 0.25); }
.border-e-stone-200\/30{ border-inline-end-color: rgb(231 229 228 / 0.3); }
.border-e-stone-200\/40{ border-inline-end-color: rgb(231 229 228 / 0.4); }
.border-e-stone-200\/5{ border-inline-end-color: rgb(231 229 228 / 0.05); }
.border-e-stone-200\/50{ border-inline-end-color: rgb(231 229 228 / 0.5); }
.border-e-stone-200\/60{ border-inline-end-color: rgb(231 229 228 / 0.6); }
.border-e-stone-200\/70{ border-inline-end-color: rgb(231 229 228 / 0.7); }
.border-e-stone-200\/75{ border-inline-end-color: rgb(231 229 228 / 0.75); }
.border-e-stone-200\/80{ border-inline-end-color: rgb(231 229 228 / 0.8); }
.border-e-stone-200\/90{ border-inline-end-color: rgb(231 229 228 / 0.9); }
.border-e-stone-200\/95{ border-inline-end-color: rgb(231 229 228 / 0.95); }
.border-e-stone-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-e-stone-300\/0{ border-inline-end-color: rgb(214 211 209 / 0); }
.border-e-stone-300\/10{ border-inline-end-color: rgb(214 211 209 / 0.1); }
.border-e-stone-300\/100{ border-inline-end-color: rgb(214 211 209 / 1); }
.border-e-stone-300\/20{ border-inline-end-color: rgb(214 211 209 / 0.2); }
.border-e-stone-300\/25{ border-inline-end-color: rgb(214 211 209 / 0.25); }
.border-e-stone-300\/30{ border-inline-end-color: rgb(214 211 209 / 0.3); }
.border-e-stone-300\/40{ border-inline-end-color: rgb(214 211 209 / 0.4); }
.border-e-stone-300\/5{ border-inline-end-color: rgb(214 211 209 / 0.05); }
.border-e-stone-300\/50{ border-inline-end-color: rgb(214 211 209 / 0.5); }
.border-e-stone-300\/60{ border-inline-end-color: rgb(214 211 209 / 0.6); }
.border-e-stone-300\/70{ border-inline-end-color: rgb(214 211 209 / 0.7); }
.border-e-stone-300\/75{ border-inline-end-color: rgb(214 211 209 / 0.75); }
.border-e-stone-300\/80{ border-inline-end-color: rgb(214 211 209 / 0.8); }
.border-e-stone-300\/90{ border-inline-end-color: rgb(214 211 209 / 0.9); }
.border-e-stone-300\/95{ border-inline-end-color: rgb(214 211 209 / 0.95); }
.border-e-stone-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-e-stone-400\/0{ border-inline-end-color: rgb(168 162 158 / 0); }
.border-e-stone-400\/10{ border-inline-end-color: rgb(168 162 158 / 0.1); }
.border-e-stone-400\/100{ border-inline-end-color: rgb(168 162 158 / 1); }
.border-e-stone-400\/20{ border-inline-end-color: rgb(168 162 158 / 0.2); }
.border-e-stone-400\/25{ border-inline-end-color: rgb(168 162 158 / 0.25); }
.border-e-stone-400\/30{ border-inline-end-color: rgb(168 162 158 / 0.3); }
.border-e-stone-400\/40{ border-inline-end-color: rgb(168 162 158 / 0.4); }
.border-e-stone-400\/5{ border-inline-end-color: rgb(168 162 158 / 0.05); }
.border-e-stone-400\/50{ border-inline-end-color: rgb(168 162 158 / 0.5); }
.border-e-stone-400\/60{ border-inline-end-color: rgb(168 162 158 / 0.6); }
.border-e-stone-400\/70{ border-inline-end-color: rgb(168 162 158 / 0.7); }
.border-e-stone-400\/75{ border-inline-end-color: rgb(168 162 158 / 0.75); }
.border-e-stone-400\/80{ border-inline-end-color: rgb(168 162 158 / 0.8); }
.border-e-stone-400\/90{ border-inline-end-color: rgb(168 162 158 / 0.9); }
.border-e-stone-400\/95{ border-inline-end-color: rgb(168 162 158 / 0.95); }
.border-e-stone-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-e-stone-50\/0{ border-inline-end-color: rgb(250 250 249 / 0); }
.border-e-stone-50\/10{ border-inline-end-color: rgb(250 250 249 / 0.1); }
.border-e-stone-50\/100{ border-inline-end-color: rgb(250 250 249 / 1); }
.border-e-stone-50\/20{ border-inline-end-color: rgb(250 250 249 / 0.2); }
.border-e-stone-50\/25{ border-inline-end-color: rgb(250 250 249 / 0.25); }
.border-e-stone-50\/30{ border-inline-end-color: rgb(250 250 249 / 0.3); }
.border-e-stone-50\/40{ border-inline-end-color: rgb(250 250 249 / 0.4); }
.border-e-stone-50\/5{ border-inline-end-color: rgb(250 250 249 / 0.05); }
.border-e-stone-50\/50{ border-inline-end-color: rgb(250 250 249 / 0.5); }
.border-e-stone-50\/60{ border-inline-end-color: rgb(250 250 249 / 0.6); }
.border-e-stone-50\/70{ border-inline-end-color: rgb(250 250 249 / 0.7); }
.border-e-stone-50\/75{ border-inline-end-color: rgb(250 250 249 / 0.75); }
.border-e-stone-50\/80{ border-inline-end-color: rgb(250 250 249 / 0.8); }
.border-e-stone-50\/90{ border-inline-end-color: rgb(250 250 249 / 0.9); }
.border-e-stone-50\/95{ border-inline-end-color: rgb(250 250 249 / 0.95); }
.border-e-stone-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-e-stone-500\/0{ border-inline-end-color: rgb(120 113 108 / 0); }
.border-e-stone-500\/10{ border-inline-end-color: rgb(120 113 108 / 0.1); }
.border-e-stone-500\/100{ border-inline-end-color: rgb(120 113 108 / 1); }
.border-e-stone-500\/20{ border-inline-end-color: rgb(120 113 108 / 0.2); }
.border-e-stone-500\/25{ border-inline-end-color: rgb(120 113 108 / 0.25); }
.border-e-stone-500\/30{ border-inline-end-color: rgb(120 113 108 / 0.3); }
.border-e-stone-500\/40{ border-inline-end-color: rgb(120 113 108 / 0.4); }
.border-e-stone-500\/5{ border-inline-end-color: rgb(120 113 108 / 0.05); }
.border-e-stone-500\/50{ border-inline-end-color: rgb(120 113 108 / 0.5); }
.border-e-stone-500\/60{ border-inline-end-color: rgb(120 113 108 / 0.6); }
.border-e-stone-500\/70{ border-inline-end-color: rgb(120 113 108 / 0.7); }
.border-e-stone-500\/75{ border-inline-end-color: rgb(120 113 108 / 0.75); }
.border-e-stone-500\/80{ border-inline-end-color: rgb(120 113 108 / 0.8); }
.border-e-stone-500\/90{ border-inline-end-color: rgb(120 113 108 / 0.9); }
.border-e-stone-500\/95{ border-inline-end-color: rgb(120 113 108 / 0.95); }
.border-e-stone-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-e-stone-600\/0{ border-inline-end-color: rgb(87 83 78 / 0); }
.border-e-stone-600\/10{ border-inline-end-color: rgb(87 83 78 / 0.1); }
.border-e-stone-600\/100{ border-inline-end-color: rgb(87 83 78 / 1); }
.border-e-stone-600\/20{ border-inline-end-color: rgb(87 83 78 / 0.2); }
.border-e-stone-600\/25{ border-inline-end-color: rgb(87 83 78 / 0.25); }
.border-e-stone-600\/30{ border-inline-end-color: rgb(87 83 78 / 0.3); }
.border-e-stone-600\/40{ border-inline-end-color: rgb(87 83 78 / 0.4); }
.border-e-stone-600\/5{ border-inline-end-color: rgb(87 83 78 / 0.05); }
.border-e-stone-600\/50{ border-inline-end-color: rgb(87 83 78 / 0.5); }
.border-e-stone-600\/60{ border-inline-end-color: rgb(87 83 78 / 0.6); }
.border-e-stone-600\/70{ border-inline-end-color: rgb(87 83 78 / 0.7); }
.border-e-stone-600\/75{ border-inline-end-color: rgb(87 83 78 / 0.75); }
.border-e-stone-600\/80{ border-inline-end-color: rgb(87 83 78 / 0.8); }
.border-e-stone-600\/90{ border-inline-end-color: rgb(87 83 78 / 0.9); }
.border-e-stone-600\/95{ border-inline-end-color: rgb(87 83 78 / 0.95); }
.border-e-stone-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-e-stone-700\/0{ border-inline-end-color: rgb(68 64 60 / 0); }
.border-e-stone-700\/10{ border-inline-end-color: rgb(68 64 60 / 0.1); }
.border-e-stone-700\/100{ border-inline-end-color: rgb(68 64 60 / 1); }
.border-e-stone-700\/20{ border-inline-end-color: rgb(68 64 60 / 0.2); }
.border-e-stone-700\/25{ border-inline-end-color: rgb(68 64 60 / 0.25); }
.border-e-stone-700\/30{ border-inline-end-color: rgb(68 64 60 / 0.3); }
.border-e-stone-700\/40{ border-inline-end-color: rgb(68 64 60 / 0.4); }
.border-e-stone-700\/5{ border-inline-end-color: rgb(68 64 60 / 0.05); }
.border-e-stone-700\/50{ border-inline-end-color: rgb(68 64 60 / 0.5); }
.border-e-stone-700\/60{ border-inline-end-color: rgb(68 64 60 / 0.6); }
.border-e-stone-700\/70{ border-inline-end-color: rgb(68 64 60 / 0.7); }
.border-e-stone-700\/75{ border-inline-end-color: rgb(68 64 60 / 0.75); }
.border-e-stone-700\/80{ border-inline-end-color: rgb(68 64 60 / 0.8); }
.border-e-stone-700\/90{ border-inline-end-color: rgb(68 64 60 / 0.9); }
.border-e-stone-700\/95{ border-inline-end-color: rgb(68 64 60 / 0.95); }
.border-e-stone-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-e-stone-800\/0{ border-inline-end-color: rgb(41 37 36 / 0); }
.border-e-stone-800\/10{ border-inline-end-color: rgb(41 37 36 / 0.1); }
.border-e-stone-800\/100{ border-inline-end-color: rgb(41 37 36 / 1); }
.border-e-stone-800\/20{ border-inline-end-color: rgb(41 37 36 / 0.2); }
.border-e-stone-800\/25{ border-inline-end-color: rgb(41 37 36 / 0.25); }
.border-e-stone-800\/30{ border-inline-end-color: rgb(41 37 36 / 0.3); }
.border-e-stone-800\/40{ border-inline-end-color: rgb(41 37 36 / 0.4); }
.border-e-stone-800\/5{ border-inline-end-color: rgb(41 37 36 / 0.05); }
.border-e-stone-800\/50{ border-inline-end-color: rgb(41 37 36 / 0.5); }
.border-e-stone-800\/60{ border-inline-end-color: rgb(41 37 36 / 0.6); }
.border-e-stone-800\/70{ border-inline-end-color: rgb(41 37 36 / 0.7); }
.border-e-stone-800\/75{ border-inline-end-color: rgb(41 37 36 / 0.75); }
.border-e-stone-800\/80{ border-inline-end-color: rgb(41 37 36 / 0.8); }
.border-e-stone-800\/90{ border-inline-end-color: rgb(41 37 36 / 0.9); }
.border-e-stone-800\/95{ border-inline-end-color: rgb(41 37 36 / 0.95); }
.border-e-stone-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-e-stone-900\/0{ border-inline-end-color: rgb(28 25 23 / 0); }
.border-e-stone-900\/10{ border-inline-end-color: rgb(28 25 23 / 0.1); }
.border-e-stone-900\/100{ border-inline-end-color: rgb(28 25 23 / 1); }
.border-e-stone-900\/20{ border-inline-end-color: rgb(28 25 23 / 0.2); }
.border-e-stone-900\/25{ border-inline-end-color: rgb(28 25 23 / 0.25); }
.border-e-stone-900\/30{ border-inline-end-color: rgb(28 25 23 / 0.3); }
.border-e-stone-900\/40{ border-inline-end-color: rgb(28 25 23 / 0.4); }
.border-e-stone-900\/5{ border-inline-end-color: rgb(28 25 23 / 0.05); }
.border-e-stone-900\/50{ border-inline-end-color: rgb(28 25 23 / 0.5); }
.border-e-stone-900\/60{ border-inline-end-color: rgb(28 25 23 / 0.6); }
.border-e-stone-900\/70{ border-inline-end-color: rgb(28 25 23 / 0.7); }
.border-e-stone-900\/75{ border-inline-end-color: rgb(28 25 23 / 0.75); }
.border-e-stone-900\/80{ border-inline-end-color: rgb(28 25 23 / 0.8); }
.border-e-stone-900\/90{ border-inline-end-color: rgb(28 25 23 / 0.9); }
.border-e-stone-900\/95{ border-inline-end-color: rgb(28 25 23 / 0.95); }
.border-e-stone-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-e-stone-950\/0{ border-inline-end-color: rgb(12 10 9 / 0); }
.border-e-stone-950\/10{ border-inline-end-color: rgb(12 10 9 / 0.1); }
.border-e-stone-950\/100{ border-inline-end-color: rgb(12 10 9 / 1); }
.border-e-stone-950\/20{ border-inline-end-color: rgb(12 10 9 / 0.2); }
.border-e-stone-950\/25{ border-inline-end-color: rgb(12 10 9 / 0.25); }
.border-e-stone-950\/30{ border-inline-end-color: rgb(12 10 9 / 0.3); }
.border-e-stone-950\/40{ border-inline-end-color: rgb(12 10 9 / 0.4); }
.border-e-stone-950\/5{ border-inline-end-color: rgb(12 10 9 / 0.05); }
.border-e-stone-950\/50{ border-inline-end-color: rgb(12 10 9 / 0.5); }
.border-e-stone-950\/60{ border-inline-end-color: rgb(12 10 9 / 0.6); }
.border-e-stone-950\/70{ border-inline-end-color: rgb(12 10 9 / 0.7); }
.border-e-stone-950\/75{ border-inline-end-color: rgb(12 10 9 / 0.75); }
.border-e-stone-950\/80{ border-inline-end-color: rgb(12 10 9 / 0.8); }
.border-e-stone-950\/90{ border-inline-end-color: rgb(12 10 9 / 0.9); }
.border-e-stone-950\/95{ border-inline-end-color: rgb(12 10 9 / 0.95); }
.border-e-swim-blue{ --tw-border-opacity: 1; border-inline-end-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-e-swim-blue\/0{ border-inline-end-color: rgb(50 197 255 / 0); }
.border-e-swim-blue\/10{ border-inline-end-color: rgb(50 197 255 / 0.1); }
.border-e-swim-blue\/100{ border-inline-end-color: rgb(50 197 255 / 1); }
.border-e-swim-blue\/20{ border-inline-end-color: rgb(50 197 255 / 0.2); }
.border-e-swim-blue\/25{ border-inline-end-color: rgb(50 197 255 / 0.25); }
.border-e-swim-blue\/30{ border-inline-end-color: rgb(50 197 255 / 0.3); }
.border-e-swim-blue\/40{ border-inline-end-color: rgb(50 197 255 / 0.4); }
.border-e-swim-blue\/5{ border-inline-end-color: rgb(50 197 255 / 0.05); }
.border-e-swim-blue\/50{ border-inline-end-color: rgb(50 197 255 / 0.5); }
.border-e-swim-blue\/60{ border-inline-end-color: rgb(50 197 255 / 0.6); }
.border-e-swim-blue\/70{ border-inline-end-color: rgb(50 197 255 / 0.7); }
.border-e-swim-blue\/75{ border-inline-end-color: rgb(50 197 255 / 0.75); }
.border-e-swim-blue\/80{ border-inline-end-color: rgb(50 197 255 / 0.8); }
.border-e-swim-blue\/90{ border-inline-end-color: rgb(50 197 255 / 0.9); }
.border-e-swim-blue\/95{ border-inline-end-color: rgb(50 197 255 / 0.95); }
.border-e-swim-body-text{ --tw-border-opacity: 1; border-inline-end-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-e-swim-body-text\/0{ border-inline-end-color: rgb(58 60 62 / 0); }
.border-e-swim-body-text\/10{ border-inline-end-color: rgb(58 60 62 / 0.1); }
.border-e-swim-body-text\/100{ border-inline-end-color: rgb(58 60 62 / 1); }
.border-e-swim-body-text\/20{ border-inline-end-color: rgb(58 60 62 / 0.2); }
.border-e-swim-body-text\/25{ border-inline-end-color: rgb(58 60 62 / 0.25); }
.border-e-swim-body-text\/30{ border-inline-end-color: rgb(58 60 62 / 0.3); }
.border-e-swim-body-text\/40{ border-inline-end-color: rgb(58 60 62 / 0.4); }
.border-e-swim-body-text\/5{ border-inline-end-color: rgb(58 60 62 / 0.05); }
.border-e-swim-body-text\/50{ border-inline-end-color: rgb(58 60 62 / 0.5); }
.border-e-swim-body-text\/60{ border-inline-end-color: rgb(58 60 62 / 0.6); }
.border-e-swim-body-text\/70{ border-inline-end-color: rgb(58 60 62 / 0.7); }
.border-e-swim-body-text\/75{ border-inline-end-color: rgb(58 60 62 / 0.75); }
.border-e-swim-body-text\/80{ border-inline-end-color: rgb(58 60 62 / 0.8); }
.border-e-swim-body-text\/90{ border-inline-end-color: rgb(58 60 62 / 0.9); }
.border-e-swim-body-text\/95{ border-inline-end-color: rgb(58 60 62 / 0.95); }
.border-e-swim-dark-blue{ --tw-border-opacity: 1; border-inline-end-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-e-swim-dark-blue\/0{ border-inline-end-color: rgb(4 34 86 / 0); }
.border-e-swim-dark-blue\/10{ border-inline-end-color: rgb(4 34 86 / 0.1); }
.border-e-swim-dark-blue\/100{ border-inline-end-color: rgb(4 34 86 / 1); }
.border-e-swim-dark-blue\/20{ border-inline-end-color: rgb(4 34 86 / 0.2); }
.border-e-swim-dark-blue\/25{ border-inline-end-color: rgb(4 34 86 / 0.25); }
.border-e-swim-dark-blue\/30{ border-inline-end-color: rgb(4 34 86 / 0.3); }
.border-e-swim-dark-blue\/40{ border-inline-end-color: rgb(4 34 86 / 0.4); }
.border-e-swim-dark-blue\/5{ border-inline-end-color: rgb(4 34 86 / 0.05); }
.border-e-swim-dark-blue\/50{ border-inline-end-color: rgb(4 34 86 / 0.5); }
.border-e-swim-dark-blue\/60{ border-inline-end-color: rgb(4 34 86 / 0.6); }
.border-e-swim-dark-blue\/70{ border-inline-end-color: rgb(4 34 86 / 0.7); }
.border-e-swim-dark-blue\/75{ border-inline-end-color: rgb(4 34 86 / 0.75); }
.border-e-swim-dark-blue\/80{ border-inline-end-color: rgb(4 34 86 / 0.8); }
.border-e-swim-dark-blue\/90{ border-inline-end-color: rgb(4 34 86 / 0.9); }
.border-e-swim-dark-blue\/95{ border-inline-end-color: rgb(4 34 86 / 0.95); }
.border-e-swim-dark-purple{ --tw-border-opacity: 1; border-inline-end-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-e-swim-dark-purple\/0{ border-inline-end-color: rgb(214 81 255 / 0); }
.border-e-swim-dark-purple\/10{ border-inline-end-color: rgb(214 81 255 / 0.1); }
.border-e-swim-dark-purple\/100{ border-inline-end-color: rgb(214 81 255 / 1); }
.border-e-swim-dark-purple\/20{ border-inline-end-color: rgb(214 81 255 / 0.2); }
.border-e-swim-dark-purple\/25{ border-inline-end-color: rgb(214 81 255 / 0.25); }
.border-e-swim-dark-purple\/30{ border-inline-end-color: rgb(214 81 255 / 0.3); }
.border-e-swim-dark-purple\/40{ border-inline-end-color: rgb(214 81 255 / 0.4); }
.border-e-swim-dark-purple\/5{ border-inline-end-color: rgb(214 81 255 / 0.05); }
.border-e-swim-dark-purple\/50{ border-inline-end-color: rgb(214 81 255 / 0.5); }
.border-e-swim-dark-purple\/60{ border-inline-end-color: rgb(214 81 255 / 0.6); }
.border-e-swim-dark-purple\/70{ border-inline-end-color: rgb(214 81 255 / 0.7); }
.border-e-swim-dark-purple\/75{ border-inline-end-color: rgb(214 81 255 / 0.75); }
.border-e-swim-dark-purple\/80{ border-inline-end-color: rgb(214 81 255 / 0.8); }
.border-e-swim-dark-purple\/90{ border-inline-end-color: rgb(214 81 255 / 0.9); }
.border-e-swim-dark-purple\/95{ border-inline-end-color: rgb(214 81 255 / 0.95); }
.border-e-swim-dark-teal{ --tw-border-opacity: 1; border-inline-end-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-e-swim-dark-teal\/0{ border-inline-end-color: rgb(68 215 182 / 0); }
.border-e-swim-dark-teal\/10{ border-inline-end-color: rgb(68 215 182 / 0.1); }
.border-e-swim-dark-teal\/100{ border-inline-end-color: rgb(68 215 182 / 1); }
.border-e-swim-dark-teal\/20{ border-inline-end-color: rgb(68 215 182 / 0.2); }
.border-e-swim-dark-teal\/25{ border-inline-end-color: rgb(68 215 182 / 0.25); }
.border-e-swim-dark-teal\/30{ border-inline-end-color: rgb(68 215 182 / 0.3); }
.border-e-swim-dark-teal\/40{ border-inline-end-color: rgb(68 215 182 / 0.4); }
.border-e-swim-dark-teal\/5{ border-inline-end-color: rgb(68 215 182 / 0.05); }
.border-e-swim-dark-teal\/50{ border-inline-end-color: rgb(68 215 182 / 0.5); }
.border-e-swim-dark-teal\/60{ border-inline-end-color: rgb(68 215 182 / 0.6); }
.border-e-swim-dark-teal\/70{ border-inline-end-color: rgb(68 215 182 / 0.7); }
.border-e-swim-dark-teal\/75{ border-inline-end-color: rgb(68 215 182 / 0.75); }
.border-e-swim-dark-teal\/80{ border-inline-end-color: rgb(68 215 182 / 0.8); }
.border-e-swim-dark-teal\/90{ border-inline-end-color: rgb(68 215 182 / 0.9); }
.border-e-swim-dark-teal\/95{ border-inline-end-color: rgb(68 215 182 / 0.95); }
.border-e-swim-darker-blue{ --tw-border-opacity: 1; border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-e-swim-darker-blue\/0{ border-inline-end-color: rgb(17 24 39 / 0); }
.border-e-swim-darker-blue\/10{ border-inline-end-color: rgb(17 24 39 / 0.1); }
.border-e-swim-darker-blue\/100{ border-inline-end-color: rgb(17 24 39 / 1); }
.border-e-swim-darker-blue\/20{ border-inline-end-color: rgb(17 24 39 / 0.2); }
.border-e-swim-darker-blue\/25{ border-inline-end-color: rgb(17 24 39 / 0.25); }
.border-e-swim-darker-blue\/30{ border-inline-end-color: rgb(17 24 39 / 0.3); }
.border-e-swim-darker-blue\/40{ border-inline-end-color: rgb(17 24 39 / 0.4); }
.border-e-swim-darker-blue\/5{ border-inline-end-color: rgb(17 24 39 / 0.05); }
.border-e-swim-darker-blue\/50{ border-inline-end-color: rgb(17 24 39 / 0.5); }
.border-e-swim-darker-blue\/60{ border-inline-end-color: rgb(17 24 39 / 0.6); }
.border-e-swim-darker-blue\/70{ border-inline-end-color: rgb(17 24 39 / 0.7); }
.border-e-swim-darker-blue\/75{ border-inline-end-color: rgb(17 24 39 / 0.75); }
.border-e-swim-darker-blue\/80{ border-inline-end-color: rgb(17 24 39 / 0.8); }
.border-e-swim-darker-blue\/90{ border-inline-end-color: rgb(17 24 39 / 0.9); }
.border-e-swim-darker-blue\/95{ border-inline-end-color: rgb(17 24 39 / 0.95); }
.border-e-swim-darker-grey{ --tw-border-opacity: 1; border-inline-end-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-e-swim-darker-grey\/0{ border-inline-end-color: rgb(169 169 169 / 0); }
.border-e-swim-darker-grey\/10{ border-inline-end-color: rgb(169 169 169 / 0.1); }
.border-e-swim-darker-grey\/100{ border-inline-end-color: rgb(169 169 169 / 1); }
.border-e-swim-darker-grey\/20{ border-inline-end-color: rgb(169 169 169 / 0.2); }
.border-e-swim-darker-grey\/25{ border-inline-end-color: rgb(169 169 169 / 0.25); }
.border-e-swim-darker-grey\/30{ border-inline-end-color: rgb(169 169 169 / 0.3); }
.border-e-swim-darker-grey\/40{ border-inline-end-color: rgb(169 169 169 / 0.4); }
.border-e-swim-darker-grey\/5{ border-inline-end-color: rgb(169 169 169 / 0.05); }
.border-e-swim-darker-grey\/50{ border-inline-end-color: rgb(169 169 169 / 0.5); }
.border-e-swim-darker-grey\/60{ border-inline-end-color: rgb(169 169 169 / 0.6); }
.border-e-swim-darker-grey\/70{ border-inline-end-color: rgb(169 169 169 / 0.7); }
.border-e-swim-darker-grey\/75{ border-inline-end-color: rgb(169 169 169 / 0.75); }
.border-e-swim-darker-grey\/80{ border-inline-end-color: rgb(169 169 169 / 0.8); }
.border-e-swim-darker-grey\/90{ border-inline-end-color: rgb(169 169 169 / 0.9); }
.border-e-swim-darker-grey\/95{ border-inline-end-color: rgb(169 169 169 / 0.95); }
.border-e-swim-darker-teal{ border-inline-end-color: RGBA(4, 42, 43, 0.85); }
.border-e-swim-darkerish-grey{ --tw-border-opacity: 1; border-inline-end-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-e-swim-darkerish-grey\/0{ border-inline-end-color: rgb(109 114 120 / 0); }
.border-e-swim-darkerish-grey\/10{ border-inline-end-color: rgb(109 114 120 / 0.1); }
.border-e-swim-darkerish-grey\/100{ border-inline-end-color: rgb(109 114 120 / 1); }
.border-e-swim-darkerish-grey\/20{ border-inline-end-color: rgb(109 114 120 / 0.2); }
.border-e-swim-darkerish-grey\/25{ border-inline-end-color: rgb(109 114 120 / 0.25); }
.border-e-swim-darkerish-grey\/30{ border-inline-end-color: rgb(109 114 120 / 0.3); }
.border-e-swim-darkerish-grey\/40{ border-inline-end-color: rgb(109 114 120 / 0.4); }
.border-e-swim-darkerish-grey\/5{ border-inline-end-color: rgb(109 114 120 / 0.05); }
.border-e-swim-darkerish-grey\/50{ border-inline-end-color: rgb(109 114 120 / 0.5); }
.border-e-swim-darkerish-grey\/60{ border-inline-end-color: rgb(109 114 120 / 0.6); }
.border-e-swim-darkerish-grey\/70{ border-inline-end-color: rgb(109 114 120 / 0.7); }
.border-e-swim-darkerish-grey\/75{ border-inline-end-color: rgb(109 114 120 / 0.75); }
.border-e-swim-darkerish-grey\/80{ border-inline-end-color: rgb(109 114 120 / 0.8); }
.border-e-swim-darkerish-grey\/90{ border-inline-end-color: rgb(109 114 120 / 0.9); }
.border-e-swim-darkerish-grey\/95{ border-inline-end-color: rgb(109 114 120 / 0.95); }
.border-e-swim-grey{ --tw-border-opacity: 1; border-inline-end-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-e-swim-grey\/0{ border-inline-end-color: rgb(193 193 193 / 0); }
.border-e-swim-grey\/10{ border-inline-end-color: rgb(193 193 193 / 0.1); }
.border-e-swim-grey\/100{ border-inline-end-color: rgb(193 193 193 / 1); }
.border-e-swim-grey\/20{ border-inline-end-color: rgb(193 193 193 / 0.2); }
.border-e-swim-grey\/25{ border-inline-end-color: rgb(193 193 193 / 0.25); }
.border-e-swim-grey\/30{ border-inline-end-color: rgb(193 193 193 / 0.3); }
.border-e-swim-grey\/40{ border-inline-end-color: rgb(193 193 193 / 0.4); }
.border-e-swim-grey\/5{ border-inline-end-color: rgb(193 193 193 / 0.05); }
.border-e-swim-grey\/50{ border-inline-end-color: rgb(193 193 193 / 0.5); }
.border-e-swim-grey\/60{ border-inline-end-color: rgb(193 193 193 / 0.6); }
.border-e-swim-grey\/70{ border-inline-end-color: rgb(193 193 193 / 0.7); }
.border-e-swim-grey\/75{ border-inline-end-color: rgb(193 193 193 / 0.75); }
.border-e-swim-grey\/80{ border-inline-end-color: rgb(193 193 193 / 0.8); }
.border-e-swim-grey\/90{ border-inline-end-color: rgb(193 193 193 / 0.9); }
.border-e-swim-grey\/95{ border-inline-end-color: rgb(193 193 193 / 0.95); }
.border-e-swim-lighter-grey{ --tw-border-opacity: 1; border-inline-end-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-e-swim-lighter-grey\/0{ border-inline-end-color: rgb(233 239 240 / 0); }
.border-e-swim-lighter-grey\/10{ border-inline-end-color: rgb(233 239 240 / 0.1); }
.border-e-swim-lighter-grey\/100{ border-inline-end-color: rgb(233 239 240 / 1); }
.border-e-swim-lighter-grey\/20{ border-inline-end-color: rgb(233 239 240 / 0.2); }
.border-e-swim-lighter-grey\/25{ border-inline-end-color: rgb(233 239 240 / 0.25); }
.border-e-swim-lighter-grey\/30{ border-inline-end-color: rgb(233 239 240 / 0.3); }
.border-e-swim-lighter-grey\/40{ border-inline-end-color: rgb(233 239 240 / 0.4); }
.border-e-swim-lighter-grey\/5{ border-inline-end-color: rgb(233 239 240 / 0.05); }
.border-e-swim-lighter-grey\/50{ border-inline-end-color: rgb(233 239 240 / 0.5); }
.border-e-swim-lighter-grey\/60{ border-inline-end-color: rgb(233 239 240 / 0.6); }
.border-e-swim-lighter-grey\/70{ border-inline-end-color: rgb(233 239 240 / 0.7); }
.border-e-swim-lighter-grey\/75{ border-inline-end-color: rgb(233 239 240 / 0.75); }
.border-e-swim-lighter-grey\/80{ border-inline-end-color: rgb(233 239 240 / 0.8); }
.border-e-swim-lighter-grey\/90{ border-inline-end-color: rgb(233 239 240 / 0.9); }
.border-e-swim-lighter-grey\/95{ border-inline-end-color: rgb(233 239 240 / 0.95); }
.border-e-swim-purple{ --tw-border-opacity: 1; border-inline-end-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-e-swim-purple\/0{ border-inline-end-color: rgb(186 98 255 / 0); }
.border-e-swim-purple\/10{ border-inline-end-color: rgb(186 98 255 / 0.1); }
.border-e-swim-purple\/100{ border-inline-end-color: rgb(186 98 255 / 1); }
.border-e-swim-purple\/20{ border-inline-end-color: rgb(186 98 255 / 0.2); }
.border-e-swim-purple\/25{ border-inline-end-color: rgb(186 98 255 / 0.25); }
.border-e-swim-purple\/30{ border-inline-end-color: rgb(186 98 255 / 0.3); }
.border-e-swim-purple\/40{ border-inline-end-color: rgb(186 98 255 / 0.4); }
.border-e-swim-purple\/5{ border-inline-end-color: rgb(186 98 255 / 0.05); }
.border-e-swim-purple\/50{ border-inline-end-color: rgb(186 98 255 / 0.5); }
.border-e-swim-purple\/60{ border-inline-end-color: rgb(186 98 255 / 0.6); }
.border-e-swim-purple\/70{ border-inline-end-color: rgb(186 98 255 / 0.7); }
.border-e-swim-purple\/75{ border-inline-end-color: rgb(186 98 255 / 0.75); }
.border-e-swim-purple\/80{ border-inline-end-color: rgb(186 98 255 / 0.8); }
.border-e-swim-purple\/90{ border-inline-end-color: rgb(186 98 255 / 0.9); }
.border-e-swim-purple\/95{ border-inline-end-color: rgb(186 98 255 / 0.95); }
.border-e-swim-teal{ --tw-border-opacity: 1; border-inline-end-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-e-swim-teal\/0{ border-inline-end-color: rgb(102 255 221 / 0); }
.border-e-swim-teal\/10{ border-inline-end-color: rgb(102 255 221 / 0.1); }
.border-e-swim-teal\/100{ border-inline-end-color: rgb(102 255 221 / 1); }
.border-e-swim-teal\/20{ border-inline-end-color: rgb(102 255 221 / 0.2); }
.border-e-swim-teal\/25{ border-inline-end-color: rgb(102 255 221 / 0.25); }
.border-e-swim-teal\/30{ border-inline-end-color: rgb(102 255 221 / 0.3); }
.border-e-swim-teal\/40{ border-inline-end-color: rgb(102 255 221 / 0.4); }
.border-e-swim-teal\/5{ border-inline-end-color: rgb(102 255 221 / 0.05); }
.border-e-swim-teal\/50{ border-inline-end-color: rgb(102 255 221 / 0.5); }
.border-e-swim-teal\/60{ border-inline-end-color: rgb(102 255 221 / 0.6); }
.border-e-swim-teal\/70{ border-inline-end-color: rgb(102 255 221 / 0.7); }
.border-e-swim-teal\/75{ border-inline-end-color: rgb(102 255 221 / 0.75); }
.border-e-swim-teal\/80{ border-inline-end-color: rgb(102 255 221 / 0.8); }
.border-e-swim-teal\/90{ border-inline-end-color: rgb(102 255 221 / 0.9); }
.border-e-swim-teal\/95{ border-inline-end-color: rgb(102 255 221 / 0.95); }
.border-e-teal-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-e-teal-100\/0{ border-inline-end-color: rgb(204 251 241 / 0); }
.border-e-teal-100\/10{ border-inline-end-color: rgb(204 251 241 / 0.1); }
.border-e-teal-100\/100{ border-inline-end-color: rgb(204 251 241 / 1); }
.border-e-teal-100\/20{ border-inline-end-color: rgb(204 251 241 / 0.2); }
.border-e-teal-100\/25{ border-inline-end-color: rgb(204 251 241 / 0.25); }
.border-e-teal-100\/30{ border-inline-end-color: rgb(204 251 241 / 0.3); }
.border-e-teal-100\/40{ border-inline-end-color: rgb(204 251 241 / 0.4); }
.border-e-teal-100\/5{ border-inline-end-color: rgb(204 251 241 / 0.05); }
.border-e-teal-100\/50{ border-inline-end-color: rgb(204 251 241 / 0.5); }
.border-e-teal-100\/60{ border-inline-end-color: rgb(204 251 241 / 0.6); }
.border-e-teal-100\/70{ border-inline-end-color: rgb(204 251 241 / 0.7); }
.border-e-teal-100\/75{ border-inline-end-color: rgb(204 251 241 / 0.75); }
.border-e-teal-100\/80{ border-inline-end-color: rgb(204 251 241 / 0.8); }
.border-e-teal-100\/90{ border-inline-end-color: rgb(204 251 241 / 0.9); }
.border-e-teal-100\/95{ border-inline-end-color: rgb(204 251 241 / 0.95); }
.border-e-teal-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-e-teal-200\/0{ border-inline-end-color: rgb(153 246 228 / 0); }
.border-e-teal-200\/10{ border-inline-end-color: rgb(153 246 228 / 0.1); }
.border-e-teal-200\/100{ border-inline-end-color: rgb(153 246 228 / 1); }
.border-e-teal-200\/20{ border-inline-end-color: rgb(153 246 228 / 0.2); }
.border-e-teal-200\/25{ border-inline-end-color: rgb(153 246 228 / 0.25); }
.border-e-teal-200\/30{ border-inline-end-color: rgb(153 246 228 / 0.3); }
.border-e-teal-200\/40{ border-inline-end-color: rgb(153 246 228 / 0.4); }
.border-e-teal-200\/5{ border-inline-end-color: rgb(153 246 228 / 0.05); }
.border-e-teal-200\/50{ border-inline-end-color: rgb(153 246 228 / 0.5); }
.border-e-teal-200\/60{ border-inline-end-color: rgb(153 246 228 / 0.6); }
.border-e-teal-200\/70{ border-inline-end-color: rgb(153 246 228 / 0.7); }
.border-e-teal-200\/75{ border-inline-end-color: rgb(153 246 228 / 0.75); }
.border-e-teal-200\/80{ border-inline-end-color: rgb(153 246 228 / 0.8); }
.border-e-teal-200\/90{ border-inline-end-color: rgb(153 246 228 / 0.9); }
.border-e-teal-200\/95{ border-inline-end-color: rgb(153 246 228 / 0.95); }
.border-e-teal-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-e-teal-300\/0{ border-inline-end-color: rgb(94 234 212 / 0); }
.border-e-teal-300\/10{ border-inline-end-color: rgb(94 234 212 / 0.1); }
.border-e-teal-300\/100{ border-inline-end-color: rgb(94 234 212 / 1); }
.border-e-teal-300\/20{ border-inline-end-color: rgb(94 234 212 / 0.2); }
.border-e-teal-300\/25{ border-inline-end-color: rgb(94 234 212 / 0.25); }
.border-e-teal-300\/30{ border-inline-end-color: rgb(94 234 212 / 0.3); }
.border-e-teal-300\/40{ border-inline-end-color: rgb(94 234 212 / 0.4); }
.border-e-teal-300\/5{ border-inline-end-color: rgb(94 234 212 / 0.05); }
.border-e-teal-300\/50{ border-inline-end-color: rgb(94 234 212 / 0.5); }
.border-e-teal-300\/60{ border-inline-end-color: rgb(94 234 212 / 0.6); }
.border-e-teal-300\/70{ border-inline-end-color: rgb(94 234 212 / 0.7); }
.border-e-teal-300\/75{ border-inline-end-color: rgb(94 234 212 / 0.75); }
.border-e-teal-300\/80{ border-inline-end-color: rgb(94 234 212 / 0.8); }
.border-e-teal-300\/90{ border-inline-end-color: rgb(94 234 212 / 0.9); }
.border-e-teal-300\/95{ border-inline-end-color: rgb(94 234 212 / 0.95); }
.border-e-teal-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-e-teal-400\/0{ border-inline-end-color: rgb(45 212 191 / 0); }
.border-e-teal-400\/10{ border-inline-end-color: rgb(45 212 191 / 0.1); }
.border-e-teal-400\/100{ border-inline-end-color: rgb(45 212 191 / 1); }
.border-e-teal-400\/20{ border-inline-end-color: rgb(45 212 191 / 0.2); }
.border-e-teal-400\/25{ border-inline-end-color: rgb(45 212 191 / 0.25); }
.border-e-teal-400\/30{ border-inline-end-color: rgb(45 212 191 / 0.3); }
.border-e-teal-400\/40{ border-inline-end-color: rgb(45 212 191 / 0.4); }
.border-e-teal-400\/5{ border-inline-end-color: rgb(45 212 191 / 0.05); }
.border-e-teal-400\/50{ border-inline-end-color: rgb(45 212 191 / 0.5); }
.border-e-teal-400\/60{ border-inline-end-color: rgb(45 212 191 / 0.6); }
.border-e-teal-400\/70{ border-inline-end-color: rgb(45 212 191 / 0.7); }
.border-e-teal-400\/75{ border-inline-end-color: rgb(45 212 191 / 0.75); }
.border-e-teal-400\/80{ border-inline-end-color: rgb(45 212 191 / 0.8); }
.border-e-teal-400\/90{ border-inline-end-color: rgb(45 212 191 / 0.9); }
.border-e-teal-400\/95{ border-inline-end-color: rgb(45 212 191 / 0.95); }
.border-e-teal-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-e-teal-50\/0{ border-inline-end-color: rgb(240 253 250 / 0); }
.border-e-teal-50\/10{ border-inline-end-color: rgb(240 253 250 / 0.1); }
.border-e-teal-50\/100{ border-inline-end-color: rgb(240 253 250 / 1); }
.border-e-teal-50\/20{ border-inline-end-color: rgb(240 253 250 / 0.2); }
.border-e-teal-50\/25{ border-inline-end-color: rgb(240 253 250 / 0.25); }
.border-e-teal-50\/30{ border-inline-end-color: rgb(240 253 250 / 0.3); }
.border-e-teal-50\/40{ border-inline-end-color: rgb(240 253 250 / 0.4); }
.border-e-teal-50\/5{ border-inline-end-color: rgb(240 253 250 / 0.05); }
.border-e-teal-50\/50{ border-inline-end-color: rgb(240 253 250 / 0.5); }
.border-e-teal-50\/60{ border-inline-end-color: rgb(240 253 250 / 0.6); }
.border-e-teal-50\/70{ border-inline-end-color: rgb(240 253 250 / 0.7); }
.border-e-teal-50\/75{ border-inline-end-color: rgb(240 253 250 / 0.75); }
.border-e-teal-50\/80{ border-inline-end-color: rgb(240 253 250 / 0.8); }
.border-e-teal-50\/90{ border-inline-end-color: rgb(240 253 250 / 0.9); }
.border-e-teal-50\/95{ border-inline-end-color: rgb(240 253 250 / 0.95); }
.border-e-teal-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-e-teal-500\/0{ border-inline-end-color: rgb(20 184 166 / 0); }
.border-e-teal-500\/10{ border-inline-end-color: rgb(20 184 166 / 0.1); }
.border-e-teal-500\/100{ border-inline-end-color: rgb(20 184 166 / 1); }
.border-e-teal-500\/20{ border-inline-end-color: rgb(20 184 166 / 0.2); }
.border-e-teal-500\/25{ border-inline-end-color: rgb(20 184 166 / 0.25); }
.border-e-teal-500\/30{ border-inline-end-color: rgb(20 184 166 / 0.3); }
.border-e-teal-500\/40{ border-inline-end-color: rgb(20 184 166 / 0.4); }
.border-e-teal-500\/5{ border-inline-end-color: rgb(20 184 166 / 0.05); }
.border-e-teal-500\/50{ border-inline-end-color: rgb(20 184 166 / 0.5); }
.border-e-teal-500\/60{ border-inline-end-color: rgb(20 184 166 / 0.6); }
.border-e-teal-500\/70{ border-inline-end-color: rgb(20 184 166 / 0.7); }
.border-e-teal-500\/75{ border-inline-end-color: rgb(20 184 166 / 0.75); }
.border-e-teal-500\/80{ border-inline-end-color: rgb(20 184 166 / 0.8); }
.border-e-teal-500\/90{ border-inline-end-color: rgb(20 184 166 / 0.9); }
.border-e-teal-500\/95{ border-inline-end-color: rgb(20 184 166 / 0.95); }
.border-e-teal-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-e-teal-600\/0{ border-inline-end-color: rgb(13 148 136 / 0); }
.border-e-teal-600\/10{ border-inline-end-color: rgb(13 148 136 / 0.1); }
.border-e-teal-600\/100{ border-inline-end-color: rgb(13 148 136 / 1); }
.border-e-teal-600\/20{ border-inline-end-color: rgb(13 148 136 / 0.2); }
.border-e-teal-600\/25{ border-inline-end-color: rgb(13 148 136 / 0.25); }
.border-e-teal-600\/30{ border-inline-end-color: rgb(13 148 136 / 0.3); }
.border-e-teal-600\/40{ border-inline-end-color: rgb(13 148 136 / 0.4); }
.border-e-teal-600\/5{ border-inline-end-color: rgb(13 148 136 / 0.05); }
.border-e-teal-600\/50{ border-inline-end-color: rgb(13 148 136 / 0.5); }
.border-e-teal-600\/60{ border-inline-end-color: rgb(13 148 136 / 0.6); }
.border-e-teal-600\/70{ border-inline-end-color: rgb(13 148 136 / 0.7); }
.border-e-teal-600\/75{ border-inline-end-color: rgb(13 148 136 / 0.75); }
.border-e-teal-600\/80{ border-inline-end-color: rgb(13 148 136 / 0.8); }
.border-e-teal-600\/90{ border-inline-end-color: rgb(13 148 136 / 0.9); }
.border-e-teal-600\/95{ border-inline-end-color: rgb(13 148 136 / 0.95); }
.border-e-teal-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-e-teal-700\/0{ border-inline-end-color: rgb(15 118 110 / 0); }
.border-e-teal-700\/10{ border-inline-end-color: rgb(15 118 110 / 0.1); }
.border-e-teal-700\/100{ border-inline-end-color: rgb(15 118 110 / 1); }
.border-e-teal-700\/20{ border-inline-end-color: rgb(15 118 110 / 0.2); }
.border-e-teal-700\/25{ border-inline-end-color: rgb(15 118 110 / 0.25); }
.border-e-teal-700\/30{ border-inline-end-color: rgb(15 118 110 / 0.3); }
.border-e-teal-700\/40{ border-inline-end-color: rgb(15 118 110 / 0.4); }
.border-e-teal-700\/5{ border-inline-end-color: rgb(15 118 110 / 0.05); }
.border-e-teal-700\/50{ border-inline-end-color: rgb(15 118 110 / 0.5); }
.border-e-teal-700\/60{ border-inline-end-color: rgb(15 118 110 / 0.6); }
.border-e-teal-700\/70{ border-inline-end-color: rgb(15 118 110 / 0.7); }
.border-e-teal-700\/75{ border-inline-end-color: rgb(15 118 110 / 0.75); }
.border-e-teal-700\/80{ border-inline-end-color: rgb(15 118 110 / 0.8); }
.border-e-teal-700\/90{ border-inline-end-color: rgb(15 118 110 / 0.9); }
.border-e-teal-700\/95{ border-inline-end-color: rgb(15 118 110 / 0.95); }
.border-e-teal-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-e-teal-800\/0{ border-inline-end-color: rgb(17 94 89 / 0); }
.border-e-teal-800\/10{ border-inline-end-color: rgb(17 94 89 / 0.1); }
.border-e-teal-800\/100{ border-inline-end-color: rgb(17 94 89 / 1); }
.border-e-teal-800\/20{ border-inline-end-color: rgb(17 94 89 / 0.2); }
.border-e-teal-800\/25{ border-inline-end-color: rgb(17 94 89 / 0.25); }
.border-e-teal-800\/30{ border-inline-end-color: rgb(17 94 89 / 0.3); }
.border-e-teal-800\/40{ border-inline-end-color: rgb(17 94 89 / 0.4); }
.border-e-teal-800\/5{ border-inline-end-color: rgb(17 94 89 / 0.05); }
.border-e-teal-800\/50{ border-inline-end-color: rgb(17 94 89 / 0.5); }
.border-e-teal-800\/60{ border-inline-end-color: rgb(17 94 89 / 0.6); }
.border-e-teal-800\/70{ border-inline-end-color: rgb(17 94 89 / 0.7); }
.border-e-teal-800\/75{ border-inline-end-color: rgb(17 94 89 / 0.75); }
.border-e-teal-800\/80{ border-inline-end-color: rgb(17 94 89 / 0.8); }
.border-e-teal-800\/90{ border-inline-end-color: rgb(17 94 89 / 0.9); }
.border-e-teal-800\/95{ border-inline-end-color: rgb(17 94 89 / 0.95); }
.border-e-teal-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-e-teal-900\/0{ border-inline-end-color: rgb(19 78 74 / 0); }
.border-e-teal-900\/10{ border-inline-end-color: rgb(19 78 74 / 0.1); }
.border-e-teal-900\/100{ border-inline-end-color: rgb(19 78 74 / 1); }
.border-e-teal-900\/20{ border-inline-end-color: rgb(19 78 74 / 0.2); }
.border-e-teal-900\/25{ border-inline-end-color: rgb(19 78 74 / 0.25); }
.border-e-teal-900\/30{ border-inline-end-color: rgb(19 78 74 / 0.3); }
.border-e-teal-900\/40{ border-inline-end-color: rgb(19 78 74 / 0.4); }
.border-e-teal-900\/5{ border-inline-end-color: rgb(19 78 74 / 0.05); }
.border-e-teal-900\/50{ border-inline-end-color: rgb(19 78 74 / 0.5); }
.border-e-teal-900\/60{ border-inline-end-color: rgb(19 78 74 / 0.6); }
.border-e-teal-900\/70{ border-inline-end-color: rgb(19 78 74 / 0.7); }
.border-e-teal-900\/75{ border-inline-end-color: rgb(19 78 74 / 0.75); }
.border-e-teal-900\/80{ border-inline-end-color: rgb(19 78 74 / 0.8); }
.border-e-teal-900\/90{ border-inline-end-color: rgb(19 78 74 / 0.9); }
.border-e-teal-900\/95{ border-inline-end-color: rgb(19 78 74 / 0.95); }
.border-e-teal-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-e-teal-950\/0{ border-inline-end-color: rgb(4 47 46 / 0); }
.border-e-teal-950\/10{ border-inline-end-color: rgb(4 47 46 / 0.1); }
.border-e-teal-950\/100{ border-inline-end-color: rgb(4 47 46 / 1); }
.border-e-teal-950\/20{ border-inline-end-color: rgb(4 47 46 / 0.2); }
.border-e-teal-950\/25{ border-inline-end-color: rgb(4 47 46 / 0.25); }
.border-e-teal-950\/30{ border-inline-end-color: rgb(4 47 46 / 0.3); }
.border-e-teal-950\/40{ border-inline-end-color: rgb(4 47 46 / 0.4); }
.border-e-teal-950\/5{ border-inline-end-color: rgb(4 47 46 / 0.05); }
.border-e-teal-950\/50{ border-inline-end-color: rgb(4 47 46 / 0.5); }
.border-e-teal-950\/60{ border-inline-end-color: rgb(4 47 46 / 0.6); }
.border-e-teal-950\/70{ border-inline-end-color: rgb(4 47 46 / 0.7); }
.border-e-teal-950\/75{ border-inline-end-color: rgb(4 47 46 / 0.75); }
.border-e-teal-950\/80{ border-inline-end-color: rgb(4 47 46 / 0.8); }
.border-e-teal-950\/90{ border-inline-end-color: rgb(4 47 46 / 0.9); }
.border-e-teal-950\/95{ border-inline-end-color: rgb(4 47 46 / 0.95); }
.border-e-transparent{ border-inline-end-color: transparent; }
.border-e-transparent\/0{ border-inline-end-color: rgb(0 0 0 / 0); }
.border-e-transparent\/10{ border-inline-end-color: rgb(0 0 0 / 0.1); }
.border-e-transparent\/100{ border-inline-end-color: rgb(0 0 0 / 1); }
.border-e-transparent\/20{ border-inline-end-color: rgb(0 0 0 / 0.2); }
.border-e-transparent\/25{ border-inline-end-color: rgb(0 0 0 / 0.25); }
.border-e-transparent\/30{ border-inline-end-color: rgb(0 0 0 / 0.3); }
.border-e-transparent\/40{ border-inline-end-color: rgb(0 0 0 / 0.4); }
.border-e-transparent\/5{ border-inline-end-color: rgb(0 0 0 / 0.05); }
.border-e-transparent\/50{ border-inline-end-color: rgb(0 0 0 / 0.5); }
.border-e-transparent\/60{ border-inline-end-color: rgb(0 0 0 / 0.6); }
.border-e-transparent\/70{ border-inline-end-color: rgb(0 0 0 / 0.7); }
.border-e-transparent\/75{ border-inline-end-color: rgb(0 0 0 / 0.75); }
.border-e-transparent\/80{ border-inline-end-color: rgb(0 0 0 / 0.8); }
.border-e-transparent\/90{ border-inline-end-color: rgb(0 0 0 / 0.9); }
.border-e-transparent\/95{ border-inline-end-color: rgb(0 0 0 / 0.95); }
.border-e-violet-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-e-violet-100\/0{ border-inline-end-color: rgb(237 233 254 / 0); }
.border-e-violet-100\/10{ border-inline-end-color: rgb(237 233 254 / 0.1); }
.border-e-violet-100\/100{ border-inline-end-color: rgb(237 233 254 / 1); }
.border-e-violet-100\/20{ border-inline-end-color: rgb(237 233 254 / 0.2); }
.border-e-violet-100\/25{ border-inline-end-color: rgb(237 233 254 / 0.25); }
.border-e-violet-100\/30{ border-inline-end-color: rgb(237 233 254 / 0.3); }
.border-e-violet-100\/40{ border-inline-end-color: rgb(237 233 254 / 0.4); }
.border-e-violet-100\/5{ border-inline-end-color: rgb(237 233 254 / 0.05); }
.border-e-violet-100\/50{ border-inline-end-color: rgb(237 233 254 / 0.5); }
.border-e-violet-100\/60{ border-inline-end-color: rgb(237 233 254 / 0.6); }
.border-e-violet-100\/70{ border-inline-end-color: rgb(237 233 254 / 0.7); }
.border-e-violet-100\/75{ border-inline-end-color: rgb(237 233 254 / 0.75); }
.border-e-violet-100\/80{ border-inline-end-color: rgb(237 233 254 / 0.8); }
.border-e-violet-100\/90{ border-inline-end-color: rgb(237 233 254 / 0.9); }
.border-e-violet-100\/95{ border-inline-end-color: rgb(237 233 254 / 0.95); }
.border-e-violet-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-e-violet-200\/0{ border-inline-end-color: rgb(221 214 254 / 0); }
.border-e-violet-200\/10{ border-inline-end-color: rgb(221 214 254 / 0.1); }
.border-e-violet-200\/100{ border-inline-end-color: rgb(221 214 254 / 1); }
.border-e-violet-200\/20{ border-inline-end-color: rgb(221 214 254 / 0.2); }
.border-e-violet-200\/25{ border-inline-end-color: rgb(221 214 254 / 0.25); }
.border-e-violet-200\/30{ border-inline-end-color: rgb(221 214 254 / 0.3); }
.border-e-violet-200\/40{ border-inline-end-color: rgb(221 214 254 / 0.4); }
.border-e-violet-200\/5{ border-inline-end-color: rgb(221 214 254 / 0.05); }
.border-e-violet-200\/50{ border-inline-end-color: rgb(221 214 254 / 0.5); }
.border-e-violet-200\/60{ border-inline-end-color: rgb(221 214 254 / 0.6); }
.border-e-violet-200\/70{ border-inline-end-color: rgb(221 214 254 / 0.7); }
.border-e-violet-200\/75{ border-inline-end-color: rgb(221 214 254 / 0.75); }
.border-e-violet-200\/80{ border-inline-end-color: rgb(221 214 254 / 0.8); }
.border-e-violet-200\/90{ border-inline-end-color: rgb(221 214 254 / 0.9); }
.border-e-violet-200\/95{ border-inline-end-color: rgb(221 214 254 / 0.95); }
.border-e-violet-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-e-violet-300\/0{ border-inline-end-color: rgb(196 181 253 / 0); }
.border-e-violet-300\/10{ border-inline-end-color: rgb(196 181 253 / 0.1); }
.border-e-violet-300\/100{ border-inline-end-color: rgb(196 181 253 / 1); }
.border-e-violet-300\/20{ border-inline-end-color: rgb(196 181 253 / 0.2); }
.border-e-violet-300\/25{ border-inline-end-color: rgb(196 181 253 / 0.25); }
.border-e-violet-300\/30{ border-inline-end-color: rgb(196 181 253 / 0.3); }
.border-e-violet-300\/40{ border-inline-end-color: rgb(196 181 253 / 0.4); }
.border-e-violet-300\/5{ border-inline-end-color: rgb(196 181 253 / 0.05); }
.border-e-violet-300\/50{ border-inline-end-color: rgb(196 181 253 / 0.5); }
.border-e-violet-300\/60{ border-inline-end-color: rgb(196 181 253 / 0.6); }
.border-e-violet-300\/70{ border-inline-end-color: rgb(196 181 253 / 0.7); }
.border-e-violet-300\/75{ border-inline-end-color: rgb(196 181 253 / 0.75); }
.border-e-violet-300\/80{ border-inline-end-color: rgb(196 181 253 / 0.8); }
.border-e-violet-300\/90{ border-inline-end-color: rgb(196 181 253 / 0.9); }
.border-e-violet-300\/95{ border-inline-end-color: rgb(196 181 253 / 0.95); }
.border-e-violet-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-e-violet-400\/0{ border-inline-end-color: rgb(167 139 250 / 0); }
.border-e-violet-400\/10{ border-inline-end-color: rgb(167 139 250 / 0.1); }
.border-e-violet-400\/100{ border-inline-end-color: rgb(167 139 250 / 1); }
.border-e-violet-400\/20{ border-inline-end-color: rgb(167 139 250 / 0.2); }
.border-e-violet-400\/25{ border-inline-end-color: rgb(167 139 250 / 0.25); }
.border-e-violet-400\/30{ border-inline-end-color: rgb(167 139 250 / 0.3); }
.border-e-violet-400\/40{ border-inline-end-color: rgb(167 139 250 / 0.4); }
.border-e-violet-400\/5{ border-inline-end-color: rgb(167 139 250 / 0.05); }
.border-e-violet-400\/50{ border-inline-end-color: rgb(167 139 250 / 0.5); }
.border-e-violet-400\/60{ border-inline-end-color: rgb(167 139 250 / 0.6); }
.border-e-violet-400\/70{ border-inline-end-color: rgb(167 139 250 / 0.7); }
.border-e-violet-400\/75{ border-inline-end-color: rgb(167 139 250 / 0.75); }
.border-e-violet-400\/80{ border-inline-end-color: rgb(167 139 250 / 0.8); }
.border-e-violet-400\/90{ border-inline-end-color: rgb(167 139 250 / 0.9); }
.border-e-violet-400\/95{ border-inline-end-color: rgb(167 139 250 / 0.95); }
.border-e-violet-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-e-violet-50\/0{ border-inline-end-color: rgb(245 243 255 / 0); }
.border-e-violet-50\/10{ border-inline-end-color: rgb(245 243 255 / 0.1); }
.border-e-violet-50\/100{ border-inline-end-color: rgb(245 243 255 / 1); }
.border-e-violet-50\/20{ border-inline-end-color: rgb(245 243 255 / 0.2); }
.border-e-violet-50\/25{ border-inline-end-color: rgb(245 243 255 / 0.25); }
.border-e-violet-50\/30{ border-inline-end-color: rgb(245 243 255 / 0.3); }
.border-e-violet-50\/40{ border-inline-end-color: rgb(245 243 255 / 0.4); }
.border-e-violet-50\/5{ border-inline-end-color: rgb(245 243 255 / 0.05); }
.border-e-violet-50\/50{ border-inline-end-color: rgb(245 243 255 / 0.5); }
.border-e-violet-50\/60{ border-inline-end-color: rgb(245 243 255 / 0.6); }
.border-e-violet-50\/70{ border-inline-end-color: rgb(245 243 255 / 0.7); }
.border-e-violet-50\/75{ border-inline-end-color: rgb(245 243 255 / 0.75); }
.border-e-violet-50\/80{ border-inline-end-color: rgb(245 243 255 / 0.8); }
.border-e-violet-50\/90{ border-inline-end-color: rgb(245 243 255 / 0.9); }
.border-e-violet-50\/95{ border-inline-end-color: rgb(245 243 255 / 0.95); }
.border-e-violet-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-e-violet-500\/0{ border-inline-end-color: rgb(139 92 246 / 0); }
.border-e-violet-500\/10{ border-inline-end-color: rgb(139 92 246 / 0.1); }
.border-e-violet-500\/100{ border-inline-end-color: rgb(139 92 246 / 1); }
.border-e-violet-500\/20{ border-inline-end-color: rgb(139 92 246 / 0.2); }
.border-e-violet-500\/25{ border-inline-end-color: rgb(139 92 246 / 0.25); }
.border-e-violet-500\/30{ border-inline-end-color: rgb(139 92 246 / 0.3); }
.border-e-violet-500\/40{ border-inline-end-color: rgb(139 92 246 / 0.4); }
.border-e-violet-500\/5{ border-inline-end-color: rgb(139 92 246 / 0.05); }
.border-e-violet-500\/50{ border-inline-end-color: rgb(139 92 246 / 0.5); }
.border-e-violet-500\/60{ border-inline-end-color: rgb(139 92 246 / 0.6); }
.border-e-violet-500\/70{ border-inline-end-color: rgb(139 92 246 / 0.7); }
.border-e-violet-500\/75{ border-inline-end-color: rgb(139 92 246 / 0.75); }
.border-e-violet-500\/80{ border-inline-end-color: rgb(139 92 246 / 0.8); }
.border-e-violet-500\/90{ border-inline-end-color: rgb(139 92 246 / 0.9); }
.border-e-violet-500\/95{ border-inline-end-color: rgb(139 92 246 / 0.95); }
.border-e-violet-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-e-violet-600\/0{ border-inline-end-color: rgb(124 58 237 / 0); }
.border-e-violet-600\/10{ border-inline-end-color: rgb(124 58 237 / 0.1); }
.border-e-violet-600\/100{ border-inline-end-color: rgb(124 58 237 / 1); }
.border-e-violet-600\/20{ border-inline-end-color: rgb(124 58 237 / 0.2); }
.border-e-violet-600\/25{ border-inline-end-color: rgb(124 58 237 / 0.25); }
.border-e-violet-600\/30{ border-inline-end-color: rgb(124 58 237 / 0.3); }
.border-e-violet-600\/40{ border-inline-end-color: rgb(124 58 237 / 0.4); }
.border-e-violet-600\/5{ border-inline-end-color: rgb(124 58 237 / 0.05); }
.border-e-violet-600\/50{ border-inline-end-color: rgb(124 58 237 / 0.5); }
.border-e-violet-600\/60{ border-inline-end-color: rgb(124 58 237 / 0.6); }
.border-e-violet-600\/70{ border-inline-end-color: rgb(124 58 237 / 0.7); }
.border-e-violet-600\/75{ border-inline-end-color: rgb(124 58 237 / 0.75); }
.border-e-violet-600\/80{ border-inline-end-color: rgb(124 58 237 / 0.8); }
.border-e-violet-600\/90{ border-inline-end-color: rgb(124 58 237 / 0.9); }
.border-e-violet-600\/95{ border-inline-end-color: rgb(124 58 237 / 0.95); }
.border-e-violet-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-e-violet-700\/0{ border-inline-end-color: rgb(109 40 217 / 0); }
.border-e-violet-700\/10{ border-inline-end-color: rgb(109 40 217 / 0.1); }
.border-e-violet-700\/100{ border-inline-end-color: rgb(109 40 217 / 1); }
.border-e-violet-700\/20{ border-inline-end-color: rgb(109 40 217 / 0.2); }
.border-e-violet-700\/25{ border-inline-end-color: rgb(109 40 217 / 0.25); }
.border-e-violet-700\/30{ border-inline-end-color: rgb(109 40 217 / 0.3); }
.border-e-violet-700\/40{ border-inline-end-color: rgb(109 40 217 / 0.4); }
.border-e-violet-700\/5{ border-inline-end-color: rgb(109 40 217 / 0.05); }
.border-e-violet-700\/50{ border-inline-end-color: rgb(109 40 217 / 0.5); }
.border-e-violet-700\/60{ border-inline-end-color: rgb(109 40 217 / 0.6); }
.border-e-violet-700\/70{ border-inline-end-color: rgb(109 40 217 / 0.7); }
.border-e-violet-700\/75{ border-inline-end-color: rgb(109 40 217 / 0.75); }
.border-e-violet-700\/80{ border-inline-end-color: rgb(109 40 217 / 0.8); }
.border-e-violet-700\/90{ border-inline-end-color: rgb(109 40 217 / 0.9); }
.border-e-violet-700\/95{ border-inline-end-color: rgb(109 40 217 / 0.95); }
.border-e-violet-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-e-violet-800\/0{ border-inline-end-color: rgb(91 33 182 / 0); }
.border-e-violet-800\/10{ border-inline-end-color: rgb(91 33 182 / 0.1); }
.border-e-violet-800\/100{ border-inline-end-color: rgb(91 33 182 / 1); }
.border-e-violet-800\/20{ border-inline-end-color: rgb(91 33 182 / 0.2); }
.border-e-violet-800\/25{ border-inline-end-color: rgb(91 33 182 / 0.25); }
.border-e-violet-800\/30{ border-inline-end-color: rgb(91 33 182 / 0.3); }
.border-e-violet-800\/40{ border-inline-end-color: rgb(91 33 182 / 0.4); }
.border-e-violet-800\/5{ border-inline-end-color: rgb(91 33 182 / 0.05); }
.border-e-violet-800\/50{ border-inline-end-color: rgb(91 33 182 / 0.5); }
.border-e-violet-800\/60{ border-inline-end-color: rgb(91 33 182 / 0.6); }
.border-e-violet-800\/70{ border-inline-end-color: rgb(91 33 182 / 0.7); }
.border-e-violet-800\/75{ border-inline-end-color: rgb(91 33 182 / 0.75); }
.border-e-violet-800\/80{ border-inline-end-color: rgb(91 33 182 / 0.8); }
.border-e-violet-800\/90{ border-inline-end-color: rgb(91 33 182 / 0.9); }
.border-e-violet-800\/95{ border-inline-end-color: rgb(91 33 182 / 0.95); }
.border-e-violet-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-e-violet-900\/0{ border-inline-end-color: rgb(76 29 149 / 0); }
.border-e-violet-900\/10{ border-inline-end-color: rgb(76 29 149 / 0.1); }
.border-e-violet-900\/100{ border-inline-end-color: rgb(76 29 149 / 1); }
.border-e-violet-900\/20{ border-inline-end-color: rgb(76 29 149 / 0.2); }
.border-e-violet-900\/25{ border-inline-end-color: rgb(76 29 149 / 0.25); }
.border-e-violet-900\/30{ border-inline-end-color: rgb(76 29 149 / 0.3); }
.border-e-violet-900\/40{ border-inline-end-color: rgb(76 29 149 / 0.4); }
.border-e-violet-900\/5{ border-inline-end-color: rgb(76 29 149 / 0.05); }
.border-e-violet-900\/50{ border-inline-end-color: rgb(76 29 149 / 0.5); }
.border-e-violet-900\/60{ border-inline-end-color: rgb(76 29 149 / 0.6); }
.border-e-violet-900\/70{ border-inline-end-color: rgb(76 29 149 / 0.7); }
.border-e-violet-900\/75{ border-inline-end-color: rgb(76 29 149 / 0.75); }
.border-e-violet-900\/80{ border-inline-end-color: rgb(76 29 149 / 0.8); }
.border-e-violet-900\/90{ border-inline-end-color: rgb(76 29 149 / 0.9); }
.border-e-violet-900\/95{ border-inline-end-color: rgb(76 29 149 / 0.95); }
.border-e-violet-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-e-violet-950\/0{ border-inline-end-color: rgb(46 16 101 / 0); }
.border-e-violet-950\/10{ border-inline-end-color: rgb(46 16 101 / 0.1); }
.border-e-violet-950\/100{ border-inline-end-color: rgb(46 16 101 / 1); }
.border-e-violet-950\/20{ border-inline-end-color: rgb(46 16 101 / 0.2); }
.border-e-violet-950\/25{ border-inline-end-color: rgb(46 16 101 / 0.25); }
.border-e-violet-950\/30{ border-inline-end-color: rgb(46 16 101 / 0.3); }
.border-e-violet-950\/40{ border-inline-end-color: rgb(46 16 101 / 0.4); }
.border-e-violet-950\/5{ border-inline-end-color: rgb(46 16 101 / 0.05); }
.border-e-violet-950\/50{ border-inline-end-color: rgb(46 16 101 / 0.5); }
.border-e-violet-950\/60{ border-inline-end-color: rgb(46 16 101 / 0.6); }
.border-e-violet-950\/70{ border-inline-end-color: rgb(46 16 101 / 0.7); }
.border-e-violet-950\/75{ border-inline-end-color: rgb(46 16 101 / 0.75); }
.border-e-violet-950\/80{ border-inline-end-color: rgb(46 16 101 / 0.8); }
.border-e-violet-950\/90{ border-inline-end-color: rgb(46 16 101 / 0.9); }
.border-e-violet-950\/95{ border-inline-end-color: rgb(46 16 101 / 0.95); }
.border-e-white{ --tw-border-opacity: 1; border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-e-white\/0{ border-inline-end-color: rgb(255 255 255 / 0); }
.border-e-white\/10{ border-inline-end-color: rgb(255 255 255 / 0.1); }
.border-e-white\/100{ border-inline-end-color: rgb(255 255 255 / 1); }
.border-e-white\/20{ border-inline-end-color: rgb(255 255 255 / 0.2); }
.border-e-white\/25{ border-inline-end-color: rgb(255 255 255 / 0.25); }
.border-e-white\/30{ border-inline-end-color: rgb(255 255 255 / 0.3); }
.border-e-white\/40{ border-inline-end-color: rgb(255 255 255 / 0.4); }
.border-e-white\/5{ border-inline-end-color: rgb(255 255 255 / 0.05); }
.border-e-white\/50{ border-inline-end-color: rgb(255 255 255 / 0.5); }
.border-e-white\/60{ border-inline-end-color: rgb(255 255 255 / 0.6); }
.border-e-white\/70{ border-inline-end-color: rgb(255 255 255 / 0.7); }
.border-e-white\/75{ border-inline-end-color: rgb(255 255 255 / 0.75); }
.border-e-white\/80{ border-inline-end-color: rgb(255 255 255 / 0.8); }
.border-e-white\/90{ border-inline-end-color: rgb(255 255 255 / 0.9); }
.border-e-white\/95{ border-inline-end-color: rgb(255 255 255 / 0.95); }
.border-e-yellow-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-e-yellow-100\/0{ border-inline-end-color: rgb(254 249 195 / 0); }
.border-e-yellow-100\/10{ border-inline-end-color: rgb(254 249 195 / 0.1); }
.border-e-yellow-100\/100{ border-inline-end-color: rgb(254 249 195 / 1); }
.border-e-yellow-100\/20{ border-inline-end-color: rgb(254 249 195 / 0.2); }
.border-e-yellow-100\/25{ border-inline-end-color: rgb(254 249 195 / 0.25); }
.border-e-yellow-100\/30{ border-inline-end-color: rgb(254 249 195 / 0.3); }
.border-e-yellow-100\/40{ border-inline-end-color: rgb(254 249 195 / 0.4); }
.border-e-yellow-100\/5{ border-inline-end-color: rgb(254 249 195 / 0.05); }
.border-e-yellow-100\/50{ border-inline-end-color: rgb(254 249 195 / 0.5); }
.border-e-yellow-100\/60{ border-inline-end-color: rgb(254 249 195 / 0.6); }
.border-e-yellow-100\/70{ border-inline-end-color: rgb(254 249 195 / 0.7); }
.border-e-yellow-100\/75{ border-inline-end-color: rgb(254 249 195 / 0.75); }
.border-e-yellow-100\/80{ border-inline-end-color: rgb(254 249 195 / 0.8); }
.border-e-yellow-100\/90{ border-inline-end-color: rgb(254 249 195 / 0.9); }
.border-e-yellow-100\/95{ border-inline-end-color: rgb(254 249 195 / 0.95); }
.border-e-yellow-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-e-yellow-200\/0{ border-inline-end-color: rgb(254 240 138 / 0); }
.border-e-yellow-200\/10{ border-inline-end-color: rgb(254 240 138 / 0.1); }
.border-e-yellow-200\/100{ border-inline-end-color: rgb(254 240 138 / 1); }
.border-e-yellow-200\/20{ border-inline-end-color: rgb(254 240 138 / 0.2); }
.border-e-yellow-200\/25{ border-inline-end-color: rgb(254 240 138 / 0.25); }
.border-e-yellow-200\/30{ border-inline-end-color: rgb(254 240 138 / 0.3); }
.border-e-yellow-200\/40{ border-inline-end-color: rgb(254 240 138 / 0.4); }
.border-e-yellow-200\/5{ border-inline-end-color: rgb(254 240 138 / 0.05); }
.border-e-yellow-200\/50{ border-inline-end-color: rgb(254 240 138 / 0.5); }
.border-e-yellow-200\/60{ border-inline-end-color: rgb(254 240 138 / 0.6); }
.border-e-yellow-200\/70{ border-inline-end-color: rgb(254 240 138 / 0.7); }
.border-e-yellow-200\/75{ border-inline-end-color: rgb(254 240 138 / 0.75); }
.border-e-yellow-200\/80{ border-inline-end-color: rgb(254 240 138 / 0.8); }
.border-e-yellow-200\/90{ border-inline-end-color: rgb(254 240 138 / 0.9); }
.border-e-yellow-200\/95{ border-inline-end-color: rgb(254 240 138 / 0.95); }
.border-e-yellow-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-e-yellow-300\/0{ border-inline-end-color: rgb(253 224 71 / 0); }
.border-e-yellow-300\/10{ border-inline-end-color: rgb(253 224 71 / 0.1); }
.border-e-yellow-300\/100{ border-inline-end-color: rgb(253 224 71 / 1); }
.border-e-yellow-300\/20{ border-inline-end-color: rgb(253 224 71 / 0.2); }
.border-e-yellow-300\/25{ border-inline-end-color: rgb(253 224 71 / 0.25); }
.border-e-yellow-300\/30{ border-inline-end-color: rgb(253 224 71 / 0.3); }
.border-e-yellow-300\/40{ border-inline-end-color: rgb(253 224 71 / 0.4); }
.border-e-yellow-300\/5{ border-inline-end-color: rgb(253 224 71 / 0.05); }
.border-e-yellow-300\/50{ border-inline-end-color: rgb(253 224 71 / 0.5); }
.border-e-yellow-300\/60{ border-inline-end-color: rgb(253 224 71 / 0.6); }
.border-e-yellow-300\/70{ border-inline-end-color: rgb(253 224 71 / 0.7); }
.border-e-yellow-300\/75{ border-inline-end-color: rgb(253 224 71 / 0.75); }
.border-e-yellow-300\/80{ border-inline-end-color: rgb(253 224 71 / 0.8); }
.border-e-yellow-300\/90{ border-inline-end-color: rgb(253 224 71 / 0.9); }
.border-e-yellow-300\/95{ border-inline-end-color: rgb(253 224 71 / 0.95); }
.border-e-yellow-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-e-yellow-400\/0{ border-inline-end-color: rgb(250 204 21 / 0); }
.border-e-yellow-400\/10{ border-inline-end-color: rgb(250 204 21 / 0.1); }
.border-e-yellow-400\/100{ border-inline-end-color: rgb(250 204 21 / 1); }
.border-e-yellow-400\/20{ border-inline-end-color: rgb(250 204 21 / 0.2); }
.border-e-yellow-400\/25{ border-inline-end-color: rgb(250 204 21 / 0.25); }
.border-e-yellow-400\/30{ border-inline-end-color: rgb(250 204 21 / 0.3); }
.border-e-yellow-400\/40{ border-inline-end-color: rgb(250 204 21 / 0.4); }
.border-e-yellow-400\/5{ border-inline-end-color: rgb(250 204 21 / 0.05); }
.border-e-yellow-400\/50{ border-inline-end-color: rgb(250 204 21 / 0.5); }
.border-e-yellow-400\/60{ border-inline-end-color: rgb(250 204 21 / 0.6); }
.border-e-yellow-400\/70{ border-inline-end-color: rgb(250 204 21 / 0.7); }
.border-e-yellow-400\/75{ border-inline-end-color: rgb(250 204 21 / 0.75); }
.border-e-yellow-400\/80{ border-inline-end-color: rgb(250 204 21 / 0.8); }
.border-e-yellow-400\/90{ border-inline-end-color: rgb(250 204 21 / 0.9); }
.border-e-yellow-400\/95{ border-inline-end-color: rgb(250 204 21 / 0.95); }
.border-e-yellow-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-e-yellow-50\/0{ border-inline-end-color: rgb(254 252 232 / 0); }
.border-e-yellow-50\/10{ border-inline-end-color: rgb(254 252 232 / 0.1); }
.border-e-yellow-50\/100{ border-inline-end-color: rgb(254 252 232 / 1); }
.border-e-yellow-50\/20{ border-inline-end-color: rgb(254 252 232 / 0.2); }
.border-e-yellow-50\/25{ border-inline-end-color: rgb(254 252 232 / 0.25); }
.border-e-yellow-50\/30{ border-inline-end-color: rgb(254 252 232 / 0.3); }
.border-e-yellow-50\/40{ border-inline-end-color: rgb(254 252 232 / 0.4); }
.border-e-yellow-50\/5{ border-inline-end-color: rgb(254 252 232 / 0.05); }
.border-e-yellow-50\/50{ border-inline-end-color: rgb(254 252 232 / 0.5); }
.border-e-yellow-50\/60{ border-inline-end-color: rgb(254 252 232 / 0.6); }
.border-e-yellow-50\/70{ border-inline-end-color: rgb(254 252 232 / 0.7); }
.border-e-yellow-50\/75{ border-inline-end-color: rgb(254 252 232 / 0.75); }
.border-e-yellow-50\/80{ border-inline-end-color: rgb(254 252 232 / 0.8); }
.border-e-yellow-50\/90{ border-inline-end-color: rgb(254 252 232 / 0.9); }
.border-e-yellow-50\/95{ border-inline-end-color: rgb(254 252 232 / 0.95); }
.border-e-yellow-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-e-yellow-500\/0{ border-inline-end-color: rgb(234 179 8 / 0); }
.border-e-yellow-500\/10{ border-inline-end-color: rgb(234 179 8 / 0.1); }
.border-e-yellow-500\/100{ border-inline-end-color: rgb(234 179 8 / 1); }
.border-e-yellow-500\/20{ border-inline-end-color: rgb(234 179 8 / 0.2); }
.border-e-yellow-500\/25{ border-inline-end-color: rgb(234 179 8 / 0.25); }
.border-e-yellow-500\/30{ border-inline-end-color: rgb(234 179 8 / 0.3); }
.border-e-yellow-500\/40{ border-inline-end-color: rgb(234 179 8 / 0.4); }
.border-e-yellow-500\/5{ border-inline-end-color: rgb(234 179 8 / 0.05); }
.border-e-yellow-500\/50{ border-inline-end-color: rgb(234 179 8 / 0.5); }
.border-e-yellow-500\/60{ border-inline-end-color: rgb(234 179 8 / 0.6); }
.border-e-yellow-500\/70{ border-inline-end-color: rgb(234 179 8 / 0.7); }
.border-e-yellow-500\/75{ border-inline-end-color: rgb(234 179 8 / 0.75); }
.border-e-yellow-500\/80{ border-inline-end-color: rgb(234 179 8 / 0.8); }
.border-e-yellow-500\/90{ border-inline-end-color: rgb(234 179 8 / 0.9); }
.border-e-yellow-500\/95{ border-inline-end-color: rgb(234 179 8 / 0.95); }
.border-e-yellow-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-e-yellow-600\/0{ border-inline-end-color: rgb(202 138 4 / 0); }
.border-e-yellow-600\/10{ border-inline-end-color: rgb(202 138 4 / 0.1); }
.border-e-yellow-600\/100{ border-inline-end-color: rgb(202 138 4 / 1); }
.border-e-yellow-600\/20{ border-inline-end-color: rgb(202 138 4 / 0.2); }
.border-e-yellow-600\/25{ border-inline-end-color: rgb(202 138 4 / 0.25); }
.border-e-yellow-600\/30{ border-inline-end-color: rgb(202 138 4 / 0.3); }
.border-e-yellow-600\/40{ border-inline-end-color: rgb(202 138 4 / 0.4); }
.border-e-yellow-600\/5{ border-inline-end-color: rgb(202 138 4 / 0.05); }
.border-e-yellow-600\/50{ border-inline-end-color: rgb(202 138 4 / 0.5); }
.border-e-yellow-600\/60{ border-inline-end-color: rgb(202 138 4 / 0.6); }
.border-e-yellow-600\/70{ border-inline-end-color: rgb(202 138 4 / 0.7); }
.border-e-yellow-600\/75{ border-inline-end-color: rgb(202 138 4 / 0.75); }
.border-e-yellow-600\/80{ border-inline-end-color: rgb(202 138 4 / 0.8); }
.border-e-yellow-600\/90{ border-inline-end-color: rgb(202 138 4 / 0.9); }
.border-e-yellow-600\/95{ border-inline-end-color: rgb(202 138 4 / 0.95); }
.border-e-yellow-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-e-yellow-700\/0{ border-inline-end-color: rgb(161 98 7 / 0); }
.border-e-yellow-700\/10{ border-inline-end-color: rgb(161 98 7 / 0.1); }
.border-e-yellow-700\/100{ border-inline-end-color: rgb(161 98 7 / 1); }
.border-e-yellow-700\/20{ border-inline-end-color: rgb(161 98 7 / 0.2); }
.border-e-yellow-700\/25{ border-inline-end-color: rgb(161 98 7 / 0.25); }
.border-e-yellow-700\/30{ border-inline-end-color: rgb(161 98 7 / 0.3); }
.border-e-yellow-700\/40{ border-inline-end-color: rgb(161 98 7 / 0.4); }
.border-e-yellow-700\/5{ border-inline-end-color: rgb(161 98 7 / 0.05); }
.border-e-yellow-700\/50{ border-inline-end-color: rgb(161 98 7 / 0.5); }
.border-e-yellow-700\/60{ border-inline-end-color: rgb(161 98 7 / 0.6); }
.border-e-yellow-700\/70{ border-inline-end-color: rgb(161 98 7 / 0.7); }
.border-e-yellow-700\/75{ border-inline-end-color: rgb(161 98 7 / 0.75); }
.border-e-yellow-700\/80{ border-inline-end-color: rgb(161 98 7 / 0.8); }
.border-e-yellow-700\/90{ border-inline-end-color: rgb(161 98 7 / 0.9); }
.border-e-yellow-700\/95{ border-inline-end-color: rgb(161 98 7 / 0.95); }
.border-e-yellow-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-e-yellow-800\/0{ border-inline-end-color: rgb(133 77 14 / 0); }
.border-e-yellow-800\/10{ border-inline-end-color: rgb(133 77 14 / 0.1); }
.border-e-yellow-800\/100{ border-inline-end-color: rgb(133 77 14 / 1); }
.border-e-yellow-800\/20{ border-inline-end-color: rgb(133 77 14 / 0.2); }
.border-e-yellow-800\/25{ border-inline-end-color: rgb(133 77 14 / 0.25); }
.border-e-yellow-800\/30{ border-inline-end-color: rgb(133 77 14 / 0.3); }
.border-e-yellow-800\/40{ border-inline-end-color: rgb(133 77 14 / 0.4); }
.border-e-yellow-800\/5{ border-inline-end-color: rgb(133 77 14 / 0.05); }
.border-e-yellow-800\/50{ border-inline-end-color: rgb(133 77 14 / 0.5); }
.border-e-yellow-800\/60{ border-inline-end-color: rgb(133 77 14 / 0.6); }
.border-e-yellow-800\/70{ border-inline-end-color: rgb(133 77 14 / 0.7); }
.border-e-yellow-800\/75{ border-inline-end-color: rgb(133 77 14 / 0.75); }
.border-e-yellow-800\/80{ border-inline-end-color: rgb(133 77 14 / 0.8); }
.border-e-yellow-800\/90{ border-inline-end-color: rgb(133 77 14 / 0.9); }
.border-e-yellow-800\/95{ border-inline-end-color: rgb(133 77 14 / 0.95); }
.border-e-yellow-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-e-yellow-900\/0{ border-inline-end-color: rgb(113 63 18 / 0); }
.border-e-yellow-900\/10{ border-inline-end-color: rgb(113 63 18 / 0.1); }
.border-e-yellow-900\/100{ border-inline-end-color: rgb(113 63 18 / 1); }
.border-e-yellow-900\/20{ border-inline-end-color: rgb(113 63 18 / 0.2); }
.border-e-yellow-900\/25{ border-inline-end-color: rgb(113 63 18 / 0.25); }
.border-e-yellow-900\/30{ border-inline-end-color: rgb(113 63 18 / 0.3); }
.border-e-yellow-900\/40{ border-inline-end-color: rgb(113 63 18 / 0.4); }
.border-e-yellow-900\/5{ border-inline-end-color: rgb(113 63 18 / 0.05); }
.border-e-yellow-900\/50{ border-inline-end-color: rgb(113 63 18 / 0.5); }
.border-e-yellow-900\/60{ border-inline-end-color: rgb(113 63 18 / 0.6); }
.border-e-yellow-900\/70{ border-inline-end-color: rgb(113 63 18 / 0.7); }
.border-e-yellow-900\/75{ border-inline-end-color: rgb(113 63 18 / 0.75); }
.border-e-yellow-900\/80{ border-inline-end-color: rgb(113 63 18 / 0.8); }
.border-e-yellow-900\/90{ border-inline-end-color: rgb(113 63 18 / 0.9); }
.border-e-yellow-900\/95{ border-inline-end-color: rgb(113 63 18 / 0.95); }
.border-e-yellow-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-e-yellow-950\/0{ border-inline-end-color: rgb(66 32 6 / 0); }
.border-e-yellow-950\/10{ border-inline-end-color: rgb(66 32 6 / 0.1); }
.border-e-yellow-950\/100{ border-inline-end-color: rgb(66 32 6 / 1); }
.border-e-yellow-950\/20{ border-inline-end-color: rgb(66 32 6 / 0.2); }
.border-e-yellow-950\/25{ border-inline-end-color: rgb(66 32 6 / 0.25); }
.border-e-yellow-950\/30{ border-inline-end-color: rgb(66 32 6 / 0.3); }
.border-e-yellow-950\/40{ border-inline-end-color: rgb(66 32 6 / 0.4); }
.border-e-yellow-950\/5{ border-inline-end-color: rgb(66 32 6 / 0.05); }
.border-e-yellow-950\/50{ border-inline-end-color: rgb(66 32 6 / 0.5); }
.border-e-yellow-950\/60{ border-inline-end-color: rgb(66 32 6 / 0.6); }
.border-e-yellow-950\/70{ border-inline-end-color: rgb(66 32 6 / 0.7); }
.border-e-yellow-950\/75{ border-inline-end-color: rgb(66 32 6 / 0.75); }
.border-e-yellow-950\/80{ border-inline-end-color: rgb(66 32 6 / 0.8); }
.border-e-yellow-950\/90{ border-inline-end-color: rgb(66 32 6 / 0.9); }
.border-e-yellow-950\/95{ border-inline-end-color: rgb(66 32 6 / 0.95); }
.border-e-zinc-100{ --tw-border-opacity: 1; border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-e-zinc-100\/0{ border-inline-end-color: rgb(244 244 245 / 0); }
.border-e-zinc-100\/10{ border-inline-end-color: rgb(244 244 245 / 0.1); }
.border-e-zinc-100\/100{ border-inline-end-color: rgb(244 244 245 / 1); }
.border-e-zinc-100\/20{ border-inline-end-color: rgb(244 244 245 / 0.2); }
.border-e-zinc-100\/25{ border-inline-end-color: rgb(244 244 245 / 0.25); }
.border-e-zinc-100\/30{ border-inline-end-color: rgb(244 244 245 / 0.3); }
.border-e-zinc-100\/40{ border-inline-end-color: rgb(244 244 245 / 0.4); }
.border-e-zinc-100\/5{ border-inline-end-color: rgb(244 244 245 / 0.05); }
.border-e-zinc-100\/50{ border-inline-end-color: rgb(244 244 245 / 0.5); }
.border-e-zinc-100\/60{ border-inline-end-color: rgb(244 244 245 / 0.6); }
.border-e-zinc-100\/70{ border-inline-end-color: rgb(244 244 245 / 0.7); }
.border-e-zinc-100\/75{ border-inline-end-color: rgb(244 244 245 / 0.75); }
.border-e-zinc-100\/80{ border-inline-end-color: rgb(244 244 245 / 0.8); }
.border-e-zinc-100\/90{ border-inline-end-color: rgb(244 244 245 / 0.9); }
.border-e-zinc-100\/95{ border-inline-end-color: rgb(244 244 245 / 0.95); }
.border-e-zinc-200{ --tw-border-opacity: 1; border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-e-zinc-200\/0{ border-inline-end-color: rgb(228 228 231 / 0); }
.border-e-zinc-200\/10{ border-inline-end-color: rgb(228 228 231 / 0.1); }
.border-e-zinc-200\/100{ border-inline-end-color: rgb(228 228 231 / 1); }
.border-e-zinc-200\/20{ border-inline-end-color: rgb(228 228 231 / 0.2); }
.border-e-zinc-200\/25{ border-inline-end-color: rgb(228 228 231 / 0.25); }
.border-e-zinc-200\/30{ border-inline-end-color: rgb(228 228 231 / 0.3); }
.border-e-zinc-200\/40{ border-inline-end-color: rgb(228 228 231 / 0.4); }
.border-e-zinc-200\/5{ border-inline-end-color: rgb(228 228 231 / 0.05); }
.border-e-zinc-200\/50{ border-inline-end-color: rgb(228 228 231 / 0.5); }
.border-e-zinc-200\/60{ border-inline-end-color: rgb(228 228 231 / 0.6); }
.border-e-zinc-200\/70{ border-inline-end-color: rgb(228 228 231 / 0.7); }
.border-e-zinc-200\/75{ border-inline-end-color: rgb(228 228 231 / 0.75); }
.border-e-zinc-200\/80{ border-inline-end-color: rgb(228 228 231 / 0.8); }
.border-e-zinc-200\/90{ border-inline-end-color: rgb(228 228 231 / 0.9); }
.border-e-zinc-200\/95{ border-inline-end-color: rgb(228 228 231 / 0.95); }
.border-e-zinc-300{ --tw-border-opacity: 1; border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-e-zinc-300\/0{ border-inline-end-color: rgb(212 212 216 / 0); }
.border-e-zinc-300\/10{ border-inline-end-color: rgb(212 212 216 / 0.1); }
.border-e-zinc-300\/100{ border-inline-end-color: rgb(212 212 216 / 1); }
.border-e-zinc-300\/20{ border-inline-end-color: rgb(212 212 216 / 0.2); }
.border-e-zinc-300\/25{ border-inline-end-color: rgb(212 212 216 / 0.25); }
.border-e-zinc-300\/30{ border-inline-end-color: rgb(212 212 216 / 0.3); }
.border-e-zinc-300\/40{ border-inline-end-color: rgb(212 212 216 / 0.4); }
.border-e-zinc-300\/5{ border-inline-end-color: rgb(212 212 216 / 0.05); }
.border-e-zinc-300\/50{ border-inline-end-color: rgb(212 212 216 / 0.5); }
.border-e-zinc-300\/60{ border-inline-end-color: rgb(212 212 216 / 0.6); }
.border-e-zinc-300\/70{ border-inline-end-color: rgb(212 212 216 / 0.7); }
.border-e-zinc-300\/75{ border-inline-end-color: rgb(212 212 216 / 0.75); }
.border-e-zinc-300\/80{ border-inline-end-color: rgb(212 212 216 / 0.8); }
.border-e-zinc-300\/90{ border-inline-end-color: rgb(212 212 216 / 0.9); }
.border-e-zinc-300\/95{ border-inline-end-color: rgb(212 212 216 / 0.95); }
.border-e-zinc-400{ --tw-border-opacity: 1; border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-e-zinc-400\/0{ border-inline-end-color: rgb(161 161 170 / 0); }
.border-e-zinc-400\/10{ border-inline-end-color: rgb(161 161 170 / 0.1); }
.border-e-zinc-400\/100{ border-inline-end-color: rgb(161 161 170 / 1); }
.border-e-zinc-400\/20{ border-inline-end-color: rgb(161 161 170 / 0.2); }
.border-e-zinc-400\/25{ border-inline-end-color: rgb(161 161 170 / 0.25); }
.border-e-zinc-400\/30{ border-inline-end-color: rgb(161 161 170 / 0.3); }
.border-e-zinc-400\/40{ border-inline-end-color: rgb(161 161 170 / 0.4); }
.border-e-zinc-400\/5{ border-inline-end-color: rgb(161 161 170 / 0.05); }
.border-e-zinc-400\/50{ border-inline-end-color: rgb(161 161 170 / 0.5); }
.border-e-zinc-400\/60{ border-inline-end-color: rgb(161 161 170 / 0.6); }
.border-e-zinc-400\/70{ border-inline-end-color: rgb(161 161 170 / 0.7); }
.border-e-zinc-400\/75{ border-inline-end-color: rgb(161 161 170 / 0.75); }
.border-e-zinc-400\/80{ border-inline-end-color: rgb(161 161 170 / 0.8); }
.border-e-zinc-400\/90{ border-inline-end-color: rgb(161 161 170 / 0.9); }
.border-e-zinc-400\/95{ border-inline-end-color: rgb(161 161 170 / 0.95); }
.border-e-zinc-50{ --tw-border-opacity: 1; border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-e-zinc-50\/0{ border-inline-end-color: rgb(250 250 250 / 0); }
.border-e-zinc-50\/10{ border-inline-end-color: rgb(250 250 250 / 0.1); }
.border-e-zinc-50\/100{ border-inline-end-color: rgb(250 250 250 / 1); }
.border-e-zinc-50\/20{ border-inline-end-color: rgb(250 250 250 / 0.2); }
.border-e-zinc-50\/25{ border-inline-end-color: rgb(250 250 250 / 0.25); }
.border-e-zinc-50\/30{ border-inline-end-color: rgb(250 250 250 / 0.3); }
.border-e-zinc-50\/40{ border-inline-end-color: rgb(250 250 250 / 0.4); }
.border-e-zinc-50\/5{ border-inline-end-color: rgb(250 250 250 / 0.05); }
.border-e-zinc-50\/50{ border-inline-end-color: rgb(250 250 250 / 0.5); }
.border-e-zinc-50\/60{ border-inline-end-color: rgb(250 250 250 / 0.6); }
.border-e-zinc-50\/70{ border-inline-end-color: rgb(250 250 250 / 0.7); }
.border-e-zinc-50\/75{ border-inline-end-color: rgb(250 250 250 / 0.75); }
.border-e-zinc-50\/80{ border-inline-end-color: rgb(250 250 250 / 0.8); }
.border-e-zinc-50\/90{ border-inline-end-color: rgb(250 250 250 / 0.9); }
.border-e-zinc-50\/95{ border-inline-end-color: rgb(250 250 250 / 0.95); }
.border-e-zinc-500{ --tw-border-opacity: 1; border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-e-zinc-500\/0{ border-inline-end-color: rgb(113 113 122 / 0); }
.border-e-zinc-500\/10{ border-inline-end-color: rgb(113 113 122 / 0.1); }
.border-e-zinc-500\/100{ border-inline-end-color: rgb(113 113 122 / 1); }
.border-e-zinc-500\/20{ border-inline-end-color: rgb(113 113 122 / 0.2); }
.border-e-zinc-500\/25{ border-inline-end-color: rgb(113 113 122 / 0.25); }
.border-e-zinc-500\/30{ border-inline-end-color: rgb(113 113 122 / 0.3); }
.border-e-zinc-500\/40{ border-inline-end-color: rgb(113 113 122 / 0.4); }
.border-e-zinc-500\/5{ border-inline-end-color: rgb(113 113 122 / 0.05); }
.border-e-zinc-500\/50{ border-inline-end-color: rgb(113 113 122 / 0.5); }
.border-e-zinc-500\/60{ border-inline-end-color: rgb(113 113 122 / 0.6); }
.border-e-zinc-500\/70{ border-inline-end-color: rgb(113 113 122 / 0.7); }
.border-e-zinc-500\/75{ border-inline-end-color: rgb(113 113 122 / 0.75); }
.border-e-zinc-500\/80{ border-inline-end-color: rgb(113 113 122 / 0.8); }
.border-e-zinc-500\/90{ border-inline-end-color: rgb(113 113 122 / 0.9); }
.border-e-zinc-500\/95{ border-inline-end-color: rgb(113 113 122 / 0.95); }
.border-e-zinc-600{ --tw-border-opacity: 1; border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-e-zinc-600\/0{ border-inline-end-color: rgb(82 82 91 / 0); }
.border-e-zinc-600\/10{ border-inline-end-color: rgb(82 82 91 / 0.1); }
.border-e-zinc-600\/100{ border-inline-end-color: rgb(82 82 91 / 1); }
.border-e-zinc-600\/20{ border-inline-end-color: rgb(82 82 91 / 0.2); }
.border-e-zinc-600\/25{ border-inline-end-color: rgb(82 82 91 / 0.25); }
.border-e-zinc-600\/30{ border-inline-end-color: rgb(82 82 91 / 0.3); }
.border-e-zinc-600\/40{ border-inline-end-color: rgb(82 82 91 / 0.4); }
.border-e-zinc-600\/5{ border-inline-end-color: rgb(82 82 91 / 0.05); }
.border-e-zinc-600\/50{ border-inline-end-color: rgb(82 82 91 / 0.5); }
.border-e-zinc-600\/60{ border-inline-end-color: rgb(82 82 91 / 0.6); }
.border-e-zinc-600\/70{ border-inline-end-color: rgb(82 82 91 / 0.7); }
.border-e-zinc-600\/75{ border-inline-end-color: rgb(82 82 91 / 0.75); }
.border-e-zinc-600\/80{ border-inline-end-color: rgb(82 82 91 / 0.8); }
.border-e-zinc-600\/90{ border-inline-end-color: rgb(82 82 91 / 0.9); }
.border-e-zinc-600\/95{ border-inline-end-color: rgb(82 82 91 / 0.95); }
.border-e-zinc-700{ --tw-border-opacity: 1; border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-e-zinc-700\/0{ border-inline-end-color: rgb(63 63 70 / 0); }
.border-e-zinc-700\/10{ border-inline-end-color: rgb(63 63 70 / 0.1); }
.border-e-zinc-700\/100{ border-inline-end-color: rgb(63 63 70 / 1); }
.border-e-zinc-700\/20{ border-inline-end-color: rgb(63 63 70 / 0.2); }
.border-e-zinc-700\/25{ border-inline-end-color: rgb(63 63 70 / 0.25); }
.border-e-zinc-700\/30{ border-inline-end-color: rgb(63 63 70 / 0.3); }
.border-e-zinc-700\/40{ border-inline-end-color: rgb(63 63 70 / 0.4); }
.border-e-zinc-700\/5{ border-inline-end-color: rgb(63 63 70 / 0.05); }
.border-e-zinc-700\/50{ border-inline-end-color: rgb(63 63 70 / 0.5); }
.border-e-zinc-700\/60{ border-inline-end-color: rgb(63 63 70 / 0.6); }
.border-e-zinc-700\/70{ border-inline-end-color: rgb(63 63 70 / 0.7); }
.border-e-zinc-700\/75{ border-inline-end-color: rgb(63 63 70 / 0.75); }
.border-e-zinc-700\/80{ border-inline-end-color: rgb(63 63 70 / 0.8); }
.border-e-zinc-700\/90{ border-inline-end-color: rgb(63 63 70 / 0.9); }
.border-e-zinc-700\/95{ border-inline-end-color: rgb(63 63 70 / 0.95); }
.border-e-zinc-800{ --tw-border-opacity: 1; border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-e-zinc-800\/0{ border-inline-end-color: rgb(39 39 42 / 0); }
.border-e-zinc-800\/10{ border-inline-end-color: rgb(39 39 42 / 0.1); }
.border-e-zinc-800\/100{ border-inline-end-color: rgb(39 39 42 / 1); }
.border-e-zinc-800\/20{ border-inline-end-color: rgb(39 39 42 / 0.2); }
.border-e-zinc-800\/25{ border-inline-end-color: rgb(39 39 42 / 0.25); }
.border-e-zinc-800\/30{ border-inline-end-color: rgb(39 39 42 / 0.3); }
.border-e-zinc-800\/40{ border-inline-end-color: rgb(39 39 42 / 0.4); }
.border-e-zinc-800\/5{ border-inline-end-color: rgb(39 39 42 / 0.05); }
.border-e-zinc-800\/50{ border-inline-end-color: rgb(39 39 42 / 0.5); }
.border-e-zinc-800\/60{ border-inline-end-color: rgb(39 39 42 / 0.6); }
.border-e-zinc-800\/70{ border-inline-end-color: rgb(39 39 42 / 0.7); }
.border-e-zinc-800\/75{ border-inline-end-color: rgb(39 39 42 / 0.75); }
.border-e-zinc-800\/80{ border-inline-end-color: rgb(39 39 42 / 0.8); }
.border-e-zinc-800\/90{ border-inline-end-color: rgb(39 39 42 / 0.9); }
.border-e-zinc-800\/95{ border-inline-end-color: rgb(39 39 42 / 0.95); }
.border-e-zinc-900{ --tw-border-opacity: 1; border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-e-zinc-900\/0{ border-inline-end-color: rgb(24 24 27 / 0); }
.border-e-zinc-900\/10{ border-inline-end-color: rgb(24 24 27 / 0.1); }
.border-e-zinc-900\/100{ border-inline-end-color: rgb(24 24 27 / 1); }
.border-e-zinc-900\/20{ border-inline-end-color: rgb(24 24 27 / 0.2); }
.border-e-zinc-900\/25{ border-inline-end-color: rgb(24 24 27 / 0.25); }
.border-e-zinc-900\/30{ border-inline-end-color: rgb(24 24 27 / 0.3); }
.border-e-zinc-900\/40{ border-inline-end-color: rgb(24 24 27 / 0.4); }
.border-e-zinc-900\/5{ border-inline-end-color: rgb(24 24 27 / 0.05); }
.border-e-zinc-900\/50{ border-inline-end-color: rgb(24 24 27 / 0.5); }
.border-e-zinc-900\/60{ border-inline-end-color: rgb(24 24 27 / 0.6); }
.border-e-zinc-900\/70{ border-inline-end-color: rgb(24 24 27 / 0.7); }
.border-e-zinc-900\/75{ border-inline-end-color: rgb(24 24 27 / 0.75); }
.border-e-zinc-900\/80{ border-inline-end-color: rgb(24 24 27 / 0.8); }
.border-e-zinc-900\/90{ border-inline-end-color: rgb(24 24 27 / 0.9); }
.border-e-zinc-900\/95{ border-inline-end-color: rgb(24 24 27 / 0.95); }
.border-e-zinc-950{ --tw-border-opacity: 1; border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-e-zinc-950\/0{ border-inline-end-color: rgb(9 9 11 / 0); }
.border-e-zinc-950\/10{ border-inline-end-color: rgb(9 9 11 / 0.1); }
.border-e-zinc-950\/100{ border-inline-end-color: rgb(9 9 11 / 1); }
.border-e-zinc-950\/20{ border-inline-end-color: rgb(9 9 11 / 0.2); }
.border-e-zinc-950\/25{ border-inline-end-color: rgb(9 9 11 / 0.25); }
.border-e-zinc-950\/30{ border-inline-end-color: rgb(9 9 11 / 0.3); }
.border-e-zinc-950\/40{ border-inline-end-color: rgb(9 9 11 / 0.4); }
.border-e-zinc-950\/5{ border-inline-end-color: rgb(9 9 11 / 0.05); }
.border-e-zinc-950\/50{ border-inline-end-color: rgb(9 9 11 / 0.5); }
.border-e-zinc-950\/60{ border-inline-end-color: rgb(9 9 11 / 0.6); }
.border-e-zinc-950\/70{ border-inline-end-color: rgb(9 9 11 / 0.7); }
.border-e-zinc-950\/75{ border-inline-end-color: rgb(9 9 11 / 0.75); }
.border-e-zinc-950\/80{ border-inline-end-color: rgb(9 9 11 / 0.8); }
.border-e-zinc-950\/90{ border-inline-end-color: rgb(9 9 11 / 0.9); }
.border-e-zinc-950\/95{ border-inline-end-color: rgb(9 9 11 / 0.95); }
.border-l-amaranth{ --tw-border-opacity: 1; border-left-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-l-amaranth-100{ --tw-border-opacity: 1; border-left-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-l-amaranth-100\/0{ border-left-color: rgb(241 230 237 / 0); }
.border-l-amaranth-100\/10{ border-left-color: rgb(241 230 237 / 0.1); }
.border-l-amaranth-100\/100{ border-left-color: rgb(241 230 237 / 1); }
.border-l-amaranth-100\/20{ border-left-color: rgb(241 230 237 / 0.2); }
.border-l-amaranth-100\/25{ border-left-color: rgb(241 230 237 / 0.25); }
.border-l-amaranth-100\/30{ border-left-color: rgb(241 230 237 / 0.3); }
.border-l-amaranth-100\/40{ border-left-color: rgb(241 230 237 / 0.4); }
.border-l-amaranth-100\/5{ border-left-color: rgb(241 230 237 / 0.05); }
.border-l-amaranth-100\/50{ border-left-color: rgb(241 230 237 / 0.5); }
.border-l-amaranth-100\/60{ border-left-color: rgb(241 230 237 / 0.6); }
.border-l-amaranth-100\/70{ border-left-color: rgb(241 230 237 / 0.7); }
.border-l-amaranth-100\/75{ border-left-color: rgb(241 230 237 / 0.75); }
.border-l-amaranth-100\/80{ border-left-color: rgb(241 230 237 / 0.8); }
.border-l-amaranth-100\/90{ border-left-color: rgb(241 230 237 / 0.9); }
.border-l-amaranth-100\/95{ border-left-color: rgb(241 230 237 / 0.95); }
.border-l-amaranth-200{ --tw-border-opacity: 1; border-left-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-l-amaranth-200\/0{ border-left-color: rgb(227 204 219 / 0); }
.border-l-amaranth-200\/10{ border-left-color: rgb(227 204 219 / 0.1); }
.border-l-amaranth-200\/100{ border-left-color: rgb(227 204 219 / 1); }
.border-l-amaranth-200\/20{ border-left-color: rgb(227 204 219 / 0.2); }
.border-l-amaranth-200\/25{ border-left-color: rgb(227 204 219 / 0.25); }
.border-l-amaranth-200\/30{ border-left-color: rgb(227 204 219 / 0.3); }
.border-l-amaranth-200\/40{ border-left-color: rgb(227 204 219 / 0.4); }
.border-l-amaranth-200\/5{ border-left-color: rgb(227 204 219 / 0.05); }
.border-l-amaranth-200\/50{ border-left-color: rgb(227 204 219 / 0.5); }
.border-l-amaranth-200\/60{ border-left-color: rgb(227 204 219 / 0.6); }
.border-l-amaranth-200\/70{ border-left-color: rgb(227 204 219 / 0.7); }
.border-l-amaranth-200\/75{ border-left-color: rgb(227 204 219 / 0.75); }
.border-l-amaranth-200\/80{ border-left-color: rgb(227 204 219 / 0.8); }
.border-l-amaranth-200\/90{ border-left-color: rgb(227 204 219 / 0.9); }
.border-l-amaranth-200\/95{ border-left-color: rgb(227 204 219 / 0.95); }
.border-l-amaranth-300{ --tw-border-opacity: 1; border-left-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-l-amaranth-300\/0{ border-left-color: rgb(214 179 201 / 0); }
.border-l-amaranth-300\/10{ border-left-color: rgb(214 179 201 / 0.1); }
.border-l-amaranth-300\/100{ border-left-color: rgb(214 179 201 / 1); }
.border-l-amaranth-300\/20{ border-left-color: rgb(214 179 201 / 0.2); }
.border-l-amaranth-300\/25{ border-left-color: rgb(214 179 201 / 0.25); }
.border-l-amaranth-300\/30{ border-left-color: rgb(214 179 201 / 0.3); }
.border-l-amaranth-300\/40{ border-left-color: rgb(214 179 201 / 0.4); }
.border-l-amaranth-300\/5{ border-left-color: rgb(214 179 201 / 0.05); }
.border-l-amaranth-300\/50{ border-left-color: rgb(214 179 201 / 0.5); }
.border-l-amaranth-300\/60{ border-left-color: rgb(214 179 201 / 0.6); }
.border-l-amaranth-300\/70{ border-left-color: rgb(214 179 201 / 0.7); }
.border-l-amaranth-300\/75{ border-left-color: rgb(214 179 201 / 0.75); }
.border-l-amaranth-300\/80{ border-left-color: rgb(214 179 201 / 0.8); }
.border-l-amaranth-300\/90{ border-left-color: rgb(214 179 201 / 0.9); }
.border-l-amaranth-300\/95{ border-left-color: rgb(214 179 201 / 0.95); }
.border-l-amaranth-400{ --tw-border-opacity: 1; border-left-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-l-amaranth-400\/0{ border-left-color: rgb(199 153 182 / 0); }
.border-l-amaranth-400\/10{ border-left-color: rgb(199 153 182 / 0.1); }
.border-l-amaranth-400\/100{ border-left-color: rgb(199 153 182 / 1); }
.border-l-amaranth-400\/20{ border-left-color: rgb(199 153 182 / 0.2); }
.border-l-amaranth-400\/25{ border-left-color: rgb(199 153 182 / 0.25); }
.border-l-amaranth-400\/30{ border-left-color: rgb(199 153 182 / 0.3); }
.border-l-amaranth-400\/40{ border-left-color: rgb(199 153 182 / 0.4); }
.border-l-amaranth-400\/5{ border-left-color: rgb(199 153 182 / 0.05); }
.border-l-amaranth-400\/50{ border-left-color: rgb(199 153 182 / 0.5); }
.border-l-amaranth-400\/60{ border-left-color: rgb(199 153 182 / 0.6); }
.border-l-amaranth-400\/70{ border-left-color: rgb(199 153 182 / 0.7); }
.border-l-amaranth-400\/75{ border-left-color: rgb(199 153 182 / 0.75); }
.border-l-amaranth-400\/80{ border-left-color: rgb(199 153 182 / 0.8); }
.border-l-amaranth-400\/90{ border-left-color: rgb(199 153 182 / 0.9); }
.border-l-amaranth-400\/95{ border-left-color: rgb(199 153 182 / 0.95); }
.border-l-amaranth-500{ --tw-border-opacity: 1; border-left-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-l-amaranth-500\/0{ border-left-color: rgb(186 128 164 / 0); }
.border-l-amaranth-500\/10{ border-left-color: rgb(186 128 164 / 0.1); }
.border-l-amaranth-500\/100{ border-left-color: rgb(186 128 164 / 1); }
.border-l-amaranth-500\/20{ border-left-color: rgb(186 128 164 / 0.2); }
.border-l-amaranth-500\/25{ border-left-color: rgb(186 128 164 / 0.25); }
.border-l-amaranth-500\/30{ border-left-color: rgb(186 128 164 / 0.3); }
.border-l-amaranth-500\/40{ border-left-color: rgb(186 128 164 / 0.4); }
.border-l-amaranth-500\/5{ border-left-color: rgb(186 128 164 / 0.05); }
.border-l-amaranth-500\/50{ border-left-color: rgb(186 128 164 / 0.5); }
.border-l-amaranth-500\/60{ border-left-color: rgb(186 128 164 / 0.6); }
.border-l-amaranth-500\/70{ border-left-color: rgb(186 128 164 / 0.7); }
.border-l-amaranth-500\/75{ border-left-color: rgb(186 128 164 / 0.75); }
.border-l-amaranth-500\/80{ border-left-color: rgb(186 128 164 / 0.8); }
.border-l-amaranth-500\/90{ border-left-color: rgb(186 128 164 / 0.9); }
.border-l-amaranth-500\/95{ border-left-color: rgb(186 128 164 / 0.95); }
.border-l-amaranth-600{ --tw-border-opacity: 1; border-left-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-l-amaranth-600\/0{ border-left-color: rgb(172 102 146 / 0); }
.border-l-amaranth-600\/10{ border-left-color: rgb(172 102 146 / 0.1); }
.border-l-amaranth-600\/100{ border-left-color: rgb(172 102 146 / 1); }
.border-l-amaranth-600\/20{ border-left-color: rgb(172 102 146 / 0.2); }
.border-l-amaranth-600\/25{ border-left-color: rgb(172 102 146 / 0.25); }
.border-l-amaranth-600\/30{ border-left-color: rgb(172 102 146 / 0.3); }
.border-l-amaranth-600\/40{ border-left-color: rgb(172 102 146 / 0.4); }
.border-l-amaranth-600\/5{ border-left-color: rgb(172 102 146 / 0.05); }
.border-l-amaranth-600\/50{ border-left-color: rgb(172 102 146 / 0.5); }
.border-l-amaranth-600\/60{ border-left-color: rgb(172 102 146 / 0.6); }
.border-l-amaranth-600\/70{ border-left-color: rgb(172 102 146 / 0.7); }
.border-l-amaranth-600\/75{ border-left-color: rgb(172 102 146 / 0.75); }
.border-l-amaranth-600\/80{ border-left-color: rgb(172 102 146 / 0.8); }
.border-l-amaranth-600\/90{ border-left-color: rgb(172 102 146 / 0.9); }
.border-l-amaranth-600\/95{ border-left-color: rgb(172 102 146 / 0.95); }
.border-l-amaranth-700{ --tw-border-opacity: 1; border-left-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-l-amaranth-700\/0{ border-left-color: rgb(157 76 127 / 0); }
.border-l-amaranth-700\/10{ border-left-color: rgb(157 76 127 / 0.1); }
.border-l-amaranth-700\/100{ border-left-color: rgb(157 76 127 / 1); }
.border-l-amaranth-700\/20{ border-left-color: rgb(157 76 127 / 0.2); }
.border-l-amaranth-700\/25{ border-left-color: rgb(157 76 127 / 0.25); }
.border-l-amaranth-700\/30{ border-left-color: rgb(157 76 127 / 0.3); }
.border-l-amaranth-700\/40{ border-left-color: rgb(157 76 127 / 0.4); }
.border-l-amaranth-700\/5{ border-left-color: rgb(157 76 127 / 0.05); }
.border-l-amaranth-700\/50{ border-left-color: rgb(157 76 127 / 0.5); }
.border-l-amaranth-700\/60{ border-left-color: rgb(157 76 127 / 0.6); }
.border-l-amaranth-700\/70{ border-left-color: rgb(157 76 127 / 0.7); }
.border-l-amaranth-700\/75{ border-left-color: rgb(157 76 127 / 0.75); }
.border-l-amaranth-700\/80{ border-left-color: rgb(157 76 127 / 0.8); }
.border-l-amaranth-700\/90{ border-left-color: rgb(157 76 127 / 0.9); }
.border-l-amaranth-700\/95{ border-left-color: rgb(157 76 127 / 0.95); }
.border-l-amaranth-800{ --tw-border-opacity: 1; border-left-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-l-amaranth-800\/0{ border-left-color: rgb(144 51 109 / 0); }
.border-l-amaranth-800\/10{ border-left-color: rgb(144 51 109 / 0.1); }
.border-l-amaranth-800\/100{ border-left-color: rgb(144 51 109 / 1); }
.border-l-amaranth-800\/20{ border-left-color: rgb(144 51 109 / 0.2); }
.border-l-amaranth-800\/25{ border-left-color: rgb(144 51 109 / 0.25); }
.border-l-amaranth-800\/30{ border-left-color: rgb(144 51 109 / 0.3); }
.border-l-amaranth-800\/40{ border-left-color: rgb(144 51 109 / 0.4); }
.border-l-amaranth-800\/5{ border-left-color: rgb(144 51 109 / 0.05); }
.border-l-amaranth-800\/50{ border-left-color: rgb(144 51 109 / 0.5); }
.border-l-amaranth-800\/60{ border-left-color: rgb(144 51 109 / 0.6); }
.border-l-amaranth-800\/70{ border-left-color: rgb(144 51 109 / 0.7); }
.border-l-amaranth-800\/75{ border-left-color: rgb(144 51 109 / 0.75); }
.border-l-amaranth-800\/80{ border-left-color: rgb(144 51 109 / 0.8); }
.border-l-amaranth-800\/90{ border-left-color: rgb(144 51 109 / 0.9); }
.border-l-amaranth-800\/95{ border-left-color: rgb(144 51 109 / 0.95); }
.border-l-amaranth-900{ --tw-border-opacity: 1; border-left-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-l-amaranth-900\/0{ border-left-color: rgb(130 26 92 / 0); }
.border-l-amaranth-900\/10{ border-left-color: rgb(130 26 92 / 0.1); }
.border-l-amaranth-900\/100{ border-left-color: rgb(130 26 92 / 1); }
.border-l-amaranth-900\/20{ border-left-color: rgb(130 26 92 / 0.2); }
.border-l-amaranth-900\/25{ border-left-color: rgb(130 26 92 / 0.25); }
.border-l-amaranth-900\/30{ border-left-color: rgb(130 26 92 / 0.3); }
.border-l-amaranth-900\/40{ border-left-color: rgb(130 26 92 / 0.4); }
.border-l-amaranth-900\/5{ border-left-color: rgb(130 26 92 / 0.05); }
.border-l-amaranth-900\/50{ border-left-color: rgb(130 26 92 / 0.5); }
.border-l-amaranth-900\/60{ border-left-color: rgb(130 26 92 / 0.6); }
.border-l-amaranth-900\/70{ border-left-color: rgb(130 26 92 / 0.7); }
.border-l-amaranth-900\/75{ border-left-color: rgb(130 26 92 / 0.75); }
.border-l-amaranth-900\/80{ border-left-color: rgb(130 26 92 / 0.8); }
.border-l-amaranth-900\/90{ border-left-color: rgb(130 26 92 / 0.9); }
.border-l-amaranth-900\/95{ border-left-color: rgb(130 26 92 / 0.95); }
.border-l-amaranth-950{ --tw-border-opacity: 1; border-left-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-l-amaranth-950\/0{ border-left-color: rgb(123 13 82 / 0); }
.border-l-amaranth-950\/10{ border-left-color: rgb(123 13 82 / 0.1); }
.border-l-amaranth-950\/100{ border-left-color: rgb(123 13 82 / 1); }
.border-l-amaranth-950\/20{ border-left-color: rgb(123 13 82 / 0.2); }
.border-l-amaranth-950\/25{ border-left-color: rgb(123 13 82 / 0.25); }
.border-l-amaranth-950\/30{ border-left-color: rgb(123 13 82 / 0.3); }
.border-l-amaranth-950\/40{ border-left-color: rgb(123 13 82 / 0.4); }
.border-l-amaranth-950\/5{ border-left-color: rgb(123 13 82 / 0.05); }
.border-l-amaranth-950\/50{ border-left-color: rgb(123 13 82 / 0.5); }
.border-l-amaranth-950\/60{ border-left-color: rgb(123 13 82 / 0.6); }
.border-l-amaranth-950\/70{ border-left-color: rgb(123 13 82 / 0.7); }
.border-l-amaranth-950\/75{ border-left-color: rgb(123 13 82 / 0.75); }
.border-l-amaranth-950\/80{ border-left-color: rgb(123 13 82 / 0.8); }
.border-l-amaranth-950\/90{ border-left-color: rgb(123 13 82 / 0.9); }
.border-l-amaranth-950\/95{ border-left-color: rgb(123 13 82 / 0.95); }
.border-l-amaranth\/0{ border-left-color: rgb(116 0 73 / 0); }
.border-l-amaranth\/10{ border-left-color: rgb(116 0 73 / 0.1); }
.border-l-amaranth\/100{ border-left-color: rgb(116 0 73 / 1); }
.border-l-amaranth\/20{ border-left-color: rgb(116 0 73 / 0.2); }
.border-l-amaranth\/25{ border-left-color: rgb(116 0 73 / 0.25); }
.border-l-amaranth\/30{ border-left-color: rgb(116 0 73 / 0.3); }
.border-l-amaranth\/40{ border-left-color: rgb(116 0 73 / 0.4); }
.border-l-amaranth\/5{ border-left-color: rgb(116 0 73 / 0.05); }
.border-l-amaranth\/50{ border-left-color: rgb(116 0 73 / 0.5); }
.border-l-amaranth\/60{ border-left-color: rgb(116 0 73 / 0.6); }
.border-l-amaranth\/70{ border-left-color: rgb(116 0 73 / 0.7); }
.border-l-amaranth\/75{ border-left-color: rgb(116 0 73 / 0.75); }
.border-l-amaranth\/80{ border-left-color: rgb(116 0 73 / 0.8); }
.border-l-amaranth\/90{ border-left-color: rgb(116 0 73 / 0.9); }
.border-l-amaranth\/95{ border-left-color: rgb(116 0 73 / 0.95); }
.border-l-amber-100{ --tw-border-opacity: 1; border-left-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-l-amber-100\/0{ border-left-color: rgb(254 243 199 / 0); }
.border-l-amber-100\/10{ border-left-color: rgb(254 243 199 / 0.1); }
.border-l-amber-100\/100{ border-left-color: rgb(254 243 199 / 1); }
.border-l-amber-100\/20{ border-left-color: rgb(254 243 199 / 0.2); }
.border-l-amber-100\/25{ border-left-color: rgb(254 243 199 / 0.25); }
.border-l-amber-100\/30{ border-left-color: rgb(254 243 199 / 0.3); }
.border-l-amber-100\/40{ border-left-color: rgb(254 243 199 / 0.4); }
.border-l-amber-100\/5{ border-left-color: rgb(254 243 199 / 0.05); }
.border-l-amber-100\/50{ border-left-color: rgb(254 243 199 / 0.5); }
.border-l-amber-100\/60{ border-left-color: rgb(254 243 199 / 0.6); }
.border-l-amber-100\/70{ border-left-color: rgb(254 243 199 / 0.7); }
.border-l-amber-100\/75{ border-left-color: rgb(254 243 199 / 0.75); }
.border-l-amber-100\/80{ border-left-color: rgb(254 243 199 / 0.8); }
.border-l-amber-100\/90{ border-left-color: rgb(254 243 199 / 0.9); }
.border-l-amber-100\/95{ border-left-color: rgb(254 243 199 / 0.95); }
.border-l-amber-200{ --tw-border-opacity: 1; border-left-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-l-amber-200\/0{ border-left-color: rgb(253 230 138 / 0); }
.border-l-amber-200\/10{ border-left-color: rgb(253 230 138 / 0.1); }
.border-l-amber-200\/100{ border-left-color: rgb(253 230 138 / 1); }
.border-l-amber-200\/20{ border-left-color: rgb(253 230 138 / 0.2); }
.border-l-amber-200\/25{ border-left-color: rgb(253 230 138 / 0.25); }
.border-l-amber-200\/30{ border-left-color: rgb(253 230 138 / 0.3); }
.border-l-amber-200\/40{ border-left-color: rgb(253 230 138 / 0.4); }
.border-l-amber-200\/5{ border-left-color: rgb(253 230 138 / 0.05); }
.border-l-amber-200\/50{ border-left-color: rgb(253 230 138 / 0.5); }
.border-l-amber-200\/60{ border-left-color: rgb(253 230 138 / 0.6); }
.border-l-amber-200\/70{ border-left-color: rgb(253 230 138 / 0.7); }
.border-l-amber-200\/75{ border-left-color: rgb(253 230 138 / 0.75); }
.border-l-amber-200\/80{ border-left-color: rgb(253 230 138 / 0.8); }
.border-l-amber-200\/90{ border-left-color: rgb(253 230 138 / 0.9); }
.border-l-amber-200\/95{ border-left-color: rgb(253 230 138 / 0.95); }
.border-l-amber-300{ --tw-border-opacity: 1; border-left-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-l-amber-300\/0{ border-left-color: rgb(252 211 77 / 0); }
.border-l-amber-300\/10{ border-left-color: rgb(252 211 77 / 0.1); }
.border-l-amber-300\/100{ border-left-color: rgb(252 211 77 / 1); }
.border-l-amber-300\/20{ border-left-color: rgb(252 211 77 / 0.2); }
.border-l-amber-300\/25{ border-left-color: rgb(252 211 77 / 0.25); }
.border-l-amber-300\/30{ border-left-color: rgb(252 211 77 / 0.3); }
.border-l-amber-300\/40{ border-left-color: rgb(252 211 77 / 0.4); }
.border-l-amber-300\/5{ border-left-color: rgb(252 211 77 / 0.05); }
.border-l-amber-300\/50{ border-left-color: rgb(252 211 77 / 0.5); }
.border-l-amber-300\/60{ border-left-color: rgb(252 211 77 / 0.6); }
.border-l-amber-300\/70{ border-left-color: rgb(252 211 77 / 0.7); }
.border-l-amber-300\/75{ border-left-color: rgb(252 211 77 / 0.75); }
.border-l-amber-300\/80{ border-left-color: rgb(252 211 77 / 0.8); }
.border-l-amber-300\/90{ border-left-color: rgb(252 211 77 / 0.9); }
.border-l-amber-300\/95{ border-left-color: rgb(252 211 77 / 0.95); }
.border-l-amber-400{ --tw-border-opacity: 1; border-left-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-l-amber-400\/0{ border-left-color: rgb(251 191 36 / 0); }
.border-l-amber-400\/10{ border-left-color: rgb(251 191 36 / 0.1); }
.border-l-amber-400\/100{ border-left-color: rgb(251 191 36 / 1); }
.border-l-amber-400\/20{ border-left-color: rgb(251 191 36 / 0.2); }
.border-l-amber-400\/25{ border-left-color: rgb(251 191 36 / 0.25); }
.border-l-amber-400\/30{ border-left-color: rgb(251 191 36 / 0.3); }
.border-l-amber-400\/40{ border-left-color: rgb(251 191 36 / 0.4); }
.border-l-amber-400\/5{ border-left-color: rgb(251 191 36 / 0.05); }
.border-l-amber-400\/50{ border-left-color: rgb(251 191 36 / 0.5); }
.border-l-amber-400\/60{ border-left-color: rgb(251 191 36 / 0.6); }
.border-l-amber-400\/70{ border-left-color: rgb(251 191 36 / 0.7); }
.border-l-amber-400\/75{ border-left-color: rgb(251 191 36 / 0.75); }
.border-l-amber-400\/80{ border-left-color: rgb(251 191 36 / 0.8); }
.border-l-amber-400\/90{ border-left-color: rgb(251 191 36 / 0.9); }
.border-l-amber-400\/95{ border-left-color: rgb(251 191 36 / 0.95); }
.border-l-amber-50{ --tw-border-opacity: 1; border-left-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-l-amber-50\/0{ border-left-color: rgb(255 251 235 / 0); }
.border-l-amber-50\/10{ border-left-color: rgb(255 251 235 / 0.1); }
.border-l-amber-50\/100{ border-left-color: rgb(255 251 235 / 1); }
.border-l-amber-50\/20{ border-left-color: rgb(255 251 235 / 0.2); }
.border-l-amber-50\/25{ border-left-color: rgb(255 251 235 / 0.25); }
.border-l-amber-50\/30{ border-left-color: rgb(255 251 235 / 0.3); }
.border-l-amber-50\/40{ border-left-color: rgb(255 251 235 / 0.4); }
.border-l-amber-50\/5{ border-left-color: rgb(255 251 235 / 0.05); }
.border-l-amber-50\/50{ border-left-color: rgb(255 251 235 / 0.5); }
.border-l-amber-50\/60{ border-left-color: rgb(255 251 235 / 0.6); }
.border-l-amber-50\/70{ border-left-color: rgb(255 251 235 / 0.7); }
.border-l-amber-50\/75{ border-left-color: rgb(255 251 235 / 0.75); }
.border-l-amber-50\/80{ border-left-color: rgb(255 251 235 / 0.8); }
.border-l-amber-50\/90{ border-left-color: rgb(255 251 235 / 0.9); }
.border-l-amber-50\/95{ border-left-color: rgb(255 251 235 / 0.95); }
.border-l-amber-500{ --tw-border-opacity: 1; border-left-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-l-amber-500\/0{ border-left-color: rgb(245 158 11 / 0); }
.border-l-amber-500\/10{ border-left-color: rgb(245 158 11 / 0.1); }
.border-l-amber-500\/100{ border-left-color: rgb(245 158 11 / 1); }
.border-l-amber-500\/20{ border-left-color: rgb(245 158 11 / 0.2); }
.border-l-amber-500\/25{ border-left-color: rgb(245 158 11 / 0.25); }
.border-l-amber-500\/30{ border-left-color: rgb(245 158 11 / 0.3); }
.border-l-amber-500\/40{ border-left-color: rgb(245 158 11 / 0.4); }
.border-l-amber-500\/5{ border-left-color: rgb(245 158 11 / 0.05); }
.border-l-amber-500\/50{ border-left-color: rgb(245 158 11 / 0.5); }
.border-l-amber-500\/60{ border-left-color: rgb(245 158 11 / 0.6); }
.border-l-amber-500\/70{ border-left-color: rgb(245 158 11 / 0.7); }
.border-l-amber-500\/75{ border-left-color: rgb(245 158 11 / 0.75); }
.border-l-amber-500\/80{ border-left-color: rgb(245 158 11 / 0.8); }
.border-l-amber-500\/90{ border-left-color: rgb(245 158 11 / 0.9); }
.border-l-amber-500\/95{ border-left-color: rgb(245 158 11 / 0.95); }
.border-l-amber-600{ --tw-border-opacity: 1; border-left-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-l-amber-600\/0{ border-left-color: rgb(217 119 6 / 0); }
.border-l-amber-600\/10{ border-left-color: rgb(217 119 6 / 0.1); }
.border-l-amber-600\/100{ border-left-color: rgb(217 119 6 / 1); }
.border-l-amber-600\/20{ border-left-color: rgb(217 119 6 / 0.2); }
.border-l-amber-600\/25{ border-left-color: rgb(217 119 6 / 0.25); }
.border-l-amber-600\/30{ border-left-color: rgb(217 119 6 / 0.3); }
.border-l-amber-600\/40{ border-left-color: rgb(217 119 6 / 0.4); }
.border-l-amber-600\/5{ border-left-color: rgb(217 119 6 / 0.05); }
.border-l-amber-600\/50{ border-left-color: rgb(217 119 6 / 0.5); }
.border-l-amber-600\/60{ border-left-color: rgb(217 119 6 / 0.6); }
.border-l-amber-600\/70{ border-left-color: rgb(217 119 6 / 0.7); }
.border-l-amber-600\/75{ border-left-color: rgb(217 119 6 / 0.75); }
.border-l-amber-600\/80{ border-left-color: rgb(217 119 6 / 0.8); }
.border-l-amber-600\/90{ border-left-color: rgb(217 119 6 / 0.9); }
.border-l-amber-600\/95{ border-left-color: rgb(217 119 6 / 0.95); }
.border-l-amber-700{ --tw-border-opacity: 1; border-left-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-l-amber-700\/0{ border-left-color: rgb(180 83 9 / 0); }
.border-l-amber-700\/10{ border-left-color: rgb(180 83 9 / 0.1); }
.border-l-amber-700\/100{ border-left-color: rgb(180 83 9 / 1); }
.border-l-amber-700\/20{ border-left-color: rgb(180 83 9 / 0.2); }
.border-l-amber-700\/25{ border-left-color: rgb(180 83 9 / 0.25); }
.border-l-amber-700\/30{ border-left-color: rgb(180 83 9 / 0.3); }
.border-l-amber-700\/40{ border-left-color: rgb(180 83 9 / 0.4); }
.border-l-amber-700\/5{ border-left-color: rgb(180 83 9 / 0.05); }
.border-l-amber-700\/50{ border-left-color: rgb(180 83 9 / 0.5); }
.border-l-amber-700\/60{ border-left-color: rgb(180 83 9 / 0.6); }
.border-l-amber-700\/70{ border-left-color: rgb(180 83 9 / 0.7); }
.border-l-amber-700\/75{ border-left-color: rgb(180 83 9 / 0.75); }
.border-l-amber-700\/80{ border-left-color: rgb(180 83 9 / 0.8); }
.border-l-amber-700\/90{ border-left-color: rgb(180 83 9 / 0.9); }
.border-l-amber-700\/95{ border-left-color: rgb(180 83 9 / 0.95); }
.border-l-amber-800{ --tw-border-opacity: 1; border-left-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-l-amber-800\/0{ border-left-color: rgb(146 64 14 / 0); }
.border-l-amber-800\/10{ border-left-color: rgb(146 64 14 / 0.1); }
.border-l-amber-800\/100{ border-left-color: rgb(146 64 14 / 1); }
.border-l-amber-800\/20{ border-left-color: rgb(146 64 14 / 0.2); }
.border-l-amber-800\/25{ border-left-color: rgb(146 64 14 / 0.25); }
.border-l-amber-800\/30{ border-left-color: rgb(146 64 14 / 0.3); }
.border-l-amber-800\/40{ border-left-color: rgb(146 64 14 / 0.4); }
.border-l-amber-800\/5{ border-left-color: rgb(146 64 14 / 0.05); }
.border-l-amber-800\/50{ border-left-color: rgb(146 64 14 / 0.5); }
.border-l-amber-800\/60{ border-left-color: rgb(146 64 14 / 0.6); }
.border-l-amber-800\/70{ border-left-color: rgb(146 64 14 / 0.7); }
.border-l-amber-800\/75{ border-left-color: rgb(146 64 14 / 0.75); }
.border-l-amber-800\/80{ border-left-color: rgb(146 64 14 / 0.8); }
.border-l-amber-800\/90{ border-left-color: rgb(146 64 14 / 0.9); }
.border-l-amber-800\/95{ border-left-color: rgb(146 64 14 / 0.95); }
.border-l-amber-900{ --tw-border-opacity: 1; border-left-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-l-amber-900\/0{ border-left-color: rgb(120 53 15 / 0); }
.border-l-amber-900\/10{ border-left-color: rgb(120 53 15 / 0.1); }
.border-l-amber-900\/100{ border-left-color: rgb(120 53 15 / 1); }
.border-l-amber-900\/20{ border-left-color: rgb(120 53 15 / 0.2); }
.border-l-amber-900\/25{ border-left-color: rgb(120 53 15 / 0.25); }
.border-l-amber-900\/30{ border-left-color: rgb(120 53 15 / 0.3); }
.border-l-amber-900\/40{ border-left-color: rgb(120 53 15 / 0.4); }
.border-l-amber-900\/5{ border-left-color: rgb(120 53 15 / 0.05); }
.border-l-amber-900\/50{ border-left-color: rgb(120 53 15 / 0.5); }
.border-l-amber-900\/60{ border-left-color: rgb(120 53 15 / 0.6); }
.border-l-amber-900\/70{ border-left-color: rgb(120 53 15 / 0.7); }
.border-l-amber-900\/75{ border-left-color: rgb(120 53 15 / 0.75); }
.border-l-amber-900\/80{ border-left-color: rgb(120 53 15 / 0.8); }
.border-l-amber-900\/90{ border-left-color: rgb(120 53 15 / 0.9); }
.border-l-amber-900\/95{ border-left-color: rgb(120 53 15 / 0.95); }
.border-l-amber-950{ --tw-border-opacity: 1; border-left-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-l-amber-950\/0{ border-left-color: rgb(69 26 3 / 0); }
.border-l-amber-950\/10{ border-left-color: rgb(69 26 3 / 0.1); }
.border-l-amber-950\/100{ border-left-color: rgb(69 26 3 / 1); }
.border-l-amber-950\/20{ border-left-color: rgb(69 26 3 / 0.2); }
.border-l-amber-950\/25{ border-left-color: rgb(69 26 3 / 0.25); }
.border-l-amber-950\/30{ border-left-color: rgb(69 26 3 / 0.3); }
.border-l-amber-950\/40{ border-left-color: rgb(69 26 3 / 0.4); }
.border-l-amber-950\/5{ border-left-color: rgb(69 26 3 / 0.05); }
.border-l-amber-950\/50{ border-left-color: rgb(69 26 3 / 0.5); }
.border-l-amber-950\/60{ border-left-color: rgb(69 26 3 / 0.6); }
.border-l-amber-950\/70{ border-left-color: rgb(69 26 3 / 0.7); }
.border-l-amber-950\/75{ border-left-color: rgb(69 26 3 / 0.75); }
.border-l-amber-950\/80{ border-left-color: rgb(69 26 3 / 0.8); }
.border-l-amber-950\/90{ border-left-color: rgb(69 26 3 / 0.9); }
.border-l-amber-950\/95{ border-left-color: rgb(69 26 3 / 0.95); }
.border-l-black{ --tw-border-opacity: 1; border-left-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-l-black\/0{ border-left-color: rgb(0 0 0 / 0); }
.border-l-black\/10{ border-left-color: rgb(0 0 0 / 0.1); }
.border-l-black\/100{ border-left-color: rgb(0 0 0 / 1); }
.border-l-black\/20{ border-left-color: rgb(0 0 0 / 0.2); }
.border-l-black\/25{ border-left-color: rgb(0 0 0 / 0.25); }
.border-l-black\/30{ border-left-color: rgb(0 0 0 / 0.3); }
.border-l-black\/40{ border-left-color: rgb(0 0 0 / 0.4); }
.border-l-black\/5{ border-left-color: rgb(0 0 0 / 0.05); }
.border-l-black\/50{ border-left-color: rgb(0 0 0 / 0.5); }
.border-l-black\/60{ border-left-color: rgb(0 0 0 / 0.6); }
.border-l-black\/70{ border-left-color: rgb(0 0 0 / 0.7); }
.border-l-black\/75{ border-left-color: rgb(0 0 0 / 0.75); }
.border-l-black\/80{ border-left-color: rgb(0 0 0 / 0.8); }
.border-l-black\/90{ border-left-color: rgb(0 0 0 / 0.9); }
.border-l-black\/95{ border-left-color: rgb(0 0 0 / 0.95); }
.border-l-blue-100{ --tw-border-opacity: 1; border-left-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-l-blue-100\/0{ border-left-color: rgb(219 234 254 / 0); }
.border-l-blue-100\/10{ border-left-color: rgb(219 234 254 / 0.1); }
.border-l-blue-100\/100{ border-left-color: rgb(219 234 254 / 1); }
.border-l-blue-100\/20{ border-left-color: rgb(219 234 254 / 0.2); }
.border-l-blue-100\/25{ border-left-color: rgb(219 234 254 / 0.25); }
.border-l-blue-100\/30{ border-left-color: rgb(219 234 254 / 0.3); }
.border-l-blue-100\/40{ border-left-color: rgb(219 234 254 / 0.4); }
.border-l-blue-100\/5{ border-left-color: rgb(219 234 254 / 0.05); }
.border-l-blue-100\/50{ border-left-color: rgb(219 234 254 / 0.5); }
.border-l-blue-100\/60{ border-left-color: rgb(219 234 254 / 0.6); }
.border-l-blue-100\/70{ border-left-color: rgb(219 234 254 / 0.7); }
.border-l-blue-100\/75{ border-left-color: rgb(219 234 254 / 0.75); }
.border-l-blue-100\/80{ border-left-color: rgb(219 234 254 / 0.8); }
.border-l-blue-100\/90{ border-left-color: rgb(219 234 254 / 0.9); }
.border-l-blue-100\/95{ border-left-color: rgb(219 234 254 / 0.95); }
.border-l-blue-200{ --tw-border-opacity: 1; border-left-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-l-blue-200\/0{ border-left-color: rgb(191 219 254 / 0); }
.border-l-blue-200\/10{ border-left-color: rgb(191 219 254 / 0.1); }
.border-l-blue-200\/100{ border-left-color: rgb(191 219 254 / 1); }
.border-l-blue-200\/20{ border-left-color: rgb(191 219 254 / 0.2); }
.border-l-blue-200\/25{ border-left-color: rgb(191 219 254 / 0.25); }
.border-l-blue-200\/30{ border-left-color: rgb(191 219 254 / 0.3); }
.border-l-blue-200\/40{ border-left-color: rgb(191 219 254 / 0.4); }
.border-l-blue-200\/5{ border-left-color: rgb(191 219 254 / 0.05); }
.border-l-blue-200\/50{ border-left-color: rgb(191 219 254 / 0.5); }
.border-l-blue-200\/60{ border-left-color: rgb(191 219 254 / 0.6); }
.border-l-blue-200\/70{ border-left-color: rgb(191 219 254 / 0.7); }
.border-l-blue-200\/75{ border-left-color: rgb(191 219 254 / 0.75); }
.border-l-blue-200\/80{ border-left-color: rgb(191 219 254 / 0.8); }
.border-l-blue-200\/90{ border-left-color: rgb(191 219 254 / 0.9); }
.border-l-blue-200\/95{ border-left-color: rgb(191 219 254 / 0.95); }
.border-l-blue-300{ --tw-border-opacity: 1; border-left-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-l-blue-300\/0{ border-left-color: rgb(147 197 253 / 0); }
.border-l-blue-300\/10{ border-left-color: rgb(147 197 253 / 0.1); }
.border-l-blue-300\/100{ border-left-color: rgb(147 197 253 / 1); }
.border-l-blue-300\/20{ border-left-color: rgb(147 197 253 / 0.2); }
.border-l-blue-300\/25{ border-left-color: rgb(147 197 253 / 0.25); }
.border-l-blue-300\/30{ border-left-color: rgb(147 197 253 / 0.3); }
.border-l-blue-300\/40{ border-left-color: rgb(147 197 253 / 0.4); }
.border-l-blue-300\/5{ border-left-color: rgb(147 197 253 / 0.05); }
.border-l-blue-300\/50{ border-left-color: rgb(147 197 253 / 0.5); }
.border-l-blue-300\/60{ border-left-color: rgb(147 197 253 / 0.6); }
.border-l-blue-300\/70{ border-left-color: rgb(147 197 253 / 0.7); }
.border-l-blue-300\/75{ border-left-color: rgb(147 197 253 / 0.75); }
.border-l-blue-300\/80{ border-left-color: rgb(147 197 253 / 0.8); }
.border-l-blue-300\/90{ border-left-color: rgb(147 197 253 / 0.9); }
.border-l-blue-300\/95{ border-left-color: rgb(147 197 253 / 0.95); }
.border-l-blue-400{ --tw-border-opacity: 1; border-left-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-l-blue-400\/0{ border-left-color: rgb(96 165 250 / 0); }
.border-l-blue-400\/10{ border-left-color: rgb(96 165 250 / 0.1); }
.border-l-blue-400\/100{ border-left-color: rgb(96 165 250 / 1); }
.border-l-blue-400\/20{ border-left-color: rgb(96 165 250 / 0.2); }
.border-l-blue-400\/25{ border-left-color: rgb(96 165 250 / 0.25); }
.border-l-blue-400\/30{ border-left-color: rgb(96 165 250 / 0.3); }
.border-l-blue-400\/40{ border-left-color: rgb(96 165 250 / 0.4); }
.border-l-blue-400\/5{ border-left-color: rgb(96 165 250 / 0.05); }
.border-l-blue-400\/50{ border-left-color: rgb(96 165 250 / 0.5); }
.border-l-blue-400\/60{ border-left-color: rgb(96 165 250 / 0.6); }
.border-l-blue-400\/70{ border-left-color: rgb(96 165 250 / 0.7); }
.border-l-blue-400\/75{ border-left-color: rgb(96 165 250 / 0.75); }
.border-l-blue-400\/80{ border-left-color: rgb(96 165 250 / 0.8); }
.border-l-blue-400\/90{ border-left-color: rgb(96 165 250 / 0.9); }
.border-l-blue-400\/95{ border-left-color: rgb(96 165 250 / 0.95); }
.border-l-blue-50{ --tw-border-opacity: 1; border-left-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-l-blue-50\/0{ border-left-color: rgb(239 246 255 / 0); }
.border-l-blue-50\/10{ border-left-color: rgb(239 246 255 / 0.1); }
.border-l-blue-50\/100{ border-left-color: rgb(239 246 255 / 1); }
.border-l-blue-50\/20{ border-left-color: rgb(239 246 255 / 0.2); }
.border-l-blue-50\/25{ border-left-color: rgb(239 246 255 / 0.25); }
.border-l-blue-50\/30{ border-left-color: rgb(239 246 255 / 0.3); }
.border-l-blue-50\/40{ border-left-color: rgb(239 246 255 / 0.4); }
.border-l-blue-50\/5{ border-left-color: rgb(239 246 255 / 0.05); }
.border-l-blue-50\/50{ border-left-color: rgb(239 246 255 / 0.5); }
.border-l-blue-50\/60{ border-left-color: rgb(239 246 255 / 0.6); }
.border-l-blue-50\/70{ border-left-color: rgb(239 246 255 / 0.7); }
.border-l-blue-50\/75{ border-left-color: rgb(239 246 255 / 0.75); }
.border-l-blue-50\/80{ border-left-color: rgb(239 246 255 / 0.8); }
.border-l-blue-50\/90{ border-left-color: rgb(239 246 255 / 0.9); }
.border-l-blue-50\/95{ border-left-color: rgb(239 246 255 / 0.95); }
.border-l-blue-500{ --tw-border-opacity: 1; border-left-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-l-blue-500\/0{ border-left-color: rgb(59 130 246 / 0); }
.border-l-blue-500\/10{ border-left-color: rgb(59 130 246 / 0.1); }
.border-l-blue-500\/100{ border-left-color: rgb(59 130 246 / 1); }
.border-l-blue-500\/20{ border-left-color: rgb(59 130 246 / 0.2); }
.border-l-blue-500\/25{ border-left-color: rgb(59 130 246 / 0.25); }
.border-l-blue-500\/30{ border-left-color: rgb(59 130 246 / 0.3); }
.border-l-blue-500\/40{ border-left-color: rgb(59 130 246 / 0.4); }
.border-l-blue-500\/5{ border-left-color: rgb(59 130 246 / 0.05); }
.border-l-blue-500\/50{ border-left-color: rgb(59 130 246 / 0.5); }
.border-l-blue-500\/60{ border-left-color: rgb(59 130 246 / 0.6); }
.border-l-blue-500\/70{ border-left-color: rgb(59 130 246 / 0.7); }
.border-l-blue-500\/75{ border-left-color: rgb(59 130 246 / 0.75); }
.border-l-blue-500\/80{ border-left-color: rgb(59 130 246 / 0.8); }
.border-l-blue-500\/90{ border-left-color: rgb(59 130 246 / 0.9); }
.border-l-blue-500\/95{ border-left-color: rgb(59 130 246 / 0.95); }
.border-l-blue-600{ --tw-border-opacity: 1; border-left-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-l-blue-600\/0{ border-left-color: rgb(37 99 235 / 0); }
.border-l-blue-600\/10{ border-left-color: rgb(37 99 235 / 0.1); }
.border-l-blue-600\/100{ border-left-color: rgb(37 99 235 / 1); }
.border-l-blue-600\/20{ border-left-color: rgb(37 99 235 / 0.2); }
.border-l-blue-600\/25{ border-left-color: rgb(37 99 235 / 0.25); }
.border-l-blue-600\/30{ border-left-color: rgb(37 99 235 / 0.3); }
.border-l-blue-600\/40{ border-left-color: rgb(37 99 235 / 0.4); }
.border-l-blue-600\/5{ border-left-color: rgb(37 99 235 / 0.05); }
.border-l-blue-600\/50{ border-left-color: rgb(37 99 235 / 0.5); }
.border-l-blue-600\/60{ border-left-color: rgb(37 99 235 / 0.6); }
.border-l-blue-600\/70{ border-left-color: rgb(37 99 235 / 0.7); }
.border-l-blue-600\/75{ border-left-color: rgb(37 99 235 / 0.75); }
.border-l-blue-600\/80{ border-left-color: rgb(37 99 235 / 0.8); }
.border-l-blue-600\/90{ border-left-color: rgb(37 99 235 / 0.9); }
.border-l-blue-600\/95{ border-left-color: rgb(37 99 235 / 0.95); }
.border-l-blue-700{ --tw-border-opacity: 1; border-left-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-l-blue-700\/0{ border-left-color: rgb(29 78 216 / 0); }
.border-l-blue-700\/10{ border-left-color: rgb(29 78 216 / 0.1); }
.border-l-blue-700\/100{ border-left-color: rgb(29 78 216 / 1); }
.border-l-blue-700\/20{ border-left-color: rgb(29 78 216 / 0.2); }
.border-l-blue-700\/25{ border-left-color: rgb(29 78 216 / 0.25); }
.border-l-blue-700\/30{ border-left-color: rgb(29 78 216 / 0.3); }
.border-l-blue-700\/40{ border-left-color: rgb(29 78 216 / 0.4); }
.border-l-blue-700\/5{ border-left-color: rgb(29 78 216 / 0.05); }
.border-l-blue-700\/50{ border-left-color: rgb(29 78 216 / 0.5); }
.border-l-blue-700\/60{ border-left-color: rgb(29 78 216 / 0.6); }
.border-l-blue-700\/70{ border-left-color: rgb(29 78 216 / 0.7); }
.border-l-blue-700\/75{ border-left-color: rgb(29 78 216 / 0.75); }
.border-l-blue-700\/80{ border-left-color: rgb(29 78 216 / 0.8); }
.border-l-blue-700\/90{ border-left-color: rgb(29 78 216 / 0.9); }
.border-l-blue-700\/95{ border-left-color: rgb(29 78 216 / 0.95); }
.border-l-blue-800{ --tw-border-opacity: 1; border-left-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-l-blue-800\/0{ border-left-color: rgb(30 64 175 / 0); }
.border-l-blue-800\/10{ border-left-color: rgb(30 64 175 / 0.1); }
.border-l-blue-800\/100{ border-left-color: rgb(30 64 175 / 1); }
.border-l-blue-800\/20{ border-left-color: rgb(30 64 175 / 0.2); }
.border-l-blue-800\/25{ border-left-color: rgb(30 64 175 / 0.25); }
.border-l-blue-800\/30{ border-left-color: rgb(30 64 175 / 0.3); }
.border-l-blue-800\/40{ border-left-color: rgb(30 64 175 / 0.4); }
.border-l-blue-800\/5{ border-left-color: rgb(30 64 175 / 0.05); }
.border-l-blue-800\/50{ border-left-color: rgb(30 64 175 / 0.5); }
.border-l-blue-800\/60{ border-left-color: rgb(30 64 175 / 0.6); }
.border-l-blue-800\/70{ border-left-color: rgb(30 64 175 / 0.7); }
.border-l-blue-800\/75{ border-left-color: rgb(30 64 175 / 0.75); }
.border-l-blue-800\/80{ border-left-color: rgb(30 64 175 / 0.8); }
.border-l-blue-800\/90{ border-left-color: rgb(30 64 175 / 0.9); }
.border-l-blue-800\/95{ border-left-color: rgb(30 64 175 / 0.95); }
.border-l-blue-900{ --tw-border-opacity: 1; border-left-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-l-blue-900\/0{ border-left-color: rgb(30 58 138 / 0); }
.border-l-blue-900\/10{ border-left-color: rgb(30 58 138 / 0.1); }
.border-l-blue-900\/100{ border-left-color: rgb(30 58 138 / 1); }
.border-l-blue-900\/20{ border-left-color: rgb(30 58 138 / 0.2); }
.border-l-blue-900\/25{ border-left-color: rgb(30 58 138 / 0.25); }
.border-l-blue-900\/30{ border-left-color: rgb(30 58 138 / 0.3); }
.border-l-blue-900\/40{ border-left-color: rgb(30 58 138 / 0.4); }
.border-l-blue-900\/5{ border-left-color: rgb(30 58 138 / 0.05); }
.border-l-blue-900\/50{ border-left-color: rgb(30 58 138 / 0.5); }
.border-l-blue-900\/60{ border-left-color: rgb(30 58 138 / 0.6); }
.border-l-blue-900\/70{ border-left-color: rgb(30 58 138 / 0.7); }
.border-l-blue-900\/75{ border-left-color: rgb(30 58 138 / 0.75); }
.border-l-blue-900\/80{ border-left-color: rgb(30 58 138 / 0.8); }
.border-l-blue-900\/90{ border-left-color: rgb(30 58 138 / 0.9); }
.border-l-blue-900\/95{ border-left-color: rgb(30 58 138 / 0.95); }
.border-l-blue-950{ --tw-border-opacity: 1; border-left-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-l-blue-950\/0{ border-left-color: rgb(23 37 84 / 0); }
.border-l-blue-950\/10{ border-left-color: rgb(23 37 84 / 0.1); }
.border-l-blue-950\/100{ border-left-color: rgb(23 37 84 / 1); }
.border-l-blue-950\/20{ border-left-color: rgb(23 37 84 / 0.2); }
.border-l-blue-950\/25{ border-left-color: rgb(23 37 84 / 0.25); }
.border-l-blue-950\/30{ border-left-color: rgb(23 37 84 / 0.3); }
.border-l-blue-950\/40{ border-left-color: rgb(23 37 84 / 0.4); }
.border-l-blue-950\/5{ border-left-color: rgb(23 37 84 / 0.05); }
.border-l-blue-950\/50{ border-left-color: rgb(23 37 84 / 0.5); }
.border-l-blue-950\/60{ border-left-color: rgb(23 37 84 / 0.6); }
.border-l-blue-950\/70{ border-left-color: rgb(23 37 84 / 0.7); }
.border-l-blue-950\/75{ border-left-color: rgb(23 37 84 / 0.75); }
.border-l-blue-950\/80{ border-left-color: rgb(23 37 84 / 0.8); }
.border-l-blue-950\/90{ border-left-color: rgb(23 37 84 / 0.9); }
.border-l-blue-950\/95{ border-left-color: rgb(23 37 84 / 0.95); }
.border-l-callout-bad-border{ --tw-border-opacity: 1; border-left-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-l-callout-bad-border\/0{ border-left-color: rgb(188 87 26 / 0); }
.border-l-callout-bad-border\/10{ border-left-color: rgb(188 87 26 / 0.1); }
.border-l-callout-bad-border\/100{ border-left-color: rgb(188 87 26 / 1); }
.border-l-callout-bad-border\/20{ border-left-color: rgb(188 87 26 / 0.2); }
.border-l-callout-bad-border\/25{ border-left-color: rgb(188 87 26 / 0.25); }
.border-l-callout-bad-border\/30{ border-left-color: rgb(188 87 26 / 0.3); }
.border-l-callout-bad-border\/40{ border-left-color: rgb(188 87 26 / 0.4); }
.border-l-callout-bad-border\/5{ border-left-color: rgb(188 87 26 / 0.05); }
.border-l-callout-bad-border\/50{ border-left-color: rgb(188 87 26 / 0.5); }
.border-l-callout-bad-border\/60{ border-left-color: rgb(188 87 26 / 0.6); }
.border-l-callout-bad-border\/70{ border-left-color: rgb(188 87 26 / 0.7); }
.border-l-callout-bad-border\/75{ border-left-color: rgb(188 87 26 / 0.75); }
.border-l-callout-bad-border\/80{ border-left-color: rgb(188 87 26 / 0.8); }
.border-l-callout-bad-border\/90{ border-left-color: rgb(188 87 26 / 0.9); }
.border-l-callout-bad-border\/95{ border-left-color: rgb(188 87 26 / 0.95); }
.border-l-callout-bad-fill{ --tw-border-opacity: 1; border-left-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-l-callout-bad-fill\/0{ border-left-color: rgb(255 133 82 / 0); }
.border-l-callout-bad-fill\/10{ border-left-color: rgb(255 133 82 / 0.1); }
.border-l-callout-bad-fill\/100{ border-left-color: rgb(255 133 82 / 1); }
.border-l-callout-bad-fill\/20{ border-left-color: rgb(255 133 82 / 0.2); }
.border-l-callout-bad-fill\/25{ border-left-color: rgb(255 133 82 / 0.25); }
.border-l-callout-bad-fill\/30{ border-left-color: rgb(255 133 82 / 0.3); }
.border-l-callout-bad-fill\/40{ border-left-color: rgb(255 133 82 / 0.4); }
.border-l-callout-bad-fill\/5{ border-left-color: rgb(255 133 82 / 0.05); }
.border-l-callout-bad-fill\/50{ border-left-color: rgb(255 133 82 / 0.5); }
.border-l-callout-bad-fill\/60{ border-left-color: rgb(255 133 82 / 0.6); }
.border-l-callout-bad-fill\/70{ border-left-color: rgb(255 133 82 / 0.7); }
.border-l-callout-bad-fill\/75{ border-left-color: rgb(255 133 82 / 0.75); }
.border-l-callout-bad-fill\/80{ border-left-color: rgb(255 133 82 / 0.8); }
.border-l-callout-bad-fill\/90{ border-left-color: rgb(255 133 82 / 0.9); }
.border-l-callout-bad-fill\/95{ border-left-color: rgb(255 133 82 / 0.95); }
.border-l-callout-bad-icon{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-l-callout-bad-icon\/0{ border-left-color: rgb(255 255 255 / 0); }
.border-l-callout-bad-icon\/10{ border-left-color: rgb(255 255 255 / 0.1); }
.border-l-callout-bad-icon\/100{ border-left-color: rgb(255 255 255 / 1); }
.border-l-callout-bad-icon\/20{ border-left-color: rgb(255 255 255 / 0.2); }
.border-l-callout-bad-icon\/25{ border-left-color: rgb(255 255 255 / 0.25); }
.border-l-callout-bad-icon\/30{ border-left-color: rgb(255 255 255 / 0.3); }
.border-l-callout-bad-icon\/40{ border-left-color: rgb(255 255 255 / 0.4); }
.border-l-callout-bad-icon\/5{ border-left-color: rgb(255 255 255 / 0.05); }
.border-l-callout-bad-icon\/50{ border-left-color: rgb(255 255 255 / 0.5); }
.border-l-callout-bad-icon\/60{ border-left-color: rgb(255 255 255 / 0.6); }
.border-l-callout-bad-icon\/70{ border-left-color: rgb(255 255 255 / 0.7); }
.border-l-callout-bad-icon\/75{ border-left-color: rgb(255 255 255 / 0.75); }
.border-l-callout-bad-icon\/80{ border-left-color: rgb(255 255 255 / 0.8); }
.border-l-callout-bad-icon\/90{ border-left-color: rgb(255 255 255 / 0.9); }
.border-l-callout-bad-icon\/95{ border-left-color: rgb(255 255 255 / 0.95); }
.border-l-callout-bad-text{ --tw-border-opacity: 1; border-left-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-l-callout-bad-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-l-callout-bad-text-accent\/0{ border-left-color: rgb(255 227 227 / 0); }
.border-l-callout-bad-text-accent\/10{ border-left-color: rgb(255 227 227 / 0.1); }
.border-l-callout-bad-text-accent\/100{ border-left-color: rgb(255 227 227 / 1); }
.border-l-callout-bad-text-accent\/20{ border-left-color: rgb(255 227 227 / 0.2); }
.border-l-callout-bad-text-accent\/25{ border-left-color: rgb(255 227 227 / 0.25); }
.border-l-callout-bad-text-accent\/30{ border-left-color: rgb(255 227 227 / 0.3); }
.border-l-callout-bad-text-accent\/40{ border-left-color: rgb(255 227 227 / 0.4); }
.border-l-callout-bad-text-accent\/5{ border-left-color: rgb(255 227 227 / 0.05); }
.border-l-callout-bad-text-accent\/50{ border-left-color: rgb(255 227 227 / 0.5); }
.border-l-callout-bad-text-accent\/60{ border-left-color: rgb(255 227 227 / 0.6); }
.border-l-callout-bad-text-accent\/70{ border-left-color: rgb(255 227 227 / 0.7); }
.border-l-callout-bad-text-accent\/75{ border-left-color: rgb(255 227 227 / 0.75); }
.border-l-callout-bad-text-accent\/80{ border-left-color: rgb(255 227 227 / 0.8); }
.border-l-callout-bad-text-accent\/90{ border-left-color: rgb(255 227 227 / 0.9); }
.border-l-callout-bad-text-accent\/95{ border-left-color: rgb(255 227 227 / 0.95); }
.border-l-callout-bad-text\/0{ border-left-color: rgb(21 10 10 / 0); }
.border-l-callout-bad-text\/10{ border-left-color: rgb(21 10 10 / 0.1); }
.border-l-callout-bad-text\/100{ border-left-color: rgb(21 10 10 / 1); }
.border-l-callout-bad-text\/20{ border-left-color: rgb(21 10 10 / 0.2); }
.border-l-callout-bad-text\/25{ border-left-color: rgb(21 10 10 / 0.25); }
.border-l-callout-bad-text\/30{ border-left-color: rgb(21 10 10 / 0.3); }
.border-l-callout-bad-text\/40{ border-left-color: rgb(21 10 10 / 0.4); }
.border-l-callout-bad-text\/5{ border-left-color: rgb(21 10 10 / 0.05); }
.border-l-callout-bad-text\/50{ border-left-color: rgb(21 10 10 / 0.5); }
.border-l-callout-bad-text\/60{ border-left-color: rgb(21 10 10 / 0.6); }
.border-l-callout-bad-text\/70{ border-left-color: rgb(21 10 10 / 0.7); }
.border-l-callout-bad-text\/75{ border-left-color: rgb(21 10 10 / 0.75); }
.border-l-callout-bad-text\/80{ border-left-color: rgb(21 10 10 / 0.8); }
.border-l-callout-bad-text\/90{ border-left-color: rgb(21 10 10 / 0.9); }
.border-l-callout-bad-text\/95{ border-left-color: rgb(21 10 10 / 0.95); }
.border-l-callout-info-border{ --tw-border-opacity: 1; border-left-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-l-callout-info-border\/0{ border-left-color: rgb(0 169 165 / 0); }
.border-l-callout-info-border\/10{ border-left-color: rgb(0 169 165 / 0.1); }
.border-l-callout-info-border\/100{ border-left-color: rgb(0 169 165 / 1); }
.border-l-callout-info-border\/20{ border-left-color: rgb(0 169 165 / 0.2); }
.border-l-callout-info-border\/25{ border-left-color: rgb(0 169 165 / 0.25); }
.border-l-callout-info-border\/30{ border-left-color: rgb(0 169 165 / 0.3); }
.border-l-callout-info-border\/40{ border-left-color: rgb(0 169 165 / 0.4); }
.border-l-callout-info-border\/5{ border-left-color: rgb(0 169 165 / 0.05); }
.border-l-callout-info-border\/50{ border-left-color: rgb(0 169 165 / 0.5); }
.border-l-callout-info-border\/60{ border-left-color: rgb(0 169 165 / 0.6); }
.border-l-callout-info-border\/70{ border-left-color: rgb(0 169 165 / 0.7); }
.border-l-callout-info-border\/75{ border-left-color: rgb(0 169 165 / 0.75); }
.border-l-callout-info-border\/80{ border-left-color: rgb(0 169 165 / 0.8); }
.border-l-callout-info-border\/90{ border-left-color: rgb(0 169 165 / 0.9); }
.border-l-callout-info-border\/95{ border-left-color: rgb(0 169 165 / 0.95); }
.border-l-callout-info-fill{ border-left-color: transparent; }
.border-l-callout-info-fill\/0{ border-left-color: rgb(0 0 0 / 0); }
.border-l-callout-info-fill\/10{ border-left-color: rgb(0 0 0 / 0.1); }
.border-l-callout-info-fill\/100{ border-left-color: rgb(0 0 0 / 1); }
.border-l-callout-info-fill\/20{ border-left-color: rgb(0 0 0 / 0.2); }
.border-l-callout-info-fill\/25{ border-left-color: rgb(0 0 0 / 0.25); }
.border-l-callout-info-fill\/30{ border-left-color: rgb(0 0 0 / 0.3); }
.border-l-callout-info-fill\/40{ border-left-color: rgb(0 0 0 / 0.4); }
.border-l-callout-info-fill\/5{ border-left-color: rgb(0 0 0 / 0.05); }
.border-l-callout-info-fill\/50{ border-left-color: rgb(0 0 0 / 0.5); }
.border-l-callout-info-fill\/60{ border-left-color: rgb(0 0 0 / 0.6); }
.border-l-callout-info-fill\/70{ border-left-color: rgb(0 0 0 / 0.7); }
.border-l-callout-info-fill\/75{ border-left-color: rgb(0 0 0 / 0.75); }
.border-l-callout-info-fill\/80{ border-left-color: rgb(0 0 0 / 0.8); }
.border-l-callout-info-fill\/90{ border-left-color: rgb(0 0 0 / 0.9); }
.border-l-callout-info-fill\/95{ border-left-color: rgb(0 0 0 / 0.95); }
.border-l-callout-info-icon{ --tw-border-opacity: 1; border-left-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-l-callout-info-icon\/0{ border-left-color: rgb(0 169 165 / 0); }
.border-l-callout-info-icon\/10{ border-left-color: rgb(0 169 165 / 0.1); }
.border-l-callout-info-icon\/100{ border-left-color: rgb(0 169 165 / 1); }
.border-l-callout-info-icon\/20{ border-left-color: rgb(0 169 165 / 0.2); }
.border-l-callout-info-icon\/25{ border-left-color: rgb(0 169 165 / 0.25); }
.border-l-callout-info-icon\/30{ border-left-color: rgb(0 169 165 / 0.3); }
.border-l-callout-info-icon\/40{ border-left-color: rgb(0 169 165 / 0.4); }
.border-l-callout-info-icon\/5{ border-left-color: rgb(0 169 165 / 0.05); }
.border-l-callout-info-icon\/50{ border-left-color: rgb(0 169 165 / 0.5); }
.border-l-callout-info-icon\/60{ border-left-color: rgb(0 169 165 / 0.6); }
.border-l-callout-info-icon\/70{ border-left-color: rgb(0 169 165 / 0.7); }
.border-l-callout-info-icon\/75{ border-left-color: rgb(0 169 165 / 0.75); }
.border-l-callout-info-icon\/80{ border-left-color: rgb(0 169 165 / 0.8); }
.border-l-callout-info-icon\/90{ border-left-color: rgb(0 169 165 / 0.9); }
.border-l-callout-info-icon\/95{ border-left-color: rgb(0 169 165 / 0.95); }
.border-l-callout-info-text{ --tw-border-opacity: 1; border-left-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-l-callout-info-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-l-callout-info-text-accent\/0{ border-left-color: rgb(2 55 47 / 0); }
.border-l-callout-info-text-accent\/10{ border-left-color: rgb(2 55 47 / 0.1); }
.border-l-callout-info-text-accent\/100{ border-left-color: rgb(2 55 47 / 1); }
.border-l-callout-info-text-accent\/20{ border-left-color: rgb(2 55 47 / 0.2); }
.border-l-callout-info-text-accent\/25{ border-left-color: rgb(2 55 47 / 0.25); }
.border-l-callout-info-text-accent\/30{ border-left-color: rgb(2 55 47 / 0.3); }
.border-l-callout-info-text-accent\/40{ border-left-color: rgb(2 55 47 / 0.4); }
.border-l-callout-info-text-accent\/5{ border-left-color: rgb(2 55 47 / 0.05); }
.border-l-callout-info-text-accent\/50{ border-left-color: rgb(2 55 47 / 0.5); }
.border-l-callout-info-text-accent\/60{ border-left-color: rgb(2 55 47 / 0.6); }
.border-l-callout-info-text-accent\/70{ border-left-color: rgb(2 55 47 / 0.7); }
.border-l-callout-info-text-accent\/75{ border-left-color: rgb(2 55 47 / 0.75); }
.border-l-callout-info-text-accent\/80{ border-left-color: rgb(2 55 47 / 0.8); }
.border-l-callout-info-text-accent\/90{ border-left-color: rgb(2 55 47 / 0.9); }
.border-l-callout-info-text-accent\/95{ border-left-color: rgb(2 55 47 / 0.95); }
.border-l-callout-info-text\/0{ border-left-color: rgb(10 18 21 / 0); }
.border-l-callout-info-text\/10{ border-left-color: rgb(10 18 21 / 0.1); }
.border-l-callout-info-text\/100{ border-left-color: rgb(10 18 21 / 1); }
.border-l-callout-info-text\/20{ border-left-color: rgb(10 18 21 / 0.2); }
.border-l-callout-info-text\/25{ border-left-color: rgb(10 18 21 / 0.25); }
.border-l-callout-info-text\/30{ border-left-color: rgb(10 18 21 / 0.3); }
.border-l-callout-info-text\/40{ border-left-color: rgb(10 18 21 / 0.4); }
.border-l-callout-info-text\/5{ border-left-color: rgb(10 18 21 / 0.05); }
.border-l-callout-info-text\/50{ border-left-color: rgb(10 18 21 / 0.5); }
.border-l-callout-info-text\/60{ border-left-color: rgb(10 18 21 / 0.6); }
.border-l-callout-info-text\/70{ border-left-color: rgb(10 18 21 / 0.7); }
.border-l-callout-info-text\/75{ border-left-color: rgb(10 18 21 / 0.75); }
.border-l-callout-info-text\/80{ border-left-color: rgb(10 18 21 / 0.8); }
.border-l-callout-info-text\/90{ border-left-color: rgb(10 18 21 / 0.9); }
.border-l-callout-info-text\/95{ border-left-color: rgb(10 18 21 / 0.95); }
.border-l-callout-ok-border{ --tw-border-opacity: 1; border-left-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-l-callout-ok-border\/0{ border-left-color: rgb(0 137 106 / 0); }
.border-l-callout-ok-border\/10{ border-left-color: rgb(0 137 106 / 0.1); }
.border-l-callout-ok-border\/100{ border-left-color: rgb(0 137 106 / 1); }
.border-l-callout-ok-border\/20{ border-left-color: rgb(0 137 106 / 0.2); }
.border-l-callout-ok-border\/25{ border-left-color: rgb(0 137 106 / 0.25); }
.border-l-callout-ok-border\/30{ border-left-color: rgb(0 137 106 / 0.3); }
.border-l-callout-ok-border\/40{ border-left-color: rgb(0 137 106 / 0.4); }
.border-l-callout-ok-border\/5{ border-left-color: rgb(0 137 106 / 0.05); }
.border-l-callout-ok-border\/50{ border-left-color: rgb(0 137 106 / 0.5); }
.border-l-callout-ok-border\/60{ border-left-color: rgb(0 137 106 / 0.6); }
.border-l-callout-ok-border\/70{ border-left-color: rgb(0 137 106 / 0.7); }
.border-l-callout-ok-border\/75{ border-left-color: rgb(0 137 106 / 0.75); }
.border-l-callout-ok-border\/80{ border-left-color: rgb(0 137 106 / 0.8); }
.border-l-callout-ok-border\/90{ border-left-color: rgb(0 137 106 / 0.9); }
.border-l-callout-ok-border\/95{ border-left-color: rgb(0 137 106 / 0.95); }
.border-l-callout-ok-fill{ --tw-border-opacity: 1; border-left-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-l-callout-ok-fill\/0{ border-left-color: rgb(0 169 165 / 0); }
.border-l-callout-ok-fill\/10{ border-left-color: rgb(0 169 165 / 0.1); }
.border-l-callout-ok-fill\/100{ border-left-color: rgb(0 169 165 / 1); }
.border-l-callout-ok-fill\/20{ border-left-color: rgb(0 169 165 / 0.2); }
.border-l-callout-ok-fill\/25{ border-left-color: rgb(0 169 165 / 0.25); }
.border-l-callout-ok-fill\/30{ border-left-color: rgb(0 169 165 / 0.3); }
.border-l-callout-ok-fill\/40{ border-left-color: rgb(0 169 165 / 0.4); }
.border-l-callout-ok-fill\/5{ border-left-color: rgb(0 169 165 / 0.05); }
.border-l-callout-ok-fill\/50{ border-left-color: rgb(0 169 165 / 0.5); }
.border-l-callout-ok-fill\/60{ border-left-color: rgb(0 169 165 / 0.6); }
.border-l-callout-ok-fill\/70{ border-left-color: rgb(0 169 165 / 0.7); }
.border-l-callout-ok-fill\/75{ border-left-color: rgb(0 169 165 / 0.75); }
.border-l-callout-ok-fill\/80{ border-left-color: rgb(0 169 165 / 0.8); }
.border-l-callout-ok-fill\/90{ border-left-color: rgb(0 169 165 / 0.9); }
.border-l-callout-ok-fill\/95{ border-left-color: rgb(0 169 165 / 0.95); }
.border-l-callout-ok-icon{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-l-callout-ok-icon\/0{ border-left-color: rgb(255 255 255 / 0); }
.border-l-callout-ok-icon\/10{ border-left-color: rgb(255 255 255 / 0.1); }
.border-l-callout-ok-icon\/100{ border-left-color: rgb(255 255 255 / 1); }
.border-l-callout-ok-icon\/20{ border-left-color: rgb(255 255 255 / 0.2); }
.border-l-callout-ok-icon\/25{ border-left-color: rgb(255 255 255 / 0.25); }
.border-l-callout-ok-icon\/30{ border-left-color: rgb(255 255 255 / 0.3); }
.border-l-callout-ok-icon\/40{ border-left-color: rgb(255 255 255 / 0.4); }
.border-l-callout-ok-icon\/5{ border-left-color: rgb(255 255 255 / 0.05); }
.border-l-callout-ok-icon\/50{ border-left-color: rgb(255 255 255 / 0.5); }
.border-l-callout-ok-icon\/60{ border-left-color: rgb(255 255 255 / 0.6); }
.border-l-callout-ok-icon\/70{ border-left-color: rgb(255 255 255 / 0.7); }
.border-l-callout-ok-icon\/75{ border-left-color: rgb(255 255 255 / 0.75); }
.border-l-callout-ok-icon\/80{ border-left-color: rgb(255 255 255 / 0.8); }
.border-l-callout-ok-icon\/90{ border-left-color: rgb(255 255 255 / 0.9); }
.border-l-callout-ok-icon\/95{ border-left-color: rgb(255 255 255 / 0.95); }
.border-l-callout-ok-text{ --tw-border-opacity: 1; border-left-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-l-callout-ok-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-l-callout-ok-text-accent\/0{ border-left-color: rgb(102 255 221 / 0); }
.border-l-callout-ok-text-accent\/10{ border-left-color: rgb(102 255 221 / 0.1); }
.border-l-callout-ok-text-accent\/100{ border-left-color: rgb(102 255 221 / 1); }
.border-l-callout-ok-text-accent\/20{ border-left-color: rgb(102 255 221 / 0.2); }
.border-l-callout-ok-text-accent\/25{ border-left-color: rgb(102 255 221 / 0.25); }
.border-l-callout-ok-text-accent\/30{ border-left-color: rgb(102 255 221 / 0.3); }
.border-l-callout-ok-text-accent\/40{ border-left-color: rgb(102 255 221 / 0.4); }
.border-l-callout-ok-text-accent\/5{ border-left-color: rgb(102 255 221 / 0.05); }
.border-l-callout-ok-text-accent\/50{ border-left-color: rgb(102 255 221 / 0.5); }
.border-l-callout-ok-text-accent\/60{ border-left-color: rgb(102 255 221 / 0.6); }
.border-l-callout-ok-text-accent\/70{ border-left-color: rgb(102 255 221 / 0.7); }
.border-l-callout-ok-text-accent\/75{ border-left-color: rgb(102 255 221 / 0.75); }
.border-l-callout-ok-text-accent\/80{ border-left-color: rgb(102 255 221 / 0.8); }
.border-l-callout-ok-text-accent\/90{ border-left-color: rgb(102 255 221 / 0.9); }
.border-l-callout-ok-text-accent\/95{ border-left-color: rgb(102 255 221 / 0.95); }
.border-l-callout-ok-text\/0{ border-left-color: rgb(10 21 20 / 0); }
.border-l-callout-ok-text\/10{ border-left-color: rgb(10 21 20 / 0.1); }
.border-l-callout-ok-text\/100{ border-left-color: rgb(10 21 20 / 1); }
.border-l-callout-ok-text\/20{ border-left-color: rgb(10 21 20 / 0.2); }
.border-l-callout-ok-text\/25{ border-left-color: rgb(10 21 20 / 0.25); }
.border-l-callout-ok-text\/30{ border-left-color: rgb(10 21 20 / 0.3); }
.border-l-callout-ok-text\/40{ border-left-color: rgb(10 21 20 / 0.4); }
.border-l-callout-ok-text\/5{ border-left-color: rgb(10 21 20 / 0.05); }
.border-l-callout-ok-text\/50{ border-left-color: rgb(10 21 20 / 0.5); }
.border-l-callout-ok-text\/60{ border-left-color: rgb(10 21 20 / 0.6); }
.border-l-callout-ok-text\/70{ border-left-color: rgb(10 21 20 / 0.7); }
.border-l-callout-ok-text\/75{ border-left-color: rgb(10 21 20 / 0.75); }
.border-l-callout-ok-text\/80{ border-left-color: rgb(10 21 20 / 0.8); }
.border-l-callout-ok-text\/90{ border-left-color: rgb(10 21 20 / 0.9); }
.border-l-callout-ok-text\/95{ border-left-color: rgb(10 21 20 / 0.95); }
.border-l-callout-warning-border{ --tw-border-opacity: 1; border-left-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-l-callout-warning-border\/0{ border-left-color: rgb(247 181 0 / 0); }
.border-l-callout-warning-border\/10{ border-left-color: rgb(247 181 0 / 0.1); }
.border-l-callout-warning-border\/100{ border-left-color: rgb(247 181 0 / 1); }
.border-l-callout-warning-border\/20{ border-left-color: rgb(247 181 0 / 0.2); }
.border-l-callout-warning-border\/25{ border-left-color: rgb(247 181 0 / 0.25); }
.border-l-callout-warning-border\/30{ border-left-color: rgb(247 181 0 / 0.3); }
.border-l-callout-warning-border\/40{ border-left-color: rgb(247 181 0 / 0.4); }
.border-l-callout-warning-border\/5{ border-left-color: rgb(247 181 0 / 0.05); }
.border-l-callout-warning-border\/50{ border-left-color: rgb(247 181 0 / 0.5); }
.border-l-callout-warning-border\/60{ border-left-color: rgb(247 181 0 / 0.6); }
.border-l-callout-warning-border\/70{ border-left-color: rgb(247 181 0 / 0.7); }
.border-l-callout-warning-border\/75{ border-left-color: rgb(247 181 0 / 0.75); }
.border-l-callout-warning-border\/80{ border-left-color: rgb(247 181 0 / 0.8); }
.border-l-callout-warning-border\/90{ border-left-color: rgb(247 181 0 / 0.9); }
.border-l-callout-warning-border\/95{ border-left-color: rgb(247 181 0 / 0.95); }
.border-l-callout-warning-fill{ --tw-border-opacity: 1; border-left-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-l-callout-warning-fill\/0{ border-left-color: rgb(249 219 109 / 0); }
.border-l-callout-warning-fill\/10{ border-left-color: rgb(249 219 109 / 0.1); }
.border-l-callout-warning-fill\/100{ border-left-color: rgb(249 219 109 / 1); }
.border-l-callout-warning-fill\/20{ border-left-color: rgb(249 219 109 / 0.2); }
.border-l-callout-warning-fill\/25{ border-left-color: rgb(249 219 109 / 0.25); }
.border-l-callout-warning-fill\/30{ border-left-color: rgb(249 219 109 / 0.3); }
.border-l-callout-warning-fill\/40{ border-left-color: rgb(249 219 109 / 0.4); }
.border-l-callout-warning-fill\/5{ border-left-color: rgb(249 219 109 / 0.05); }
.border-l-callout-warning-fill\/50{ border-left-color: rgb(249 219 109 / 0.5); }
.border-l-callout-warning-fill\/60{ border-left-color: rgb(249 219 109 / 0.6); }
.border-l-callout-warning-fill\/70{ border-left-color: rgb(249 219 109 / 0.7); }
.border-l-callout-warning-fill\/75{ border-left-color: rgb(249 219 109 / 0.75); }
.border-l-callout-warning-fill\/80{ border-left-color: rgb(249 219 109 / 0.8); }
.border-l-callout-warning-fill\/90{ border-left-color: rgb(249 219 109 / 0.9); }
.border-l-callout-warning-fill\/95{ border-left-color: rgb(249 219 109 / 0.95); }
.border-l-callout-warning-icon{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-l-callout-warning-icon\/0{ border-left-color: rgb(255 255 255 / 0); }
.border-l-callout-warning-icon\/10{ border-left-color: rgb(255 255 255 / 0.1); }
.border-l-callout-warning-icon\/100{ border-left-color: rgb(255 255 255 / 1); }
.border-l-callout-warning-icon\/20{ border-left-color: rgb(255 255 255 / 0.2); }
.border-l-callout-warning-icon\/25{ border-left-color: rgb(255 255 255 / 0.25); }
.border-l-callout-warning-icon\/30{ border-left-color: rgb(255 255 255 / 0.3); }
.border-l-callout-warning-icon\/40{ border-left-color: rgb(255 255 255 / 0.4); }
.border-l-callout-warning-icon\/5{ border-left-color: rgb(255 255 255 / 0.05); }
.border-l-callout-warning-icon\/50{ border-left-color: rgb(255 255 255 / 0.5); }
.border-l-callout-warning-icon\/60{ border-left-color: rgb(255 255 255 / 0.6); }
.border-l-callout-warning-icon\/70{ border-left-color: rgb(255 255 255 / 0.7); }
.border-l-callout-warning-icon\/75{ border-left-color: rgb(255 255 255 / 0.75); }
.border-l-callout-warning-icon\/80{ border-left-color: rgb(255 255 255 / 0.8); }
.border-l-callout-warning-icon\/90{ border-left-color: rgb(255 255 255 / 0.9); }
.border-l-callout-warning-icon\/95{ border-left-color: rgb(255 255 255 / 0.95); }
.border-l-callout-warning-text{ --tw-border-opacity: 1; border-left-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-l-callout-warning-text-accent{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-l-callout-warning-text-accent\/0{ border-left-color: rgb(255 255 255 / 0); }
.border-l-callout-warning-text-accent\/10{ border-left-color: rgb(255 255 255 / 0.1); }
.border-l-callout-warning-text-accent\/100{ border-left-color: rgb(255 255 255 / 1); }
.border-l-callout-warning-text-accent\/20{ border-left-color: rgb(255 255 255 / 0.2); }
.border-l-callout-warning-text-accent\/25{ border-left-color: rgb(255 255 255 / 0.25); }
.border-l-callout-warning-text-accent\/30{ border-left-color: rgb(255 255 255 / 0.3); }
.border-l-callout-warning-text-accent\/40{ border-left-color: rgb(255 255 255 / 0.4); }
.border-l-callout-warning-text-accent\/5{ border-left-color: rgb(255 255 255 / 0.05); }
.border-l-callout-warning-text-accent\/50{ border-left-color: rgb(255 255 255 / 0.5); }
.border-l-callout-warning-text-accent\/60{ border-left-color: rgb(255 255 255 / 0.6); }
.border-l-callout-warning-text-accent\/70{ border-left-color: rgb(255 255 255 / 0.7); }
.border-l-callout-warning-text-accent\/75{ border-left-color: rgb(255 255 255 / 0.75); }
.border-l-callout-warning-text-accent\/80{ border-left-color: rgb(255 255 255 / 0.8); }
.border-l-callout-warning-text-accent\/90{ border-left-color: rgb(255 255 255 / 0.9); }
.border-l-callout-warning-text-accent\/95{ border-left-color: rgb(255 255 255 / 0.95); }
.border-l-callout-warning-text\/0{ border-left-color: rgb(21 18 10 / 0); }
.border-l-callout-warning-text\/10{ border-left-color: rgb(21 18 10 / 0.1); }
.border-l-callout-warning-text\/100{ border-left-color: rgb(21 18 10 / 1); }
.border-l-callout-warning-text\/20{ border-left-color: rgb(21 18 10 / 0.2); }
.border-l-callout-warning-text\/25{ border-left-color: rgb(21 18 10 / 0.25); }
.border-l-callout-warning-text\/30{ border-left-color: rgb(21 18 10 / 0.3); }
.border-l-callout-warning-text\/40{ border-left-color: rgb(21 18 10 / 0.4); }
.border-l-callout-warning-text\/5{ border-left-color: rgb(21 18 10 / 0.05); }
.border-l-callout-warning-text\/50{ border-left-color: rgb(21 18 10 / 0.5); }
.border-l-callout-warning-text\/60{ border-left-color: rgb(21 18 10 / 0.6); }
.border-l-callout-warning-text\/70{ border-left-color: rgb(21 18 10 / 0.7); }
.border-l-callout-warning-text\/75{ border-left-color: rgb(21 18 10 / 0.75); }
.border-l-callout-warning-text\/80{ border-left-color: rgb(21 18 10 / 0.8); }
.border-l-callout-warning-text\/90{ border-left-color: rgb(21 18 10 / 0.9); }
.border-l-callout-warning-text\/95{ border-left-color: rgb(21 18 10 / 0.95); }
.border-l-current{ border-left-color: currentColor; }
.border-l-cyan-100{ --tw-border-opacity: 1; border-left-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-l-cyan-100\/0{ border-left-color: rgb(207 250 254 / 0); }
.border-l-cyan-100\/10{ border-left-color: rgb(207 250 254 / 0.1); }
.border-l-cyan-100\/100{ border-left-color: rgb(207 250 254 / 1); }
.border-l-cyan-100\/20{ border-left-color: rgb(207 250 254 / 0.2); }
.border-l-cyan-100\/25{ border-left-color: rgb(207 250 254 / 0.25); }
.border-l-cyan-100\/30{ border-left-color: rgb(207 250 254 / 0.3); }
.border-l-cyan-100\/40{ border-left-color: rgb(207 250 254 / 0.4); }
.border-l-cyan-100\/5{ border-left-color: rgb(207 250 254 / 0.05); }
.border-l-cyan-100\/50{ border-left-color: rgb(207 250 254 / 0.5); }
.border-l-cyan-100\/60{ border-left-color: rgb(207 250 254 / 0.6); }
.border-l-cyan-100\/70{ border-left-color: rgb(207 250 254 / 0.7); }
.border-l-cyan-100\/75{ border-left-color: rgb(207 250 254 / 0.75); }
.border-l-cyan-100\/80{ border-left-color: rgb(207 250 254 / 0.8); }
.border-l-cyan-100\/90{ border-left-color: rgb(207 250 254 / 0.9); }
.border-l-cyan-100\/95{ border-left-color: rgb(207 250 254 / 0.95); }
.border-l-cyan-200{ --tw-border-opacity: 1; border-left-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-l-cyan-200\/0{ border-left-color: rgb(165 243 252 / 0); }
.border-l-cyan-200\/10{ border-left-color: rgb(165 243 252 / 0.1); }
.border-l-cyan-200\/100{ border-left-color: rgb(165 243 252 / 1); }
.border-l-cyan-200\/20{ border-left-color: rgb(165 243 252 / 0.2); }
.border-l-cyan-200\/25{ border-left-color: rgb(165 243 252 / 0.25); }
.border-l-cyan-200\/30{ border-left-color: rgb(165 243 252 / 0.3); }
.border-l-cyan-200\/40{ border-left-color: rgb(165 243 252 / 0.4); }
.border-l-cyan-200\/5{ border-left-color: rgb(165 243 252 / 0.05); }
.border-l-cyan-200\/50{ border-left-color: rgb(165 243 252 / 0.5); }
.border-l-cyan-200\/60{ border-left-color: rgb(165 243 252 / 0.6); }
.border-l-cyan-200\/70{ border-left-color: rgb(165 243 252 / 0.7); }
.border-l-cyan-200\/75{ border-left-color: rgb(165 243 252 / 0.75); }
.border-l-cyan-200\/80{ border-left-color: rgb(165 243 252 / 0.8); }
.border-l-cyan-200\/90{ border-left-color: rgb(165 243 252 / 0.9); }
.border-l-cyan-200\/95{ border-left-color: rgb(165 243 252 / 0.95); }
.border-l-cyan-300{ --tw-border-opacity: 1; border-left-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-l-cyan-300\/0{ border-left-color: rgb(103 232 249 / 0); }
.border-l-cyan-300\/10{ border-left-color: rgb(103 232 249 / 0.1); }
.border-l-cyan-300\/100{ border-left-color: rgb(103 232 249 / 1); }
.border-l-cyan-300\/20{ border-left-color: rgb(103 232 249 / 0.2); }
.border-l-cyan-300\/25{ border-left-color: rgb(103 232 249 / 0.25); }
.border-l-cyan-300\/30{ border-left-color: rgb(103 232 249 / 0.3); }
.border-l-cyan-300\/40{ border-left-color: rgb(103 232 249 / 0.4); }
.border-l-cyan-300\/5{ border-left-color: rgb(103 232 249 / 0.05); }
.border-l-cyan-300\/50{ border-left-color: rgb(103 232 249 / 0.5); }
.border-l-cyan-300\/60{ border-left-color: rgb(103 232 249 / 0.6); }
.border-l-cyan-300\/70{ border-left-color: rgb(103 232 249 / 0.7); }
.border-l-cyan-300\/75{ border-left-color: rgb(103 232 249 / 0.75); }
.border-l-cyan-300\/80{ border-left-color: rgb(103 232 249 / 0.8); }
.border-l-cyan-300\/90{ border-left-color: rgb(103 232 249 / 0.9); }
.border-l-cyan-300\/95{ border-left-color: rgb(103 232 249 / 0.95); }
.border-l-cyan-400{ --tw-border-opacity: 1; border-left-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-l-cyan-400\/0{ border-left-color: rgb(34 211 238 / 0); }
.border-l-cyan-400\/10{ border-left-color: rgb(34 211 238 / 0.1); }
.border-l-cyan-400\/100{ border-left-color: rgb(34 211 238 / 1); }
.border-l-cyan-400\/20{ border-left-color: rgb(34 211 238 / 0.2); }
.border-l-cyan-400\/25{ border-left-color: rgb(34 211 238 / 0.25); }
.border-l-cyan-400\/30{ border-left-color: rgb(34 211 238 / 0.3); }
.border-l-cyan-400\/40{ border-left-color: rgb(34 211 238 / 0.4); }
.border-l-cyan-400\/5{ border-left-color: rgb(34 211 238 / 0.05); }
.border-l-cyan-400\/50{ border-left-color: rgb(34 211 238 / 0.5); }
.border-l-cyan-400\/60{ border-left-color: rgb(34 211 238 / 0.6); }
.border-l-cyan-400\/70{ border-left-color: rgb(34 211 238 / 0.7); }
.border-l-cyan-400\/75{ border-left-color: rgb(34 211 238 / 0.75); }
.border-l-cyan-400\/80{ border-left-color: rgb(34 211 238 / 0.8); }
.border-l-cyan-400\/90{ border-left-color: rgb(34 211 238 / 0.9); }
.border-l-cyan-400\/95{ border-left-color: rgb(34 211 238 / 0.95); }
.border-l-cyan-50{ --tw-border-opacity: 1; border-left-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-l-cyan-50\/0{ border-left-color: rgb(236 254 255 / 0); }
.border-l-cyan-50\/10{ border-left-color: rgb(236 254 255 / 0.1); }
.border-l-cyan-50\/100{ border-left-color: rgb(236 254 255 / 1); }
.border-l-cyan-50\/20{ border-left-color: rgb(236 254 255 / 0.2); }
.border-l-cyan-50\/25{ border-left-color: rgb(236 254 255 / 0.25); }
.border-l-cyan-50\/30{ border-left-color: rgb(236 254 255 / 0.3); }
.border-l-cyan-50\/40{ border-left-color: rgb(236 254 255 / 0.4); }
.border-l-cyan-50\/5{ border-left-color: rgb(236 254 255 / 0.05); }
.border-l-cyan-50\/50{ border-left-color: rgb(236 254 255 / 0.5); }
.border-l-cyan-50\/60{ border-left-color: rgb(236 254 255 / 0.6); }
.border-l-cyan-50\/70{ border-left-color: rgb(236 254 255 / 0.7); }
.border-l-cyan-50\/75{ border-left-color: rgb(236 254 255 / 0.75); }
.border-l-cyan-50\/80{ border-left-color: rgb(236 254 255 / 0.8); }
.border-l-cyan-50\/90{ border-left-color: rgb(236 254 255 / 0.9); }
.border-l-cyan-50\/95{ border-left-color: rgb(236 254 255 / 0.95); }
.border-l-cyan-500{ --tw-border-opacity: 1; border-left-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-l-cyan-500\/0{ border-left-color: rgb(6 182 212 / 0); }
.border-l-cyan-500\/10{ border-left-color: rgb(6 182 212 / 0.1); }
.border-l-cyan-500\/100{ border-left-color: rgb(6 182 212 / 1); }
.border-l-cyan-500\/20{ border-left-color: rgb(6 182 212 / 0.2); }
.border-l-cyan-500\/25{ border-left-color: rgb(6 182 212 / 0.25); }
.border-l-cyan-500\/30{ border-left-color: rgb(6 182 212 / 0.3); }
.border-l-cyan-500\/40{ border-left-color: rgb(6 182 212 / 0.4); }
.border-l-cyan-500\/5{ border-left-color: rgb(6 182 212 / 0.05); }
.border-l-cyan-500\/50{ border-left-color: rgb(6 182 212 / 0.5); }
.border-l-cyan-500\/60{ border-left-color: rgb(6 182 212 / 0.6); }
.border-l-cyan-500\/70{ border-left-color: rgb(6 182 212 / 0.7); }
.border-l-cyan-500\/75{ border-left-color: rgb(6 182 212 / 0.75); }
.border-l-cyan-500\/80{ border-left-color: rgb(6 182 212 / 0.8); }
.border-l-cyan-500\/90{ border-left-color: rgb(6 182 212 / 0.9); }
.border-l-cyan-500\/95{ border-left-color: rgb(6 182 212 / 0.95); }
.border-l-cyan-600{ --tw-border-opacity: 1; border-left-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-l-cyan-600\/0{ border-left-color: rgb(8 145 178 / 0); }
.border-l-cyan-600\/10{ border-left-color: rgb(8 145 178 / 0.1); }
.border-l-cyan-600\/100{ border-left-color: rgb(8 145 178 / 1); }
.border-l-cyan-600\/20{ border-left-color: rgb(8 145 178 / 0.2); }
.border-l-cyan-600\/25{ border-left-color: rgb(8 145 178 / 0.25); }
.border-l-cyan-600\/30{ border-left-color: rgb(8 145 178 / 0.3); }
.border-l-cyan-600\/40{ border-left-color: rgb(8 145 178 / 0.4); }
.border-l-cyan-600\/5{ border-left-color: rgb(8 145 178 / 0.05); }
.border-l-cyan-600\/50{ border-left-color: rgb(8 145 178 / 0.5); }
.border-l-cyan-600\/60{ border-left-color: rgb(8 145 178 / 0.6); }
.border-l-cyan-600\/70{ border-left-color: rgb(8 145 178 / 0.7); }
.border-l-cyan-600\/75{ border-left-color: rgb(8 145 178 / 0.75); }
.border-l-cyan-600\/80{ border-left-color: rgb(8 145 178 / 0.8); }
.border-l-cyan-600\/90{ border-left-color: rgb(8 145 178 / 0.9); }
.border-l-cyan-600\/95{ border-left-color: rgb(8 145 178 / 0.95); }
.border-l-cyan-700{ --tw-border-opacity: 1; border-left-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-l-cyan-700\/0{ border-left-color: rgb(14 116 144 / 0); }
.border-l-cyan-700\/10{ border-left-color: rgb(14 116 144 / 0.1); }
.border-l-cyan-700\/100{ border-left-color: rgb(14 116 144 / 1); }
.border-l-cyan-700\/20{ border-left-color: rgb(14 116 144 / 0.2); }
.border-l-cyan-700\/25{ border-left-color: rgb(14 116 144 / 0.25); }
.border-l-cyan-700\/30{ border-left-color: rgb(14 116 144 / 0.3); }
.border-l-cyan-700\/40{ border-left-color: rgb(14 116 144 / 0.4); }
.border-l-cyan-700\/5{ border-left-color: rgb(14 116 144 / 0.05); }
.border-l-cyan-700\/50{ border-left-color: rgb(14 116 144 / 0.5); }
.border-l-cyan-700\/60{ border-left-color: rgb(14 116 144 / 0.6); }
.border-l-cyan-700\/70{ border-left-color: rgb(14 116 144 / 0.7); }
.border-l-cyan-700\/75{ border-left-color: rgb(14 116 144 / 0.75); }
.border-l-cyan-700\/80{ border-left-color: rgb(14 116 144 / 0.8); }
.border-l-cyan-700\/90{ border-left-color: rgb(14 116 144 / 0.9); }
.border-l-cyan-700\/95{ border-left-color: rgb(14 116 144 / 0.95); }
.border-l-cyan-800{ --tw-border-opacity: 1; border-left-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-l-cyan-800\/0{ border-left-color: rgb(21 94 117 / 0); }
.border-l-cyan-800\/10{ border-left-color: rgb(21 94 117 / 0.1); }
.border-l-cyan-800\/100{ border-left-color: rgb(21 94 117 / 1); }
.border-l-cyan-800\/20{ border-left-color: rgb(21 94 117 / 0.2); }
.border-l-cyan-800\/25{ border-left-color: rgb(21 94 117 / 0.25); }
.border-l-cyan-800\/30{ border-left-color: rgb(21 94 117 / 0.3); }
.border-l-cyan-800\/40{ border-left-color: rgb(21 94 117 / 0.4); }
.border-l-cyan-800\/5{ border-left-color: rgb(21 94 117 / 0.05); }
.border-l-cyan-800\/50{ border-left-color: rgb(21 94 117 / 0.5); }
.border-l-cyan-800\/60{ border-left-color: rgb(21 94 117 / 0.6); }
.border-l-cyan-800\/70{ border-left-color: rgb(21 94 117 / 0.7); }
.border-l-cyan-800\/75{ border-left-color: rgb(21 94 117 / 0.75); }
.border-l-cyan-800\/80{ border-left-color: rgb(21 94 117 / 0.8); }
.border-l-cyan-800\/90{ border-left-color: rgb(21 94 117 / 0.9); }
.border-l-cyan-800\/95{ border-left-color: rgb(21 94 117 / 0.95); }
.border-l-cyan-900{ --tw-border-opacity: 1; border-left-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-l-cyan-900\/0{ border-left-color: rgb(22 78 99 / 0); }
.border-l-cyan-900\/10{ border-left-color: rgb(22 78 99 / 0.1); }
.border-l-cyan-900\/100{ border-left-color: rgb(22 78 99 / 1); }
.border-l-cyan-900\/20{ border-left-color: rgb(22 78 99 / 0.2); }
.border-l-cyan-900\/25{ border-left-color: rgb(22 78 99 / 0.25); }
.border-l-cyan-900\/30{ border-left-color: rgb(22 78 99 / 0.3); }
.border-l-cyan-900\/40{ border-left-color: rgb(22 78 99 / 0.4); }
.border-l-cyan-900\/5{ border-left-color: rgb(22 78 99 / 0.05); }
.border-l-cyan-900\/50{ border-left-color: rgb(22 78 99 / 0.5); }
.border-l-cyan-900\/60{ border-left-color: rgb(22 78 99 / 0.6); }
.border-l-cyan-900\/70{ border-left-color: rgb(22 78 99 / 0.7); }
.border-l-cyan-900\/75{ border-left-color: rgb(22 78 99 / 0.75); }
.border-l-cyan-900\/80{ border-left-color: rgb(22 78 99 / 0.8); }
.border-l-cyan-900\/90{ border-left-color: rgb(22 78 99 / 0.9); }
.border-l-cyan-900\/95{ border-left-color: rgb(22 78 99 / 0.95); }
.border-l-cyan-950{ --tw-border-opacity: 1; border-left-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-l-cyan-950\/0{ border-left-color: rgb(8 51 68 / 0); }
.border-l-cyan-950\/10{ border-left-color: rgb(8 51 68 / 0.1); }
.border-l-cyan-950\/100{ border-left-color: rgb(8 51 68 / 1); }
.border-l-cyan-950\/20{ border-left-color: rgb(8 51 68 / 0.2); }
.border-l-cyan-950\/25{ border-left-color: rgb(8 51 68 / 0.25); }
.border-l-cyan-950\/30{ border-left-color: rgb(8 51 68 / 0.3); }
.border-l-cyan-950\/40{ border-left-color: rgb(8 51 68 / 0.4); }
.border-l-cyan-950\/5{ border-left-color: rgb(8 51 68 / 0.05); }
.border-l-cyan-950\/50{ border-left-color: rgb(8 51 68 / 0.5); }
.border-l-cyan-950\/60{ border-left-color: rgb(8 51 68 / 0.6); }
.border-l-cyan-950\/70{ border-left-color: rgb(8 51 68 / 0.7); }
.border-l-cyan-950\/75{ border-left-color: rgb(8 51 68 / 0.75); }
.border-l-cyan-950\/80{ border-left-color: rgb(8 51 68 / 0.8); }
.border-l-cyan-950\/90{ border-left-color: rgb(8 51 68 / 0.9); }
.border-l-cyan-950\/95{ border-left-color: rgb(8 51 68 / 0.95); }
.border-l-eggshell{ --tw-border-opacity: 1; border-left-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-l-eggshell-100{ --tw-border-opacity: 1; border-left-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-l-eggshell-100\/0{ border-left-color: rgb(254 252 250 / 0); }
.border-l-eggshell-100\/10{ border-left-color: rgb(254 252 250 / 0.1); }
.border-l-eggshell-100\/100{ border-left-color: rgb(254 252 250 / 1); }
.border-l-eggshell-100\/20{ border-left-color: rgb(254 252 250 / 0.2); }
.border-l-eggshell-100\/25{ border-left-color: rgb(254 252 250 / 0.25); }
.border-l-eggshell-100\/30{ border-left-color: rgb(254 252 250 / 0.3); }
.border-l-eggshell-100\/40{ border-left-color: rgb(254 252 250 / 0.4); }
.border-l-eggshell-100\/5{ border-left-color: rgb(254 252 250 / 0.05); }
.border-l-eggshell-100\/50{ border-left-color: rgb(254 252 250 / 0.5); }
.border-l-eggshell-100\/60{ border-left-color: rgb(254 252 250 / 0.6); }
.border-l-eggshell-100\/70{ border-left-color: rgb(254 252 250 / 0.7); }
.border-l-eggshell-100\/75{ border-left-color: rgb(254 252 250 / 0.75); }
.border-l-eggshell-100\/80{ border-left-color: rgb(254 252 250 / 0.8); }
.border-l-eggshell-100\/90{ border-left-color: rgb(254 252 250 / 0.9); }
.border-l-eggshell-100\/95{ border-left-color: rgb(254 252 250 / 0.95); }
.border-l-eggshell-200{ --tw-border-opacity: 1; border-left-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-l-eggshell-200\/0{ border-left-color: rgb(252 250 246 / 0); }
.border-l-eggshell-200\/10{ border-left-color: rgb(252 250 246 / 0.1); }
.border-l-eggshell-200\/100{ border-left-color: rgb(252 250 246 / 1); }
.border-l-eggshell-200\/20{ border-left-color: rgb(252 250 246 / 0.2); }
.border-l-eggshell-200\/25{ border-left-color: rgb(252 250 246 / 0.25); }
.border-l-eggshell-200\/30{ border-left-color: rgb(252 250 246 / 0.3); }
.border-l-eggshell-200\/40{ border-left-color: rgb(252 250 246 / 0.4); }
.border-l-eggshell-200\/5{ border-left-color: rgb(252 250 246 / 0.05); }
.border-l-eggshell-200\/50{ border-left-color: rgb(252 250 246 / 0.5); }
.border-l-eggshell-200\/60{ border-left-color: rgb(252 250 246 / 0.6); }
.border-l-eggshell-200\/70{ border-left-color: rgb(252 250 246 / 0.7); }
.border-l-eggshell-200\/75{ border-left-color: rgb(252 250 246 / 0.75); }
.border-l-eggshell-200\/80{ border-left-color: rgb(252 250 246 / 0.8); }
.border-l-eggshell-200\/90{ border-left-color: rgb(252 250 246 / 0.9); }
.border-l-eggshell-200\/95{ border-left-color: rgb(252 250 246 / 0.95); }
.border-l-eggshell-300{ --tw-border-opacity: 1; border-left-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-l-eggshell-300\/0{ border-left-color: rgb(251 247 241 / 0); }
.border-l-eggshell-300\/10{ border-left-color: rgb(251 247 241 / 0.1); }
.border-l-eggshell-300\/100{ border-left-color: rgb(251 247 241 / 1); }
.border-l-eggshell-300\/20{ border-left-color: rgb(251 247 241 / 0.2); }
.border-l-eggshell-300\/25{ border-left-color: rgb(251 247 241 / 0.25); }
.border-l-eggshell-300\/30{ border-left-color: rgb(251 247 241 / 0.3); }
.border-l-eggshell-300\/40{ border-left-color: rgb(251 247 241 / 0.4); }
.border-l-eggshell-300\/5{ border-left-color: rgb(251 247 241 / 0.05); }
.border-l-eggshell-300\/50{ border-left-color: rgb(251 247 241 / 0.5); }
.border-l-eggshell-300\/60{ border-left-color: rgb(251 247 241 / 0.6); }
.border-l-eggshell-300\/70{ border-left-color: rgb(251 247 241 / 0.7); }
.border-l-eggshell-300\/75{ border-left-color: rgb(251 247 241 / 0.75); }
.border-l-eggshell-300\/80{ border-left-color: rgb(251 247 241 / 0.8); }
.border-l-eggshell-300\/90{ border-left-color: rgb(251 247 241 / 0.9); }
.border-l-eggshell-300\/95{ border-left-color: rgb(251 247 241 / 0.95); }
.border-l-eggshell-400{ --tw-border-opacity: 1; border-left-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-l-eggshell-400\/0{ border-left-color: rgb(249 245 236 / 0); }
.border-l-eggshell-400\/10{ border-left-color: rgb(249 245 236 / 0.1); }
.border-l-eggshell-400\/100{ border-left-color: rgb(249 245 236 / 1); }
.border-l-eggshell-400\/20{ border-left-color: rgb(249 245 236 / 0.2); }
.border-l-eggshell-400\/25{ border-left-color: rgb(249 245 236 / 0.25); }
.border-l-eggshell-400\/30{ border-left-color: rgb(249 245 236 / 0.3); }
.border-l-eggshell-400\/40{ border-left-color: rgb(249 245 236 / 0.4); }
.border-l-eggshell-400\/5{ border-left-color: rgb(249 245 236 / 0.05); }
.border-l-eggshell-400\/50{ border-left-color: rgb(249 245 236 / 0.5); }
.border-l-eggshell-400\/60{ border-left-color: rgb(249 245 236 / 0.6); }
.border-l-eggshell-400\/70{ border-left-color: rgb(249 245 236 / 0.7); }
.border-l-eggshell-400\/75{ border-left-color: rgb(249 245 236 / 0.75); }
.border-l-eggshell-400\/80{ border-left-color: rgb(249 245 236 / 0.8); }
.border-l-eggshell-400\/90{ border-left-color: rgb(249 245 236 / 0.9); }
.border-l-eggshell-400\/95{ border-left-color: rgb(249 245 236 / 0.95); }
.border-l-eggshell-500{ --tw-border-opacity: 1; border-left-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-l-eggshell-500\/0{ border-left-color: rgb(247 242 231 / 0); }
.border-l-eggshell-500\/10{ border-left-color: rgb(247 242 231 / 0.1); }
.border-l-eggshell-500\/100{ border-left-color: rgb(247 242 231 / 1); }
.border-l-eggshell-500\/20{ border-left-color: rgb(247 242 231 / 0.2); }
.border-l-eggshell-500\/25{ border-left-color: rgb(247 242 231 / 0.25); }
.border-l-eggshell-500\/30{ border-left-color: rgb(247 242 231 / 0.3); }
.border-l-eggshell-500\/40{ border-left-color: rgb(247 242 231 / 0.4); }
.border-l-eggshell-500\/5{ border-left-color: rgb(247 242 231 / 0.05); }
.border-l-eggshell-500\/50{ border-left-color: rgb(247 242 231 / 0.5); }
.border-l-eggshell-500\/60{ border-left-color: rgb(247 242 231 / 0.6); }
.border-l-eggshell-500\/70{ border-left-color: rgb(247 242 231 / 0.7); }
.border-l-eggshell-500\/75{ border-left-color: rgb(247 242 231 / 0.75); }
.border-l-eggshell-500\/80{ border-left-color: rgb(247 242 231 / 0.8); }
.border-l-eggshell-500\/90{ border-left-color: rgb(247 242 231 / 0.9); }
.border-l-eggshell-500\/95{ border-left-color: rgb(247 242 231 / 0.95); }
.border-l-eggshell-600{ --tw-border-opacity: 1; border-left-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-l-eggshell-600\/0{ border-left-color: rgb(246 239 227 / 0); }
.border-l-eggshell-600\/10{ border-left-color: rgb(246 239 227 / 0.1); }
.border-l-eggshell-600\/100{ border-left-color: rgb(246 239 227 / 1); }
.border-l-eggshell-600\/20{ border-left-color: rgb(246 239 227 / 0.2); }
.border-l-eggshell-600\/25{ border-left-color: rgb(246 239 227 / 0.25); }
.border-l-eggshell-600\/30{ border-left-color: rgb(246 239 227 / 0.3); }
.border-l-eggshell-600\/40{ border-left-color: rgb(246 239 227 / 0.4); }
.border-l-eggshell-600\/5{ border-left-color: rgb(246 239 227 / 0.05); }
.border-l-eggshell-600\/50{ border-left-color: rgb(246 239 227 / 0.5); }
.border-l-eggshell-600\/60{ border-left-color: rgb(246 239 227 / 0.6); }
.border-l-eggshell-600\/70{ border-left-color: rgb(246 239 227 / 0.7); }
.border-l-eggshell-600\/75{ border-left-color: rgb(246 239 227 / 0.75); }
.border-l-eggshell-600\/80{ border-left-color: rgb(246 239 227 / 0.8); }
.border-l-eggshell-600\/90{ border-left-color: rgb(246 239 227 / 0.9); }
.border-l-eggshell-600\/95{ border-left-color: rgb(246 239 227 / 0.95); }
.border-l-eggshell-700{ --tw-border-opacity: 1; border-left-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-l-eggshell-700\/0{ border-left-color: rgb(245 237 222 / 0); }
.border-l-eggshell-700\/10{ border-left-color: rgb(245 237 222 / 0.1); }
.border-l-eggshell-700\/100{ border-left-color: rgb(245 237 222 / 1); }
.border-l-eggshell-700\/20{ border-left-color: rgb(245 237 222 / 0.2); }
.border-l-eggshell-700\/25{ border-left-color: rgb(245 237 222 / 0.25); }
.border-l-eggshell-700\/30{ border-left-color: rgb(245 237 222 / 0.3); }
.border-l-eggshell-700\/40{ border-left-color: rgb(245 237 222 / 0.4); }
.border-l-eggshell-700\/5{ border-left-color: rgb(245 237 222 / 0.05); }
.border-l-eggshell-700\/50{ border-left-color: rgb(245 237 222 / 0.5); }
.border-l-eggshell-700\/60{ border-left-color: rgb(245 237 222 / 0.6); }
.border-l-eggshell-700\/70{ border-left-color: rgb(245 237 222 / 0.7); }
.border-l-eggshell-700\/75{ border-left-color: rgb(245 237 222 / 0.75); }
.border-l-eggshell-700\/80{ border-left-color: rgb(245 237 222 / 0.8); }
.border-l-eggshell-700\/90{ border-left-color: rgb(245 237 222 / 0.9); }
.border-l-eggshell-700\/95{ border-left-color: rgb(245 237 222 / 0.95); }
.border-l-eggshell-800{ --tw-border-opacity: 1; border-left-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-l-eggshell-800\/0{ border-left-color: rgb(243 234 217 / 0); }
.border-l-eggshell-800\/10{ border-left-color: rgb(243 234 217 / 0.1); }
.border-l-eggshell-800\/100{ border-left-color: rgb(243 234 217 / 1); }
.border-l-eggshell-800\/20{ border-left-color: rgb(243 234 217 / 0.2); }
.border-l-eggshell-800\/25{ border-left-color: rgb(243 234 217 / 0.25); }
.border-l-eggshell-800\/30{ border-left-color: rgb(243 234 217 / 0.3); }
.border-l-eggshell-800\/40{ border-left-color: rgb(243 234 217 / 0.4); }
.border-l-eggshell-800\/5{ border-left-color: rgb(243 234 217 / 0.05); }
.border-l-eggshell-800\/50{ border-left-color: rgb(243 234 217 / 0.5); }
.border-l-eggshell-800\/60{ border-left-color: rgb(243 234 217 / 0.6); }
.border-l-eggshell-800\/70{ border-left-color: rgb(243 234 217 / 0.7); }
.border-l-eggshell-800\/75{ border-left-color: rgb(243 234 217 / 0.75); }
.border-l-eggshell-800\/80{ border-left-color: rgb(243 234 217 / 0.8); }
.border-l-eggshell-800\/90{ border-left-color: rgb(243 234 217 / 0.9); }
.border-l-eggshell-800\/95{ border-left-color: rgb(243 234 217 / 0.95); }
.border-l-eggshell-900{ --tw-border-opacity: 1; border-left-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-l-eggshell-900\/0{ border-left-color: rgb(242 232 213 / 0); }
.border-l-eggshell-900\/10{ border-left-color: rgb(242 232 213 / 0.1); }
.border-l-eggshell-900\/100{ border-left-color: rgb(242 232 213 / 1); }
.border-l-eggshell-900\/20{ border-left-color: rgb(242 232 213 / 0.2); }
.border-l-eggshell-900\/25{ border-left-color: rgb(242 232 213 / 0.25); }
.border-l-eggshell-900\/30{ border-left-color: rgb(242 232 213 / 0.3); }
.border-l-eggshell-900\/40{ border-left-color: rgb(242 232 213 / 0.4); }
.border-l-eggshell-900\/5{ border-left-color: rgb(242 232 213 / 0.05); }
.border-l-eggshell-900\/50{ border-left-color: rgb(242 232 213 / 0.5); }
.border-l-eggshell-900\/60{ border-left-color: rgb(242 232 213 / 0.6); }
.border-l-eggshell-900\/70{ border-left-color: rgb(242 232 213 / 0.7); }
.border-l-eggshell-900\/75{ border-left-color: rgb(242 232 213 / 0.75); }
.border-l-eggshell-900\/80{ border-left-color: rgb(242 232 213 / 0.8); }
.border-l-eggshell-900\/90{ border-left-color: rgb(242 232 213 / 0.9); }
.border-l-eggshell-900\/95{ border-left-color: rgb(242 232 213 / 0.95); }
.border-l-eggshell\/0{ border-left-color: rgb(240 229 208 / 0); }
.border-l-eggshell\/10{ border-left-color: rgb(240 229 208 / 0.1); }
.border-l-eggshell\/100{ border-left-color: rgb(240 229 208 / 1); }
.border-l-eggshell\/20{ border-left-color: rgb(240 229 208 / 0.2); }
.border-l-eggshell\/25{ border-left-color: rgb(240 229 208 / 0.25); }
.border-l-eggshell\/30{ border-left-color: rgb(240 229 208 / 0.3); }
.border-l-eggshell\/40{ border-left-color: rgb(240 229 208 / 0.4); }
.border-l-eggshell\/5{ border-left-color: rgb(240 229 208 / 0.05); }
.border-l-eggshell\/50{ border-left-color: rgb(240 229 208 / 0.5); }
.border-l-eggshell\/60{ border-left-color: rgb(240 229 208 / 0.6); }
.border-l-eggshell\/70{ border-left-color: rgb(240 229 208 / 0.7); }
.border-l-eggshell\/75{ border-left-color: rgb(240 229 208 / 0.75); }
.border-l-eggshell\/80{ border-left-color: rgb(240 229 208 / 0.8); }
.border-l-eggshell\/90{ border-left-color: rgb(240 229 208 / 0.9); }
.border-l-eggshell\/95{ border-left-color: rgb(240 229 208 / 0.95); }
.border-l-emerald-100{ --tw-border-opacity: 1; border-left-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-l-emerald-100\/0{ border-left-color: rgb(209 250 229 / 0); }
.border-l-emerald-100\/10{ border-left-color: rgb(209 250 229 / 0.1); }
.border-l-emerald-100\/100{ border-left-color: rgb(209 250 229 / 1); }
.border-l-emerald-100\/20{ border-left-color: rgb(209 250 229 / 0.2); }
.border-l-emerald-100\/25{ border-left-color: rgb(209 250 229 / 0.25); }
.border-l-emerald-100\/30{ border-left-color: rgb(209 250 229 / 0.3); }
.border-l-emerald-100\/40{ border-left-color: rgb(209 250 229 / 0.4); }
.border-l-emerald-100\/5{ border-left-color: rgb(209 250 229 / 0.05); }
.border-l-emerald-100\/50{ border-left-color: rgb(209 250 229 / 0.5); }
.border-l-emerald-100\/60{ border-left-color: rgb(209 250 229 / 0.6); }
.border-l-emerald-100\/70{ border-left-color: rgb(209 250 229 / 0.7); }
.border-l-emerald-100\/75{ border-left-color: rgb(209 250 229 / 0.75); }
.border-l-emerald-100\/80{ border-left-color: rgb(209 250 229 / 0.8); }
.border-l-emerald-100\/90{ border-left-color: rgb(209 250 229 / 0.9); }
.border-l-emerald-100\/95{ border-left-color: rgb(209 250 229 / 0.95); }
.border-l-emerald-200{ --tw-border-opacity: 1; border-left-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-l-emerald-200\/0{ border-left-color: rgb(167 243 208 / 0); }
.border-l-emerald-200\/10{ border-left-color: rgb(167 243 208 / 0.1); }
.border-l-emerald-200\/100{ border-left-color: rgb(167 243 208 / 1); }
.border-l-emerald-200\/20{ border-left-color: rgb(167 243 208 / 0.2); }
.border-l-emerald-200\/25{ border-left-color: rgb(167 243 208 / 0.25); }
.border-l-emerald-200\/30{ border-left-color: rgb(167 243 208 / 0.3); }
.border-l-emerald-200\/40{ border-left-color: rgb(167 243 208 / 0.4); }
.border-l-emerald-200\/5{ border-left-color: rgb(167 243 208 / 0.05); }
.border-l-emerald-200\/50{ border-left-color: rgb(167 243 208 / 0.5); }
.border-l-emerald-200\/60{ border-left-color: rgb(167 243 208 / 0.6); }
.border-l-emerald-200\/70{ border-left-color: rgb(167 243 208 / 0.7); }
.border-l-emerald-200\/75{ border-left-color: rgb(167 243 208 / 0.75); }
.border-l-emerald-200\/80{ border-left-color: rgb(167 243 208 / 0.8); }
.border-l-emerald-200\/90{ border-left-color: rgb(167 243 208 / 0.9); }
.border-l-emerald-200\/95{ border-left-color: rgb(167 243 208 / 0.95); }
.border-l-emerald-300{ --tw-border-opacity: 1; border-left-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-l-emerald-300\/0{ border-left-color: rgb(110 231 183 / 0); }
.border-l-emerald-300\/10{ border-left-color: rgb(110 231 183 / 0.1); }
.border-l-emerald-300\/100{ border-left-color: rgb(110 231 183 / 1); }
.border-l-emerald-300\/20{ border-left-color: rgb(110 231 183 / 0.2); }
.border-l-emerald-300\/25{ border-left-color: rgb(110 231 183 / 0.25); }
.border-l-emerald-300\/30{ border-left-color: rgb(110 231 183 / 0.3); }
.border-l-emerald-300\/40{ border-left-color: rgb(110 231 183 / 0.4); }
.border-l-emerald-300\/5{ border-left-color: rgb(110 231 183 / 0.05); }
.border-l-emerald-300\/50{ border-left-color: rgb(110 231 183 / 0.5); }
.border-l-emerald-300\/60{ border-left-color: rgb(110 231 183 / 0.6); }
.border-l-emerald-300\/70{ border-left-color: rgb(110 231 183 / 0.7); }
.border-l-emerald-300\/75{ border-left-color: rgb(110 231 183 / 0.75); }
.border-l-emerald-300\/80{ border-left-color: rgb(110 231 183 / 0.8); }
.border-l-emerald-300\/90{ border-left-color: rgb(110 231 183 / 0.9); }
.border-l-emerald-300\/95{ border-left-color: rgb(110 231 183 / 0.95); }
.border-l-emerald-400{ --tw-border-opacity: 1; border-left-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-l-emerald-400\/0{ border-left-color: rgb(52 211 153 / 0); }
.border-l-emerald-400\/10{ border-left-color: rgb(52 211 153 / 0.1); }
.border-l-emerald-400\/100{ border-left-color: rgb(52 211 153 / 1); }
.border-l-emerald-400\/20{ border-left-color: rgb(52 211 153 / 0.2); }
.border-l-emerald-400\/25{ border-left-color: rgb(52 211 153 / 0.25); }
.border-l-emerald-400\/30{ border-left-color: rgb(52 211 153 / 0.3); }
.border-l-emerald-400\/40{ border-left-color: rgb(52 211 153 / 0.4); }
.border-l-emerald-400\/5{ border-left-color: rgb(52 211 153 / 0.05); }
.border-l-emerald-400\/50{ border-left-color: rgb(52 211 153 / 0.5); }
.border-l-emerald-400\/60{ border-left-color: rgb(52 211 153 / 0.6); }
.border-l-emerald-400\/70{ border-left-color: rgb(52 211 153 / 0.7); }
.border-l-emerald-400\/75{ border-left-color: rgb(52 211 153 / 0.75); }
.border-l-emerald-400\/80{ border-left-color: rgb(52 211 153 / 0.8); }
.border-l-emerald-400\/90{ border-left-color: rgb(52 211 153 / 0.9); }
.border-l-emerald-400\/95{ border-left-color: rgb(52 211 153 / 0.95); }
.border-l-emerald-50{ --tw-border-opacity: 1; border-left-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-l-emerald-50\/0{ border-left-color: rgb(236 253 245 / 0); }
.border-l-emerald-50\/10{ border-left-color: rgb(236 253 245 / 0.1); }
.border-l-emerald-50\/100{ border-left-color: rgb(236 253 245 / 1); }
.border-l-emerald-50\/20{ border-left-color: rgb(236 253 245 / 0.2); }
.border-l-emerald-50\/25{ border-left-color: rgb(236 253 245 / 0.25); }
.border-l-emerald-50\/30{ border-left-color: rgb(236 253 245 / 0.3); }
.border-l-emerald-50\/40{ border-left-color: rgb(236 253 245 / 0.4); }
.border-l-emerald-50\/5{ border-left-color: rgb(236 253 245 / 0.05); }
.border-l-emerald-50\/50{ border-left-color: rgb(236 253 245 / 0.5); }
.border-l-emerald-50\/60{ border-left-color: rgb(236 253 245 / 0.6); }
.border-l-emerald-50\/70{ border-left-color: rgb(236 253 245 / 0.7); }
.border-l-emerald-50\/75{ border-left-color: rgb(236 253 245 / 0.75); }
.border-l-emerald-50\/80{ border-left-color: rgb(236 253 245 / 0.8); }
.border-l-emerald-50\/90{ border-left-color: rgb(236 253 245 / 0.9); }
.border-l-emerald-50\/95{ border-left-color: rgb(236 253 245 / 0.95); }
.border-l-emerald-500{ --tw-border-opacity: 1; border-left-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-l-emerald-500\/0{ border-left-color: rgb(16 185 129 / 0); }
.border-l-emerald-500\/10{ border-left-color: rgb(16 185 129 / 0.1); }
.border-l-emerald-500\/100{ border-left-color: rgb(16 185 129 / 1); }
.border-l-emerald-500\/20{ border-left-color: rgb(16 185 129 / 0.2); }
.border-l-emerald-500\/25{ border-left-color: rgb(16 185 129 / 0.25); }
.border-l-emerald-500\/30{ border-left-color: rgb(16 185 129 / 0.3); }
.border-l-emerald-500\/40{ border-left-color: rgb(16 185 129 / 0.4); }
.border-l-emerald-500\/5{ border-left-color: rgb(16 185 129 / 0.05); }
.border-l-emerald-500\/50{ border-left-color: rgb(16 185 129 / 0.5); }
.border-l-emerald-500\/60{ border-left-color: rgb(16 185 129 / 0.6); }
.border-l-emerald-500\/70{ border-left-color: rgb(16 185 129 / 0.7); }
.border-l-emerald-500\/75{ border-left-color: rgb(16 185 129 / 0.75); }
.border-l-emerald-500\/80{ border-left-color: rgb(16 185 129 / 0.8); }
.border-l-emerald-500\/90{ border-left-color: rgb(16 185 129 / 0.9); }
.border-l-emerald-500\/95{ border-left-color: rgb(16 185 129 / 0.95); }
.border-l-emerald-600{ --tw-border-opacity: 1; border-left-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-l-emerald-600\/0{ border-left-color: rgb(5 150 105 / 0); }
.border-l-emerald-600\/10{ border-left-color: rgb(5 150 105 / 0.1); }
.border-l-emerald-600\/100{ border-left-color: rgb(5 150 105 / 1); }
.border-l-emerald-600\/20{ border-left-color: rgb(5 150 105 / 0.2); }
.border-l-emerald-600\/25{ border-left-color: rgb(5 150 105 / 0.25); }
.border-l-emerald-600\/30{ border-left-color: rgb(5 150 105 / 0.3); }
.border-l-emerald-600\/40{ border-left-color: rgb(5 150 105 / 0.4); }
.border-l-emerald-600\/5{ border-left-color: rgb(5 150 105 / 0.05); }
.border-l-emerald-600\/50{ border-left-color: rgb(5 150 105 / 0.5); }
.border-l-emerald-600\/60{ border-left-color: rgb(5 150 105 / 0.6); }
.border-l-emerald-600\/70{ border-left-color: rgb(5 150 105 / 0.7); }
.border-l-emerald-600\/75{ border-left-color: rgb(5 150 105 / 0.75); }
.border-l-emerald-600\/80{ border-left-color: rgb(5 150 105 / 0.8); }
.border-l-emerald-600\/90{ border-left-color: rgb(5 150 105 / 0.9); }
.border-l-emerald-600\/95{ border-left-color: rgb(5 150 105 / 0.95); }
.border-l-emerald-700{ --tw-border-opacity: 1; border-left-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-l-emerald-700\/0{ border-left-color: rgb(4 120 87 / 0); }
.border-l-emerald-700\/10{ border-left-color: rgb(4 120 87 / 0.1); }
.border-l-emerald-700\/100{ border-left-color: rgb(4 120 87 / 1); }
.border-l-emerald-700\/20{ border-left-color: rgb(4 120 87 / 0.2); }
.border-l-emerald-700\/25{ border-left-color: rgb(4 120 87 / 0.25); }
.border-l-emerald-700\/30{ border-left-color: rgb(4 120 87 / 0.3); }
.border-l-emerald-700\/40{ border-left-color: rgb(4 120 87 / 0.4); }
.border-l-emerald-700\/5{ border-left-color: rgb(4 120 87 / 0.05); }
.border-l-emerald-700\/50{ border-left-color: rgb(4 120 87 / 0.5); }
.border-l-emerald-700\/60{ border-left-color: rgb(4 120 87 / 0.6); }
.border-l-emerald-700\/70{ border-left-color: rgb(4 120 87 / 0.7); }
.border-l-emerald-700\/75{ border-left-color: rgb(4 120 87 / 0.75); }
.border-l-emerald-700\/80{ border-left-color: rgb(4 120 87 / 0.8); }
.border-l-emerald-700\/90{ border-left-color: rgb(4 120 87 / 0.9); }
.border-l-emerald-700\/95{ border-left-color: rgb(4 120 87 / 0.95); }
.border-l-emerald-800{ --tw-border-opacity: 1; border-left-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-l-emerald-800\/0{ border-left-color: rgb(6 95 70 / 0); }
.border-l-emerald-800\/10{ border-left-color: rgb(6 95 70 / 0.1); }
.border-l-emerald-800\/100{ border-left-color: rgb(6 95 70 / 1); }
.border-l-emerald-800\/20{ border-left-color: rgb(6 95 70 / 0.2); }
.border-l-emerald-800\/25{ border-left-color: rgb(6 95 70 / 0.25); }
.border-l-emerald-800\/30{ border-left-color: rgb(6 95 70 / 0.3); }
.border-l-emerald-800\/40{ border-left-color: rgb(6 95 70 / 0.4); }
.border-l-emerald-800\/5{ border-left-color: rgb(6 95 70 / 0.05); }
.border-l-emerald-800\/50{ border-left-color: rgb(6 95 70 / 0.5); }
.border-l-emerald-800\/60{ border-left-color: rgb(6 95 70 / 0.6); }
.border-l-emerald-800\/70{ border-left-color: rgb(6 95 70 / 0.7); }
.border-l-emerald-800\/75{ border-left-color: rgb(6 95 70 / 0.75); }
.border-l-emerald-800\/80{ border-left-color: rgb(6 95 70 / 0.8); }
.border-l-emerald-800\/90{ border-left-color: rgb(6 95 70 / 0.9); }
.border-l-emerald-800\/95{ border-left-color: rgb(6 95 70 / 0.95); }
.border-l-emerald-900{ --tw-border-opacity: 1; border-left-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-l-emerald-900\/0{ border-left-color: rgb(6 78 59 / 0); }
.border-l-emerald-900\/10{ border-left-color: rgb(6 78 59 / 0.1); }
.border-l-emerald-900\/100{ border-left-color: rgb(6 78 59 / 1); }
.border-l-emerald-900\/20{ border-left-color: rgb(6 78 59 / 0.2); }
.border-l-emerald-900\/25{ border-left-color: rgb(6 78 59 / 0.25); }
.border-l-emerald-900\/30{ border-left-color: rgb(6 78 59 / 0.3); }
.border-l-emerald-900\/40{ border-left-color: rgb(6 78 59 / 0.4); }
.border-l-emerald-900\/5{ border-left-color: rgb(6 78 59 / 0.05); }
.border-l-emerald-900\/50{ border-left-color: rgb(6 78 59 / 0.5); }
.border-l-emerald-900\/60{ border-left-color: rgb(6 78 59 / 0.6); }
.border-l-emerald-900\/70{ border-left-color: rgb(6 78 59 / 0.7); }
.border-l-emerald-900\/75{ border-left-color: rgb(6 78 59 / 0.75); }
.border-l-emerald-900\/80{ border-left-color: rgb(6 78 59 / 0.8); }
.border-l-emerald-900\/90{ border-left-color: rgb(6 78 59 / 0.9); }
.border-l-emerald-900\/95{ border-left-color: rgb(6 78 59 / 0.95); }
.border-l-emerald-950{ --tw-border-opacity: 1; border-left-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-l-emerald-950\/0{ border-left-color: rgb(2 44 34 / 0); }
.border-l-emerald-950\/10{ border-left-color: rgb(2 44 34 / 0.1); }
.border-l-emerald-950\/100{ border-left-color: rgb(2 44 34 / 1); }
.border-l-emerald-950\/20{ border-left-color: rgb(2 44 34 / 0.2); }
.border-l-emerald-950\/25{ border-left-color: rgb(2 44 34 / 0.25); }
.border-l-emerald-950\/30{ border-left-color: rgb(2 44 34 / 0.3); }
.border-l-emerald-950\/40{ border-left-color: rgb(2 44 34 / 0.4); }
.border-l-emerald-950\/5{ border-left-color: rgb(2 44 34 / 0.05); }
.border-l-emerald-950\/50{ border-left-color: rgb(2 44 34 / 0.5); }
.border-l-emerald-950\/60{ border-left-color: rgb(2 44 34 / 0.6); }
.border-l-emerald-950\/70{ border-left-color: rgb(2 44 34 / 0.7); }
.border-l-emerald-950\/75{ border-left-color: rgb(2 44 34 / 0.75); }
.border-l-emerald-950\/80{ border-left-color: rgb(2 44 34 / 0.8); }
.border-l-emerald-950\/90{ border-left-color: rgb(2 44 34 / 0.9); }
.border-l-emerald-950\/95{ border-left-color: rgb(2 44 34 / 0.95); }
.border-l-fuchsia-100{ --tw-border-opacity: 1; border-left-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-l-fuchsia-100\/0{ border-left-color: rgb(250 232 255 / 0); }
.border-l-fuchsia-100\/10{ border-left-color: rgb(250 232 255 / 0.1); }
.border-l-fuchsia-100\/100{ border-left-color: rgb(250 232 255 / 1); }
.border-l-fuchsia-100\/20{ border-left-color: rgb(250 232 255 / 0.2); }
.border-l-fuchsia-100\/25{ border-left-color: rgb(250 232 255 / 0.25); }
.border-l-fuchsia-100\/30{ border-left-color: rgb(250 232 255 / 0.3); }
.border-l-fuchsia-100\/40{ border-left-color: rgb(250 232 255 / 0.4); }
.border-l-fuchsia-100\/5{ border-left-color: rgb(250 232 255 / 0.05); }
.border-l-fuchsia-100\/50{ border-left-color: rgb(250 232 255 / 0.5); }
.border-l-fuchsia-100\/60{ border-left-color: rgb(250 232 255 / 0.6); }
.border-l-fuchsia-100\/70{ border-left-color: rgb(250 232 255 / 0.7); }
.border-l-fuchsia-100\/75{ border-left-color: rgb(250 232 255 / 0.75); }
.border-l-fuchsia-100\/80{ border-left-color: rgb(250 232 255 / 0.8); }
.border-l-fuchsia-100\/90{ border-left-color: rgb(250 232 255 / 0.9); }
.border-l-fuchsia-100\/95{ border-left-color: rgb(250 232 255 / 0.95); }
.border-l-fuchsia-200{ --tw-border-opacity: 1; border-left-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-l-fuchsia-200\/0{ border-left-color: rgb(245 208 254 / 0); }
.border-l-fuchsia-200\/10{ border-left-color: rgb(245 208 254 / 0.1); }
.border-l-fuchsia-200\/100{ border-left-color: rgb(245 208 254 / 1); }
.border-l-fuchsia-200\/20{ border-left-color: rgb(245 208 254 / 0.2); }
.border-l-fuchsia-200\/25{ border-left-color: rgb(245 208 254 / 0.25); }
.border-l-fuchsia-200\/30{ border-left-color: rgb(245 208 254 / 0.3); }
.border-l-fuchsia-200\/40{ border-left-color: rgb(245 208 254 / 0.4); }
.border-l-fuchsia-200\/5{ border-left-color: rgb(245 208 254 / 0.05); }
.border-l-fuchsia-200\/50{ border-left-color: rgb(245 208 254 / 0.5); }
.border-l-fuchsia-200\/60{ border-left-color: rgb(245 208 254 / 0.6); }
.border-l-fuchsia-200\/70{ border-left-color: rgb(245 208 254 / 0.7); }
.border-l-fuchsia-200\/75{ border-left-color: rgb(245 208 254 / 0.75); }
.border-l-fuchsia-200\/80{ border-left-color: rgb(245 208 254 / 0.8); }
.border-l-fuchsia-200\/90{ border-left-color: rgb(245 208 254 / 0.9); }
.border-l-fuchsia-200\/95{ border-left-color: rgb(245 208 254 / 0.95); }
.border-l-fuchsia-300{ --tw-border-opacity: 1; border-left-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-l-fuchsia-300\/0{ border-left-color: rgb(240 171 252 / 0); }
.border-l-fuchsia-300\/10{ border-left-color: rgb(240 171 252 / 0.1); }
.border-l-fuchsia-300\/100{ border-left-color: rgb(240 171 252 / 1); }
.border-l-fuchsia-300\/20{ border-left-color: rgb(240 171 252 / 0.2); }
.border-l-fuchsia-300\/25{ border-left-color: rgb(240 171 252 / 0.25); }
.border-l-fuchsia-300\/30{ border-left-color: rgb(240 171 252 / 0.3); }
.border-l-fuchsia-300\/40{ border-left-color: rgb(240 171 252 / 0.4); }
.border-l-fuchsia-300\/5{ border-left-color: rgb(240 171 252 / 0.05); }
.border-l-fuchsia-300\/50{ border-left-color: rgb(240 171 252 / 0.5); }
.border-l-fuchsia-300\/60{ border-left-color: rgb(240 171 252 / 0.6); }
.border-l-fuchsia-300\/70{ border-left-color: rgb(240 171 252 / 0.7); }
.border-l-fuchsia-300\/75{ border-left-color: rgb(240 171 252 / 0.75); }
.border-l-fuchsia-300\/80{ border-left-color: rgb(240 171 252 / 0.8); }
.border-l-fuchsia-300\/90{ border-left-color: rgb(240 171 252 / 0.9); }
.border-l-fuchsia-300\/95{ border-left-color: rgb(240 171 252 / 0.95); }
.border-l-fuchsia-400{ --tw-border-opacity: 1; border-left-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-l-fuchsia-400\/0{ border-left-color: rgb(232 121 249 / 0); }
.border-l-fuchsia-400\/10{ border-left-color: rgb(232 121 249 / 0.1); }
.border-l-fuchsia-400\/100{ border-left-color: rgb(232 121 249 / 1); }
.border-l-fuchsia-400\/20{ border-left-color: rgb(232 121 249 / 0.2); }
.border-l-fuchsia-400\/25{ border-left-color: rgb(232 121 249 / 0.25); }
.border-l-fuchsia-400\/30{ border-left-color: rgb(232 121 249 / 0.3); }
.border-l-fuchsia-400\/40{ border-left-color: rgb(232 121 249 / 0.4); }
.border-l-fuchsia-400\/5{ border-left-color: rgb(232 121 249 / 0.05); }
.border-l-fuchsia-400\/50{ border-left-color: rgb(232 121 249 / 0.5); }
.border-l-fuchsia-400\/60{ border-left-color: rgb(232 121 249 / 0.6); }
.border-l-fuchsia-400\/70{ border-left-color: rgb(232 121 249 / 0.7); }
.border-l-fuchsia-400\/75{ border-left-color: rgb(232 121 249 / 0.75); }
.border-l-fuchsia-400\/80{ border-left-color: rgb(232 121 249 / 0.8); }
.border-l-fuchsia-400\/90{ border-left-color: rgb(232 121 249 / 0.9); }
.border-l-fuchsia-400\/95{ border-left-color: rgb(232 121 249 / 0.95); }
.border-l-fuchsia-50{ --tw-border-opacity: 1; border-left-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-l-fuchsia-50\/0{ border-left-color: rgb(253 244 255 / 0); }
.border-l-fuchsia-50\/10{ border-left-color: rgb(253 244 255 / 0.1); }
.border-l-fuchsia-50\/100{ border-left-color: rgb(253 244 255 / 1); }
.border-l-fuchsia-50\/20{ border-left-color: rgb(253 244 255 / 0.2); }
.border-l-fuchsia-50\/25{ border-left-color: rgb(253 244 255 / 0.25); }
.border-l-fuchsia-50\/30{ border-left-color: rgb(253 244 255 / 0.3); }
.border-l-fuchsia-50\/40{ border-left-color: rgb(253 244 255 / 0.4); }
.border-l-fuchsia-50\/5{ border-left-color: rgb(253 244 255 / 0.05); }
.border-l-fuchsia-50\/50{ border-left-color: rgb(253 244 255 / 0.5); }
.border-l-fuchsia-50\/60{ border-left-color: rgb(253 244 255 / 0.6); }
.border-l-fuchsia-50\/70{ border-left-color: rgb(253 244 255 / 0.7); }
.border-l-fuchsia-50\/75{ border-left-color: rgb(253 244 255 / 0.75); }
.border-l-fuchsia-50\/80{ border-left-color: rgb(253 244 255 / 0.8); }
.border-l-fuchsia-50\/90{ border-left-color: rgb(253 244 255 / 0.9); }
.border-l-fuchsia-50\/95{ border-left-color: rgb(253 244 255 / 0.95); }
.border-l-fuchsia-500{ --tw-border-opacity: 1; border-left-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-l-fuchsia-500\/0{ border-left-color: rgb(217 70 239 / 0); }
.border-l-fuchsia-500\/10{ border-left-color: rgb(217 70 239 / 0.1); }
.border-l-fuchsia-500\/100{ border-left-color: rgb(217 70 239 / 1); }
.border-l-fuchsia-500\/20{ border-left-color: rgb(217 70 239 / 0.2); }
.border-l-fuchsia-500\/25{ border-left-color: rgb(217 70 239 / 0.25); }
.border-l-fuchsia-500\/30{ border-left-color: rgb(217 70 239 / 0.3); }
.border-l-fuchsia-500\/40{ border-left-color: rgb(217 70 239 / 0.4); }
.border-l-fuchsia-500\/5{ border-left-color: rgb(217 70 239 / 0.05); }
.border-l-fuchsia-500\/50{ border-left-color: rgb(217 70 239 / 0.5); }
.border-l-fuchsia-500\/60{ border-left-color: rgb(217 70 239 / 0.6); }
.border-l-fuchsia-500\/70{ border-left-color: rgb(217 70 239 / 0.7); }
.border-l-fuchsia-500\/75{ border-left-color: rgb(217 70 239 / 0.75); }
.border-l-fuchsia-500\/80{ border-left-color: rgb(217 70 239 / 0.8); }
.border-l-fuchsia-500\/90{ border-left-color: rgb(217 70 239 / 0.9); }
.border-l-fuchsia-500\/95{ border-left-color: rgb(217 70 239 / 0.95); }
.border-l-fuchsia-600{ --tw-border-opacity: 1; border-left-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-l-fuchsia-600\/0{ border-left-color: rgb(192 38 211 / 0); }
.border-l-fuchsia-600\/10{ border-left-color: rgb(192 38 211 / 0.1); }
.border-l-fuchsia-600\/100{ border-left-color: rgb(192 38 211 / 1); }
.border-l-fuchsia-600\/20{ border-left-color: rgb(192 38 211 / 0.2); }
.border-l-fuchsia-600\/25{ border-left-color: rgb(192 38 211 / 0.25); }
.border-l-fuchsia-600\/30{ border-left-color: rgb(192 38 211 / 0.3); }
.border-l-fuchsia-600\/40{ border-left-color: rgb(192 38 211 / 0.4); }
.border-l-fuchsia-600\/5{ border-left-color: rgb(192 38 211 / 0.05); }
.border-l-fuchsia-600\/50{ border-left-color: rgb(192 38 211 / 0.5); }
.border-l-fuchsia-600\/60{ border-left-color: rgb(192 38 211 / 0.6); }
.border-l-fuchsia-600\/70{ border-left-color: rgb(192 38 211 / 0.7); }
.border-l-fuchsia-600\/75{ border-left-color: rgb(192 38 211 / 0.75); }
.border-l-fuchsia-600\/80{ border-left-color: rgb(192 38 211 / 0.8); }
.border-l-fuchsia-600\/90{ border-left-color: rgb(192 38 211 / 0.9); }
.border-l-fuchsia-600\/95{ border-left-color: rgb(192 38 211 / 0.95); }
.border-l-fuchsia-700{ --tw-border-opacity: 1; border-left-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-l-fuchsia-700\/0{ border-left-color: rgb(162 28 175 / 0); }
.border-l-fuchsia-700\/10{ border-left-color: rgb(162 28 175 / 0.1); }
.border-l-fuchsia-700\/100{ border-left-color: rgb(162 28 175 / 1); }
.border-l-fuchsia-700\/20{ border-left-color: rgb(162 28 175 / 0.2); }
.border-l-fuchsia-700\/25{ border-left-color: rgb(162 28 175 / 0.25); }
.border-l-fuchsia-700\/30{ border-left-color: rgb(162 28 175 / 0.3); }
.border-l-fuchsia-700\/40{ border-left-color: rgb(162 28 175 / 0.4); }
.border-l-fuchsia-700\/5{ border-left-color: rgb(162 28 175 / 0.05); }
.border-l-fuchsia-700\/50{ border-left-color: rgb(162 28 175 / 0.5); }
.border-l-fuchsia-700\/60{ border-left-color: rgb(162 28 175 / 0.6); }
.border-l-fuchsia-700\/70{ border-left-color: rgb(162 28 175 / 0.7); }
.border-l-fuchsia-700\/75{ border-left-color: rgb(162 28 175 / 0.75); }
.border-l-fuchsia-700\/80{ border-left-color: rgb(162 28 175 / 0.8); }
.border-l-fuchsia-700\/90{ border-left-color: rgb(162 28 175 / 0.9); }
.border-l-fuchsia-700\/95{ border-left-color: rgb(162 28 175 / 0.95); }
.border-l-fuchsia-800{ --tw-border-opacity: 1; border-left-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-l-fuchsia-800\/0{ border-left-color: rgb(134 25 143 / 0); }
.border-l-fuchsia-800\/10{ border-left-color: rgb(134 25 143 / 0.1); }
.border-l-fuchsia-800\/100{ border-left-color: rgb(134 25 143 / 1); }
.border-l-fuchsia-800\/20{ border-left-color: rgb(134 25 143 / 0.2); }
.border-l-fuchsia-800\/25{ border-left-color: rgb(134 25 143 / 0.25); }
.border-l-fuchsia-800\/30{ border-left-color: rgb(134 25 143 / 0.3); }
.border-l-fuchsia-800\/40{ border-left-color: rgb(134 25 143 / 0.4); }
.border-l-fuchsia-800\/5{ border-left-color: rgb(134 25 143 / 0.05); }
.border-l-fuchsia-800\/50{ border-left-color: rgb(134 25 143 / 0.5); }
.border-l-fuchsia-800\/60{ border-left-color: rgb(134 25 143 / 0.6); }
.border-l-fuchsia-800\/70{ border-left-color: rgb(134 25 143 / 0.7); }
.border-l-fuchsia-800\/75{ border-left-color: rgb(134 25 143 / 0.75); }
.border-l-fuchsia-800\/80{ border-left-color: rgb(134 25 143 / 0.8); }
.border-l-fuchsia-800\/90{ border-left-color: rgb(134 25 143 / 0.9); }
.border-l-fuchsia-800\/95{ border-left-color: rgb(134 25 143 / 0.95); }
.border-l-fuchsia-900{ --tw-border-opacity: 1; border-left-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-l-fuchsia-900\/0{ border-left-color: rgb(112 26 117 / 0); }
.border-l-fuchsia-900\/10{ border-left-color: rgb(112 26 117 / 0.1); }
.border-l-fuchsia-900\/100{ border-left-color: rgb(112 26 117 / 1); }
.border-l-fuchsia-900\/20{ border-left-color: rgb(112 26 117 / 0.2); }
.border-l-fuchsia-900\/25{ border-left-color: rgb(112 26 117 / 0.25); }
.border-l-fuchsia-900\/30{ border-left-color: rgb(112 26 117 / 0.3); }
.border-l-fuchsia-900\/40{ border-left-color: rgb(112 26 117 / 0.4); }
.border-l-fuchsia-900\/5{ border-left-color: rgb(112 26 117 / 0.05); }
.border-l-fuchsia-900\/50{ border-left-color: rgb(112 26 117 / 0.5); }
.border-l-fuchsia-900\/60{ border-left-color: rgb(112 26 117 / 0.6); }
.border-l-fuchsia-900\/70{ border-left-color: rgb(112 26 117 / 0.7); }
.border-l-fuchsia-900\/75{ border-left-color: rgb(112 26 117 / 0.75); }
.border-l-fuchsia-900\/80{ border-left-color: rgb(112 26 117 / 0.8); }
.border-l-fuchsia-900\/90{ border-left-color: rgb(112 26 117 / 0.9); }
.border-l-fuchsia-900\/95{ border-left-color: rgb(112 26 117 / 0.95); }
.border-l-fuchsia-950{ --tw-border-opacity: 1; border-left-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-l-fuchsia-950\/0{ border-left-color: rgb(74 4 78 / 0); }
.border-l-fuchsia-950\/10{ border-left-color: rgb(74 4 78 / 0.1); }
.border-l-fuchsia-950\/100{ border-left-color: rgb(74 4 78 / 1); }
.border-l-fuchsia-950\/20{ border-left-color: rgb(74 4 78 / 0.2); }
.border-l-fuchsia-950\/25{ border-left-color: rgb(74 4 78 / 0.25); }
.border-l-fuchsia-950\/30{ border-left-color: rgb(74 4 78 / 0.3); }
.border-l-fuchsia-950\/40{ border-left-color: rgb(74 4 78 / 0.4); }
.border-l-fuchsia-950\/5{ border-left-color: rgb(74 4 78 / 0.05); }
.border-l-fuchsia-950\/50{ border-left-color: rgb(74 4 78 / 0.5); }
.border-l-fuchsia-950\/60{ border-left-color: rgb(74 4 78 / 0.6); }
.border-l-fuchsia-950\/70{ border-left-color: rgb(74 4 78 / 0.7); }
.border-l-fuchsia-950\/75{ border-left-color: rgb(74 4 78 / 0.75); }
.border-l-fuchsia-950\/80{ border-left-color: rgb(74 4 78 / 0.8); }
.border-l-fuchsia-950\/90{ border-left-color: rgb(74 4 78 / 0.9); }
.border-l-fuchsia-950\/95{ border-left-color: rgb(74 4 78 / 0.95); }
.border-l-gray-100{ --tw-border-opacity: 1; border-left-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-l-gray-100\/0{ border-left-color: rgb(243 244 246 / 0); }
.border-l-gray-100\/10{ border-left-color: rgb(243 244 246 / 0.1); }
.border-l-gray-100\/100{ border-left-color: rgb(243 244 246 / 1); }
.border-l-gray-100\/20{ border-left-color: rgb(243 244 246 / 0.2); }
.border-l-gray-100\/25{ border-left-color: rgb(243 244 246 / 0.25); }
.border-l-gray-100\/30{ border-left-color: rgb(243 244 246 / 0.3); }
.border-l-gray-100\/40{ border-left-color: rgb(243 244 246 / 0.4); }
.border-l-gray-100\/5{ border-left-color: rgb(243 244 246 / 0.05); }
.border-l-gray-100\/50{ border-left-color: rgb(243 244 246 / 0.5); }
.border-l-gray-100\/60{ border-left-color: rgb(243 244 246 / 0.6); }
.border-l-gray-100\/70{ border-left-color: rgb(243 244 246 / 0.7); }
.border-l-gray-100\/75{ border-left-color: rgb(243 244 246 / 0.75); }
.border-l-gray-100\/80{ border-left-color: rgb(243 244 246 / 0.8); }
.border-l-gray-100\/90{ border-left-color: rgb(243 244 246 / 0.9); }
.border-l-gray-100\/95{ border-left-color: rgb(243 244 246 / 0.95); }
.border-l-gray-200{ --tw-border-opacity: 1; border-left-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-l-gray-200\/0{ border-left-color: rgb(229 231 235 / 0); }
.border-l-gray-200\/10{ border-left-color: rgb(229 231 235 / 0.1); }
.border-l-gray-200\/100{ border-left-color: rgb(229 231 235 / 1); }
.border-l-gray-200\/20{ border-left-color: rgb(229 231 235 / 0.2); }
.border-l-gray-200\/25{ border-left-color: rgb(229 231 235 / 0.25); }
.border-l-gray-200\/30{ border-left-color: rgb(229 231 235 / 0.3); }
.border-l-gray-200\/40{ border-left-color: rgb(229 231 235 / 0.4); }
.border-l-gray-200\/5{ border-left-color: rgb(229 231 235 / 0.05); }
.border-l-gray-200\/50{ border-left-color: rgb(229 231 235 / 0.5); }
.border-l-gray-200\/60{ border-left-color: rgb(229 231 235 / 0.6); }
.border-l-gray-200\/70{ border-left-color: rgb(229 231 235 / 0.7); }
.border-l-gray-200\/75{ border-left-color: rgb(229 231 235 / 0.75); }
.border-l-gray-200\/80{ border-left-color: rgb(229 231 235 / 0.8); }
.border-l-gray-200\/90{ border-left-color: rgb(229 231 235 / 0.9); }
.border-l-gray-200\/95{ border-left-color: rgb(229 231 235 / 0.95); }
.border-l-gray-300{ --tw-border-opacity: 1; border-left-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-l-gray-300\/0{ border-left-color: rgb(209 213 219 / 0); }
.border-l-gray-300\/10{ border-left-color: rgb(209 213 219 / 0.1); }
.border-l-gray-300\/100{ border-left-color: rgb(209 213 219 / 1); }
.border-l-gray-300\/20{ border-left-color: rgb(209 213 219 / 0.2); }
.border-l-gray-300\/25{ border-left-color: rgb(209 213 219 / 0.25); }
.border-l-gray-300\/30{ border-left-color: rgb(209 213 219 / 0.3); }
.border-l-gray-300\/40{ border-left-color: rgb(209 213 219 / 0.4); }
.border-l-gray-300\/5{ border-left-color: rgb(209 213 219 / 0.05); }
.border-l-gray-300\/50{ border-left-color: rgb(209 213 219 / 0.5); }
.border-l-gray-300\/60{ border-left-color: rgb(209 213 219 / 0.6); }
.border-l-gray-300\/70{ border-left-color: rgb(209 213 219 / 0.7); }
.border-l-gray-300\/75{ border-left-color: rgb(209 213 219 / 0.75); }
.border-l-gray-300\/80{ border-left-color: rgb(209 213 219 / 0.8); }
.border-l-gray-300\/90{ border-left-color: rgb(209 213 219 / 0.9); }
.border-l-gray-300\/95{ border-left-color: rgb(209 213 219 / 0.95); }
.border-l-gray-400{ --tw-border-opacity: 1; border-left-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-l-gray-400\/0{ border-left-color: rgb(156 163 175 / 0); }
.border-l-gray-400\/10{ border-left-color: rgb(156 163 175 / 0.1); }
.border-l-gray-400\/100{ border-left-color: rgb(156 163 175 / 1); }
.border-l-gray-400\/20{ border-left-color: rgb(156 163 175 / 0.2); }
.border-l-gray-400\/25{ border-left-color: rgb(156 163 175 / 0.25); }
.border-l-gray-400\/30{ border-left-color: rgb(156 163 175 / 0.3); }
.border-l-gray-400\/40{ border-left-color: rgb(156 163 175 / 0.4); }
.border-l-gray-400\/5{ border-left-color: rgb(156 163 175 / 0.05); }
.border-l-gray-400\/50{ border-left-color: rgb(156 163 175 / 0.5); }
.border-l-gray-400\/60{ border-left-color: rgb(156 163 175 / 0.6); }
.border-l-gray-400\/70{ border-left-color: rgb(156 163 175 / 0.7); }
.border-l-gray-400\/75{ border-left-color: rgb(156 163 175 / 0.75); }
.border-l-gray-400\/80{ border-left-color: rgb(156 163 175 / 0.8); }
.border-l-gray-400\/90{ border-left-color: rgb(156 163 175 / 0.9); }
.border-l-gray-400\/95{ border-left-color: rgb(156 163 175 / 0.95); }
.border-l-gray-50{ --tw-border-opacity: 1; border-left-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-l-gray-50\/0{ border-left-color: rgb(249 250 251 / 0); }
.border-l-gray-50\/10{ border-left-color: rgb(249 250 251 / 0.1); }
.border-l-gray-50\/100{ border-left-color: rgb(249 250 251 / 1); }
.border-l-gray-50\/20{ border-left-color: rgb(249 250 251 / 0.2); }
.border-l-gray-50\/25{ border-left-color: rgb(249 250 251 / 0.25); }
.border-l-gray-50\/30{ border-left-color: rgb(249 250 251 / 0.3); }
.border-l-gray-50\/40{ border-left-color: rgb(249 250 251 / 0.4); }
.border-l-gray-50\/5{ border-left-color: rgb(249 250 251 / 0.05); }
.border-l-gray-50\/50{ border-left-color: rgb(249 250 251 / 0.5); }
.border-l-gray-50\/60{ border-left-color: rgb(249 250 251 / 0.6); }
.border-l-gray-50\/70{ border-left-color: rgb(249 250 251 / 0.7); }
.border-l-gray-50\/75{ border-left-color: rgb(249 250 251 / 0.75); }
.border-l-gray-50\/80{ border-left-color: rgb(249 250 251 / 0.8); }
.border-l-gray-50\/90{ border-left-color: rgb(249 250 251 / 0.9); }
.border-l-gray-50\/95{ border-left-color: rgb(249 250 251 / 0.95); }
.border-l-gray-500{ --tw-border-opacity: 1; border-left-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-l-gray-500\/0{ border-left-color: rgb(107 114 128 / 0); }
.border-l-gray-500\/10{ border-left-color: rgb(107 114 128 / 0.1); }
.border-l-gray-500\/100{ border-left-color: rgb(107 114 128 / 1); }
.border-l-gray-500\/20{ border-left-color: rgb(107 114 128 / 0.2); }
.border-l-gray-500\/25{ border-left-color: rgb(107 114 128 / 0.25); }
.border-l-gray-500\/30{ border-left-color: rgb(107 114 128 / 0.3); }
.border-l-gray-500\/40{ border-left-color: rgb(107 114 128 / 0.4); }
.border-l-gray-500\/5{ border-left-color: rgb(107 114 128 / 0.05); }
.border-l-gray-500\/50{ border-left-color: rgb(107 114 128 / 0.5); }
.border-l-gray-500\/60{ border-left-color: rgb(107 114 128 / 0.6); }
.border-l-gray-500\/70{ border-left-color: rgb(107 114 128 / 0.7); }
.border-l-gray-500\/75{ border-left-color: rgb(107 114 128 / 0.75); }
.border-l-gray-500\/80{ border-left-color: rgb(107 114 128 / 0.8); }
.border-l-gray-500\/90{ border-left-color: rgb(107 114 128 / 0.9); }
.border-l-gray-500\/95{ border-left-color: rgb(107 114 128 / 0.95); }
.border-l-gray-600{ --tw-border-opacity: 1; border-left-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-l-gray-600\/0{ border-left-color: rgb(75 85 99 / 0); }
.border-l-gray-600\/10{ border-left-color: rgb(75 85 99 / 0.1); }
.border-l-gray-600\/100{ border-left-color: rgb(75 85 99 / 1); }
.border-l-gray-600\/20{ border-left-color: rgb(75 85 99 / 0.2); }
.border-l-gray-600\/25{ border-left-color: rgb(75 85 99 / 0.25); }
.border-l-gray-600\/30{ border-left-color: rgb(75 85 99 / 0.3); }
.border-l-gray-600\/40{ border-left-color: rgb(75 85 99 / 0.4); }
.border-l-gray-600\/5{ border-left-color: rgb(75 85 99 / 0.05); }
.border-l-gray-600\/50{ border-left-color: rgb(75 85 99 / 0.5); }
.border-l-gray-600\/60{ border-left-color: rgb(75 85 99 / 0.6); }
.border-l-gray-600\/70{ border-left-color: rgb(75 85 99 / 0.7); }
.border-l-gray-600\/75{ border-left-color: rgb(75 85 99 / 0.75); }
.border-l-gray-600\/80{ border-left-color: rgb(75 85 99 / 0.8); }
.border-l-gray-600\/90{ border-left-color: rgb(75 85 99 / 0.9); }
.border-l-gray-600\/95{ border-left-color: rgb(75 85 99 / 0.95); }
.border-l-gray-700{ --tw-border-opacity: 1; border-left-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-l-gray-700\/0{ border-left-color: rgb(55 65 81 / 0); }
.border-l-gray-700\/10{ border-left-color: rgb(55 65 81 / 0.1); }
.border-l-gray-700\/100{ border-left-color: rgb(55 65 81 / 1); }
.border-l-gray-700\/20{ border-left-color: rgb(55 65 81 / 0.2); }
.border-l-gray-700\/25{ border-left-color: rgb(55 65 81 / 0.25); }
.border-l-gray-700\/30{ border-left-color: rgb(55 65 81 / 0.3); }
.border-l-gray-700\/40{ border-left-color: rgb(55 65 81 / 0.4); }
.border-l-gray-700\/5{ border-left-color: rgb(55 65 81 / 0.05); }
.border-l-gray-700\/50{ border-left-color: rgb(55 65 81 / 0.5); }
.border-l-gray-700\/60{ border-left-color: rgb(55 65 81 / 0.6); }
.border-l-gray-700\/70{ border-left-color: rgb(55 65 81 / 0.7); }
.border-l-gray-700\/75{ border-left-color: rgb(55 65 81 / 0.75); }
.border-l-gray-700\/80{ border-left-color: rgb(55 65 81 / 0.8); }
.border-l-gray-700\/90{ border-left-color: rgb(55 65 81 / 0.9); }
.border-l-gray-700\/95{ border-left-color: rgb(55 65 81 / 0.95); }
.border-l-gray-800{ --tw-border-opacity: 1; border-left-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-l-gray-800\/0{ border-left-color: rgb(31 41 55 / 0); }
.border-l-gray-800\/10{ border-left-color: rgb(31 41 55 / 0.1); }
.border-l-gray-800\/100{ border-left-color: rgb(31 41 55 / 1); }
.border-l-gray-800\/20{ border-left-color: rgb(31 41 55 / 0.2); }
.border-l-gray-800\/25{ border-left-color: rgb(31 41 55 / 0.25); }
.border-l-gray-800\/30{ border-left-color: rgb(31 41 55 / 0.3); }
.border-l-gray-800\/40{ border-left-color: rgb(31 41 55 / 0.4); }
.border-l-gray-800\/5{ border-left-color: rgb(31 41 55 / 0.05); }
.border-l-gray-800\/50{ border-left-color: rgb(31 41 55 / 0.5); }
.border-l-gray-800\/60{ border-left-color: rgb(31 41 55 / 0.6); }
.border-l-gray-800\/70{ border-left-color: rgb(31 41 55 / 0.7); }
.border-l-gray-800\/75{ border-left-color: rgb(31 41 55 / 0.75); }
.border-l-gray-800\/80{ border-left-color: rgb(31 41 55 / 0.8); }
.border-l-gray-800\/90{ border-left-color: rgb(31 41 55 / 0.9); }
.border-l-gray-800\/95{ border-left-color: rgb(31 41 55 / 0.95); }
.border-l-gray-900{ --tw-border-opacity: 1; border-left-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-l-gray-900\/0{ border-left-color: rgb(17 24 39 / 0); }
.border-l-gray-900\/10{ border-left-color: rgb(17 24 39 / 0.1); }
.border-l-gray-900\/100{ border-left-color: rgb(17 24 39 / 1); }
.border-l-gray-900\/20{ border-left-color: rgb(17 24 39 / 0.2); }
.border-l-gray-900\/25{ border-left-color: rgb(17 24 39 / 0.25); }
.border-l-gray-900\/30{ border-left-color: rgb(17 24 39 / 0.3); }
.border-l-gray-900\/40{ border-left-color: rgb(17 24 39 / 0.4); }
.border-l-gray-900\/5{ border-left-color: rgb(17 24 39 / 0.05); }
.border-l-gray-900\/50{ border-left-color: rgb(17 24 39 / 0.5); }
.border-l-gray-900\/60{ border-left-color: rgb(17 24 39 / 0.6); }
.border-l-gray-900\/70{ border-left-color: rgb(17 24 39 / 0.7); }
.border-l-gray-900\/75{ border-left-color: rgb(17 24 39 / 0.75); }
.border-l-gray-900\/80{ border-left-color: rgb(17 24 39 / 0.8); }
.border-l-gray-900\/90{ border-left-color: rgb(17 24 39 / 0.9); }
.border-l-gray-900\/95{ border-left-color: rgb(17 24 39 / 0.95); }
.border-l-gray-950{ --tw-border-opacity: 1; border-left-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-l-gray-950\/0{ border-left-color: rgb(3 7 18 / 0); }
.border-l-gray-950\/10{ border-left-color: rgb(3 7 18 / 0.1); }
.border-l-gray-950\/100{ border-left-color: rgb(3 7 18 / 1); }
.border-l-gray-950\/20{ border-left-color: rgb(3 7 18 / 0.2); }
.border-l-gray-950\/25{ border-left-color: rgb(3 7 18 / 0.25); }
.border-l-gray-950\/30{ border-left-color: rgb(3 7 18 / 0.3); }
.border-l-gray-950\/40{ border-left-color: rgb(3 7 18 / 0.4); }
.border-l-gray-950\/5{ border-left-color: rgb(3 7 18 / 0.05); }
.border-l-gray-950\/50{ border-left-color: rgb(3 7 18 / 0.5); }
.border-l-gray-950\/60{ border-left-color: rgb(3 7 18 / 0.6); }
.border-l-gray-950\/70{ border-left-color: rgb(3 7 18 / 0.7); }
.border-l-gray-950\/75{ border-left-color: rgb(3 7 18 / 0.75); }
.border-l-gray-950\/80{ border-left-color: rgb(3 7 18 / 0.8); }
.border-l-gray-950\/90{ border-left-color: rgb(3 7 18 / 0.9); }
.border-l-gray-950\/95{ border-left-color: rgb(3 7 18 / 0.95); }
.border-l-green-100{ --tw-border-opacity: 1; border-left-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-l-green-100\/0{ border-left-color: rgb(220 252 231 / 0); }
.border-l-green-100\/10{ border-left-color: rgb(220 252 231 / 0.1); }
.border-l-green-100\/100{ border-left-color: rgb(220 252 231 / 1); }
.border-l-green-100\/20{ border-left-color: rgb(220 252 231 / 0.2); }
.border-l-green-100\/25{ border-left-color: rgb(220 252 231 / 0.25); }
.border-l-green-100\/30{ border-left-color: rgb(220 252 231 / 0.3); }
.border-l-green-100\/40{ border-left-color: rgb(220 252 231 / 0.4); }
.border-l-green-100\/5{ border-left-color: rgb(220 252 231 / 0.05); }
.border-l-green-100\/50{ border-left-color: rgb(220 252 231 / 0.5); }
.border-l-green-100\/60{ border-left-color: rgb(220 252 231 / 0.6); }
.border-l-green-100\/70{ border-left-color: rgb(220 252 231 / 0.7); }
.border-l-green-100\/75{ border-left-color: rgb(220 252 231 / 0.75); }
.border-l-green-100\/80{ border-left-color: rgb(220 252 231 / 0.8); }
.border-l-green-100\/90{ border-left-color: rgb(220 252 231 / 0.9); }
.border-l-green-100\/95{ border-left-color: rgb(220 252 231 / 0.95); }
.border-l-green-200{ --tw-border-opacity: 1; border-left-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-l-green-200\/0{ border-left-color: rgb(187 247 208 / 0); }
.border-l-green-200\/10{ border-left-color: rgb(187 247 208 / 0.1); }
.border-l-green-200\/100{ border-left-color: rgb(187 247 208 / 1); }
.border-l-green-200\/20{ border-left-color: rgb(187 247 208 / 0.2); }
.border-l-green-200\/25{ border-left-color: rgb(187 247 208 / 0.25); }
.border-l-green-200\/30{ border-left-color: rgb(187 247 208 / 0.3); }
.border-l-green-200\/40{ border-left-color: rgb(187 247 208 / 0.4); }
.border-l-green-200\/5{ border-left-color: rgb(187 247 208 / 0.05); }
.border-l-green-200\/50{ border-left-color: rgb(187 247 208 / 0.5); }
.border-l-green-200\/60{ border-left-color: rgb(187 247 208 / 0.6); }
.border-l-green-200\/70{ border-left-color: rgb(187 247 208 / 0.7); }
.border-l-green-200\/75{ border-left-color: rgb(187 247 208 / 0.75); }
.border-l-green-200\/80{ border-left-color: rgb(187 247 208 / 0.8); }
.border-l-green-200\/90{ border-left-color: rgb(187 247 208 / 0.9); }
.border-l-green-200\/95{ border-left-color: rgb(187 247 208 / 0.95); }
.border-l-green-300{ --tw-border-opacity: 1; border-left-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-l-green-300\/0{ border-left-color: rgb(134 239 172 / 0); }
.border-l-green-300\/10{ border-left-color: rgb(134 239 172 / 0.1); }
.border-l-green-300\/100{ border-left-color: rgb(134 239 172 / 1); }
.border-l-green-300\/20{ border-left-color: rgb(134 239 172 / 0.2); }
.border-l-green-300\/25{ border-left-color: rgb(134 239 172 / 0.25); }
.border-l-green-300\/30{ border-left-color: rgb(134 239 172 / 0.3); }
.border-l-green-300\/40{ border-left-color: rgb(134 239 172 / 0.4); }
.border-l-green-300\/5{ border-left-color: rgb(134 239 172 / 0.05); }
.border-l-green-300\/50{ border-left-color: rgb(134 239 172 / 0.5); }
.border-l-green-300\/60{ border-left-color: rgb(134 239 172 / 0.6); }
.border-l-green-300\/70{ border-left-color: rgb(134 239 172 / 0.7); }
.border-l-green-300\/75{ border-left-color: rgb(134 239 172 / 0.75); }
.border-l-green-300\/80{ border-left-color: rgb(134 239 172 / 0.8); }
.border-l-green-300\/90{ border-left-color: rgb(134 239 172 / 0.9); }
.border-l-green-300\/95{ border-left-color: rgb(134 239 172 / 0.95); }
.border-l-green-400{ --tw-border-opacity: 1; border-left-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-l-green-400\/0{ border-left-color: rgb(74 222 128 / 0); }
.border-l-green-400\/10{ border-left-color: rgb(74 222 128 / 0.1); }
.border-l-green-400\/100{ border-left-color: rgb(74 222 128 / 1); }
.border-l-green-400\/20{ border-left-color: rgb(74 222 128 / 0.2); }
.border-l-green-400\/25{ border-left-color: rgb(74 222 128 / 0.25); }
.border-l-green-400\/30{ border-left-color: rgb(74 222 128 / 0.3); }
.border-l-green-400\/40{ border-left-color: rgb(74 222 128 / 0.4); }
.border-l-green-400\/5{ border-left-color: rgb(74 222 128 / 0.05); }
.border-l-green-400\/50{ border-left-color: rgb(74 222 128 / 0.5); }
.border-l-green-400\/60{ border-left-color: rgb(74 222 128 / 0.6); }
.border-l-green-400\/70{ border-left-color: rgb(74 222 128 / 0.7); }
.border-l-green-400\/75{ border-left-color: rgb(74 222 128 / 0.75); }
.border-l-green-400\/80{ border-left-color: rgb(74 222 128 / 0.8); }
.border-l-green-400\/90{ border-left-color: rgb(74 222 128 / 0.9); }
.border-l-green-400\/95{ border-left-color: rgb(74 222 128 / 0.95); }
.border-l-green-50{ --tw-border-opacity: 1; border-left-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-l-green-50\/0{ border-left-color: rgb(240 253 244 / 0); }
.border-l-green-50\/10{ border-left-color: rgb(240 253 244 / 0.1); }
.border-l-green-50\/100{ border-left-color: rgb(240 253 244 / 1); }
.border-l-green-50\/20{ border-left-color: rgb(240 253 244 / 0.2); }
.border-l-green-50\/25{ border-left-color: rgb(240 253 244 / 0.25); }
.border-l-green-50\/30{ border-left-color: rgb(240 253 244 / 0.3); }
.border-l-green-50\/40{ border-left-color: rgb(240 253 244 / 0.4); }
.border-l-green-50\/5{ border-left-color: rgb(240 253 244 / 0.05); }
.border-l-green-50\/50{ border-left-color: rgb(240 253 244 / 0.5); }
.border-l-green-50\/60{ border-left-color: rgb(240 253 244 / 0.6); }
.border-l-green-50\/70{ border-left-color: rgb(240 253 244 / 0.7); }
.border-l-green-50\/75{ border-left-color: rgb(240 253 244 / 0.75); }
.border-l-green-50\/80{ border-left-color: rgb(240 253 244 / 0.8); }
.border-l-green-50\/90{ border-left-color: rgb(240 253 244 / 0.9); }
.border-l-green-50\/95{ border-left-color: rgb(240 253 244 / 0.95); }
.border-l-green-500{ --tw-border-opacity: 1; border-left-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-l-green-500\/0{ border-left-color: rgb(34 197 94 / 0); }
.border-l-green-500\/10{ border-left-color: rgb(34 197 94 / 0.1); }
.border-l-green-500\/100{ border-left-color: rgb(34 197 94 / 1); }
.border-l-green-500\/20{ border-left-color: rgb(34 197 94 / 0.2); }
.border-l-green-500\/25{ border-left-color: rgb(34 197 94 / 0.25); }
.border-l-green-500\/30{ border-left-color: rgb(34 197 94 / 0.3); }
.border-l-green-500\/40{ border-left-color: rgb(34 197 94 / 0.4); }
.border-l-green-500\/5{ border-left-color: rgb(34 197 94 / 0.05); }
.border-l-green-500\/50{ border-left-color: rgb(34 197 94 / 0.5); }
.border-l-green-500\/60{ border-left-color: rgb(34 197 94 / 0.6); }
.border-l-green-500\/70{ border-left-color: rgb(34 197 94 / 0.7); }
.border-l-green-500\/75{ border-left-color: rgb(34 197 94 / 0.75); }
.border-l-green-500\/80{ border-left-color: rgb(34 197 94 / 0.8); }
.border-l-green-500\/90{ border-left-color: rgb(34 197 94 / 0.9); }
.border-l-green-500\/95{ border-left-color: rgb(34 197 94 / 0.95); }
.border-l-green-600{ --tw-border-opacity: 1; border-left-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-l-green-600\/0{ border-left-color: rgb(22 163 74 / 0); }
.border-l-green-600\/10{ border-left-color: rgb(22 163 74 / 0.1); }
.border-l-green-600\/100{ border-left-color: rgb(22 163 74 / 1); }
.border-l-green-600\/20{ border-left-color: rgb(22 163 74 / 0.2); }
.border-l-green-600\/25{ border-left-color: rgb(22 163 74 / 0.25); }
.border-l-green-600\/30{ border-left-color: rgb(22 163 74 / 0.3); }
.border-l-green-600\/40{ border-left-color: rgb(22 163 74 / 0.4); }
.border-l-green-600\/5{ border-left-color: rgb(22 163 74 / 0.05); }
.border-l-green-600\/50{ border-left-color: rgb(22 163 74 / 0.5); }
.border-l-green-600\/60{ border-left-color: rgb(22 163 74 / 0.6); }
.border-l-green-600\/70{ border-left-color: rgb(22 163 74 / 0.7); }
.border-l-green-600\/75{ border-left-color: rgb(22 163 74 / 0.75); }
.border-l-green-600\/80{ border-left-color: rgb(22 163 74 / 0.8); }
.border-l-green-600\/90{ border-left-color: rgb(22 163 74 / 0.9); }
.border-l-green-600\/95{ border-left-color: rgb(22 163 74 / 0.95); }
.border-l-green-700{ --tw-border-opacity: 1; border-left-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-l-green-700\/0{ border-left-color: rgb(21 128 61 / 0); }
.border-l-green-700\/10{ border-left-color: rgb(21 128 61 / 0.1); }
.border-l-green-700\/100{ border-left-color: rgb(21 128 61 / 1); }
.border-l-green-700\/20{ border-left-color: rgb(21 128 61 / 0.2); }
.border-l-green-700\/25{ border-left-color: rgb(21 128 61 / 0.25); }
.border-l-green-700\/30{ border-left-color: rgb(21 128 61 / 0.3); }
.border-l-green-700\/40{ border-left-color: rgb(21 128 61 / 0.4); }
.border-l-green-700\/5{ border-left-color: rgb(21 128 61 / 0.05); }
.border-l-green-700\/50{ border-left-color: rgb(21 128 61 / 0.5); }
.border-l-green-700\/60{ border-left-color: rgb(21 128 61 / 0.6); }
.border-l-green-700\/70{ border-left-color: rgb(21 128 61 / 0.7); }
.border-l-green-700\/75{ border-left-color: rgb(21 128 61 / 0.75); }
.border-l-green-700\/80{ border-left-color: rgb(21 128 61 / 0.8); }
.border-l-green-700\/90{ border-left-color: rgb(21 128 61 / 0.9); }
.border-l-green-700\/95{ border-left-color: rgb(21 128 61 / 0.95); }
.border-l-green-800{ --tw-border-opacity: 1; border-left-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-l-green-800\/0{ border-left-color: rgb(22 101 52 / 0); }
.border-l-green-800\/10{ border-left-color: rgb(22 101 52 / 0.1); }
.border-l-green-800\/100{ border-left-color: rgb(22 101 52 / 1); }
.border-l-green-800\/20{ border-left-color: rgb(22 101 52 / 0.2); }
.border-l-green-800\/25{ border-left-color: rgb(22 101 52 / 0.25); }
.border-l-green-800\/30{ border-left-color: rgb(22 101 52 / 0.3); }
.border-l-green-800\/40{ border-left-color: rgb(22 101 52 / 0.4); }
.border-l-green-800\/5{ border-left-color: rgb(22 101 52 / 0.05); }
.border-l-green-800\/50{ border-left-color: rgb(22 101 52 / 0.5); }
.border-l-green-800\/60{ border-left-color: rgb(22 101 52 / 0.6); }
.border-l-green-800\/70{ border-left-color: rgb(22 101 52 / 0.7); }
.border-l-green-800\/75{ border-left-color: rgb(22 101 52 / 0.75); }
.border-l-green-800\/80{ border-left-color: rgb(22 101 52 / 0.8); }
.border-l-green-800\/90{ border-left-color: rgb(22 101 52 / 0.9); }
.border-l-green-800\/95{ border-left-color: rgb(22 101 52 / 0.95); }
.border-l-green-900{ --tw-border-opacity: 1; border-left-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-l-green-900\/0{ border-left-color: rgb(20 83 45 / 0); }
.border-l-green-900\/10{ border-left-color: rgb(20 83 45 / 0.1); }
.border-l-green-900\/100{ border-left-color: rgb(20 83 45 / 1); }
.border-l-green-900\/20{ border-left-color: rgb(20 83 45 / 0.2); }
.border-l-green-900\/25{ border-left-color: rgb(20 83 45 / 0.25); }
.border-l-green-900\/30{ border-left-color: rgb(20 83 45 / 0.3); }
.border-l-green-900\/40{ border-left-color: rgb(20 83 45 / 0.4); }
.border-l-green-900\/5{ border-left-color: rgb(20 83 45 / 0.05); }
.border-l-green-900\/50{ border-left-color: rgb(20 83 45 / 0.5); }
.border-l-green-900\/60{ border-left-color: rgb(20 83 45 / 0.6); }
.border-l-green-900\/70{ border-left-color: rgb(20 83 45 / 0.7); }
.border-l-green-900\/75{ border-left-color: rgb(20 83 45 / 0.75); }
.border-l-green-900\/80{ border-left-color: rgb(20 83 45 / 0.8); }
.border-l-green-900\/90{ border-left-color: rgb(20 83 45 / 0.9); }
.border-l-green-900\/95{ border-left-color: rgb(20 83 45 / 0.95); }
.border-l-green-950{ --tw-border-opacity: 1; border-left-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-l-green-950\/0{ border-left-color: rgb(5 46 22 / 0); }
.border-l-green-950\/10{ border-left-color: rgb(5 46 22 / 0.1); }
.border-l-green-950\/100{ border-left-color: rgb(5 46 22 / 1); }
.border-l-green-950\/20{ border-left-color: rgb(5 46 22 / 0.2); }
.border-l-green-950\/25{ border-left-color: rgb(5 46 22 / 0.25); }
.border-l-green-950\/30{ border-left-color: rgb(5 46 22 / 0.3); }
.border-l-green-950\/40{ border-left-color: rgb(5 46 22 / 0.4); }
.border-l-green-950\/5{ border-left-color: rgb(5 46 22 / 0.05); }
.border-l-green-950\/50{ border-left-color: rgb(5 46 22 / 0.5); }
.border-l-green-950\/60{ border-left-color: rgb(5 46 22 / 0.6); }
.border-l-green-950\/70{ border-left-color: rgb(5 46 22 / 0.7); }
.border-l-green-950\/75{ border-left-color: rgb(5 46 22 / 0.75); }
.border-l-green-950\/80{ border-left-color: rgb(5 46 22 / 0.8); }
.border-l-green-950\/90{ border-left-color: rgb(5 46 22 / 0.9); }
.border-l-green-950\/95{ border-left-color: rgb(5 46 22 / 0.95); }
.border-l-indigo-100{ --tw-border-opacity: 1; border-left-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-l-indigo-100\/0{ border-left-color: rgb(224 231 255 / 0); }
.border-l-indigo-100\/10{ border-left-color: rgb(224 231 255 / 0.1); }
.border-l-indigo-100\/100{ border-left-color: rgb(224 231 255 / 1); }
.border-l-indigo-100\/20{ border-left-color: rgb(224 231 255 / 0.2); }
.border-l-indigo-100\/25{ border-left-color: rgb(224 231 255 / 0.25); }
.border-l-indigo-100\/30{ border-left-color: rgb(224 231 255 / 0.3); }
.border-l-indigo-100\/40{ border-left-color: rgb(224 231 255 / 0.4); }
.border-l-indigo-100\/5{ border-left-color: rgb(224 231 255 / 0.05); }
.border-l-indigo-100\/50{ border-left-color: rgb(224 231 255 / 0.5); }
.border-l-indigo-100\/60{ border-left-color: rgb(224 231 255 / 0.6); }
.border-l-indigo-100\/70{ border-left-color: rgb(224 231 255 / 0.7); }
.border-l-indigo-100\/75{ border-left-color: rgb(224 231 255 / 0.75); }
.border-l-indigo-100\/80{ border-left-color: rgb(224 231 255 / 0.8); }
.border-l-indigo-100\/90{ border-left-color: rgb(224 231 255 / 0.9); }
.border-l-indigo-100\/95{ border-left-color: rgb(224 231 255 / 0.95); }
.border-l-indigo-200{ --tw-border-opacity: 1; border-left-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-l-indigo-200\/0{ border-left-color: rgb(199 210 254 / 0); }
.border-l-indigo-200\/10{ border-left-color: rgb(199 210 254 / 0.1); }
.border-l-indigo-200\/100{ border-left-color: rgb(199 210 254 / 1); }
.border-l-indigo-200\/20{ border-left-color: rgb(199 210 254 / 0.2); }
.border-l-indigo-200\/25{ border-left-color: rgb(199 210 254 / 0.25); }
.border-l-indigo-200\/30{ border-left-color: rgb(199 210 254 / 0.3); }
.border-l-indigo-200\/40{ border-left-color: rgb(199 210 254 / 0.4); }
.border-l-indigo-200\/5{ border-left-color: rgb(199 210 254 / 0.05); }
.border-l-indigo-200\/50{ border-left-color: rgb(199 210 254 / 0.5); }
.border-l-indigo-200\/60{ border-left-color: rgb(199 210 254 / 0.6); }
.border-l-indigo-200\/70{ border-left-color: rgb(199 210 254 / 0.7); }
.border-l-indigo-200\/75{ border-left-color: rgb(199 210 254 / 0.75); }
.border-l-indigo-200\/80{ border-left-color: rgb(199 210 254 / 0.8); }
.border-l-indigo-200\/90{ border-left-color: rgb(199 210 254 / 0.9); }
.border-l-indigo-200\/95{ border-left-color: rgb(199 210 254 / 0.95); }
.border-l-indigo-300{ --tw-border-opacity: 1; border-left-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-l-indigo-300\/0{ border-left-color: rgb(165 180 252 / 0); }
.border-l-indigo-300\/10{ border-left-color: rgb(165 180 252 / 0.1); }
.border-l-indigo-300\/100{ border-left-color: rgb(165 180 252 / 1); }
.border-l-indigo-300\/20{ border-left-color: rgb(165 180 252 / 0.2); }
.border-l-indigo-300\/25{ border-left-color: rgb(165 180 252 / 0.25); }
.border-l-indigo-300\/30{ border-left-color: rgb(165 180 252 / 0.3); }
.border-l-indigo-300\/40{ border-left-color: rgb(165 180 252 / 0.4); }
.border-l-indigo-300\/5{ border-left-color: rgb(165 180 252 / 0.05); }
.border-l-indigo-300\/50{ border-left-color: rgb(165 180 252 / 0.5); }
.border-l-indigo-300\/60{ border-left-color: rgb(165 180 252 / 0.6); }
.border-l-indigo-300\/70{ border-left-color: rgb(165 180 252 / 0.7); }
.border-l-indigo-300\/75{ border-left-color: rgb(165 180 252 / 0.75); }
.border-l-indigo-300\/80{ border-left-color: rgb(165 180 252 / 0.8); }
.border-l-indigo-300\/90{ border-left-color: rgb(165 180 252 / 0.9); }
.border-l-indigo-300\/95{ border-left-color: rgb(165 180 252 / 0.95); }
.border-l-indigo-400{ --tw-border-opacity: 1; border-left-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-l-indigo-400\/0{ border-left-color: rgb(129 140 248 / 0); }
.border-l-indigo-400\/10{ border-left-color: rgb(129 140 248 / 0.1); }
.border-l-indigo-400\/100{ border-left-color: rgb(129 140 248 / 1); }
.border-l-indigo-400\/20{ border-left-color: rgb(129 140 248 / 0.2); }
.border-l-indigo-400\/25{ border-left-color: rgb(129 140 248 / 0.25); }
.border-l-indigo-400\/30{ border-left-color: rgb(129 140 248 / 0.3); }
.border-l-indigo-400\/40{ border-left-color: rgb(129 140 248 / 0.4); }
.border-l-indigo-400\/5{ border-left-color: rgb(129 140 248 / 0.05); }
.border-l-indigo-400\/50{ border-left-color: rgb(129 140 248 / 0.5); }
.border-l-indigo-400\/60{ border-left-color: rgb(129 140 248 / 0.6); }
.border-l-indigo-400\/70{ border-left-color: rgb(129 140 248 / 0.7); }
.border-l-indigo-400\/75{ border-left-color: rgb(129 140 248 / 0.75); }
.border-l-indigo-400\/80{ border-left-color: rgb(129 140 248 / 0.8); }
.border-l-indigo-400\/90{ border-left-color: rgb(129 140 248 / 0.9); }
.border-l-indigo-400\/95{ border-left-color: rgb(129 140 248 / 0.95); }
.border-l-indigo-50{ --tw-border-opacity: 1; border-left-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-l-indigo-50\/0{ border-left-color: rgb(238 242 255 / 0); }
.border-l-indigo-50\/10{ border-left-color: rgb(238 242 255 / 0.1); }
.border-l-indigo-50\/100{ border-left-color: rgb(238 242 255 / 1); }
.border-l-indigo-50\/20{ border-left-color: rgb(238 242 255 / 0.2); }
.border-l-indigo-50\/25{ border-left-color: rgb(238 242 255 / 0.25); }
.border-l-indigo-50\/30{ border-left-color: rgb(238 242 255 / 0.3); }
.border-l-indigo-50\/40{ border-left-color: rgb(238 242 255 / 0.4); }
.border-l-indigo-50\/5{ border-left-color: rgb(238 242 255 / 0.05); }
.border-l-indigo-50\/50{ border-left-color: rgb(238 242 255 / 0.5); }
.border-l-indigo-50\/60{ border-left-color: rgb(238 242 255 / 0.6); }
.border-l-indigo-50\/70{ border-left-color: rgb(238 242 255 / 0.7); }
.border-l-indigo-50\/75{ border-left-color: rgb(238 242 255 / 0.75); }
.border-l-indigo-50\/80{ border-left-color: rgb(238 242 255 / 0.8); }
.border-l-indigo-50\/90{ border-left-color: rgb(238 242 255 / 0.9); }
.border-l-indigo-50\/95{ border-left-color: rgb(238 242 255 / 0.95); }
.border-l-indigo-500{ --tw-border-opacity: 1; border-left-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-l-indigo-500\/0{ border-left-color: rgb(99 102 241 / 0); }
.border-l-indigo-500\/10{ border-left-color: rgb(99 102 241 / 0.1); }
.border-l-indigo-500\/100{ border-left-color: rgb(99 102 241 / 1); }
.border-l-indigo-500\/20{ border-left-color: rgb(99 102 241 / 0.2); }
.border-l-indigo-500\/25{ border-left-color: rgb(99 102 241 / 0.25); }
.border-l-indigo-500\/30{ border-left-color: rgb(99 102 241 / 0.3); }
.border-l-indigo-500\/40{ border-left-color: rgb(99 102 241 / 0.4); }
.border-l-indigo-500\/5{ border-left-color: rgb(99 102 241 / 0.05); }
.border-l-indigo-500\/50{ border-left-color: rgb(99 102 241 / 0.5); }
.border-l-indigo-500\/60{ border-left-color: rgb(99 102 241 / 0.6); }
.border-l-indigo-500\/70{ border-left-color: rgb(99 102 241 / 0.7); }
.border-l-indigo-500\/75{ border-left-color: rgb(99 102 241 / 0.75); }
.border-l-indigo-500\/80{ border-left-color: rgb(99 102 241 / 0.8); }
.border-l-indigo-500\/90{ border-left-color: rgb(99 102 241 / 0.9); }
.border-l-indigo-500\/95{ border-left-color: rgb(99 102 241 / 0.95); }
.border-l-indigo-600{ --tw-border-opacity: 1; border-left-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-l-indigo-600\/0{ border-left-color: rgb(79 70 229 / 0); }
.border-l-indigo-600\/10{ border-left-color: rgb(79 70 229 / 0.1); }
.border-l-indigo-600\/100{ border-left-color: rgb(79 70 229 / 1); }
.border-l-indigo-600\/20{ border-left-color: rgb(79 70 229 / 0.2); }
.border-l-indigo-600\/25{ border-left-color: rgb(79 70 229 / 0.25); }
.border-l-indigo-600\/30{ border-left-color: rgb(79 70 229 / 0.3); }
.border-l-indigo-600\/40{ border-left-color: rgb(79 70 229 / 0.4); }
.border-l-indigo-600\/5{ border-left-color: rgb(79 70 229 / 0.05); }
.border-l-indigo-600\/50{ border-left-color: rgb(79 70 229 / 0.5); }
.border-l-indigo-600\/60{ border-left-color: rgb(79 70 229 / 0.6); }
.border-l-indigo-600\/70{ border-left-color: rgb(79 70 229 / 0.7); }
.border-l-indigo-600\/75{ border-left-color: rgb(79 70 229 / 0.75); }
.border-l-indigo-600\/80{ border-left-color: rgb(79 70 229 / 0.8); }
.border-l-indigo-600\/90{ border-left-color: rgb(79 70 229 / 0.9); }
.border-l-indigo-600\/95{ border-left-color: rgb(79 70 229 / 0.95); }
.border-l-indigo-700{ --tw-border-opacity: 1; border-left-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-l-indigo-700\/0{ border-left-color: rgb(67 56 202 / 0); }
.border-l-indigo-700\/10{ border-left-color: rgb(67 56 202 / 0.1); }
.border-l-indigo-700\/100{ border-left-color: rgb(67 56 202 / 1); }
.border-l-indigo-700\/20{ border-left-color: rgb(67 56 202 / 0.2); }
.border-l-indigo-700\/25{ border-left-color: rgb(67 56 202 / 0.25); }
.border-l-indigo-700\/30{ border-left-color: rgb(67 56 202 / 0.3); }
.border-l-indigo-700\/40{ border-left-color: rgb(67 56 202 / 0.4); }
.border-l-indigo-700\/5{ border-left-color: rgb(67 56 202 / 0.05); }
.border-l-indigo-700\/50{ border-left-color: rgb(67 56 202 / 0.5); }
.border-l-indigo-700\/60{ border-left-color: rgb(67 56 202 / 0.6); }
.border-l-indigo-700\/70{ border-left-color: rgb(67 56 202 / 0.7); }
.border-l-indigo-700\/75{ border-left-color: rgb(67 56 202 / 0.75); }
.border-l-indigo-700\/80{ border-left-color: rgb(67 56 202 / 0.8); }
.border-l-indigo-700\/90{ border-left-color: rgb(67 56 202 / 0.9); }
.border-l-indigo-700\/95{ border-left-color: rgb(67 56 202 / 0.95); }
.border-l-indigo-800{ --tw-border-opacity: 1; border-left-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-l-indigo-800\/0{ border-left-color: rgb(55 48 163 / 0); }
.border-l-indigo-800\/10{ border-left-color: rgb(55 48 163 / 0.1); }
.border-l-indigo-800\/100{ border-left-color: rgb(55 48 163 / 1); }
.border-l-indigo-800\/20{ border-left-color: rgb(55 48 163 / 0.2); }
.border-l-indigo-800\/25{ border-left-color: rgb(55 48 163 / 0.25); }
.border-l-indigo-800\/30{ border-left-color: rgb(55 48 163 / 0.3); }
.border-l-indigo-800\/40{ border-left-color: rgb(55 48 163 / 0.4); }
.border-l-indigo-800\/5{ border-left-color: rgb(55 48 163 / 0.05); }
.border-l-indigo-800\/50{ border-left-color: rgb(55 48 163 / 0.5); }
.border-l-indigo-800\/60{ border-left-color: rgb(55 48 163 / 0.6); }
.border-l-indigo-800\/70{ border-left-color: rgb(55 48 163 / 0.7); }
.border-l-indigo-800\/75{ border-left-color: rgb(55 48 163 / 0.75); }
.border-l-indigo-800\/80{ border-left-color: rgb(55 48 163 / 0.8); }
.border-l-indigo-800\/90{ border-left-color: rgb(55 48 163 / 0.9); }
.border-l-indigo-800\/95{ border-left-color: rgb(55 48 163 / 0.95); }
.border-l-indigo-900{ --tw-border-opacity: 1; border-left-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-l-indigo-900\/0{ border-left-color: rgb(49 46 129 / 0); }
.border-l-indigo-900\/10{ border-left-color: rgb(49 46 129 / 0.1); }
.border-l-indigo-900\/100{ border-left-color: rgb(49 46 129 / 1); }
.border-l-indigo-900\/20{ border-left-color: rgb(49 46 129 / 0.2); }
.border-l-indigo-900\/25{ border-left-color: rgb(49 46 129 / 0.25); }
.border-l-indigo-900\/30{ border-left-color: rgb(49 46 129 / 0.3); }
.border-l-indigo-900\/40{ border-left-color: rgb(49 46 129 / 0.4); }
.border-l-indigo-900\/5{ border-left-color: rgb(49 46 129 / 0.05); }
.border-l-indigo-900\/50{ border-left-color: rgb(49 46 129 / 0.5); }
.border-l-indigo-900\/60{ border-left-color: rgb(49 46 129 / 0.6); }
.border-l-indigo-900\/70{ border-left-color: rgb(49 46 129 / 0.7); }
.border-l-indigo-900\/75{ border-left-color: rgb(49 46 129 / 0.75); }
.border-l-indigo-900\/80{ border-left-color: rgb(49 46 129 / 0.8); }
.border-l-indigo-900\/90{ border-left-color: rgb(49 46 129 / 0.9); }
.border-l-indigo-900\/95{ border-left-color: rgb(49 46 129 / 0.95); }
.border-l-indigo-950{ --tw-border-opacity: 1; border-left-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-l-indigo-950\/0{ border-left-color: rgb(30 27 75 / 0); }
.border-l-indigo-950\/10{ border-left-color: rgb(30 27 75 / 0.1); }
.border-l-indigo-950\/100{ border-left-color: rgb(30 27 75 / 1); }
.border-l-indigo-950\/20{ border-left-color: rgb(30 27 75 / 0.2); }
.border-l-indigo-950\/25{ border-left-color: rgb(30 27 75 / 0.25); }
.border-l-indigo-950\/30{ border-left-color: rgb(30 27 75 / 0.3); }
.border-l-indigo-950\/40{ border-left-color: rgb(30 27 75 / 0.4); }
.border-l-indigo-950\/5{ border-left-color: rgb(30 27 75 / 0.05); }
.border-l-indigo-950\/50{ border-left-color: rgb(30 27 75 / 0.5); }
.border-l-indigo-950\/60{ border-left-color: rgb(30 27 75 / 0.6); }
.border-l-indigo-950\/70{ border-left-color: rgb(30 27 75 / 0.7); }
.border-l-indigo-950\/75{ border-left-color: rgb(30 27 75 / 0.75); }
.border-l-indigo-950\/80{ border-left-color: rgb(30 27 75 / 0.8); }
.border-l-indigo-950\/90{ border-left-color: rgb(30 27 75 / 0.9); }
.border-l-indigo-950\/95{ border-left-color: rgb(30 27 75 / 0.95); }
.border-l-inherit{ border-left-color: inherit; }
.border-l-kaimurasaki{ --tw-border-opacity: 1; border-left-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-100{ --tw-border-opacity: 1; border-left-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-100\/0{ border-left-color: rgb(232 232 234 / 0); }
.border-l-kaimurasaki-100\/10{ border-left-color: rgb(232 232 234 / 0.1); }
.border-l-kaimurasaki-100\/100{ border-left-color: rgb(232 232 234 / 1); }
.border-l-kaimurasaki-100\/20{ border-left-color: rgb(232 232 234 / 0.2); }
.border-l-kaimurasaki-100\/25{ border-left-color: rgb(232 232 234 / 0.25); }
.border-l-kaimurasaki-100\/30{ border-left-color: rgb(232 232 234 / 0.3); }
.border-l-kaimurasaki-100\/40{ border-left-color: rgb(232 232 234 / 0.4); }
.border-l-kaimurasaki-100\/5{ border-left-color: rgb(232 232 234 / 0.05); }
.border-l-kaimurasaki-100\/50{ border-left-color: rgb(232 232 234 / 0.5); }
.border-l-kaimurasaki-100\/60{ border-left-color: rgb(232 232 234 / 0.6); }
.border-l-kaimurasaki-100\/70{ border-left-color: rgb(232 232 234 / 0.7); }
.border-l-kaimurasaki-100\/75{ border-left-color: rgb(232 232 234 / 0.75); }
.border-l-kaimurasaki-100\/80{ border-left-color: rgb(232 232 234 / 0.8); }
.border-l-kaimurasaki-100\/90{ border-left-color: rgb(232 232 234 / 0.9); }
.border-l-kaimurasaki-100\/95{ border-left-color: rgb(232 232 234 / 0.95); }
.border-l-kaimurasaki-200{ --tw-border-opacity: 1; border-left-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-200\/0{ border-left-color: rgb(211 210 214 / 0); }
.border-l-kaimurasaki-200\/10{ border-left-color: rgb(211 210 214 / 0.1); }
.border-l-kaimurasaki-200\/100{ border-left-color: rgb(211 210 214 / 1); }
.border-l-kaimurasaki-200\/20{ border-left-color: rgb(211 210 214 / 0.2); }
.border-l-kaimurasaki-200\/25{ border-left-color: rgb(211 210 214 / 0.25); }
.border-l-kaimurasaki-200\/30{ border-left-color: rgb(211 210 214 / 0.3); }
.border-l-kaimurasaki-200\/40{ border-left-color: rgb(211 210 214 / 0.4); }
.border-l-kaimurasaki-200\/5{ border-left-color: rgb(211 210 214 / 0.05); }
.border-l-kaimurasaki-200\/50{ border-left-color: rgb(211 210 214 / 0.5); }
.border-l-kaimurasaki-200\/60{ border-left-color: rgb(211 210 214 / 0.6); }
.border-l-kaimurasaki-200\/70{ border-left-color: rgb(211 210 214 / 0.7); }
.border-l-kaimurasaki-200\/75{ border-left-color: rgb(211 210 214 / 0.75); }
.border-l-kaimurasaki-200\/80{ border-left-color: rgb(211 210 214 / 0.8); }
.border-l-kaimurasaki-200\/90{ border-left-color: rgb(211 210 214 / 0.9); }
.border-l-kaimurasaki-200\/95{ border-left-color: rgb(211 210 214 / 0.95); }
.border-l-kaimurasaki-300{ --tw-border-opacity: 1; border-left-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-300\/0{ border-left-color: rgb(188 186 194 / 0); }
.border-l-kaimurasaki-300\/10{ border-left-color: rgb(188 186 194 / 0.1); }
.border-l-kaimurasaki-300\/100{ border-left-color: rgb(188 186 194 / 1); }
.border-l-kaimurasaki-300\/20{ border-left-color: rgb(188 186 194 / 0.2); }
.border-l-kaimurasaki-300\/25{ border-left-color: rgb(188 186 194 / 0.25); }
.border-l-kaimurasaki-300\/30{ border-left-color: rgb(188 186 194 / 0.3); }
.border-l-kaimurasaki-300\/40{ border-left-color: rgb(188 186 194 / 0.4); }
.border-l-kaimurasaki-300\/5{ border-left-color: rgb(188 186 194 / 0.05); }
.border-l-kaimurasaki-300\/50{ border-left-color: rgb(188 186 194 / 0.5); }
.border-l-kaimurasaki-300\/60{ border-left-color: rgb(188 186 194 / 0.6); }
.border-l-kaimurasaki-300\/70{ border-left-color: rgb(188 186 194 / 0.7); }
.border-l-kaimurasaki-300\/75{ border-left-color: rgb(188 186 194 / 0.75); }
.border-l-kaimurasaki-300\/80{ border-left-color: rgb(188 186 194 / 0.8); }
.border-l-kaimurasaki-300\/90{ border-left-color: rgb(188 186 194 / 0.9); }
.border-l-kaimurasaki-300\/95{ border-left-color: rgb(188 186 194 / 0.95); }
.border-l-kaimurasaki-400{ --tw-border-opacity: 1; border-left-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-400\/0{ border-left-color: rgb(167 164 174 / 0); }
.border-l-kaimurasaki-400\/10{ border-left-color: rgb(167 164 174 / 0.1); }
.border-l-kaimurasaki-400\/100{ border-left-color: rgb(167 164 174 / 1); }
.border-l-kaimurasaki-400\/20{ border-left-color: rgb(167 164 174 / 0.2); }
.border-l-kaimurasaki-400\/25{ border-left-color: rgb(167 164 174 / 0.25); }
.border-l-kaimurasaki-400\/30{ border-left-color: rgb(167 164 174 / 0.3); }
.border-l-kaimurasaki-400\/40{ border-left-color: rgb(167 164 174 / 0.4); }
.border-l-kaimurasaki-400\/5{ border-left-color: rgb(167 164 174 / 0.05); }
.border-l-kaimurasaki-400\/50{ border-left-color: rgb(167 164 174 / 0.5); }
.border-l-kaimurasaki-400\/60{ border-left-color: rgb(167 164 174 / 0.6); }
.border-l-kaimurasaki-400\/70{ border-left-color: rgb(167 164 174 / 0.7); }
.border-l-kaimurasaki-400\/75{ border-left-color: rgb(167 164 174 / 0.75); }
.border-l-kaimurasaki-400\/80{ border-left-color: rgb(167 164 174 / 0.8); }
.border-l-kaimurasaki-400\/90{ border-left-color: rgb(167 164 174 / 0.9); }
.border-l-kaimurasaki-400\/95{ border-left-color: rgb(167 164 174 / 0.95); }
.border-l-kaimurasaki-500{ --tw-border-opacity: 1; border-left-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-500\/0{ border-left-color: rgb(145 142 154 / 0); }
.border-l-kaimurasaki-500\/10{ border-left-color: rgb(145 142 154 / 0.1); }
.border-l-kaimurasaki-500\/100{ border-left-color: rgb(145 142 154 / 1); }
.border-l-kaimurasaki-500\/20{ border-left-color: rgb(145 142 154 / 0.2); }
.border-l-kaimurasaki-500\/25{ border-left-color: rgb(145 142 154 / 0.25); }
.border-l-kaimurasaki-500\/30{ border-left-color: rgb(145 142 154 / 0.3); }
.border-l-kaimurasaki-500\/40{ border-left-color: rgb(145 142 154 / 0.4); }
.border-l-kaimurasaki-500\/5{ border-left-color: rgb(145 142 154 / 0.05); }
.border-l-kaimurasaki-500\/50{ border-left-color: rgb(145 142 154 / 0.5); }
.border-l-kaimurasaki-500\/60{ border-left-color: rgb(145 142 154 / 0.6); }
.border-l-kaimurasaki-500\/70{ border-left-color: rgb(145 142 154 / 0.7); }
.border-l-kaimurasaki-500\/75{ border-left-color: rgb(145 142 154 / 0.75); }
.border-l-kaimurasaki-500\/80{ border-left-color: rgb(145 142 154 / 0.8); }
.border-l-kaimurasaki-500\/90{ border-left-color: rgb(145 142 154 / 0.9); }
.border-l-kaimurasaki-500\/95{ border-left-color: rgb(145 142 154 / 0.95); }
.border-l-kaimurasaki-600{ --tw-border-opacity: 1; border-left-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-600\/0{ border-left-color: rgb(122 119 133 / 0); }
.border-l-kaimurasaki-600\/10{ border-left-color: rgb(122 119 133 / 0.1); }
.border-l-kaimurasaki-600\/100{ border-left-color: rgb(122 119 133 / 1); }
.border-l-kaimurasaki-600\/20{ border-left-color: rgb(122 119 133 / 0.2); }
.border-l-kaimurasaki-600\/25{ border-left-color: rgb(122 119 133 / 0.25); }
.border-l-kaimurasaki-600\/30{ border-left-color: rgb(122 119 133 / 0.3); }
.border-l-kaimurasaki-600\/40{ border-left-color: rgb(122 119 133 / 0.4); }
.border-l-kaimurasaki-600\/5{ border-left-color: rgb(122 119 133 / 0.05); }
.border-l-kaimurasaki-600\/50{ border-left-color: rgb(122 119 133 / 0.5); }
.border-l-kaimurasaki-600\/60{ border-left-color: rgb(122 119 133 / 0.6); }
.border-l-kaimurasaki-600\/70{ border-left-color: rgb(122 119 133 / 0.7); }
.border-l-kaimurasaki-600\/75{ border-left-color: rgb(122 119 133 / 0.75); }
.border-l-kaimurasaki-600\/80{ border-left-color: rgb(122 119 133 / 0.8); }
.border-l-kaimurasaki-600\/90{ border-left-color: rgb(122 119 133 / 0.9); }
.border-l-kaimurasaki-600\/95{ border-left-color: rgb(122 119 133 / 0.95); }
.border-l-kaimurasaki-700{ --tw-border-opacity: 1; border-left-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-700\/0{ border-left-color: rgb(100 96 113 / 0); }
.border-l-kaimurasaki-700\/10{ border-left-color: rgb(100 96 113 / 0.1); }
.border-l-kaimurasaki-700\/100{ border-left-color: rgb(100 96 113 / 1); }
.border-l-kaimurasaki-700\/20{ border-left-color: rgb(100 96 113 / 0.2); }
.border-l-kaimurasaki-700\/25{ border-left-color: rgb(100 96 113 / 0.25); }
.border-l-kaimurasaki-700\/30{ border-left-color: rgb(100 96 113 / 0.3); }
.border-l-kaimurasaki-700\/40{ border-left-color: rgb(100 96 113 / 0.4); }
.border-l-kaimurasaki-700\/5{ border-left-color: rgb(100 96 113 / 0.05); }
.border-l-kaimurasaki-700\/50{ border-left-color: rgb(100 96 113 / 0.5); }
.border-l-kaimurasaki-700\/60{ border-left-color: rgb(100 96 113 / 0.6); }
.border-l-kaimurasaki-700\/70{ border-left-color: rgb(100 96 113 / 0.7); }
.border-l-kaimurasaki-700\/75{ border-left-color: rgb(100 96 113 / 0.75); }
.border-l-kaimurasaki-700\/80{ border-left-color: rgb(100 96 113 / 0.8); }
.border-l-kaimurasaki-700\/90{ border-left-color: rgb(100 96 113 / 0.9); }
.border-l-kaimurasaki-700\/95{ border-left-color: rgb(100 96 113 / 0.95); }
.border-l-kaimurasaki-800{ --tw-border-opacity: 1; border-left-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-800\/0{ border-left-color: rgb(78 73 93 / 0); }
.border-l-kaimurasaki-800\/10{ border-left-color: rgb(78 73 93 / 0.1); }
.border-l-kaimurasaki-800\/100{ border-left-color: rgb(78 73 93 / 1); }
.border-l-kaimurasaki-800\/20{ border-left-color: rgb(78 73 93 / 0.2); }
.border-l-kaimurasaki-800\/25{ border-left-color: rgb(78 73 93 / 0.25); }
.border-l-kaimurasaki-800\/30{ border-left-color: rgb(78 73 93 / 0.3); }
.border-l-kaimurasaki-800\/40{ border-left-color: rgb(78 73 93 / 0.4); }
.border-l-kaimurasaki-800\/5{ border-left-color: rgb(78 73 93 / 0.05); }
.border-l-kaimurasaki-800\/50{ border-left-color: rgb(78 73 93 / 0.5); }
.border-l-kaimurasaki-800\/60{ border-left-color: rgb(78 73 93 / 0.6); }
.border-l-kaimurasaki-800\/70{ border-left-color: rgb(78 73 93 / 0.7); }
.border-l-kaimurasaki-800\/75{ border-left-color: rgb(78 73 93 / 0.75); }
.border-l-kaimurasaki-800\/80{ border-left-color: rgb(78 73 93 / 0.8); }
.border-l-kaimurasaki-800\/90{ border-left-color: rgb(78 73 93 / 0.9); }
.border-l-kaimurasaki-800\/95{ border-left-color: rgb(78 73 93 / 0.95); }
.border-l-kaimurasaki-900{ --tw-border-opacity: 1; border-left-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-900\/0{ border-left-color: rgb(56 50 72 / 0); }
.border-l-kaimurasaki-900\/10{ border-left-color: rgb(56 50 72 / 0.1); }
.border-l-kaimurasaki-900\/100{ border-left-color: rgb(56 50 72 / 1); }
.border-l-kaimurasaki-900\/20{ border-left-color: rgb(56 50 72 / 0.2); }
.border-l-kaimurasaki-900\/25{ border-left-color: rgb(56 50 72 / 0.25); }
.border-l-kaimurasaki-900\/30{ border-left-color: rgb(56 50 72 / 0.3); }
.border-l-kaimurasaki-900\/40{ border-left-color: rgb(56 50 72 / 0.4); }
.border-l-kaimurasaki-900\/5{ border-left-color: rgb(56 50 72 / 0.05); }
.border-l-kaimurasaki-900\/50{ border-left-color: rgb(56 50 72 / 0.5); }
.border-l-kaimurasaki-900\/60{ border-left-color: rgb(56 50 72 / 0.6); }
.border-l-kaimurasaki-900\/70{ border-left-color: rgb(56 50 72 / 0.7); }
.border-l-kaimurasaki-900\/75{ border-left-color: rgb(56 50 72 / 0.75); }
.border-l-kaimurasaki-900\/80{ border-left-color: rgb(56 50 72 / 0.8); }
.border-l-kaimurasaki-900\/90{ border-left-color: rgb(56 50 72 / 0.9); }
.border-l-kaimurasaki-900\/95{ border-left-color: rgb(56 50 72 / 0.95); }
.border-l-kaimurasaki-950{ --tw-border-opacity: 1; border-left-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-l-kaimurasaki-950\/0{ border-left-color: rgb(44 39 62 / 0); }
.border-l-kaimurasaki-950\/10{ border-left-color: rgb(44 39 62 / 0.1); }
.border-l-kaimurasaki-950\/100{ border-left-color: rgb(44 39 62 / 1); }
.border-l-kaimurasaki-950\/20{ border-left-color: rgb(44 39 62 / 0.2); }
.border-l-kaimurasaki-950\/25{ border-left-color: rgb(44 39 62 / 0.25); }
.border-l-kaimurasaki-950\/30{ border-left-color: rgb(44 39 62 / 0.3); }
.border-l-kaimurasaki-950\/40{ border-left-color: rgb(44 39 62 / 0.4); }
.border-l-kaimurasaki-950\/5{ border-left-color: rgb(44 39 62 / 0.05); }
.border-l-kaimurasaki-950\/50{ border-left-color: rgb(44 39 62 / 0.5); }
.border-l-kaimurasaki-950\/60{ border-left-color: rgb(44 39 62 / 0.6); }
.border-l-kaimurasaki-950\/70{ border-left-color: rgb(44 39 62 / 0.7); }
.border-l-kaimurasaki-950\/75{ border-left-color: rgb(44 39 62 / 0.75); }
.border-l-kaimurasaki-950\/80{ border-left-color: rgb(44 39 62 / 0.8); }
.border-l-kaimurasaki-950\/90{ border-left-color: rgb(44 39 62 / 0.9); }
.border-l-kaimurasaki-950\/95{ border-left-color: rgb(44 39 62 / 0.95); }
.border-l-kaimurasaki\/0{ border-left-color: rgb(34 28 52 / 0); }
.border-l-kaimurasaki\/10{ border-left-color: rgb(34 28 52 / 0.1); }
.border-l-kaimurasaki\/100{ border-left-color: rgb(34 28 52 / 1); }
.border-l-kaimurasaki\/20{ border-left-color: rgb(34 28 52 / 0.2); }
.border-l-kaimurasaki\/25{ border-left-color: rgb(34 28 52 / 0.25); }
.border-l-kaimurasaki\/30{ border-left-color: rgb(34 28 52 / 0.3); }
.border-l-kaimurasaki\/40{ border-left-color: rgb(34 28 52 / 0.4); }
.border-l-kaimurasaki\/5{ border-left-color: rgb(34 28 52 / 0.05); }
.border-l-kaimurasaki\/50{ border-left-color: rgb(34 28 52 / 0.5); }
.border-l-kaimurasaki\/60{ border-left-color: rgb(34 28 52 / 0.6); }
.border-l-kaimurasaki\/70{ border-left-color: rgb(34 28 52 / 0.7); }
.border-l-kaimurasaki\/75{ border-left-color: rgb(34 28 52 / 0.75); }
.border-l-kaimurasaki\/80{ border-left-color: rgb(34 28 52 / 0.8); }
.border-l-kaimurasaki\/90{ border-left-color: rgb(34 28 52 / 0.9); }
.border-l-kaimurasaki\/95{ border-left-color: rgb(34 28 52 / 0.95); }
.border-l-lime-100{ --tw-border-opacity: 1; border-left-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-l-lime-100\/0{ border-left-color: rgb(236 252 203 / 0); }
.border-l-lime-100\/10{ border-left-color: rgb(236 252 203 / 0.1); }
.border-l-lime-100\/100{ border-left-color: rgb(236 252 203 / 1); }
.border-l-lime-100\/20{ border-left-color: rgb(236 252 203 / 0.2); }
.border-l-lime-100\/25{ border-left-color: rgb(236 252 203 / 0.25); }
.border-l-lime-100\/30{ border-left-color: rgb(236 252 203 / 0.3); }
.border-l-lime-100\/40{ border-left-color: rgb(236 252 203 / 0.4); }
.border-l-lime-100\/5{ border-left-color: rgb(236 252 203 / 0.05); }
.border-l-lime-100\/50{ border-left-color: rgb(236 252 203 / 0.5); }
.border-l-lime-100\/60{ border-left-color: rgb(236 252 203 / 0.6); }
.border-l-lime-100\/70{ border-left-color: rgb(236 252 203 / 0.7); }
.border-l-lime-100\/75{ border-left-color: rgb(236 252 203 / 0.75); }
.border-l-lime-100\/80{ border-left-color: rgb(236 252 203 / 0.8); }
.border-l-lime-100\/90{ border-left-color: rgb(236 252 203 / 0.9); }
.border-l-lime-100\/95{ border-left-color: rgb(236 252 203 / 0.95); }
.border-l-lime-200{ --tw-border-opacity: 1; border-left-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-l-lime-200\/0{ border-left-color: rgb(217 249 157 / 0); }
.border-l-lime-200\/10{ border-left-color: rgb(217 249 157 / 0.1); }
.border-l-lime-200\/100{ border-left-color: rgb(217 249 157 / 1); }
.border-l-lime-200\/20{ border-left-color: rgb(217 249 157 / 0.2); }
.border-l-lime-200\/25{ border-left-color: rgb(217 249 157 / 0.25); }
.border-l-lime-200\/30{ border-left-color: rgb(217 249 157 / 0.3); }
.border-l-lime-200\/40{ border-left-color: rgb(217 249 157 / 0.4); }
.border-l-lime-200\/5{ border-left-color: rgb(217 249 157 / 0.05); }
.border-l-lime-200\/50{ border-left-color: rgb(217 249 157 / 0.5); }
.border-l-lime-200\/60{ border-left-color: rgb(217 249 157 / 0.6); }
.border-l-lime-200\/70{ border-left-color: rgb(217 249 157 / 0.7); }
.border-l-lime-200\/75{ border-left-color: rgb(217 249 157 / 0.75); }
.border-l-lime-200\/80{ border-left-color: rgb(217 249 157 / 0.8); }
.border-l-lime-200\/90{ border-left-color: rgb(217 249 157 / 0.9); }
.border-l-lime-200\/95{ border-left-color: rgb(217 249 157 / 0.95); }
.border-l-lime-300{ --tw-border-opacity: 1; border-left-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-l-lime-300\/0{ border-left-color: rgb(190 242 100 / 0); }
.border-l-lime-300\/10{ border-left-color: rgb(190 242 100 / 0.1); }
.border-l-lime-300\/100{ border-left-color: rgb(190 242 100 / 1); }
.border-l-lime-300\/20{ border-left-color: rgb(190 242 100 / 0.2); }
.border-l-lime-300\/25{ border-left-color: rgb(190 242 100 / 0.25); }
.border-l-lime-300\/30{ border-left-color: rgb(190 242 100 / 0.3); }
.border-l-lime-300\/40{ border-left-color: rgb(190 242 100 / 0.4); }
.border-l-lime-300\/5{ border-left-color: rgb(190 242 100 / 0.05); }
.border-l-lime-300\/50{ border-left-color: rgb(190 242 100 / 0.5); }
.border-l-lime-300\/60{ border-left-color: rgb(190 242 100 / 0.6); }
.border-l-lime-300\/70{ border-left-color: rgb(190 242 100 / 0.7); }
.border-l-lime-300\/75{ border-left-color: rgb(190 242 100 / 0.75); }
.border-l-lime-300\/80{ border-left-color: rgb(190 242 100 / 0.8); }
.border-l-lime-300\/90{ border-left-color: rgb(190 242 100 / 0.9); }
.border-l-lime-300\/95{ border-left-color: rgb(190 242 100 / 0.95); }
.border-l-lime-400{ --tw-border-opacity: 1; border-left-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-l-lime-400\/0{ border-left-color: rgb(163 230 53 / 0); }
.border-l-lime-400\/10{ border-left-color: rgb(163 230 53 / 0.1); }
.border-l-lime-400\/100{ border-left-color: rgb(163 230 53 / 1); }
.border-l-lime-400\/20{ border-left-color: rgb(163 230 53 / 0.2); }
.border-l-lime-400\/25{ border-left-color: rgb(163 230 53 / 0.25); }
.border-l-lime-400\/30{ border-left-color: rgb(163 230 53 / 0.3); }
.border-l-lime-400\/40{ border-left-color: rgb(163 230 53 / 0.4); }
.border-l-lime-400\/5{ border-left-color: rgb(163 230 53 / 0.05); }
.border-l-lime-400\/50{ border-left-color: rgb(163 230 53 / 0.5); }
.border-l-lime-400\/60{ border-left-color: rgb(163 230 53 / 0.6); }
.border-l-lime-400\/70{ border-left-color: rgb(163 230 53 / 0.7); }
.border-l-lime-400\/75{ border-left-color: rgb(163 230 53 / 0.75); }
.border-l-lime-400\/80{ border-left-color: rgb(163 230 53 / 0.8); }
.border-l-lime-400\/90{ border-left-color: rgb(163 230 53 / 0.9); }
.border-l-lime-400\/95{ border-left-color: rgb(163 230 53 / 0.95); }
.border-l-lime-50{ --tw-border-opacity: 1; border-left-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-l-lime-50\/0{ border-left-color: rgb(247 254 231 / 0); }
.border-l-lime-50\/10{ border-left-color: rgb(247 254 231 / 0.1); }
.border-l-lime-50\/100{ border-left-color: rgb(247 254 231 / 1); }
.border-l-lime-50\/20{ border-left-color: rgb(247 254 231 / 0.2); }
.border-l-lime-50\/25{ border-left-color: rgb(247 254 231 / 0.25); }
.border-l-lime-50\/30{ border-left-color: rgb(247 254 231 / 0.3); }
.border-l-lime-50\/40{ border-left-color: rgb(247 254 231 / 0.4); }
.border-l-lime-50\/5{ border-left-color: rgb(247 254 231 / 0.05); }
.border-l-lime-50\/50{ border-left-color: rgb(247 254 231 / 0.5); }
.border-l-lime-50\/60{ border-left-color: rgb(247 254 231 / 0.6); }
.border-l-lime-50\/70{ border-left-color: rgb(247 254 231 / 0.7); }
.border-l-lime-50\/75{ border-left-color: rgb(247 254 231 / 0.75); }
.border-l-lime-50\/80{ border-left-color: rgb(247 254 231 / 0.8); }
.border-l-lime-50\/90{ border-left-color: rgb(247 254 231 / 0.9); }
.border-l-lime-50\/95{ border-left-color: rgb(247 254 231 / 0.95); }
.border-l-lime-500{ --tw-border-opacity: 1; border-left-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-l-lime-500\/0{ border-left-color: rgb(132 204 22 / 0); }
.border-l-lime-500\/10{ border-left-color: rgb(132 204 22 / 0.1); }
.border-l-lime-500\/100{ border-left-color: rgb(132 204 22 / 1); }
.border-l-lime-500\/20{ border-left-color: rgb(132 204 22 / 0.2); }
.border-l-lime-500\/25{ border-left-color: rgb(132 204 22 / 0.25); }
.border-l-lime-500\/30{ border-left-color: rgb(132 204 22 / 0.3); }
.border-l-lime-500\/40{ border-left-color: rgb(132 204 22 / 0.4); }
.border-l-lime-500\/5{ border-left-color: rgb(132 204 22 / 0.05); }
.border-l-lime-500\/50{ border-left-color: rgb(132 204 22 / 0.5); }
.border-l-lime-500\/60{ border-left-color: rgb(132 204 22 / 0.6); }
.border-l-lime-500\/70{ border-left-color: rgb(132 204 22 / 0.7); }
.border-l-lime-500\/75{ border-left-color: rgb(132 204 22 / 0.75); }
.border-l-lime-500\/80{ border-left-color: rgb(132 204 22 / 0.8); }
.border-l-lime-500\/90{ border-left-color: rgb(132 204 22 / 0.9); }
.border-l-lime-500\/95{ border-left-color: rgb(132 204 22 / 0.95); }
.border-l-lime-600{ --tw-border-opacity: 1; border-left-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-l-lime-600\/0{ border-left-color: rgb(101 163 13 / 0); }
.border-l-lime-600\/10{ border-left-color: rgb(101 163 13 / 0.1); }
.border-l-lime-600\/100{ border-left-color: rgb(101 163 13 / 1); }
.border-l-lime-600\/20{ border-left-color: rgb(101 163 13 / 0.2); }
.border-l-lime-600\/25{ border-left-color: rgb(101 163 13 / 0.25); }
.border-l-lime-600\/30{ border-left-color: rgb(101 163 13 / 0.3); }
.border-l-lime-600\/40{ border-left-color: rgb(101 163 13 / 0.4); }
.border-l-lime-600\/5{ border-left-color: rgb(101 163 13 / 0.05); }
.border-l-lime-600\/50{ border-left-color: rgb(101 163 13 / 0.5); }
.border-l-lime-600\/60{ border-left-color: rgb(101 163 13 / 0.6); }
.border-l-lime-600\/70{ border-left-color: rgb(101 163 13 / 0.7); }
.border-l-lime-600\/75{ border-left-color: rgb(101 163 13 / 0.75); }
.border-l-lime-600\/80{ border-left-color: rgb(101 163 13 / 0.8); }
.border-l-lime-600\/90{ border-left-color: rgb(101 163 13 / 0.9); }
.border-l-lime-600\/95{ border-left-color: rgb(101 163 13 / 0.95); }
.border-l-lime-700{ --tw-border-opacity: 1; border-left-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-l-lime-700\/0{ border-left-color: rgb(77 124 15 / 0); }
.border-l-lime-700\/10{ border-left-color: rgb(77 124 15 / 0.1); }
.border-l-lime-700\/100{ border-left-color: rgb(77 124 15 / 1); }
.border-l-lime-700\/20{ border-left-color: rgb(77 124 15 / 0.2); }
.border-l-lime-700\/25{ border-left-color: rgb(77 124 15 / 0.25); }
.border-l-lime-700\/30{ border-left-color: rgb(77 124 15 / 0.3); }
.border-l-lime-700\/40{ border-left-color: rgb(77 124 15 / 0.4); }
.border-l-lime-700\/5{ border-left-color: rgb(77 124 15 / 0.05); }
.border-l-lime-700\/50{ border-left-color: rgb(77 124 15 / 0.5); }
.border-l-lime-700\/60{ border-left-color: rgb(77 124 15 / 0.6); }
.border-l-lime-700\/70{ border-left-color: rgb(77 124 15 / 0.7); }
.border-l-lime-700\/75{ border-left-color: rgb(77 124 15 / 0.75); }
.border-l-lime-700\/80{ border-left-color: rgb(77 124 15 / 0.8); }
.border-l-lime-700\/90{ border-left-color: rgb(77 124 15 / 0.9); }
.border-l-lime-700\/95{ border-left-color: rgb(77 124 15 / 0.95); }
.border-l-lime-800{ --tw-border-opacity: 1; border-left-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-l-lime-800\/0{ border-left-color: rgb(63 98 18 / 0); }
.border-l-lime-800\/10{ border-left-color: rgb(63 98 18 / 0.1); }
.border-l-lime-800\/100{ border-left-color: rgb(63 98 18 / 1); }
.border-l-lime-800\/20{ border-left-color: rgb(63 98 18 / 0.2); }
.border-l-lime-800\/25{ border-left-color: rgb(63 98 18 / 0.25); }
.border-l-lime-800\/30{ border-left-color: rgb(63 98 18 / 0.3); }
.border-l-lime-800\/40{ border-left-color: rgb(63 98 18 / 0.4); }
.border-l-lime-800\/5{ border-left-color: rgb(63 98 18 / 0.05); }
.border-l-lime-800\/50{ border-left-color: rgb(63 98 18 / 0.5); }
.border-l-lime-800\/60{ border-left-color: rgb(63 98 18 / 0.6); }
.border-l-lime-800\/70{ border-left-color: rgb(63 98 18 / 0.7); }
.border-l-lime-800\/75{ border-left-color: rgb(63 98 18 / 0.75); }
.border-l-lime-800\/80{ border-left-color: rgb(63 98 18 / 0.8); }
.border-l-lime-800\/90{ border-left-color: rgb(63 98 18 / 0.9); }
.border-l-lime-800\/95{ border-left-color: rgb(63 98 18 / 0.95); }
.border-l-lime-900{ --tw-border-opacity: 1; border-left-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-l-lime-900\/0{ border-left-color: rgb(54 83 20 / 0); }
.border-l-lime-900\/10{ border-left-color: rgb(54 83 20 / 0.1); }
.border-l-lime-900\/100{ border-left-color: rgb(54 83 20 / 1); }
.border-l-lime-900\/20{ border-left-color: rgb(54 83 20 / 0.2); }
.border-l-lime-900\/25{ border-left-color: rgb(54 83 20 / 0.25); }
.border-l-lime-900\/30{ border-left-color: rgb(54 83 20 / 0.3); }
.border-l-lime-900\/40{ border-left-color: rgb(54 83 20 / 0.4); }
.border-l-lime-900\/5{ border-left-color: rgb(54 83 20 / 0.05); }
.border-l-lime-900\/50{ border-left-color: rgb(54 83 20 / 0.5); }
.border-l-lime-900\/60{ border-left-color: rgb(54 83 20 / 0.6); }
.border-l-lime-900\/70{ border-left-color: rgb(54 83 20 / 0.7); }
.border-l-lime-900\/75{ border-left-color: rgb(54 83 20 / 0.75); }
.border-l-lime-900\/80{ border-left-color: rgb(54 83 20 / 0.8); }
.border-l-lime-900\/90{ border-left-color: rgb(54 83 20 / 0.9); }
.border-l-lime-900\/95{ border-left-color: rgb(54 83 20 / 0.95); }
.border-l-lime-950{ --tw-border-opacity: 1; border-left-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-l-lime-950\/0{ border-left-color: rgb(26 46 5 / 0); }
.border-l-lime-950\/10{ border-left-color: rgb(26 46 5 / 0.1); }
.border-l-lime-950\/100{ border-left-color: rgb(26 46 5 / 1); }
.border-l-lime-950\/20{ border-left-color: rgb(26 46 5 / 0.2); }
.border-l-lime-950\/25{ border-left-color: rgb(26 46 5 / 0.25); }
.border-l-lime-950\/30{ border-left-color: rgb(26 46 5 / 0.3); }
.border-l-lime-950\/40{ border-left-color: rgb(26 46 5 / 0.4); }
.border-l-lime-950\/5{ border-left-color: rgb(26 46 5 / 0.05); }
.border-l-lime-950\/50{ border-left-color: rgb(26 46 5 / 0.5); }
.border-l-lime-950\/60{ border-left-color: rgb(26 46 5 / 0.6); }
.border-l-lime-950\/70{ border-left-color: rgb(26 46 5 / 0.7); }
.border-l-lime-950\/75{ border-left-color: rgb(26 46 5 / 0.75); }
.border-l-lime-950\/80{ border-left-color: rgb(26 46 5 / 0.8); }
.border-l-lime-950\/90{ border-left-color: rgb(26 46 5 / 0.9); }
.border-l-lime-950\/95{ border-left-color: rgb(26 46 5 / 0.95); }
.border-l-neutral-100{ --tw-border-opacity: 1; border-left-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-l-neutral-100\/0{ border-left-color: rgb(245 245 245 / 0); }
.border-l-neutral-100\/10{ border-left-color: rgb(245 245 245 / 0.1); }
.border-l-neutral-100\/100{ border-left-color: rgb(245 245 245 / 1); }
.border-l-neutral-100\/20{ border-left-color: rgb(245 245 245 / 0.2); }
.border-l-neutral-100\/25{ border-left-color: rgb(245 245 245 / 0.25); }
.border-l-neutral-100\/30{ border-left-color: rgb(245 245 245 / 0.3); }
.border-l-neutral-100\/40{ border-left-color: rgb(245 245 245 / 0.4); }
.border-l-neutral-100\/5{ border-left-color: rgb(245 245 245 / 0.05); }
.border-l-neutral-100\/50{ border-left-color: rgb(245 245 245 / 0.5); }
.border-l-neutral-100\/60{ border-left-color: rgb(245 245 245 / 0.6); }
.border-l-neutral-100\/70{ border-left-color: rgb(245 245 245 / 0.7); }
.border-l-neutral-100\/75{ border-left-color: rgb(245 245 245 / 0.75); }
.border-l-neutral-100\/80{ border-left-color: rgb(245 245 245 / 0.8); }
.border-l-neutral-100\/90{ border-left-color: rgb(245 245 245 / 0.9); }
.border-l-neutral-100\/95{ border-left-color: rgb(245 245 245 / 0.95); }
.border-l-neutral-200{ --tw-border-opacity: 1; border-left-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-l-neutral-200\/0{ border-left-color: rgb(229 229 229 / 0); }
.border-l-neutral-200\/10{ border-left-color: rgb(229 229 229 / 0.1); }
.border-l-neutral-200\/100{ border-left-color: rgb(229 229 229 / 1); }
.border-l-neutral-200\/20{ border-left-color: rgb(229 229 229 / 0.2); }
.border-l-neutral-200\/25{ border-left-color: rgb(229 229 229 / 0.25); }
.border-l-neutral-200\/30{ border-left-color: rgb(229 229 229 / 0.3); }
.border-l-neutral-200\/40{ border-left-color: rgb(229 229 229 / 0.4); }
.border-l-neutral-200\/5{ border-left-color: rgb(229 229 229 / 0.05); }
.border-l-neutral-200\/50{ border-left-color: rgb(229 229 229 / 0.5); }
.border-l-neutral-200\/60{ border-left-color: rgb(229 229 229 / 0.6); }
.border-l-neutral-200\/70{ border-left-color: rgb(229 229 229 / 0.7); }
.border-l-neutral-200\/75{ border-left-color: rgb(229 229 229 / 0.75); }
.border-l-neutral-200\/80{ border-left-color: rgb(229 229 229 / 0.8); }
.border-l-neutral-200\/90{ border-left-color: rgb(229 229 229 / 0.9); }
.border-l-neutral-200\/95{ border-left-color: rgb(229 229 229 / 0.95); }
.border-l-neutral-300{ --tw-border-opacity: 1; border-left-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-l-neutral-300\/0{ border-left-color: rgb(212 212 212 / 0); }
.border-l-neutral-300\/10{ border-left-color: rgb(212 212 212 / 0.1); }
.border-l-neutral-300\/100{ border-left-color: rgb(212 212 212 / 1); }
.border-l-neutral-300\/20{ border-left-color: rgb(212 212 212 / 0.2); }
.border-l-neutral-300\/25{ border-left-color: rgb(212 212 212 / 0.25); }
.border-l-neutral-300\/30{ border-left-color: rgb(212 212 212 / 0.3); }
.border-l-neutral-300\/40{ border-left-color: rgb(212 212 212 / 0.4); }
.border-l-neutral-300\/5{ border-left-color: rgb(212 212 212 / 0.05); }
.border-l-neutral-300\/50{ border-left-color: rgb(212 212 212 / 0.5); }
.border-l-neutral-300\/60{ border-left-color: rgb(212 212 212 / 0.6); }
.border-l-neutral-300\/70{ border-left-color: rgb(212 212 212 / 0.7); }
.border-l-neutral-300\/75{ border-left-color: rgb(212 212 212 / 0.75); }
.border-l-neutral-300\/80{ border-left-color: rgb(212 212 212 / 0.8); }
.border-l-neutral-300\/90{ border-left-color: rgb(212 212 212 / 0.9); }
.border-l-neutral-300\/95{ border-left-color: rgb(212 212 212 / 0.95); }
.border-l-neutral-400{ --tw-border-opacity: 1; border-left-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-l-neutral-400\/0{ border-left-color: rgb(163 163 163 / 0); }
.border-l-neutral-400\/10{ border-left-color: rgb(163 163 163 / 0.1); }
.border-l-neutral-400\/100{ border-left-color: rgb(163 163 163 / 1); }
.border-l-neutral-400\/20{ border-left-color: rgb(163 163 163 / 0.2); }
.border-l-neutral-400\/25{ border-left-color: rgb(163 163 163 / 0.25); }
.border-l-neutral-400\/30{ border-left-color: rgb(163 163 163 / 0.3); }
.border-l-neutral-400\/40{ border-left-color: rgb(163 163 163 / 0.4); }
.border-l-neutral-400\/5{ border-left-color: rgb(163 163 163 / 0.05); }
.border-l-neutral-400\/50{ border-left-color: rgb(163 163 163 / 0.5); }
.border-l-neutral-400\/60{ border-left-color: rgb(163 163 163 / 0.6); }
.border-l-neutral-400\/70{ border-left-color: rgb(163 163 163 / 0.7); }
.border-l-neutral-400\/75{ border-left-color: rgb(163 163 163 / 0.75); }
.border-l-neutral-400\/80{ border-left-color: rgb(163 163 163 / 0.8); }
.border-l-neutral-400\/90{ border-left-color: rgb(163 163 163 / 0.9); }
.border-l-neutral-400\/95{ border-left-color: rgb(163 163 163 / 0.95); }
.border-l-neutral-50{ --tw-border-opacity: 1; border-left-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-l-neutral-50\/0{ border-left-color: rgb(250 250 250 / 0); }
.border-l-neutral-50\/10{ border-left-color: rgb(250 250 250 / 0.1); }
.border-l-neutral-50\/100{ border-left-color: rgb(250 250 250 / 1); }
.border-l-neutral-50\/20{ border-left-color: rgb(250 250 250 / 0.2); }
.border-l-neutral-50\/25{ border-left-color: rgb(250 250 250 / 0.25); }
.border-l-neutral-50\/30{ border-left-color: rgb(250 250 250 / 0.3); }
.border-l-neutral-50\/40{ border-left-color: rgb(250 250 250 / 0.4); }
.border-l-neutral-50\/5{ border-left-color: rgb(250 250 250 / 0.05); }
.border-l-neutral-50\/50{ border-left-color: rgb(250 250 250 / 0.5); }
.border-l-neutral-50\/60{ border-left-color: rgb(250 250 250 / 0.6); }
.border-l-neutral-50\/70{ border-left-color: rgb(250 250 250 / 0.7); }
.border-l-neutral-50\/75{ border-left-color: rgb(250 250 250 / 0.75); }
.border-l-neutral-50\/80{ border-left-color: rgb(250 250 250 / 0.8); }
.border-l-neutral-50\/90{ border-left-color: rgb(250 250 250 / 0.9); }
.border-l-neutral-50\/95{ border-left-color: rgb(250 250 250 / 0.95); }
.border-l-neutral-500{ --tw-border-opacity: 1; border-left-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-l-neutral-500\/0{ border-left-color: rgb(115 115 115 / 0); }
.border-l-neutral-500\/10{ border-left-color: rgb(115 115 115 / 0.1); }
.border-l-neutral-500\/100{ border-left-color: rgb(115 115 115 / 1); }
.border-l-neutral-500\/20{ border-left-color: rgb(115 115 115 / 0.2); }
.border-l-neutral-500\/25{ border-left-color: rgb(115 115 115 / 0.25); }
.border-l-neutral-500\/30{ border-left-color: rgb(115 115 115 / 0.3); }
.border-l-neutral-500\/40{ border-left-color: rgb(115 115 115 / 0.4); }
.border-l-neutral-500\/5{ border-left-color: rgb(115 115 115 / 0.05); }
.border-l-neutral-500\/50{ border-left-color: rgb(115 115 115 / 0.5); }
.border-l-neutral-500\/60{ border-left-color: rgb(115 115 115 / 0.6); }
.border-l-neutral-500\/70{ border-left-color: rgb(115 115 115 / 0.7); }
.border-l-neutral-500\/75{ border-left-color: rgb(115 115 115 / 0.75); }
.border-l-neutral-500\/80{ border-left-color: rgb(115 115 115 / 0.8); }
.border-l-neutral-500\/90{ border-left-color: rgb(115 115 115 / 0.9); }
.border-l-neutral-500\/95{ border-left-color: rgb(115 115 115 / 0.95); }
.border-l-neutral-600{ --tw-border-opacity: 1; border-left-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-l-neutral-600\/0{ border-left-color: rgb(82 82 82 / 0); }
.border-l-neutral-600\/10{ border-left-color: rgb(82 82 82 / 0.1); }
.border-l-neutral-600\/100{ border-left-color: rgb(82 82 82 / 1); }
.border-l-neutral-600\/20{ border-left-color: rgb(82 82 82 / 0.2); }
.border-l-neutral-600\/25{ border-left-color: rgb(82 82 82 / 0.25); }
.border-l-neutral-600\/30{ border-left-color: rgb(82 82 82 / 0.3); }
.border-l-neutral-600\/40{ border-left-color: rgb(82 82 82 / 0.4); }
.border-l-neutral-600\/5{ border-left-color: rgb(82 82 82 / 0.05); }
.border-l-neutral-600\/50{ border-left-color: rgb(82 82 82 / 0.5); }
.border-l-neutral-600\/60{ border-left-color: rgb(82 82 82 / 0.6); }
.border-l-neutral-600\/70{ border-left-color: rgb(82 82 82 / 0.7); }
.border-l-neutral-600\/75{ border-left-color: rgb(82 82 82 / 0.75); }
.border-l-neutral-600\/80{ border-left-color: rgb(82 82 82 / 0.8); }
.border-l-neutral-600\/90{ border-left-color: rgb(82 82 82 / 0.9); }
.border-l-neutral-600\/95{ border-left-color: rgb(82 82 82 / 0.95); }
.border-l-neutral-700{ --tw-border-opacity: 1; border-left-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-l-neutral-700\/0{ border-left-color: rgb(64 64 64 / 0); }
.border-l-neutral-700\/10{ border-left-color: rgb(64 64 64 / 0.1); }
.border-l-neutral-700\/100{ border-left-color: rgb(64 64 64 / 1); }
.border-l-neutral-700\/20{ border-left-color: rgb(64 64 64 / 0.2); }
.border-l-neutral-700\/25{ border-left-color: rgb(64 64 64 / 0.25); }
.border-l-neutral-700\/30{ border-left-color: rgb(64 64 64 / 0.3); }
.border-l-neutral-700\/40{ border-left-color: rgb(64 64 64 / 0.4); }
.border-l-neutral-700\/5{ border-left-color: rgb(64 64 64 / 0.05); }
.border-l-neutral-700\/50{ border-left-color: rgb(64 64 64 / 0.5); }
.border-l-neutral-700\/60{ border-left-color: rgb(64 64 64 / 0.6); }
.border-l-neutral-700\/70{ border-left-color: rgb(64 64 64 / 0.7); }
.border-l-neutral-700\/75{ border-left-color: rgb(64 64 64 / 0.75); }
.border-l-neutral-700\/80{ border-left-color: rgb(64 64 64 / 0.8); }
.border-l-neutral-700\/90{ border-left-color: rgb(64 64 64 / 0.9); }
.border-l-neutral-700\/95{ border-left-color: rgb(64 64 64 / 0.95); }
.border-l-neutral-800{ --tw-border-opacity: 1; border-left-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-l-neutral-800\/0{ border-left-color: rgb(38 38 38 / 0); }
.border-l-neutral-800\/10{ border-left-color: rgb(38 38 38 / 0.1); }
.border-l-neutral-800\/100{ border-left-color: rgb(38 38 38 / 1); }
.border-l-neutral-800\/20{ border-left-color: rgb(38 38 38 / 0.2); }
.border-l-neutral-800\/25{ border-left-color: rgb(38 38 38 / 0.25); }
.border-l-neutral-800\/30{ border-left-color: rgb(38 38 38 / 0.3); }
.border-l-neutral-800\/40{ border-left-color: rgb(38 38 38 / 0.4); }
.border-l-neutral-800\/5{ border-left-color: rgb(38 38 38 / 0.05); }
.border-l-neutral-800\/50{ border-left-color: rgb(38 38 38 / 0.5); }
.border-l-neutral-800\/60{ border-left-color: rgb(38 38 38 / 0.6); }
.border-l-neutral-800\/70{ border-left-color: rgb(38 38 38 / 0.7); }
.border-l-neutral-800\/75{ border-left-color: rgb(38 38 38 / 0.75); }
.border-l-neutral-800\/80{ border-left-color: rgb(38 38 38 / 0.8); }
.border-l-neutral-800\/90{ border-left-color: rgb(38 38 38 / 0.9); }
.border-l-neutral-800\/95{ border-left-color: rgb(38 38 38 / 0.95); }
.border-l-neutral-900{ --tw-border-opacity: 1; border-left-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-l-neutral-900\/0{ border-left-color: rgb(23 23 23 / 0); }
.border-l-neutral-900\/10{ border-left-color: rgb(23 23 23 / 0.1); }
.border-l-neutral-900\/100{ border-left-color: rgb(23 23 23 / 1); }
.border-l-neutral-900\/20{ border-left-color: rgb(23 23 23 / 0.2); }
.border-l-neutral-900\/25{ border-left-color: rgb(23 23 23 / 0.25); }
.border-l-neutral-900\/30{ border-left-color: rgb(23 23 23 / 0.3); }
.border-l-neutral-900\/40{ border-left-color: rgb(23 23 23 / 0.4); }
.border-l-neutral-900\/5{ border-left-color: rgb(23 23 23 / 0.05); }
.border-l-neutral-900\/50{ border-left-color: rgb(23 23 23 / 0.5); }
.border-l-neutral-900\/60{ border-left-color: rgb(23 23 23 / 0.6); }
.border-l-neutral-900\/70{ border-left-color: rgb(23 23 23 / 0.7); }
.border-l-neutral-900\/75{ border-left-color: rgb(23 23 23 / 0.75); }
.border-l-neutral-900\/80{ border-left-color: rgb(23 23 23 / 0.8); }
.border-l-neutral-900\/90{ border-left-color: rgb(23 23 23 / 0.9); }
.border-l-neutral-900\/95{ border-left-color: rgb(23 23 23 / 0.95); }
.border-l-neutral-950{ --tw-border-opacity: 1; border-left-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-l-neutral-950\/0{ border-left-color: rgb(10 10 10 / 0); }
.border-l-neutral-950\/10{ border-left-color: rgb(10 10 10 / 0.1); }
.border-l-neutral-950\/100{ border-left-color: rgb(10 10 10 / 1); }
.border-l-neutral-950\/20{ border-left-color: rgb(10 10 10 / 0.2); }
.border-l-neutral-950\/25{ border-left-color: rgb(10 10 10 / 0.25); }
.border-l-neutral-950\/30{ border-left-color: rgb(10 10 10 / 0.3); }
.border-l-neutral-950\/40{ border-left-color: rgb(10 10 10 / 0.4); }
.border-l-neutral-950\/5{ border-left-color: rgb(10 10 10 / 0.05); }
.border-l-neutral-950\/50{ border-left-color: rgb(10 10 10 / 0.5); }
.border-l-neutral-950\/60{ border-left-color: rgb(10 10 10 / 0.6); }
.border-l-neutral-950\/70{ border-left-color: rgb(10 10 10 / 0.7); }
.border-l-neutral-950\/75{ border-left-color: rgb(10 10 10 / 0.75); }
.border-l-neutral-950\/80{ border-left-color: rgb(10 10 10 / 0.8); }
.border-l-neutral-950\/90{ border-left-color: rgb(10 10 10 / 0.9); }
.border-l-neutral-950\/95{ border-left-color: rgb(10 10 10 / 0.95); }
.border-l-orange-100{ --tw-border-opacity: 1; border-left-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-l-orange-100\/0{ border-left-color: rgb(255 237 213 / 0); }
.border-l-orange-100\/10{ border-left-color: rgb(255 237 213 / 0.1); }
.border-l-orange-100\/100{ border-left-color: rgb(255 237 213 / 1); }
.border-l-orange-100\/20{ border-left-color: rgb(255 237 213 / 0.2); }
.border-l-orange-100\/25{ border-left-color: rgb(255 237 213 / 0.25); }
.border-l-orange-100\/30{ border-left-color: rgb(255 237 213 / 0.3); }
.border-l-orange-100\/40{ border-left-color: rgb(255 237 213 / 0.4); }
.border-l-orange-100\/5{ border-left-color: rgb(255 237 213 / 0.05); }
.border-l-orange-100\/50{ border-left-color: rgb(255 237 213 / 0.5); }
.border-l-orange-100\/60{ border-left-color: rgb(255 237 213 / 0.6); }
.border-l-orange-100\/70{ border-left-color: rgb(255 237 213 / 0.7); }
.border-l-orange-100\/75{ border-left-color: rgb(255 237 213 / 0.75); }
.border-l-orange-100\/80{ border-left-color: rgb(255 237 213 / 0.8); }
.border-l-orange-100\/90{ border-left-color: rgb(255 237 213 / 0.9); }
.border-l-orange-100\/95{ border-left-color: rgb(255 237 213 / 0.95); }
.border-l-orange-200{ --tw-border-opacity: 1; border-left-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-l-orange-200\/0{ border-left-color: rgb(254 215 170 / 0); }
.border-l-orange-200\/10{ border-left-color: rgb(254 215 170 / 0.1); }
.border-l-orange-200\/100{ border-left-color: rgb(254 215 170 / 1); }
.border-l-orange-200\/20{ border-left-color: rgb(254 215 170 / 0.2); }
.border-l-orange-200\/25{ border-left-color: rgb(254 215 170 / 0.25); }
.border-l-orange-200\/30{ border-left-color: rgb(254 215 170 / 0.3); }
.border-l-orange-200\/40{ border-left-color: rgb(254 215 170 / 0.4); }
.border-l-orange-200\/5{ border-left-color: rgb(254 215 170 / 0.05); }
.border-l-orange-200\/50{ border-left-color: rgb(254 215 170 / 0.5); }
.border-l-orange-200\/60{ border-left-color: rgb(254 215 170 / 0.6); }
.border-l-orange-200\/70{ border-left-color: rgb(254 215 170 / 0.7); }
.border-l-orange-200\/75{ border-left-color: rgb(254 215 170 / 0.75); }
.border-l-orange-200\/80{ border-left-color: rgb(254 215 170 / 0.8); }
.border-l-orange-200\/90{ border-left-color: rgb(254 215 170 / 0.9); }
.border-l-orange-200\/95{ border-left-color: rgb(254 215 170 / 0.95); }
.border-l-orange-300{ --tw-border-opacity: 1; border-left-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-l-orange-300\/0{ border-left-color: rgb(253 186 116 / 0); }
.border-l-orange-300\/10{ border-left-color: rgb(253 186 116 / 0.1); }
.border-l-orange-300\/100{ border-left-color: rgb(253 186 116 / 1); }
.border-l-orange-300\/20{ border-left-color: rgb(253 186 116 / 0.2); }
.border-l-orange-300\/25{ border-left-color: rgb(253 186 116 / 0.25); }
.border-l-orange-300\/30{ border-left-color: rgb(253 186 116 / 0.3); }
.border-l-orange-300\/40{ border-left-color: rgb(253 186 116 / 0.4); }
.border-l-orange-300\/5{ border-left-color: rgb(253 186 116 / 0.05); }
.border-l-orange-300\/50{ border-left-color: rgb(253 186 116 / 0.5); }
.border-l-orange-300\/60{ border-left-color: rgb(253 186 116 / 0.6); }
.border-l-orange-300\/70{ border-left-color: rgb(253 186 116 / 0.7); }
.border-l-orange-300\/75{ border-left-color: rgb(253 186 116 / 0.75); }
.border-l-orange-300\/80{ border-left-color: rgb(253 186 116 / 0.8); }
.border-l-orange-300\/90{ border-left-color: rgb(253 186 116 / 0.9); }
.border-l-orange-300\/95{ border-left-color: rgb(253 186 116 / 0.95); }
.border-l-orange-400{ --tw-border-opacity: 1; border-left-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-l-orange-400\/0{ border-left-color: rgb(251 146 60 / 0); }
.border-l-orange-400\/10{ border-left-color: rgb(251 146 60 / 0.1); }
.border-l-orange-400\/100{ border-left-color: rgb(251 146 60 / 1); }
.border-l-orange-400\/20{ border-left-color: rgb(251 146 60 / 0.2); }
.border-l-orange-400\/25{ border-left-color: rgb(251 146 60 / 0.25); }
.border-l-orange-400\/30{ border-left-color: rgb(251 146 60 / 0.3); }
.border-l-orange-400\/40{ border-left-color: rgb(251 146 60 / 0.4); }
.border-l-orange-400\/5{ border-left-color: rgb(251 146 60 / 0.05); }
.border-l-orange-400\/50{ border-left-color: rgb(251 146 60 / 0.5); }
.border-l-orange-400\/60{ border-left-color: rgb(251 146 60 / 0.6); }
.border-l-orange-400\/70{ border-left-color: rgb(251 146 60 / 0.7); }
.border-l-orange-400\/75{ border-left-color: rgb(251 146 60 / 0.75); }
.border-l-orange-400\/80{ border-left-color: rgb(251 146 60 / 0.8); }
.border-l-orange-400\/90{ border-left-color: rgb(251 146 60 / 0.9); }
.border-l-orange-400\/95{ border-left-color: rgb(251 146 60 / 0.95); }
.border-l-orange-50{ --tw-border-opacity: 1; border-left-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-l-orange-50\/0{ border-left-color: rgb(255 247 237 / 0); }
.border-l-orange-50\/10{ border-left-color: rgb(255 247 237 / 0.1); }
.border-l-orange-50\/100{ border-left-color: rgb(255 247 237 / 1); }
.border-l-orange-50\/20{ border-left-color: rgb(255 247 237 / 0.2); }
.border-l-orange-50\/25{ border-left-color: rgb(255 247 237 / 0.25); }
.border-l-orange-50\/30{ border-left-color: rgb(255 247 237 / 0.3); }
.border-l-orange-50\/40{ border-left-color: rgb(255 247 237 / 0.4); }
.border-l-orange-50\/5{ border-left-color: rgb(255 247 237 / 0.05); }
.border-l-orange-50\/50{ border-left-color: rgb(255 247 237 / 0.5); }
.border-l-orange-50\/60{ border-left-color: rgb(255 247 237 / 0.6); }
.border-l-orange-50\/70{ border-left-color: rgb(255 247 237 / 0.7); }
.border-l-orange-50\/75{ border-left-color: rgb(255 247 237 / 0.75); }
.border-l-orange-50\/80{ border-left-color: rgb(255 247 237 / 0.8); }
.border-l-orange-50\/90{ border-left-color: rgb(255 247 237 / 0.9); }
.border-l-orange-50\/95{ border-left-color: rgb(255 247 237 / 0.95); }
.border-l-orange-500{ --tw-border-opacity: 1; border-left-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-l-orange-500\/0{ border-left-color: rgb(249 115 22 / 0); }
.border-l-orange-500\/10{ border-left-color: rgb(249 115 22 / 0.1); }
.border-l-orange-500\/100{ border-left-color: rgb(249 115 22 / 1); }
.border-l-orange-500\/20{ border-left-color: rgb(249 115 22 / 0.2); }
.border-l-orange-500\/25{ border-left-color: rgb(249 115 22 / 0.25); }
.border-l-orange-500\/30{ border-left-color: rgb(249 115 22 / 0.3); }
.border-l-orange-500\/40{ border-left-color: rgb(249 115 22 / 0.4); }
.border-l-orange-500\/5{ border-left-color: rgb(249 115 22 / 0.05); }
.border-l-orange-500\/50{ border-left-color: rgb(249 115 22 / 0.5); }
.border-l-orange-500\/60{ border-left-color: rgb(249 115 22 / 0.6); }
.border-l-orange-500\/70{ border-left-color: rgb(249 115 22 / 0.7); }
.border-l-orange-500\/75{ border-left-color: rgb(249 115 22 / 0.75); }
.border-l-orange-500\/80{ border-left-color: rgb(249 115 22 / 0.8); }
.border-l-orange-500\/90{ border-left-color: rgb(249 115 22 / 0.9); }
.border-l-orange-500\/95{ border-left-color: rgb(249 115 22 / 0.95); }
.border-l-orange-600{ --tw-border-opacity: 1; border-left-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-l-orange-600\/0{ border-left-color: rgb(234 88 12 / 0); }
.border-l-orange-600\/10{ border-left-color: rgb(234 88 12 / 0.1); }
.border-l-orange-600\/100{ border-left-color: rgb(234 88 12 / 1); }
.border-l-orange-600\/20{ border-left-color: rgb(234 88 12 / 0.2); }
.border-l-orange-600\/25{ border-left-color: rgb(234 88 12 / 0.25); }
.border-l-orange-600\/30{ border-left-color: rgb(234 88 12 / 0.3); }
.border-l-orange-600\/40{ border-left-color: rgb(234 88 12 / 0.4); }
.border-l-orange-600\/5{ border-left-color: rgb(234 88 12 / 0.05); }
.border-l-orange-600\/50{ border-left-color: rgb(234 88 12 / 0.5); }
.border-l-orange-600\/60{ border-left-color: rgb(234 88 12 / 0.6); }
.border-l-orange-600\/70{ border-left-color: rgb(234 88 12 / 0.7); }
.border-l-orange-600\/75{ border-left-color: rgb(234 88 12 / 0.75); }
.border-l-orange-600\/80{ border-left-color: rgb(234 88 12 / 0.8); }
.border-l-orange-600\/90{ border-left-color: rgb(234 88 12 / 0.9); }
.border-l-orange-600\/95{ border-left-color: rgb(234 88 12 / 0.95); }
.border-l-orange-700{ --tw-border-opacity: 1; border-left-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-l-orange-700\/0{ border-left-color: rgb(194 65 12 / 0); }
.border-l-orange-700\/10{ border-left-color: rgb(194 65 12 / 0.1); }
.border-l-orange-700\/100{ border-left-color: rgb(194 65 12 / 1); }
.border-l-orange-700\/20{ border-left-color: rgb(194 65 12 / 0.2); }
.border-l-orange-700\/25{ border-left-color: rgb(194 65 12 / 0.25); }
.border-l-orange-700\/30{ border-left-color: rgb(194 65 12 / 0.3); }
.border-l-orange-700\/40{ border-left-color: rgb(194 65 12 / 0.4); }
.border-l-orange-700\/5{ border-left-color: rgb(194 65 12 / 0.05); }
.border-l-orange-700\/50{ border-left-color: rgb(194 65 12 / 0.5); }
.border-l-orange-700\/60{ border-left-color: rgb(194 65 12 / 0.6); }
.border-l-orange-700\/70{ border-left-color: rgb(194 65 12 / 0.7); }
.border-l-orange-700\/75{ border-left-color: rgb(194 65 12 / 0.75); }
.border-l-orange-700\/80{ border-left-color: rgb(194 65 12 / 0.8); }
.border-l-orange-700\/90{ border-left-color: rgb(194 65 12 / 0.9); }
.border-l-orange-700\/95{ border-left-color: rgb(194 65 12 / 0.95); }
.border-l-orange-800{ --tw-border-opacity: 1; border-left-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-l-orange-800\/0{ border-left-color: rgb(154 52 18 / 0); }
.border-l-orange-800\/10{ border-left-color: rgb(154 52 18 / 0.1); }
.border-l-orange-800\/100{ border-left-color: rgb(154 52 18 / 1); }
.border-l-orange-800\/20{ border-left-color: rgb(154 52 18 / 0.2); }
.border-l-orange-800\/25{ border-left-color: rgb(154 52 18 / 0.25); }
.border-l-orange-800\/30{ border-left-color: rgb(154 52 18 / 0.3); }
.border-l-orange-800\/40{ border-left-color: rgb(154 52 18 / 0.4); }
.border-l-orange-800\/5{ border-left-color: rgb(154 52 18 / 0.05); }
.border-l-orange-800\/50{ border-left-color: rgb(154 52 18 / 0.5); }
.border-l-orange-800\/60{ border-left-color: rgb(154 52 18 / 0.6); }
.border-l-orange-800\/70{ border-left-color: rgb(154 52 18 / 0.7); }
.border-l-orange-800\/75{ border-left-color: rgb(154 52 18 / 0.75); }
.border-l-orange-800\/80{ border-left-color: rgb(154 52 18 / 0.8); }
.border-l-orange-800\/90{ border-left-color: rgb(154 52 18 / 0.9); }
.border-l-orange-800\/95{ border-left-color: rgb(154 52 18 / 0.95); }
.border-l-orange-900{ --tw-border-opacity: 1; border-left-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-l-orange-900\/0{ border-left-color: rgb(124 45 18 / 0); }
.border-l-orange-900\/10{ border-left-color: rgb(124 45 18 / 0.1); }
.border-l-orange-900\/100{ border-left-color: rgb(124 45 18 / 1); }
.border-l-orange-900\/20{ border-left-color: rgb(124 45 18 / 0.2); }
.border-l-orange-900\/25{ border-left-color: rgb(124 45 18 / 0.25); }
.border-l-orange-900\/30{ border-left-color: rgb(124 45 18 / 0.3); }
.border-l-orange-900\/40{ border-left-color: rgb(124 45 18 / 0.4); }
.border-l-orange-900\/5{ border-left-color: rgb(124 45 18 / 0.05); }
.border-l-orange-900\/50{ border-left-color: rgb(124 45 18 / 0.5); }
.border-l-orange-900\/60{ border-left-color: rgb(124 45 18 / 0.6); }
.border-l-orange-900\/70{ border-left-color: rgb(124 45 18 / 0.7); }
.border-l-orange-900\/75{ border-left-color: rgb(124 45 18 / 0.75); }
.border-l-orange-900\/80{ border-left-color: rgb(124 45 18 / 0.8); }
.border-l-orange-900\/90{ border-left-color: rgb(124 45 18 / 0.9); }
.border-l-orange-900\/95{ border-left-color: rgb(124 45 18 / 0.95); }
.border-l-orange-950{ --tw-border-opacity: 1; border-left-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-l-orange-950\/0{ border-left-color: rgb(67 20 7 / 0); }
.border-l-orange-950\/10{ border-left-color: rgb(67 20 7 / 0.1); }
.border-l-orange-950\/100{ border-left-color: rgb(67 20 7 / 1); }
.border-l-orange-950\/20{ border-left-color: rgb(67 20 7 / 0.2); }
.border-l-orange-950\/25{ border-left-color: rgb(67 20 7 / 0.25); }
.border-l-orange-950\/30{ border-left-color: rgb(67 20 7 / 0.3); }
.border-l-orange-950\/40{ border-left-color: rgb(67 20 7 / 0.4); }
.border-l-orange-950\/5{ border-left-color: rgb(67 20 7 / 0.05); }
.border-l-orange-950\/50{ border-left-color: rgb(67 20 7 / 0.5); }
.border-l-orange-950\/60{ border-left-color: rgb(67 20 7 / 0.6); }
.border-l-orange-950\/70{ border-left-color: rgb(67 20 7 / 0.7); }
.border-l-orange-950\/75{ border-left-color: rgb(67 20 7 / 0.75); }
.border-l-orange-950\/80{ border-left-color: rgb(67 20 7 / 0.8); }
.border-l-orange-950\/90{ border-left-color: rgb(67 20 7 / 0.9); }
.border-l-orange-950\/95{ border-left-color: rgb(67 20 7 / 0.95); }
.border-l-pink-100{ --tw-border-opacity: 1; border-left-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-l-pink-100\/0{ border-left-color: rgb(252 231 243 / 0); }
.border-l-pink-100\/10{ border-left-color: rgb(252 231 243 / 0.1); }
.border-l-pink-100\/100{ border-left-color: rgb(252 231 243 / 1); }
.border-l-pink-100\/20{ border-left-color: rgb(252 231 243 / 0.2); }
.border-l-pink-100\/25{ border-left-color: rgb(252 231 243 / 0.25); }
.border-l-pink-100\/30{ border-left-color: rgb(252 231 243 / 0.3); }
.border-l-pink-100\/40{ border-left-color: rgb(252 231 243 / 0.4); }
.border-l-pink-100\/5{ border-left-color: rgb(252 231 243 / 0.05); }
.border-l-pink-100\/50{ border-left-color: rgb(252 231 243 / 0.5); }
.border-l-pink-100\/60{ border-left-color: rgb(252 231 243 / 0.6); }
.border-l-pink-100\/70{ border-left-color: rgb(252 231 243 / 0.7); }
.border-l-pink-100\/75{ border-left-color: rgb(252 231 243 / 0.75); }
.border-l-pink-100\/80{ border-left-color: rgb(252 231 243 / 0.8); }
.border-l-pink-100\/90{ border-left-color: rgb(252 231 243 / 0.9); }
.border-l-pink-100\/95{ border-left-color: rgb(252 231 243 / 0.95); }
.border-l-pink-200{ --tw-border-opacity: 1; border-left-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-l-pink-200\/0{ border-left-color: rgb(251 207 232 / 0); }
.border-l-pink-200\/10{ border-left-color: rgb(251 207 232 / 0.1); }
.border-l-pink-200\/100{ border-left-color: rgb(251 207 232 / 1); }
.border-l-pink-200\/20{ border-left-color: rgb(251 207 232 / 0.2); }
.border-l-pink-200\/25{ border-left-color: rgb(251 207 232 / 0.25); }
.border-l-pink-200\/30{ border-left-color: rgb(251 207 232 / 0.3); }
.border-l-pink-200\/40{ border-left-color: rgb(251 207 232 / 0.4); }
.border-l-pink-200\/5{ border-left-color: rgb(251 207 232 / 0.05); }
.border-l-pink-200\/50{ border-left-color: rgb(251 207 232 / 0.5); }
.border-l-pink-200\/60{ border-left-color: rgb(251 207 232 / 0.6); }
.border-l-pink-200\/70{ border-left-color: rgb(251 207 232 / 0.7); }
.border-l-pink-200\/75{ border-left-color: rgb(251 207 232 / 0.75); }
.border-l-pink-200\/80{ border-left-color: rgb(251 207 232 / 0.8); }
.border-l-pink-200\/90{ border-left-color: rgb(251 207 232 / 0.9); }
.border-l-pink-200\/95{ border-left-color: rgb(251 207 232 / 0.95); }
.border-l-pink-300{ --tw-border-opacity: 1; border-left-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-l-pink-300\/0{ border-left-color: rgb(249 168 212 / 0); }
.border-l-pink-300\/10{ border-left-color: rgb(249 168 212 / 0.1); }
.border-l-pink-300\/100{ border-left-color: rgb(249 168 212 / 1); }
.border-l-pink-300\/20{ border-left-color: rgb(249 168 212 / 0.2); }
.border-l-pink-300\/25{ border-left-color: rgb(249 168 212 / 0.25); }
.border-l-pink-300\/30{ border-left-color: rgb(249 168 212 / 0.3); }
.border-l-pink-300\/40{ border-left-color: rgb(249 168 212 / 0.4); }
.border-l-pink-300\/5{ border-left-color: rgb(249 168 212 / 0.05); }
.border-l-pink-300\/50{ border-left-color: rgb(249 168 212 / 0.5); }
.border-l-pink-300\/60{ border-left-color: rgb(249 168 212 / 0.6); }
.border-l-pink-300\/70{ border-left-color: rgb(249 168 212 / 0.7); }
.border-l-pink-300\/75{ border-left-color: rgb(249 168 212 / 0.75); }
.border-l-pink-300\/80{ border-left-color: rgb(249 168 212 / 0.8); }
.border-l-pink-300\/90{ border-left-color: rgb(249 168 212 / 0.9); }
.border-l-pink-300\/95{ border-left-color: rgb(249 168 212 / 0.95); }
.border-l-pink-400{ --tw-border-opacity: 1; border-left-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-l-pink-400\/0{ border-left-color: rgb(244 114 182 / 0); }
.border-l-pink-400\/10{ border-left-color: rgb(244 114 182 / 0.1); }
.border-l-pink-400\/100{ border-left-color: rgb(244 114 182 / 1); }
.border-l-pink-400\/20{ border-left-color: rgb(244 114 182 / 0.2); }
.border-l-pink-400\/25{ border-left-color: rgb(244 114 182 / 0.25); }
.border-l-pink-400\/30{ border-left-color: rgb(244 114 182 / 0.3); }
.border-l-pink-400\/40{ border-left-color: rgb(244 114 182 / 0.4); }
.border-l-pink-400\/5{ border-left-color: rgb(244 114 182 / 0.05); }
.border-l-pink-400\/50{ border-left-color: rgb(244 114 182 / 0.5); }
.border-l-pink-400\/60{ border-left-color: rgb(244 114 182 / 0.6); }
.border-l-pink-400\/70{ border-left-color: rgb(244 114 182 / 0.7); }
.border-l-pink-400\/75{ border-left-color: rgb(244 114 182 / 0.75); }
.border-l-pink-400\/80{ border-left-color: rgb(244 114 182 / 0.8); }
.border-l-pink-400\/90{ border-left-color: rgb(244 114 182 / 0.9); }
.border-l-pink-400\/95{ border-left-color: rgb(244 114 182 / 0.95); }
.border-l-pink-50{ --tw-border-opacity: 1; border-left-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-l-pink-50\/0{ border-left-color: rgb(253 242 248 / 0); }
.border-l-pink-50\/10{ border-left-color: rgb(253 242 248 / 0.1); }
.border-l-pink-50\/100{ border-left-color: rgb(253 242 248 / 1); }
.border-l-pink-50\/20{ border-left-color: rgb(253 242 248 / 0.2); }
.border-l-pink-50\/25{ border-left-color: rgb(253 242 248 / 0.25); }
.border-l-pink-50\/30{ border-left-color: rgb(253 242 248 / 0.3); }
.border-l-pink-50\/40{ border-left-color: rgb(253 242 248 / 0.4); }
.border-l-pink-50\/5{ border-left-color: rgb(253 242 248 / 0.05); }
.border-l-pink-50\/50{ border-left-color: rgb(253 242 248 / 0.5); }
.border-l-pink-50\/60{ border-left-color: rgb(253 242 248 / 0.6); }
.border-l-pink-50\/70{ border-left-color: rgb(253 242 248 / 0.7); }
.border-l-pink-50\/75{ border-left-color: rgb(253 242 248 / 0.75); }
.border-l-pink-50\/80{ border-left-color: rgb(253 242 248 / 0.8); }
.border-l-pink-50\/90{ border-left-color: rgb(253 242 248 / 0.9); }
.border-l-pink-50\/95{ border-left-color: rgb(253 242 248 / 0.95); }
.border-l-pink-500{ --tw-border-opacity: 1; border-left-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-l-pink-500\/0{ border-left-color: rgb(236 72 153 / 0); }
.border-l-pink-500\/10{ border-left-color: rgb(236 72 153 / 0.1); }
.border-l-pink-500\/100{ border-left-color: rgb(236 72 153 / 1); }
.border-l-pink-500\/20{ border-left-color: rgb(236 72 153 / 0.2); }
.border-l-pink-500\/25{ border-left-color: rgb(236 72 153 / 0.25); }
.border-l-pink-500\/30{ border-left-color: rgb(236 72 153 / 0.3); }
.border-l-pink-500\/40{ border-left-color: rgb(236 72 153 / 0.4); }
.border-l-pink-500\/5{ border-left-color: rgb(236 72 153 / 0.05); }
.border-l-pink-500\/50{ border-left-color: rgb(236 72 153 / 0.5); }
.border-l-pink-500\/60{ border-left-color: rgb(236 72 153 / 0.6); }
.border-l-pink-500\/70{ border-left-color: rgb(236 72 153 / 0.7); }
.border-l-pink-500\/75{ border-left-color: rgb(236 72 153 / 0.75); }
.border-l-pink-500\/80{ border-left-color: rgb(236 72 153 / 0.8); }
.border-l-pink-500\/90{ border-left-color: rgb(236 72 153 / 0.9); }
.border-l-pink-500\/95{ border-left-color: rgb(236 72 153 / 0.95); }
.border-l-pink-600{ --tw-border-opacity: 1; border-left-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-l-pink-600\/0{ border-left-color: rgb(219 39 119 / 0); }
.border-l-pink-600\/10{ border-left-color: rgb(219 39 119 / 0.1); }
.border-l-pink-600\/100{ border-left-color: rgb(219 39 119 / 1); }
.border-l-pink-600\/20{ border-left-color: rgb(219 39 119 / 0.2); }
.border-l-pink-600\/25{ border-left-color: rgb(219 39 119 / 0.25); }
.border-l-pink-600\/30{ border-left-color: rgb(219 39 119 / 0.3); }
.border-l-pink-600\/40{ border-left-color: rgb(219 39 119 / 0.4); }
.border-l-pink-600\/5{ border-left-color: rgb(219 39 119 / 0.05); }
.border-l-pink-600\/50{ border-left-color: rgb(219 39 119 / 0.5); }
.border-l-pink-600\/60{ border-left-color: rgb(219 39 119 / 0.6); }
.border-l-pink-600\/70{ border-left-color: rgb(219 39 119 / 0.7); }
.border-l-pink-600\/75{ border-left-color: rgb(219 39 119 / 0.75); }
.border-l-pink-600\/80{ border-left-color: rgb(219 39 119 / 0.8); }
.border-l-pink-600\/90{ border-left-color: rgb(219 39 119 / 0.9); }
.border-l-pink-600\/95{ border-left-color: rgb(219 39 119 / 0.95); }
.border-l-pink-700{ --tw-border-opacity: 1; border-left-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-l-pink-700\/0{ border-left-color: rgb(190 24 93 / 0); }
.border-l-pink-700\/10{ border-left-color: rgb(190 24 93 / 0.1); }
.border-l-pink-700\/100{ border-left-color: rgb(190 24 93 / 1); }
.border-l-pink-700\/20{ border-left-color: rgb(190 24 93 / 0.2); }
.border-l-pink-700\/25{ border-left-color: rgb(190 24 93 / 0.25); }
.border-l-pink-700\/30{ border-left-color: rgb(190 24 93 / 0.3); }
.border-l-pink-700\/40{ border-left-color: rgb(190 24 93 / 0.4); }
.border-l-pink-700\/5{ border-left-color: rgb(190 24 93 / 0.05); }
.border-l-pink-700\/50{ border-left-color: rgb(190 24 93 / 0.5); }
.border-l-pink-700\/60{ border-left-color: rgb(190 24 93 / 0.6); }
.border-l-pink-700\/70{ border-left-color: rgb(190 24 93 / 0.7); }
.border-l-pink-700\/75{ border-left-color: rgb(190 24 93 / 0.75); }
.border-l-pink-700\/80{ border-left-color: rgb(190 24 93 / 0.8); }
.border-l-pink-700\/90{ border-left-color: rgb(190 24 93 / 0.9); }
.border-l-pink-700\/95{ border-left-color: rgb(190 24 93 / 0.95); }
.border-l-pink-800{ --tw-border-opacity: 1; border-left-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-l-pink-800\/0{ border-left-color: rgb(157 23 77 / 0); }
.border-l-pink-800\/10{ border-left-color: rgb(157 23 77 / 0.1); }
.border-l-pink-800\/100{ border-left-color: rgb(157 23 77 / 1); }
.border-l-pink-800\/20{ border-left-color: rgb(157 23 77 / 0.2); }
.border-l-pink-800\/25{ border-left-color: rgb(157 23 77 / 0.25); }
.border-l-pink-800\/30{ border-left-color: rgb(157 23 77 / 0.3); }
.border-l-pink-800\/40{ border-left-color: rgb(157 23 77 / 0.4); }
.border-l-pink-800\/5{ border-left-color: rgb(157 23 77 / 0.05); }
.border-l-pink-800\/50{ border-left-color: rgb(157 23 77 / 0.5); }
.border-l-pink-800\/60{ border-left-color: rgb(157 23 77 / 0.6); }
.border-l-pink-800\/70{ border-left-color: rgb(157 23 77 / 0.7); }
.border-l-pink-800\/75{ border-left-color: rgb(157 23 77 / 0.75); }
.border-l-pink-800\/80{ border-left-color: rgb(157 23 77 / 0.8); }
.border-l-pink-800\/90{ border-left-color: rgb(157 23 77 / 0.9); }
.border-l-pink-800\/95{ border-left-color: rgb(157 23 77 / 0.95); }
.border-l-pink-900{ --tw-border-opacity: 1; border-left-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-l-pink-900\/0{ border-left-color: rgb(131 24 67 / 0); }
.border-l-pink-900\/10{ border-left-color: rgb(131 24 67 / 0.1); }
.border-l-pink-900\/100{ border-left-color: rgb(131 24 67 / 1); }
.border-l-pink-900\/20{ border-left-color: rgb(131 24 67 / 0.2); }
.border-l-pink-900\/25{ border-left-color: rgb(131 24 67 / 0.25); }
.border-l-pink-900\/30{ border-left-color: rgb(131 24 67 / 0.3); }
.border-l-pink-900\/40{ border-left-color: rgb(131 24 67 / 0.4); }
.border-l-pink-900\/5{ border-left-color: rgb(131 24 67 / 0.05); }
.border-l-pink-900\/50{ border-left-color: rgb(131 24 67 / 0.5); }
.border-l-pink-900\/60{ border-left-color: rgb(131 24 67 / 0.6); }
.border-l-pink-900\/70{ border-left-color: rgb(131 24 67 / 0.7); }
.border-l-pink-900\/75{ border-left-color: rgb(131 24 67 / 0.75); }
.border-l-pink-900\/80{ border-left-color: rgb(131 24 67 / 0.8); }
.border-l-pink-900\/90{ border-left-color: rgb(131 24 67 / 0.9); }
.border-l-pink-900\/95{ border-left-color: rgb(131 24 67 / 0.95); }
.border-l-pink-950{ --tw-border-opacity: 1; border-left-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-l-pink-950\/0{ border-left-color: rgb(80 7 36 / 0); }
.border-l-pink-950\/10{ border-left-color: rgb(80 7 36 / 0.1); }
.border-l-pink-950\/100{ border-left-color: rgb(80 7 36 / 1); }
.border-l-pink-950\/20{ border-left-color: rgb(80 7 36 / 0.2); }
.border-l-pink-950\/25{ border-left-color: rgb(80 7 36 / 0.25); }
.border-l-pink-950\/30{ border-left-color: rgb(80 7 36 / 0.3); }
.border-l-pink-950\/40{ border-left-color: rgb(80 7 36 / 0.4); }
.border-l-pink-950\/5{ border-left-color: rgb(80 7 36 / 0.05); }
.border-l-pink-950\/50{ border-left-color: rgb(80 7 36 / 0.5); }
.border-l-pink-950\/60{ border-left-color: rgb(80 7 36 / 0.6); }
.border-l-pink-950\/70{ border-left-color: rgb(80 7 36 / 0.7); }
.border-l-pink-950\/75{ border-left-color: rgb(80 7 36 / 0.75); }
.border-l-pink-950\/80{ border-left-color: rgb(80 7 36 / 0.8); }
.border-l-pink-950\/90{ border-left-color: rgb(80 7 36 / 0.9); }
.border-l-pink-950\/95{ border-left-color: rgb(80 7 36 / 0.95); }
.border-l-purple-100{ --tw-border-opacity: 1; border-left-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-l-purple-100\/0{ border-left-color: rgb(243 232 255 / 0); }
.border-l-purple-100\/10{ border-left-color: rgb(243 232 255 / 0.1); }
.border-l-purple-100\/100{ border-left-color: rgb(243 232 255 / 1); }
.border-l-purple-100\/20{ border-left-color: rgb(243 232 255 / 0.2); }
.border-l-purple-100\/25{ border-left-color: rgb(243 232 255 / 0.25); }
.border-l-purple-100\/30{ border-left-color: rgb(243 232 255 / 0.3); }
.border-l-purple-100\/40{ border-left-color: rgb(243 232 255 / 0.4); }
.border-l-purple-100\/5{ border-left-color: rgb(243 232 255 / 0.05); }
.border-l-purple-100\/50{ border-left-color: rgb(243 232 255 / 0.5); }
.border-l-purple-100\/60{ border-left-color: rgb(243 232 255 / 0.6); }
.border-l-purple-100\/70{ border-left-color: rgb(243 232 255 / 0.7); }
.border-l-purple-100\/75{ border-left-color: rgb(243 232 255 / 0.75); }
.border-l-purple-100\/80{ border-left-color: rgb(243 232 255 / 0.8); }
.border-l-purple-100\/90{ border-left-color: rgb(243 232 255 / 0.9); }
.border-l-purple-100\/95{ border-left-color: rgb(243 232 255 / 0.95); }
.border-l-purple-200{ --tw-border-opacity: 1; border-left-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-l-purple-200\/0{ border-left-color: rgb(233 213 255 / 0); }
.border-l-purple-200\/10{ border-left-color: rgb(233 213 255 / 0.1); }
.border-l-purple-200\/100{ border-left-color: rgb(233 213 255 / 1); }
.border-l-purple-200\/20{ border-left-color: rgb(233 213 255 / 0.2); }
.border-l-purple-200\/25{ border-left-color: rgb(233 213 255 / 0.25); }
.border-l-purple-200\/30{ border-left-color: rgb(233 213 255 / 0.3); }
.border-l-purple-200\/40{ border-left-color: rgb(233 213 255 / 0.4); }
.border-l-purple-200\/5{ border-left-color: rgb(233 213 255 / 0.05); }
.border-l-purple-200\/50{ border-left-color: rgb(233 213 255 / 0.5); }
.border-l-purple-200\/60{ border-left-color: rgb(233 213 255 / 0.6); }
.border-l-purple-200\/70{ border-left-color: rgb(233 213 255 / 0.7); }
.border-l-purple-200\/75{ border-left-color: rgb(233 213 255 / 0.75); }
.border-l-purple-200\/80{ border-left-color: rgb(233 213 255 / 0.8); }
.border-l-purple-200\/90{ border-left-color: rgb(233 213 255 / 0.9); }
.border-l-purple-200\/95{ border-left-color: rgb(233 213 255 / 0.95); }
.border-l-purple-300{ --tw-border-opacity: 1; border-left-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-l-purple-300\/0{ border-left-color: rgb(216 180 254 / 0); }
.border-l-purple-300\/10{ border-left-color: rgb(216 180 254 / 0.1); }
.border-l-purple-300\/100{ border-left-color: rgb(216 180 254 / 1); }
.border-l-purple-300\/20{ border-left-color: rgb(216 180 254 / 0.2); }
.border-l-purple-300\/25{ border-left-color: rgb(216 180 254 / 0.25); }
.border-l-purple-300\/30{ border-left-color: rgb(216 180 254 / 0.3); }
.border-l-purple-300\/40{ border-left-color: rgb(216 180 254 / 0.4); }
.border-l-purple-300\/5{ border-left-color: rgb(216 180 254 / 0.05); }
.border-l-purple-300\/50{ border-left-color: rgb(216 180 254 / 0.5); }
.border-l-purple-300\/60{ border-left-color: rgb(216 180 254 / 0.6); }
.border-l-purple-300\/70{ border-left-color: rgb(216 180 254 / 0.7); }
.border-l-purple-300\/75{ border-left-color: rgb(216 180 254 / 0.75); }
.border-l-purple-300\/80{ border-left-color: rgb(216 180 254 / 0.8); }
.border-l-purple-300\/90{ border-left-color: rgb(216 180 254 / 0.9); }
.border-l-purple-300\/95{ border-left-color: rgb(216 180 254 / 0.95); }
.border-l-purple-400{ --tw-border-opacity: 1; border-left-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-l-purple-400\/0{ border-left-color: rgb(192 132 252 / 0); }
.border-l-purple-400\/10{ border-left-color: rgb(192 132 252 / 0.1); }
.border-l-purple-400\/100{ border-left-color: rgb(192 132 252 / 1); }
.border-l-purple-400\/20{ border-left-color: rgb(192 132 252 / 0.2); }
.border-l-purple-400\/25{ border-left-color: rgb(192 132 252 / 0.25); }
.border-l-purple-400\/30{ border-left-color: rgb(192 132 252 / 0.3); }
.border-l-purple-400\/40{ border-left-color: rgb(192 132 252 / 0.4); }
.border-l-purple-400\/5{ border-left-color: rgb(192 132 252 / 0.05); }
.border-l-purple-400\/50{ border-left-color: rgb(192 132 252 / 0.5); }
.border-l-purple-400\/60{ border-left-color: rgb(192 132 252 / 0.6); }
.border-l-purple-400\/70{ border-left-color: rgb(192 132 252 / 0.7); }
.border-l-purple-400\/75{ border-left-color: rgb(192 132 252 / 0.75); }
.border-l-purple-400\/80{ border-left-color: rgb(192 132 252 / 0.8); }
.border-l-purple-400\/90{ border-left-color: rgb(192 132 252 / 0.9); }
.border-l-purple-400\/95{ border-left-color: rgb(192 132 252 / 0.95); }
.border-l-purple-50{ --tw-border-opacity: 1; border-left-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-l-purple-50\/0{ border-left-color: rgb(250 245 255 / 0); }
.border-l-purple-50\/10{ border-left-color: rgb(250 245 255 / 0.1); }
.border-l-purple-50\/100{ border-left-color: rgb(250 245 255 / 1); }
.border-l-purple-50\/20{ border-left-color: rgb(250 245 255 / 0.2); }
.border-l-purple-50\/25{ border-left-color: rgb(250 245 255 / 0.25); }
.border-l-purple-50\/30{ border-left-color: rgb(250 245 255 / 0.3); }
.border-l-purple-50\/40{ border-left-color: rgb(250 245 255 / 0.4); }
.border-l-purple-50\/5{ border-left-color: rgb(250 245 255 / 0.05); }
.border-l-purple-50\/50{ border-left-color: rgb(250 245 255 / 0.5); }
.border-l-purple-50\/60{ border-left-color: rgb(250 245 255 / 0.6); }
.border-l-purple-50\/70{ border-left-color: rgb(250 245 255 / 0.7); }
.border-l-purple-50\/75{ border-left-color: rgb(250 245 255 / 0.75); }
.border-l-purple-50\/80{ border-left-color: rgb(250 245 255 / 0.8); }
.border-l-purple-50\/90{ border-left-color: rgb(250 245 255 / 0.9); }
.border-l-purple-50\/95{ border-left-color: rgb(250 245 255 / 0.95); }
.border-l-purple-500{ --tw-border-opacity: 1; border-left-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-l-purple-500\/0{ border-left-color: rgb(168 85 247 / 0); }
.border-l-purple-500\/10{ border-left-color: rgb(168 85 247 / 0.1); }
.border-l-purple-500\/100{ border-left-color: rgb(168 85 247 / 1); }
.border-l-purple-500\/20{ border-left-color: rgb(168 85 247 / 0.2); }
.border-l-purple-500\/25{ border-left-color: rgb(168 85 247 / 0.25); }
.border-l-purple-500\/30{ border-left-color: rgb(168 85 247 / 0.3); }
.border-l-purple-500\/40{ border-left-color: rgb(168 85 247 / 0.4); }
.border-l-purple-500\/5{ border-left-color: rgb(168 85 247 / 0.05); }
.border-l-purple-500\/50{ border-left-color: rgb(168 85 247 / 0.5); }
.border-l-purple-500\/60{ border-left-color: rgb(168 85 247 / 0.6); }
.border-l-purple-500\/70{ border-left-color: rgb(168 85 247 / 0.7); }
.border-l-purple-500\/75{ border-left-color: rgb(168 85 247 / 0.75); }
.border-l-purple-500\/80{ border-left-color: rgb(168 85 247 / 0.8); }
.border-l-purple-500\/90{ border-left-color: rgb(168 85 247 / 0.9); }
.border-l-purple-500\/95{ border-left-color: rgb(168 85 247 / 0.95); }
.border-l-purple-600{ --tw-border-opacity: 1; border-left-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-l-purple-600\/0{ border-left-color: rgb(147 51 234 / 0); }
.border-l-purple-600\/10{ border-left-color: rgb(147 51 234 / 0.1); }
.border-l-purple-600\/100{ border-left-color: rgb(147 51 234 / 1); }
.border-l-purple-600\/20{ border-left-color: rgb(147 51 234 / 0.2); }
.border-l-purple-600\/25{ border-left-color: rgb(147 51 234 / 0.25); }
.border-l-purple-600\/30{ border-left-color: rgb(147 51 234 / 0.3); }
.border-l-purple-600\/40{ border-left-color: rgb(147 51 234 / 0.4); }
.border-l-purple-600\/5{ border-left-color: rgb(147 51 234 / 0.05); }
.border-l-purple-600\/50{ border-left-color: rgb(147 51 234 / 0.5); }
.border-l-purple-600\/60{ border-left-color: rgb(147 51 234 / 0.6); }
.border-l-purple-600\/70{ border-left-color: rgb(147 51 234 / 0.7); }
.border-l-purple-600\/75{ border-left-color: rgb(147 51 234 / 0.75); }
.border-l-purple-600\/80{ border-left-color: rgb(147 51 234 / 0.8); }
.border-l-purple-600\/90{ border-left-color: rgb(147 51 234 / 0.9); }
.border-l-purple-600\/95{ border-left-color: rgb(147 51 234 / 0.95); }
.border-l-purple-700{ --tw-border-opacity: 1; border-left-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-l-purple-700\/0{ border-left-color: rgb(126 34 206 / 0); }
.border-l-purple-700\/10{ border-left-color: rgb(126 34 206 / 0.1); }
.border-l-purple-700\/100{ border-left-color: rgb(126 34 206 / 1); }
.border-l-purple-700\/20{ border-left-color: rgb(126 34 206 / 0.2); }
.border-l-purple-700\/25{ border-left-color: rgb(126 34 206 / 0.25); }
.border-l-purple-700\/30{ border-left-color: rgb(126 34 206 / 0.3); }
.border-l-purple-700\/40{ border-left-color: rgb(126 34 206 / 0.4); }
.border-l-purple-700\/5{ border-left-color: rgb(126 34 206 / 0.05); }
.border-l-purple-700\/50{ border-left-color: rgb(126 34 206 / 0.5); }
.border-l-purple-700\/60{ border-left-color: rgb(126 34 206 / 0.6); }
.border-l-purple-700\/70{ border-left-color: rgb(126 34 206 / 0.7); }
.border-l-purple-700\/75{ border-left-color: rgb(126 34 206 / 0.75); }
.border-l-purple-700\/80{ border-left-color: rgb(126 34 206 / 0.8); }
.border-l-purple-700\/90{ border-left-color: rgb(126 34 206 / 0.9); }
.border-l-purple-700\/95{ border-left-color: rgb(126 34 206 / 0.95); }
.border-l-purple-800{ --tw-border-opacity: 1; border-left-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-l-purple-800\/0{ border-left-color: rgb(107 33 168 / 0); }
.border-l-purple-800\/10{ border-left-color: rgb(107 33 168 / 0.1); }
.border-l-purple-800\/100{ border-left-color: rgb(107 33 168 / 1); }
.border-l-purple-800\/20{ border-left-color: rgb(107 33 168 / 0.2); }
.border-l-purple-800\/25{ border-left-color: rgb(107 33 168 / 0.25); }
.border-l-purple-800\/30{ border-left-color: rgb(107 33 168 / 0.3); }
.border-l-purple-800\/40{ border-left-color: rgb(107 33 168 / 0.4); }
.border-l-purple-800\/5{ border-left-color: rgb(107 33 168 / 0.05); }
.border-l-purple-800\/50{ border-left-color: rgb(107 33 168 / 0.5); }
.border-l-purple-800\/60{ border-left-color: rgb(107 33 168 / 0.6); }
.border-l-purple-800\/70{ border-left-color: rgb(107 33 168 / 0.7); }
.border-l-purple-800\/75{ border-left-color: rgb(107 33 168 / 0.75); }
.border-l-purple-800\/80{ border-left-color: rgb(107 33 168 / 0.8); }
.border-l-purple-800\/90{ border-left-color: rgb(107 33 168 / 0.9); }
.border-l-purple-800\/95{ border-left-color: rgb(107 33 168 / 0.95); }
.border-l-purple-900{ --tw-border-opacity: 1; border-left-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-l-purple-900\/0{ border-left-color: rgb(88 28 135 / 0); }
.border-l-purple-900\/10{ border-left-color: rgb(88 28 135 / 0.1); }
.border-l-purple-900\/100{ border-left-color: rgb(88 28 135 / 1); }
.border-l-purple-900\/20{ border-left-color: rgb(88 28 135 / 0.2); }
.border-l-purple-900\/25{ border-left-color: rgb(88 28 135 / 0.25); }
.border-l-purple-900\/30{ border-left-color: rgb(88 28 135 / 0.3); }
.border-l-purple-900\/40{ border-left-color: rgb(88 28 135 / 0.4); }
.border-l-purple-900\/5{ border-left-color: rgb(88 28 135 / 0.05); }
.border-l-purple-900\/50{ border-left-color: rgb(88 28 135 / 0.5); }
.border-l-purple-900\/60{ border-left-color: rgb(88 28 135 / 0.6); }
.border-l-purple-900\/70{ border-left-color: rgb(88 28 135 / 0.7); }
.border-l-purple-900\/75{ border-left-color: rgb(88 28 135 / 0.75); }
.border-l-purple-900\/80{ border-left-color: rgb(88 28 135 / 0.8); }
.border-l-purple-900\/90{ border-left-color: rgb(88 28 135 / 0.9); }
.border-l-purple-900\/95{ border-left-color: rgb(88 28 135 / 0.95); }
.border-l-purple-950{ --tw-border-opacity: 1; border-left-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-l-purple-950\/0{ border-left-color: rgb(59 7 100 / 0); }
.border-l-purple-950\/10{ border-left-color: rgb(59 7 100 / 0.1); }
.border-l-purple-950\/100{ border-left-color: rgb(59 7 100 / 1); }
.border-l-purple-950\/20{ border-left-color: rgb(59 7 100 / 0.2); }
.border-l-purple-950\/25{ border-left-color: rgb(59 7 100 / 0.25); }
.border-l-purple-950\/30{ border-left-color: rgb(59 7 100 / 0.3); }
.border-l-purple-950\/40{ border-left-color: rgb(59 7 100 / 0.4); }
.border-l-purple-950\/5{ border-left-color: rgb(59 7 100 / 0.05); }
.border-l-purple-950\/50{ border-left-color: rgb(59 7 100 / 0.5); }
.border-l-purple-950\/60{ border-left-color: rgb(59 7 100 / 0.6); }
.border-l-purple-950\/70{ border-left-color: rgb(59 7 100 / 0.7); }
.border-l-purple-950\/75{ border-left-color: rgb(59 7 100 / 0.75); }
.border-l-purple-950\/80{ border-left-color: rgb(59 7 100 / 0.8); }
.border-l-purple-950\/90{ border-left-color: rgb(59 7 100 / 0.9); }
.border-l-purple-950\/95{ border-left-color: rgb(59 7 100 / 0.95); }
.border-l-red-100{ --tw-border-opacity: 1; border-left-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-l-red-100\/0{ border-left-color: rgb(254 226 226 / 0); }
.border-l-red-100\/10{ border-left-color: rgb(254 226 226 / 0.1); }
.border-l-red-100\/100{ border-left-color: rgb(254 226 226 / 1); }
.border-l-red-100\/20{ border-left-color: rgb(254 226 226 / 0.2); }
.border-l-red-100\/25{ border-left-color: rgb(254 226 226 / 0.25); }
.border-l-red-100\/30{ border-left-color: rgb(254 226 226 / 0.3); }
.border-l-red-100\/40{ border-left-color: rgb(254 226 226 / 0.4); }
.border-l-red-100\/5{ border-left-color: rgb(254 226 226 / 0.05); }
.border-l-red-100\/50{ border-left-color: rgb(254 226 226 / 0.5); }
.border-l-red-100\/60{ border-left-color: rgb(254 226 226 / 0.6); }
.border-l-red-100\/70{ border-left-color: rgb(254 226 226 / 0.7); }
.border-l-red-100\/75{ border-left-color: rgb(254 226 226 / 0.75); }
.border-l-red-100\/80{ border-left-color: rgb(254 226 226 / 0.8); }
.border-l-red-100\/90{ border-left-color: rgb(254 226 226 / 0.9); }
.border-l-red-100\/95{ border-left-color: rgb(254 226 226 / 0.95); }
.border-l-red-200{ --tw-border-opacity: 1; border-left-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-l-red-200\/0{ border-left-color: rgb(254 202 202 / 0); }
.border-l-red-200\/10{ border-left-color: rgb(254 202 202 / 0.1); }
.border-l-red-200\/100{ border-left-color: rgb(254 202 202 / 1); }
.border-l-red-200\/20{ border-left-color: rgb(254 202 202 / 0.2); }
.border-l-red-200\/25{ border-left-color: rgb(254 202 202 / 0.25); }
.border-l-red-200\/30{ border-left-color: rgb(254 202 202 / 0.3); }
.border-l-red-200\/40{ border-left-color: rgb(254 202 202 / 0.4); }
.border-l-red-200\/5{ border-left-color: rgb(254 202 202 / 0.05); }
.border-l-red-200\/50{ border-left-color: rgb(254 202 202 / 0.5); }
.border-l-red-200\/60{ border-left-color: rgb(254 202 202 / 0.6); }
.border-l-red-200\/70{ border-left-color: rgb(254 202 202 / 0.7); }
.border-l-red-200\/75{ border-left-color: rgb(254 202 202 / 0.75); }
.border-l-red-200\/80{ border-left-color: rgb(254 202 202 / 0.8); }
.border-l-red-200\/90{ border-left-color: rgb(254 202 202 / 0.9); }
.border-l-red-200\/95{ border-left-color: rgb(254 202 202 / 0.95); }
.border-l-red-300{ --tw-border-opacity: 1; border-left-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-l-red-300\/0{ border-left-color: rgb(252 165 165 / 0); }
.border-l-red-300\/10{ border-left-color: rgb(252 165 165 / 0.1); }
.border-l-red-300\/100{ border-left-color: rgb(252 165 165 / 1); }
.border-l-red-300\/20{ border-left-color: rgb(252 165 165 / 0.2); }
.border-l-red-300\/25{ border-left-color: rgb(252 165 165 / 0.25); }
.border-l-red-300\/30{ border-left-color: rgb(252 165 165 / 0.3); }
.border-l-red-300\/40{ border-left-color: rgb(252 165 165 / 0.4); }
.border-l-red-300\/5{ border-left-color: rgb(252 165 165 / 0.05); }
.border-l-red-300\/50{ border-left-color: rgb(252 165 165 / 0.5); }
.border-l-red-300\/60{ border-left-color: rgb(252 165 165 / 0.6); }
.border-l-red-300\/70{ border-left-color: rgb(252 165 165 / 0.7); }
.border-l-red-300\/75{ border-left-color: rgb(252 165 165 / 0.75); }
.border-l-red-300\/80{ border-left-color: rgb(252 165 165 / 0.8); }
.border-l-red-300\/90{ border-left-color: rgb(252 165 165 / 0.9); }
.border-l-red-300\/95{ border-left-color: rgb(252 165 165 / 0.95); }
.border-l-red-400{ --tw-border-opacity: 1; border-left-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-l-red-400\/0{ border-left-color: rgb(248 113 113 / 0); }
.border-l-red-400\/10{ border-left-color: rgb(248 113 113 / 0.1); }
.border-l-red-400\/100{ border-left-color: rgb(248 113 113 / 1); }
.border-l-red-400\/20{ border-left-color: rgb(248 113 113 / 0.2); }
.border-l-red-400\/25{ border-left-color: rgb(248 113 113 / 0.25); }
.border-l-red-400\/30{ border-left-color: rgb(248 113 113 / 0.3); }
.border-l-red-400\/40{ border-left-color: rgb(248 113 113 / 0.4); }
.border-l-red-400\/5{ border-left-color: rgb(248 113 113 / 0.05); }
.border-l-red-400\/50{ border-left-color: rgb(248 113 113 / 0.5); }
.border-l-red-400\/60{ border-left-color: rgb(248 113 113 / 0.6); }
.border-l-red-400\/70{ border-left-color: rgb(248 113 113 / 0.7); }
.border-l-red-400\/75{ border-left-color: rgb(248 113 113 / 0.75); }
.border-l-red-400\/80{ border-left-color: rgb(248 113 113 / 0.8); }
.border-l-red-400\/90{ border-left-color: rgb(248 113 113 / 0.9); }
.border-l-red-400\/95{ border-left-color: rgb(248 113 113 / 0.95); }
.border-l-red-50{ --tw-border-opacity: 1; border-left-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-l-red-50\/0{ border-left-color: rgb(254 242 242 / 0); }
.border-l-red-50\/10{ border-left-color: rgb(254 242 242 / 0.1); }
.border-l-red-50\/100{ border-left-color: rgb(254 242 242 / 1); }
.border-l-red-50\/20{ border-left-color: rgb(254 242 242 / 0.2); }
.border-l-red-50\/25{ border-left-color: rgb(254 242 242 / 0.25); }
.border-l-red-50\/30{ border-left-color: rgb(254 242 242 / 0.3); }
.border-l-red-50\/40{ border-left-color: rgb(254 242 242 / 0.4); }
.border-l-red-50\/5{ border-left-color: rgb(254 242 242 / 0.05); }
.border-l-red-50\/50{ border-left-color: rgb(254 242 242 / 0.5); }
.border-l-red-50\/60{ border-left-color: rgb(254 242 242 / 0.6); }
.border-l-red-50\/70{ border-left-color: rgb(254 242 242 / 0.7); }
.border-l-red-50\/75{ border-left-color: rgb(254 242 242 / 0.75); }
.border-l-red-50\/80{ border-left-color: rgb(254 242 242 / 0.8); }
.border-l-red-50\/90{ border-left-color: rgb(254 242 242 / 0.9); }
.border-l-red-50\/95{ border-left-color: rgb(254 242 242 / 0.95); }
.border-l-red-500{ --tw-border-opacity: 1; border-left-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-l-red-500\/0{ border-left-color: rgb(239 68 68 / 0); }
.border-l-red-500\/10{ border-left-color: rgb(239 68 68 / 0.1); }
.border-l-red-500\/100{ border-left-color: rgb(239 68 68 / 1); }
.border-l-red-500\/20{ border-left-color: rgb(239 68 68 / 0.2); }
.border-l-red-500\/25{ border-left-color: rgb(239 68 68 / 0.25); }
.border-l-red-500\/30{ border-left-color: rgb(239 68 68 / 0.3); }
.border-l-red-500\/40{ border-left-color: rgb(239 68 68 / 0.4); }
.border-l-red-500\/5{ border-left-color: rgb(239 68 68 / 0.05); }
.border-l-red-500\/50{ border-left-color: rgb(239 68 68 / 0.5); }
.border-l-red-500\/60{ border-left-color: rgb(239 68 68 / 0.6); }
.border-l-red-500\/70{ border-left-color: rgb(239 68 68 / 0.7); }
.border-l-red-500\/75{ border-left-color: rgb(239 68 68 / 0.75); }
.border-l-red-500\/80{ border-left-color: rgb(239 68 68 / 0.8); }
.border-l-red-500\/90{ border-left-color: rgb(239 68 68 / 0.9); }
.border-l-red-500\/95{ border-left-color: rgb(239 68 68 / 0.95); }
.border-l-red-600{ --tw-border-opacity: 1; border-left-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-l-red-600\/0{ border-left-color: rgb(220 38 38 / 0); }
.border-l-red-600\/10{ border-left-color: rgb(220 38 38 / 0.1); }
.border-l-red-600\/100{ border-left-color: rgb(220 38 38 / 1); }
.border-l-red-600\/20{ border-left-color: rgb(220 38 38 / 0.2); }
.border-l-red-600\/25{ border-left-color: rgb(220 38 38 / 0.25); }
.border-l-red-600\/30{ border-left-color: rgb(220 38 38 / 0.3); }
.border-l-red-600\/40{ border-left-color: rgb(220 38 38 / 0.4); }
.border-l-red-600\/5{ border-left-color: rgb(220 38 38 / 0.05); }
.border-l-red-600\/50{ border-left-color: rgb(220 38 38 / 0.5); }
.border-l-red-600\/60{ border-left-color: rgb(220 38 38 / 0.6); }
.border-l-red-600\/70{ border-left-color: rgb(220 38 38 / 0.7); }
.border-l-red-600\/75{ border-left-color: rgb(220 38 38 / 0.75); }
.border-l-red-600\/80{ border-left-color: rgb(220 38 38 / 0.8); }
.border-l-red-600\/90{ border-left-color: rgb(220 38 38 / 0.9); }
.border-l-red-600\/95{ border-left-color: rgb(220 38 38 / 0.95); }
.border-l-red-700{ --tw-border-opacity: 1; border-left-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-l-red-700\/0{ border-left-color: rgb(185 28 28 / 0); }
.border-l-red-700\/10{ border-left-color: rgb(185 28 28 / 0.1); }
.border-l-red-700\/100{ border-left-color: rgb(185 28 28 / 1); }
.border-l-red-700\/20{ border-left-color: rgb(185 28 28 / 0.2); }
.border-l-red-700\/25{ border-left-color: rgb(185 28 28 / 0.25); }
.border-l-red-700\/30{ border-left-color: rgb(185 28 28 / 0.3); }
.border-l-red-700\/40{ border-left-color: rgb(185 28 28 / 0.4); }
.border-l-red-700\/5{ border-left-color: rgb(185 28 28 / 0.05); }
.border-l-red-700\/50{ border-left-color: rgb(185 28 28 / 0.5); }
.border-l-red-700\/60{ border-left-color: rgb(185 28 28 / 0.6); }
.border-l-red-700\/70{ border-left-color: rgb(185 28 28 / 0.7); }
.border-l-red-700\/75{ border-left-color: rgb(185 28 28 / 0.75); }
.border-l-red-700\/80{ border-left-color: rgb(185 28 28 / 0.8); }
.border-l-red-700\/90{ border-left-color: rgb(185 28 28 / 0.9); }
.border-l-red-700\/95{ border-left-color: rgb(185 28 28 / 0.95); }
.border-l-red-800{ --tw-border-opacity: 1; border-left-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-l-red-800\/0{ border-left-color: rgb(153 27 27 / 0); }
.border-l-red-800\/10{ border-left-color: rgb(153 27 27 / 0.1); }
.border-l-red-800\/100{ border-left-color: rgb(153 27 27 / 1); }
.border-l-red-800\/20{ border-left-color: rgb(153 27 27 / 0.2); }
.border-l-red-800\/25{ border-left-color: rgb(153 27 27 / 0.25); }
.border-l-red-800\/30{ border-left-color: rgb(153 27 27 / 0.3); }
.border-l-red-800\/40{ border-left-color: rgb(153 27 27 / 0.4); }
.border-l-red-800\/5{ border-left-color: rgb(153 27 27 / 0.05); }
.border-l-red-800\/50{ border-left-color: rgb(153 27 27 / 0.5); }
.border-l-red-800\/60{ border-left-color: rgb(153 27 27 / 0.6); }
.border-l-red-800\/70{ border-left-color: rgb(153 27 27 / 0.7); }
.border-l-red-800\/75{ border-left-color: rgb(153 27 27 / 0.75); }
.border-l-red-800\/80{ border-left-color: rgb(153 27 27 / 0.8); }
.border-l-red-800\/90{ border-left-color: rgb(153 27 27 / 0.9); }
.border-l-red-800\/95{ border-left-color: rgb(153 27 27 / 0.95); }
.border-l-red-900{ --tw-border-opacity: 1; border-left-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-l-red-900\/0{ border-left-color: rgb(127 29 29 / 0); }
.border-l-red-900\/10{ border-left-color: rgb(127 29 29 / 0.1); }
.border-l-red-900\/100{ border-left-color: rgb(127 29 29 / 1); }
.border-l-red-900\/20{ border-left-color: rgb(127 29 29 / 0.2); }
.border-l-red-900\/25{ border-left-color: rgb(127 29 29 / 0.25); }
.border-l-red-900\/30{ border-left-color: rgb(127 29 29 / 0.3); }
.border-l-red-900\/40{ border-left-color: rgb(127 29 29 / 0.4); }
.border-l-red-900\/5{ border-left-color: rgb(127 29 29 / 0.05); }
.border-l-red-900\/50{ border-left-color: rgb(127 29 29 / 0.5); }
.border-l-red-900\/60{ border-left-color: rgb(127 29 29 / 0.6); }
.border-l-red-900\/70{ border-left-color: rgb(127 29 29 / 0.7); }
.border-l-red-900\/75{ border-left-color: rgb(127 29 29 / 0.75); }
.border-l-red-900\/80{ border-left-color: rgb(127 29 29 / 0.8); }
.border-l-red-900\/90{ border-left-color: rgb(127 29 29 / 0.9); }
.border-l-red-900\/95{ border-left-color: rgb(127 29 29 / 0.95); }
.border-l-red-950{ --tw-border-opacity: 1; border-left-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-l-red-950\/0{ border-left-color: rgb(69 10 10 / 0); }
.border-l-red-950\/10{ border-left-color: rgb(69 10 10 / 0.1); }
.border-l-red-950\/100{ border-left-color: rgb(69 10 10 / 1); }
.border-l-red-950\/20{ border-left-color: rgb(69 10 10 / 0.2); }
.border-l-red-950\/25{ border-left-color: rgb(69 10 10 / 0.25); }
.border-l-red-950\/30{ border-left-color: rgb(69 10 10 / 0.3); }
.border-l-red-950\/40{ border-left-color: rgb(69 10 10 / 0.4); }
.border-l-red-950\/5{ border-left-color: rgb(69 10 10 / 0.05); }
.border-l-red-950\/50{ border-left-color: rgb(69 10 10 / 0.5); }
.border-l-red-950\/60{ border-left-color: rgb(69 10 10 / 0.6); }
.border-l-red-950\/70{ border-left-color: rgb(69 10 10 / 0.7); }
.border-l-red-950\/75{ border-left-color: rgb(69 10 10 / 0.75); }
.border-l-red-950\/80{ border-left-color: rgb(69 10 10 / 0.8); }
.border-l-red-950\/90{ border-left-color: rgb(69 10 10 / 0.9); }
.border-l-red-950\/95{ border-left-color: rgb(69 10 10 / 0.95); }
.border-l-rose-100{ --tw-border-opacity: 1; border-left-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-l-rose-100\/0{ border-left-color: rgb(255 228 230 / 0); }
.border-l-rose-100\/10{ border-left-color: rgb(255 228 230 / 0.1); }
.border-l-rose-100\/100{ border-left-color: rgb(255 228 230 / 1); }
.border-l-rose-100\/20{ border-left-color: rgb(255 228 230 / 0.2); }
.border-l-rose-100\/25{ border-left-color: rgb(255 228 230 / 0.25); }
.border-l-rose-100\/30{ border-left-color: rgb(255 228 230 / 0.3); }
.border-l-rose-100\/40{ border-left-color: rgb(255 228 230 / 0.4); }
.border-l-rose-100\/5{ border-left-color: rgb(255 228 230 / 0.05); }
.border-l-rose-100\/50{ border-left-color: rgb(255 228 230 / 0.5); }
.border-l-rose-100\/60{ border-left-color: rgb(255 228 230 / 0.6); }
.border-l-rose-100\/70{ border-left-color: rgb(255 228 230 / 0.7); }
.border-l-rose-100\/75{ border-left-color: rgb(255 228 230 / 0.75); }
.border-l-rose-100\/80{ border-left-color: rgb(255 228 230 / 0.8); }
.border-l-rose-100\/90{ border-left-color: rgb(255 228 230 / 0.9); }
.border-l-rose-100\/95{ border-left-color: rgb(255 228 230 / 0.95); }
.border-l-rose-200{ --tw-border-opacity: 1; border-left-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-l-rose-200\/0{ border-left-color: rgb(254 205 211 / 0); }
.border-l-rose-200\/10{ border-left-color: rgb(254 205 211 / 0.1); }
.border-l-rose-200\/100{ border-left-color: rgb(254 205 211 / 1); }
.border-l-rose-200\/20{ border-left-color: rgb(254 205 211 / 0.2); }
.border-l-rose-200\/25{ border-left-color: rgb(254 205 211 / 0.25); }
.border-l-rose-200\/30{ border-left-color: rgb(254 205 211 / 0.3); }
.border-l-rose-200\/40{ border-left-color: rgb(254 205 211 / 0.4); }
.border-l-rose-200\/5{ border-left-color: rgb(254 205 211 / 0.05); }
.border-l-rose-200\/50{ border-left-color: rgb(254 205 211 / 0.5); }
.border-l-rose-200\/60{ border-left-color: rgb(254 205 211 / 0.6); }
.border-l-rose-200\/70{ border-left-color: rgb(254 205 211 / 0.7); }
.border-l-rose-200\/75{ border-left-color: rgb(254 205 211 / 0.75); }
.border-l-rose-200\/80{ border-left-color: rgb(254 205 211 / 0.8); }
.border-l-rose-200\/90{ border-left-color: rgb(254 205 211 / 0.9); }
.border-l-rose-200\/95{ border-left-color: rgb(254 205 211 / 0.95); }
.border-l-rose-300{ --tw-border-opacity: 1; border-left-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-l-rose-300\/0{ border-left-color: rgb(253 164 175 / 0); }
.border-l-rose-300\/10{ border-left-color: rgb(253 164 175 / 0.1); }
.border-l-rose-300\/100{ border-left-color: rgb(253 164 175 / 1); }
.border-l-rose-300\/20{ border-left-color: rgb(253 164 175 / 0.2); }
.border-l-rose-300\/25{ border-left-color: rgb(253 164 175 / 0.25); }
.border-l-rose-300\/30{ border-left-color: rgb(253 164 175 / 0.3); }
.border-l-rose-300\/40{ border-left-color: rgb(253 164 175 / 0.4); }
.border-l-rose-300\/5{ border-left-color: rgb(253 164 175 / 0.05); }
.border-l-rose-300\/50{ border-left-color: rgb(253 164 175 / 0.5); }
.border-l-rose-300\/60{ border-left-color: rgb(253 164 175 / 0.6); }
.border-l-rose-300\/70{ border-left-color: rgb(253 164 175 / 0.7); }
.border-l-rose-300\/75{ border-left-color: rgb(253 164 175 / 0.75); }
.border-l-rose-300\/80{ border-left-color: rgb(253 164 175 / 0.8); }
.border-l-rose-300\/90{ border-left-color: rgb(253 164 175 / 0.9); }
.border-l-rose-300\/95{ border-left-color: rgb(253 164 175 / 0.95); }
.border-l-rose-400{ --tw-border-opacity: 1; border-left-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-l-rose-400\/0{ border-left-color: rgb(251 113 133 / 0); }
.border-l-rose-400\/10{ border-left-color: rgb(251 113 133 / 0.1); }
.border-l-rose-400\/100{ border-left-color: rgb(251 113 133 / 1); }
.border-l-rose-400\/20{ border-left-color: rgb(251 113 133 / 0.2); }
.border-l-rose-400\/25{ border-left-color: rgb(251 113 133 / 0.25); }
.border-l-rose-400\/30{ border-left-color: rgb(251 113 133 / 0.3); }
.border-l-rose-400\/40{ border-left-color: rgb(251 113 133 / 0.4); }
.border-l-rose-400\/5{ border-left-color: rgb(251 113 133 / 0.05); }
.border-l-rose-400\/50{ border-left-color: rgb(251 113 133 / 0.5); }
.border-l-rose-400\/60{ border-left-color: rgb(251 113 133 / 0.6); }
.border-l-rose-400\/70{ border-left-color: rgb(251 113 133 / 0.7); }
.border-l-rose-400\/75{ border-left-color: rgb(251 113 133 / 0.75); }
.border-l-rose-400\/80{ border-left-color: rgb(251 113 133 / 0.8); }
.border-l-rose-400\/90{ border-left-color: rgb(251 113 133 / 0.9); }
.border-l-rose-400\/95{ border-left-color: rgb(251 113 133 / 0.95); }
.border-l-rose-50{ --tw-border-opacity: 1; border-left-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-l-rose-50\/0{ border-left-color: rgb(255 241 242 / 0); }
.border-l-rose-50\/10{ border-left-color: rgb(255 241 242 / 0.1); }
.border-l-rose-50\/100{ border-left-color: rgb(255 241 242 / 1); }
.border-l-rose-50\/20{ border-left-color: rgb(255 241 242 / 0.2); }
.border-l-rose-50\/25{ border-left-color: rgb(255 241 242 / 0.25); }
.border-l-rose-50\/30{ border-left-color: rgb(255 241 242 / 0.3); }
.border-l-rose-50\/40{ border-left-color: rgb(255 241 242 / 0.4); }
.border-l-rose-50\/5{ border-left-color: rgb(255 241 242 / 0.05); }
.border-l-rose-50\/50{ border-left-color: rgb(255 241 242 / 0.5); }
.border-l-rose-50\/60{ border-left-color: rgb(255 241 242 / 0.6); }
.border-l-rose-50\/70{ border-left-color: rgb(255 241 242 / 0.7); }
.border-l-rose-50\/75{ border-left-color: rgb(255 241 242 / 0.75); }
.border-l-rose-50\/80{ border-left-color: rgb(255 241 242 / 0.8); }
.border-l-rose-50\/90{ border-left-color: rgb(255 241 242 / 0.9); }
.border-l-rose-50\/95{ border-left-color: rgb(255 241 242 / 0.95); }
.border-l-rose-500{ --tw-border-opacity: 1; border-left-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-l-rose-500\/0{ border-left-color: rgb(244 63 94 / 0); }
.border-l-rose-500\/10{ border-left-color: rgb(244 63 94 / 0.1); }
.border-l-rose-500\/100{ border-left-color: rgb(244 63 94 / 1); }
.border-l-rose-500\/20{ border-left-color: rgb(244 63 94 / 0.2); }
.border-l-rose-500\/25{ border-left-color: rgb(244 63 94 / 0.25); }
.border-l-rose-500\/30{ border-left-color: rgb(244 63 94 / 0.3); }
.border-l-rose-500\/40{ border-left-color: rgb(244 63 94 / 0.4); }
.border-l-rose-500\/5{ border-left-color: rgb(244 63 94 / 0.05); }
.border-l-rose-500\/50{ border-left-color: rgb(244 63 94 / 0.5); }
.border-l-rose-500\/60{ border-left-color: rgb(244 63 94 / 0.6); }
.border-l-rose-500\/70{ border-left-color: rgb(244 63 94 / 0.7); }
.border-l-rose-500\/75{ border-left-color: rgb(244 63 94 / 0.75); }
.border-l-rose-500\/80{ border-left-color: rgb(244 63 94 / 0.8); }
.border-l-rose-500\/90{ border-left-color: rgb(244 63 94 / 0.9); }
.border-l-rose-500\/95{ border-left-color: rgb(244 63 94 / 0.95); }
.border-l-rose-600{ --tw-border-opacity: 1; border-left-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-l-rose-600\/0{ border-left-color: rgb(225 29 72 / 0); }
.border-l-rose-600\/10{ border-left-color: rgb(225 29 72 / 0.1); }
.border-l-rose-600\/100{ border-left-color: rgb(225 29 72 / 1); }
.border-l-rose-600\/20{ border-left-color: rgb(225 29 72 / 0.2); }
.border-l-rose-600\/25{ border-left-color: rgb(225 29 72 / 0.25); }
.border-l-rose-600\/30{ border-left-color: rgb(225 29 72 / 0.3); }
.border-l-rose-600\/40{ border-left-color: rgb(225 29 72 / 0.4); }
.border-l-rose-600\/5{ border-left-color: rgb(225 29 72 / 0.05); }
.border-l-rose-600\/50{ border-left-color: rgb(225 29 72 / 0.5); }
.border-l-rose-600\/60{ border-left-color: rgb(225 29 72 / 0.6); }
.border-l-rose-600\/70{ border-left-color: rgb(225 29 72 / 0.7); }
.border-l-rose-600\/75{ border-left-color: rgb(225 29 72 / 0.75); }
.border-l-rose-600\/80{ border-left-color: rgb(225 29 72 / 0.8); }
.border-l-rose-600\/90{ border-left-color: rgb(225 29 72 / 0.9); }
.border-l-rose-600\/95{ border-left-color: rgb(225 29 72 / 0.95); }
.border-l-rose-700{ --tw-border-opacity: 1; border-left-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-l-rose-700\/0{ border-left-color: rgb(190 18 60 / 0); }
.border-l-rose-700\/10{ border-left-color: rgb(190 18 60 / 0.1); }
.border-l-rose-700\/100{ border-left-color: rgb(190 18 60 / 1); }
.border-l-rose-700\/20{ border-left-color: rgb(190 18 60 / 0.2); }
.border-l-rose-700\/25{ border-left-color: rgb(190 18 60 / 0.25); }
.border-l-rose-700\/30{ border-left-color: rgb(190 18 60 / 0.3); }
.border-l-rose-700\/40{ border-left-color: rgb(190 18 60 / 0.4); }
.border-l-rose-700\/5{ border-left-color: rgb(190 18 60 / 0.05); }
.border-l-rose-700\/50{ border-left-color: rgb(190 18 60 / 0.5); }
.border-l-rose-700\/60{ border-left-color: rgb(190 18 60 / 0.6); }
.border-l-rose-700\/70{ border-left-color: rgb(190 18 60 / 0.7); }
.border-l-rose-700\/75{ border-left-color: rgb(190 18 60 / 0.75); }
.border-l-rose-700\/80{ border-left-color: rgb(190 18 60 / 0.8); }
.border-l-rose-700\/90{ border-left-color: rgb(190 18 60 / 0.9); }
.border-l-rose-700\/95{ border-left-color: rgb(190 18 60 / 0.95); }
.border-l-rose-800{ --tw-border-opacity: 1; border-left-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-l-rose-800\/0{ border-left-color: rgb(159 18 57 / 0); }
.border-l-rose-800\/10{ border-left-color: rgb(159 18 57 / 0.1); }
.border-l-rose-800\/100{ border-left-color: rgb(159 18 57 / 1); }
.border-l-rose-800\/20{ border-left-color: rgb(159 18 57 / 0.2); }
.border-l-rose-800\/25{ border-left-color: rgb(159 18 57 / 0.25); }
.border-l-rose-800\/30{ border-left-color: rgb(159 18 57 / 0.3); }
.border-l-rose-800\/40{ border-left-color: rgb(159 18 57 / 0.4); }
.border-l-rose-800\/5{ border-left-color: rgb(159 18 57 / 0.05); }
.border-l-rose-800\/50{ border-left-color: rgb(159 18 57 / 0.5); }
.border-l-rose-800\/60{ border-left-color: rgb(159 18 57 / 0.6); }
.border-l-rose-800\/70{ border-left-color: rgb(159 18 57 / 0.7); }
.border-l-rose-800\/75{ border-left-color: rgb(159 18 57 / 0.75); }
.border-l-rose-800\/80{ border-left-color: rgb(159 18 57 / 0.8); }
.border-l-rose-800\/90{ border-left-color: rgb(159 18 57 / 0.9); }
.border-l-rose-800\/95{ border-left-color: rgb(159 18 57 / 0.95); }
.border-l-rose-900{ --tw-border-opacity: 1; border-left-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-l-rose-900\/0{ border-left-color: rgb(136 19 55 / 0); }
.border-l-rose-900\/10{ border-left-color: rgb(136 19 55 / 0.1); }
.border-l-rose-900\/100{ border-left-color: rgb(136 19 55 / 1); }
.border-l-rose-900\/20{ border-left-color: rgb(136 19 55 / 0.2); }
.border-l-rose-900\/25{ border-left-color: rgb(136 19 55 / 0.25); }
.border-l-rose-900\/30{ border-left-color: rgb(136 19 55 / 0.3); }
.border-l-rose-900\/40{ border-left-color: rgb(136 19 55 / 0.4); }
.border-l-rose-900\/5{ border-left-color: rgb(136 19 55 / 0.05); }
.border-l-rose-900\/50{ border-left-color: rgb(136 19 55 / 0.5); }
.border-l-rose-900\/60{ border-left-color: rgb(136 19 55 / 0.6); }
.border-l-rose-900\/70{ border-left-color: rgb(136 19 55 / 0.7); }
.border-l-rose-900\/75{ border-left-color: rgb(136 19 55 / 0.75); }
.border-l-rose-900\/80{ border-left-color: rgb(136 19 55 / 0.8); }
.border-l-rose-900\/90{ border-left-color: rgb(136 19 55 / 0.9); }
.border-l-rose-900\/95{ border-left-color: rgb(136 19 55 / 0.95); }
.border-l-rose-950{ --tw-border-opacity: 1; border-left-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-l-rose-950\/0{ border-left-color: rgb(76 5 25 / 0); }
.border-l-rose-950\/10{ border-left-color: rgb(76 5 25 / 0.1); }
.border-l-rose-950\/100{ border-left-color: rgb(76 5 25 / 1); }
.border-l-rose-950\/20{ border-left-color: rgb(76 5 25 / 0.2); }
.border-l-rose-950\/25{ border-left-color: rgb(76 5 25 / 0.25); }
.border-l-rose-950\/30{ border-left-color: rgb(76 5 25 / 0.3); }
.border-l-rose-950\/40{ border-left-color: rgb(76 5 25 / 0.4); }
.border-l-rose-950\/5{ border-left-color: rgb(76 5 25 / 0.05); }
.border-l-rose-950\/50{ border-left-color: rgb(76 5 25 / 0.5); }
.border-l-rose-950\/60{ border-left-color: rgb(76 5 25 / 0.6); }
.border-l-rose-950\/70{ border-left-color: rgb(76 5 25 / 0.7); }
.border-l-rose-950\/75{ border-left-color: rgb(76 5 25 / 0.75); }
.border-l-rose-950\/80{ border-left-color: rgb(76 5 25 / 0.8); }
.border-l-rose-950\/90{ border-left-color: rgb(76 5 25 / 0.9); }
.border-l-rose-950\/95{ border-left-color: rgb(76 5 25 / 0.95); }
.border-l-sky-100{ --tw-border-opacity: 1; border-left-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-l-sky-100\/0{ border-left-color: rgb(224 242 254 / 0); }
.border-l-sky-100\/10{ border-left-color: rgb(224 242 254 / 0.1); }
.border-l-sky-100\/100{ border-left-color: rgb(224 242 254 / 1); }
.border-l-sky-100\/20{ border-left-color: rgb(224 242 254 / 0.2); }
.border-l-sky-100\/25{ border-left-color: rgb(224 242 254 / 0.25); }
.border-l-sky-100\/30{ border-left-color: rgb(224 242 254 / 0.3); }
.border-l-sky-100\/40{ border-left-color: rgb(224 242 254 / 0.4); }
.border-l-sky-100\/5{ border-left-color: rgb(224 242 254 / 0.05); }
.border-l-sky-100\/50{ border-left-color: rgb(224 242 254 / 0.5); }
.border-l-sky-100\/60{ border-left-color: rgb(224 242 254 / 0.6); }
.border-l-sky-100\/70{ border-left-color: rgb(224 242 254 / 0.7); }
.border-l-sky-100\/75{ border-left-color: rgb(224 242 254 / 0.75); }
.border-l-sky-100\/80{ border-left-color: rgb(224 242 254 / 0.8); }
.border-l-sky-100\/90{ border-left-color: rgb(224 242 254 / 0.9); }
.border-l-sky-100\/95{ border-left-color: rgb(224 242 254 / 0.95); }
.border-l-sky-200{ --tw-border-opacity: 1; border-left-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-l-sky-200\/0{ border-left-color: rgb(186 230 253 / 0); }
.border-l-sky-200\/10{ border-left-color: rgb(186 230 253 / 0.1); }
.border-l-sky-200\/100{ border-left-color: rgb(186 230 253 / 1); }
.border-l-sky-200\/20{ border-left-color: rgb(186 230 253 / 0.2); }
.border-l-sky-200\/25{ border-left-color: rgb(186 230 253 / 0.25); }
.border-l-sky-200\/30{ border-left-color: rgb(186 230 253 / 0.3); }
.border-l-sky-200\/40{ border-left-color: rgb(186 230 253 / 0.4); }
.border-l-sky-200\/5{ border-left-color: rgb(186 230 253 / 0.05); }
.border-l-sky-200\/50{ border-left-color: rgb(186 230 253 / 0.5); }
.border-l-sky-200\/60{ border-left-color: rgb(186 230 253 / 0.6); }
.border-l-sky-200\/70{ border-left-color: rgb(186 230 253 / 0.7); }
.border-l-sky-200\/75{ border-left-color: rgb(186 230 253 / 0.75); }
.border-l-sky-200\/80{ border-left-color: rgb(186 230 253 / 0.8); }
.border-l-sky-200\/90{ border-left-color: rgb(186 230 253 / 0.9); }
.border-l-sky-200\/95{ border-left-color: rgb(186 230 253 / 0.95); }
.border-l-sky-300{ --tw-border-opacity: 1; border-left-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-l-sky-300\/0{ border-left-color: rgb(125 211 252 / 0); }
.border-l-sky-300\/10{ border-left-color: rgb(125 211 252 / 0.1); }
.border-l-sky-300\/100{ border-left-color: rgb(125 211 252 / 1); }
.border-l-sky-300\/20{ border-left-color: rgb(125 211 252 / 0.2); }
.border-l-sky-300\/25{ border-left-color: rgb(125 211 252 / 0.25); }
.border-l-sky-300\/30{ border-left-color: rgb(125 211 252 / 0.3); }
.border-l-sky-300\/40{ border-left-color: rgb(125 211 252 / 0.4); }
.border-l-sky-300\/5{ border-left-color: rgb(125 211 252 / 0.05); }
.border-l-sky-300\/50{ border-left-color: rgb(125 211 252 / 0.5); }
.border-l-sky-300\/60{ border-left-color: rgb(125 211 252 / 0.6); }
.border-l-sky-300\/70{ border-left-color: rgb(125 211 252 / 0.7); }
.border-l-sky-300\/75{ border-left-color: rgb(125 211 252 / 0.75); }
.border-l-sky-300\/80{ border-left-color: rgb(125 211 252 / 0.8); }
.border-l-sky-300\/90{ border-left-color: rgb(125 211 252 / 0.9); }
.border-l-sky-300\/95{ border-left-color: rgb(125 211 252 / 0.95); }
.border-l-sky-400{ --tw-border-opacity: 1; border-left-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-l-sky-400\/0{ border-left-color: rgb(56 189 248 / 0); }
.border-l-sky-400\/10{ border-left-color: rgb(56 189 248 / 0.1); }
.border-l-sky-400\/100{ border-left-color: rgb(56 189 248 / 1); }
.border-l-sky-400\/20{ border-left-color: rgb(56 189 248 / 0.2); }
.border-l-sky-400\/25{ border-left-color: rgb(56 189 248 / 0.25); }
.border-l-sky-400\/30{ border-left-color: rgb(56 189 248 / 0.3); }
.border-l-sky-400\/40{ border-left-color: rgb(56 189 248 / 0.4); }
.border-l-sky-400\/5{ border-left-color: rgb(56 189 248 / 0.05); }
.border-l-sky-400\/50{ border-left-color: rgb(56 189 248 / 0.5); }
.border-l-sky-400\/60{ border-left-color: rgb(56 189 248 / 0.6); }
.border-l-sky-400\/70{ border-left-color: rgb(56 189 248 / 0.7); }
.border-l-sky-400\/75{ border-left-color: rgb(56 189 248 / 0.75); }
.border-l-sky-400\/80{ border-left-color: rgb(56 189 248 / 0.8); }
.border-l-sky-400\/90{ border-left-color: rgb(56 189 248 / 0.9); }
.border-l-sky-400\/95{ border-left-color: rgb(56 189 248 / 0.95); }
.border-l-sky-50{ --tw-border-opacity: 1; border-left-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-l-sky-50\/0{ border-left-color: rgb(240 249 255 / 0); }
.border-l-sky-50\/10{ border-left-color: rgb(240 249 255 / 0.1); }
.border-l-sky-50\/100{ border-left-color: rgb(240 249 255 / 1); }
.border-l-sky-50\/20{ border-left-color: rgb(240 249 255 / 0.2); }
.border-l-sky-50\/25{ border-left-color: rgb(240 249 255 / 0.25); }
.border-l-sky-50\/30{ border-left-color: rgb(240 249 255 / 0.3); }
.border-l-sky-50\/40{ border-left-color: rgb(240 249 255 / 0.4); }
.border-l-sky-50\/5{ border-left-color: rgb(240 249 255 / 0.05); }
.border-l-sky-50\/50{ border-left-color: rgb(240 249 255 / 0.5); }
.border-l-sky-50\/60{ border-left-color: rgb(240 249 255 / 0.6); }
.border-l-sky-50\/70{ border-left-color: rgb(240 249 255 / 0.7); }
.border-l-sky-50\/75{ border-left-color: rgb(240 249 255 / 0.75); }
.border-l-sky-50\/80{ border-left-color: rgb(240 249 255 / 0.8); }
.border-l-sky-50\/90{ border-left-color: rgb(240 249 255 / 0.9); }
.border-l-sky-50\/95{ border-left-color: rgb(240 249 255 / 0.95); }
.border-l-sky-500{ --tw-border-opacity: 1; border-left-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-l-sky-500\/0{ border-left-color: rgb(14 165 233 / 0); }
.border-l-sky-500\/10{ border-left-color: rgb(14 165 233 / 0.1); }
.border-l-sky-500\/100{ border-left-color: rgb(14 165 233 / 1); }
.border-l-sky-500\/20{ border-left-color: rgb(14 165 233 / 0.2); }
.border-l-sky-500\/25{ border-left-color: rgb(14 165 233 / 0.25); }
.border-l-sky-500\/30{ border-left-color: rgb(14 165 233 / 0.3); }
.border-l-sky-500\/40{ border-left-color: rgb(14 165 233 / 0.4); }
.border-l-sky-500\/5{ border-left-color: rgb(14 165 233 / 0.05); }
.border-l-sky-500\/50{ border-left-color: rgb(14 165 233 / 0.5); }
.border-l-sky-500\/60{ border-left-color: rgb(14 165 233 / 0.6); }
.border-l-sky-500\/70{ border-left-color: rgb(14 165 233 / 0.7); }
.border-l-sky-500\/75{ border-left-color: rgb(14 165 233 / 0.75); }
.border-l-sky-500\/80{ border-left-color: rgb(14 165 233 / 0.8); }
.border-l-sky-500\/90{ border-left-color: rgb(14 165 233 / 0.9); }
.border-l-sky-500\/95{ border-left-color: rgb(14 165 233 / 0.95); }
.border-l-sky-600{ --tw-border-opacity: 1; border-left-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-l-sky-600\/0{ border-left-color: rgb(2 132 199 / 0); }
.border-l-sky-600\/10{ border-left-color: rgb(2 132 199 / 0.1); }
.border-l-sky-600\/100{ border-left-color: rgb(2 132 199 / 1); }
.border-l-sky-600\/20{ border-left-color: rgb(2 132 199 / 0.2); }
.border-l-sky-600\/25{ border-left-color: rgb(2 132 199 / 0.25); }
.border-l-sky-600\/30{ border-left-color: rgb(2 132 199 / 0.3); }
.border-l-sky-600\/40{ border-left-color: rgb(2 132 199 / 0.4); }
.border-l-sky-600\/5{ border-left-color: rgb(2 132 199 / 0.05); }
.border-l-sky-600\/50{ border-left-color: rgb(2 132 199 / 0.5); }
.border-l-sky-600\/60{ border-left-color: rgb(2 132 199 / 0.6); }
.border-l-sky-600\/70{ border-left-color: rgb(2 132 199 / 0.7); }
.border-l-sky-600\/75{ border-left-color: rgb(2 132 199 / 0.75); }
.border-l-sky-600\/80{ border-left-color: rgb(2 132 199 / 0.8); }
.border-l-sky-600\/90{ border-left-color: rgb(2 132 199 / 0.9); }
.border-l-sky-600\/95{ border-left-color: rgb(2 132 199 / 0.95); }
.border-l-sky-700{ --tw-border-opacity: 1; border-left-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-l-sky-700\/0{ border-left-color: rgb(3 105 161 / 0); }
.border-l-sky-700\/10{ border-left-color: rgb(3 105 161 / 0.1); }
.border-l-sky-700\/100{ border-left-color: rgb(3 105 161 / 1); }
.border-l-sky-700\/20{ border-left-color: rgb(3 105 161 / 0.2); }
.border-l-sky-700\/25{ border-left-color: rgb(3 105 161 / 0.25); }
.border-l-sky-700\/30{ border-left-color: rgb(3 105 161 / 0.3); }
.border-l-sky-700\/40{ border-left-color: rgb(3 105 161 / 0.4); }
.border-l-sky-700\/5{ border-left-color: rgb(3 105 161 / 0.05); }
.border-l-sky-700\/50{ border-left-color: rgb(3 105 161 / 0.5); }
.border-l-sky-700\/60{ border-left-color: rgb(3 105 161 / 0.6); }
.border-l-sky-700\/70{ border-left-color: rgb(3 105 161 / 0.7); }
.border-l-sky-700\/75{ border-left-color: rgb(3 105 161 / 0.75); }
.border-l-sky-700\/80{ border-left-color: rgb(3 105 161 / 0.8); }
.border-l-sky-700\/90{ border-left-color: rgb(3 105 161 / 0.9); }
.border-l-sky-700\/95{ border-left-color: rgb(3 105 161 / 0.95); }
.border-l-sky-800{ --tw-border-opacity: 1; border-left-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-l-sky-800\/0{ border-left-color: rgb(7 89 133 / 0); }
.border-l-sky-800\/10{ border-left-color: rgb(7 89 133 / 0.1); }
.border-l-sky-800\/100{ border-left-color: rgb(7 89 133 / 1); }
.border-l-sky-800\/20{ border-left-color: rgb(7 89 133 / 0.2); }
.border-l-sky-800\/25{ border-left-color: rgb(7 89 133 / 0.25); }
.border-l-sky-800\/30{ border-left-color: rgb(7 89 133 / 0.3); }
.border-l-sky-800\/40{ border-left-color: rgb(7 89 133 / 0.4); }
.border-l-sky-800\/5{ border-left-color: rgb(7 89 133 / 0.05); }
.border-l-sky-800\/50{ border-left-color: rgb(7 89 133 / 0.5); }
.border-l-sky-800\/60{ border-left-color: rgb(7 89 133 / 0.6); }
.border-l-sky-800\/70{ border-left-color: rgb(7 89 133 / 0.7); }
.border-l-sky-800\/75{ border-left-color: rgb(7 89 133 / 0.75); }
.border-l-sky-800\/80{ border-left-color: rgb(7 89 133 / 0.8); }
.border-l-sky-800\/90{ border-left-color: rgb(7 89 133 / 0.9); }
.border-l-sky-800\/95{ border-left-color: rgb(7 89 133 / 0.95); }
.border-l-sky-900{ --tw-border-opacity: 1; border-left-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-l-sky-900\/0{ border-left-color: rgb(12 74 110 / 0); }
.border-l-sky-900\/10{ border-left-color: rgb(12 74 110 / 0.1); }
.border-l-sky-900\/100{ border-left-color: rgb(12 74 110 / 1); }
.border-l-sky-900\/20{ border-left-color: rgb(12 74 110 / 0.2); }
.border-l-sky-900\/25{ border-left-color: rgb(12 74 110 / 0.25); }
.border-l-sky-900\/30{ border-left-color: rgb(12 74 110 / 0.3); }
.border-l-sky-900\/40{ border-left-color: rgb(12 74 110 / 0.4); }
.border-l-sky-900\/5{ border-left-color: rgb(12 74 110 / 0.05); }
.border-l-sky-900\/50{ border-left-color: rgb(12 74 110 / 0.5); }
.border-l-sky-900\/60{ border-left-color: rgb(12 74 110 / 0.6); }
.border-l-sky-900\/70{ border-left-color: rgb(12 74 110 / 0.7); }
.border-l-sky-900\/75{ border-left-color: rgb(12 74 110 / 0.75); }
.border-l-sky-900\/80{ border-left-color: rgb(12 74 110 / 0.8); }
.border-l-sky-900\/90{ border-left-color: rgb(12 74 110 / 0.9); }
.border-l-sky-900\/95{ border-left-color: rgb(12 74 110 / 0.95); }
.border-l-sky-950{ --tw-border-opacity: 1; border-left-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-l-sky-950\/0{ border-left-color: rgb(8 47 73 / 0); }
.border-l-sky-950\/10{ border-left-color: rgb(8 47 73 / 0.1); }
.border-l-sky-950\/100{ border-left-color: rgb(8 47 73 / 1); }
.border-l-sky-950\/20{ border-left-color: rgb(8 47 73 / 0.2); }
.border-l-sky-950\/25{ border-left-color: rgb(8 47 73 / 0.25); }
.border-l-sky-950\/30{ border-left-color: rgb(8 47 73 / 0.3); }
.border-l-sky-950\/40{ border-left-color: rgb(8 47 73 / 0.4); }
.border-l-sky-950\/5{ border-left-color: rgb(8 47 73 / 0.05); }
.border-l-sky-950\/50{ border-left-color: rgb(8 47 73 / 0.5); }
.border-l-sky-950\/60{ border-left-color: rgb(8 47 73 / 0.6); }
.border-l-sky-950\/70{ border-left-color: rgb(8 47 73 / 0.7); }
.border-l-sky-950\/75{ border-left-color: rgb(8 47 73 / 0.75); }
.border-l-sky-950\/80{ border-left-color: rgb(8 47 73 / 0.8); }
.border-l-sky-950\/90{ border-left-color: rgb(8 47 73 / 0.9); }
.border-l-sky-950\/95{ border-left-color: rgb(8 47 73 / 0.95); }
.border-l-slate-100{ --tw-border-opacity: 1; border-left-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-l-slate-100\/0{ border-left-color: rgb(241 245 249 / 0); }
.border-l-slate-100\/10{ border-left-color: rgb(241 245 249 / 0.1); }
.border-l-slate-100\/100{ border-left-color: rgb(241 245 249 / 1); }
.border-l-slate-100\/20{ border-left-color: rgb(241 245 249 / 0.2); }
.border-l-slate-100\/25{ border-left-color: rgb(241 245 249 / 0.25); }
.border-l-slate-100\/30{ border-left-color: rgb(241 245 249 / 0.3); }
.border-l-slate-100\/40{ border-left-color: rgb(241 245 249 / 0.4); }
.border-l-slate-100\/5{ border-left-color: rgb(241 245 249 / 0.05); }
.border-l-slate-100\/50{ border-left-color: rgb(241 245 249 / 0.5); }
.border-l-slate-100\/60{ border-left-color: rgb(241 245 249 / 0.6); }
.border-l-slate-100\/70{ border-left-color: rgb(241 245 249 / 0.7); }
.border-l-slate-100\/75{ border-left-color: rgb(241 245 249 / 0.75); }
.border-l-slate-100\/80{ border-left-color: rgb(241 245 249 / 0.8); }
.border-l-slate-100\/90{ border-left-color: rgb(241 245 249 / 0.9); }
.border-l-slate-100\/95{ border-left-color: rgb(241 245 249 / 0.95); }
.border-l-slate-200{ --tw-border-opacity: 1; border-left-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-l-slate-200\/0{ border-left-color: rgb(226 232 240 / 0); }
.border-l-slate-200\/10{ border-left-color: rgb(226 232 240 / 0.1); }
.border-l-slate-200\/100{ border-left-color: rgb(226 232 240 / 1); }
.border-l-slate-200\/20{ border-left-color: rgb(226 232 240 / 0.2); }
.border-l-slate-200\/25{ border-left-color: rgb(226 232 240 / 0.25); }
.border-l-slate-200\/30{ border-left-color: rgb(226 232 240 / 0.3); }
.border-l-slate-200\/40{ border-left-color: rgb(226 232 240 / 0.4); }
.border-l-slate-200\/5{ border-left-color: rgb(226 232 240 / 0.05); }
.border-l-slate-200\/50{ border-left-color: rgb(226 232 240 / 0.5); }
.border-l-slate-200\/60{ border-left-color: rgb(226 232 240 / 0.6); }
.border-l-slate-200\/70{ border-left-color: rgb(226 232 240 / 0.7); }
.border-l-slate-200\/75{ border-left-color: rgb(226 232 240 / 0.75); }
.border-l-slate-200\/80{ border-left-color: rgb(226 232 240 / 0.8); }
.border-l-slate-200\/90{ border-left-color: rgb(226 232 240 / 0.9); }
.border-l-slate-200\/95{ border-left-color: rgb(226 232 240 / 0.95); }
.border-l-slate-300{ --tw-border-opacity: 1; border-left-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-l-slate-300\/0{ border-left-color: rgb(203 213 225 / 0); }
.border-l-slate-300\/10{ border-left-color: rgb(203 213 225 / 0.1); }
.border-l-slate-300\/100{ border-left-color: rgb(203 213 225 / 1); }
.border-l-slate-300\/20{ border-left-color: rgb(203 213 225 / 0.2); }
.border-l-slate-300\/25{ border-left-color: rgb(203 213 225 / 0.25); }
.border-l-slate-300\/30{ border-left-color: rgb(203 213 225 / 0.3); }
.border-l-slate-300\/40{ border-left-color: rgb(203 213 225 / 0.4); }
.border-l-slate-300\/5{ border-left-color: rgb(203 213 225 / 0.05); }
.border-l-slate-300\/50{ border-left-color: rgb(203 213 225 / 0.5); }
.border-l-slate-300\/60{ border-left-color: rgb(203 213 225 / 0.6); }
.border-l-slate-300\/70{ border-left-color: rgb(203 213 225 / 0.7); }
.border-l-slate-300\/75{ border-left-color: rgb(203 213 225 / 0.75); }
.border-l-slate-300\/80{ border-left-color: rgb(203 213 225 / 0.8); }
.border-l-slate-300\/90{ border-left-color: rgb(203 213 225 / 0.9); }
.border-l-slate-300\/95{ border-left-color: rgb(203 213 225 / 0.95); }
.border-l-slate-400{ --tw-border-opacity: 1; border-left-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-l-slate-400\/0{ border-left-color: rgb(148 163 184 / 0); }
.border-l-slate-400\/10{ border-left-color: rgb(148 163 184 / 0.1); }
.border-l-slate-400\/100{ border-left-color: rgb(148 163 184 / 1); }
.border-l-slate-400\/20{ border-left-color: rgb(148 163 184 / 0.2); }
.border-l-slate-400\/25{ border-left-color: rgb(148 163 184 / 0.25); }
.border-l-slate-400\/30{ border-left-color: rgb(148 163 184 / 0.3); }
.border-l-slate-400\/40{ border-left-color: rgb(148 163 184 / 0.4); }
.border-l-slate-400\/5{ border-left-color: rgb(148 163 184 / 0.05); }
.border-l-slate-400\/50{ border-left-color: rgb(148 163 184 / 0.5); }
.border-l-slate-400\/60{ border-left-color: rgb(148 163 184 / 0.6); }
.border-l-slate-400\/70{ border-left-color: rgb(148 163 184 / 0.7); }
.border-l-slate-400\/75{ border-left-color: rgb(148 163 184 / 0.75); }
.border-l-slate-400\/80{ border-left-color: rgb(148 163 184 / 0.8); }
.border-l-slate-400\/90{ border-left-color: rgb(148 163 184 / 0.9); }
.border-l-slate-400\/95{ border-left-color: rgb(148 163 184 / 0.95); }
.border-l-slate-50{ --tw-border-opacity: 1; border-left-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-l-slate-50\/0{ border-left-color: rgb(248 250 252 / 0); }
.border-l-slate-50\/10{ border-left-color: rgb(248 250 252 / 0.1); }
.border-l-slate-50\/100{ border-left-color: rgb(248 250 252 / 1); }
.border-l-slate-50\/20{ border-left-color: rgb(248 250 252 / 0.2); }
.border-l-slate-50\/25{ border-left-color: rgb(248 250 252 / 0.25); }
.border-l-slate-50\/30{ border-left-color: rgb(248 250 252 / 0.3); }
.border-l-slate-50\/40{ border-left-color: rgb(248 250 252 / 0.4); }
.border-l-slate-50\/5{ border-left-color: rgb(248 250 252 / 0.05); }
.border-l-slate-50\/50{ border-left-color: rgb(248 250 252 / 0.5); }
.border-l-slate-50\/60{ border-left-color: rgb(248 250 252 / 0.6); }
.border-l-slate-50\/70{ border-left-color: rgb(248 250 252 / 0.7); }
.border-l-slate-50\/75{ border-left-color: rgb(248 250 252 / 0.75); }
.border-l-slate-50\/80{ border-left-color: rgb(248 250 252 / 0.8); }
.border-l-slate-50\/90{ border-left-color: rgb(248 250 252 / 0.9); }
.border-l-slate-50\/95{ border-left-color: rgb(248 250 252 / 0.95); }
.border-l-slate-500{ --tw-border-opacity: 1; border-left-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-l-slate-500\/0{ border-left-color: rgb(100 116 139 / 0); }
.border-l-slate-500\/10{ border-left-color: rgb(100 116 139 / 0.1); }
.border-l-slate-500\/100{ border-left-color: rgb(100 116 139 / 1); }
.border-l-slate-500\/20{ border-left-color: rgb(100 116 139 / 0.2); }
.border-l-slate-500\/25{ border-left-color: rgb(100 116 139 / 0.25); }
.border-l-slate-500\/30{ border-left-color: rgb(100 116 139 / 0.3); }
.border-l-slate-500\/40{ border-left-color: rgb(100 116 139 / 0.4); }
.border-l-slate-500\/5{ border-left-color: rgb(100 116 139 / 0.05); }
.border-l-slate-500\/50{ border-left-color: rgb(100 116 139 / 0.5); }
.border-l-slate-500\/60{ border-left-color: rgb(100 116 139 / 0.6); }
.border-l-slate-500\/70{ border-left-color: rgb(100 116 139 / 0.7); }
.border-l-slate-500\/75{ border-left-color: rgb(100 116 139 / 0.75); }
.border-l-slate-500\/80{ border-left-color: rgb(100 116 139 / 0.8); }
.border-l-slate-500\/90{ border-left-color: rgb(100 116 139 / 0.9); }
.border-l-slate-500\/95{ border-left-color: rgb(100 116 139 / 0.95); }
.border-l-slate-600{ --tw-border-opacity: 1; border-left-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-l-slate-600\/0{ border-left-color: rgb(71 85 105 / 0); }
.border-l-slate-600\/10{ border-left-color: rgb(71 85 105 / 0.1); }
.border-l-slate-600\/100{ border-left-color: rgb(71 85 105 / 1); }
.border-l-slate-600\/20{ border-left-color: rgb(71 85 105 / 0.2); }
.border-l-slate-600\/25{ border-left-color: rgb(71 85 105 / 0.25); }
.border-l-slate-600\/30{ border-left-color: rgb(71 85 105 / 0.3); }
.border-l-slate-600\/40{ border-left-color: rgb(71 85 105 / 0.4); }
.border-l-slate-600\/5{ border-left-color: rgb(71 85 105 / 0.05); }
.border-l-slate-600\/50{ border-left-color: rgb(71 85 105 / 0.5); }
.border-l-slate-600\/60{ border-left-color: rgb(71 85 105 / 0.6); }
.border-l-slate-600\/70{ border-left-color: rgb(71 85 105 / 0.7); }
.border-l-slate-600\/75{ border-left-color: rgb(71 85 105 / 0.75); }
.border-l-slate-600\/80{ border-left-color: rgb(71 85 105 / 0.8); }
.border-l-slate-600\/90{ border-left-color: rgb(71 85 105 / 0.9); }
.border-l-slate-600\/95{ border-left-color: rgb(71 85 105 / 0.95); }
.border-l-slate-700{ --tw-border-opacity: 1; border-left-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-l-slate-700\/0{ border-left-color: rgb(51 65 85 / 0); }
.border-l-slate-700\/10{ border-left-color: rgb(51 65 85 / 0.1); }
.border-l-slate-700\/100{ border-left-color: rgb(51 65 85 / 1); }
.border-l-slate-700\/20{ border-left-color: rgb(51 65 85 / 0.2); }
.border-l-slate-700\/25{ border-left-color: rgb(51 65 85 / 0.25); }
.border-l-slate-700\/30{ border-left-color: rgb(51 65 85 / 0.3); }
.border-l-slate-700\/40{ border-left-color: rgb(51 65 85 / 0.4); }
.border-l-slate-700\/5{ border-left-color: rgb(51 65 85 / 0.05); }
.border-l-slate-700\/50{ border-left-color: rgb(51 65 85 / 0.5); }
.border-l-slate-700\/60{ border-left-color: rgb(51 65 85 / 0.6); }
.border-l-slate-700\/70{ border-left-color: rgb(51 65 85 / 0.7); }
.border-l-slate-700\/75{ border-left-color: rgb(51 65 85 / 0.75); }
.border-l-slate-700\/80{ border-left-color: rgb(51 65 85 / 0.8); }
.border-l-slate-700\/90{ border-left-color: rgb(51 65 85 / 0.9); }
.border-l-slate-700\/95{ border-left-color: rgb(51 65 85 / 0.95); }
.border-l-slate-800{ --tw-border-opacity: 1; border-left-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-l-slate-800\/0{ border-left-color: rgb(30 41 59 / 0); }
.border-l-slate-800\/10{ border-left-color: rgb(30 41 59 / 0.1); }
.border-l-slate-800\/100{ border-left-color: rgb(30 41 59 / 1); }
.border-l-slate-800\/20{ border-left-color: rgb(30 41 59 / 0.2); }
.border-l-slate-800\/25{ border-left-color: rgb(30 41 59 / 0.25); }
.border-l-slate-800\/30{ border-left-color: rgb(30 41 59 / 0.3); }
.border-l-slate-800\/40{ border-left-color: rgb(30 41 59 / 0.4); }
.border-l-slate-800\/5{ border-left-color: rgb(30 41 59 / 0.05); }
.border-l-slate-800\/50{ border-left-color: rgb(30 41 59 / 0.5); }
.border-l-slate-800\/60{ border-left-color: rgb(30 41 59 / 0.6); }
.border-l-slate-800\/70{ border-left-color: rgb(30 41 59 / 0.7); }
.border-l-slate-800\/75{ border-left-color: rgb(30 41 59 / 0.75); }
.border-l-slate-800\/80{ border-left-color: rgb(30 41 59 / 0.8); }
.border-l-slate-800\/90{ border-left-color: rgb(30 41 59 / 0.9); }
.border-l-slate-800\/95{ border-left-color: rgb(30 41 59 / 0.95); }
.border-l-slate-900{ --tw-border-opacity: 1; border-left-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-l-slate-900\/0{ border-left-color: rgb(15 23 42 / 0); }
.border-l-slate-900\/10{ border-left-color: rgb(15 23 42 / 0.1); }
.border-l-slate-900\/100{ border-left-color: rgb(15 23 42 / 1); }
.border-l-slate-900\/20{ border-left-color: rgb(15 23 42 / 0.2); }
.border-l-slate-900\/25{ border-left-color: rgb(15 23 42 / 0.25); }
.border-l-slate-900\/30{ border-left-color: rgb(15 23 42 / 0.3); }
.border-l-slate-900\/40{ border-left-color: rgb(15 23 42 / 0.4); }
.border-l-slate-900\/5{ border-left-color: rgb(15 23 42 / 0.05); }
.border-l-slate-900\/50{ border-left-color: rgb(15 23 42 / 0.5); }
.border-l-slate-900\/60{ border-left-color: rgb(15 23 42 / 0.6); }
.border-l-slate-900\/70{ border-left-color: rgb(15 23 42 / 0.7); }
.border-l-slate-900\/75{ border-left-color: rgb(15 23 42 / 0.75); }
.border-l-slate-900\/80{ border-left-color: rgb(15 23 42 / 0.8); }
.border-l-slate-900\/90{ border-left-color: rgb(15 23 42 / 0.9); }
.border-l-slate-900\/95{ border-left-color: rgb(15 23 42 / 0.95); }
.border-l-slate-950{ --tw-border-opacity: 1; border-left-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-l-slate-950\/0{ border-left-color: rgb(2 6 23 / 0); }
.border-l-slate-950\/10{ border-left-color: rgb(2 6 23 / 0.1); }
.border-l-slate-950\/100{ border-left-color: rgb(2 6 23 / 1); }
.border-l-slate-950\/20{ border-left-color: rgb(2 6 23 / 0.2); }
.border-l-slate-950\/25{ border-left-color: rgb(2 6 23 / 0.25); }
.border-l-slate-950\/30{ border-left-color: rgb(2 6 23 / 0.3); }
.border-l-slate-950\/40{ border-left-color: rgb(2 6 23 / 0.4); }
.border-l-slate-950\/5{ border-left-color: rgb(2 6 23 / 0.05); }
.border-l-slate-950\/50{ border-left-color: rgb(2 6 23 / 0.5); }
.border-l-slate-950\/60{ border-left-color: rgb(2 6 23 / 0.6); }
.border-l-slate-950\/70{ border-left-color: rgb(2 6 23 / 0.7); }
.border-l-slate-950\/75{ border-left-color: rgb(2 6 23 / 0.75); }
.border-l-slate-950\/80{ border-left-color: rgb(2 6 23 / 0.8); }
.border-l-slate-950\/90{ border-left-color: rgb(2 6 23 / 0.9); }
.border-l-slate-950\/95{ border-left-color: rgb(2 6 23 / 0.95); }
.border-l-stone-100{ --tw-border-opacity: 1; border-left-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-l-stone-100\/0{ border-left-color: rgb(245 245 244 / 0); }
.border-l-stone-100\/10{ border-left-color: rgb(245 245 244 / 0.1); }
.border-l-stone-100\/100{ border-left-color: rgb(245 245 244 / 1); }
.border-l-stone-100\/20{ border-left-color: rgb(245 245 244 / 0.2); }
.border-l-stone-100\/25{ border-left-color: rgb(245 245 244 / 0.25); }
.border-l-stone-100\/30{ border-left-color: rgb(245 245 244 / 0.3); }
.border-l-stone-100\/40{ border-left-color: rgb(245 245 244 / 0.4); }
.border-l-stone-100\/5{ border-left-color: rgb(245 245 244 / 0.05); }
.border-l-stone-100\/50{ border-left-color: rgb(245 245 244 / 0.5); }
.border-l-stone-100\/60{ border-left-color: rgb(245 245 244 / 0.6); }
.border-l-stone-100\/70{ border-left-color: rgb(245 245 244 / 0.7); }
.border-l-stone-100\/75{ border-left-color: rgb(245 245 244 / 0.75); }
.border-l-stone-100\/80{ border-left-color: rgb(245 245 244 / 0.8); }
.border-l-stone-100\/90{ border-left-color: rgb(245 245 244 / 0.9); }
.border-l-stone-100\/95{ border-left-color: rgb(245 245 244 / 0.95); }
.border-l-stone-200{ --tw-border-opacity: 1; border-left-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-l-stone-200\/0{ border-left-color: rgb(231 229 228 / 0); }
.border-l-stone-200\/10{ border-left-color: rgb(231 229 228 / 0.1); }
.border-l-stone-200\/100{ border-left-color: rgb(231 229 228 / 1); }
.border-l-stone-200\/20{ border-left-color: rgb(231 229 228 / 0.2); }
.border-l-stone-200\/25{ border-left-color: rgb(231 229 228 / 0.25); }
.border-l-stone-200\/30{ border-left-color: rgb(231 229 228 / 0.3); }
.border-l-stone-200\/40{ border-left-color: rgb(231 229 228 / 0.4); }
.border-l-stone-200\/5{ border-left-color: rgb(231 229 228 / 0.05); }
.border-l-stone-200\/50{ border-left-color: rgb(231 229 228 / 0.5); }
.border-l-stone-200\/60{ border-left-color: rgb(231 229 228 / 0.6); }
.border-l-stone-200\/70{ border-left-color: rgb(231 229 228 / 0.7); }
.border-l-stone-200\/75{ border-left-color: rgb(231 229 228 / 0.75); }
.border-l-stone-200\/80{ border-left-color: rgb(231 229 228 / 0.8); }
.border-l-stone-200\/90{ border-left-color: rgb(231 229 228 / 0.9); }
.border-l-stone-200\/95{ border-left-color: rgb(231 229 228 / 0.95); }
.border-l-stone-300{ --tw-border-opacity: 1; border-left-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-l-stone-300\/0{ border-left-color: rgb(214 211 209 / 0); }
.border-l-stone-300\/10{ border-left-color: rgb(214 211 209 / 0.1); }
.border-l-stone-300\/100{ border-left-color: rgb(214 211 209 / 1); }
.border-l-stone-300\/20{ border-left-color: rgb(214 211 209 / 0.2); }
.border-l-stone-300\/25{ border-left-color: rgb(214 211 209 / 0.25); }
.border-l-stone-300\/30{ border-left-color: rgb(214 211 209 / 0.3); }
.border-l-stone-300\/40{ border-left-color: rgb(214 211 209 / 0.4); }
.border-l-stone-300\/5{ border-left-color: rgb(214 211 209 / 0.05); }
.border-l-stone-300\/50{ border-left-color: rgb(214 211 209 / 0.5); }
.border-l-stone-300\/60{ border-left-color: rgb(214 211 209 / 0.6); }
.border-l-stone-300\/70{ border-left-color: rgb(214 211 209 / 0.7); }
.border-l-stone-300\/75{ border-left-color: rgb(214 211 209 / 0.75); }
.border-l-stone-300\/80{ border-left-color: rgb(214 211 209 / 0.8); }
.border-l-stone-300\/90{ border-left-color: rgb(214 211 209 / 0.9); }
.border-l-stone-300\/95{ border-left-color: rgb(214 211 209 / 0.95); }
.border-l-stone-400{ --tw-border-opacity: 1; border-left-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-l-stone-400\/0{ border-left-color: rgb(168 162 158 / 0); }
.border-l-stone-400\/10{ border-left-color: rgb(168 162 158 / 0.1); }
.border-l-stone-400\/100{ border-left-color: rgb(168 162 158 / 1); }
.border-l-stone-400\/20{ border-left-color: rgb(168 162 158 / 0.2); }
.border-l-stone-400\/25{ border-left-color: rgb(168 162 158 / 0.25); }
.border-l-stone-400\/30{ border-left-color: rgb(168 162 158 / 0.3); }
.border-l-stone-400\/40{ border-left-color: rgb(168 162 158 / 0.4); }
.border-l-stone-400\/5{ border-left-color: rgb(168 162 158 / 0.05); }
.border-l-stone-400\/50{ border-left-color: rgb(168 162 158 / 0.5); }
.border-l-stone-400\/60{ border-left-color: rgb(168 162 158 / 0.6); }
.border-l-stone-400\/70{ border-left-color: rgb(168 162 158 / 0.7); }
.border-l-stone-400\/75{ border-left-color: rgb(168 162 158 / 0.75); }
.border-l-stone-400\/80{ border-left-color: rgb(168 162 158 / 0.8); }
.border-l-stone-400\/90{ border-left-color: rgb(168 162 158 / 0.9); }
.border-l-stone-400\/95{ border-left-color: rgb(168 162 158 / 0.95); }
.border-l-stone-50{ --tw-border-opacity: 1; border-left-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-l-stone-50\/0{ border-left-color: rgb(250 250 249 / 0); }
.border-l-stone-50\/10{ border-left-color: rgb(250 250 249 / 0.1); }
.border-l-stone-50\/100{ border-left-color: rgb(250 250 249 / 1); }
.border-l-stone-50\/20{ border-left-color: rgb(250 250 249 / 0.2); }
.border-l-stone-50\/25{ border-left-color: rgb(250 250 249 / 0.25); }
.border-l-stone-50\/30{ border-left-color: rgb(250 250 249 / 0.3); }
.border-l-stone-50\/40{ border-left-color: rgb(250 250 249 / 0.4); }
.border-l-stone-50\/5{ border-left-color: rgb(250 250 249 / 0.05); }
.border-l-stone-50\/50{ border-left-color: rgb(250 250 249 / 0.5); }
.border-l-stone-50\/60{ border-left-color: rgb(250 250 249 / 0.6); }
.border-l-stone-50\/70{ border-left-color: rgb(250 250 249 / 0.7); }
.border-l-stone-50\/75{ border-left-color: rgb(250 250 249 / 0.75); }
.border-l-stone-50\/80{ border-left-color: rgb(250 250 249 / 0.8); }
.border-l-stone-50\/90{ border-left-color: rgb(250 250 249 / 0.9); }
.border-l-stone-50\/95{ border-left-color: rgb(250 250 249 / 0.95); }
.border-l-stone-500{ --tw-border-opacity: 1; border-left-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-l-stone-500\/0{ border-left-color: rgb(120 113 108 / 0); }
.border-l-stone-500\/10{ border-left-color: rgb(120 113 108 / 0.1); }
.border-l-stone-500\/100{ border-left-color: rgb(120 113 108 / 1); }
.border-l-stone-500\/20{ border-left-color: rgb(120 113 108 / 0.2); }
.border-l-stone-500\/25{ border-left-color: rgb(120 113 108 / 0.25); }
.border-l-stone-500\/30{ border-left-color: rgb(120 113 108 / 0.3); }
.border-l-stone-500\/40{ border-left-color: rgb(120 113 108 / 0.4); }
.border-l-stone-500\/5{ border-left-color: rgb(120 113 108 / 0.05); }
.border-l-stone-500\/50{ border-left-color: rgb(120 113 108 / 0.5); }
.border-l-stone-500\/60{ border-left-color: rgb(120 113 108 / 0.6); }
.border-l-stone-500\/70{ border-left-color: rgb(120 113 108 / 0.7); }
.border-l-stone-500\/75{ border-left-color: rgb(120 113 108 / 0.75); }
.border-l-stone-500\/80{ border-left-color: rgb(120 113 108 / 0.8); }
.border-l-stone-500\/90{ border-left-color: rgb(120 113 108 / 0.9); }
.border-l-stone-500\/95{ border-left-color: rgb(120 113 108 / 0.95); }
.border-l-stone-600{ --tw-border-opacity: 1; border-left-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-l-stone-600\/0{ border-left-color: rgb(87 83 78 / 0); }
.border-l-stone-600\/10{ border-left-color: rgb(87 83 78 / 0.1); }
.border-l-stone-600\/100{ border-left-color: rgb(87 83 78 / 1); }
.border-l-stone-600\/20{ border-left-color: rgb(87 83 78 / 0.2); }
.border-l-stone-600\/25{ border-left-color: rgb(87 83 78 / 0.25); }
.border-l-stone-600\/30{ border-left-color: rgb(87 83 78 / 0.3); }
.border-l-stone-600\/40{ border-left-color: rgb(87 83 78 / 0.4); }
.border-l-stone-600\/5{ border-left-color: rgb(87 83 78 / 0.05); }
.border-l-stone-600\/50{ border-left-color: rgb(87 83 78 / 0.5); }
.border-l-stone-600\/60{ border-left-color: rgb(87 83 78 / 0.6); }
.border-l-stone-600\/70{ border-left-color: rgb(87 83 78 / 0.7); }
.border-l-stone-600\/75{ border-left-color: rgb(87 83 78 / 0.75); }
.border-l-stone-600\/80{ border-left-color: rgb(87 83 78 / 0.8); }
.border-l-stone-600\/90{ border-left-color: rgb(87 83 78 / 0.9); }
.border-l-stone-600\/95{ border-left-color: rgb(87 83 78 / 0.95); }
.border-l-stone-700{ --tw-border-opacity: 1; border-left-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-l-stone-700\/0{ border-left-color: rgb(68 64 60 / 0); }
.border-l-stone-700\/10{ border-left-color: rgb(68 64 60 / 0.1); }
.border-l-stone-700\/100{ border-left-color: rgb(68 64 60 / 1); }
.border-l-stone-700\/20{ border-left-color: rgb(68 64 60 / 0.2); }
.border-l-stone-700\/25{ border-left-color: rgb(68 64 60 / 0.25); }
.border-l-stone-700\/30{ border-left-color: rgb(68 64 60 / 0.3); }
.border-l-stone-700\/40{ border-left-color: rgb(68 64 60 / 0.4); }
.border-l-stone-700\/5{ border-left-color: rgb(68 64 60 / 0.05); }
.border-l-stone-700\/50{ border-left-color: rgb(68 64 60 / 0.5); }
.border-l-stone-700\/60{ border-left-color: rgb(68 64 60 / 0.6); }
.border-l-stone-700\/70{ border-left-color: rgb(68 64 60 / 0.7); }
.border-l-stone-700\/75{ border-left-color: rgb(68 64 60 / 0.75); }
.border-l-stone-700\/80{ border-left-color: rgb(68 64 60 / 0.8); }
.border-l-stone-700\/90{ border-left-color: rgb(68 64 60 / 0.9); }
.border-l-stone-700\/95{ border-left-color: rgb(68 64 60 / 0.95); }
.border-l-stone-800{ --tw-border-opacity: 1; border-left-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-l-stone-800\/0{ border-left-color: rgb(41 37 36 / 0); }
.border-l-stone-800\/10{ border-left-color: rgb(41 37 36 / 0.1); }
.border-l-stone-800\/100{ border-left-color: rgb(41 37 36 / 1); }
.border-l-stone-800\/20{ border-left-color: rgb(41 37 36 / 0.2); }
.border-l-stone-800\/25{ border-left-color: rgb(41 37 36 / 0.25); }
.border-l-stone-800\/30{ border-left-color: rgb(41 37 36 / 0.3); }
.border-l-stone-800\/40{ border-left-color: rgb(41 37 36 / 0.4); }
.border-l-stone-800\/5{ border-left-color: rgb(41 37 36 / 0.05); }
.border-l-stone-800\/50{ border-left-color: rgb(41 37 36 / 0.5); }
.border-l-stone-800\/60{ border-left-color: rgb(41 37 36 / 0.6); }
.border-l-stone-800\/70{ border-left-color: rgb(41 37 36 / 0.7); }
.border-l-stone-800\/75{ border-left-color: rgb(41 37 36 / 0.75); }
.border-l-stone-800\/80{ border-left-color: rgb(41 37 36 / 0.8); }
.border-l-stone-800\/90{ border-left-color: rgb(41 37 36 / 0.9); }
.border-l-stone-800\/95{ border-left-color: rgb(41 37 36 / 0.95); }
.border-l-stone-900{ --tw-border-opacity: 1; border-left-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-l-stone-900\/0{ border-left-color: rgb(28 25 23 / 0); }
.border-l-stone-900\/10{ border-left-color: rgb(28 25 23 / 0.1); }
.border-l-stone-900\/100{ border-left-color: rgb(28 25 23 / 1); }
.border-l-stone-900\/20{ border-left-color: rgb(28 25 23 / 0.2); }
.border-l-stone-900\/25{ border-left-color: rgb(28 25 23 / 0.25); }
.border-l-stone-900\/30{ border-left-color: rgb(28 25 23 / 0.3); }
.border-l-stone-900\/40{ border-left-color: rgb(28 25 23 / 0.4); }
.border-l-stone-900\/5{ border-left-color: rgb(28 25 23 / 0.05); }
.border-l-stone-900\/50{ border-left-color: rgb(28 25 23 / 0.5); }
.border-l-stone-900\/60{ border-left-color: rgb(28 25 23 / 0.6); }
.border-l-stone-900\/70{ border-left-color: rgb(28 25 23 / 0.7); }
.border-l-stone-900\/75{ border-left-color: rgb(28 25 23 / 0.75); }
.border-l-stone-900\/80{ border-left-color: rgb(28 25 23 / 0.8); }
.border-l-stone-900\/90{ border-left-color: rgb(28 25 23 / 0.9); }
.border-l-stone-900\/95{ border-left-color: rgb(28 25 23 / 0.95); }
.border-l-stone-950{ --tw-border-opacity: 1; border-left-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-l-stone-950\/0{ border-left-color: rgb(12 10 9 / 0); }
.border-l-stone-950\/10{ border-left-color: rgb(12 10 9 / 0.1); }
.border-l-stone-950\/100{ border-left-color: rgb(12 10 9 / 1); }
.border-l-stone-950\/20{ border-left-color: rgb(12 10 9 / 0.2); }
.border-l-stone-950\/25{ border-left-color: rgb(12 10 9 / 0.25); }
.border-l-stone-950\/30{ border-left-color: rgb(12 10 9 / 0.3); }
.border-l-stone-950\/40{ border-left-color: rgb(12 10 9 / 0.4); }
.border-l-stone-950\/5{ border-left-color: rgb(12 10 9 / 0.05); }
.border-l-stone-950\/50{ border-left-color: rgb(12 10 9 / 0.5); }
.border-l-stone-950\/60{ border-left-color: rgb(12 10 9 / 0.6); }
.border-l-stone-950\/70{ border-left-color: rgb(12 10 9 / 0.7); }
.border-l-stone-950\/75{ border-left-color: rgb(12 10 9 / 0.75); }
.border-l-stone-950\/80{ border-left-color: rgb(12 10 9 / 0.8); }
.border-l-stone-950\/90{ border-left-color: rgb(12 10 9 / 0.9); }
.border-l-stone-950\/95{ border-left-color: rgb(12 10 9 / 0.95); }
.border-l-swim-blue{ --tw-border-opacity: 1; border-left-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-l-swim-blue\/0{ border-left-color: rgb(50 197 255 / 0); }
.border-l-swim-blue\/10{ border-left-color: rgb(50 197 255 / 0.1); }
.border-l-swim-blue\/100{ border-left-color: rgb(50 197 255 / 1); }
.border-l-swim-blue\/20{ border-left-color: rgb(50 197 255 / 0.2); }
.border-l-swim-blue\/25{ border-left-color: rgb(50 197 255 / 0.25); }
.border-l-swim-blue\/30{ border-left-color: rgb(50 197 255 / 0.3); }
.border-l-swim-blue\/40{ border-left-color: rgb(50 197 255 / 0.4); }
.border-l-swim-blue\/5{ border-left-color: rgb(50 197 255 / 0.05); }
.border-l-swim-blue\/50{ border-left-color: rgb(50 197 255 / 0.5); }
.border-l-swim-blue\/60{ border-left-color: rgb(50 197 255 / 0.6); }
.border-l-swim-blue\/70{ border-left-color: rgb(50 197 255 / 0.7); }
.border-l-swim-blue\/75{ border-left-color: rgb(50 197 255 / 0.75); }
.border-l-swim-blue\/80{ border-left-color: rgb(50 197 255 / 0.8); }
.border-l-swim-blue\/90{ border-left-color: rgb(50 197 255 / 0.9); }
.border-l-swim-blue\/95{ border-left-color: rgb(50 197 255 / 0.95); }
.border-l-swim-body-text{ --tw-border-opacity: 1; border-left-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-l-swim-body-text\/0{ border-left-color: rgb(58 60 62 / 0); }
.border-l-swim-body-text\/10{ border-left-color: rgb(58 60 62 / 0.1); }
.border-l-swim-body-text\/100{ border-left-color: rgb(58 60 62 / 1); }
.border-l-swim-body-text\/20{ border-left-color: rgb(58 60 62 / 0.2); }
.border-l-swim-body-text\/25{ border-left-color: rgb(58 60 62 / 0.25); }
.border-l-swim-body-text\/30{ border-left-color: rgb(58 60 62 / 0.3); }
.border-l-swim-body-text\/40{ border-left-color: rgb(58 60 62 / 0.4); }
.border-l-swim-body-text\/5{ border-left-color: rgb(58 60 62 / 0.05); }
.border-l-swim-body-text\/50{ border-left-color: rgb(58 60 62 / 0.5); }
.border-l-swim-body-text\/60{ border-left-color: rgb(58 60 62 / 0.6); }
.border-l-swim-body-text\/70{ border-left-color: rgb(58 60 62 / 0.7); }
.border-l-swim-body-text\/75{ border-left-color: rgb(58 60 62 / 0.75); }
.border-l-swim-body-text\/80{ border-left-color: rgb(58 60 62 / 0.8); }
.border-l-swim-body-text\/90{ border-left-color: rgb(58 60 62 / 0.9); }
.border-l-swim-body-text\/95{ border-left-color: rgb(58 60 62 / 0.95); }
.border-l-swim-dark-blue{ --tw-border-opacity: 1; border-left-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-l-swim-dark-blue\/0{ border-left-color: rgb(4 34 86 / 0); }
.border-l-swim-dark-blue\/10{ border-left-color: rgb(4 34 86 / 0.1); }
.border-l-swim-dark-blue\/100{ border-left-color: rgb(4 34 86 / 1); }
.border-l-swim-dark-blue\/20{ border-left-color: rgb(4 34 86 / 0.2); }
.border-l-swim-dark-blue\/25{ border-left-color: rgb(4 34 86 / 0.25); }
.border-l-swim-dark-blue\/30{ border-left-color: rgb(4 34 86 / 0.3); }
.border-l-swim-dark-blue\/40{ border-left-color: rgb(4 34 86 / 0.4); }
.border-l-swim-dark-blue\/5{ border-left-color: rgb(4 34 86 / 0.05); }
.border-l-swim-dark-blue\/50{ border-left-color: rgb(4 34 86 / 0.5); }
.border-l-swim-dark-blue\/60{ border-left-color: rgb(4 34 86 / 0.6); }
.border-l-swim-dark-blue\/70{ border-left-color: rgb(4 34 86 / 0.7); }
.border-l-swim-dark-blue\/75{ border-left-color: rgb(4 34 86 / 0.75); }
.border-l-swim-dark-blue\/80{ border-left-color: rgb(4 34 86 / 0.8); }
.border-l-swim-dark-blue\/90{ border-left-color: rgb(4 34 86 / 0.9); }
.border-l-swim-dark-blue\/95{ border-left-color: rgb(4 34 86 / 0.95); }
.border-l-swim-dark-purple{ --tw-border-opacity: 1; border-left-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-l-swim-dark-purple\/0{ border-left-color: rgb(214 81 255 / 0); }
.border-l-swim-dark-purple\/10{ border-left-color: rgb(214 81 255 / 0.1); }
.border-l-swim-dark-purple\/100{ border-left-color: rgb(214 81 255 / 1); }
.border-l-swim-dark-purple\/20{ border-left-color: rgb(214 81 255 / 0.2); }
.border-l-swim-dark-purple\/25{ border-left-color: rgb(214 81 255 / 0.25); }
.border-l-swim-dark-purple\/30{ border-left-color: rgb(214 81 255 / 0.3); }
.border-l-swim-dark-purple\/40{ border-left-color: rgb(214 81 255 / 0.4); }
.border-l-swim-dark-purple\/5{ border-left-color: rgb(214 81 255 / 0.05); }
.border-l-swim-dark-purple\/50{ border-left-color: rgb(214 81 255 / 0.5); }
.border-l-swim-dark-purple\/60{ border-left-color: rgb(214 81 255 / 0.6); }
.border-l-swim-dark-purple\/70{ border-left-color: rgb(214 81 255 / 0.7); }
.border-l-swim-dark-purple\/75{ border-left-color: rgb(214 81 255 / 0.75); }
.border-l-swim-dark-purple\/80{ border-left-color: rgb(214 81 255 / 0.8); }
.border-l-swim-dark-purple\/90{ border-left-color: rgb(214 81 255 / 0.9); }
.border-l-swim-dark-purple\/95{ border-left-color: rgb(214 81 255 / 0.95); }
.border-l-swim-dark-teal{ --tw-border-opacity: 1; border-left-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-l-swim-dark-teal\/0{ border-left-color: rgb(68 215 182 / 0); }
.border-l-swim-dark-teal\/10{ border-left-color: rgb(68 215 182 / 0.1); }
.border-l-swim-dark-teal\/100{ border-left-color: rgb(68 215 182 / 1); }
.border-l-swim-dark-teal\/20{ border-left-color: rgb(68 215 182 / 0.2); }
.border-l-swim-dark-teal\/25{ border-left-color: rgb(68 215 182 / 0.25); }
.border-l-swim-dark-teal\/30{ border-left-color: rgb(68 215 182 / 0.3); }
.border-l-swim-dark-teal\/40{ border-left-color: rgb(68 215 182 / 0.4); }
.border-l-swim-dark-teal\/5{ border-left-color: rgb(68 215 182 / 0.05); }
.border-l-swim-dark-teal\/50{ border-left-color: rgb(68 215 182 / 0.5); }
.border-l-swim-dark-teal\/60{ border-left-color: rgb(68 215 182 / 0.6); }
.border-l-swim-dark-teal\/70{ border-left-color: rgb(68 215 182 / 0.7); }
.border-l-swim-dark-teal\/75{ border-left-color: rgb(68 215 182 / 0.75); }
.border-l-swim-dark-teal\/80{ border-left-color: rgb(68 215 182 / 0.8); }
.border-l-swim-dark-teal\/90{ border-left-color: rgb(68 215 182 / 0.9); }
.border-l-swim-dark-teal\/95{ border-left-color: rgb(68 215 182 / 0.95); }
.border-l-swim-darker-blue{ --tw-border-opacity: 1; border-left-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-l-swim-darker-blue\/0{ border-left-color: rgb(17 24 39 / 0); }
.border-l-swim-darker-blue\/10{ border-left-color: rgb(17 24 39 / 0.1); }
.border-l-swim-darker-blue\/100{ border-left-color: rgb(17 24 39 / 1); }
.border-l-swim-darker-blue\/20{ border-left-color: rgb(17 24 39 / 0.2); }
.border-l-swim-darker-blue\/25{ border-left-color: rgb(17 24 39 / 0.25); }
.border-l-swim-darker-blue\/30{ border-left-color: rgb(17 24 39 / 0.3); }
.border-l-swim-darker-blue\/40{ border-left-color: rgb(17 24 39 / 0.4); }
.border-l-swim-darker-blue\/5{ border-left-color: rgb(17 24 39 / 0.05); }
.border-l-swim-darker-blue\/50{ border-left-color: rgb(17 24 39 / 0.5); }
.border-l-swim-darker-blue\/60{ border-left-color: rgb(17 24 39 / 0.6); }
.border-l-swim-darker-blue\/70{ border-left-color: rgb(17 24 39 / 0.7); }
.border-l-swim-darker-blue\/75{ border-left-color: rgb(17 24 39 / 0.75); }
.border-l-swim-darker-blue\/80{ border-left-color: rgb(17 24 39 / 0.8); }
.border-l-swim-darker-blue\/90{ border-left-color: rgb(17 24 39 / 0.9); }
.border-l-swim-darker-blue\/95{ border-left-color: rgb(17 24 39 / 0.95); }
.border-l-swim-darker-grey{ --tw-border-opacity: 1; border-left-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-l-swim-darker-grey\/0{ border-left-color: rgb(169 169 169 / 0); }
.border-l-swim-darker-grey\/10{ border-left-color: rgb(169 169 169 / 0.1); }
.border-l-swim-darker-grey\/100{ border-left-color: rgb(169 169 169 / 1); }
.border-l-swim-darker-grey\/20{ border-left-color: rgb(169 169 169 / 0.2); }
.border-l-swim-darker-grey\/25{ border-left-color: rgb(169 169 169 / 0.25); }
.border-l-swim-darker-grey\/30{ border-left-color: rgb(169 169 169 / 0.3); }
.border-l-swim-darker-grey\/40{ border-left-color: rgb(169 169 169 / 0.4); }
.border-l-swim-darker-grey\/5{ border-left-color: rgb(169 169 169 / 0.05); }
.border-l-swim-darker-grey\/50{ border-left-color: rgb(169 169 169 / 0.5); }
.border-l-swim-darker-grey\/60{ border-left-color: rgb(169 169 169 / 0.6); }
.border-l-swim-darker-grey\/70{ border-left-color: rgb(169 169 169 / 0.7); }
.border-l-swim-darker-grey\/75{ border-left-color: rgb(169 169 169 / 0.75); }
.border-l-swim-darker-grey\/80{ border-left-color: rgb(169 169 169 / 0.8); }
.border-l-swim-darker-grey\/90{ border-left-color: rgb(169 169 169 / 0.9); }
.border-l-swim-darker-grey\/95{ border-left-color: rgb(169 169 169 / 0.95); }
.border-l-swim-darker-teal{ border-left-color: RGBA(4, 42, 43, 0.85); }
.border-l-swim-darkerish-grey{ --tw-border-opacity: 1; border-left-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-l-swim-darkerish-grey\/0{ border-left-color: rgb(109 114 120 / 0); }
.border-l-swim-darkerish-grey\/10{ border-left-color: rgb(109 114 120 / 0.1); }
.border-l-swim-darkerish-grey\/100{ border-left-color: rgb(109 114 120 / 1); }
.border-l-swim-darkerish-grey\/20{ border-left-color: rgb(109 114 120 / 0.2); }
.border-l-swim-darkerish-grey\/25{ border-left-color: rgb(109 114 120 / 0.25); }
.border-l-swim-darkerish-grey\/30{ border-left-color: rgb(109 114 120 / 0.3); }
.border-l-swim-darkerish-grey\/40{ border-left-color: rgb(109 114 120 / 0.4); }
.border-l-swim-darkerish-grey\/5{ border-left-color: rgb(109 114 120 / 0.05); }
.border-l-swim-darkerish-grey\/50{ border-left-color: rgb(109 114 120 / 0.5); }
.border-l-swim-darkerish-grey\/60{ border-left-color: rgb(109 114 120 / 0.6); }
.border-l-swim-darkerish-grey\/70{ border-left-color: rgb(109 114 120 / 0.7); }
.border-l-swim-darkerish-grey\/75{ border-left-color: rgb(109 114 120 / 0.75); }
.border-l-swim-darkerish-grey\/80{ border-left-color: rgb(109 114 120 / 0.8); }
.border-l-swim-darkerish-grey\/90{ border-left-color: rgb(109 114 120 / 0.9); }
.border-l-swim-darkerish-grey\/95{ border-left-color: rgb(109 114 120 / 0.95); }
.border-l-swim-grey{ --tw-border-opacity: 1; border-left-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-l-swim-grey\/0{ border-left-color: rgb(193 193 193 / 0); }
.border-l-swim-grey\/10{ border-left-color: rgb(193 193 193 / 0.1); }
.border-l-swim-grey\/100{ border-left-color: rgb(193 193 193 / 1); }
.border-l-swim-grey\/20{ border-left-color: rgb(193 193 193 / 0.2); }
.border-l-swim-grey\/25{ border-left-color: rgb(193 193 193 / 0.25); }
.border-l-swim-grey\/30{ border-left-color: rgb(193 193 193 / 0.3); }
.border-l-swim-grey\/40{ border-left-color: rgb(193 193 193 / 0.4); }
.border-l-swim-grey\/5{ border-left-color: rgb(193 193 193 / 0.05); }
.border-l-swim-grey\/50{ border-left-color: rgb(193 193 193 / 0.5); }
.border-l-swim-grey\/60{ border-left-color: rgb(193 193 193 / 0.6); }
.border-l-swim-grey\/70{ border-left-color: rgb(193 193 193 / 0.7); }
.border-l-swim-grey\/75{ border-left-color: rgb(193 193 193 / 0.75); }
.border-l-swim-grey\/80{ border-left-color: rgb(193 193 193 / 0.8); }
.border-l-swim-grey\/90{ border-left-color: rgb(193 193 193 / 0.9); }
.border-l-swim-grey\/95{ border-left-color: rgb(193 193 193 / 0.95); }
.border-l-swim-lighter-grey{ --tw-border-opacity: 1; border-left-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-l-swim-lighter-grey\/0{ border-left-color: rgb(233 239 240 / 0); }
.border-l-swim-lighter-grey\/10{ border-left-color: rgb(233 239 240 / 0.1); }
.border-l-swim-lighter-grey\/100{ border-left-color: rgb(233 239 240 / 1); }
.border-l-swim-lighter-grey\/20{ border-left-color: rgb(233 239 240 / 0.2); }
.border-l-swim-lighter-grey\/25{ border-left-color: rgb(233 239 240 / 0.25); }
.border-l-swim-lighter-grey\/30{ border-left-color: rgb(233 239 240 / 0.3); }
.border-l-swim-lighter-grey\/40{ border-left-color: rgb(233 239 240 / 0.4); }
.border-l-swim-lighter-grey\/5{ border-left-color: rgb(233 239 240 / 0.05); }
.border-l-swim-lighter-grey\/50{ border-left-color: rgb(233 239 240 / 0.5); }
.border-l-swim-lighter-grey\/60{ border-left-color: rgb(233 239 240 / 0.6); }
.border-l-swim-lighter-grey\/70{ border-left-color: rgb(233 239 240 / 0.7); }
.border-l-swim-lighter-grey\/75{ border-left-color: rgb(233 239 240 / 0.75); }
.border-l-swim-lighter-grey\/80{ border-left-color: rgb(233 239 240 / 0.8); }
.border-l-swim-lighter-grey\/90{ border-left-color: rgb(233 239 240 / 0.9); }
.border-l-swim-lighter-grey\/95{ border-left-color: rgb(233 239 240 / 0.95); }
.border-l-swim-purple{ --tw-border-opacity: 1; border-left-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-l-swim-purple\/0{ border-left-color: rgb(186 98 255 / 0); }
.border-l-swim-purple\/10{ border-left-color: rgb(186 98 255 / 0.1); }
.border-l-swim-purple\/100{ border-left-color: rgb(186 98 255 / 1); }
.border-l-swim-purple\/20{ border-left-color: rgb(186 98 255 / 0.2); }
.border-l-swim-purple\/25{ border-left-color: rgb(186 98 255 / 0.25); }
.border-l-swim-purple\/30{ border-left-color: rgb(186 98 255 / 0.3); }
.border-l-swim-purple\/40{ border-left-color: rgb(186 98 255 / 0.4); }
.border-l-swim-purple\/5{ border-left-color: rgb(186 98 255 / 0.05); }
.border-l-swim-purple\/50{ border-left-color: rgb(186 98 255 / 0.5); }
.border-l-swim-purple\/60{ border-left-color: rgb(186 98 255 / 0.6); }
.border-l-swim-purple\/70{ border-left-color: rgb(186 98 255 / 0.7); }
.border-l-swim-purple\/75{ border-left-color: rgb(186 98 255 / 0.75); }
.border-l-swim-purple\/80{ border-left-color: rgb(186 98 255 / 0.8); }
.border-l-swim-purple\/90{ border-left-color: rgb(186 98 255 / 0.9); }
.border-l-swim-purple\/95{ border-left-color: rgb(186 98 255 / 0.95); }
.border-l-swim-teal{ --tw-border-opacity: 1; border-left-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-l-swim-teal\/0{ border-left-color: rgb(102 255 221 / 0); }
.border-l-swim-teal\/10{ border-left-color: rgb(102 255 221 / 0.1); }
.border-l-swim-teal\/100{ border-left-color: rgb(102 255 221 / 1); }
.border-l-swim-teal\/20{ border-left-color: rgb(102 255 221 / 0.2); }
.border-l-swim-teal\/25{ border-left-color: rgb(102 255 221 / 0.25); }
.border-l-swim-teal\/30{ border-left-color: rgb(102 255 221 / 0.3); }
.border-l-swim-teal\/40{ border-left-color: rgb(102 255 221 / 0.4); }
.border-l-swim-teal\/5{ border-left-color: rgb(102 255 221 / 0.05); }
.border-l-swim-teal\/50{ border-left-color: rgb(102 255 221 / 0.5); }
.border-l-swim-teal\/60{ border-left-color: rgb(102 255 221 / 0.6); }
.border-l-swim-teal\/70{ border-left-color: rgb(102 255 221 / 0.7); }
.border-l-swim-teal\/75{ border-left-color: rgb(102 255 221 / 0.75); }
.border-l-swim-teal\/80{ border-left-color: rgb(102 255 221 / 0.8); }
.border-l-swim-teal\/90{ border-left-color: rgb(102 255 221 / 0.9); }
.border-l-swim-teal\/95{ border-left-color: rgb(102 255 221 / 0.95); }
.border-l-teal-100{ --tw-border-opacity: 1; border-left-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-l-teal-100\/0{ border-left-color: rgb(204 251 241 / 0); }
.border-l-teal-100\/10{ border-left-color: rgb(204 251 241 / 0.1); }
.border-l-teal-100\/100{ border-left-color: rgb(204 251 241 / 1); }
.border-l-teal-100\/20{ border-left-color: rgb(204 251 241 / 0.2); }
.border-l-teal-100\/25{ border-left-color: rgb(204 251 241 / 0.25); }
.border-l-teal-100\/30{ border-left-color: rgb(204 251 241 / 0.3); }
.border-l-teal-100\/40{ border-left-color: rgb(204 251 241 / 0.4); }
.border-l-teal-100\/5{ border-left-color: rgb(204 251 241 / 0.05); }
.border-l-teal-100\/50{ border-left-color: rgb(204 251 241 / 0.5); }
.border-l-teal-100\/60{ border-left-color: rgb(204 251 241 / 0.6); }
.border-l-teal-100\/70{ border-left-color: rgb(204 251 241 / 0.7); }
.border-l-teal-100\/75{ border-left-color: rgb(204 251 241 / 0.75); }
.border-l-teal-100\/80{ border-left-color: rgb(204 251 241 / 0.8); }
.border-l-teal-100\/90{ border-left-color: rgb(204 251 241 / 0.9); }
.border-l-teal-100\/95{ border-left-color: rgb(204 251 241 / 0.95); }
.border-l-teal-200{ --tw-border-opacity: 1; border-left-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-l-teal-200\/0{ border-left-color: rgb(153 246 228 / 0); }
.border-l-teal-200\/10{ border-left-color: rgb(153 246 228 / 0.1); }
.border-l-teal-200\/100{ border-left-color: rgb(153 246 228 / 1); }
.border-l-teal-200\/20{ border-left-color: rgb(153 246 228 / 0.2); }
.border-l-teal-200\/25{ border-left-color: rgb(153 246 228 / 0.25); }
.border-l-teal-200\/30{ border-left-color: rgb(153 246 228 / 0.3); }
.border-l-teal-200\/40{ border-left-color: rgb(153 246 228 / 0.4); }
.border-l-teal-200\/5{ border-left-color: rgb(153 246 228 / 0.05); }
.border-l-teal-200\/50{ border-left-color: rgb(153 246 228 / 0.5); }
.border-l-teal-200\/60{ border-left-color: rgb(153 246 228 / 0.6); }
.border-l-teal-200\/70{ border-left-color: rgb(153 246 228 / 0.7); }
.border-l-teal-200\/75{ border-left-color: rgb(153 246 228 / 0.75); }
.border-l-teal-200\/80{ border-left-color: rgb(153 246 228 / 0.8); }
.border-l-teal-200\/90{ border-left-color: rgb(153 246 228 / 0.9); }
.border-l-teal-200\/95{ border-left-color: rgb(153 246 228 / 0.95); }
.border-l-teal-300{ --tw-border-opacity: 1; border-left-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-l-teal-300\/0{ border-left-color: rgb(94 234 212 / 0); }
.border-l-teal-300\/10{ border-left-color: rgb(94 234 212 / 0.1); }
.border-l-teal-300\/100{ border-left-color: rgb(94 234 212 / 1); }
.border-l-teal-300\/20{ border-left-color: rgb(94 234 212 / 0.2); }
.border-l-teal-300\/25{ border-left-color: rgb(94 234 212 / 0.25); }
.border-l-teal-300\/30{ border-left-color: rgb(94 234 212 / 0.3); }
.border-l-teal-300\/40{ border-left-color: rgb(94 234 212 / 0.4); }
.border-l-teal-300\/5{ border-left-color: rgb(94 234 212 / 0.05); }
.border-l-teal-300\/50{ border-left-color: rgb(94 234 212 / 0.5); }
.border-l-teal-300\/60{ border-left-color: rgb(94 234 212 / 0.6); }
.border-l-teal-300\/70{ border-left-color: rgb(94 234 212 / 0.7); }
.border-l-teal-300\/75{ border-left-color: rgb(94 234 212 / 0.75); }
.border-l-teal-300\/80{ border-left-color: rgb(94 234 212 / 0.8); }
.border-l-teal-300\/90{ border-left-color: rgb(94 234 212 / 0.9); }
.border-l-teal-300\/95{ border-left-color: rgb(94 234 212 / 0.95); }
.border-l-teal-400{ --tw-border-opacity: 1; border-left-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-l-teal-400\/0{ border-left-color: rgb(45 212 191 / 0); }
.border-l-teal-400\/10{ border-left-color: rgb(45 212 191 / 0.1); }
.border-l-teal-400\/100{ border-left-color: rgb(45 212 191 / 1); }
.border-l-teal-400\/20{ border-left-color: rgb(45 212 191 / 0.2); }
.border-l-teal-400\/25{ border-left-color: rgb(45 212 191 / 0.25); }
.border-l-teal-400\/30{ border-left-color: rgb(45 212 191 / 0.3); }
.border-l-teal-400\/40{ border-left-color: rgb(45 212 191 / 0.4); }
.border-l-teal-400\/5{ border-left-color: rgb(45 212 191 / 0.05); }
.border-l-teal-400\/50{ border-left-color: rgb(45 212 191 / 0.5); }
.border-l-teal-400\/60{ border-left-color: rgb(45 212 191 / 0.6); }
.border-l-teal-400\/70{ border-left-color: rgb(45 212 191 / 0.7); }
.border-l-teal-400\/75{ border-left-color: rgb(45 212 191 / 0.75); }
.border-l-teal-400\/80{ border-left-color: rgb(45 212 191 / 0.8); }
.border-l-teal-400\/90{ border-left-color: rgb(45 212 191 / 0.9); }
.border-l-teal-400\/95{ border-left-color: rgb(45 212 191 / 0.95); }
.border-l-teal-50{ --tw-border-opacity: 1; border-left-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-l-teal-50\/0{ border-left-color: rgb(240 253 250 / 0); }
.border-l-teal-50\/10{ border-left-color: rgb(240 253 250 / 0.1); }
.border-l-teal-50\/100{ border-left-color: rgb(240 253 250 / 1); }
.border-l-teal-50\/20{ border-left-color: rgb(240 253 250 / 0.2); }
.border-l-teal-50\/25{ border-left-color: rgb(240 253 250 / 0.25); }
.border-l-teal-50\/30{ border-left-color: rgb(240 253 250 / 0.3); }
.border-l-teal-50\/40{ border-left-color: rgb(240 253 250 / 0.4); }
.border-l-teal-50\/5{ border-left-color: rgb(240 253 250 / 0.05); }
.border-l-teal-50\/50{ border-left-color: rgb(240 253 250 / 0.5); }
.border-l-teal-50\/60{ border-left-color: rgb(240 253 250 / 0.6); }
.border-l-teal-50\/70{ border-left-color: rgb(240 253 250 / 0.7); }
.border-l-teal-50\/75{ border-left-color: rgb(240 253 250 / 0.75); }
.border-l-teal-50\/80{ border-left-color: rgb(240 253 250 / 0.8); }
.border-l-teal-50\/90{ border-left-color: rgb(240 253 250 / 0.9); }
.border-l-teal-50\/95{ border-left-color: rgb(240 253 250 / 0.95); }
.border-l-teal-500{ --tw-border-opacity: 1; border-left-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-l-teal-500\/0{ border-left-color: rgb(20 184 166 / 0); }
.border-l-teal-500\/10{ border-left-color: rgb(20 184 166 / 0.1); }
.border-l-teal-500\/100{ border-left-color: rgb(20 184 166 / 1); }
.border-l-teal-500\/20{ border-left-color: rgb(20 184 166 / 0.2); }
.border-l-teal-500\/25{ border-left-color: rgb(20 184 166 / 0.25); }
.border-l-teal-500\/30{ border-left-color: rgb(20 184 166 / 0.3); }
.border-l-teal-500\/40{ border-left-color: rgb(20 184 166 / 0.4); }
.border-l-teal-500\/5{ border-left-color: rgb(20 184 166 / 0.05); }
.border-l-teal-500\/50{ border-left-color: rgb(20 184 166 / 0.5); }
.border-l-teal-500\/60{ border-left-color: rgb(20 184 166 / 0.6); }
.border-l-teal-500\/70{ border-left-color: rgb(20 184 166 / 0.7); }
.border-l-teal-500\/75{ border-left-color: rgb(20 184 166 / 0.75); }
.border-l-teal-500\/80{ border-left-color: rgb(20 184 166 / 0.8); }
.border-l-teal-500\/90{ border-left-color: rgb(20 184 166 / 0.9); }
.border-l-teal-500\/95{ border-left-color: rgb(20 184 166 / 0.95); }
.border-l-teal-600{ --tw-border-opacity: 1; border-left-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-l-teal-600\/0{ border-left-color: rgb(13 148 136 / 0); }
.border-l-teal-600\/10{ border-left-color: rgb(13 148 136 / 0.1); }
.border-l-teal-600\/100{ border-left-color: rgb(13 148 136 / 1); }
.border-l-teal-600\/20{ border-left-color: rgb(13 148 136 / 0.2); }
.border-l-teal-600\/25{ border-left-color: rgb(13 148 136 / 0.25); }
.border-l-teal-600\/30{ border-left-color: rgb(13 148 136 / 0.3); }
.border-l-teal-600\/40{ border-left-color: rgb(13 148 136 / 0.4); }
.border-l-teal-600\/5{ border-left-color: rgb(13 148 136 / 0.05); }
.border-l-teal-600\/50{ border-left-color: rgb(13 148 136 / 0.5); }
.border-l-teal-600\/60{ border-left-color: rgb(13 148 136 / 0.6); }
.border-l-teal-600\/70{ border-left-color: rgb(13 148 136 / 0.7); }
.border-l-teal-600\/75{ border-left-color: rgb(13 148 136 / 0.75); }
.border-l-teal-600\/80{ border-left-color: rgb(13 148 136 / 0.8); }
.border-l-teal-600\/90{ border-left-color: rgb(13 148 136 / 0.9); }
.border-l-teal-600\/95{ border-left-color: rgb(13 148 136 / 0.95); }
.border-l-teal-700{ --tw-border-opacity: 1; border-left-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-l-teal-700\/0{ border-left-color: rgb(15 118 110 / 0); }
.border-l-teal-700\/10{ border-left-color: rgb(15 118 110 / 0.1); }
.border-l-teal-700\/100{ border-left-color: rgb(15 118 110 / 1); }
.border-l-teal-700\/20{ border-left-color: rgb(15 118 110 / 0.2); }
.border-l-teal-700\/25{ border-left-color: rgb(15 118 110 / 0.25); }
.border-l-teal-700\/30{ border-left-color: rgb(15 118 110 / 0.3); }
.border-l-teal-700\/40{ border-left-color: rgb(15 118 110 / 0.4); }
.border-l-teal-700\/5{ border-left-color: rgb(15 118 110 / 0.05); }
.border-l-teal-700\/50{ border-left-color: rgb(15 118 110 / 0.5); }
.border-l-teal-700\/60{ border-left-color: rgb(15 118 110 / 0.6); }
.border-l-teal-700\/70{ border-left-color: rgb(15 118 110 / 0.7); }
.border-l-teal-700\/75{ border-left-color: rgb(15 118 110 / 0.75); }
.border-l-teal-700\/80{ border-left-color: rgb(15 118 110 / 0.8); }
.border-l-teal-700\/90{ border-left-color: rgb(15 118 110 / 0.9); }
.border-l-teal-700\/95{ border-left-color: rgb(15 118 110 / 0.95); }
.border-l-teal-800{ --tw-border-opacity: 1; border-left-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-l-teal-800\/0{ border-left-color: rgb(17 94 89 / 0); }
.border-l-teal-800\/10{ border-left-color: rgb(17 94 89 / 0.1); }
.border-l-teal-800\/100{ border-left-color: rgb(17 94 89 / 1); }
.border-l-teal-800\/20{ border-left-color: rgb(17 94 89 / 0.2); }
.border-l-teal-800\/25{ border-left-color: rgb(17 94 89 / 0.25); }
.border-l-teal-800\/30{ border-left-color: rgb(17 94 89 / 0.3); }
.border-l-teal-800\/40{ border-left-color: rgb(17 94 89 / 0.4); }
.border-l-teal-800\/5{ border-left-color: rgb(17 94 89 / 0.05); }
.border-l-teal-800\/50{ border-left-color: rgb(17 94 89 / 0.5); }
.border-l-teal-800\/60{ border-left-color: rgb(17 94 89 / 0.6); }
.border-l-teal-800\/70{ border-left-color: rgb(17 94 89 / 0.7); }
.border-l-teal-800\/75{ border-left-color: rgb(17 94 89 / 0.75); }
.border-l-teal-800\/80{ border-left-color: rgb(17 94 89 / 0.8); }
.border-l-teal-800\/90{ border-left-color: rgb(17 94 89 / 0.9); }
.border-l-teal-800\/95{ border-left-color: rgb(17 94 89 / 0.95); }
.border-l-teal-900{ --tw-border-opacity: 1; border-left-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-l-teal-900\/0{ border-left-color: rgb(19 78 74 / 0); }
.border-l-teal-900\/10{ border-left-color: rgb(19 78 74 / 0.1); }
.border-l-teal-900\/100{ border-left-color: rgb(19 78 74 / 1); }
.border-l-teal-900\/20{ border-left-color: rgb(19 78 74 / 0.2); }
.border-l-teal-900\/25{ border-left-color: rgb(19 78 74 / 0.25); }
.border-l-teal-900\/30{ border-left-color: rgb(19 78 74 / 0.3); }
.border-l-teal-900\/40{ border-left-color: rgb(19 78 74 / 0.4); }
.border-l-teal-900\/5{ border-left-color: rgb(19 78 74 / 0.05); }
.border-l-teal-900\/50{ border-left-color: rgb(19 78 74 / 0.5); }
.border-l-teal-900\/60{ border-left-color: rgb(19 78 74 / 0.6); }
.border-l-teal-900\/70{ border-left-color: rgb(19 78 74 / 0.7); }
.border-l-teal-900\/75{ border-left-color: rgb(19 78 74 / 0.75); }
.border-l-teal-900\/80{ border-left-color: rgb(19 78 74 / 0.8); }
.border-l-teal-900\/90{ border-left-color: rgb(19 78 74 / 0.9); }
.border-l-teal-900\/95{ border-left-color: rgb(19 78 74 / 0.95); }
.border-l-teal-950{ --tw-border-opacity: 1; border-left-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-l-teal-950\/0{ border-left-color: rgb(4 47 46 / 0); }
.border-l-teal-950\/10{ border-left-color: rgb(4 47 46 / 0.1); }
.border-l-teal-950\/100{ border-left-color: rgb(4 47 46 / 1); }
.border-l-teal-950\/20{ border-left-color: rgb(4 47 46 / 0.2); }
.border-l-teal-950\/25{ border-left-color: rgb(4 47 46 / 0.25); }
.border-l-teal-950\/30{ border-left-color: rgb(4 47 46 / 0.3); }
.border-l-teal-950\/40{ border-left-color: rgb(4 47 46 / 0.4); }
.border-l-teal-950\/5{ border-left-color: rgb(4 47 46 / 0.05); }
.border-l-teal-950\/50{ border-left-color: rgb(4 47 46 / 0.5); }
.border-l-teal-950\/60{ border-left-color: rgb(4 47 46 / 0.6); }
.border-l-teal-950\/70{ border-left-color: rgb(4 47 46 / 0.7); }
.border-l-teal-950\/75{ border-left-color: rgb(4 47 46 / 0.75); }
.border-l-teal-950\/80{ border-left-color: rgb(4 47 46 / 0.8); }
.border-l-teal-950\/90{ border-left-color: rgb(4 47 46 / 0.9); }
.border-l-teal-950\/95{ border-left-color: rgb(4 47 46 / 0.95); }
.border-l-transparent{ border-left-color: transparent; }
.border-l-transparent\/0{ border-left-color: rgb(0 0 0 / 0); }
.border-l-transparent\/10{ border-left-color: rgb(0 0 0 / 0.1); }
.border-l-transparent\/100{ border-left-color: rgb(0 0 0 / 1); }
.border-l-transparent\/20{ border-left-color: rgb(0 0 0 / 0.2); }
.border-l-transparent\/25{ border-left-color: rgb(0 0 0 / 0.25); }
.border-l-transparent\/30{ border-left-color: rgb(0 0 0 / 0.3); }
.border-l-transparent\/40{ border-left-color: rgb(0 0 0 / 0.4); }
.border-l-transparent\/5{ border-left-color: rgb(0 0 0 / 0.05); }
.border-l-transparent\/50{ border-left-color: rgb(0 0 0 / 0.5); }
.border-l-transparent\/60{ border-left-color: rgb(0 0 0 / 0.6); }
.border-l-transparent\/70{ border-left-color: rgb(0 0 0 / 0.7); }
.border-l-transparent\/75{ border-left-color: rgb(0 0 0 / 0.75); }
.border-l-transparent\/80{ border-left-color: rgb(0 0 0 / 0.8); }
.border-l-transparent\/90{ border-left-color: rgb(0 0 0 / 0.9); }
.border-l-transparent\/95{ border-left-color: rgb(0 0 0 / 0.95); }
.border-l-violet-100{ --tw-border-opacity: 1; border-left-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-l-violet-100\/0{ border-left-color: rgb(237 233 254 / 0); }
.border-l-violet-100\/10{ border-left-color: rgb(237 233 254 / 0.1); }
.border-l-violet-100\/100{ border-left-color: rgb(237 233 254 / 1); }
.border-l-violet-100\/20{ border-left-color: rgb(237 233 254 / 0.2); }
.border-l-violet-100\/25{ border-left-color: rgb(237 233 254 / 0.25); }
.border-l-violet-100\/30{ border-left-color: rgb(237 233 254 / 0.3); }
.border-l-violet-100\/40{ border-left-color: rgb(237 233 254 / 0.4); }
.border-l-violet-100\/5{ border-left-color: rgb(237 233 254 / 0.05); }
.border-l-violet-100\/50{ border-left-color: rgb(237 233 254 / 0.5); }
.border-l-violet-100\/60{ border-left-color: rgb(237 233 254 / 0.6); }
.border-l-violet-100\/70{ border-left-color: rgb(237 233 254 / 0.7); }
.border-l-violet-100\/75{ border-left-color: rgb(237 233 254 / 0.75); }
.border-l-violet-100\/80{ border-left-color: rgb(237 233 254 / 0.8); }
.border-l-violet-100\/90{ border-left-color: rgb(237 233 254 / 0.9); }
.border-l-violet-100\/95{ border-left-color: rgb(237 233 254 / 0.95); }
.border-l-violet-200{ --tw-border-opacity: 1; border-left-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-l-violet-200\/0{ border-left-color: rgb(221 214 254 / 0); }
.border-l-violet-200\/10{ border-left-color: rgb(221 214 254 / 0.1); }
.border-l-violet-200\/100{ border-left-color: rgb(221 214 254 / 1); }
.border-l-violet-200\/20{ border-left-color: rgb(221 214 254 / 0.2); }
.border-l-violet-200\/25{ border-left-color: rgb(221 214 254 / 0.25); }
.border-l-violet-200\/30{ border-left-color: rgb(221 214 254 / 0.3); }
.border-l-violet-200\/40{ border-left-color: rgb(221 214 254 / 0.4); }
.border-l-violet-200\/5{ border-left-color: rgb(221 214 254 / 0.05); }
.border-l-violet-200\/50{ border-left-color: rgb(221 214 254 / 0.5); }
.border-l-violet-200\/60{ border-left-color: rgb(221 214 254 / 0.6); }
.border-l-violet-200\/70{ border-left-color: rgb(221 214 254 / 0.7); }
.border-l-violet-200\/75{ border-left-color: rgb(221 214 254 / 0.75); }
.border-l-violet-200\/80{ border-left-color: rgb(221 214 254 / 0.8); }
.border-l-violet-200\/90{ border-left-color: rgb(221 214 254 / 0.9); }
.border-l-violet-200\/95{ border-left-color: rgb(221 214 254 / 0.95); }
.border-l-violet-300{ --tw-border-opacity: 1; border-left-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-l-violet-300\/0{ border-left-color: rgb(196 181 253 / 0); }
.border-l-violet-300\/10{ border-left-color: rgb(196 181 253 / 0.1); }
.border-l-violet-300\/100{ border-left-color: rgb(196 181 253 / 1); }
.border-l-violet-300\/20{ border-left-color: rgb(196 181 253 / 0.2); }
.border-l-violet-300\/25{ border-left-color: rgb(196 181 253 / 0.25); }
.border-l-violet-300\/30{ border-left-color: rgb(196 181 253 / 0.3); }
.border-l-violet-300\/40{ border-left-color: rgb(196 181 253 / 0.4); }
.border-l-violet-300\/5{ border-left-color: rgb(196 181 253 / 0.05); }
.border-l-violet-300\/50{ border-left-color: rgb(196 181 253 / 0.5); }
.border-l-violet-300\/60{ border-left-color: rgb(196 181 253 / 0.6); }
.border-l-violet-300\/70{ border-left-color: rgb(196 181 253 / 0.7); }
.border-l-violet-300\/75{ border-left-color: rgb(196 181 253 / 0.75); }
.border-l-violet-300\/80{ border-left-color: rgb(196 181 253 / 0.8); }
.border-l-violet-300\/90{ border-left-color: rgb(196 181 253 / 0.9); }
.border-l-violet-300\/95{ border-left-color: rgb(196 181 253 / 0.95); }
.border-l-violet-400{ --tw-border-opacity: 1; border-left-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-l-violet-400\/0{ border-left-color: rgb(167 139 250 / 0); }
.border-l-violet-400\/10{ border-left-color: rgb(167 139 250 / 0.1); }
.border-l-violet-400\/100{ border-left-color: rgb(167 139 250 / 1); }
.border-l-violet-400\/20{ border-left-color: rgb(167 139 250 / 0.2); }
.border-l-violet-400\/25{ border-left-color: rgb(167 139 250 / 0.25); }
.border-l-violet-400\/30{ border-left-color: rgb(167 139 250 / 0.3); }
.border-l-violet-400\/40{ border-left-color: rgb(167 139 250 / 0.4); }
.border-l-violet-400\/5{ border-left-color: rgb(167 139 250 / 0.05); }
.border-l-violet-400\/50{ border-left-color: rgb(167 139 250 / 0.5); }
.border-l-violet-400\/60{ border-left-color: rgb(167 139 250 / 0.6); }
.border-l-violet-400\/70{ border-left-color: rgb(167 139 250 / 0.7); }
.border-l-violet-400\/75{ border-left-color: rgb(167 139 250 / 0.75); }
.border-l-violet-400\/80{ border-left-color: rgb(167 139 250 / 0.8); }
.border-l-violet-400\/90{ border-left-color: rgb(167 139 250 / 0.9); }
.border-l-violet-400\/95{ border-left-color: rgb(167 139 250 / 0.95); }
.border-l-violet-50{ --tw-border-opacity: 1; border-left-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-l-violet-50\/0{ border-left-color: rgb(245 243 255 / 0); }
.border-l-violet-50\/10{ border-left-color: rgb(245 243 255 / 0.1); }
.border-l-violet-50\/100{ border-left-color: rgb(245 243 255 / 1); }
.border-l-violet-50\/20{ border-left-color: rgb(245 243 255 / 0.2); }
.border-l-violet-50\/25{ border-left-color: rgb(245 243 255 / 0.25); }
.border-l-violet-50\/30{ border-left-color: rgb(245 243 255 / 0.3); }
.border-l-violet-50\/40{ border-left-color: rgb(245 243 255 / 0.4); }
.border-l-violet-50\/5{ border-left-color: rgb(245 243 255 / 0.05); }
.border-l-violet-50\/50{ border-left-color: rgb(245 243 255 / 0.5); }
.border-l-violet-50\/60{ border-left-color: rgb(245 243 255 / 0.6); }
.border-l-violet-50\/70{ border-left-color: rgb(245 243 255 / 0.7); }
.border-l-violet-50\/75{ border-left-color: rgb(245 243 255 / 0.75); }
.border-l-violet-50\/80{ border-left-color: rgb(245 243 255 / 0.8); }
.border-l-violet-50\/90{ border-left-color: rgb(245 243 255 / 0.9); }
.border-l-violet-50\/95{ border-left-color: rgb(245 243 255 / 0.95); }
.border-l-violet-500{ --tw-border-opacity: 1; border-left-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-l-violet-500\/0{ border-left-color: rgb(139 92 246 / 0); }
.border-l-violet-500\/10{ border-left-color: rgb(139 92 246 / 0.1); }
.border-l-violet-500\/100{ border-left-color: rgb(139 92 246 / 1); }
.border-l-violet-500\/20{ border-left-color: rgb(139 92 246 / 0.2); }
.border-l-violet-500\/25{ border-left-color: rgb(139 92 246 / 0.25); }
.border-l-violet-500\/30{ border-left-color: rgb(139 92 246 / 0.3); }
.border-l-violet-500\/40{ border-left-color: rgb(139 92 246 / 0.4); }
.border-l-violet-500\/5{ border-left-color: rgb(139 92 246 / 0.05); }
.border-l-violet-500\/50{ border-left-color: rgb(139 92 246 / 0.5); }
.border-l-violet-500\/60{ border-left-color: rgb(139 92 246 / 0.6); }
.border-l-violet-500\/70{ border-left-color: rgb(139 92 246 / 0.7); }
.border-l-violet-500\/75{ border-left-color: rgb(139 92 246 / 0.75); }
.border-l-violet-500\/80{ border-left-color: rgb(139 92 246 / 0.8); }
.border-l-violet-500\/90{ border-left-color: rgb(139 92 246 / 0.9); }
.border-l-violet-500\/95{ border-left-color: rgb(139 92 246 / 0.95); }
.border-l-violet-600{ --tw-border-opacity: 1; border-left-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-l-violet-600\/0{ border-left-color: rgb(124 58 237 / 0); }
.border-l-violet-600\/10{ border-left-color: rgb(124 58 237 / 0.1); }
.border-l-violet-600\/100{ border-left-color: rgb(124 58 237 / 1); }
.border-l-violet-600\/20{ border-left-color: rgb(124 58 237 / 0.2); }
.border-l-violet-600\/25{ border-left-color: rgb(124 58 237 / 0.25); }
.border-l-violet-600\/30{ border-left-color: rgb(124 58 237 / 0.3); }
.border-l-violet-600\/40{ border-left-color: rgb(124 58 237 / 0.4); }
.border-l-violet-600\/5{ border-left-color: rgb(124 58 237 / 0.05); }
.border-l-violet-600\/50{ border-left-color: rgb(124 58 237 / 0.5); }
.border-l-violet-600\/60{ border-left-color: rgb(124 58 237 / 0.6); }
.border-l-violet-600\/70{ border-left-color: rgb(124 58 237 / 0.7); }
.border-l-violet-600\/75{ border-left-color: rgb(124 58 237 / 0.75); }
.border-l-violet-600\/80{ border-left-color: rgb(124 58 237 / 0.8); }
.border-l-violet-600\/90{ border-left-color: rgb(124 58 237 / 0.9); }
.border-l-violet-600\/95{ border-left-color: rgb(124 58 237 / 0.95); }
.border-l-violet-700{ --tw-border-opacity: 1; border-left-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-l-violet-700\/0{ border-left-color: rgb(109 40 217 / 0); }
.border-l-violet-700\/10{ border-left-color: rgb(109 40 217 / 0.1); }
.border-l-violet-700\/100{ border-left-color: rgb(109 40 217 / 1); }
.border-l-violet-700\/20{ border-left-color: rgb(109 40 217 / 0.2); }
.border-l-violet-700\/25{ border-left-color: rgb(109 40 217 / 0.25); }
.border-l-violet-700\/30{ border-left-color: rgb(109 40 217 / 0.3); }
.border-l-violet-700\/40{ border-left-color: rgb(109 40 217 / 0.4); }
.border-l-violet-700\/5{ border-left-color: rgb(109 40 217 / 0.05); }
.border-l-violet-700\/50{ border-left-color: rgb(109 40 217 / 0.5); }
.border-l-violet-700\/60{ border-left-color: rgb(109 40 217 / 0.6); }
.border-l-violet-700\/70{ border-left-color: rgb(109 40 217 / 0.7); }
.border-l-violet-700\/75{ border-left-color: rgb(109 40 217 / 0.75); }
.border-l-violet-700\/80{ border-left-color: rgb(109 40 217 / 0.8); }
.border-l-violet-700\/90{ border-left-color: rgb(109 40 217 / 0.9); }
.border-l-violet-700\/95{ border-left-color: rgb(109 40 217 / 0.95); }
.border-l-violet-800{ --tw-border-opacity: 1; border-left-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-l-violet-800\/0{ border-left-color: rgb(91 33 182 / 0); }
.border-l-violet-800\/10{ border-left-color: rgb(91 33 182 / 0.1); }
.border-l-violet-800\/100{ border-left-color: rgb(91 33 182 / 1); }
.border-l-violet-800\/20{ border-left-color: rgb(91 33 182 / 0.2); }
.border-l-violet-800\/25{ border-left-color: rgb(91 33 182 / 0.25); }
.border-l-violet-800\/30{ border-left-color: rgb(91 33 182 / 0.3); }
.border-l-violet-800\/40{ border-left-color: rgb(91 33 182 / 0.4); }
.border-l-violet-800\/5{ border-left-color: rgb(91 33 182 / 0.05); }
.border-l-violet-800\/50{ border-left-color: rgb(91 33 182 / 0.5); }
.border-l-violet-800\/60{ border-left-color: rgb(91 33 182 / 0.6); }
.border-l-violet-800\/70{ border-left-color: rgb(91 33 182 / 0.7); }
.border-l-violet-800\/75{ border-left-color: rgb(91 33 182 / 0.75); }
.border-l-violet-800\/80{ border-left-color: rgb(91 33 182 / 0.8); }
.border-l-violet-800\/90{ border-left-color: rgb(91 33 182 / 0.9); }
.border-l-violet-800\/95{ border-left-color: rgb(91 33 182 / 0.95); }
.border-l-violet-900{ --tw-border-opacity: 1; border-left-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-l-violet-900\/0{ border-left-color: rgb(76 29 149 / 0); }
.border-l-violet-900\/10{ border-left-color: rgb(76 29 149 / 0.1); }
.border-l-violet-900\/100{ border-left-color: rgb(76 29 149 / 1); }
.border-l-violet-900\/20{ border-left-color: rgb(76 29 149 / 0.2); }
.border-l-violet-900\/25{ border-left-color: rgb(76 29 149 / 0.25); }
.border-l-violet-900\/30{ border-left-color: rgb(76 29 149 / 0.3); }
.border-l-violet-900\/40{ border-left-color: rgb(76 29 149 / 0.4); }
.border-l-violet-900\/5{ border-left-color: rgb(76 29 149 / 0.05); }
.border-l-violet-900\/50{ border-left-color: rgb(76 29 149 / 0.5); }
.border-l-violet-900\/60{ border-left-color: rgb(76 29 149 / 0.6); }
.border-l-violet-900\/70{ border-left-color: rgb(76 29 149 / 0.7); }
.border-l-violet-900\/75{ border-left-color: rgb(76 29 149 / 0.75); }
.border-l-violet-900\/80{ border-left-color: rgb(76 29 149 / 0.8); }
.border-l-violet-900\/90{ border-left-color: rgb(76 29 149 / 0.9); }
.border-l-violet-900\/95{ border-left-color: rgb(76 29 149 / 0.95); }
.border-l-violet-950{ --tw-border-opacity: 1; border-left-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-l-violet-950\/0{ border-left-color: rgb(46 16 101 / 0); }
.border-l-violet-950\/10{ border-left-color: rgb(46 16 101 / 0.1); }
.border-l-violet-950\/100{ border-left-color: rgb(46 16 101 / 1); }
.border-l-violet-950\/20{ border-left-color: rgb(46 16 101 / 0.2); }
.border-l-violet-950\/25{ border-left-color: rgb(46 16 101 / 0.25); }
.border-l-violet-950\/30{ border-left-color: rgb(46 16 101 / 0.3); }
.border-l-violet-950\/40{ border-left-color: rgb(46 16 101 / 0.4); }
.border-l-violet-950\/5{ border-left-color: rgb(46 16 101 / 0.05); }
.border-l-violet-950\/50{ border-left-color: rgb(46 16 101 / 0.5); }
.border-l-violet-950\/60{ border-left-color: rgb(46 16 101 / 0.6); }
.border-l-violet-950\/70{ border-left-color: rgb(46 16 101 / 0.7); }
.border-l-violet-950\/75{ border-left-color: rgb(46 16 101 / 0.75); }
.border-l-violet-950\/80{ border-left-color: rgb(46 16 101 / 0.8); }
.border-l-violet-950\/90{ border-left-color: rgb(46 16 101 / 0.9); }
.border-l-violet-950\/95{ border-left-color: rgb(46 16 101 / 0.95); }
.border-l-white{ --tw-border-opacity: 1; border-left-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-l-white\/0{ border-left-color: rgb(255 255 255 / 0); }
.border-l-white\/10{ border-left-color: rgb(255 255 255 / 0.1); }
.border-l-white\/100{ border-left-color: rgb(255 255 255 / 1); }
.border-l-white\/20{ border-left-color: rgb(255 255 255 / 0.2); }
.border-l-white\/25{ border-left-color: rgb(255 255 255 / 0.25); }
.border-l-white\/30{ border-left-color: rgb(255 255 255 / 0.3); }
.border-l-white\/40{ border-left-color: rgb(255 255 255 / 0.4); }
.border-l-white\/5{ border-left-color: rgb(255 255 255 / 0.05); }
.border-l-white\/50{ border-left-color: rgb(255 255 255 / 0.5); }
.border-l-white\/60{ border-left-color: rgb(255 255 255 / 0.6); }
.border-l-white\/70{ border-left-color: rgb(255 255 255 / 0.7); }
.border-l-white\/75{ border-left-color: rgb(255 255 255 / 0.75); }
.border-l-white\/80{ border-left-color: rgb(255 255 255 / 0.8); }
.border-l-white\/90{ border-left-color: rgb(255 255 255 / 0.9); }
.border-l-white\/95{ border-left-color: rgb(255 255 255 / 0.95); }
.border-l-yellow-100{ --tw-border-opacity: 1; border-left-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-l-yellow-100\/0{ border-left-color: rgb(254 249 195 / 0); }
.border-l-yellow-100\/10{ border-left-color: rgb(254 249 195 / 0.1); }
.border-l-yellow-100\/100{ border-left-color: rgb(254 249 195 / 1); }
.border-l-yellow-100\/20{ border-left-color: rgb(254 249 195 / 0.2); }
.border-l-yellow-100\/25{ border-left-color: rgb(254 249 195 / 0.25); }
.border-l-yellow-100\/30{ border-left-color: rgb(254 249 195 / 0.3); }
.border-l-yellow-100\/40{ border-left-color: rgb(254 249 195 / 0.4); }
.border-l-yellow-100\/5{ border-left-color: rgb(254 249 195 / 0.05); }
.border-l-yellow-100\/50{ border-left-color: rgb(254 249 195 / 0.5); }
.border-l-yellow-100\/60{ border-left-color: rgb(254 249 195 / 0.6); }
.border-l-yellow-100\/70{ border-left-color: rgb(254 249 195 / 0.7); }
.border-l-yellow-100\/75{ border-left-color: rgb(254 249 195 / 0.75); }
.border-l-yellow-100\/80{ border-left-color: rgb(254 249 195 / 0.8); }
.border-l-yellow-100\/90{ border-left-color: rgb(254 249 195 / 0.9); }
.border-l-yellow-100\/95{ border-left-color: rgb(254 249 195 / 0.95); }
.border-l-yellow-200{ --tw-border-opacity: 1; border-left-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-l-yellow-200\/0{ border-left-color: rgb(254 240 138 / 0); }
.border-l-yellow-200\/10{ border-left-color: rgb(254 240 138 / 0.1); }
.border-l-yellow-200\/100{ border-left-color: rgb(254 240 138 / 1); }
.border-l-yellow-200\/20{ border-left-color: rgb(254 240 138 / 0.2); }
.border-l-yellow-200\/25{ border-left-color: rgb(254 240 138 / 0.25); }
.border-l-yellow-200\/30{ border-left-color: rgb(254 240 138 / 0.3); }
.border-l-yellow-200\/40{ border-left-color: rgb(254 240 138 / 0.4); }
.border-l-yellow-200\/5{ border-left-color: rgb(254 240 138 / 0.05); }
.border-l-yellow-200\/50{ border-left-color: rgb(254 240 138 / 0.5); }
.border-l-yellow-200\/60{ border-left-color: rgb(254 240 138 / 0.6); }
.border-l-yellow-200\/70{ border-left-color: rgb(254 240 138 / 0.7); }
.border-l-yellow-200\/75{ border-left-color: rgb(254 240 138 / 0.75); }
.border-l-yellow-200\/80{ border-left-color: rgb(254 240 138 / 0.8); }
.border-l-yellow-200\/90{ border-left-color: rgb(254 240 138 / 0.9); }
.border-l-yellow-200\/95{ border-left-color: rgb(254 240 138 / 0.95); }
.border-l-yellow-300{ --tw-border-opacity: 1; border-left-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-l-yellow-300\/0{ border-left-color: rgb(253 224 71 / 0); }
.border-l-yellow-300\/10{ border-left-color: rgb(253 224 71 / 0.1); }
.border-l-yellow-300\/100{ border-left-color: rgb(253 224 71 / 1); }
.border-l-yellow-300\/20{ border-left-color: rgb(253 224 71 / 0.2); }
.border-l-yellow-300\/25{ border-left-color: rgb(253 224 71 / 0.25); }
.border-l-yellow-300\/30{ border-left-color: rgb(253 224 71 / 0.3); }
.border-l-yellow-300\/40{ border-left-color: rgb(253 224 71 / 0.4); }
.border-l-yellow-300\/5{ border-left-color: rgb(253 224 71 / 0.05); }
.border-l-yellow-300\/50{ border-left-color: rgb(253 224 71 / 0.5); }
.border-l-yellow-300\/60{ border-left-color: rgb(253 224 71 / 0.6); }
.border-l-yellow-300\/70{ border-left-color: rgb(253 224 71 / 0.7); }
.border-l-yellow-300\/75{ border-left-color: rgb(253 224 71 / 0.75); }
.border-l-yellow-300\/80{ border-left-color: rgb(253 224 71 / 0.8); }
.border-l-yellow-300\/90{ border-left-color: rgb(253 224 71 / 0.9); }
.border-l-yellow-300\/95{ border-left-color: rgb(253 224 71 / 0.95); }
.border-l-yellow-400{ --tw-border-opacity: 1; border-left-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-l-yellow-400\/0{ border-left-color: rgb(250 204 21 / 0); }
.border-l-yellow-400\/10{ border-left-color: rgb(250 204 21 / 0.1); }
.border-l-yellow-400\/100{ border-left-color: rgb(250 204 21 / 1); }
.border-l-yellow-400\/20{ border-left-color: rgb(250 204 21 / 0.2); }
.border-l-yellow-400\/25{ border-left-color: rgb(250 204 21 / 0.25); }
.border-l-yellow-400\/30{ border-left-color: rgb(250 204 21 / 0.3); }
.border-l-yellow-400\/40{ border-left-color: rgb(250 204 21 / 0.4); }
.border-l-yellow-400\/5{ border-left-color: rgb(250 204 21 / 0.05); }
.border-l-yellow-400\/50{ border-left-color: rgb(250 204 21 / 0.5); }
.border-l-yellow-400\/60{ border-left-color: rgb(250 204 21 / 0.6); }
.border-l-yellow-400\/70{ border-left-color: rgb(250 204 21 / 0.7); }
.border-l-yellow-400\/75{ border-left-color: rgb(250 204 21 / 0.75); }
.border-l-yellow-400\/80{ border-left-color: rgb(250 204 21 / 0.8); }
.border-l-yellow-400\/90{ border-left-color: rgb(250 204 21 / 0.9); }
.border-l-yellow-400\/95{ border-left-color: rgb(250 204 21 / 0.95); }
.border-l-yellow-50{ --tw-border-opacity: 1; border-left-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-l-yellow-50\/0{ border-left-color: rgb(254 252 232 / 0); }
.border-l-yellow-50\/10{ border-left-color: rgb(254 252 232 / 0.1); }
.border-l-yellow-50\/100{ border-left-color: rgb(254 252 232 / 1); }
.border-l-yellow-50\/20{ border-left-color: rgb(254 252 232 / 0.2); }
.border-l-yellow-50\/25{ border-left-color: rgb(254 252 232 / 0.25); }
.border-l-yellow-50\/30{ border-left-color: rgb(254 252 232 / 0.3); }
.border-l-yellow-50\/40{ border-left-color: rgb(254 252 232 / 0.4); }
.border-l-yellow-50\/5{ border-left-color: rgb(254 252 232 / 0.05); }
.border-l-yellow-50\/50{ border-left-color: rgb(254 252 232 / 0.5); }
.border-l-yellow-50\/60{ border-left-color: rgb(254 252 232 / 0.6); }
.border-l-yellow-50\/70{ border-left-color: rgb(254 252 232 / 0.7); }
.border-l-yellow-50\/75{ border-left-color: rgb(254 252 232 / 0.75); }
.border-l-yellow-50\/80{ border-left-color: rgb(254 252 232 / 0.8); }
.border-l-yellow-50\/90{ border-left-color: rgb(254 252 232 / 0.9); }
.border-l-yellow-50\/95{ border-left-color: rgb(254 252 232 / 0.95); }
.border-l-yellow-500{ --tw-border-opacity: 1; border-left-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-l-yellow-500\/0{ border-left-color: rgb(234 179 8 / 0); }
.border-l-yellow-500\/10{ border-left-color: rgb(234 179 8 / 0.1); }
.border-l-yellow-500\/100{ border-left-color: rgb(234 179 8 / 1); }
.border-l-yellow-500\/20{ border-left-color: rgb(234 179 8 / 0.2); }
.border-l-yellow-500\/25{ border-left-color: rgb(234 179 8 / 0.25); }
.border-l-yellow-500\/30{ border-left-color: rgb(234 179 8 / 0.3); }
.border-l-yellow-500\/40{ border-left-color: rgb(234 179 8 / 0.4); }
.border-l-yellow-500\/5{ border-left-color: rgb(234 179 8 / 0.05); }
.border-l-yellow-500\/50{ border-left-color: rgb(234 179 8 / 0.5); }
.border-l-yellow-500\/60{ border-left-color: rgb(234 179 8 / 0.6); }
.border-l-yellow-500\/70{ border-left-color: rgb(234 179 8 / 0.7); }
.border-l-yellow-500\/75{ border-left-color: rgb(234 179 8 / 0.75); }
.border-l-yellow-500\/80{ border-left-color: rgb(234 179 8 / 0.8); }
.border-l-yellow-500\/90{ border-left-color: rgb(234 179 8 / 0.9); }
.border-l-yellow-500\/95{ border-left-color: rgb(234 179 8 / 0.95); }
.border-l-yellow-600{ --tw-border-opacity: 1; border-left-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-l-yellow-600\/0{ border-left-color: rgb(202 138 4 / 0); }
.border-l-yellow-600\/10{ border-left-color: rgb(202 138 4 / 0.1); }
.border-l-yellow-600\/100{ border-left-color: rgb(202 138 4 / 1); }
.border-l-yellow-600\/20{ border-left-color: rgb(202 138 4 / 0.2); }
.border-l-yellow-600\/25{ border-left-color: rgb(202 138 4 / 0.25); }
.border-l-yellow-600\/30{ border-left-color: rgb(202 138 4 / 0.3); }
.border-l-yellow-600\/40{ border-left-color: rgb(202 138 4 / 0.4); }
.border-l-yellow-600\/5{ border-left-color: rgb(202 138 4 / 0.05); }
.border-l-yellow-600\/50{ border-left-color: rgb(202 138 4 / 0.5); }
.border-l-yellow-600\/60{ border-left-color: rgb(202 138 4 / 0.6); }
.border-l-yellow-600\/70{ border-left-color: rgb(202 138 4 / 0.7); }
.border-l-yellow-600\/75{ border-left-color: rgb(202 138 4 / 0.75); }
.border-l-yellow-600\/80{ border-left-color: rgb(202 138 4 / 0.8); }
.border-l-yellow-600\/90{ border-left-color: rgb(202 138 4 / 0.9); }
.border-l-yellow-600\/95{ border-left-color: rgb(202 138 4 / 0.95); }
.border-l-yellow-700{ --tw-border-opacity: 1; border-left-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-l-yellow-700\/0{ border-left-color: rgb(161 98 7 / 0); }
.border-l-yellow-700\/10{ border-left-color: rgb(161 98 7 / 0.1); }
.border-l-yellow-700\/100{ border-left-color: rgb(161 98 7 / 1); }
.border-l-yellow-700\/20{ border-left-color: rgb(161 98 7 / 0.2); }
.border-l-yellow-700\/25{ border-left-color: rgb(161 98 7 / 0.25); }
.border-l-yellow-700\/30{ border-left-color: rgb(161 98 7 / 0.3); }
.border-l-yellow-700\/40{ border-left-color: rgb(161 98 7 / 0.4); }
.border-l-yellow-700\/5{ border-left-color: rgb(161 98 7 / 0.05); }
.border-l-yellow-700\/50{ border-left-color: rgb(161 98 7 / 0.5); }
.border-l-yellow-700\/60{ border-left-color: rgb(161 98 7 / 0.6); }
.border-l-yellow-700\/70{ border-left-color: rgb(161 98 7 / 0.7); }
.border-l-yellow-700\/75{ border-left-color: rgb(161 98 7 / 0.75); }
.border-l-yellow-700\/80{ border-left-color: rgb(161 98 7 / 0.8); }
.border-l-yellow-700\/90{ border-left-color: rgb(161 98 7 / 0.9); }
.border-l-yellow-700\/95{ border-left-color: rgb(161 98 7 / 0.95); }
.border-l-yellow-800{ --tw-border-opacity: 1; border-left-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-l-yellow-800\/0{ border-left-color: rgb(133 77 14 / 0); }
.border-l-yellow-800\/10{ border-left-color: rgb(133 77 14 / 0.1); }
.border-l-yellow-800\/100{ border-left-color: rgb(133 77 14 / 1); }
.border-l-yellow-800\/20{ border-left-color: rgb(133 77 14 / 0.2); }
.border-l-yellow-800\/25{ border-left-color: rgb(133 77 14 / 0.25); }
.border-l-yellow-800\/30{ border-left-color: rgb(133 77 14 / 0.3); }
.border-l-yellow-800\/40{ border-left-color: rgb(133 77 14 / 0.4); }
.border-l-yellow-800\/5{ border-left-color: rgb(133 77 14 / 0.05); }
.border-l-yellow-800\/50{ border-left-color: rgb(133 77 14 / 0.5); }
.border-l-yellow-800\/60{ border-left-color: rgb(133 77 14 / 0.6); }
.border-l-yellow-800\/70{ border-left-color: rgb(133 77 14 / 0.7); }
.border-l-yellow-800\/75{ border-left-color: rgb(133 77 14 / 0.75); }
.border-l-yellow-800\/80{ border-left-color: rgb(133 77 14 / 0.8); }
.border-l-yellow-800\/90{ border-left-color: rgb(133 77 14 / 0.9); }
.border-l-yellow-800\/95{ border-left-color: rgb(133 77 14 / 0.95); }
.border-l-yellow-900{ --tw-border-opacity: 1; border-left-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-l-yellow-900\/0{ border-left-color: rgb(113 63 18 / 0); }
.border-l-yellow-900\/10{ border-left-color: rgb(113 63 18 / 0.1); }
.border-l-yellow-900\/100{ border-left-color: rgb(113 63 18 / 1); }
.border-l-yellow-900\/20{ border-left-color: rgb(113 63 18 / 0.2); }
.border-l-yellow-900\/25{ border-left-color: rgb(113 63 18 / 0.25); }
.border-l-yellow-900\/30{ border-left-color: rgb(113 63 18 / 0.3); }
.border-l-yellow-900\/40{ border-left-color: rgb(113 63 18 / 0.4); }
.border-l-yellow-900\/5{ border-left-color: rgb(113 63 18 / 0.05); }
.border-l-yellow-900\/50{ border-left-color: rgb(113 63 18 / 0.5); }
.border-l-yellow-900\/60{ border-left-color: rgb(113 63 18 / 0.6); }
.border-l-yellow-900\/70{ border-left-color: rgb(113 63 18 / 0.7); }
.border-l-yellow-900\/75{ border-left-color: rgb(113 63 18 / 0.75); }
.border-l-yellow-900\/80{ border-left-color: rgb(113 63 18 / 0.8); }
.border-l-yellow-900\/90{ border-left-color: rgb(113 63 18 / 0.9); }
.border-l-yellow-900\/95{ border-left-color: rgb(113 63 18 / 0.95); }
.border-l-yellow-950{ --tw-border-opacity: 1; border-left-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-l-yellow-950\/0{ border-left-color: rgb(66 32 6 / 0); }
.border-l-yellow-950\/10{ border-left-color: rgb(66 32 6 / 0.1); }
.border-l-yellow-950\/100{ border-left-color: rgb(66 32 6 / 1); }
.border-l-yellow-950\/20{ border-left-color: rgb(66 32 6 / 0.2); }
.border-l-yellow-950\/25{ border-left-color: rgb(66 32 6 / 0.25); }
.border-l-yellow-950\/30{ border-left-color: rgb(66 32 6 / 0.3); }
.border-l-yellow-950\/40{ border-left-color: rgb(66 32 6 / 0.4); }
.border-l-yellow-950\/5{ border-left-color: rgb(66 32 6 / 0.05); }
.border-l-yellow-950\/50{ border-left-color: rgb(66 32 6 / 0.5); }
.border-l-yellow-950\/60{ border-left-color: rgb(66 32 6 / 0.6); }
.border-l-yellow-950\/70{ border-left-color: rgb(66 32 6 / 0.7); }
.border-l-yellow-950\/75{ border-left-color: rgb(66 32 6 / 0.75); }
.border-l-yellow-950\/80{ border-left-color: rgb(66 32 6 / 0.8); }
.border-l-yellow-950\/90{ border-left-color: rgb(66 32 6 / 0.9); }
.border-l-yellow-950\/95{ border-left-color: rgb(66 32 6 / 0.95); }
.border-l-zinc-100{ --tw-border-opacity: 1; border-left-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-l-zinc-100\/0{ border-left-color: rgb(244 244 245 / 0); }
.border-l-zinc-100\/10{ border-left-color: rgb(244 244 245 / 0.1); }
.border-l-zinc-100\/100{ border-left-color: rgb(244 244 245 / 1); }
.border-l-zinc-100\/20{ border-left-color: rgb(244 244 245 / 0.2); }
.border-l-zinc-100\/25{ border-left-color: rgb(244 244 245 / 0.25); }
.border-l-zinc-100\/30{ border-left-color: rgb(244 244 245 / 0.3); }
.border-l-zinc-100\/40{ border-left-color: rgb(244 244 245 / 0.4); }
.border-l-zinc-100\/5{ border-left-color: rgb(244 244 245 / 0.05); }
.border-l-zinc-100\/50{ border-left-color: rgb(244 244 245 / 0.5); }
.border-l-zinc-100\/60{ border-left-color: rgb(244 244 245 / 0.6); }
.border-l-zinc-100\/70{ border-left-color: rgb(244 244 245 / 0.7); }
.border-l-zinc-100\/75{ border-left-color: rgb(244 244 245 / 0.75); }
.border-l-zinc-100\/80{ border-left-color: rgb(244 244 245 / 0.8); }
.border-l-zinc-100\/90{ border-left-color: rgb(244 244 245 / 0.9); }
.border-l-zinc-100\/95{ border-left-color: rgb(244 244 245 / 0.95); }
.border-l-zinc-200{ --tw-border-opacity: 1; border-left-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-l-zinc-200\/0{ border-left-color: rgb(228 228 231 / 0); }
.border-l-zinc-200\/10{ border-left-color: rgb(228 228 231 / 0.1); }
.border-l-zinc-200\/100{ border-left-color: rgb(228 228 231 / 1); }
.border-l-zinc-200\/20{ border-left-color: rgb(228 228 231 / 0.2); }
.border-l-zinc-200\/25{ border-left-color: rgb(228 228 231 / 0.25); }
.border-l-zinc-200\/30{ border-left-color: rgb(228 228 231 / 0.3); }
.border-l-zinc-200\/40{ border-left-color: rgb(228 228 231 / 0.4); }
.border-l-zinc-200\/5{ border-left-color: rgb(228 228 231 / 0.05); }
.border-l-zinc-200\/50{ border-left-color: rgb(228 228 231 / 0.5); }
.border-l-zinc-200\/60{ border-left-color: rgb(228 228 231 / 0.6); }
.border-l-zinc-200\/70{ border-left-color: rgb(228 228 231 / 0.7); }
.border-l-zinc-200\/75{ border-left-color: rgb(228 228 231 / 0.75); }
.border-l-zinc-200\/80{ border-left-color: rgb(228 228 231 / 0.8); }
.border-l-zinc-200\/90{ border-left-color: rgb(228 228 231 / 0.9); }
.border-l-zinc-200\/95{ border-left-color: rgb(228 228 231 / 0.95); }
.border-l-zinc-300{ --tw-border-opacity: 1; border-left-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-l-zinc-300\/0{ border-left-color: rgb(212 212 216 / 0); }
.border-l-zinc-300\/10{ border-left-color: rgb(212 212 216 / 0.1); }
.border-l-zinc-300\/100{ border-left-color: rgb(212 212 216 / 1); }
.border-l-zinc-300\/20{ border-left-color: rgb(212 212 216 / 0.2); }
.border-l-zinc-300\/25{ border-left-color: rgb(212 212 216 / 0.25); }
.border-l-zinc-300\/30{ border-left-color: rgb(212 212 216 / 0.3); }
.border-l-zinc-300\/40{ border-left-color: rgb(212 212 216 / 0.4); }
.border-l-zinc-300\/5{ border-left-color: rgb(212 212 216 / 0.05); }
.border-l-zinc-300\/50{ border-left-color: rgb(212 212 216 / 0.5); }
.border-l-zinc-300\/60{ border-left-color: rgb(212 212 216 / 0.6); }
.border-l-zinc-300\/70{ border-left-color: rgb(212 212 216 / 0.7); }
.border-l-zinc-300\/75{ border-left-color: rgb(212 212 216 / 0.75); }
.border-l-zinc-300\/80{ border-left-color: rgb(212 212 216 / 0.8); }
.border-l-zinc-300\/90{ border-left-color: rgb(212 212 216 / 0.9); }
.border-l-zinc-300\/95{ border-left-color: rgb(212 212 216 / 0.95); }
.border-l-zinc-400{ --tw-border-opacity: 1; border-left-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-l-zinc-400\/0{ border-left-color: rgb(161 161 170 / 0); }
.border-l-zinc-400\/10{ border-left-color: rgb(161 161 170 / 0.1); }
.border-l-zinc-400\/100{ border-left-color: rgb(161 161 170 / 1); }
.border-l-zinc-400\/20{ border-left-color: rgb(161 161 170 / 0.2); }
.border-l-zinc-400\/25{ border-left-color: rgb(161 161 170 / 0.25); }
.border-l-zinc-400\/30{ border-left-color: rgb(161 161 170 / 0.3); }
.border-l-zinc-400\/40{ border-left-color: rgb(161 161 170 / 0.4); }
.border-l-zinc-400\/5{ border-left-color: rgb(161 161 170 / 0.05); }
.border-l-zinc-400\/50{ border-left-color: rgb(161 161 170 / 0.5); }
.border-l-zinc-400\/60{ border-left-color: rgb(161 161 170 / 0.6); }
.border-l-zinc-400\/70{ border-left-color: rgb(161 161 170 / 0.7); }
.border-l-zinc-400\/75{ border-left-color: rgb(161 161 170 / 0.75); }
.border-l-zinc-400\/80{ border-left-color: rgb(161 161 170 / 0.8); }
.border-l-zinc-400\/90{ border-left-color: rgb(161 161 170 / 0.9); }
.border-l-zinc-400\/95{ border-left-color: rgb(161 161 170 / 0.95); }
.border-l-zinc-50{ --tw-border-opacity: 1; border-left-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-l-zinc-50\/0{ border-left-color: rgb(250 250 250 / 0); }
.border-l-zinc-50\/10{ border-left-color: rgb(250 250 250 / 0.1); }
.border-l-zinc-50\/100{ border-left-color: rgb(250 250 250 / 1); }
.border-l-zinc-50\/20{ border-left-color: rgb(250 250 250 / 0.2); }
.border-l-zinc-50\/25{ border-left-color: rgb(250 250 250 / 0.25); }
.border-l-zinc-50\/30{ border-left-color: rgb(250 250 250 / 0.3); }
.border-l-zinc-50\/40{ border-left-color: rgb(250 250 250 / 0.4); }
.border-l-zinc-50\/5{ border-left-color: rgb(250 250 250 / 0.05); }
.border-l-zinc-50\/50{ border-left-color: rgb(250 250 250 / 0.5); }
.border-l-zinc-50\/60{ border-left-color: rgb(250 250 250 / 0.6); }
.border-l-zinc-50\/70{ border-left-color: rgb(250 250 250 / 0.7); }
.border-l-zinc-50\/75{ border-left-color: rgb(250 250 250 / 0.75); }
.border-l-zinc-50\/80{ border-left-color: rgb(250 250 250 / 0.8); }
.border-l-zinc-50\/90{ border-left-color: rgb(250 250 250 / 0.9); }
.border-l-zinc-50\/95{ border-left-color: rgb(250 250 250 / 0.95); }
.border-l-zinc-500{ --tw-border-opacity: 1; border-left-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-l-zinc-500\/0{ border-left-color: rgb(113 113 122 / 0); }
.border-l-zinc-500\/10{ border-left-color: rgb(113 113 122 / 0.1); }
.border-l-zinc-500\/100{ border-left-color: rgb(113 113 122 / 1); }
.border-l-zinc-500\/20{ border-left-color: rgb(113 113 122 / 0.2); }
.border-l-zinc-500\/25{ border-left-color: rgb(113 113 122 / 0.25); }
.border-l-zinc-500\/30{ border-left-color: rgb(113 113 122 / 0.3); }
.border-l-zinc-500\/40{ border-left-color: rgb(113 113 122 / 0.4); }
.border-l-zinc-500\/5{ border-left-color: rgb(113 113 122 / 0.05); }
.border-l-zinc-500\/50{ border-left-color: rgb(113 113 122 / 0.5); }
.border-l-zinc-500\/60{ border-left-color: rgb(113 113 122 / 0.6); }
.border-l-zinc-500\/70{ border-left-color: rgb(113 113 122 / 0.7); }
.border-l-zinc-500\/75{ border-left-color: rgb(113 113 122 / 0.75); }
.border-l-zinc-500\/80{ border-left-color: rgb(113 113 122 / 0.8); }
.border-l-zinc-500\/90{ border-left-color: rgb(113 113 122 / 0.9); }
.border-l-zinc-500\/95{ border-left-color: rgb(113 113 122 / 0.95); }
.border-l-zinc-600{ --tw-border-opacity: 1; border-left-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-l-zinc-600\/0{ border-left-color: rgb(82 82 91 / 0); }
.border-l-zinc-600\/10{ border-left-color: rgb(82 82 91 / 0.1); }
.border-l-zinc-600\/100{ border-left-color: rgb(82 82 91 / 1); }
.border-l-zinc-600\/20{ border-left-color: rgb(82 82 91 / 0.2); }
.border-l-zinc-600\/25{ border-left-color: rgb(82 82 91 / 0.25); }
.border-l-zinc-600\/30{ border-left-color: rgb(82 82 91 / 0.3); }
.border-l-zinc-600\/40{ border-left-color: rgb(82 82 91 / 0.4); }
.border-l-zinc-600\/5{ border-left-color: rgb(82 82 91 / 0.05); }
.border-l-zinc-600\/50{ border-left-color: rgb(82 82 91 / 0.5); }
.border-l-zinc-600\/60{ border-left-color: rgb(82 82 91 / 0.6); }
.border-l-zinc-600\/70{ border-left-color: rgb(82 82 91 / 0.7); }
.border-l-zinc-600\/75{ border-left-color: rgb(82 82 91 / 0.75); }
.border-l-zinc-600\/80{ border-left-color: rgb(82 82 91 / 0.8); }
.border-l-zinc-600\/90{ border-left-color: rgb(82 82 91 / 0.9); }
.border-l-zinc-600\/95{ border-left-color: rgb(82 82 91 / 0.95); }
.border-l-zinc-700{ --tw-border-opacity: 1; border-left-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-l-zinc-700\/0{ border-left-color: rgb(63 63 70 / 0); }
.border-l-zinc-700\/10{ border-left-color: rgb(63 63 70 / 0.1); }
.border-l-zinc-700\/100{ border-left-color: rgb(63 63 70 / 1); }
.border-l-zinc-700\/20{ border-left-color: rgb(63 63 70 / 0.2); }
.border-l-zinc-700\/25{ border-left-color: rgb(63 63 70 / 0.25); }
.border-l-zinc-700\/30{ border-left-color: rgb(63 63 70 / 0.3); }
.border-l-zinc-700\/40{ border-left-color: rgb(63 63 70 / 0.4); }
.border-l-zinc-700\/5{ border-left-color: rgb(63 63 70 / 0.05); }
.border-l-zinc-700\/50{ border-left-color: rgb(63 63 70 / 0.5); }
.border-l-zinc-700\/60{ border-left-color: rgb(63 63 70 / 0.6); }
.border-l-zinc-700\/70{ border-left-color: rgb(63 63 70 / 0.7); }
.border-l-zinc-700\/75{ border-left-color: rgb(63 63 70 / 0.75); }
.border-l-zinc-700\/80{ border-left-color: rgb(63 63 70 / 0.8); }
.border-l-zinc-700\/90{ border-left-color: rgb(63 63 70 / 0.9); }
.border-l-zinc-700\/95{ border-left-color: rgb(63 63 70 / 0.95); }
.border-l-zinc-800{ --tw-border-opacity: 1; border-left-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-l-zinc-800\/0{ border-left-color: rgb(39 39 42 / 0); }
.border-l-zinc-800\/10{ border-left-color: rgb(39 39 42 / 0.1); }
.border-l-zinc-800\/100{ border-left-color: rgb(39 39 42 / 1); }
.border-l-zinc-800\/20{ border-left-color: rgb(39 39 42 / 0.2); }
.border-l-zinc-800\/25{ border-left-color: rgb(39 39 42 / 0.25); }
.border-l-zinc-800\/30{ border-left-color: rgb(39 39 42 / 0.3); }
.border-l-zinc-800\/40{ border-left-color: rgb(39 39 42 / 0.4); }
.border-l-zinc-800\/5{ border-left-color: rgb(39 39 42 / 0.05); }
.border-l-zinc-800\/50{ border-left-color: rgb(39 39 42 / 0.5); }
.border-l-zinc-800\/60{ border-left-color: rgb(39 39 42 / 0.6); }
.border-l-zinc-800\/70{ border-left-color: rgb(39 39 42 / 0.7); }
.border-l-zinc-800\/75{ border-left-color: rgb(39 39 42 / 0.75); }
.border-l-zinc-800\/80{ border-left-color: rgb(39 39 42 / 0.8); }
.border-l-zinc-800\/90{ border-left-color: rgb(39 39 42 / 0.9); }
.border-l-zinc-800\/95{ border-left-color: rgb(39 39 42 / 0.95); }
.border-l-zinc-900{ --tw-border-opacity: 1; border-left-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-l-zinc-900\/0{ border-left-color: rgb(24 24 27 / 0); }
.border-l-zinc-900\/10{ border-left-color: rgb(24 24 27 / 0.1); }
.border-l-zinc-900\/100{ border-left-color: rgb(24 24 27 / 1); }
.border-l-zinc-900\/20{ border-left-color: rgb(24 24 27 / 0.2); }
.border-l-zinc-900\/25{ border-left-color: rgb(24 24 27 / 0.25); }
.border-l-zinc-900\/30{ border-left-color: rgb(24 24 27 / 0.3); }
.border-l-zinc-900\/40{ border-left-color: rgb(24 24 27 / 0.4); }
.border-l-zinc-900\/5{ border-left-color: rgb(24 24 27 / 0.05); }
.border-l-zinc-900\/50{ border-left-color: rgb(24 24 27 / 0.5); }
.border-l-zinc-900\/60{ border-left-color: rgb(24 24 27 / 0.6); }
.border-l-zinc-900\/70{ border-left-color: rgb(24 24 27 / 0.7); }
.border-l-zinc-900\/75{ border-left-color: rgb(24 24 27 / 0.75); }
.border-l-zinc-900\/80{ border-left-color: rgb(24 24 27 / 0.8); }
.border-l-zinc-900\/90{ border-left-color: rgb(24 24 27 / 0.9); }
.border-l-zinc-900\/95{ border-left-color: rgb(24 24 27 / 0.95); }
.border-l-zinc-950{ --tw-border-opacity: 1; border-left-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-l-zinc-950\/0{ border-left-color: rgb(9 9 11 / 0); }
.border-l-zinc-950\/10{ border-left-color: rgb(9 9 11 / 0.1); }
.border-l-zinc-950\/100{ border-left-color: rgb(9 9 11 / 1); }
.border-l-zinc-950\/20{ border-left-color: rgb(9 9 11 / 0.2); }
.border-l-zinc-950\/25{ border-left-color: rgb(9 9 11 / 0.25); }
.border-l-zinc-950\/30{ border-left-color: rgb(9 9 11 / 0.3); }
.border-l-zinc-950\/40{ border-left-color: rgb(9 9 11 / 0.4); }
.border-l-zinc-950\/5{ border-left-color: rgb(9 9 11 / 0.05); }
.border-l-zinc-950\/50{ border-left-color: rgb(9 9 11 / 0.5); }
.border-l-zinc-950\/60{ border-left-color: rgb(9 9 11 / 0.6); }
.border-l-zinc-950\/70{ border-left-color: rgb(9 9 11 / 0.7); }
.border-l-zinc-950\/75{ border-left-color: rgb(9 9 11 / 0.75); }
.border-l-zinc-950\/80{ border-left-color: rgb(9 9 11 / 0.8); }
.border-l-zinc-950\/90{ border-left-color: rgb(9 9 11 / 0.9); }
.border-l-zinc-950\/95{ border-left-color: rgb(9 9 11 / 0.95); }
.border-r-amaranth{ --tw-border-opacity: 1; border-right-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-r-amaranth-100{ --tw-border-opacity: 1; border-right-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-r-amaranth-100\/0{ border-right-color: rgb(241 230 237 / 0); }
.border-r-amaranth-100\/10{ border-right-color: rgb(241 230 237 / 0.1); }
.border-r-amaranth-100\/100{ border-right-color: rgb(241 230 237 / 1); }
.border-r-amaranth-100\/20{ border-right-color: rgb(241 230 237 / 0.2); }
.border-r-amaranth-100\/25{ border-right-color: rgb(241 230 237 / 0.25); }
.border-r-amaranth-100\/30{ border-right-color: rgb(241 230 237 / 0.3); }
.border-r-amaranth-100\/40{ border-right-color: rgb(241 230 237 / 0.4); }
.border-r-amaranth-100\/5{ border-right-color: rgb(241 230 237 / 0.05); }
.border-r-amaranth-100\/50{ border-right-color: rgb(241 230 237 / 0.5); }
.border-r-amaranth-100\/60{ border-right-color: rgb(241 230 237 / 0.6); }
.border-r-amaranth-100\/70{ border-right-color: rgb(241 230 237 / 0.7); }
.border-r-amaranth-100\/75{ border-right-color: rgb(241 230 237 / 0.75); }
.border-r-amaranth-100\/80{ border-right-color: rgb(241 230 237 / 0.8); }
.border-r-amaranth-100\/90{ border-right-color: rgb(241 230 237 / 0.9); }
.border-r-amaranth-100\/95{ border-right-color: rgb(241 230 237 / 0.95); }
.border-r-amaranth-200{ --tw-border-opacity: 1; border-right-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-r-amaranth-200\/0{ border-right-color: rgb(227 204 219 / 0); }
.border-r-amaranth-200\/10{ border-right-color: rgb(227 204 219 / 0.1); }
.border-r-amaranth-200\/100{ border-right-color: rgb(227 204 219 / 1); }
.border-r-amaranth-200\/20{ border-right-color: rgb(227 204 219 / 0.2); }
.border-r-amaranth-200\/25{ border-right-color: rgb(227 204 219 / 0.25); }
.border-r-amaranth-200\/30{ border-right-color: rgb(227 204 219 / 0.3); }
.border-r-amaranth-200\/40{ border-right-color: rgb(227 204 219 / 0.4); }
.border-r-amaranth-200\/5{ border-right-color: rgb(227 204 219 / 0.05); }
.border-r-amaranth-200\/50{ border-right-color: rgb(227 204 219 / 0.5); }
.border-r-amaranth-200\/60{ border-right-color: rgb(227 204 219 / 0.6); }
.border-r-amaranth-200\/70{ border-right-color: rgb(227 204 219 / 0.7); }
.border-r-amaranth-200\/75{ border-right-color: rgb(227 204 219 / 0.75); }
.border-r-amaranth-200\/80{ border-right-color: rgb(227 204 219 / 0.8); }
.border-r-amaranth-200\/90{ border-right-color: rgb(227 204 219 / 0.9); }
.border-r-amaranth-200\/95{ border-right-color: rgb(227 204 219 / 0.95); }
.border-r-amaranth-300{ --tw-border-opacity: 1; border-right-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-r-amaranth-300\/0{ border-right-color: rgb(214 179 201 / 0); }
.border-r-amaranth-300\/10{ border-right-color: rgb(214 179 201 / 0.1); }
.border-r-amaranth-300\/100{ border-right-color: rgb(214 179 201 / 1); }
.border-r-amaranth-300\/20{ border-right-color: rgb(214 179 201 / 0.2); }
.border-r-amaranth-300\/25{ border-right-color: rgb(214 179 201 / 0.25); }
.border-r-amaranth-300\/30{ border-right-color: rgb(214 179 201 / 0.3); }
.border-r-amaranth-300\/40{ border-right-color: rgb(214 179 201 / 0.4); }
.border-r-amaranth-300\/5{ border-right-color: rgb(214 179 201 / 0.05); }
.border-r-amaranth-300\/50{ border-right-color: rgb(214 179 201 / 0.5); }
.border-r-amaranth-300\/60{ border-right-color: rgb(214 179 201 / 0.6); }
.border-r-amaranth-300\/70{ border-right-color: rgb(214 179 201 / 0.7); }
.border-r-amaranth-300\/75{ border-right-color: rgb(214 179 201 / 0.75); }
.border-r-amaranth-300\/80{ border-right-color: rgb(214 179 201 / 0.8); }
.border-r-amaranth-300\/90{ border-right-color: rgb(214 179 201 / 0.9); }
.border-r-amaranth-300\/95{ border-right-color: rgb(214 179 201 / 0.95); }
.border-r-amaranth-400{ --tw-border-opacity: 1; border-right-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-r-amaranth-400\/0{ border-right-color: rgb(199 153 182 / 0); }
.border-r-amaranth-400\/10{ border-right-color: rgb(199 153 182 / 0.1); }
.border-r-amaranth-400\/100{ border-right-color: rgb(199 153 182 / 1); }
.border-r-amaranth-400\/20{ border-right-color: rgb(199 153 182 / 0.2); }
.border-r-amaranth-400\/25{ border-right-color: rgb(199 153 182 / 0.25); }
.border-r-amaranth-400\/30{ border-right-color: rgb(199 153 182 / 0.3); }
.border-r-amaranth-400\/40{ border-right-color: rgb(199 153 182 / 0.4); }
.border-r-amaranth-400\/5{ border-right-color: rgb(199 153 182 / 0.05); }
.border-r-amaranth-400\/50{ border-right-color: rgb(199 153 182 / 0.5); }
.border-r-amaranth-400\/60{ border-right-color: rgb(199 153 182 / 0.6); }
.border-r-amaranth-400\/70{ border-right-color: rgb(199 153 182 / 0.7); }
.border-r-amaranth-400\/75{ border-right-color: rgb(199 153 182 / 0.75); }
.border-r-amaranth-400\/80{ border-right-color: rgb(199 153 182 / 0.8); }
.border-r-amaranth-400\/90{ border-right-color: rgb(199 153 182 / 0.9); }
.border-r-amaranth-400\/95{ border-right-color: rgb(199 153 182 / 0.95); }
.border-r-amaranth-500{ --tw-border-opacity: 1; border-right-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-r-amaranth-500\/0{ border-right-color: rgb(186 128 164 / 0); }
.border-r-amaranth-500\/10{ border-right-color: rgb(186 128 164 / 0.1); }
.border-r-amaranth-500\/100{ border-right-color: rgb(186 128 164 / 1); }
.border-r-amaranth-500\/20{ border-right-color: rgb(186 128 164 / 0.2); }
.border-r-amaranth-500\/25{ border-right-color: rgb(186 128 164 / 0.25); }
.border-r-amaranth-500\/30{ border-right-color: rgb(186 128 164 / 0.3); }
.border-r-amaranth-500\/40{ border-right-color: rgb(186 128 164 / 0.4); }
.border-r-amaranth-500\/5{ border-right-color: rgb(186 128 164 / 0.05); }
.border-r-amaranth-500\/50{ border-right-color: rgb(186 128 164 / 0.5); }
.border-r-amaranth-500\/60{ border-right-color: rgb(186 128 164 / 0.6); }
.border-r-amaranth-500\/70{ border-right-color: rgb(186 128 164 / 0.7); }
.border-r-amaranth-500\/75{ border-right-color: rgb(186 128 164 / 0.75); }
.border-r-amaranth-500\/80{ border-right-color: rgb(186 128 164 / 0.8); }
.border-r-amaranth-500\/90{ border-right-color: rgb(186 128 164 / 0.9); }
.border-r-amaranth-500\/95{ border-right-color: rgb(186 128 164 / 0.95); }
.border-r-amaranth-600{ --tw-border-opacity: 1; border-right-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-r-amaranth-600\/0{ border-right-color: rgb(172 102 146 / 0); }
.border-r-amaranth-600\/10{ border-right-color: rgb(172 102 146 / 0.1); }
.border-r-amaranth-600\/100{ border-right-color: rgb(172 102 146 / 1); }
.border-r-amaranth-600\/20{ border-right-color: rgb(172 102 146 / 0.2); }
.border-r-amaranth-600\/25{ border-right-color: rgb(172 102 146 / 0.25); }
.border-r-amaranth-600\/30{ border-right-color: rgb(172 102 146 / 0.3); }
.border-r-amaranth-600\/40{ border-right-color: rgb(172 102 146 / 0.4); }
.border-r-amaranth-600\/5{ border-right-color: rgb(172 102 146 / 0.05); }
.border-r-amaranth-600\/50{ border-right-color: rgb(172 102 146 / 0.5); }
.border-r-amaranth-600\/60{ border-right-color: rgb(172 102 146 / 0.6); }
.border-r-amaranth-600\/70{ border-right-color: rgb(172 102 146 / 0.7); }
.border-r-amaranth-600\/75{ border-right-color: rgb(172 102 146 / 0.75); }
.border-r-amaranth-600\/80{ border-right-color: rgb(172 102 146 / 0.8); }
.border-r-amaranth-600\/90{ border-right-color: rgb(172 102 146 / 0.9); }
.border-r-amaranth-600\/95{ border-right-color: rgb(172 102 146 / 0.95); }
.border-r-amaranth-700{ --tw-border-opacity: 1; border-right-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-r-amaranth-700\/0{ border-right-color: rgb(157 76 127 / 0); }
.border-r-amaranth-700\/10{ border-right-color: rgb(157 76 127 / 0.1); }
.border-r-amaranth-700\/100{ border-right-color: rgb(157 76 127 / 1); }
.border-r-amaranth-700\/20{ border-right-color: rgb(157 76 127 / 0.2); }
.border-r-amaranth-700\/25{ border-right-color: rgb(157 76 127 / 0.25); }
.border-r-amaranth-700\/30{ border-right-color: rgb(157 76 127 / 0.3); }
.border-r-amaranth-700\/40{ border-right-color: rgb(157 76 127 / 0.4); }
.border-r-amaranth-700\/5{ border-right-color: rgb(157 76 127 / 0.05); }
.border-r-amaranth-700\/50{ border-right-color: rgb(157 76 127 / 0.5); }
.border-r-amaranth-700\/60{ border-right-color: rgb(157 76 127 / 0.6); }
.border-r-amaranth-700\/70{ border-right-color: rgb(157 76 127 / 0.7); }
.border-r-amaranth-700\/75{ border-right-color: rgb(157 76 127 / 0.75); }
.border-r-amaranth-700\/80{ border-right-color: rgb(157 76 127 / 0.8); }
.border-r-amaranth-700\/90{ border-right-color: rgb(157 76 127 / 0.9); }
.border-r-amaranth-700\/95{ border-right-color: rgb(157 76 127 / 0.95); }
.border-r-amaranth-800{ --tw-border-opacity: 1; border-right-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-r-amaranth-800\/0{ border-right-color: rgb(144 51 109 / 0); }
.border-r-amaranth-800\/10{ border-right-color: rgb(144 51 109 / 0.1); }
.border-r-amaranth-800\/100{ border-right-color: rgb(144 51 109 / 1); }
.border-r-amaranth-800\/20{ border-right-color: rgb(144 51 109 / 0.2); }
.border-r-amaranth-800\/25{ border-right-color: rgb(144 51 109 / 0.25); }
.border-r-amaranth-800\/30{ border-right-color: rgb(144 51 109 / 0.3); }
.border-r-amaranth-800\/40{ border-right-color: rgb(144 51 109 / 0.4); }
.border-r-amaranth-800\/5{ border-right-color: rgb(144 51 109 / 0.05); }
.border-r-amaranth-800\/50{ border-right-color: rgb(144 51 109 / 0.5); }
.border-r-amaranth-800\/60{ border-right-color: rgb(144 51 109 / 0.6); }
.border-r-amaranth-800\/70{ border-right-color: rgb(144 51 109 / 0.7); }
.border-r-amaranth-800\/75{ border-right-color: rgb(144 51 109 / 0.75); }
.border-r-amaranth-800\/80{ border-right-color: rgb(144 51 109 / 0.8); }
.border-r-amaranth-800\/90{ border-right-color: rgb(144 51 109 / 0.9); }
.border-r-amaranth-800\/95{ border-right-color: rgb(144 51 109 / 0.95); }
.border-r-amaranth-900{ --tw-border-opacity: 1; border-right-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-r-amaranth-900\/0{ border-right-color: rgb(130 26 92 / 0); }
.border-r-amaranth-900\/10{ border-right-color: rgb(130 26 92 / 0.1); }
.border-r-amaranth-900\/100{ border-right-color: rgb(130 26 92 / 1); }
.border-r-amaranth-900\/20{ border-right-color: rgb(130 26 92 / 0.2); }
.border-r-amaranth-900\/25{ border-right-color: rgb(130 26 92 / 0.25); }
.border-r-amaranth-900\/30{ border-right-color: rgb(130 26 92 / 0.3); }
.border-r-amaranth-900\/40{ border-right-color: rgb(130 26 92 / 0.4); }
.border-r-amaranth-900\/5{ border-right-color: rgb(130 26 92 / 0.05); }
.border-r-amaranth-900\/50{ border-right-color: rgb(130 26 92 / 0.5); }
.border-r-amaranth-900\/60{ border-right-color: rgb(130 26 92 / 0.6); }
.border-r-amaranth-900\/70{ border-right-color: rgb(130 26 92 / 0.7); }
.border-r-amaranth-900\/75{ border-right-color: rgb(130 26 92 / 0.75); }
.border-r-amaranth-900\/80{ border-right-color: rgb(130 26 92 / 0.8); }
.border-r-amaranth-900\/90{ border-right-color: rgb(130 26 92 / 0.9); }
.border-r-amaranth-900\/95{ border-right-color: rgb(130 26 92 / 0.95); }
.border-r-amaranth-950{ --tw-border-opacity: 1; border-right-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-r-amaranth-950\/0{ border-right-color: rgb(123 13 82 / 0); }
.border-r-amaranth-950\/10{ border-right-color: rgb(123 13 82 / 0.1); }
.border-r-amaranth-950\/100{ border-right-color: rgb(123 13 82 / 1); }
.border-r-amaranth-950\/20{ border-right-color: rgb(123 13 82 / 0.2); }
.border-r-amaranth-950\/25{ border-right-color: rgb(123 13 82 / 0.25); }
.border-r-amaranth-950\/30{ border-right-color: rgb(123 13 82 / 0.3); }
.border-r-amaranth-950\/40{ border-right-color: rgb(123 13 82 / 0.4); }
.border-r-amaranth-950\/5{ border-right-color: rgb(123 13 82 / 0.05); }
.border-r-amaranth-950\/50{ border-right-color: rgb(123 13 82 / 0.5); }
.border-r-amaranth-950\/60{ border-right-color: rgb(123 13 82 / 0.6); }
.border-r-amaranth-950\/70{ border-right-color: rgb(123 13 82 / 0.7); }
.border-r-amaranth-950\/75{ border-right-color: rgb(123 13 82 / 0.75); }
.border-r-amaranth-950\/80{ border-right-color: rgb(123 13 82 / 0.8); }
.border-r-amaranth-950\/90{ border-right-color: rgb(123 13 82 / 0.9); }
.border-r-amaranth-950\/95{ border-right-color: rgb(123 13 82 / 0.95); }
.border-r-amaranth\/0{ border-right-color: rgb(116 0 73 / 0); }
.border-r-amaranth\/10{ border-right-color: rgb(116 0 73 / 0.1); }
.border-r-amaranth\/100{ border-right-color: rgb(116 0 73 / 1); }
.border-r-amaranth\/20{ border-right-color: rgb(116 0 73 / 0.2); }
.border-r-amaranth\/25{ border-right-color: rgb(116 0 73 / 0.25); }
.border-r-amaranth\/30{ border-right-color: rgb(116 0 73 / 0.3); }
.border-r-amaranth\/40{ border-right-color: rgb(116 0 73 / 0.4); }
.border-r-amaranth\/5{ border-right-color: rgb(116 0 73 / 0.05); }
.border-r-amaranth\/50{ border-right-color: rgb(116 0 73 / 0.5); }
.border-r-amaranth\/60{ border-right-color: rgb(116 0 73 / 0.6); }
.border-r-amaranth\/70{ border-right-color: rgb(116 0 73 / 0.7); }
.border-r-amaranth\/75{ border-right-color: rgb(116 0 73 / 0.75); }
.border-r-amaranth\/80{ border-right-color: rgb(116 0 73 / 0.8); }
.border-r-amaranth\/90{ border-right-color: rgb(116 0 73 / 0.9); }
.border-r-amaranth\/95{ border-right-color: rgb(116 0 73 / 0.95); }
.border-r-amber-100{ --tw-border-opacity: 1; border-right-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-r-amber-100\/0{ border-right-color: rgb(254 243 199 / 0); }
.border-r-amber-100\/10{ border-right-color: rgb(254 243 199 / 0.1); }
.border-r-amber-100\/100{ border-right-color: rgb(254 243 199 / 1); }
.border-r-amber-100\/20{ border-right-color: rgb(254 243 199 / 0.2); }
.border-r-amber-100\/25{ border-right-color: rgb(254 243 199 / 0.25); }
.border-r-amber-100\/30{ border-right-color: rgb(254 243 199 / 0.3); }
.border-r-amber-100\/40{ border-right-color: rgb(254 243 199 / 0.4); }
.border-r-amber-100\/5{ border-right-color: rgb(254 243 199 / 0.05); }
.border-r-amber-100\/50{ border-right-color: rgb(254 243 199 / 0.5); }
.border-r-amber-100\/60{ border-right-color: rgb(254 243 199 / 0.6); }
.border-r-amber-100\/70{ border-right-color: rgb(254 243 199 / 0.7); }
.border-r-amber-100\/75{ border-right-color: rgb(254 243 199 / 0.75); }
.border-r-amber-100\/80{ border-right-color: rgb(254 243 199 / 0.8); }
.border-r-amber-100\/90{ border-right-color: rgb(254 243 199 / 0.9); }
.border-r-amber-100\/95{ border-right-color: rgb(254 243 199 / 0.95); }
.border-r-amber-200{ --tw-border-opacity: 1; border-right-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-r-amber-200\/0{ border-right-color: rgb(253 230 138 / 0); }
.border-r-amber-200\/10{ border-right-color: rgb(253 230 138 / 0.1); }
.border-r-amber-200\/100{ border-right-color: rgb(253 230 138 / 1); }
.border-r-amber-200\/20{ border-right-color: rgb(253 230 138 / 0.2); }
.border-r-amber-200\/25{ border-right-color: rgb(253 230 138 / 0.25); }
.border-r-amber-200\/30{ border-right-color: rgb(253 230 138 / 0.3); }
.border-r-amber-200\/40{ border-right-color: rgb(253 230 138 / 0.4); }
.border-r-amber-200\/5{ border-right-color: rgb(253 230 138 / 0.05); }
.border-r-amber-200\/50{ border-right-color: rgb(253 230 138 / 0.5); }
.border-r-amber-200\/60{ border-right-color: rgb(253 230 138 / 0.6); }
.border-r-amber-200\/70{ border-right-color: rgb(253 230 138 / 0.7); }
.border-r-amber-200\/75{ border-right-color: rgb(253 230 138 / 0.75); }
.border-r-amber-200\/80{ border-right-color: rgb(253 230 138 / 0.8); }
.border-r-amber-200\/90{ border-right-color: rgb(253 230 138 / 0.9); }
.border-r-amber-200\/95{ border-right-color: rgb(253 230 138 / 0.95); }
.border-r-amber-300{ --tw-border-opacity: 1; border-right-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-r-amber-300\/0{ border-right-color: rgb(252 211 77 / 0); }
.border-r-amber-300\/10{ border-right-color: rgb(252 211 77 / 0.1); }
.border-r-amber-300\/100{ border-right-color: rgb(252 211 77 / 1); }
.border-r-amber-300\/20{ border-right-color: rgb(252 211 77 / 0.2); }
.border-r-amber-300\/25{ border-right-color: rgb(252 211 77 / 0.25); }
.border-r-amber-300\/30{ border-right-color: rgb(252 211 77 / 0.3); }
.border-r-amber-300\/40{ border-right-color: rgb(252 211 77 / 0.4); }
.border-r-amber-300\/5{ border-right-color: rgb(252 211 77 / 0.05); }
.border-r-amber-300\/50{ border-right-color: rgb(252 211 77 / 0.5); }
.border-r-amber-300\/60{ border-right-color: rgb(252 211 77 / 0.6); }
.border-r-amber-300\/70{ border-right-color: rgb(252 211 77 / 0.7); }
.border-r-amber-300\/75{ border-right-color: rgb(252 211 77 / 0.75); }
.border-r-amber-300\/80{ border-right-color: rgb(252 211 77 / 0.8); }
.border-r-amber-300\/90{ border-right-color: rgb(252 211 77 / 0.9); }
.border-r-amber-300\/95{ border-right-color: rgb(252 211 77 / 0.95); }
.border-r-amber-400{ --tw-border-opacity: 1; border-right-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-r-amber-400\/0{ border-right-color: rgb(251 191 36 / 0); }
.border-r-amber-400\/10{ border-right-color: rgb(251 191 36 / 0.1); }
.border-r-amber-400\/100{ border-right-color: rgb(251 191 36 / 1); }
.border-r-amber-400\/20{ border-right-color: rgb(251 191 36 / 0.2); }
.border-r-amber-400\/25{ border-right-color: rgb(251 191 36 / 0.25); }
.border-r-amber-400\/30{ border-right-color: rgb(251 191 36 / 0.3); }
.border-r-amber-400\/40{ border-right-color: rgb(251 191 36 / 0.4); }
.border-r-amber-400\/5{ border-right-color: rgb(251 191 36 / 0.05); }
.border-r-amber-400\/50{ border-right-color: rgb(251 191 36 / 0.5); }
.border-r-amber-400\/60{ border-right-color: rgb(251 191 36 / 0.6); }
.border-r-amber-400\/70{ border-right-color: rgb(251 191 36 / 0.7); }
.border-r-amber-400\/75{ border-right-color: rgb(251 191 36 / 0.75); }
.border-r-amber-400\/80{ border-right-color: rgb(251 191 36 / 0.8); }
.border-r-amber-400\/90{ border-right-color: rgb(251 191 36 / 0.9); }
.border-r-amber-400\/95{ border-right-color: rgb(251 191 36 / 0.95); }
.border-r-amber-50{ --tw-border-opacity: 1; border-right-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-r-amber-50\/0{ border-right-color: rgb(255 251 235 / 0); }
.border-r-amber-50\/10{ border-right-color: rgb(255 251 235 / 0.1); }
.border-r-amber-50\/100{ border-right-color: rgb(255 251 235 / 1); }
.border-r-amber-50\/20{ border-right-color: rgb(255 251 235 / 0.2); }
.border-r-amber-50\/25{ border-right-color: rgb(255 251 235 / 0.25); }
.border-r-amber-50\/30{ border-right-color: rgb(255 251 235 / 0.3); }
.border-r-amber-50\/40{ border-right-color: rgb(255 251 235 / 0.4); }
.border-r-amber-50\/5{ border-right-color: rgb(255 251 235 / 0.05); }
.border-r-amber-50\/50{ border-right-color: rgb(255 251 235 / 0.5); }
.border-r-amber-50\/60{ border-right-color: rgb(255 251 235 / 0.6); }
.border-r-amber-50\/70{ border-right-color: rgb(255 251 235 / 0.7); }
.border-r-amber-50\/75{ border-right-color: rgb(255 251 235 / 0.75); }
.border-r-amber-50\/80{ border-right-color: rgb(255 251 235 / 0.8); }
.border-r-amber-50\/90{ border-right-color: rgb(255 251 235 / 0.9); }
.border-r-amber-50\/95{ border-right-color: rgb(255 251 235 / 0.95); }
.border-r-amber-500{ --tw-border-opacity: 1; border-right-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-r-amber-500\/0{ border-right-color: rgb(245 158 11 / 0); }
.border-r-amber-500\/10{ border-right-color: rgb(245 158 11 / 0.1); }
.border-r-amber-500\/100{ border-right-color: rgb(245 158 11 / 1); }
.border-r-amber-500\/20{ border-right-color: rgb(245 158 11 / 0.2); }
.border-r-amber-500\/25{ border-right-color: rgb(245 158 11 / 0.25); }
.border-r-amber-500\/30{ border-right-color: rgb(245 158 11 / 0.3); }
.border-r-amber-500\/40{ border-right-color: rgb(245 158 11 / 0.4); }
.border-r-amber-500\/5{ border-right-color: rgb(245 158 11 / 0.05); }
.border-r-amber-500\/50{ border-right-color: rgb(245 158 11 / 0.5); }
.border-r-amber-500\/60{ border-right-color: rgb(245 158 11 / 0.6); }
.border-r-amber-500\/70{ border-right-color: rgb(245 158 11 / 0.7); }
.border-r-amber-500\/75{ border-right-color: rgb(245 158 11 / 0.75); }
.border-r-amber-500\/80{ border-right-color: rgb(245 158 11 / 0.8); }
.border-r-amber-500\/90{ border-right-color: rgb(245 158 11 / 0.9); }
.border-r-amber-500\/95{ border-right-color: rgb(245 158 11 / 0.95); }
.border-r-amber-600{ --tw-border-opacity: 1; border-right-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-r-amber-600\/0{ border-right-color: rgb(217 119 6 / 0); }
.border-r-amber-600\/10{ border-right-color: rgb(217 119 6 / 0.1); }
.border-r-amber-600\/100{ border-right-color: rgb(217 119 6 / 1); }
.border-r-amber-600\/20{ border-right-color: rgb(217 119 6 / 0.2); }
.border-r-amber-600\/25{ border-right-color: rgb(217 119 6 / 0.25); }
.border-r-amber-600\/30{ border-right-color: rgb(217 119 6 / 0.3); }
.border-r-amber-600\/40{ border-right-color: rgb(217 119 6 / 0.4); }
.border-r-amber-600\/5{ border-right-color: rgb(217 119 6 / 0.05); }
.border-r-amber-600\/50{ border-right-color: rgb(217 119 6 / 0.5); }
.border-r-amber-600\/60{ border-right-color: rgb(217 119 6 / 0.6); }
.border-r-amber-600\/70{ border-right-color: rgb(217 119 6 / 0.7); }
.border-r-amber-600\/75{ border-right-color: rgb(217 119 6 / 0.75); }
.border-r-amber-600\/80{ border-right-color: rgb(217 119 6 / 0.8); }
.border-r-amber-600\/90{ border-right-color: rgb(217 119 6 / 0.9); }
.border-r-amber-600\/95{ border-right-color: rgb(217 119 6 / 0.95); }
.border-r-amber-700{ --tw-border-opacity: 1; border-right-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-r-amber-700\/0{ border-right-color: rgb(180 83 9 / 0); }
.border-r-amber-700\/10{ border-right-color: rgb(180 83 9 / 0.1); }
.border-r-amber-700\/100{ border-right-color: rgb(180 83 9 / 1); }
.border-r-amber-700\/20{ border-right-color: rgb(180 83 9 / 0.2); }
.border-r-amber-700\/25{ border-right-color: rgb(180 83 9 / 0.25); }
.border-r-amber-700\/30{ border-right-color: rgb(180 83 9 / 0.3); }
.border-r-amber-700\/40{ border-right-color: rgb(180 83 9 / 0.4); }
.border-r-amber-700\/5{ border-right-color: rgb(180 83 9 / 0.05); }
.border-r-amber-700\/50{ border-right-color: rgb(180 83 9 / 0.5); }
.border-r-amber-700\/60{ border-right-color: rgb(180 83 9 / 0.6); }
.border-r-amber-700\/70{ border-right-color: rgb(180 83 9 / 0.7); }
.border-r-amber-700\/75{ border-right-color: rgb(180 83 9 / 0.75); }
.border-r-amber-700\/80{ border-right-color: rgb(180 83 9 / 0.8); }
.border-r-amber-700\/90{ border-right-color: rgb(180 83 9 / 0.9); }
.border-r-amber-700\/95{ border-right-color: rgb(180 83 9 / 0.95); }
.border-r-amber-800{ --tw-border-opacity: 1; border-right-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-r-amber-800\/0{ border-right-color: rgb(146 64 14 / 0); }
.border-r-amber-800\/10{ border-right-color: rgb(146 64 14 / 0.1); }
.border-r-amber-800\/100{ border-right-color: rgb(146 64 14 / 1); }
.border-r-amber-800\/20{ border-right-color: rgb(146 64 14 / 0.2); }
.border-r-amber-800\/25{ border-right-color: rgb(146 64 14 / 0.25); }
.border-r-amber-800\/30{ border-right-color: rgb(146 64 14 / 0.3); }
.border-r-amber-800\/40{ border-right-color: rgb(146 64 14 / 0.4); }
.border-r-amber-800\/5{ border-right-color: rgb(146 64 14 / 0.05); }
.border-r-amber-800\/50{ border-right-color: rgb(146 64 14 / 0.5); }
.border-r-amber-800\/60{ border-right-color: rgb(146 64 14 / 0.6); }
.border-r-amber-800\/70{ border-right-color: rgb(146 64 14 / 0.7); }
.border-r-amber-800\/75{ border-right-color: rgb(146 64 14 / 0.75); }
.border-r-amber-800\/80{ border-right-color: rgb(146 64 14 / 0.8); }
.border-r-amber-800\/90{ border-right-color: rgb(146 64 14 / 0.9); }
.border-r-amber-800\/95{ border-right-color: rgb(146 64 14 / 0.95); }
.border-r-amber-900{ --tw-border-opacity: 1; border-right-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-r-amber-900\/0{ border-right-color: rgb(120 53 15 / 0); }
.border-r-amber-900\/10{ border-right-color: rgb(120 53 15 / 0.1); }
.border-r-amber-900\/100{ border-right-color: rgb(120 53 15 / 1); }
.border-r-amber-900\/20{ border-right-color: rgb(120 53 15 / 0.2); }
.border-r-amber-900\/25{ border-right-color: rgb(120 53 15 / 0.25); }
.border-r-amber-900\/30{ border-right-color: rgb(120 53 15 / 0.3); }
.border-r-amber-900\/40{ border-right-color: rgb(120 53 15 / 0.4); }
.border-r-amber-900\/5{ border-right-color: rgb(120 53 15 / 0.05); }
.border-r-amber-900\/50{ border-right-color: rgb(120 53 15 / 0.5); }
.border-r-amber-900\/60{ border-right-color: rgb(120 53 15 / 0.6); }
.border-r-amber-900\/70{ border-right-color: rgb(120 53 15 / 0.7); }
.border-r-amber-900\/75{ border-right-color: rgb(120 53 15 / 0.75); }
.border-r-amber-900\/80{ border-right-color: rgb(120 53 15 / 0.8); }
.border-r-amber-900\/90{ border-right-color: rgb(120 53 15 / 0.9); }
.border-r-amber-900\/95{ border-right-color: rgb(120 53 15 / 0.95); }
.border-r-amber-950{ --tw-border-opacity: 1; border-right-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-r-amber-950\/0{ border-right-color: rgb(69 26 3 / 0); }
.border-r-amber-950\/10{ border-right-color: rgb(69 26 3 / 0.1); }
.border-r-amber-950\/100{ border-right-color: rgb(69 26 3 / 1); }
.border-r-amber-950\/20{ border-right-color: rgb(69 26 3 / 0.2); }
.border-r-amber-950\/25{ border-right-color: rgb(69 26 3 / 0.25); }
.border-r-amber-950\/30{ border-right-color: rgb(69 26 3 / 0.3); }
.border-r-amber-950\/40{ border-right-color: rgb(69 26 3 / 0.4); }
.border-r-amber-950\/5{ border-right-color: rgb(69 26 3 / 0.05); }
.border-r-amber-950\/50{ border-right-color: rgb(69 26 3 / 0.5); }
.border-r-amber-950\/60{ border-right-color: rgb(69 26 3 / 0.6); }
.border-r-amber-950\/70{ border-right-color: rgb(69 26 3 / 0.7); }
.border-r-amber-950\/75{ border-right-color: rgb(69 26 3 / 0.75); }
.border-r-amber-950\/80{ border-right-color: rgb(69 26 3 / 0.8); }
.border-r-amber-950\/90{ border-right-color: rgb(69 26 3 / 0.9); }
.border-r-amber-950\/95{ border-right-color: rgb(69 26 3 / 0.95); }
.border-r-black{ --tw-border-opacity: 1; border-right-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-r-black\/0{ border-right-color: rgb(0 0 0 / 0); }
.border-r-black\/10{ border-right-color: rgb(0 0 0 / 0.1); }
.border-r-black\/100{ border-right-color: rgb(0 0 0 / 1); }
.border-r-black\/20{ border-right-color: rgb(0 0 0 / 0.2); }
.border-r-black\/25{ border-right-color: rgb(0 0 0 / 0.25); }
.border-r-black\/30{ border-right-color: rgb(0 0 0 / 0.3); }
.border-r-black\/40{ border-right-color: rgb(0 0 0 / 0.4); }
.border-r-black\/5{ border-right-color: rgb(0 0 0 / 0.05); }
.border-r-black\/50{ border-right-color: rgb(0 0 0 / 0.5); }
.border-r-black\/60{ border-right-color: rgb(0 0 0 / 0.6); }
.border-r-black\/70{ border-right-color: rgb(0 0 0 / 0.7); }
.border-r-black\/75{ border-right-color: rgb(0 0 0 / 0.75); }
.border-r-black\/80{ border-right-color: rgb(0 0 0 / 0.8); }
.border-r-black\/90{ border-right-color: rgb(0 0 0 / 0.9); }
.border-r-black\/95{ border-right-color: rgb(0 0 0 / 0.95); }
.border-r-blue-100{ --tw-border-opacity: 1; border-right-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-r-blue-100\/0{ border-right-color: rgb(219 234 254 / 0); }
.border-r-blue-100\/10{ border-right-color: rgb(219 234 254 / 0.1); }
.border-r-blue-100\/100{ border-right-color: rgb(219 234 254 / 1); }
.border-r-blue-100\/20{ border-right-color: rgb(219 234 254 / 0.2); }
.border-r-blue-100\/25{ border-right-color: rgb(219 234 254 / 0.25); }
.border-r-blue-100\/30{ border-right-color: rgb(219 234 254 / 0.3); }
.border-r-blue-100\/40{ border-right-color: rgb(219 234 254 / 0.4); }
.border-r-blue-100\/5{ border-right-color: rgb(219 234 254 / 0.05); }
.border-r-blue-100\/50{ border-right-color: rgb(219 234 254 / 0.5); }
.border-r-blue-100\/60{ border-right-color: rgb(219 234 254 / 0.6); }
.border-r-blue-100\/70{ border-right-color: rgb(219 234 254 / 0.7); }
.border-r-blue-100\/75{ border-right-color: rgb(219 234 254 / 0.75); }
.border-r-blue-100\/80{ border-right-color: rgb(219 234 254 / 0.8); }
.border-r-blue-100\/90{ border-right-color: rgb(219 234 254 / 0.9); }
.border-r-blue-100\/95{ border-right-color: rgb(219 234 254 / 0.95); }
.border-r-blue-200{ --tw-border-opacity: 1; border-right-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-r-blue-200\/0{ border-right-color: rgb(191 219 254 / 0); }
.border-r-blue-200\/10{ border-right-color: rgb(191 219 254 / 0.1); }
.border-r-blue-200\/100{ border-right-color: rgb(191 219 254 / 1); }
.border-r-blue-200\/20{ border-right-color: rgb(191 219 254 / 0.2); }
.border-r-blue-200\/25{ border-right-color: rgb(191 219 254 / 0.25); }
.border-r-blue-200\/30{ border-right-color: rgb(191 219 254 / 0.3); }
.border-r-blue-200\/40{ border-right-color: rgb(191 219 254 / 0.4); }
.border-r-blue-200\/5{ border-right-color: rgb(191 219 254 / 0.05); }
.border-r-blue-200\/50{ border-right-color: rgb(191 219 254 / 0.5); }
.border-r-blue-200\/60{ border-right-color: rgb(191 219 254 / 0.6); }
.border-r-blue-200\/70{ border-right-color: rgb(191 219 254 / 0.7); }
.border-r-blue-200\/75{ border-right-color: rgb(191 219 254 / 0.75); }
.border-r-blue-200\/80{ border-right-color: rgb(191 219 254 / 0.8); }
.border-r-blue-200\/90{ border-right-color: rgb(191 219 254 / 0.9); }
.border-r-blue-200\/95{ border-right-color: rgb(191 219 254 / 0.95); }
.border-r-blue-300{ --tw-border-opacity: 1; border-right-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-r-blue-300\/0{ border-right-color: rgb(147 197 253 / 0); }
.border-r-blue-300\/10{ border-right-color: rgb(147 197 253 / 0.1); }
.border-r-blue-300\/100{ border-right-color: rgb(147 197 253 / 1); }
.border-r-blue-300\/20{ border-right-color: rgb(147 197 253 / 0.2); }
.border-r-blue-300\/25{ border-right-color: rgb(147 197 253 / 0.25); }
.border-r-blue-300\/30{ border-right-color: rgb(147 197 253 / 0.3); }
.border-r-blue-300\/40{ border-right-color: rgb(147 197 253 / 0.4); }
.border-r-blue-300\/5{ border-right-color: rgb(147 197 253 / 0.05); }
.border-r-blue-300\/50{ border-right-color: rgb(147 197 253 / 0.5); }
.border-r-blue-300\/60{ border-right-color: rgb(147 197 253 / 0.6); }
.border-r-blue-300\/70{ border-right-color: rgb(147 197 253 / 0.7); }
.border-r-blue-300\/75{ border-right-color: rgb(147 197 253 / 0.75); }
.border-r-blue-300\/80{ border-right-color: rgb(147 197 253 / 0.8); }
.border-r-blue-300\/90{ border-right-color: rgb(147 197 253 / 0.9); }
.border-r-blue-300\/95{ border-right-color: rgb(147 197 253 / 0.95); }
.border-r-blue-400{ --tw-border-opacity: 1; border-right-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-r-blue-400\/0{ border-right-color: rgb(96 165 250 / 0); }
.border-r-blue-400\/10{ border-right-color: rgb(96 165 250 / 0.1); }
.border-r-blue-400\/100{ border-right-color: rgb(96 165 250 / 1); }
.border-r-blue-400\/20{ border-right-color: rgb(96 165 250 / 0.2); }
.border-r-blue-400\/25{ border-right-color: rgb(96 165 250 / 0.25); }
.border-r-blue-400\/30{ border-right-color: rgb(96 165 250 / 0.3); }
.border-r-blue-400\/40{ border-right-color: rgb(96 165 250 / 0.4); }
.border-r-blue-400\/5{ border-right-color: rgb(96 165 250 / 0.05); }
.border-r-blue-400\/50{ border-right-color: rgb(96 165 250 / 0.5); }
.border-r-blue-400\/60{ border-right-color: rgb(96 165 250 / 0.6); }
.border-r-blue-400\/70{ border-right-color: rgb(96 165 250 / 0.7); }
.border-r-blue-400\/75{ border-right-color: rgb(96 165 250 / 0.75); }
.border-r-blue-400\/80{ border-right-color: rgb(96 165 250 / 0.8); }
.border-r-blue-400\/90{ border-right-color: rgb(96 165 250 / 0.9); }
.border-r-blue-400\/95{ border-right-color: rgb(96 165 250 / 0.95); }
.border-r-blue-50{ --tw-border-opacity: 1; border-right-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-r-blue-50\/0{ border-right-color: rgb(239 246 255 / 0); }
.border-r-blue-50\/10{ border-right-color: rgb(239 246 255 / 0.1); }
.border-r-blue-50\/100{ border-right-color: rgb(239 246 255 / 1); }
.border-r-blue-50\/20{ border-right-color: rgb(239 246 255 / 0.2); }
.border-r-blue-50\/25{ border-right-color: rgb(239 246 255 / 0.25); }
.border-r-blue-50\/30{ border-right-color: rgb(239 246 255 / 0.3); }
.border-r-blue-50\/40{ border-right-color: rgb(239 246 255 / 0.4); }
.border-r-blue-50\/5{ border-right-color: rgb(239 246 255 / 0.05); }
.border-r-blue-50\/50{ border-right-color: rgb(239 246 255 / 0.5); }
.border-r-blue-50\/60{ border-right-color: rgb(239 246 255 / 0.6); }
.border-r-blue-50\/70{ border-right-color: rgb(239 246 255 / 0.7); }
.border-r-blue-50\/75{ border-right-color: rgb(239 246 255 / 0.75); }
.border-r-blue-50\/80{ border-right-color: rgb(239 246 255 / 0.8); }
.border-r-blue-50\/90{ border-right-color: rgb(239 246 255 / 0.9); }
.border-r-blue-50\/95{ border-right-color: rgb(239 246 255 / 0.95); }
.border-r-blue-500{ --tw-border-opacity: 1; border-right-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-r-blue-500\/0{ border-right-color: rgb(59 130 246 / 0); }
.border-r-blue-500\/10{ border-right-color: rgb(59 130 246 / 0.1); }
.border-r-blue-500\/100{ border-right-color: rgb(59 130 246 / 1); }
.border-r-blue-500\/20{ border-right-color: rgb(59 130 246 / 0.2); }
.border-r-blue-500\/25{ border-right-color: rgb(59 130 246 / 0.25); }
.border-r-blue-500\/30{ border-right-color: rgb(59 130 246 / 0.3); }
.border-r-blue-500\/40{ border-right-color: rgb(59 130 246 / 0.4); }
.border-r-blue-500\/5{ border-right-color: rgb(59 130 246 / 0.05); }
.border-r-blue-500\/50{ border-right-color: rgb(59 130 246 / 0.5); }
.border-r-blue-500\/60{ border-right-color: rgb(59 130 246 / 0.6); }
.border-r-blue-500\/70{ border-right-color: rgb(59 130 246 / 0.7); }
.border-r-blue-500\/75{ border-right-color: rgb(59 130 246 / 0.75); }
.border-r-blue-500\/80{ border-right-color: rgb(59 130 246 / 0.8); }
.border-r-blue-500\/90{ border-right-color: rgb(59 130 246 / 0.9); }
.border-r-blue-500\/95{ border-right-color: rgb(59 130 246 / 0.95); }
.border-r-blue-600{ --tw-border-opacity: 1; border-right-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-r-blue-600\/0{ border-right-color: rgb(37 99 235 / 0); }
.border-r-blue-600\/10{ border-right-color: rgb(37 99 235 / 0.1); }
.border-r-blue-600\/100{ border-right-color: rgb(37 99 235 / 1); }
.border-r-blue-600\/20{ border-right-color: rgb(37 99 235 / 0.2); }
.border-r-blue-600\/25{ border-right-color: rgb(37 99 235 / 0.25); }
.border-r-blue-600\/30{ border-right-color: rgb(37 99 235 / 0.3); }
.border-r-blue-600\/40{ border-right-color: rgb(37 99 235 / 0.4); }
.border-r-blue-600\/5{ border-right-color: rgb(37 99 235 / 0.05); }
.border-r-blue-600\/50{ border-right-color: rgb(37 99 235 / 0.5); }
.border-r-blue-600\/60{ border-right-color: rgb(37 99 235 / 0.6); }
.border-r-blue-600\/70{ border-right-color: rgb(37 99 235 / 0.7); }
.border-r-blue-600\/75{ border-right-color: rgb(37 99 235 / 0.75); }
.border-r-blue-600\/80{ border-right-color: rgb(37 99 235 / 0.8); }
.border-r-blue-600\/90{ border-right-color: rgb(37 99 235 / 0.9); }
.border-r-blue-600\/95{ border-right-color: rgb(37 99 235 / 0.95); }
.border-r-blue-700{ --tw-border-opacity: 1; border-right-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-r-blue-700\/0{ border-right-color: rgb(29 78 216 / 0); }
.border-r-blue-700\/10{ border-right-color: rgb(29 78 216 / 0.1); }
.border-r-blue-700\/100{ border-right-color: rgb(29 78 216 / 1); }
.border-r-blue-700\/20{ border-right-color: rgb(29 78 216 / 0.2); }
.border-r-blue-700\/25{ border-right-color: rgb(29 78 216 / 0.25); }
.border-r-blue-700\/30{ border-right-color: rgb(29 78 216 / 0.3); }
.border-r-blue-700\/40{ border-right-color: rgb(29 78 216 / 0.4); }
.border-r-blue-700\/5{ border-right-color: rgb(29 78 216 / 0.05); }
.border-r-blue-700\/50{ border-right-color: rgb(29 78 216 / 0.5); }
.border-r-blue-700\/60{ border-right-color: rgb(29 78 216 / 0.6); }
.border-r-blue-700\/70{ border-right-color: rgb(29 78 216 / 0.7); }
.border-r-blue-700\/75{ border-right-color: rgb(29 78 216 / 0.75); }
.border-r-blue-700\/80{ border-right-color: rgb(29 78 216 / 0.8); }
.border-r-blue-700\/90{ border-right-color: rgb(29 78 216 / 0.9); }
.border-r-blue-700\/95{ border-right-color: rgb(29 78 216 / 0.95); }
.border-r-blue-800{ --tw-border-opacity: 1; border-right-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-r-blue-800\/0{ border-right-color: rgb(30 64 175 / 0); }
.border-r-blue-800\/10{ border-right-color: rgb(30 64 175 / 0.1); }
.border-r-blue-800\/100{ border-right-color: rgb(30 64 175 / 1); }
.border-r-blue-800\/20{ border-right-color: rgb(30 64 175 / 0.2); }
.border-r-blue-800\/25{ border-right-color: rgb(30 64 175 / 0.25); }
.border-r-blue-800\/30{ border-right-color: rgb(30 64 175 / 0.3); }
.border-r-blue-800\/40{ border-right-color: rgb(30 64 175 / 0.4); }
.border-r-blue-800\/5{ border-right-color: rgb(30 64 175 / 0.05); }
.border-r-blue-800\/50{ border-right-color: rgb(30 64 175 / 0.5); }
.border-r-blue-800\/60{ border-right-color: rgb(30 64 175 / 0.6); }
.border-r-blue-800\/70{ border-right-color: rgb(30 64 175 / 0.7); }
.border-r-blue-800\/75{ border-right-color: rgb(30 64 175 / 0.75); }
.border-r-blue-800\/80{ border-right-color: rgb(30 64 175 / 0.8); }
.border-r-blue-800\/90{ border-right-color: rgb(30 64 175 / 0.9); }
.border-r-blue-800\/95{ border-right-color: rgb(30 64 175 / 0.95); }
.border-r-blue-900{ --tw-border-opacity: 1; border-right-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-r-blue-900\/0{ border-right-color: rgb(30 58 138 / 0); }
.border-r-blue-900\/10{ border-right-color: rgb(30 58 138 / 0.1); }
.border-r-blue-900\/100{ border-right-color: rgb(30 58 138 / 1); }
.border-r-blue-900\/20{ border-right-color: rgb(30 58 138 / 0.2); }
.border-r-blue-900\/25{ border-right-color: rgb(30 58 138 / 0.25); }
.border-r-blue-900\/30{ border-right-color: rgb(30 58 138 / 0.3); }
.border-r-blue-900\/40{ border-right-color: rgb(30 58 138 / 0.4); }
.border-r-blue-900\/5{ border-right-color: rgb(30 58 138 / 0.05); }
.border-r-blue-900\/50{ border-right-color: rgb(30 58 138 / 0.5); }
.border-r-blue-900\/60{ border-right-color: rgb(30 58 138 / 0.6); }
.border-r-blue-900\/70{ border-right-color: rgb(30 58 138 / 0.7); }
.border-r-blue-900\/75{ border-right-color: rgb(30 58 138 / 0.75); }
.border-r-blue-900\/80{ border-right-color: rgb(30 58 138 / 0.8); }
.border-r-blue-900\/90{ border-right-color: rgb(30 58 138 / 0.9); }
.border-r-blue-900\/95{ border-right-color: rgb(30 58 138 / 0.95); }
.border-r-blue-950{ --tw-border-opacity: 1; border-right-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-r-blue-950\/0{ border-right-color: rgb(23 37 84 / 0); }
.border-r-blue-950\/10{ border-right-color: rgb(23 37 84 / 0.1); }
.border-r-blue-950\/100{ border-right-color: rgb(23 37 84 / 1); }
.border-r-blue-950\/20{ border-right-color: rgb(23 37 84 / 0.2); }
.border-r-blue-950\/25{ border-right-color: rgb(23 37 84 / 0.25); }
.border-r-blue-950\/30{ border-right-color: rgb(23 37 84 / 0.3); }
.border-r-blue-950\/40{ border-right-color: rgb(23 37 84 / 0.4); }
.border-r-blue-950\/5{ border-right-color: rgb(23 37 84 / 0.05); }
.border-r-blue-950\/50{ border-right-color: rgb(23 37 84 / 0.5); }
.border-r-blue-950\/60{ border-right-color: rgb(23 37 84 / 0.6); }
.border-r-blue-950\/70{ border-right-color: rgb(23 37 84 / 0.7); }
.border-r-blue-950\/75{ border-right-color: rgb(23 37 84 / 0.75); }
.border-r-blue-950\/80{ border-right-color: rgb(23 37 84 / 0.8); }
.border-r-blue-950\/90{ border-right-color: rgb(23 37 84 / 0.9); }
.border-r-blue-950\/95{ border-right-color: rgb(23 37 84 / 0.95); }
.border-r-callout-bad-border{ --tw-border-opacity: 1; border-right-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-r-callout-bad-border\/0{ border-right-color: rgb(188 87 26 / 0); }
.border-r-callout-bad-border\/10{ border-right-color: rgb(188 87 26 / 0.1); }
.border-r-callout-bad-border\/100{ border-right-color: rgb(188 87 26 / 1); }
.border-r-callout-bad-border\/20{ border-right-color: rgb(188 87 26 / 0.2); }
.border-r-callout-bad-border\/25{ border-right-color: rgb(188 87 26 / 0.25); }
.border-r-callout-bad-border\/30{ border-right-color: rgb(188 87 26 / 0.3); }
.border-r-callout-bad-border\/40{ border-right-color: rgb(188 87 26 / 0.4); }
.border-r-callout-bad-border\/5{ border-right-color: rgb(188 87 26 / 0.05); }
.border-r-callout-bad-border\/50{ border-right-color: rgb(188 87 26 / 0.5); }
.border-r-callout-bad-border\/60{ border-right-color: rgb(188 87 26 / 0.6); }
.border-r-callout-bad-border\/70{ border-right-color: rgb(188 87 26 / 0.7); }
.border-r-callout-bad-border\/75{ border-right-color: rgb(188 87 26 / 0.75); }
.border-r-callout-bad-border\/80{ border-right-color: rgb(188 87 26 / 0.8); }
.border-r-callout-bad-border\/90{ border-right-color: rgb(188 87 26 / 0.9); }
.border-r-callout-bad-border\/95{ border-right-color: rgb(188 87 26 / 0.95); }
.border-r-callout-bad-fill{ --tw-border-opacity: 1; border-right-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-r-callout-bad-fill\/0{ border-right-color: rgb(255 133 82 / 0); }
.border-r-callout-bad-fill\/10{ border-right-color: rgb(255 133 82 / 0.1); }
.border-r-callout-bad-fill\/100{ border-right-color: rgb(255 133 82 / 1); }
.border-r-callout-bad-fill\/20{ border-right-color: rgb(255 133 82 / 0.2); }
.border-r-callout-bad-fill\/25{ border-right-color: rgb(255 133 82 / 0.25); }
.border-r-callout-bad-fill\/30{ border-right-color: rgb(255 133 82 / 0.3); }
.border-r-callout-bad-fill\/40{ border-right-color: rgb(255 133 82 / 0.4); }
.border-r-callout-bad-fill\/5{ border-right-color: rgb(255 133 82 / 0.05); }
.border-r-callout-bad-fill\/50{ border-right-color: rgb(255 133 82 / 0.5); }
.border-r-callout-bad-fill\/60{ border-right-color: rgb(255 133 82 / 0.6); }
.border-r-callout-bad-fill\/70{ border-right-color: rgb(255 133 82 / 0.7); }
.border-r-callout-bad-fill\/75{ border-right-color: rgb(255 133 82 / 0.75); }
.border-r-callout-bad-fill\/80{ border-right-color: rgb(255 133 82 / 0.8); }
.border-r-callout-bad-fill\/90{ border-right-color: rgb(255 133 82 / 0.9); }
.border-r-callout-bad-fill\/95{ border-right-color: rgb(255 133 82 / 0.95); }
.border-r-callout-bad-icon{ --tw-border-opacity: 1; border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-r-callout-bad-icon\/0{ border-right-color: rgb(255 255 255 / 0); }
.border-r-callout-bad-icon\/10{ border-right-color: rgb(255 255 255 / 0.1); }
.border-r-callout-bad-icon\/100{ border-right-color: rgb(255 255 255 / 1); }
.border-r-callout-bad-icon\/20{ border-right-color: rgb(255 255 255 / 0.2); }
.border-r-callout-bad-icon\/25{ border-right-color: rgb(255 255 255 / 0.25); }
.border-r-callout-bad-icon\/30{ border-right-color: rgb(255 255 255 / 0.3); }
.border-r-callout-bad-icon\/40{ border-right-color: rgb(255 255 255 / 0.4); }
.border-r-callout-bad-icon\/5{ border-right-color: rgb(255 255 255 / 0.05); }
.border-r-callout-bad-icon\/50{ border-right-color: rgb(255 255 255 / 0.5); }
.border-r-callout-bad-icon\/60{ border-right-color: rgb(255 255 255 / 0.6); }
.border-r-callout-bad-icon\/70{ border-right-color: rgb(255 255 255 / 0.7); }
.border-r-callout-bad-icon\/75{ border-right-color: rgb(255 255 255 / 0.75); }
.border-r-callout-bad-icon\/80{ border-right-color: rgb(255 255 255 / 0.8); }
.border-r-callout-bad-icon\/90{ border-right-color: rgb(255 255 255 / 0.9); }
.border-r-callout-bad-icon\/95{ border-right-color: rgb(255 255 255 / 0.95); }
.border-r-callout-bad-text{ --tw-border-opacity: 1; border-right-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-r-callout-bad-text-accent{ --tw-border-opacity: 1; border-right-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-r-callout-bad-text-accent\/0{ border-right-color: rgb(255 227 227 / 0); }
.border-r-callout-bad-text-accent\/10{ border-right-color: rgb(255 227 227 / 0.1); }
.border-r-callout-bad-text-accent\/100{ border-right-color: rgb(255 227 227 / 1); }
.border-r-callout-bad-text-accent\/20{ border-right-color: rgb(255 227 227 / 0.2); }
.border-r-callout-bad-text-accent\/25{ border-right-color: rgb(255 227 227 / 0.25); }
.border-r-callout-bad-text-accent\/30{ border-right-color: rgb(255 227 227 / 0.3); }
.border-r-callout-bad-text-accent\/40{ border-right-color: rgb(255 227 227 / 0.4); }
.border-r-callout-bad-text-accent\/5{ border-right-color: rgb(255 227 227 / 0.05); }
.border-r-callout-bad-text-accent\/50{ border-right-color: rgb(255 227 227 / 0.5); }
.border-r-callout-bad-text-accent\/60{ border-right-color: rgb(255 227 227 / 0.6); }
.border-r-callout-bad-text-accent\/70{ border-right-color: rgb(255 227 227 / 0.7); }
.border-r-callout-bad-text-accent\/75{ border-right-color: rgb(255 227 227 / 0.75); }
.border-r-callout-bad-text-accent\/80{ border-right-color: rgb(255 227 227 / 0.8); }
.border-r-callout-bad-text-accent\/90{ border-right-color: rgb(255 227 227 / 0.9); }
.border-r-callout-bad-text-accent\/95{ border-right-color: rgb(255 227 227 / 0.95); }
.border-r-callout-bad-text\/0{ border-right-color: rgb(21 10 10 / 0); }
.border-r-callout-bad-text\/10{ border-right-color: rgb(21 10 10 / 0.1); }
.border-r-callout-bad-text\/100{ border-right-color: rgb(21 10 10 / 1); }
.border-r-callout-bad-text\/20{ border-right-color: rgb(21 10 10 / 0.2); }
.border-r-callout-bad-text\/25{ border-right-color: rgb(21 10 10 / 0.25); }
.border-r-callout-bad-text\/30{ border-right-color: rgb(21 10 10 / 0.3); }
.border-r-callout-bad-text\/40{ border-right-color: rgb(21 10 10 / 0.4); }
.border-r-callout-bad-text\/5{ border-right-color: rgb(21 10 10 / 0.05); }
.border-r-callout-bad-text\/50{ border-right-color: rgb(21 10 10 / 0.5); }
.border-r-callout-bad-text\/60{ border-right-color: rgb(21 10 10 / 0.6); }
.border-r-callout-bad-text\/70{ border-right-color: rgb(21 10 10 / 0.7); }
.border-r-callout-bad-text\/75{ border-right-color: rgb(21 10 10 / 0.75); }
.border-r-callout-bad-text\/80{ border-right-color: rgb(21 10 10 / 0.8); }
.border-r-callout-bad-text\/90{ border-right-color: rgb(21 10 10 / 0.9); }
.border-r-callout-bad-text\/95{ border-right-color: rgb(21 10 10 / 0.95); }
.border-r-callout-info-border{ --tw-border-opacity: 1; border-right-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-r-callout-info-border\/0{ border-right-color: rgb(0 169 165 / 0); }
.border-r-callout-info-border\/10{ border-right-color: rgb(0 169 165 / 0.1); }
.border-r-callout-info-border\/100{ border-right-color: rgb(0 169 165 / 1); }
.border-r-callout-info-border\/20{ border-right-color: rgb(0 169 165 / 0.2); }
.border-r-callout-info-border\/25{ border-right-color: rgb(0 169 165 / 0.25); }
.border-r-callout-info-border\/30{ border-right-color: rgb(0 169 165 / 0.3); }
.border-r-callout-info-border\/40{ border-right-color: rgb(0 169 165 / 0.4); }
.border-r-callout-info-border\/5{ border-right-color: rgb(0 169 165 / 0.05); }
.border-r-callout-info-border\/50{ border-right-color: rgb(0 169 165 / 0.5); }
.border-r-callout-info-border\/60{ border-right-color: rgb(0 169 165 / 0.6); }
.border-r-callout-info-border\/70{ border-right-color: rgb(0 169 165 / 0.7); }
.border-r-callout-info-border\/75{ border-right-color: rgb(0 169 165 / 0.75); }
.border-r-callout-info-border\/80{ border-right-color: rgb(0 169 165 / 0.8); }
.border-r-callout-info-border\/90{ border-right-color: rgb(0 169 165 / 0.9); }
.border-r-callout-info-border\/95{ border-right-color: rgb(0 169 165 / 0.95); }
.border-r-callout-info-fill{ border-right-color: transparent; }
.border-r-callout-info-fill\/0{ border-right-color: rgb(0 0 0 / 0); }
.border-r-callout-info-fill\/10{ border-right-color: rgb(0 0 0 / 0.1); }
.border-r-callout-info-fill\/100{ border-right-color: rgb(0 0 0 / 1); }
.border-r-callout-info-fill\/20{ border-right-color: rgb(0 0 0 / 0.2); }
.border-r-callout-info-fill\/25{ border-right-color: rgb(0 0 0 / 0.25); }
.border-r-callout-info-fill\/30{ border-right-color: rgb(0 0 0 / 0.3); }
.border-r-callout-info-fill\/40{ border-right-color: rgb(0 0 0 / 0.4); }
.border-r-callout-info-fill\/5{ border-right-color: rgb(0 0 0 / 0.05); }
.border-r-callout-info-fill\/50{ border-right-color: rgb(0 0 0 / 0.5); }
.border-r-callout-info-fill\/60{ border-right-color: rgb(0 0 0 / 0.6); }
.border-r-callout-info-fill\/70{ border-right-color: rgb(0 0 0 / 0.7); }
.border-r-callout-info-fill\/75{ border-right-color: rgb(0 0 0 / 0.75); }
.border-r-callout-info-fill\/80{ border-right-color: rgb(0 0 0 / 0.8); }
.border-r-callout-info-fill\/90{ border-right-color: rgb(0 0 0 / 0.9); }
.border-r-callout-info-fill\/95{ border-right-color: rgb(0 0 0 / 0.95); }
.border-r-callout-info-icon{ --tw-border-opacity: 1; border-right-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-r-callout-info-icon\/0{ border-right-color: rgb(0 169 165 / 0); }
.border-r-callout-info-icon\/10{ border-right-color: rgb(0 169 165 / 0.1); }
.border-r-callout-info-icon\/100{ border-right-color: rgb(0 169 165 / 1); }
.border-r-callout-info-icon\/20{ border-right-color: rgb(0 169 165 / 0.2); }
.border-r-callout-info-icon\/25{ border-right-color: rgb(0 169 165 / 0.25); }
.border-r-callout-info-icon\/30{ border-right-color: rgb(0 169 165 / 0.3); }
.border-r-callout-info-icon\/40{ border-right-color: rgb(0 169 165 / 0.4); }
.border-r-callout-info-icon\/5{ border-right-color: rgb(0 169 165 / 0.05); }
.border-r-callout-info-icon\/50{ border-right-color: rgb(0 169 165 / 0.5); }
.border-r-callout-info-icon\/60{ border-right-color: rgb(0 169 165 / 0.6); }
.border-r-callout-info-icon\/70{ border-right-color: rgb(0 169 165 / 0.7); }
.border-r-callout-info-icon\/75{ border-right-color: rgb(0 169 165 / 0.75); }
.border-r-callout-info-icon\/80{ border-right-color: rgb(0 169 165 / 0.8); }
.border-r-callout-info-icon\/90{ border-right-color: rgb(0 169 165 / 0.9); }
.border-r-callout-info-icon\/95{ border-right-color: rgb(0 169 165 / 0.95); }
.border-r-callout-info-text{ --tw-border-opacity: 1; border-right-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-r-callout-info-text-accent{ --tw-border-opacity: 1; border-right-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-r-callout-info-text-accent\/0{ border-right-color: rgb(2 55 47 / 0); }
.border-r-callout-info-text-accent\/10{ border-right-color: rgb(2 55 47 / 0.1); }
.border-r-callout-info-text-accent\/100{ border-right-color: rgb(2 55 47 / 1); }
.border-r-callout-info-text-accent\/20{ border-right-color: rgb(2 55 47 / 0.2); }
.border-r-callout-info-text-accent\/25{ border-right-color: rgb(2 55 47 / 0.25); }
.border-r-callout-info-text-accent\/30{ border-right-color: rgb(2 55 47 / 0.3); }
.border-r-callout-info-text-accent\/40{ border-right-color: rgb(2 55 47 / 0.4); }
.border-r-callout-info-text-accent\/5{ border-right-color: rgb(2 55 47 / 0.05); }
.border-r-callout-info-text-accent\/50{ border-right-color: rgb(2 55 47 / 0.5); }
.border-r-callout-info-text-accent\/60{ border-right-color: rgb(2 55 47 / 0.6); }
.border-r-callout-info-text-accent\/70{ border-right-color: rgb(2 55 47 / 0.7); }
.border-r-callout-info-text-accent\/75{ border-right-color: rgb(2 55 47 / 0.75); }
.border-r-callout-info-text-accent\/80{ border-right-color: rgb(2 55 47 / 0.8); }
.border-r-callout-info-text-accent\/90{ border-right-color: rgb(2 55 47 / 0.9); }
.border-r-callout-info-text-accent\/95{ border-right-color: rgb(2 55 47 / 0.95); }
.border-r-callout-info-text\/0{ border-right-color: rgb(10 18 21 / 0); }
.border-r-callout-info-text\/10{ border-right-color: rgb(10 18 21 / 0.1); }
.border-r-callout-info-text\/100{ border-right-color: rgb(10 18 21 / 1); }
.border-r-callout-info-text\/20{ border-right-color: rgb(10 18 21 / 0.2); }
.border-r-callout-info-text\/25{ border-right-color: rgb(10 18 21 / 0.25); }
.border-r-callout-info-text\/30{ border-right-color: rgb(10 18 21 / 0.3); }
.border-r-callout-info-text\/40{ border-right-color: rgb(10 18 21 / 0.4); }
.border-r-callout-info-text\/5{ border-right-color: rgb(10 18 21 / 0.05); }
.border-r-callout-info-text\/50{ border-right-color: rgb(10 18 21 / 0.5); }
.border-r-callout-info-text\/60{ border-right-color: rgb(10 18 21 / 0.6); }
.border-r-callout-info-text\/70{ border-right-color: rgb(10 18 21 / 0.7); }
.border-r-callout-info-text\/75{ border-right-color: rgb(10 18 21 / 0.75); }
.border-r-callout-info-text\/80{ border-right-color: rgb(10 18 21 / 0.8); }
.border-r-callout-info-text\/90{ border-right-color: rgb(10 18 21 / 0.9); }
.border-r-callout-info-text\/95{ border-right-color: rgb(10 18 21 / 0.95); }
.border-r-callout-ok-border{ --tw-border-opacity: 1; border-right-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-r-callout-ok-border\/0{ border-right-color: rgb(0 137 106 / 0); }
.border-r-callout-ok-border\/10{ border-right-color: rgb(0 137 106 / 0.1); }
.border-r-callout-ok-border\/100{ border-right-color: rgb(0 137 106 / 1); }
.border-r-callout-ok-border\/20{ border-right-color: rgb(0 137 106 / 0.2); }
.border-r-callout-ok-border\/25{ border-right-color: rgb(0 137 106 / 0.25); }
.border-r-callout-ok-border\/30{ border-right-color: rgb(0 137 106 / 0.3); }
.border-r-callout-ok-border\/40{ border-right-color: rgb(0 137 106 / 0.4); }
.border-r-callout-ok-border\/5{ border-right-color: rgb(0 137 106 / 0.05); }
.border-r-callout-ok-border\/50{ border-right-color: rgb(0 137 106 / 0.5); }
.border-r-callout-ok-border\/60{ border-right-color: rgb(0 137 106 / 0.6); }
.border-r-callout-ok-border\/70{ border-right-color: rgb(0 137 106 / 0.7); }
.border-r-callout-ok-border\/75{ border-right-color: rgb(0 137 106 / 0.75); }
.border-r-callout-ok-border\/80{ border-right-color: rgb(0 137 106 / 0.8); }
.border-r-callout-ok-border\/90{ border-right-color: rgb(0 137 106 / 0.9); }
.border-r-callout-ok-border\/95{ border-right-color: rgb(0 137 106 / 0.95); }
.border-r-callout-ok-fill{ --tw-border-opacity: 1; border-right-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-r-callout-ok-fill\/0{ border-right-color: rgb(0 169 165 / 0); }
.border-r-callout-ok-fill\/10{ border-right-color: rgb(0 169 165 / 0.1); }
.border-r-callout-ok-fill\/100{ border-right-color: rgb(0 169 165 / 1); }
.border-r-callout-ok-fill\/20{ border-right-color: rgb(0 169 165 / 0.2); }
.border-r-callout-ok-fill\/25{ border-right-color: rgb(0 169 165 / 0.25); }
.border-r-callout-ok-fill\/30{ border-right-color: rgb(0 169 165 / 0.3); }
.border-r-callout-ok-fill\/40{ border-right-color: rgb(0 169 165 / 0.4); }
.border-r-callout-ok-fill\/5{ border-right-color: rgb(0 169 165 / 0.05); }
.border-r-callout-ok-fill\/50{ border-right-color: rgb(0 169 165 / 0.5); }
.border-r-callout-ok-fill\/60{ border-right-color: rgb(0 169 165 / 0.6); }
.border-r-callout-ok-fill\/70{ border-right-color: rgb(0 169 165 / 0.7); }
.border-r-callout-ok-fill\/75{ border-right-color: rgb(0 169 165 / 0.75); }
.border-r-callout-ok-fill\/80{ border-right-color: rgb(0 169 165 / 0.8); }
.border-r-callout-ok-fill\/90{ border-right-color: rgb(0 169 165 / 0.9); }
.border-r-callout-ok-fill\/95{ border-right-color: rgb(0 169 165 / 0.95); }
.border-r-callout-ok-icon{ --tw-border-opacity: 1; border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-r-callout-ok-icon\/0{ border-right-color: rgb(255 255 255 / 0); }
.border-r-callout-ok-icon\/10{ border-right-color: rgb(255 255 255 / 0.1); }
.border-r-callout-ok-icon\/100{ border-right-color: rgb(255 255 255 / 1); }
.border-r-callout-ok-icon\/20{ border-right-color: rgb(255 255 255 / 0.2); }
.border-r-callout-ok-icon\/25{ border-right-color: rgb(255 255 255 / 0.25); }
.border-r-callout-ok-icon\/30{ border-right-color: rgb(255 255 255 / 0.3); }
.border-r-callout-ok-icon\/40{ border-right-color: rgb(255 255 255 / 0.4); }
.border-r-callout-ok-icon\/5{ border-right-color: rgb(255 255 255 / 0.05); }
.border-r-callout-ok-icon\/50{ border-right-color: rgb(255 255 255 / 0.5); }
.border-r-callout-ok-icon\/60{ border-right-color: rgb(255 255 255 / 0.6); }
.border-r-callout-ok-icon\/70{ border-right-color: rgb(255 255 255 / 0.7); }
.border-r-callout-ok-icon\/75{ border-right-color: rgb(255 255 255 / 0.75); }
.border-r-callout-ok-icon\/80{ border-right-color: rgb(255 255 255 / 0.8); }
.border-r-callout-ok-icon\/90{ border-right-color: rgb(255 255 255 / 0.9); }
.border-r-callout-ok-icon\/95{ border-right-color: rgb(255 255 255 / 0.95); }
.border-r-callout-ok-text{ --tw-border-opacity: 1; border-right-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-r-callout-ok-text-accent{ --tw-border-opacity: 1; border-right-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-r-callout-ok-text-accent\/0{ border-right-color: rgb(102 255 221 / 0); }
.border-r-callout-ok-text-accent\/10{ border-right-color: rgb(102 255 221 / 0.1); }
.border-r-callout-ok-text-accent\/100{ border-right-color: rgb(102 255 221 / 1); }
.border-r-callout-ok-text-accent\/20{ border-right-color: rgb(102 255 221 / 0.2); }
.border-r-callout-ok-text-accent\/25{ border-right-color: rgb(102 255 221 / 0.25); }
.border-r-callout-ok-text-accent\/30{ border-right-color: rgb(102 255 221 / 0.3); }
.border-r-callout-ok-text-accent\/40{ border-right-color: rgb(102 255 221 / 0.4); }
.border-r-callout-ok-text-accent\/5{ border-right-color: rgb(102 255 221 / 0.05); }
.border-r-callout-ok-text-accent\/50{ border-right-color: rgb(102 255 221 / 0.5); }
.border-r-callout-ok-text-accent\/60{ border-right-color: rgb(102 255 221 / 0.6); }
.border-r-callout-ok-text-accent\/70{ border-right-color: rgb(102 255 221 / 0.7); }
.border-r-callout-ok-text-accent\/75{ border-right-color: rgb(102 255 221 / 0.75); }
.border-r-callout-ok-text-accent\/80{ border-right-color: rgb(102 255 221 / 0.8); }
.border-r-callout-ok-text-accent\/90{ border-right-color: rgb(102 255 221 / 0.9); }
.border-r-callout-ok-text-accent\/95{ border-right-color: rgb(102 255 221 / 0.95); }
.border-r-callout-ok-text\/0{ border-right-color: rgb(10 21 20 / 0); }
.border-r-callout-ok-text\/10{ border-right-color: rgb(10 21 20 / 0.1); }
.border-r-callout-ok-text\/100{ border-right-color: rgb(10 21 20 / 1); }
.border-r-callout-ok-text\/20{ border-right-color: rgb(10 21 20 / 0.2); }
.border-r-callout-ok-text\/25{ border-right-color: rgb(10 21 20 / 0.25); }
.border-r-callout-ok-text\/30{ border-right-color: rgb(10 21 20 / 0.3); }
.border-r-callout-ok-text\/40{ border-right-color: rgb(10 21 20 / 0.4); }
.border-r-callout-ok-text\/5{ border-right-color: rgb(10 21 20 / 0.05); }
.border-r-callout-ok-text\/50{ border-right-color: rgb(10 21 20 / 0.5); }
.border-r-callout-ok-text\/60{ border-right-color: rgb(10 21 20 / 0.6); }
.border-r-callout-ok-text\/70{ border-right-color: rgb(10 21 20 / 0.7); }
.border-r-callout-ok-text\/75{ border-right-color: rgb(10 21 20 / 0.75); }
.border-r-callout-ok-text\/80{ border-right-color: rgb(10 21 20 / 0.8); }
.border-r-callout-ok-text\/90{ border-right-color: rgb(10 21 20 / 0.9); }
.border-r-callout-ok-text\/95{ border-right-color: rgb(10 21 20 / 0.95); }
.border-r-callout-warning-border{ --tw-border-opacity: 1; border-right-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-r-callout-warning-border\/0{ border-right-color: rgb(247 181 0 / 0); }
.border-r-callout-warning-border\/10{ border-right-color: rgb(247 181 0 / 0.1); }
.border-r-callout-warning-border\/100{ border-right-color: rgb(247 181 0 / 1); }
.border-r-callout-warning-border\/20{ border-right-color: rgb(247 181 0 / 0.2); }
.border-r-callout-warning-border\/25{ border-right-color: rgb(247 181 0 / 0.25); }
.border-r-callout-warning-border\/30{ border-right-color: rgb(247 181 0 / 0.3); }
.border-r-callout-warning-border\/40{ border-right-color: rgb(247 181 0 / 0.4); }
.border-r-callout-warning-border\/5{ border-right-color: rgb(247 181 0 / 0.05); }
.border-r-callout-warning-border\/50{ border-right-color: rgb(247 181 0 / 0.5); }
.border-r-callout-warning-border\/60{ border-right-color: rgb(247 181 0 / 0.6); }
.border-r-callout-warning-border\/70{ border-right-color: rgb(247 181 0 / 0.7); }
.border-r-callout-warning-border\/75{ border-right-color: rgb(247 181 0 / 0.75); }
.border-r-callout-warning-border\/80{ border-right-color: rgb(247 181 0 / 0.8); }
.border-r-callout-warning-border\/90{ border-right-color: rgb(247 181 0 / 0.9); }
.border-r-callout-warning-border\/95{ border-right-color: rgb(247 181 0 / 0.95); }
.border-r-callout-warning-fill{ --tw-border-opacity: 1; border-right-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-r-callout-warning-fill\/0{ border-right-color: rgb(249 219 109 / 0); }
.border-r-callout-warning-fill\/10{ border-right-color: rgb(249 219 109 / 0.1); }
.border-r-callout-warning-fill\/100{ border-right-color: rgb(249 219 109 / 1); }
.border-r-callout-warning-fill\/20{ border-right-color: rgb(249 219 109 / 0.2); }
.border-r-callout-warning-fill\/25{ border-right-color: rgb(249 219 109 / 0.25); }
.border-r-callout-warning-fill\/30{ border-right-color: rgb(249 219 109 / 0.3); }
.border-r-callout-warning-fill\/40{ border-right-color: rgb(249 219 109 / 0.4); }
.border-r-callout-warning-fill\/5{ border-right-color: rgb(249 219 109 / 0.05); }
.border-r-callout-warning-fill\/50{ border-right-color: rgb(249 219 109 / 0.5); }
.border-r-callout-warning-fill\/60{ border-right-color: rgb(249 219 109 / 0.6); }
.border-r-callout-warning-fill\/70{ border-right-color: rgb(249 219 109 / 0.7); }
.border-r-callout-warning-fill\/75{ border-right-color: rgb(249 219 109 / 0.75); }
.border-r-callout-warning-fill\/80{ border-right-color: rgb(249 219 109 / 0.8); }
.border-r-callout-warning-fill\/90{ border-right-color: rgb(249 219 109 / 0.9); }
.border-r-callout-warning-fill\/95{ border-right-color: rgb(249 219 109 / 0.95); }
.border-r-callout-warning-icon{ --tw-border-opacity: 1; border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-r-callout-warning-icon\/0{ border-right-color: rgb(255 255 255 / 0); }
.border-r-callout-warning-icon\/10{ border-right-color: rgb(255 255 255 / 0.1); }
.border-r-callout-warning-icon\/100{ border-right-color: rgb(255 255 255 / 1); }
.border-r-callout-warning-icon\/20{ border-right-color: rgb(255 255 255 / 0.2); }
.border-r-callout-warning-icon\/25{ border-right-color: rgb(255 255 255 / 0.25); }
.border-r-callout-warning-icon\/30{ border-right-color: rgb(255 255 255 / 0.3); }
.border-r-callout-warning-icon\/40{ border-right-color: rgb(255 255 255 / 0.4); }
.border-r-callout-warning-icon\/5{ border-right-color: rgb(255 255 255 / 0.05); }
.border-r-callout-warning-icon\/50{ border-right-color: rgb(255 255 255 / 0.5); }
.border-r-callout-warning-icon\/60{ border-right-color: rgb(255 255 255 / 0.6); }
.border-r-callout-warning-icon\/70{ border-right-color: rgb(255 255 255 / 0.7); }
.border-r-callout-warning-icon\/75{ border-right-color: rgb(255 255 255 / 0.75); }
.border-r-callout-warning-icon\/80{ border-right-color: rgb(255 255 255 / 0.8); }
.border-r-callout-warning-icon\/90{ border-right-color: rgb(255 255 255 / 0.9); }
.border-r-callout-warning-icon\/95{ border-right-color: rgb(255 255 255 / 0.95); }
.border-r-callout-warning-text{ --tw-border-opacity: 1; border-right-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-r-callout-warning-text-accent{ --tw-border-opacity: 1; border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-r-callout-warning-text-accent\/0{ border-right-color: rgb(255 255 255 / 0); }
.border-r-callout-warning-text-accent\/10{ border-right-color: rgb(255 255 255 / 0.1); }
.border-r-callout-warning-text-accent\/100{ border-right-color: rgb(255 255 255 / 1); }
.border-r-callout-warning-text-accent\/20{ border-right-color: rgb(255 255 255 / 0.2); }
.border-r-callout-warning-text-accent\/25{ border-right-color: rgb(255 255 255 / 0.25); }
.border-r-callout-warning-text-accent\/30{ border-right-color: rgb(255 255 255 / 0.3); }
.border-r-callout-warning-text-accent\/40{ border-right-color: rgb(255 255 255 / 0.4); }
.border-r-callout-warning-text-accent\/5{ border-right-color: rgb(255 255 255 / 0.05); }
.border-r-callout-warning-text-accent\/50{ border-right-color: rgb(255 255 255 / 0.5); }
.border-r-callout-warning-text-accent\/60{ border-right-color: rgb(255 255 255 / 0.6); }
.border-r-callout-warning-text-accent\/70{ border-right-color: rgb(255 255 255 / 0.7); }
.border-r-callout-warning-text-accent\/75{ border-right-color: rgb(255 255 255 / 0.75); }
.border-r-callout-warning-text-accent\/80{ border-right-color: rgb(255 255 255 / 0.8); }
.border-r-callout-warning-text-accent\/90{ border-right-color: rgb(255 255 255 / 0.9); }
.border-r-callout-warning-text-accent\/95{ border-right-color: rgb(255 255 255 / 0.95); }
.border-r-callout-warning-text\/0{ border-right-color: rgb(21 18 10 / 0); }
.border-r-callout-warning-text\/10{ border-right-color: rgb(21 18 10 / 0.1); }
.border-r-callout-warning-text\/100{ border-right-color: rgb(21 18 10 / 1); }
.border-r-callout-warning-text\/20{ border-right-color: rgb(21 18 10 / 0.2); }
.border-r-callout-warning-text\/25{ border-right-color: rgb(21 18 10 / 0.25); }
.border-r-callout-warning-text\/30{ border-right-color: rgb(21 18 10 / 0.3); }
.border-r-callout-warning-text\/40{ border-right-color: rgb(21 18 10 / 0.4); }
.border-r-callout-warning-text\/5{ border-right-color: rgb(21 18 10 / 0.05); }
.border-r-callout-warning-text\/50{ border-right-color: rgb(21 18 10 / 0.5); }
.border-r-callout-warning-text\/60{ border-right-color: rgb(21 18 10 / 0.6); }
.border-r-callout-warning-text\/70{ border-right-color: rgb(21 18 10 / 0.7); }
.border-r-callout-warning-text\/75{ border-right-color: rgb(21 18 10 / 0.75); }
.border-r-callout-warning-text\/80{ border-right-color: rgb(21 18 10 / 0.8); }
.border-r-callout-warning-text\/90{ border-right-color: rgb(21 18 10 / 0.9); }
.border-r-callout-warning-text\/95{ border-right-color: rgb(21 18 10 / 0.95); }
.border-r-current{ border-right-color: currentColor; }
.border-r-cyan-100{ --tw-border-opacity: 1; border-right-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-r-cyan-100\/0{ border-right-color: rgb(207 250 254 / 0); }
.border-r-cyan-100\/10{ border-right-color: rgb(207 250 254 / 0.1); }
.border-r-cyan-100\/100{ border-right-color: rgb(207 250 254 / 1); }
.border-r-cyan-100\/20{ border-right-color: rgb(207 250 254 / 0.2); }
.border-r-cyan-100\/25{ border-right-color: rgb(207 250 254 / 0.25); }
.border-r-cyan-100\/30{ border-right-color: rgb(207 250 254 / 0.3); }
.border-r-cyan-100\/40{ border-right-color: rgb(207 250 254 / 0.4); }
.border-r-cyan-100\/5{ border-right-color: rgb(207 250 254 / 0.05); }
.border-r-cyan-100\/50{ border-right-color: rgb(207 250 254 / 0.5); }
.border-r-cyan-100\/60{ border-right-color: rgb(207 250 254 / 0.6); }
.border-r-cyan-100\/70{ border-right-color: rgb(207 250 254 / 0.7); }
.border-r-cyan-100\/75{ border-right-color: rgb(207 250 254 / 0.75); }
.border-r-cyan-100\/80{ border-right-color: rgb(207 250 254 / 0.8); }
.border-r-cyan-100\/90{ border-right-color: rgb(207 250 254 / 0.9); }
.border-r-cyan-100\/95{ border-right-color: rgb(207 250 254 / 0.95); }
.border-r-cyan-200{ --tw-border-opacity: 1; border-right-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-r-cyan-200\/0{ border-right-color: rgb(165 243 252 / 0); }
.border-r-cyan-200\/10{ border-right-color: rgb(165 243 252 / 0.1); }
.border-r-cyan-200\/100{ border-right-color: rgb(165 243 252 / 1); }
.border-r-cyan-200\/20{ border-right-color: rgb(165 243 252 / 0.2); }
.border-r-cyan-200\/25{ border-right-color: rgb(165 243 252 / 0.25); }
.border-r-cyan-200\/30{ border-right-color: rgb(165 243 252 / 0.3); }
.border-r-cyan-200\/40{ border-right-color: rgb(165 243 252 / 0.4); }
.border-r-cyan-200\/5{ border-right-color: rgb(165 243 252 / 0.05); }
.border-r-cyan-200\/50{ border-right-color: rgb(165 243 252 / 0.5); }
.border-r-cyan-200\/60{ border-right-color: rgb(165 243 252 / 0.6); }
.border-r-cyan-200\/70{ border-right-color: rgb(165 243 252 / 0.7); }
.border-r-cyan-200\/75{ border-right-color: rgb(165 243 252 / 0.75); }
.border-r-cyan-200\/80{ border-right-color: rgb(165 243 252 / 0.8); }
.border-r-cyan-200\/90{ border-right-color: rgb(165 243 252 / 0.9); }
.border-r-cyan-200\/95{ border-right-color: rgb(165 243 252 / 0.95); }
.border-r-cyan-300{ --tw-border-opacity: 1; border-right-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-r-cyan-300\/0{ border-right-color: rgb(103 232 249 / 0); }
.border-r-cyan-300\/10{ border-right-color: rgb(103 232 249 / 0.1); }
.border-r-cyan-300\/100{ border-right-color: rgb(103 232 249 / 1); }
.border-r-cyan-300\/20{ border-right-color: rgb(103 232 249 / 0.2); }
.border-r-cyan-300\/25{ border-right-color: rgb(103 232 249 / 0.25); }
.border-r-cyan-300\/30{ border-right-color: rgb(103 232 249 / 0.3); }
.border-r-cyan-300\/40{ border-right-color: rgb(103 232 249 / 0.4); }
.border-r-cyan-300\/5{ border-right-color: rgb(103 232 249 / 0.05); }
.border-r-cyan-300\/50{ border-right-color: rgb(103 232 249 / 0.5); }
.border-r-cyan-300\/60{ border-right-color: rgb(103 232 249 / 0.6); }
.border-r-cyan-300\/70{ border-right-color: rgb(103 232 249 / 0.7); }
.border-r-cyan-300\/75{ border-right-color: rgb(103 232 249 / 0.75); }
.border-r-cyan-300\/80{ border-right-color: rgb(103 232 249 / 0.8); }
.border-r-cyan-300\/90{ border-right-color: rgb(103 232 249 / 0.9); }
.border-r-cyan-300\/95{ border-right-color: rgb(103 232 249 / 0.95); }
.border-r-cyan-400{ --tw-border-opacity: 1; border-right-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-r-cyan-400\/0{ border-right-color: rgb(34 211 238 / 0); }
.border-r-cyan-400\/10{ border-right-color: rgb(34 211 238 / 0.1); }
.border-r-cyan-400\/100{ border-right-color: rgb(34 211 238 / 1); }
.border-r-cyan-400\/20{ border-right-color: rgb(34 211 238 / 0.2); }
.border-r-cyan-400\/25{ border-right-color: rgb(34 211 238 / 0.25); }
.border-r-cyan-400\/30{ border-right-color: rgb(34 211 238 / 0.3); }
.border-r-cyan-400\/40{ border-right-color: rgb(34 211 238 / 0.4); }
.border-r-cyan-400\/5{ border-right-color: rgb(34 211 238 / 0.05); }
.border-r-cyan-400\/50{ border-right-color: rgb(34 211 238 / 0.5); }
.border-r-cyan-400\/60{ border-right-color: rgb(34 211 238 / 0.6); }
.border-r-cyan-400\/70{ border-right-color: rgb(34 211 238 / 0.7); }
.border-r-cyan-400\/75{ border-right-color: rgb(34 211 238 / 0.75); }
.border-r-cyan-400\/80{ border-right-color: rgb(34 211 238 / 0.8); }
.border-r-cyan-400\/90{ border-right-color: rgb(34 211 238 / 0.9); }
.border-r-cyan-400\/95{ border-right-color: rgb(34 211 238 / 0.95); }
.border-r-cyan-50{ --tw-border-opacity: 1; border-right-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-r-cyan-50\/0{ border-right-color: rgb(236 254 255 / 0); }
.border-r-cyan-50\/10{ border-right-color: rgb(236 254 255 / 0.1); }
.border-r-cyan-50\/100{ border-right-color: rgb(236 254 255 / 1); }
.border-r-cyan-50\/20{ border-right-color: rgb(236 254 255 / 0.2); }
.border-r-cyan-50\/25{ border-right-color: rgb(236 254 255 / 0.25); }
.border-r-cyan-50\/30{ border-right-color: rgb(236 254 255 / 0.3); }
.border-r-cyan-50\/40{ border-right-color: rgb(236 254 255 / 0.4); }
.border-r-cyan-50\/5{ border-right-color: rgb(236 254 255 / 0.05); }
.border-r-cyan-50\/50{ border-right-color: rgb(236 254 255 / 0.5); }
.border-r-cyan-50\/60{ border-right-color: rgb(236 254 255 / 0.6); }
.border-r-cyan-50\/70{ border-right-color: rgb(236 254 255 / 0.7); }
.border-r-cyan-50\/75{ border-right-color: rgb(236 254 255 / 0.75); }
.border-r-cyan-50\/80{ border-right-color: rgb(236 254 255 / 0.8); }
.border-r-cyan-50\/90{ border-right-color: rgb(236 254 255 / 0.9); }
.border-r-cyan-50\/95{ border-right-color: rgb(236 254 255 / 0.95); }
.border-r-cyan-500{ --tw-border-opacity: 1; border-right-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-r-cyan-500\/0{ border-right-color: rgb(6 182 212 / 0); }
.border-r-cyan-500\/10{ border-right-color: rgb(6 182 212 / 0.1); }
.border-r-cyan-500\/100{ border-right-color: rgb(6 182 212 / 1); }
.border-r-cyan-500\/20{ border-right-color: rgb(6 182 212 / 0.2); }
.border-r-cyan-500\/25{ border-right-color: rgb(6 182 212 / 0.25); }
.border-r-cyan-500\/30{ border-right-color: rgb(6 182 212 / 0.3); }
.border-r-cyan-500\/40{ border-right-color: rgb(6 182 212 / 0.4); }
.border-r-cyan-500\/5{ border-right-color: rgb(6 182 212 / 0.05); }
.border-r-cyan-500\/50{ border-right-color: rgb(6 182 212 / 0.5); }
.border-r-cyan-500\/60{ border-right-color: rgb(6 182 212 / 0.6); }
.border-r-cyan-500\/70{ border-right-color: rgb(6 182 212 / 0.7); }
.border-r-cyan-500\/75{ border-right-color: rgb(6 182 212 / 0.75); }
.border-r-cyan-500\/80{ border-right-color: rgb(6 182 212 / 0.8); }
.border-r-cyan-500\/90{ border-right-color: rgb(6 182 212 / 0.9); }
.border-r-cyan-500\/95{ border-right-color: rgb(6 182 212 / 0.95); }
.border-r-cyan-600{ --tw-border-opacity: 1; border-right-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-r-cyan-600\/0{ border-right-color: rgb(8 145 178 / 0); }
.border-r-cyan-600\/10{ border-right-color: rgb(8 145 178 / 0.1); }
.border-r-cyan-600\/100{ border-right-color: rgb(8 145 178 / 1); }
.border-r-cyan-600\/20{ border-right-color: rgb(8 145 178 / 0.2); }
.border-r-cyan-600\/25{ border-right-color: rgb(8 145 178 / 0.25); }
.border-r-cyan-600\/30{ border-right-color: rgb(8 145 178 / 0.3); }
.border-r-cyan-600\/40{ border-right-color: rgb(8 145 178 / 0.4); }
.border-r-cyan-600\/5{ border-right-color: rgb(8 145 178 / 0.05); }
.border-r-cyan-600\/50{ border-right-color: rgb(8 145 178 / 0.5); }
.border-r-cyan-600\/60{ border-right-color: rgb(8 145 178 / 0.6); }
.border-r-cyan-600\/70{ border-right-color: rgb(8 145 178 / 0.7); }
.border-r-cyan-600\/75{ border-right-color: rgb(8 145 178 / 0.75); }
.border-r-cyan-600\/80{ border-right-color: rgb(8 145 178 / 0.8); }
.border-r-cyan-600\/90{ border-right-color: rgb(8 145 178 / 0.9); }
.border-r-cyan-600\/95{ border-right-color: rgb(8 145 178 / 0.95); }
.border-r-cyan-700{ --tw-border-opacity: 1; border-right-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-r-cyan-700\/0{ border-right-color: rgb(14 116 144 / 0); }
.border-r-cyan-700\/10{ border-right-color: rgb(14 116 144 / 0.1); }
.border-r-cyan-700\/100{ border-right-color: rgb(14 116 144 / 1); }
.border-r-cyan-700\/20{ border-right-color: rgb(14 116 144 / 0.2); }
.border-r-cyan-700\/25{ border-right-color: rgb(14 116 144 / 0.25); }
.border-r-cyan-700\/30{ border-right-color: rgb(14 116 144 / 0.3); }
.border-r-cyan-700\/40{ border-right-color: rgb(14 116 144 / 0.4); }
.border-r-cyan-700\/5{ border-right-color: rgb(14 116 144 / 0.05); }
.border-r-cyan-700\/50{ border-right-color: rgb(14 116 144 / 0.5); }
.border-r-cyan-700\/60{ border-right-color: rgb(14 116 144 / 0.6); }
.border-r-cyan-700\/70{ border-right-color: rgb(14 116 144 / 0.7); }
.border-r-cyan-700\/75{ border-right-color: rgb(14 116 144 / 0.75); }
.border-r-cyan-700\/80{ border-right-color: rgb(14 116 144 / 0.8); }
.border-r-cyan-700\/90{ border-right-color: rgb(14 116 144 / 0.9); }
.border-r-cyan-700\/95{ border-right-color: rgb(14 116 144 / 0.95); }
.border-r-cyan-800{ --tw-border-opacity: 1; border-right-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-r-cyan-800\/0{ border-right-color: rgb(21 94 117 / 0); }
.border-r-cyan-800\/10{ border-right-color: rgb(21 94 117 / 0.1); }
.border-r-cyan-800\/100{ border-right-color: rgb(21 94 117 / 1); }
.border-r-cyan-800\/20{ border-right-color: rgb(21 94 117 / 0.2); }
.border-r-cyan-800\/25{ border-right-color: rgb(21 94 117 / 0.25); }
.border-r-cyan-800\/30{ border-right-color: rgb(21 94 117 / 0.3); }
.border-r-cyan-800\/40{ border-right-color: rgb(21 94 117 / 0.4); }
.border-r-cyan-800\/5{ border-right-color: rgb(21 94 117 / 0.05); }
.border-r-cyan-800\/50{ border-right-color: rgb(21 94 117 / 0.5); }
.border-r-cyan-800\/60{ border-right-color: rgb(21 94 117 / 0.6); }
.border-r-cyan-800\/70{ border-right-color: rgb(21 94 117 / 0.7); }
.border-r-cyan-800\/75{ border-right-color: rgb(21 94 117 / 0.75); }
.border-r-cyan-800\/80{ border-right-color: rgb(21 94 117 / 0.8); }
.border-r-cyan-800\/90{ border-right-color: rgb(21 94 117 / 0.9); }
.border-r-cyan-800\/95{ border-right-color: rgb(21 94 117 / 0.95); }
.border-r-cyan-900{ --tw-border-opacity: 1; border-right-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-r-cyan-900\/0{ border-right-color: rgb(22 78 99 / 0); }
.border-r-cyan-900\/10{ border-right-color: rgb(22 78 99 / 0.1); }
.border-r-cyan-900\/100{ border-right-color: rgb(22 78 99 / 1); }
.border-r-cyan-900\/20{ border-right-color: rgb(22 78 99 / 0.2); }
.border-r-cyan-900\/25{ border-right-color: rgb(22 78 99 / 0.25); }
.border-r-cyan-900\/30{ border-right-color: rgb(22 78 99 / 0.3); }
.border-r-cyan-900\/40{ border-right-color: rgb(22 78 99 / 0.4); }
.border-r-cyan-900\/5{ border-right-color: rgb(22 78 99 / 0.05); }
.border-r-cyan-900\/50{ border-right-color: rgb(22 78 99 / 0.5); }
.border-r-cyan-900\/60{ border-right-color: rgb(22 78 99 / 0.6); }
.border-r-cyan-900\/70{ border-right-color: rgb(22 78 99 / 0.7); }
.border-r-cyan-900\/75{ border-right-color: rgb(22 78 99 / 0.75); }
.border-r-cyan-900\/80{ border-right-color: rgb(22 78 99 / 0.8); }
.border-r-cyan-900\/90{ border-right-color: rgb(22 78 99 / 0.9); }
.border-r-cyan-900\/95{ border-right-color: rgb(22 78 99 / 0.95); }
.border-r-cyan-950{ --tw-border-opacity: 1; border-right-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-r-cyan-950\/0{ border-right-color: rgb(8 51 68 / 0); }
.border-r-cyan-950\/10{ border-right-color: rgb(8 51 68 / 0.1); }
.border-r-cyan-950\/100{ border-right-color: rgb(8 51 68 / 1); }
.border-r-cyan-950\/20{ border-right-color: rgb(8 51 68 / 0.2); }
.border-r-cyan-950\/25{ border-right-color: rgb(8 51 68 / 0.25); }
.border-r-cyan-950\/30{ border-right-color: rgb(8 51 68 / 0.3); }
.border-r-cyan-950\/40{ border-right-color: rgb(8 51 68 / 0.4); }
.border-r-cyan-950\/5{ border-right-color: rgb(8 51 68 / 0.05); }
.border-r-cyan-950\/50{ border-right-color: rgb(8 51 68 / 0.5); }
.border-r-cyan-950\/60{ border-right-color: rgb(8 51 68 / 0.6); }
.border-r-cyan-950\/70{ border-right-color: rgb(8 51 68 / 0.7); }
.border-r-cyan-950\/75{ border-right-color: rgb(8 51 68 / 0.75); }
.border-r-cyan-950\/80{ border-right-color: rgb(8 51 68 / 0.8); }
.border-r-cyan-950\/90{ border-right-color: rgb(8 51 68 / 0.9); }
.border-r-cyan-950\/95{ border-right-color: rgb(8 51 68 / 0.95); }
.border-r-eggshell{ --tw-border-opacity: 1; border-right-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-r-eggshell-100{ --tw-border-opacity: 1; border-right-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-r-eggshell-100\/0{ border-right-color: rgb(254 252 250 / 0); }
.border-r-eggshell-100\/10{ border-right-color: rgb(254 252 250 / 0.1); }
.border-r-eggshell-100\/100{ border-right-color: rgb(254 252 250 / 1); }
.border-r-eggshell-100\/20{ border-right-color: rgb(254 252 250 / 0.2); }
.border-r-eggshell-100\/25{ border-right-color: rgb(254 252 250 / 0.25); }
.border-r-eggshell-100\/30{ border-right-color: rgb(254 252 250 / 0.3); }
.border-r-eggshell-100\/40{ border-right-color: rgb(254 252 250 / 0.4); }
.border-r-eggshell-100\/5{ border-right-color: rgb(254 252 250 / 0.05); }
.border-r-eggshell-100\/50{ border-right-color: rgb(254 252 250 / 0.5); }
.border-r-eggshell-100\/60{ border-right-color: rgb(254 252 250 / 0.6); }
.border-r-eggshell-100\/70{ border-right-color: rgb(254 252 250 / 0.7); }
.border-r-eggshell-100\/75{ border-right-color: rgb(254 252 250 / 0.75); }
.border-r-eggshell-100\/80{ border-right-color: rgb(254 252 250 / 0.8); }
.border-r-eggshell-100\/90{ border-right-color: rgb(254 252 250 / 0.9); }
.border-r-eggshell-100\/95{ border-right-color: rgb(254 252 250 / 0.95); }
.border-r-eggshell-200{ --tw-border-opacity: 1; border-right-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-r-eggshell-200\/0{ border-right-color: rgb(252 250 246 / 0); }
.border-r-eggshell-200\/10{ border-right-color: rgb(252 250 246 / 0.1); }
.border-r-eggshell-200\/100{ border-right-color: rgb(252 250 246 / 1); }
.border-r-eggshell-200\/20{ border-right-color: rgb(252 250 246 / 0.2); }
.border-r-eggshell-200\/25{ border-right-color: rgb(252 250 246 / 0.25); }
.border-r-eggshell-200\/30{ border-right-color: rgb(252 250 246 / 0.3); }
.border-r-eggshell-200\/40{ border-right-color: rgb(252 250 246 / 0.4); }
.border-r-eggshell-200\/5{ border-right-color: rgb(252 250 246 / 0.05); }
.border-r-eggshell-200\/50{ border-right-color: rgb(252 250 246 / 0.5); }
.border-r-eggshell-200\/60{ border-right-color: rgb(252 250 246 / 0.6); }
.border-r-eggshell-200\/70{ border-right-color: rgb(252 250 246 / 0.7); }
.border-r-eggshell-200\/75{ border-right-color: rgb(252 250 246 / 0.75); }
.border-r-eggshell-200\/80{ border-right-color: rgb(252 250 246 / 0.8); }
.border-r-eggshell-200\/90{ border-right-color: rgb(252 250 246 / 0.9); }
.border-r-eggshell-200\/95{ border-right-color: rgb(252 250 246 / 0.95); }
.border-r-eggshell-300{ --tw-border-opacity: 1; border-right-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-r-eggshell-300\/0{ border-right-color: rgb(251 247 241 / 0); }
.border-r-eggshell-300\/10{ border-right-color: rgb(251 247 241 / 0.1); }
.border-r-eggshell-300\/100{ border-right-color: rgb(251 247 241 / 1); }
.border-r-eggshell-300\/20{ border-right-color: rgb(251 247 241 / 0.2); }
.border-r-eggshell-300\/25{ border-right-color: rgb(251 247 241 / 0.25); }
.border-r-eggshell-300\/30{ border-right-color: rgb(251 247 241 / 0.3); }
.border-r-eggshell-300\/40{ border-right-color: rgb(251 247 241 / 0.4); }
.border-r-eggshell-300\/5{ border-right-color: rgb(251 247 241 / 0.05); }
.border-r-eggshell-300\/50{ border-right-color: rgb(251 247 241 / 0.5); }
.border-r-eggshell-300\/60{ border-right-color: rgb(251 247 241 / 0.6); }
.border-r-eggshell-300\/70{ border-right-color: rgb(251 247 241 / 0.7); }
.border-r-eggshell-300\/75{ border-right-color: rgb(251 247 241 / 0.75); }
.border-r-eggshell-300\/80{ border-right-color: rgb(251 247 241 / 0.8); }
.border-r-eggshell-300\/90{ border-right-color: rgb(251 247 241 / 0.9); }
.border-r-eggshell-300\/95{ border-right-color: rgb(251 247 241 / 0.95); }
.border-r-eggshell-400{ --tw-border-opacity: 1; border-right-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-r-eggshell-400\/0{ border-right-color: rgb(249 245 236 / 0); }
.border-r-eggshell-400\/10{ border-right-color: rgb(249 245 236 / 0.1); }
.border-r-eggshell-400\/100{ border-right-color: rgb(249 245 236 / 1); }
.border-r-eggshell-400\/20{ border-right-color: rgb(249 245 236 / 0.2); }
.border-r-eggshell-400\/25{ border-right-color: rgb(249 245 236 / 0.25); }
.border-r-eggshell-400\/30{ border-right-color: rgb(249 245 236 / 0.3); }
.border-r-eggshell-400\/40{ border-right-color: rgb(249 245 236 / 0.4); }
.border-r-eggshell-400\/5{ border-right-color: rgb(249 245 236 / 0.05); }
.border-r-eggshell-400\/50{ border-right-color: rgb(249 245 236 / 0.5); }
.border-r-eggshell-400\/60{ border-right-color: rgb(249 245 236 / 0.6); }
.border-r-eggshell-400\/70{ border-right-color: rgb(249 245 236 / 0.7); }
.border-r-eggshell-400\/75{ border-right-color: rgb(249 245 236 / 0.75); }
.border-r-eggshell-400\/80{ border-right-color: rgb(249 245 236 / 0.8); }
.border-r-eggshell-400\/90{ border-right-color: rgb(249 245 236 / 0.9); }
.border-r-eggshell-400\/95{ border-right-color: rgb(249 245 236 / 0.95); }
.border-r-eggshell-500{ --tw-border-opacity: 1; border-right-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-r-eggshell-500\/0{ border-right-color: rgb(247 242 231 / 0); }
.border-r-eggshell-500\/10{ border-right-color: rgb(247 242 231 / 0.1); }
.border-r-eggshell-500\/100{ border-right-color: rgb(247 242 231 / 1); }
.border-r-eggshell-500\/20{ border-right-color: rgb(247 242 231 / 0.2); }
.border-r-eggshell-500\/25{ border-right-color: rgb(247 242 231 / 0.25); }
.border-r-eggshell-500\/30{ border-right-color: rgb(247 242 231 / 0.3); }
.border-r-eggshell-500\/40{ border-right-color: rgb(247 242 231 / 0.4); }
.border-r-eggshell-500\/5{ border-right-color: rgb(247 242 231 / 0.05); }
.border-r-eggshell-500\/50{ border-right-color: rgb(247 242 231 / 0.5); }
.border-r-eggshell-500\/60{ border-right-color: rgb(247 242 231 / 0.6); }
.border-r-eggshell-500\/70{ border-right-color: rgb(247 242 231 / 0.7); }
.border-r-eggshell-500\/75{ border-right-color: rgb(247 242 231 / 0.75); }
.border-r-eggshell-500\/80{ border-right-color: rgb(247 242 231 / 0.8); }
.border-r-eggshell-500\/90{ border-right-color: rgb(247 242 231 / 0.9); }
.border-r-eggshell-500\/95{ border-right-color: rgb(247 242 231 / 0.95); }
.border-r-eggshell-600{ --tw-border-opacity: 1; border-right-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-r-eggshell-600\/0{ border-right-color: rgb(246 239 227 / 0); }
.border-r-eggshell-600\/10{ border-right-color: rgb(246 239 227 / 0.1); }
.border-r-eggshell-600\/100{ border-right-color: rgb(246 239 227 / 1); }
.border-r-eggshell-600\/20{ border-right-color: rgb(246 239 227 / 0.2); }
.border-r-eggshell-600\/25{ border-right-color: rgb(246 239 227 / 0.25); }
.border-r-eggshell-600\/30{ border-right-color: rgb(246 239 227 / 0.3); }
.border-r-eggshell-600\/40{ border-right-color: rgb(246 239 227 / 0.4); }
.border-r-eggshell-600\/5{ border-right-color: rgb(246 239 227 / 0.05); }
.border-r-eggshell-600\/50{ border-right-color: rgb(246 239 227 / 0.5); }
.border-r-eggshell-600\/60{ border-right-color: rgb(246 239 227 / 0.6); }
.border-r-eggshell-600\/70{ border-right-color: rgb(246 239 227 / 0.7); }
.border-r-eggshell-600\/75{ border-right-color: rgb(246 239 227 / 0.75); }
.border-r-eggshell-600\/80{ border-right-color: rgb(246 239 227 / 0.8); }
.border-r-eggshell-600\/90{ border-right-color: rgb(246 239 227 / 0.9); }
.border-r-eggshell-600\/95{ border-right-color: rgb(246 239 227 / 0.95); }
.border-r-eggshell-700{ --tw-border-opacity: 1; border-right-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-r-eggshell-700\/0{ border-right-color: rgb(245 237 222 / 0); }
.border-r-eggshell-700\/10{ border-right-color: rgb(245 237 222 / 0.1); }
.border-r-eggshell-700\/100{ border-right-color: rgb(245 237 222 / 1); }
.border-r-eggshell-700\/20{ border-right-color: rgb(245 237 222 / 0.2); }
.border-r-eggshell-700\/25{ border-right-color: rgb(245 237 222 / 0.25); }
.border-r-eggshell-700\/30{ border-right-color: rgb(245 237 222 / 0.3); }
.border-r-eggshell-700\/40{ border-right-color: rgb(245 237 222 / 0.4); }
.border-r-eggshell-700\/5{ border-right-color: rgb(245 237 222 / 0.05); }
.border-r-eggshell-700\/50{ border-right-color: rgb(245 237 222 / 0.5); }
.border-r-eggshell-700\/60{ border-right-color: rgb(245 237 222 / 0.6); }
.border-r-eggshell-700\/70{ border-right-color: rgb(245 237 222 / 0.7); }
.border-r-eggshell-700\/75{ border-right-color: rgb(245 237 222 / 0.75); }
.border-r-eggshell-700\/80{ border-right-color: rgb(245 237 222 / 0.8); }
.border-r-eggshell-700\/90{ border-right-color: rgb(245 237 222 / 0.9); }
.border-r-eggshell-700\/95{ border-right-color: rgb(245 237 222 / 0.95); }
.border-r-eggshell-800{ --tw-border-opacity: 1; border-right-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-r-eggshell-800\/0{ border-right-color: rgb(243 234 217 / 0); }
.border-r-eggshell-800\/10{ border-right-color: rgb(243 234 217 / 0.1); }
.border-r-eggshell-800\/100{ border-right-color: rgb(243 234 217 / 1); }
.border-r-eggshell-800\/20{ border-right-color: rgb(243 234 217 / 0.2); }
.border-r-eggshell-800\/25{ border-right-color: rgb(243 234 217 / 0.25); }
.border-r-eggshell-800\/30{ border-right-color: rgb(243 234 217 / 0.3); }
.border-r-eggshell-800\/40{ border-right-color: rgb(243 234 217 / 0.4); }
.border-r-eggshell-800\/5{ border-right-color: rgb(243 234 217 / 0.05); }
.border-r-eggshell-800\/50{ border-right-color: rgb(243 234 217 / 0.5); }
.border-r-eggshell-800\/60{ border-right-color: rgb(243 234 217 / 0.6); }
.border-r-eggshell-800\/70{ border-right-color: rgb(243 234 217 / 0.7); }
.border-r-eggshell-800\/75{ border-right-color: rgb(243 234 217 / 0.75); }
.border-r-eggshell-800\/80{ border-right-color: rgb(243 234 217 / 0.8); }
.border-r-eggshell-800\/90{ border-right-color: rgb(243 234 217 / 0.9); }
.border-r-eggshell-800\/95{ border-right-color: rgb(243 234 217 / 0.95); }
.border-r-eggshell-900{ --tw-border-opacity: 1; border-right-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-r-eggshell-900\/0{ border-right-color: rgb(242 232 213 / 0); }
.border-r-eggshell-900\/10{ border-right-color: rgb(242 232 213 / 0.1); }
.border-r-eggshell-900\/100{ border-right-color: rgb(242 232 213 / 1); }
.border-r-eggshell-900\/20{ border-right-color: rgb(242 232 213 / 0.2); }
.border-r-eggshell-900\/25{ border-right-color: rgb(242 232 213 / 0.25); }
.border-r-eggshell-900\/30{ border-right-color: rgb(242 232 213 / 0.3); }
.border-r-eggshell-900\/40{ border-right-color: rgb(242 232 213 / 0.4); }
.border-r-eggshell-900\/5{ border-right-color: rgb(242 232 213 / 0.05); }
.border-r-eggshell-900\/50{ border-right-color: rgb(242 232 213 / 0.5); }
.border-r-eggshell-900\/60{ border-right-color: rgb(242 232 213 / 0.6); }
.border-r-eggshell-900\/70{ border-right-color: rgb(242 232 213 / 0.7); }
.border-r-eggshell-900\/75{ border-right-color: rgb(242 232 213 / 0.75); }
.border-r-eggshell-900\/80{ border-right-color: rgb(242 232 213 / 0.8); }
.border-r-eggshell-900\/90{ border-right-color: rgb(242 232 213 / 0.9); }
.border-r-eggshell-900\/95{ border-right-color: rgb(242 232 213 / 0.95); }
.border-r-eggshell\/0{ border-right-color: rgb(240 229 208 / 0); }
.border-r-eggshell\/10{ border-right-color: rgb(240 229 208 / 0.1); }
.border-r-eggshell\/100{ border-right-color: rgb(240 229 208 / 1); }
.border-r-eggshell\/20{ border-right-color: rgb(240 229 208 / 0.2); }
.border-r-eggshell\/25{ border-right-color: rgb(240 229 208 / 0.25); }
.border-r-eggshell\/30{ border-right-color: rgb(240 229 208 / 0.3); }
.border-r-eggshell\/40{ border-right-color: rgb(240 229 208 / 0.4); }
.border-r-eggshell\/5{ border-right-color: rgb(240 229 208 / 0.05); }
.border-r-eggshell\/50{ border-right-color: rgb(240 229 208 / 0.5); }
.border-r-eggshell\/60{ border-right-color: rgb(240 229 208 / 0.6); }
.border-r-eggshell\/70{ border-right-color: rgb(240 229 208 / 0.7); }
.border-r-eggshell\/75{ border-right-color: rgb(240 229 208 / 0.75); }
.border-r-eggshell\/80{ border-right-color: rgb(240 229 208 / 0.8); }
.border-r-eggshell\/90{ border-right-color: rgb(240 229 208 / 0.9); }
.border-r-eggshell\/95{ border-right-color: rgb(240 229 208 / 0.95); }
.border-r-emerald-100{ --tw-border-opacity: 1; border-right-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-r-emerald-100\/0{ border-right-color: rgb(209 250 229 / 0); }
.border-r-emerald-100\/10{ border-right-color: rgb(209 250 229 / 0.1); }
.border-r-emerald-100\/100{ border-right-color: rgb(209 250 229 / 1); }
.border-r-emerald-100\/20{ border-right-color: rgb(209 250 229 / 0.2); }
.border-r-emerald-100\/25{ border-right-color: rgb(209 250 229 / 0.25); }
.border-r-emerald-100\/30{ border-right-color: rgb(209 250 229 / 0.3); }
.border-r-emerald-100\/40{ border-right-color: rgb(209 250 229 / 0.4); }
.border-r-emerald-100\/5{ border-right-color: rgb(209 250 229 / 0.05); }
.border-r-emerald-100\/50{ border-right-color: rgb(209 250 229 / 0.5); }
.border-r-emerald-100\/60{ border-right-color: rgb(209 250 229 / 0.6); }
.border-r-emerald-100\/70{ border-right-color: rgb(209 250 229 / 0.7); }
.border-r-emerald-100\/75{ border-right-color: rgb(209 250 229 / 0.75); }
.border-r-emerald-100\/80{ border-right-color: rgb(209 250 229 / 0.8); }
.border-r-emerald-100\/90{ border-right-color: rgb(209 250 229 / 0.9); }
.border-r-emerald-100\/95{ border-right-color: rgb(209 250 229 / 0.95); }
.border-r-emerald-200{ --tw-border-opacity: 1; border-right-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-r-emerald-200\/0{ border-right-color: rgb(167 243 208 / 0); }
.border-r-emerald-200\/10{ border-right-color: rgb(167 243 208 / 0.1); }
.border-r-emerald-200\/100{ border-right-color: rgb(167 243 208 / 1); }
.border-r-emerald-200\/20{ border-right-color: rgb(167 243 208 / 0.2); }
.border-r-emerald-200\/25{ border-right-color: rgb(167 243 208 / 0.25); }
.border-r-emerald-200\/30{ border-right-color: rgb(167 243 208 / 0.3); }
.border-r-emerald-200\/40{ border-right-color: rgb(167 243 208 / 0.4); }
.border-r-emerald-200\/5{ border-right-color: rgb(167 243 208 / 0.05); }
.border-r-emerald-200\/50{ border-right-color: rgb(167 243 208 / 0.5); }
.border-r-emerald-200\/60{ border-right-color: rgb(167 243 208 / 0.6); }
.border-r-emerald-200\/70{ border-right-color: rgb(167 243 208 / 0.7); }
.border-r-emerald-200\/75{ border-right-color: rgb(167 243 208 / 0.75); }
.border-r-emerald-200\/80{ border-right-color: rgb(167 243 208 / 0.8); }
.border-r-emerald-200\/90{ border-right-color: rgb(167 243 208 / 0.9); }
.border-r-emerald-200\/95{ border-right-color: rgb(167 243 208 / 0.95); }
.border-r-emerald-300{ --tw-border-opacity: 1; border-right-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-r-emerald-300\/0{ border-right-color: rgb(110 231 183 / 0); }
.border-r-emerald-300\/10{ border-right-color: rgb(110 231 183 / 0.1); }
.border-r-emerald-300\/100{ border-right-color: rgb(110 231 183 / 1); }
.border-r-emerald-300\/20{ border-right-color: rgb(110 231 183 / 0.2); }
.border-r-emerald-300\/25{ border-right-color: rgb(110 231 183 / 0.25); }
.border-r-emerald-300\/30{ border-right-color: rgb(110 231 183 / 0.3); }
.border-r-emerald-300\/40{ border-right-color: rgb(110 231 183 / 0.4); }
.border-r-emerald-300\/5{ border-right-color: rgb(110 231 183 / 0.05); }
.border-r-emerald-300\/50{ border-right-color: rgb(110 231 183 / 0.5); }
.border-r-emerald-300\/60{ border-right-color: rgb(110 231 183 / 0.6); }
.border-r-emerald-300\/70{ border-right-color: rgb(110 231 183 / 0.7); }
.border-r-emerald-300\/75{ border-right-color: rgb(110 231 183 / 0.75); }
.border-r-emerald-300\/80{ border-right-color: rgb(110 231 183 / 0.8); }
.border-r-emerald-300\/90{ border-right-color: rgb(110 231 183 / 0.9); }
.border-r-emerald-300\/95{ border-right-color: rgb(110 231 183 / 0.95); }
.border-r-emerald-400{ --tw-border-opacity: 1; border-right-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-r-emerald-400\/0{ border-right-color: rgb(52 211 153 / 0); }
.border-r-emerald-400\/10{ border-right-color: rgb(52 211 153 / 0.1); }
.border-r-emerald-400\/100{ border-right-color: rgb(52 211 153 / 1); }
.border-r-emerald-400\/20{ border-right-color: rgb(52 211 153 / 0.2); }
.border-r-emerald-400\/25{ border-right-color: rgb(52 211 153 / 0.25); }
.border-r-emerald-400\/30{ border-right-color: rgb(52 211 153 / 0.3); }
.border-r-emerald-400\/40{ border-right-color: rgb(52 211 153 / 0.4); }
.border-r-emerald-400\/5{ border-right-color: rgb(52 211 153 / 0.05); }
.border-r-emerald-400\/50{ border-right-color: rgb(52 211 153 / 0.5); }
.border-r-emerald-400\/60{ border-right-color: rgb(52 211 153 / 0.6); }
.border-r-emerald-400\/70{ border-right-color: rgb(52 211 153 / 0.7); }
.border-r-emerald-400\/75{ border-right-color: rgb(52 211 153 / 0.75); }
.border-r-emerald-400\/80{ border-right-color: rgb(52 211 153 / 0.8); }
.border-r-emerald-400\/90{ border-right-color: rgb(52 211 153 / 0.9); }
.border-r-emerald-400\/95{ border-right-color: rgb(52 211 153 / 0.95); }
.border-r-emerald-50{ --tw-border-opacity: 1; border-right-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-r-emerald-50\/0{ border-right-color: rgb(236 253 245 / 0); }
.border-r-emerald-50\/10{ border-right-color: rgb(236 253 245 / 0.1); }
.border-r-emerald-50\/100{ border-right-color: rgb(236 253 245 / 1); }
.border-r-emerald-50\/20{ border-right-color: rgb(236 253 245 / 0.2); }
.border-r-emerald-50\/25{ border-right-color: rgb(236 253 245 / 0.25); }
.border-r-emerald-50\/30{ border-right-color: rgb(236 253 245 / 0.3); }
.border-r-emerald-50\/40{ border-right-color: rgb(236 253 245 / 0.4); }
.border-r-emerald-50\/5{ border-right-color: rgb(236 253 245 / 0.05); }
.border-r-emerald-50\/50{ border-right-color: rgb(236 253 245 / 0.5); }
.border-r-emerald-50\/60{ border-right-color: rgb(236 253 245 / 0.6); }
.border-r-emerald-50\/70{ border-right-color: rgb(236 253 245 / 0.7); }
.border-r-emerald-50\/75{ border-right-color: rgb(236 253 245 / 0.75); }
.border-r-emerald-50\/80{ border-right-color: rgb(236 253 245 / 0.8); }
.border-r-emerald-50\/90{ border-right-color: rgb(236 253 245 / 0.9); }
.border-r-emerald-50\/95{ border-right-color: rgb(236 253 245 / 0.95); }
.border-r-emerald-500{ --tw-border-opacity: 1; border-right-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-r-emerald-500\/0{ border-right-color: rgb(16 185 129 / 0); }
.border-r-emerald-500\/10{ border-right-color: rgb(16 185 129 / 0.1); }
.border-r-emerald-500\/100{ border-right-color: rgb(16 185 129 / 1); }
.border-r-emerald-500\/20{ border-right-color: rgb(16 185 129 / 0.2); }
.border-r-emerald-500\/25{ border-right-color: rgb(16 185 129 / 0.25); }
.border-r-emerald-500\/30{ border-right-color: rgb(16 185 129 / 0.3); }
.border-r-emerald-500\/40{ border-right-color: rgb(16 185 129 / 0.4); }
.border-r-emerald-500\/5{ border-right-color: rgb(16 185 129 / 0.05); }
.border-r-emerald-500\/50{ border-right-color: rgb(16 185 129 / 0.5); }
.border-r-emerald-500\/60{ border-right-color: rgb(16 185 129 / 0.6); }
.border-r-emerald-500\/70{ border-right-color: rgb(16 185 129 / 0.7); }
.border-r-emerald-500\/75{ border-right-color: rgb(16 185 129 / 0.75); }
.border-r-emerald-500\/80{ border-right-color: rgb(16 185 129 / 0.8); }
.border-r-emerald-500\/90{ border-right-color: rgb(16 185 129 / 0.9); }
.border-r-emerald-500\/95{ border-right-color: rgb(16 185 129 / 0.95); }
.border-r-emerald-600{ --tw-border-opacity: 1; border-right-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-r-emerald-600\/0{ border-right-color: rgb(5 150 105 / 0); }
.border-r-emerald-600\/10{ border-right-color: rgb(5 150 105 / 0.1); }
.border-r-emerald-600\/100{ border-right-color: rgb(5 150 105 / 1); }
.border-r-emerald-600\/20{ border-right-color: rgb(5 150 105 / 0.2); }
.border-r-emerald-600\/25{ border-right-color: rgb(5 150 105 / 0.25); }
.border-r-emerald-600\/30{ border-right-color: rgb(5 150 105 / 0.3); }
.border-r-emerald-600\/40{ border-right-color: rgb(5 150 105 / 0.4); }
.border-r-emerald-600\/5{ border-right-color: rgb(5 150 105 / 0.05); }
.border-r-emerald-600\/50{ border-right-color: rgb(5 150 105 / 0.5); }
.border-r-emerald-600\/60{ border-right-color: rgb(5 150 105 / 0.6); }
.border-r-emerald-600\/70{ border-right-color: rgb(5 150 105 / 0.7); }
.border-r-emerald-600\/75{ border-right-color: rgb(5 150 105 / 0.75); }
.border-r-emerald-600\/80{ border-right-color: rgb(5 150 105 / 0.8); }
.border-r-emerald-600\/90{ border-right-color: rgb(5 150 105 / 0.9); }
.border-r-emerald-600\/95{ border-right-color: rgb(5 150 105 / 0.95); }
.border-r-emerald-700{ --tw-border-opacity: 1; border-right-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-r-emerald-700\/0{ border-right-color: rgb(4 120 87 / 0); }
.border-r-emerald-700\/10{ border-right-color: rgb(4 120 87 / 0.1); }
.border-r-emerald-700\/100{ border-right-color: rgb(4 120 87 / 1); }
.border-r-emerald-700\/20{ border-right-color: rgb(4 120 87 / 0.2); }
.border-r-emerald-700\/25{ border-right-color: rgb(4 120 87 / 0.25); }
.border-r-emerald-700\/30{ border-right-color: rgb(4 120 87 / 0.3); }
.border-r-emerald-700\/40{ border-right-color: rgb(4 120 87 / 0.4); }
.border-r-emerald-700\/5{ border-right-color: rgb(4 120 87 / 0.05); }
.border-r-emerald-700\/50{ border-right-color: rgb(4 120 87 / 0.5); }
.border-r-emerald-700\/60{ border-right-color: rgb(4 120 87 / 0.6); }
.border-r-emerald-700\/70{ border-right-color: rgb(4 120 87 / 0.7); }
.border-r-emerald-700\/75{ border-right-color: rgb(4 120 87 / 0.75); }
.border-r-emerald-700\/80{ border-right-color: rgb(4 120 87 / 0.8); }
.border-r-emerald-700\/90{ border-right-color: rgb(4 120 87 / 0.9); }
.border-r-emerald-700\/95{ border-right-color: rgb(4 120 87 / 0.95); }
.border-r-emerald-800{ --tw-border-opacity: 1; border-right-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-r-emerald-800\/0{ border-right-color: rgb(6 95 70 / 0); }
.border-r-emerald-800\/10{ border-right-color: rgb(6 95 70 / 0.1); }
.border-r-emerald-800\/100{ border-right-color: rgb(6 95 70 / 1); }
.border-r-emerald-800\/20{ border-right-color: rgb(6 95 70 / 0.2); }
.border-r-emerald-800\/25{ border-right-color: rgb(6 95 70 / 0.25); }
.border-r-emerald-800\/30{ border-right-color: rgb(6 95 70 / 0.3); }
.border-r-emerald-800\/40{ border-right-color: rgb(6 95 70 / 0.4); }
.border-r-emerald-800\/5{ border-right-color: rgb(6 95 70 / 0.05); }
.border-r-emerald-800\/50{ border-right-color: rgb(6 95 70 / 0.5); }
.border-r-emerald-800\/60{ border-right-color: rgb(6 95 70 / 0.6); }
.border-r-emerald-800\/70{ border-right-color: rgb(6 95 70 / 0.7); }
.border-r-emerald-800\/75{ border-right-color: rgb(6 95 70 / 0.75); }
.border-r-emerald-800\/80{ border-right-color: rgb(6 95 70 / 0.8); }
.border-r-emerald-800\/90{ border-right-color: rgb(6 95 70 / 0.9); }
.border-r-emerald-800\/95{ border-right-color: rgb(6 95 70 / 0.95); }
.border-r-emerald-900{ --tw-border-opacity: 1; border-right-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-r-emerald-900\/0{ border-right-color: rgb(6 78 59 / 0); }
.border-r-emerald-900\/10{ border-right-color: rgb(6 78 59 / 0.1); }
.border-r-emerald-900\/100{ border-right-color: rgb(6 78 59 / 1); }
.border-r-emerald-900\/20{ border-right-color: rgb(6 78 59 / 0.2); }
.border-r-emerald-900\/25{ border-right-color: rgb(6 78 59 / 0.25); }
.border-r-emerald-900\/30{ border-right-color: rgb(6 78 59 / 0.3); }
.border-r-emerald-900\/40{ border-right-color: rgb(6 78 59 / 0.4); }
.border-r-emerald-900\/5{ border-right-color: rgb(6 78 59 / 0.05); }
.border-r-emerald-900\/50{ border-right-color: rgb(6 78 59 / 0.5); }
.border-r-emerald-900\/60{ border-right-color: rgb(6 78 59 / 0.6); }
.border-r-emerald-900\/70{ border-right-color: rgb(6 78 59 / 0.7); }
.border-r-emerald-900\/75{ border-right-color: rgb(6 78 59 / 0.75); }
.border-r-emerald-900\/80{ border-right-color: rgb(6 78 59 / 0.8); }
.border-r-emerald-900\/90{ border-right-color: rgb(6 78 59 / 0.9); }
.border-r-emerald-900\/95{ border-right-color: rgb(6 78 59 / 0.95); }
.border-r-emerald-950{ --tw-border-opacity: 1; border-right-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-r-emerald-950\/0{ border-right-color: rgb(2 44 34 / 0); }
.border-r-emerald-950\/10{ border-right-color: rgb(2 44 34 / 0.1); }
.border-r-emerald-950\/100{ border-right-color: rgb(2 44 34 / 1); }
.border-r-emerald-950\/20{ border-right-color: rgb(2 44 34 / 0.2); }
.border-r-emerald-950\/25{ border-right-color: rgb(2 44 34 / 0.25); }
.border-r-emerald-950\/30{ border-right-color: rgb(2 44 34 / 0.3); }
.border-r-emerald-950\/40{ border-right-color: rgb(2 44 34 / 0.4); }
.border-r-emerald-950\/5{ border-right-color: rgb(2 44 34 / 0.05); }
.border-r-emerald-950\/50{ border-right-color: rgb(2 44 34 / 0.5); }
.border-r-emerald-950\/60{ border-right-color: rgb(2 44 34 / 0.6); }
.border-r-emerald-950\/70{ border-right-color: rgb(2 44 34 / 0.7); }
.border-r-emerald-950\/75{ border-right-color: rgb(2 44 34 / 0.75); }
.border-r-emerald-950\/80{ border-right-color: rgb(2 44 34 / 0.8); }
.border-r-emerald-950\/90{ border-right-color: rgb(2 44 34 / 0.9); }
.border-r-emerald-950\/95{ border-right-color: rgb(2 44 34 / 0.95); }
.border-r-fuchsia-100{ --tw-border-opacity: 1; border-right-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-r-fuchsia-100\/0{ border-right-color: rgb(250 232 255 / 0); }
.border-r-fuchsia-100\/10{ border-right-color: rgb(250 232 255 / 0.1); }
.border-r-fuchsia-100\/100{ border-right-color: rgb(250 232 255 / 1); }
.border-r-fuchsia-100\/20{ border-right-color: rgb(250 232 255 / 0.2); }
.border-r-fuchsia-100\/25{ border-right-color: rgb(250 232 255 / 0.25); }
.border-r-fuchsia-100\/30{ border-right-color: rgb(250 232 255 / 0.3); }
.border-r-fuchsia-100\/40{ border-right-color: rgb(250 232 255 / 0.4); }
.border-r-fuchsia-100\/5{ border-right-color: rgb(250 232 255 / 0.05); }
.border-r-fuchsia-100\/50{ border-right-color: rgb(250 232 255 / 0.5); }
.border-r-fuchsia-100\/60{ border-right-color: rgb(250 232 255 / 0.6); }
.border-r-fuchsia-100\/70{ border-right-color: rgb(250 232 255 / 0.7); }
.border-r-fuchsia-100\/75{ border-right-color: rgb(250 232 255 / 0.75); }
.border-r-fuchsia-100\/80{ border-right-color: rgb(250 232 255 / 0.8); }
.border-r-fuchsia-100\/90{ border-right-color: rgb(250 232 255 / 0.9); }
.border-r-fuchsia-100\/95{ border-right-color: rgb(250 232 255 / 0.95); }
.border-r-fuchsia-200{ --tw-border-opacity: 1; border-right-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-r-fuchsia-200\/0{ border-right-color: rgb(245 208 254 / 0); }
.border-r-fuchsia-200\/10{ border-right-color: rgb(245 208 254 / 0.1); }
.border-r-fuchsia-200\/100{ border-right-color: rgb(245 208 254 / 1); }
.border-r-fuchsia-200\/20{ border-right-color: rgb(245 208 254 / 0.2); }
.border-r-fuchsia-200\/25{ border-right-color: rgb(245 208 254 / 0.25); }
.border-r-fuchsia-200\/30{ border-right-color: rgb(245 208 254 / 0.3); }
.border-r-fuchsia-200\/40{ border-right-color: rgb(245 208 254 / 0.4); }
.border-r-fuchsia-200\/5{ border-right-color: rgb(245 208 254 / 0.05); }
.border-r-fuchsia-200\/50{ border-right-color: rgb(245 208 254 / 0.5); }
.border-r-fuchsia-200\/60{ border-right-color: rgb(245 208 254 / 0.6); }
.border-r-fuchsia-200\/70{ border-right-color: rgb(245 208 254 / 0.7); }
.border-r-fuchsia-200\/75{ border-right-color: rgb(245 208 254 / 0.75); }
.border-r-fuchsia-200\/80{ border-right-color: rgb(245 208 254 / 0.8); }
.border-r-fuchsia-200\/90{ border-right-color: rgb(245 208 254 / 0.9); }
.border-r-fuchsia-200\/95{ border-right-color: rgb(245 208 254 / 0.95); }
.border-r-fuchsia-300{ --tw-border-opacity: 1; border-right-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-r-fuchsia-300\/0{ border-right-color: rgb(240 171 252 / 0); }
.border-r-fuchsia-300\/10{ border-right-color: rgb(240 171 252 / 0.1); }
.border-r-fuchsia-300\/100{ border-right-color: rgb(240 171 252 / 1); }
.border-r-fuchsia-300\/20{ border-right-color: rgb(240 171 252 / 0.2); }
.border-r-fuchsia-300\/25{ border-right-color: rgb(240 171 252 / 0.25); }
.border-r-fuchsia-300\/30{ border-right-color: rgb(240 171 252 / 0.3); }
.border-r-fuchsia-300\/40{ border-right-color: rgb(240 171 252 / 0.4); }
.border-r-fuchsia-300\/5{ border-right-color: rgb(240 171 252 / 0.05); }
.border-r-fuchsia-300\/50{ border-right-color: rgb(240 171 252 / 0.5); }
.border-r-fuchsia-300\/60{ border-right-color: rgb(240 171 252 / 0.6); }
.border-r-fuchsia-300\/70{ border-right-color: rgb(240 171 252 / 0.7); }
.border-r-fuchsia-300\/75{ border-right-color: rgb(240 171 252 / 0.75); }
.border-r-fuchsia-300\/80{ border-right-color: rgb(240 171 252 / 0.8); }
.border-r-fuchsia-300\/90{ border-right-color: rgb(240 171 252 / 0.9); }
.border-r-fuchsia-300\/95{ border-right-color: rgb(240 171 252 / 0.95); }
.border-r-fuchsia-400{ --tw-border-opacity: 1; border-right-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-r-fuchsia-400\/0{ border-right-color: rgb(232 121 249 / 0); }
.border-r-fuchsia-400\/10{ border-right-color: rgb(232 121 249 / 0.1); }
.border-r-fuchsia-400\/100{ border-right-color: rgb(232 121 249 / 1); }
.border-r-fuchsia-400\/20{ border-right-color: rgb(232 121 249 / 0.2); }
.border-r-fuchsia-400\/25{ border-right-color: rgb(232 121 249 / 0.25); }
.border-r-fuchsia-400\/30{ border-right-color: rgb(232 121 249 / 0.3); }
.border-r-fuchsia-400\/40{ border-right-color: rgb(232 121 249 / 0.4); }
.border-r-fuchsia-400\/5{ border-right-color: rgb(232 121 249 / 0.05); }
.border-r-fuchsia-400\/50{ border-right-color: rgb(232 121 249 / 0.5); }
.border-r-fuchsia-400\/60{ border-right-color: rgb(232 121 249 / 0.6); }
.border-r-fuchsia-400\/70{ border-right-color: rgb(232 121 249 / 0.7); }
.border-r-fuchsia-400\/75{ border-right-color: rgb(232 121 249 / 0.75); }
.border-r-fuchsia-400\/80{ border-right-color: rgb(232 121 249 / 0.8); }
.border-r-fuchsia-400\/90{ border-right-color: rgb(232 121 249 / 0.9); }
.border-r-fuchsia-400\/95{ border-right-color: rgb(232 121 249 / 0.95); }
.border-r-fuchsia-50{ --tw-border-opacity: 1; border-right-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-r-fuchsia-50\/0{ border-right-color: rgb(253 244 255 / 0); }
.border-r-fuchsia-50\/10{ border-right-color: rgb(253 244 255 / 0.1); }
.border-r-fuchsia-50\/100{ border-right-color: rgb(253 244 255 / 1); }
.border-r-fuchsia-50\/20{ border-right-color: rgb(253 244 255 / 0.2); }
.border-r-fuchsia-50\/25{ border-right-color: rgb(253 244 255 / 0.25); }
.border-r-fuchsia-50\/30{ border-right-color: rgb(253 244 255 / 0.3); }
.border-r-fuchsia-50\/40{ border-right-color: rgb(253 244 255 / 0.4); }
.border-r-fuchsia-50\/5{ border-right-color: rgb(253 244 255 / 0.05); }
.border-r-fuchsia-50\/50{ border-right-color: rgb(253 244 255 / 0.5); }
.border-r-fuchsia-50\/60{ border-right-color: rgb(253 244 255 / 0.6); }
.border-r-fuchsia-50\/70{ border-right-color: rgb(253 244 255 / 0.7); }
.border-r-fuchsia-50\/75{ border-right-color: rgb(253 244 255 / 0.75); }
.border-r-fuchsia-50\/80{ border-right-color: rgb(253 244 255 / 0.8); }
.border-r-fuchsia-50\/90{ border-right-color: rgb(253 244 255 / 0.9); }
.border-r-fuchsia-50\/95{ border-right-color: rgb(253 244 255 / 0.95); }
.border-r-fuchsia-500{ --tw-border-opacity: 1; border-right-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-r-fuchsia-500\/0{ border-right-color: rgb(217 70 239 / 0); }
.border-r-fuchsia-500\/10{ border-right-color: rgb(217 70 239 / 0.1); }
.border-r-fuchsia-500\/100{ border-right-color: rgb(217 70 239 / 1); }
.border-r-fuchsia-500\/20{ border-right-color: rgb(217 70 239 / 0.2); }
.border-r-fuchsia-500\/25{ border-right-color: rgb(217 70 239 / 0.25); }
.border-r-fuchsia-500\/30{ border-right-color: rgb(217 70 239 / 0.3); }
.border-r-fuchsia-500\/40{ border-right-color: rgb(217 70 239 / 0.4); }
.border-r-fuchsia-500\/5{ border-right-color: rgb(217 70 239 / 0.05); }
.border-r-fuchsia-500\/50{ border-right-color: rgb(217 70 239 / 0.5); }
.border-r-fuchsia-500\/60{ border-right-color: rgb(217 70 239 / 0.6); }
.border-r-fuchsia-500\/70{ border-right-color: rgb(217 70 239 / 0.7); }
.border-r-fuchsia-500\/75{ border-right-color: rgb(217 70 239 / 0.75); }
.border-r-fuchsia-500\/80{ border-right-color: rgb(217 70 239 / 0.8); }
.border-r-fuchsia-500\/90{ border-right-color: rgb(217 70 239 / 0.9); }
.border-r-fuchsia-500\/95{ border-right-color: rgb(217 70 239 / 0.95); }
.border-r-fuchsia-600{ --tw-border-opacity: 1; border-right-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-r-fuchsia-600\/0{ border-right-color: rgb(192 38 211 / 0); }
.border-r-fuchsia-600\/10{ border-right-color: rgb(192 38 211 / 0.1); }
.border-r-fuchsia-600\/100{ border-right-color: rgb(192 38 211 / 1); }
.border-r-fuchsia-600\/20{ border-right-color: rgb(192 38 211 / 0.2); }
.border-r-fuchsia-600\/25{ border-right-color: rgb(192 38 211 / 0.25); }
.border-r-fuchsia-600\/30{ border-right-color: rgb(192 38 211 / 0.3); }
.border-r-fuchsia-600\/40{ border-right-color: rgb(192 38 211 / 0.4); }
.border-r-fuchsia-600\/5{ border-right-color: rgb(192 38 211 / 0.05); }
.border-r-fuchsia-600\/50{ border-right-color: rgb(192 38 211 / 0.5); }
.border-r-fuchsia-600\/60{ border-right-color: rgb(192 38 211 / 0.6); }
.border-r-fuchsia-600\/70{ border-right-color: rgb(192 38 211 / 0.7); }
.border-r-fuchsia-600\/75{ border-right-color: rgb(192 38 211 / 0.75); }
.border-r-fuchsia-600\/80{ border-right-color: rgb(192 38 211 / 0.8); }
.border-r-fuchsia-600\/90{ border-right-color: rgb(192 38 211 / 0.9); }
.border-r-fuchsia-600\/95{ border-right-color: rgb(192 38 211 / 0.95); }
.border-r-fuchsia-700{ --tw-border-opacity: 1; border-right-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-r-fuchsia-700\/0{ border-right-color: rgb(162 28 175 / 0); }
.border-r-fuchsia-700\/10{ border-right-color: rgb(162 28 175 / 0.1); }
.border-r-fuchsia-700\/100{ border-right-color: rgb(162 28 175 / 1); }
.border-r-fuchsia-700\/20{ border-right-color: rgb(162 28 175 / 0.2); }
.border-r-fuchsia-700\/25{ border-right-color: rgb(162 28 175 / 0.25); }
.border-r-fuchsia-700\/30{ border-right-color: rgb(162 28 175 / 0.3); }
.border-r-fuchsia-700\/40{ border-right-color: rgb(162 28 175 / 0.4); }
.border-r-fuchsia-700\/5{ border-right-color: rgb(162 28 175 / 0.05); }
.border-r-fuchsia-700\/50{ border-right-color: rgb(162 28 175 / 0.5); }
.border-r-fuchsia-700\/60{ border-right-color: rgb(162 28 175 / 0.6); }
.border-r-fuchsia-700\/70{ border-right-color: rgb(162 28 175 / 0.7); }
.border-r-fuchsia-700\/75{ border-right-color: rgb(162 28 175 / 0.75); }
.border-r-fuchsia-700\/80{ border-right-color: rgb(162 28 175 / 0.8); }
.border-r-fuchsia-700\/90{ border-right-color: rgb(162 28 175 / 0.9); }
.border-r-fuchsia-700\/95{ border-right-color: rgb(162 28 175 / 0.95); }
.border-r-fuchsia-800{ --tw-border-opacity: 1; border-right-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-r-fuchsia-800\/0{ border-right-color: rgb(134 25 143 / 0); }
.border-r-fuchsia-800\/10{ border-right-color: rgb(134 25 143 / 0.1); }
.border-r-fuchsia-800\/100{ border-right-color: rgb(134 25 143 / 1); }
.border-r-fuchsia-800\/20{ border-right-color: rgb(134 25 143 / 0.2); }
.border-r-fuchsia-800\/25{ border-right-color: rgb(134 25 143 / 0.25); }
.border-r-fuchsia-800\/30{ border-right-color: rgb(134 25 143 / 0.3); }
.border-r-fuchsia-800\/40{ border-right-color: rgb(134 25 143 / 0.4); }
.border-r-fuchsia-800\/5{ border-right-color: rgb(134 25 143 / 0.05); }
.border-r-fuchsia-800\/50{ border-right-color: rgb(134 25 143 / 0.5); }
.border-r-fuchsia-800\/60{ border-right-color: rgb(134 25 143 / 0.6); }
.border-r-fuchsia-800\/70{ border-right-color: rgb(134 25 143 / 0.7); }
.border-r-fuchsia-800\/75{ border-right-color: rgb(134 25 143 / 0.75); }
.border-r-fuchsia-800\/80{ border-right-color: rgb(134 25 143 / 0.8); }
.border-r-fuchsia-800\/90{ border-right-color: rgb(134 25 143 / 0.9); }
.border-r-fuchsia-800\/95{ border-right-color: rgb(134 25 143 / 0.95); }
.border-r-fuchsia-900{ --tw-border-opacity: 1; border-right-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-r-fuchsia-900\/0{ border-right-color: rgb(112 26 117 / 0); }
.border-r-fuchsia-900\/10{ border-right-color: rgb(112 26 117 / 0.1); }
.border-r-fuchsia-900\/100{ border-right-color: rgb(112 26 117 / 1); }
.border-r-fuchsia-900\/20{ border-right-color: rgb(112 26 117 / 0.2); }
.border-r-fuchsia-900\/25{ border-right-color: rgb(112 26 117 / 0.25); }
.border-r-fuchsia-900\/30{ border-right-color: rgb(112 26 117 / 0.3); }
.border-r-fuchsia-900\/40{ border-right-color: rgb(112 26 117 / 0.4); }
.border-r-fuchsia-900\/5{ border-right-color: rgb(112 26 117 / 0.05); }
.border-r-fuchsia-900\/50{ border-right-color: rgb(112 26 117 / 0.5); }
.border-r-fuchsia-900\/60{ border-right-color: rgb(112 26 117 / 0.6); }
.border-r-fuchsia-900\/70{ border-right-color: rgb(112 26 117 / 0.7); }
.border-r-fuchsia-900\/75{ border-right-color: rgb(112 26 117 / 0.75); }
.border-r-fuchsia-900\/80{ border-right-color: rgb(112 26 117 / 0.8); }
.border-r-fuchsia-900\/90{ border-right-color: rgb(112 26 117 / 0.9); }
.border-r-fuchsia-900\/95{ border-right-color: rgb(112 26 117 / 0.95); }
.border-r-fuchsia-950{ --tw-border-opacity: 1; border-right-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-r-fuchsia-950\/0{ border-right-color: rgb(74 4 78 / 0); }
.border-r-fuchsia-950\/10{ border-right-color: rgb(74 4 78 / 0.1); }
.border-r-fuchsia-950\/100{ border-right-color: rgb(74 4 78 / 1); }
.border-r-fuchsia-950\/20{ border-right-color: rgb(74 4 78 / 0.2); }
.border-r-fuchsia-950\/25{ border-right-color: rgb(74 4 78 / 0.25); }
.border-r-fuchsia-950\/30{ border-right-color: rgb(74 4 78 / 0.3); }
.border-r-fuchsia-950\/40{ border-right-color: rgb(74 4 78 / 0.4); }
.border-r-fuchsia-950\/5{ border-right-color: rgb(74 4 78 / 0.05); }
.border-r-fuchsia-950\/50{ border-right-color: rgb(74 4 78 / 0.5); }
.border-r-fuchsia-950\/60{ border-right-color: rgb(74 4 78 / 0.6); }
.border-r-fuchsia-950\/70{ border-right-color: rgb(74 4 78 / 0.7); }
.border-r-fuchsia-950\/75{ border-right-color: rgb(74 4 78 / 0.75); }
.border-r-fuchsia-950\/80{ border-right-color: rgb(74 4 78 / 0.8); }
.border-r-fuchsia-950\/90{ border-right-color: rgb(74 4 78 / 0.9); }
.border-r-fuchsia-950\/95{ border-right-color: rgb(74 4 78 / 0.95); }
.border-r-gray-100{ --tw-border-opacity: 1; border-right-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-r-gray-100\/0{ border-right-color: rgb(243 244 246 / 0); }
.border-r-gray-100\/10{ border-right-color: rgb(243 244 246 / 0.1); }
.border-r-gray-100\/100{ border-right-color: rgb(243 244 246 / 1); }
.border-r-gray-100\/20{ border-right-color: rgb(243 244 246 / 0.2); }
.border-r-gray-100\/25{ border-right-color: rgb(243 244 246 / 0.25); }
.border-r-gray-100\/30{ border-right-color: rgb(243 244 246 / 0.3); }
.border-r-gray-100\/40{ border-right-color: rgb(243 244 246 / 0.4); }
.border-r-gray-100\/5{ border-right-color: rgb(243 244 246 / 0.05); }
.border-r-gray-100\/50{ border-right-color: rgb(243 244 246 / 0.5); }
.border-r-gray-100\/60{ border-right-color: rgb(243 244 246 / 0.6); }
.border-r-gray-100\/70{ border-right-color: rgb(243 244 246 / 0.7); }
.border-r-gray-100\/75{ border-right-color: rgb(243 244 246 / 0.75); }
.border-r-gray-100\/80{ border-right-color: rgb(243 244 246 / 0.8); }
.border-r-gray-100\/90{ border-right-color: rgb(243 244 246 / 0.9); }
.border-r-gray-100\/95{ border-right-color: rgb(243 244 246 / 0.95); }
.border-r-gray-200{ --tw-border-opacity: 1; border-right-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-r-gray-200\/0{ border-right-color: rgb(229 231 235 / 0); }
.border-r-gray-200\/10{ border-right-color: rgb(229 231 235 / 0.1); }
.border-r-gray-200\/100{ border-right-color: rgb(229 231 235 / 1); }
.border-r-gray-200\/20{ border-right-color: rgb(229 231 235 / 0.2); }
.border-r-gray-200\/25{ border-right-color: rgb(229 231 235 / 0.25); }
.border-r-gray-200\/30{ border-right-color: rgb(229 231 235 / 0.3); }
.border-r-gray-200\/40{ border-right-color: rgb(229 231 235 / 0.4); }
.border-r-gray-200\/5{ border-right-color: rgb(229 231 235 / 0.05); }
.border-r-gray-200\/50{ border-right-color: rgb(229 231 235 / 0.5); }
.border-r-gray-200\/60{ border-right-color: rgb(229 231 235 / 0.6); }
.border-r-gray-200\/70{ border-right-color: rgb(229 231 235 / 0.7); }
.border-r-gray-200\/75{ border-right-color: rgb(229 231 235 / 0.75); }
.border-r-gray-200\/80{ border-right-color: rgb(229 231 235 / 0.8); }
.border-r-gray-200\/90{ border-right-color: rgb(229 231 235 / 0.9); }
.border-r-gray-200\/95{ border-right-color: rgb(229 231 235 / 0.95); }
.border-r-gray-300{ --tw-border-opacity: 1; border-right-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-r-gray-300\/0{ border-right-color: rgb(209 213 219 / 0); }
.border-r-gray-300\/10{ border-right-color: rgb(209 213 219 / 0.1); }
.border-r-gray-300\/100{ border-right-color: rgb(209 213 219 / 1); }
.border-r-gray-300\/20{ border-right-color: rgb(209 213 219 / 0.2); }
.border-r-gray-300\/25{ border-right-color: rgb(209 213 219 / 0.25); }
.border-r-gray-300\/30{ border-right-color: rgb(209 213 219 / 0.3); }
.border-r-gray-300\/40{ border-right-color: rgb(209 213 219 / 0.4); }
.border-r-gray-300\/5{ border-right-color: rgb(209 213 219 / 0.05); }
.border-r-gray-300\/50{ border-right-color: rgb(209 213 219 / 0.5); }
.border-r-gray-300\/60{ border-right-color: rgb(209 213 219 / 0.6); }
.border-r-gray-300\/70{ border-right-color: rgb(209 213 219 / 0.7); }
.border-r-gray-300\/75{ border-right-color: rgb(209 213 219 / 0.75); }
.border-r-gray-300\/80{ border-right-color: rgb(209 213 219 / 0.8); }
.border-r-gray-300\/90{ border-right-color: rgb(209 213 219 / 0.9); }
.border-r-gray-300\/95{ border-right-color: rgb(209 213 219 / 0.95); }
.border-r-gray-400{ --tw-border-opacity: 1; border-right-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-r-gray-400\/0{ border-right-color: rgb(156 163 175 / 0); }
.border-r-gray-400\/10{ border-right-color: rgb(156 163 175 / 0.1); }
.border-r-gray-400\/100{ border-right-color: rgb(156 163 175 / 1); }
.border-r-gray-400\/20{ border-right-color: rgb(156 163 175 / 0.2); }
.border-r-gray-400\/25{ border-right-color: rgb(156 163 175 / 0.25); }
.border-r-gray-400\/30{ border-right-color: rgb(156 163 175 / 0.3); }
.border-r-gray-400\/40{ border-right-color: rgb(156 163 175 / 0.4); }
.border-r-gray-400\/5{ border-right-color: rgb(156 163 175 / 0.05); }
.border-r-gray-400\/50{ border-right-color: rgb(156 163 175 / 0.5); }
.border-r-gray-400\/60{ border-right-color: rgb(156 163 175 / 0.6); }
.border-r-gray-400\/70{ border-right-color: rgb(156 163 175 / 0.7); }
.border-r-gray-400\/75{ border-right-color: rgb(156 163 175 / 0.75); }
.border-r-gray-400\/80{ border-right-color: rgb(156 163 175 / 0.8); }
.border-r-gray-400\/90{ border-right-color: rgb(156 163 175 / 0.9); }
.border-r-gray-400\/95{ border-right-color: rgb(156 163 175 / 0.95); }
.border-r-gray-50{ --tw-border-opacity: 1; border-right-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-r-gray-50\/0{ border-right-color: rgb(249 250 251 / 0); }
.border-r-gray-50\/10{ border-right-color: rgb(249 250 251 / 0.1); }
.border-r-gray-50\/100{ border-right-color: rgb(249 250 251 / 1); }
.border-r-gray-50\/20{ border-right-color: rgb(249 250 251 / 0.2); }
.border-r-gray-50\/25{ border-right-color: rgb(249 250 251 / 0.25); }
.border-r-gray-50\/30{ border-right-color: rgb(249 250 251 / 0.3); }
.border-r-gray-50\/40{ border-right-color: rgb(249 250 251 / 0.4); }
.border-r-gray-50\/5{ border-right-color: rgb(249 250 251 / 0.05); }
.border-r-gray-50\/50{ border-right-color: rgb(249 250 251 / 0.5); }
.border-r-gray-50\/60{ border-right-color: rgb(249 250 251 / 0.6); }
.border-r-gray-50\/70{ border-right-color: rgb(249 250 251 / 0.7); }
.border-r-gray-50\/75{ border-right-color: rgb(249 250 251 / 0.75); }
.border-r-gray-50\/80{ border-right-color: rgb(249 250 251 / 0.8); }
.border-r-gray-50\/90{ border-right-color: rgb(249 250 251 / 0.9); }
.border-r-gray-50\/95{ border-right-color: rgb(249 250 251 / 0.95); }
.border-r-gray-500{ --tw-border-opacity: 1; border-right-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-r-gray-500\/0{ border-right-color: rgb(107 114 128 / 0); }
.border-r-gray-500\/10{ border-right-color: rgb(107 114 128 / 0.1); }
.border-r-gray-500\/100{ border-right-color: rgb(107 114 128 / 1); }
.border-r-gray-500\/20{ border-right-color: rgb(107 114 128 / 0.2); }
.border-r-gray-500\/25{ border-right-color: rgb(107 114 128 / 0.25); }
.border-r-gray-500\/30{ border-right-color: rgb(107 114 128 / 0.3); }
.border-r-gray-500\/40{ border-right-color: rgb(107 114 128 / 0.4); }
.border-r-gray-500\/5{ border-right-color: rgb(107 114 128 / 0.05); }
.border-r-gray-500\/50{ border-right-color: rgb(107 114 128 / 0.5); }
.border-r-gray-500\/60{ border-right-color: rgb(107 114 128 / 0.6); }
.border-r-gray-500\/70{ border-right-color: rgb(107 114 128 / 0.7); }
.border-r-gray-500\/75{ border-right-color: rgb(107 114 128 / 0.75); }
.border-r-gray-500\/80{ border-right-color: rgb(107 114 128 / 0.8); }
.border-r-gray-500\/90{ border-right-color: rgb(107 114 128 / 0.9); }
.border-r-gray-500\/95{ border-right-color: rgb(107 114 128 / 0.95); }
.border-r-gray-600{ --tw-border-opacity: 1; border-right-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-r-gray-600\/0{ border-right-color: rgb(75 85 99 / 0); }
.border-r-gray-600\/10{ border-right-color: rgb(75 85 99 / 0.1); }
.border-r-gray-600\/100{ border-right-color: rgb(75 85 99 / 1); }
.border-r-gray-600\/20{ border-right-color: rgb(75 85 99 / 0.2); }
.border-r-gray-600\/25{ border-right-color: rgb(75 85 99 / 0.25); }
.border-r-gray-600\/30{ border-right-color: rgb(75 85 99 / 0.3); }
.border-r-gray-600\/40{ border-right-color: rgb(75 85 99 / 0.4); }
.border-r-gray-600\/5{ border-right-color: rgb(75 85 99 / 0.05); }
.border-r-gray-600\/50{ border-right-color: rgb(75 85 99 / 0.5); }
.border-r-gray-600\/60{ border-right-color: rgb(75 85 99 / 0.6); }
.border-r-gray-600\/70{ border-right-color: rgb(75 85 99 / 0.7); }
.border-r-gray-600\/75{ border-right-color: rgb(75 85 99 / 0.75); }
.border-r-gray-600\/80{ border-right-color: rgb(75 85 99 / 0.8); }
.border-r-gray-600\/90{ border-right-color: rgb(75 85 99 / 0.9); }
.border-r-gray-600\/95{ border-right-color: rgb(75 85 99 / 0.95); }
.border-r-gray-700{ --tw-border-opacity: 1; border-right-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-r-gray-700\/0{ border-right-color: rgb(55 65 81 / 0); }
.border-r-gray-700\/10{ border-right-color: rgb(55 65 81 / 0.1); }
.border-r-gray-700\/100{ border-right-color: rgb(55 65 81 / 1); }
.border-r-gray-700\/20{ border-right-color: rgb(55 65 81 / 0.2); }
.border-r-gray-700\/25{ border-right-color: rgb(55 65 81 / 0.25); }
.border-r-gray-700\/30{ border-right-color: rgb(55 65 81 / 0.3); }
.border-r-gray-700\/40{ border-right-color: rgb(55 65 81 / 0.4); }
.border-r-gray-700\/5{ border-right-color: rgb(55 65 81 / 0.05); }
.border-r-gray-700\/50{ border-right-color: rgb(55 65 81 / 0.5); }
.border-r-gray-700\/60{ border-right-color: rgb(55 65 81 / 0.6); }
.border-r-gray-700\/70{ border-right-color: rgb(55 65 81 / 0.7); }
.border-r-gray-700\/75{ border-right-color: rgb(55 65 81 / 0.75); }
.border-r-gray-700\/80{ border-right-color: rgb(55 65 81 / 0.8); }
.border-r-gray-700\/90{ border-right-color: rgb(55 65 81 / 0.9); }
.border-r-gray-700\/95{ border-right-color: rgb(55 65 81 / 0.95); }
.border-r-gray-800{ --tw-border-opacity: 1; border-right-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-r-gray-800\/0{ border-right-color: rgb(31 41 55 / 0); }
.border-r-gray-800\/10{ border-right-color: rgb(31 41 55 / 0.1); }
.border-r-gray-800\/100{ border-right-color: rgb(31 41 55 / 1); }
.border-r-gray-800\/20{ border-right-color: rgb(31 41 55 / 0.2); }
.border-r-gray-800\/25{ border-right-color: rgb(31 41 55 / 0.25); }
.border-r-gray-800\/30{ border-right-color: rgb(31 41 55 / 0.3); }
.border-r-gray-800\/40{ border-right-color: rgb(31 41 55 / 0.4); }
.border-r-gray-800\/5{ border-right-color: rgb(31 41 55 / 0.05); }
.border-r-gray-800\/50{ border-right-color: rgb(31 41 55 / 0.5); }
.border-r-gray-800\/60{ border-right-color: rgb(31 41 55 / 0.6); }
.border-r-gray-800\/70{ border-right-color: rgb(31 41 55 / 0.7); }
.border-r-gray-800\/75{ border-right-color: rgb(31 41 55 / 0.75); }
.border-r-gray-800\/80{ border-right-color: rgb(31 41 55 / 0.8); }
.border-r-gray-800\/90{ border-right-color: rgb(31 41 55 / 0.9); }
.border-r-gray-800\/95{ border-right-color: rgb(31 41 55 / 0.95); }
.border-r-gray-900{ --tw-border-opacity: 1; border-right-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-r-gray-900\/0{ border-right-color: rgb(17 24 39 / 0); }
.border-r-gray-900\/10{ border-right-color: rgb(17 24 39 / 0.1); }
.border-r-gray-900\/100{ border-right-color: rgb(17 24 39 / 1); }
.border-r-gray-900\/20{ border-right-color: rgb(17 24 39 / 0.2); }
.border-r-gray-900\/25{ border-right-color: rgb(17 24 39 / 0.25); }
.border-r-gray-900\/30{ border-right-color: rgb(17 24 39 / 0.3); }
.border-r-gray-900\/40{ border-right-color: rgb(17 24 39 / 0.4); }
.border-r-gray-900\/5{ border-right-color: rgb(17 24 39 / 0.05); }
.border-r-gray-900\/50{ border-right-color: rgb(17 24 39 / 0.5); }
.border-r-gray-900\/60{ border-right-color: rgb(17 24 39 / 0.6); }
.border-r-gray-900\/70{ border-right-color: rgb(17 24 39 / 0.7); }
.border-r-gray-900\/75{ border-right-color: rgb(17 24 39 / 0.75); }
.border-r-gray-900\/80{ border-right-color: rgb(17 24 39 / 0.8); }
.border-r-gray-900\/90{ border-right-color: rgb(17 24 39 / 0.9); }
.border-r-gray-900\/95{ border-right-color: rgb(17 24 39 / 0.95); }
.border-r-gray-950{ --tw-border-opacity: 1; border-right-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-r-gray-950\/0{ border-right-color: rgb(3 7 18 / 0); }
.border-r-gray-950\/10{ border-right-color: rgb(3 7 18 / 0.1); }
.border-r-gray-950\/100{ border-right-color: rgb(3 7 18 / 1); }
.border-r-gray-950\/20{ border-right-color: rgb(3 7 18 / 0.2); }
.border-r-gray-950\/25{ border-right-color: rgb(3 7 18 / 0.25); }
.border-r-gray-950\/30{ border-right-color: rgb(3 7 18 / 0.3); }
.border-r-gray-950\/40{ border-right-color: rgb(3 7 18 / 0.4); }
.border-r-gray-950\/5{ border-right-color: rgb(3 7 18 / 0.05); }
.border-r-gray-950\/50{ border-right-color: rgb(3 7 18 / 0.5); }
.border-r-gray-950\/60{ border-right-color: rgb(3 7 18 / 0.6); }
.border-r-gray-950\/70{ border-right-color: rgb(3 7 18 / 0.7); }
.border-r-gray-950\/75{ border-right-color: rgb(3 7 18 / 0.75); }
.border-r-gray-950\/80{ border-right-color: rgb(3 7 18 / 0.8); }
.border-r-gray-950\/90{ border-right-color: rgb(3 7 18 / 0.9); }
.border-r-gray-950\/95{ border-right-color: rgb(3 7 18 / 0.95); }
.border-r-green-100{ --tw-border-opacity: 1; border-right-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-r-green-100\/0{ border-right-color: rgb(220 252 231 / 0); }
.border-r-green-100\/10{ border-right-color: rgb(220 252 231 / 0.1); }
.border-r-green-100\/100{ border-right-color: rgb(220 252 231 / 1); }
.border-r-green-100\/20{ border-right-color: rgb(220 252 231 / 0.2); }
.border-r-green-100\/25{ border-right-color: rgb(220 252 231 / 0.25); }
.border-r-green-100\/30{ border-right-color: rgb(220 252 231 / 0.3); }
.border-r-green-100\/40{ border-right-color: rgb(220 252 231 / 0.4); }
.border-r-green-100\/5{ border-right-color: rgb(220 252 231 / 0.05); }
.border-r-green-100\/50{ border-right-color: rgb(220 252 231 / 0.5); }
.border-r-green-100\/60{ border-right-color: rgb(220 252 231 / 0.6); }
.border-r-green-100\/70{ border-right-color: rgb(220 252 231 / 0.7); }
.border-r-green-100\/75{ border-right-color: rgb(220 252 231 / 0.75); }
.border-r-green-100\/80{ border-right-color: rgb(220 252 231 / 0.8); }
.border-r-green-100\/90{ border-right-color: rgb(220 252 231 / 0.9); }
.border-r-green-100\/95{ border-right-color: rgb(220 252 231 / 0.95); }
.border-r-green-200{ --tw-border-opacity: 1; border-right-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-r-green-200\/0{ border-right-color: rgb(187 247 208 / 0); }
.border-r-green-200\/10{ border-right-color: rgb(187 247 208 / 0.1); }
.border-r-green-200\/100{ border-right-color: rgb(187 247 208 / 1); }
.border-r-green-200\/20{ border-right-color: rgb(187 247 208 / 0.2); }
.border-r-green-200\/25{ border-right-color: rgb(187 247 208 / 0.25); }
.border-r-green-200\/30{ border-right-color: rgb(187 247 208 / 0.3); }
.border-r-green-200\/40{ border-right-color: rgb(187 247 208 / 0.4); }
.border-r-green-200\/5{ border-right-color: rgb(187 247 208 / 0.05); }
.border-r-green-200\/50{ border-right-color: rgb(187 247 208 / 0.5); }
.border-r-green-200\/60{ border-right-color: rgb(187 247 208 / 0.6); }
.border-r-green-200\/70{ border-right-color: rgb(187 247 208 / 0.7); }
.border-r-green-200\/75{ border-right-color: rgb(187 247 208 / 0.75); }
.border-r-green-200\/80{ border-right-color: rgb(187 247 208 / 0.8); }
.border-r-green-200\/90{ border-right-color: rgb(187 247 208 / 0.9); }
.border-r-green-200\/95{ border-right-color: rgb(187 247 208 / 0.95); }
.border-r-green-300{ --tw-border-opacity: 1; border-right-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-r-green-300\/0{ border-right-color: rgb(134 239 172 / 0); }
.border-r-green-300\/10{ border-right-color: rgb(134 239 172 / 0.1); }
.border-r-green-300\/100{ border-right-color: rgb(134 239 172 / 1); }
.border-r-green-300\/20{ border-right-color: rgb(134 239 172 / 0.2); }
.border-r-green-300\/25{ border-right-color: rgb(134 239 172 / 0.25); }
.border-r-green-300\/30{ border-right-color: rgb(134 239 172 / 0.3); }
.border-r-green-300\/40{ border-right-color: rgb(134 239 172 / 0.4); }
.border-r-green-300\/5{ border-right-color: rgb(134 239 172 / 0.05); }
.border-r-green-300\/50{ border-right-color: rgb(134 239 172 / 0.5); }
.border-r-green-300\/60{ border-right-color: rgb(134 239 172 / 0.6); }
.border-r-green-300\/70{ border-right-color: rgb(134 239 172 / 0.7); }
.border-r-green-300\/75{ border-right-color: rgb(134 239 172 / 0.75); }
.border-r-green-300\/80{ border-right-color: rgb(134 239 172 / 0.8); }
.border-r-green-300\/90{ border-right-color: rgb(134 239 172 / 0.9); }
.border-r-green-300\/95{ border-right-color: rgb(134 239 172 / 0.95); }
.border-r-green-400{ --tw-border-opacity: 1; border-right-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-r-green-400\/0{ border-right-color: rgb(74 222 128 / 0); }
.border-r-green-400\/10{ border-right-color: rgb(74 222 128 / 0.1); }
.border-r-green-400\/100{ border-right-color: rgb(74 222 128 / 1); }
.border-r-green-400\/20{ border-right-color: rgb(74 222 128 / 0.2); }
.border-r-green-400\/25{ border-right-color: rgb(74 222 128 / 0.25); }
.border-r-green-400\/30{ border-right-color: rgb(74 222 128 / 0.3); }
.border-r-green-400\/40{ border-right-color: rgb(74 222 128 / 0.4); }
.border-r-green-400\/5{ border-right-color: rgb(74 222 128 / 0.05); }
.border-r-green-400\/50{ border-right-color: rgb(74 222 128 / 0.5); }
.border-r-green-400\/60{ border-right-color: rgb(74 222 128 / 0.6); }
.border-r-green-400\/70{ border-right-color: rgb(74 222 128 / 0.7); }
.border-r-green-400\/75{ border-right-color: rgb(74 222 128 / 0.75); }
.border-r-green-400\/80{ border-right-color: rgb(74 222 128 / 0.8); }
.border-r-green-400\/90{ border-right-color: rgb(74 222 128 / 0.9); }
.border-r-green-400\/95{ border-right-color: rgb(74 222 128 / 0.95); }
.border-r-green-50{ --tw-border-opacity: 1; border-right-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-r-green-50\/0{ border-right-color: rgb(240 253 244 / 0); }
.border-r-green-50\/10{ border-right-color: rgb(240 253 244 / 0.1); }
.border-r-green-50\/100{ border-right-color: rgb(240 253 244 / 1); }
.border-r-green-50\/20{ border-right-color: rgb(240 253 244 / 0.2); }
.border-r-green-50\/25{ border-right-color: rgb(240 253 244 / 0.25); }
.border-r-green-50\/30{ border-right-color: rgb(240 253 244 / 0.3); }
.border-r-green-50\/40{ border-right-color: rgb(240 253 244 / 0.4); }
.border-r-green-50\/5{ border-right-color: rgb(240 253 244 / 0.05); }
.border-r-green-50\/50{ border-right-color: rgb(240 253 244 / 0.5); }
.border-r-green-50\/60{ border-right-color: rgb(240 253 244 / 0.6); }
.border-r-green-50\/70{ border-right-color: rgb(240 253 244 / 0.7); }
.border-r-green-50\/75{ border-right-color: rgb(240 253 244 / 0.75); }
.border-r-green-50\/80{ border-right-color: rgb(240 253 244 / 0.8); }
.border-r-green-50\/90{ border-right-color: rgb(240 253 244 / 0.9); }
.border-r-green-50\/95{ border-right-color: rgb(240 253 244 / 0.95); }
.border-r-green-500{ --tw-border-opacity: 1; border-right-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-r-green-500\/0{ border-right-color: rgb(34 197 94 / 0); }
.border-r-green-500\/10{ border-right-color: rgb(34 197 94 / 0.1); }
.border-r-green-500\/100{ border-right-color: rgb(34 197 94 / 1); }
.border-r-green-500\/20{ border-right-color: rgb(34 197 94 / 0.2); }
.border-r-green-500\/25{ border-right-color: rgb(34 197 94 / 0.25); }
.border-r-green-500\/30{ border-right-color: rgb(34 197 94 / 0.3); }
.border-r-green-500\/40{ border-right-color: rgb(34 197 94 / 0.4); }
.border-r-green-500\/5{ border-right-color: rgb(34 197 94 / 0.05); }
.border-r-green-500\/50{ border-right-color: rgb(34 197 94 / 0.5); }
.border-r-green-500\/60{ border-right-color: rgb(34 197 94 / 0.6); }
.border-r-green-500\/70{ border-right-color: rgb(34 197 94 / 0.7); }
.border-r-green-500\/75{ border-right-color: rgb(34 197 94 / 0.75); }
.border-r-green-500\/80{ border-right-color: rgb(34 197 94 / 0.8); }
.border-r-green-500\/90{ border-right-color: rgb(34 197 94 / 0.9); }
.border-r-green-500\/95{ border-right-color: rgb(34 197 94 / 0.95); }
.border-r-green-600{ --tw-border-opacity: 1; border-right-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-r-green-600\/0{ border-right-color: rgb(22 163 74 / 0); }
.border-r-green-600\/10{ border-right-color: rgb(22 163 74 / 0.1); }
.border-r-green-600\/100{ border-right-color: rgb(22 163 74 / 1); }
.border-r-green-600\/20{ border-right-color: rgb(22 163 74 / 0.2); }
.border-r-green-600\/25{ border-right-color: rgb(22 163 74 / 0.25); }
.border-r-green-600\/30{ border-right-color: rgb(22 163 74 / 0.3); }
.border-r-green-600\/40{ border-right-color: rgb(22 163 74 / 0.4); }
.border-r-green-600\/5{ border-right-color: rgb(22 163 74 / 0.05); }
.border-r-green-600\/50{ border-right-color: rgb(22 163 74 / 0.5); }
.border-r-green-600\/60{ border-right-color: rgb(22 163 74 / 0.6); }
.border-r-green-600\/70{ border-right-color: rgb(22 163 74 / 0.7); }
.border-r-green-600\/75{ border-right-color: rgb(22 163 74 / 0.75); }
.border-r-green-600\/80{ border-right-color: rgb(22 163 74 / 0.8); }
.border-r-green-600\/90{ border-right-color: rgb(22 163 74 / 0.9); }
.border-r-green-600\/95{ border-right-color: rgb(22 163 74 / 0.95); }
.border-r-green-700{ --tw-border-opacity: 1; border-right-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-r-green-700\/0{ border-right-color: rgb(21 128 61 / 0); }
.border-r-green-700\/10{ border-right-color: rgb(21 128 61 / 0.1); }
.border-r-green-700\/100{ border-right-color: rgb(21 128 61 / 1); }
.border-r-green-700\/20{ border-right-color: rgb(21 128 61 / 0.2); }
.border-r-green-700\/25{ border-right-color: rgb(21 128 61 / 0.25); }
.border-r-green-700\/30{ border-right-color: rgb(21 128 61 / 0.3); }
.border-r-green-700\/40{ border-right-color: rgb(21 128 61 / 0.4); }
.border-r-green-700\/5{ border-right-color: rgb(21 128 61 / 0.05); }
.border-r-green-700\/50{ border-right-color: rgb(21 128 61 / 0.5); }
.border-r-green-700\/60{ border-right-color: rgb(21 128 61 / 0.6); }
.border-r-green-700\/70{ border-right-color: rgb(21 128 61 / 0.7); }
.border-r-green-700\/75{ border-right-color: rgb(21 128 61 / 0.75); }
.border-r-green-700\/80{ border-right-color: rgb(21 128 61 / 0.8); }
.border-r-green-700\/90{ border-right-color: rgb(21 128 61 / 0.9); }
.border-r-green-700\/95{ border-right-color: rgb(21 128 61 / 0.95); }
.border-r-green-800{ --tw-border-opacity: 1; border-right-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-r-green-800\/0{ border-right-color: rgb(22 101 52 / 0); }
.border-r-green-800\/10{ border-right-color: rgb(22 101 52 / 0.1); }
.border-r-green-800\/100{ border-right-color: rgb(22 101 52 / 1); }
.border-r-green-800\/20{ border-right-color: rgb(22 101 52 / 0.2); }
.border-r-green-800\/25{ border-right-color: rgb(22 101 52 / 0.25); }
.border-r-green-800\/30{ border-right-color: rgb(22 101 52 / 0.3); }
.border-r-green-800\/40{ border-right-color: rgb(22 101 52 / 0.4); }
.border-r-green-800\/5{ border-right-color: rgb(22 101 52 / 0.05); }
.border-r-green-800\/50{ border-right-color: rgb(22 101 52 / 0.5); }
.border-r-green-800\/60{ border-right-color: rgb(22 101 52 / 0.6); }
.border-r-green-800\/70{ border-right-color: rgb(22 101 52 / 0.7); }
.border-r-green-800\/75{ border-right-color: rgb(22 101 52 / 0.75); }
.border-r-green-800\/80{ border-right-color: rgb(22 101 52 / 0.8); }
.border-r-green-800\/90{ border-right-color: rgb(22 101 52 / 0.9); }
.border-r-green-800\/95{ border-right-color: rgb(22 101 52 / 0.95); }
.border-r-green-900{ --tw-border-opacity: 1; border-right-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-r-green-900\/0{ border-right-color: rgb(20 83 45 / 0); }
.border-r-green-900\/10{ border-right-color: rgb(20 83 45 / 0.1); }
.border-r-green-900\/100{ border-right-color: rgb(20 83 45 / 1); }
.border-r-green-900\/20{ border-right-color: rgb(20 83 45 / 0.2); }
.border-r-green-900\/25{ border-right-color: rgb(20 83 45 / 0.25); }
.border-r-green-900\/30{ border-right-color: rgb(20 83 45 / 0.3); }
.border-r-green-900\/40{ border-right-color: rgb(20 83 45 / 0.4); }
.border-r-green-900\/5{ border-right-color: rgb(20 83 45 / 0.05); }
.border-r-green-900\/50{ border-right-color: rgb(20 83 45 / 0.5); }
.border-r-green-900\/60{ border-right-color: rgb(20 83 45 / 0.6); }
.border-r-green-900\/70{ border-right-color: rgb(20 83 45 / 0.7); }
.border-r-green-900\/75{ border-right-color: rgb(20 83 45 / 0.75); }
.border-r-green-900\/80{ border-right-color: rgb(20 83 45 / 0.8); }
.border-r-green-900\/90{ border-right-color: rgb(20 83 45 / 0.9); }
.border-r-green-900\/95{ border-right-color: rgb(20 83 45 / 0.95); }
.border-r-green-950{ --tw-border-opacity: 1; border-right-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-r-green-950\/0{ border-right-color: rgb(5 46 22 / 0); }
.border-r-green-950\/10{ border-right-color: rgb(5 46 22 / 0.1); }
.border-r-green-950\/100{ border-right-color: rgb(5 46 22 / 1); }
.border-r-green-950\/20{ border-right-color: rgb(5 46 22 / 0.2); }
.border-r-green-950\/25{ border-right-color: rgb(5 46 22 / 0.25); }
.border-r-green-950\/30{ border-right-color: rgb(5 46 22 / 0.3); }
.border-r-green-950\/40{ border-right-color: rgb(5 46 22 / 0.4); }
.border-r-green-950\/5{ border-right-color: rgb(5 46 22 / 0.05); }
.border-r-green-950\/50{ border-right-color: rgb(5 46 22 / 0.5); }
.border-r-green-950\/60{ border-right-color: rgb(5 46 22 / 0.6); }
.border-r-green-950\/70{ border-right-color: rgb(5 46 22 / 0.7); }
.border-r-green-950\/75{ border-right-color: rgb(5 46 22 / 0.75); }
.border-r-green-950\/80{ border-right-color: rgb(5 46 22 / 0.8); }
.border-r-green-950\/90{ border-right-color: rgb(5 46 22 / 0.9); }
.border-r-green-950\/95{ border-right-color: rgb(5 46 22 / 0.95); }
.border-r-indigo-100{ --tw-border-opacity: 1; border-right-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-r-indigo-100\/0{ border-right-color: rgb(224 231 255 / 0); }
.border-r-indigo-100\/10{ border-right-color: rgb(224 231 255 / 0.1); }
.border-r-indigo-100\/100{ border-right-color: rgb(224 231 255 / 1); }
.border-r-indigo-100\/20{ border-right-color: rgb(224 231 255 / 0.2); }
.border-r-indigo-100\/25{ border-right-color: rgb(224 231 255 / 0.25); }
.border-r-indigo-100\/30{ border-right-color: rgb(224 231 255 / 0.3); }
.border-r-indigo-100\/40{ border-right-color: rgb(224 231 255 / 0.4); }
.border-r-indigo-100\/5{ border-right-color: rgb(224 231 255 / 0.05); }
.border-r-indigo-100\/50{ border-right-color: rgb(224 231 255 / 0.5); }
.border-r-indigo-100\/60{ border-right-color: rgb(224 231 255 / 0.6); }
.border-r-indigo-100\/70{ border-right-color: rgb(224 231 255 / 0.7); }
.border-r-indigo-100\/75{ border-right-color: rgb(224 231 255 / 0.75); }
.border-r-indigo-100\/80{ border-right-color: rgb(224 231 255 / 0.8); }
.border-r-indigo-100\/90{ border-right-color: rgb(224 231 255 / 0.9); }
.border-r-indigo-100\/95{ border-right-color: rgb(224 231 255 / 0.95); }
.border-r-indigo-200{ --tw-border-opacity: 1; border-right-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-r-indigo-200\/0{ border-right-color: rgb(199 210 254 / 0); }
.border-r-indigo-200\/10{ border-right-color: rgb(199 210 254 / 0.1); }
.border-r-indigo-200\/100{ border-right-color: rgb(199 210 254 / 1); }
.border-r-indigo-200\/20{ border-right-color: rgb(199 210 254 / 0.2); }
.border-r-indigo-200\/25{ border-right-color: rgb(199 210 254 / 0.25); }
.border-r-indigo-200\/30{ border-right-color: rgb(199 210 254 / 0.3); }
.border-r-indigo-200\/40{ border-right-color: rgb(199 210 254 / 0.4); }
.border-r-indigo-200\/5{ border-right-color: rgb(199 210 254 / 0.05); }
.border-r-indigo-200\/50{ border-right-color: rgb(199 210 254 / 0.5); }
.border-r-indigo-200\/60{ border-right-color: rgb(199 210 254 / 0.6); }
.border-r-indigo-200\/70{ border-right-color: rgb(199 210 254 / 0.7); }
.border-r-indigo-200\/75{ border-right-color: rgb(199 210 254 / 0.75); }
.border-r-indigo-200\/80{ border-right-color: rgb(199 210 254 / 0.8); }
.border-r-indigo-200\/90{ border-right-color: rgb(199 210 254 / 0.9); }
.border-r-indigo-200\/95{ border-right-color: rgb(199 210 254 / 0.95); }
.border-r-indigo-300{ --tw-border-opacity: 1; border-right-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-r-indigo-300\/0{ border-right-color: rgb(165 180 252 / 0); }
.border-r-indigo-300\/10{ border-right-color: rgb(165 180 252 / 0.1); }
.border-r-indigo-300\/100{ border-right-color: rgb(165 180 252 / 1); }
.border-r-indigo-300\/20{ border-right-color: rgb(165 180 252 / 0.2); }
.border-r-indigo-300\/25{ border-right-color: rgb(165 180 252 / 0.25); }
.border-r-indigo-300\/30{ border-right-color: rgb(165 180 252 / 0.3); }
.border-r-indigo-300\/40{ border-right-color: rgb(165 180 252 / 0.4); }
.border-r-indigo-300\/5{ border-right-color: rgb(165 180 252 / 0.05); }
.border-r-indigo-300\/50{ border-right-color: rgb(165 180 252 / 0.5); }
.border-r-indigo-300\/60{ border-right-color: rgb(165 180 252 / 0.6); }
.border-r-indigo-300\/70{ border-right-color: rgb(165 180 252 / 0.7); }
.border-r-indigo-300\/75{ border-right-color: rgb(165 180 252 / 0.75); }
.border-r-indigo-300\/80{ border-right-color: rgb(165 180 252 / 0.8); }
.border-r-indigo-300\/90{ border-right-color: rgb(165 180 252 / 0.9); }
.border-r-indigo-300\/95{ border-right-color: rgb(165 180 252 / 0.95); }
.border-r-indigo-400{ --tw-border-opacity: 1; border-right-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-r-indigo-400\/0{ border-right-color: rgb(129 140 248 / 0); }
.border-r-indigo-400\/10{ border-right-color: rgb(129 140 248 / 0.1); }
.border-r-indigo-400\/100{ border-right-color: rgb(129 140 248 / 1); }
.border-r-indigo-400\/20{ border-right-color: rgb(129 140 248 / 0.2); }
.border-r-indigo-400\/25{ border-right-color: rgb(129 140 248 / 0.25); }
.border-r-indigo-400\/30{ border-right-color: rgb(129 140 248 / 0.3); }
.border-r-indigo-400\/40{ border-right-color: rgb(129 140 248 / 0.4); }
.border-r-indigo-400\/5{ border-right-color: rgb(129 140 248 / 0.05); }
.border-r-indigo-400\/50{ border-right-color: rgb(129 140 248 / 0.5); }
.border-r-indigo-400\/60{ border-right-color: rgb(129 140 248 / 0.6); }
.border-r-indigo-400\/70{ border-right-color: rgb(129 140 248 / 0.7); }
.border-r-indigo-400\/75{ border-right-color: rgb(129 140 248 / 0.75); }
.border-r-indigo-400\/80{ border-right-color: rgb(129 140 248 / 0.8); }
.border-r-indigo-400\/90{ border-right-color: rgb(129 140 248 / 0.9); }
.border-r-indigo-400\/95{ border-right-color: rgb(129 140 248 / 0.95); }
.border-r-indigo-50{ --tw-border-opacity: 1; border-right-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-r-indigo-50\/0{ border-right-color: rgb(238 242 255 / 0); }
.border-r-indigo-50\/10{ border-right-color: rgb(238 242 255 / 0.1); }
.border-r-indigo-50\/100{ border-right-color: rgb(238 242 255 / 1); }
.border-r-indigo-50\/20{ border-right-color: rgb(238 242 255 / 0.2); }
.border-r-indigo-50\/25{ border-right-color: rgb(238 242 255 / 0.25); }
.border-r-indigo-50\/30{ border-right-color: rgb(238 242 255 / 0.3); }
.border-r-indigo-50\/40{ border-right-color: rgb(238 242 255 / 0.4); }
.border-r-indigo-50\/5{ border-right-color: rgb(238 242 255 / 0.05); }
.border-r-indigo-50\/50{ border-right-color: rgb(238 242 255 / 0.5); }
.border-r-indigo-50\/60{ border-right-color: rgb(238 242 255 / 0.6); }
.border-r-indigo-50\/70{ border-right-color: rgb(238 242 255 / 0.7); }
.border-r-indigo-50\/75{ border-right-color: rgb(238 242 255 / 0.75); }
.border-r-indigo-50\/80{ border-right-color: rgb(238 242 255 / 0.8); }
.border-r-indigo-50\/90{ border-right-color: rgb(238 242 255 / 0.9); }
.border-r-indigo-50\/95{ border-right-color: rgb(238 242 255 / 0.95); }
.border-r-indigo-500{ --tw-border-opacity: 1; border-right-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-r-indigo-500\/0{ border-right-color: rgb(99 102 241 / 0); }
.border-r-indigo-500\/10{ border-right-color: rgb(99 102 241 / 0.1); }
.border-r-indigo-500\/100{ border-right-color: rgb(99 102 241 / 1); }
.border-r-indigo-500\/20{ border-right-color: rgb(99 102 241 / 0.2); }
.border-r-indigo-500\/25{ border-right-color: rgb(99 102 241 / 0.25); }
.border-r-indigo-500\/30{ border-right-color: rgb(99 102 241 / 0.3); }
.border-r-indigo-500\/40{ border-right-color: rgb(99 102 241 / 0.4); }
.border-r-indigo-500\/5{ border-right-color: rgb(99 102 241 / 0.05); }
.border-r-indigo-500\/50{ border-right-color: rgb(99 102 241 / 0.5); }
.border-r-indigo-500\/60{ border-right-color: rgb(99 102 241 / 0.6); }
.border-r-indigo-500\/70{ border-right-color: rgb(99 102 241 / 0.7); }
.border-r-indigo-500\/75{ border-right-color: rgb(99 102 241 / 0.75); }
.border-r-indigo-500\/80{ border-right-color: rgb(99 102 241 / 0.8); }
.border-r-indigo-500\/90{ border-right-color: rgb(99 102 241 / 0.9); }
.border-r-indigo-500\/95{ border-right-color: rgb(99 102 241 / 0.95); }
.border-r-indigo-600{ --tw-border-opacity: 1; border-right-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-r-indigo-600\/0{ border-right-color: rgb(79 70 229 / 0); }
.border-r-indigo-600\/10{ border-right-color: rgb(79 70 229 / 0.1); }
.border-r-indigo-600\/100{ border-right-color: rgb(79 70 229 / 1); }
.border-r-indigo-600\/20{ border-right-color: rgb(79 70 229 / 0.2); }
.border-r-indigo-600\/25{ border-right-color: rgb(79 70 229 / 0.25); }
.border-r-indigo-600\/30{ border-right-color: rgb(79 70 229 / 0.3); }
.border-r-indigo-600\/40{ border-right-color: rgb(79 70 229 / 0.4); }
.border-r-indigo-600\/5{ border-right-color: rgb(79 70 229 / 0.05); }
.border-r-indigo-600\/50{ border-right-color: rgb(79 70 229 / 0.5); }
.border-r-indigo-600\/60{ border-right-color: rgb(79 70 229 / 0.6); }
.border-r-indigo-600\/70{ border-right-color: rgb(79 70 229 / 0.7); }
.border-r-indigo-600\/75{ border-right-color: rgb(79 70 229 / 0.75); }
.border-r-indigo-600\/80{ border-right-color: rgb(79 70 229 / 0.8); }
.border-r-indigo-600\/90{ border-right-color: rgb(79 70 229 / 0.9); }
.border-r-indigo-600\/95{ border-right-color: rgb(79 70 229 / 0.95); }
.border-r-indigo-700{ --tw-border-opacity: 1; border-right-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-r-indigo-700\/0{ border-right-color: rgb(67 56 202 / 0); }
.border-r-indigo-700\/10{ border-right-color: rgb(67 56 202 / 0.1); }
.border-r-indigo-700\/100{ border-right-color: rgb(67 56 202 / 1); }
.border-r-indigo-700\/20{ border-right-color: rgb(67 56 202 / 0.2); }
.border-r-indigo-700\/25{ border-right-color: rgb(67 56 202 / 0.25); }
.border-r-indigo-700\/30{ border-right-color: rgb(67 56 202 / 0.3); }
.border-r-indigo-700\/40{ border-right-color: rgb(67 56 202 / 0.4); }
.border-r-indigo-700\/5{ border-right-color: rgb(67 56 202 / 0.05); }
.border-r-indigo-700\/50{ border-right-color: rgb(67 56 202 / 0.5); }
.border-r-indigo-700\/60{ border-right-color: rgb(67 56 202 / 0.6); }
.border-r-indigo-700\/70{ border-right-color: rgb(67 56 202 / 0.7); }
.border-r-indigo-700\/75{ border-right-color: rgb(67 56 202 / 0.75); }
.border-r-indigo-700\/80{ border-right-color: rgb(67 56 202 / 0.8); }
.border-r-indigo-700\/90{ border-right-color: rgb(67 56 202 / 0.9); }
.border-r-indigo-700\/95{ border-right-color: rgb(67 56 202 / 0.95); }
.border-r-indigo-800{ --tw-border-opacity: 1; border-right-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-r-indigo-800\/0{ border-right-color: rgb(55 48 163 / 0); }
.border-r-indigo-800\/10{ border-right-color: rgb(55 48 163 / 0.1); }
.border-r-indigo-800\/100{ border-right-color: rgb(55 48 163 / 1); }
.border-r-indigo-800\/20{ border-right-color: rgb(55 48 163 / 0.2); }
.border-r-indigo-800\/25{ border-right-color: rgb(55 48 163 / 0.25); }
.border-r-indigo-800\/30{ border-right-color: rgb(55 48 163 / 0.3); }
.border-r-indigo-800\/40{ border-right-color: rgb(55 48 163 / 0.4); }
.border-r-indigo-800\/5{ border-right-color: rgb(55 48 163 / 0.05); }
.border-r-indigo-800\/50{ border-right-color: rgb(55 48 163 / 0.5); }
.border-r-indigo-800\/60{ border-right-color: rgb(55 48 163 / 0.6); }
.border-r-indigo-800\/70{ border-right-color: rgb(55 48 163 / 0.7); }
.border-r-indigo-800\/75{ border-right-color: rgb(55 48 163 / 0.75); }
.border-r-indigo-800\/80{ border-right-color: rgb(55 48 163 / 0.8); }
.border-r-indigo-800\/90{ border-right-color: rgb(55 48 163 / 0.9); }
.border-r-indigo-800\/95{ border-right-color: rgb(55 48 163 / 0.95); }
.border-r-indigo-900{ --tw-border-opacity: 1; border-right-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-r-indigo-900\/0{ border-right-color: rgb(49 46 129 / 0); }
.border-r-indigo-900\/10{ border-right-color: rgb(49 46 129 / 0.1); }
.border-r-indigo-900\/100{ border-right-color: rgb(49 46 129 / 1); }
.border-r-indigo-900\/20{ border-right-color: rgb(49 46 129 / 0.2); }
.border-r-indigo-900\/25{ border-right-color: rgb(49 46 129 / 0.25); }
.border-r-indigo-900\/30{ border-right-color: rgb(49 46 129 / 0.3); }
.border-r-indigo-900\/40{ border-right-color: rgb(49 46 129 / 0.4); }
.border-r-indigo-900\/5{ border-right-color: rgb(49 46 129 / 0.05); }
.border-r-indigo-900\/50{ border-right-color: rgb(49 46 129 / 0.5); }
.border-r-indigo-900\/60{ border-right-color: rgb(49 46 129 / 0.6); }
.border-r-indigo-900\/70{ border-right-color: rgb(49 46 129 / 0.7); }
.border-r-indigo-900\/75{ border-right-color: rgb(49 46 129 / 0.75); }
.border-r-indigo-900\/80{ border-right-color: rgb(49 46 129 / 0.8); }
.border-r-indigo-900\/90{ border-right-color: rgb(49 46 129 / 0.9); }
.border-r-indigo-900\/95{ border-right-color: rgb(49 46 129 / 0.95); }
.border-r-indigo-950{ --tw-border-opacity: 1; border-right-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-r-indigo-950\/0{ border-right-color: rgb(30 27 75 / 0); }
.border-r-indigo-950\/10{ border-right-color: rgb(30 27 75 / 0.1); }
.border-r-indigo-950\/100{ border-right-color: rgb(30 27 75 / 1); }
.border-r-indigo-950\/20{ border-right-color: rgb(30 27 75 / 0.2); }
.border-r-indigo-950\/25{ border-right-color: rgb(30 27 75 / 0.25); }
.border-r-indigo-950\/30{ border-right-color: rgb(30 27 75 / 0.3); }
.border-r-indigo-950\/40{ border-right-color: rgb(30 27 75 / 0.4); }
.border-r-indigo-950\/5{ border-right-color: rgb(30 27 75 / 0.05); }
.border-r-indigo-950\/50{ border-right-color: rgb(30 27 75 / 0.5); }
.border-r-indigo-950\/60{ border-right-color: rgb(30 27 75 / 0.6); }
.border-r-indigo-950\/70{ border-right-color: rgb(30 27 75 / 0.7); }
.border-r-indigo-950\/75{ border-right-color: rgb(30 27 75 / 0.75); }
.border-r-indigo-950\/80{ border-right-color: rgb(30 27 75 / 0.8); }
.border-r-indigo-950\/90{ border-right-color: rgb(30 27 75 / 0.9); }
.border-r-indigo-950\/95{ border-right-color: rgb(30 27 75 / 0.95); }
.border-r-inherit{ border-right-color: inherit; }
.border-r-kaimurasaki{ --tw-border-opacity: 1; border-right-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-100{ --tw-border-opacity: 1; border-right-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-100\/0{ border-right-color: rgb(232 232 234 / 0); }
.border-r-kaimurasaki-100\/10{ border-right-color: rgb(232 232 234 / 0.1); }
.border-r-kaimurasaki-100\/100{ border-right-color: rgb(232 232 234 / 1); }
.border-r-kaimurasaki-100\/20{ border-right-color: rgb(232 232 234 / 0.2); }
.border-r-kaimurasaki-100\/25{ border-right-color: rgb(232 232 234 / 0.25); }
.border-r-kaimurasaki-100\/30{ border-right-color: rgb(232 232 234 / 0.3); }
.border-r-kaimurasaki-100\/40{ border-right-color: rgb(232 232 234 / 0.4); }
.border-r-kaimurasaki-100\/5{ border-right-color: rgb(232 232 234 / 0.05); }
.border-r-kaimurasaki-100\/50{ border-right-color: rgb(232 232 234 / 0.5); }
.border-r-kaimurasaki-100\/60{ border-right-color: rgb(232 232 234 / 0.6); }
.border-r-kaimurasaki-100\/70{ border-right-color: rgb(232 232 234 / 0.7); }
.border-r-kaimurasaki-100\/75{ border-right-color: rgb(232 232 234 / 0.75); }
.border-r-kaimurasaki-100\/80{ border-right-color: rgb(232 232 234 / 0.8); }
.border-r-kaimurasaki-100\/90{ border-right-color: rgb(232 232 234 / 0.9); }
.border-r-kaimurasaki-100\/95{ border-right-color: rgb(232 232 234 / 0.95); }
.border-r-kaimurasaki-200{ --tw-border-opacity: 1; border-right-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-200\/0{ border-right-color: rgb(211 210 214 / 0); }
.border-r-kaimurasaki-200\/10{ border-right-color: rgb(211 210 214 / 0.1); }
.border-r-kaimurasaki-200\/100{ border-right-color: rgb(211 210 214 / 1); }
.border-r-kaimurasaki-200\/20{ border-right-color: rgb(211 210 214 / 0.2); }
.border-r-kaimurasaki-200\/25{ border-right-color: rgb(211 210 214 / 0.25); }
.border-r-kaimurasaki-200\/30{ border-right-color: rgb(211 210 214 / 0.3); }
.border-r-kaimurasaki-200\/40{ border-right-color: rgb(211 210 214 / 0.4); }
.border-r-kaimurasaki-200\/5{ border-right-color: rgb(211 210 214 / 0.05); }
.border-r-kaimurasaki-200\/50{ border-right-color: rgb(211 210 214 / 0.5); }
.border-r-kaimurasaki-200\/60{ border-right-color: rgb(211 210 214 / 0.6); }
.border-r-kaimurasaki-200\/70{ border-right-color: rgb(211 210 214 / 0.7); }
.border-r-kaimurasaki-200\/75{ border-right-color: rgb(211 210 214 / 0.75); }
.border-r-kaimurasaki-200\/80{ border-right-color: rgb(211 210 214 / 0.8); }
.border-r-kaimurasaki-200\/90{ border-right-color: rgb(211 210 214 / 0.9); }
.border-r-kaimurasaki-200\/95{ border-right-color: rgb(211 210 214 / 0.95); }
.border-r-kaimurasaki-300{ --tw-border-opacity: 1; border-right-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-300\/0{ border-right-color: rgb(188 186 194 / 0); }
.border-r-kaimurasaki-300\/10{ border-right-color: rgb(188 186 194 / 0.1); }
.border-r-kaimurasaki-300\/100{ border-right-color: rgb(188 186 194 / 1); }
.border-r-kaimurasaki-300\/20{ border-right-color: rgb(188 186 194 / 0.2); }
.border-r-kaimurasaki-300\/25{ border-right-color: rgb(188 186 194 / 0.25); }
.border-r-kaimurasaki-300\/30{ border-right-color: rgb(188 186 194 / 0.3); }
.border-r-kaimurasaki-300\/40{ border-right-color: rgb(188 186 194 / 0.4); }
.border-r-kaimurasaki-300\/5{ border-right-color: rgb(188 186 194 / 0.05); }
.border-r-kaimurasaki-300\/50{ border-right-color: rgb(188 186 194 / 0.5); }
.border-r-kaimurasaki-300\/60{ border-right-color: rgb(188 186 194 / 0.6); }
.border-r-kaimurasaki-300\/70{ border-right-color: rgb(188 186 194 / 0.7); }
.border-r-kaimurasaki-300\/75{ border-right-color: rgb(188 186 194 / 0.75); }
.border-r-kaimurasaki-300\/80{ border-right-color: rgb(188 186 194 / 0.8); }
.border-r-kaimurasaki-300\/90{ border-right-color: rgb(188 186 194 / 0.9); }
.border-r-kaimurasaki-300\/95{ border-right-color: rgb(188 186 194 / 0.95); }
.border-r-kaimurasaki-400{ --tw-border-opacity: 1; border-right-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-400\/0{ border-right-color: rgb(167 164 174 / 0); }
.border-r-kaimurasaki-400\/10{ border-right-color: rgb(167 164 174 / 0.1); }
.border-r-kaimurasaki-400\/100{ border-right-color: rgb(167 164 174 / 1); }
.border-r-kaimurasaki-400\/20{ border-right-color: rgb(167 164 174 / 0.2); }
.border-r-kaimurasaki-400\/25{ border-right-color: rgb(167 164 174 / 0.25); }
.border-r-kaimurasaki-400\/30{ border-right-color: rgb(167 164 174 / 0.3); }
.border-r-kaimurasaki-400\/40{ border-right-color: rgb(167 164 174 / 0.4); }
.border-r-kaimurasaki-400\/5{ border-right-color: rgb(167 164 174 / 0.05); }
.border-r-kaimurasaki-400\/50{ border-right-color: rgb(167 164 174 / 0.5); }
.border-r-kaimurasaki-400\/60{ border-right-color: rgb(167 164 174 / 0.6); }
.border-r-kaimurasaki-400\/70{ border-right-color: rgb(167 164 174 / 0.7); }
.border-r-kaimurasaki-400\/75{ border-right-color: rgb(167 164 174 / 0.75); }
.border-r-kaimurasaki-400\/80{ border-right-color: rgb(167 164 174 / 0.8); }
.border-r-kaimurasaki-400\/90{ border-right-color: rgb(167 164 174 / 0.9); }
.border-r-kaimurasaki-400\/95{ border-right-color: rgb(167 164 174 / 0.95); }
.border-r-kaimurasaki-500{ --tw-border-opacity: 1; border-right-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-500\/0{ border-right-color: rgb(145 142 154 / 0); }
.border-r-kaimurasaki-500\/10{ border-right-color: rgb(145 142 154 / 0.1); }
.border-r-kaimurasaki-500\/100{ border-right-color: rgb(145 142 154 / 1); }
.border-r-kaimurasaki-500\/20{ border-right-color: rgb(145 142 154 / 0.2); }
.border-r-kaimurasaki-500\/25{ border-right-color: rgb(145 142 154 / 0.25); }
.border-r-kaimurasaki-500\/30{ border-right-color: rgb(145 142 154 / 0.3); }
.border-r-kaimurasaki-500\/40{ border-right-color: rgb(145 142 154 / 0.4); }
.border-r-kaimurasaki-500\/5{ border-right-color: rgb(145 142 154 / 0.05); }
.border-r-kaimurasaki-500\/50{ border-right-color: rgb(145 142 154 / 0.5); }
.border-r-kaimurasaki-500\/60{ border-right-color: rgb(145 142 154 / 0.6); }
.border-r-kaimurasaki-500\/70{ border-right-color: rgb(145 142 154 / 0.7); }
.border-r-kaimurasaki-500\/75{ border-right-color: rgb(145 142 154 / 0.75); }
.border-r-kaimurasaki-500\/80{ border-right-color: rgb(145 142 154 / 0.8); }
.border-r-kaimurasaki-500\/90{ border-right-color: rgb(145 142 154 / 0.9); }
.border-r-kaimurasaki-500\/95{ border-right-color: rgb(145 142 154 / 0.95); }
.border-r-kaimurasaki-600{ --tw-border-opacity: 1; border-right-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-600\/0{ border-right-color: rgb(122 119 133 / 0); }
.border-r-kaimurasaki-600\/10{ border-right-color: rgb(122 119 133 / 0.1); }
.border-r-kaimurasaki-600\/100{ border-right-color: rgb(122 119 133 / 1); }
.border-r-kaimurasaki-600\/20{ border-right-color: rgb(122 119 133 / 0.2); }
.border-r-kaimurasaki-600\/25{ border-right-color: rgb(122 119 133 / 0.25); }
.border-r-kaimurasaki-600\/30{ border-right-color: rgb(122 119 133 / 0.3); }
.border-r-kaimurasaki-600\/40{ border-right-color: rgb(122 119 133 / 0.4); }
.border-r-kaimurasaki-600\/5{ border-right-color: rgb(122 119 133 / 0.05); }
.border-r-kaimurasaki-600\/50{ border-right-color: rgb(122 119 133 / 0.5); }
.border-r-kaimurasaki-600\/60{ border-right-color: rgb(122 119 133 / 0.6); }
.border-r-kaimurasaki-600\/70{ border-right-color: rgb(122 119 133 / 0.7); }
.border-r-kaimurasaki-600\/75{ border-right-color: rgb(122 119 133 / 0.75); }
.border-r-kaimurasaki-600\/80{ border-right-color: rgb(122 119 133 / 0.8); }
.border-r-kaimurasaki-600\/90{ border-right-color: rgb(122 119 133 / 0.9); }
.border-r-kaimurasaki-600\/95{ border-right-color: rgb(122 119 133 / 0.95); }
.border-r-kaimurasaki-700{ --tw-border-opacity: 1; border-right-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-700\/0{ border-right-color: rgb(100 96 113 / 0); }
.border-r-kaimurasaki-700\/10{ border-right-color: rgb(100 96 113 / 0.1); }
.border-r-kaimurasaki-700\/100{ border-right-color: rgb(100 96 113 / 1); }
.border-r-kaimurasaki-700\/20{ border-right-color: rgb(100 96 113 / 0.2); }
.border-r-kaimurasaki-700\/25{ border-right-color: rgb(100 96 113 / 0.25); }
.border-r-kaimurasaki-700\/30{ border-right-color: rgb(100 96 113 / 0.3); }
.border-r-kaimurasaki-700\/40{ border-right-color: rgb(100 96 113 / 0.4); }
.border-r-kaimurasaki-700\/5{ border-right-color: rgb(100 96 113 / 0.05); }
.border-r-kaimurasaki-700\/50{ border-right-color: rgb(100 96 113 / 0.5); }
.border-r-kaimurasaki-700\/60{ border-right-color: rgb(100 96 113 / 0.6); }
.border-r-kaimurasaki-700\/70{ border-right-color: rgb(100 96 113 / 0.7); }
.border-r-kaimurasaki-700\/75{ border-right-color: rgb(100 96 113 / 0.75); }
.border-r-kaimurasaki-700\/80{ border-right-color: rgb(100 96 113 / 0.8); }
.border-r-kaimurasaki-700\/90{ border-right-color: rgb(100 96 113 / 0.9); }
.border-r-kaimurasaki-700\/95{ border-right-color: rgb(100 96 113 / 0.95); }
.border-r-kaimurasaki-800{ --tw-border-opacity: 1; border-right-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-800\/0{ border-right-color: rgb(78 73 93 / 0); }
.border-r-kaimurasaki-800\/10{ border-right-color: rgb(78 73 93 / 0.1); }
.border-r-kaimurasaki-800\/100{ border-right-color: rgb(78 73 93 / 1); }
.border-r-kaimurasaki-800\/20{ border-right-color: rgb(78 73 93 / 0.2); }
.border-r-kaimurasaki-800\/25{ border-right-color: rgb(78 73 93 / 0.25); }
.border-r-kaimurasaki-800\/30{ border-right-color: rgb(78 73 93 / 0.3); }
.border-r-kaimurasaki-800\/40{ border-right-color: rgb(78 73 93 / 0.4); }
.border-r-kaimurasaki-800\/5{ border-right-color: rgb(78 73 93 / 0.05); }
.border-r-kaimurasaki-800\/50{ border-right-color: rgb(78 73 93 / 0.5); }
.border-r-kaimurasaki-800\/60{ border-right-color: rgb(78 73 93 / 0.6); }
.border-r-kaimurasaki-800\/70{ border-right-color: rgb(78 73 93 / 0.7); }
.border-r-kaimurasaki-800\/75{ border-right-color: rgb(78 73 93 / 0.75); }
.border-r-kaimurasaki-800\/80{ border-right-color: rgb(78 73 93 / 0.8); }
.border-r-kaimurasaki-800\/90{ border-right-color: rgb(78 73 93 / 0.9); }
.border-r-kaimurasaki-800\/95{ border-right-color: rgb(78 73 93 / 0.95); }
.border-r-kaimurasaki-900{ --tw-border-opacity: 1; border-right-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-900\/0{ border-right-color: rgb(56 50 72 / 0); }
.border-r-kaimurasaki-900\/10{ border-right-color: rgb(56 50 72 / 0.1); }
.border-r-kaimurasaki-900\/100{ border-right-color: rgb(56 50 72 / 1); }
.border-r-kaimurasaki-900\/20{ border-right-color: rgb(56 50 72 / 0.2); }
.border-r-kaimurasaki-900\/25{ border-right-color: rgb(56 50 72 / 0.25); }
.border-r-kaimurasaki-900\/30{ border-right-color: rgb(56 50 72 / 0.3); }
.border-r-kaimurasaki-900\/40{ border-right-color: rgb(56 50 72 / 0.4); }
.border-r-kaimurasaki-900\/5{ border-right-color: rgb(56 50 72 / 0.05); }
.border-r-kaimurasaki-900\/50{ border-right-color: rgb(56 50 72 / 0.5); }
.border-r-kaimurasaki-900\/60{ border-right-color: rgb(56 50 72 / 0.6); }
.border-r-kaimurasaki-900\/70{ border-right-color: rgb(56 50 72 / 0.7); }
.border-r-kaimurasaki-900\/75{ border-right-color: rgb(56 50 72 / 0.75); }
.border-r-kaimurasaki-900\/80{ border-right-color: rgb(56 50 72 / 0.8); }
.border-r-kaimurasaki-900\/90{ border-right-color: rgb(56 50 72 / 0.9); }
.border-r-kaimurasaki-900\/95{ border-right-color: rgb(56 50 72 / 0.95); }
.border-r-kaimurasaki-950{ --tw-border-opacity: 1; border-right-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-r-kaimurasaki-950\/0{ border-right-color: rgb(44 39 62 / 0); }
.border-r-kaimurasaki-950\/10{ border-right-color: rgb(44 39 62 / 0.1); }
.border-r-kaimurasaki-950\/100{ border-right-color: rgb(44 39 62 / 1); }
.border-r-kaimurasaki-950\/20{ border-right-color: rgb(44 39 62 / 0.2); }
.border-r-kaimurasaki-950\/25{ border-right-color: rgb(44 39 62 / 0.25); }
.border-r-kaimurasaki-950\/30{ border-right-color: rgb(44 39 62 / 0.3); }
.border-r-kaimurasaki-950\/40{ border-right-color: rgb(44 39 62 / 0.4); }
.border-r-kaimurasaki-950\/5{ border-right-color: rgb(44 39 62 / 0.05); }
.border-r-kaimurasaki-950\/50{ border-right-color: rgb(44 39 62 / 0.5); }
.border-r-kaimurasaki-950\/60{ border-right-color: rgb(44 39 62 / 0.6); }
.border-r-kaimurasaki-950\/70{ border-right-color: rgb(44 39 62 / 0.7); }
.border-r-kaimurasaki-950\/75{ border-right-color: rgb(44 39 62 / 0.75); }
.border-r-kaimurasaki-950\/80{ border-right-color: rgb(44 39 62 / 0.8); }
.border-r-kaimurasaki-950\/90{ border-right-color: rgb(44 39 62 / 0.9); }
.border-r-kaimurasaki-950\/95{ border-right-color: rgb(44 39 62 / 0.95); }
.border-r-kaimurasaki\/0{ border-right-color: rgb(34 28 52 / 0); }
.border-r-kaimurasaki\/10{ border-right-color: rgb(34 28 52 / 0.1); }
.border-r-kaimurasaki\/100{ border-right-color: rgb(34 28 52 / 1); }
.border-r-kaimurasaki\/20{ border-right-color: rgb(34 28 52 / 0.2); }
.border-r-kaimurasaki\/25{ border-right-color: rgb(34 28 52 / 0.25); }
.border-r-kaimurasaki\/30{ border-right-color: rgb(34 28 52 / 0.3); }
.border-r-kaimurasaki\/40{ border-right-color: rgb(34 28 52 / 0.4); }
.border-r-kaimurasaki\/5{ border-right-color: rgb(34 28 52 / 0.05); }
.border-r-kaimurasaki\/50{ border-right-color: rgb(34 28 52 / 0.5); }
.border-r-kaimurasaki\/60{ border-right-color: rgb(34 28 52 / 0.6); }
.border-r-kaimurasaki\/70{ border-right-color: rgb(34 28 52 / 0.7); }
.border-r-kaimurasaki\/75{ border-right-color: rgb(34 28 52 / 0.75); }
.border-r-kaimurasaki\/80{ border-right-color: rgb(34 28 52 / 0.8); }
.border-r-kaimurasaki\/90{ border-right-color: rgb(34 28 52 / 0.9); }
.border-r-kaimurasaki\/95{ border-right-color: rgb(34 28 52 / 0.95); }
.border-r-lime-100{ --tw-border-opacity: 1; border-right-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-r-lime-100\/0{ border-right-color: rgb(236 252 203 / 0); }
.border-r-lime-100\/10{ border-right-color: rgb(236 252 203 / 0.1); }
.border-r-lime-100\/100{ border-right-color: rgb(236 252 203 / 1); }
.border-r-lime-100\/20{ border-right-color: rgb(236 252 203 / 0.2); }
.border-r-lime-100\/25{ border-right-color: rgb(236 252 203 / 0.25); }
.border-r-lime-100\/30{ border-right-color: rgb(236 252 203 / 0.3); }
.border-r-lime-100\/40{ border-right-color: rgb(236 252 203 / 0.4); }
.border-r-lime-100\/5{ border-right-color: rgb(236 252 203 / 0.05); }
.border-r-lime-100\/50{ border-right-color: rgb(236 252 203 / 0.5); }
.border-r-lime-100\/60{ border-right-color: rgb(236 252 203 / 0.6); }
.border-r-lime-100\/70{ border-right-color: rgb(236 252 203 / 0.7); }
.border-r-lime-100\/75{ border-right-color: rgb(236 252 203 / 0.75); }
.border-r-lime-100\/80{ border-right-color: rgb(236 252 203 / 0.8); }
.border-r-lime-100\/90{ border-right-color: rgb(236 252 203 / 0.9); }
.border-r-lime-100\/95{ border-right-color: rgb(236 252 203 / 0.95); }
.border-r-lime-200{ --tw-border-opacity: 1; border-right-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-r-lime-200\/0{ border-right-color: rgb(217 249 157 / 0); }
.border-r-lime-200\/10{ border-right-color: rgb(217 249 157 / 0.1); }
.border-r-lime-200\/100{ border-right-color: rgb(217 249 157 / 1); }
.border-r-lime-200\/20{ border-right-color: rgb(217 249 157 / 0.2); }
.border-r-lime-200\/25{ border-right-color: rgb(217 249 157 / 0.25); }
.border-r-lime-200\/30{ border-right-color: rgb(217 249 157 / 0.3); }
.border-r-lime-200\/40{ border-right-color: rgb(217 249 157 / 0.4); }
.border-r-lime-200\/5{ border-right-color: rgb(217 249 157 / 0.05); }
.border-r-lime-200\/50{ border-right-color: rgb(217 249 157 / 0.5); }
.border-r-lime-200\/60{ border-right-color: rgb(217 249 157 / 0.6); }
.border-r-lime-200\/70{ border-right-color: rgb(217 249 157 / 0.7); }
.border-r-lime-200\/75{ border-right-color: rgb(217 249 157 / 0.75); }
.border-r-lime-200\/80{ border-right-color: rgb(217 249 157 / 0.8); }
.border-r-lime-200\/90{ border-right-color: rgb(217 249 157 / 0.9); }
.border-r-lime-200\/95{ border-right-color: rgb(217 249 157 / 0.95); }
.border-r-lime-300{ --tw-border-opacity: 1; border-right-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-r-lime-300\/0{ border-right-color: rgb(190 242 100 / 0); }
.border-r-lime-300\/10{ border-right-color: rgb(190 242 100 / 0.1); }
.border-r-lime-300\/100{ border-right-color: rgb(190 242 100 / 1); }
.border-r-lime-300\/20{ border-right-color: rgb(190 242 100 / 0.2); }
.border-r-lime-300\/25{ border-right-color: rgb(190 242 100 / 0.25); }
.border-r-lime-300\/30{ border-right-color: rgb(190 242 100 / 0.3); }
.border-r-lime-300\/40{ border-right-color: rgb(190 242 100 / 0.4); }
.border-r-lime-300\/5{ border-right-color: rgb(190 242 100 / 0.05); }
.border-r-lime-300\/50{ border-right-color: rgb(190 242 100 / 0.5); }
.border-r-lime-300\/60{ border-right-color: rgb(190 242 100 / 0.6); }
.border-r-lime-300\/70{ border-right-color: rgb(190 242 100 / 0.7); }
.border-r-lime-300\/75{ border-right-color: rgb(190 242 100 / 0.75); }
.border-r-lime-300\/80{ border-right-color: rgb(190 242 100 / 0.8); }
.border-r-lime-300\/90{ border-right-color: rgb(190 242 100 / 0.9); }
.border-r-lime-300\/95{ border-right-color: rgb(190 242 100 / 0.95); }
.border-r-lime-400{ --tw-border-opacity: 1; border-right-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-r-lime-400\/0{ border-right-color: rgb(163 230 53 / 0); }
.border-r-lime-400\/10{ border-right-color: rgb(163 230 53 / 0.1); }
.border-r-lime-400\/100{ border-right-color: rgb(163 230 53 / 1); }
.border-r-lime-400\/20{ border-right-color: rgb(163 230 53 / 0.2); }
.border-r-lime-400\/25{ border-right-color: rgb(163 230 53 / 0.25); }
.border-r-lime-400\/30{ border-right-color: rgb(163 230 53 / 0.3); }
.border-r-lime-400\/40{ border-right-color: rgb(163 230 53 / 0.4); }
.border-r-lime-400\/5{ border-right-color: rgb(163 230 53 / 0.05); }
.border-r-lime-400\/50{ border-right-color: rgb(163 230 53 / 0.5); }
.border-r-lime-400\/60{ border-right-color: rgb(163 230 53 / 0.6); }
.border-r-lime-400\/70{ border-right-color: rgb(163 230 53 / 0.7); }
.border-r-lime-400\/75{ border-right-color: rgb(163 230 53 / 0.75); }
.border-r-lime-400\/80{ border-right-color: rgb(163 230 53 / 0.8); }
.border-r-lime-400\/90{ border-right-color: rgb(163 230 53 / 0.9); }
.border-r-lime-400\/95{ border-right-color: rgb(163 230 53 / 0.95); }
.border-r-lime-50{ --tw-border-opacity: 1; border-right-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-r-lime-50\/0{ border-right-color: rgb(247 254 231 / 0); }
.border-r-lime-50\/10{ border-right-color: rgb(247 254 231 / 0.1); }
.border-r-lime-50\/100{ border-right-color: rgb(247 254 231 / 1); }
.border-r-lime-50\/20{ border-right-color: rgb(247 254 231 / 0.2); }
.border-r-lime-50\/25{ border-right-color: rgb(247 254 231 / 0.25); }
.border-r-lime-50\/30{ border-right-color: rgb(247 254 231 / 0.3); }
.border-r-lime-50\/40{ border-right-color: rgb(247 254 231 / 0.4); }
.border-r-lime-50\/5{ border-right-color: rgb(247 254 231 / 0.05); }
.border-r-lime-50\/50{ border-right-color: rgb(247 254 231 / 0.5); }
.border-r-lime-50\/60{ border-right-color: rgb(247 254 231 / 0.6); }
.border-r-lime-50\/70{ border-right-color: rgb(247 254 231 / 0.7); }
.border-r-lime-50\/75{ border-right-color: rgb(247 254 231 / 0.75); }
.border-r-lime-50\/80{ border-right-color: rgb(247 254 231 / 0.8); }
.border-r-lime-50\/90{ border-right-color: rgb(247 254 231 / 0.9); }
.border-r-lime-50\/95{ border-right-color: rgb(247 254 231 / 0.95); }
.border-r-lime-500{ --tw-border-opacity: 1; border-right-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-r-lime-500\/0{ border-right-color: rgb(132 204 22 / 0); }
.border-r-lime-500\/10{ border-right-color: rgb(132 204 22 / 0.1); }
.border-r-lime-500\/100{ border-right-color: rgb(132 204 22 / 1); }
.border-r-lime-500\/20{ border-right-color: rgb(132 204 22 / 0.2); }
.border-r-lime-500\/25{ border-right-color: rgb(132 204 22 / 0.25); }
.border-r-lime-500\/30{ border-right-color: rgb(132 204 22 / 0.3); }
.border-r-lime-500\/40{ border-right-color: rgb(132 204 22 / 0.4); }
.border-r-lime-500\/5{ border-right-color: rgb(132 204 22 / 0.05); }
.border-r-lime-500\/50{ border-right-color: rgb(132 204 22 / 0.5); }
.border-r-lime-500\/60{ border-right-color: rgb(132 204 22 / 0.6); }
.border-r-lime-500\/70{ border-right-color: rgb(132 204 22 / 0.7); }
.border-r-lime-500\/75{ border-right-color: rgb(132 204 22 / 0.75); }
.border-r-lime-500\/80{ border-right-color: rgb(132 204 22 / 0.8); }
.border-r-lime-500\/90{ border-right-color: rgb(132 204 22 / 0.9); }
.border-r-lime-500\/95{ border-right-color: rgb(132 204 22 / 0.95); }
.border-r-lime-600{ --tw-border-opacity: 1; border-right-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-r-lime-600\/0{ border-right-color: rgb(101 163 13 / 0); }
.border-r-lime-600\/10{ border-right-color: rgb(101 163 13 / 0.1); }
.border-r-lime-600\/100{ border-right-color: rgb(101 163 13 / 1); }
.border-r-lime-600\/20{ border-right-color: rgb(101 163 13 / 0.2); }
.border-r-lime-600\/25{ border-right-color: rgb(101 163 13 / 0.25); }
.border-r-lime-600\/30{ border-right-color: rgb(101 163 13 / 0.3); }
.border-r-lime-600\/40{ border-right-color: rgb(101 163 13 / 0.4); }
.border-r-lime-600\/5{ border-right-color: rgb(101 163 13 / 0.05); }
.border-r-lime-600\/50{ border-right-color: rgb(101 163 13 / 0.5); }
.border-r-lime-600\/60{ border-right-color: rgb(101 163 13 / 0.6); }
.border-r-lime-600\/70{ border-right-color: rgb(101 163 13 / 0.7); }
.border-r-lime-600\/75{ border-right-color: rgb(101 163 13 / 0.75); }
.border-r-lime-600\/80{ border-right-color: rgb(101 163 13 / 0.8); }
.border-r-lime-600\/90{ border-right-color: rgb(101 163 13 / 0.9); }
.border-r-lime-600\/95{ border-right-color: rgb(101 163 13 / 0.95); }
.border-r-lime-700{ --tw-border-opacity: 1; border-right-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-r-lime-700\/0{ border-right-color: rgb(77 124 15 / 0); }
.border-r-lime-700\/10{ border-right-color: rgb(77 124 15 / 0.1); }
.border-r-lime-700\/100{ border-right-color: rgb(77 124 15 / 1); }
.border-r-lime-700\/20{ border-right-color: rgb(77 124 15 / 0.2); }
.border-r-lime-700\/25{ border-right-color: rgb(77 124 15 / 0.25); }
.border-r-lime-700\/30{ border-right-color: rgb(77 124 15 / 0.3); }
.border-r-lime-700\/40{ border-right-color: rgb(77 124 15 / 0.4); }
.border-r-lime-700\/5{ border-right-color: rgb(77 124 15 / 0.05); }
.border-r-lime-700\/50{ border-right-color: rgb(77 124 15 / 0.5); }
.border-r-lime-700\/60{ border-right-color: rgb(77 124 15 / 0.6); }
.border-r-lime-700\/70{ border-right-color: rgb(77 124 15 / 0.7); }
.border-r-lime-700\/75{ border-right-color: rgb(77 124 15 / 0.75); }
.border-r-lime-700\/80{ border-right-color: rgb(77 124 15 / 0.8); }
.border-r-lime-700\/90{ border-right-color: rgb(77 124 15 / 0.9); }
.border-r-lime-700\/95{ border-right-color: rgb(77 124 15 / 0.95); }
.border-r-lime-800{ --tw-border-opacity: 1; border-right-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-r-lime-800\/0{ border-right-color: rgb(63 98 18 / 0); }
.border-r-lime-800\/10{ border-right-color: rgb(63 98 18 / 0.1); }
.border-r-lime-800\/100{ border-right-color: rgb(63 98 18 / 1); }
.border-r-lime-800\/20{ border-right-color: rgb(63 98 18 / 0.2); }
.border-r-lime-800\/25{ border-right-color: rgb(63 98 18 / 0.25); }
.border-r-lime-800\/30{ border-right-color: rgb(63 98 18 / 0.3); }
.border-r-lime-800\/40{ border-right-color: rgb(63 98 18 / 0.4); }
.border-r-lime-800\/5{ border-right-color: rgb(63 98 18 / 0.05); }
.border-r-lime-800\/50{ border-right-color: rgb(63 98 18 / 0.5); }
.border-r-lime-800\/60{ border-right-color: rgb(63 98 18 / 0.6); }
.border-r-lime-800\/70{ border-right-color: rgb(63 98 18 / 0.7); }
.border-r-lime-800\/75{ border-right-color: rgb(63 98 18 / 0.75); }
.border-r-lime-800\/80{ border-right-color: rgb(63 98 18 / 0.8); }
.border-r-lime-800\/90{ border-right-color: rgb(63 98 18 / 0.9); }
.border-r-lime-800\/95{ border-right-color: rgb(63 98 18 / 0.95); }
.border-r-lime-900{ --tw-border-opacity: 1; border-right-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-r-lime-900\/0{ border-right-color: rgb(54 83 20 / 0); }
.border-r-lime-900\/10{ border-right-color: rgb(54 83 20 / 0.1); }
.border-r-lime-900\/100{ border-right-color: rgb(54 83 20 / 1); }
.border-r-lime-900\/20{ border-right-color: rgb(54 83 20 / 0.2); }
.border-r-lime-900\/25{ border-right-color: rgb(54 83 20 / 0.25); }
.border-r-lime-900\/30{ border-right-color: rgb(54 83 20 / 0.3); }
.border-r-lime-900\/40{ border-right-color: rgb(54 83 20 / 0.4); }
.border-r-lime-900\/5{ border-right-color: rgb(54 83 20 / 0.05); }
.border-r-lime-900\/50{ border-right-color: rgb(54 83 20 / 0.5); }
.border-r-lime-900\/60{ border-right-color: rgb(54 83 20 / 0.6); }
.border-r-lime-900\/70{ border-right-color: rgb(54 83 20 / 0.7); }
.border-r-lime-900\/75{ border-right-color: rgb(54 83 20 / 0.75); }
.border-r-lime-900\/80{ border-right-color: rgb(54 83 20 / 0.8); }
.border-r-lime-900\/90{ border-right-color: rgb(54 83 20 / 0.9); }
.border-r-lime-900\/95{ border-right-color: rgb(54 83 20 / 0.95); }
.border-r-lime-950{ --tw-border-opacity: 1; border-right-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-r-lime-950\/0{ border-right-color: rgb(26 46 5 / 0); }
.border-r-lime-950\/10{ border-right-color: rgb(26 46 5 / 0.1); }
.border-r-lime-950\/100{ border-right-color: rgb(26 46 5 / 1); }
.border-r-lime-950\/20{ border-right-color: rgb(26 46 5 / 0.2); }
.border-r-lime-950\/25{ border-right-color: rgb(26 46 5 / 0.25); }
.border-r-lime-950\/30{ border-right-color: rgb(26 46 5 / 0.3); }
.border-r-lime-950\/40{ border-right-color: rgb(26 46 5 / 0.4); }
.border-r-lime-950\/5{ border-right-color: rgb(26 46 5 / 0.05); }
.border-r-lime-950\/50{ border-right-color: rgb(26 46 5 / 0.5); }
.border-r-lime-950\/60{ border-right-color: rgb(26 46 5 / 0.6); }
.border-r-lime-950\/70{ border-right-color: rgb(26 46 5 / 0.7); }
.border-r-lime-950\/75{ border-right-color: rgb(26 46 5 / 0.75); }
.border-r-lime-950\/80{ border-right-color: rgb(26 46 5 / 0.8); }
.border-r-lime-950\/90{ border-right-color: rgb(26 46 5 / 0.9); }
.border-r-lime-950\/95{ border-right-color: rgb(26 46 5 / 0.95); }
.border-r-neutral-100{ --tw-border-opacity: 1; border-right-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-r-neutral-100\/0{ border-right-color: rgb(245 245 245 / 0); }
.border-r-neutral-100\/10{ border-right-color: rgb(245 245 245 / 0.1); }
.border-r-neutral-100\/100{ border-right-color: rgb(245 245 245 / 1); }
.border-r-neutral-100\/20{ border-right-color: rgb(245 245 245 / 0.2); }
.border-r-neutral-100\/25{ border-right-color: rgb(245 245 245 / 0.25); }
.border-r-neutral-100\/30{ border-right-color: rgb(245 245 245 / 0.3); }
.border-r-neutral-100\/40{ border-right-color: rgb(245 245 245 / 0.4); }
.border-r-neutral-100\/5{ border-right-color: rgb(245 245 245 / 0.05); }
.border-r-neutral-100\/50{ border-right-color: rgb(245 245 245 / 0.5); }
.border-r-neutral-100\/60{ border-right-color: rgb(245 245 245 / 0.6); }
.border-r-neutral-100\/70{ border-right-color: rgb(245 245 245 / 0.7); }
.border-r-neutral-100\/75{ border-right-color: rgb(245 245 245 / 0.75); }
.border-r-neutral-100\/80{ border-right-color: rgb(245 245 245 / 0.8); }
.border-r-neutral-100\/90{ border-right-color: rgb(245 245 245 / 0.9); }
.border-r-neutral-100\/95{ border-right-color: rgb(245 245 245 / 0.95); }
.border-r-neutral-200{ --tw-border-opacity: 1; border-right-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-r-neutral-200\/0{ border-right-color: rgb(229 229 229 / 0); }
.border-r-neutral-200\/10{ border-right-color: rgb(229 229 229 / 0.1); }
.border-r-neutral-200\/100{ border-right-color: rgb(229 229 229 / 1); }
.border-r-neutral-200\/20{ border-right-color: rgb(229 229 229 / 0.2); }
.border-r-neutral-200\/25{ border-right-color: rgb(229 229 229 / 0.25); }
.border-r-neutral-200\/30{ border-right-color: rgb(229 229 229 / 0.3); }
.border-r-neutral-200\/40{ border-right-color: rgb(229 229 229 / 0.4); }
.border-r-neutral-200\/5{ border-right-color: rgb(229 229 229 / 0.05); }
.border-r-neutral-200\/50{ border-right-color: rgb(229 229 229 / 0.5); }
.border-r-neutral-200\/60{ border-right-color: rgb(229 229 229 / 0.6); }
.border-r-neutral-200\/70{ border-right-color: rgb(229 229 229 / 0.7); }
.border-r-neutral-200\/75{ border-right-color: rgb(229 229 229 / 0.75); }
.border-r-neutral-200\/80{ border-right-color: rgb(229 229 229 / 0.8); }
.border-r-neutral-200\/90{ border-right-color: rgb(229 229 229 / 0.9); }
.border-r-neutral-200\/95{ border-right-color: rgb(229 229 229 / 0.95); }
.border-r-neutral-300{ --tw-border-opacity: 1; border-right-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-r-neutral-300\/0{ border-right-color: rgb(212 212 212 / 0); }
.border-r-neutral-300\/10{ border-right-color: rgb(212 212 212 / 0.1); }
.border-r-neutral-300\/100{ border-right-color: rgb(212 212 212 / 1); }
.border-r-neutral-300\/20{ border-right-color: rgb(212 212 212 / 0.2); }
.border-r-neutral-300\/25{ border-right-color: rgb(212 212 212 / 0.25); }
.border-r-neutral-300\/30{ border-right-color: rgb(212 212 212 / 0.3); }
.border-r-neutral-300\/40{ border-right-color: rgb(212 212 212 / 0.4); }
.border-r-neutral-300\/5{ border-right-color: rgb(212 212 212 / 0.05); }
.border-r-neutral-300\/50{ border-right-color: rgb(212 212 212 / 0.5); }
.border-r-neutral-300\/60{ border-right-color: rgb(212 212 212 / 0.6); }
.border-r-neutral-300\/70{ border-right-color: rgb(212 212 212 / 0.7); }
.border-r-neutral-300\/75{ border-right-color: rgb(212 212 212 / 0.75); }
.border-r-neutral-300\/80{ border-right-color: rgb(212 212 212 / 0.8); }
.border-r-neutral-300\/90{ border-right-color: rgb(212 212 212 / 0.9); }
.border-r-neutral-300\/95{ border-right-color: rgb(212 212 212 / 0.95); }
.border-r-neutral-400{ --tw-border-opacity: 1; border-right-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-r-neutral-400\/0{ border-right-color: rgb(163 163 163 / 0); }
.border-r-neutral-400\/10{ border-right-color: rgb(163 163 163 / 0.1); }
.border-r-neutral-400\/100{ border-right-color: rgb(163 163 163 / 1); }
.border-r-neutral-400\/20{ border-right-color: rgb(163 163 163 / 0.2); }
.border-r-neutral-400\/25{ border-right-color: rgb(163 163 163 / 0.25); }
.border-r-neutral-400\/30{ border-right-color: rgb(163 163 163 / 0.3); }
.border-r-neutral-400\/40{ border-right-color: rgb(163 163 163 / 0.4); }
.border-r-neutral-400\/5{ border-right-color: rgb(163 163 163 / 0.05); }
.border-r-neutral-400\/50{ border-right-color: rgb(163 163 163 / 0.5); }
.border-r-neutral-400\/60{ border-right-color: rgb(163 163 163 / 0.6); }
.border-r-neutral-400\/70{ border-right-color: rgb(163 163 163 / 0.7); }
.border-r-neutral-400\/75{ border-right-color: rgb(163 163 163 / 0.75); }
.border-r-neutral-400\/80{ border-right-color: rgb(163 163 163 / 0.8); }
.border-r-neutral-400\/90{ border-right-color: rgb(163 163 163 / 0.9); }
.border-r-neutral-400\/95{ border-right-color: rgb(163 163 163 / 0.95); }
.border-r-neutral-50{ --tw-border-opacity: 1; border-right-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-r-neutral-50\/0{ border-right-color: rgb(250 250 250 / 0); }
.border-r-neutral-50\/10{ border-right-color: rgb(250 250 250 / 0.1); }
.border-r-neutral-50\/100{ border-right-color: rgb(250 250 250 / 1); }
.border-r-neutral-50\/20{ border-right-color: rgb(250 250 250 / 0.2); }
.border-r-neutral-50\/25{ border-right-color: rgb(250 250 250 / 0.25); }
.border-r-neutral-50\/30{ border-right-color: rgb(250 250 250 / 0.3); }
.border-r-neutral-50\/40{ border-right-color: rgb(250 250 250 / 0.4); }
.border-r-neutral-50\/5{ border-right-color: rgb(250 250 250 / 0.05); }
.border-r-neutral-50\/50{ border-right-color: rgb(250 250 250 / 0.5); }
.border-r-neutral-50\/60{ border-right-color: rgb(250 250 250 / 0.6); }
.border-r-neutral-50\/70{ border-right-color: rgb(250 250 250 / 0.7); }
.border-r-neutral-50\/75{ border-right-color: rgb(250 250 250 / 0.75); }
.border-r-neutral-50\/80{ border-right-color: rgb(250 250 250 / 0.8); }
.border-r-neutral-50\/90{ border-right-color: rgb(250 250 250 / 0.9); }
.border-r-neutral-50\/95{ border-right-color: rgb(250 250 250 / 0.95); }
.border-r-neutral-500{ --tw-border-opacity: 1; border-right-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-r-neutral-500\/0{ border-right-color: rgb(115 115 115 / 0); }
.border-r-neutral-500\/10{ border-right-color: rgb(115 115 115 / 0.1); }
.border-r-neutral-500\/100{ border-right-color: rgb(115 115 115 / 1); }
.border-r-neutral-500\/20{ border-right-color: rgb(115 115 115 / 0.2); }
.border-r-neutral-500\/25{ border-right-color: rgb(115 115 115 / 0.25); }
.border-r-neutral-500\/30{ border-right-color: rgb(115 115 115 / 0.3); }
.border-r-neutral-500\/40{ border-right-color: rgb(115 115 115 / 0.4); }
.border-r-neutral-500\/5{ border-right-color: rgb(115 115 115 / 0.05); }
.border-r-neutral-500\/50{ border-right-color: rgb(115 115 115 / 0.5); }
.border-r-neutral-500\/60{ border-right-color: rgb(115 115 115 / 0.6); }
.border-r-neutral-500\/70{ border-right-color: rgb(115 115 115 / 0.7); }
.border-r-neutral-500\/75{ border-right-color: rgb(115 115 115 / 0.75); }
.border-r-neutral-500\/80{ border-right-color: rgb(115 115 115 / 0.8); }
.border-r-neutral-500\/90{ border-right-color: rgb(115 115 115 / 0.9); }
.border-r-neutral-500\/95{ border-right-color: rgb(115 115 115 / 0.95); }
.border-r-neutral-600{ --tw-border-opacity: 1; border-right-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-r-neutral-600\/0{ border-right-color: rgb(82 82 82 / 0); }
.border-r-neutral-600\/10{ border-right-color: rgb(82 82 82 / 0.1); }
.border-r-neutral-600\/100{ border-right-color: rgb(82 82 82 / 1); }
.border-r-neutral-600\/20{ border-right-color: rgb(82 82 82 / 0.2); }
.border-r-neutral-600\/25{ border-right-color: rgb(82 82 82 / 0.25); }
.border-r-neutral-600\/30{ border-right-color: rgb(82 82 82 / 0.3); }
.border-r-neutral-600\/40{ border-right-color: rgb(82 82 82 / 0.4); }
.border-r-neutral-600\/5{ border-right-color: rgb(82 82 82 / 0.05); }
.border-r-neutral-600\/50{ border-right-color: rgb(82 82 82 / 0.5); }
.border-r-neutral-600\/60{ border-right-color: rgb(82 82 82 / 0.6); }
.border-r-neutral-600\/70{ border-right-color: rgb(82 82 82 / 0.7); }
.border-r-neutral-600\/75{ border-right-color: rgb(82 82 82 / 0.75); }
.border-r-neutral-600\/80{ border-right-color: rgb(82 82 82 / 0.8); }
.border-r-neutral-600\/90{ border-right-color: rgb(82 82 82 / 0.9); }
.border-r-neutral-600\/95{ border-right-color: rgb(82 82 82 / 0.95); }
.border-r-neutral-700{ --tw-border-opacity: 1; border-right-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-r-neutral-700\/0{ border-right-color: rgb(64 64 64 / 0); }
.border-r-neutral-700\/10{ border-right-color: rgb(64 64 64 / 0.1); }
.border-r-neutral-700\/100{ border-right-color: rgb(64 64 64 / 1); }
.border-r-neutral-700\/20{ border-right-color: rgb(64 64 64 / 0.2); }
.border-r-neutral-700\/25{ border-right-color: rgb(64 64 64 / 0.25); }
.border-r-neutral-700\/30{ border-right-color: rgb(64 64 64 / 0.3); }
.border-r-neutral-700\/40{ border-right-color: rgb(64 64 64 / 0.4); }
.border-r-neutral-700\/5{ border-right-color: rgb(64 64 64 / 0.05); }
.border-r-neutral-700\/50{ border-right-color: rgb(64 64 64 / 0.5); }
.border-r-neutral-700\/60{ border-right-color: rgb(64 64 64 / 0.6); }
.border-r-neutral-700\/70{ border-right-color: rgb(64 64 64 / 0.7); }
.border-r-neutral-700\/75{ border-right-color: rgb(64 64 64 / 0.75); }
.border-r-neutral-700\/80{ border-right-color: rgb(64 64 64 / 0.8); }
.border-r-neutral-700\/90{ border-right-color: rgb(64 64 64 / 0.9); }
.border-r-neutral-700\/95{ border-right-color: rgb(64 64 64 / 0.95); }
.border-r-neutral-800{ --tw-border-opacity: 1; border-right-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-r-neutral-800\/0{ border-right-color: rgb(38 38 38 / 0); }
.border-r-neutral-800\/10{ border-right-color: rgb(38 38 38 / 0.1); }
.border-r-neutral-800\/100{ border-right-color: rgb(38 38 38 / 1); }
.border-r-neutral-800\/20{ border-right-color: rgb(38 38 38 / 0.2); }
.border-r-neutral-800\/25{ border-right-color: rgb(38 38 38 / 0.25); }
.border-r-neutral-800\/30{ border-right-color: rgb(38 38 38 / 0.3); }
.border-r-neutral-800\/40{ border-right-color: rgb(38 38 38 / 0.4); }
.border-r-neutral-800\/5{ border-right-color: rgb(38 38 38 / 0.05); }
.border-r-neutral-800\/50{ border-right-color: rgb(38 38 38 / 0.5); }
.border-r-neutral-800\/60{ border-right-color: rgb(38 38 38 / 0.6); }
.border-r-neutral-800\/70{ border-right-color: rgb(38 38 38 / 0.7); }
.border-r-neutral-800\/75{ border-right-color: rgb(38 38 38 / 0.75); }
.border-r-neutral-800\/80{ border-right-color: rgb(38 38 38 / 0.8); }
.border-r-neutral-800\/90{ border-right-color: rgb(38 38 38 / 0.9); }
.border-r-neutral-800\/95{ border-right-color: rgb(38 38 38 / 0.95); }
.border-r-neutral-900{ --tw-border-opacity: 1; border-right-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-r-neutral-900\/0{ border-right-color: rgb(23 23 23 / 0); }
.border-r-neutral-900\/10{ border-right-color: rgb(23 23 23 / 0.1); }
.border-r-neutral-900\/100{ border-right-color: rgb(23 23 23 / 1); }
.border-r-neutral-900\/20{ border-right-color: rgb(23 23 23 / 0.2); }
.border-r-neutral-900\/25{ border-right-color: rgb(23 23 23 / 0.25); }
.border-r-neutral-900\/30{ border-right-color: rgb(23 23 23 / 0.3); }
.border-r-neutral-900\/40{ border-right-color: rgb(23 23 23 / 0.4); }
.border-r-neutral-900\/5{ border-right-color: rgb(23 23 23 / 0.05); }
.border-r-neutral-900\/50{ border-right-color: rgb(23 23 23 / 0.5); }
.border-r-neutral-900\/60{ border-right-color: rgb(23 23 23 / 0.6); }
.border-r-neutral-900\/70{ border-right-color: rgb(23 23 23 / 0.7); }
.border-r-neutral-900\/75{ border-right-color: rgb(23 23 23 / 0.75); }
.border-r-neutral-900\/80{ border-right-color: rgb(23 23 23 / 0.8); }
.border-r-neutral-900\/90{ border-right-color: rgb(23 23 23 / 0.9); }
.border-r-neutral-900\/95{ border-right-color: rgb(23 23 23 / 0.95); }
.border-r-neutral-950{ --tw-border-opacity: 1; border-right-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-r-neutral-950\/0{ border-right-color: rgb(10 10 10 / 0); }
.border-r-neutral-950\/10{ border-right-color: rgb(10 10 10 / 0.1); }
.border-r-neutral-950\/100{ border-right-color: rgb(10 10 10 / 1); }
.border-r-neutral-950\/20{ border-right-color: rgb(10 10 10 / 0.2); }
.border-r-neutral-950\/25{ border-right-color: rgb(10 10 10 / 0.25); }
.border-r-neutral-950\/30{ border-right-color: rgb(10 10 10 / 0.3); }
.border-r-neutral-950\/40{ border-right-color: rgb(10 10 10 / 0.4); }
.border-r-neutral-950\/5{ border-right-color: rgb(10 10 10 / 0.05); }
.border-r-neutral-950\/50{ border-right-color: rgb(10 10 10 / 0.5); }
.border-r-neutral-950\/60{ border-right-color: rgb(10 10 10 / 0.6); }
.border-r-neutral-950\/70{ border-right-color: rgb(10 10 10 / 0.7); }
.border-r-neutral-950\/75{ border-right-color: rgb(10 10 10 / 0.75); }
.border-r-neutral-950\/80{ border-right-color: rgb(10 10 10 / 0.8); }
.border-r-neutral-950\/90{ border-right-color: rgb(10 10 10 / 0.9); }
.border-r-neutral-950\/95{ border-right-color: rgb(10 10 10 / 0.95); }
.border-r-orange-100{ --tw-border-opacity: 1; border-right-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-r-orange-100\/0{ border-right-color: rgb(255 237 213 / 0); }
.border-r-orange-100\/10{ border-right-color: rgb(255 237 213 / 0.1); }
.border-r-orange-100\/100{ border-right-color: rgb(255 237 213 / 1); }
.border-r-orange-100\/20{ border-right-color: rgb(255 237 213 / 0.2); }
.border-r-orange-100\/25{ border-right-color: rgb(255 237 213 / 0.25); }
.border-r-orange-100\/30{ border-right-color: rgb(255 237 213 / 0.3); }
.border-r-orange-100\/40{ border-right-color: rgb(255 237 213 / 0.4); }
.border-r-orange-100\/5{ border-right-color: rgb(255 237 213 / 0.05); }
.border-r-orange-100\/50{ border-right-color: rgb(255 237 213 / 0.5); }
.border-r-orange-100\/60{ border-right-color: rgb(255 237 213 / 0.6); }
.border-r-orange-100\/70{ border-right-color: rgb(255 237 213 / 0.7); }
.border-r-orange-100\/75{ border-right-color: rgb(255 237 213 / 0.75); }
.border-r-orange-100\/80{ border-right-color: rgb(255 237 213 / 0.8); }
.border-r-orange-100\/90{ border-right-color: rgb(255 237 213 / 0.9); }
.border-r-orange-100\/95{ border-right-color: rgb(255 237 213 / 0.95); }
.border-r-orange-200{ --tw-border-opacity: 1; border-right-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-r-orange-200\/0{ border-right-color: rgb(254 215 170 / 0); }
.border-r-orange-200\/10{ border-right-color: rgb(254 215 170 / 0.1); }
.border-r-orange-200\/100{ border-right-color: rgb(254 215 170 / 1); }
.border-r-orange-200\/20{ border-right-color: rgb(254 215 170 / 0.2); }
.border-r-orange-200\/25{ border-right-color: rgb(254 215 170 / 0.25); }
.border-r-orange-200\/30{ border-right-color: rgb(254 215 170 / 0.3); }
.border-r-orange-200\/40{ border-right-color: rgb(254 215 170 / 0.4); }
.border-r-orange-200\/5{ border-right-color: rgb(254 215 170 / 0.05); }
.border-r-orange-200\/50{ border-right-color: rgb(254 215 170 / 0.5); }
.border-r-orange-200\/60{ border-right-color: rgb(254 215 170 / 0.6); }
.border-r-orange-200\/70{ border-right-color: rgb(254 215 170 / 0.7); }
.border-r-orange-200\/75{ border-right-color: rgb(254 215 170 / 0.75); }
.border-r-orange-200\/80{ border-right-color: rgb(254 215 170 / 0.8); }
.border-r-orange-200\/90{ border-right-color: rgb(254 215 170 / 0.9); }
.border-r-orange-200\/95{ border-right-color: rgb(254 215 170 / 0.95); }
.border-r-orange-300{ --tw-border-opacity: 1; border-right-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-r-orange-300\/0{ border-right-color: rgb(253 186 116 / 0); }
.border-r-orange-300\/10{ border-right-color: rgb(253 186 116 / 0.1); }
.border-r-orange-300\/100{ border-right-color: rgb(253 186 116 / 1); }
.border-r-orange-300\/20{ border-right-color: rgb(253 186 116 / 0.2); }
.border-r-orange-300\/25{ border-right-color: rgb(253 186 116 / 0.25); }
.border-r-orange-300\/30{ border-right-color: rgb(253 186 116 / 0.3); }
.border-r-orange-300\/40{ border-right-color: rgb(253 186 116 / 0.4); }
.border-r-orange-300\/5{ border-right-color: rgb(253 186 116 / 0.05); }
.border-r-orange-300\/50{ border-right-color: rgb(253 186 116 / 0.5); }
.border-r-orange-300\/60{ border-right-color: rgb(253 186 116 / 0.6); }
.border-r-orange-300\/70{ border-right-color: rgb(253 186 116 / 0.7); }
.border-r-orange-300\/75{ border-right-color: rgb(253 186 116 / 0.75); }
.border-r-orange-300\/80{ border-right-color: rgb(253 186 116 / 0.8); }
.border-r-orange-300\/90{ border-right-color: rgb(253 186 116 / 0.9); }
.border-r-orange-300\/95{ border-right-color: rgb(253 186 116 / 0.95); }
.border-r-orange-400{ --tw-border-opacity: 1; border-right-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-r-orange-400\/0{ border-right-color: rgb(251 146 60 / 0); }
.border-r-orange-400\/10{ border-right-color: rgb(251 146 60 / 0.1); }
.border-r-orange-400\/100{ border-right-color: rgb(251 146 60 / 1); }
.border-r-orange-400\/20{ border-right-color: rgb(251 146 60 / 0.2); }
.border-r-orange-400\/25{ border-right-color: rgb(251 146 60 / 0.25); }
.border-r-orange-400\/30{ border-right-color: rgb(251 146 60 / 0.3); }
.border-r-orange-400\/40{ border-right-color: rgb(251 146 60 / 0.4); }
.border-r-orange-400\/5{ border-right-color: rgb(251 146 60 / 0.05); }
.border-r-orange-400\/50{ border-right-color: rgb(251 146 60 / 0.5); }
.border-r-orange-400\/60{ border-right-color: rgb(251 146 60 / 0.6); }
.border-r-orange-400\/70{ border-right-color: rgb(251 146 60 / 0.7); }
.border-r-orange-400\/75{ border-right-color: rgb(251 146 60 / 0.75); }
.border-r-orange-400\/80{ border-right-color: rgb(251 146 60 / 0.8); }
.border-r-orange-400\/90{ border-right-color: rgb(251 146 60 / 0.9); }
.border-r-orange-400\/95{ border-right-color: rgb(251 146 60 / 0.95); }
.border-r-orange-50{ --tw-border-opacity: 1; border-right-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-r-orange-50\/0{ border-right-color: rgb(255 247 237 / 0); }
.border-r-orange-50\/10{ border-right-color: rgb(255 247 237 / 0.1); }
.border-r-orange-50\/100{ border-right-color: rgb(255 247 237 / 1); }
.border-r-orange-50\/20{ border-right-color: rgb(255 247 237 / 0.2); }
.border-r-orange-50\/25{ border-right-color: rgb(255 247 237 / 0.25); }
.border-r-orange-50\/30{ border-right-color: rgb(255 247 237 / 0.3); }
.border-r-orange-50\/40{ border-right-color: rgb(255 247 237 / 0.4); }
.border-r-orange-50\/5{ border-right-color: rgb(255 247 237 / 0.05); }
.border-r-orange-50\/50{ border-right-color: rgb(255 247 237 / 0.5); }
.border-r-orange-50\/60{ border-right-color: rgb(255 247 237 / 0.6); }
.border-r-orange-50\/70{ border-right-color: rgb(255 247 237 / 0.7); }
.border-r-orange-50\/75{ border-right-color: rgb(255 247 237 / 0.75); }
.border-r-orange-50\/80{ border-right-color: rgb(255 247 237 / 0.8); }
.border-r-orange-50\/90{ border-right-color: rgb(255 247 237 / 0.9); }
.border-r-orange-50\/95{ border-right-color: rgb(255 247 237 / 0.95); }
.border-r-orange-500{ --tw-border-opacity: 1; border-right-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-r-orange-500\/0{ border-right-color: rgb(249 115 22 / 0); }
.border-r-orange-500\/10{ border-right-color: rgb(249 115 22 / 0.1); }
.border-r-orange-500\/100{ border-right-color: rgb(249 115 22 / 1); }
.border-r-orange-500\/20{ border-right-color: rgb(249 115 22 / 0.2); }
.border-r-orange-500\/25{ border-right-color: rgb(249 115 22 / 0.25); }
.border-r-orange-500\/30{ border-right-color: rgb(249 115 22 / 0.3); }
.border-r-orange-500\/40{ border-right-color: rgb(249 115 22 / 0.4); }
.border-r-orange-500\/5{ border-right-color: rgb(249 115 22 / 0.05); }
.border-r-orange-500\/50{ border-right-color: rgb(249 115 22 / 0.5); }
.border-r-orange-500\/60{ border-right-color: rgb(249 115 22 / 0.6); }
.border-r-orange-500\/70{ border-right-color: rgb(249 115 22 / 0.7); }
.border-r-orange-500\/75{ border-right-color: rgb(249 115 22 / 0.75); }
.border-r-orange-500\/80{ border-right-color: rgb(249 115 22 / 0.8); }
.border-r-orange-500\/90{ border-right-color: rgb(249 115 22 / 0.9); }
.border-r-orange-500\/95{ border-right-color: rgb(249 115 22 / 0.95); }
.border-r-orange-600{ --tw-border-opacity: 1; border-right-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-r-orange-600\/0{ border-right-color: rgb(234 88 12 / 0); }
.border-r-orange-600\/10{ border-right-color: rgb(234 88 12 / 0.1); }
.border-r-orange-600\/100{ border-right-color: rgb(234 88 12 / 1); }
.border-r-orange-600\/20{ border-right-color: rgb(234 88 12 / 0.2); }
.border-r-orange-600\/25{ border-right-color: rgb(234 88 12 / 0.25); }
.border-r-orange-600\/30{ border-right-color: rgb(234 88 12 / 0.3); }
.border-r-orange-600\/40{ border-right-color: rgb(234 88 12 / 0.4); }
.border-r-orange-600\/5{ border-right-color: rgb(234 88 12 / 0.05); }
.border-r-orange-600\/50{ border-right-color: rgb(234 88 12 / 0.5); }
.border-r-orange-600\/60{ border-right-color: rgb(234 88 12 / 0.6); }
.border-r-orange-600\/70{ border-right-color: rgb(234 88 12 / 0.7); }
.border-r-orange-600\/75{ border-right-color: rgb(234 88 12 / 0.75); }
.border-r-orange-600\/80{ border-right-color: rgb(234 88 12 / 0.8); }
.border-r-orange-600\/90{ border-right-color: rgb(234 88 12 / 0.9); }
.border-r-orange-600\/95{ border-right-color: rgb(234 88 12 / 0.95); }
.border-r-orange-700{ --tw-border-opacity: 1; border-right-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-r-orange-700\/0{ border-right-color: rgb(194 65 12 / 0); }
.border-r-orange-700\/10{ border-right-color: rgb(194 65 12 / 0.1); }
.border-r-orange-700\/100{ border-right-color: rgb(194 65 12 / 1); }
.border-r-orange-700\/20{ border-right-color: rgb(194 65 12 / 0.2); }
.border-r-orange-700\/25{ border-right-color: rgb(194 65 12 / 0.25); }
.border-r-orange-700\/30{ border-right-color: rgb(194 65 12 / 0.3); }
.border-r-orange-700\/40{ border-right-color: rgb(194 65 12 / 0.4); }
.border-r-orange-700\/5{ border-right-color: rgb(194 65 12 / 0.05); }
.border-r-orange-700\/50{ border-right-color: rgb(194 65 12 / 0.5); }
.border-r-orange-700\/60{ border-right-color: rgb(194 65 12 / 0.6); }
.border-r-orange-700\/70{ border-right-color: rgb(194 65 12 / 0.7); }
.border-r-orange-700\/75{ border-right-color: rgb(194 65 12 / 0.75); }
.border-r-orange-700\/80{ border-right-color: rgb(194 65 12 / 0.8); }
.border-r-orange-700\/90{ border-right-color: rgb(194 65 12 / 0.9); }
.border-r-orange-700\/95{ border-right-color: rgb(194 65 12 / 0.95); }
.border-r-orange-800{ --tw-border-opacity: 1; border-right-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-r-orange-800\/0{ border-right-color: rgb(154 52 18 / 0); }
.border-r-orange-800\/10{ border-right-color: rgb(154 52 18 / 0.1); }
.border-r-orange-800\/100{ border-right-color: rgb(154 52 18 / 1); }
.border-r-orange-800\/20{ border-right-color: rgb(154 52 18 / 0.2); }
.border-r-orange-800\/25{ border-right-color: rgb(154 52 18 / 0.25); }
.border-r-orange-800\/30{ border-right-color: rgb(154 52 18 / 0.3); }
.border-r-orange-800\/40{ border-right-color: rgb(154 52 18 / 0.4); }
.border-r-orange-800\/5{ border-right-color: rgb(154 52 18 / 0.05); }
.border-r-orange-800\/50{ border-right-color: rgb(154 52 18 / 0.5); }
.border-r-orange-800\/60{ border-right-color: rgb(154 52 18 / 0.6); }
.border-r-orange-800\/70{ border-right-color: rgb(154 52 18 / 0.7); }
.border-r-orange-800\/75{ border-right-color: rgb(154 52 18 / 0.75); }
.border-r-orange-800\/80{ border-right-color: rgb(154 52 18 / 0.8); }
.border-r-orange-800\/90{ border-right-color: rgb(154 52 18 / 0.9); }
.border-r-orange-800\/95{ border-right-color: rgb(154 52 18 / 0.95); }
.border-r-orange-900{ --tw-border-opacity: 1; border-right-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-r-orange-900\/0{ border-right-color: rgb(124 45 18 / 0); }
.border-r-orange-900\/10{ border-right-color: rgb(124 45 18 / 0.1); }
.border-r-orange-900\/100{ border-right-color: rgb(124 45 18 / 1); }
.border-r-orange-900\/20{ border-right-color: rgb(124 45 18 / 0.2); }
.border-r-orange-900\/25{ border-right-color: rgb(124 45 18 / 0.25); }
.border-r-orange-900\/30{ border-right-color: rgb(124 45 18 / 0.3); }
.border-r-orange-900\/40{ border-right-color: rgb(124 45 18 / 0.4); }
.border-r-orange-900\/5{ border-right-color: rgb(124 45 18 / 0.05); }
.border-r-orange-900\/50{ border-right-color: rgb(124 45 18 / 0.5); }
.border-r-orange-900\/60{ border-right-color: rgb(124 45 18 / 0.6); }
.border-r-orange-900\/70{ border-right-color: rgb(124 45 18 / 0.7); }
.border-r-orange-900\/75{ border-right-color: rgb(124 45 18 / 0.75); }
.border-r-orange-900\/80{ border-right-color: rgb(124 45 18 / 0.8); }
.border-r-orange-900\/90{ border-right-color: rgb(124 45 18 / 0.9); }
.border-r-orange-900\/95{ border-right-color: rgb(124 45 18 / 0.95); }
.border-r-orange-950{ --tw-border-opacity: 1; border-right-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-r-orange-950\/0{ border-right-color: rgb(67 20 7 / 0); }
.border-r-orange-950\/10{ border-right-color: rgb(67 20 7 / 0.1); }
.border-r-orange-950\/100{ border-right-color: rgb(67 20 7 / 1); }
.border-r-orange-950\/20{ border-right-color: rgb(67 20 7 / 0.2); }
.border-r-orange-950\/25{ border-right-color: rgb(67 20 7 / 0.25); }
.border-r-orange-950\/30{ border-right-color: rgb(67 20 7 / 0.3); }
.border-r-orange-950\/40{ border-right-color: rgb(67 20 7 / 0.4); }
.border-r-orange-950\/5{ border-right-color: rgb(67 20 7 / 0.05); }
.border-r-orange-950\/50{ border-right-color: rgb(67 20 7 / 0.5); }
.border-r-orange-950\/60{ border-right-color: rgb(67 20 7 / 0.6); }
.border-r-orange-950\/70{ border-right-color: rgb(67 20 7 / 0.7); }
.border-r-orange-950\/75{ border-right-color: rgb(67 20 7 / 0.75); }
.border-r-orange-950\/80{ border-right-color: rgb(67 20 7 / 0.8); }
.border-r-orange-950\/90{ border-right-color: rgb(67 20 7 / 0.9); }
.border-r-orange-950\/95{ border-right-color: rgb(67 20 7 / 0.95); }
.border-r-pink-100{ --tw-border-opacity: 1; border-right-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-r-pink-100\/0{ border-right-color: rgb(252 231 243 / 0); }
.border-r-pink-100\/10{ border-right-color: rgb(252 231 243 / 0.1); }
.border-r-pink-100\/100{ border-right-color: rgb(252 231 243 / 1); }
.border-r-pink-100\/20{ border-right-color: rgb(252 231 243 / 0.2); }
.border-r-pink-100\/25{ border-right-color: rgb(252 231 243 / 0.25); }
.border-r-pink-100\/30{ border-right-color: rgb(252 231 243 / 0.3); }
.border-r-pink-100\/40{ border-right-color: rgb(252 231 243 / 0.4); }
.border-r-pink-100\/5{ border-right-color: rgb(252 231 243 / 0.05); }
.border-r-pink-100\/50{ border-right-color: rgb(252 231 243 / 0.5); }
.border-r-pink-100\/60{ border-right-color: rgb(252 231 243 / 0.6); }
.border-r-pink-100\/70{ border-right-color: rgb(252 231 243 / 0.7); }
.border-r-pink-100\/75{ border-right-color: rgb(252 231 243 / 0.75); }
.border-r-pink-100\/80{ border-right-color: rgb(252 231 243 / 0.8); }
.border-r-pink-100\/90{ border-right-color: rgb(252 231 243 / 0.9); }
.border-r-pink-100\/95{ border-right-color: rgb(252 231 243 / 0.95); }
.border-r-pink-200{ --tw-border-opacity: 1; border-right-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-r-pink-200\/0{ border-right-color: rgb(251 207 232 / 0); }
.border-r-pink-200\/10{ border-right-color: rgb(251 207 232 / 0.1); }
.border-r-pink-200\/100{ border-right-color: rgb(251 207 232 / 1); }
.border-r-pink-200\/20{ border-right-color: rgb(251 207 232 / 0.2); }
.border-r-pink-200\/25{ border-right-color: rgb(251 207 232 / 0.25); }
.border-r-pink-200\/30{ border-right-color: rgb(251 207 232 / 0.3); }
.border-r-pink-200\/40{ border-right-color: rgb(251 207 232 / 0.4); }
.border-r-pink-200\/5{ border-right-color: rgb(251 207 232 / 0.05); }
.border-r-pink-200\/50{ border-right-color: rgb(251 207 232 / 0.5); }
.border-r-pink-200\/60{ border-right-color: rgb(251 207 232 / 0.6); }
.border-r-pink-200\/70{ border-right-color: rgb(251 207 232 / 0.7); }
.border-r-pink-200\/75{ border-right-color: rgb(251 207 232 / 0.75); }
.border-r-pink-200\/80{ border-right-color: rgb(251 207 232 / 0.8); }
.border-r-pink-200\/90{ border-right-color: rgb(251 207 232 / 0.9); }
.border-r-pink-200\/95{ border-right-color: rgb(251 207 232 / 0.95); }
.border-r-pink-300{ --tw-border-opacity: 1; border-right-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-r-pink-300\/0{ border-right-color: rgb(249 168 212 / 0); }
.border-r-pink-300\/10{ border-right-color: rgb(249 168 212 / 0.1); }
.border-r-pink-300\/100{ border-right-color: rgb(249 168 212 / 1); }
.border-r-pink-300\/20{ border-right-color: rgb(249 168 212 / 0.2); }
.border-r-pink-300\/25{ border-right-color: rgb(249 168 212 / 0.25); }
.border-r-pink-300\/30{ border-right-color: rgb(249 168 212 / 0.3); }
.border-r-pink-300\/40{ border-right-color: rgb(249 168 212 / 0.4); }
.border-r-pink-300\/5{ border-right-color: rgb(249 168 212 / 0.05); }
.border-r-pink-300\/50{ border-right-color: rgb(249 168 212 / 0.5); }
.border-r-pink-300\/60{ border-right-color: rgb(249 168 212 / 0.6); }
.border-r-pink-300\/70{ border-right-color: rgb(249 168 212 / 0.7); }
.border-r-pink-300\/75{ border-right-color: rgb(249 168 212 / 0.75); }
.border-r-pink-300\/80{ border-right-color: rgb(249 168 212 / 0.8); }
.border-r-pink-300\/90{ border-right-color: rgb(249 168 212 / 0.9); }
.border-r-pink-300\/95{ border-right-color: rgb(249 168 212 / 0.95); }
.border-r-pink-400{ --tw-border-opacity: 1; border-right-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-r-pink-400\/0{ border-right-color: rgb(244 114 182 / 0); }
.border-r-pink-400\/10{ border-right-color: rgb(244 114 182 / 0.1); }
.border-r-pink-400\/100{ border-right-color: rgb(244 114 182 / 1); }
.border-r-pink-400\/20{ border-right-color: rgb(244 114 182 / 0.2); }
.border-r-pink-400\/25{ border-right-color: rgb(244 114 182 / 0.25); }
.border-r-pink-400\/30{ border-right-color: rgb(244 114 182 / 0.3); }
.border-r-pink-400\/40{ border-right-color: rgb(244 114 182 / 0.4); }
.border-r-pink-400\/5{ border-right-color: rgb(244 114 182 / 0.05); }
.border-r-pink-400\/50{ border-right-color: rgb(244 114 182 / 0.5); }
.border-r-pink-400\/60{ border-right-color: rgb(244 114 182 / 0.6); }
.border-r-pink-400\/70{ border-right-color: rgb(244 114 182 / 0.7); }
.border-r-pink-400\/75{ border-right-color: rgb(244 114 182 / 0.75); }
.border-r-pink-400\/80{ border-right-color: rgb(244 114 182 / 0.8); }
.border-r-pink-400\/90{ border-right-color: rgb(244 114 182 / 0.9); }
.border-r-pink-400\/95{ border-right-color: rgb(244 114 182 / 0.95); }
.border-r-pink-50{ --tw-border-opacity: 1; border-right-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-r-pink-50\/0{ border-right-color: rgb(253 242 248 / 0); }
.border-r-pink-50\/10{ border-right-color: rgb(253 242 248 / 0.1); }
.border-r-pink-50\/100{ border-right-color: rgb(253 242 248 / 1); }
.border-r-pink-50\/20{ border-right-color: rgb(253 242 248 / 0.2); }
.border-r-pink-50\/25{ border-right-color: rgb(253 242 248 / 0.25); }
.border-r-pink-50\/30{ border-right-color: rgb(253 242 248 / 0.3); }
.border-r-pink-50\/40{ border-right-color: rgb(253 242 248 / 0.4); }
.border-r-pink-50\/5{ border-right-color: rgb(253 242 248 / 0.05); }
.border-r-pink-50\/50{ border-right-color: rgb(253 242 248 / 0.5); }
.border-r-pink-50\/60{ border-right-color: rgb(253 242 248 / 0.6); }
.border-r-pink-50\/70{ border-right-color: rgb(253 242 248 / 0.7); }
.border-r-pink-50\/75{ border-right-color: rgb(253 242 248 / 0.75); }
.border-r-pink-50\/80{ border-right-color: rgb(253 242 248 / 0.8); }
.border-r-pink-50\/90{ border-right-color: rgb(253 242 248 / 0.9); }
.border-r-pink-50\/95{ border-right-color: rgb(253 242 248 / 0.95); }
.border-r-pink-500{ --tw-border-opacity: 1; border-right-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-r-pink-500\/0{ border-right-color: rgb(236 72 153 / 0); }
.border-r-pink-500\/10{ border-right-color: rgb(236 72 153 / 0.1); }
.border-r-pink-500\/100{ border-right-color: rgb(236 72 153 / 1); }
.border-r-pink-500\/20{ border-right-color: rgb(236 72 153 / 0.2); }
.border-r-pink-500\/25{ border-right-color: rgb(236 72 153 / 0.25); }
.border-r-pink-500\/30{ border-right-color: rgb(236 72 153 / 0.3); }
.border-r-pink-500\/40{ border-right-color: rgb(236 72 153 / 0.4); }
.border-r-pink-500\/5{ border-right-color: rgb(236 72 153 / 0.05); }
.border-r-pink-500\/50{ border-right-color: rgb(236 72 153 / 0.5); }
.border-r-pink-500\/60{ border-right-color: rgb(236 72 153 / 0.6); }
.border-r-pink-500\/70{ border-right-color: rgb(236 72 153 / 0.7); }
.border-r-pink-500\/75{ border-right-color: rgb(236 72 153 / 0.75); }
.border-r-pink-500\/80{ border-right-color: rgb(236 72 153 / 0.8); }
.border-r-pink-500\/90{ border-right-color: rgb(236 72 153 / 0.9); }
.border-r-pink-500\/95{ border-right-color: rgb(236 72 153 / 0.95); }
.border-r-pink-600{ --tw-border-opacity: 1; border-right-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-r-pink-600\/0{ border-right-color: rgb(219 39 119 / 0); }
.border-r-pink-600\/10{ border-right-color: rgb(219 39 119 / 0.1); }
.border-r-pink-600\/100{ border-right-color: rgb(219 39 119 / 1); }
.border-r-pink-600\/20{ border-right-color: rgb(219 39 119 / 0.2); }
.border-r-pink-600\/25{ border-right-color: rgb(219 39 119 / 0.25); }
.border-r-pink-600\/30{ border-right-color: rgb(219 39 119 / 0.3); }
.border-r-pink-600\/40{ border-right-color: rgb(219 39 119 / 0.4); }
.border-r-pink-600\/5{ border-right-color: rgb(219 39 119 / 0.05); }
.border-r-pink-600\/50{ border-right-color: rgb(219 39 119 / 0.5); }
.border-r-pink-600\/60{ border-right-color: rgb(219 39 119 / 0.6); }
.border-r-pink-600\/70{ border-right-color: rgb(219 39 119 / 0.7); }
.border-r-pink-600\/75{ border-right-color: rgb(219 39 119 / 0.75); }
.border-r-pink-600\/80{ border-right-color: rgb(219 39 119 / 0.8); }
.border-r-pink-600\/90{ border-right-color: rgb(219 39 119 / 0.9); }
.border-r-pink-600\/95{ border-right-color: rgb(219 39 119 / 0.95); }
.border-r-pink-700{ --tw-border-opacity: 1; border-right-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-r-pink-700\/0{ border-right-color: rgb(190 24 93 / 0); }
.border-r-pink-700\/10{ border-right-color: rgb(190 24 93 / 0.1); }
.border-r-pink-700\/100{ border-right-color: rgb(190 24 93 / 1); }
.border-r-pink-700\/20{ border-right-color: rgb(190 24 93 / 0.2); }
.border-r-pink-700\/25{ border-right-color: rgb(190 24 93 / 0.25); }
.border-r-pink-700\/30{ border-right-color: rgb(190 24 93 / 0.3); }
.border-r-pink-700\/40{ border-right-color: rgb(190 24 93 / 0.4); }
.border-r-pink-700\/5{ border-right-color: rgb(190 24 93 / 0.05); }
.border-r-pink-700\/50{ border-right-color: rgb(190 24 93 / 0.5); }
.border-r-pink-700\/60{ border-right-color: rgb(190 24 93 / 0.6); }
.border-r-pink-700\/70{ border-right-color: rgb(190 24 93 / 0.7); }
.border-r-pink-700\/75{ border-right-color: rgb(190 24 93 / 0.75); }
.border-r-pink-700\/80{ border-right-color: rgb(190 24 93 / 0.8); }
.border-r-pink-700\/90{ border-right-color: rgb(190 24 93 / 0.9); }
.border-r-pink-700\/95{ border-right-color: rgb(190 24 93 / 0.95); }
.border-r-pink-800{ --tw-border-opacity: 1; border-right-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-r-pink-800\/0{ border-right-color: rgb(157 23 77 / 0); }
.border-r-pink-800\/10{ border-right-color: rgb(157 23 77 / 0.1); }
.border-r-pink-800\/100{ border-right-color: rgb(157 23 77 / 1); }
.border-r-pink-800\/20{ border-right-color: rgb(157 23 77 / 0.2); }
.border-r-pink-800\/25{ border-right-color: rgb(157 23 77 / 0.25); }
.border-r-pink-800\/30{ border-right-color: rgb(157 23 77 / 0.3); }
.border-r-pink-800\/40{ border-right-color: rgb(157 23 77 / 0.4); }
.border-r-pink-800\/5{ border-right-color: rgb(157 23 77 / 0.05); }
.border-r-pink-800\/50{ border-right-color: rgb(157 23 77 / 0.5); }
.border-r-pink-800\/60{ border-right-color: rgb(157 23 77 / 0.6); }
.border-r-pink-800\/70{ border-right-color: rgb(157 23 77 / 0.7); }
.border-r-pink-800\/75{ border-right-color: rgb(157 23 77 / 0.75); }
.border-r-pink-800\/80{ border-right-color: rgb(157 23 77 / 0.8); }
.border-r-pink-800\/90{ border-right-color: rgb(157 23 77 / 0.9); }
.border-r-pink-800\/95{ border-right-color: rgb(157 23 77 / 0.95); }
.border-r-pink-900{ --tw-border-opacity: 1; border-right-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-r-pink-900\/0{ border-right-color: rgb(131 24 67 / 0); }
.border-r-pink-900\/10{ border-right-color: rgb(131 24 67 / 0.1); }
.border-r-pink-900\/100{ border-right-color: rgb(131 24 67 / 1); }
.border-r-pink-900\/20{ border-right-color: rgb(131 24 67 / 0.2); }
.border-r-pink-900\/25{ border-right-color: rgb(131 24 67 / 0.25); }
.border-r-pink-900\/30{ border-right-color: rgb(131 24 67 / 0.3); }
.border-r-pink-900\/40{ border-right-color: rgb(131 24 67 / 0.4); }
.border-r-pink-900\/5{ border-right-color: rgb(131 24 67 / 0.05); }
.border-r-pink-900\/50{ border-right-color: rgb(131 24 67 / 0.5); }
.border-r-pink-900\/60{ border-right-color: rgb(131 24 67 / 0.6); }
.border-r-pink-900\/70{ border-right-color: rgb(131 24 67 / 0.7); }
.border-r-pink-900\/75{ border-right-color: rgb(131 24 67 / 0.75); }
.border-r-pink-900\/80{ border-right-color: rgb(131 24 67 / 0.8); }
.border-r-pink-900\/90{ border-right-color: rgb(131 24 67 / 0.9); }
.border-r-pink-900\/95{ border-right-color: rgb(131 24 67 / 0.95); }
.border-r-pink-950{ --tw-border-opacity: 1; border-right-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-r-pink-950\/0{ border-right-color: rgb(80 7 36 / 0); }
.border-r-pink-950\/10{ border-right-color: rgb(80 7 36 / 0.1); }
.border-r-pink-950\/100{ border-right-color: rgb(80 7 36 / 1); }
.border-r-pink-950\/20{ border-right-color: rgb(80 7 36 / 0.2); }
.border-r-pink-950\/25{ border-right-color: rgb(80 7 36 / 0.25); }
.border-r-pink-950\/30{ border-right-color: rgb(80 7 36 / 0.3); }
.border-r-pink-950\/40{ border-right-color: rgb(80 7 36 / 0.4); }
.border-r-pink-950\/5{ border-right-color: rgb(80 7 36 / 0.05); }
.border-r-pink-950\/50{ border-right-color: rgb(80 7 36 / 0.5); }
.border-r-pink-950\/60{ border-right-color: rgb(80 7 36 / 0.6); }
.border-r-pink-950\/70{ border-right-color: rgb(80 7 36 / 0.7); }
.border-r-pink-950\/75{ border-right-color: rgb(80 7 36 / 0.75); }
.border-r-pink-950\/80{ border-right-color: rgb(80 7 36 / 0.8); }
.border-r-pink-950\/90{ border-right-color: rgb(80 7 36 / 0.9); }
.border-r-pink-950\/95{ border-right-color: rgb(80 7 36 / 0.95); }
.border-r-purple-100{ --tw-border-opacity: 1; border-right-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-r-purple-100\/0{ border-right-color: rgb(243 232 255 / 0); }
.border-r-purple-100\/10{ border-right-color: rgb(243 232 255 / 0.1); }
.border-r-purple-100\/100{ border-right-color: rgb(243 232 255 / 1); }
.border-r-purple-100\/20{ border-right-color: rgb(243 232 255 / 0.2); }
.border-r-purple-100\/25{ border-right-color: rgb(243 232 255 / 0.25); }
.border-r-purple-100\/30{ border-right-color: rgb(243 232 255 / 0.3); }
.border-r-purple-100\/40{ border-right-color: rgb(243 232 255 / 0.4); }
.border-r-purple-100\/5{ border-right-color: rgb(243 232 255 / 0.05); }
.border-r-purple-100\/50{ border-right-color: rgb(243 232 255 / 0.5); }
.border-r-purple-100\/60{ border-right-color: rgb(243 232 255 / 0.6); }
.border-r-purple-100\/70{ border-right-color: rgb(243 232 255 / 0.7); }
.border-r-purple-100\/75{ border-right-color: rgb(243 232 255 / 0.75); }
.border-r-purple-100\/80{ border-right-color: rgb(243 232 255 / 0.8); }
.border-r-purple-100\/90{ border-right-color: rgb(243 232 255 / 0.9); }
.border-r-purple-100\/95{ border-right-color: rgb(243 232 255 / 0.95); }
.border-r-purple-200{ --tw-border-opacity: 1; border-right-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-r-purple-200\/0{ border-right-color: rgb(233 213 255 / 0); }
.border-r-purple-200\/10{ border-right-color: rgb(233 213 255 / 0.1); }
.border-r-purple-200\/100{ border-right-color: rgb(233 213 255 / 1); }
.border-r-purple-200\/20{ border-right-color: rgb(233 213 255 / 0.2); }
.border-r-purple-200\/25{ border-right-color: rgb(233 213 255 / 0.25); }
.border-r-purple-200\/30{ border-right-color: rgb(233 213 255 / 0.3); }
.border-r-purple-200\/40{ border-right-color: rgb(233 213 255 / 0.4); }
.border-r-purple-200\/5{ border-right-color: rgb(233 213 255 / 0.05); }
.border-r-purple-200\/50{ border-right-color: rgb(233 213 255 / 0.5); }
.border-r-purple-200\/60{ border-right-color: rgb(233 213 255 / 0.6); }
.border-r-purple-200\/70{ border-right-color: rgb(233 213 255 / 0.7); }
.border-r-purple-200\/75{ border-right-color: rgb(233 213 255 / 0.75); }
.border-r-purple-200\/80{ border-right-color: rgb(233 213 255 / 0.8); }
.border-r-purple-200\/90{ border-right-color: rgb(233 213 255 / 0.9); }
.border-r-purple-200\/95{ border-right-color: rgb(233 213 255 / 0.95); }
.border-r-purple-300{ --tw-border-opacity: 1; border-right-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-r-purple-300\/0{ border-right-color: rgb(216 180 254 / 0); }
.border-r-purple-300\/10{ border-right-color: rgb(216 180 254 / 0.1); }
.border-r-purple-300\/100{ border-right-color: rgb(216 180 254 / 1); }
.border-r-purple-300\/20{ border-right-color: rgb(216 180 254 / 0.2); }
.border-r-purple-300\/25{ border-right-color: rgb(216 180 254 / 0.25); }
.border-r-purple-300\/30{ border-right-color: rgb(216 180 254 / 0.3); }
.border-r-purple-300\/40{ border-right-color: rgb(216 180 254 / 0.4); }
.border-r-purple-300\/5{ border-right-color: rgb(216 180 254 / 0.05); }
.border-r-purple-300\/50{ border-right-color: rgb(216 180 254 / 0.5); }
.border-r-purple-300\/60{ border-right-color: rgb(216 180 254 / 0.6); }
.border-r-purple-300\/70{ border-right-color: rgb(216 180 254 / 0.7); }
.border-r-purple-300\/75{ border-right-color: rgb(216 180 254 / 0.75); }
.border-r-purple-300\/80{ border-right-color: rgb(216 180 254 / 0.8); }
.border-r-purple-300\/90{ border-right-color: rgb(216 180 254 / 0.9); }
.border-r-purple-300\/95{ border-right-color: rgb(216 180 254 / 0.95); }
.border-r-purple-400{ --tw-border-opacity: 1; border-right-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-r-purple-400\/0{ border-right-color: rgb(192 132 252 / 0); }
.border-r-purple-400\/10{ border-right-color: rgb(192 132 252 / 0.1); }
.border-r-purple-400\/100{ border-right-color: rgb(192 132 252 / 1); }
.border-r-purple-400\/20{ border-right-color: rgb(192 132 252 / 0.2); }
.border-r-purple-400\/25{ border-right-color: rgb(192 132 252 / 0.25); }
.border-r-purple-400\/30{ border-right-color: rgb(192 132 252 / 0.3); }
.border-r-purple-400\/40{ border-right-color: rgb(192 132 252 / 0.4); }
.border-r-purple-400\/5{ border-right-color: rgb(192 132 252 / 0.05); }
.border-r-purple-400\/50{ border-right-color: rgb(192 132 252 / 0.5); }
.border-r-purple-400\/60{ border-right-color: rgb(192 132 252 / 0.6); }
.border-r-purple-400\/70{ border-right-color: rgb(192 132 252 / 0.7); }
.border-r-purple-400\/75{ border-right-color: rgb(192 132 252 / 0.75); }
.border-r-purple-400\/80{ border-right-color: rgb(192 132 252 / 0.8); }
.border-r-purple-400\/90{ border-right-color: rgb(192 132 252 / 0.9); }
.border-r-purple-400\/95{ border-right-color: rgb(192 132 252 / 0.95); }
.border-r-purple-50{ --tw-border-opacity: 1; border-right-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-r-purple-50\/0{ border-right-color: rgb(250 245 255 / 0); }
.border-r-purple-50\/10{ border-right-color: rgb(250 245 255 / 0.1); }
.border-r-purple-50\/100{ border-right-color: rgb(250 245 255 / 1); }
.border-r-purple-50\/20{ border-right-color: rgb(250 245 255 / 0.2); }
.border-r-purple-50\/25{ border-right-color: rgb(250 245 255 / 0.25); }
.border-r-purple-50\/30{ border-right-color: rgb(250 245 255 / 0.3); }
.border-r-purple-50\/40{ border-right-color: rgb(250 245 255 / 0.4); }
.border-r-purple-50\/5{ border-right-color: rgb(250 245 255 / 0.05); }
.border-r-purple-50\/50{ border-right-color: rgb(250 245 255 / 0.5); }
.border-r-purple-50\/60{ border-right-color: rgb(250 245 255 / 0.6); }
.border-r-purple-50\/70{ border-right-color: rgb(250 245 255 / 0.7); }
.border-r-purple-50\/75{ border-right-color: rgb(250 245 255 / 0.75); }
.border-r-purple-50\/80{ border-right-color: rgb(250 245 255 / 0.8); }
.border-r-purple-50\/90{ border-right-color: rgb(250 245 255 / 0.9); }
.border-r-purple-50\/95{ border-right-color: rgb(250 245 255 / 0.95); }
.border-r-purple-500{ --tw-border-opacity: 1; border-right-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-r-purple-500\/0{ border-right-color: rgb(168 85 247 / 0); }
.border-r-purple-500\/10{ border-right-color: rgb(168 85 247 / 0.1); }
.border-r-purple-500\/100{ border-right-color: rgb(168 85 247 / 1); }
.border-r-purple-500\/20{ border-right-color: rgb(168 85 247 / 0.2); }
.border-r-purple-500\/25{ border-right-color: rgb(168 85 247 / 0.25); }
.border-r-purple-500\/30{ border-right-color: rgb(168 85 247 / 0.3); }
.border-r-purple-500\/40{ border-right-color: rgb(168 85 247 / 0.4); }
.border-r-purple-500\/5{ border-right-color: rgb(168 85 247 / 0.05); }
.border-r-purple-500\/50{ border-right-color: rgb(168 85 247 / 0.5); }
.border-r-purple-500\/60{ border-right-color: rgb(168 85 247 / 0.6); }
.border-r-purple-500\/70{ border-right-color: rgb(168 85 247 / 0.7); }
.border-r-purple-500\/75{ border-right-color: rgb(168 85 247 / 0.75); }
.border-r-purple-500\/80{ border-right-color: rgb(168 85 247 / 0.8); }
.border-r-purple-500\/90{ border-right-color: rgb(168 85 247 / 0.9); }
.border-r-purple-500\/95{ border-right-color: rgb(168 85 247 / 0.95); }
.border-r-purple-600{ --tw-border-opacity: 1; border-right-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-r-purple-600\/0{ border-right-color: rgb(147 51 234 / 0); }
.border-r-purple-600\/10{ border-right-color: rgb(147 51 234 / 0.1); }
.border-r-purple-600\/100{ border-right-color: rgb(147 51 234 / 1); }
.border-r-purple-600\/20{ border-right-color: rgb(147 51 234 / 0.2); }
.border-r-purple-600\/25{ border-right-color: rgb(147 51 234 / 0.25); }
.border-r-purple-600\/30{ border-right-color: rgb(147 51 234 / 0.3); }
.border-r-purple-600\/40{ border-right-color: rgb(147 51 234 / 0.4); }
.border-r-purple-600\/5{ border-right-color: rgb(147 51 234 / 0.05); }
.border-r-purple-600\/50{ border-right-color: rgb(147 51 234 / 0.5); }
.border-r-purple-600\/60{ border-right-color: rgb(147 51 234 / 0.6); }
.border-r-purple-600\/70{ border-right-color: rgb(147 51 234 / 0.7); }
.border-r-purple-600\/75{ border-right-color: rgb(147 51 234 / 0.75); }
.border-r-purple-600\/80{ border-right-color: rgb(147 51 234 / 0.8); }
.border-r-purple-600\/90{ border-right-color: rgb(147 51 234 / 0.9); }
.border-r-purple-600\/95{ border-right-color: rgb(147 51 234 / 0.95); }
.border-r-purple-700{ --tw-border-opacity: 1; border-right-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-r-purple-700\/0{ border-right-color: rgb(126 34 206 / 0); }
.border-r-purple-700\/10{ border-right-color: rgb(126 34 206 / 0.1); }
.border-r-purple-700\/100{ border-right-color: rgb(126 34 206 / 1); }
.border-r-purple-700\/20{ border-right-color: rgb(126 34 206 / 0.2); }
.border-r-purple-700\/25{ border-right-color: rgb(126 34 206 / 0.25); }
.border-r-purple-700\/30{ border-right-color: rgb(126 34 206 / 0.3); }
.border-r-purple-700\/40{ border-right-color: rgb(126 34 206 / 0.4); }
.border-r-purple-700\/5{ border-right-color: rgb(126 34 206 / 0.05); }
.border-r-purple-700\/50{ border-right-color: rgb(126 34 206 / 0.5); }
.border-r-purple-700\/60{ border-right-color: rgb(126 34 206 / 0.6); }
.border-r-purple-700\/70{ border-right-color: rgb(126 34 206 / 0.7); }
.border-r-purple-700\/75{ border-right-color: rgb(126 34 206 / 0.75); }
.border-r-purple-700\/80{ border-right-color: rgb(126 34 206 / 0.8); }
.border-r-purple-700\/90{ border-right-color: rgb(126 34 206 / 0.9); }
.border-r-purple-700\/95{ border-right-color: rgb(126 34 206 / 0.95); }
.border-r-purple-800{ --tw-border-opacity: 1; border-right-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-r-purple-800\/0{ border-right-color: rgb(107 33 168 / 0); }
.border-r-purple-800\/10{ border-right-color: rgb(107 33 168 / 0.1); }
.border-r-purple-800\/100{ border-right-color: rgb(107 33 168 / 1); }
.border-r-purple-800\/20{ border-right-color: rgb(107 33 168 / 0.2); }
.border-r-purple-800\/25{ border-right-color: rgb(107 33 168 / 0.25); }
.border-r-purple-800\/30{ border-right-color: rgb(107 33 168 / 0.3); }
.border-r-purple-800\/40{ border-right-color: rgb(107 33 168 / 0.4); }
.border-r-purple-800\/5{ border-right-color: rgb(107 33 168 / 0.05); }
.border-r-purple-800\/50{ border-right-color: rgb(107 33 168 / 0.5); }
.border-r-purple-800\/60{ border-right-color: rgb(107 33 168 / 0.6); }
.border-r-purple-800\/70{ border-right-color: rgb(107 33 168 / 0.7); }
.border-r-purple-800\/75{ border-right-color: rgb(107 33 168 / 0.75); }
.border-r-purple-800\/80{ border-right-color: rgb(107 33 168 / 0.8); }
.border-r-purple-800\/90{ border-right-color: rgb(107 33 168 / 0.9); }
.border-r-purple-800\/95{ border-right-color: rgb(107 33 168 / 0.95); }
.border-r-purple-900{ --tw-border-opacity: 1; border-right-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-r-purple-900\/0{ border-right-color: rgb(88 28 135 / 0); }
.border-r-purple-900\/10{ border-right-color: rgb(88 28 135 / 0.1); }
.border-r-purple-900\/100{ border-right-color: rgb(88 28 135 / 1); }
.border-r-purple-900\/20{ border-right-color: rgb(88 28 135 / 0.2); }
.border-r-purple-900\/25{ border-right-color: rgb(88 28 135 / 0.25); }
.border-r-purple-900\/30{ border-right-color: rgb(88 28 135 / 0.3); }
.border-r-purple-900\/40{ border-right-color: rgb(88 28 135 / 0.4); }
.border-r-purple-900\/5{ border-right-color: rgb(88 28 135 / 0.05); }
.border-r-purple-900\/50{ border-right-color: rgb(88 28 135 / 0.5); }
.border-r-purple-900\/60{ border-right-color: rgb(88 28 135 / 0.6); }
.border-r-purple-900\/70{ border-right-color: rgb(88 28 135 / 0.7); }
.border-r-purple-900\/75{ border-right-color: rgb(88 28 135 / 0.75); }
.border-r-purple-900\/80{ border-right-color: rgb(88 28 135 / 0.8); }
.border-r-purple-900\/90{ border-right-color: rgb(88 28 135 / 0.9); }
.border-r-purple-900\/95{ border-right-color: rgb(88 28 135 / 0.95); }
.border-r-purple-950{ --tw-border-opacity: 1; border-right-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-r-purple-950\/0{ border-right-color: rgb(59 7 100 / 0); }
.border-r-purple-950\/10{ border-right-color: rgb(59 7 100 / 0.1); }
.border-r-purple-950\/100{ border-right-color: rgb(59 7 100 / 1); }
.border-r-purple-950\/20{ border-right-color: rgb(59 7 100 / 0.2); }
.border-r-purple-950\/25{ border-right-color: rgb(59 7 100 / 0.25); }
.border-r-purple-950\/30{ border-right-color: rgb(59 7 100 / 0.3); }
.border-r-purple-950\/40{ border-right-color: rgb(59 7 100 / 0.4); }
.border-r-purple-950\/5{ border-right-color: rgb(59 7 100 / 0.05); }
.border-r-purple-950\/50{ border-right-color: rgb(59 7 100 / 0.5); }
.border-r-purple-950\/60{ border-right-color: rgb(59 7 100 / 0.6); }
.border-r-purple-950\/70{ border-right-color: rgb(59 7 100 / 0.7); }
.border-r-purple-950\/75{ border-right-color: rgb(59 7 100 / 0.75); }
.border-r-purple-950\/80{ border-right-color: rgb(59 7 100 / 0.8); }
.border-r-purple-950\/90{ border-right-color: rgb(59 7 100 / 0.9); }
.border-r-purple-950\/95{ border-right-color: rgb(59 7 100 / 0.95); }
.border-r-red-100{ --tw-border-opacity: 1; border-right-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-r-red-100\/0{ border-right-color: rgb(254 226 226 / 0); }
.border-r-red-100\/10{ border-right-color: rgb(254 226 226 / 0.1); }
.border-r-red-100\/100{ border-right-color: rgb(254 226 226 / 1); }
.border-r-red-100\/20{ border-right-color: rgb(254 226 226 / 0.2); }
.border-r-red-100\/25{ border-right-color: rgb(254 226 226 / 0.25); }
.border-r-red-100\/30{ border-right-color: rgb(254 226 226 / 0.3); }
.border-r-red-100\/40{ border-right-color: rgb(254 226 226 / 0.4); }
.border-r-red-100\/5{ border-right-color: rgb(254 226 226 / 0.05); }
.border-r-red-100\/50{ border-right-color: rgb(254 226 226 / 0.5); }
.border-r-red-100\/60{ border-right-color: rgb(254 226 226 / 0.6); }
.border-r-red-100\/70{ border-right-color: rgb(254 226 226 / 0.7); }
.border-r-red-100\/75{ border-right-color: rgb(254 226 226 / 0.75); }
.border-r-red-100\/80{ border-right-color: rgb(254 226 226 / 0.8); }
.border-r-red-100\/90{ border-right-color: rgb(254 226 226 / 0.9); }
.border-r-red-100\/95{ border-right-color: rgb(254 226 226 / 0.95); }
.border-r-red-200{ --tw-border-opacity: 1; border-right-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-r-red-200\/0{ border-right-color: rgb(254 202 202 / 0); }
.border-r-red-200\/10{ border-right-color: rgb(254 202 202 / 0.1); }
.border-r-red-200\/100{ border-right-color: rgb(254 202 202 / 1); }
.border-r-red-200\/20{ border-right-color: rgb(254 202 202 / 0.2); }
.border-r-red-200\/25{ border-right-color: rgb(254 202 202 / 0.25); }
.border-r-red-200\/30{ border-right-color: rgb(254 202 202 / 0.3); }
.border-r-red-200\/40{ border-right-color: rgb(254 202 202 / 0.4); }
.border-r-red-200\/5{ border-right-color: rgb(254 202 202 / 0.05); }
.border-r-red-200\/50{ border-right-color: rgb(254 202 202 / 0.5); }
.border-r-red-200\/60{ border-right-color: rgb(254 202 202 / 0.6); }
.border-r-red-200\/70{ border-right-color: rgb(254 202 202 / 0.7); }
.border-r-red-200\/75{ border-right-color: rgb(254 202 202 / 0.75); }
.border-r-red-200\/80{ border-right-color: rgb(254 202 202 / 0.8); }
.border-r-red-200\/90{ border-right-color: rgb(254 202 202 / 0.9); }
.border-r-red-200\/95{ border-right-color: rgb(254 202 202 / 0.95); }
.border-r-red-300{ --tw-border-opacity: 1; border-right-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-r-red-300\/0{ border-right-color: rgb(252 165 165 / 0); }
.border-r-red-300\/10{ border-right-color: rgb(252 165 165 / 0.1); }
.border-r-red-300\/100{ border-right-color: rgb(252 165 165 / 1); }
.border-r-red-300\/20{ border-right-color: rgb(252 165 165 / 0.2); }
.border-r-red-300\/25{ border-right-color: rgb(252 165 165 / 0.25); }
.border-r-red-300\/30{ border-right-color: rgb(252 165 165 / 0.3); }
.border-r-red-300\/40{ border-right-color: rgb(252 165 165 / 0.4); }
.border-r-red-300\/5{ border-right-color: rgb(252 165 165 / 0.05); }
.border-r-red-300\/50{ border-right-color: rgb(252 165 165 / 0.5); }
.border-r-red-300\/60{ border-right-color: rgb(252 165 165 / 0.6); }
.border-r-red-300\/70{ border-right-color: rgb(252 165 165 / 0.7); }
.border-r-red-300\/75{ border-right-color: rgb(252 165 165 / 0.75); }
.border-r-red-300\/80{ border-right-color: rgb(252 165 165 / 0.8); }
.border-r-red-300\/90{ border-right-color: rgb(252 165 165 / 0.9); }
.border-r-red-300\/95{ border-right-color: rgb(252 165 165 / 0.95); }
.border-r-red-400{ --tw-border-opacity: 1; border-right-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-r-red-400\/0{ border-right-color: rgb(248 113 113 / 0); }
.border-r-red-400\/10{ border-right-color: rgb(248 113 113 / 0.1); }
.border-r-red-400\/100{ border-right-color: rgb(248 113 113 / 1); }
.border-r-red-400\/20{ border-right-color: rgb(248 113 113 / 0.2); }
.border-r-red-400\/25{ border-right-color: rgb(248 113 113 / 0.25); }
.border-r-red-400\/30{ border-right-color: rgb(248 113 113 / 0.3); }
.border-r-red-400\/40{ border-right-color: rgb(248 113 113 / 0.4); }
.border-r-red-400\/5{ border-right-color: rgb(248 113 113 / 0.05); }
.border-r-red-400\/50{ border-right-color: rgb(248 113 113 / 0.5); }
.border-r-red-400\/60{ border-right-color: rgb(248 113 113 / 0.6); }
.border-r-red-400\/70{ border-right-color: rgb(248 113 113 / 0.7); }
.border-r-red-400\/75{ border-right-color: rgb(248 113 113 / 0.75); }
.border-r-red-400\/80{ border-right-color: rgb(248 113 113 / 0.8); }
.border-r-red-400\/90{ border-right-color: rgb(248 113 113 / 0.9); }
.border-r-red-400\/95{ border-right-color: rgb(248 113 113 / 0.95); }
.border-r-red-50{ --tw-border-opacity: 1; border-right-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-r-red-50\/0{ border-right-color: rgb(254 242 242 / 0); }
.border-r-red-50\/10{ border-right-color: rgb(254 242 242 / 0.1); }
.border-r-red-50\/100{ border-right-color: rgb(254 242 242 / 1); }
.border-r-red-50\/20{ border-right-color: rgb(254 242 242 / 0.2); }
.border-r-red-50\/25{ border-right-color: rgb(254 242 242 / 0.25); }
.border-r-red-50\/30{ border-right-color: rgb(254 242 242 / 0.3); }
.border-r-red-50\/40{ border-right-color: rgb(254 242 242 / 0.4); }
.border-r-red-50\/5{ border-right-color: rgb(254 242 242 / 0.05); }
.border-r-red-50\/50{ border-right-color: rgb(254 242 242 / 0.5); }
.border-r-red-50\/60{ border-right-color: rgb(254 242 242 / 0.6); }
.border-r-red-50\/70{ border-right-color: rgb(254 242 242 / 0.7); }
.border-r-red-50\/75{ border-right-color: rgb(254 242 242 / 0.75); }
.border-r-red-50\/80{ border-right-color: rgb(254 242 242 / 0.8); }
.border-r-red-50\/90{ border-right-color: rgb(254 242 242 / 0.9); }
.border-r-red-50\/95{ border-right-color: rgb(254 242 242 / 0.95); }
.border-r-red-500{ --tw-border-opacity: 1; border-right-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-r-red-500\/0{ border-right-color: rgb(239 68 68 / 0); }
.border-r-red-500\/10{ border-right-color: rgb(239 68 68 / 0.1); }
.border-r-red-500\/100{ border-right-color: rgb(239 68 68 / 1); }
.border-r-red-500\/20{ border-right-color: rgb(239 68 68 / 0.2); }
.border-r-red-500\/25{ border-right-color: rgb(239 68 68 / 0.25); }
.border-r-red-500\/30{ border-right-color: rgb(239 68 68 / 0.3); }
.border-r-red-500\/40{ border-right-color: rgb(239 68 68 / 0.4); }
.border-r-red-500\/5{ border-right-color: rgb(239 68 68 / 0.05); }
.border-r-red-500\/50{ border-right-color: rgb(239 68 68 / 0.5); }
.border-r-red-500\/60{ border-right-color: rgb(239 68 68 / 0.6); }
.border-r-red-500\/70{ border-right-color: rgb(239 68 68 / 0.7); }
.border-r-red-500\/75{ border-right-color: rgb(239 68 68 / 0.75); }
.border-r-red-500\/80{ border-right-color: rgb(239 68 68 / 0.8); }
.border-r-red-500\/90{ border-right-color: rgb(239 68 68 / 0.9); }
.border-r-red-500\/95{ border-right-color: rgb(239 68 68 / 0.95); }
.border-r-red-600{ --tw-border-opacity: 1; border-right-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-r-red-600\/0{ border-right-color: rgb(220 38 38 / 0); }
.border-r-red-600\/10{ border-right-color: rgb(220 38 38 / 0.1); }
.border-r-red-600\/100{ border-right-color: rgb(220 38 38 / 1); }
.border-r-red-600\/20{ border-right-color: rgb(220 38 38 / 0.2); }
.border-r-red-600\/25{ border-right-color: rgb(220 38 38 / 0.25); }
.border-r-red-600\/30{ border-right-color: rgb(220 38 38 / 0.3); }
.border-r-red-600\/40{ border-right-color: rgb(220 38 38 / 0.4); }
.border-r-red-600\/5{ border-right-color: rgb(220 38 38 / 0.05); }
.border-r-red-600\/50{ border-right-color: rgb(220 38 38 / 0.5); }
.border-r-red-600\/60{ border-right-color: rgb(220 38 38 / 0.6); }
.border-r-red-600\/70{ border-right-color: rgb(220 38 38 / 0.7); }
.border-r-red-600\/75{ border-right-color: rgb(220 38 38 / 0.75); }
.border-r-red-600\/80{ border-right-color: rgb(220 38 38 / 0.8); }
.border-r-red-600\/90{ border-right-color: rgb(220 38 38 / 0.9); }
.border-r-red-600\/95{ border-right-color: rgb(220 38 38 / 0.95); }
.border-r-red-700{ --tw-border-opacity: 1; border-right-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-r-red-700\/0{ border-right-color: rgb(185 28 28 / 0); }
.border-r-red-700\/10{ border-right-color: rgb(185 28 28 / 0.1); }
.border-r-red-700\/100{ border-right-color: rgb(185 28 28 / 1); }
.border-r-red-700\/20{ border-right-color: rgb(185 28 28 / 0.2); }
.border-r-red-700\/25{ border-right-color: rgb(185 28 28 / 0.25); }
.border-r-red-700\/30{ border-right-color: rgb(185 28 28 / 0.3); }
.border-r-red-700\/40{ border-right-color: rgb(185 28 28 / 0.4); }
.border-r-red-700\/5{ border-right-color: rgb(185 28 28 / 0.05); }
.border-r-red-700\/50{ border-right-color: rgb(185 28 28 / 0.5); }
.border-r-red-700\/60{ border-right-color: rgb(185 28 28 / 0.6); }
.border-r-red-700\/70{ border-right-color: rgb(185 28 28 / 0.7); }
.border-r-red-700\/75{ border-right-color: rgb(185 28 28 / 0.75); }
.border-r-red-700\/80{ border-right-color: rgb(185 28 28 / 0.8); }
.border-r-red-700\/90{ border-right-color: rgb(185 28 28 / 0.9); }
.border-r-red-700\/95{ border-right-color: rgb(185 28 28 / 0.95); }
.border-r-red-800{ --tw-border-opacity: 1; border-right-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-r-red-800\/0{ border-right-color: rgb(153 27 27 / 0); }
.border-r-red-800\/10{ border-right-color: rgb(153 27 27 / 0.1); }
.border-r-red-800\/100{ border-right-color: rgb(153 27 27 / 1); }
.border-r-red-800\/20{ border-right-color: rgb(153 27 27 / 0.2); }
.border-r-red-800\/25{ border-right-color: rgb(153 27 27 / 0.25); }
.border-r-red-800\/30{ border-right-color: rgb(153 27 27 / 0.3); }
.border-r-red-800\/40{ border-right-color: rgb(153 27 27 / 0.4); }
.border-r-red-800\/5{ border-right-color: rgb(153 27 27 / 0.05); }
.border-r-red-800\/50{ border-right-color: rgb(153 27 27 / 0.5); }
.border-r-red-800\/60{ border-right-color: rgb(153 27 27 / 0.6); }
.border-r-red-800\/70{ border-right-color: rgb(153 27 27 / 0.7); }
.border-r-red-800\/75{ border-right-color: rgb(153 27 27 / 0.75); }
.border-r-red-800\/80{ border-right-color: rgb(153 27 27 / 0.8); }
.border-r-red-800\/90{ border-right-color: rgb(153 27 27 / 0.9); }
.border-r-red-800\/95{ border-right-color: rgb(153 27 27 / 0.95); }
.border-r-red-900{ --tw-border-opacity: 1; border-right-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-r-red-900\/0{ border-right-color: rgb(127 29 29 / 0); }
.border-r-red-900\/10{ border-right-color: rgb(127 29 29 / 0.1); }
.border-r-red-900\/100{ border-right-color: rgb(127 29 29 / 1); }
.border-r-red-900\/20{ border-right-color: rgb(127 29 29 / 0.2); }
.border-r-red-900\/25{ border-right-color: rgb(127 29 29 / 0.25); }
.border-r-red-900\/30{ border-right-color: rgb(127 29 29 / 0.3); }
.border-r-red-900\/40{ border-right-color: rgb(127 29 29 / 0.4); }
.border-r-red-900\/5{ border-right-color: rgb(127 29 29 / 0.05); }
.border-r-red-900\/50{ border-right-color: rgb(127 29 29 / 0.5); }
.border-r-red-900\/60{ border-right-color: rgb(127 29 29 / 0.6); }
.border-r-red-900\/70{ border-right-color: rgb(127 29 29 / 0.7); }
.border-r-red-900\/75{ border-right-color: rgb(127 29 29 / 0.75); }
.border-r-red-900\/80{ border-right-color: rgb(127 29 29 / 0.8); }
.border-r-red-900\/90{ border-right-color: rgb(127 29 29 / 0.9); }
.border-r-red-900\/95{ border-right-color: rgb(127 29 29 / 0.95); }
.border-r-red-950{ --tw-border-opacity: 1; border-right-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-r-red-950\/0{ border-right-color: rgb(69 10 10 / 0); }
.border-r-red-950\/10{ border-right-color: rgb(69 10 10 / 0.1); }
.border-r-red-950\/100{ border-right-color: rgb(69 10 10 / 1); }
.border-r-red-950\/20{ border-right-color: rgb(69 10 10 / 0.2); }
.border-r-red-950\/25{ border-right-color: rgb(69 10 10 / 0.25); }
.border-r-red-950\/30{ border-right-color: rgb(69 10 10 / 0.3); }
.border-r-red-950\/40{ border-right-color: rgb(69 10 10 / 0.4); }
.border-r-red-950\/5{ border-right-color: rgb(69 10 10 / 0.05); }
.border-r-red-950\/50{ border-right-color: rgb(69 10 10 / 0.5); }
.border-r-red-950\/60{ border-right-color: rgb(69 10 10 / 0.6); }
.border-r-red-950\/70{ border-right-color: rgb(69 10 10 / 0.7); }
.border-r-red-950\/75{ border-right-color: rgb(69 10 10 / 0.75); }
.border-r-red-950\/80{ border-right-color: rgb(69 10 10 / 0.8); }
.border-r-red-950\/90{ border-right-color: rgb(69 10 10 / 0.9); }
.border-r-red-950\/95{ border-right-color: rgb(69 10 10 / 0.95); }
.border-r-rose-100{ --tw-border-opacity: 1; border-right-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-r-rose-100\/0{ border-right-color: rgb(255 228 230 / 0); }
.border-r-rose-100\/10{ border-right-color: rgb(255 228 230 / 0.1); }
.border-r-rose-100\/100{ border-right-color: rgb(255 228 230 / 1); }
.border-r-rose-100\/20{ border-right-color: rgb(255 228 230 / 0.2); }
.border-r-rose-100\/25{ border-right-color: rgb(255 228 230 / 0.25); }
.border-r-rose-100\/30{ border-right-color: rgb(255 228 230 / 0.3); }
.border-r-rose-100\/40{ border-right-color: rgb(255 228 230 / 0.4); }
.border-r-rose-100\/5{ border-right-color: rgb(255 228 230 / 0.05); }
.border-r-rose-100\/50{ border-right-color: rgb(255 228 230 / 0.5); }
.border-r-rose-100\/60{ border-right-color: rgb(255 228 230 / 0.6); }
.border-r-rose-100\/70{ border-right-color: rgb(255 228 230 / 0.7); }
.border-r-rose-100\/75{ border-right-color: rgb(255 228 230 / 0.75); }
.border-r-rose-100\/80{ border-right-color: rgb(255 228 230 / 0.8); }
.border-r-rose-100\/90{ border-right-color: rgb(255 228 230 / 0.9); }
.border-r-rose-100\/95{ border-right-color: rgb(255 228 230 / 0.95); }
.border-r-rose-200{ --tw-border-opacity: 1; border-right-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-r-rose-200\/0{ border-right-color: rgb(254 205 211 / 0); }
.border-r-rose-200\/10{ border-right-color: rgb(254 205 211 / 0.1); }
.border-r-rose-200\/100{ border-right-color: rgb(254 205 211 / 1); }
.border-r-rose-200\/20{ border-right-color: rgb(254 205 211 / 0.2); }
.border-r-rose-200\/25{ border-right-color: rgb(254 205 211 / 0.25); }
.border-r-rose-200\/30{ border-right-color: rgb(254 205 211 / 0.3); }
.border-r-rose-200\/40{ border-right-color: rgb(254 205 211 / 0.4); }
.border-r-rose-200\/5{ border-right-color: rgb(254 205 211 / 0.05); }
.border-r-rose-200\/50{ border-right-color: rgb(254 205 211 / 0.5); }
.border-r-rose-200\/60{ border-right-color: rgb(254 205 211 / 0.6); }
.border-r-rose-200\/70{ border-right-color: rgb(254 205 211 / 0.7); }
.border-r-rose-200\/75{ border-right-color: rgb(254 205 211 / 0.75); }
.border-r-rose-200\/80{ border-right-color: rgb(254 205 211 / 0.8); }
.border-r-rose-200\/90{ border-right-color: rgb(254 205 211 / 0.9); }
.border-r-rose-200\/95{ border-right-color: rgb(254 205 211 / 0.95); }
.border-r-rose-300{ --tw-border-opacity: 1; border-right-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-r-rose-300\/0{ border-right-color: rgb(253 164 175 / 0); }
.border-r-rose-300\/10{ border-right-color: rgb(253 164 175 / 0.1); }
.border-r-rose-300\/100{ border-right-color: rgb(253 164 175 / 1); }
.border-r-rose-300\/20{ border-right-color: rgb(253 164 175 / 0.2); }
.border-r-rose-300\/25{ border-right-color: rgb(253 164 175 / 0.25); }
.border-r-rose-300\/30{ border-right-color: rgb(253 164 175 / 0.3); }
.border-r-rose-300\/40{ border-right-color: rgb(253 164 175 / 0.4); }
.border-r-rose-300\/5{ border-right-color: rgb(253 164 175 / 0.05); }
.border-r-rose-300\/50{ border-right-color: rgb(253 164 175 / 0.5); }
.border-r-rose-300\/60{ border-right-color: rgb(253 164 175 / 0.6); }
.border-r-rose-300\/70{ border-right-color: rgb(253 164 175 / 0.7); }
.border-r-rose-300\/75{ border-right-color: rgb(253 164 175 / 0.75); }
.border-r-rose-300\/80{ border-right-color: rgb(253 164 175 / 0.8); }
.border-r-rose-300\/90{ border-right-color: rgb(253 164 175 / 0.9); }
.border-r-rose-300\/95{ border-right-color: rgb(253 164 175 / 0.95); }
.border-r-rose-400{ --tw-border-opacity: 1; border-right-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-r-rose-400\/0{ border-right-color: rgb(251 113 133 / 0); }
.border-r-rose-400\/10{ border-right-color: rgb(251 113 133 / 0.1); }
.border-r-rose-400\/100{ border-right-color: rgb(251 113 133 / 1); }
.border-r-rose-400\/20{ border-right-color: rgb(251 113 133 / 0.2); }
.border-r-rose-400\/25{ border-right-color: rgb(251 113 133 / 0.25); }
.border-r-rose-400\/30{ border-right-color: rgb(251 113 133 / 0.3); }
.border-r-rose-400\/40{ border-right-color: rgb(251 113 133 / 0.4); }
.border-r-rose-400\/5{ border-right-color: rgb(251 113 133 / 0.05); }
.border-r-rose-400\/50{ border-right-color: rgb(251 113 133 / 0.5); }
.border-r-rose-400\/60{ border-right-color: rgb(251 113 133 / 0.6); }
.border-r-rose-400\/70{ border-right-color: rgb(251 113 133 / 0.7); }
.border-r-rose-400\/75{ border-right-color: rgb(251 113 133 / 0.75); }
.border-r-rose-400\/80{ border-right-color: rgb(251 113 133 / 0.8); }
.border-r-rose-400\/90{ border-right-color: rgb(251 113 133 / 0.9); }
.border-r-rose-400\/95{ border-right-color: rgb(251 113 133 / 0.95); }
.border-r-rose-50{ --tw-border-opacity: 1; border-right-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-r-rose-50\/0{ border-right-color: rgb(255 241 242 / 0); }
.border-r-rose-50\/10{ border-right-color: rgb(255 241 242 / 0.1); }
.border-r-rose-50\/100{ border-right-color: rgb(255 241 242 / 1); }
.border-r-rose-50\/20{ border-right-color: rgb(255 241 242 / 0.2); }
.border-r-rose-50\/25{ border-right-color: rgb(255 241 242 / 0.25); }
.border-r-rose-50\/30{ border-right-color: rgb(255 241 242 / 0.3); }
.border-r-rose-50\/40{ border-right-color: rgb(255 241 242 / 0.4); }
.border-r-rose-50\/5{ border-right-color: rgb(255 241 242 / 0.05); }
.border-r-rose-50\/50{ border-right-color: rgb(255 241 242 / 0.5); }
.border-r-rose-50\/60{ border-right-color: rgb(255 241 242 / 0.6); }
.border-r-rose-50\/70{ border-right-color: rgb(255 241 242 / 0.7); }
.border-r-rose-50\/75{ border-right-color: rgb(255 241 242 / 0.75); }
.border-r-rose-50\/80{ border-right-color: rgb(255 241 242 / 0.8); }
.border-r-rose-50\/90{ border-right-color: rgb(255 241 242 / 0.9); }
.border-r-rose-50\/95{ border-right-color: rgb(255 241 242 / 0.95); }
.border-r-rose-500{ --tw-border-opacity: 1; border-right-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-r-rose-500\/0{ border-right-color: rgb(244 63 94 / 0); }
.border-r-rose-500\/10{ border-right-color: rgb(244 63 94 / 0.1); }
.border-r-rose-500\/100{ border-right-color: rgb(244 63 94 / 1); }
.border-r-rose-500\/20{ border-right-color: rgb(244 63 94 / 0.2); }
.border-r-rose-500\/25{ border-right-color: rgb(244 63 94 / 0.25); }
.border-r-rose-500\/30{ border-right-color: rgb(244 63 94 / 0.3); }
.border-r-rose-500\/40{ border-right-color: rgb(244 63 94 / 0.4); }
.border-r-rose-500\/5{ border-right-color: rgb(244 63 94 / 0.05); }
.border-r-rose-500\/50{ border-right-color: rgb(244 63 94 / 0.5); }
.border-r-rose-500\/60{ border-right-color: rgb(244 63 94 / 0.6); }
.border-r-rose-500\/70{ border-right-color: rgb(244 63 94 / 0.7); }
.border-r-rose-500\/75{ border-right-color: rgb(244 63 94 / 0.75); }
.border-r-rose-500\/80{ border-right-color: rgb(244 63 94 / 0.8); }
.border-r-rose-500\/90{ border-right-color: rgb(244 63 94 / 0.9); }
.border-r-rose-500\/95{ border-right-color: rgb(244 63 94 / 0.95); }
.border-r-rose-600{ --tw-border-opacity: 1; border-right-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-r-rose-600\/0{ border-right-color: rgb(225 29 72 / 0); }
.border-r-rose-600\/10{ border-right-color: rgb(225 29 72 / 0.1); }
.border-r-rose-600\/100{ border-right-color: rgb(225 29 72 / 1); }
.border-r-rose-600\/20{ border-right-color: rgb(225 29 72 / 0.2); }
.border-r-rose-600\/25{ border-right-color: rgb(225 29 72 / 0.25); }
.border-r-rose-600\/30{ border-right-color: rgb(225 29 72 / 0.3); }
.border-r-rose-600\/40{ border-right-color: rgb(225 29 72 / 0.4); }
.border-r-rose-600\/5{ border-right-color: rgb(225 29 72 / 0.05); }
.border-r-rose-600\/50{ border-right-color: rgb(225 29 72 / 0.5); }
.border-r-rose-600\/60{ border-right-color: rgb(225 29 72 / 0.6); }
.border-r-rose-600\/70{ border-right-color: rgb(225 29 72 / 0.7); }
.border-r-rose-600\/75{ border-right-color: rgb(225 29 72 / 0.75); }
.border-r-rose-600\/80{ border-right-color: rgb(225 29 72 / 0.8); }
.border-r-rose-600\/90{ border-right-color: rgb(225 29 72 / 0.9); }
.border-r-rose-600\/95{ border-right-color: rgb(225 29 72 / 0.95); }
.border-r-rose-700{ --tw-border-opacity: 1; border-right-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-r-rose-700\/0{ border-right-color: rgb(190 18 60 / 0); }
.border-r-rose-700\/10{ border-right-color: rgb(190 18 60 / 0.1); }
.border-r-rose-700\/100{ border-right-color: rgb(190 18 60 / 1); }
.border-r-rose-700\/20{ border-right-color: rgb(190 18 60 / 0.2); }
.border-r-rose-700\/25{ border-right-color: rgb(190 18 60 / 0.25); }
.border-r-rose-700\/30{ border-right-color: rgb(190 18 60 / 0.3); }
.border-r-rose-700\/40{ border-right-color: rgb(190 18 60 / 0.4); }
.border-r-rose-700\/5{ border-right-color: rgb(190 18 60 / 0.05); }
.border-r-rose-700\/50{ border-right-color: rgb(190 18 60 / 0.5); }
.border-r-rose-700\/60{ border-right-color: rgb(190 18 60 / 0.6); }
.border-r-rose-700\/70{ border-right-color: rgb(190 18 60 / 0.7); }
.border-r-rose-700\/75{ border-right-color: rgb(190 18 60 / 0.75); }
.border-r-rose-700\/80{ border-right-color: rgb(190 18 60 / 0.8); }
.border-r-rose-700\/90{ border-right-color: rgb(190 18 60 / 0.9); }
.border-r-rose-700\/95{ border-right-color: rgb(190 18 60 / 0.95); }
.border-r-rose-800{ --tw-border-opacity: 1; border-right-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-r-rose-800\/0{ border-right-color: rgb(159 18 57 / 0); }
.border-r-rose-800\/10{ border-right-color: rgb(159 18 57 / 0.1); }
.border-r-rose-800\/100{ border-right-color: rgb(159 18 57 / 1); }
.border-r-rose-800\/20{ border-right-color: rgb(159 18 57 / 0.2); }
.border-r-rose-800\/25{ border-right-color: rgb(159 18 57 / 0.25); }
.border-r-rose-800\/30{ border-right-color: rgb(159 18 57 / 0.3); }
.border-r-rose-800\/40{ border-right-color: rgb(159 18 57 / 0.4); }
.border-r-rose-800\/5{ border-right-color: rgb(159 18 57 / 0.05); }
.border-r-rose-800\/50{ border-right-color: rgb(159 18 57 / 0.5); }
.border-r-rose-800\/60{ border-right-color: rgb(159 18 57 / 0.6); }
.border-r-rose-800\/70{ border-right-color: rgb(159 18 57 / 0.7); }
.border-r-rose-800\/75{ border-right-color: rgb(159 18 57 / 0.75); }
.border-r-rose-800\/80{ border-right-color: rgb(159 18 57 / 0.8); }
.border-r-rose-800\/90{ border-right-color: rgb(159 18 57 / 0.9); }
.border-r-rose-800\/95{ border-right-color: rgb(159 18 57 / 0.95); }
.border-r-rose-900{ --tw-border-opacity: 1; border-right-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-r-rose-900\/0{ border-right-color: rgb(136 19 55 / 0); }
.border-r-rose-900\/10{ border-right-color: rgb(136 19 55 / 0.1); }
.border-r-rose-900\/100{ border-right-color: rgb(136 19 55 / 1); }
.border-r-rose-900\/20{ border-right-color: rgb(136 19 55 / 0.2); }
.border-r-rose-900\/25{ border-right-color: rgb(136 19 55 / 0.25); }
.border-r-rose-900\/30{ border-right-color: rgb(136 19 55 / 0.3); }
.border-r-rose-900\/40{ border-right-color: rgb(136 19 55 / 0.4); }
.border-r-rose-900\/5{ border-right-color: rgb(136 19 55 / 0.05); }
.border-r-rose-900\/50{ border-right-color: rgb(136 19 55 / 0.5); }
.border-r-rose-900\/60{ border-right-color: rgb(136 19 55 / 0.6); }
.border-r-rose-900\/70{ border-right-color: rgb(136 19 55 / 0.7); }
.border-r-rose-900\/75{ border-right-color: rgb(136 19 55 / 0.75); }
.border-r-rose-900\/80{ border-right-color: rgb(136 19 55 / 0.8); }
.border-r-rose-900\/90{ border-right-color: rgb(136 19 55 / 0.9); }
.border-r-rose-900\/95{ border-right-color: rgb(136 19 55 / 0.95); }
.border-r-rose-950{ --tw-border-opacity: 1; border-right-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-r-rose-950\/0{ border-right-color: rgb(76 5 25 / 0); }
.border-r-rose-950\/10{ border-right-color: rgb(76 5 25 / 0.1); }
.border-r-rose-950\/100{ border-right-color: rgb(76 5 25 / 1); }
.border-r-rose-950\/20{ border-right-color: rgb(76 5 25 / 0.2); }
.border-r-rose-950\/25{ border-right-color: rgb(76 5 25 / 0.25); }
.border-r-rose-950\/30{ border-right-color: rgb(76 5 25 / 0.3); }
.border-r-rose-950\/40{ border-right-color: rgb(76 5 25 / 0.4); }
.border-r-rose-950\/5{ border-right-color: rgb(76 5 25 / 0.05); }
.border-r-rose-950\/50{ border-right-color: rgb(76 5 25 / 0.5); }
.border-r-rose-950\/60{ border-right-color: rgb(76 5 25 / 0.6); }
.border-r-rose-950\/70{ border-right-color: rgb(76 5 25 / 0.7); }
.border-r-rose-950\/75{ border-right-color: rgb(76 5 25 / 0.75); }
.border-r-rose-950\/80{ border-right-color: rgb(76 5 25 / 0.8); }
.border-r-rose-950\/90{ border-right-color: rgb(76 5 25 / 0.9); }
.border-r-rose-950\/95{ border-right-color: rgb(76 5 25 / 0.95); }
.border-r-sky-100{ --tw-border-opacity: 1; border-right-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-r-sky-100\/0{ border-right-color: rgb(224 242 254 / 0); }
.border-r-sky-100\/10{ border-right-color: rgb(224 242 254 / 0.1); }
.border-r-sky-100\/100{ border-right-color: rgb(224 242 254 / 1); }
.border-r-sky-100\/20{ border-right-color: rgb(224 242 254 / 0.2); }
.border-r-sky-100\/25{ border-right-color: rgb(224 242 254 / 0.25); }
.border-r-sky-100\/30{ border-right-color: rgb(224 242 254 / 0.3); }
.border-r-sky-100\/40{ border-right-color: rgb(224 242 254 / 0.4); }
.border-r-sky-100\/5{ border-right-color: rgb(224 242 254 / 0.05); }
.border-r-sky-100\/50{ border-right-color: rgb(224 242 254 / 0.5); }
.border-r-sky-100\/60{ border-right-color: rgb(224 242 254 / 0.6); }
.border-r-sky-100\/70{ border-right-color: rgb(224 242 254 / 0.7); }
.border-r-sky-100\/75{ border-right-color: rgb(224 242 254 / 0.75); }
.border-r-sky-100\/80{ border-right-color: rgb(224 242 254 / 0.8); }
.border-r-sky-100\/90{ border-right-color: rgb(224 242 254 / 0.9); }
.border-r-sky-100\/95{ border-right-color: rgb(224 242 254 / 0.95); }
.border-r-sky-200{ --tw-border-opacity: 1; border-right-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-r-sky-200\/0{ border-right-color: rgb(186 230 253 / 0); }
.border-r-sky-200\/10{ border-right-color: rgb(186 230 253 / 0.1); }
.border-r-sky-200\/100{ border-right-color: rgb(186 230 253 / 1); }
.border-r-sky-200\/20{ border-right-color: rgb(186 230 253 / 0.2); }
.border-r-sky-200\/25{ border-right-color: rgb(186 230 253 / 0.25); }
.border-r-sky-200\/30{ border-right-color: rgb(186 230 253 / 0.3); }
.border-r-sky-200\/40{ border-right-color: rgb(186 230 253 / 0.4); }
.border-r-sky-200\/5{ border-right-color: rgb(186 230 253 / 0.05); }
.border-r-sky-200\/50{ border-right-color: rgb(186 230 253 / 0.5); }
.border-r-sky-200\/60{ border-right-color: rgb(186 230 253 / 0.6); }
.border-r-sky-200\/70{ border-right-color: rgb(186 230 253 / 0.7); }
.border-r-sky-200\/75{ border-right-color: rgb(186 230 253 / 0.75); }
.border-r-sky-200\/80{ border-right-color: rgb(186 230 253 / 0.8); }
.border-r-sky-200\/90{ border-right-color: rgb(186 230 253 / 0.9); }
.border-r-sky-200\/95{ border-right-color: rgb(186 230 253 / 0.95); }
.border-r-sky-300{ --tw-border-opacity: 1; border-right-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-r-sky-300\/0{ border-right-color: rgb(125 211 252 / 0); }
.border-r-sky-300\/10{ border-right-color: rgb(125 211 252 / 0.1); }
.border-r-sky-300\/100{ border-right-color: rgb(125 211 252 / 1); }
.border-r-sky-300\/20{ border-right-color: rgb(125 211 252 / 0.2); }
.border-r-sky-300\/25{ border-right-color: rgb(125 211 252 / 0.25); }
.border-r-sky-300\/30{ border-right-color: rgb(125 211 252 / 0.3); }
.border-r-sky-300\/40{ border-right-color: rgb(125 211 252 / 0.4); }
.border-r-sky-300\/5{ border-right-color: rgb(125 211 252 / 0.05); }
.border-r-sky-300\/50{ border-right-color: rgb(125 211 252 / 0.5); }
.border-r-sky-300\/60{ border-right-color: rgb(125 211 252 / 0.6); }
.border-r-sky-300\/70{ border-right-color: rgb(125 211 252 / 0.7); }
.border-r-sky-300\/75{ border-right-color: rgb(125 211 252 / 0.75); }
.border-r-sky-300\/80{ border-right-color: rgb(125 211 252 / 0.8); }
.border-r-sky-300\/90{ border-right-color: rgb(125 211 252 / 0.9); }
.border-r-sky-300\/95{ border-right-color: rgb(125 211 252 / 0.95); }
.border-r-sky-400{ --tw-border-opacity: 1; border-right-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-r-sky-400\/0{ border-right-color: rgb(56 189 248 / 0); }
.border-r-sky-400\/10{ border-right-color: rgb(56 189 248 / 0.1); }
.border-r-sky-400\/100{ border-right-color: rgb(56 189 248 / 1); }
.border-r-sky-400\/20{ border-right-color: rgb(56 189 248 / 0.2); }
.border-r-sky-400\/25{ border-right-color: rgb(56 189 248 / 0.25); }
.border-r-sky-400\/30{ border-right-color: rgb(56 189 248 / 0.3); }
.border-r-sky-400\/40{ border-right-color: rgb(56 189 248 / 0.4); }
.border-r-sky-400\/5{ border-right-color: rgb(56 189 248 / 0.05); }
.border-r-sky-400\/50{ border-right-color: rgb(56 189 248 / 0.5); }
.border-r-sky-400\/60{ border-right-color: rgb(56 189 248 / 0.6); }
.border-r-sky-400\/70{ border-right-color: rgb(56 189 248 / 0.7); }
.border-r-sky-400\/75{ border-right-color: rgb(56 189 248 / 0.75); }
.border-r-sky-400\/80{ border-right-color: rgb(56 189 248 / 0.8); }
.border-r-sky-400\/90{ border-right-color: rgb(56 189 248 / 0.9); }
.border-r-sky-400\/95{ border-right-color: rgb(56 189 248 / 0.95); }
.border-r-sky-50{ --tw-border-opacity: 1; border-right-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-r-sky-50\/0{ border-right-color: rgb(240 249 255 / 0); }
.border-r-sky-50\/10{ border-right-color: rgb(240 249 255 / 0.1); }
.border-r-sky-50\/100{ border-right-color: rgb(240 249 255 / 1); }
.border-r-sky-50\/20{ border-right-color: rgb(240 249 255 / 0.2); }
.border-r-sky-50\/25{ border-right-color: rgb(240 249 255 / 0.25); }
.border-r-sky-50\/30{ border-right-color: rgb(240 249 255 / 0.3); }
.border-r-sky-50\/40{ border-right-color: rgb(240 249 255 / 0.4); }
.border-r-sky-50\/5{ border-right-color: rgb(240 249 255 / 0.05); }
.border-r-sky-50\/50{ border-right-color: rgb(240 249 255 / 0.5); }
.border-r-sky-50\/60{ border-right-color: rgb(240 249 255 / 0.6); }
.border-r-sky-50\/70{ border-right-color: rgb(240 249 255 / 0.7); }
.border-r-sky-50\/75{ border-right-color: rgb(240 249 255 / 0.75); }
.border-r-sky-50\/80{ border-right-color: rgb(240 249 255 / 0.8); }
.border-r-sky-50\/90{ border-right-color: rgb(240 249 255 / 0.9); }
.border-r-sky-50\/95{ border-right-color: rgb(240 249 255 / 0.95); }
.border-r-sky-500{ --tw-border-opacity: 1; border-right-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-r-sky-500\/0{ border-right-color: rgb(14 165 233 / 0); }
.border-r-sky-500\/10{ border-right-color: rgb(14 165 233 / 0.1); }
.border-r-sky-500\/100{ border-right-color: rgb(14 165 233 / 1); }
.border-r-sky-500\/20{ border-right-color: rgb(14 165 233 / 0.2); }
.border-r-sky-500\/25{ border-right-color: rgb(14 165 233 / 0.25); }
.border-r-sky-500\/30{ border-right-color: rgb(14 165 233 / 0.3); }
.border-r-sky-500\/40{ border-right-color: rgb(14 165 233 / 0.4); }
.border-r-sky-500\/5{ border-right-color: rgb(14 165 233 / 0.05); }
.border-r-sky-500\/50{ border-right-color: rgb(14 165 233 / 0.5); }
.border-r-sky-500\/60{ border-right-color: rgb(14 165 233 / 0.6); }
.border-r-sky-500\/70{ border-right-color: rgb(14 165 233 / 0.7); }
.border-r-sky-500\/75{ border-right-color: rgb(14 165 233 / 0.75); }
.border-r-sky-500\/80{ border-right-color: rgb(14 165 233 / 0.8); }
.border-r-sky-500\/90{ border-right-color: rgb(14 165 233 / 0.9); }
.border-r-sky-500\/95{ border-right-color: rgb(14 165 233 / 0.95); }
.border-r-sky-600{ --tw-border-opacity: 1; border-right-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-r-sky-600\/0{ border-right-color: rgb(2 132 199 / 0); }
.border-r-sky-600\/10{ border-right-color: rgb(2 132 199 / 0.1); }
.border-r-sky-600\/100{ border-right-color: rgb(2 132 199 / 1); }
.border-r-sky-600\/20{ border-right-color: rgb(2 132 199 / 0.2); }
.border-r-sky-600\/25{ border-right-color: rgb(2 132 199 / 0.25); }
.border-r-sky-600\/30{ border-right-color: rgb(2 132 199 / 0.3); }
.border-r-sky-600\/40{ border-right-color: rgb(2 132 199 / 0.4); }
.border-r-sky-600\/5{ border-right-color: rgb(2 132 199 / 0.05); }
.border-r-sky-600\/50{ border-right-color: rgb(2 132 199 / 0.5); }
.border-r-sky-600\/60{ border-right-color: rgb(2 132 199 / 0.6); }
.border-r-sky-600\/70{ border-right-color: rgb(2 132 199 / 0.7); }
.border-r-sky-600\/75{ border-right-color: rgb(2 132 199 / 0.75); }
.border-r-sky-600\/80{ border-right-color: rgb(2 132 199 / 0.8); }
.border-r-sky-600\/90{ border-right-color: rgb(2 132 199 / 0.9); }
.border-r-sky-600\/95{ border-right-color: rgb(2 132 199 / 0.95); }
.border-r-sky-700{ --tw-border-opacity: 1; border-right-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-r-sky-700\/0{ border-right-color: rgb(3 105 161 / 0); }
.border-r-sky-700\/10{ border-right-color: rgb(3 105 161 / 0.1); }
.border-r-sky-700\/100{ border-right-color: rgb(3 105 161 / 1); }
.border-r-sky-700\/20{ border-right-color: rgb(3 105 161 / 0.2); }
.border-r-sky-700\/25{ border-right-color: rgb(3 105 161 / 0.25); }
.border-r-sky-700\/30{ border-right-color: rgb(3 105 161 / 0.3); }
.border-r-sky-700\/40{ border-right-color: rgb(3 105 161 / 0.4); }
.border-r-sky-700\/5{ border-right-color: rgb(3 105 161 / 0.05); }
.border-r-sky-700\/50{ border-right-color: rgb(3 105 161 / 0.5); }
.border-r-sky-700\/60{ border-right-color: rgb(3 105 161 / 0.6); }
.border-r-sky-700\/70{ border-right-color: rgb(3 105 161 / 0.7); }
.border-r-sky-700\/75{ border-right-color: rgb(3 105 161 / 0.75); }
.border-r-sky-700\/80{ border-right-color: rgb(3 105 161 / 0.8); }
.border-r-sky-700\/90{ border-right-color: rgb(3 105 161 / 0.9); }
.border-r-sky-700\/95{ border-right-color: rgb(3 105 161 / 0.95); }
.border-r-sky-800{ --tw-border-opacity: 1; border-right-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-r-sky-800\/0{ border-right-color: rgb(7 89 133 / 0); }
.border-r-sky-800\/10{ border-right-color: rgb(7 89 133 / 0.1); }
.border-r-sky-800\/100{ border-right-color: rgb(7 89 133 / 1); }
.border-r-sky-800\/20{ border-right-color: rgb(7 89 133 / 0.2); }
.border-r-sky-800\/25{ border-right-color: rgb(7 89 133 / 0.25); }
.border-r-sky-800\/30{ border-right-color: rgb(7 89 133 / 0.3); }
.border-r-sky-800\/40{ border-right-color: rgb(7 89 133 / 0.4); }
.border-r-sky-800\/5{ border-right-color: rgb(7 89 133 / 0.05); }
.border-r-sky-800\/50{ border-right-color: rgb(7 89 133 / 0.5); }
.border-r-sky-800\/60{ border-right-color: rgb(7 89 133 / 0.6); }
.border-r-sky-800\/70{ border-right-color: rgb(7 89 133 / 0.7); }
.border-r-sky-800\/75{ border-right-color: rgb(7 89 133 / 0.75); }
.border-r-sky-800\/80{ border-right-color: rgb(7 89 133 / 0.8); }
.border-r-sky-800\/90{ border-right-color: rgb(7 89 133 / 0.9); }
.border-r-sky-800\/95{ border-right-color: rgb(7 89 133 / 0.95); }
.border-r-sky-900{ --tw-border-opacity: 1; border-right-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-r-sky-900\/0{ border-right-color: rgb(12 74 110 / 0); }
.border-r-sky-900\/10{ border-right-color: rgb(12 74 110 / 0.1); }
.border-r-sky-900\/100{ border-right-color: rgb(12 74 110 / 1); }
.border-r-sky-900\/20{ border-right-color: rgb(12 74 110 / 0.2); }
.border-r-sky-900\/25{ border-right-color: rgb(12 74 110 / 0.25); }
.border-r-sky-900\/30{ border-right-color: rgb(12 74 110 / 0.3); }
.border-r-sky-900\/40{ border-right-color: rgb(12 74 110 / 0.4); }
.border-r-sky-900\/5{ border-right-color: rgb(12 74 110 / 0.05); }
.border-r-sky-900\/50{ border-right-color: rgb(12 74 110 / 0.5); }
.border-r-sky-900\/60{ border-right-color: rgb(12 74 110 / 0.6); }
.border-r-sky-900\/70{ border-right-color: rgb(12 74 110 / 0.7); }
.border-r-sky-900\/75{ border-right-color: rgb(12 74 110 / 0.75); }
.border-r-sky-900\/80{ border-right-color: rgb(12 74 110 / 0.8); }
.border-r-sky-900\/90{ border-right-color: rgb(12 74 110 / 0.9); }
.border-r-sky-900\/95{ border-right-color: rgb(12 74 110 / 0.95); }
.border-r-sky-950{ --tw-border-opacity: 1; border-right-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-r-sky-950\/0{ border-right-color: rgb(8 47 73 / 0); }
.border-r-sky-950\/10{ border-right-color: rgb(8 47 73 / 0.1); }
.border-r-sky-950\/100{ border-right-color: rgb(8 47 73 / 1); }
.border-r-sky-950\/20{ border-right-color: rgb(8 47 73 / 0.2); }
.border-r-sky-950\/25{ border-right-color: rgb(8 47 73 / 0.25); }
.border-r-sky-950\/30{ border-right-color: rgb(8 47 73 / 0.3); }
.border-r-sky-950\/40{ border-right-color: rgb(8 47 73 / 0.4); }
.border-r-sky-950\/5{ border-right-color: rgb(8 47 73 / 0.05); }
.border-r-sky-950\/50{ border-right-color: rgb(8 47 73 / 0.5); }
.border-r-sky-950\/60{ border-right-color: rgb(8 47 73 / 0.6); }
.border-r-sky-950\/70{ border-right-color: rgb(8 47 73 / 0.7); }
.border-r-sky-950\/75{ border-right-color: rgb(8 47 73 / 0.75); }
.border-r-sky-950\/80{ border-right-color: rgb(8 47 73 / 0.8); }
.border-r-sky-950\/90{ border-right-color: rgb(8 47 73 / 0.9); }
.border-r-sky-950\/95{ border-right-color: rgb(8 47 73 / 0.95); }
.border-r-slate-100{ --tw-border-opacity: 1; border-right-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-r-slate-100\/0{ border-right-color: rgb(241 245 249 / 0); }
.border-r-slate-100\/10{ border-right-color: rgb(241 245 249 / 0.1); }
.border-r-slate-100\/100{ border-right-color: rgb(241 245 249 / 1); }
.border-r-slate-100\/20{ border-right-color: rgb(241 245 249 / 0.2); }
.border-r-slate-100\/25{ border-right-color: rgb(241 245 249 / 0.25); }
.border-r-slate-100\/30{ border-right-color: rgb(241 245 249 / 0.3); }
.border-r-slate-100\/40{ border-right-color: rgb(241 245 249 / 0.4); }
.border-r-slate-100\/5{ border-right-color: rgb(241 245 249 / 0.05); }
.border-r-slate-100\/50{ border-right-color: rgb(241 245 249 / 0.5); }
.border-r-slate-100\/60{ border-right-color: rgb(241 245 249 / 0.6); }
.border-r-slate-100\/70{ border-right-color: rgb(241 245 249 / 0.7); }
.border-r-slate-100\/75{ border-right-color: rgb(241 245 249 / 0.75); }
.border-r-slate-100\/80{ border-right-color: rgb(241 245 249 / 0.8); }
.border-r-slate-100\/90{ border-right-color: rgb(241 245 249 / 0.9); }
.border-r-slate-100\/95{ border-right-color: rgb(241 245 249 / 0.95); }
.border-r-slate-200{ --tw-border-opacity: 1; border-right-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-r-slate-200\/0{ border-right-color: rgb(226 232 240 / 0); }
.border-r-slate-200\/10{ border-right-color: rgb(226 232 240 / 0.1); }
.border-r-slate-200\/100{ border-right-color: rgb(226 232 240 / 1); }
.border-r-slate-200\/20{ border-right-color: rgb(226 232 240 / 0.2); }
.border-r-slate-200\/25{ border-right-color: rgb(226 232 240 / 0.25); }
.border-r-slate-200\/30{ border-right-color: rgb(226 232 240 / 0.3); }
.border-r-slate-200\/40{ border-right-color: rgb(226 232 240 / 0.4); }
.border-r-slate-200\/5{ border-right-color: rgb(226 232 240 / 0.05); }
.border-r-slate-200\/50{ border-right-color: rgb(226 232 240 / 0.5); }
.border-r-slate-200\/60{ border-right-color: rgb(226 232 240 / 0.6); }
.border-r-slate-200\/70{ border-right-color: rgb(226 232 240 / 0.7); }
.border-r-slate-200\/75{ border-right-color: rgb(226 232 240 / 0.75); }
.border-r-slate-200\/80{ border-right-color: rgb(226 232 240 / 0.8); }
.border-r-slate-200\/90{ border-right-color: rgb(226 232 240 / 0.9); }
.border-r-slate-200\/95{ border-right-color: rgb(226 232 240 / 0.95); }
.border-r-slate-300{ --tw-border-opacity: 1; border-right-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-r-slate-300\/0{ border-right-color: rgb(203 213 225 / 0); }
.border-r-slate-300\/10{ border-right-color: rgb(203 213 225 / 0.1); }
.border-r-slate-300\/100{ border-right-color: rgb(203 213 225 / 1); }
.border-r-slate-300\/20{ border-right-color: rgb(203 213 225 / 0.2); }
.border-r-slate-300\/25{ border-right-color: rgb(203 213 225 / 0.25); }
.border-r-slate-300\/30{ border-right-color: rgb(203 213 225 / 0.3); }
.border-r-slate-300\/40{ border-right-color: rgb(203 213 225 / 0.4); }
.border-r-slate-300\/5{ border-right-color: rgb(203 213 225 / 0.05); }
.border-r-slate-300\/50{ border-right-color: rgb(203 213 225 / 0.5); }
.border-r-slate-300\/60{ border-right-color: rgb(203 213 225 / 0.6); }
.border-r-slate-300\/70{ border-right-color: rgb(203 213 225 / 0.7); }
.border-r-slate-300\/75{ border-right-color: rgb(203 213 225 / 0.75); }
.border-r-slate-300\/80{ border-right-color: rgb(203 213 225 / 0.8); }
.border-r-slate-300\/90{ border-right-color: rgb(203 213 225 / 0.9); }
.border-r-slate-300\/95{ border-right-color: rgb(203 213 225 / 0.95); }
.border-r-slate-400{ --tw-border-opacity: 1; border-right-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-r-slate-400\/0{ border-right-color: rgb(148 163 184 / 0); }
.border-r-slate-400\/10{ border-right-color: rgb(148 163 184 / 0.1); }
.border-r-slate-400\/100{ border-right-color: rgb(148 163 184 / 1); }
.border-r-slate-400\/20{ border-right-color: rgb(148 163 184 / 0.2); }
.border-r-slate-400\/25{ border-right-color: rgb(148 163 184 / 0.25); }
.border-r-slate-400\/30{ border-right-color: rgb(148 163 184 / 0.3); }
.border-r-slate-400\/40{ border-right-color: rgb(148 163 184 / 0.4); }
.border-r-slate-400\/5{ border-right-color: rgb(148 163 184 / 0.05); }
.border-r-slate-400\/50{ border-right-color: rgb(148 163 184 / 0.5); }
.border-r-slate-400\/60{ border-right-color: rgb(148 163 184 / 0.6); }
.border-r-slate-400\/70{ border-right-color: rgb(148 163 184 / 0.7); }
.border-r-slate-400\/75{ border-right-color: rgb(148 163 184 / 0.75); }
.border-r-slate-400\/80{ border-right-color: rgb(148 163 184 / 0.8); }
.border-r-slate-400\/90{ border-right-color: rgb(148 163 184 / 0.9); }
.border-r-slate-400\/95{ border-right-color: rgb(148 163 184 / 0.95); }
.border-r-slate-50{ --tw-border-opacity: 1; border-right-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-r-slate-50\/0{ border-right-color: rgb(248 250 252 / 0); }
.border-r-slate-50\/10{ border-right-color: rgb(248 250 252 / 0.1); }
.border-r-slate-50\/100{ border-right-color: rgb(248 250 252 / 1); }
.border-r-slate-50\/20{ border-right-color: rgb(248 250 252 / 0.2); }
.border-r-slate-50\/25{ border-right-color: rgb(248 250 252 / 0.25); }
.border-r-slate-50\/30{ border-right-color: rgb(248 250 252 / 0.3); }
.border-r-slate-50\/40{ border-right-color: rgb(248 250 252 / 0.4); }
.border-r-slate-50\/5{ border-right-color: rgb(248 250 252 / 0.05); }
.border-r-slate-50\/50{ border-right-color: rgb(248 250 252 / 0.5); }
.border-r-slate-50\/60{ border-right-color: rgb(248 250 252 / 0.6); }
.border-r-slate-50\/70{ border-right-color: rgb(248 250 252 / 0.7); }
.border-r-slate-50\/75{ border-right-color: rgb(248 250 252 / 0.75); }
.border-r-slate-50\/80{ border-right-color: rgb(248 250 252 / 0.8); }
.border-r-slate-50\/90{ border-right-color: rgb(248 250 252 / 0.9); }
.border-r-slate-50\/95{ border-right-color: rgb(248 250 252 / 0.95); }
.border-r-slate-500{ --tw-border-opacity: 1; border-right-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-r-slate-500\/0{ border-right-color: rgb(100 116 139 / 0); }
.border-r-slate-500\/10{ border-right-color: rgb(100 116 139 / 0.1); }
.border-r-slate-500\/100{ border-right-color: rgb(100 116 139 / 1); }
.border-r-slate-500\/20{ border-right-color: rgb(100 116 139 / 0.2); }
.border-r-slate-500\/25{ border-right-color: rgb(100 116 139 / 0.25); }
.border-r-slate-500\/30{ border-right-color: rgb(100 116 139 / 0.3); }
.border-r-slate-500\/40{ border-right-color: rgb(100 116 139 / 0.4); }
.border-r-slate-500\/5{ border-right-color: rgb(100 116 139 / 0.05); }
.border-r-slate-500\/50{ border-right-color: rgb(100 116 139 / 0.5); }
.border-r-slate-500\/60{ border-right-color: rgb(100 116 139 / 0.6); }
.border-r-slate-500\/70{ border-right-color: rgb(100 116 139 / 0.7); }
.border-r-slate-500\/75{ border-right-color: rgb(100 116 139 / 0.75); }
.border-r-slate-500\/80{ border-right-color: rgb(100 116 139 / 0.8); }
.border-r-slate-500\/90{ border-right-color: rgb(100 116 139 / 0.9); }
.border-r-slate-500\/95{ border-right-color: rgb(100 116 139 / 0.95); }
.border-r-slate-600{ --tw-border-opacity: 1; border-right-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-r-slate-600\/0{ border-right-color: rgb(71 85 105 / 0); }
.border-r-slate-600\/10{ border-right-color: rgb(71 85 105 / 0.1); }
.border-r-slate-600\/100{ border-right-color: rgb(71 85 105 / 1); }
.border-r-slate-600\/20{ border-right-color: rgb(71 85 105 / 0.2); }
.border-r-slate-600\/25{ border-right-color: rgb(71 85 105 / 0.25); }
.border-r-slate-600\/30{ border-right-color: rgb(71 85 105 / 0.3); }
.border-r-slate-600\/40{ border-right-color: rgb(71 85 105 / 0.4); }
.border-r-slate-600\/5{ border-right-color: rgb(71 85 105 / 0.05); }
.border-r-slate-600\/50{ border-right-color: rgb(71 85 105 / 0.5); }
.border-r-slate-600\/60{ border-right-color: rgb(71 85 105 / 0.6); }
.border-r-slate-600\/70{ border-right-color: rgb(71 85 105 / 0.7); }
.border-r-slate-600\/75{ border-right-color: rgb(71 85 105 / 0.75); }
.border-r-slate-600\/80{ border-right-color: rgb(71 85 105 / 0.8); }
.border-r-slate-600\/90{ border-right-color: rgb(71 85 105 / 0.9); }
.border-r-slate-600\/95{ border-right-color: rgb(71 85 105 / 0.95); }
.border-r-slate-700{ --tw-border-opacity: 1; border-right-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-r-slate-700\/0{ border-right-color: rgb(51 65 85 / 0); }
.border-r-slate-700\/10{ border-right-color: rgb(51 65 85 / 0.1); }
.border-r-slate-700\/100{ border-right-color: rgb(51 65 85 / 1); }
.border-r-slate-700\/20{ border-right-color: rgb(51 65 85 / 0.2); }
.border-r-slate-700\/25{ border-right-color: rgb(51 65 85 / 0.25); }
.border-r-slate-700\/30{ border-right-color: rgb(51 65 85 / 0.3); }
.border-r-slate-700\/40{ border-right-color: rgb(51 65 85 / 0.4); }
.border-r-slate-700\/5{ border-right-color: rgb(51 65 85 / 0.05); }
.border-r-slate-700\/50{ border-right-color: rgb(51 65 85 / 0.5); }
.border-r-slate-700\/60{ border-right-color: rgb(51 65 85 / 0.6); }
.border-r-slate-700\/70{ border-right-color: rgb(51 65 85 / 0.7); }
.border-r-slate-700\/75{ border-right-color: rgb(51 65 85 / 0.75); }
.border-r-slate-700\/80{ border-right-color: rgb(51 65 85 / 0.8); }
.border-r-slate-700\/90{ border-right-color: rgb(51 65 85 / 0.9); }
.border-r-slate-700\/95{ border-right-color: rgb(51 65 85 / 0.95); }
.border-r-slate-800{ --tw-border-opacity: 1; border-right-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-r-slate-800\/0{ border-right-color: rgb(30 41 59 / 0); }
.border-r-slate-800\/10{ border-right-color: rgb(30 41 59 / 0.1); }
.border-r-slate-800\/100{ border-right-color: rgb(30 41 59 / 1); }
.border-r-slate-800\/20{ border-right-color: rgb(30 41 59 / 0.2); }
.border-r-slate-800\/25{ border-right-color: rgb(30 41 59 / 0.25); }
.border-r-slate-800\/30{ border-right-color: rgb(30 41 59 / 0.3); }
.border-r-slate-800\/40{ border-right-color: rgb(30 41 59 / 0.4); }
.border-r-slate-800\/5{ border-right-color: rgb(30 41 59 / 0.05); }
.border-r-slate-800\/50{ border-right-color: rgb(30 41 59 / 0.5); }
.border-r-slate-800\/60{ border-right-color: rgb(30 41 59 / 0.6); }
.border-r-slate-800\/70{ border-right-color: rgb(30 41 59 / 0.7); }
.border-r-slate-800\/75{ border-right-color: rgb(30 41 59 / 0.75); }
.border-r-slate-800\/80{ border-right-color: rgb(30 41 59 / 0.8); }
.border-r-slate-800\/90{ border-right-color: rgb(30 41 59 / 0.9); }
.border-r-slate-800\/95{ border-right-color: rgb(30 41 59 / 0.95); }
.border-r-slate-900{ --tw-border-opacity: 1; border-right-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-r-slate-900\/0{ border-right-color: rgb(15 23 42 / 0); }
.border-r-slate-900\/10{ border-right-color: rgb(15 23 42 / 0.1); }
.border-r-slate-900\/100{ border-right-color: rgb(15 23 42 / 1); }
.border-r-slate-900\/20{ border-right-color: rgb(15 23 42 / 0.2); }
.border-r-slate-900\/25{ border-right-color: rgb(15 23 42 / 0.25); }
.border-r-slate-900\/30{ border-right-color: rgb(15 23 42 / 0.3); }
.border-r-slate-900\/40{ border-right-color: rgb(15 23 42 / 0.4); }
.border-r-slate-900\/5{ border-right-color: rgb(15 23 42 / 0.05); }
.border-r-slate-900\/50{ border-right-color: rgb(15 23 42 / 0.5); }
.border-r-slate-900\/60{ border-right-color: rgb(15 23 42 / 0.6); }
.border-r-slate-900\/70{ border-right-color: rgb(15 23 42 / 0.7); }
.border-r-slate-900\/75{ border-right-color: rgb(15 23 42 / 0.75); }
.border-r-slate-900\/80{ border-right-color: rgb(15 23 42 / 0.8); }
.border-r-slate-900\/90{ border-right-color: rgb(15 23 42 / 0.9); }
.border-r-slate-900\/95{ border-right-color: rgb(15 23 42 / 0.95); }
.border-r-slate-950{ --tw-border-opacity: 1; border-right-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-r-slate-950\/0{ border-right-color: rgb(2 6 23 / 0); }
.border-r-slate-950\/10{ border-right-color: rgb(2 6 23 / 0.1); }
.border-r-slate-950\/100{ border-right-color: rgb(2 6 23 / 1); }
.border-r-slate-950\/20{ border-right-color: rgb(2 6 23 / 0.2); }
.border-r-slate-950\/25{ border-right-color: rgb(2 6 23 / 0.25); }
.border-r-slate-950\/30{ border-right-color: rgb(2 6 23 / 0.3); }
.border-r-slate-950\/40{ border-right-color: rgb(2 6 23 / 0.4); }
.border-r-slate-950\/5{ border-right-color: rgb(2 6 23 / 0.05); }
.border-r-slate-950\/50{ border-right-color: rgb(2 6 23 / 0.5); }
.border-r-slate-950\/60{ border-right-color: rgb(2 6 23 / 0.6); }
.border-r-slate-950\/70{ border-right-color: rgb(2 6 23 / 0.7); }
.border-r-slate-950\/75{ border-right-color: rgb(2 6 23 / 0.75); }
.border-r-slate-950\/80{ border-right-color: rgb(2 6 23 / 0.8); }
.border-r-slate-950\/90{ border-right-color: rgb(2 6 23 / 0.9); }
.border-r-slate-950\/95{ border-right-color: rgb(2 6 23 / 0.95); }
.border-r-stone-100{ --tw-border-opacity: 1; border-right-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-r-stone-100\/0{ border-right-color: rgb(245 245 244 / 0); }
.border-r-stone-100\/10{ border-right-color: rgb(245 245 244 / 0.1); }
.border-r-stone-100\/100{ border-right-color: rgb(245 245 244 / 1); }
.border-r-stone-100\/20{ border-right-color: rgb(245 245 244 / 0.2); }
.border-r-stone-100\/25{ border-right-color: rgb(245 245 244 / 0.25); }
.border-r-stone-100\/30{ border-right-color: rgb(245 245 244 / 0.3); }
.border-r-stone-100\/40{ border-right-color: rgb(245 245 244 / 0.4); }
.border-r-stone-100\/5{ border-right-color: rgb(245 245 244 / 0.05); }
.border-r-stone-100\/50{ border-right-color: rgb(245 245 244 / 0.5); }
.border-r-stone-100\/60{ border-right-color: rgb(245 245 244 / 0.6); }
.border-r-stone-100\/70{ border-right-color: rgb(245 245 244 / 0.7); }
.border-r-stone-100\/75{ border-right-color: rgb(245 245 244 / 0.75); }
.border-r-stone-100\/80{ border-right-color: rgb(245 245 244 / 0.8); }
.border-r-stone-100\/90{ border-right-color: rgb(245 245 244 / 0.9); }
.border-r-stone-100\/95{ border-right-color: rgb(245 245 244 / 0.95); }
.border-r-stone-200{ --tw-border-opacity: 1; border-right-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-r-stone-200\/0{ border-right-color: rgb(231 229 228 / 0); }
.border-r-stone-200\/10{ border-right-color: rgb(231 229 228 / 0.1); }
.border-r-stone-200\/100{ border-right-color: rgb(231 229 228 / 1); }
.border-r-stone-200\/20{ border-right-color: rgb(231 229 228 / 0.2); }
.border-r-stone-200\/25{ border-right-color: rgb(231 229 228 / 0.25); }
.border-r-stone-200\/30{ border-right-color: rgb(231 229 228 / 0.3); }
.border-r-stone-200\/40{ border-right-color: rgb(231 229 228 / 0.4); }
.border-r-stone-200\/5{ border-right-color: rgb(231 229 228 / 0.05); }
.border-r-stone-200\/50{ border-right-color: rgb(231 229 228 / 0.5); }
.border-r-stone-200\/60{ border-right-color: rgb(231 229 228 / 0.6); }
.border-r-stone-200\/70{ border-right-color: rgb(231 229 228 / 0.7); }
.border-r-stone-200\/75{ border-right-color: rgb(231 229 228 / 0.75); }
.border-r-stone-200\/80{ border-right-color: rgb(231 229 228 / 0.8); }
.border-r-stone-200\/90{ border-right-color: rgb(231 229 228 / 0.9); }
.border-r-stone-200\/95{ border-right-color: rgb(231 229 228 / 0.95); }
.border-r-stone-300{ --tw-border-opacity: 1; border-right-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-r-stone-300\/0{ border-right-color: rgb(214 211 209 / 0); }
.border-r-stone-300\/10{ border-right-color: rgb(214 211 209 / 0.1); }
.border-r-stone-300\/100{ border-right-color: rgb(214 211 209 / 1); }
.border-r-stone-300\/20{ border-right-color: rgb(214 211 209 / 0.2); }
.border-r-stone-300\/25{ border-right-color: rgb(214 211 209 / 0.25); }
.border-r-stone-300\/30{ border-right-color: rgb(214 211 209 / 0.3); }
.border-r-stone-300\/40{ border-right-color: rgb(214 211 209 / 0.4); }
.border-r-stone-300\/5{ border-right-color: rgb(214 211 209 / 0.05); }
.border-r-stone-300\/50{ border-right-color: rgb(214 211 209 / 0.5); }
.border-r-stone-300\/60{ border-right-color: rgb(214 211 209 / 0.6); }
.border-r-stone-300\/70{ border-right-color: rgb(214 211 209 / 0.7); }
.border-r-stone-300\/75{ border-right-color: rgb(214 211 209 / 0.75); }
.border-r-stone-300\/80{ border-right-color: rgb(214 211 209 / 0.8); }
.border-r-stone-300\/90{ border-right-color: rgb(214 211 209 / 0.9); }
.border-r-stone-300\/95{ border-right-color: rgb(214 211 209 / 0.95); }
.border-r-stone-400{ --tw-border-opacity: 1; border-right-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-r-stone-400\/0{ border-right-color: rgb(168 162 158 / 0); }
.border-r-stone-400\/10{ border-right-color: rgb(168 162 158 / 0.1); }
.border-r-stone-400\/100{ border-right-color: rgb(168 162 158 / 1); }
.border-r-stone-400\/20{ border-right-color: rgb(168 162 158 / 0.2); }
.border-r-stone-400\/25{ border-right-color: rgb(168 162 158 / 0.25); }
.border-r-stone-400\/30{ border-right-color: rgb(168 162 158 / 0.3); }
.border-r-stone-400\/40{ border-right-color: rgb(168 162 158 / 0.4); }
.border-r-stone-400\/5{ border-right-color: rgb(168 162 158 / 0.05); }
.border-r-stone-400\/50{ border-right-color: rgb(168 162 158 / 0.5); }
.border-r-stone-400\/60{ border-right-color: rgb(168 162 158 / 0.6); }
.border-r-stone-400\/70{ border-right-color: rgb(168 162 158 / 0.7); }
.border-r-stone-400\/75{ border-right-color: rgb(168 162 158 / 0.75); }
.border-r-stone-400\/80{ border-right-color: rgb(168 162 158 / 0.8); }
.border-r-stone-400\/90{ border-right-color: rgb(168 162 158 / 0.9); }
.border-r-stone-400\/95{ border-right-color: rgb(168 162 158 / 0.95); }
.border-r-stone-50{ --tw-border-opacity: 1; border-right-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-r-stone-50\/0{ border-right-color: rgb(250 250 249 / 0); }
.border-r-stone-50\/10{ border-right-color: rgb(250 250 249 / 0.1); }
.border-r-stone-50\/100{ border-right-color: rgb(250 250 249 / 1); }
.border-r-stone-50\/20{ border-right-color: rgb(250 250 249 / 0.2); }
.border-r-stone-50\/25{ border-right-color: rgb(250 250 249 / 0.25); }
.border-r-stone-50\/30{ border-right-color: rgb(250 250 249 / 0.3); }
.border-r-stone-50\/40{ border-right-color: rgb(250 250 249 / 0.4); }
.border-r-stone-50\/5{ border-right-color: rgb(250 250 249 / 0.05); }
.border-r-stone-50\/50{ border-right-color: rgb(250 250 249 / 0.5); }
.border-r-stone-50\/60{ border-right-color: rgb(250 250 249 / 0.6); }
.border-r-stone-50\/70{ border-right-color: rgb(250 250 249 / 0.7); }
.border-r-stone-50\/75{ border-right-color: rgb(250 250 249 / 0.75); }
.border-r-stone-50\/80{ border-right-color: rgb(250 250 249 / 0.8); }
.border-r-stone-50\/90{ border-right-color: rgb(250 250 249 / 0.9); }
.border-r-stone-50\/95{ border-right-color: rgb(250 250 249 / 0.95); }
.border-r-stone-500{ --tw-border-opacity: 1; border-right-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-r-stone-500\/0{ border-right-color: rgb(120 113 108 / 0); }
.border-r-stone-500\/10{ border-right-color: rgb(120 113 108 / 0.1); }
.border-r-stone-500\/100{ border-right-color: rgb(120 113 108 / 1); }
.border-r-stone-500\/20{ border-right-color: rgb(120 113 108 / 0.2); }
.border-r-stone-500\/25{ border-right-color: rgb(120 113 108 / 0.25); }
.border-r-stone-500\/30{ border-right-color: rgb(120 113 108 / 0.3); }
.border-r-stone-500\/40{ border-right-color: rgb(120 113 108 / 0.4); }
.border-r-stone-500\/5{ border-right-color: rgb(120 113 108 / 0.05); }
.border-r-stone-500\/50{ border-right-color: rgb(120 113 108 / 0.5); }
.border-r-stone-500\/60{ border-right-color: rgb(120 113 108 / 0.6); }
.border-r-stone-500\/70{ border-right-color: rgb(120 113 108 / 0.7); }
.border-r-stone-500\/75{ border-right-color: rgb(120 113 108 / 0.75); }
.border-r-stone-500\/80{ border-right-color: rgb(120 113 108 / 0.8); }
.border-r-stone-500\/90{ border-right-color: rgb(120 113 108 / 0.9); }
.border-r-stone-500\/95{ border-right-color: rgb(120 113 108 / 0.95); }
.border-r-stone-600{ --tw-border-opacity: 1; border-right-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-r-stone-600\/0{ border-right-color: rgb(87 83 78 / 0); }
.border-r-stone-600\/10{ border-right-color: rgb(87 83 78 / 0.1); }
.border-r-stone-600\/100{ border-right-color: rgb(87 83 78 / 1); }
.border-r-stone-600\/20{ border-right-color: rgb(87 83 78 / 0.2); }
.border-r-stone-600\/25{ border-right-color: rgb(87 83 78 / 0.25); }
.border-r-stone-600\/30{ border-right-color: rgb(87 83 78 / 0.3); }
.border-r-stone-600\/40{ border-right-color: rgb(87 83 78 / 0.4); }
.border-r-stone-600\/5{ border-right-color: rgb(87 83 78 / 0.05); }
.border-r-stone-600\/50{ border-right-color: rgb(87 83 78 / 0.5); }
.border-r-stone-600\/60{ border-right-color: rgb(87 83 78 / 0.6); }
.border-r-stone-600\/70{ border-right-color: rgb(87 83 78 / 0.7); }
.border-r-stone-600\/75{ border-right-color: rgb(87 83 78 / 0.75); }
.border-r-stone-600\/80{ border-right-color: rgb(87 83 78 / 0.8); }
.border-r-stone-600\/90{ border-right-color: rgb(87 83 78 / 0.9); }
.border-r-stone-600\/95{ border-right-color: rgb(87 83 78 / 0.95); }
.border-r-stone-700{ --tw-border-opacity: 1; border-right-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-r-stone-700\/0{ border-right-color: rgb(68 64 60 / 0); }
.border-r-stone-700\/10{ border-right-color: rgb(68 64 60 / 0.1); }
.border-r-stone-700\/100{ border-right-color: rgb(68 64 60 / 1); }
.border-r-stone-700\/20{ border-right-color: rgb(68 64 60 / 0.2); }
.border-r-stone-700\/25{ border-right-color: rgb(68 64 60 / 0.25); }
.border-r-stone-700\/30{ border-right-color: rgb(68 64 60 / 0.3); }
.border-r-stone-700\/40{ border-right-color: rgb(68 64 60 / 0.4); }
.border-r-stone-700\/5{ border-right-color: rgb(68 64 60 / 0.05); }
.border-r-stone-700\/50{ border-right-color: rgb(68 64 60 / 0.5); }
.border-r-stone-700\/60{ border-right-color: rgb(68 64 60 / 0.6); }
.border-r-stone-700\/70{ border-right-color: rgb(68 64 60 / 0.7); }
.border-r-stone-700\/75{ border-right-color: rgb(68 64 60 / 0.75); }
.border-r-stone-700\/80{ border-right-color: rgb(68 64 60 / 0.8); }
.border-r-stone-700\/90{ border-right-color: rgb(68 64 60 / 0.9); }
.border-r-stone-700\/95{ border-right-color: rgb(68 64 60 / 0.95); }
.border-r-stone-800{ --tw-border-opacity: 1; border-right-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-r-stone-800\/0{ border-right-color: rgb(41 37 36 / 0); }
.border-r-stone-800\/10{ border-right-color: rgb(41 37 36 / 0.1); }
.border-r-stone-800\/100{ border-right-color: rgb(41 37 36 / 1); }
.border-r-stone-800\/20{ border-right-color: rgb(41 37 36 / 0.2); }
.border-r-stone-800\/25{ border-right-color: rgb(41 37 36 / 0.25); }
.border-r-stone-800\/30{ border-right-color: rgb(41 37 36 / 0.3); }
.border-r-stone-800\/40{ border-right-color: rgb(41 37 36 / 0.4); }
.border-r-stone-800\/5{ border-right-color: rgb(41 37 36 / 0.05); }
.border-r-stone-800\/50{ border-right-color: rgb(41 37 36 / 0.5); }
.border-r-stone-800\/60{ border-right-color: rgb(41 37 36 / 0.6); }
.border-r-stone-800\/70{ border-right-color: rgb(41 37 36 / 0.7); }
.border-r-stone-800\/75{ border-right-color: rgb(41 37 36 / 0.75); }
.border-r-stone-800\/80{ border-right-color: rgb(41 37 36 / 0.8); }
.border-r-stone-800\/90{ border-right-color: rgb(41 37 36 / 0.9); }
.border-r-stone-800\/95{ border-right-color: rgb(41 37 36 / 0.95); }
.border-r-stone-900{ --tw-border-opacity: 1; border-right-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-r-stone-900\/0{ border-right-color: rgb(28 25 23 / 0); }
.border-r-stone-900\/10{ border-right-color: rgb(28 25 23 / 0.1); }
.border-r-stone-900\/100{ border-right-color: rgb(28 25 23 / 1); }
.border-r-stone-900\/20{ border-right-color: rgb(28 25 23 / 0.2); }
.border-r-stone-900\/25{ border-right-color: rgb(28 25 23 / 0.25); }
.border-r-stone-900\/30{ border-right-color: rgb(28 25 23 / 0.3); }
.border-r-stone-900\/40{ border-right-color: rgb(28 25 23 / 0.4); }
.border-r-stone-900\/5{ border-right-color: rgb(28 25 23 / 0.05); }
.border-r-stone-900\/50{ border-right-color: rgb(28 25 23 / 0.5); }
.border-r-stone-900\/60{ border-right-color: rgb(28 25 23 / 0.6); }
.border-r-stone-900\/70{ border-right-color: rgb(28 25 23 / 0.7); }
.border-r-stone-900\/75{ border-right-color: rgb(28 25 23 / 0.75); }
.border-r-stone-900\/80{ border-right-color: rgb(28 25 23 / 0.8); }
.border-r-stone-900\/90{ border-right-color: rgb(28 25 23 / 0.9); }
.border-r-stone-900\/95{ border-right-color: rgb(28 25 23 / 0.95); }
.border-r-stone-950{ --tw-border-opacity: 1; border-right-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-r-stone-950\/0{ border-right-color: rgb(12 10 9 / 0); }
.border-r-stone-950\/10{ border-right-color: rgb(12 10 9 / 0.1); }
.border-r-stone-950\/100{ border-right-color: rgb(12 10 9 / 1); }
.border-r-stone-950\/20{ border-right-color: rgb(12 10 9 / 0.2); }
.border-r-stone-950\/25{ border-right-color: rgb(12 10 9 / 0.25); }
.border-r-stone-950\/30{ border-right-color: rgb(12 10 9 / 0.3); }
.border-r-stone-950\/40{ border-right-color: rgb(12 10 9 / 0.4); }
.border-r-stone-950\/5{ border-right-color: rgb(12 10 9 / 0.05); }
.border-r-stone-950\/50{ border-right-color: rgb(12 10 9 / 0.5); }
.border-r-stone-950\/60{ border-right-color: rgb(12 10 9 / 0.6); }
.border-r-stone-950\/70{ border-right-color: rgb(12 10 9 / 0.7); }
.border-r-stone-950\/75{ border-right-color: rgb(12 10 9 / 0.75); }
.border-r-stone-950\/80{ border-right-color: rgb(12 10 9 / 0.8); }
.border-r-stone-950\/90{ border-right-color: rgb(12 10 9 / 0.9); }
.border-r-stone-950\/95{ border-right-color: rgb(12 10 9 / 0.95); }
.border-r-swim-blue{ --tw-border-opacity: 1; border-right-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-r-swim-blue\/0{ border-right-color: rgb(50 197 255 / 0); }
.border-r-swim-blue\/10{ border-right-color: rgb(50 197 255 / 0.1); }
.border-r-swim-blue\/100{ border-right-color: rgb(50 197 255 / 1); }
.border-r-swim-blue\/20{ border-right-color: rgb(50 197 255 / 0.2); }
.border-r-swim-blue\/25{ border-right-color: rgb(50 197 255 / 0.25); }
.border-r-swim-blue\/30{ border-right-color: rgb(50 197 255 / 0.3); }
.border-r-swim-blue\/40{ border-right-color: rgb(50 197 255 / 0.4); }
.border-r-swim-blue\/5{ border-right-color: rgb(50 197 255 / 0.05); }
.border-r-swim-blue\/50{ border-right-color: rgb(50 197 255 / 0.5); }
.border-r-swim-blue\/60{ border-right-color: rgb(50 197 255 / 0.6); }
.border-r-swim-blue\/70{ border-right-color: rgb(50 197 255 / 0.7); }
.border-r-swim-blue\/75{ border-right-color: rgb(50 197 255 / 0.75); }
.border-r-swim-blue\/80{ border-right-color: rgb(50 197 255 / 0.8); }
.border-r-swim-blue\/90{ border-right-color: rgb(50 197 255 / 0.9); }
.border-r-swim-blue\/95{ border-right-color: rgb(50 197 255 / 0.95); }
.border-r-swim-body-text{ --tw-border-opacity: 1; border-right-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-r-swim-body-text\/0{ border-right-color: rgb(58 60 62 / 0); }
.border-r-swim-body-text\/10{ border-right-color: rgb(58 60 62 / 0.1); }
.border-r-swim-body-text\/100{ border-right-color: rgb(58 60 62 / 1); }
.border-r-swim-body-text\/20{ border-right-color: rgb(58 60 62 / 0.2); }
.border-r-swim-body-text\/25{ border-right-color: rgb(58 60 62 / 0.25); }
.border-r-swim-body-text\/30{ border-right-color: rgb(58 60 62 / 0.3); }
.border-r-swim-body-text\/40{ border-right-color: rgb(58 60 62 / 0.4); }
.border-r-swim-body-text\/5{ border-right-color: rgb(58 60 62 / 0.05); }
.border-r-swim-body-text\/50{ border-right-color: rgb(58 60 62 / 0.5); }
.border-r-swim-body-text\/60{ border-right-color: rgb(58 60 62 / 0.6); }
.border-r-swim-body-text\/70{ border-right-color: rgb(58 60 62 / 0.7); }
.border-r-swim-body-text\/75{ border-right-color: rgb(58 60 62 / 0.75); }
.border-r-swim-body-text\/80{ border-right-color: rgb(58 60 62 / 0.8); }
.border-r-swim-body-text\/90{ border-right-color: rgb(58 60 62 / 0.9); }
.border-r-swim-body-text\/95{ border-right-color: rgb(58 60 62 / 0.95); }
.border-r-swim-dark-blue{ --tw-border-opacity: 1; border-right-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-r-swim-dark-blue\/0{ border-right-color: rgb(4 34 86 / 0); }
.border-r-swim-dark-blue\/10{ border-right-color: rgb(4 34 86 / 0.1); }
.border-r-swim-dark-blue\/100{ border-right-color: rgb(4 34 86 / 1); }
.border-r-swim-dark-blue\/20{ border-right-color: rgb(4 34 86 / 0.2); }
.border-r-swim-dark-blue\/25{ border-right-color: rgb(4 34 86 / 0.25); }
.border-r-swim-dark-blue\/30{ border-right-color: rgb(4 34 86 / 0.3); }
.border-r-swim-dark-blue\/40{ border-right-color: rgb(4 34 86 / 0.4); }
.border-r-swim-dark-blue\/5{ border-right-color: rgb(4 34 86 / 0.05); }
.border-r-swim-dark-blue\/50{ border-right-color: rgb(4 34 86 / 0.5); }
.border-r-swim-dark-blue\/60{ border-right-color: rgb(4 34 86 / 0.6); }
.border-r-swim-dark-blue\/70{ border-right-color: rgb(4 34 86 / 0.7); }
.border-r-swim-dark-blue\/75{ border-right-color: rgb(4 34 86 / 0.75); }
.border-r-swim-dark-blue\/80{ border-right-color: rgb(4 34 86 / 0.8); }
.border-r-swim-dark-blue\/90{ border-right-color: rgb(4 34 86 / 0.9); }
.border-r-swim-dark-blue\/95{ border-right-color: rgb(4 34 86 / 0.95); }
.border-r-swim-dark-purple{ --tw-border-opacity: 1; border-right-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-r-swim-dark-purple\/0{ border-right-color: rgb(214 81 255 / 0); }
.border-r-swim-dark-purple\/10{ border-right-color: rgb(214 81 255 / 0.1); }
.border-r-swim-dark-purple\/100{ border-right-color: rgb(214 81 255 / 1); }
.border-r-swim-dark-purple\/20{ border-right-color: rgb(214 81 255 / 0.2); }
.border-r-swim-dark-purple\/25{ border-right-color: rgb(214 81 255 / 0.25); }
.border-r-swim-dark-purple\/30{ border-right-color: rgb(214 81 255 / 0.3); }
.border-r-swim-dark-purple\/40{ border-right-color: rgb(214 81 255 / 0.4); }
.border-r-swim-dark-purple\/5{ border-right-color: rgb(214 81 255 / 0.05); }
.border-r-swim-dark-purple\/50{ border-right-color: rgb(214 81 255 / 0.5); }
.border-r-swim-dark-purple\/60{ border-right-color: rgb(214 81 255 / 0.6); }
.border-r-swim-dark-purple\/70{ border-right-color: rgb(214 81 255 / 0.7); }
.border-r-swim-dark-purple\/75{ border-right-color: rgb(214 81 255 / 0.75); }
.border-r-swim-dark-purple\/80{ border-right-color: rgb(214 81 255 / 0.8); }
.border-r-swim-dark-purple\/90{ border-right-color: rgb(214 81 255 / 0.9); }
.border-r-swim-dark-purple\/95{ border-right-color: rgb(214 81 255 / 0.95); }
.border-r-swim-dark-teal{ --tw-border-opacity: 1; border-right-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-r-swim-dark-teal\/0{ border-right-color: rgb(68 215 182 / 0); }
.border-r-swim-dark-teal\/10{ border-right-color: rgb(68 215 182 / 0.1); }
.border-r-swim-dark-teal\/100{ border-right-color: rgb(68 215 182 / 1); }
.border-r-swim-dark-teal\/20{ border-right-color: rgb(68 215 182 / 0.2); }
.border-r-swim-dark-teal\/25{ border-right-color: rgb(68 215 182 / 0.25); }
.border-r-swim-dark-teal\/30{ border-right-color: rgb(68 215 182 / 0.3); }
.border-r-swim-dark-teal\/40{ border-right-color: rgb(68 215 182 / 0.4); }
.border-r-swim-dark-teal\/5{ border-right-color: rgb(68 215 182 / 0.05); }
.border-r-swim-dark-teal\/50{ border-right-color: rgb(68 215 182 / 0.5); }
.border-r-swim-dark-teal\/60{ border-right-color: rgb(68 215 182 / 0.6); }
.border-r-swim-dark-teal\/70{ border-right-color: rgb(68 215 182 / 0.7); }
.border-r-swim-dark-teal\/75{ border-right-color: rgb(68 215 182 / 0.75); }
.border-r-swim-dark-teal\/80{ border-right-color: rgb(68 215 182 / 0.8); }
.border-r-swim-dark-teal\/90{ border-right-color: rgb(68 215 182 / 0.9); }
.border-r-swim-dark-teal\/95{ border-right-color: rgb(68 215 182 / 0.95); }
.border-r-swim-darker-blue{ --tw-border-opacity: 1; border-right-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-r-swim-darker-blue\/0{ border-right-color: rgb(17 24 39 / 0); }
.border-r-swim-darker-blue\/10{ border-right-color: rgb(17 24 39 / 0.1); }
.border-r-swim-darker-blue\/100{ border-right-color: rgb(17 24 39 / 1); }
.border-r-swim-darker-blue\/20{ border-right-color: rgb(17 24 39 / 0.2); }
.border-r-swim-darker-blue\/25{ border-right-color: rgb(17 24 39 / 0.25); }
.border-r-swim-darker-blue\/30{ border-right-color: rgb(17 24 39 / 0.3); }
.border-r-swim-darker-blue\/40{ border-right-color: rgb(17 24 39 / 0.4); }
.border-r-swim-darker-blue\/5{ border-right-color: rgb(17 24 39 / 0.05); }
.border-r-swim-darker-blue\/50{ border-right-color: rgb(17 24 39 / 0.5); }
.border-r-swim-darker-blue\/60{ border-right-color: rgb(17 24 39 / 0.6); }
.border-r-swim-darker-blue\/70{ border-right-color: rgb(17 24 39 / 0.7); }
.border-r-swim-darker-blue\/75{ border-right-color: rgb(17 24 39 / 0.75); }
.border-r-swim-darker-blue\/80{ border-right-color: rgb(17 24 39 / 0.8); }
.border-r-swim-darker-blue\/90{ border-right-color: rgb(17 24 39 / 0.9); }
.border-r-swim-darker-blue\/95{ border-right-color: rgb(17 24 39 / 0.95); }
.border-r-swim-darker-grey{ --tw-border-opacity: 1; border-right-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-r-swim-darker-grey\/0{ border-right-color: rgb(169 169 169 / 0); }
.border-r-swim-darker-grey\/10{ border-right-color: rgb(169 169 169 / 0.1); }
.border-r-swim-darker-grey\/100{ border-right-color: rgb(169 169 169 / 1); }
.border-r-swim-darker-grey\/20{ border-right-color: rgb(169 169 169 / 0.2); }
.border-r-swim-darker-grey\/25{ border-right-color: rgb(169 169 169 / 0.25); }
.border-r-swim-darker-grey\/30{ border-right-color: rgb(169 169 169 / 0.3); }
.border-r-swim-darker-grey\/40{ border-right-color: rgb(169 169 169 / 0.4); }
.border-r-swim-darker-grey\/5{ border-right-color: rgb(169 169 169 / 0.05); }
.border-r-swim-darker-grey\/50{ border-right-color: rgb(169 169 169 / 0.5); }
.border-r-swim-darker-grey\/60{ border-right-color: rgb(169 169 169 / 0.6); }
.border-r-swim-darker-grey\/70{ border-right-color: rgb(169 169 169 / 0.7); }
.border-r-swim-darker-grey\/75{ border-right-color: rgb(169 169 169 / 0.75); }
.border-r-swim-darker-grey\/80{ border-right-color: rgb(169 169 169 / 0.8); }
.border-r-swim-darker-grey\/90{ border-right-color: rgb(169 169 169 / 0.9); }
.border-r-swim-darker-grey\/95{ border-right-color: rgb(169 169 169 / 0.95); }
.border-r-swim-darker-teal{ border-right-color: RGBA(4, 42, 43, 0.85); }
.border-r-swim-darkerish-grey{ --tw-border-opacity: 1; border-right-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-r-swim-darkerish-grey\/0{ border-right-color: rgb(109 114 120 / 0); }
.border-r-swim-darkerish-grey\/10{ border-right-color: rgb(109 114 120 / 0.1); }
.border-r-swim-darkerish-grey\/100{ border-right-color: rgb(109 114 120 / 1); }
.border-r-swim-darkerish-grey\/20{ border-right-color: rgb(109 114 120 / 0.2); }
.border-r-swim-darkerish-grey\/25{ border-right-color: rgb(109 114 120 / 0.25); }
.border-r-swim-darkerish-grey\/30{ border-right-color: rgb(109 114 120 / 0.3); }
.border-r-swim-darkerish-grey\/40{ border-right-color: rgb(109 114 120 / 0.4); }
.border-r-swim-darkerish-grey\/5{ border-right-color: rgb(109 114 120 / 0.05); }
.border-r-swim-darkerish-grey\/50{ border-right-color: rgb(109 114 120 / 0.5); }
.border-r-swim-darkerish-grey\/60{ border-right-color: rgb(109 114 120 / 0.6); }
.border-r-swim-darkerish-grey\/70{ border-right-color: rgb(109 114 120 / 0.7); }
.border-r-swim-darkerish-grey\/75{ border-right-color: rgb(109 114 120 / 0.75); }
.border-r-swim-darkerish-grey\/80{ border-right-color: rgb(109 114 120 / 0.8); }
.border-r-swim-darkerish-grey\/90{ border-right-color: rgb(109 114 120 / 0.9); }
.border-r-swim-darkerish-grey\/95{ border-right-color: rgb(109 114 120 / 0.95); }
.border-r-swim-grey{ --tw-border-opacity: 1; border-right-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-r-swim-grey\/0{ border-right-color: rgb(193 193 193 / 0); }
.border-r-swim-grey\/10{ border-right-color: rgb(193 193 193 / 0.1); }
.border-r-swim-grey\/100{ border-right-color: rgb(193 193 193 / 1); }
.border-r-swim-grey\/20{ border-right-color: rgb(193 193 193 / 0.2); }
.border-r-swim-grey\/25{ border-right-color: rgb(193 193 193 / 0.25); }
.border-r-swim-grey\/30{ border-right-color: rgb(193 193 193 / 0.3); }
.border-r-swim-grey\/40{ border-right-color: rgb(193 193 193 / 0.4); }
.border-r-swim-grey\/5{ border-right-color: rgb(193 193 193 / 0.05); }
.border-r-swim-grey\/50{ border-right-color: rgb(193 193 193 / 0.5); }
.border-r-swim-grey\/60{ border-right-color: rgb(193 193 193 / 0.6); }
.border-r-swim-grey\/70{ border-right-color: rgb(193 193 193 / 0.7); }
.border-r-swim-grey\/75{ border-right-color: rgb(193 193 193 / 0.75); }
.border-r-swim-grey\/80{ border-right-color: rgb(193 193 193 / 0.8); }
.border-r-swim-grey\/90{ border-right-color: rgb(193 193 193 / 0.9); }
.border-r-swim-grey\/95{ border-right-color: rgb(193 193 193 / 0.95); }
.border-r-swim-lighter-grey{ --tw-border-opacity: 1; border-right-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-r-swim-lighter-grey\/0{ border-right-color: rgb(233 239 240 / 0); }
.border-r-swim-lighter-grey\/10{ border-right-color: rgb(233 239 240 / 0.1); }
.border-r-swim-lighter-grey\/100{ border-right-color: rgb(233 239 240 / 1); }
.border-r-swim-lighter-grey\/20{ border-right-color: rgb(233 239 240 / 0.2); }
.border-r-swim-lighter-grey\/25{ border-right-color: rgb(233 239 240 / 0.25); }
.border-r-swim-lighter-grey\/30{ border-right-color: rgb(233 239 240 / 0.3); }
.border-r-swim-lighter-grey\/40{ border-right-color: rgb(233 239 240 / 0.4); }
.border-r-swim-lighter-grey\/5{ border-right-color: rgb(233 239 240 / 0.05); }
.border-r-swim-lighter-grey\/50{ border-right-color: rgb(233 239 240 / 0.5); }
.border-r-swim-lighter-grey\/60{ border-right-color: rgb(233 239 240 / 0.6); }
.border-r-swim-lighter-grey\/70{ border-right-color: rgb(233 239 240 / 0.7); }
.border-r-swim-lighter-grey\/75{ border-right-color: rgb(233 239 240 / 0.75); }
.border-r-swim-lighter-grey\/80{ border-right-color: rgb(233 239 240 / 0.8); }
.border-r-swim-lighter-grey\/90{ border-right-color: rgb(233 239 240 / 0.9); }
.border-r-swim-lighter-grey\/95{ border-right-color: rgb(233 239 240 / 0.95); }
.border-r-swim-purple{ --tw-border-opacity: 1; border-right-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-r-swim-purple\/0{ border-right-color: rgb(186 98 255 / 0); }
.border-r-swim-purple\/10{ border-right-color: rgb(186 98 255 / 0.1); }
.border-r-swim-purple\/100{ border-right-color: rgb(186 98 255 / 1); }
.border-r-swim-purple\/20{ border-right-color: rgb(186 98 255 / 0.2); }
.border-r-swim-purple\/25{ border-right-color: rgb(186 98 255 / 0.25); }
.border-r-swim-purple\/30{ border-right-color: rgb(186 98 255 / 0.3); }
.border-r-swim-purple\/40{ border-right-color: rgb(186 98 255 / 0.4); }
.border-r-swim-purple\/5{ border-right-color: rgb(186 98 255 / 0.05); }
.border-r-swim-purple\/50{ border-right-color: rgb(186 98 255 / 0.5); }
.border-r-swim-purple\/60{ border-right-color: rgb(186 98 255 / 0.6); }
.border-r-swim-purple\/70{ border-right-color: rgb(186 98 255 / 0.7); }
.border-r-swim-purple\/75{ border-right-color: rgb(186 98 255 / 0.75); }
.border-r-swim-purple\/80{ border-right-color: rgb(186 98 255 / 0.8); }
.border-r-swim-purple\/90{ border-right-color: rgb(186 98 255 / 0.9); }
.border-r-swim-purple\/95{ border-right-color: rgb(186 98 255 / 0.95); }
.border-r-swim-teal{ --tw-border-opacity: 1; border-right-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-r-swim-teal\/0{ border-right-color: rgb(102 255 221 / 0); }
.border-r-swim-teal\/10{ border-right-color: rgb(102 255 221 / 0.1); }
.border-r-swim-teal\/100{ border-right-color: rgb(102 255 221 / 1); }
.border-r-swim-teal\/20{ border-right-color: rgb(102 255 221 / 0.2); }
.border-r-swim-teal\/25{ border-right-color: rgb(102 255 221 / 0.25); }
.border-r-swim-teal\/30{ border-right-color: rgb(102 255 221 / 0.3); }
.border-r-swim-teal\/40{ border-right-color: rgb(102 255 221 / 0.4); }
.border-r-swim-teal\/5{ border-right-color: rgb(102 255 221 / 0.05); }
.border-r-swim-teal\/50{ border-right-color: rgb(102 255 221 / 0.5); }
.border-r-swim-teal\/60{ border-right-color: rgb(102 255 221 / 0.6); }
.border-r-swim-teal\/70{ border-right-color: rgb(102 255 221 / 0.7); }
.border-r-swim-teal\/75{ border-right-color: rgb(102 255 221 / 0.75); }
.border-r-swim-teal\/80{ border-right-color: rgb(102 255 221 / 0.8); }
.border-r-swim-teal\/90{ border-right-color: rgb(102 255 221 / 0.9); }
.border-r-swim-teal\/95{ border-right-color: rgb(102 255 221 / 0.95); }
.border-r-teal-100{ --tw-border-opacity: 1; border-right-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-r-teal-100\/0{ border-right-color: rgb(204 251 241 / 0); }
.border-r-teal-100\/10{ border-right-color: rgb(204 251 241 / 0.1); }
.border-r-teal-100\/100{ border-right-color: rgb(204 251 241 / 1); }
.border-r-teal-100\/20{ border-right-color: rgb(204 251 241 / 0.2); }
.border-r-teal-100\/25{ border-right-color: rgb(204 251 241 / 0.25); }
.border-r-teal-100\/30{ border-right-color: rgb(204 251 241 / 0.3); }
.border-r-teal-100\/40{ border-right-color: rgb(204 251 241 / 0.4); }
.border-r-teal-100\/5{ border-right-color: rgb(204 251 241 / 0.05); }
.border-r-teal-100\/50{ border-right-color: rgb(204 251 241 / 0.5); }
.border-r-teal-100\/60{ border-right-color: rgb(204 251 241 / 0.6); }
.border-r-teal-100\/70{ border-right-color: rgb(204 251 241 / 0.7); }
.border-r-teal-100\/75{ border-right-color: rgb(204 251 241 / 0.75); }
.border-r-teal-100\/80{ border-right-color: rgb(204 251 241 / 0.8); }
.border-r-teal-100\/90{ border-right-color: rgb(204 251 241 / 0.9); }
.border-r-teal-100\/95{ border-right-color: rgb(204 251 241 / 0.95); }
.border-r-teal-200{ --tw-border-opacity: 1; border-right-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-r-teal-200\/0{ border-right-color: rgb(153 246 228 / 0); }
.border-r-teal-200\/10{ border-right-color: rgb(153 246 228 / 0.1); }
.border-r-teal-200\/100{ border-right-color: rgb(153 246 228 / 1); }
.border-r-teal-200\/20{ border-right-color: rgb(153 246 228 / 0.2); }
.border-r-teal-200\/25{ border-right-color: rgb(153 246 228 / 0.25); }
.border-r-teal-200\/30{ border-right-color: rgb(153 246 228 / 0.3); }
.border-r-teal-200\/40{ border-right-color: rgb(153 246 228 / 0.4); }
.border-r-teal-200\/5{ border-right-color: rgb(153 246 228 / 0.05); }
.border-r-teal-200\/50{ border-right-color: rgb(153 246 228 / 0.5); }
.border-r-teal-200\/60{ border-right-color: rgb(153 246 228 / 0.6); }
.border-r-teal-200\/70{ border-right-color: rgb(153 246 228 / 0.7); }
.border-r-teal-200\/75{ border-right-color: rgb(153 246 228 / 0.75); }
.border-r-teal-200\/80{ border-right-color: rgb(153 246 228 / 0.8); }
.border-r-teal-200\/90{ border-right-color: rgb(153 246 228 / 0.9); }
.border-r-teal-200\/95{ border-right-color: rgb(153 246 228 / 0.95); }
.border-r-teal-300{ --tw-border-opacity: 1; border-right-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-r-teal-300\/0{ border-right-color: rgb(94 234 212 / 0); }
.border-r-teal-300\/10{ border-right-color: rgb(94 234 212 / 0.1); }
.border-r-teal-300\/100{ border-right-color: rgb(94 234 212 / 1); }
.border-r-teal-300\/20{ border-right-color: rgb(94 234 212 / 0.2); }
.border-r-teal-300\/25{ border-right-color: rgb(94 234 212 / 0.25); }
.border-r-teal-300\/30{ border-right-color: rgb(94 234 212 / 0.3); }
.border-r-teal-300\/40{ border-right-color: rgb(94 234 212 / 0.4); }
.border-r-teal-300\/5{ border-right-color: rgb(94 234 212 / 0.05); }
.border-r-teal-300\/50{ border-right-color: rgb(94 234 212 / 0.5); }
.border-r-teal-300\/60{ border-right-color: rgb(94 234 212 / 0.6); }
.border-r-teal-300\/70{ border-right-color: rgb(94 234 212 / 0.7); }
.border-r-teal-300\/75{ border-right-color: rgb(94 234 212 / 0.75); }
.border-r-teal-300\/80{ border-right-color: rgb(94 234 212 / 0.8); }
.border-r-teal-300\/90{ border-right-color: rgb(94 234 212 / 0.9); }
.border-r-teal-300\/95{ border-right-color: rgb(94 234 212 / 0.95); }
.border-r-teal-400{ --tw-border-opacity: 1; border-right-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-r-teal-400\/0{ border-right-color: rgb(45 212 191 / 0); }
.border-r-teal-400\/10{ border-right-color: rgb(45 212 191 / 0.1); }
.border-r-teal-400\/100{ border-right-color: rgb(45 212 191 / 1); }
.border-r-teal-400\/20{ border-right-color: rgb(45 212 191 / 0.2); }
.border-r-teal-400\/25{ border-right-color: rgb(45 212 191 / 0.25); }
.border-r-teal-400\/30{ border-right-color: rgb(45 212 191 / 0.3); }
.border-r-teal-400\/40{ border-right-color: rgb(45 212 191 / 0.4); }
.border-r-teal-400\/5{ border-right-color: rgb(45 212 191 / 0.05); }
.border-r-teal-400\/50{ border-right-color: rgb(45 212 191 / 0.5); }
.border-r-teal-400\/60{ border-right-color: rgb(45 212 191 / 0.6); }
.border-r-teal-400\/70{ border-right-color: rgb(45 212 191 / 0.7); }
.border-r-teal-400\/75{ border-right-color: rgb(45 212 191 / 0.75); }
.border-r-teal-400\/80{ border-right-color: rgb(45 212 191 / 0.8); }
.border-r-teal-400\/90{ border-right-color: rgb(45 212 191 / 0.9); }
.border-r-teal-400\/95{ border-right-color: rgb(45 212 191 / 0.95); }
.border-r-teal-50{ --tw-border-opacity: 1; border-right-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-r-teal-50\/0{ border-right-color: rgb(240 253 250 / 0); }
.border-r-teal-50\/10{ border-right-color: rgb(240 253 250 / 0.1); }
.border-r-teal-50\/100{ border-right-color: rgb(240 253 250 / 1); }
.border-r-teal-50\/20{ border-right-color: rgb(240 253 250 / 0.2); }
.border-r-teal-50\/25{ border-right-color: rgb(240 253 250 / 0.25); }
.border-r-teal-50\/30{ border-right-color: rgb(240 253 250 / 0.3); }
.border-r-teal-50\/40{ border-right-color: rgb(240 253 250 / 0.4); }
.border-r-teal-50\/5{ border-right-color: rgb(240 253 250 / 0.05); }
.border-r-teal-50\/50{ border-right-color: rgb(240 253 250 / 0.5); }
.border-r-teal-50\/60{ border-right-color: rgb(240 253 250 / 0.6); }
.border-r-teal-50\/70{ border-right-color: rgb(240 253 250 / 0.7); }
.border-r-teal-50\/75{ border-right-color: rgb(240 253 250 / 0.75); }
.border-r-teal-50\/80{ border-right-color: rgb(240 253 250 / 0.8); }
.border-r-teal-50\/90{ border-right-color: rgb(240 253 250 / 0.9); }
.border-r-teal-50\/95{ border-right-color: rgb(240 253 250 / 0.95); }
.border-r-teal-500{ --tw-border-opacity: 1; border-right-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-r-teal-500\/0{ border-right-color: rgb(20 184 166 / 0); }
.border-r-teal-500\/10{ border-right-color: rgb(20 184 166 / 0.1); }
.border-r-teal-500\/100{ border-right-color: rgb(20 184 166 / 1); }
.border-r-teal-500\/20{ border-right-color: rgb(20 184 166 / 0.2); }
.border-r-teal-500\/25{ border-right-color: rgb(20 184 166 / 0.25); }
.border-r-teal-500\/30{ border-right-color: rgb(20 184 166 / 0.3); }
.border-r-teal-500\/40{ border-right-color: rgb(20 184 166 / 0.4); }
.border-r-teal-500\/5{ border-right-color: rgb(20 184 166 / 0.05); }
.border-r-teal-500\/50{ border-right-color: rgb(20 184 166 / 0.5); }
.border-r-teal-500\/60{ border-right-color: rgb(20 184 166 / 0.6); }
.border-r-teal-500\/70{ border-right-color: rgb(20 184 166 / 0.7); }
.border-r-teal-500\/75{ border-right-color: rgb(20 184 166 / 0.75); }
.border-r-teal-500\/80{ border-right-color: rgb(20 184 166 / 0.8); }
.border-r-teal-500\/90{ border-right-color: rgb(20 184 166 / 0.9); }
.border-r-teal-500\/95{ border-right-color: rgb(20 184 166 / 0.95); }
.border-r-teal-600{ --tw-border-opacity: 1; border-right-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-r-teal-600\/0{ border-right-color: rgb(13 148 136 / 0); }
.border-r-teal-600\/10{ border-right-color: rgb(13 148 136 / 0.1); }
.border-r-teal-600\/100{ border-right-color: rgb(13 148 136 / 1); }
.border-r-teal-600\/20{ border-right-color: rgb(13 148 136 / 0.2); }
.border-r-teal-600\/25{ border-right-color: rgb(13 148 136 / 0.25); }
.border-r-teal-600\/30{ border-right-color: rgb(13 148 136 / 0.3); }
.border-r-teal-600\/40{ border-right-color: rgb(13 148 136 / 0.4); }
.border-r-teal-600\/5{ border-right-color: rgb(13 148 136 / 0.05); }
.border-r-teal-600\/50{ border-right-color: rgb(13 148 136 / 0.5); }
.border-r-teal-600\/60{ border-right-color: rgb(13 148 136 / 0.6); }
.border-r-teal-600\/70{ border-right-color: rgb(13 148 136 / 0.7); }
.border-r-teal-600\/75{ border-right-color: rgb(13 148 136 / 0.75); }
.border-r-teal-600\/80{ border-right-color: rgb(13 148 136 / 0.8); }
.border-r-teal-600\/90{ border-right-color: rgb(13 148 136 / 0.9); }
.border-r-teal-600\/95{ border-right-color: rgb(13 148 136 / 0.95); }
.border-r-teal-700{ --tw-border-opacity: 1; border-right-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-r-teal-700\/0{ border-right-color: rgb(15 118 110 / 0); }
.border-r-teal-700\/10{ border-right-color: rgb(15 118 110 / 0.1); }
.border-r-teal-700\/100{ border-right-color: rgb(15 118 110 / 1); }
.border-r-teal-700\/20{ border-right-color: rgb(15 118 110 / 0.2); }
.border-r-teal-700\/25{ border-right-color: rgb(15 118 110 / 0.25); }
.border-r-teal-700\/30{ border-right-color: rgb(15 118 110 / 0.3); }
.border-r-teal-700\/40{ border-right-color: rgb(15 118 110 / 0.4); }
.border-r-teal-700\/5{ border-right-color: rgb(15 118 110 / 0.05); }
.border-r-teal-700\/50{ border-right-color: rgb(15 118 110 / 0.5); }
.border-r-teal-700\/60{ border-right-color: rgb(15 118 110 / 0.6); }
.border-r-teal-700\/70{ border-right-color: rgb(15 118 110 / 0.7); }
.border-r-teal-700\/75{ border-right-color: rgb(15 118 110 / 0.75); }
.border-r-teal-700\/80{ border-right-color: rgb(15 118 110 / 0.8); }
.border-r-teal-700\/90{ border-right-color: rgb(15 118 110 / 0.9); }
.border-r-teal-700\/95{ border-right-color: rgb(15 118 110 / 0.95); }
.border-r-teal-800{ --tw-border-opacity: 1; border-right-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-r-teal-800\/0{ border-right-color: rgb(17 94 89 / 0); }
.border-r-teal-800\/10{ border-right-color: rgb(17 94 89 / 0.1); }
.border-r-teal-800\/100{ border-right-color: rgb(17 94 89 / 1); }
.border-r-teal-800\/20{ border-right-color: rgb(17 94 89 / 0.2); }
.border-r-teal-800\/25{ border-right-color: rgb(17 94 89 / 0.25); }
.border-r-teal-800\/30{ border-right-color: rgb(17 94 89 / 0.3); }
.border-r-teal-800\/40{ border-right-color: rgb(17 94 89 / 0.4); }
.border-r-teal-800\/5{ border-right-color: rgb(17 94 89 / 0.05); }
.border-r-teal-800\/50{ border-right-color: rgb(17 94 89 / 0.5); }
.border-r-teal-800\/60{ border-right-color: rgb(17 94 89 / 0.6); }
.border-r-teal-800\/70{ border-right-color: rgb(17 94 89 / 0.7); }
.border-r-teal-800\/75{ border-right-color: rgb(17 94 89 / 0.75); }
.border-r-teal-800\/80{ border-right-color: rgb(17 94 89 / 0.8); }
.border-r-teal-800\/90{ border-right-color: rgb(17 94 89 / 0.9); }
.border-r-teal-800\/95{ border-right-color: rgb(17 94 89 / 0.95); }
.border-r-teal-900{ --tw-border-opacity: 1; border-right-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-r-teal-900\/0{ border-right-color: rgb(19 78 74 / 0); }
.border-r-teal-900\/10{ border-right-color: rgb(19 78 74 / 0.1); }
.border-r-teal-900\/100{ border-right-color: rgb(19 78 74 / 1); }
.border-r-teal-900\/20{ border-right-color: rgb(19 78 74 / 0.2); }
.border-r-teal-900\/25{ border-right-color: rgb(19 78 74 / 0.25); }
.border-r-teal-900\/30{ border-right-color: rgb(19 78 74 / 0.3); }
.border-r-teal-900\/40{ border-right-color: rgb(19 78 74 / 0.4); }
.border-r-teal-900\/5{ border-right-color: rgb(19 78 74 / 0.05); }
.border-r-teal-900\/50{ border-right-color: rgb(19 78 74 / 0.5); }
.border-r-teal-900\/60{ border-right-color: rgb(19 78 74 / 0.6); }
.border-r-teal-900\/70{ border-right-color: rgb(19 78 74 / 0.7); }
.border-r-teal-900\/75{ border-right-color: rgb(19 78 74 / 0.75); }
.border-r-teal-900\/80{ border-right-color: rgb(19 78 74 / 0.8); }
.border-r-teal-900\/90{ border-right-color: rgb(19 78 74 / 0.9); }
.border-r-teal-900\/95{ border-right-color: rgb(19 78 74 / 0.95); }
.border-r-teal-950{ --tw-border-opacity: 1; border-right-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-r-teal-950\/0{ border-right-color: rgb(4 47 46 / 0); }
.border-r-teal-950\/10{ border-right-color: rgb(4 47 46 / 0.1); }
.border-r-teal-950\/100{ border-right-color: rgb(4 47 46 / 1); }
.border-r-teal-950\/20{ border-right-color: rgb(4 47 46 / 0.2); }
.border-r-teal-950\/25{ border-right-color: rgb(4 47 46 / 0.25); }
.border-r-teal-950\/30{ border-right-color: rgb(4 47 46 / 0.3); }
.border-r-teal-950\/40{ border-right-color: rgb(4 47 46 / 0.4); }
.border-r-teal-950\/5{ border-right-color: rgb(4 47 46 / 0.05); }
.border-r-teal-950\/50{ border-right-color: rgb(4 47 46 / 0.5); }
.border-r-teal-950\/60{ border-right-color: rgb(4 47 46 / 0.6); }
.border-r-teal-950\/70{ border-right-color: rgb(4 47 46 / 0.7); }
.border-r-teal-950\/75{ border-right-color: rgb(4 47 46 / 0.75); }
.border-r-teal-950\/80{ border-right-color: rgb(4 47 46 / 0.8); }
.border-r-teal-950\/90{ border-right-color: rgb(4 47 46 / 0.9); }
.border-r-teal-950\/95{ border-right-color: rgb(4 47 46 / 0.95); }
.border-r-transparent{ border-right-color: transparent; }
.border-r-transparent\/0{ border-right-color: rgb(0 0 0 / 0); }
.border-r-transparent\/10{ border-right-color: rgb(0 0 0 / 0.1); }
.border-r-transparent\/100{ border-right-color: rgb(0 0 0 / 1); }
.border-r-transparent\/20{ border-right-color: rgb(0 0 0 / 0.2); }
.border-r-transparent\/25{ border-right-color: rgb(0 0 0 / 0.25); }
.border-r-transparent\/30{ border-right-color: rgb(0 0 0 / 0.3); }
.border-r-transparent\/40{ border-right-color: rgb(0 0 0 / 0.4); }
.border-r-transparent\/5{ border-right-color: rgb(0 0 0 / 0.05); }
.border-r-transparent\/50{ border-right-color: rgb(0 0 0 / 0.5); }
.border-r-transparent\/60{ border-right-color: rgb(0 0 0 / 0.6); }
.border-r-transparent\/70{ border-right-color: rgb(0 0 0 / 0.7); }
.border-r-transparent\/75{ border-right-color: rgb(0 0 0 / 0.75); }
.border-r-transparent\/80{ border-right-color: rgb(0 0 0 / 0.8); }
.border-r-transparent\/90{ border-right-color: rgb(0 0 0 / 0.9); }
.border-r-transparent\/95{ border-right-color: rgb(0 0 0 / 0.95); }
.border-r-violet-100{ --tw-border-opacity: 1; border-right-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-r-violet-100\/0{ border-right-color: rgb(237 233 254 / 0); }
.border-r-violet-100\/10{ border-right-color: rgb(237 233 254 / 0.1); }
.border-r-violet-100\/100{ border-right-color: rgb(237 233 254 / 1); }
.border-r-violet-100\/20{ border-right-color: rgb(237 233 254 / 0.2); }
.border-r-violet-100\/25{ border-right-color: rgb(237 233 254 / 0.25); }
.border-r-violet-100\/30{ border-right-color: rgb(237 233 254 / 0.3); }
.border-r-violet-100\/40{ border-right-color: rgb(237 233 254 / 0.4); }
.border-r-violet-100\/5{ border-right-color: rgb(237 233 254 / 0.05); }
.border-r-violet-100\/50{ border-right-color: rgb(237 233 254 / 0.5); }
.border-r-violet-100\/60{ border-right-color: rgb(237 233 254 / 0.6); }
.border-r-violet-100\/70{ border-right-color: rgb(237 233 254 / 0.7); }
.border-r-violet-100\/75{ border-right-color: rgb(237 233 254 / 0.75); }
.border-r-violet-100\/80{ border-right-color: rgb(237 233 254 / 0.8); }
.border-r-violet-100\/90{ border-right-color: rgb(237 233 254 / 0.9); }
.border-r-violet-100\/95{ border-right-color: rgb(237 233 254 / 0.95); }
.border-r-violet-200{ --tw-border-opacity: 1; border-right-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-r-violet-200\/0{ border-right-color: rgb(221 214 254 / 0); }
.border-r-violet-200\/10{ border-right-color: rgb(221 214 254 / 0.1); }
.border-r-violet-200\/100{ border-right-color: rgb(221 214 254 / 1); }
.border-r-violet-200\/20{ border-right-color: rgb(221 214 254 / 0.2); }
.border-r-violet-200\/25{ border-right-color: rgb(221 214 254 / 0.25); }
.border-r-violet-200\/30{ border-right-color: rgb(221 214 254 / 0.3); }
.border-r-violet-200\/40{ border-right-color: rgb(221 214 254 / 0.4); }
.border-r-violet-200\/5{ border-right-color: rgb(221 214 254 / 0.05); }
.border-r-violet-200\/50{ border-right-color: rgb(221 214 254 / 0.5); }
.border-r-violet-200\/60{ border-right-color: rgb(221 214 254 / 0.6); }
.border-r-violet-200\/70{ border-right-color: rgb(221 214 254 / 0.7); }
.border-r-violet-200\/75{ border-right-color: rgb(221 214 254 / 0.75); }
.border-r-violet-200\/80{ border-right-color: rgb(221 214 254 / 0.8); }
.border-r-violet-200\/90{ border-right-color: rgb(221 214 254 / 0.9); }
.border-r-violet-200\/95{ border-right-color: rgb(221 214 254 / 0.95); }
.border-r-violet-300{ --tw-border-opacity: 1; border-right-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-r-violet-300\/0{ border-right-color: rgb(196 181 253 / 0); }
.border-r-violet-300\/10{ border-right-color: rgb(196 181 253 / 0.1); }
.border-r-violet-300\/100{ border-right-color: rgb(196 181 253 / 1); }
.border-r-violet-300\/20{ border-right-color: rgb(196 181 253 / 0.2); }
.border-r-violet-300\/25{ border-right-color: rgb(196 181 253 / 0.25); }
.border-r-violet-300\/30{ border-right-color: rgb(196 181 253 / 0.3); }
.border-r-violet-300\/40{ border-right-color: rgb(196 181 253 / 0.4); }
.border-r-violet-300\/5{ border-right-color: rgb(196 181 253 / 0.05); }
.border-r-violet-300\/50{ border-right-color: rgb(196 181 253 / 0.5); }
.border-r-violet-300\/60{ border-right-color: rgb(196 181 253 / 0.6); }
.border-r-violet-300\/70{ border-right-color: rgb(196 181 253 / 0.7); }
.border-r-violet-300\/75{ border-right-color: rgb(196 181 253 / 0.75); }
.border-r-violet-300\/80{ border-right-color: rgb(196 181 253 / 0.8); }
.border-r-violet-300\/90{ border-right-color: rgb(196 181 253 / 0.9); }
.border-r-violet-300\/95{ border-right-color: rgb(196 181 253 / 0.95); }
.border-r-violet-400{ --tw-border-opacity: 1; border-right-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-r-violet-400\/0{ border-right-color: rgb(167 139 250 / 0); }
.border-r-violet-400\/10{ border-right-color: rgb(167 139 250 / 0.1); }
.border-r-violet-400\/100{ border-right-color: rgb(167 139 250 / 1); }
.border-r-violet-400\/20{ border-right-color: rgb(167 139 250 / 0.2); }
.border-r-violet-400\/25{ border-right-color: rgb(167 139 250 / 0.25); }
.border-r-violet-400\/30{ border-right-color: rgb(167 139 250 / 0.3); }
.border-r-violet-400\/40{ border-right-color: rgb(167 139 250 / 0.4); }
.border-r-violet-400\/5{ border-right-color: rgb(167 139 250 / 0.05); }
.border-r-violet-400\/50{ border-right-color: rgb(167 139 250 / 0.5); }
.border-r-violet-400\/60{ border-right-color: rgb(167 139 250 / 0.6); }
.border-r-violet-400\/70{ border-right-color: rgb(167 139 250 / 0.7); }
.border-r-violet-400\/75{ border-right-color: rgb(167 139 250 / 0.75); }
.border-r-violet-400\/80{ border-right-color: rgb(167 139 250 / 0.8); }
.border-r-violet-400\/90{ border-right-color: rgb(167 139 250 / 0.9); }
.border-r-violet-400\/95{ border-right-color: rgb(167 139 250 / 0.95); }
.border-r-violet-50{ --tw-border-opacity: 1; border-right-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-r-violet-50\/0{ border-right-color: rgb(245 243 255 / 0); }
.border-r-violet-50\/10{ border-right-color: rgb(245 243 255 / 0.1); }
.border-r-violet-50\/100{ border-right-color: rgb(245 243 255 / 1); }
.border-r-violet-50\/20{ border-right-color: rgb(245 243 255 / 0.2); }
.border-r-violet-50\/25{ border-right-color: rgb(245 243 255 / 0.25); }
.border-r-violet-50\/30{ border-right-color: rgb(245 243 255 / 0.3); }
.border-r-violet-50\/40{ border-right-color: rgb(245 243 255 / 0.4); }
.border-r-violet-50\/5{ border-right-color: rgb(245 243 255 / 0.05); }
.border-r-violet-50\/50{ border-right-color: rgb(245 243 255 / 0.5); }
.border-r-violet-50\/60{ border-right-color: rgb(245 243 255 / 0.6); }
.border-r-violet-50\/70{ border-right-color: rgb(245 243 255 / 0.7); }
.border-r-violet-50\/75{ border-right-color: rgb(245 243 255 / 0.75); }
.border-r-violet-50\/80{ border-right-color: rgb(245 243 255 / 0.8); }
.border-r-violet-50\/90{ border-right-color: rgb(245 243 255 / 0.9); }
.border-r-violet-50\/95{ border-right-color: rgb(245 243 255 / 0.95); }
.border-r-violet-500{ --tw-border-opacity: 1; border-right-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-r-violet-500\/0{ border-right-color: rgb(139 92 246 / 0); }
.border-r-violet-500\/10{ border-right-color: rgb(139 92 246 / 0.1); }
.border-r-violet-500\/100{ border-right-color: rgb(139 92 246 / 1); }
.border-r-violet-500\/20{ border-right-color: rgb(139 92 246 / 0.2); }
.border-r-violet-500\/25{ border-right-color: rgb(139 92 246 / 0.25); }
.border-r-violet-500\/30{ border-right-color: rgb(139 92 246 / 0.3); }
.border-r-violet-500\/40{ border-right-color: rgb(139 92 246 / 0.4); }
.border-r-violet-500\/5{ border-right-color: rgb(139 92 246 / 0.05); }
.border-r-violet-500\/50{ border-right-color: rgb(139 92 246 / 0.5); }
.border-r-violet-500\/60{ border-right-color: rgb(139 92 246 / 0.6); }
.border-r-violet-500\/70{ border-right-color: rgb(139 92 246 / 0.7); }
.border-r-violet-500\/75{ border-right-color: rgb(139 92 246 / 0.75); }
.border-r-violet-500\/80{ border-right-color: rgb(139 92 246 / 0.8); }
.border-r-violet-500\/90{ border-right-color: rgb(139 92 246 / 0.9); }
.border-r-violet-500\/95{ border-right-color: rgb(139 92 246 / 0.95); }
.border-r-violet-600{ --tw-border-opacity: 1; border-right-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-r-violet-600\/0{ border-right-color: rgb(124 58 237 / 0); }
.border-r-violet-600\/10{ border-right-color: rgb(124 58 237 / 0.1); }
.border-r-violet-600\/100{ border-right-color: rgb(124 58 237 / 1); }
.border-r-violet-600\/20{ border-right-color: rgb(124 58 237 / 0.2); }
.border-r-violet-600\/25{ border-right-color: rgb(124 58 237 / 0.25); }
.border-r-violet-600\/30{ border-right-color: rgb(124 58 237 / 0.3); }
.border-r-violet-600\/40{ border-right-color: rgb(124 58 237 / 0.4); }
.border-r-violet-600\/5{ border-right-color: rgb(124 58 237 / 0.05); }
.border-r-violet-600\/50{ border-right-color: rgb(124 58 237 / 0.5); }
.border-r-violet-600\/60{ border-right-color: rgb(124 58 237 / 0.6); }
.border-r-violet-600\/70{ border-right-color: rgb(124 58 237 / 0.7); }
.border-r-violet-600\/75{ border-right-color: rgb(124 58 237 / 0.75); }
.border-r-violet-600\/80{ border-right-color: rgb(124 58 237 / 0.8); }
.border-r-violet-600\/90{ border-right-color: rgb(124 58 237 / 0.9); }
.border-r-violet-600\/95{ border-right-color: rgb(124 58 237 / 0.95); }
.border-r-violet-700{ --tw-border-opacity: 1; border-right-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-r-violet-700\/0{ border-right-color: rgb(109 40 217 / 0); }
.border-r-violet-700\/10{ border-right-color: rgb(109 40 217 / 0.1); }
.border-r-violet-700\/100{ border-right-color: rgb(109 40 217 / 1); }
.border-r-violet-700\/20{ border-right-color: rgb(109 40 217 / 0.2); }
.border-r-violet-700\/25{ border-right-color: rgb(109 40 217 / 0.25); }
.border-r-violet-700\/30{ border-right-color: rgb(109 40 217 / 0.3); }
.border-r-violet-700\/40{ border-right-color: rgb(109 40 217 / 0.4); }
.border-r-violet-700\/5{ border-right-color: rgb(109 40 217 / 0.05); }
.border-r-violet-700\/50{ border-right-color: rgb(109 40 217 / 0.5); }
.border-r-violet-700\/60{ border-right-color: rgb(109 40 217 / 0.6); }
.border-r-violet-700\/70{ border-right-color: rgb(109 40 217 / 0.7); }
.border-r-violet-700\/75{ border-right-color: rgb(109 40 217 / 0.75); }
.border-r-violet-700\/80{ border-right-color: rgb(109 40 217 / 0.8); }
.border-r-violet-700\/90{ border-right-color: rgb(109 40 217 / 0.9); }
.border-r-violet-700\/95{ border-right-color: rgb(109 40 217 / 0.95); }
.border-r-violet-800{ --tw-border-opacity: 1; border-right-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-r-violet-800\/0{ border-right-color: rgb(91 33 182 / 0); }
.border-r-violet-800\/10{ border-right-color: rgb(91 33 182 / 0.1); }
.border-r-violet-800\/100{ border-right-color: rgb(91 33 182 / 1); }
.border-r-violet-800\/20{ border-right-color: rgb(91 33 182 / 0.2); }
.border-r-violet-800\/25{ border-right-color: rgb(91 33 182 / 0.25); }
.border-r-violet-800\/30{ border-right-color: rgb(91 33 182 / 0.3); }
.border-r-violet-800\/40{ border-right-color: rgb(91 33 182 / 0.4); }
.border-r-violet-800\/5{ border-right-color: rgb(91 33 182 / 0.05); }
.border-r-violet-800\/50{ border-right-color: rgb(91 33 182 / 0.5); }
.border-r-violet-800\/60{ border-right-color: rgb(91 33 182 / 0.6); }
.border-r-violet-800\/70{ border-right-color: rgb(91 33 182 / 0.7); }
.border-r-violet-800\/75{ border-right-color: rgb(91 33 182 / 0.75); }
.border-r-violet-800\/80{ border-right-color: rgb(91 33 182 / 0.8); }
.border-r-violet-800\/90{ border-right-color: rgb(91 33 182 / 0.9); }
.border-r-violet-800\/95{ border-right-color: rgb(91 33 182 / 0.95); }
.border-r-violet-900{ --tw-border-opacity: 1; border-right-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-r-violet-900\/0{ border-right-color: rgb(76 29 149 / 0); }
.border-r-violet-900\/10{ border-right-color: rgb(76 29 149 / 0.1); }
.border-r-violet-900\/100{ border-right-color: rgb(76 29 149 / 1); }
.border-r-violet-900\/20{ border-right-color: rgb(76 29 149 / 0.2); }
.border-r-violet-900\/25{ border-right-color: rgb(76 29 149 / 0.25); }
.border-r-violet-900\/30{ border-right-color: rgb(76 29 149 / 0.3); }
.border-r-violet-900\/40{ border-right-color: rgb(76 29 149 / 0.4); }
.border-r-violet-900\/5{ border-right-color: rgb(76 29 149 / 0.05); }
.border-r-violet-900\/50{ border-right-color: rgb(76 29 149 / 0.5); }
.border-r-violet-900\/60{ border-right-color: rgb(76 29 149 / 0.6); }
.border-r-violet-900\/70{ border-right-color: rgb(76 29 149 / 0.7); }
.border-r-violet-900\/75{ border-right-color: rgb(76 29 149 / 0.75); }
.border-r-violet-900\/80{ border-right-color: rgb(76 29 149 / 0.8); }
.border-r-violet-900\/90{ border-right-color: rgb(76 29 149 / 0.9); }
.border-r-violet-900\/95{ border-right-color: rgb(76 29 149 / 0.95); }
.border-r-violet-950{ --tw-border-opacity: 1; border-right-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-r-violet-950\/0{ border-right-color: rgb(46 16 101 / 0); }
.border-r-violet-950\/10{ border-right-color: rgb(46 16 101 / 0.1); }
.border-r-violet-950\/100{ border-right-color: rgb(46 16 101 / 1); }
.border-r-violet-950\/20{ border-right-color: rgb(46 16 101 / 0.2); }
.border-r-violet-950\/25{ border-right-color: rgb(46 16 101 / 0.25); }
.border-r-violet-950\/30{ border-right-color: rgb(46 16 101 / 0.3); }
.border-r-violet-950\/40{ border-right-color: rgb(46 16 101 / 0.4); }
.border-r-violet-950\/5{ border-right-color: rgb(46 16 101 / 0.05); }
.border-r-violet-950\/50{ border-right-color: rgb(46 16 101 / 0.5); }
.border-r-violet-950\/60{ border-right-color: rgb(46 16 101 / 0.6); }
.border-r-violet-950\/70{ border-right-color: rgb(46 16 101 / 0.7); }
.border-r-violet-950\/75{ border-right-color: rgb(46 16 101 / 0.75); }
.border-r-violet-950\/80{ border-right-color: rgb(46 16 101 / 0.8); }
.border-r-violet-950\/90{ border-right-color: rgb(46 16 101 / 0.9); }
.border-r-violet-950\/95{ border-right-color: rgb(46 16 101 / 0.95); }
.border-r-white{ --tw-border-opacity: 1; border-right-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-r-white\/0{ border-right-color: rgb(255 255 255 / 0); }
.border-r-white\/10{ border-right-color: rgb(255 255 255 / 0.1); }
.border-r-white\/100{ border-right-color: rgb(255 255 255 / 1); }
.border-r-white\/20{ border-right-color: rgb(255 255 255 / 0.2); }
.border-r-white\/25{ border-right-color: rgb(255 255 255 / 0.25); }
.border-r-white\/30{ border-right-color: rgb(255 255 255 / 0.3); }
.border-r-white\/40{ border-right-color: rgb(255 255 255 / 0.4); }
.border-r-white\/5{ border-right-color: rgb(255 255 255 / 0.05); }
.border-r-white\/50{ border-right-color: rgb(255 255 255 / 0.5); }
.border-r-white\/60{ border-right-color: rgb(255 255 255 / 0.6); }
.border-r-white\/70{ border-right-color: rgb(255 255 255 / 0.7); }
.border-r-white\/75{ border-right-color: rgb(255 255 255 / 0.75); }
.border-r-white\/80{ border-right-color: rgb(255 255 255 / 0.8); }
.border-r-white\/90{ border-right-color: rgb(255 255 255 / 0.9); }
.border-r-white\/95{ border-right-color: rgb(255 255 255 / 0.95); }
.border-r-yellow-100{ --tw-border-opacity: 1; border-right-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-r-yellow-100\/0{ border-right-color: rgb(254 249 195 / 0); }
.border-r-yellow-100\/10{ border-right-color: rgb(254 249 195 / 0.1); }
.border-r-yellow-100\/100{ border-right-color: rgb(254 249 195 / 1); }
.border-r-yellow-100\/20{ border-right-color: rgb(254 249 195 / 0.2); }
.border-r-yellow-100\/25{ border-right-color: rgb(254 249 195 / 0.25); }
.border-r-yellow-100\/30{ border-right-color: rgb(254 249 195 / 0.3); }
.border-r-yellow-100\/40{ border-right-color: rgb(254 249 195 / 0.4); }
.border-r-yellow-100\/5{ border-right-color: rgb(254 249 195 / 0.05); }
.border-r-yellow-100\/50{ border-right-color: rgb(254 249 195 / 0.5); }
.border-r-yellow-100\/60{ border-right-color: rgb(254 249 195 / 0.6); }
.border-r-yellow-100\/70{ border-right-color: rgb(254 249 195 / 0.7); }
.border-r-yellow-100\/75{ border-right-color: rgb(254 249 195 / 0.75); }
.border-r-yellow-100\/80{ border-right-color: rgb(254 249 195 / 0.8); }
.border-r-yellow-100\/90{ border-right-color: rgb(254 249 195 / 0.9); }
.border-r-yellow-100\/95{ border-right-color: rgb(254 249 195 / 0.95); }
.border-r-yellow-200{ --tw-border-opacity: 1; border-right-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-r-yellow-200\/0{ border-right-color: rgb(254 240 138 / 0); }
.border-r-yellow-200\/10{ border-right-color: rgb(254 240 138 / 0.1); }
.border-r-yellow-200\/100{ border-right-color: rgb(254 240 138 / 1); }
.border-r-yellow-200\/20{ border-right-color: rgb(254 240 138 / 0.2); }
.border-r-yellow-200\/25{ border-right-color: rgb(254 240 138 / 0.25); }
.border-r-yellow-200\/30{ border-right-color: rgb(254 240 138 / 0.3); }
.border-r-yellow-200\/40{ border-right-color: rgb(254 240 138 / 0.4); }
.border-r-yellow-200\/5{ border-right-color: rgb(254 240 138 / 0.05); }
.border-r-yellow-200\/50{ border-right-color: rgb(254 240 138 / 0.5); }
.border-r-yellow-200\/60{ border-right-color: rgb(254 240 138 / 0.6); }
.border-r-yellow-200\/70{ border-right-color: rgb(254 240 138 / 0.7); }
.border-r-yellow-200\/75{ border-right-color: rgb(254 240 138 / 0.75); }
.border-r-yellow-200\/80{ border-right-color: rgb(254 240 138 / 0.8); }
.border-r-yellow-200\/90{ border-right-color: rgb(254 240 138 / 0.9); }
.border-r-yellow-200\/95{ border-right-color: rgb(254 240 138 / 0.95); }
.border-r-yellow-300{ --tw-border-opacity: 1; border-right-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-r-yellow-300\/0{ border-right-color: rgb(253 224 71 / 0); }
.border-r-yellow-300\/10{ border-right-color: rgb(253 224 71 / 0.1); }
.border-r-yellow-300\/100{ border-right-color: rgb(253 224 71 / 1); }
.border-r-yellow-300\/20{ border-right-color: rgb(253 224 71 / 0.2); }
.border-r-yellow-300\/25{ border-right-color: rgb(253 224 71 / 0.25); }
.border-r-yellow-300\/30{ border-right-color: rgb(253 224 71 / 0.3); }
.border-r-yellow-300\/40{ border-right-color: rgb(253 224 71 / 0.4); }
.border-r-yellow-300\/5{ border-right-color: rgb(253 224 71 / 0.05); }
.border-r-yellow-300\/50{ border-right-color: rgb(253 224 71 / 0.5); }
.border-r-yellow-300\/60{ border-right-color: rgb(253 224 71 / 0.6); }
.border-r-yellow-300\/70{ border-right-color: rgb(253 224 71 / 0.7); }
.border-r-yellow-300\/75{ border-right-color: rgb(253 224 71 / 0.75); }
.border-r-yellow-300\/80{ border-right-color: rgb(253 224 71 / 0.8); }
.border-r-yellow-300\/90{ border-right-color: rgb(253 224 71 / 0.9); }
.border-r-yellow-300\/95{ border-right-color: rgb(253 224 71 / 0.95); }
.border-r-yellow-400{ --tw-border-opacity: 1; border-right-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-r-yellow-400\/0{ border-right-color: rgb(250 204 21 / 0); }
.border-r-yellow-400\/10{ border-right-color: rgb(250 204 21 / 0.1); }
.border-r-yellow-400\/100{ border-right-color: rgb(250 204 21 / 1); }
.border-r-yellow-400\/20{ border-right-color: rgb(250 204 21 / 0.2); }
.border-r-yellow-400\/25{ border-right-color: rgb(250 204 21 / 0.25); }
.border-r-yellow-400\/30{ border-right-color: rgb(250 204 21 / 0.3); }
.border-r-yellow-400\/40{ border-right-color: rgb(250 204 21 / 0.4); }
.border-r-yellow-400\/5{ border-right-color: rgb(250 204 21 / 0.05); }
.border-r-yellow-400\/50{ border-right-color: rgb(250 204 21 / 0.5); }
.border-r-yellow-400\/60{ border-right-color: rgb(250 204 21 / 0.6); }
.border-r-yellow-400\/70{ border-right-color: rgb(250 204 21 / 0.7); }
.border-r-yellow-400\/75{ border-right-color: rgb(250 204 21 / 0.75); }
.border-r-yellow-400\/80{ border-right-color: rgb(250 204 21 / 0.8); }
.border-r-yellow-400\/90{ border-right-color: rgb(250 204 21 / 0.9); }
.border-r-yellow-400\/95{ border-right-color: rgb(250 204 21 / 0.95); }
.border-r-yellow-50{ --tw-border-opacity: 1; border-right-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-r-yellow-50\/0{ border-right-color: rgb(254 252 232 / 0); }
.border-r-yellow-50\/10{ border-right-color: rgb(254 252 232 / 0.1); }
.border-r-yellow-50\/100{ border-right-color: rgb(254 252 232 / 1); }
.border-r-yellow-50\/20{ border-right-color: rgb(254 252 232 / 0.2); }
.border-r-yellow-50\/25{ border-right-color: rgb(254 252 232 / 0.25); }
.border-r-yellow-50\/30{ border-right-color: rgb(254 252 232 / 0.3); }
.border-r-yellow-50\/40{ border-right-color: rgb(254 252 232 / 0.4); }
.border-r-yellow-50\/5{ border-right-color: rgb(254 252 232 / 0.05); }
.border-r-yellow-50\/50{ border-right-color: rgb(254 252 232 / 0.5); }
.border-r-yellow-50\/60{ border-right-color: rgb(254 252 232 / 0.6); }
.border-r-yellow-50\/70{ border-right-color: rgb(254 252 232 / 0.7); }
.border-r-yellow-50\/75{ border-right-color: rgb(254 252 232 / 0.75); }
.border-r-yellow-50\/80{ border-right-color: rgb(254 252 232 / 0.8); }
.border-r-yellow-50\/90{ border-right-color: rgb(254 252 232 / 0.9); }
.border-r-yellow-50\/95{ border-right-color: rgb(254 252 232 / 0.95); }
.border-r-yellow-500{ --tw-border-opacity: 1; border-right-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-r-yellow-500\/0{ border-right-color: rgb(234 179 8 / 0); }
.border-r-yellow-500\/10{ border-right-color: rgb(234 179 8 / 0.1); }
.border-r-yellow-500\/100{ border-right-color: rgb(234 179 8 / 1); }
.border-r-yellow-500\/20{ border-right-color: rgb(234 179 8 / 0.2); }
.border-r-yellow-500\/25{ border-right-color: rgb(234 179 8 / 0.25); }
.border-r-yellow-500\/30{ border-right-color: rgb(234 179 8 / 0.3); }
.border-r-yellow-500\/40{ border-right-color: rgb(234 179 8 / 0.4); }
.border-r-yellow-500\/5{ border-right-color: rgb(234 179 8 / 0.05); }
.border-r-yellow-500\/50{ border-right-color: rgb(234 179 8 / 0.5); }
.border-r-yellow-500\/60{ border-right-color: rgb(234 179 8 / 0.6); }
.border-r-yellow-500\/70{ border-right-color: rgb(234 179 8 / 0.7); }
.border-r-yellow-500\/75{ border-right-color: rgb(234 179 8 / 0.75); }
.border-r-yellow-500\/80{ border-right-color: rgb(234 179 8 / 0.8); }
.border-r-yellow-500\/90{ border-right-color: rgb(234 179 8 / 0.9); }
.border-r-yellow-500\/95{ border-right-color: rgb(234 179 8 / 0.95); }
.border-r-yellow-600{ --tw-border-opacity: 1; border-right-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-r-yellow-600\/0{ border-right-color: rgb(202 138 4 / 0); }
.border-r-yellow-600\/10{ border-right-color: rgb(202 138 4 / 0.1); }
.border-r-yellow-600\/100{ border-right-color: rgb(202 138 4 / 1); }
.border-r-yellow-600\/20{ border-right-color: rgb(202 138 4 / 0.2); }
.border-r-yellow-600\/25{ border-right-color: rgb(202 138 4 / 0.25); }
.border-r-yellow-600\/30{ border-right-color: rgb(202 138 4 / 0.3); }
.border-r-yellow-600\/40{ border-right-color: rgb(202 138 4 / 0.4); }
.border-r-yellow-600\/5{ border-right-color: rgb(202 138 4 / 0.05); }
.border-r-yellow-600\/50{ border-right-color: rgb(202 138 4 / 0.5); }
.border-r-yellow-600\/60{ border-right-color: rgb(202 138 4 / 0.6); }
.border-r-yellow-600\/70{ border-right-color: rgb(202 138 4 / 0.7); }
.border-r-yellow-600\/75{ border-right-color: rgb(202 138 4 / 0.75); }
.border-r-yellow-600\/80{ border-right-color: rgb(202 138 4 / 0.8); }
.border-r-yellow-600\/90{ border-right-color: rgb(202 138 4 / 0.9); }
.border-r-yellow-600\/95{ border-right-color: rgb(202 138 4 / 0.95); }
.border-r-yellow-700{ --tw-border-opacity: 1; border-right-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-r-yellow-700\/0{ border-right-color: rgb(161 98 7 / 0); }
.border-r-yellow-700\/10{ border-right-color: rgb(161 98 7 / 0.1); }
.border-r-yellow-700\/100{ border-right-color: rgb(161 98 7 / 1); }
.border-r-yellow-700\/20{ border-right-color: rgb(161 98 7 / 0.2); }
.border-r-yellow-700\/25{ border-right-color: rgb(161 98 7 / 0.25); }
.border-r-yellow-700\/30{ border-right-color: rgb(161 98 7 / 0.3); }
.border-r-yellow-700\/40{ border-right-color: rgb(161 98 7 / 0.4); }
.border-r-yellow-700\/5{ border-right-color: rgb(161 98 7 / 0.05); }
.border-r-yellow-700\/50{ border-right-color: rgb(161 98 7 / 0.5); }
.border-r-yellow-700\/60{ border-right-color: rgb(161 98 7 / 0.6); }
.border-r-yellow-700\/70{ border-right-color: rgb(161 98 7 / 0.7); }
.border-r-yellow-700\/75{ border-right-color: rgb(161 98 7 / 0.75); }
.border-r-yellow-700\/80{ border-right-color: rgb(161 98 7 / 0.8); }
.border-r-yellow-700\/90{ border-right-color: rgb(161 98 7 / 0.9); }
.border-r-yellow-700\/95{ border-right-color: rgb(161 98 7 / 0.95); }
.border-r-yellow-800{ --tw-border-opacity: 1; border-right-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-r-yellow-800\/0{ border-right-color: rgb(133 77 14 / 0); }
.border-r-yellow-800\/10{ border-right-color: rgb(133 77 14 / 0.1); }
.border-r-yellow-800\/100{ border-right-color: rgb(133 77 14 / 1); }
.border-r-yellow-800\/20{ border-right-color: rgb(133 77 14 / 0.2); }
.border-r-yellow-800\/25{ border-right-color: rgb(133 77 14 / 0.25); }
.border-r-yellow-800\/30{ border-right-color: rgb(133 77 14 / 0.3); }
.border-r-yellow-800\/40{ border-right-color: rgb(133 77 14 / 0.4); }
.border-r-yellow-800\/5{ border-right-color: rgb(133 77 14 / 0.05); }
.border-r-yellow-800\/50{ border-right-color: rgb(133 77 14 / 0.5); }
.border-r-yellow-800\/60{ border-right-color: rgb(133 77 14 / 0.6); }
.border-r-yellow-800\/70{ border-right-color: rgb(133 77 14 / 0.7); }
.border-r-yellow-800\/75{ border-right-color: rgb(133 77 14 / 0.75); }
.border-r-yellow-800\/80{ border-right-color: rgb(133 77 14 / 0.8); }
.border-r-yellow-800\/90{ border-right-color: rgb(133 77 14 / 0.9); }
.border-r-yellow-800\/95{ border-right-color: rgb(133 77 14 / 0.95); }
.border-r-yellow-900{ --tw-border-opacity: 1; border-right-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-r-yellow-900\/0{ border-right-color: rgb(113 63 18 / 0); }
.border-r-yellow-900\/10{ border-right-color: rgb(113 63 18 / 0.1); }
.border-r-yellow-900\/100{ border-right-color: rgb(113 63 18 / 1); }
.border-r-yellow-900\/20{ border-right-color: rgb(113 63 18 / 0.2); }
.border-r-yellow-900\/25{ border-right-color: rgb(113 63 18 / 0.25); }
.border-r-yellow-900\/30{ border-right-color: rgb(113 63 18 / 0.3); }
.border-r-yellow-900\/40{ border-right-color: rgb(113 63 18 / 0.4); }
.border-r-yellow-900\/5{ border-right-color: rgb(113 63 18 / 0.05); }
.border-r-yellow-900\/50{ border-right-color: rgb(113 63 18 / 0.5); }
.border-r-yellow-900\/60{ border-right-color: rgb(113 63 18 / 0.6); }
.border-r-yellow-900\/70{ border-right-color: rgb(113 63 18 / 0.7); }
.border-r-yellow-900\/75{ border-right-color: rgb(113 63 18 / 0.75); }
.border-r-yellow-900\/80{ border-right-color: rgb(113 63 18 / 0.8); }
.border-r-yellow-900\/90{ border-right-color: rgb(113 63 18 / 0.9); }
.border-r-yellow-900\/95{ border-right-color: rgb(113 63 18 / 0.95); }
.border-r-yellow-950{ --tw-border-opacity: 1; border-right-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-r-yellow-950\/0{ border-right-color: rgb(66 32 6 / 0); }
.border-r-yellow-950\/10{ border-right-color: rgb(66 32 6 / 0.1); }
.border-r-yellow-950\/100{ border-right-color: rgb(66 32 6 / 1); }
.border-r-yellow-950\/20{ border-right-color: rgb(66 32 6 / 0.2); }
.border-r-yellow-950\/25{ border-right-color: rgb(66 32 6 / 0.25); }
.border-r-yellow-950\/30{ border-right-color: rgb(66 32 6 / 0.3); }
.border-r-yellow-950\/40{ border-right-color: rgb(66 32 6 / 0.4); }
.border-r-yellow-950\/5{ border-right-color: rgb(66 32 6 / 0.05); }
.border-r-yellow-950\/50{ border-right-color: rgb(66 32 6 / 0.5); }
.border-r-yellow-950\/60{ border-right-color: rgb(66 32 6 / 0.6); }
.border-r-yellow-950\/70{ border-right-color: rgb(66 32 6 / 0.7); }
.border-r-yellow-950\/75{ border-right-color: rgb(66 32 6 / 0.75); }
.border-r-yellow-950\/80{ border-right-color: rgb(66 32 6 / 0.8); }
.border-r-yellow-950\/90{ border-right-color: rgb(66 32 6 / 0.9); }
.border-r-yellow-950\/95{ border-right-color: rgb(66 32 6 / 0.95); }
.border-r-zinc-100{ --tw-border-opacity: 1; border-right-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-r-zinc-100\/0{ border-right-color: rgb(244 244 245 / 0); }
.border-r-zinc-100\/10{ border-right-color: rgb(244 244 245 / 0.1); }
.border-r-zinc-100\/100{ border-right-color: rgb(244 244 245 / 1); }
.border-r-zinc-100\/20{ border-right-color: rgb(244 244 245 / 0.2); }
.border-r-zinc-100\/25{ border-right-color: rgb(244 244 245 / 0.25); }
.border-r-zinc-100\/30{ border-right-color: rgb(244 244 245 / 0.3); }
.border-r-zinc-100\/40{ border-right-color: rgb(244 244 245 / 0.4); }
.border-r-zinc-100\/5{ border-right-color: rgb(244 244 245 / 0.05); }
.border-r-zinc-100\/50{ border-right-color: rgb(244 244 245 / 0.5); }
.border-r-zinc-100\/60{ border-right-color: rgb(244 244 245 / 0.6); }
.border-r-zinc-100\/70{ border-right-color: rgb(244 244 245 / 0.7); }
.border-r-zinc-100\/75{ border-right-color: rgb(244 244 245 / 0.75); }
.border-r-zinc-100\/80{ border-right-color: rgb(244 244 245 / 0.8); }
.border-r-zinc-100\/90{ border-right-color: rgb(244 244 245 / 0.9); }
.border-r-zinc-100\/95{ border-right-color: rgb(244 244 245 / 0.95); }
.border-r-zinc-200{ --tw-border-opacity: 1; border-right-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-r-zinc-200\/0{ border-right-color: rgb(228 228 231 / 0); }
.border-r-zinc-200\/10{ border-right-color: rgb(228 228 231 / 0.1); }
.border-r-zinc-200\/100{ border-right-color: rgb(228 228 231 / 1); }
.border-r-zinc-200\/20{ border-right-color: rgb(228 228 231 / 0.2); }
.border-r-zinc-200\/25{ border-right-color: rgb(228 228 231 / 0.25); }
.border-r-zinc-200\/30{ border-right-color: rgb(228 228 231 / 0.3); }
.border-r-zinc-200\/40{ border-right-color: rgb(228 228 231 / 0.4); }
.border-r-zinc-200\/5{ border-right-color: rgb(228 228 231 / 0.05); }
.border-r-zinc-200\/50{ border-right-color: rgb(228 228 231 / 0.5); }
.border-r-zinc-200\/60{ border-right-color: rgb(228 228 231 / 0.6); }
.border-r-zinc-200\/70{ border-right-color: rgb(228 228 231 / 0.7); }
.border-r-zinc-200\/75{ border-right-color: rgb(228 228 231 / 0.75); }
.border-r-zinc-200\/80{ border-right-color: rgb(228 228 231 / 0.8); }
.border-r-zinc-200\/90{ border-right-color: rgb(228 228 231 / 0.9); }
.border-r-zinc-200\/95{ border-right-color: rgb(228 228 231 / 0.95); }
.border-r-zinc-300{ --tw-border-opacity: 1; border-right-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-r-zinc-300\/0{ border-right-color: rgb(212 212 216 / 0); }
.border-r-zinc-300\/10{ border-right-color: rgb(212 212 216 / 0.1); }
.border-r-zinc-300\/100{ border-right-color: rgb(212 212 216 / 1); }
.border-r-zinc-300\/20{ border-right-color: rgb(212 212 216 / 0.2); }
.border-r-zinc-300\/25{ border-right-color: rgb(212 212 216 / 0.25); }
.border-r-zinc-300\/30{ border-right-color: rgb(212 212 216 / 0.3); }
.border-r-zinc-300\/40{ border-right-color: rgb(212 212 216 / 0.4); }
.border-r-zinc-300\/5{ border-right-color: rgb(212 212 216 / 0.05); }
.border-r-zinc-300\/50{ border-right-color: rgb(212 212 216 / 0.5); }
.border-r-zinc-300\/60{ border-right-color: rgb(212 212 216 / 0.6); }
.border-r-zinc-300\/70{ border-right-color: rgb(212 212 216 / 0.7); }
.border-r-zinc-300\/75{ border-right-color: rgb(212 212 216 / 0.75); }
.border-r-zinc-300\/80{ border-right-color: rgb(212 212 216 / 0.8); }
.border-r-zinc-300\/90{ border-right-color: rgb(212 212 216 / 0.9); }
.border-r-zinc-300\/95{ border-right-color: rgb(212 212 216 / 0.95); }
.border-r-zinc-400{ --tw-border-opacity: 1; border-right-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-r-zinc-400\/0{ border-right-color: rgb(161 161 170 / 0); }
.border-r-zinc-400\/10{ border-right-color: rgb(161 161 170 / 0.1); }
.border-r-zinc-400\/100{ border-right-color: rgb(161 161 170 / 1); }
.border-r-zinc-400\/20{ border-right-color: rgb(161 161 170 / 0.2); }
.border-r-zinc-400\/25{ border-right-color: rgb(161 161 170 / 0.25); }
.border-r-zinc-400\/30{ border-right-color: rgb(161 161 170 / 0.3); }
.border-r-zinc-400\/40{ border-right-color: rgb(161 161 170 / 0.4); }
.border-r-zinc-400\/5{ border-right-color: rgb(161 161 170 / 0.05); }
.border-r-zinc-400\/50{ border-right-color: rgb(161 161 170 / 0.5); }
.border-r-zinc-400\/60{ border-right-color: rgb(161 161 170 / 0.6); }
.border-r-zinc-400\/70{ border-right-color: rgb(161 161 170 / 0.7); }
.border-r-zinc-400\/75{ border-right-color: rgb(161 161 170 / 0.75); }
.border-r-zinc-400\/80{ border-right-color: rgb(161 161 170 / 0.8); }
.border-r-zinc-400\/90{ border-right-color: rgb(161 161 170 / 0.9); }
.border-r-zinc-400\/95{ border-right-color: rgb(161 161 170 / 0.95); }
.border-r-zinc-50{ --tw-border-opacity: 1; border-right-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-r-zinc-50\/0{ border-right-color: rgb(250 250 250 / 0); }
.border-r-zinc-50\/10{ border-right-color: rgb(250 250 250 / 0.1); }
.border-r-zinc-50\/100{ border-right-color: rgb(250 250 250 / 1); }
.border-r-zinc-50\/20{ border-right-color: rgb(250 250 250 / 0.2); }
.border-r-zinc-50\/25{ border-right-color: rgb(250 250 250 / 0.25); }
.border-r-zinc-50\/30{ border-right-color: rgb(250 250 250 / 0.3); }
.border-r-zinc-50\/40{ border-right-color: rgb(250 250 250 / 0.4); }
.border-r-zinc-50\/5{ border-right-color: rgb(250 250 250 / 0.05); }
.border-r-zinc-50\/50{ border-right-color: rgb(250 250 250 / 0.5); }
.border-r-zinc-50\/60{ border-right-color: rgb(250 250 250 / 0.6); }
.border-r-zinc-50\/70{ border-right-color: rgb(250 250 250 / 0.7); }
.border-r-zinc-50\/75{ border-right-color: rgb(250 250 250 / 0.75); }
.border-r-zinc-50\/80{ border-right-color: rgb(250 250 250 / 0.8); }
.border-r-zinc-50\/90{ border-right-color: rgb(250 250 250 / 0.9); }
.border-r-zinc-50\/95{ border-right-color: rgb(250 250 250 / 0.95); }
.border-r-zinc-500{ --tw-border-opacity: 1; border-right-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-r-zinc-500\/0{ border-right-color: rgb(113 113 122 / 0); }
.border-r-zinc-500\/10{ border-right-color: rgb(113 113 122 / 0.1); }
.border-r-zinc-500\/100{ border-right-color: rgb(113 113 122 / 1); }
.border-r-zinc-500\/20{ border-right-color: rgb(113 113 122 / 0.2); }
.border-r-zinc-500\/25{ border-right-color: rgb(113 113 122 / 0.25); }
.border-r-zinc-500\/30{ border-right-color: rgb(113 113 122 / 0.3); }
.border-r-zinc-500\/40{ border-right-color: rgb(113 113 122 / 0.4); }
.border-r-zinc-500\/5{ border-right-color: rgb(113 113 122 / 0.05); }
.border-r-zinc-500\/50{ border-right-color: rgb(113 113 122 / 0.5); }
.border-r-zinc-500\/60{ border-right-color: rgb(113 113 122 / 0.6); }
.border-r-zinc-500\/70{ border-right-color: rgb(113 113 122 / 0.7); }
.border-r-zinc-500\/75{ border-right-color: rgb(113 113 122 / 0.75); }
.border-r-zinc-500\/80{ border-right-color: rgb(113 113 122 / 0.8); }
.border-r-zinc-500\/90{ border-right-color: rgb(113 113 122 / 0.9); }
.border-r-zinc-500\/95{ border-right-color: rgb(113 113 122 / 0.95); }
.border-r-zinc-600{ --tw-border-opacity: 1; border-right-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-r-zinc-600\/0{ border-right-color: rgb(82 82 91 / 0); }
.border-r-zinc-600\/10{ border-right-color: rgb(82 82 91 / 0.1); }
.border-r-zinc-600\/100{ border-right-color: rgb(82 82 91 / 1); }
.border-r-zinc-600\/20{ border-right-color: rgb(82 82 91 / 0.2); }
.border-r-zinc-600\/25{ border-right-color: rgb(82 82 91 / 0.25); }
.border-r-zinc-600\/30{ border-right-color: rgb(82 82 91 / 0.3); }
.border-r-zinc-600\/40{ border-right-color: rgb(82 82 91 / 0.4); }
.border-r-zinc-600\/5{ border-right-color: rgb(82 82 91 / 0.05); }
.border-r-zinc-600\/50{ border-right-color: rgb(82 82 91 / 0.5); }
.border-r-zinc-600\/60{ border-right-color: rgb(82 82 91 / 0.6); }
.border-r-zinc-600\/70{ border-right-color: rgb(82 82 91 / 0.7); }
.border-r-zinc-600\/75{ border-right-color: rgb(82 82 91 / 0.75); }
.border-r-zinc-600\/80{ border-right-color: rgb(82 82 91 / 0.8); }
.border-r-zinc-600\/90{ border-right-color: rgb(82 82 91 / 0.9); }
.border-r-zinc-600\/95{ border-right-color: rgb(82 82 91 / 0.95); }
.border-r-zinc-700{ --tw-border-opacity: 1; border-right-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-r-zinc-700\/0{ border-right-color: rgb(63 63 70 / 0); }
.border-r-zinc-700\/10{ border-right-color: rgb(63 63 70 / 0.1); }
.border-r-zinc-700\/100{ border-right-color: rgb(63 63 70 / 1); }
.border-r-zinc-700\/20{ border-right-color: rgb(63 63 70 / 0.2); }
.border-r-zinc-700\/25{ border-right-color: rgb(63 63 70 / 0.25); }
.border-r-zinc-700\/30{ border-right-color: rgb(63 63 70 / 0.3); }
.border-r-zinc-700\/40{ border-right-color: rgb(63 63 70 / 0.4); }
.border-r-zinc-700\/5{ border-right-color: rgb(63 63 70 / 0.05); }
.border-r-zinc-700\/50{ border-right-color: rgb(63 63 70 / 0.5); }
.border-r-zinc-700\/60{ border-right-color: rgb(63 63 70 / 0.6); }
.border-r-zinc-700\/70{ border-right-color: rgb(63 63 70 / 0.7); }
.border-r-zinc-700\/75{ border-right-color: rgb(63 63 70 / 0.75); }
.border-r-zinc-700\/80{ border-right-color: rgb(63 63 70 / 0.8); }
.border-r-zinc-700\/90{ border-right-color: rgb(63 63 70 / 0.9); }
.border-r-zinc-700\/95{ border-right-color: rgb(63 63 70 / 0.95); }
.border-r-zinc-800{ --tw-border-opacity: 1; border-right-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-r-zinc-800\/0{ border-right-color: rgb(39 39 42 / 0); }
.border-r-zinc-800\/10{ border-right-color: rgb(39 39 42 / 0.1); }
.border-r-zinc-800\/100{ border-right-color: rgb(39 39 42 / 1); }
.border-r-zinc-800\/20{ border-right-color: rgb(39 39 42 / 0.2); }
.border-r-zinc-800\/25{ border-right-color: rgb(39 39 42 / 0.25); }
.border-r-zinc-800\/30{ border-right-color: rgb(39 39 42 / 0.3); }
.border-r-zinc-800\/40{ border-right-color: rgb(39 39 42 / 0.4); }
.border-r-zinc-800\/5{ border-right-color: rgb(39 39 42 / 0.05); }
.border-r-zinc-800\/50{ border-right-color: rgb(39 39 42 / 0.5); }
.border-r-zinc-800\/60{ border-right-color: rgb(39 39 42 / 0.6); }
.border-r-zinc-800\/70{ border-right-color: rgb(39 39 42 / 0.7); }
.border-r-zinc-800\/75{ border-right-color: rgb(39 39 42 / 0.75); }
.border-r-zinc-800\/80{ border-right-color: rgb(39 39 42 / 0.8); }
.border-r-zinc-800\/90{ border-right-color: rgb(39 39 42 / 0.9); }
.border-r-zinc-800\/95{ border-right-color: rgb(39 39 42 / 0.95); }
.border-r-zinc-900{ --tw-border-opacity: 1; border-right-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-r-zinc-900\/0{ border-right-color: rgb(24 24 27 / 0); }
.border-r-zinc-900\/10{ border-right-color: rgb(24 24 27 / 0.1); }
.border-r-zinc-900\/100{ border-right-color: rgb(24 24 27 / 1); }
.border-r-zinc-900\/20{ border-right-color: rgb(24 24 27 / 0.2); }
.border-r-zinc-900\/25{ border-right-color: rgb(24 24 27 / 0.25); }
.border-r-zinc-900\/30{ border-right-color: rgb(24 24 27 / 0.3); }
.border-r-zinc-900\/40{ border-right-color: rgb(24 24 27 / 0.4); }
.border-r-zinc-900\/5{ border-right-color: rgb(24 24 27 / 0.05); }
.border-r-zinc-900\/50{ border-right-color: rgb(24 24 27 / 0.5); }
.border-r-zinc-900\/60{ border-right-color: rgb(24 24 27 / 0.6); }
.border-r-zinc-900\/70{ border-right-color: rgb(24 24 27 / 0.7); }
.border-r-zinc-900\/75{ border-right-color: rgb(24 24 27 / 0.75); }
.border-r-zinc-900\/80{ border-right-color: rgb(24 24 27 / 0.8); }
.border-r-zinc-900\/90{ border-right-color: rgb(24 24 27 / 0.9); }
.border-r-zinc-900\/95{ border-right-color: rgb(24 24 27 / 0.95); }
.border-r-zinc-950{ --tw-border-opacity: 1; border-right-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-r-zinc-950\/0{ border-right-color: rgb(9 9 11 / 0); }
.border-r-zinc-950\/10{ border-right-color: rgb(9 9 11 / 0.1); }
.border-r-zinc-950\/100{ border-right-color: rgb(9 9 11 / 1); }
.border-r-zinc-950\/20{ border-right-color: rgb(9 9 11 / 0.2); }
.border-r-zinc-950\/25{ border-right-color: rgb(9 9 11 / 0.25); }
.border-r-zinc-950\/30{ border-right-color: rgb(9 9 11 / 0.3); }
.border-r-zinc-950\/40{ border-right-color: rgb(9 9 11 / 0.4); }
.border-r-zinc-950\/5{ border-right-color: rgb(9 9 11 / 0.05); }
.border-r-zinc-950\/50{ border-right-color: rgb(9 9 11 / 0.5); }
.border-r-zinc-950\/60{ border-right-color: rgb(9 9 11 / 0.6); }
.border-r-zinc-950\/70{ border-right-color: rgb(9 9 11 / 0.7); }
.border-r-zinc-950\/75{ border-right-color: rgb(9 9 11 / 0.75); }
.border-r-zinc-950\/80{ border-right-color: rgb(9 9 11 / 0.8); }
.border-r-zinc-950\/90{ border-right-color: rgb(9 9 11 / 0.9); }
.border-r-zinc-950\/95{ border-right-color: rgb(9 9 11 / 0.95); }
.border-s-amaranth{ --tw-border-opacity: 1; border-inline-start-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-s-amaranth-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-s-amaranth-100\/0{ border-inline-start-color: rgb(241 230 237 / 0); }
.border-s-amaranth-100\/10{ border-inline-start-color: rgb(241 230 237 / 0.1); }
.border-s-amaranth-100\/100{ border-inline-start-color: rgb(241 230 237 / 1); }
.border-s-amaranth-100\/20{ border-inline-start-color: rgb(241 230 237 / 0.2); }
.border-s-amaranth-100\/25{ border-inline-start-color: rgb(241 230 237 / 0.25); }
.border-s-amaranth-100\/30{ border-inline-start-color: rgb(241 230 237 / 0.3); }
.border-s-amaranth-100\/40{ border-inline-start-color: rgb(241 230 237 / 0.4); }
.border-s-amaranth-100\/5{ border-inline-start-color: rgb(241 230 237 / 0.05); }
.border-s-amaranth-100\/50{ border-inline-start-color: rgb(241 230 237 / 0.5); }
.border-s-amaranth-100\/60{ border-inline-start-color: rgb(241 230 237 / 0.6); }
.border-s-amaranth-100\/70{ border-inline-start-color: rgb(241 230 237 / 0.7); }
.border-s-amaranth-100\/75{ border-inline-start-color: rgb(241 230 237 / 0.75); }
.border-s-amaranth-100\/80{ border-inline-start-color: rgb(241 230 237 / 0.8); }
.border-s-amaranth-100\/90{ border-inline-start-color: rgb(241 230 237 / 0.9); }
.border-s-amaranth-100\/95{ border-inline-start-color: rgb(241 230 237 / 0.95); }
.border-s-amaranth-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-s-amaranth-200\/0{ border-inline-start-color: rgb(227 204 219 / 0); }
.border-s-amaranth-200\/10{ border-inline-start-color: rgb(227 204 219 / 0.1); }
.border-s-amaranth-200\/100{ border-inline-start-color: rgb(227 204 219 / 1); }
.border-s-amaranth-200\/20{ border-inline-start-color: rgb(227 204 219 / 0.2); }
.border-s-amaranth-200\/25{ border-inline-start-color: rgb(227 204 219 / 0.25); }
.border-s-amaranth-200\/30{ border-inline-start-color: rgb(227 204 219 / 0.3); }
.border-s-amaranth-200\/40{ border-inline-start-color: rgb(227 204 219 / 0.4); }
.border-s-amaranth-200\/5{ border-inline-start-color: rgb(227 204 219 / 0.05); }
.border-s-amaranth-200\/50{ border-inline-start-color: rgb(227 204 219 / 0.5); }
.border-s-amaranth-200\/60{ border-inline-start-color: rgb(227 204 219 / 0.6); }
.border-s-amaranth-200\/70{ border-inline-start-color: rgb(227 204 219 / 0.7); }
.border-s-amaranth-200\/75{ border-inline-start-color: rgb(227 204 219 / 0.75); }
.border-s-amaranth-200\/80{ border-inline-start-color: rgb(227 204 219 / 0.8); }
.border-s-amaranth-200\/90{ border-inline-start-color: rgb(227 204 219 / 0.9); }
.border-s-amaranth-200\/95{ border-inline-start-color: rgb(227 204 219 / 0.95); }
.border-s-amaranth-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-s-amaranth-300\/0{ border-inline-start-color: rgb(214 179 201 / 0); }
.border-s-amaranth-300\/10{ border-inline-start-color: rgb(214 179 201 / 0.1); }
.border-s-amaranth-300\/100{ border-inline-start-color: rgb(214 179 201 / 1); }
.border-s-amaranth-300\/20{ border-inline-start-color: rgb(214 179 201 / 0.2); }
.border-s-amaranth-300\/25{ border-inline-start-color: rgb(214 179 201 / 0.25); }
.border-s-amaranth-300\/30{ border-inline-start-color: rgb(214 179 201 / 0.3); }
.border-s-amaranth-300\/40{ border-inline-start-color: rgb(214 179 201 / 0.4); }
.border-s-amaranth-300\/5{ border-inline-start-color: rgb(214 179 201 / 0.05); }
.border-s-amaranth-300\/50{ border-inline-start-color: rgb(214 179 201 / 0.5); }
.border-s-amaranth-300\/60{ border-inline-start-color: rgb(214 179 201 / 0.6); }
.border-s-amaranth-300\/70{ border-inline-start-color: rgb(214 179 201 / 0.7); }
.border-s-amaranth-300\/75{ border-inline-start-color: rgb(214 179 201 / 0.75); }
.border-s-amaranth-300\/80{ border-inline-start-color: rgb(214 179 201 / 0.8); }
.border-s-amaranth-300\/90{ border-inline-start-color: rgb(214 179 201 / 0.9); }
.border-s-amaranth-300\/95{ border-inline-start-color: rgb(214 179 201 / 0.95); }
.border-s-amaranth-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-s-amaranth-400\/0{ border-inline-start-color: rgb(199 153 182 / 0); }
.border-s-amaranth-400\/10{ border-inline-start-color: rgb(199 153 182 / 0.1); }
.border-s-amaranth-400\/100{ border-inline-start-color: rgb(199 153 182 / 1); }
.border-s-amaranth-400\/20{ border-inline-start-color: rgb(199 153 182 / 0.2); }
.border-s-amaranth-400\/25{ border-inline-start-color: rgb(199 153 182 / 0.25); }
.border-s-amaranth-400\/30{ border-inline-start-color: rgb(199 153 182 / 0.3); }
.border-s-amaranth-400\/40{ border-inline-start-color: rgb(199 153 182 / 0.4); }
.border-s-amaranth-400\/5{ border-inline-start-color: rgb(199 153 182 / 0.05); }
.border-s-amaranth-400\/50{ border-inline-start-color: rgb(199 153 182 / 0.5); }
.border-s-amaranth-400\/60{ border-inline-start-color: rgb(199 153 182 / 0.6); }
.border-s-amaranth-400\/70{ border-inline-start-color: rgb(199 153 182 / 0.7); }
.border-s-amaranth-400\/75{ border-inline-start-color: rgb(199 153 182 / 0.75); }
.border-s-amaranth-400\/80{ border-inline-start-color: rgb(199 153 182 / 0.8); }
.border-s-amaranth-400\/90{ border-inline-start-color: rgb(199 153 182 / 0.9); }
.border-s-amaranth-400\/95{ border-inline-start-color: rgb(199 153 182 / 0.95); }
.border-s-amaranth-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-s-amaranth-500\/0{ border-inline-start-color: rgb(186 128 164 / 0); }
.border-s-amaranth-500\/10{ border-inline-start-color: rgb(186 128 164 / 0.1); }
.border-s-amaranth-500\/100{ border-inline-start-color: rgb(186 128 164 / 1); }
.border-s-amaranth-500\/20{ border-inline-start-color: rgb(186 128 164 / 0.2); }
.border-s-amaranth-500\/25{ border-inline-start-color: rgb(186 128 164 / 0.25); }
.border-s-amaranth-500\/30{ border-inline-start-color: rgb(186 128 164 / 0.3); }
.border-s-amaranth-500\/40{ border-inline-start-color: rgb(186 128 164 / 0.4); }
.border-s-amaranth-500\/5{ border-inline-start-color: rgb(186 128 164 / 0.05); }
.border-s-amaranth-500\/50{ border-inline-start-color: rgb(186 128 164 / 0.5); }
.border-s-amaranth-500\/60{ border-inline-start-color: rgb(186 128 164 / 0.6); }
.border-s-amaranth-500\/70{ border-inline-start-color: rgb(186 128 164 / 0.7); }
.border-s-amaranth-500\/75{ border-inline-start-color: rgb(186 128 164 / 0.75); }
.border-s-amaranth-500\/80{ border-inline-start-color: rgb(186 128 164 / 0.8); }
.border-s-amaranth-500\/90{ border-inline-start-color: rgb(186 128 164 / 0.9); }
.border-s-amaranth-500\/95{ border-inline-start-color: rgb(186 128 164 / 0.95); }
.border-s-amaranth-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-s-amaranth-600\/0{ border-inline-start-color: rgb(172 102 146 / 0); }
.border-s-amaranth-600\/10{ border-inline-start-color: rgb(172 102 146 / 0.1); }
.border-s-amaranth-600\/100{ border-inline-start-color: rgb(172 102 146 / 1); }
.border-s-amaranth-600\/20{ border-inline-start-color: rgb(172 102 146 / 0.2); }
.border-s-amaranth-600\/25{ border-inline-start-color: rgb(172 102 146 / 0.25); }
.border-s-amaranth-600\/30{ border-inline-start-color: rgb(172 102 146 / 0.3); }
.border-s-amaranth-600\/40{ border-inline-start-color: rgb(172 102 146 / 0.4); }
.border-s-amaranth-600\/5{ border-inline-start-color: rgb(172 102 146 / 0.05); }
.border-s-amaranth-600\/50{ border-inline-start-color: rgb(172 102 146 / 0.5); }
.border-s-amaranth-600\/60{ border-inline-start-color: rgb(172 102 146 / 0.6); }
.border-s-amaranth-600\/70{ border-inline-start-color: rgb(172 102 146 / 0.7); }
.border-s-amaranth-600\/75{ border-inline-start-color: rgb(172 102 146 / 0.75); }
.border-s-amaranth-600\/80{ border-inline-start-color: rgb(172 102 146 / 0.8); }
.border-s-amaranth-600\/90{ border-inline-start-color: rgb(172 102 146 / 0.9); }
.border-s-amaranth-600\/95{ border-inline-start-color: rgb(172 102 146 / 0.95); }
.border-s-amaranth-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-s-amaranth-700\/0{ border-inline-start-color: rgb(157 76 127 / 0); }
.border-s-amaranth-700\/10{ border-inline-start-color: rgb(157 76 127 / 0.1); }
.border-s-amaranth-700\/100{ border-inline-start-color: rgb(157 76 127 / 1); }
.border-s-amaranth-700\/20{ border-inline-start-color: rgb(157 76 127 / 0.2); }
.border-s-amaranth-700\/25{ border-inline-start-color: rgb(157 76 127 / 0.25); }
.border-s-amaranth-700\/30{ border-inline-start-color: rgb(157 76 127 / 0.3); }
.border-s-amaranth-700\/40{ border-inline-start-color: rgb(157 76 127 / 0.4); }
.border-s-amaranth-700\/5{ border-inline-start-color: rgb(157 76 127 / 0.05); }
.border-s-amaranth-700\/50{ border-inline-start-color: rgb(157 76 127 / 0.5); }
.border-s-amaranth-700\/60{ border-inline-start-color: rgb(157 76 127 / 0.6); }
.border-s-amaranth-700\/70{ border-inline-start-color: rgb(157 76 127 / 0.7); }
.border-s-amaranth-700\/75{ border-inline-start-color: rgb(157 76 127 / 0.75); }
.border-s-amaranth-700\/80{ border-inline-start-color: rgb(157 76 127 / 0.8); }
.border-s-amaranth-700\/90{ border-inline-start-color: rgb(157 76 127 / 0.9); }
.border-s-amaranth-700\/95{ border-inline-start-color: rgb(157 76 127 / 0.95); }
.border-s-amaranth-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-s-amaranth-800\/0{ border-inline-start-color: rgb(144 51 109 / 0); }
.border-s-amaranth-800\/10{ border-inline-start-color: rgb(144 51 109 / 0.1); }
.border-s-amaranth-800\/100{ border-inline-start-color: rgb(144 51 109 / 1); }
.border-s-amaranth-800\/20{ border-inline-start-color: rgb(144 51 109 / 0.2); }
.border-s-amaranth-800\/25{ border-inline-start-color: rgb(144 51 109 / 0.25); }
.border-s-amaranth-800\/30{ border-inline-start-color: rgb(144 51 109 / 0.3); }
.border-s-amaranth-800\/40{ border-inline-start-color: rgb(144 51 109 / 0.4); }
.border-s-amaranth-800\/5{ border-inline-start-color: rgb(144 51 109 / 0.05); }
.border-s-amaranth-800\/50{ border-inline-start-color: rgb(144 51 109 / 0.5); }
.border-s-amaranth-800\/60{ border-inline-start-color: rgb(144 51 109 / 0.6); }
.border-s-amaranth-800\/70{ border-inline-start-color: rgb(144 51 109 / 0.7); }
.border-s-amaranth-800\/75{ border-inline-start-color: rgb(144 51 109 / 0.75); }
.border-s-amaranth-800\/80{ border-inline-start-color: rgb(144 51 109 / 0.8); }
.border-s-amaranth-800\/90{ border-inline-start-color: rgb(144 51 109 / 0.9); }
.border-s-amaranth-800\/95{ border-inline-start-color: rgb(144 51 109 / 0.95); }
.border-s-amaranth-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-s-amaranth-900\/0{ border-inline-start-color: rgb(130 26 92 / 0); }
.border-s-amaranth-900\/10{ border-inline-start-color: rgb(130 26 92 / 0.1); }
.border-s-amaranth-900\/100{ border-inline-start-color: rgb(130 26 92 / 1); }
.border-s-amaranth-900\/20{ border-inline-start-color: rgb(130 26 92 / 0.2); }
.border-s-amaranth-900\/25{ border-inline-start-color: rgb(130 26 92 / 0.25); }
.border-s-amaranth-900\/30{ border-inline-start-color: rgb(130 26 92 / 0.3); }
.border-s-amaranth-900\/40{ border-inline-start-color: rgb(130 26 92 / 0.4); }
.border-s-amaranth-900\/5{ border-inline-start-color: rgb(130 26 92 / 0.05); }
.border-s-amaranth-900\/50{ border-inline-start-color: rgb(130 26 92 / 0.5); }
.border-s-amaranth-900\/60{ border-inline-start-color: rgb(130 26 92 / 0.6); }
.border-s-amaranth-900\/70{ border-inline-start-color: rgb(130 26 92 / 0.7); }
.border-s-amaranth-900\/75{ border-inline-start-color: rgb(130 26 92 / 0.75); }
.border-s-amaranth-900\/80{ border-inline-start-color: rgb(130 26 92 / 0.8); }
.border-s-amaranth-900\/90{ border-inline-start-color: rgb(130 26 92 / 0.9); }
.border-s-amaranth-900\/95{ border-inline-start-color: rgb(130 26 92 / 0.95); }
.border-s-amaranth-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-s-amaranth-950\/0{ border-inline-start-color: rgb(123 13 82 / 0); }
.border-s-amaranth-950\/10{ border-inline-start-color: rgb(123 13 82 / 0.1); }
.border-s-amaranth-950\/100{ border-inline-start-color: rgb(123 13 82 / 1); }
.border-s-amaranth-950\/20{ border-inline-start-color: rgb(123 13 82 / 0.2); }
.border-s-amaranth-950\/25{ border-inline-start-color: rgb(123 13 82 / 0.25); }
.border-s-amaranth-950\/30{ border-inline-start-color: rgb(123 13 82 / 0.3); }
.border-s-amaranth-950\/40{ border-inline-start-color: rgb(123 13 82 / 0.4); }
.border-s-amaranth-950\/5{ border-inline-start-color: rgb(123 13 82 / 0.05); }
.border-s-amaranth-950\/50{ border-inline-start-color: rgb(123 13 82 / 0.5); }
.border-s-amaranth-950\/60{ border-inline-start-color: rgb(123 13 82 / 0.6); }
.border-s-amaranth-950\/70{ border-inline-start-color: rgb(123 13 82 / 0.7); }
.border-s-amaranth-950\/75{ border-inline-start-color: rgb(123 13 82 / 0.75); }
.border-s-amaranth-950\/80{ border-inline-start-color: rgb(123 13 82 / 0.8); }
.border-s-amaranth-950\/90{ border-inline-start-color: rgb(123 13 82 / 0.9); }
.border-s-amaranth-950\/95{ border-inline-start-color: rgb(123 13 82 / 0.95); }
.border-s-amaranth\/0{ border-inline-start-color: rgb(116 0 73 / 0); }
.border-s-amaranth\/10{ border-inline-start-color: rgb(116 0 73 / 0.1); }
.border-s-amaranth\/100{ border-inline-start-color: rgb(116 0 73 / 1); }
.border-s-amaranth\/20{ border-inline-start-color: rgb(116 0 73 / 0.2); }
.border-s-amaranth\/25{ border-inline-start-color: rgb(116 0 73 / 0.25); }
.border-s-amaranth\/30{ border-inline-start-color: rgb(116 0 73 / 0.3); }
.border-s-amaranth\/40{ border-inline-start-color: rgb(116 0 73 / 0.4); }
.border-s-amaranth\/5{ border-inline-start-color: rgb(116 0 73 / 0.05); }
.border-s-amaranth\/50{ border-inline-start-color: rgb(116 0 73 / 0.5); }
.border-s-amaranth\/60{ border-inline-start-color: rgb(116 0 73 / 0.6); }
.border-s-amaranth\/70{ border-inline-start-color: rgb(116 0 73 / 0.7); }
.border-s-amaranth\/75{ border-inline-start-color: rgb(116 0 73 / 0.75); }
.border-s-amaranth\/80{ border-inline-start-color: rgb(116 0 73 / 0.8); }
.border-s-amaranth\/90{ border-inline-start-color: rgb(116 0 73 / 0.9); }
.border-s-amaranth\/95{ border-inline-start-color: rgb(116 0 73 / 0.95); }
.border-s-amber-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-s-amber-100\/0{ border-inline-start-color: rgb(254 243 199 / 0); }
.border-s-amber-100\/10{ border-inline-start-color: rgb(254 243 199 / 0.1); }
.border-s-amber-100\/100{ border-inline-start-color: rgb(254 243 199 / 1); }
.border-s-amber-100\/20{ border-inline-start-color: rgb(254 243 199 / 0.2); }
.border-s-amber-100\/25{ border-inline-start-color: rgb(254 243 199 / 0.25); }
.border-s-amber-100\/30{ border-inline-start-color: rgb(254 243 199 / 0.3); }
.border-s-amber-100\/40{ border-inline-start-color: rgb(254 243 199 / 0.4); }
.border-s-amber-100\/5{ border-inline-start-color: rgb(254 243 199 / 0.05); }
.border-s-amber-100\/50{ border-inline-start-color: rgb(254 243 199 / 0.5); }
.border-s-amber-100\/60{ border-inline-start-color: rgb(254 243 199 / 0.6); }
.border-s-amber-100\/70{ border-inline-start-color: rgb(254 243 199 / 0.7); }
.border-s-amber-100\/75{ border-inline-start-color: rgb(254 243 199 / 0.75); }
.border-s-amber-100\/80{ border-inline-start-color: rgb(254 243 199 / 0.8); }
.border-s-amber-100\/90{ border-inline-start-color: rgb(254 243 199 / 0.9); }
.border-s-amber-100\/95{ border-inline-start-color: rgb(254 243 199 / 0.95); }
.border-s-amber-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-s-amber-200\/0{ border-inline-start-color: rgb(253 230 138 / 0); }
.border-s-amber-200\/10{ border-inline-start-color: rgb(253 230 138 / 0.1); }
.border-s-amber-200\/100{ border-inline-start-color: rgb(253 230 138 / 1); }
.border-s-amber-200\/20{ border-inline-start-color: rgb(253 230 138 / 0.2); }
.border-s-amber-200\/25{ border-inline-start-color: rgb(253 230 138 / 0.25); }
.border-s-amber-200\/30{ border-inline-start-color: rgb(253 230 138 / 0.3); }
.border-s-amber-200\/40{ border-inline-start-color: rgb(253 230 138 / 0.4); }
.border-s-amber-200\/5{ border-inline-start-color: rgb(253 230 138 / 0.05); }
.border-s-amber-200\/50{ border-inline-start-color: rgb(253 230 138 / 0.5); }
.border-s-amber-200\/60{ border-inline-start-color: rgb(253 230 138 / 0.6); }
.border-s-amber-200\/70{ border-inline-start-color: rgb(253 230 138 / 0.7); }
.border-s-amber-200\/75{ border-inline-start-color: rgb(253 230 138 / 0.75); }
.border-s-amber-200\/80{ border-inline-start-color: rgb(253 230 138 / 0.8); }
.border-s-amber-200\/90{ border-inline-start-color: rgb(253 230 138 / 0.9); }
.border-s-amber-200\/95{ border-inline-start-color: rgb(253 230 138 / 0.95); }
.border-s-amber-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-s-amber-300\/0{ border-inline-start-color: rgb(252 211 77 / 0); }
.border-s-amber-300\/10{ border-inline-start-color: rgb(252 211 77 / 0.1); }
.border-s-amber-300\/100{ border-inline-start-color: rgb(252 211 77 / 1); }
.border-s-amber-300\/20{ border-inline-start-color: rgb(252 211 77 / 0.2); }
.border-s-amber-300\/25{ border-inline-start-color: rgb(252 211 77 / 0.25); }
.border-s-amber-300\/30{ border-inline-start-color: rgb(252 211 77 / 0.3); }
.border-s-amber-300\/40{ border-inline-start-color: rgb(252 211 77 / 0.4); }
.border-s-amber-300\/5{ border-inline-start-color: rgb(252 211 77 / 0.05); }
.border-s-amber-300\/50{ border-inline-start-color: rgb(252 211 77 / 0.5); }
.border-s-amber-300\/60{ border-inline-start-color: rgb(252 211 77 / 0.6); }
.border-s-amber-300\/70{ border-inline-start-color: rgb(252 211 77 / 0.7); }
.border-s-amber-300\/75{ border-inline-start-color: rgb(252 211 77 / 0.75); }
.border-s-amber-300\/80{ border-inline-start-color: rgb(252 211 77 / 0.8); }
.border-s-amber-300\/90{ border-inline-start-color: rgb(252 211 77 / 0.9); }
.border-s-amber-300\/95{ border-inline-start-color: rgb(252 211 77 / 0.95); }
.border-s-amber-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-s-amber-400\/0{ border-inline-start-color: rgb(251 191 36 / 0); }
.border-s-amber-400\/10{ border-inline-start-color: rgb(251 191 36 / 0.1); }
.border-s-amber-400\/100{ border-inline-start-color: rgb(251 191 36 / 1); }
.border-s-amber-400\/20{ border-inline-start-color: rgb(251 191 36 / 0.2); }
.border-s-amber-400\/25{ border-inline-start-color: rgb(251 191 36 / 0.25); }
.border-s-amber-400\/30{ border-inline-start-color: rgb(251 191 36 / 0.3); }
.border-s-amber-400\/40{ border-inline-start-color: rgb(251 191 36 / 0.4); }
.border-s-amber-400\/5{ border-inline-start-color: rgb(251 191 36 / 0.05); }
.border-s-amber-400\/50{ border-inline-start-color: rgb(251 191 36 / 0.5); }
.border-s-amber-400\/60{ border-inline-start-color: rgb(251 191 36 / 0.6); }
.border-s-amber-400\/70{ border-inline-start-color: rgb(251 191 36 / 0.7); }
.border-s-amber-400\/75{ border-inline-start-color: rgb(251 191 36 / 0.75); }
.border-s-amber-400\/80{ border-inline-start-color: rgb(251 191 36 / 0.8); }
.border-s-amber-400\/90{ border-inline-start-color: rgb(251 191 36 / 0.9); }
.border-s-amber-400\/95{ border-inline-start-color: rgb(251 191 36 / 0.95); }
.border-s-amber-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-s-amber-50\/0{ border-inline-start-color: rgb(255 251 235 / 0); }
.border-s-amber-50\/10{ border-inline-start-color: rgb(255 251 235 / 0.1); }
.border-s-amber-50\/100{ border-inline-start-color: rgb(255 251 235 / 1); }
.border-s-amber-50\/20{ border-inline-start-color: rgb(255 251 235 / 0.2); }
.border-s-amber-50\/25{ border-inline-start-color: rgb(255 251 235 / 0.25); }
.border-s-amber-50\/30{ border-inline-start-color: rgb(255 251 235 / 0.3); }
.border-s-amber-50\/40{ border-inline-start-color: rgb(255 251 235 / 0.4); }
.border-s-amber-50\/5{ border-inline-start-color: rgb(255 251 235 / 0.05); }
.border-s-amber-50\/50{ border-inline-start-color: rgb(255 251 235 / 0.5); }
.border-s-amber-50\/60{ border-inline-start-color: rgb(255 251 235 / 0.6); }
.border-s-amber-50\/70{ border-inline-start-color: rgb(255 251 235 / 0.7); }
.border-s-amber-50\/75{ border-inline-start-color: rgb(255 251 235 / 0.75); }
.border-s-amber-50\/80{ border-inline-start-color: rgb(255 251 235 / 0.8); }
.border-s-amber-50\/90{ border-inline-start-color: rgb(255 251 235 / 0.9); }
.border-s-amber-50\/95{ border-inline-start-color: rgb(255 251 235 / 0.95); }
.border-s-amber-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-s-amber-500\/0{ border-inline-start-color: rgb(245 158 11 / 0); }
.border-s-amber-500\/10{ border-inline-start-color: rgb(245 158 11 / 0.1); }
.border-s-amber-500\/100{ border-inline-start-color: rgb(245 158 11 / 1); }
.border-s-amber-500\/20{ border-inline-start-color: rgb(245 158 11 / 0.2); }
.border-s-amber-500\/25{ border-inline-start-color: rgb(245 158 11 / 0.25); }
.border-s-amber-500\/30{ border-inline-start-color: rgb(245 158 11 / 0.3); }
.border-s-amber-500\/40{ border-inline-start-color: rgb(245 158 11 / 0.4); }
.border-s-amber-500\/5{ border-inline-start-color: rgb(245 158 11 / 0.05); }
.border-s-amber-500\/50{ border-inline-start-color: rgb(245 158 11 / 0.5); }
.border-s-amber-500\/60{ border-inline-start-color: rgb(245 158 11 / 0.6); }
.border-s-amber-500\/70{ border-inline-start-color: rgb(245 158 11 / 0.7); }
.border-s-amber-500\/75{ border-inline-start-color: rgb(245 158 11 / 0.75); }
.border-s-amber-500\/80{ border-inline-start-color: rgb(245 158 11 / 0.8); }
.border-s-amber-500\/90{ border-inline-start-color: rgb(245 158 11 / 0.9); }
.border-s-amber-500\/95{ border-inline-start-color: rgb(245 158 11 / 0.95); }
.border-s-amber-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-s-amber-600\/0{ border-inline-start-color: rgb(217 119 6 / 0); }
.border-s-amber-600\/10{ border-inline-start-color: rgb(217 119 6 / 0.1); }
.border-s-amber-600\/100{ border-inline-start-color: rgb(217 119 6 / 1); }
.border-s-amber-600\/20{ border-inline-start-color: rgb(217 119 6 / 0.2); }
.border-s-amber-600\/25{ border-inline-start-color: rgb(217 119 6 / 0.25); }
.border-s-amber-600\/30{ border-inline-start-color: rgb(217 119 6 / 0.3); }
.border-s-amber-600\/40{ border-inline-start-color: rgb(217 119 6 / 0.4); }
.border-s-amber-600\/5{ border-inline-start-color: rgb(217 119 6 / 0.05); }
.border-s-amber-600\/50{ border-inline-start-color: rgb(217 119 6 / 0.5); }
.border-s-amber-600\/60{ border-inline-start-color: rgb(217 119 6 / 0.6); }
.border-s-amber-600\/70{ border-inline-start-color: rgb(217 119 6 / 0.7); }
.border-s-amber-600\/75{ border-inline-start-color: rgb(217 119 6 / 0.75); }
.border-s-amber-600\/80{ border-inline-start-color: rgb(217 119 6 / 0.8); }
.border-s-amber-600\/90{ border-inline-start-color: rgb(217 119 6 / 0.9); }
.border-s-amber-600\/95{ border-inline-start-color: rgb(217 119 6 / 0.95); }
.border-s-amber-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-s-amber-700\/0{ border-inline-start-color: rgb(180 83 9 / 0); }
.border-s-amber-700\/10{ border-inline-start-color: rgb(180 83 9 / 0.1); }
.border-s-amber-700\/100{ border-inline-start-color: rgb(180 83 9 / 1); }
.border-s-amber-700\/20{ border-inline-start-color: rgb(180 83 9 / 0.2); }
.border-s-amber-700\/25{ border-inline-start-color: rgb(180 83 9 / 0.25); }
.border-s-amber-700\/30{ border-inline-start-color: rgb(180 83 9 / 0.3); }
.border-s-amber-700\/40{ border-inline-start-color: rgb(180 83 9 / 0.4); }
.border-s-amber-700\/5{ border-inline-start-color: rgb(180 83 9 / 0.05); }
.border-s-amber-700\/50{ border-inline-start-color: rgb(180 83 9 / 0.5); }
.border-s-amber-700\/60{ border-inline-start-color: rgb(180 83 9 / 0.6); }
.border-s-amber-700\/70{ border-inline-start-color: rgb(180 83 9 / 0.7); }
.border-s-amber-700\/75{ border-inline-start-color: rgb(180 83 9 / 0.75); }
.border-s-amber-700\/80{ border-inline-start-color: rgb(180 83 9 / 0.8); }
.border-s-amber-700\/90{ border-inline-start-color: rgb(180 83 9 / 0.9); }
.border-s-amber-700\/95{ border-inline-start-color: rgb(180 83 9 / 0.95); }
.border-s-amber-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-s-amber-800\/0{ border-inline-start-color: rgb(146 64 14 / 0); }
.border-s-amber-800\/10{ border-inline-start-color: rgb(146 64 14 / 0.1); }
.border-s-amber-800\/100{ border-inline-start-color: rgb(146 64 14 / 1); }
.border-s-amber-800\/20{ border-inline-start-color: rgb(146 64 14 / 0.2); }
.border-s-amber-800\/25{ border-inline-start-color: rgb(146 64 14 / 0.25); }
.border-s-amber-800\/30{ border-inline-start-color: rgb(146 64 14 / 0.3); }
.border-s-amber-800\/40{ border-inline-start-color: rgb(146 64 14 / 0.4); }
.border-s-amber-800\/5{ border-inline-start-color: rgb(146 64 14 / 0.05); }
.border-s-amber-800\/50{ border-inline-start-color: rgb(146 64 14 / 0.5); }
.border-s-amber-800\/60{ border-inline-start-color: rgb(146 64 14 / 0.6); }
.border-s-amber-800\/70{ border-inline-start-color: rgb(146 64 14 / 0.7); }
.border-s-amber-800\/75{ border-inline-start-color: rgb(146 64 14 / 0.75); }
.border-s-amber-800\/80{ border-inline-start-color: rgb(146 64 14 / 0.8); }
.border-s-amber-800\/90{ border-inline-start-color: rgb(146 64 14 / 0.9); }
.border-s-amber-800\/95{ border-inline-start-color: rgb(146 64 14 / 0.95); }
.border-s-amber-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-s-amber-900\/0{ border-inline-start-color: rgb(120 53 15 / 0); }
.border-s-amber-900\/10{ border-inline-start-color: rgb(120 53 15 / 0.1); }
.border-s-amber-900\/100{ border-inline-start-color: rgb(120 53 15 / 1); }
.border-s-amber-900\/20{ border-inline-start-color: rgb(120 53 15 / 0.2); }
.border-s-amber-900\/25{ border-inline-start-color: rgb(120 53 15 / 0.25); }
.border-s-amber-900\/30{ border-inline-start-color: rgb(120 53 15 / 0.3); }
.border-s-amber-900\/40{ border-inline-start-color: rgb(120 53 15 / 0.4); }
.border-s-amber-900\/5{ border-inline-start-color: rgb(120 53 15 / 0.05); }
.border-s-amber-900\/50{ border-inline-start-color: rgb(120 53 15 / 0.5); }
.border-s-amber-900\/60{ border-inline-start-color: rgb(120 53 15 / 0.6); }
.border-s-amber-900\/70{ border-inline-start-color: rgb(120 53 15 / 0.7); }
.border-s-amber-900\/75{ border-inline-start-color: rgb(120 53 15 / 0.75); }
.border-s-amber-900\/80{ border-inline-start-color: rgb(120 53 15 / 0.8); }
.border-s-amber-900\/90{ border-inline-start-color: rgb(120 53 15 / 0.9); }
.border-s-amber-900\/95{ border-inline-start-color: rgb(120 53 15 / 0.95); }
.border-s-amber-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-s-amber-950\/0{ border-inline-start-color: rgb(69 26 3 / 0); }
.border-s-amber-950\/10{ border-inline-start-color: rgb(69 26 3 / 0.1); }
.border-s-amber-950\/100{ border-inline-start-color: rgb(69 26 3 / 1); }
.border-s-amber-950\/20{ border-inline-start-color: rgb(69 26 3 / 0.2); }
.border-s-amber-950\/25{ border-inline-start-color: rgb(69 26 3 / 0.25); }
.border-s-amber-950\/30{ border-inline-start-color: rgb(69 26 3 / 0.3); }
.border-s-amber-950\/40{ border-inline-start-color: rgb(69 26 3 / 0.4); }
.border-s-amber-950\/5{ border-inline-start-color: rgb(69 26 3 / 0.05); }
.border-s-amber-950\/50{ border-inline-start-color: rgb(69 26 3 / 0.5); }
.border-s-amber-950\/60{ border-inline-start-color: rgb(69 26 3 / 0.6); }
.border-s-amber-950\/70{ border-inline-start-color: rgb(69 26 3 / 0.7); }
.border-s-amber-950\/75{ border-inline-start-color: rgb(69 26 3 / 0.75); }
.border-s-amber-950\/80{ border-inline-start-color: rgb(69 26 3 / 0.8); }
.border-s-amber-950\/90{ border-inline-start-color: rgb(69 26 3 / 0.9); }
.border-s-amber-950\/95{ border-inline-start-color: rgb(69 26 3 / 0.95); }
.border-s-black{ --tw-border-opacity: 1; border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-s-black\/0{ border-inline-start-color: rgb(0 0 0 / 0); }
.border-s-black\/10{ border-inline-start-color: rgb(0 0 0 / 0.1); }
.border-s-black\/100{ border-inline-start-color: rgb(0 0 0 / 1); }
.border-s-black\/20{ border-inline-start-color: rgb(0 0 0 / 0.2); }
.border-s-black\/25{ border-inline-start-color: rgb(0 0 0 / 0.25); }
.border-s-black\/30{ border-inline-start-color: rgb(0 0 0 / 0.3); }
.border-s-black\/40{ border-inline-start-color: rgb(0 0 0 / 0.4); }
.border-s-black\/5{ border-inline-start-color: rgb(0 0 0 / 0.05); }
.border-s-black\/50{ border-inline-start-color: rgb(0 0 0 / 0.5); }
.border-s-black\/60{ border-inline-start-color: rgb(0 0 0 / 0.6); }
.border-s-black\/70{ border-inline-start-color: rgb(0 0 0 / 0.7); }
.border-s-black\/75{ border-inline-start-color: rgb(0 0 0 / 0.75); }
.border-s-black\/80{ border-inline-start-color: rgb(0 0 0 / 0.8); }
.border-s-black\/90{ border-inline-start-color: rgb(0 0 0 / 0.9); }
.border-s-black\/95{ border-inline-start-color: rgb(0 0 0 / 0.95); }
.border-s-blue-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-s-blue-100\/0{ border-inline-start-color: rgb(219 234 254 / 0); }
.border-s-blue-100\/10{ border-inline-start-color: rgb(219 234 254 / 0.1); }
.border-s-blue-100\/100{ border-inline-start-color: rgb(219 234 254 / 1); }
.border-s-blue-100\/20{ border-inline-start-color: rgb(219 234 254 / 0.2); }
.border-s-blue-100\/25{ border-inline-start-color: rgb(219 234 254 / 0.25); }
.border-s-blue-100\/30{ border-inline-start-color: rgb(219 234 254 / 0.3); }
.border-s-blue-100\/40{ border-inline-start-color: rgb(219 234 254 / 0.4); }
.border-s-blue-100\/5{ border-inline-start-color: rgb(219 234 254 / 0.05); }
.border-s-blue-100\/50{ border-inline-start-color: rgb(219 234 254 / 0.5); }
.border-s-blue-100\/60{ border-inline-start-color: rgb(219 234 254 / 0.6); }
.border-s-blue-100\/70{ border-inline-start-color: rgb(219 234 254 / 0.7); }
.border-s-blue-100\/75{ border-inline-start-color: rgb(219 234 254 / 0.75); }
.border-s-blue-100\/80{ border-inline-start-color: rgb(219 234 254 / 0.8); }
.border-s-blue-100\/90{ border-inline-start-color: rgb(219 234 254 / 0.9); }
.border-s-blue-100\/95{ border-inline-start-color: rgb(219 234 254 / 0.95); }
.border-s-blue-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-s-blue-200\/0{ border-inline-start-color: rgb(191 219 254 / 0); }
.border-s-blue-200\/10{ border-inline-start-color: rgb(191 219 254 / 0.1); }
.border-s-blue-200\/100{ border-inline-start-color: rgb(191 219 254 / 1); }
.border-s-blue-200\/20{ border-inline-start-color: rgb(191 219 254 / 0.2); }
.border-s-blue-200\/25{ border-inline-start-color: rgb(191 219 254 / 0.25); }
.border-s-blue-200\/30{ border-inline-start-color: rgb(191 219 254 / 0.3); }
.border-s-blue-200\/40{ border-inline-start-color: rgb(191 219 254 / 0.4); }
.border-s-blue-200\/5{ border-inline-start-color: rgb(191 219 254 / 0.05); }
.border-s-blue-200\/50{ border-inline-start-color: rgb(191 219 254 / 0.5); }
.border-s-blue-200\/60{ border-inline-start-color: rgb(191 219 254 / 0.6); }
.border-s-blue-200\/70{ border-inline-start-color: rgb(191 219 254 / 0.7); }
.border-s-blue-200\/75{ border-inline-start-color: rgb(191 219 254 / 0.75); }
.border-s-blue-200\/80{ border-inline-start-color: rgb(191 219 254 / 0.8); }
.border-s-blue-200\/90{ border-inline-start-color: rgb(191 219 254 / 0.9); }
.border-s-blue-200\/95{ border-inline-start-color: rgb(191 219 254 / 0.95); }
.border-s-blue-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-s-blue-300\/0{ border-inline-start-color: rgb(147 197 253 / 0); }
.border-s-blue-300\/10{ border-inline-start-color: rgb(147 197 253 / 0.1); }
.border-s-blue-300\/100{ border-inline-start-color: rgb(147 197 253 / 1); }
.border-s-blue-300\/20{ border-inline-start-color: rgb(147 197 253 / 0.2); }
.border-s-blue-300\/25{ border-inline-start-color: rgb(147 197 253 / 0.25); }
.border-s-blue-300\/30{ border-inline-start-color: rgb(147 197 253 / 0.3); }
.border-s-blue-300\/40{ border-inline-start-color: rgb(147 197 253 / 0.4); }
.border-s-blue-300\/5{ border-inline-start-color: rgb(147 197 253 / 0.05); }
.border-s-blue-300\/50{ border-inline-start-color: rgb(147 197 253 / 0.5); }
.border-s-blue-300\/60{ border-inline-start-color: rgb(147 197 253 / 0.6); }
.border-s-blue-300\/70{ border-inline-start-color: rgb(147 197 253 / 0.7); }
.border-s-blue-300\/75{ border-inline-start-color: rgb(147 197 253 / 0.75); }
.border-s-blue-300\/80{ border-inline-start-color: rgb(147 197 253 / 0.8); }
.border-s-blue-300\/90{ border-inline-start-color: rgb(147 197 253 / 0.9); }
.border-s-blue-300\/95{ border-inline-start-color: rgb(147 197 253 / 0.95); }
.border-s-blue-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-s-blue-400\/0{ border-inline-start-color: rgb(96 165 250 / 0); }
.border-s-blue-400\/10{ border-inline-start-color: rgb(96 165 250 / 0.1); }
.border-s-blue-400\/100{ border-inline-start-color: rgb(96 165 250 / 1); }
.border-s-blue-400\/20{ border-inline-start-color: rgb(96 165 250 / 0.2); }
.border-s-blue-400\/25{ border-inline-start-color: rgb(96 165 250 / 0.25); }
.border-s-blue-400\/30{ border-inline-start-color: rgb(96 165 250 / 0.3); }
.border-s-blue-400\/40{ border-inline-start-color: rgb(96 165 250 / 0.4); }
.border-s-blue-400\/5{ border-inline-start-color: rgb(96 165 250 / 0.05); }
.border-s-blue-400\/50{ border-inline-start-color: rgb(96 165 250 / 0.5); }
.border-s-blue-400\/60{ border-inline-start-color: rgb(96 165 250 / 0.6); }
.border-s-blue-400\/70{ border-inline-start-color: rgb(96 165 250 / 0.7); }
.border-s-blue-400\/75{ border-inline-start-color: rgb(96 165 250 / 0.75); }
.border-s-blue-400\/80{ border-inline-start-color: rgb(96 165 250 / 0.8); }
.border-s-blue-400\/90{ border-inline-start-color: rgb(96 165 250 / 0.9); }
.border-s-blue-400\/95{ border-inline-start-color: rgb(96 165 250 / 0.95); }
.border-s-blue-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-s-blue-50\/0{ border-inline-start-color: rgb(239 246 255 / 0); }
.border-s-blue-50\/10{ border-inline-start-color: rgb(239 246 255 / 0.1); }
.border-s-blue-50\/100{ border-inline-start-color: rgb(239 246 255 / 1); }
.border-s-blue-50\/20{ border-inline-start-color: rgb(239 246 255 / 0.2); }
.border-s-blue-50\/25{ border-inline-start-color: rgb(239 246 255 / 0.25); }
.border-s-blue-50\/30{ border-inline-start-color: rgb(239 246 255 / 0.3); }
.border-s-blue-50\/40{ border-inline-start-color: rgb(239 246 255 / 0.4); }
.border-s-blue-50\/5{ border-inline-start-color: rgb(239 246 255 / 0.05); }
.border-s-blue-50\/50{ border-inline-start-color: rgb(239 246 255 / 0.5); }
.border-s-blue-50\/60{ border-inline-start-color: rgb(239 246 255 / 0.6); }
.border-s-blue-50\/70{ border-inline-start-color: rgb(239 246 255 / 0.7); }
.border-s-blue-50\/75{ border-inline-start-color: rgb(239 246 255 / 0.75); }
.border-s-blue-50\/80{ border-inline-start-color: rgb(239 246 255 / 0.8); }
.border-s-blue-50\/90{ border-inline-start-color: rgb(239 246 255 / 0.9); }
.border-s-blue-50\/95{ border-inline-start-color: rgb(239 246 255 / 0.95); }
.border-s-blue-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-s-blue-500\/0{ border-inline-start-color: rgb(59 130 246 / 0); }
.border-s-blue-500\/10{ border-inline-start-color: rgb(59 130 246 / 0.1); }
.border-s-blue-500\/100{ border-inline-start-color: rgb(59 130 246 / 1); }
.border-s-blue-500\/20{ border-inline-start-color: rgb(59 130 246 / 0.2); }
.border-s-blue-500\/25{ border-inline-start-color: rgb(59 130 246 / 0.25); }
.border-s-blue-500\/30{ border-inline-start-color: rgb(59 130 246 / 0.3); }
.border-s-blue-500\/40{ border-inline-start-color: rgb(59 130 246 / 0.4); }
.border-s-blue-500\/5{ border-inline-start-color: rgb(59 130 246 / 0.05); }
.border-s-blue-500\/50{ border-inline-start-color: rgb(59 130 246 / 0.5); }
.border-s-blue-500\/60{ border-inline-start-color: rgb(59 130 246 / 0.6); }
.border-s-blue-500\/70{ border-inline-start-color: rgb(59 130 246 / 0.7); }
.border-s-blue-500\/75{ border-inline-start-color: rgb(59 130 246 / 0.75); }
.border-s-blue-500\/80{ border-inline-start-color: rgb(59 130 246 / 0.8); }
.border-s-blue-500\/90{ border-inline-start-color: rgb(59 130 246 / 0.9); }
.border-s-blue-500\/95{ border-inline-start-color: rgb(59 130 246 / 0.95); }
.border-s-blue-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-s-blue-600\/0{ border-inline-start-color: rgb(37 99 235 / 0); }
.border-s-blue-600\/10{ border-inline-start-color: rgb(37 99 235 / 0.1); }
.border-s-blue-600\/100{ border-inline-start-color: rgb(37 99 235 / 1); }
.border-s-blue-600\/20{ border-inline-start-color: rgb(37 99 235 / 0.2); }
.border-s-blue-600\/25{ border-inline-start-color: rgb(37 99 235 / 0.25); }
.border-s-blue-600\/30{ border-inline-start-color: rgb(37 99 235 / 0.3); }
.border-s-blue-600\/40{ border-inline-start-color: rgb(37 99 235 / 0.4); }
.border-s-blue-600\/5{ border-inline-start-color: rgb(37 99 235 / 0.05); }
.border-s-blue-600\/50{ border-inline-start-color: rgb(37 99 235 / 0.5); }
.border-s-blue-600\/60{ border-inline-start-color: rgb(37 99 235 / 0.6); }
.border-s-blue-600\/70{ border-inline-start-color: rgb(37 99 235 / 0.7); }
.border-s-blue-600\/75{ border-inline-start-color: rgb(37 99 235 / 0.75); }
.border-s-blue-600\/80{ border-inline-start-color: rgb(37 99 235 / 0.8); }
.border-s-blue-600\/90{ border-inline-start-color: rgb(37 99 235 / 0.9); }
.border-s-blue-600\/95{ border-inline-start-color: rgb(37 99 235 / 0.95); }
.border-s-blue-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-s-blue-700\/0{ border-inline-start-color: rgb(29 78 216 / 0); }
.border-s-blue-700\/10{ border-inline-start-color: rgb(29 78 216 / 0.1); }
.border-s-blue-700\/100{ border-inline-start-color: rgb(29 78 216 / 1); }
.border-s-blue-700\/20{ border-inline-start-color: rgb(29 78 216 / 0.2); }
.border-s-blue-700\/25{ border-inline-start-color: rgb(29 78 216 / 0.25); }
.border-s-blue-700\/30{ border-inline-start-color: rgb(29 78 216 / 0.3); }
.border-s-blue-700\/40{ border-inline-start-color: rgb(29 78 216 / 0.4); }
.border-s-blue-700\/5{ border-inline-start-color: rgb(29 78 216 / 0.05); }
.border-s-blue-700\/50{ border-inline-start-color: rgb(29 78 216 / 0.5); }
.border-s-blue-700\/60{ border-inline-start-color: rgb(29 78 216 / 0.6); }
.border-s-blue-700\/70{ border-inline-start-color: rgb(29 78 216 / 0.7); }
.border-s-blue-700\/75{ border-inline-start-color: rgb(29 78 216 / 0.75); }
.border-s-blue-700\/80{ border-inline-start-color: rgb(29 78 216 / 0.8); }
.border-s-blue-700\/90{ border-inline-start-color: rgb(29 78 216 / 0.9); }
.border-s-blue-700\/95{ border-inline-start-color: rgb(29 78 216 / 0.95); }
.border-s-blue-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-s-blue-800\/0{ border-inline-start-color: rgb(30 64 175 / 0); }
.border-s-blue-800\/10{ border-inline-start-color: rgb(30 64 175 / 0.1); }
.border-s-blue-800\/100{ border-inline-start-color: rgb(30 64 175 / 1); }
.border-s-blue-800\/20{ border-inline-start-color: rgb(30 64 175 / 0.2); }
.border-s-blue-800\/25{ border-inline-start-color: rgb(30 64 175 / 0.25); }
.border-s-blue-800\/30{ border-inline-start-color: rgb(30 64 175 / 0.3); }
.border-s-blue-800\/40{ border-inline-start-color: rgb(30 64 175 / 0.4); }
.border-s-blue-800\/5{ border-inline-start-color: rgb(30 64 175 / 0.05); }
.border-s-blue-800\/50{ border-inline-start-color: rgb(30 64 175 / 0.5); }
.border-s-blue-800\/60{ border-inline-start-color: rgb(30 64 175 / 0.6); }
.border-s-blue-800\/70{ border-inline-start-color: rgb(30 64 175 / 0.7); }
.border-s-blue-800\/75{ border-inline-start-color: rgb(30 64 175 / 0.75); }
.border-s-blue-800\/80{ border-inline-start-color: rgb(30 64 175 / 0.8); }
.border-s-blue-800\/90{ border-inline-start-color: rgb(30 64 175 / 0.9); }
.border-s-blue-800\/95{ border-inline-start-color: rgb(30 64 175 / 0.95); }
.border-s-blue-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-s-blue-900\/0{ border-inline-start-color: rgb(30 58 138 / 0); }
.border-s-blue-900\/10{ border-inline-start-color: rgb(30 58 138 / 0.1); }
.border-s-blue-900\/100{ border-inline-start-color: rgb(30 58 138 / 1); }
.border-s-blue-900\/20{ border-inline-start-color: rgb(30 58 138 / 0.2); }
.border-s-blue-900\/25{ border-inline-start-color: rgb(30 58 138 / 0.25); }
.border-s-blue-900\/30{ border-inline-start-color: rgb(30 58 138 / 0.3); }
.border-s-blue-900\/40{ border-inline-start-color: rgb(30 58 138 / 0.4); }
.border-s-blue-900\/5{ border-inline-start-color: rgb(30 58 138 / 0.05); }
.border-s-blue-900\/50{ border-inline-start-color: rgb(30 58 138 / 0.5); }
.border-s-blue-900\/60{ border-inline-start-color: rgb(30 58 138 / 0.6); }
.border-s-blue-900\/70{ border-inline-start-color: rgb(30 58 138 / 0.7); }
.border-s-blue-900\/75{ border-inline-start-color: rgb(30 58 138 / 0.75); }
.border-s-blue-900\/80{ border-inline-start-color: rgb(30 58 138 / 0.8); }
.border-s-blue-900\/90{ border-inline-start-color: rgb(30 58 138 / 0.9); }
.border-s-blue-900\/95{ border-inline-start-color: rgb(30 58 138 / 0.95); }
.border-s-blue-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-s-blue-950\/0{ border-inline-start-color: rgb(23 37 84 / 0); }
.border-s-blue-950\/10{ border-inline-start-color: rgb(23 37 84 / 0.1); }
.border-s-blue-950\/100{ border-inline-start-color: rgb(23 37 84 / 1); }
.border-s-blue-950\/20{ border-inline-start-color: rgb(23 37 84 / 0.2); }
.border-s-blue-950\/25{ border-inline-start-color: rgb(23 37 84 / 0.25); }
.border-s-blue-950\/30{ border-inline-start-color: rgb(23 37 84 / 0.3); }
.border-s-blue-950\/40{ border-inline-start-color: rgb(23 37 84 / 0.4); }
.border-s-blue-950\/5{ border-inline-start-color: rgb(23 37 84 / 0.05); }
.border-s-blue-950\/50{ border-inline-start-color: rgb(23 37 84 / 0.5); }
.border-s-blue-950\/60{ border-inline-start-color: rgb(23 37 84 / 0.6); }
.border-s-blue-950\/70{ border-inline-start-color: rgb(23 37 84 / 0.7); }
.border-s-blue-950\/75{ border-inline-start-color: rgb(23 37 84 / 0.75); }
.border-s-blue-950\/80{ border-inline-start-color: rgb(23 37 84 / 0.8); }
.border-s-blue-950\/90{ border-inline-start-color: rgb(23 37 84 / 0.9); }
.border-s-blue-950\/95{ border-inline-start-color: rgb(23 37 84 / 0.95); }
.border-s-callout-bad-border{ --tw-border-opacity: 1; border-inline-start-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-s-callout-bad-border\/0{ border-inline-start-color: rgb(188 87 26 / 0); }
.border-s-callout-bad-border\/10{ border-inline-start-color: rgb(188 87 26 / 0.1); }
.border-s-callout-bad-border\/100{ border-inline-start-color: rgb(188 87 26 / 1); }
.border-s-callout-bad-border\/20{ border-inline-start-color: rgb(188 87 26 / 0.2); }
.border-s-callout-bad-border\/25{ border-inline-start-color: rgb(188 87 26 / 0.25); }
.border-s-callout-bad-border\/30{ border-inline-start-color: rgb(188 87 26 / 0.3); }
.border-s-callout-bad-border\/40{ border-inline-start-color: rgb(188 87 26 / 0.4); }
.border-s-callout-bad-border\/5{ border-inline-start-color: rgb(188 87 26 / 0.05); }
.border-s-callout-bad-border\/50{ border-inline-start-color: rgb(188 87 26 / 0.5); }
.border-s-callout-bad-border\/60{ border-inline-start-color: rgb(188 87 26 / 0.6); }
.border-s-callout-bad-border\/70{ border-inline-start-color: rgb(188 87 26 / 0.7); }
.border-s-callout-bad-border\/75{ border-inline-start-color: rgb(188 87 26 / 0.75); }
.border-s-callout-bad-border\/80{ border-inline-start-color: rgb(188 87 26 / 0.8); }
.border-s-callout-bad-border\/90{ border-inline-start-color: rgb(188 87 26 / 0.9); }
.border-s-callout-bad-border\/95{ border-inline-start-color: rgb(188 87 26 / 0.95); }
.border-s-callout-bad-fill{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-s-callout-bad-fill\/0{ border-inline-start-color: rgb(255 133 82 / 0); }
.border-s-callout-bad-fill\/10{ border-inline-start-color: rgb(255 133 82 / 0.1); }
.border-s-callout-bad-fill\/100{ border-inline-start-color: rgb(255 133 82 / 1); }
.border-s-callout-bad-fill\/20{ border-inline-start-color: rgb(255 133 82 / 0.2); }
.border-s-callout-bad-fill\/25{ border-inline-start-color: rgb(255 133 82 / 0.25); }
.border-s-callout-bad-fill\/30{ border-inline-start-color: rgb(255 133 82 / 0.3); }
.border-s-callout-bad-fill\/40{ border-inline-start-color: rgb(255 133 82 / 0.4); }
.border-s-callout-bad-fill\/5{ border-inline-start-color: rgb(255 133 82 / 0.05); }
.border-s-callout-bad-fill\/50{ border-inline-start-color: rgb(255 133 82 / 0.5); }
.border-s-callout-bad-fill\/60{ border-inline-start-color: rgb(255 133 82 / 0.6); }
.border-s-callout-bad-fill\/70{ border-inline-start-color: rgb(255 133 82 / 0.7); }
.border-s-callout-bad-fill\/75{ border-inline-start-color: rgb(255 133 82 / 0.75); }
.border-s-callout-bad-fill\/80{ border-inline-start-color: rgb(255 133 82 / 0.8); }
.border-s-callout-bad-fill\/90{ border-inline-start-color: rgb(255 133 82 / 0.9); }
.border-s-callout-bad-fill\/95{ border-inline-start-color: rgb(255 133 82 / 0.95); }
.border-s-callout-bad-icon{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-s-callout-bad-icon\/0{ border-inline-start-color: rgb(255 255 255 / 0); }
.border-s-callout-bad-icon\/10{ border-inline-start-color: rgb(255 255 255 / 0.1); }
.border-s-callout-bad-icon\/100{ border-inline-start-color: rgb(255 255 255 / 1); }
.border-s-callout-bad-icon\/20{ border-inline-start-color: rgb(255 255 255 / 0.2); }
.border-s-callout-bad-icon\/25{ border-inline-start-color: rgb(255 255 255 / 0.25); }
.border-s-callout-bad-icon\/30{ border-inline-start-color: rgb(255 255 255 / 0.3); }
.border-s-callout-bad-icon\/40{ border-inline-start-color: rgb(255 255 255 / 0.4); }
.border-s-callout-bad-icon\/5{ border-inline-start-color: rgb(255 255 255 / 0.05); }
.border-s-callout-bad-icon\/50{ border-inline-start-color: rgb(255 255 255 / 0.5); }
.border-s-callout-bad-icon\/60{ border-inline-start-color: rgb(255 255 255 / 0.6); }
.border-s-callout-bad-icon\/70{ border-inline-start-color: rgb(255 255 255 / 0.7); }
.border-s-callout-bad-icon\/75{ border-inline-start-color: rgb(255 255 255 / 0.75); }
.border-s-callout-bad-icon\/80{ border-inline-start-color: rgb(255 255 255 / 0.8); }
.border-s-callout-bad-icon\/90{ border-inline-start-color: rgb(255 255 255 / 0.9); }
.border-s-callout-bad-icon\/95{ border-inline-start-color: rgb(255 255 255 / 0.95); }
.border-s-callout-bad-text{ --tw-border-opacity: 1; border-inline-start-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-s-callout-bad-text-accent{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-s-callout-bad-text-accent\/0{ border-inline-start-color: rgb(255 227 227 / 0); }
.border-s-callout-bad-text-accent\/10{ border-inline-start-color: rgb(255 227 227 / 0.1); }
.border-s-callout-bad-text-accent\/100{ border-inline-start-color: rgb(255 227 227 / 1); }
.border-s-callout-bad-text-accent\/20{ border-inline-start-color: rgb(255 227 227 / 0.2); }
.border-s-callout-bad-text-accent\/25{ border-inline-start-color: rgb(255 227 227 / 0.25); }
.border-s-callout-bad-text-accent\/30{ border-inline-start-color: rgb(255 227 227 / 0.3); }
.border-s-callout-bad-text-accent\/40{ border-inline-start-color: rgb(255 227 227 / 0.4); }
.border-s-callout-bad-text-accent\/5{ border-inline-start-color: rgb(255 227 227 / 0.05); }
.border-s-callout-bad-text-accent\/50{ border-inline-start-color: rgb(255 227 227 / 0.5); }
.border-s-callout-bad-text-accent\/60{ border-inline-start-color: rgb(255 227 227 / 0.6); }
.border-s-callout-bad-text-accent\/70{ border-inline-start-color: rgb(255 227 227 / 0.7); }
.border-s-callout-bad-text-accent\/75{ border-inline-start-color: rgb(255 227 227 / 0.75); }
.border-s-callout-bad-text-accent\/80{ border-inline-start-color: rgb(255 227 227 / 0.8); }
.border-s-callout-bad-text-accent\/90{ border-inline-start-color: rgb(255 227 227 / 0.9); }
.border-s-callout-bad-text-accent\/95{ border-inline-start-color: rgb(255 227 227 / 0.95); }
.border-s-callout-bad-text\/0{ border-inline-start-color: rgb(21 10 10 / 0); }
.border-s-callout-bad-text\/10{ border-inline-start-color: rgb(21 10 10 / 0.1); }
.border-s-callout-bad-text\/100{ border-inline-start-color: rgb(21 10 10 / 1); }
.border-s-callout-bad-text\/20{ border-inline-start-color: rgb(21 10 10 / 0.2); }
.border-s-callout-bad-text\/25{ border-inline-start-color: rgb(21 10 10 / 0.25); }
.border-s-callout-bad-text\/30{ border-inline-start-color: rgb(21 10 10 / 0.3); }
.border-s-callout-bad-text\/40{ border-inline-start-color: rgb(21 10 10 / 0.4); }
.border-s-callout-bad-text\/5{ border-inline-start-color: rgb(21 10 10 / 0.05); }
.border-s-callout-bad-text\/50{ border-inline-start-color: rgb(21 10 10 / 0.5); }
.border-s-callout-bad-text\/60{ border-inline-start-color: rgb(21 10 10 / 0.6); }
.border-s-callout-bad-text\/70{ border-inline-start-color: rgb(21 10 10 / 0.7); }
.border-s-callout-bad-text\/75{ border-inline-start-color: rgb(21 10 10 / 0.75); }
.border-s-callout-bad-text\/80{ border-inline-start-color: rgb(21 10 10 / 0.8); }
.border-s-callout-bad-text\/90{ border-inline-start-color: rgb(21 10 10 / 0.9); }
.border-s-callout-bad-text\/95{ border-inline-start-color: rgb(21 10 10 / 0.95); }
.border-s-callout-info-border{ --tw-border-opacity: 1; border-inline-start-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-s-callout-info-border\/0{ border-inline-start-color: rgb(0 169 165 / 0); }
.border-s-callout-info-border\/10{ border-inline-start-color: rgb(0 169 165 / 0.1); }
.border-s-callout-info-border\/100{ border-inline-start-color: rgb(0 169 165 / 1); }
.border-s-callout-info-border\/20{ border-inline-start-color: rgb(0 169 165 / 0.2); }
.border-s-callout-info-border\/25{ border-inline-start-color: rgb(0 169 165 / 0.25); }
.border-s-callout-info-border\/30{ border-inline-start-color: rgb(0 169 165 / 0.3); }
.border-s-callout-info-border\/40{ border-inline-start-color: rgb(0 169 165 / 0.4); }
.border-s-callout-info-border\/5{ border-inline-start-color: rgb(0 169 165 / 0.05); }
.border-s-callout-info-border\/50{ border-inline-start-color: rgb(0 169 165 / 0.5); }
.border-s-callout-info-border\/60{ border-inline-start-color: rgb(0 169 165 / 0.6); }
.border-s-callout-info-border\/70{ border-inline-start-color: rgb(0 169 165 / 0.7); }
.border-s-callout-info-border\/75{ border-inline-start-color: rgb(0 169 165 / 0.75); }
.border-s-callout-info-border\/80{ border-inline-start-color: rgb(0 169 165 / 0.8); }
.border-s-callout-info-border\/90{ border-inline-start-color: rgb(0 169 165 / 0.9); }
.border-s-callout-info-border\/95{ border-inline-start-color: rgb(0 169 165 / 0.95); }
.border-s-callout-info-fill{ border-inline-start-color: transparent; }
.border-s-callout-info-fill\/0{ border-inline-start-color: rgb(0 0 0 / 0); }
.border-s-callout-info-fill\/10{ border-inline-start-color: rgb(0 0 0 / 0.1); }
.border-s-callout-info-fill\/100{ border-inline-start-color: rgb(0 0 0 / 1); }
.border-s-callout-info-fill\/20{ border-inline-start-color: rgb(0 0 0 / 0.2); }
.border-s-callout-info-fill\/25{ border-inline-start-color: rgb(0 0 0 / 0.25); }
.border-s-callout-info-fill\/30{ border-inline-start-color: rgb(0 0 0 / 0.3); }
.border-s-callout-info-fill\/40{ border-inline-start-color: rgb(0 0 0 / 0.4); }
.border-s-callout-info-fill\/5{ border-inline-start-color: rgb(0 0 0 / 0.05); }
.border-s-callout-info-fill\/50{ border-inline-start-color: rgb(0 0 0 / 0.5); }
.border-s-callout-info-fill\/60{ border-inline-start-color: rgb(0 0 0 / 0.6); }
.border-s-callout-info-fill\/70{ border-inline-start-color: rgb(0 0 0 / 0.7); }
.border-s-callout-info-fill\/75{ border-inline-start-color: rgb(0 0 0 / 0.75); }
.border-s-callout-info-fill\/80{ border-inline-start-color: rgb(0 0 0 / 0.8); }
.border-s-callout-info-fill\/90{ border-inline-start-color: rgb(0 0 0 / 0.9); }
.border-s-callout-info-fill\/95{ border-inline-start-color: rgb(0 0 0 / 0.95); }
.border-s-callout-info-icon{ --tw-border-opacity: 1; border-inline-start-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-s-callout-info-icon\/0{ border-inline-start-color: rgb(0 169 165 / 0); }
.border-s-callout-info-icon\/10{ border-inline-start-color: rgb(0 169 165 / 0.1); }
.border-s-callout-info-icon\/100{ border-inline-start-color: rgb(0 169 165 / 1); }
.border-s-callout-info-icon\/20{ border-inline-start-color: rgb(0 169 165 / 0.2); }
.border-s-callout-info-icon\/25{ border-inline-start-color: rgb(0 169 165 / 0.25); }
.border-s-callout-info-icon\/30{ border-inline-start-color: rgb(0 169 165 / 0.3); }
.border-s-callout-info-icon\/40{ border-inline-start-color: rgb(0 169 165 / 0.4); }
.border-s-callout-info-icon\/5{ border-inline-start-color: rgb(0 169 165 / 0.05); }
.border-s-callout-info-icon\/50{ border-inline-start-color: rgb(0 169 165 / 0.5); }
.border-s-callout-info-icon\/60{ border-inline-start-color: rgb(0 169 165 / 0.6); }
.border-s-callout-info-icon\/70{ border-inline-start-color: rgb(0 169 165 / 0.7); }
.border-s-callout-info-icon\/75{ border-inline-start-color: rgb(0 169 165 / 0.75); }
.border-s-callout-info-icon\/80{ border-inline-start-color: rgb(0 169 165 / 0.8); }
.border-s-callout-info-icon\/90{ border-inline-start-color: rgb(0 169 165 / 0.9); }
.border-s-callout-info-icon\/95{ border-inline-start-color: rgb(0 169 165 / 0.95); }
.border-s-callout-info-text{ --tw-border-opacity: 1; border-inline-start-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-s-callout-info-text-accent{ --tw-border-opacity: 1; border-inline-start-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-s-callout-info-text-accent\/0{ border-inline-start-color: rgb(2 55 47 / 0); }
.border-s-callout-info-text-accent\/10{ border-inline-start-color: rgb(2 55 47 / 0.1); }
.border-s-callout-info-text-accent\/100{ border-inline-start-color: rgb(2 55 47 / 1); }
.border-s-callout-info-text-accent\/20{ border-inline-start-color: rgb(2 55 47 / 0.2); }
.border-s-callout-info-text-accent\/25{ border-inline-start-color: rgb(2 55 47 / 0.25); }
.border-s-callout-info-text-accent\/30{ border-inline-start-color: rgb(2 55 47 / 0.3); }
.border-s-callout-info-text-accent\/40{ border-inline-start-color: rgb(2 55 47 / 0.4); }
.border-s-callout-info-text-accent\/5{ border-inline-start-color: rgb(2 55 47 / 0.05); }
.border-s-callout-info-text-accent\/50{ border-inline-start-color: rgb(2 55 47 / 0.5); }
.border-s-callout-info-text-accent\/60{ border-inline-start-color: rgb(2 55 47 / 0.6); }
.border-s-callout-info-text-accent\/70{ border-inline-start-color: rgb(2 55 47 / 0.7); }
.border-s-callout-info-text-accent\/75{ border-inline-start-color: rgb(2 55 47 / 0.75); }
.border-s-callout-info-text-accent\/80{ border-inline-start-color: rgb(2 55 47 / 0.8); }
.border-s-callout-info-text-accent\/90{ border-inline-start-color: rgb(2 55 47 / 0.9); }
.border-s-callout-info-text-accent\/95{ border-inline-start-color: rgb(2 55 47 / 0.95); }
.border-s-callout-info-text\/0{ border-inline-start-color: rgb(10 18 21 / 0); }
.border-s-callout-info-text\/10{ border-inline-start-color: rgb(10 18 21 / 0.1); }
.border-s-callout-info-text\/100{ border-inline-start-color: rgb(10 18 21 / 1); }
.border-s-callout-info-text\/20{ border-inline-start-color: rgb(10 18 21 / 0.2); }
.border-s-callout-info-text\/25{ border-inline-start-color: rgb(10 18 21 / 0.25); }
.border-s-callout-info-text\/30{ border-inline-start-color: rgb(10 18 21 / 0.3); }
.border-s-callout-info-text\/40{ border-inline-start-color: rgb(10 18 21 / 0.4); }
.border-s-callout-info-text\/5{ border-inline-start-color: rgb(10 18 21 / 0.05); }
.border-s-callout-info-text\/50{ border-inline-start-color: rgb(10 18 21 / 0.5); }
.border-s-callout-info-text\/60{ border-inline-start-color: rgb(10 18 21 / 0.6); }
.border-s-callout-info-text\/70{ border-inline-start-color: rgb(10 18 21 / 0.7); }
.border-s-callout-info-text\/75{ border-inline-start-color: rgb(10 18 21 / 0.75); }
.border-s-callout-info-text\/80{ border-inline-start-color: rgb(10 18 21 / 0.8); }
.border-s-callout-info-text\/90{ border-inline-start-color: rgb(10 18 21 / 0.9); }
.border-s-callout-info-text\/95{ border-inline-start-color: rgb(10 18 21 / 0.95); }
.border-s-callout-ok-border{ --tw-border-opacity: 1; border-inline-start-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-s-callout-ok-border\/0{ border-inline-start-color: rgb(0 137 106 / 0); }
.border-s-callout-ok-border\/10{ border-inline-start-color: rgb(0 137 106 / 0.1); }
.border-s-callout-ok-border\/100{ border-inline-start-color: rgb(0 137 106 / 1); }
.border-s-callout-ok-border\/20{ border-inline-start-color: rgb(0 137 106 / 0.2); }
.border-s-callout-ok-border\/25{ border-inline-start-color: rgb(0 137 106 / 0.25); }
.border-s-callout-ok-border\/30{ border-inline-start-color: rgb(0 137 106 / 0.3); }
.border-s-callout-ok-border\/40{ border-inline-start-color: rgb(0 137 106 / 0.4); }
.border-s-callout-ok-border\/5{ border-inline-start-color: rgb(0 137 106 / 0.05); }
.border-s-callout-ok-border\/50{ border-inline-start-color: rgb(0 137 106 / 0.5); }
.border-s-callout-ok-border\/60{ border-inline-start-color: rgb(0 137 106 / 0.6); }
.border-s-callout-ok-border\/70{ border-inline-start-color: rgb(0 137 106 / 0.7); }
.border-s-callout-ok-border\/75{ border-inline-start-color: rgb(0 137 106 / 0.75); }
.border-s-callout-ok-border\/80{ border-inline-start-color: rgb(0 137 106 / 0.8); }
.border-s-callout-ok-border\/90{ border-inline-start-color: rgb(0 137 106 / 0.9); }
.border-s-callout-ok-border\/95{ border-inline-start-color: rgb(0 137 106 / 0.95); }
.border-s-callout-ok-fill{ --tw-border-opacity: 1; border-inline-start-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-s-callout-ok-fill\/0{ border-inline-start-color: rgb(0 169 165 / 0); }
.border-s-callout-ok-fill\/10{ border-inline-start-color: rgb(0 169 165 / 0.1); }
.border-s-callout-ok-fill\/100{ border-inline-start-color: rgb(0 169 165 / 1); }
.border-s-callout-ok-fill\/20{ border-inline-start-color: rgb(0 169 165 / 0.2); }
.border-s-callout-ok-fill\/25{ border-inline-start-color: rgb(0 169 165 / 0.25); }
.border-s-callout-ok-fill\/30{ border-inline-start-color: rgb(0 169 165 / 0.3); }
.border-s-callout-ok-fill\/40{ border-inline-start-color: rgb(0 169 165 / 0.4); }
.border-s-callout-ok-fill\/5{ border-inline-start-color: rgb(0 169 165 / 0.05); }
.border-s-callout-ok-fill\/50{ border-inline-start-color: rgb(0 169 165 / 0.5); }
.border-s-callout-ok-fill\/60{ border-inline-start-color: rgb(0 169 165 / 0.6); }
.border-s-callout-ok-fill\/70{ border-inline-start-color: rgb(0 169 165 / 0.7); }
.border-s-callout-ok-fill\/75{ border-inline-start-color: rgb(0 169 165 / 0.75); }
.border-s-callout-ok-fill\/80{ border-inline-start-color: rgb(0 169 165 / 0.8); }
.border-s-callout-ok-fill\/90{ border-inline-start-color: rgb(0 169 165 / 0.9); }
.border-s-callout-ok-fill\/95{ border-inline-start-color: rgb(0 169 165 / 0.95); }
.border-s-callout-ok-icon{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-s-callout-ok-icon\/0{ border-inline-start-color: rgb(255 255 255 / 0); }
.border-s-callout-ok-icon\/10{ border-inline-start-color: rgb(255 255 255 / 0.1); }
.border-s-callout-ok-icon\/100{ border-inline-start-color: rgb(255 255 255 / 1); }
.border-s-callout-ok-icon\/20{ border-inline-start-color: rgb(255 255 255 / 0.2); }
.border-s-callout-ok-icon\/25{ border-inline-start-color: rgb(255 255 255 / 0.25); }
.border-s-callout-ok-icon\/30{ border-inline-start-color: rgb(255 255 255 / 0.3); }
.border-s-callout-ok-icon\/40{ border-inline-start-color: rgb(255 255 255 / 0.4); }
.border-s-callout-ok-icon\/5{ border-inline-start-color: rgb(255 255 255 / 0.05); }
.border-s-callout-ok-icon\/50{ border-inline-start-color: rgb(255 255 255 / 0.5); }
.border-s-callout-ok-icon\/60{ border-inline-start-color: rgb(255 255 255 / 0.6); }
.border-s-callout-ok-icon\/70{ border-inline-start-color: rgb(255 255 255 / 0.7); }
.border-s-callout-ok-icon\/75{ border-inline-start-color: rgb(255 255 255 / 0.75); }
.border-s-callout-ok-icon\/80{ border-inline-start-color: rgb(255 255 255 / 0.8); }
.border-s-callout-ok-icon\/90{ border-inline-start-color: rgb(255 255 255 / 0.9); }
.border-s-callout-ok-icon\/95{ border-inline-start-color: rgb(255 255 255 / 0.95); }
.border-s-callout-ok-text{ --tw-border-opacity: 1; border-inline-start-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-s-callout-ok-text-accent{ --tw-border-opacity: 1; border-inline-start-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-s-callout-ok-text-accent\/0{ border-inline-start-color: rgb(102 255 221 / 0); }
.border-s-callout-ok-text-accent\/10{ border-inline-start-color: rgb(102 255 221 / 0.1); }
.border-s-callout-ok-text-accent\/100{ border-inline-start-color: rgb(102 255 221 / 1); }
.border-s-callout-ok-text-accent\/20{ border-inline-start-color: rgb(102 255 221 / 0.2); }
.border-s-callout-ok-text-accent\/25{ border-inline-start-color: rgb(102 255 221 / 0.25); }
.border-s-callout-ok-text-accent\/30{ border-inline-start-color: rgb(102 255 221 / 0.3); }
.border-s-callout-ok-text-accent\/40{ border-inline-start-color: rgb(102 255 221 / 0.4); }
.border-s-callout-ok-text-accent\/5{ border-inline-start-color: rgb(102 255 221 / 0.05); }
.border-s-callout-ok-text-accent\/50{ border-inline-start-color: rgb(102 255 221 / 0.5); }
.border-s-callout-ok-text-accent\/60{ border-inline-start-color: rgb(102 255 221 / 0.6); }
.border-s-callout-ok-text-accent\/70{ border-inline-start-color: rgb(102 255 221 / 0.7); }
.border-s-callout-ok-text-accent\/75{ border-inline-start-color: rgb(102 255 221 / 0.75); }
.border-s-callout-ok-text-accent\/80{ border-inline-start-color: rgb(102 255 221 / 0.8); }
.border-s-callout-ok-text-accent\/90{ border-inline-start-color: rgb(102 255 221 / 0.9); }
.border-s-callout-ok-text-accent\/95{ border-inline-start-color: rgb(102 255 221 / 0.95); }
.border-s-callout-ok-text\/0{ border-inline-start-color: rgb(10 21 20 / 0); }
.border-s-callout-ok-text\/10{ border-inline-start-color: rgb(10 21 20 / 0.1); }
.border-s-callout-ok-text\/100{ border-inline-start-color: rgb(10 21 20 / 1); }
.border-s-callout-ok-text\/20{ border-inline-start-color: rgb(10 21 20 / 0.2); }
.border-s-callout-ok-text\/25{ border-inline-start-color: rgb(10 21 20 / 0.25); }
.border-s-callout-ok-text\/30{ border-inline-start-color: rgb(10 21 20 / 0.3); }
.border-s-callout-ok-text\/40{ border-inline-start-color: rgb(10 21 20 / 0.4); }
.border-s-callout-ok-text\/5{ border-inline-start-color: rgb(10 21 20 / 0.05); }
.border-s-callout-ok-text\/50{ border-inline-start-color: rgb(10 21 20 / 0.5); }
.border-s-callout-ok-text\/60{ border-inline-start-color: rgb(10 21 20 / 0.6); }
.border-s-callout-ok-text\/70{ border-inline-start-color: rgb(10 21 20 / 0.7); }
.border-s-callout-ok-text\/75{ border-inline-start-color: rgb(10 21 20 / 0.75); }
.border-s-callout-ok-text\/80{ border-inline-start-color: rgb(10 21 20 / 0.8); }
.border-s-callout-ok-text\/90{ border-inline-start-color: rgb(10 21 20 / 0.9); }
.border-s-callout-ok-text\/95{ border-inline-start-color: rgb(10 21 20 / 0.95); }
.border-s-callout-warning-border{ --tw-border-opacity: 1; border-inline-start-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-s-callout-warning-border\/0{ border-inline-start-color: rgb(247 181 0 / 0); }
.border-s-callout-warning-border\/10{ border-inline-start-color: rgb(247 181 0 / 0.1); }
.border-s-callout-warning-border\/100{ border-inline-start-color: rgb(247 181 0 / 1); }
.border-s-callout-warning-border\/20{ border-inline-start-color: rgb(247 181 0 / 0.2); }
.border-s-callout-warning-border\/25{ border-inline-start-color: rgb(247 181 0 / 0.25); }
.border-s-callout-warning-border\/30{ border-inline-start-color: rgb(247 181 0 / 0.3); }
.border-s-callout-warning-border\/40{ border-inline-start-color: rgb(247 181 0 / 0.4); }
.border-s-callout-warning-border\/5{ border-inline-start-color: rgb(247 181 0 / 0.05); }
.border-s-callout-warning-border\/50{ border-inline-start-color: rgb(247 181 0 / 0.5); }
.border-s-callout-warning-border\/60{ border-inline-start-color: rgb(247 181 0 / 0.6); }
.border-s-callout-warning-border\/70{ border-inline-start-color: rgb(247 181 0 / 0.7); }
.border-s-callout-warning-border\/75{ border-inline-start-color: rgb(247 181 0 / 0.75); }
.border-s-callout-warning-border\/80{ border-inline-start-color: rgb(247 181 0 / 0.8); }
.border-s-callout-warning-border\/90{ border-inline-start-color: rgb(247 181 0 / 0.9); }
.border-s-callout-warning-border\/95{ border-inline-start-color: rgb(247 181 0 / 0.95); }
.border-s-callout-warning-fill{ --tw-border-opacity: 1; border-inline-start-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-s-callout-warning-fill\/0{ border-inline-start-color: rgb(249 219 109 / 0); }
.border-s-callout-warning-fill\/10{ border-inline-start-color: rgb(249 219 109 / 0.1); }
.border-s-callout-warning-fill\/100{ border-inline-start-color: rgb(249 219 109 / 1); }
.border-s-callout-warning-fill\/20{ border-inline-start-color: rgb(249 219 109 / 0.2); }
.border-s-callout-warning-fill\/25{ border-inline-start-color: rgb(249 219 109 / 0.25); }
.border-s-callout-warning-fill\/30{ border-inline-start-color: rgb(249 219 109 / 0.3); }
.border-s-callout-warning-fill\/40{ border-inline-start-color: rgb(249 219 109 / 0.4); }
.border-s-callout-warning-fill\/5{ border-inline-start-color: rgb(249 219 109 / 0.05); }
.border-s-callout-warning-fill\/50{ border-inline-start-color: rgb(249 219 109 / 0.5); }
.border-s-callout-warning-fill\/60{ border-inline-start-color: rgb(249 219 109 / 0.6); }
.border-s-callout-warning-fill\/70{ border-inline-start-color: rgb(249 219 109 / 0.7); }
.border-s-callout-warning-fill\/75{ border-inline-start-color: rgb(249 219 109 / 0.75); }
.border-s-callout-warning-fill\/80{ border-inline-start-color: rgb(249 219 109 / 0.8); }
.border-s-callout-warning-fill\/90{ border-inline-start-color: rgb(249 219 109 / 0.9); }
.border-s-callout-warning-fill\/95{ border-inline-start-color: rgb(249 219 109 / 0.95); }
.border-s-callout-warning-icon{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-s-callout-warning-icon\/0{ border-inline-start-color: rgb(255 255 255 / 0); }
.border-s-callout-warning-icon\/10{ border-inline-start-color: rgb(255 255 255 / 0.1); }
.border-s-callout-warning-icon\/100{ border-inline-start-color: rgb(255 255 255 / 1); }
.border-s-callout-warning-icon\/20{ border-inline-start-color: rgb(255 255 255 / 0.2); }
.border-s-callout-warning-icon\/25{ border-inline-start-color: rgb(255 255 255 / 0.25); }
.border-s-callout-warning-icon\/30{ border-inline-start-color: rgb(255 255 255 / 0.3); }
.border-s-callout-warning-icon\/40{ border-inline-start-color: rgb(255 255 255 / 0.4); }
.border-s-callout-warning-icon\/5{ border-inline-start-color: rgb(255 255 255 / 0.05); }
.border-s-callout-warning-icon\/50{ border-inline-start-color: rgb(255 255 255 / 0.5); }
.border-s-callout-warning-icon\/60{ border-inline-start-color: rgb(255 255 255 / 0.6); }
.border-s-callout-warning-icon\/70{ border-inline-start-color: rgb(255 255 255 / 0.7); }
.border-s-callout-warning-icon\/75{ border-inline-start-color: rgb(255 255 255 / 0.75); }
.border-s-callout-warning-icon\/80{ border-inline-start-color: rgb(255 255 255 / 0.8); }
.border-s-callout-warning-icon\/90{ border-inline-start-color: rgb(255 255 255 / 0.9); }
.border-s-callout-warning-icon\/95{ border-inline-start-color: rgb(255 255 255 / 0.95); }
.border-s-callout-warning-text{ --tw-border-opacity: 1; border-inline-start-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-s-callout-warning-text-accent{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-s-callout-warning-text-accent\/0{ border-inline-start-color: rgb(255 255 255 / 0); }
.border-s-callout-warning-text-accent\/10{ border-inline-start-color: rgb(255 255 255 / 0.1); }
.border-s-callout-warning-text-accent\/100{ border-inline-start-color: rgb(255 255 255 / 1); }
.border-s-callout-warning-text-accent\/20{ border-inline-start-color: rgb(255 255 255 / 0.2); }
.border-s-callout-warning-text-accent\/25{ border-inline-start-color: rgb(255 255 255 / 0.25); }
.border-s-callout-warning-text-accent\/30{ border-inline-start-color: rgb(255 255 255 / 0.3); }
.border-s-callout-warning-text-accent\/40{ border-inline-start-color: rgb(255 255 255 / 0.4); }
.border-s-callout-warning-text-accent\/5{ border-inline-start-color: rgb(255 255 255 / 0.05); }
.border-s-callout-warning-text-accent\/50{ border-inline-start-color: rgb(255 255 255 / 0.5); }
.border-s-callout-warning-text-accent\/60{ border-inline-start-color: rgb(255 255 255 / 0.6); }
.border-s-callout-warning-text-accent\/70{ border-inline-start-color: rgb(255 255 255 / 0.7); }
.border-s-callout-warning-text-accent\/75{ border-inline-start-color: rgb(255 255 255 / 0.75); }
.border-s-callout-warning-text-accent\/80{ border-inline-start-color: rgb(255 255 255 / 0.8); }
.border-s-callout-warning-text-accent\/90{ border-inline-start-color: rgb(255 255 255 / 0.9); }
.border-s-callout-warning-text-accent\/95{ border-inline-start-color: rgb(255 255 255 / 0.95); }
.border-s-callout-warning-text\/0{ border-inline-start-color: rgb(21 18 10 / 0); }
.border-s-callout-warning-text\/10{ border-inline-start-color: rgb(21 18 10 / 0.1); }
.border-s-callout-warning-text\/100{ border-inline-start-color: rgb(21 18 10 / 1); }
.border-s-callout-warning-text\/20{ border-inline-start-color: rgb(21 18 10 / 0.2); }
.border-s-callout-warning-text\/25{ border-inline-start-color: rgb(21 18 10 / 0.25); }
.border-s-callout-warning-text\/30{ border-inline-start-color: rgb(21 18 10 / 0.3); }
.border-s-callout-warning-text\/40{ border-inline-start-color: rgb(21 18 10 / 0.4); }
.border-s-callout-warning-text\/5{ border-inline-start-color: rgb(21 18 10 / 0.05); }
.border-s-callout-warning-text\/50{ border-inline-start-color: rgb(21 18 10 / 0.5); }
.border-s-callout-warning-text\/60{ border-inline-start-color: rgb(21 18 10 / 0.6); }
.border-s-callout-warning-text\/70{ border-inline-start-color: rgb(21 18 10 / 0.7); }
.border-s-callout-warning-text\/75{ border-inline-start-color: rgb(21 18 10 / 0.75); }
.border-s-callout-warning-text\/80{ border-inline-start-color: rgb(21 18 10 / 0.8); }
.border-s-callout-warning-text\/90{ border-inline-start-color: rgb(21 18 10 / 0.9); }
.border-s-callout-warning-text\/95{ border-inline-start-color: rgb(21 18 10 / 0.95); }
.border-s-current{ border-inline-start-color: currentColor; }
.border-s-cyan-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-s-cyan-100\/0{ border-inline-start-color: rgb(207 250 254 / 0); }
.border-s-cyan-100\/10{ border-inline-start-color: rgb(207 250 254 / 0.1); }
.border-s-cyan-100\/100{ border-inline-start-color: rgb(207 250 254 / 1); }
.border-s-cyan-100\/20{ border-inline-start-color: rgb(207 250 254 / 0.2); }
.border-s-cyan-100\/25{ border-inline-start-color: rgb(207 250 254 / 0.25); }
.border-s-cyan-100\/30{ border-inline-start-color: rgb(207 250 254 / 0.3); }
.border-s-cyan-100\/40{ border-inline-start-color: rgb(207 250 254 / 0.4); }
.border-s-cyan-100\/5{ border-inline-start-color: rgb(207 250 254 / 0.05); }
.border-s-cyan-100\/50{ border-inline-start-color: rgb(207 250 254 / 0.5); }
.border-s-cyan-100\/60{ border-inline-start-color: rgb(207 250 254 / 0.6); }
.border-s-cyan-100\/70{ border-inline-start-color: rgb(207 250 254 / 0.7); }
.border-s-cyan-100\/75{ border-inline-start-color: rgb(207 250 254 / 0.75); }
.border-s-cyan-100\/80{ border-inline-start-color: rgb(207 250 254 / 0.8); }
.border-s-cyan-100\/90{ border-inline-start-color: rgb(207 250 254 / 0.9); }
.border-s-cyan-100\/95{ border-inline-start-color: rgb(207 250 254 / 0.95); }
.border-s-cyan-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-s-cyan-200\/0{ border-inline-start-color: rgb(165 243 252 / 0); }
.border-s-cyan-200\/10{ border-inline-start-color: rgb(165 243 252 / 0.1); }
.border-s-cyan-200\/100{ border-inline-start-color: rgb(165 243 252 / 1); }
.border-s-cyan-200\/20{ border-inline-start-color: rgb(165 243 252 / 0.2); }
.border-s-cyan-200\/25{ border-inline-start-color: rgb(165 243 252 / 0.25); }
.border-s-cyan-200\/30{ border-inline-start-color: rgb(165 243 252 / 0.3); }
.border-s-cyan-200\/40{ border-inline-start-color: rgb(165 243 252 / 0.4); }
.border-s-cyan-200\/5{ border-inline-start-color: rgb(165 243 252 / 0.05); }
.border-s-cyan-200\/50{ border-inline-start-color: rgb(165 243 252 / 0.5); }
.border-s-cyan-200\/60{ border-inline-start-color: rgb(165 243 252 / 0.6); }
.border-s-cyan-200\/70{ border-inline-start-color: rgb(165 243 252 / 0.7); }
.border-s-cyan-200\/75{ border-inline-start-color: rgb(165 243 252 / 0.75); }
.border-s-cyan-200\/80{ border-inline-start-color: rgb(165 243 252 / 0.8); }
.border-s-cyan-200\/90{ border-inline-start-color: rgb(165 243 252 / 0.9); }
.border-s-cyan-200\/95{ border-inline-start-color: rgb(165 243 252 / 0.95); }
.border-s-cyan-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-s-cyan-300\/0{ border-inline-start-color: rgb(103 232 249 / 0); }
.border-s-cyan-300\/10{ border-inline-start-color: rgb(103 232 249 / 0.1); }
.border-s-cyan-300\/100{ border-inline-start-color: rgb(103 232 249 / 1); }
.border-s-cyan-300\/20{ border-inline-start-color: rgb(103 232 249 / 0.2); }
.border-s-cyan-300\/25{ border-inline-start-color: rgb(103 232 249 / 0.25); }
.border-s-cyan-300\/30{ border-inline-start-color: rgb(103 232 249 / 0.3); }
.border-s-cyan-300\/40{ border-inline-start-color: rgb(103 232 249 / 0.4); }
.border-s-cyan-300\/5{ border-inline-start-color: rgb(103 232 249 / 0.05); }
.border-s-cyan-300\/50{ border-inline-start-color: rgb(103 232 249 / 0.5); }
.border-s-cyan-300\/60{ border-inline-start-color: rgb(103 232 249 / 0.6); }
.border-s-cyan-300\/70{ border-inline-start-color: rgb(103 232 249 / 0.7); }
.border-s-cyan-300\/75{ border-inline-start-color: rgb(103 232 249 / 0.75); }
.border-s-cyan-300\/80{ border-inline-start-color: rgb(103 232 249 / 0.8); }
.border-s-cyan-300\/90{ border-inline-start-color: rgb(103 232 249 / 0.9); }
.border-s-cyan-300\/95{ border-inline-start-color: rgb(103 232 249 / 0.95); }
.border-s-cyan-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-s-cyan-400\/0{ border-inline-start-color: rgb(34 211 238 / 0); }
.border-s-cyan-400\/10{ border-inline-start-color: rgb(34 211 238 / 0.1); }
.border-s-cyan-400\/100{ border-inline-start-color: rgb(34 211 238 / 1); }
.border-s-cyan-400\/20{ border-inline-start-color: rgb(34 211 238 / 0.2); }
.border-s-cyan-400\/25{ border-inline-start-color: rgb(34 211 238 / 0.25); }
.border-s-cyan-400\/30{ border-inline-start-color: rgb(34 211 238 / 0.3); }
.border-s-cyan-400\/40{ border-inline-start-color: rgb(34 211 238 / 0.4); }
.border-s-cyan-400\/5{ border-inline-start-color: rgb(34 211 238 / 0.05); }
.border-s-cyan-400\/50{ border-inline-start-color: rgb(34 211 238 / 0.5); }
.border-s-cyan-400\/60{ border-inline-start-color: rgb(34 211 238 / 0.6); }
.border-s-cyan-400\/70{ border-inline-start-color: rgb(34 211 238 / 0.7); }
.border-s-cyan-400\/75{ border-inline-start-color: rgb(34 211 238 / 0.75); }
.border-s-cyan-400\/80{ border-inline-start-color: rgb(34 211 238 / 0.8); }
.border-s-cyan-400\/90{ border-inline-start-color: rgb(34 211 238 / 0.9); }
.border-s-cyan-400\/95{ border-inline-start-color: rgb(34 211 238 / 0.95); }
.border-s-cyan-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-s-cyan-50\/0{ border-inline-start-color: rgb(236 254 255 / 0); }
.border-s-cyan-50\/10{ border-inline-start-color: rgb(236 254 255 / 0.1); }
.border-s-cyan-50\/100{ border-inline-start-color: rgb(236 254 255 / 1); }
.border-s-cyan-50\/20{ border-inline-start-color: rgb(236 254 255 / 0.2); }
.border-s-cyan-50\/25{ border-inline-start-color: rgb(236 254 255 / 0.25); }
.border-s-cyan-50\/30{ border-inline-start-color: rgb(236 254 255 / 0.3); }
.border-s-cyan-50\/40{ border-inline-start-color: rgb(236 254 255 / 0.4); }
.border-s-cyan-50\/5{ border-inline-start-color: rgb(236 254 255 / 0.05); }
.border-s-cyan-50\/50{ border-inline-start-color: rgb(236 254 255 / 0.5); }
.border-s-cyan-50\/60{ border-inline-start-color: rgb(236 254 255 / 0.6); }
.border-s-cyan-50\/70{ border-inline-start-color: rgb(236 254 255 / 0.7); }
.border-s-cyan-50\/75{ border-inline-start-color: rgb(236 254 255 / 0.75); }
.border-s-cyan-50\/80{ border-inline-start-color: rgb(236 254 255 / 0.8); }
.border-s-cyan-50\/90{ border-inline-start-color: rgb(236 254 255 / 0.9); }
.border-s-cyan-50\/95{ border-inline-start-color: rgb(236 254 255 / 0.95); }
.border-s-cyan-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-s-cyan-500\/0{ border-inline-start-color: rgb(6 182 212 / 0); }
.border-s-cyan-500\/10{ border-inline-start-color: rgb(6 182 212 / 0.1); }
.border-s-cyan-500\/100{ border-inline-start-color: rgb(6 182 212 / 1); }
.border-s-cyan-500\/20{ border-inline-start-color: rgb(6 182 212 / 0.2); }
.border-s-cyan-500\/25{ border-inline-start-color: rgb(6 182 212 / 0.25); }
.border-s-cyan-500\/30{ border-inline-start-color: rgb(6 182 212 / 0.3); }
.border-s-cyan-500\/40{ border-inline-start-color: rgb(6 182 212 / 0.4); }
.border-s-cyan-500\/5{ border-inline-start-color: rgb(6 182 212 / 0.05); }
.border-s-cyan-500\/50{ border-inline-start-color: rgb(6 182 212 / 0.5); }
.border-s-cyan-500\/60{ border-inline-start-color: rgb(6 182 212 / 0.6); }
.border-s-cyan-500\/70{ border-inline-start-color: rgb(6 182 212 / 0.7); }
.border-s-cyan-500\/75{ border-inline-start-color: rgb(6 182 212 / 0.75); }
.border-s-cyan-500\/80{ border-inline-start-color: rgb(6 182 212 / 0.8); }
.border-s-cyan-500\/90{ border-inline-start-color: rgb(6 182 212 / 0.9); }
.border-s-cyan-500\/95{ border-inline-start-color: rgb(6 182 212 / 0.95); }
.border-s-cyan-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-s-cyan-600\/0{ border-inline-start-color: rgb(8 145 178 / 0); }
.border-s-cyan-600\/10{ border-inline-start-color: rgb(8 145 178 / 0.1); }
.border-s-cyan-600\/100{ border-inline-start-color: rgb(8 145 178 / 1); }
.border-s-cyan-600\/20{ border-inline-start-color: rgb(8 145 178 / 0.2); }
.border-s-cyan-600\/25{ border-inline-start-color: rgb(8 145 178 / 0.25); }
.border-s-cyan-600\/30{ border-inline-start-color: rgb(8 145 178 / 0.3); }
.border-s-cyan-600\/40{ border-inline-start-color: rgb(8 145 178 / 0.4); }
.border-s-cyan-600\/5{ border-inline-start-color: rgb(8 145 178 / 0.05); }
.border-s-cyan-600\/50{ border-inline-start-color: rgb(8 145 178 / 0.5); }
.border-s-cyan-600\/60{ border-inline-start-color: rgb(8 145 178 / 0.6); }
.border-s-cyan-600\/70{ border-inline-start-color: rgb(8 145 178 / 0.7); }
.border-s-cyan-600\/75{ border-inline-start-color: rgb(8 145 178 / 0.75); }
.border-s-cyan-600\/80{ border-inline-start-color: rgb(8 145 178 / 0.8); }
.border-s-cyan-600\/90{ border-inline-start-color: rgb(8 145 178 / 0.9); }
.border-s-cyan-600\/95{ border-inline-start-color: rgb(8 145 178 / 0.95); }
.border-s-cyan-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-s-cyan-700\/0{ border-inline-start-color: rgb(14 116 144 / 0); }
.border-s-cyan-700\/10{ border-inline-start-color: rgb(14 116 144 / 0.1); }
.border-s-cyan-700\/100{ border-inline-start-color: rgb(14 116 144 / 1); }
.border-s-cyan-700\/20{ border-inline-start-color: rgb(14 116 144 / 0.2); }
.border-s-cyan-700\/25{ border-inline-start-color: rgb(14 116 144 / 0.25); }
.border-s-cyan-700\/30{ border-inline-start-color: rgb(14 116 144 / 0.3); }
.border-s-cyan-700\/40{ border-inline-start-color: rgb(14 116 144 / 0.4); }
.border-s-cyan-700\/5{ border-inline-start-color: rgb(14 116 144 / 0.05); }
.border-s-cyan-700\/50{ border-inline-start-color: rgb(14 116 144 / 0.5); }
.border-s-cyan-700\/60{ border-inline-start-color: rgb(14 116 144 / 0.6); }
.border-s-cyan-700\/70{ border-inline-start-color: rgb(14 116 144 / 0.7); }
.border-s-cyan-700\/75{ border-inline-start-color: rgb(14 116 144 / 0.75); }
.border-s-cyan-700\/80{ border-inline-start-color: rgb(14 116 144 / 0.8); }
.border-s-cyan-700\/90{ border-inline-start-color: rgb(14 116 144 / 0.9); }
.border-s-cyan-700\/95{ border-inline-start-color: rgb(14 116 144 / 0.95); }
.border-s-cyan-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-s-cyan-800\/0{ border-inline-start-color: rgb(21 94 117 / 0); }
.border-s-cyan-800\/10{ border-inline-start-color: rgb(21 94 117 / 0.1); }
.border-s-cyan-800\/100{ border-inline-start-color: rgb(21 94 117 / 1); }
.border-s-cyan-800\/20{ border-inline-start-color: rgb(21 94 117 / 0.2); }
.border-s-cyan-800\/25{ border-inline-start-color: rgb(21 94 117 / 0.25); }
.border-s-cyan-800\/30{ border-inline-start-color: rgb(21 94 117 / 0.3); }
.border-s-cyan-800\/40{ border-inline-start-color: rgb(21 94 117 / 0.4); }
.border-s-cyan-800\/5{ border-inline-start-color: rgb(21 94 117 / 0.05); }
.border-s-cyan-800\/50{ border-inline-start-color: rgb(21 94 117 / 0.5); }
.border-s-cyan-800\/60{ border-inline-start-color: rgb(21 94 117 / 0.6); }
.border-s-cyan-800\/70{ border-inline-start-color: rgb(21 94 117 / 0.7); }
.border-s-cyan-800\/75{ border-inline-start-color: rgb(21 94 117 / 0.75); }
.border-s-cyan-800\/80{ border-inline-start-color: rgb(21 94 117 / 0.8); }
.border-s-cyan-800\/90{ border-inline-start-color: rgb(21 94 117 / 0.9); }
.border-s-cyan-800\/95{ border-inline-start-color: rgb(21 94 117 / 0.95); }
.border-s-cyan-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-s-cyan-900\/0{ border-inline-start-color: rgb(22 78 99 / 0); }
.border-s-cyan-900\/10{ border-inline-start-color: rgb(22 78 99 / 0.1); }
.border-s-cyan-900\/100{ border-inline-start-color: rgb(22 78 99 / 1); }
.border-s-cyan-900\/20{ border-inline-start-color: rgb(22 78 99 / 0.2); }
.border-s-cyan-900\/25{ border-inline-start-color: rgb(22 78 99 / 0.25); }
.border-s-cyan-900\/30{ border-inline-start-color: rgb(22 78 99 / 0.3); }
.border-s-cyan-900\/40{ border-inline-start-color: rgb(22 78 99 / 0.4); }
.border-s-cyan-900\/5{ border-inline-start-color: rgb(22 78 99 / 0.05); }
.border-s-cyan-900\/50{ border-inline-start-color: rgb(22 78 99 / 0.5); }
.border-s-cyan-900\/60{ border-inline-start-color: rgb(22 78 99 / 0.6); }
.border-s-cyan-900\/70{ border-inline-start-color: rgb(22 78 99 / 0.7); }
.border-s-cyan-900\/75{ border-inline-start-color: rgb(22 78 99 / 0.75); }
.border-s-cyan-900\/80{ border-inline-start-color: rgb(22 78 99 / 0.8); }
.border-s-cyan-900\/90{ border-inline-start-color: rgb(22 78 99 / 0.9); }
.border-s-cyan-900\/95{ border-inline-start-color: rgb(22 78 99 / 0.95); }
.border-s-cyan-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-s-cyan-950\/0{ border-inline-start-color: rgb(8 51 68 / 0); }
.border-s-cyan-950\/10{ border-inline-start-color: rgb(8 51 68 / 0.1); }
.border-s-cyan-950\/100{ border-inline-start-color: rgb(8 51 68 / 1); }
.border-s-cyan-950\/20{ border-inline-start-color: rgb(8 51 68 / 0.2); }
.border-s-cyan-950\/25{ border-inline-start-color: rgb(8 51 68 / 0.25); }
.border-s-cyan-950\/30{ border-inline-start-color: rgb(8 51 68 / 0.3); }
.border-s-cyan-950\/40{ border-inline-start-color: rgb(8 51 68 / 0.4); }
.border-s-cyan-950\/5{ border-inline-start-color: rgb(8 51 68 / 0.05); }
.border-s-cyan-950\/50{ border-inline-start-color: rgb(8 51 68 / 0.5); }
.border-s-cyan-950\/60{ border-inline-start-color: rgb(8 51 68 / 0.6); }
.border-s-cyan-950\/70{ border-inline-start-color: rgb(8 51 68 / 0.7); }
.border-s-cyan-950\/75{ border-inline-start-color: rgb(8 51 68 / 0.75); }
.border-s-cyan-950\/80{ border-inline-start-color: rgb(8 51 68 / 0.8); }
.border-s-cyan-950\/90{ border-inline-start-color: rgb(8 51 68 / 0.9); }
.border-s-cyan-950\/95{ border-inline-start-color: rgb(8 51 68 / 0.95); }
.border-s-eggshell{ --tw-border-opacity: 1; border-inline-start-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-s-eggshell-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-s-eggshell-100\/0{ border-inline-start-color: rgb(254 252 250 / 0); }
.border-s-eggshell-100\/10{ border-inline-start-color: rgb(254 252 250 / 0.1); }
.border-s-eggshell-100\/100{ border-inline-start-color: rgb(254 252 250 / 1); }
.border-s-eggshell-100\/20{ border-inline-start-color: rgb(254 252 250 / 0.2); }
.border-s-eggshell-100\/25{ border-inline-start-color: rgb(254 252 250 / 0.25); }
.border-s-eggshell-100\/30{ border-inline-start-color: rgb(254 252 250 / 0.3); }
.border-s-eggshell-100\/40{ border-inline-start-color: rgb(254 252 250 / 0.4); }
.border-s-eggshell-100\/5{ border-inline-start-color: rgb(254 252 250 / 0.05); }
.border-s-eggshell-100\/50{ border-inline-start-color: rgb(254 252 250 / 0.5); }
.border-s-eggshell-100\/60{ border-inline-start-color: rgb(254 252 250 / 0.6); }
.border-s-eggshell-100\/70{ border-inline-start-color: rgb(254 252 250 / 0.7); }
.border-s-eggshell-100\/75{ border-inline-start-color: rgb(254 252 250 / 0.75); }
.border-s-eggshell-100\/80{ border-inline-start-color: rgb(254 252 250 / 0.8); }
.border-s-eggshell-100\/90{ border-inline-start-color: rgb(254 252 250 / 0.9); }
.border-s-eggshell-100\/95{ border-inline-start-color: rgb(254 252 250 / 0.95); }
.border-s-eggshell-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-s-eggshell-200\/0{ border-inline-start-color: rgb(252 250 246 / 0); }
.border-s-eggshell-200\/10{ border-inline-start-color: rgb(252 250 246 / 0.1); }
.border-s-eggshell-200\/100{ border-inline-start-color: rgb(252 250 246 / 1); }
.border-s-eggshell-200\/20{ border-inline-start-color: rgb(252 250 246 / 0.2); }
.border-s-eggshell-200\/25{ border-inline-start-color: rgb(252 250 246 / 0.25); }
.border-s-eggshell-200\/30{ border-inline-start-color: rgb(252 250 246 / 0.3); }
.border-s-eggshell-200\/40{ border-inline-start-color: rgb(252 250 246 / 0.4); }
.border-s-eggshell-200\/5{ border-inline-start-color: rgb(252 250 246 / 0.05); }
.border-s-eggshell-200\/50{ border-inline-start-color: rgb(252 250 246 / 0.5); }
.border-s-eggshell-200\/60{ border-inline-start-color: rgb(252 250 246 / 0.6); }
.border-s-eggshell-200\/70{ border-inline-start-color: rgb(252 250 246 / 0.7); }
.border-s-eggshell-200\/75{ border-inline-start-color: rgb(252 250 246 / 0.75); }
.border-s-eggshell-200\/80{ border-inline-start-color: rgb(252 250 246 / 0.8); }
.border-s-eggshell-200\/90{ border-inline-start-color: rgb(252 250 246 / 0.9); }
.border-s-eggshell-200\/95{ border-inline-start-color: rgb(252 250 246 / 0.95); }
.border-s-eggshell-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-s-eggshell-300\/0{ border-inline-start-color: rgb(251 247 241 / 0); }
.border-s-eggshell-300\/10{ border-inline-start-color: rgb(251 247 241 / 0.1); }
.border-s-eggshell-300\/100{ border-inline-start-color: rgb(251 247 241 / 1); }
.border-s-eggshell-300\/20{ border-inline-start-color: rgb(251 247 241 / 0.2); }
.border-s-eggshell-300\/25{ border-inline-start-color: rgb(251 247 241 / 0.25); }
.border-s-eggshell-300\/30{ border-inline-start-color: rgb(251 247 241 / 0.3); }
.border-s-eggshell-300\/40{ border-inline-start-color: rgb(251 247 241 / 0.4); }
.border-s-eggshell-300\/5{ border-inline-start-color: rgb(251 247 241 / 0.05); }
.border-s-eggshell-300\/50{ border-inline-start-color: rgb(251 247 241 / 0.5); }
.border-s-eggshell-300\/60{ border-inline-start-color: rgb(251 247 241 / 0.6); }
.border-s-eggshell-300\/70{ border-inline-start-color: rgb(251 247 241 / 0.7); }
.border-s-eggshell-300\/75{ border-inline-start-color: rgb(251 247 241 / 0.75); }
.border-s-eggshell-300\/80{ border-inline-start-color: rgb(251 247 241 / 0.8); }
.border-s-eggshell-300\/90{ border-inline-start-color: rgb(251 247 241 / 0.9); }
.border-s-eggshell-300\/95{ border-inline-start-color: rgb(251 247 241 / 0.95); }
.border-s-eggshell-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-s-eggshell-400\/0{ border-inline-start-color: rgb(249 245 236 / 0); }
.border-s-eggshell-400\/10{ border-inline-start-color: rgb(249 245 236 / 0.1); }
.border-s-eggshell-400\/100{ border-inline-start-color: rgb(249 245 236 / 1); }
.border-s-eggshell-400\/20{ border-inline-start-color: rgb(249 245 236 / 0.2); }
.border-s-eggshell-400\/25{ border-inline-start-color: rgb(249 245 236 / 0.25); }
.border-s-eggshell-400\/30{ border-inline-start-color: rgb(249 245 236 / 0.3); }
.border-s-eggshell-400\/40{ border-inline-start-color: rgb(249 245 236 / 0.4); }
.border-s-eggshell-400\/5{ border-inline-start-color: rgb(249 245 236 / 0.05); }
.border-s-eggshell-400\/50{ border-inline-start-color: rgb(249 245 236 / 0.5); }
.border-s-eggshell-400\/60{ border-inline-start-color: rgb(249 245 236 / 0.6); }
.border-s-eggshell-400\/70{ border-inline-start-color: rgb(249 245 236 / 0.7); }
.border-s-eggshell-400\/75{ border-inline-start-color: rgb(249 245 236 / 0.75); }
.border-s-eggshell-400\/80{ border-inline-start-color: rgb(249 245 236 / 0.8); }
.border-s-eggshell-400\/90{ border-inline-start-color: rgb(249 245 236 / 0.9); }
.border-s-eggshell-400\/95{ border-inline-start-color: rgb(249 245 236 / 0.95); }
.border-s-eggshell-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-s-eggshell-500\/0{ border-inline-start-color: rgb(247 242 231 / 0); }
.border-s-eggshell-500\/10{ border-inline-start-color: rgb(247 242 231 / 0.1); }
.border-s-eggshell-500\/100{ border-inline-start-color: rgb(247 242 231 / 1); }
.border-s-eggshell-500\/20{ border-inline-start-color: rgb(247 242 231 / 0.2); }
.border-s-eggshell-500\/25{ border-inline-start-color: rgb(247 242 231 / 0.25); }
.border-s-eggshell-500\/30{ border-inline-start-color: rgb(247 242 231 / 0.3); }
.border-s-eggshell-500\/40{ border-inline-start-color: rgb(247 242 231 / 0.4); }
.border-s-eggshell-500\/5{ border-inline-start-color: rgb(247 242 231 / 0.05); }
.border-s-eggshell-500\/50{ border-inline-start-color: rgb(247 242 231 / 0.5); }
.border-s-eggshell-500\/60{ border-inline-start-color: rgb(247 242 231 / 0.6); }
.border-s-eggshell-500\/70{ border-inline-start-color: rgb(247 242 231 / 0.7); }
.border-s-eggshell-500\/75{ border-inline-start-color: rgb(247 242 231 / 0.75); }
.border-s-eggshell-500\/80{ border-inline-start-color: rgb(247 242 231 / 0.8); }
.border-s-eggshell-500\/90{ border-inline-start-color: rgb(247 242 231 / 0.9); }
.border-s-eggshell-500\/95{ border-inline-start-color: rgb(247 242 231 / 0.95); }
.border-s-eggshell-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-s-eggshell-600\/0{ border-inline-start-color: rgb(246 239 227 / 0); }
.border-s-eggshell-600\/10{ border-inline-start-color: rgb(246 239 227 / 0.1); }
.border-s-eggshell-600\/100{ border-inline-start-color: rgb(246 239 227 / 1); }
.border-s-eggshell-600\/20{ border-inline-start-color: rgb(246 239 227 / 0.2); }
.border-s-eggshell-600\/25{ border-inline-start-color: rgb(246 239 227 / 0.25); }
.border-s-eggshell-600\/30{ border-inline-start-color: rgb(246 239 227 / 0.3); }
.border-s-eggshell-600\/40{ border-inline-start-color: rgb(246 239 227 / 0.4); }
.border-s-eggshell-600\/5{ border-inline-start-color: rgb(246 239 227 / 0.05); }
.border-s-eggshell-600\/50{ border-inline-start-color: rgb(246 239 227 / 0.5); }
.border-s-eggshell-600\/60{ border-inline-start-color: rgb(246 239 227 / 0.6); }
.border-s-eggshell-600\/70{ border-inline-start-color: rgb(246 239 227 / 0.7); }
.border-s-eggshell-600\/75{ border-inline-start-color: rgb(246 239 227 / 0.75); }
.border-s-eggshell-600\/80{ border-inline-start-color: rgb(246 239 227 / 0.8); }
.border-s-eggshell-600\/90{ border-inline-start-color: rgb(246 239 227 / 0.9); }
.border-s-eggshell-600\/95{ border-inline-start-color: rgb(246 239 227 / 0.95); }
.border-s-eggshell-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-s-eggshell-700\/0{ border-inline-start-color: rgb(245 237 222 / 0); }
.border-s-eggshell-700\/10{ border-inline-start-color: rgb(245 237 222 / 0.1); }
.border-s-eggshell-700\/100{ border-inline-start-color: rgb(245 237 222 / 1); }
.border-s-eggshell-700\/20{ border-inline-start-color: rgb(245 237 222 / 0.2); }
.border-s-eggshell-700\/25{ border-inline-start-color: rgb(245 237 222 / 0.25); }
.border-s-eggshell-700\/30{ border-inline-start-color: rgb(245 237 222 / 0.3); }
.border-s-eggshell-700\/40{ border-inline-start-color: rgb(245 237 222 / 0.4); }
.border-s-eggshell-700\/5{ border-inline-start-color: rgb(245 237 222 / 0.05); }
.border-s-eggshell-700\/50{ border-inline-start-color: rgb(245 237 222 / 0.5); }
.border-s-eggshell-700\/60{ border-inline-start-color: rgb(245 237 222 / 0.6); }
.border-s-eggshell-700\/70{ border-inline-start-color: rgb(245 237 222 / 0.7); }
.border-s-eggshell-700\/75{ border-inline-start-color: rgb(245 237 222 / 0.75); }
.border-s-eggshell-700\/80{ border-inline-start-color: rgb(245 237 222 / 0.8); }
.border-s-eggshell-700\/90{ border-inline-start-color: rgb(245 237 222 / 0.9); }
.border-s-eggshell-700\/95{ border-inline-start-color: rgb(245 237 222 / 0.95); }
.border-s-eggshell-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-s-eggshell-800\/0{ border-inline-start-color: rgb(243 234 217 / 0); }
.border-s-eggshell-800\/10{ border-inline-start-color: rgb(243 234 217 / 0.1); }
.border-s-eggshell-800\/100{ border-inline-start-color: rgb(243 234 217 / 1); }
.border-s-eggshell-800\/20{ border-inline-start-color: rgb(243 234 217 / 0.2); }
.border-s-eggshell-800\/25{ border-inline-start-color: rgb(243 234 217 / 0.25); }
.border-s-eggshell-800\/30{ border-inline-start-color: rgb(243 234 217 / 0.3); }
.border-s-eggshell-800\/40{ border-inline-start-color: rgb(243 234 217 / 0.4); }
.border-s-eggshell-800\/5{ border-inline-start-color: rgb(243 234 217 / 0.05); }
.border-s-eggshell-800\/50{ border-inline-start-color: rgb(243 234 217 / 0.5); }
.border-s-eggshell-800\/60{ border-inline-start-color: rgb(243 234 217 / 0.6); }
.border-s-eggshell-800\/70{ border-inline-start-color: rgb(243 234 217 / 0.7); }
.border-s-eggshell-800\/75{ border-inline-start-color: rgb(243 234 217 / 0.75); }
.border-s-eggshell-800\/80{ border-inline-start-color: rgb(243 234 217 / 0.8); }
.border-s-eggshell-800\/90{ border-inline-start-color: rgb(243 234 217 / 0.9); }
.border-s-eggshell-800\/95{ border-inline-start-color: rgb(243 234 217 / 0.95); }
.border-s-eggshell-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-s-eggshell-900\/0{ border-inline-start-color: rgb(242 232 213 / 0); }
.border-s-eggshell-900\/10{ border-inline-start-color: rgb(242 232 213 / 0.1); }
.border-s-eggshell-900\/100{ border-inline-start-color: rgb(242 232 213 / 1); }
.border-s-eggshell-900\/20{ border-inline-start-color: rgb(242 232 213 / 0.2); }
.border-s-eggshell-900\/25{ border-inline-start-color: rgb(242 232 213 / 0.25); }
.border-s-eggshell-900\/30{ border-inline-start-color: rgb(242 232 213 / 0.3); }
.border-s-eggshell-900\/40{ border-inline-start-color: rgb(242 232 213 / 0.4); }
.border-s-eggshell-900\/5{ border-inline-start-color: rgb(242 232 213 / 0.05); }
.border-s-eggshell-900\/50{ border-inline-start-color: rgb(242 232 213 / 0.5); }
.border-s-eggshell-900\/60{ border-inline-start-color: rgb(242 232 213 / 0.6); }
.border-s-eggshell-900\/70{ border-inline-start-color: rgb(242 232 213 / 0.7); }
.border-s-eggshell-900\/75{ border-inline-start-color: rgb(242 232 213 / 0.75); }
.border-s-eggshell-900\/80{ border-inline-start-color: rgb(242 232 213 / 0.8); }
.border-s-eggshell-900\/90{ border-inline-start-color: rgb(242 232 213 / 0.9); }
.border-s-eggshell-900\/95{ border-inline-start-color: rgb(242 232 213 / 0.95); }
.border-s-eggshell\/0{ border-inline-start-color: rgb(240 229 208 / 0); }
.border-s-eggshell\/10{ border-inline-start-color: rgb(240 229 208 / 0.1); }
.border-s-eggshell\/100{ border-inline-start-color: rgb(240 229 208 / 1); }
.border-s-eggshell\/20{ border-inline-start-color: rgb(240 229 208 / 0.2); }
.border-s-eggshell\/25{ border-inline-start-color: rgb(240 229 208 / 0.25); }
.border-s-eggshell\/30{ border-inline-start-color: rgb(240 229 208 / 0.3); }
.border-s-eggshell\/40{ border-inline-start-color: rgb(240 229 208 / 0.4); }
.border-s-eggshell\/5{ border-inline-start-color: rgb(240 229 208 / 0.05); }
.border-s-eggshell\/50{ border-inline-start-color: rgb(240 229 208 / 0.5); }
.border-s-eggshell\/60{ border-inline-start-color: rgb(240 229 208 / 0.6); }
.border-s-eggshell\/70{ border-inline-start-color: rgb(240 229 208 / 0.7); }
.border-s-eggshell\/75{ border-inline-start-color: rgb(240 229 208 / 0.75); }
.border-s-eggshell\/80{ border-inline-start-color: rgb(240 229 208 / 0.8); }
.border-s-eggshell\/90{ border-inline-start-color: rgb(240 229 208 / 0.9); }
.border-s-eggshell\/95{ border-inline-start-color: rgb(240 229 208 / 0.95); }
.border-s-emerald-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-s-emerald-100\/0{ border-inline-start-color: rgb(209 250 229 / 0); }
.border-s-emerald-100\/10{ border-inline-start-color: rgb(209 250 229 / 0.1); }
.border-s-emerald-100\/100{ border-inline-start-color: rgb(209 250 229 / 1); }
.border-s-emerald-100\/20{ border-inline-start-color: rgb(209 250 229 / 0.2); }
.border-s-emerald-100\/25{ border-inline-start-color: rgb(209 250 229 / 0.25); }
.border-s-emerald-100\/30{ border-inline-start-color: rgb(209 250 229 / 0.3); }
.border-s-emerald-100\/40{ border-inline-start-color: rgb(209 250 229 / 0.4); }
.border-s-emerald-100\/5{ border-inline-start-color: rgb(209 250 229 / 0.05); }
.border-s-emerald-100\/50{ border-inline-start-color: rgb(209 250 229 / 0.5); }
.border-s-emerald-100\/60{ border-inline-start-color: rgb(209 250 229 / 0.6); }
.border-s-emerald-100\/70{ border-inline-start-color: rgb(209 250 229 / 0.7); }
.border-s-emerald-100\/75{ border-inline-start-color: rgb(209 250 229 / 0.75); }
.border-s-emerald-100\/80{ border-inline-start-color: rgb(209 250 229 / 0.8); }
.border-s-emerald-100\/90{ border-inline-start-color: rgb(209 250 229 / 0.9); }
.border-s-emerald-100\/95{ border-inline-start-color: rgb(209 250 229 / 0.95); }
.border-s-emerald-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-s-emerald-200\/0{ border-inline-start-color: rgb(167 243 208 / 0); }
.border-s-emerald-200\/10{ border-inline-start-color: rgb(167 243 208 / 0.1); }
.border-s-emerald-200\/100{ border-inline-start-color: rgb(167 243 208 / 1); }
.border-s-emerald-200\/20{ border-inline-start-color: rgb(167 243 208 / 0.2); }
.border-s-emerald-200\/25{ border-inline-start-color: rgb(167 243 208 / 0.25); }
.border-s-emerald-200\/30{ border-inline-start-color: rgb(167 243 208 / 0.3); }
.border-s-emerald-200\/40{ border-inline-start-color: rgb(167 243 208 / 0.4); }
.border-s-emerald-200\/5{ border-inline-start-color: rgb(167 243 208 / 0.05); }
.border-s-emerald-200\/50{ border-inline-start-color: rgb(167 243 208 / 0.5); }
.border-s-emerald-200\/60{ border-inline-start-color: rgb(167 243 208 / 0.6); }
.border-s-emerald-200\/70{ border-inline-start-color: rgb(167 243 208 / 0.7); }
.border-s-emerald-200\/75{ border-inline-start-color: rgb(167 243 208 / 0.75); }
.border-s-emerald-200\/80{ border-inline-start-color: rgb(167 243 208 / 0.8); }
.border-s-emerald-200\/90{ border-inline-start-color: rgb(167 243 208 / 0.9); }
.border-s-emerald-200\/95{ border-inline-start-color: rgb(167 243 208 / 0.95); }
.border-s-emerald-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-s-emerald-300\/0{ border-inline-start-color: rgb(110 231 183 / 0); }
.border-s-emerald-300\/10{ border-inline-start-color: rgb(110 231 183 / 0.1); }
.border-s-emerald-300\/100{ border-inline-start-color: rgb(110 231 183 / 1); }
.border-s-emerald-300\/20{ border-inline-start-color: rgb(110 231 183 / 0.2); }
.border-s-emerald-300\/25{ border-inline-start-color: rgb(110 231 183 / 0.25); }
.border-s-emerald-300\/30{ border-inline-start-color: rgb(110 231 183 / 0.3); }
.border-s-emerald-300\/40{ border-inline-start-color: rgb(110 231 183 / 0.4); }
.border-s-emerald-300\/5{ border-inline-start-color: rgb(110 231 183 / 0.05); }
.border-s-emerald-300\/50{ border-inline-start-color: rgb(110 231 183 / 0.5); }
.border-s-emerald-300\/60{ border-inline-start-color: rgb(110 231 183 / 0.6); }
.border-s-emerald-300\/70{ border-inline-start-color: rgb(110 231 183 / 0.7); }
.border-s-emerald-300\/75{ border-inline-start-color: rgb(110 231 183 / 0.75); }
.border-s-emerald-300\/80{ border-inline-start-color: rgb(110 231 183 / 0.8); }
.border-s-emerald-300\/90{ border-inline-start-color: rgb(110 231 183 / 0.9); }
.border-s-emerald-300\/95{ border-inline-start-color: rgb(110 231 183 / 0.95); }
.border-s-emerald-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-s-emerald-400\/0{ border-inline-start-color: rgb(52 211 153 / 0); }
.border-s-emerald-400\/10{ border-inline-start-color: rgb(52 211 153 / 0.1); }
.border-s-emerald-400\/100{ border-inline-start-color: rgb(52 211 153 / 1); }
.border-s-emerald-400\/20{ border-inline-start-color: rgb(52 211 153 / 0.2); }
.border-s-emerald-400\/25{ border-inline-start-color: rgb(52 211 153 / 0.25); }
.border-s-emerald-400\/30{ border-inline-start-color: rgb(52 211 153 / 0.3); }
.border-s-emerald-400\/40{ border-inline-start-color: rgb(52 211 153 / 0.4); }
.border-s-emerald-400\/5{ border-inline-start-color: rgb(52 211 153 / 0.05); }
.border-s-emerald-400\/50{ border-inline-start-color: rgb(52 211 153 / 0.5); }
.border-s-emerald-400\/60{ border-inline-start-color: rgb(52 211 153 / 0.6); }
.border-s-emerald-400\/70{ border-inline-start-color: rgb(52 211 153 / 0.7); }
.border-s-emerald-400\/75{ border-inline-start-color: rgb(52 211 153 / 0.75); }
.border-s-emerald-400\/80{ border-inline-start-color: rgb(52 211 153 / 0.8); }
.border-s-emerald-400\/90{ border-inline-start-color: rgb(52 211 153 / 0.9); }
.border-s-emerald-400\/95{ border-inline-start-color: rgb(52 211 153 / 0.95); }
.border-s-emerald-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-s-emerald-50\/0{ border-inline-start-color: rgb(236 253 245 / 0); }
.border-s-emerald-50\/10{ border-inline-start-color: rgb(236 253 245 / 0.1); }
.border-s-emerald-50\/100{ border-inline-start-color: rgb(236 253 245 / 1); }
.border-s-emerald-50\/20{ border-inline-start-color: rgb(236 253 245 / 0.2); }
.border-s-emerald-50\/25{ border-inline-start-color: rgb(236 253 245 / 0.25); }
.border-s-emerald-50\/30{ border-inline-start-color: rgb(236 253 245 / 0.3); }
.border-s-emerald-50\/40{ border-inline-start-color: rgb(236 253 245 / 0.4); }
.border-s-emerald-50\/5{ border-inline-start-color: rgb(236 253 245 / 0.05); }
.border-s-emerald-50\/50{ border-inline-start-color: rgb(236 253 245 / 0.5); }
.border-s-emerald-50\/60{ border-inline-start-color: rgb(236 253 245 / 0.6); }
.border-s-emerald-50\/70{ border-inline-start-color: rgb(236 253 245 / 0.7); }
.border-s-emerald-50\/75{ border-inline-start-color: rgb(236 253 245 / 0.75); }
.border-s-emerald-50\/80{ border-inline-start-color: rgb(236 253 245 / 0.8); }
.border-s-emerald-50\/90{ border-inline-start-color: rgb(236 253 245 / 0.9); }
.border-s-emerald-50\/95{ border-inline-start-color: rgb(236 253 245 / 0.95); }
.border-s-emerald-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-s-emerald-500\/0{ border-inline-start-color: rgb(16 185 129 / 0); }
.border-s-emerald-500\/10{ border-inline-start-color: rgb(16 185 129 / 0.1); }
.border-s-emerald-500\/100{ border-inline-start-color: rgb(16 185 129 / 1); }
.border-s-emerald-500\/20{ border-inline-start-color: rgb(16 185 129 / 0.2); }
.border-s-emerald-500\/25{ border-inline-start-color: rgb(16 185 129 / 0.25); }
.border-s-emerald-500\/30{ border-inline-start-color: rgb(16 185 129 / 0.3); }
.border-s-emerald-500\/40{ border-inline-start-color: rgb(16 185 129 / 0.4); }
.border-s-emerald-500\/5{ border-inline-start-color: rgb(16 185 129 / 0.05); }
.border-s-emerald-500\/50{ border-inline-start-color: rgb(16 185 129 / 0.5); }
.border-s-emerald-500\/60{ border-inline-start-color: rgb(16 185 129 / 0.6); }
.border-s-emerald-500\/70{ border-inline-start-color: rgb(16 185 129 / 0.7); }
.border-s-emerald-500\/75{ border-inline-start-color: rgb(16 185 129 / 0.75); }
.border-s-emerald-500\/80{ border-inline-start-color: rgb(16 185 129 / 0.8); }
.border-s-emerald-500\/90{ border-inline-start-color: rgb(16 185 129 / 0.9); }
.border-s-emerald-500\/95{ border-inline-start-color: rgb(16 185 129 / 0.95); }
.border-s-emerald-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-s-emerald-600\/0{ border-inline-start-color: rgb(5 150 105 / 0); }
.border-s-emerald-600\/10{ border-inline-start-color: rgb(5 150 105 / 0.1); }
.border-s-emerald-600\/100{ border-inline-start-color: rgb(5 150 105 / 1); }
.border-s-emerald-600\/20{ border-inline-start-color: rgb(5 150 105 / 0.2); }
.border-s-emerald-600\/25{ border-inline-start-color: rgb(5 150 105 / 0.25); }
.border-s-emerald-600\/30{ border-inline-start-color: rgb(5 150 105 / 0.3); }
.border-s-emerald-600\/40{ border-inline-start-color: rgb(5 150 105 / 0.4); }
.border-s-emerald-600\/5{ border-inline-start-color: rgb(5 150 105 / 0.05); }
.border-s-emerald-600\/50{ border-inline-start-color: rgb(5 150 105 / 0.5); }
.border-s-emerald-600\/60{ border-inline-start-color: rgb(5 150 105 / 0.6); }
.border-s-emerald-600\/70{ border-inline-start-color: rgb(5 150 105 / 0.7); }
.border-s-emerald-600\/75{ border-inline-start-color: rgb(5 150 105 / 0.75); }
.border-s-emerald-600\/80{ border-inline-start-color: rgb(5 150 105 / 0.8); }
.border-s-emerald-600\/90{ border-inline-start-color: rgb(5 150 105 / 0.9); }
.border-s-emerald-600\/95{ border-inline-start-color: rgb(5 150 105 / 0.95); }
.border-s-emerald-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-s-emerald-700\/0{ border-inline-start-color: rgb(4 120 87 / 0); }
.border-s-emerald-700\/10{ border-inline-start-color: rgb(4 120 87 / 0.1); }
.border-s-emerald-700\/100{ border-inline-start-color: rgb(4 120 87 / 1); }
.border-s-emerald-700\/20{ border-inline-start-color: rgb(4 120 87 / 0.2); }
.border-s-emerald-700\/25{ border-inline-start-color: rgb(4 120 87 / 0.25); }
.border-s-emerald-700\/30{ border-inline-start-color: rgb(4 120 87 / 0.3); }
.border-s-emerald-700\/40{ border-inline-start-color: rgb(4 120 87 / 0.4); }
.border-s-emerald-700\/5{ border-inline-start-color: rgb(4 120 87 / 0.05); }
.border-s-emerald-700\/50{ border-inline-start-color: rgb(4 120 87 / 0.5); }
.border-s-emerald-700\/60{ border-inline-start-color: rgb(4 120 87 / 0.6); }
.border-s-emerald-700\/70{ border-inline-start-color: rgb(4 120 87 / 0.7); }
.border-s-emerald-700\/75{ border-inline-start-color: rgb(4 120 87 / 0.75); }
.border-s-emerald-700\/80{ border-inline-start-color: rgb(4 120 87 / 0.8); }
.border-s-emerald-700\/90{ border-inline-start-color: rgb(4 120 87 / 0.9); }
.border-s-emerald-700\/95{ border-inline-start-color: rgb(4 120 87 / 0.95); }
.border-s-emerald-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-s-emerald-800\/0{ border-inline-start-color: rgb(6 95 70 / 0); }
.border-s-emerald-800\/10{ border-inline-start-color: rgb(6 95 70 / 0.1); }
.border-s-emerald-800\/100{ border-inline-start-color: rgb(6 95 70 / 1); }
.border-s-emerald-800\/20{ border-inline-start-color: rgb(6 95 70 / 0.2); }
.border-s-emerald-800\/25{ border-inline-start-color: rgb(6 95 70 / 0.25); }
.border-s-emerald-800\/30{ border-inline-start-color: rgb(6 95 70 / 0.3); }
.border-s-emerald-800\/40{ border-inline-start-color: rgb(6 95 70 / 0.4); }
.border-s-emerald-800\/5{ border-inline-start-color: rgb(6 95 70 / 0.05); }
.border-s-emerald-800\/50{ border-inline-start-color: rgb(6 95 70 / 0.5); }
.border-s-emerald-800\/60{ border-inline-start-color: rgb(6 95 70 / 0.6); }
.border-s-emerald-800\/70{ border-inline-start-color: rgb(6 95 70 / 0.7); }
.border-s-emerald-800\/75{ border-inline-start-color: rgb(6 95 70 / 0.75); }
.border-s-emerald-800\/80{ border-inline-start-color: rgb(6 95 70 / 0.8); }
.border-s-emerald-800\/90{ border-inline-start-color: rgb(6 95 70 / 0.9); }
.border-s-emerald-800\/95{ border-inline-start-color: rgb(6 95 70 / 0.95); }
.border-s-emerald-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-s-emerald-900\/0{ border-inline-start-color: rgb(6 78 59 / 0); }
.border-s-emerald-900\/10{ border-inline-start-color: rgb(6 78 59 / 0.1); }
.border-s-emerald-900\/100{ border-inline-start-color: rgb(6 78 59 / 1); }
.border-s-emerald-900\/20{ border-inline-start-color: rgb(6 78 59 / 0.2); }
.border-s-emerald-900\/25{ border-inline-start-color: rgb(6 78 59 / 0.25); }
.border-s-emerald-900\/30{ border-inline-start-color: rgb(6 78 59 / 0.3); }
.border-s-emerald-900\/40{ border-inline-start-color: rgb(6 78 59 / 0.4); }
.border-s-emerald-900\/5{ border-inline-start-color: rgb(6 78 59 / 0.05); }
.border-s-emerald-900\/50{ border-inline-start-color: rgb(6 78 59 / 0.5); }
.border-s-emerald-900\/60{ border-inline-start-color: rgb(6 78 59 / 0.6); }
.border-s-emerald-900\/70{ border-inline-start-color: rgb(6 78 59 / 0.7); }
.border-s-emerald-900\/75{ border-inline-start-color: rgb(6 78 59 / 0.75); }
.border-s-emerald-900\/80{ border-inline-start-color: rgb(6 78 59 / 0.8); }
.border-s-emerald-900\/90{ border-inline-start-color: rgb(6 78 59 / 0.9); }
.border-s-emerald-900\/95{ border-inline-start-color: rgb(6 78 59 / 0.95); }
.border-s-emerald-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-s-emerald-950\/0{ border-inline-start-color: rgb(2 44 34 / 0); }
.border-s-emerald-950\/10{ border-inline-start-color: rgb(2 44 34 / 0.1); }
.border-s-emerald-950\/100{ border-inline-start-color: rgb(2 44 34 / 1); }
.border-s-emerald-950\/20{ border-inline-start-color: rgb(2 44 34 / 0.2); }
.border-s-emerald-950\/25{ border-inline-start-color: rgb(2 44 34 / 0.25); }
.border-s-emerald-950\/30{ border-inline-start-color: rgb(2 44 34 / 0.3); }
.border-s-emerald-950\/40{ border-inline-start-color: rgb(2 44 34 / 0.4); }
.border-s-emerald-950\/5{ border-inline-start-color: rgb(2 44 34 / 0.05); }
.border-s-emerald-950\/50{ border-inline-start-color: rgb(2 44 34 / 0.5); }
.border-s-emerald-950\/60{ border-inline-start-color: rgb(2 44 34 / 0.6); }
.border-s-emerald-950\/70{ border-inline-start-color: rgb(2 44 34 / 0.7); }
.border-s-emerald-950\/75{ border-inline-start-color: rgb(2 44 34 / 0.75); }
.border-s-emerald-950\/80{ border-inline-start-color: rgb(2 44 34 / 0.8); }
.border-s-emerald-950\/90{ border-inline-start-color: rgb(2 44 34 / 0.9); }
.border-s-emerald-950\/95{ border-inline-start-color: rgb(2 44 34 / 0.95); }
.border-s-fuchsia-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-s-fuchsia-100\/0{ border-inline-start-color: rgb(250 232 255 / 0); }
.border-s-fuchsia-100\/10{ border-inline-start-color: rgb(250 232 255 / 0.1); }
.border-s-fuchsia-100\/100{ border-inline-start-color: rgb(250 232 255 / 1); }
.border-s-fuchsia-100\/20{ border-inline-start-color: rgb(250 232 255 / 0.2); }
.border-s-fuchsia-100\/25{ border-inline-start-color: rgb(250 232 255 / 0.25); }
.border-s-fuchsia-100\/30{ border-inline-start-color: rgb(250 232 255 / 0.3); }
.border-s-fuchsia-100\/40{ border-inline-start-color: rgb(250 232 255 / 0.4); }
.border-s-fuchsia-100\/5{ border-inline-start-color: rgb(250 232 255 / 0.05); }
.border-s-fuchsia-100\/50{ border-inline-start-color: rgb(250 232 255 / 0.5); }
.border-s-fuchsia-100\/60{ border-inline-start-color: rgb(250 232 255 / 0.6); }
.border-s-fuchsia-100\/70{ border-inline-start-color: rgb(250 232 255 / 0.7); }
.border-s-fuchsia-100\/75{ border-inline-start-color: rgb(250 232 255 / 0.75); }
.border-s-fuchsia-100\/80{ border-inline-start-color: rgb(250 232 255 / 0.8); }
.border-s-fuchsia-100\/90{ border-inline-start-color: rgb(250 232 255 / 0.9); }
.border-s-fuchsia-100\/95{ border-inline-start-color: rgb(250 232 255 / 0.95); }
.border-s-fuchsia-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-s-fuchsia-200\/0{ border-inline-start-color: rgb(245 208 254 / 0); }
.border-s-fuchsia-200\/10{ border-inline-start-color: rgb(245 208 254 / 0.1); }
.border-s-fuchsia-200\/100{ border-inline-start-color: rgb(245 208 254 / 1); }
.border-s-fuchsia-200\/20{ border-inline-start-color: rgb(245 208 254 / 0.2); }
.border-s-fuchsia-200\/25{ border-inline-start-color: rgb(245 208 254 / 0.25); }
.border-s-fuchsia-200\/30{ border-inline-start-color: rgb(245 208 254 / 0.3); }
.border-s-fuchsia-200\/40{ border-inline-start-color: rgb(245 208 254 / 0.4); }
.border-s-fuchsia-200\/5{ border-inline-start-color: rgb(245 208 254 / 0.05); }
.border-s-fuchsia-200\/50{ border-inline-start-color: rgb(245 208 254 / 0.5); }
.border-s-fuchsia-200\/60{ border-inline-start-color: rgb(245 208 254 / 0.6); }
.border-s-fuchsia-200\/70{ border-inline-start-color: rgb(245 208 254 / 0.7); }
.border-s-fuchsia-200\/75{ border-inline-start-color: rgb(245 208 254 / 0.75); }
.border-s-fuchsia-200\/80{ border-inline-start-color: rgb(245 208 254 / 0.8); }
.border-s-fuchsia-200\/90{ border-inline-start-color: rgb(245 208 254 / 0.9); }
.border-s-fuchsia-200\/95{ border-inline-start-color: rgb(245 208 254 / 0.95); }
.border-s-fuchsia-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-s-fuchsia-300\/0{ border-inline-start-color: rgb(240 171 252 / 0); }
.border-s-fuchsia-300\/10{ border-inline-start-color: rgb(240 171 252 / 0.1); }
.border-s-fuchsia-300\/100{ border-inline-start-color: rgb(240 171 252 / 1); }
.border-s-fuchsia-300\/20{ border-inline-start-color: rgb(240 171 252 / 0.2); }
.border-s-fuchsia-300\/25{ border-inline-start-color: rgb(240 171 252 / 0.25); }
.border-s-fuchsia-300\/30{ border-inline-start-color: rgb(240 171 252 / 0.3); }
.border-s-fuchsia-300\/40{ border-inline-start-color: rgb(240 171 252 / 0.4); }
.border-s-fuchsia-300\/5{ border-inline-start-color: rgb(240 171 252 / 0.05); }
.border-s-fuchsia-300\/50{ border-inline-start-color: rgb(240 171 252 / 0.5); }
.border-s-fuchsia-300\/60{ border-inline-start-color: rgb(240 171 252 / 0.6); }
.border-s-fuchsia-300\/70{ border-inline-start-color: rgb(240 171 252 / 0.7); }
.border-s-fuchsia-300\/75{ border-inline-start-color: rgb(240 171 252 / 0.75); }
.border-s-fuchsia-300\/80{ border-inline-start-color: rgb(240 171 252 / 0.8); }
.border-s-fuchsia-300\/90{ border-inline-start-color: rgb(240 171 252 / 0.9); }
.border-s-fuchsia-300\/95{ border-inline-start-color: rgb(240 171 252 / 0.95); }
.border-s-fuchsia-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-s-fuchsia-400\/0{ border-inline-start-color: rgb(232 121 249 / 0); }
.border-s-fuchsia-400\/10{ border-inline-start-color: rgb(232 121 249 / 0.1); }
.border-s-fuchsia-400\/100{ border-inline-start-color: rgb(232 121 249 / 1); }
.border-s-fuchsia-400\/20{ border-inline-start-color: rgb(232 121 249 / 0.2); }
.border-s-fuchsia-400\/25{ border-inline-start-color: rgb(232 121 249 / 0.25); }
.border-s-fuchsia-400\/30{ border-inline-start-color: rgb(232 121 249 / 0.3); }
.border-s-fuchsia-400\/40{ border-inline-start-color: rgb(232 121 249 / 0.4); }
.border-s-fuchsia-400\/5{ border-inline-start-color: rgb(232 121 249 / 0.05); }
.border-s-fuchsia-400\/50{ border-inline-start-color: rgb(232 121 249 / 0.5); }
.border-s-fuchsia-400\/60{ border-inline-start-color: rgb(232 121 249 / 0.6); }
.border-s-fuchsia-400\/70{ border-inline-start-color: rgb(232 121 249 / 0.7); }
.border-s-fuchsia-400\/75{ border-inline-start-color: rgb(232 121 249 / 0.75); }
.border-s-fuchsia-400\/80{ border-inline-start-color: rgb(232 121 249 / 0.8); }
.border-s-fuchsia-400\/90{ border-inline-start-color: rgb(232 121 249 / 0.9); }
.border-s-fuchsia-400\/95{ border-inline-start-color: rgb(232 121 249 / 0.95); }
.border-s-fuchsia-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-s-fuchsia-50\/0{ border-inline-start-color: rgb(253 244 255 / 0); }
.border-s-fuchsia-50\/10{ border-inline-start-color: rgb(253 244 255 / 0.1); }
.border-s-fuchsia-50\/100{ border-inline-start-color: rgb(253 244 255 / 1); }
.border-s-fuchsia-50\/20{ border-inline-start-color: rgb(253 244 255 / 0.2); }
.border-s-fuchsia-50\/25{ border-inline-start-color: rgb(253 244 255 / 0.25); }
.border-s-fuchsia-50\/30{ border-inline-start-color: rgb(253 244 255 / 0.3); }
.border-s-fuchsia-50\/40{ border-inline-start-color: rgb(253 244 255 / 0.4); }
.border-s-fuchsia-50\/5{ border-inline-start-color: rgb(253 244 255 / 0.05); }
.border-s-fuchsia-50\/50{ border-inline-start-color: rgb(253 244 255 / 0.5); }
.border-s-fuchsia-50\/60{ border-inline-start-color: rgb(253 244 255 / 0.6); }
.border-s-fuchsia-50\/70{ border-inline-start-color: rgb(253 244 255 / 0.7); }
.border-s-fuchsia-50\/75{ border-inline-start-color: rgb(253 244 255 / 0.75); }
.border-s-fuchsia-50\/80{ border-inline-start-color: rgb(253 244 255 / 0.8); }
.border-s-fuchsia-50\/90{ border-inline-start-color: rgb(253 244 255 / 0.9); }
.border-s-fuchsia-50\/95{ border-inline-start-color: rgb(253 244 255 / 0.95); }
.border-s-fuchsia-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-s-fuchsia-500\/0{ border-inline-start-color: rgb(217 70 239 / 0); }
.border-s-fuchsia-500\/10{ border-inline-start-color: rgb(217 70 239 / 0.1); }
.border-s-fuchsia-500\/100{ border-inline-start-color: rgb(217 70 239 / 1); }
.border-s-fuchsia-500\/20{ border-inline-start-color: rgb(217 70 239 / 0.2); }
.border-s-fuchsia-500\/25{ border-inline-start-color: rgb(217 70 239 / 0.25); }
.border-s-fuchsia-500\/30{ border-inline-start-color: rgb(217 70 239 / 0.3); }
.border-s-fuchsia-500\/40{ border-inline-start-color: rgb(217 70 239 / 0.4); }
.border-s-fuchsia-500\/5{ border-inline-start-color: rgb(217 70 239 / 0.05); }
.border-s-fuchsia-500\/50{ border-inline-start-color: rgb(217 70 239 / 0.5); }
.border-s-fuchsia-500\/60{ border-inline-start-color: rgb(217 70 239 / 0.6); }
.border-s-fuchsia-500\/70{ border-inline-start-color: rgb(217 70 239 / 0.7); }
.border-s-fuchsia-500\/75{ border-inline-start-color: rgb(217 70 239 / 0.75); }
.border-s-fuchsia-500\/80{ border-inline-start-color: rgb(217 70 239 / 0.8); }
.border-s-fuchsia-500\/90{ border-inline-start-color: rgb(217 70 239 / 0.9); }
.border-s-fuchsia-500\/95{ border-inline-start-color: rgb(217 70 239 / 0.95); }
.border-s-fuchsia-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-s-fuchsia-600\/0{ border-inline-start-color: rgb(192 38 211 / 0); }
.border-s-fuchsia-600\/10{ border-inline-start-color: rgb(192 38 211 / 0.1); }
.border-s-fuchsia-600\/100{ border-inline-start-color: rgb(192 38 211 / 1); }
.border-s-fuchsia-600\/20{ border-inline-start-color: rgb(192 38 211 / 0.2); }
.border-s-fuchsia-600\/25{ border-inline-start-color: rgb(192 38 211 / 0.25); }
.border-s-fuchsia-600\/30{ border-inline-start-color: rgb(192 38 211 / 0.3); }
.border-s-fuchsia-600\/40{ border-inline-start-color: rgb(192 38 211 / 0.4); }
.border-s-fuchsia-600\/5{ border-inline-start-color: rgb(192 38 211 / 0.05); }
.border-s-fuchsia-600\/50{ border-inline-start-color: rgb(192 38 211 / 0.5); }
.border-s-fuchsia-600\/60{ border-inline-start-color: rgb(192 38 211 / 0.6); }
.border-s-fuchsia-600\/70{ border-inline-start-color: rgb(192 38 211 / 0.7); }
.border-s-fuchsia-600\/75{ border-inline-start-color: rgb(192 38 211 / 0.75); }
.border-s-fuchsia-600\/80{ border-inline-start-color: rgb(192 38 211 / 0.8); }
.border-s-fuchsia-600\/90{ border-inline-start-color: rgb(192 38 211 / 0.9); }
.border-s-fuchsia-600\/95{ border-inline-start-color: rgb(192 38 211 / 0.95); }
.border-s-fuchsia-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-s-fuchsia-700\/0{ border-inline-start-color: rgb(162 28 175 / 0); }
.border-s-fuchsia-700\/10{ border-inline-start-color: rgb(162 28 175 / 0.1); }
.border-s-fuchsia-700\/100{ border-inline-start-color: rgb(162 28 175 / 1); }
.border-s-fuchsia-700\/20{ border-inline-start-color: rgb(162 28 175 / 0.2); }
.border-s-fuchsia-700\/25{ border-inline-start-color: rgb(162 28 175 / 0.25); }
.border-s-fuchsia-700\/30{ border-inline-start-color: rgb(162 28 175 / 0.3); }
.border-s-fuchsia-700\/40{ border-inline-start-color: rgb(162 28 175 / 0.4); }
.border-s-fuchsia-700\/5{ border-inline-start-color: rgb(162 28 175 / 0.05); }
.border-s-fuchsia-700\/50{ border-inline-start-color: rgb(162 28 175 / 0.5); }
.border-s-fuchsia-700\/60{ border-inline-start-color: rgb(162 28 175 / 0.6); }
.border-s-fuchsia-700\/70{ border-inline-start-color: rgb(162 28 175 / 0.7); }
.border-s-fuchsia-700\/75{ border-inline-start-color: rgb(162 28 175 / 0.75); }
.border-s-fuchsia-700\/80{ border-inline-start-color: rgb(162 28 175 / 0.8); }
.border-s-fuchsia-700\/90{ border-inline-start-color: rgb(162 28 175 / 0.9); }
.border-s-fuchsia-700\/95{ border-inline-start-color: rgb(162 28 175 / 0.95); }
.border-s-fuchsia-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-s-fuchsia-800\/0{ border-inline-start-color: rgb(134 25 143 / 0); }
.border-s-fuchsia-800\/10{ border-inline-start-color: rgb(134 25 143 / 0.1); }
.border-s-fuchsia-800\/100{ border-inline-start-color: rgb(134 25 143 / 1); }
.border-s-fuchsia-800\/20{ border-inline-start-color: rgb(134 25 143 / 0.2); }
.border-s-fuchsia-800\/25{ border-inline-start-color: rgb(134 25 143 / 0.25); }
.border-s-fuchsia-800\/30{ border-inline-start-color: rgb(134 25 143 / 0.3); }
.border-s-fuchsia-800\/40{ border-inline-start-color: rgb(134 25 143 / 0.4); }
.border-s-fuchsia-800\/5{ border-inline-start-color: rgb(134 25 143 / 0.05); }
.border-s-fuchsia-800\/50{ border-inline-start-color: rgb(134 25 143 / 0.5); }
.border-s-fuchsia-800\/60{ border-inline-start-color: rgb(134 25 143 / 0.6); }
.border-s-fuchsia-800\/70{ border-inline-start-color: rgb(134 25 143 / 0.7); }
.border-s-fuchsia-800\/75{ border-inline-start-color: rgb(134 25 143 / 0.75); }
.border-s-fuchsia-800\/80{ border-inline-start-color: rgb(134 25 143 / 0.8); }
.border-s-fuchsia-800\/90{ border-inline-start-color: rgb(134 25 143 / 0.9); }
.border-s-fuchsia-800\/95{ border-inline-start-color: rgb(134 25 143 / 0.95); }
.border-s-fuchsia-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-s-fuchsia-900\/0{ border-inline-start-color: rgb(112 26 117 / 0); }
.border-s-fuchsia-900\/10{ border-inline-start-color: rgb(112 26 117 / 0.1); }
.border-s-fuchsia-900\/100{ border-inline-start-color: rgb(112 26 117 / 1); }
.border-s-fuchsia-900\/20{ border-inline-start-color: rgb(112 26 117 / 0.2); }
.border-s-fuchsia-900\/25{ border-inline-start-color: rgb(112 26 117 / 0.25); }
.border-s-fuchsia-900\/30{ border-inline-start-color: rgb(112 26 117 / 0.3); }
.border-s-fuchsia-900\/40{ border-inline-start-color: rgb(112 26 117 / 0.4); }
.border-s-fuchsia-900\/5{ border-inline-start-color: rgb(112 26 117 / 0.05); }
.border-s-fuchsia-900\/50{ border-inline-start-color: rgb(112 26 117 / 0.5); }
.border-s-fuchsia-900\/60{ border-inline-start-color: rgb(112 26 117 / 0.6); }
.border-s-fuchsia-900\/70{ border-inline-start-color: rgb(112 26 117 / 0.7); }
.border-s-fuchsia-900\/75{ border-inline-start-color: rgb(112 26 117 / 0.75); }
.border-s-fuchsia-900\/80{ border-inline-start-color: rgb(112 26 117 / 0.8); }
.border-s-fuchsia-900\/90{ border-inline-start-color: rgb(112 26 117 / 0.9); }
.border-s-fuchsia-900\/95{ border-inline-start-color: rgb(112 26 117 / 0.95); }
.border-s-fuchsia-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-s-fuchsia-950\/0{ border-inline-start-color: rgb(74 4 78 / 0); }
.border-s-fuchsia-950\/10{ border-inline-start-color: rgb(74 4 78 / 0.1); }
.border-s-fuchsia-950\/100{ border-inline-start-color: rgb(74 4 78 / 1); }
.border-s-fuchsia-950\/20{ border-inline-start-color: rgb(74 4 78 / 0.2); }
.border-s-fuchsia-950\/25{ border-inline-start-color: rgb(74 4 78 / 0.25); }
.border-s-fuchsia-950\/30{ border-inline-start-color: rgb(74 4 78 / 0.3); }
.border-s-fuchsia-950\/40{ border-inline-start-color: rgb(74 4 78 / 0.4); }
.border-s-fuchsia-950\/5{ border-inline-start-color: rgb(74 4 78 / 0.05); }
.border-s-fuchsia-950\/50{ border-inline-start-color: rgb(74 4 78 / 0.5); }
.border-s-fuchsia-950\/60{ border-inline-start-color: rgb(74 4 78 / 0.6); }
.border-s-fuchsia-950\/70{ border-inline-start-color: rgb(74 4 78 / 0.7); }
.border-s-fuchsia-950\/75{ border-inline-start-color: rgb(74 4 78 / 0.75); }
.border-s-fuchsia-950\/80{ border-inline-start-color: rgb(74 4 78 / 0.8); }
.border-s-fuchsia-950\/90{ border-inline-start-color: rgb(74 4 78 / 0.9); }
.border-s-fuchsia-950\/95{ border-inline-start-color: rgb(74 4 78 / 0.95); }
.border-s-gray-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-s-gray-100\/0{ border-inline-start-color: rgb(243 244 246 / 0); }
.border-s-gray-100\/10{ border-inline-start-color: rgb(243 244 246 / 0.1); }
.border-s-gray-100\/100{ border-inline-start-color: rgb(243 244 246 / 1); }
.border-s-gray-100\/20{ border-inline-start-color: rgb(243 244 246 / 0.2); }
.border-s-gray-100\/25{ border-inline-start-color: rgb(243 244 246 / 0.25); }
.border-s-gray-100\/30{ border-inline-start-color: rgb(243 244 246 / 0.3); }
.border-s-gray-100\/40{ border-inline-start-color: rgb(243 244 246 / 0.4); }
.border-s-gray-100\/5{ border-inline-start-color: rgb(243 244 246 / 0.05); }
.border-s-gray-100\/50{ border-inline-start-color: rgb(243 244 246 / 0.5); }
.border-s-gray-100\/60{ border-inline-start-color: rgb(243 244 246 / 0.6); }
.border-s-gray-100\/70{ border-inline-start-color: rgb(243 244 246 / 0.7); }
.border-s-gray-100\/75{ border-inline-start-color: rgb(243 244 246 / 0.75); }
.border-s-gray-100\/80{ border-inline-start-color: rgb(243 244 246 / 0.8); }
.border-s-gray-100\/90{ border-inline-start-color: rgb(243 244 246 / 0.9); }
.border-s-gray-100\/95{ border-inline-start-color: rgb(243 244 246 / 0.95); }
.border-s-gray-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-s-gray-200\/0{ border-inline-start-color: rgb(229 231 235 / 0); }
.border-s-gray-200\/10{ border-inline-start-color: rgb(229 231 235 / 0.1); }
.border-s-gray-200\/100{ border-inline-start-color: rgb(229 231 235 / 1); }
.border-s-gray-200\/20{ border-inline-start-color: rgb(229 231 235 / 0.2); }
.border-s-gray-200\/25{ border-inline-start-color: rgb(229 231 235 / 0.25); }
.border-s-gray-200\/30{ border-inline-start-color: rgb(229 231 235 / 0.3); }
.border-s-gray-200\/40{ border-inline-start-color: rgb(229 231 235 / 0.4); }
.border-s-gray-200\/5{ border-inline-start-color: rgb(229 231 235 / 0.05); }
.border-s-gray-200\/50{ border-inline-start-color: rgb(229 231 235 / 0.5); }
.border-s-gray-200\/60{ border-inline-start-color: rgb(229 231 235 / 0.6); }
.border-s-gray-200\/70{ border-inline-start-color: rgb(229 231 235 / 0.7); }
.border-s-gray-200\/75{ border-inline-start-color: rgb(229 231 235 / 0.75); }
.border-s-gray-200\/80{ border-inline-start-color: rgb(229 231 235 / 0.8); }
.border-s-gray-200\/90{ border-inline-start-color: rgb(229 231 235 / 0.9); }
.border-s-gray-200\/95{ border-inline-start-color: rgb(229 231 235 / 0.95); }
.border-s-gray-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-s-gray-300\/0{ border-inline-start-color: rgb(209 213 219 / 0); }
.border-s-gray-300\/10{ border-inline-start-color: rgb(209 213 219 / 0.1); }
.border-s-gray-300\/100{ border-inline-start-color: rgb(209 213 219 / 1); }
.border-s-gray-300\/20{ border-inline-start-color: rgb(209 213 219 / 0.2); }
.border-s-gray-300\/25{ border-inline-start-color: rgb(209 213 219 / 0.25); }
.border-s-gray-300\/30{ border-inline-start-color: rgb(209 213 219 / 0.3); }
.border-s-gray-300\/40{ border-inline-start-color: rgb(209 213 219 / 0.4); }
.border-s-gray-300\/5{ border-inline-start-color: rgb(209 213 219 / 0.05); }
.border-s-gray-300\/50{ border-inline-start-color: rgb(209 213 219 / 0.5); }
.border-s-gray-300\/60{ border-inline-start-color: rgb(209 213 219 / 0.6); }
.border-s-gray-300\/70{ border-inline-start-color: rgb(209 213 219 / 0.7); }
.border-s-gray-300\/75{ border-inline-start-color: rgb(209 213 219 / 0.75); }
.border-s-gray-300\/80{ border-inline-start-color: rgb(209 213 219 / 0.8); }
.border-s-gray-300\/90{ border-inline-start-color: rgb(209 213 219 / 0.9); }
.border-s-gray-300\/95{ border-inline-start-color: rgb(209 213 219 / 0.95); }
.border-s-gray-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-s-gray-400\/0{ border-inline-start-color: rgb(156 163 175 / 0); }
.border-s-gray-400\/10{ border-inline-start-color: rgb(156 163 175 / 0.1); }
.border-s-gray-400\/100{ border-inline-start-color: rgb(156 163 175 / 1); }
.border-s-gray-400\/20{ border-inline-start-color: rgb(156 163 175 / 0.2); }
.border-s-gray-400\/25{ border-inline-start-color: rgb(156 163 175 / 0.25); }
.border-s-gray-400\/30{ border-inline-start-color: rgb(156 163 175 / 0.3); }
.border-s-gray-400\/40{ border-inline-start-color: rgb(156 163 175 / 0.4); }
.border-s-gray-400\/5{ border-inline-start-color: rgb(156 163 175 / 0.05); }
.border-s-gray-400\/50{ border-inline-start-color: rgb(156 163 175 / 0.5); }
.border-s-gray-400\/60{ border-inline-start-color: rgb(156 163 175 / 0.6); }
.border-s-gray-400\/70{ border-inline-start-color: rgb(156 163 175 / 0.7); }
.border-s-gray-400\/75{ border-inline-start-color: rgb(156 163 175 / 0.75); }
.border-s-gray-400\/80{ border-inline-start-color: rgb(156 163 175 / 0.8); }
.border-s-gray-400\/90{ border-inline-start-color: rgb(156 163 175 / 0.9); }
.border-s-gray-400\/95{ border-inline-start-color: rgb(156 163 175 / 0.95); }
.border-s-gray-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-s-gray-50\/0{ border-inline-start-color: rgb(249 250 251 / 0); }
.border-s-gray-50\/10{ border-inline-start-color: rgb(249 250 251 / 0.1); }
.border-s-gray-50\/100{ border-inline-start-color: rgb(249 250 251 / 1); }
.border-s-gray-50\/20{ border-inline-start-color: rgb(249 250 251 / 0.2); }
.border-s-gray-50\/25{ border-inline-start-color: rgb(249 250 251 / 0.25); }
.border-s-gray-50\/30{ border-inline-start-color: rgb(249 250 251 / 0.3); }
.border-s-gray-50\/40{ border-inline-start-color: rgb(249 250 251 / 0.4); }
.border-s-gray-50\/5{ border-inline-start-color: rgb(249 250 251 / 0.05); }
.border-s-gray-50\/50{ border-inline-start-color: rgb(249 250 251 / 0.5); }
.border-s-gray-50\/60{ border-inline-start-color: rgb(249 250 251 / 0.6); }
.border-s-gray-50\/70{ border-inline-start-color: rgb(249 250 251 / 0.7); }
.border-s-gray-50\/75{ border-inline-start-color: rgb(249 250 251 / 0.75); }
.border-s-gray-50\/80{ border-inline-start-color: rgb(249 250 251 / 0.8); }
.border-s-gray-50\/90{ border-inline-start-color: rgb(249 250 251 / 0.9); }
.border-s-gray-50\/95{ border-inline-start-color: rgb(249 250 251 / 0.95); }
.border-s-gray-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-s-gray-500\/0{ border-inline-start-color: rgb(107 114 128 / 0); }
.border-s-gray-500\/10{ border-inline-start-color: rgb(107 114 128 / 0.1); }
.border-s-gray-500\/100{ border-inline-start-color: rgb(107 114 128 / 1); }
.border-s-gray-500\/20{ border-inline-start-color: rgb(107 114 128 / 0.2); }
.border-s-gray-500\/25{ border-inline-start-color: rgb(107 114 128 / 0.25); }
.border-s-gray-500\/30{ border-inline-start-color: rgb(107 114 128 / 0.3); }
.border-s-gray-500\/40{ border-inline-start-color: rgb(107 114 128 / 0.4); }
.border-s-gray-500\/5{ border-inline-start-color: rgb(107 114 128 / 0.05); }
.border-s-gray-500\/50{ border-inline-start-color: rgb(107 114 128 / 0.5); }
.border-s-gray-500\/60{ border-inline-start-color: rgb(107 114 128 / 0.6); }
.border-s-gray-500\/70{ border-inline-start-color: rgb(107 114 128 / 0.7); }
.border-s-gray-500\/75{ border-inline-start-color: rgb(107 114 128 / 0.75); }
.border-s-gray-500\/80{ border-inline-start-color: rgb(107 114 128 / 0.8); }
.border-s-gray-500\/90{ border-inline-start-color: rgb(107 114 128 / 0.9); }
.border-s-gray-500\/95{ border-inline-start-color: rgb(107 114 128 / 0.95); }
.border-s-gray-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-s-gray-600\/0{ border-inline-start-color: rgb(75 85 99 / 0); }
.border-s-gray-600\/10{ border-inline-start-color: rgb(75 85 99 / 0.1); }
.border-s-gray-600\/100{ border-inline-start-color: rgb(75 85 99 / 1); }
.border-s-gray-600\/20{ border-inline-start-color: rgb(75 85 99 / 0.2); }
.border-s-gray-600\/25{ border-inline-start-color: rgb(75 85 99 / 0.25); }
.border-s-gray-600\/30{ border-inline-start-color: rgb(75 85 99 / 0.3); }
.border-s-gray-600\/40{ border-inline-start-color: rgb(75 85 99 / 0.4); }
.border-s-gray-600\/5{ border-inline-start-color: rgb(75 85 99 / 0.05); }
.border-s-gray-600\/50{ border-inline-start-color: rgb(75 85 99 / 0.5); }
.border-s-gray-600\/60{ border-inline-start-color: rgb(75 85 99 / 0.6); }
.border-s-gray-600\/70{ border-inline-start-color: rgb(75 85 99 / 0.7); }
.border-s-gray-600\/75{ border-inline-start-color: rgb(75 85 99 / 0.75); }
.border-s-gray-600\/80{ border-inline-start-color: rgb(75 85 99 / 0.8); }
.border-s-gray-600\/90{ border-inline-start-color: rgb(75 85 99 / 0.9); }
.border-s-gray-600\/95{ border-inline-start-color: rgb(75 85 99 / 0.95); }
.border-s-gray-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-s-gray-700\/0{ border-inline-start-color: rgb(55 65 81 / 0); }
.border-s-gray-700\/10{ border-inline-start-color: rgb(55 65 81 / 0.1); }
.border-s-gray-700\/100{ border-inline-start-color: rgb(55 65 81 / 1); }
.border-s-gray-700\/20{ border-inline-start-color: rgb(55 65 81 / 0.2); }
.border-s-gray-700\/25{ border-inline-start-color: rgb(55 65 81 / 0.25); }
.border-s-gray-700\/30{ border-inline-start-color: rgb(55 65 81 / 0.3); }
.border-s-gray-700\/40{ border-inline-start-color: rgb(55 65 81 / 0.4); }
.border-s-gray-700\/5{ border-inline-start-color: rgb(55 65 81 / 0.05); }
.border-s-gray-700\/50{ border-inline-start-color: rgb(55 65 81 / 0.5); }
.border-s-gray-700\/60{ border-inline-start-color: rgb(55 65 81 / 0.6); }
.border-s-gray-700\/70{ border-inline-start-color: rgb(55 65 81 / 0.7); }
.border-s-gray-700\/75{ border-inline-start-color: rgb(55 65 81 / 0.75); }
.border-s-gray-700\/80{ border-inline-start-color: rgb(55 65 81 / 0.8); }
.border-s-gray-700\/90{ border-inline-start-color: rgb(55 65 81 / 0.9); }
.border-s-gray-700\/95{ border-inline-start-color: rgb(55 65 81 / 0.95); }
.border-s-gray-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-s-gray-800\/0{ border-inline-start-color: rgb(31 41 55 / 0); }
.border-s-gray-800\/10{ border-inline-start-color: rgb(31 41 55 / 0.1); }
.border-s-gray-800\/100{ border-inline-start-color: rgb(31 41 55 / 1); }
.border-s-gray-800\/20{ border-inline-start-color: rgb(31 41 55 / 0.2); }
.border-s-gray-800\/25{ border-inline-start-color: rgb(31 41 55 / 0.25); }
.border-s-gray-800\/30{ border-inline-start-color: rgb(31 41 55 / 0.3); }
.border-s-gray-800\/40{ border-inline-start-color: rgb(31 41 55 / 0.4); }
.border-s-gray-800\/5{ border-inline-start-color: rgb(31 41 55 / 0.05); }
.border-s-gray-800\/50{ border-inline-start-color: rgb(31 41 55 / 0.5); }
.border-s-gray-800\/60{ border-inline-start-color: rgb(31 41 55 / 0.6); }
.border-s-gray-800\/70{ border-inline-start-color: rgb(31 41 55 / 0.7); }
.border-s-gray-800\/75{ border-inline-start-color: rgb(31 41 55 / 0.75); }
.border-s-gray-800\/80{ border-inline-start-color: rgb(31 41 55 / 0.8); }
.border-s-gray-800\/90{ border-inline-start-color: rgb(31 41 55 / 0.9); }
.border-s-gray-800\/95{ border-inline-start-color: rgb(31 41 55 / 0.95); }
.border-s-gray-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-s-gray-900\/0{ border-inline-start-color: rgb(17 24 39 / 0); }
.border-s-gray-900\/10{ border-inline-start-color: rgb(17 24 39 / 0.1); }
.border-s-gray-900\/100{ border-inline-start-color: rgb(17 24 39 / 1); }
.border-s-gray-900\/20{ border-inline-start-color: rgb(17 24 39 / 0.2); }
.border-s-gray-900\/25{ border-inline-start-color: rgb(17 24 39 / 0.25); }
.border-s-gray-900\/30{ border-inline-start-color: rgb(17 24 39 / 0.3); }
.border-s-gray-900\/40{ border-inline-start-color: rgb(17 24 39 / 0.4); }
.border-s-gray-900\/5{ border-inline-start-color: rgb(17 24 39 / 0.05); }
.border-s-gray-900\/50{ border-inline-start-color: rgb(17 24 39 / 0.5); }
.border-s-gray-900\/60{ border-inline-start-color: rgb(17 24 39 / 0.6); }
.border-s-gray-900\/70{ border-inline-start-color: rgb(17 24 39 / 0.7); }
.border-s-gray-900\/75{ border-inline-start-color: rgb(17 24 39 / 0.75); }
.border-s-gray-900\/80{ border-inline-start-color: rgb(17 24 39 / 0.8); }
.border-s-gray-900\/90{ border-inline-start-color: rgb(17 24 39 / 0.9); }
.border-s-gray-900\/95{ border-inline-start-color: rgb(17 24 39 / 0.95); }
.border-s-gray-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-s-gray-950\/0{ border-inline-start-color: rgb(3 7 18 / 0); }
.border-s-gray-950\/10{ border-inline-start-color: rgb(3 7 18 / 0.1); }
.border-s-gray-950\/100{ border-inline-start-color: rgb(3 7 18 / 1); }
.border-s-gray-950\/20{ border-inline-start-color: rgb(3 7 18 / 0.2); }
.border-s-gray-950\/25{ border-inline-start-color: rgb(3 7 18 / 0.25); }
.border-s-gray-950\/30{ border-inline-start-color: rgb(3 7 18 / 0.3); }
.border-s-gray-950\/40{ border-inline-start-color: rgb(3 7 18 / 0.4); }
.border-s-gray-950\/5{ border-inline-start-color: rgb(3 7 18 / 0.05); }
.border-s-gray-950\/50{ border-inline-start-color: rgb(3 7 18 / 0.5); }
.border-s-gray-950\/60{ border-inline-start-color: rgb(3 7 18 / 0.6); }
.border-s-gray-950\/70{ border-inline-start-color: rgb(3 7 18 / 0.7); }
.border-s-gray-950\/75{ border-inline-start-color: rgb(3 7 18 / 0.75); }
.border-s-gray-950\/80{ border-inline-start-color: rgb(3 7 18 / 0.8); }
.border-s-gray-950\/90{ border-inline-start-color: rgb(3 7 18 / 0.9); }
.border-s-gray-950\/95{ border-inline-start-color: rgb(3 7 18 / 0.95); }
.border-s-green-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-s-green-100\/0{ border-inline-start-color: rgb(220 252 231 / 0); }
.border-s-green-100\/10{ border-inline-start-color: rgb(220 252 231 / 0.1); }
.border-s-green-100\/100{ border-inline-start-color: rgb(220 252 231 / 1); }
.border-s-green-100\/20{ border-inline-start-color: rgb(220 252 231 / 0.2); }
.border-s-green-100\/25{ border-inline-start-color: rgb(220 252 231 / 0.25); }
.border-s-green-100\/30{ border-inline-start-color: rgb(220 252 231 / 0.3); }
.border-s-green-100\/40{ border-inline-start-color: rgb(220 252 231 / 0.4); }
.border-s-green-100\/5{ border-inline-start-color: rgb(220 252 231 / 0.05); }
.border-s-green-100\/50{ border-inline-start-color: rgb(220 252 231 / 0.5); }
.border-s-green-100\/60{ border-inline-start-color: rgb(220 252 231 / 0.6); }
.border-s-green-100\/70{ border-inline-start-color: rgb(220 252 231 / 0.7); }
.border-s-green-100\/75{ border-inline-start-color: rgb(220 252 231 / 0.75); }
.border-s-green-100\/80{ border-inline-start-color: rgb(220 252 231 / 0.8); }
.border-s-green-100\/90{ border-inline-start-color: rgb(220 252 231 / 0.9); }
.border-s-green-100\/95{ border-inline-start-color: rgb(220 252 231 / 0.95); }
.border-s-green-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-s-green-200\/0{ border-inline-start-color: rgb(187 247 208 / 0); }
.border-s-green-200\/10{ border-inline-start-color: rgb(187 247 208 / 0.1); }
.border-s-green-200\/100{ border-inline-start-color: rgb(187 247 208 / 1); }
.border-s-green-200\/20{ border-inline-start-color: rgb(187 247 208 / 0.2); }
.border-s-green-200\/25{ border-inline-start-color: rgb(187 247 208 / 0.25); }
.border-s-green-200\/30{ border-inline-start-color: rgb(187 247 208 / 0.3); }
.border-s-green-200\/40{ border-inline-start-color: rgb(187 247 208 / 0.4); }
.border-s-green-200\/5{ border-inline-start-color: rgb(187 247 208 / 0.05); }
.border-s-green-200\/50{ border-inline-start-color: rgb(187 247 208 / 0.5); }
.border-s-green-200\/60{ border-inline-start-color: rgb(187 247 208 / 0.6); }
.border-s-green-200\/70{ border-inline-start-color: rgb(187 247 208 / 0.7); }
.border-s-green-200\/75{ border-inline-start-color: rgb(187 247 208 / 0.75); }
.border-s-green-200\/80{ border-inline-start-color: rgb(187 247 208 / 0.8); }
.border-s-green-200\/90{ border-inline-start-color: rgb(187 247 208 / 0.9); }
.border-s-green-200\/95{ border-inline-start-color: rgb(187 247 208 / 0.95); }
.border-s-green-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-s-green-300\/0{ border-inline-start-color: rgb(134 239 172 / 0); }
.border-s-green-300\/10{ border-inline-start-color: rgb(134 239 172 / 0.1); }
.border-s-green-300\/100{ border-inline-start-color: rgb(134 239 172 / 1); }
.border-s-green-300\/20{ border-inline-start-color: rgb(134 239 172 / 0.2); }
.border-s-green-300\/25{ border-inline-start-color: rgb(134 239 172 / 0.25); }
.border-s-green-300\/30{ border-inline-start-color: rgb(134 239 172 / 0.3); }
.border-s-green-300\/40{ border-inline-start-color: rgb(134 239 172 / 0.4); }
.border-s-green-300\/5{ border-inline-start-color: rgb(134 239 172 / 0.05); }
.border-s-green-300\/50{ border-inline-start-color: rgb(134 239 172 / 0.5); }
.border-s-green-300\/60{ border-inline-start-color: rgb(134 239 172 / 0.6); }
.border-s-green-300\/70{ border-inline-start-color: rgb(134 239 172 / 0.7); }
.border-s-green-300\/75{ border-inline-start-color: rgb(134 239 172 / 0.75); }
.border-s-green-300\/80{ border-inline-start-color: rgb(134 239 172 / 0.8); }
.border-s-green-300\/90{ border-inline-start-color: rgb(134 239 172 / 0.9); }
.border-s-green-300\/95{ border-inline-start-color: rgb(134 239 172 / 0.95); }
.border-s-green-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-s-green-400\/0{ border-inline-start-color: rgb(74 222 128 / 0); }
.border-s-green-400\/10{ border-inline-start-color: rgb(74 222 128 / 0.1); }
.border-s-green-400\/100{ border-inline-start-color: rgb(74 222 128 / 1); }
.border-s-green-400\/20{ border-inline-start-color: rgb(74 222 128 / 0.2); }
.border-s-green-400\/25{ border-inline-start-color: rgb(74 222 128 / 0.25); }
.border-s-green-400\/30{ border-inline-start-color: rgb(74 222 128 / 0.3); }
.border-s-green-400\/40{ border-inline-start-color: rgb(74 222 128 / 0.4); }
.border-s-green-400\/5{ border-inline-start-color: rgb(74 222 128 / 0.05); }
.border-s-green-400\/50{ border-inline-start-color: rgb(74 222 128 / 0.5); }
.border-s-green-400\/60{ border-inline-start-color: rgb(74 222 128 / 0.6); }
.border-s-green-400\/70{ border-inline-start-color: rgb(74 222 128 / 0.7); }
.border-s-green-400\/75{ border-inline-start-color: rgb(74 222 128 / 0.75); }
.border-s-green-400\/80{ border-inline-start-color: rgb(74 222 128 / 0.8); }
.border-s-green-400\/90{ border-inline-start-color: rgb(74 222 128 / 0.9); }
.border-s-green-400\/95{ border-inline-start-color: rgb(74 222 128 / 0.95); }
.border-s-green-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-s-green-50\/0{ border-inline-start-color: rgb(240 253 244 / 0); }
.border-s-green-50\/10{ border-inline-start-color: rgb(240 253 244 / 0.1); }
.border-s-green-50\/100{ border-inline-start-color: rgb(240 253 244 / 1); }
.border-s-green-50\/20{ border-inline-start-color: rgb(240 253 244 / 0.2); }
.border-s-green-50\/25{ border-inline-start-color: rgb(240 253 244 / 0.25); }
.border-s-green-50\/30{ border-inline-start-color: rgb(240 253 244 / 0.3); }
.border-s-green-50\/40{ border-inline-start-color: rgb(240 253 244 / 0.4); }
.border-s-green-50\/5{ border-inline-start-color: rgb(240 253 244 / 0.05); }
.border-s-green-50\/50{ border-inline-start-color: rgb(240 253 244 / 0.5); }
.border-s-green-50\/60{ border-inline-start-color: rgb(240 253 244 / 0.6); }
.border-s-green-50\/70{ border-inline-start-color: rgb(240 253 244 / 0.7); }
.border-s-green-50\/75{ border-inline-start-color: rgb(240 253 244 / 0.75); }
.border-s-green-50\/80{ border-inline-start-color: rgb(240 253 244 / 0.8); }
.border-s-green-50\/90{ border-inline-start-color: rgb(240 253 244 / 0.9); }
.border-s-green-50\/95{ border-inline-start-color: rgb(240 253 244 / 0.95); }
.border-s-green-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-s-green-500\/0{ border-inline-start-color: rgb(34 197 94 / 0); }
.border-s-green-500\/10{ border-inline-start-color: rgb(34 197 94 / 0.1); }
.border-s-green-500\/100{ border-inline-start-color: rgb(34 197 94 / 1); }
.border-s-green-500\/20{ border-inline-start-color: rgb(34 197 94 / 0.2); }
.border-s-green-500\/25{ border-inline-start-color: rgb(34 197 94 / 0.25); }
.border-s-green-500\/30{ border-inline-start-color: rgb(34 197 94 / 0.3); }
.border-s-green-500\/40{ border-inline-start-color: rgb(34 197 94 / 0.4); }
.border-s-green-500\/5{ border-inline-start-color: rgb(34 197 94 / 0.05); }
.border-s-green-500\/50{ border-inline-start-color: rgb(34 197 94 / 0.5); }
.border-s-green-500\/60{ border-inline-start-color: rgb(34 197 94 / 0.6); }
.border-s-green-500\/70{ border-inline-start-color: rgb(34 197 94 / 0.7); }
.border-s-green-500\/75{ border-inline-start-color: rgb(34 197 94 / 0.75); }
.border-s-green-500\/80{ border-inline-start-color: rgb(34 197 94 / 0.8); }
.border-s-green-500\/90{ border-inline-start-color: rgb(34 197 94 / 0.9); }
.border-s-green-500\/95{ border-inline-start-color: rgb(34 197 94 / 0.95); }
.border-s-green-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-s-green-600\/0{ border-inline-start-color: rgb(22 163 74 / 0); }
.border-s-green-600\/10{ border-inline-start-color: rgb(22 163 74 / 0.1); }
.border-s-green-600\/100{ border-inline-start-color: rgb(22 163 74 / 1); }
.border-s-green-600\/20{ border-inline-start-color: rgb(22 163 74 / 0.2); }
.border-s-green-600\/25{ border-inline-start-color: rgb(22 163 74 / 0.25); }
.border-s-green-600\/30{ border-inline-start-color: rgb(22 163 74 / 0.3); }
.border-s-green-600\/40{ border-inline-start-color: rgb(22 163 74 / 0.4); }
.border-s-green-600\/5{ border-inline-start-color: rgb(22 163 74 / 0.05); }
.border-s-green-600\/50{ border-inline-start-color: rgb(22 163 74 / 0.5); }
.border-s-green-600\/60{ border-inline-start-color: rgb(22 163 74 / 0.6); }
.border-s-green-600\/70{ border-inline-start-color: rgb(22 163 74 / 0.7); }
.border-s-green-600\/75{ border-inline-start-color: rgb(22 163 74 / 0.75); }
.border-s-green-600\/80{ border-inline-start-color: rgb(22 163 74 / 0.8); }
.border-s-green-600\/90{ border-inline-start-color: rgb(22 163 74 / 0.9); }
.border-s-green-600\/95{ border-inline-start-color: rgb(22 163 74 / 0.95); }
.border-s-green-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-s-green-700\/0{ border-inline-start-color: rgb(21 128 61 / 0); }
.border-s-green-700\/10{ border-inline-start-color: rgb(21 128 61 / 0.1); }
.border-s-green-700\/100{ border-inline-start-color: rgb(21 128 61 / 1); }
.border-s-green-700\/20{ border-inline-start-color: rgb(21 128 61 / 0.2); }
.border-s-green-700\/25{ border-inline-start-color: rgb(21 128 61 / 0.25); }
.border-s-green-700\/30{ border-inline-start-color: rgb(21 128 61 / 0.3); }
.border-s-green-700\/40{ border-inline-start-color: rgb(21 128 61 / 0.4); }
.border-s-green-700\/5{ border-inline-start-color: rgb(21 128 61 / 0.05); }
.border-s-green-700\/50{ border-inline-start-color: rgb(21 128 61 / 0.5); }
.border-s-green-700\/60{ border-inline-start-color: rgb(21 128 61 / 0.6); }
.border-s-green-700\/70{ border-inline-start-color: rgb(21 128 61 / 0.7); }
.border-s-green-700\/75{ border-inline-start-color: rgb(21 128 61 / 0.75); }
.border-s-green-700\/80{ border-inline-start-color: rgb(21 128 61 / 0.8); }
.border-s-green-700\/90{ border-inline-start-color: rgb(21 128 61 / 0.9); }
.border-s-green-700\/95{ border-inline-start-color: rgb(21 128 61 / 0.95); }
.border-s-green-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-s-green-800\/0{ border-inline-start-color: rgb(22 101 52 / 0); }
.border-s-green-800\/10{ border-inline-start-color: rgb(22 101 52 / 0.1); }
.border-s-green-800\/100{ border-inline-start-color: rgb(22 101 52 / 1); }
.border-s-green-800\/20{ border-inline-start-color: rgb(22 101 52 / 0.2); }
.border-s-green-800\/25{ border-inline-start-color: rgb(22 101 52 / 0.25); }
.border-s-green-800\/30{ border-inline-start-color: rgb(22 101 52 / 0.3); }
.border-s-green-800\/40{ border-inline-start-color: rgb(22 101 52 / 0.4); }
.border-s-green-800\/5{ border-inline-start-color: rgb(22 101 52 / 0.05); }
.border-s-green-800\/50{ border-inline-start-color: rgb(22 101 52 / 0.5); }
.border-s-green-800\/60{ border-inline-start-color: rgb(22 101 52 / 0.6); }
.border-s-green-800\/70{ border-inline-start-color: rgb(22 101 52 / 0.7); }
.border-s-green-800\/75{ border-inline-start-color: rgb(22 101 52 / 0.75); }
.border-s-green-800\/80{ border-inline-start-color: rgb(22 101 52 / 0.8); }
.border-s-green-800\/90{ border-inline-start-color: rgb(22 101 52 / 0.9); }
.border-s-green-800\/95{ border-inline-start-color: rgb(22 101 52 / 0.95); }
.border-s-green-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-s-green-900\/0{ border-inline-start-color: rgb(20 83 45 / 0); }
.border-s-green-900\/10{ border-inline-start-color: rgb(20 83 45 / 0.1); }
.border-s-green-900\/100{ border-inline-start-color: rgb(20 83 45 / 1); }
.border-s-green-900\/20{ border-inline-start-color: rgb(20 83 45 / 0.2); }
.border-s-green-900\/25{ border-inline-start-color: rgb(20 83 45 / 0.25); }
.border-s-green-900\/30{ border-inline-start-color: rgb(20 83 45 / 0.3); }
.border-s-green-900\/40{ border-inline-start-color: rgb(20 83 45 / 0.4); }
.border-s-green-900\/5{ border-inline-start-color: rgb(20 83 45 / 0.05); }
.border-s-green-900\/50{ border-inline-start-color: rgb(20 83 45 / 0.5); }
.border-s-green-900\/60{ border-inline-start-color: rgb(20 83 45 / 0.6); }
.border-s-green-900\/70{ border-inline-start-color: rgb(20 83 45 / 0.7); }
.border-s-green-900\/75{ border-inline-start-color: rgb(20 83 45 / 0.75); }
.border-s-green-900\/80{ border-inline-start-color: rgb(20 83 45 / 0.8); }
.border-s-green-900\/90{ border-inline-start-color: rgb(20 83 45 / 0.9); }
.border-s-green-900\/95{ border-inline-start-color: rgb(20 83 45 / 0.95); }
.border-s-green-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-s-green-950\/0{ border-inline-start-color: rgb(5 46 22 / 0); }
.border-s-green-950\/10{ border-inline-start-color: rgb(5 46 22 / 0.1); }
.border-s-green-950\/100{ border-inline-start-color: rgb(5 46 22 / 1); }
.border-s-green-950\/20{ border-inline-start-color: rgb(5 46 22 / 0.2); }
.border-s-green-950\/25{ border-inline-start-color: rgb(5 46 22 / 0.25); }
.border-s-green-950\/30{ border-inline-start-color: rgb(5 46 22 / 0.3); }
.border-s-green-950\/40{ border-inline-start-color: rgb(5 46 22 / 0.4); }
.border-s-green-950\/5{ border-inline-start-color: rgb(5 46 22 / 0.05); }
.border-s-green-950\/50{ border-inline-start-color: rgb(5 46 22 / 0.5); }
.border-s-green-950\/60{ border-inline-start-color: rgb(5 46 22 / 0.6); }
.border-s-green-950\/70{ border-inline-start-color: rgb(5 46 22 / 0.7); }
.border-s-green-950\/75{ border-inline-start-color: rgb(5 46 22 / 0.75); }
.border-s-green-950\/80{ border-inline-start-color: rgb(5 46 22 / 0.8); }
.border-s-green-950\/90{ border-inline-start-color: rgb(5 46 22 / 0.9); }
.border-s-green-950\/95{ border-inline-start-color: rgb(5 46 22 / 0.95); }
.border-s-indigo-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-s-indigo-100\/0{ border-inline-start-color: rgb(224 231 255 / 0); }
.border-s-indigo-100\/10{ border-inline-start-color: rgb(224 231 255 / 0.1); }
.border-s-indigo-100\/100{ border-inline-start-color: rgb(224 231 255 / 1); }
.border-s-indigo-100\/20{ border-inline-start-color: rgb(224 231 255 / 0.2); }
.border-s-indigo-100\/25{ border-inline-start-color: rgb(224 231 255 / 0.25); }
.border-s-indigo-100\/30{ border-inline-start-color: rgb(224 231 255 / 0.3); }
.border-s-indigo-100\/40{ border-inline-start-color: rgb(224 231 255 / 0.4); }
.border-s-indigo-100\/5{ border-inline-start-color: rgb(224 231 255 / 0.05); }
.border-s-indigo-100\/50{ border-inline-start-color: rgb(224 231 255 / 0.5); }
.border-s-indigo-100\/60{ border-inline-start-color: rgb(224 231 255 / 0.6); }
.border-s-indigo-100\/70{ border-inline-start-color: rgb(224 231 255 / 0.7); }
.border-s-indigo-100\/75{ border-inline-start-color: rgb(224 231 255 / 0.75); }
.border-s-indigo-100\/80{ border-inline-start-color: rgb(224 231 255 / 0.8); }
.border-s-indigo-100\/90{ border-inline-start-color: rgb(224 231 255 / 0.9); }
.border-s-indigo-100\/95{ border-inline-start-color: rgb(224 231 255 / 0.95); }
.border-s-indigo-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-s-indigo-200\/0{ border-inline-start-color: rgb(199 210 254 / 0); }
.border-s-indigo-200\/10{ border-inline-start-color: rgb(199 210 254 / 0.1); }
.border-s-indigo-200\/100{ border-inline-start-color: rgb(199 210 254 / 1); }
.border-s-indigo-200\/20{ border-inline-start-color: rgb(199 210 254 / 0.2); }
.border-s-indigo-200\/25{ border-inline-start-color: rgb(199 210 254 / 0.25); }
.border-s-indigo-200\/30{ border-inline-start-color: rgb(199 210 254 / 0.3); }
.border-s-indigo-200\/40{ border-inline-start-color: rgb(199 210 254 / 0.4); }
.border-s-indigo-200\/5{ border-inline-start-color: rgb(199 210 254 / 0.05); }
.border-s-indigo-200\/50{ border-inline-start-color: rgb(199 210 254 / 0.5); }
.border-s-indigo-200\/60{ border-inline-start-color: rgb(199 210 254 / 0.6); }
.border-s-indigo-200\/70{ border-inline-start-color: rgb(199 210 254 / 0.7); }
.border-s-indigo-200\/75{ border-inline-start-color: rgb(199 210 254 / 0.75); }
.border-s-indigo-200\/80{ border-inline-start-color: rgb(199 210 254 / 0.8); }
.border-s-indigo-200\/90{ border-inline-start-color: rgb(199 210 254 / 0.9); }
.border-s-indigo-200\/95{ border-inline-start-color: rgb(199 210 254 / 0.95); }
.border-s-indigo-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-s-indigo-300\/0{ border-inline-start-color: rgb(165 180 252 / 0); }
.border-s-indigo-300\/10{ border-inline-start-color: rgb(165 180 252 / 0.1); }
.border-s-indigo-300\/100{ border-inline-start-color: rgb(165 180 252 / 1); }
.border-s-indigo-300\/20{ border-inline-start-color: rgb(165 180 252 / 0.2); }
.border-s-indigo-300\/25{ border-inline-start-color: rgb(165 180 252 / 0.25); }
.border-s-indigo-300\/30{ border-inline-start-color: rgb(165 180 252 / 0.3); }
.border-s-indigo-300\/40{ border-inline-start-color: rgb(165 180 252 / 0.4); }
.border-s-indigo-300\/5{ border-inline-start-color: rgb(165 180 252 / 0.05); }
.border-s-indigo-300\/50{ border-inline-start-color: rgb(165 180 252 / 0.5); }
.border-s-indigo-300\/60{ border-inline-start-color: rgb(165 180 252 / 0.6); }
.border-s-indigo-300\/70{ border-inline-start-color: rgb(165 180 252 / 0.7); }
.border-s-indigo-300\/75{ border-inline-start-color: rgb(165 180 252 / 0.75); }
.border-s-indigo-300\/80{ border-inline-start-color: rgb(165 180 252 / 0.8); }
.border-s-indigo-300\/90{ border-inline-start-color: rgb(165 180 252 / 0.9); }
.border-s-indigo-300\/95{ border-inline-start-color: rgb(165 180 252 / 0.95); }
.border-s-indigo-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-s-indigo-400\/0{ border-inline-start-color: rgb(129 140 248 / 0); }
.border-s-indigo-400\/10{ border-inline-start-color: rgb(129 140 248 / 0.1); }
.border-s-indigo-400\/100{ border-inline-start-color: rgb(129 140 248 / 1); }
.border-s-indigo-400\/20{ border-inline-start-color: rgb(129 140 248 / 0.2); }
.border-s-indigo-400\/25{ border-inline-start-color: rgb(129 140 248 / 0.25); }
.border-s-indigo-400\/30{ border-inline-start-color: rgb(129 140 248 / 0.3); }
.border-s-indigo-400\/40{ border-inline-start-color: rgb(129 140 248 / 0.4); }
.border-s-indigo-400\/5{ border-inline-start-color: rgb(129 140 248 / 0.05); }
.border-s-indigo-400\/50{ border-inline-start-color: rgb(129 140 248 / 0.5); }
.border-s-indigo-400\/60{ border-inline-start-color: rgb(129 140 248 / 0.6); }
.border-s-indigo-400\/70{ border-inline-start-color: rgb(129 140 248 / 0.7); }
.border-s-indigo-400\/75{ border-inline-start-color: rgb(129 140 248 / 0.75); }
.border-s-indigo-400\/80{ border-inline-start-color: rgb(129 140 248 / 0.8); }
.border-s-indigo-400\/90{ border-inline-start-color: rgb(129 140 248 / 0.9); }
.border-s-indigo-400\/95{ border-inline-start-color: rgb(129 140 248 / 0.95); }
.border-s-indigo-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-s-indigo-50\/0{ border-inline-start-color: rgb(238 242 255 / 0); }
.border-s-indigo-50\/10{ border-inline-start-color: rgb(238 242 255 / 0.1); }
.border-s-indigo-50\/100{ border-inline-start-color: rgb(238 242 255 / 1); }
.border-s-indigo-50\/20{ border-inline-start-color: rgb(238 242 255 / 0.2); }
.border-s-indigo-50\/25{ border-inline-start-color: rgb(238 242 255 / 0.25); }
.border-s-indigo-50\/30{ border-inline-start-color: rgb(238 242 255 / 0.3); }
.border-s-indigo-50\/40{ border-inline-start-color: rgb(238 242 255 / 0.4); }
.border-s-indigo-50\/5{ border-inline-start-color: rgb(238 242 255 / 0.05); }
.border-s-indigo-50\/50{ border-inline-start-color: rgb(238 242 255 / 0.5); }
.border-s-indigo-50\/60{ border-inline-start-color: rgb(238 242 255 / 0.6); }
.border-s-indigo-50\/70{ border-inline-start-color: rgb(238 242 255 / 0.7); }
.border-s-indigo-50\/75{ border-inline-start-color: rgb(238 242 255 / 0.75); }
.border-s-indigo-50\/80{ border-inline-start-color: rgb(238 242 255 / 0.8); }
.border-s-indigo-50\/90{ border-inline-start-color: rgb(238 242 255 / 0.9); }
.border-s-indigo-50\/95{ border-inline-start-color: rgb(238 242 255 / 0.95); }
.border-s-indigo-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-s-indigo-500\/0{ border-inline-start-color: rgb(99 102 241 / 0); }
.border-s-indigo-500\/10{ border-inline-start-color: rgb(99 102 241 / 0.1); }
.border-s-indigo-500\/100{ border-inline-start-color: rgb(99 102 241 / 1); }
.border-s-indigo-500\/20{ border-inline-start-color: rgb(99 102 241 / 0.2); }
.border-s-indigo-500\/25{ border-inline-start-color: rgb(99 102 241 / 0.25); }
.border-s-indigo-500\/30{ border-inline-start-color: rgb(99 102 241 / 0.3); }
.border-s-indigo-500\/40{ border-inline-start-color: rgb(99 102 241 / 0.4); }
.border-s-indigo-500\/5{ border-inline-start-color: rgb(99 102 241 / 0.05); }
.border-s-indigo-500\/50{ border-inline-start-color: rgb(99 102 241 / 0.5); }
.border-s-indigo-500\/60{ border-inline-start-color: rgb(99 102 241 / 0.6); }
.border-s-indigo-500\/70{ border-inline-start-color: rgb(99 102 241 / 0.7); }
.border-s-indigo-500\/75{ border-inline-start-color: rgb(99 102 241 / 0.75); }
.border-s-indigo-500\/80{ border-inline-start-color: rgb(99 102 241 / 0.8); }
.border-s-indigo-500\/90{ border-inline-start-color: rgb(99 102 241 / 0.9); }
.border-s-indigo-500\/95{ border-inline-start-color: rgb(99 102 241 / 0.95); }
.border-s-indigo-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-s-indigo-600\/0{ border-inline-start-color: rgb(79 70 229 / 0); }
.border-s-indigo-600\/10{ border-inline-start-color: rgb(79 70 229 / 0.1); }
.border-s-indigo-600\/100{ border-inline-start-color: rgb(79 70 229 / 1); }
.border-s-indigo-600\/20{ border-inline-start-color: rgb(79 70 229 / 0.2); }
.border-s-indigo-600\/25{ border-inline-start-color: rgb(79 70 229 / 0.25); }
.border-s-indigo-600\/30{ border-inline-start-color: rgb(79 70 229 / 0.3); }
.border-s-indigo-600\/40{ border-inline-start-color: rgb(79 70 229 / 0.4); }
.border-s-indigo-600\/5{ border-inline-start-color: rgb(79 70 229 / 0.05); }
.border-s-indigo-600\/50{ border-inline-start-color: rgb(79 70 229 / 0.5); }
.border-s-indigo-600\/60{ border-inline-start-color: rgb(79 70 229 / 0.6); }
.border-s-indigo-600\/70{ border-inline-start-color: rgb(79 70 229 / 0.7); }
.border-s-indigo-600\/75{ border-inline-start-color: rgb(79 70 229 / 0.75); }
.border-s-indigo-600\/80{ border-inline-start-color: rgb(79 70 229 / 0.8); }
.border-s-indigo-600\/90{ border-inline-start-color: rgb(79 70 229 / 0.9); }
.border-s-indigo-600\/95{ border-inline-start-color: rgb(79 70 229 / 0.95); }
.border-s-indigo-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-s-indigo-700\/0{ border-inline-start-color: rgb(67 56 202 / 0); }
.border-s-indigo-700\/10{ border-inline-start-color: rgb(67 56 202 / 0.1); }
.border-s-indigo-700\/100{ border-inline-start-color: rgb(67 56 202 / 1); }
.border-s-indigo-700\/20{ border-inline-start-color: rgb(67 56 202 / 0.2); }
.border-s-indigo-700\/25{ border-inline-start-color: rgb(67 56 202 / 0.25); }
.border-s-indigo-700\/30{ border-inline-start-color: rgb(67 56 202 / 0.3); }
.border-s-indigo-700\/40{ border-inline-start-color: rgb(67 56 202 / 0.4); }
.border-s-indigo-700\/5{ border-inline-start-color: rgb(67 56 202 / 0.05); }
.border-s-indigo-700\/50{ border-inline-start-color: rgb(67 56 202 / 0.5); }
.border-s-indigo-700\/60{ border-inline-start-color: rgb(67 56 202 / 0.6); }
.border-s-indigo-700\/70{ border-inline-start-color: rgb(67 56 202 / 0.7); }
.border-s-indigo-700\/75{ border-inline-start-color: rgb(67 56 202 / 0.75); }
.border-s-indigo-700\/80{ border-inline-start-color: rgb(67 56 202 / 0.8); }
.border-s-indigo-700\/90{ border-inline-start-color: rgb(67 56 202 / 0.9); }
.border-s-indigo-700\/95{ border-inline-start-color: rgb(67 56 202 / 0.95); }
.border-s-indigo-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-s-indigo-800\/0{ border-inline-start-color: rgb(55 48 163 / 0); }
.border-s-indigo-800\/10{ border-inline-start-color: rgb(55 48 163 / 0.1); }
.border-s-indigo-800\/100{ border-inline-start-color: rgb(55 48 163 / 1); }
.border-s-indigo-800\/20{ border-inline-start-color: rgb(55 48 163 / 0.2); }
.border-s-indigo-800\/25{ border-inline-start-color: rgb(55 48 163 / 0.25); }
.border-s-indigo-800\/30{ border-inline-start-color: rgb(55 48 163 / 0.3); }
.border-s-indigo-800\/40{ border-inline-start-color: rgb(55 48 163 / 0.4); }
.border-s-indigo-800\/5{ border-inline-start-color: rgb(55 48 163 / 0.05); }
.border-s-indigo-800\/50{ border-inline-start-color: rgb(55 48 163 / 0.5); }
.border-s-indigo-800\/60{ border-inline-start-color: rgb(55 48 163 / 0.6); }
.border-s-indigo-800\/70{ border-inline-start-color: rgb(55 48 163 / 0.7); }
.border-s-indigo-800\/75{ border-inline-start-color: rgb(55 48 163 / 0.75); }
.border-s-indigo-800\/80{ border-inline-start-color: rgb(55 48 163 / 0.8); }
.border-s-indigo-800\/90{ border-inline-start-color: rgb(55 48 163 / 0.9); }
.border-s-indigo-800\/95{ border-inline-start-color: rgb(55 48 163 / 0.95); }
.border-s-indigo-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-s-indigo-900\/0{ border-inline-start-color: rgb(49 46 129 / 0); }
.border-s-indigo-900\/10{ border-inline-start-color: rgb(49 46 129 / 0.1); }
.border-s-indigo-900\/100{ border-inline-start-color: rgb(49 46 129 / 1); }
.border-s-indigo-900\/20{ border-inline-start-color: rgb(49 46 129 / 0.2); }
.border-s-indigo-900\/25{ border-inline-start-color: rgb(49 46 129 / 0.25); }
.border-s-indigo-900\/30{ border-inline-start-color: rgb(49 46 129 / 0.3); }
.border-s-indigo-900\/40{ border-inline-start-color: rgb(49 46 129 / 0.4); }
.border-s-indigo-900\/5{ border-inline-start-color: rgb(49 46 129 / 0.05); }
.border-s-indigo-900\/50{ border-inline-start-color: rgb(49 46 129 / 0.5); }
.border-s-indigo-900\/60{ border-inline-start-color: rgb(49 46 129 / 0.6); }
.border-s-indigo-900\/70{ border-inline-start-color: rgb(49 46 129 / 0.7); }
.border-s-indigo-900\/75{ border-inline-start-color: rgb(49 46 129 / 0.75); }
.border-s-indigo-900\/80{ border-inline-start-color: rgb(49 46 129 / 0.8); }
.border-s-indigo-900\/90{ border-inline-start-color: rgb(49 46 129 / 0.9); }
.border-s-indigo-900\/95{ border-inline-start-color: rgb(49 46 129 / 0.95); }
.border-s-indigo-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-s-indigo-950\/0{ border-inline-start-color: rgb(30 27 75 / 0); }
.border-s-indigo-950\/10{ border-inline-start-color: rgb(30 27 75 / 0.1); }
.border-s-indigo-950\/100{ border-inline-start-color: rgb(30 27 75 / 1); }
.border-s-indigo-950\/20{ border-inline-start-color: rgb(30 27 75 / 0.2); }
.border-s-indigo-950\/25{ border-inline-start-color: rgb(30 27 75 / 0.25); }
.border-s-indigo-950\/30{ border-inline-start-color: rgb(30 27 75 / 0.3); }
.border-s-indigo-950\/40{ border-inline-start-color: rgb(30 27 75 / 0.4); }
.border-s-indigo-950\/5{ border-inline-start-color: rgb(30 27 75 / 0.05); }
.border-s-indigo-950\/50{ border-inline-start-color: rgb(30 27 75 / 0.5); }
.border-s-indigo-950\/60{ border-inline-start-color: rgb(30 27 75 / 0.6); }
.border-s-indigo-950\/70{ border-inline-start-color: rgb(30 27 75 / 0.7); }
.border-s-indigo-950\/75{ border-inline-start-color: rgb(30 27 75 / 0.75); }
.border-s-indigo-950\/80{ border-inline-start-color: rgb(30 27 75 / 0.8); }
.border-s-indigo-950\/90{ border-inline-start-color: rgb(30 27 75 / 0.9); }
.border-s-indigo-950\/95{ border-inline-start-color: rgb(30 27 75 / 0.95); }
.border-s-inherit{ border-inline-start-color: inherit; }
.border-s-kaimurasaki{ --tw-border-opacity: 1; border-inline-start-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-100\/0{ border-inline-start-color: rgb(232 232 234 / 0); }
.border-s-kaimurasaki-100\/10{ border-inline-start-color: rgb(232 232 234 / 0.1); }
.border-s-kaimurasaki-100\/100{ border-inline-start-color: rgb(232 232 234 / 1); }
.border-s-kaimurasaki-100\/20{ border-inline-start-color: rgb(232 232 234 / 0.2); }
.border-s-kaimurasaki-100\/25{ border-inline-start-color: rgb(232 232 234 / 0.25); }
.border-s-kaimurasaki-100\/30{ border-inline-start-color: rgb(232 232 234 / 0.3); }
.border-s-kaimurasaki-100\/40{ border-inline-start-color: rgb(232 232 234 / 0.4); }
.border-s-kaimurasaki-100\/5{ border-inline-start-color: rgb(232 232 234 / 0.05); }
.border-s-kaimurasaki-100\/50{ border-inline-start-color: rgb(232 232 234 / 0.5); }
.border-s-kaimurasaki-100\/60{ border-inline-start-color: rgb(232 232 234 / 0.6); }
.border-s-kaimurasaki-100\/70{ border-inline-start-color: rgb(232 232 234 / 0.7); }
.border-s-kaimurasaki-100\/75{ border-inline-start-color: rgb(232 232 234 / 0.75); }
.border-s-kaimurasaki-100\/80{ border-inline-start-color: rgb(232 232 234 / 0.8); }
.border-s-kaimurasaki-100\/90{ border-inline-start-color: rgb(232 232 234 / 0.9); }
.border-s-kaimurasaki-100\/95{ border-inline-start-color: rgb(232 232 234 / 0.95); }
.border-s-kaimurasaki-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-200\/0{ border-inline-start-color: rgb(211 210 214 / 0); }
.border-s-kaimurasaki-200\/10{ border-inline-start-color: rgb(211 210 214 / 0.1); }
.border-s-kaimurasaki-200\/100{ border-inline-start-color: rgb(211 210 214 / 1); }
.border-s-kaimurasaki-200\/20{ border-inline-start-color: rgb(211 210 214 / 0.2); }
.border-s-kaimurasaki-200\/25{ border-inline-start-color: rgb(211 210 214 / 0.25); }
.border-s-kaimurasaki-200\/30{ border-inline-start-color: rgb(211 210 214 / 0.3); }
.border-s-kaimurasaki-200\/40{ border-inline-start-color: rgb(211 210 214 / 0.4); }
.border-s-kaimurasaki-200\/5{ border-inline-start-color: rgb(211 210 214 / 0.05); }
.border-s-kaimurasaki-200\/50{ border-inline-start-color: rgb(211 210 214 / 0.5); }
.border-s-kaimurasaki-200\/60{ border-inline-start-color: rgb(211 210 214 / 0.6); }
.border-s-kaimurasaki-200\/70{ border-inline-start-color: rgb(211 210 214 / 0.7); }
.border-s-kaimurasaki-200\/75{ border-inline-start-color: rgb(211 210 214 / 0.75); }
.border-s-kaimurasaki-200\/80{ border-inline-start-color: rgb(211 210 214 / 0.8); }
.border-s-kaimurasaki-200\/90{ border-inline-start-color: rgb(211 210 214 / 0.9); }
.border-s-kaimurasaki-200\/95{ border-inline-start-color: rgb(211 210 214 / 0.95); }
.border-s-kaimurasaki-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-300\/0{ border-inline-start-color: rgb(188 186 194 / 0); }
.border-s-kaimurasaki-300\/10{ border-inline-start-color: rgb(188 186 194 / 0.1); }
.border-s-kaimurasaki-300\/100{ border-inline-start-color: rgb(188 186 194 / 1); }
.border-s-kaimurasaki-300\/20{ border-inline-start-color: rgb(188 186 194 / 0.2); }
.border-s-kaimurasaki-300\/25{ border-inline-start-color: rgb(188 186 194 / 0.25); }
.border-s-kaimurasaki-300\/30{ border-inline-start-color: rgb(188 186 194 / 0.3); }
.border-s-kaimurasaki-300\/40{ border-inline-start-color: rgb(188 186 194 / 0.4); }
.border-s-kaimurasaki-300\/5{ border-inline-start-color: rgb(188 186 194 / 0.05); }
.border-s-kaimurasaki-300\/50{ border-inline-start-color: rgb(188 186 194 / 0.5); }
.border-s-kaimurasaki-300\/60{ border-inline-start-color: rgb(188 186 194 / 0.6); }
.border-s-kaimurasaki-300\/70{ border-inline-start-color: rgb(188 186 194 / 0.7); }
.border-s-kaimurasaki-300\/75{ border-inline-start-color: rgb(188 186 194 / 0.75); }
.border-s-kaimurasaki-300\/80{ border-inline-start-color: rgb(188 186 194 / 0.8); }
.border-s-kaimurasaki-300\/90{ border-inline-start-color: rgb(188 186 194 / 0.9); }
.border-s-kaimurasaki-300\/95{ border-inline-start-color: rgb(188 186 194 / 0.95); }
.border-s-kaimurasaki-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-400\/0{ border-inline-start-color: rgb(167 164 174 / 0); }
.border-s-kaimurasaki-400\/10{ border-inline-start-color: rgb(167 164 174 / 0.1); }
.border-s-kaimurasaki-400\/100{ border-inline-start-color: rgb(167 164 174 / 1); }
.border-s-kaimurasaki-400\/20{ border-inline-start-color: rgb(167 164 174 / 0.2); }
.border-s-kaimurasaki-400\/25{ border-inline-start-color: rgb(167 164 174 / 0.25); }
.border-s-kaimurasaki-400\/30{ border-inline-start-color: rgb(167 164 174 / 0.3); }
.border-s-kaimurasaki-400\/40{ border-inline-start-color: rgb(167 164 174 / 0.4); }
.border-s-kaimurasaki-400\/5{ border-inline-start-color: rgb(167 164 174 / 0.05); }
.border-s-kaimurasaki-400\/50{ border-inline-start-color: rgb(167 164 174 / 0.5); }
.border-s-kaimurasaki-400\/60{ border-inline-start-color: rgb(167 164 174 / 0.6); }
.border-s-kaimurasaki-400\/70{ border-inline-start-color: rgb(167 164 174 / 0.7); }
.border-s-kaimurasaki-400\/75{ border-inline-start-color: rgb(167 164 174 / 0.75); }
.border-s-kaimurasaki-400\/80{ border-inline-start-color: rgb(167 164 174 / 0.8); }
.border-s-kaimurasaki-400\/90{ border-inline-start-color: rgb(167 164 174 / 0.9); }
.border-s-kaimurasaki-400\/95{ border-inline-start-color: rgb(167 164 174 / 0.95); }
.border-s-kaimurasaki-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-500\/0{ border-inline-start-color: rgb(145 142 154 / 0); }
.border-s-kaimurasaki-500\/10{ border-inline-start-color: rgb(145 142 154 / 0.1); }
.border-s-kaimurasaki-500\/100{ border-inline-start-color: rgb(145 142 154 / 1); }
.border-s-kaimurasaki-500\/20{ border-inline-start-color: rgb(145 142 154 / 0.2); }
.border-s-kaimurasaki-500\/25{ border-inline-start-color: rgb(145 142 154 / 0.25); }
.border-s-kaimurasaki-500\/30{ border-inline-start-color: rgb(145 142 154 / 0.3); }
.border-s-kaimurasaki-500\/40{ border-inline-start-color: rgb(145 142 154 / 0.4); }
.border-s-kaimurasaki-500\/5{ border-inline-start-color: rgb(145 142 154 / 0.05); }
.border-s-kaimurasaki-500\/50{ border-inline-start-color: rgb(145 142 154 / 0.5); }
.border-s-kaimurasaki-500\/60{ border-inline-start-color: rgb(145 142 154 / 0.6); }
.border-s-kaimurasaki-500\/70{ border-inline-start-color: rgb(145 142 154 / 0.7); }
.border-s-kaimurasaki-500\/75{ border-inline-start-color: rgb(145 142 154 / 0.75); }
.border-s-kaimurasaki-500\/80{ border-inline-start-color: rgb(145 142 154 / 0.8); }
.border-s-kaimurasaki-500\/90{ border-inline-start-color: rgb(145 142 154 / 0.9); }
.border-s-kaimurasaki-500\/95{ border-inline-start-color: rgb(145 142 154 / 0.95); }
.border-s-kaimurasaki-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-600\/0{ border-inline-start-color: rgb(122 119 133 / 0); }
.border-s-kaimurasaki-600\/10{ border-inline-start-color: rgb(122 119 133 / 0.1); }
.border-s-kaimurasaki-600\/100{ border-inline-start-color: rgb(122 119 133 / 1); }
.border-s-kaimurasaki-600\/20{ border-inline-start-color: rgb(122 119 133 / 0.2); }
.border-s-kaimurasaki-600\/25{ border-inline-start-color: rgb(122 119 133 / 0.25); }
.border-s-kaimurasaki-600\/30{ border-inline-start-color: rgb(122 119 133 / 0.3); }
.border-s-kaimurasaki-600\/40{ border-inline-start-color: rgb(122 119 133 / 0.4); }
.border-s-kaimurasaki-600\/5{ border-inline-start-color: rgb(122 119 133 / 0.05); }
.border-s-kaimurasaki-600\/50{ border-inline-start-color: rgb(122 119 133 / 0.5); }
.border-s-kaimurasaki-600\/60{ border-inline-start-color: rgb(122 119 133 / 0.6); }
.border-s-kaimurasaki-600\/70{ border-inline-start-color: rgb(122 119 133 / 0.7); }
.border-s-kaimurasaki-600\/75{ border-inline-start-color: rgb(122 119 133 / 0.75); }
.border-s-kaimurasaki-600\/80{ border-inline-start-color: rgb(122 119 133 / 0.8); }
.border-s-kaimurasaki-600\/90{ border-inline-start-color: rgb(122 119 133 / 0.9); }
.border-s-kaimurasaki-600\/95{ border-inline-start-color: rgb(122 119 133 / 0.95); }
.border-s-kaimurasaki-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-700\/0{ border-inline-start-color: rgb(100 96 113 / 0); }
.border-s-kaimurasaki-700\/10{ border-inline-start-color: rgb(100 96 113 / 0.1); }
.border-s-kaimurasaki-700\/100{ border-inline-start-color: rgb(100 96 113 / 1); }
.border-s-kaimurasaki-700\/20{ border-inline-start-color: rgb(100 96 113 / 0.2); }
.border-s-kaimurasaki-700\/25{ border-inline-start-color: rgb(100 96 113 / 0.25); }
.border-s-kaimurasaki-700\/30{ border-inline-start-color: rgb(100 96 113 / 0.3); }
.border-s-kaimurasaki-700\/40{ border-inline-start-color: rgb(100 96 113 / 0.4); }
.border-s-kaimurasaki-700\/5{ border-inline-start-color: rgb(100 96 113 / 0.05); }
.border-s-kaimurasaki-700\/50{ border-inline-start-color: rgb(100 96 113 / 0.5); }
.border-s-kaimurasaki-700\/60{ border-inline-start-color: rgb(100 96 113 / 0.6); }
.border-s-kaimurasaki-700\/70{ border-inline-start-color: rgb(100 96 113 / 0.7); }
.border-s-kaimurasaki-700\/75{ border-inline-start-color: rgb(100 96 113 / 0.75); }
.border-s-kaimurasaki-700\/80{ border-inline-start-color: rgb(100 96 113 / 0.8); }
.border-s-kaimurasaki-700\/90{ border-inline-start-color: rgb(100 96 113 / 0.9); }
.border-s-kaimurasaki-700\/95{ border-inline-start-color: rgb(100 96 113 / 0.95); }
.border-s-kaimurasaki-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-800\/0{ border-inline-start-color: rgb(78 73 93 / 0); }
.border-s-kaimurasaki-800\/10{ border-inline-start-color: rgb(78 73 93 / 0.1); }
.border-s-kaimurasaki-800\/100{ border-inline-start-color: rgb(78 73 93 / 1); }
.border-s-kaimurasaki-800\/20{ border-inline-start-color: rgb(78 73 93 / 0.2); }
.border-s-kaimurasaki-800\/25{ border-inline-start-color: rgb(78 73 93 / 0.25); }
.border-s-kaimurasaki-800\/30{ border-inline-start-color: rgb(78 73 93 / 0.3); }
.border-s-kaimurasaki-800\/40{ border-inline-start-color: rgb(78 73 93 / 0.4); }
.border-s-kaimurasaki-800\/5{ border-inline-start-color: rgb(78 73 93 / 0.05); }
.border-s-kaimurasaki-800\/50{ border-inline-start-color: rgb(78 73 93 / 0.5); }
.border-s-kaimurasaki-800\/60{ border-inline-start-color: rgb(78 73 93 / 0.6); }
.border-s-kaimurasaki-800\/70{ border-inline-start-color: rgb(78 73 93 / 0.7); }
.border-s-kaimurasaki-800\/75{ border-inline-start-color: rgb(78 73 93 / 0.75); }
.border-s-kaimurasaki-800\/80{ border-inline-start-color: rgb(78 73 93 / 0.8); }
.border-s-kaimurasaki-800\/90{ border-inline-start-color: rgb(78 73 93 / 0.9); }
.border-s-kaimurasaki-800\/95{ border-inline-start-color: rgb(78 73 93 / 0.95); }
.border-s-kaimurasaki-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-900\/0{ border-inline-start-color: rgb(56 50 72 / 0); }
.border-s-kaimurasaki-900\/10{ border-inline-start-color: rgb(56 50 72 / 0.1); }
.border-s-kaimurasaki-900\/100{ border-inline-start-color: rgb(56 50 72 / 1); }
.border-s-kaimurasaki-900\/20{ border-inline-start-color: rgb(56 50 72 / 0.2); }
.border-s-kaimurasaki-900\/25{ border-inline-start-color: rgb(56 50 72 / 0.25); }
.border-s-kaimurasaki-900\/30{ border-inline-start-color: rgb(56 50 72 / 0.3); }
.border-s-kaimurasaki-900\/40{ border-inline-start-color: rgb(56 50 72 / 0.4); }
.border-s-kaimurasaki-900\/5{ border-inline-start-color: rgb(56 50 72 / 0.05); }
.border-s-kaimurasaki-900\/50{ border-inline-start-color: rgb(56 50 72 / 0.5); }
.border-s-kaimurasaki-900\/60{ border-inline-start-color: rgb(56 50 72 / 0.6); }
.border-s-kaimurasaki-900\/70{ border-inline-start-color: rgb(56 50 72 / 0.7); }
.border-s-kaimurasaki-900\/75{ border-inline-start-color: rgb(56 50 72 / 0.75); }
.border-s-kaimurasaki-900\/80{ border-inline-start-color: rgb(56 50 72 / 0.8); }
.border-s-kaimurasaki-900\/90{ border-inline-start-color: rgb(56 50 72 / 0.9); }
.border-s-kaimurasaki-900\/95{ border-inline-start-color: rgb(56 50 72 / 0.95); }
.border-s-kaimurasaki-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-s-kaimurasaki-950\/0{ border-inline-start-color: rgb(44 39 62 / 0); }
.border-s-kaimurasaki-950\/10{ border-inline-start-color: rgb(44 39 62 / 0.1); }
.border-s-kaimurasaki-950\/100{ border-inline-start-color: rgb(44 39 62 / 1); }
.border-s-kaimurasaki-950\/20{ border-inline-start-color: rgb(44 39 62 / 0.2); }
.border-s-kaimurasaki-950\/25{ border-inline-start-color: rgb(44 39 62 / 0.25); }
.border-s-kaimurasaki-950\/30{ border-inline-start-color: rgb(44 39 62 / 0.3); }
.border-s-kaimurasaki-950\/40{ border-inline-start-color: rgb(44 39 62 / 0.4); }
.border-s-kaimurasaki-950\/5{ border-inline-start-color: rgb(44 39 62 / 0.05); }
.border-s-kaimurasaki-950\/50{ border-inline-start-color: rgb(44 39 62 / 0.5); }
.border-s-kaimurasaki-950\/60{ border-inline-start-color: rgb(44 39 62 / 0.6); }
.border-s-kaimurasaki-950\/70{ border-inline-start-color: rgb(44 39 62 / 0.7); }
.border-s-kaimurasaki-950\/75{ border-inline-start-color: rgb(44 39 62 / 0.75); }
.border-s-kaimurasaki-950\/80{ border-inline-start-color: rgb(44 39 62 / 0.8); }
.border-s-kaimurasaki-950\/90{ border-inline-start-color: rgb(44 39 62 / 0.9); }
.border-s-kaimurasaki-950\/95{ border-inline-start-color: rgb(44 39 62 / 0.95); }
.border-s-kaimurasaki\/0{ border-inline-start-color: rgb(34 28 52 / 0); }
.border-s-kaimurasaki\/10{ border-inline-start-color: rgb(34 28 52 / 0.1); }
.border-s-kaimurasaki\/100{ border-inline-start-color: rgb(34 28 52 / 1); }
.border-s-kaimurasaki\/20{ border-inline-start-color: rgb(34 28 52 / 0.2); }
.border-s-kaimurasaki\/25{ border-inline-start-color: rgb(34 28 52 / 0.25); }
.border-s-kaimurasaki\/30{ border-inline-start-color: rgb(34 28 52 / 0.3); }
.border-s-kaimurasaki\/40{ border-inline-start-color: rgb(34 28 52 / 0.4); }
.border-s-kaimurasaki\/5{ border-inline-start-color: rgb(34 28 52 / 0.05); }
.border-s-kaimurasaki\/50{ border-inline-start-color: rgb(34 28 52 / 0.5); }
.border-s-kaimurasaki\/60{ border-inline-start-color: rgb(34 28 52 / 0.6); }
.border-s-kaimurasaki\/70{ border-inline-start-color: rgb(34 28 52 / 0.7); }
.border-s-kaimurasaki\/75{ border-inline-start-color: rgb(34 28 52 / 0.75); }
.border-s-kaimurasaki\/80{ border-inline-start-color: rgb(34 28 52 / 0.8); }
.border-s-kaimurasaki\/90{ border-inline-start-color: rgb(34 28 52 / 0.9); }
.border-s-kaimurasaki\/95{ border-inline-start-color: rgb(34 28 52 / 0.95); }
.border-s-lime-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-s-lime-100\/0{ border-inline-start-color: rgb(236 252 203 / 0); }
.border-s-lime-100\/10{ border-inline-start-color: rgb(236 252 203 / 0.1); }
.border-s-lime-100\/100{ border-inline-start-color: rgb(236 252 203 / 1); }
.border-s-lime-100\/20{ border-inline-start-color: rgb(236 252 203 / 0.2); }
.border-s-lime-100\/25{ border-inline-start-color: rgb(236 252 203 / 0.25); }
.border-s-lime-100\/30{ border-inline-start-color: rgb(236 252 203 / 0.3); }
.border-s-lime-100\/40{ border-inline-start-color: rgb(236 252 203 / 0.4); }
.border-s-lime-100\/5{ border-inline-start-color: rgb(236 252 203 / 0.05); }
.border-s-lime-100\/50{ border-inline-start-color: rgb(236 252 203 / 0.5); }
.border-s-lime-100\/60{ border-inline-start-color: rgb(236 252 203 / 0.6); }
.border-s-lime-100\/70{ border-inline-start-color: rgb(236 252 203 / 0.7); }
.border-s-lime-100\/75{ border-inline-start-color: rgb(236 252 203 / 0.75); }
.border-s-lime-100\/80{ border-inline-start-color: rgb(236 252 203 / 0.8); }
.border-s-lime-100\/90{ border-inline-start-color: rgb(236 252 203 / 0.9); }
.border-s-lime-100\/95{ border-inline-start-color: rgb(236 252 203 / 0.95); }
.border-s-lime-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-s-lime-200\/0{ border-inline-start-color: rgb(217 249 157 / 0); }
.border-s-lime-200\/10{ border-inline-start-color: rgb(217 249 157 / 0.1); }
.border-s-lime-200\/100{ border-inline-start-color: rgb(217 249 157 / 1); }
.border-s-lime-200\/20{ border-inline-start-color: rgb(217 249 157 / 0.2); }
.border-s-lime-200\/25{ border-inline-start-color: rgb(217 249 157 / 0.25); }
.border-s-lime-200\/30{ border-inline-start-color: rgb(217 249 157 / 0.3); }
.border-s-lime-200\/40{ border-inline-start-color: rgb(217 249 157 / 0.4); }
.border-s-lime-200\/5{ border-inline-start-color: rgb(217 249 157 / 0.05); }
.border-s-lime-200\/50{ border-inline-start-color: rgb(217 249 157 / 0.5); }
.border-s-lime-200\/60{ border-inline-start-color: rgb(217 249 157 / 0.6); }
.border-s-lime-200\/70{ border-inline-start-color: rgb(217 249 157 / 0.7); }
.border-s-lime-200\/75{ border-inline-start-color: rgb(217 249 157 / 0.75); }
.border-s-lime-200\/80{ border-inline-start-color: rgb(217 249 157 / 0.8); }
.border-s-lime-200\/90{ border-inline-start-color: rgb(217 249 157 / 0.9); }
.border-s-lime-200\/95{ border-inline-start-color: rgb(217 249 157 / 0.95); }
.border-s-lime-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-s-lime-300\/0{ border-inline-start-color: rgb(190 242 100 / 0); }
.border-s-lime-300\/10{ border-inline-start-color: rgb(190 242 100 / 0.1); }
.border-s-lime-300\/100{ border-inline-start-color: rgb(190 242 100 / 1); }
.border-s-lime-300\/20{ border-inline-start-color: rgb(190 242 100 / 0.2); }
.border-s-lime-300\/25{ border-inline-start-color: rgb(190 242 100 / 0.25); }
.border-s-lime-300\/30{ border-inline-start-color: rgb(190 242 100 / 0.3); }
.border-s-lime-300\/40{ border-inline-start-color: rgb(190 242 100 / 0.4); }
.border-s-lime-300\/5{ border-inline-start-color: rgb(190 242 100 / 0.05); }
.border-s-lime-300\/50{ border-inline-start-color: rgb(190 242 100 / 0.5); }
.border-s-lime-300\/60{ border-inline-start-color: rgb(190 242 100 / 0.6); }
.border-s-lime-300\/70{ border-inline-start-color: rgb(190 242 100 / 0.7); }
.border-s-lime-300\/75{ border-inline-start-color: rgb(190 242 100 / 0.75); }
.border-s-lime-300\/80{ border-inline-start-color: rgb(190 242 100 / 0.8); }
.border-s-lime-300\/90{ border-inline-start-color: rgb(190 242 100 / 0.9); }
.border-s-lime-300\/95{ border-inline-start-color: rgb(190 242 100 / 0.95); }
.border-s-lime-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-s-lime-400\/0{ border-inline-start-color: rgb(163 230 53 / 0); }
.border-s-lime-400\/10{ border-inline-start-color: rgb(163 230 53 / 0.1); }
.border-s-lime-400\/100{ border-inline-start-color: rgb(163 230 53 / 1); }
.border-s-lime-400\/20{ border-inline-start-color: rgb(163 230 53 / 0.2); }
.border-s-lime-400\/25{ border-inline-start-color: rgb(163 230 53 / 0.25); }
.border-s-lime-400\/30{ border-inline-start-color: rgb(163 230 53 / 0.3); }
.border-s-lime-400\/40{ border-inline-start-color: rgb(163 230 53 / 0.4); }
.border-s-lime-400\/5{ border-inline-start-color: rgb(163 230 53 / 0.05); }
.border-s-lime-400\/50{ border-inline-start-color: rgb(163 230 53 / 0.5); }
.border-s-lime-400\/60{ border-inline-start-color: rgb(163 230 53 / 0.6); }
.border-s-lime-400\/70{ border-inline-start-color: rgb(163 230 53 / 0.7); }
.border-s-lime-400\/75{ border-inline-start-color: rgb(163 230 53 / 0.75); }
.border-s-lime-400\/80{ border-inline-start-color: rgb(163 230 53 / 0.8); }
.border-s-lime-400\/90{ border-inline-start-color: rgb(163 230 53 / 0.9); }
.border-s-lime-400\/95{ border-inline-start-color: rgb(163 230 53 / 0.95); }
.border-s-lime-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-s-lime-50\/0{ border-inline-start-color: rgb(247 254 231 / 0); }
.border-s-lime-50\/10{ border-inline-start-color: rgb(247 254 231 / 0.1); }
.border-s-lime-50\/100{ border-inline-start-color: rgb(247 254 231 / 1); }
.border-s-lime-50\/20{ border-inline-start-color: rgb(247 254 231 / 0.2); }
.border-s-lime-50\/25{ border-inline-start-color: rgb(247 254 231 / 0.25); }
.border-s-lime-50\/30{ border-inline-start-color: rgb(247 254 231 / 0.3); }
.border-s-lime-50\/40{ border-inline-start-color: rgb(247 254 231 / 0.4); }
.border-s-lime-50\/5{ border-inline-start-color: rgb(247 254 231 / 0.05); }
.border-s-lime-50\/50{ border-inline-start-color: rgb(247 254 231 / 0.5); }
.border-s-lime-50\/60{ border-inline-start-color: rgb(247 254 231 / 0.6); }
.border-s-lime-50\/70{ border-inline-start-color: rgb(247 254 231 / 0.7); }
.border-s-lime-50\/75{ border-inline-start-color: rgb(247 254 231 / 0.75); }
.border-s-lime-50\/80{ border-inline-start-color: rgb(247 254 231 / 0.8); }
.border-s-lime-50\/90{ border-inline-start-color: rgb(247 254 231 / 0.9); }
.border-s-lime-50\/95{ border-inline-start-color: rgb(247 254 231 / 0.95); }
.border-s-lime-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-s-lime-500\/0{ border-inline-start-color: rgb(132 204 22 / 0); }
.border-s-lime-500\/10{ border-inline-start-color: rgb(132 204 22 / 0.1); }
.border-s-lime-500\/100{ border-inline-start-color: rgb(132 204 22 / 1); }
.border-s-lime-500\/20{ border-inline-start-color: rgb(132 204 22 / 0.2); }
.border-s-lime-500\/25{ border-inline-start-color: rgb(132 204 22 / 0.25); }
.border-s-lime-500\/30{ border-inline-start-color: rgb(132 204 22 / 0.3); }
.border-s-lime-500\/40{ border-inline-start-color: rgb(132 204 22 / 0.4); }
.border-s-lime-500\/5{ border-inline-start-color: rgb(132 204 22 / 0.05); }
.border-s-lime-500\/50{ border-inline-start-color: rgb(132 204 22 / 0.5); }
.border-s-lime-500\/60{ border-inline-start-color: rgb(132 204 22 / 0.6); }
.border-s-lime-500\/70{ border-inline-start-color: rgb(132 204 22 / 0.7); }
.border-s-lime-500\/75{ border-inline-start-color: rgb(132 204 22 / 0.75); }
.border-s-lime-500\/80{ border-inline-start-color: rgb(132 204 22 / 0.8); }
.border-s-lime-500\/90{ border-inline-start-color: rgb(132 204 22 / 0.9); }
.border-s-lime-500\/95{ border-inline-start-color: rgb(132 204 22 / 0.95); }
.border-s-lime-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-s-lime-600\/0{ border-inline-start-color: rgb(101 163 13 / 0); }
.border-s-lime-600\/10{ border-inline-start-color: rgb(101 163 13 / 0.1); }
.border-s-lime-600\/100{ border-inline-start-color: rgb(101 163 13 / 1); }
.border-s-lime-600\/20{ border-inline-start-color: rgb(101 163 13 / 0.2); }
.border-s-lime-600\/25{ border-inline-start-color: rgb(101 163 13 / 0.25); }
.border-s-lime-600\/30{ border-inline-start-color: rgb(101 163 13 / 0.3); }
.border-s-lime-600\/40{ border-inline-start-color: rgb(101 163 13 / 0.4); }
.border-s-lime-600\/5{ border-inline-start-color: rgb(101 163 13 / 0.05); }
.border-s-lime-600\/50{ border-inline-start-color: rgb(101 163 13 / 0.5); }
.border-s-lime-600\/60{ border-inline-start-color: rgb(101 163 13 / 0.6); }
.border-s-lime-600\/70{ border-inline-start-color: rgb(101 163 13 / 0.7); }
.border-s-lime-600\/75{ border-inline-start-color: rgb(101 163 13 / 0.75); }
.border-s-lime-600\/80{ border-inline-start-color: rgb(101 163 13 / 0.8); }
.border-s-lime-600\/90{ border-inline-start-color: rgb(101 163 13 / 0.9); }
.border-s-lime-600\/95{ border-inline-start-color: rgb(101 163 13 / 0.95); }
.border-s-lime-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-s-lime-700\/0{ border-inline-start-color: rgb(77 124 15 / 0); }
.border-s-lime-700\/10{ border-inline-start-color: rgb(77 124 15 / 0.1); }
.border-s-lime-700\/100{ border-inline-start-color: rgb(77 124 15 / 1); }
.border-s-lime-700\/20{ border-inline-start-color: rgb(77 124 15 / 0.2); }
.border-s-lime-700\/25{ border-inline-start-color: rgb(77 124 15 / 0.25); }
.border-s-lime-700\/30{ border-inline-start-color: rgb(77 124 15 / 0.3); }
.border-s-lime-700\/40{ border-inline-start-color: rgb(77 124 15 / 0.4); }
.border-s-lime-700\/5{ border-inline-start-color: rgb(77 124 15 / 0.05); }
.border-s-lime-700\/50{ border-inline-start-color: rgb(77 124 15 / 0.5); }
.border-s-lime-700\/60{ border-inline-start-color: rgb(77 124 15 / 0.6); }
.border-s-lime-700\/70{ border-inline-start-color: rgb(77 124 15 / 0.7); }
.border-s-lime-700\/75{ border-inline-start-color: rgb(77 124 15 / 0.75); }
.border-s-lime-700\/80{ border-inline-start-color: rgb(77 124 15 / 0.8); }
.border-s-lime-700\/90{ border-inline-start-color: rgb(77 124 15 / 0.9); }
.border-s-lime-700\/95{ border-inline-start-color: rgb(77 124 15 / 0.95); }
.border-s-lime-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-s-lime-800\/0{ border-inline-start-color: rgb(63 98 18 / 0); }
.border-s-lime-800\/10{ border-inline-start-color: rgb(63 98 18 / 0.1); }
.border-s-lime-800\/100{ border-inline-start-color: rgb(63 98 18 / 1); }
.border-s-lime-800\/20{ border-inline-start-color: rgb(63 98 18 / 0.2); }
.border-s-lime-800\/25{ border-inline-start-color: rgb(63 98 18 / 0.25); }
.border-s-lime-800\/30{ border-inline-start-color: rgb(63 98 18 / 0.3); }
.border-s-lime-800\/40{ border-inline-start-color: rgb(63 98 18 / 0.4); }
.border-s-lime-800\/5{ border-inline-start-color: rgb(63 98 18 / 0.05); }
.border-s-lime-800\/50{ border-inline-start-color: rgb(63 98 18 / 0.5); }
.border-s-lime-800\/60{ border-inline-start-color: rgb(63 98 18 / 0.6); }
.border-s-lime-800\/70{ border-inline-start-color: rgb(63 98 18 / 0.7); }
.border-s-lime-800\/75{ border-inline-start-color: rgb(63 98 18 / 0.75); }
.border-s-lime-800\/80{ border-inline-start-color: rgb(63 98 18 / 0.8); }
.border-s-lime-800\/90{ border-inline-start-color: rgb(63 98 18 / 0.9); }
.border-s-lime-800\/95{ border-inline-start-color: rgb(63 98 18 / 0.95); }
.border-s-lime-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-s-lime-900\/0{ border-inline-start-color: rgb(54 83 20 / 0); }
.border-s-lime-900\/10{ border-inline-start-color: rgb(54 83 20 / 0.1); }
.border-s-lime-900\/100{ border-inline-start-color: rgb(54 83 20 / 1); }
.border-s-lime-900\/20{ border-inline-start-color: rgb(54 83 20 / 0.2); }
.border-s-lime-900\/25{ border-inline-start-color: rgb(54 83 20 / 0.25); }
.border-s-lime-900\/30{ border-inline-start-color: rgb(54 83 20 / 0.3); }
.border-s-lime-900\/40{ border-inline-start-color: rgb(54 83 20 / 0.4); }
.border-s-lime-900\/5{ border-inline-start-color: rgb(54 83 20 / 0.05); }
.border-s-lime-900\/50{ border-inline-start-color: rgb(54 83 20 / 0.5); }
.border-s-lime-900\/60{ border-inline-start-color: rgb(54 83 20 / 0.6); }
.border-s-lime-900\/70{ border-inline-start-color: rgb(54 83 20 / 0.7); }
.border-s-lime-900\/75{ border-inline-start-color: rgb(54 83 20 / 0.75); }
.border-s-lime-900\/80{ border-inline-start-color: rgb(54 83 20 / 0.8); }
.border-s-lime-900\/90{ border-inline-start-color: rgb(54 83 20 / 0.9); }
.border-s-lime-900\/95{ border-inline-start-color: rgb(54 83 20 / 0.95); }
.border-s-lime-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-s-lime-950\/0{ border-inline-start-color: rgb(26 46 5 / 0); }
.border-s-lime-950\/10{ border-inline-start-color: rgb(26 46 5 / 0.1); }
.border-s-lime-950\/100{ border-inline-start-color: rgb(26 46 5 / 1); }
.border-s-lime-950\/20{ border-inline-start-color: rgb(26 46 5 / 0.2); }
.border-s-lime-950\/25{ border-inline-start-color: rgb(26 46 5 / 0.25); }
.border-s-lime-950\/30{ border-inline-start-color: rgb(26 46 5 / 0.3); }
.border-s-lime-950\/40{ border-inline-start-color: rgb(26 46 5 / 0.4); }
.border-s-lime-950\/5{ border-inline-start-color: rgb(26 46 5 / 0.05); }
.border-s-lime-950\/50{ border-inline-start-color: rgb(26 46 5 / 0.5); }
.border-s-lime-950\/60{ border-inline-start-color: rgb(26 46 5 / 0.6); }
.border-s-lime-950\/70{ border-inline-start-color: rgb(26 46 5 / 0.7); }
.border-s-lime-950\/75{ border-inline-start-color: rgb(26 46 5 / 0.75); }
.border-s-lime-950\/80{ border-inline-start-color: rgb(26 46 5 / 0.8); }
.border-s-lime-950\/90{ border-inline-start-color: rgb(26 46 5 / 0.9); }
.border-s-lime-950\/95{ border-inline-start-color: rgb(26 46 5 / 0.95); }
.border-s-neutral-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-s-neutral-100\/0{ border-inline-start-color: rgb(245 245 245 / 0); }
.border-s-neutral-100\/10{ border-inline-start-color: rgb(245 245 245 / 0.1); }
.border-s-neutral-100\/100{ border-inline-start-color: rgb(245 245 245 / 1); }
.border-s-neutral-100\/20{ border-inline-start-color: rgb(245 245 245 / 0.2); }
.border-s-neutral-100\/25{ border-inline-start-color: rgb(245 245 245 / 0.25); }
.border-s-neutral-100\/30{ border-inline-start-color: rgb(245 245 245 / 0.3); }
.border-s-neutral-100\/40{ border-inline-start-color: rgb(245 245 245 / 0.4); }
.border-s-neutral-100\/5{ border-inline-start-color: rgb(245 245 245 / 0.05); }
.border-s-neutral-100\/50{ border-inline-start-color: rgb(245 245 245 / 0.5); }
.border-s-neutral-100\/60{ border-inline-start-color: rgb(245 245 245 / 0.6); }
.border-s-neutral-100\/70{ border-inline-start-color: rgb(245 245 245 / 0.7); }
.border-s-neutral-100\/75{ border-inline-start-color: rgb(245 245 245 / 0.75); }
.border-s-neutral-100\/80{ border-inline-start-color: rgb(245 245 245 / 0.8); }
.border-s-neutral-100\/90{ border-inline-start-color: rgb(245 245 245 / 0.9); }
.border-s-neutral-100\/95{ border-inline-start-color: rgb(245 245 245 / 0.95); }
.border-s-neutral-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-s-neutral-200\/0{ border-inline-start-color: rgb(229 229 229 / 0); }
.border-s-neutral-200\/10{ border-inline-start-color: rgb(229 229 229 / 0.1); }
.border-s-neutral-200\/100{ border-inline-start-color: rgb(229 229 229 / 1); }
.border-s-neutral-200\/20{ border-inline-start-color: rgb(229 229 229 / 0.2); }
.border-s-neutral-200\/25{ border-inline-start-color: rgb(229 229 229 / 0.25); }
.border-s-neutral-200\/30{ border-inline-start-color: rgb(229 229 229 / 0.3); }
.border-s-neutral-200\/40{ border-inline-start-color: rgb(229 229 229 / 0.4); }
.border-s-neutral-200\/5{ border-inline-start-color: rgb(229 229 229 / 0.05); }
.border-s-neutral-200\/50{ border-inline-start-color: rgb(229 229 229 / 0.5); }
.border-s-neutral-200\/60{ border-inline-start-color: rgb(229 229 229 / 0.6); }
.border-s-neutral-200\/70{ border-inline-start-color: rgb(229 229 229 / 0.7); }
.border-s-neutral-200\/75{ border-inline-start-color: rgb(229 229 229 / 0.75); }
.border-s-neutral-200\/80{ border-inline-start-color: rgb(229 229 229 / 0.8); }
.border-s-neutral-200\/90{ border-inline-start-color: rgb(229 229 229 / 0.9); }
.border-s-neutral-200\/95{ border-inline-start-color: rgb(229 229 229 / 0.95); }
.border-s-neutral-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-s-neutral-300\/0{ border-inline-start-color: rgb(212 212 212 / 0); }
.border-s-neutral-300\/10{ border-inline-start-color: rgb(212 212 212 / 0.1); }
.border-s-neutral-300\/100{ border-inline-start-color: rgb(212 212 212 / 1); }
.border-s-neutral-300\/20{ border-inline-start-color: rgb(212 212 212 / 0.2); }
.border-s-neutral-300\/25{ border-inline-start-color: rgb(212 212 212 / 0.25); }
.border-s-neutral-300\/30{ border-inline-start-color: rgb(212 212 212 / 0.3); }
.border-s-neutral-300\/40{ border-inline-start-color: rgb(212 212 212 / 0.4); }
.border-s-neutral-300\/5{ border-inline-start-color: rgb(212 212 212 / 0.05); }
.border-s-neutral-300\/50{ border-inline-start-color: rgb(212 212 212 / 0.5); }
.border-s-neutral-300\/60{ border-inline-start-color: rgb(212 212 212 / 0.6); }
.border-s-neutral-300\/70{ border-inline-start-color: rgb(212 212 212 / 0.7); }
.border-s-neutral-300\/75{ border-inline-start-color: rgb(212 212 212 / 0.75); }
.border-s-neutral-300\/80{ border-inline-start-color: rgb(212 212 212 / 0.8); }
.border-s-neutral-300\/90{ border-inline-start-color: rgb(212 212 212 / 0.9); }
.border-s-neutral-300\/95{ border-inline-start-color: rgb(212 212 212 / 0.95); }
.border-s-neutral-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-s-neutral-400\/0{ border-inline-start-color: rgb(163 163 163 / 0); }
.border-s-neutral-400\/10{ border-inline-start-color: rgb(163 163 163 / 0.1); }
.border-s-neutral-400\/100{ border-inline-start-color: rgb(163 163 163 / 1); }
.border-s-neutral-400\/20{ border-inline-start-color: rgb(163 163 163 / 0.2); }
.border-s-neutral-400\/25{ border-inline-start-color: rgb(163 163 163 / 0.25); }
.border-s-neutral-400\/30{ border-inline-start-color: rgb(163 163 163 / 0.3); }
.border-s-neutral-400\/40{ border-inline-start-color: rgb(163 163 163 / 0.4); }
.border-s-neutral-400\/5{ border-inline-start-color: rgb(163 163 163 / 0.05); }
.border-s-neutral-400\/50{ border-inline-start-color: rgb(163 163 163 / 0.5); }
.border-s-neutral-400\/60{ border-inline-start-color: rgb(163 163 163 / 0.6); }
.border-s-neutral-400\/70{ border-inline-start-color: rgb(163 163 163 / 0.7); }
.border-s-neutral-400\/75{ border-inline-start-color: rgb(163 163 163 / 0.75); }
.border-s-neutral-400\/80{ border-inline-start-color: rgb(163 163 163 / 0.8); }
.border-s-neutral-400\/90{ border-inline-start-color: rgb(163 163 163 / 0.9); }
.border-s-neutral-400\/95{ border-inline-start-color: rgb(163 163 163 / 0.95); }
.border-s-neutral-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-s-neutral-50\/0{ border-inline-start-color: rgb(250 250 250 / 0); }
.border-s-neutral-50\/10{ border-inline-start-color: rgb(250 250 250 / 0.1); }
.border-s-neutral-50\/100{ border-inline-start-color: rgb(250 250 250 / 1); }
.border-s-neutral-50\/20{ border-inline-start-color: rgb(250 250 250 / 0.2); }
.border-s-neutral-50\/25{ border-inline-start-color: rgb(250 250 250 / 0.25); }
.border-s-neutral-50\/30{ border-inline-start-color: rgb(250 250 250 / 0.3); }
.border-s-neutral-50\/40{ border-inline-start-color: rgb(250 250 250 / 0.4); }
.border-s-neutral-50\/5{ border-inline-start-color: rgb(250 250 250 / 0.05); }
.border-s-neutral-50\/50{ border-inline-start-color: rgb(250 250 250 / 0.5); }
.border-s-neutral-50\/60{ border-inline-start-color: rgb(250 250 250 / 0.6); }
.border-s-neutral-50\/70{ border-inline-start-color: rgb(250 250 250 / 0.7); }
.border-s-neutral-50\/75{ border-inline-start-color: rgb(250 250 250 / 0.75); }
.border-s-neutral-50\/80{ border-inline-start-color: rgb(250 250 250 / 0.8); }
.border-s-neutral-50\/90{ border-inline-start-color: rgb(250 250 250 / 0.9); }
.border-s-neutral-50\/95{ border-inline-start-color: rgb(250 250 250 / 0.95); }
.border-s-neutral-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-s-neutral-500\/0{ border-inline-start-color: rgb(115 115 115 / 0); }
.border-s-neutral-500\/10{ border-inline-start-color: rgb(115 115 115 / 0.1); }
.border-s-neutral-500\/100{ border-inline-start-color: rgb(115 115 115 / 1); }
.border-s-neutral-500\/20{ border-inline-start-color: rgb(115 115 115 / 0.2); }
.border-s-neutral-500\/25{ border-inline-start-color: rgb(115 115 115 / 0.25); }
.border-s-neutral-500\/30{ border-inline-start-color: rgb(115 115 115 / 0.3); }
.border-s-neutral-500\/40{ border-inline-start-color: rgb(115 115 115 / 0.4); }
.border-s-neutral-500\/5{ border-inline-start-color: rgb(115 115 115 / 0.05); }
.border-s-neutral-500\/50{ border-inline-start-color: rgb(115 115 115 / 0.5); }
.border-s-neutral-500\/60{ border-inline-start-color: rgb(115 115 115 / 0.6); }
.border-s-neutral-500\/70{ border-inline-start-color: rgb(115 115 115 / 0.7); }
.border-s-neutral-500\/75{ border-inline-start-color: rgb(115 115 115 / 0.75); }
.border-s-neutral-500\/80{ border-inline-start-color: rgb(115 115 115 / 0.8); }
.border-s-neutral-500\/90{ border-inline-start-color: rgb(115 115 115 / 0.9); }
.border-s-neutral-500\/95{ border-inline-start-color: rgb(115 115 115 / 0.95); }
.border-s-neutral-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-s-neutral-600\/0{ border-inline-start-color: rgb(82 82 82 / 0); }
.border-s-neutral-600\/10{ border-inline-start-color: rgb(82 82 82 / 0.1); }
.border-s-neutral-600\/100{ border-inline-start-color: rgb(82 82 82 / 1); }
.border-s-neutral-600\/20{ border-inline-start-color: rgb(82 82 82 / 0.2); }
.border-s-neutral-600\/25{ border-inline-start-color: rgb(82 82 82 / 0.25); }
.border-s-neutral-600\/30{ border-inline-start-color: rgb(82 82 82 / 0.3); }
.border-s-neutral-600\/40{ border-inline-start-color: rgb(82 82 82 / 0.4); }
.border-s-neutral-600\/5{ border-inline-start-color: rgb(82 82 82 / 0.05); }
.border-s-neutral-600\/50{ border-inline-start-color: rgb(82 82 82 / 0.5); }
.border-s-neutral-600\/60{ border-inline-start-color: rgb(82 82 82 / 0.6); }
.border-s-neutral-600\/70{ border-inline-start-color: rgb(82 82 82 / 0.7); }
.border-s-neutral-600\/75{ border-inline-start-color: rgb(82 82 82 / 0.75); }
.border-s-neutral-600\/80{ border-inline-start-color: rgb(82 82 82 / 0.8); }
.border-s-neutral-600\/90{ border-inline-start-color: rgb(82 82 82 / 0.9); }
.border-s-neutral-600\/95{ border-inline-start-color: rgb(82 82 82 / 0.95); }
.border-s-neutral-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-s-neutral-700\/0{ border-inline-start-color: rgb(64 64 64 / 0); }
.border-s-neutral-700\/10{ border-inline-start-color: rgb(64 64 64 / 0.1); }
.border-s-neutral-700\/100{ border-inline-start-color: rgb(64 64 64 / 1); }
.border-s-neutral-700\/20{ border-inline-start-color: rgb(64 64 64 / 0.2); }
.border-s-neutral-700\/25{ border-inline-start-color: rgb(64 64 64 / 0.25); }
.border-s-neutral-700\/30{ border-inline-start-color: rgb(64 64 64 / 0.3); }
.border-s-neutral-700\/40{ border-inline-start-color: rgb(64 64 64 / 0.4); }
.border-s-neutral-700\/5{ border-inline-start-color: rgb(64 64 64 / 0.05); }
.border-s-neutral-700\/50{ border-inline-start-color: rgb(64 64 64 / 0.5); }
.border-s-neutral-700\/60{ border-inline-start-color: rgb(64 64 64 / 0.6); }
.border-s-neutral-700\/70{ border-inline-start-color: rgb(64 64 64 / 0.7); }
.border-s-neutral-700\/75{ border-inline-start-color: rgb(64 64 64 / 0.75); }
.border-s-neutral-700\/80{ border-inline-start-color: rgb(64 64 64 / 0.8); }
.border-s-neutral-700\/90{ border-inline-start-color: rgb(64 64 64 / 0.9); }
.border-s-neutral-700\/95{ border-inline-start-color: rgb(64 64 64 / 0.95); }
.border-s-neutral-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-s-neutral-800\/0{ border-inline-start-color: rgb(38 38 38 / 0); }
.border-s-neutral-800\/10{ border-inline-start-color: rgb(38 38 38 / 0.1); }
.border-s-neutral-800\/100{ border-inline-start-color: rgb(38 38 38 / 1); }
.border-s-neutral-800\/20{ border-inline-start-color: rgb(38 38 38 / 0.2); }
.border-s-neutral-800\/25{ border-inline-start-color: rgb(38 38 38 / 0.25); }
.border-s-neutral-800\/30{ border-inline-start-color: rgb(38 38 38 / 0.3); }
.border-s-neutral-800\/40{ border-inline-start-color: rgb(38 38 38 / 0.4); }
.border-s-neutral-800\/5{ border-inline-start-color: rgb(38 38 38 / 0.05); }
.border-s-neutral-800\/50{ border-inline-start-color: rgb(38 38 38 / 0.5); }
.border-s-neutral-800\/60{ border-inline-start-color: rgb(38 38 38 / 0.6); }
.border-s-neutral-800\/70{ border-inline-start-color: rgb(38 38 38 / 0.7); }
.border-s-neutral-800\/75{ border-inline-start-color: rgb(38 38 38 / 0.75); }
.border-s-neutral-800\/80{ border-inline-start-color: rgb(38 38 38 / 0.8); }
.border-s-neutral-800\/90{ border-inline-start-color: rgb(38 38 38 / 0.9); }
.border-s-neutral-800\/95{ border-inline-start-color: rgb(38 38 38 / 0.95); }
.border-s-neutral-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-s-neutral-900\/0{ border-inline-start-color: rgb(23 23 23 / 0); }
.border-s-neutral-900\/10{ border-inline-start-color: rgb(23 23 23 / 0.1); }
.border-s-neutral-900\/100{ border-inline-start-color: rgb(23 23 23 / 1); }
.border-s-neutral-900\/20{ border-inline-start-color: rgb(23 23 23 / 0.2); }
.border-s-neutral-900\/25{ border-inline-start-color: rgb(23 23 23 / 0.25); }
.border-s-neutral-900\/30{ border-inline-start-color: rgb(23 23 23 / 0.3); }
.border-s-neutral-900\/40{ border-inline-start-color: rgb(23 23 23 / 0.4); }
.border-s-neutral-900\/5{ border-inline-start-color: rgb(23 23 23 / 0.05); }
.border-s-neutral-900\/50{ border-inline-start-color: rgb(23 23 23 / 0.5); }
.border-s-neutral-900\/60{ border-inline-start-color: rgb(23 23 23 / 0.6); }
.border-s-neutral-900\/70{ border-inline-start-color: rgb(23 23 23 / 0.7); }
.border-s-neutral-900\/75{ border-inline-start-color: rgb(23 23 23 / 0.75); }
.border-s-neutral-900\/80{ border-inline-start-color: rgb(23 23 23 / 0.8); }
.border-s-neutral-900\/90{ border-inline-start-color: rgb(23 23 23 / 0.9); }
.border-s-neutral-900\/95{ border-inline-start-color: rgb(23 23 23 / 0.95); }
.border-s-neutral-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-s-neutral-950\/0{ border-inline-start-color: rgb(10 10 10 / 0); }
.border-s-neutral-950\/10{ border-inline-start-color: rgb(10 10 10 / 0.1); }
.border-s-neutral-950\/100{ border-inline-start-color: rgb(10 10 10 / 1); }
.border-s-neutral-950\/20{ border-inline-start-color: rgb(10 10 10 / 0.2); }
.border-s-neutral-950\/25{ border-inline-start-color: rgb(10 10 10 / 0.25); }
.border-s-neutral-950\/30{ border-inline-start-color: rgb(10 10 10 / 0.3); }
.border-s-neutral-950\/40{ border-inline-start-color: rgb(10 10 10 / 0.4); }
.border-s-neutral-950\/5{ border-inline-start-color: rgb(10 10 10 / 0.05); }
.border-s-neutral-950\/50{ border-inline-start-color: rgb(10 10 10 / 0.5); }
.border-s-neutral-950\/60{ border-inline-start-color: rgb(10 10 10 / 0.6); }
.border-s-neutral-950\/70{ border-inline-start-color: rgb(10 10 10 / 0.7); }
.border-s-neutral-950\/75{ border-inline-start-color: rgb(10 10 10 / 0.75); }
.border-s-neutral-950\/80{ border-inline-start-color: rgb(10 10 10 / 0.8); }
.border-s-neutral-950\/90{ border-inline-start-color: rgb(10 10 10 / 0.9); }
.border-s-neutral-950\/95{ border-inline-start-color: rgb(10 10 10 / 0.95); }
.border-s-orange-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-s-orange-100\/0{ border-inline-start-color: rgb(255 237 213 / 0); }
.border-s-orange-100\/10{ border-inline-start-color: rgb(255 237 213 / 0.1); }
.border-s-orange-100\/100{ border-inline-start-color: rgb(255 237 213 / 1); }
.border-s-orange-100\/20{ border-inline-start-color: rgb(255 237 213 / 0.2); }
.border-s-orange-100\/25{ border-inline-start-color: rgb(255 237 213 / 0.25); }
.border-s-orange-100\/30{ border-inline-start-color: rgb(255 237 213 / 0.3); }
.border-s-orange-100\/40{ border-inline-start-color: rgb(255 237 213 / 0.4); }
.border-s-orange-100\/5{ border-inline-start-color: rgb(255 237 213 / 0.05); }
.border-s-orange-100\/50{ border-inline-start-color: rgb(255 237 213 / 0.5); }
.border-s-orange-100\/60{ border-inline-start-color: rgb(255 237 213 / 0.6); }
.border-s-orange-100\/70{ border-inline-start-color: rgb(255 237 213 / 0.7); }
.border-s-orange-100\/75{ border-inline-start-color: rgb(255 237 213 / 0.75); }
.border-s-orange-100\/80{ border-inline-start-color: rgb(255 237 213 / 0.8); }
.border-s-orange-100\/90{ border-inline-start-color: rgb(255 237 213 / 0.9); }
.border-s-orange-100\/95{ border-inline-start-color: rgb(255 237 213 / 0.95); }
.border-s-orange-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-s-orange-200\/0{ border-inline-start-color: rgb(254 215 170 / 0); }
.border-s-orange-200\/10{ border-inline-start-color: rgb(254 215 170 / 0.1); }
.border-s-orange-200\/100{ border-inline-start-color: rgb(254 215 170 / 1); }
.border-s-orange-200\/20{ border-inline-start-color: rgb(254 215 170 / 0.2); }
.border-s-orange-200\/25{ border-inline-start-color: rgb(254 215 170 / 0.25); }
.border-s-orange-200\/30{ border-inline-start-color: rgb(254 215 170 / 0.3); }
.border-s-orange-200\/40{ border-inline-start-color: rgb(254 215 170 / 0.4); }
.border-s-orange-200\/5{ border-inline-start-color: rgb(254 215 170 / 0.05); }
.border-s-orange-200\/50{ border-inline-start-color: rgb(254 215 170 / 0.5); }
.border-s-orange-200\/60{ border-inline-start-color: rgb(254 215 170 / 0.6); }
.border-s-orange-200\/70{ border-inline-start-color: rgb(254 215 170 / 0.7); }
.border-s-orange-200\/75{ border-inline-start-color: rgb(254 215 170 / 0.75); }
.border-s-orange-200\/80{ border-inline-start-color: rgb(254 215 170 / 0.8); }
.border-s-orange-200\/90{ border-inline-start-color: rgb(254 215 170 / 0.9); }
.border-s-orange-200\/95{ border-inline-start-color: rgb(254 215 170 / 0.95); }
.border-s-orange-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-s-orange-300\/0{ border-inline-start-color: rgb(253 186 116 / 0); }
.border-s-orange-300\/10{ border-inline-start-color: rgb(253 186 116 / 0.1); }
.border-s-orange-300\/100{ border-inline-start-color: rgb(253 186 116 / 1); }
.border-s-orange-300\/20{ border-inline-start-color: rgb(253 186 116 / 0.2); }
.border-s-orange-300\/25{ border-inline-start-color: rgb(253 186 116 / 0.25); }
.border-s-orange-300\/30{ border-inline-start-color: rgb(253 186 116 / 0.3); }
.border-s-orange-300\/40{ border-inline-start-color: rgb(253 186 116 / 0.4); }
.border-s-orange-300\/5{ border-inline-start-color: rgb(253 186 116 / 0.05); }
.border-s-orange-300\/50{ border-inline-start-color: rgb(253 186 116 / 0.5); }
.border-s-orange-300\/60{ border-inline-start-color: rgb(253 186 116 / 0.6); }
.border-s-orange-300\/70{ border-inline-start-color: rgb(253 186 116 / 0.7); }
.border-s-orange-300\/75{ border-inline-start-color: rgb(253 186 116 / 0.75); }
.border-s-orange-300\/80{ border-inline-start-color: rgb(253 186 116 / 0.8); }
.border-s-orange-300\/90{ border-inline-start-color: rgb(253 186 116 / 0.9); }
.border-s-orange-300\/95{ border-inline-start-color: rgb(253 186 116 / 0.95); }
.border-s-orange-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-s-orange-400\/0{ border-inline-start-color: rgb(251 146 60 / 0); }
.border-s-orange-400\/10{ border-inline-start-color: rgb(251 146 60 / 0.1); }
.border-s-orange-400\/100{ border-inline-start-color: rgb(251 146 60 / 1); }
.border-s-orange-400\/20{ border-inline-start-color: rgb(251 146 60 / 0.2); }
.border-s-orange-400\/25{ border-inline-start-color: rgb(251 146 60 / 0.25); }
.border-s-orange-400\/30{ border-inline-start-color: rgb(251 146 60 / 0.3); }
.border-s-orange-400\/40{ border-inline-start-color: rgb(251 146 60 / 0.4); }
.border-s-orange-400\/5{ border-inline-start-color: rgb(251 146 60 / 0.05); }
.border-s-orange-400\/50{ border-inline-start-color: rgb(251 146 60 / 0.5); }
.border-s-orange-400\/60{ border-inline-start-color: rgb(251 146 60 / 0.6); }
.border-s-orange-400\/70{ border-inline-start-color: rgb(251 146 60 / 0.7); }
.border-s-orange-400\/75{ border-inline-start-color: rgb(251 146 60 / 0.75); }
.border-s-orange-400\/80{ border-inline-start-color: rgb(251 146 60 / 0.8); }
.border-s-orange-400\/90{ border-inline-start-color: rgb(251 146 60 / 0.9); }
.border-s-orange-400\/95{ border-inline-start-color: rgb(251 146 60 / 0.95); }
.border-s-orange-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-s-orange-50\/0{ border-inline-start-color: rgb(255 247 237 / 0); }
.border-s-orange-50\/10{ border-inline-start-color: rgb(255 247 237 / 0.1); }
.border-s-orange-50\/100{ border-inline-start-color: rgb(255 247 237 / 1); }
.border-s-orange-50\/20{ border-inline-start-color: rgb(255 247 237 / 0.2); }
.border-s-orange-50\/25{ border-inline-start-color: rgb(255 247 237 / 0.25); }
.border-s-orange-50\/30{ border-inline-start-color: rgb(255 247 237 / 0.3); }
.border-s-orange-50\/40{ border-inline-start-color: rgb(255 247 237 / 0.4); }
.border-s-orange-50\/5{ border-inline-start-color: rgb(255 247 237 / 0.05); }
.border-s-orange-50\/50{ border-inline-start-color: rgb(255 247 237 / 0.5); }
.border-s-orange-50\/60{ border-inline-start-color: rgb(255 247 237 / 0.6); }
.border-s-orange-50\/70{ border-inline-start-color: rgb(255 247 237 / 0.7); }
.border-s-orange-50\/75{ border-inline-start-color: rgb(255 247 237 / 0.75); }
.border-s-orange-50\/80{ border-inline-start-color: rgb(255 247 237 / 0.8); }
.border-s-orange-50\/90{ border-inline-start-color: rgb(255 247 237 / 0.9); }
.border-s-orange-50\/95{ border-inline-start-color: rgb(255 247 237 / 0.95); }
.border-s-orange-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-s-orange-500\/0{ border-inline-start-color: rgb(249 115 22 / 0); }
.border-s-orange-500\/10{ border-inline-start-color: rgb(249 115 22 / 0.1); }
.border-s-orange-500\/100{ border-inline-start-color: rgb(249 115 22 / 1); }
.border-s-orange-500\/20{ border-inline-start-color: rgb(249 115 22 / 0.2); }
.border-s-orange-500\/25{ border-inline-start-color: rgb(249 115 22 / 0.25); }
.border-s-orange-500\/30{ border-inline-start-color: rgb(249 115 22 / 0.3); }
.border-s-orange-500\/40{ border-inline-start-color: rgb(249 115 22 / 0.4); }
.border-s-orange-500\/5{ border-inline-start-color: rgb(249 115 22 / 0.05); }
.border-s-orange-500\/50{ border-inline-start-color: rgb(249 115 22 / 0.5); }
.border-s-orange-500\/60{ border-inline-start-color: rgb(249 115 22 / 0.6); }
.border-s-orange-500\/70{ border-inline-start-color: rgb(249 115 22 / 0.7); }
.border-s-orange-500\/75{ border-inline-start-color: rgb(249 115 22 / 0.75); }
.border-s-orange-500\/80{ border-inline-start-color: rgb(249 115 22 / 0.8); }
.border-s-orange-500\/90{ border-inline-start-color: rgb(249 115 22 / 0.9); }
.border-s-orange-500\/95{ border-inline-start-color: rgb(249 115 22 / 0.95); }
.border-s-orange-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-s-orange-600\/0{ border-inline-start-color: rgb(234 88 12 / 0); }
.border-s-orange-600\/10{ border-inline-start-color: rgb(234 88 12 / 0.1); }
.border-s-orange-600\/100{ border-inline-start-color: rgb(234 88 12 / 1); }
.border-s-orange-600\/20{ border-inline-start-color: rgb(234 88 12 / 0.2); }
.border-s-orange-600\/25{ border-inline-start-color: rgb(234 88 12 / 0.25); }
.border-s-orange-600\/30{ border-inline-start-color: rgb(234 88 12 / 0.3); }
.border-s-orange-600\/40{ border-inline-start-color: rgb(234 88 12 / 0.4); }
.border-s-orange-600\/5{ border-inline-start-color: rgb(234 88 12 / 0.05); }
.border-s-orange-600\/50{ border-inline-start-color: rgb(234 88 12 / 0.5); }
.border-s-orange-600\/60{ border-inline-start-color: rgb(234 88 12 / 0.6); }
.border-s-orange-600\/70{ border-inline-start-color: rgb(234 88 12 / 0.7); }
.border-s-orange-600\/75{ border-inline-start-color: rgb(234 88 12 / 0.75); }
.border-s-orange-600\/80{ border-inline-start-color: rgb(234 88 12 / 0.8); }
.border-s-orange-600\/90{ border-inline-start-color: rgb(234 88 12 / 0.9); }
.border-s-orange-600\/95{ border-inline-start-color: rgb(234 88 12 / 0.95); }
.border-s-orange-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-s-orange-700\/0{ border-inline-start-color: rgb(194 65 12 / 0); }
.border-s-orange-700\/10{ border-inline-start-color: rgb(194 65 12 / 0.1); }
.border-s-orange-700\/100{ border-inline-start-color: rgb(194 65 12 / 1); }
.border-s-orange-700\/20{ border-inline-start-color: rgb(194 65 12 / 0.2); }
.border-s-orange-700\/25{ border-inline-start-color: rgb(194 65 12 / 0.25); }
.border-s-orange-700\/30{ border-inline-start-color: rgb(194 65 12 / 0.3); }
.border-s-orange-700\/40{ border-inline-start-color: rgb(194 65 12 / 0.4); }
.border-s-orange-700\/5{ border-inline-start-color: rgb(194 65 12 / 0.05); }
.border-s-orange-700\/50{ border-inline-start-color: rgb(194 65 12 / 0.5); }
.border-s-orange-700\/60{ border-inline-start-color: rgb(194 65 12 / 0.6); }
.border-s-orange-700\/70{ border-inline-start-color: rgb(194 65 12 / 0.7); }
.border-s-orange-700\/75{ border-inline-start-color: rgb(194 65 12 / 0.75); }
.border-s-orange-700\/80{ border-inline-start-color: rgb(194 65 12 / 0.8); }
.border-s-orange-700\/90{ border-inline-start-color: rgb(194 65 12 / 0.9); }
.border-s-orange-700\/95{ border-inline-start-color: rgb(194 65 12 / 0.95); }
.border-s-orange-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-s-orange-800\/0{ border-inline-start-color: rgb(154 52 18 / 0); }
.border-s-orange-800\/10{ border-inline-start-color: rgb(154 52 18 / 0.1); }
.border-s-orange-800\/100{ border-inline-start-color: rgb(154 52 18 / 1); }
.border-s-orange-800\/20{ border-inline-start-color: rgb(154 52 18 / 0.2); }
.border-s-orange-800\/25{ border-inline-start-color: rgb(154 52 18 / 0.25); }
.border-s-orange-800\/30{ border-inline-start-color: rgb(154 52 18 / 0.3); }
.border-s-orange-800\/40{ border-inline-start-color: rgb(154 52 18 / 0.4); }
.border-s-orange-800\/5{ border-inline-start-color: rgb(154 52 18 / 0.05); }
.border-s-orange-800\/50{ border-inline-start-color: rgb(154 52 18 / 0.5); }
.border-s-orange-800\/60{ border-inline-start-color: rgb(154 52 18 / 0.6); }
.border-s-orange-800\/70{ border-inline-start-color: rgb(154 52 18 / 0.7); }
.border-s-orange-800\/75{ border-inline-start-color: rgb(154 52 18 / 0.75); }
.border-s-orange-800\/80{ border-inline-start-color: rgb(154 52 18 / 0.8); }
.border-s-orange-800\/90{ border-inline-start-color: rgb(154 52 18 / 0.9); }
.border-s-orange-800\/95{ border-inline-start-color: rgb(154 52 18 / 0.95); }
.border-s-orange-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-s-orange-900\/0{ border-inline-start-color: rgb(124 45 18 / 0); }
.border-s-orange-900\/10{ border-inline-start-color: rgb(124 45 18 / 0.1); }
.border-s-orange-900\/100{ border-inline-start-color: rgb(124 45 18 / 1); }
.border-s-orange-900\/20{ border-inline-start-color: rgb(124 45 18 / 0.2); }
.border-s-orange-900\/25{ border-inline-start-color: rgb(124 45 18 / 0.25); }
.border-s-orange-900\/30{ border-inline-start-color: rgb(124 45 18 / 0.3); }
.border-s-orange-900\/40{ border-inline-start-color: rgb(124 45 18 / 0.4); }
.border-s-orange-900\/5{ border-inline-start-color: rgb(124 45 18 / 0.05); }
.border-s-orange-900\/50{ border-inline-start-color: rgb(124 45 18 / 0.5); }
.border-s-orange-900\/60{ border-inline-start-color: rgb(124 45 18 / 0.6); }
.border-s-orange-900\/70{ border-inline-start-color: rgb(124 45 18 / 0.7); }
.border-s-orange-900\/75{ border-inline-start-color: rgb(124 45 18 / 0.75); }
.border-s-orange-900\/80{ border-inline-start-color: rgb(124 45 18 / 0.8); }
.border-s-orange-900\/90{ border-inline-start-color: rgb(124 45 18 / 0.9); }
.border-s-orange-900\/95{ border-inline-start-color: rgb(124 45 18 / 0.95); }
.border-s-orange-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-s-orange-950\/0{ border-inline-start-color: rgb(67 20 7 / 0); }
.border-s-orange-950\/10{ border-inline-start-color: rgb(67 20 7 / 0.1); }
.border-s-orange-950\/100{ border-inline-start-color: rgb(67 20 7 / 1); }
.border-s-orange-950\/20{ border-inline-start-color: rgb(67 20 7 / 0.2); }
.border-s-orange-950\/25{ border-inline-start-color: rgb(67 20 7 / 0.25); }
.border-s-orange-950\/30{ border-inline-start-color: rgb(67 20 7 / 0.3); }
.border-s-orange-950\/40{ border-inline-start-color: rgb(67 20 7 / 0.4); }
.border-s-orange-950\/5{ border-inline-start-color: rgb(67 20 7 / 0.05); }
.border-s-orange-950\/50{ border-inline-start-color: rgb(67 20 7 / 0.5); }
.border-s-orange-950\/60{ border-inline-start-color: rgb(67 20 7 / 0.6); }
.border-s-orange-950\/70{ border-inline-start-color: rgb(67 20 7 / 0.7); }
.border-s-orange-950\/75{ border-inline-start-color: rgb(67 20 7 / 0.75); }
.border-s-orange-950\/80{ border-inline-start-color: rgb(67 20 7 / 0.8); }
.border-s-orange-950\/90{ border-inline-start-color: rgb(67 20 7 / 0.9); }
.border-s-orange-950\/95{ border-inline-start-color: rgb(67 20 7 / 0.95); }
.border-s-pink-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-s-pink-100\/0{ border-inline-start-color: rgb(252 231 243 / 0); }
.border-s-pink-100\/10{ border-inline-start-color: rgb(252 231 243 / 0.1); }
.border-s-pink-100\/100{ border-inline-start-color: rgb(252 231 243 / 1); }
.border-s-pink-100\/20{ border-inline-start-color: rgb(252 231 243 / 0.2); }
.border-s-pink-100\/25{ border-inline-start-color: rgb(252 231 243 / 0.25); }
.border-s-pink-100\/30{ border-inline-start-color: rgb(252 231 243 / 0.3); }
.border-s-pink-100\/40{ border-inline-start-color: rgb(252 231 243 / 0.4); }
.border-s-pink-100\/5{ border-inline-start-color: rgb(252 231 243 / 0.05); }
.border-s-pink-100\/50{ border-inline-start-color: rgb(252 231 243 / 0.5); }
.border-s-pink-100\/60{ border-inline-start-color: rgb(252 231 243 / 0.6); }
.border-s-pink-100\/70{ border-inline-start-color: rgb(252 231 243 / 0.7); }
.border-s-pink-100\/75{ border-inline-start-color: rgb(252 231 243 / 0.75); }
.border-s-pink-100\/80{ border-inline-start-color: rgb(252 231 243 / 0.8); }
.border-s-pink-100\/90{ border-inline-start-color: rgb(252 231 243 / 0.9); }
.border-s-pink-100\/95{ border-inline-start-color: rgb(252 231 243 / 0.95); }
.border-s-pink-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-s-pink-200\/0{ border-inline-start-color: rgb(251 207 232 / 0); }
.border-s-pink-200\/10{ border-inline-start-color: rgb(251 207 232 / 0.1); }
.border-s-pink-200\/100{ border-inline-start-color: rgb(251 207 232 / 1); }
.border-s-pink-200\/20{ border-inline-start-color: rgb(251 207 232 / 0.2); }
.border-s-pink-200\/25{ border-inline-start-color: rgb(251 207 232 / 0.25); }
.border-s-pink-200\/30{ border-inline-start-color: rgb(251 207 232 / 0.3); }
.border-s-pink-200\/40{ border-inline-start-color: rgb(251 207 232 / 0.4); }
.border-s-pink-200\/5{ border-inline-start-color: rgb(251 207 232 / 0.05); }
.border-s-pink-200\/50{ border-inline-start-color: rgb(251 207 232 / 0.5); }
.border-s-pink-200\/60{ border-inline-start-color: rgb(251 207 232 / 0.6); }
.border-s-pink-200\/70{ border-inline-start-color: rgb(251 207 232 / 0.7); }
.border-s-pink-200\/75{ border-inline-start-color: rgb(251 207 232 / 0.75); }
.border-s-pink-200\/80{ border-inline-start-color: rgb(251 207 232 / 0.8); }
.border-s-pink-200\/90{ border-inline-start-color: rgb(251 207 232 / 0.9); }
.border-s-pink-200\/95{ border-inline-start-color: rgb(251 207 232 / 0.95); }
.border-s-pink-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-s-pink-300\/0{ border-inline-start-color: rgb(249 168 212 / 0); }
.border-s-pink-300\/10{ border-inline-start-color: rgb(249 168 212 / 0.1); }
.border-s-pink-300\/100{ border-inline-start-color: rgb(249 168 212 / 1); }
.border-s-pink-300\/20{ border-inline-start-color: rgb(249 168 212 / 0.2); }
.border-s-pink-300\/25{ border-inline-start-color: rgb(249 168 212 / 0.25); }
.border-s-pink-300\/30{ border-inline-start-color: rgb(249 168 212 / 0.3); }
.border-s-pink-300\/40{ border-inline-start-color: rgb(249 168 212 / 0.4); }
.border-s-pink-300\/5{ border-inline-start-color: rgb(249 168 212 / 0.05); }
.border-s-pink-300\/50{ border-inline-start-color: rgb(249 168 212 / 0.5); }
.border-s-pink-300\/60{ border-inline-start-color: rgb(249 168 212 / 0.6); }
.border-s-pink-300\/70{ border-inline-start-color: rgb(249 168 212 / 0.7); }
.border-s-pink-300\/75{ border-inline-start-color: rgb(249 168 212 / 0.75); }
.border-s-pink-300\/80{ border-inline-start-color: rgb(249 168 212 / 0.8); }
.border-s-pink-300\/90{ border-inline-start-color: rgb(249 168 212 / 0.9); }
.border-s-pink-300\/95{ border-inline-start-color: rgb(249 168 212 / 0.95); }
.border-s-pink-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-s-pink-400\/0{ border-inline-start-color: rgb(244 114 182 / 0); }
.border-s-pink-400\/10{ border-inline-start-color: rgb(244 114 182 / 0.1); }
.border-s-pink-400\/100{ border-inline-start-color: rgb(244 114 182 / 1); }
.border-s-pink-400\/20{ border-inline-start-color: rgb(244 114 182 / 0.2); }
.border-s-pink-400\/25{ border-inline-start-color: rgb(244 114 182 / 0.25); }
.border-s-pink-400\/30{ border-inline-start-color: rgb(244 114 182 / 0.3); }
.border-s-pink-400\/40{ border-inline-start-color: rgb(244 114 182 / 0.4); }
.border-s-pink-400\/5{ border-inline-start-color: rgb(244 114 182 / 0.05); }
.border-s-pink-400\/50{ border-inline-start-color: rgb(244 114 182 / 0.5); }
.border-s-pink-400\/60{ border-inline-start-color: rgb(244 114 182 / 0.6); }
.border-s-pink-400\/70{ border-inline-start-color: rgb(244 114 182 / 0.7); }
.border-s-pink-400\/75{ border-inline-start-color: rgb(244 114 182 / 0.75); }
.border-s-pink-400\/80{ border-inline-start-color: rgb(244 114 182 / 0.8); }
.border-s-pink-400\/90{ border-inline-start-color: rgb(244 114 182 / 0.9); }
.border-s-pink-400\/95{ border-inline-start-color: rgb(244 114 182 / 0.95); }
.border-s-pink-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-s-pink-50\/0{ border-inline-start-color: rgb(253 242 248 / 0); }
.border-s-pink-50\/10{ border-inline-start-color: rgb(253 242 248 / 0.1); }
.border-s-pink-50\/100{ border-inline-start-color: rgb(253 242 248 / 1); }
.border-s-pink-50\/20{ border-inline-start-color: rgb(253 242 248 / 0.2); }
.border-s-pink-50\/25{ border-inline-start-color: rgb(253 242 248 / 0.25); }
.border-s-pink-50\/30{ border-inline-start-color: rgb(253 242 248 / 0.3); }
.border-s-pink-50\/40{ border-inline-start-color: rgb(253 242 248 / 0.4); }
.border-s-pink-50\/5{ border-inline-start-color: rgb(253 242 248 / 0.05); }
.border-s-pink-50\/50{ border-inline-start-color: rgb(253 242 248 / 0.5); }
.border-s-pink-50\/60{ border-inline-start-color: rgb(253 242 248 / 0.6); }
.border-s-pink-50\/70{ border-inline-start-color: rgb(253 242 248 / 0.7); }
.border-s-pink-50\/75{ border-inline-start-color: rgb(253 242 248 / 0.75); }
.border-s-pink-50\/80{ border-inline-start-color: rgb(253 242 248 / 0.8); }
.border-s-pink-50\/90{ border-inline-start-color: rgb(253 242 248 / 0.9); }
.border-s-pink-50\/95{ border-inline-start-color: rgb(253 242 248 / 0.95); }
.border-s-pink-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-s-pink-500\/0{ border-inline-start-color: rgb(236 72 153 / 0); }
.border-s-pink-500\/10{ border-inline-start-color: rgb(236 72 153 / 0.1); }
.border-s-pink-500\/100{ border-inline-start-color: rgb(236 72 153 / 1); }
.border-s-pink-500\/20{ border-inline-start-color: rgb(236 72 153 / 0.2); }
.border-s-pink-500\/25{ border-inline-start-color: rgb(236 72 153 / 0.25); }
.border-s-pink-500\/30{ border-inline-start-color: rgb(236 72 153 / 0.3); }
.border-s-pink-500\/40{ border-inline-start-color: rgb(236 72 153 / 0.4); }
.border-s-pink-500\/5{ border-inline-start-color: rgb(236 72 153 / 0.05); }
.border-s-pink-500\/50{ border-inline-start-color: rgb(236 72 153 / 0.5); }
.border-s-pink-500\/60{ border-inline-start-color: rgb(236 72 153 / 0.6); }
.border-s-pink-500\/70{ border-inline-start-color: rgb(236 72 153 / 0.7); }
.border-s-pink-500\/75{ border-inline-start-color: rgb(236 72 153 / 0.75); }
.border-s-pink-500\/80{ border-inline-start-color: rgb(236 72 153 / 0.8); }
.border-s-pink-500\/90{ border-inline-start-color: rgb(236 72 153 / 0.9); }
.border-s-pink-500\/95{ border-inline-start-color: rgb(236 72 153 / 0.95); }
.border-s-pink-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-s-pink-600\/0{ border-inline-start-color: rgb(219 39 119 / 0); }
.border-s-pink-600\/10{ border-inline-start-color: rgb(219 39 119 / 0.1); }
.border-s-pink-600\/100{ border-inline-start-color: rgb(219 39 119 / 1); }
.border-s-pink-600\/20{ border-inline-start-color: rgb(219 39 119 / 0.2); }
.border-s-pink-600\/25{ border-inline-start-color: rgb(219 39 119 / 0.25); }
.border-s-pink-600\/30{ border-inline-start-color: rgb(219 39 119 / 0.3); }
.border-s-pink-600\/40{ border-inline-start-color: rgb(219 39 119 / 0.4); }
.border-s-pink-600\/5{ border-inline-start-color: rgb(219 39 119 / 0.05); }
.border-s-pink-600\/50{ border-inline-start-color: rgb(219 39 119 / 0.5); }
.border-s-pink-600\/60{ border-inline-start-color: rgb(219 39 119 / 0.6); }
.border-s-pink-600\/70{ border-inline-start-color: rgb(219 39 119 / 0.7); }
.border-s-pink-600\/75{ border-inline-start-color: rgb(219 39 119 / 0.75); }
.border-s-pink-600\/80{ border-inline-start-color: rgb(219 39 119 / 0.8); }
.border-s-pink-600\/90{ border-inline-start-color: rgb(219 39 119 / 0.9); }
.border-s-pink-600\/95{ border-inline-start-color: rgb(219 39 119 / 0.95); }
.border-s-pink-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-s-pink-700\/0{ border-inline-start-color: rgb(190 24 93 / 0); }
.border-s-pink-700\/10{ border-inline-start-color: rgb(190 24 93 / 0.1); }
.border-s-pink-700\/100{ border-inline-start-color: rgb(190 24 93 / 1); }
.border-s-pink-700\/20{ border-inline-start-color: rgb(190 24 93 / 0.2); }
.border-s-pink-700\/25{ border-inline-start-color: rgb(190 24 93 / 0.25); }
.border-s-pink-700\/30{ border-inline-start-color: rgb(190 24 93 / 0.3); }
.border-s-pink-700\/40{ border-inline-start-color: rgb(190 24 93 / 0.4); }
.border-s-pink-700\/5{ border-inline-start-color: rgb(190 24 93 / 0.05); }
.border-s-pink-700\/50{ border-inline-start-color: rgb(190 24 93 / 0.5); }
.border-s-pink-700\/60{ border-inline-start-color: rgb(190 24 93 / 0.6); }
.border-s-pink-700\/70{ border-inline-start-color: rgb(190 24 93 / 0.7); }
.border-s-pink-700\/75{ border-inline-start-color: rgb(190 24 93 / 0.75); }
.border-s-pink-700\/80{ border-inline-start-color: rgb(190 24 93 / 0.8); }
.border-s-pink-700\/90{ border-inline-start-color: rgb(190 24 93 / 0.9); }
.border-s-pink-700\/95{ border-inline-start-color: rgb(190 24 93 / 0.95); }
.border-s-pink-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-s-pink-800\/0{ border-inline-start-color: rgb(157 23 77 / 0); }
.border-s-pink-800\/10{ border-inline-start-color: rgb(157 23 77 / 0.1); }
.border-s-pink-800\/100{ border-inline-start-color: rgb(157 23 77 / 1); }
.border-s-pink-800\/20{ border-inline-start-color: rgb(157 23 77 / 0.2); }
.border-s-pink-800\/25{ border-inline-start-color: rgb(157 23 77 / 0.25); }
.border-s-pink-800\/30{ border-inline-start-color: rgb(157 23 77 / 0.3); }
.border-s-pink-800\/40{ border-inline-start-color: rgb(157 23 77 / 0.4); }
.border-s-pink-800\/5{ border-inline-start-color: rgb(157 23 77 / 0.05); }
.border-s-pink-800\/50{ border-inline-start-color: rgb(157 23 77 / 0.5); }
.border-s-pink-800\/60{ border-inline-start-color: rgb(157 23 77 / 0.6); }
.border-s-pink-800\/70{ border-inline-start-color: rgb(157 23 77 / 0.7); }
.border-s-pink-800\/75{ border-inline-start-color: rgb(157 23 77 / 0.75); }
.border-s-pink-800\/80{ border-inline-start-color: rgb(157 23 77 / 0.8); }
.border-s-pink-800\/90{ border-inline-start-color: rgb(157 23 77 / 0.9); }
.border-s-pink-800\/95{ border-inline-start-color: rgb(157 23 77 / 0.95); }
.border-s-pink-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-s-pink-900\/0{ border-inline-start-color: rgb(131 24 67 / 0); }
.border-s-pink-900\/10{ border-inline-start-color: rgb(131 24 67 / 0.1); }
.border-s-pink-900\/100{ border-inline-start-color: rgb(131 24 67 / 1); }
.border-s-pink-900\/20{ border-inline-start-color: rgb(131 24 67 / 0.2); }
.border-s-pink-900\/25{ border-inline-start-color: rgb(131 24 67 / 0.25); }
.border-s-pink-900\/30{ border-inline-start-color: rgb(131 24 67 / 0.3); }
.border-s-pink-900\/40{ border-inline-start-color: rgb(131 24 67 / 0.4); }
.border-s-pink-900\/5{ border-inline-start-color: rgb(131 24 67 / 0.05); }
.border-s-pink-900\/50{ border-inline-start-color: rgb(131 24 67 / 0.5); }
.border-s-pink-900\/60{ border-inline-start-color: rgb(131 24 67 / 0.6); }
.border-s-pink-900\/70{ border-inline-start-color: rgb(131 24 67 / 0.7); }
.border-s-pink-900\/75{ border-inline-start-color: rgb(131 24 67 / 0.75); }
.border-s-pink-900\/80{ border-inline-start-color: rgb(131 24 67 / 0.8); }
.border-s-pink-900\/90{ border-inline-start-color: rgb(131 24 67 / 0.9); }
.border-s-pink-900\/95{ border-inline-start-color: rgb(131 24 67 / 0.95); }
.border-s-pink-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-s-pink-950\/0{ border-inline-start-color: rgb(80 7 36 / 0); }
.border-s-pink-950\/10{ border-inline-start-color: rgb(80 7 36 / 0.1); }
.border-s-pink-950\/100{ border-inline-start-color: rgb(80 7 36 / 1); }
.border-s-pink-950\/20{ border-inline-start-color: rgb(80 7 36 / 0.2); }
.border-s-pink-950\/25{ border-inline-start-color: rgb(80 7 36 / 0.25); }
.border-s-pink-950\/30{ border-inline-start-color: rgb(80 7 36 / 0.3); }
.border-s-pink-950\/40{ border-inline-start-color: rgb(80 7 36 / 0.4); }
.border-s-pink-950\/5{ border-inline-start-color: rgb(80 7 36 / 0.05); }
.border-s-pink-950\/50{ border-inline-start-color: rgb(80 7 36 / 0.5); }
.border-s-pink-950\/60{ border-inline-start-color: rgb(80 7 36 / 0.6); }
.border-s-pink-950\/70{ border-inline-start-color: rgb(80 7 36 / 0.7); }
.border-s-pink-950\/75{ border-inline-start-color: rgb(80 7 36 / 0.75); }
.border-s-pink-950\/80{ border-inline-start-color: rgb(80 7 36 / 0.8); }
.border-s-pink-950\/90{ border-inline-start-color: rgb(80 7 36 / 0.9); }
.border-s-pink-950\/95{ border-inline-start-color: rgb(80 7 36 / 0.95); }
.border-s-purple-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-s-purple-100\/0{ border-inline-start-color: rgb(243 232 255 / 0); }
.border-s-purple-100\/10{ border-inline-start-color: rgb(243 232 255 / 0.1); }
.border-s-purple-100\/100{ border-inline-start-color: rgb(243 232 255 / 1); }
.border-s-purple-100\/20{ border-inline-start-color: rgb(243 232 255 / 0.2); }
.border-s-purple-100\/25{ border-inline-start-color: rgb(243 232 255 / 0.25); }
.border-s-purple-100\/30{ border-inline-start-color: rgb(243 232 255 / 0.3); }
.border-s-purple-100\/40{ border-inline-start-color: rgb(243 232 255 / 0.4); }
.border-s-purple-100\/5{ border-inline-start-color: rgb(243 232 255 / 0.05); }
.border-s-purple-100\/50{ border-inline-start-color: rgb(243 232 255 / 0.5); }
.border-s-purple-100\/60{ border-inline-start-color: rgb(243 232 255 / 0.6); }
.border-s-purple-100\/70{ border-inline-start-color: rgb(243 232 255 / 0.7); }
.border-s-purple-100\/75{ border-inline-start-color: rgb(243 232 255 / 0.75); }
.border-s-purple-100\/80{ border-inline-start-color: rgb(243 232 255 / 0.8); }
.border-s-purple-100\/90{ border-inline-start-color: rgb(243 232 255 / 0.9); }
.border-s-purple-100\/95{ border-inline-start-color: rgb(243 232 255 / 0.95); }
.border-s-purple-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-s-purple-200\/0{ border-inline-start-color: rgb(233 213 255 / 0); }
.border-s-purple-200\/10{ border-inline-start-color: rgb(233 213 255 / 0.1); }
.border-s-purple-200\/100{ border-inline-start-color: rgb(233 213 255 / 1); }
.border-s-purple-200\/20{ border-inline-start-color: rgb(233 213 255 / 0.2); }
.border-s-purple-200\/25{ border-inline-start-color: rgb(233 213 255 / 0.25); }
.border-s-purple-200\/30{ border-inline-start-color: rgb(233 213 255 / 0.3); }
.border-s-purple-200\/40{ border-inline-start-color: rgb(233 213 255 / 0.4); }
.border-s-purple-200\/5{ border-inline-start-color: rgb(233 213 255 / 0.05); }
.border-s-purple-200\/50{ border-inline-start-color: rgb(233 213 255 / 0.5); }
.border-s-purple-200\/60{ border-inline-start-color: rgb(233 213 255 / 0.6); }
.border-s-purple-200\/70{ border-inline-start-color: rgb(233 213 255 / 0.7); }
.border-s-purple-200\/75{ border-inline-start-color: rgb(233 213 255 / 0.75); }
.border-s-purple-200\/80{ border-inline-start-color: rgb(233 213 255 / 0.8); }
.border-s-purple-200\/90{ border-inline-start-color: rgb(233 213 255 / 0.9); }
.border-s-purple-200\/95{ border-inline-start-color: rgb(233 213 255 / 0.95); }
.border-s-purple-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-s-purple-300\/0{ border-inline-start-color: rgb(216 180 254 / 0); }
.border-s-purple-300\/10{ border-inline-start-color: rgb(216 180 254 / 0.1); }
.border-s-purple-300\/100{ border-inline-start-color: rgb(216 180 254 / 1); }
.border-s-purple-300\/20{ border-inline-start-color: rgb(216 180 254 / 0.2); }
.border-s-purple-300\/25{ border-inline-start-color: rgb(216 180 254 / 0.25); }
.border-s-purple-300\/30{ border-inline-start-color: rgb(216 180 254 / 0.3); }
.border-s-purple-300\/40{ border-inline-start-color: rgb(216 180 254 / 0.4); }
.border-s-purple-300\/5{ border-inline-start-color: rgb(216 180 254 / 0.05); }
.border-s-purple-300\/50{ border-inline-start-color: rgb(216 180 254 / 0.5); }
.border-s-purple-300\/60{ border-inline-start-color: rgb(216 180 254 / 0.6); }
.border-s-purple-300\/70{ border-inline-start-color: rgb(216 180 254 / 0.7); }
.border-s-purple-300\/75{ border-inline-start-color: rgb(216 180 254 / 0.75); }
.border-s-purple-300\/80{ border-inline-start-color: rgb(216 180 254 / 0.8); }
.border-s-purple-300\/90{ border-inline-start-color: rgb(216 180 254 / 0.9); }
.border-s-purple-300\/95{ border-inline-start-color: rgb(216 180 254 / 0.95); }
.border-s-purple-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-s-purple-400\/0{ border-inline-start-color: rgb(192 132 252 / 0); }
.border-s-purple-400\/10{ border-inline-start-color: rgb(192 132 252 / 0.1); }
.border-s-purple-400\/100{ border-inline-start-color: rgb(192 132 252 / 1); }
.border-s-purple-400\/20{ border-inline-start-color: rgb(192 132 252 / 0.2); }
.border-s-purple-400\/25{ border-inline-start-color: rgb(192 132 252 / 0.25); }
.border-s-purple-400\/30{ border-inline-start-color: rgb(192 132 252 / 0.3); }
.border-s-purple-400\/40{ border-inline-start-color: rgb(192 132 252 / 0.4); }
.border-s-purple-400\/5{ border-inline-start-color: rgb(192 132 252 / 0.05); }
.border-s-purple-400\/50{ border-inline-start-color: rgb(192 132 252 / 0.5); }
.border-s-purple-400\/60{ border-inline-start-color: rgb(192 132 252 / 0.6); }
.border-s-purple-400\/70{ border-inline-start-color: rgb(192 132 252 / 0.7); }
.border-s-purple-400\/75{ border-inline-start-color: rgb(192 132 252 / 0.75); }
.border-s-purple-400\/80{ border-inline-start-color: rgb(192 132 252 / 0.8); }
.border-s-purple-400\/90{ border-inline-start-color: rgb(192 132 252 / 0.9); }
.border-s-purple-400\/95{ border-inline-start-color: rgb(192 132 252 / 0.95); }
.border-s-purple-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-s-purple-50\/0{ border-inline-start-color: rgb(250 245 255 / 0); }
.border-s-purple-50\/10{ border-inline-start-color: rgb(250 245 255 / 0.1); }
.border-s-purple-50\/100{ border-inline-start-color: rgb(250 245 255 / 1); }
.border-s-purple-50\/20{ border-inline-start-color: rgb(250 245 255 / 0.2); }
.border-s-purple-50\/25{ border-inline-start-color: rgb(250 245 255 / 0.25); }
.border-s-purple-50\/30{ border-inline-start-color: rgb(250 245 255 / 0.3); }
.border-s-purple-50\/40{ border-inline-start-color: rgb(250 245 255 / 0.4); }
.border-s-purple-50\/5{ border-inline-start-color: rgb(250 245 255 / 0.05); }
.border-s-purple-50\/50{ border-inline-start-color: rgb(250 245 255 / 0.5); }
.border-s-purple-50\/60{ border-inline-start-color: rgb(250 245 255 / 0.6); }
.border-s-purple-50\/70{ border-inline-start-color: rgb(250 245 255 / 0.7); }
.border-s-purple-50\/75{ border-inline-start-color: rgb(250 245 255 / 0.75); }
.border-s-purple-50\/80{ border-inline-start-color: rgb(250 245 255 / 0.8); }
.border-s-purple-50\/90{ border-inline-start-color: rgb(250 245 255 / 0.9); }
.border-s-purple-50\/95{ border-inline-start-color: rgb(250 245 255 / 0.95); }
.border-s-purple-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-s-purple-500\/0{ border-inline-start-color: rgb(168 85 247 / 0); }
.border-s-purple-500\/10{ border-inline-start-color: rgb(168 85 247 / 0.1); }
.border-s-purple-500\/100{ border-inline-start-color: rgb(168 85 247 / 1); }
.border-s-purple-500\/20{ border-inline-start-color: rgb(168 85 247 / 0.2); }
.border-s-purple-500\/25{ border-inline-start-color: rgb(168 85 247 / 0.25); }
.border-s-purple-500\/30{ border-inline-start-color: rgb(168 85 247 / 0.3); }
.border-s-purple-500\/40{ border-inline-start-color: rgb(168 85 247 / 0.4); }
.border-s-purple-500\/5{ border-inline-start-color: rgb(168 85 247 / 0.05); }
.border-s-purple-500\/50{ border-inline-start-color: rgb(168 85 247 / 0.5); }
.border-s-purple-500\/60{ border-inline-start-color: rgb(168 85 247 / 0.6); }
.border-s-purple-500\/70{ border-inline-start-color: rgb(168 85 247 / 0.7); }
.border-s-purple-500\/75{ border-inline-start-color: rgb(168 85 247 / 0.75); }
.border-s-purple-500\/80{ border-inline-start-color: rgb(168 85 247 / 0.8); }
.border-s-purple-500\/90{ border-inline-start-color: rgb(168 85 247 / 0.9); }
.border-s-purple-500\/95{ border-inline-start-color: rgb(168 85 247 / 0.95); }
.border-s-purple-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-s-purple-600\/0{ border-inline-start-color: rgb(147 51 234 / 0); }
.border-s-purple-600\/10{ border-inline-start-color: rgb(147 51 234 / 0.1); }
.border-s-purple-600\/100{ border-inline-start-color: rgb(147 51 234 / 1); }
.border-s-purple-600\/20{ border-inline-start-color: rgb(147 51 234 / 0.2); }
.border-s-purple-600\/25{ border-inline-start-color: rgb(147 51 234 / 0.25); }
.border-s-purple-600\/30{ border-inline-start-color: rgb(147 51 234 / 0.3); }
.border-s-purple-600\/40{ border-inline-start-color: rgb(147 51 234 / 0.4); }
.border-s-purple-600\/5{ border-inline-start-color: rgb(147 51 234 / 0.05); }
.border-s-purple-600\/50{ border-inline-start-color: rgb(147 51 234 / 0.5); }
.border-s-purple-600\/60{ border-inline-start-color: rgb(147 51 234 / 0.6); }
.border-s-purple-600\/70{ border-inline-start-color: rgb(147 51 234 / 0.7); }
.border-s-purple-600\/75{ border-inline-start-color: rgb(147 51 234 / 0.75); }
.border-s-purple-600\/80{ border-inline-start-color: rgb(147 51 234 / 0.8); }
.border-s-purple-600\/90{ border-inline-start-color: rgb(147 51 234 / 0.9); }
.border-s-purple-600\/95{ border-inline-start-color: rgb(147 51 234 / 0.95); }
.border-s-purple-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-s-purple-700\/0{ border-inline-start-color: rgb(126 34 206 / 0); }
.border-s-purple-700\/10{ border-inline-start-color: rgb(126 34 206 / 0.1); }
.border-s-purple-700\/100{ border-inline-start-color: rgb(126 34 206 / 1); }
.border-s-purple-700\/20{ border-inline-start-color: rgb(126 34 206 / 0.2); }
.border-s-purple-700\/25{ border-inline-start-color: rgb(126 34 206 / 0.25); }
.border-s-purple-700\/30{ border-inline-start-color: rgb(126 34 206 / 0.3); }
.border-s-purple-700\/40{ border-inline-start-color: rgb(126 34 206 / 0.4); }
.border-s-purple-700\/5{ border-inline-start-color: rgb(126 34 206 / 0.05); }
.border-s-purple-700\/50{ border-inline-start-color: rgb(126 34 206 / 0.5); }
.border-s-purple-700\/60{ border-inline-start-color: rgb(126 34 206 / 0.6); }
.border-s-purple-700\/70{ border-inline-start-color: rgb(126 34 206 / 0.7); }
.border-s-purple-700\/75{ border-inline-start-color: rgb(126 34 206 / 0.75); }
.border-s-purple-700\/80{ border-inline-start-color: rgb(126 34 206 / 0.8); }
.border-s-purple-700\/90{ border-inline-start-color: rgb(126 34 206 / 0.9); }
.border-s-purple-700\/95{ border-inline-start-color: rgb(126 34 206 / 0.95); }
.border-s-purple-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-s-purple-800\/0{ border-inline-start-color: rgb(107 33 168 / 0); }
.border-s-purple-800\/10{ border-inline-start-color: rgb(107 33 168 / 0.1); }
.border-s-purple-800\/100{ border-inline-start-color: rgb(107 33 168 / 1); }
.border-s-purple-800\/20{ border-inline-start-color: rgb(107 33 168 / 0.2); }
.border-s-purple-800\/25{ border-inline-start-color: rgb(107 33 168 / 0.25); }
.border-s-purple-800\/30{ border-inline-start-color: rgb(107 33 168 / 0.3); }
.border-s-purple-800\/40{ border-inline-start-color: rgb(107 33 168 / 0.4); }
.border-s-purple-800\/5{ border-inline-start-color: rgb(107 33 168 / 0.05); }
.border-s-purple-800\/50{ border-inline-start-color: rgb(107 33 168 / 0.5); }
.border-s-purple-800\/60{ border-inline-start-color: rgb(107 33 168 / 0.6); }
.border-s-purple-800\/70{ border-inline-start-color: rgb(107 33 168 / 0.7); }
.border-s-purple-800\/75{ border-inline-start-color: rgb(107 33 168 / 0.75); }
.border-s-purple-800\/80{ border-inline-start-color: rgb(107 33 168 / 0.8); }
.border-s-purple-800\/90{ border-inline-start-color: rgb(107 33 168 / 0.9); }
.border-s-purple-800\/95{ border-inline-start-color: rgb(107 33 168 / 0.95); }
.border-s-purple-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-s-purple-900\/0{ border-inline-start-color: rgb(88 28 135 / 0); }
.border-s-purple-900\/10{ border-inline-start-color: rgb(88 28 135 / 0.1); }
.border-s-purple-900\/100{ border-inline-start-color: rgb(88 28 135 / 1); }
.border-s-purple-900\/20{ border-inline-start-color: rgb(88 28 135 / 0.2); }
.border-s-purple-900\/25{ border-inline-start-color: rgb(88 28 135 / 0.25); }
.border-s-purple-900\/30{ border-inline-start-color: rgb(88 28 135 / 0.3); }
.border-s-purple-900\/40{ border-inline-start-color: rgb(88 28 135 / 0.4); }
.border-s-purple-900\/5{ border-inline-start-color: rgb(88 28 135 / 0.05); }
.border-s-purple-900\/50{ border-inline-start-color: rgb(88 28 135 / 0.5); }
.border-s-purple-900\/60{ border-inline-start-color: rgb(88 28 135 / 0.6); }
.border-s-purple-900\/70{ border-inline-start-color: rgb(88 28 135 / 0.7); }
.border-s-purple-900\/75{ border-inline-start-color: rgb(88 28 135 / 0.75); }
.border-s-purple-900\/80{ border-inline-start-color: rgb(88 28 135 / 0.8); }
.border-s-purple-900\/90{ border-inline-start-color: rgb(88 28 135 / 0.9); }
.border-s-purple-900\/95{ border-inline-start-color: rgb(88 28 135 / 0.95); }
.border-s-purple-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-s-purple-950\/0{ border-inline-start-color: rgb(59 7 100 / 0); }
.border-s-purple-950\/10{ border-inline-start-color: rgb(59 7 100 / 0.1); }
.border-s-purple-950\/100{ border-inline-start-color: rgb(59 7 100 / 1); }
.border-s-purple-950\/20{ border-inline-start-color: rgb(59 7 100 / 0.2); }
.border-s-purple-950\/25{ border-inline-start-color: rgb(59 7 100 / 0.25); }
.border-s-purple-950\/30{ border-inline-start-color: rgb(59 7 100 / 0.3); }
.border-s-purple-950\/40{ border-inline-start-color: rgb(59 7 100 / 0.4); }
.border-s-purple-950\/5{ border-inline-start-color: rgb(59 7 100 / 0.05); }
.border-s-purple-950\/50{ border-inline-start-color: rgb(59 7 100 / 0.5); }
.border-s-purple-950\/60{ border-inline-start-color: rgb(59 7 100 / 0.6); }
.border-s-purple-950\/70{ border-inline-start-color: rgb(59 7 100 / 0.7); }
.border-s-purple-950\/75{ border-inline-start-color: rgb(59 7 100 / 0.75); }
.border-s-purple-950\/80{ border-inline-start-color: rgb(59 7 100 / 0.8); }
.border-s-purple-950\/90{ border-inline-start-color: rgb(59 7 100 / 0.9); }
.border-s-purple-950\/95{ border-inline-start-color: rgb(59 7 100 / 0.95); }
.border-s-red-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-s-red-100\/0{ border-inline-start-color: rgb(254 226 226 / 0); }
.border-s-red-100\/10{ border-inline-start-color: rgb(254 226 226 / 0.1); }
.border-s-red-100\/100{ border-inline-start-color: rgb(254 226 226 / 1); }
.border-s-red-100\/20{ border-inline-start-color: rgb(254 226 226 / 0.2); }
.border-s-red-100\/25{ border-inline-start-color: rgb(254 226 226 / 0.25); }
.border-s-red-100\/30{ border-inline-start-color: rgb(254 226 226 / 0.3); }
.border-s-red-100\/40{ border-inline-start-color: rgb(254 226 226 / 0.4); }
.border-s-red-100\/5{ border-inline-start-color: rgb(254 226 226 / 0.05); }
.border-s-red-100\/50{ border-inline-start-color: rgb(254 226 226 / 0.5); }
.border-s-red-100\/60{ border-inline-start-color: rgb(254 226 226 / 0.6); }
.border-s-red-100\/70{ border-inline-start-color: rgb(254 226 226 / 0.7); }
.border-s-red-100\/75{ border-inline-start-color: rgb(254 226 226 / 0.75); }
.border-s-red-100\/80{ border-inline-start-color: rgb(254 226 226 / 0.8); }
.border-s-red-100\/90{ border-inline-start-color: rgb(254 226 226 / 0.9); }
.border-s-red-100\/95{ border-inline-start-color: rgb(254 226 226 / 0.95); }
.border-s-red-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-s-red-200\/0{ border-inline-start-color: rgb(254 202 202 / 0); }
.border-s-red-200\/10{ border-inline-start-color: rgb(254 202 202 / 0.1); }
.border-s-red-200\/100{ border-inline-start-color: rgb(254 202 202 / 1); }
.border-s-red-200\/20{ border-inline-start-color: rgb(254 202 202 / 0.2); }
.border-s-red-200\/25{ border-inline-start-color: rgb(254 202 202 / 0.25); }
.border-s-red-200\/30{ border-inline-start-color: rgb(254 202 202 / 0.3); }
.border-s-red-200\/40{ border-inline-start-color: rgb(254 202 202 / 0.4); }
.border-s-red-200\/5{ border-inline-start-color: rgb(254 202 202 / 0.05); }
.border-s-red-200\/50{ border-inline-start-color: rgb(254 202 202 / 0.5); }
.border-s-red-200\/60{ border-inline-start-color: rgb(254 202 202 / 0.6); }
.border-s-red-200\/70{ border-inline-start-color: rgb(254 202 202 / 0.7); }
.border-s-red-200\/75{ border-inline-start-color: rgb(254 202 202 / 0.75); }
.border-s-red-200\/80{ border-inline-start-color: rgb(254 202 202 / 0.8); }
.border-s-red-200\/90{ border-inline-start-color: rgb(254 202 202 / 0.9); }
.border-s-red-200\/95{ border-inline-start-color: rgb(254 202 202 / 0.95); }
.border-s-red-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-s-red-300\/0{ border-inline-start-color: rgb(252 165 165 / 0); }
.border-s-red-300\/10{ border-inline-start-color: rgb(252 165 165 / 0.1); }
.border-s-red-300\/100{ border-inline-start-color: rgb(252 165 165 / 1); }
.border-s-red-300\/20{ border-inline-start-color: rgb(252 165 165 / 0.2); }
.border-s-red-300\/25{ border-inline-start-color: rgb(252 165 165 / 0.25); }
.border-s-red-300\/30{ border-inline-start-color: rgb(252 165 165 / 0.3); }
.border-s-red-300\/40{ border-inline-start-color: rgb(252 165 165 / 0.4); }
.border-s-red-300\/5{ border-inline-start-color: rgb(252 165 165 / 0.05); }
.border-s-red-300\/50{ border-inline-start-color: rgb(252 165 165 / 0.5); }
.border-s-red-300\/60{ border-inline-start-color: rgb(252 165 165 / 0.6); }
.border-s-red-300\/70{ border-inline-start-color: rgb(252 165 165 / 0.7); }
.border-s-red-300\/75{ border-inline-start-color: rgb(252 165 165 / 0.75); }
.border-s-red-300\/80{ border-inline-start-color: rgb(252 165 165 / 0.8); }
.border-s-red-300\/90{ border-inline-start-color: rgb(252 165 165 / 0.9); }
.border-s-red-300\/95{ border-inline-start-color: rgb(252 165 165 / 0.95); }
.border-s-red-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-s-red-400\/0{ border-inline-start-color: rgb(248 113 113 / 0); }
.border-s-red-400\/10{ border-inline-start-color: rgb(248 113 113 / 0.1); }
.border-s-red-400\/100{ border-inline-start-color: rgb(248 113 113 / 1); }
.border-s-red-400\/20{ border-inline-start-color: rgb(248 113 113 / 0.2); }
.border-s-red-400\/25{ border-inline-start-color: rgb(248 113 113 / 0.25); }
.border-s-red-400\/30{ border-inline-start-color: rgb(248 113 113 / 0.3); }
.border-s-red-400\/40{ border-inline-start-color: rgb(248 113 113 / 0.4); }
.border-s-red-400\/5{ border-inline-start-color: rgb(248 113 113 / 0.05); }
.border-s-red-400\/50{ border-inline-start-color: rgb(248 113 113 / 0.5); }
.border-s-red-400\/60{ border-inline-start-color: rgb(248 113 113 / 0.6); }
.border-s-red-400\/70{ border-inline-start-color: rgb(248 113 113 / 0.7); }
.border-s-red-400\/75{ border-inline-start-color: rgb(248 113 113 / 0.75); }
.border-s-red-400\/80{ border-inline-start-color: rgb(248 113 113 / 0.8); }
.border-s-red-400\/90{ border-inline-start-color: rgb(248 113 113 / 0.9); }
.border-s-red-400\/95{ border-inline-start-color: rgb(248 113 113 / 0.95); }
.border-s-red-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-s-red-50\/0{ border-inline-start-color: rgb(254 242 242 / 0); }
.border-s-red-50\/10{ border-inline-start-color: rgb(254 242 242 / 0.1); }
.border-s-red-50\/100{ border-inline-start-color: rgb(254 242 242 / 1); }
.border-s-red-50\/20{ border-inline-start-color: rgb(254 242 242 / 0.2); }
.border-s-red-50\/25{ border-inline-start-color: rgb(254 242 242 / 0.25); }
.border-s-red-50\/30{ border-inline-start-color: rgb(254 242 242 / 0.3); }
.border-s-red-50\/40{ border-inline-start-color: rgb(254 242 242 / 0.4); }
.border-s-red-50\/5{ border-inline-start-color: rgb(254 242 242 / 0.05); }
.border-s-red-50\/50{ border-inline-start-color: rgb(254 242 242 / 0.5); }
.border-s-red-50\/60{ border-inline-start-color: rgb(254 242 242 / 0.6); }
.border-s-red-50\/70{ border-inline-start-color: rgb(254 242 242 / 0.7); }
.border-s-red-50\/75{ border-inline-start-color: rgb(254 242 242 / 0.75); }
.border-s-red-50\/80{ border-inline-start-color: rgb(254 242 242 / 0.8); }
.border-s-red-50\/90{ border-inline-start-color: rgb(254 242 242 / 0.9); }
.border-s-red-50\/95{ border-inline-start-color: rgb(254 242 242 / 0.95); }
.border-s-red-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-s-red-500\/0{ border-inline-start-color: rgb(239 68 68 / 0); }
.border-s-red-500\/10{ border-inline-start-color: rgb(239 68 68 / 0.1); }
.border-s-red-500\/100{ border-inline-start-color: rgb(239 68 68 / 1); }
.border-s-red-500\/20{ border-inline-start-color: rgb(239 68 68 / 0.2); }
.border-s-red-500\/25{ border-inline-start-color: rgb(239 68 68 / 0.25); }
.border-s-red-500\/30{ border-inline-start-color: rgb(239 68 68 / 0.3); }
.border-s-red-500\/40{ border-inline-start-color: rgb(239 68 68 / 0.4); }
.border-s-red-500\/5{ border-inline-start-color: rgb(239 68 68 / 0.05); }
.border-s-red-500\/50{ border-inline-start-color: rgb(239 68 68 / 0.5); }
.border-s-red-500\/60{ border-inline-start-color: rgb(239 68 68 / 0.6); }
.border-s-red-500\/70{ border-inline-start-color: rgb(239 68 68 / 0.7); }
.border-s-red-500\/75{ border-inline-start-color: rgb(239 68 68 / 0.75); }
.border-s-red-500\/80{ border-inline-start-color: rgb(239 68 68 / 0.8); }
.border-s-red-500\/90{ border-inline-start-color: rgb(239 68 68 / 0.9); }
.border-s-red-500\/95{ border-inline-start-color: rgb(239 68 68 / 0.95); }
.border-s-red-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-s-red-600\/0{ border-inline-start-color: rgb(220 38 38 / 0); }
.border-s-red-600\/10{ border-inline-start-color: rgb(220 38 38 / 0.1); }
.border-s-red-600\/100{ border-inline-start-color: rgb(220 38 38 / 1); }
.border-s-red-600\/20{ border-inline-start-color: rgb(220 38 38 / 0.2); }
.border-s-red-600\/25{ border-inline-start-color: rgb(220 38 38 / 0.25); }
.border-s-red-600\/30{ border-inline-start-color: rgb(220 38 38 / 0.3); }
.border-s-red-600\/40{ border-inline-start-color: rgb(220 38 38 / 0.4); }
.border-s-red-600\/5{ border-inline-start-color: rgb(220 38 38 / 0.05); }
.border-s-red-600\/50{ border-inline-start-color: rgb(220 38 38 / 0.5); }
.border-s-red-600\/60{ border-inline-start-color: rgb(220 38 38 / 0.6); }
.border-s-red-600\/70{ border-inline-start-color: rgb(220 38 38 / 0.7); }
.border-s-red-600\/75{ border-inline-start-color: rgb(220 38 38 / 0.75); }
.border-s-red-600\/80{ border-inline-start-color: rgb(220 38 38 / 0.8); }
.border-s-red-600\/90{ border-inline-start-color: rgb(220 38 38 / 0.9); }
.border-s-red-600\/95{ border-inline-start-color: rgb(220 38 38 / 0.95); }
.border-s-red-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-s-red-700\/0{ border-inline-start-color: rgb(185 28 28 / 0); }
.border-s-red-700\/10{ border-inline-start-color: rgb(185 28 28 / 0.1); }
.border-s-red-700\/100{ border-inline-start-color: rgb(185 28 28 / 1); }
.border-s-red-700\/20{ border-inline-start-color: rgb(185 28 28 / 0.2); }
.border-s-red-700\/25{ border-inline-start-color: rgb(185 28 28 / 0.25); }
.border-s-red-700\/30{ border-inline-start-color: rgb(185 28 28 / 0.3); }
.border-s-red-700\/40{ border-inline-start-color: rgb(185 28 28 / 0.4); }
.border-s-red-700\/5{ border-inline-start-color: rgb(185 28 28 / 0.05); }
.border-s-red-700\/50{ border-inline-start-color: rgb(185 28 28 / 0.5); }
.border-s-red-700\/60{ border-inline-start-color: rgb(185 28 28 / 0.6); }
.border-s-red-700\/70{ border-inline-start-color: rgb(185 28 28 / 0.7); }
.border-s-red-700\/75{ border-inline-start-color: rgb(185 28 28 / 0.75); }
.border-s-red-700\/80{ border-inline-start-color: rgb(185 28 28 / 0.8); }
.border-s-red-700\/90{ border-inline-start-color: rgb(185 28 28 / 0.9); }
.border-s-red-700\/95{ border-inline-start-color: rgb(185 28 28 / 0.95); }
.border-s-red-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-s-red-800\/0{ border-inline-start-color: rgb(153 27 27 / 0); }
.border-s-red-800\/10{ border-inline-start-color: rgb(153 27 27 / 0.1); }
.border-s-red-800\/100{ border-inline-start-color: rgb(153 27 27 / 1); }
.border-s-red-800\/20{ border-inline-start-color: rgb(153 27 27 / 0.2); }
.border-s-red-800\/25{ border-inline-start-color: rgb(153 27 27 / 0.25); }
.border-s-red-800\/30{ border-inline-start-color: rgb(153 27 27 / 0.3); }
.border-s-red-800\/40{ border-inline-start-color: rgb(153 27 27 / 0.4); }
.border-s-red-800\/5{ border-inline-start-color: rgb(153 27 27 / 0.05); }
.border-s-red-800\/50{ border-inline-start-color: rgb(153 27 27 / 0.5); }
.border-s-red-800\/60{ border-inline-start-color: rgb(153 27 27 / 0.6); }
.border-s-red-800\/70{ border-inline-start-color: rgb(153 27 27 / 0.7); }
.border-s-red-800\/75{ border-inline-start-color: rgb(153 27 27 / 0.75); }
.border-s-red-800\/80{ border-inline-start-color: rgb(153 27 27 / 0.8); }
.border-s-red-800\/90{ border-inline-start-color: rgb(153 27 27 / 0.9); }
.border-s-red-800\/95{ border-inline-start-color: rgb(153 27 27 / 0.95); }
.border-s-red-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-s-red-900\/0{ border-inline-start-color: rgb(127 29 29 / 0); }
.border-s-red-900\/10{ border-inline-start-color: rgb(127 29 29 / 0.1); }
.border-s-red-900\/100{ border-inline-start-color: rgb(127 29 29 / 1); }
.border-s-red-900\/20{ border-inline-start-color: rgb(127 29 29 / 0.2); }
.border-s-red-900\/25{ border-inline-start-color: rgb(127 29 29 / 0.25); }
.border-s-red-900\/30{ border-inline-start-color: rgb(127 29 29 / 0.3); }
.border-s-red-900\/40{ border-inline-start-color: rgb(127 29 29 / 0.4); }
.border-s-red-900\/5{ border-inline-start-color: rgb(127 29 29 / 0.05); }
.border-s-red-900\/50{ border-inline-start-color: rgb(127 29 29 / 0.5); }
.border-s-red-900\/60{ border-inline-start-color: rgb(127 29 29 / 0.6); }
.border-s-red-900\/70{ border-inline-start-color: rgb(127 29 29 / 0.7); }
.border-s-red-900\/75{ border-inline-start-color: rgb(127 29 29 / 0.75); }
.border-s-red-900\/80{ border-inline-start-color: rgb(127 29 29 / 0.8); }
.border-s-red-900\/90{ border-inline-start-color: rgb(127 29 29 / 0.9); }
.border-s-red-900\/95{ border-inline-start-color: rgb(127 29 29 / 0.95); }
.border-s-red-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-s-red-950\/0{ border-inline-start-color: rgb(69 10 10 / 0); }
.border-s-red-950\/10{ border-inline-start-color: rgb(69 10 10 / 0.1); }
.border-s-red-950\/100{ border-inline-start-color: rgb(69 10 10 / 1); }
.border-s-red-950\/20{ border-inline-start-color: rgb(69 10 10 / 0.2); }
.border-s-red-950\/25{ border-inline-start-color: rgb(69 10 10 / 0.25); }
.border-s-red-950\/30{ border-inline-start-color: rgb(69 10 10 / 0.3); }
.border-s-red-950\/40{ border-inline-start-color: rgb(69 10 10 / 0.4); }
.border-s-red-950\/5{ border-inline-start-color: rgb(69 10 10 / 0.05); }
.border-s-red-950\/50{ border-inline-start-color: rgb(69 10 10 / 0.5); }
.border-s-red-950\/60{ border-inline-start-color: rgb(69 10 10 / 0.6); }
.border-s-red-950\/70{ border-inline-start-color: rgb(69 10 10 / 0.7); }
.border-s-red-950\/75{ border-inline-start-color: rgb(69 10 10 / 0.75); }
.border-s-red-950\/80{ border-inline-start-color: rgb(69 10 10 / 0.8); }
.border-s-red-950\/90{ border-inline-start-color: rgb(69 10 10 / 0.9); }
.border-s-red-950\/95{ border-inline-start-color: rgb(69 10 10 / 0.95); }
.border-s-rose-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-s-rose-100\/0{ border-inline-start-color: rgb(255 228 230 / 0); }
.border-s-rose-100\/10{ border-inline-start-color: rgb(255 228 230 / 0.1); }
.border-s-rose-100\/100{ border-inline-start-color: rgb(255 228 230 / 1); }
.border-s-rose-100\/20{ border-inline-start-color: rgb(255 228 230 / 0.2); }
.border-s-rose-100\/25{ border-inline-start-color: rgb(255 228 230 / 0.25); }
.border-s-rose-100\/30{ border-inline-start-color: rgb(255 228 230 / 0.3); }
.border-s-rose-100\/40{ border-inline-start-color: rgb(255 228 230 / 0.4); }
.border-s-rose-100\/5{ border-inline-start-color: rgb(255 228 230 / 0.05); }
.border-s-rose-100\/50{ border-inline-start-color: rgb(255 228 230 / 0.5); }
.border-s-rose-100\/60{ border-inline-start-color: rgb(255 228 230 / 0.6); }
.border-s-rose-100\/70{ border-inline-start-color: rgb(255 228 230 / 0.7); }
.border-s-rose-100\/75{ border-inline-start-color: rgb(255 228 230 / 0.75); }
.border-s-rose-100\/80{ border-inline-start-color: rgb(255 228 230 / 0.8); }
.border-s-rose-100\/90{ border-inline-start-color: rgb(255 228 230 / 0.9); }
.border-s-rose-100\/95{ border-inline-start-color: rgb(255 228 230 / 0.95); }
.border-s-rose-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-s-rose-200\/0{ border-inline-start-color: rgb(254 205 211 / 0); }
.border-s-rose-200\/10{ border-inline-start-color: rgb(254 205 211 / 0.1); }
.border-s-rose-200\/100{ border-inline-start-color: rgb(254 205 211 / 1); }
.border-s-rose-200\/20{ border-inline-start-color: rgb(254 205 211 / 0.2); }
.border-s-rose-200\/25{ border-inline-start-color: rgb(254 205 211 / 0.25); }
.border-s-rose-200\/30{ border-inline-start-color: rgb(254 205 211 / 0.3); }
.border-s-rose-200\/40{ border-inline-start-color: rgb(254 205 211 / 0.4); }
.border-s-rose-200\/5{ border-inline-start-color: rgb(254 205 211 / 0.05); }
.border-s-rose-200\/50{ border-inline-start-color: rgb(254 205 211 / 0.5); }
.border-s-rose-200\/60{ border-inline-start-color: rgb(254 205 211 / 0.6); }
.border-s-rose-200\/70{ border-inline-start-color: rgb(254 205 211 / 0.7); }
.border-s-rose-200\/75{ border-inline-start-color: rgb(254 205 211 / 0.75); }
.border-s-rose-200\/80{ border-inline-start-color: rgb(254 205 211 / 0.8); }
.border-s-rose-200\/90{ border-inline-start-color: rgb(254 205 211 / 0.9); }
.border-s-rose-200\/95{ border-inline-start-color: rgb(254 205 211 / 0.95); }
.border-s-rose-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-s-rose-300\/0{ border-inline-start-color: rgb(253 164 175 / 0); }
.border-s-rose-300\/10{ border-inline-start-color: rgb(253 164 175 / 0.1); }
.border-s-rose-300\/100{ border-inline-start-color: rgb(253 164 175 / 1); }
.border-s-rose-300\/20{ border-inline-start-color: rgb(253 164 175 / 0.2); }
.border-s-rose-300\/25{ border-inline-start-color: rgb(253 164 175 / 0.25); }
.border-s-rose-300\/30{ border-inline-start-color: rgb(253 164 175 / 0.3); }
.border-s-rose-300\/40{ border-inline-start-color: rgb(253 164 175 / 0.4); }
.border-s-rose-300\/5{ border-inline-start-color: rgb(253 164 175 / 0.05); }
.border-s-rose-300\/50{ border-inline-start-color: rgb(253 164 175 / 0.5); }
.border-s-rose-300\/60{ border-inline-start-color: rgb(253 164 175 / 0.6); }
.border-s-rose-300\/70{ border-inline-start-color: rgb(253 164 175 / 0.7); }
.border-s-rose-300\/75{ border-inline-start-color: rgb(253 164 175 / 0.75); }
.border-s-rose-300\/80{ border-inline-start-color: rgb(253 164 175 / 0.8); }
.border-s-rose-300\/90{ border-inline-start-color: rgb(253 164 175 / 0.9); }
.border-s-rose-300\/95{ border-inline-start-color: rgb(253 164 175 / 0.95); }
.border-s-rose-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-s-rose-400\/0{ border-inline-start-color: rgb(251 113 133 / 0); }
.border-s-rose-400\/10{ border-inline-start-color: rgb(251 113 133 / 0.1); }
.border-s-rose-400\/100{ border-inline-start-color: rgb(251 113 133 / 1); }
.border-s-rose-400\/20{ border-inline-start-color: rgb(251 113 133 / 0.2); }
.border-s-rose-400\/25{ border-inline-start-color: rgb(251 113 133 / 0.25); }
.border-s-rose-400\/30{ border-inline-start-color: rgb(251 113 133 / 0.3); }
.border-s-rose-400\/40{ border-inline-start-color: rgb(251 113 133 / 0.4); }
.border-s-rose-400\/5{ border-inline-start-color: rgb(251 113 133 / 0.05); }
.border-s-rose-400\/50{ border-inline-start-color: rgb(251 113 133 / 0.5); }
.border-s-rose-400\/60{ border-inline-start-color: rgb(251 113 133 / 0.6); }
.border-s-rose-400\/70{ border-inline-start-color: rgb(251 113 133 / 0.7); }
.border-s-rose-400\/75{ border-inline-start-color: rgb(251 113 133 / 0.75); }
.border-s-rose-400\/80{ border-inline-start-color: rgb(251 113 133 / 0.8); }
.border-s-rose-400\/90{ border-inline-start-color: rgb(251 113 133 / 0.9); }
.border-s-rose-400\/95{ border-inline-start-color: rgb(251 113 133 / 0.95); }
.border-s-rose-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-s-rose-50\/0{ border-inline-start-color: rgb(255 241 242 / 0); }
.border-s-rose-50\/10{ border-inline-start-color: rgb(255 241 242 / 0.1); }
.border-s-rose-50\/100{ border-inline-start-color: rgb(255 241 242 / 1); }
.border-s-rose-50\/20{ border-inline-start-color: rgb(255 241 242 / 0.2); }
.border-s-rose-50\/25{ border-inline-start-color: rgb(255 241 242 / 0.25); }
.border-s-rose-50\/30{ border-inline-start-color: rgb(255 241 242 / 0.3); }
.border-s-rose-50\/40{ border-inline-start-color: rgb(255 241 242 / 0.4); }
.border-s-rose-50\/5{ border-inline-start-color: rgb(255 241 242 / 0.05); }
.border-s-rose-50\/50{ border-inline-start-color: rgb(255 241 242 / 0.5); }
.border-s-rose-50\/60{ border-inline-start-color: rgb(255 241 242 / 0.6); }
.border-s-rose-50\/70{ border-inline-start-color: rgb(255 241 242 / 0.7); }
.border-s-rose-50\/75{ border-inline-start-color: rgb(255 241 242 / 0.75); }
.border-s-rose-50\/80{ border-inline-start-color: rgb(255 241 242 / 0.8); }
.border-s-rose-50\/90{ border-inline-start-color: rgb(255 241 242 / 0.9); }
.border-s-rose-50\/95{ border-inline-start-color: rgb(255 241 242 / 0.95); }
.border-s-rose-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-s-rose-500\/0{ border-inline-start-color: rgb(244 63 94 / 0); }
.border-s-rose-500\/10{ border-inline-start-color: rgb(244 63 94 / 0.1); }
.border-s-rose-500\/100{ border-inline-start-color: rgb(244 63 94 / 1); }
.border-s-rose-500\/20{ border-inline-start-color: rgb(244 63 94 / 0.2); }
.border-s-rose-500\/25{ border-inline-start-color: rgb(244 63 94 / 0.25); }
.border-s-rose-500\/30{ border-inline-start-color: rgb(244 63 94 / 0.3); }
.border-s-rose-500\/40{ border-inline-start-color: rgb(244 63 94 / 0.4); }
.border-s-rose-500\/5{ border-inline-start-color: rgb(244 63 94 / 0.05); }
.border-s-rose-500\/50{ border-inline-start-color: rgb(244 63 94 / 0.5); }
.border-s-rose-500\/60{ border-inline-start-color: rgb(244 63 94 / 0.6); }
.border-s-rose-500\/70{ border-inline-start-color: rgb(244 63 94 / 0.7); }
.border-s-rose-500\/75{ border-inline-start-color: rgb(244 63 94 / 0.75); }
.border-s-rose-500\/80{ border-inline-start-color: rgb(244 63 94 / 0.8); }
.border-s-rose-500\/90{ border-inline-start-color: rgb(244 63 94 / 0.9); }
.border-s-rose-500\/95{ border-inline-start-color: rgb(244 63 94 / 0.95); }
.border-s-rose-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-s-rose-600\/0{ border-inline-start-color: rgb(225 29 72 / 0); }
.border-s-rose-600\/10{ border-inline-start-color: rgb(225 29 72 / 0.1); }
.border-s-rose-600\/100{ border-inline-start-color: rgb(225 29 72 / 1); }
.border-s-rose-600\/20{ border-inline-start-color: rgb(225 29 72 / 0.2); }
.border-s-rose-600\/25{ border-inline-start-color: rgb(225 29 72 / 0.25); }
.border-s-rose-600\/30{ border-inline-start-color: rgb(225 29 72 / 0.3); }
.border-s-rose-600\/40{ border-inline-start-color: rgb(225 29 72 / 0.4); }
.border-s-rose-600\/5{ border-inline-start-color: rgb(225 29 72 / 0.05); }
.border-s-rose-600\/50{ border-inline-start-color: rgb(225 29 72 / 0.5); }
.border-s-rose-600\/60{ border-inline-start-color: rgb(225 29 72 / 0.6); }
.border-s-rose-600\/70{ border-inline-start-color: rgb(225 29 72 / 0.7); }
.border-s-rose-600\/75{ border-inline-start-color: rgb(225 29 72 / 0.75); }
.border-s-rose-600\/80{ border-inline-start-color: rgb(225 29 72 / 0.8); }
.border-s-rose-600\/90{ border-inline-start-color: rgb(225 29 72 / 0.9); }
.border-s-rose-600\/95{ border-inline-start-color: rgb(225 29 72 / 0.95); }
.border-s-rose-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-s-rose-700\/0{ border-inline-start-color: rgb(190 18 60 / 0); }
.border-s-rose-700\/10{ border-inline-start-color: rgb(190 18 60 / 0.1); }
.border-s-rose-700\/100{ border-inline-start-color: rgb(190 18 60 / 1); }
.border-s-rose-700\/20{ border-inline-start-color: rgb(190 18 60 / 0.2); }
.border-s-rose-700\/25{ border-inline-start-color: rgb(190 18 60 / 0.25); }
.border-s-rose-700\/30{ border-inline-start-color: rgb(190 18 60 / 0.3); }
.border-s-rose-700\/40{ border-inline-start-color: rgb(190 18 60 / 0.4); }
.border-s-rose-700\/5{ border-inline-start-color: rgb(190 18 60 / 0.05); }
.border-s-rose-700\/50{ border-inline-start-color: rgb(190 18 60 / 0.5); }
.border-s-rose-700\/60{ border-inline-start-color: rgb(190 18 60 / 0.6); }
.border-s-rose-700\/70{ border-inline-start-color: rgb(190 18 60 / 0.7); }
.border-s-rose-700\/75{ border-inline-start-color: rgb(190 18 60 / 0.75); }
.border-s-rose-700\/80{ border-inline-start-color: rgb(190 18 60 / 0.8); }
.border-s-rose-700\/90{ border-inline-start-color: rgb(190 18 60 / 0.9); }
.border-s-rose-700\/95{ border-inline-start-color: rgb(190 18 60 / 0.95); }
.border-s-rose-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-s-rose-800\/0{ border-inline-start-color: rgb(159 18 57 / 0); }
.border-s-rose-800\/10{ border-inline-start-color: rgb(159 18 57 / 0.1); }
.border-s-rose-800\/100{ border-inline-start-color: rgb(159 18 57 / 1); }
.border-s-rose-800\/20{ border-inline-start-color: rgb(159 18 57 / 0.2); }
.border-s-rose-800\/25{ border-inline-start-color: rgb(159 18 57 / 0.25); }
.border-s-rose-800\/30{ border-inline-start-color: rgb(159 18 57 / 0.3); }
.border-s-rose-800\/40{ border-inline-start-color: rgb(159 18 57 / 0.4); }
.border-s-rose-800\/5{ border-inline-start-color: rgb(159 18 57 / 0.05); }
.border-s-rose-800\/50{ border-inline-start-color: rgb(159 18 57 / 0.5); }
.border-s-rose-800\/60{ border-inline-start-color: rgb(159 18 57 / 0.6); }
.border-s-rose-800\/70{ border-inline-start-color: rgb(159 18 57 / 0.7); }
.border-s-rose-800\/75{ border-inline-start-color: rgb(159 18 57 / 0.75); }
.border-s-rose-800\/80{ border-inline-start-color: rgb(159 18 57 / 0.8); }
.border-s-rose-800\/90{ border-inline-start-color: rgb(159 18 57 / 0.9); }
.border-s-rose-800\/95{ border-inline-start-color: rgb(159 18 57 / 0.95); }
.border-s-rose-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-s-rose-900\/0{ border-inline-start-color: rgb(136 19 55 / 0); }
.border-s-rose-900\/10{ border-inline-start-color: rgb(136 19 55 / 0.1); }
.border-s-rose-900\/100{ border-inline-start-color: rgb(136 19 55 / 1); }
.border-s-rose-900\/20{ border-inline-start-color: rgb(136 19 55 / 0.2); }
.border-s-rose-900\/25{ border-inline-start-color: rgb(136 19 55 / 0.25); }
.border-s-rose-900\/30{ border-inline-start-color: rgb(136 19 55 / 0.3); }
.border-s-rose-900\/40{ border-inline-start-color: rgb(136 19 55 / 0.4); }
.border-s-rose-900\/5{ border-inline-start-color: rgb(136 19 55 / 0.05); }
.border-s-rose-900\/50{ border-inline-start-color: rgb(136 19 55 / 0.5); }
.border-s-rose-900\/60{ border-inline-start-color: rgb(136 19 55 / 0.6); }
.border-s-rose-900\/70{ border-inline-start-color: rgb(136 19 55 / 0.7); }
.border-s-rose-900\/75{ border-inline-start-color: rgb(136 19 55 / 0.75); }
.border-s-rose-900\/80{ border-inline-start-color: rgb(136 19 55 / 0.8); }
.border-s-rose-900\/90{ border-inline-start-color: rgb(136 19 55 / 0.9); }
.border-s-rose-900\/95{ border-inline-start-color: rgb(136 19 55 / 0.95); }
.border-s-rose-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-s-rose-950\/0{ border-inline-start-color: rgb(76 5 25 / 0); }
.border-s-rose-950\/10{ border-inline-start-color: rgb(76 5 25 / 0.1); }
.border-s-rose-950\/100{ border-inline-start-color: rgb(76 5 25 / 1); }
.border-s-rose-950\/20{ border-inline-start-color: rgb(76 5 25 / 0.2); }
.border-s-rose-950\/25{ border-inline-start-color: rgb(76 5 25 / 0.25); }
.border-s-rose-950\/30{ border-inline-start-color: rgb(76 5 25 / 0.3); }
.border-s-rose-950\/40{ border-inline-start-color: rgb(76 5 25 / 0.4); }
.border-s-rose-950\/5{ border-inline-start-color: rgb(76 5 25 / 0.05); }
.border-s-rose-950\/50{ border-inline-start-color: rgb(76 5 25 / 0.5); }
.border-s-rose-950\/60{ border-inline-start-color: rgb(76 5 25 / 0.6); }
.border-s-rose-950\/70{ border-inline-start-color: rgb(76 5 25 / 0.7); }
.border-s-rose-950\/75{ border-inline-start-color: rgb(76 5 25 / 0.75); }
.border-s-rose-950\/80{ border-inline-start-color: rgb(76 5 25 / 0.8); }
.border-s-rose-950\/90{ border-inline-start-color: rgb(76 5 25 / 0.9); }
.border-s-rose-950\/95{ border-inline-start-color: rgb(76 5 25 / 0.95); }
.border-s-sky-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-s-sky-100\/0{ border-inline-start-color: rgb(224 242 254 / 0); }
.border-s-sky-100\/10{ border-inline-start-color: rgb(224 242 254 / 0.1); }
.border-s-sky-100\/100{ border-inline-start-color: rgb(224 242 254 / 1); }
.border-s-sky-100\/20{ border-inline-start-color: rgb(224 242 254 / 0.2); }
.border-s-sky-100\/25{ border-inline-start-color: rgb(224 242 254 / 0.25); }
.border-s-sky-100\/30{ border-inline-start-color: rgb(224 242 254 / 0.3); }
.border-s-sky-100\/40{ border-inline-start-color: rgb(224 242 254 / 0.4); }
.border-s-sky-100\/5{ border-inline-start-color: rgb(224 242 254 / 0.05); }
.border-s-sky-100\/50{ border-inline-start-color: rgb(224 242 254 / 0.5); }
.border-s-sky-100\/60{ border-inline-start-color: rgb(224 242 254 / 0.6); }
.border-s-sky-100\/70{ border-inline-start-color: rgb(224 242 254 / 0.7); }
.border-s-sky-100\/75{ border-inline-start-color: rgb(224 242 254 / 0.75); }
.border-s-sky-100\/80{ border-inline-start-color: rgb(224 242 254 / 0.8); }
.border-s-sky-100\/90{ border-inline-start-color: rgb(224 242 254 / 0.9); }
.border-s-sky-100\/95{ border-inline-start-color: rgb(224 242 254 / 0.95); }
.border-s-sky-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-s-sky-200\/0{ border-inline-start-color: rgb(186 230 253 / 0); }
.border-s-sky-200\/10{ border-inline-start-color: rgb(186 230 253 / 0.1); }
.border-s-sky-200\/100{ border-inline-start-color: rgb(186 230 253 / 1); }
.border-s-sky-200\/20{ border-inline-start-color: rgb(186 230 253 / 0.2); }
.border-s-sky-200\/25{ border-inline-start-color: rgb(186 230 253 / 0.25); }
.border-s-sky-200\/30{ border-inline-start-color: rgb(186 230 253 / 0.3); }
.border-s-sky-200\/40{ border-inline-start-color: rgb(186 230 253 / 0.4); }
.border-s-sky-200\/5{ border-inline-start-color: rgb(186 230 253 / 0.05); }
.border-s-sky-200\/50{ border-inline-start-color: rgb(186 230 253 / 0.5); }
.border-s-sky-200\/60{ border-inline-start-color: rgb(186 230 253 / 0.6); }
.border-s-sky-200\/70{ border-inline-start-color: rgb(186 230 253 / 0.7); }
.border-s-sky-200\/75{ border-inline-start-color: rgb(186 230 253 / 0.75); }
.border-s-sky-200\/80{ border-inline-start-color: rgb(186 230 253 / 0.8); }
.border-s-sky-200\/90{ border-inline-start-color: rgb(186 230 253 / 0.9); }
.border-s-sky-200\/95{ border-inline-start-color: rgb(186 230 253 / 0.95); }
.border-s-sky-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-s-sky-300\/0{ border-inline-start-color: rgb(125 211 252 / 0); }
.border-s-sky-300\/10{ border-inline-start-color: rgb(125 211 252 / 0.1); }
.border-s-sky-300\/100{ border-inline-start-color: rgb(125 211 252 / 1); }
.border-s-sky-300\/20{ border-inline-start-color: rgb(125 211 252 / 0.2); }
.border-s-sky-300\/25{ border-inline-start-color: rgb(125 211 252 / 0.25); }
.border-s-sky-300\/30{ border-inline-start-color: rgb(125 211 252 / 0.3); }
.border-s-sky-300\/40{ border-inline-start-color: rgb(125 211 252 / 0.4); }
.border-s-sky-300\/5{ border-inline-start-color: rgb(125 211 252 / 0.05); }
.border-s-sky-300\/50{ border-inline-start-color: rgb(125 211 252 / 0.5); }
.border-s-sky-300\/60{ border-inline-start-color: rgb(125 211 252 / 0.6); }
.border-s-sky-300\/70{ border-inline-start-color: rgb(125 211 252 / 0.7); }
.border-s-sky-300\/75{ border-inline-start-color: rgb(125 211 252 / 0.75); }
.border-s-sky-300\/80{ border-inline-start-color: rgb(125 211 252 / 0.8); }
.border-s-sky-300\/90{ border-inline-start-color: rgb(125 211 252 / 0.9); }
.border-s-sky-300\/95{ border-inline-start-color: rgb(125 211 252 / 0.95); }
.border-s-sky-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-s-sky-400\/0{ border-inline-start-color: rgb(56 189 248 / 0); }
.border-s-sky-400\/10{ border-inline-start-color: rgb(56 189 248 / 0.1); }
.border-s-sky-400\/100{ border-inline-start-color: rgb(56 189 248 / 1); }
.border-s-sky-400\/20{ border-inline-start-color: rgb(56 189 248 / 0.2); }
.border-s-sky-400\/25{ border-inline-start-color: rgb(56 189 248 / 0.25); }
.border-s-sky-400\/30{ border-inline-start-color: rgb(56 189 248 / 0.3); }
.border-s-sky-400\/40{ border-inline-start-color: rgb(56 189 248 / 0.4); }
.border-s-sky-400\/5{ border-inline-start-color: rgb(56 189 248 / 0.05); }
.border-s-sky-400\/50{ border-inline-start-color: rgb(56 189 248 / 0.5); }
.border-s-sky-400\/60{ border-inline-start-color: rgb(56 189 248 / 0.6); }
.border-s-sky-400\/70{ border-inline-start-color: rgb(56 189 248 / 0.7); }
.border-s-sky-400\/75{ border-inline-start-color: rgb(56 189 248 / 0.75); }
.border-s-sky-400\/80{ border-inline-start-color: rgb(56 189 248 / 0.8); }
.border-s-sky-400\/90{ border-inline-start-color: rgb(56 189 248 / 0.9); }
.border-s-sky-400\/95{ border-inline-start-color: rgb(56 189 248 / 0.95); }
.border-s-sky-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-s-sky-50\/0{ border-inline-start-color: rgb(240 249 255 / 0); }
.border-s-sky-50\/10{ border-inline-start-color: rgb(240 249 255 / 0.1); }
.border-s-sky-50\/100{ border-inline-start-color: rgb(240 249 255 / 1); }
.border-s-sky-50\/20{ border-inline-start-color: rgb(240 249 255 / 0.2); }
.border-s-sky-50\/25{ border-inline-start-color: rgb(240 249 255 / 0.25); }
.border-s-sky-50\/30{ border-inline-start-color: rgb(240 249 255 / 0.3); }
.border-s-sky-50\/40{ border-inline-start-color: rgb(240 249 255 / 0.4); }
.border-s-sky-50\/5{ border-inline-start-color: rgb(240 249 255 / 0.05); }
.border-s-sky-50\/50{ border-inline-start-color: rgb(240 249 255 / 0.5); }
.border-s-sky-50\/60{ border-inline-start-color: rgb(240 249 255 / 0.6); }
.border-s-sky-50\/70{ border-inline-start-color: rgb(240 249 255 / 0.7); }
.border-s-sky-50\/75{ border-inline-start-color: rgb(240 249 255 / 0.75); }
.border-s-sky-50\/80{ border-inline-start-color: rgb(240 249 255 / 0.8); }
.border-s-sky-50\/90{ border-inline-start-color: rgb(240 249 255 / 0.9); }
.border-s-sky-50\/95{ border-inline-start-color: rgb(240 249 255 / 0.95); }
.border-s-sky-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-s-sky-500\/0{ border-inline-start-color: rgb(14 165 233 / 0); }
.border-s-sky-500\/10{ border-inline-start-color: rgb(14 165 233 / 0.1); }
.border-s-sky-500\/100{ border-inline-start-color: rgb(14 165 233 / 1); }
.border-s-sky-500\/20{ border-inline-start-color: rgb(14 165 233 / 0.2); }
.border-s-sky-500\/25{ border-inline-start-color: rgb(14 165 233 / 0.25); }
.border-s-sky-500\/30{ border-inline-start-color: rgb(14 165 233 / 0.3); }
.border-s-sky-500\/40{ border-inline-start-color: rgb(14 165 233 / 0.4); }
.border-s-sky-500\/5{ border-inline-start-color: rgb(14 165 233 / 0.05); }
.border-s-sky-500\/50{ border-inline-start-color: rgb(14 165 233 / 0.5); }
.border-s-sky-500\/60{ border-inline-start-color: rgb(14 165 233 / 0.6); }
.border-s-sky-500\/70{ border-inline-start-color: rgb(14 165 233 / 0.7); }
.border-s-sky-500\/75{ border-inline-start-color: rgb(14 165 233 / 0.75); }
.border-s-sky-500\/80{ border-inline-start-color: rgb(14 165 233 / 0.8); }
.border-s-sky-500\/90{ border-inline-start-color: rgb(14 165 233 / 0.9); }
.border-s-sky-500\/95{ border-inline-start-color: rgb(14 165 233 / 0.95); }
.border-s-sky-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-s-sky-600\/0{ border-inline-start-color: rgb(2 132 199 / 0); }
.border-s-sky-600\/10{ border-inline-start-color: rgb(2 132 199 / 0.1); }
.border-s-sky-600\/100{ border-inline-start-color: rgb(2 132 199 / 1); }
.border-s-sky-600\/20{ border-inline-start-color: rgb(2 132 199 / 0.2); }
.border-s-sky-600\/25{ border-inline-start-color: rgb(2 132 199 / 0.25); }
.border-s-sky-600\/30{ border-inline-start-color: rgb(2 132 199 / 0.3); }
.border-s-sky-600\/40{ border-inline-start-color: rgb(2 132 199 / 0.4); }
.border-s-sky-600\/5{ border-inline-start-color: rgb(2 132 199 / 0.05); }
.border-s-sky-600\/50{ border-inline-start-color: rgb(2 132 199 / 0.5); }
.border-s-sky-600\/60{ border-inline-start-color: rgb(2 132 199 / 0.6); }
.border-s-sky-600\/70{ border-inline-start-color: rgb(2 132 199 / 0.7); }
.border-s-sky-600\/75{ border-inline-start-color: rgb(2 132 199 / 0.75); }
.border-s-sky-600\/80{ border-inline-start-color: rgb(2 132 199 / 0.8); }
.border-s-sky-600\/90{ border-inline-start-color: rgb(2 132 199 / 0.9); }
.border-s-sky-600\/95{ border-inline-start-color: rgb(2 132 199 / 0.95); }
.border-s-sky-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-s-sky-700\/0{ border-inline-start-color: rgb(3 105 161 / 0); }
.border-s-sky-700\/10{ border-inline-start-color: rgb(3 105 161 / 0.1); }
.border-s-sky-700\/100{ border-inline-start-color: rgb(3 105 161 / 1); }
.border-s-sky-700\/20{ border-inline-start-color: rgb(3 105 161 / 0.2); }
.border-s-sky-700\/25{ border-inline-start-color: rgb(3 105 161 / 0.25); }
.border-s-sky-700\/30{ border-inline-start-color: rgb(3 105 161 / 0.3); }
.border-s-sky-700\/40{ border-inline-start-color: rgb(3 105 161 / 0.4); }
.border-s-sky-700\/5{ border-inline-start-color: rgb(3 105 161 / 0.05); }
.border-s-sky-700\/50{ border-inline-start-color: rgb(3 105 161 / 0.5); }
.border-s-sky-700\/60{ border-inline-start-color: rgb(3 105 161 / 0.6); }
.border-s-sky-700\/70{ border-inline-start-color: rgb(3 105 161 / 0.7); }
.border-s-sky-700\/75{ border-inline-start-color: rgb(3 105 161 / 0.75); }
.border-s-sky-700\/80{ border-inline-start-color: rgb(3 105 161 / 0.8); }
.border-s-sky-700\/90{ border-inline-start-color: rgb(3 105 161 / 0.9); }
.border-s-sky-700\/95{ border-inline-start-color: rgb(3 105 161 / 0.95); }
.border-s-sky-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-s-sky-800\/0{ border-inline-start-color: rgb(7 89 133 / 0); }
.border-s-sky-800\/10{ border-inline-start-color: rgb(7 89 133 / 0.1); }
.border-s-sky-800\/100{ border-inline-start-color: rgb(7 89 133 / 1); }
.border-s-sky-800\/20{ border-inline-start-color: rgb(7 89 133 / 0.2); }
.border-s-sky-800\/25{ border-inline-start-color: rgb(7 89 133 / 0.25); }
.border-s-sky-800\/30{ border-inline-start-color: rgb(7 89 133 / 0.3); }
.border-s-sky-800\/40{ border-inline-start-color: rgb(7 89 133 / 0.4); }
.border-s-sky-800\/5{ border-inline-start-color: rgb(7 89 133 / 0.05); }
.border-s-sky-800\/50{ border-inline-start-color: rgb(7 89 133 / 0.5); }
.border-s-sky-800\/60{ border-inline-start-color: rgb(7 89 133 / 0.6); }
.border-s-sky-800\/70{ border-inline-start-color: rgb(7 89 133 / 0.7); }
.border-s-sky-800\/75{ border-inline-start-color: rgb(7 89 133 / 0.75); }
.border-s-sky-800\/80{ border-inline-start-color: rgb(7 89 133 / 0.8); }
.border-s-sky-800\/90{ border-inline-start-color: rgb(7 89 133 / 0.9); }
.border-s-sky-800\/95{ border-inline-start-color: rgb(7 89 133 / 0.95); }
.border-s-sky-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-s-sky-900\/0{ border-inline-start-color: rgb(12 74 110 / 0); }
.border-s-sky-900\/10{ border-inline-start-color: rgb(12 74 110 / 0.1); }
.border-s-sky-900\/100{ border-inline-start-color: rgb(12 74 110 / 1); }
.border-s-sky-900\/20{ border-inline-start-color: rgb(12 74 110 / 0.2); }
.border-s-sky-900\/25{ border-inline-start-color: rgb(12 74 110 / 0.25); }
.border-s-sky-900\/30{ border-inline-start-color: rgb(12 74 110 / 0.3); }
.border-s-sky-900\/40{ border-inline-start-color: rgb(12 74 110 / 0.4); }
.border-s-sky-900\/5{ border-inline-start-color: rgb(12 74 110 / 0.05); }
.border-s-sky-900\/50{ border-inline-start-color: rgb(12 74 110 / 0.5); }
.border-s-sky-900\/60{ border-inline-start-color: rgb(12 74 110 / 0.6); }
.border-s-sky-900\/70{ border-inline-start-color: rgb(12 74 110 / 0.7); }
.border-s-sky-900\/75{ border-inline-start-color: rgb(12 74 110 / 0.75); }
.border-s-sky-900\/80{ border-inline-start-color: rgb(12 74 110 / 0.8); }
.border-s-sky-900\/90{ border-inline-start-color: rgb(12 74 110 / 0.9); }
.border-s-sky-900\/95{ border-inline-start-color: rgb(12 74 110 / 0.95); }
.border-s-sky-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-s-sky-950\/0{ border-inline-start-color: rgb(8 47 73 / 0); }
.border-s-sky-950\/10{ border-inline-start-color: rgb(8 47 73 / 0.1); }
.border-s-sky-950\/100{ border-inline-start-color: rgb(8 47 73 / 1); }
.border-s-sky-950\/20{ border-inline-start-color: rgb(8 47 73 / 0.2); }
.border-s-sky-950\/25{ border-inline-start-color: rgb(8 47 73 / 0.25); }
.border-s-sky-950\/30{ border-inline-start-color: rgb(8 47 73 / 0.3); }
.border-s-sky-950\/40{ border-inline-start-color: rgb(8 47 73 / 0.4); }
.border-s-sky-950\/5{ border-inline-start-color: rgb(8 47 73 / 0.05); }
.border-s-sky-950\/50{ border-inline-start-color: rgb(8 47 73 / 0.5); }
.border-s-sky-950\/60{ border-inline-start-color: rgb(8 47 73 / 0.6); }
.border-s-sky-950\/70{ border-inline-start-color: rgb(8 47 73 / 0.7); }
.border-s-sky-950\/75{ border-inline-start-color: rgb(8 47 73 / 0.75); }
.border-s-sky-950\/80{ border-inline-start-color: rgb(8 47 73 / 0.8); }
.border-s-sky-950\/90{ border-inline-start-color: rgb(8 47 73 / 0.9); }
.border-s-sky-950\/95{ border-inline-start-color: rgb(8 47 73 / 0.95); }
.border-s-slate-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-s-slate-100\/0{ border-inline-start-color: rgb(241 245 249 / 0); }
.border-s-slate-100\/10{ border-inline-start-color: rgb(241 245 249 / 0.1); }
.border-s-slate-100\/100{ border-inline-start-color: rgb(241 245 249 / 1); }
.border-s-slate-100\/20{ border-inline-start-color: rgb(241 245 249 / 0.2); }
.border-s-slate-100\/25{ border-inline-start-color: rgb(241 245 249 / 0.25); }
.border-s-slate-100\/30{ border-inline-start-color: rgb(241 245 249 / 0.3); }
.border-s-slate-100\/40{ border-inline-start-color: rgb(241 245 249 / 0.4); }
.border-s-slate-100\/5{ border-inline-start-color: rgb(241 245 249 / 0.05); }
.border-s-slate-100\/50{ border-inline-start-color: rgb(241 245 249 / 0.5); }
.border-s-slate-100\/60{ border-inline-start-color: rgb(241 245 249 / 0.6); }
.border-s-slate-100\/70{ border-inline-start-color: rgb(241 245 249 / 0.7); }
.border-s-slate-100\/75{ border-inline-start-color: rgb(241 245 249 / 0.75); }
.border-s-slate-100\/80{ border-inline-start-color: rgb(241 245 249 / 0.8); }
.border-s-slate-100\/90{ border-inline-start-color: rgb(241 245 249 / 0.9); }
.border-s-slate-100\/95{ border-inline-start-color: rgb(241 245 249 / 0.95); }
.border-s-slate-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-s-slate-200\/0{ border-inline-start-color: rgb(226 232 240 / 0); }
.border-s-slate-200\/10{ border-inline-start-color: rgb(226 232 240 / 0.1); }
.border-s-slate-200\/100{ border-inline-start-color: rgb(226 232 240 / 1); }
.border-s-slate-200\/20{ border-inline-start-color: rgb(226 232 240 / 0.2); }
.border-s-slate-200\/25{ border-inline-start-color: rgb(226 232 240 / 0.25); }
.border-s-slate-200\/30{ border-inline-start-color: rgb(226 232 240 / 0.3); }
.border-s-slate-200\/40{ border-inline-start-color: rgb(226 232 240 / 0.4); }
.border-s-slate-200\/5{ border-inline-start-color: rgb(226 232 240 / 0.05); }
.border-s-slate-200\/50{ border-inline-start-color: rgb(226 232 240 / 0.5); }
.border-s-slate-200\/60{ border-inline-start-color: rgb(226 232 240 / 0.6); }
.border-s-slate-200\/70{ border-inline-start-color: rgb(226 232 240 / 0.7); }
.border-s-slate-200\/75{ border-inline-start-color: rgb(226 232 240 / 0.75); }
.border-s-slate-200\/80{ border-inline-start-color: rgb(226 232 240 / 0.8); }
.border-s-slate-200\/90{ border-inline-start-color: rgb(226 232 240 / 0.9); }
.border-s-slate-200\/95{ border-inline-start-color: rgb(226 232 240 / 0.95); }
.border-s-slate-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-s-slate-300\/0{ border-inline-start-color: rgb(203 213 225 / 0); }
.border-s-slate-300\/10{ border-inline-start-color: rgb(203 213 225 / 0.1); }
.border-s-slate-300\/100{ border-inline-start-color: rgb(203 213 225 / 1); }
.border-s-slate-300\/20{ border-inline-start-color: rgb(203 213 225 / 0.2); }
.border-s-slate-300\/25{ border-inline-start-color: rgb(203 213 225 / 0.25); }
.border-s-slate-300\/30{ border-inline-start-color: rgb(203 213 225 / 0.3); }
.border-s-slate-300\/40{ border-inline-start-color: rgb(203 213 225 / 0.4); }
.border-s-slate-300\/5{ border-inline-start-color: rgb(203 213 225 / 0.05); }
.border-s-slate-300\/50{ border-inline-start-color: rgb(203 213 225 / 0.5); }
.border-s-slate-300\/60{ border-inline-start-color: rgb(203 213 225 / 0.6); }
.border-s-slate-300\/70{ border-inline-start-color: rgb(203 213 225 / 0.7); }
.border-s-slate-300\/75{ border-inline-start-color: rgb(203 213 225 / 0.75); }
.border-s-slate-300\/80{ border-inline-start-color: rgb(203 213 225 / 0.8); }
.border-s-slate-300\/90{ border-inline-start-color: rgb(203 213 225 / 0.9); }
.border-s-slate-300\/95{ border-inline-start-color: rgb(203 213 225 / 0.95); }
.border-s-slate-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-s-slate-400\/0{ border-inline-start-color: rgb(148 163 184 / 0); }
.border-s-slate-400\/10{ border-inline-start-color: rgb(148 163 184 / 0.1); }
.border-s-slate-400\/100{ border-inline-start-color: rgb(148 163 184 / 1); }
.border-s-slate-400\/20{ border-inline-start-color: rgb(148 163 184 / 0.2); }
.border-s-slate-400\/25{ border-inline-start-color: rgb(148 163 184 / 0.25); }
.border-s-slate-400\/30{ border-inline-start-color: rgb(148 163 184 / 0.3); }
.border-s-slate-400\/40{ border-inline-start-color: rgb(148 163 184 / 0.4); }
.border-s-slate-400\/5{ border-inline-start-color: rgb(148 163 184 / 0.05); }
.border-s-slate-400\/50{ border-inline-start-color: rgb(148 163 184 / 0.5); }
.border-s-slate-400\/60{ border-inline-start-color: rgb(148 163 184 / 0.6); }
.border-s-slate-400\/70{ border-inline-start-color: rgb(148 163 184 / 0.7); }
.border-s-slate-400\/75{ border-inline-start-color: rgb(148 163 184 / 0.75); }
.border-s-slate-400\/80{ border-inline-start-color: rgb(148 163 184 / 0.8); }
.border-s-slate-400\/90{ border-inline-start-color: rgb(148 163 184 / 0.9); }
.border-s-slate-400\/95{ border-inline-start-color: rgb(148 163 184 / 0.95); }
.border-s-slate-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-s-slate-50\/0{ border-inline-start-color: rgb(248 250 252 / 0); }
.border-s-slate-50\/10{ border-inline-start-color: rgb(248 250 252 / 0.1); }
.border-s-slate-50\/100{ border-inline-start-color: rgb(248 250 252 / 1); }
.border-s-slate-50\/20{ border-inline-start-color: rgb(248 250 252 / 0.2); }
.border-s-slate-50\/25{ border-inline-start-color: rgb(248 250 252 / 0.25); }
.border-s-slate-50\/30{ border-inline-start-color: rgb(248 250 252 / 0.3); }
.border-s-slate-50\/40{ border-inline-start-color: rgb(248 250 252 / 0.4); }
.border-s-slate-50\/5{ border-inline-start-color: rgb(248 250 252 / 0.05); }
.border-s-slate-50\/50{ border-inline-start-color: rgb(248 250 252 / 0.5); }
.border-s-slate-50\/60{ border-inline-start-color: rgb(248 250 252 / 0.6); }
.border-s-slate-50\/70{ border-inline-start-color: rgb(248 250 252 / 0.7); }
.border-s-slate-50\/75{ border-inline-start-color: rgb(248 250 252 / 0.75); }
.border-s-slate-50\/80{ border-inline-start-color: rgb(248 250 252 / 0.8); }
.border-s-slate-50\/90{ border-inline-start-color: rgb(248 250 252 / 0.9); }
.border-s-slate-50\/95{ border-inline-start-color: rgb(248 250 252 / 0.95); }
.border-s-slate-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-s-slate-500\/0{ border-inline-start-color: rgb(100 116 139 / 0); }
.border-s-slate-500\/10{ border-inline-start-color: rgb(100 116 139 / 0.1); }
.border-s-slate-500\/100{ border-inline-start-color: rgb(100 116 139 / 1); }
.border-s-slate-500\/20{ border-inline-start-color: rgb(100 116 139 / 0.2); }
.border-s-slate-500\/25{ border-inline-start-color: rgb(100 116 139 / 0.25); }
.border-s-slate-500\/30{ border-inline-start-color: rgb(100 116 139 / 0.3); }
.border-s-slate-500\/40{ border-inline-start-color: rgb(100 116 139 / 0.4); }
.border-s-slate-500\/5{ border-inline-start-color: rgb(100 116 139 / 0.05); }
.border-s-slate-500\/50{ border-inline-start-color: rgb(100 116 139 / 0.5); }
.border-s-slate-500\/60{ border-inline-start-color: rgb(100 116 139 / 0.6); }
.border-s-slate-500\/70{ border-inline-start-color: rgb(100 116 139 / 0.7); }
.border-s-slate-500\/75{ border-inline-start-color: rgb(100 116 139 / 0.75); }
.border-s-slate-500\/80{ border-inline-start-color: rgb(100 116 139 / 0.8); }
.border-s-slate-500\/90{ border-inline-start-color: rgb(100 116 139 / 0.9); }
.border-s-slate-500\/95{ border-inline-start-color: rgb(100 116 139 / 0.95); }
.border-s-slate-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-s-slate-600\/0{ border-inline-start-color: rgb(71 85 105 / 0); }
.border-s-slate-600\/10{ border-inline-start-color: rgb(71 85 105 / 0.1); }
.border-s-slate-600\/100{ border-inline-start-color: rgb(71 85 105 / 1); }
.border-s-slate-600\/20{ border-inline-start-color: rgb(71 85 105 / 0.2); }
.border-s-slate-600\/25{ border-inline-start-color: rgb(71 85 105 / 0.25); }
.border-s-slate-600\/30{ border-inline-start-color: rgb(71 85 105 / 0.3); }
.border-s-slate-600\/40{ border-inline-start-color: rgb(71 85 105 / 0.4); }
.border-s-slate-600\/5{ border-inline-start-color: rgb(71 85 105 / 0.05); }
.border-s-slate-600\/50{ border-inline-start-color: rgb(71 85 105 / 0.5); }
.border-s-slate-600\/60{ border-inline-start-color: rgb(71 85 105 / 0.6); }
.border-s-slate-600\/70{ border-inline-start-color: rgb(71 85 105 / 0.7); }
.border-s-slate-600\/75{ border-inline-start-color: rgb(71 85 105 / 0.75); }
.border-s-slate-600\/80{ border-inline-start-color: rgb(71 85 105 / 0.8); }
.border-s-slate-600\/90{ border-inline-start-color: rgb(71 85 105 / 0.9); }
.border-s-slate-600\/95{ border-inline-start-color: rgb(71 85 105 / 0.95); }
.border-s-slate-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-s-slate-700\/0{ border-inline-start-color: rgb(51 65 85 / 0); }
.border-s-slate-700\/10{ border-inline-start-color: rgb(51 65 85 / 0.1); }
.border-s-slate-700\/100{ border-inline-start-color: rgb(51 65 85 / 1); }
.border-s-slate-700\/20{ border-inline-start-color: rgb(51 65 85 / 0.2); }
.border-s-slate-700\/25{ border-inline-start-color: rgb(51 65 85 / 0.25); }
.border-s-slate-700\/30{ border-inline-start-color: rgb(51 65 85 / 0.3); }
.border-s-slate-700\/40{ border-inline-start-color: rgb(51 65 85 / 0.4); }
.border-s-slate-700\/5{ border-inline-start-color: rgb(51 65 85 / 0.05); }
.border-s-slate-700\/50{ border-inline-start-color: rgb(51 65 85 / 0.5); }
.border-s-slate-700\/60{ border-inline-start-color: rgb(51 65 85 / 0.6); }
.border-s-slate-700\/70{ border-inline-start-color: rgb(51 65 85 / 0.7); }
.border-s-slate-700\/75{ border-inline-start-color: rgb(51 65 85 / 0.75); }
.border-s-slate-700\/80{ border-inline-start-color: rgb(51 65 85 / 0.8); }
.border-s-slate-700\/90{ border-inline-start-color: rgb(51 65 85 / 0.9); }
.border-s-slate-700\/95{ border-inline-start-color: rgb(51 65 85 / 0.95); }
.border-s-slate-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-s-slate-800\/0{ border-inline-start-color: rgb(30 41 59 / 0); }
.border-s-slate-800\/10{ border-inline-start-color: rgb(30 41 59 / 0.1); }
.border-s-slate-800\/100{ border-inline-start-color: rgb(30 41 59 / 1); }
.border-s-slate-800\/20{ border-inline-start-color: rgb(30 41 59 / 0.2); }
.border-s-slate-800\/25{ border-inline-start-color: rgb(30 41 59 / 0.25); }
.border-s-slate-800\/30{ border-inline-start-color: rgb(30 41 59 / 0.3); }
.border-s-slate-800\/40{ border-inline-start-color: rgb(30 41 59 / 0.4); }
.border-s-slate-800\/5{ border-inline-start-color: rgb(30 41 59 / 0.05); }
.border-s-slate-800\/50{ border-inline-start-color: rgb(30 41 59 / 0.5); }
.border-s-slate-800\/60{ border-inline-start-color: rgb(30 41 59 / 0.6); }
.border-s-slate-800\/70{ border-inline-start-color: rgb(30 41 59 / 0.7); }
.border-s-slate-800\/75{ border-inline-start-color: rgb(30 41 59 / 0.75); }
.border-s-slate-800\/80{ border-inline-start-color: rgb(30 41 59 / 0.8); }
.border-s-slate-800\/90{ border-inline-start-color: rgb(30 41 59 / 0.9); }
.border-s-slate-800\/95{ border-inline-start-color: rgb(30 41 59 / 0.95); }
.border-s-slate-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-s-slate-900\/0{ border-inline-start-color: rgb(15 23 42 / 0); }
.border-s-slate-900\/10{ border-inline-start-color: rgb(15 23 42 / 0.1); }
.border-s-slate-900\/100{ border-inline-start-color: rgb(15 23 42 / 1); }
.border-s-slate-900\/20{ border-inline-start-color: rgb(15 23 42 / 0.2); }
.border-s-slate-900\/25{ border-inline-start-color: rgb(15 23 42 / 0.25); }
.border-s-slate-900\/30{ border-inline-start-color: rgb(15 23 42 / 0.3); }
.border-s-slate-900\/40{ border-inline-start-color: rgb(15 23 42 / 0.4); }
.border-s-slate-900\/5{ border-inline-start-color: rgb(15 23 42 / 0.05); }
.border-s-slate-900\/50{ border-inline-start-color: rgb(15 23 42 / 0.5); }
.border-s-slate-900\/60{ border-inline-start-color: rgb(15 23 42 / 0.6); }
.border-s-slate-900\/70{ border-inline-start-color: rgb(15 23 42 / 0.7); }
.border-s-slate-900\/75{ border-inline-start-color: rgb(15 23 42 / 0.75); }
.border-s-slate-900\/80{ border-inline-start-color: rgb(15 23 42 / 0.8); }
.border-s-slate-900\/90{ border-inline-start-color: rgb(15 23 42 / 0.9); }
.border-s-slate-900\/95{ border-inline-start-color: rgb(15 23 42 / 0.95); }
.border-s-slate-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-s-slate-950\/0{ border-inline-start-color: rgb(2 6 23 / 0); }
.border-s-slate-950\/10{ border-inline-start-color: rgb(2 6 23 / 0.1); }
.border-s-slate-950\/100{ border-inline-start-color: rgb(2 6 23 / 1); }
.border-s-slate-950\/20{ border-inline-start-color: rgb(2 6 23 / 0.2); }
.border-s-slate-950\/25{ border-inline-start-color: rgb(2 6 23 / 0.25); }
.border-s-slate-950\/30{ border-inline-start-color: rgb(2 6 23 / 0.3); }
.border-s-slate-950\/40{ border-inline-start-color: rgb(2 6 23 / 0.4); }
.border-s-slate-950\/5{ border-inline-start-color: rgb(2 6 23 / 0.05); }
.border-s-slate-950\/50{ border-inline-start-color: rgb(2 6 23 / 0.5); }
.border-s-slate-950\/60{ border-inline-start-color: rgb(2 6 23 / 0.6); }
.border-s-slate-950\/70{ border-inline-start-color: rgb(2 6 23 / 0.7); }
.border-s-slate-950\/75{ border-inline-start-color: rgb(2 6 23 / 0.75); }
.border-s-slate-950\/80{ border-inline-start-color: rgb(2 6 23 / 0.8); }
.border-s-slate-950\/90{ border-inline-start-color: rgb(2 6 23 / 0.9); }
.border-s-slate-950\/95{ border-inline-start-color: rgb(2 6 23 / 0.95); }
.border-s-stone-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-s-stone-100\/0{ border-inline-start-color: rgb(245 245 244 / 0); }
.border-s-stone-100\/10{ border-inline-start-color: rgb(245 245 244 / 0.1); }
.border-s-stone-100\/100{ border-inline-start-color: rgb(245 245 244 / 1); }
.border-s-stone-100\/20{ border-inline-start-color: rgb(245 245 244 / 0.2); }
.border-s-stone-100\/25{ border-inline-start-color: rgb(245 245 244 / 0.25); }
.border-s-stone-100\/30{ border-inline-start-color: rgb(245 245 244 / 0.3); }
.border-s-stone-100\/40{ border-inline-start-color: rgb(245 245 244 / 0.4); }
.border-s-stone-100\/5{ border-inline-start-color: rgb(245 245 244 / 0.05); }
.border-s-stone-100\/50{ border-inline-start-color: rgb(245 245 244 / 0.5); }
.border-s-stone-100\/60{ border-inline-start-color: rgb(245 245 244 / 0.6); }
.border-s-stone-100\/70{ border-inline-start-color: rgb(245 245 244 / 0.7); }
.border-s-stone-100\/75{ border-inline-start-color: rgb(245 245 244 / 0.75); }
.border-s-stone-100\/80{ border-inline-start-color: rgb(245 245 244 / 0.8); }
.border-s-stone-100\/90{ border-inline-start-color: rgb(245 245 244 / 0.9); }
.border-s-stone-100\/95{ border-inline-start-color: rgb(245 245 244 / 0.95); }
.border-s-stone-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-s-stone-200\/0{ border-inline-start-color: rgb(231 229 228 / 0); }
.border-s-stone-200\/10{ border-inline-start-color: rgb(231 229 228 / 0.1); }
.border-s-stone-200\/100{ border-inline-start-color: rgb(231 229 228 / 1); }
.border-s-stone-200\/20{ border-inline-start-color: rgb(231 229 228 / 0.2); }
.border-s-stone-200\/25{ border-inline-start-color: rgb(231 229 228 / 0.25); }
.border-s-stone-200\/30{ border-inline-start-color: rgb(231 229 228 / 0.3); }
.border-s-stone-200\/40{ border-inline-start-color: rgb(231 229 228 / 0.4); }
.border-s-stone-200\/5{ border-inline-start-color: rgb(231 229 228 / 0.05); }
.border-s-stone-200\/50{ border-inline-start-color: rgb(231 229 228 / 0.5); }
.border-s-stone-200\/60{ border-inline-start-color: rgb(231 229 228 / 0.6); }
.border-s-stone-200\/70{ border-inline-start-color: rgb(231 229 228 / 0.7); }
.border-s-stone-200\/75{ border-inline-start-color: rgb(231 229 228 / 0.75); }
.border-s-stone-200\/80{ border-inline-start-color: rgb(231 229 228 / 0.8); }
.border-s-stone-200\/90{ border-inline-start-color: rgb(231 229 228 / 0.9); }
.border-s-stone-200\/95{ border-inline-start-color: rgb(231 229 228 / 0.95); }
.border-s-stone-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-s-stone-300\/0{ border-inline-start-color: rgb(214 211 209 / 0); }
.border-s-stone-300\/10{ border-inline-start-color: rgb(214 211 209 / 0.1); }
.border-s-stone-300\/100{ border-inline-start-color: rgb(214 211 209 / 1); }
.border-s-stone-300\/20{ border-inline-start-color: rgb(214 211 209 / 0.2); }
.border-s-stone-300\/25{ border-inline-start-color: rgb(214 211 209 / 0.25); }
.border-s-stone-300\/30{ border-inline-start-color: rgb(214 211 209 / 0.3); }
.border-s-stone-300\/40{ border-inline-start-color: rgb(214 211 209 / 0.4); }
.border-s-stone-300\/5{ border-inline-start-color: rgb(214 211 209 / 0.05); }
.border-s-stone-300\/50{ border-inline-start-color: rgb(214 211 209 / 0.5); }
.border-s-stone-300\/60{ border-inline-start-color: rgb(214 211 209 / 0.6); }
.border-s-stone-300\/70{ border-inline-start-color: rgb(214 211 209 / 0.7); }
.border-s-stone-300\/75{ border-inline-start-color: rgb(214 211 209 / 0.75); }
.border-s-stone-300\/80{ border-inline-start-color: rgb(214 211 209 / 0.8); }
.border-s-stone-300\/90{ border-inline-start-color: rgb(214 211 209 / 0.9); }
.border-s-stone-300\/95{ border-inline-start-color: rgb(214 211 209 / 0.95); }
.border-s-stone-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-s-stone-400\/0{ border-inline-start-color: rgb(168 162 158 / 0); }
.border-s-stone-400\/10{ border-inline-start-color: rgb(168 162 158 / 0.1); }
.border-s-stone-400\/100{ border-inline-start-color: rgb(168 162 158 / 1); }
.border-s-stone-400\/20{ border-inline-start-color: rgb(168 162 158 / 0.2); }
.border-s-stone-400\/25{ border-inline-start-color: rgb(168 162 158 / 0.25); }
.border-s-stone-400\/30{ border-inline-start-color: rgb(168 162 158 / 0.3); }
.border-s-stone-400\/40{ border-inline-start-color: rgb(168 162 158 / 0.4); }
.border-s-stone-400\/5{ border-inline-start-color: rgb(168 162 158 / 0.05); }
.border-s-stone-400\/50{ border-inline-start-color: rgb(168 162 158 / 0.5); }
.border-s-stone-400\/60{ border-inline-start-color: rgb(168 162 158 / 0.6); }
.border-s-stone-400\/70{ border-inline-start-color: rgb(168 162 158 / 0.7); }
.border-s-stone-400\/75{ border-inline-start-color: rgb(168 162 158 / 0.75); }
.border-s-stone-400\/80{ border-inline-start-color: rgb(168 162 158 / 0.8); }
.border-s-stone-400\/90{ border-inline-start-color: rgb(168 162 158 / 0.9); }
.border-s-stone-400\/95{ border-inline-start-color: rgb(168 162 158 / 0.95); }
.border-s-stone-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-s-stone-50\/0{ border-inline-start-color: rgb(250 250 249 / 0); }
.border-s-stone-50\/10{ border-inline-start-color: rgb(250 250 249 / 0.1); }
.border-s-stone-50\/100{ border-inline-start-color: rgb(250 250 249 / 1); }
.border-s-stone-50\/20{ border-inline-start-color: rgb(250 250 249 / 0.2); }
.border-s-stone-50\/25{ border-inline-start-color: rgb(250 250 249 / 0.25); }
.border-s-stone-50\/30{ border-inline-start-color: rgb(250 250 249 / 0.3); }
.border-s-stone-50\/40{ border-inline-start-color: rgb(250 250 249 / 0.4); }
.border-s-stone-50\/5{ border-inline-start-color: rgb(250 250 249 / 0.05); }
.border-s-stone-50\/50{ border-inline-start-color: rgb(250 250 249 / 0.5); }
.border-s-stone-50\/60{ border-inline-start-color: rgb(250 250 249 / 0.6); }
.border-s-stone-50\/70{ border-inline-start-color: rgb(250 250 249 / 0.7); }
.border-s-stone-50\/75{ border-inline-start-color: rgb(250 250 249 / 0.75); }
.border-s-stone-50\/80{ border-inline-start-color: rgb(250 250 249 / 0.8); }
.border-s-stone-50\/90{ border-inline-start-color: rgb(250 250 249 / 0.9); }
.border-s-stone-50\/95{ border-inline-start-color: rgb(250 250 249 / 0.95); }
.border-s-stone-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-s-stone-500\/0{ border-inline-start-color: rgb(120 113 108 / 0); }
.border-s-stone-500\/10{ border-inline-start-color: rgb(120 113 108 / 0.1); }
.border-s-stone-500\/100{ border-inline-start-color: rgb(120 113 108 / 1); }
.border-s-stone-500\/20{ border-inline-start-color: rgb(120 113 108 / 0.2); }
.border-s-stone-500\/25{ border-inline-start-color: rgb(120 113 108 / 0.25); }
.border-s-stone-500\/30{ border-inline-start-color: rgb(120 113 108 / 0.3); }
.border-s-stone-500\/40{ border-inline-start-color: rgb(120 113 108 / 0.4); }
.border-s-stone-500\/5{ border-inline-start-color: rgb(120 113 108 / 0.05); }
.border-s-stone-500\/50{ border-inline-start-color: rgb(120 113 108 / 0.5); }
.border-s-stone-500\/60{ border-inline-start-color: rgb(120 113 108 / 0.6); }
.border-s-stone-500\/70{ border-inline-start-color: rgb(120 113 108 / 0.7); }
.border-s-stone-500\/75{ border-inline-start-color: rgb(120 113 108 / 0.75); }
.border-s-stone-500\/80{ border-inline-start-color: rgb(120 113 108 / 0.8); }
.border-s-stone-500\/90{ border-inline-start-color: rgb(120 113 108 / 0.9); }
.border-s-stone-500\/95{ border-inline-start-color: rgb(120 113 108 / 0.95); }
.border-s-stone-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-s-stone-600\/0{ border-inline-start-color: rgb(87 83 78 / 0); }
.border-s-stone-600\/10{ border-inline-start-color: rgb(87 83 78 / 0.1); }
.border-s-stone-600\/100{ border-inline-start-color: rgb(87 83 78 / 1); }
.border-s-stone-600\/20{ border-inline-start-color: rgb(87 83 78 / 0.2); }
.border-s-stone-600\/25{ border-inline-start-color: rgb(87 83 78 / 0.25); }
.border-s-stone-600\/30{ border-inline-start-color: rgb(87 83 78 / 0.3); }
.border-s-stone-600\/40{ border-inline-start-color: rgb(87 83 78 / 0.4); }
.border-s-stone-600\/5{ border-inline-start-color: rgb(87 83 78 / 0.05); }
.border-s-stone-600\/50{ border-inline-start-color: rgb(87 83 78 / 0.5); }
.border-s-stone-600\/60{ border-inline-start-color: rgb(87 83 78 / 0.6); }
.border-s-stone-600\/70{ border-inline-start-color: rgb(87 83 78 / 0.7); }
.border-s-stone-600\/75{ border-inline-start-color: rgb(87 83 78 / 0.75); }
.border-s-stone-600\/80{ border-inline-start-color: rgb(87 83 78 / 0.8); }
.border-s-stone-600\/90{ border-inline-start-color: rgb(87 83 78 / 0.9); }
.border-s-stone-600\/95{ border-inline-start-color: rgb(87 83 78 / 0.95); }
.border-s-stone-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-s-stone-700\/0{ border-inline-start-color: rgb(68 64 60 / 0); }
.border-s-stone-700\/10{ border-inline-start-color: rgb(68 64 60 / 0.1); }
.border-s-stone-700\/100{ border-inline-start-color: rgb(68 64 60 / 1); }
.border-s-stone-700\/20{ border-inline-start-color: rgb(68 64 60 / 0.2); }
.border-s-stone-700\/25{ border-inline-start-color: rgb(68 64 60 / 0.25); }
.border-s-stone-700\/30{ border-inline-start-color: rgb(68 64 60 / 0.3); }
.border-s-stone-700\/40{ border-inline-start-color: rgb(68 64 60 / 0.4); }
.border-s-stone-700\/5{ border-inline-start-color: rgb(68 64 60 / 0.05); }
.border-s-stone-700\/50{ border-inline-start-color: rgb(68 64 60 / 0.5); }
.border-s-stone-700\/60{ border-inline-start-color: rgb(68 64 60 / 0.6); }
.border-s-stone-700\/70{ border-inline-start-color: rgb(68 64 60 / 0.7); }
.border-s-stone-700\/75{ border-inline-start-color: rgb(68 64 60 / 0.75); }
.border-s-stone-700\/80{ border-inline-start-color: rgb(68 64 60 / 0.8); }
.border-s-stone-700\/90{ border-inline-start-color: rgb(68 64 60 / 0.9); }
.border-s-stone-700\/95{ border-inline-start-color: rgb(68 64 60 / 0.95); }
.border-s-stone-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-s-stone-800\/0{ border-inline-start-color: rgb(41 37 36 / 0); }
.border-s-stone-800\/10{ border-inline-start-color: rgb(41 37 36 / 0.1); }
.border-s-stone-800\/100{ border-inline-start-color: rgb(41 37 36 / 1); }
.border-s-stone-800\/20{ border-inline-start-color: rgb(41 37 36 / 0.2); }
.border-s-stone-800\/25{ border-inline-start-color: rgb(41 37 36 / 0.25); }
.border-s-stone-800\/30{ border-inline-start-color: rgb(41 37 36 / 0.3); }
.border-s-stone-800\/40{ border-inline-start-color: rgb(41 37 36 / 0.4); }
.border-s-stone-800\/5{ border-inline-start-color: rgb(41 37 36 / 0.05); }
.border-s-stone-800\/50{ border-inline-start-color: rgb(41 37 36 / 0.5); }
.border-s-stone-800\/60{ border-inline-start-color: rgb(41 37 36 / 0.6); }
.border-s-stone-800\/70{ border-inline-start-color: rgb(41 37 36 / 0.7); }
.border-s-stone-800\/75{ border-inline-start-color: rgb(41 37 36 / 0.75); }
.border-s-stone-800\/80{ border-inline-start-color: rgb(41 37 36 / 0.8); }
.border-s-stone-800\/90{ border-inline-start-color: rgb(41 37 36 / 0.9); }
.border-s-stone-800\/95{ border-inline-start-color: rgb(41 37 36 / 0.95); }
.border-s-stone-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-s-stone-900\/0{ border-inline-start-color: rgb(28 25 23 / 0); }
.border-s-stone-900\/10{ border-inline-start-color: rgb(28 25 23 / 0.1); }
.border-s-stone-900\/100{ border-inline-start-color: rgb(28 25 23 / 1); }
.border-s-stone-900\/20{ border-inline-start-color: rgb(28 25 23 / 0.2); }
.border-s-stone-900\/25{ border-inline-start-color: rgb(28 25 23 / 0.25); }
.border-s-stone-900\/30{ border-inline-start-color: rgb(28 25 23 / 0.3); }
.border-s-stone-900\/40{ border-inline-start-color: rgb(28 25 23 / 0.4); }
.border-s-stone-900\/5{ border-inline-start-color: rgb(28 25 23 / 0.05); }
.border-s-stone-900\/50{ border-inline-start-color: rgb(28 25 23 / 0.5); }
.border-s-stone-900\/60{ border-inline-start-color: rgb(28 25 23 / 0.6); }
.border-s-stone-900\/70{ border-inline-start-color: rgb(28 25 23 / 0.7); }
.border-s-stone-900\/75{ border-inline-start-color: rgb(28 25 23 / 0.75); }
.border-s-stone-900\/80{ border-inline-start-color: rgb(28 25 23 / 0.8); }
.border-s-stone-900\/90{ border-inline-start-color: rgb(28 25 23 / 0.9); }
.border-s-stone-900\/95{ border-inline-start-color: rgb(28 25 23 / 0.95); }
.border-s-stone-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-s-stone-950\/0{ border-inline-start-color: rgb(12 10 9 / 0); }
.border-s-stone-950\/10{ border-inline-start-color: rgb(12 10 9 / 0.1); }
.border-s-stone-950\/100{ border-inline-start-color: rgb(12 10 9 / 1); }
.border-s-stone-950\/20{ border-inline-start-color: rgb(12 10 9 / 0.2); }
.border-s-stone-950\/25{ border-inline-start-color: rgb(12 10 9 / 0.25); }
.border-s-stone-950\/30{ border-inline-start-color: rgb(12 10 9 / 0.3); }
.border-s-stone-950\/40{ border-inline-start-color: rgb(12 10 9 / 0.4); }
.border-s-stone-950\/5{ border-inline-start-color: rgb(12 10 9 / 0.05); }
.border-s-stone-950\/50{ border-inline-start-color: rgb(12 10 9 / 0.5); }
.border-s-stone-950\/60{ border-inline-start-color: rgb(12 10 9 / 0.6); }
.border-s-stone-950\/70{ border-inline-start-color: rgb(12 10 9 / 0.7); }
.border-s-stone-950\/75{ border-inline-start-color: rgb(12 10 9 / 0.75); }
.border-s-stone-950\/80{ border-inline-start-color: rgb(12 10 9 / 0.8); }
.border-s-stone-950\/90{ border-inline-start-color: rgb(12 10 9 / 0.9); }
.border-s-stone-950\/95{ border-inline-start-color: rgb(12 10 9 / 0.95); }
.border-s-swim-blue{ --tw-border-opacity: 1; border-inline-start-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-s-swim-blue\/0{ border-inline-start-color: rgb(50 197 255 / 0); }
.border-s-swim-blue\/10{ border-inline-start-color: rgb(50 197 255 / 0.1); }
.border-s-swim-blue\/100{ border-inline-start-color: rgb(50 197 255 / 1); }
.border-s-swim-blue\/20{ border-inline-start-color: rgb(50 197 255 / 0.2); }
.border-s-swim-blue\/25{ border-inline-start-color: rgb(50 197 255 / 0.25); }
.border-s-swim-blue\/30{ border-inline-start-color: rgb(50 197 255 / 0.3); }
.border-s-swim-blue\/40{ border-inline-start-color: rgb(50 197 255 / 0.4); }
.border-s-swim-blue\/5{ border-inline-start-color: rgb(50 197 255 / 0.05); }
.border-s-swim-blue\/50{ border-inline-start-color: rgb(50 197 255 / 0.5); }
.border-s-swim-blue\/60{ border-inline-start-color: rgb(50 197 255 / 0.6); }
.border-s-swim-blue\/70{ border-inline-start-color: rgb(50 197 255 / 0.7); }
.border-s-swim-blue\/75{ border-inline-start-color: rgb(50 197 255 / 0.75); }
.border-s-swim-blue\/80{ border-inline-start-color: rgb(50 197 255 / 0.8); }
.border-s-swim-blue\/90{ border-inline-start-color: rgb(50 197 255 / 0.9); }
.border-s-swim-blue\/95{ border-inline-start-color: rgb(50 197 255 / 0.95); }
.border-s-swim-body-text{ --tw-border-opacity: 1; border-inline-start-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-s-swim-body-text\/0{ border-inline-start-color: rgb(58 60 62 / 0); }
.border-s-swim-body-text\/10{ border-inline-start-color: rgb(58 60 62 / 0.1); }
.border-s-swim-body-text\/100{ border-inline-start-color: rgb(58 60 62 / 1); }
.border-s-swim-body-text\/20{ border-inline-start-color: rgb(58 60 62 / 0.2); }
.border-s-swim-body-text\/25{ border-inline-start-color: rgb(58 60 62 / 0.25); }
.border-s-swim-body-text\/30{ border-inline-start-color: rgb(58 60 62 / 0.3); }
.border-s-swim-body-text\/40{ border-inline-start-color: rgb(58 60 62 / 0.4); }
.border-s-swim-body-text\/5{ border-inline-start-color: rgb(58 60 62 / 0.05); }
.border-s-swim-body-text\/50{ border-inline-start-color: rgb(58 60 62 / 0.5); }
.border-s-swim-body-text\/60{ border-inline-start-color: rgb(58 60 62 / 0.6); }
.border-s-swim-body-text\/70{ border-inline-start-color: rgb(58 60 62 / 0.7); }
.border-s-swim-body-text\/75{ border-inline-start-color: rgb(58 60 62 / 0.75); }
.border-s-swim-body-text\/80{ border-inline-start-color: rgb(58 60 62 / 0.8); }
.border-s-swim-body-text\/90{ border-inline-start-color: rgb(58 60 62 / 0.9); }
.border-s-swim-body-text\/95{ border-inline-start-color: rgb(58 60 62 / 0.95); }
.border-s-swim-dark-blue{ --tw-border-opacity: 1; border-inline-start-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-s-swim-dark-blue\/0{ border-inline-start-color: rgb(4 34 86 / 0); }
.border-s-swim-dark-blue\/10{ border-inline-start-color: rgb(4 34 86 / 0.1); }
.border-s-swim-dark-blue\/100{ border-inline-start-color: rgb(4 34 86 / 1); }
.border-s-swim-dark-blue\/20{ border-inline-start-color: rgb(4 34 86 / 0.2); }
.border-s-swim-dark-blue\/25{ border-inline-start-color: rgb(4 34 86 / 0.25); }
.border-s-swim-dark-blue\/30{ border-inline-start-color: rgb(4 34 86 / 0.3); }
.border-s-swim-dark-blue\/40{ border-inline-start-color: rgb(4 34 86 / 0.4); }
.border-s-swim-dark-blue\/5{ border-inline-start-color: rgb(4 34 86 / 0.05); }
.border-s-swim-dark-blue\/50{ border-inline-start-color: rgb(4 34 86 / 0.5); }
.border-s-swim-dark-blue\/60{ border-inline-start-color: rgb(4 34 86 / 0.6); }
.border-s-swim-dark-blue\/70{ border-inline-start-color: rgb(4 34 86 / 0.7); }
.border-s-swim-dark-blue\/75{ border-inline-start-color: rgb(4 34 86 / 0.75); }
.border-s-swim-dark-blue\/80{ border-inline-start-color: rgb(4 34 86 / 0.8); }
.border-s-swim-dark-blue\/90{ border-inline-start-color: rgb(4 34 86 / 0.9); }
.border-s-swim-dark-blue\/95{ border-inline-start-color: rgb(4 34 86 / 0.95); }
.border-s-swim-dark-purple{ --tw-border-opacity: 1; border-inline-start-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-s-swim-dark-purple\/0{ border-inline-start-color: rgb(214 81 255 / 0); }
.border-s-swim-dark-purple\/10{ border-inline-start-color: rgb(214 81 255 / 0.1); }
.border-s-swim-dark-purple\/100{ border-inline-start-color: rgb(214 81 255 / 1); }
.border-s-swim-dark-purple\/20{ border-inline-start-color: rgb(214 81 255 / 0.2); }
.border-s-swim-dark-purple\/25{ border-inline-start-color: rgb(214 81 255 / 0.25); }
.border-s-swim-dark-purple\/30{ border-inline-start-color: rgb(214 81 255 / 0.3); }
.border-s-swim-dark-purple\/40{ border-inline-start-color: rgb(214 81 255 / 0.4); }
.border-s-swim-dark-purple\/5{ border-inline-start-color: rgb(214 81 255 / 0.05); }
.border-s-swim-dark-purple\/50{ border-inline-start-color: rgb(214 81 255 / 0.5); }
.border-s-swim-dark-purple\/60{ border-inline-start-color: rgb(214 81 255 / 0.6); }
.border-s-swim-dark-purple\/70{ border-inline-start-color: rgb(214 81 255 / 0.7); }
.border-s-swim-dark-purple\/75{ border-inline-start-color: rgb(214 81 255 / 0.75); }
.border-s-swim-dark-purple\/80{ border-inline-start-color: rgb(214 81 255 / 0.8); }
.border-s-swim-dark-purple\/90{ border-inline-start-color: rgb(214 81 255 / 0.9); }
.border-s-swim-dark-purple\/95{ border-inline-start-color: rgb(214 81 255 / 0.95); }
.border-s-swim-dark-teal{ --tw-border-opacity: 1; border-inline-start-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-s-swim-dark-teal\/0{ border-inline-start-color: rgb(68 215 182 / 0); }
.border-s-swim-dark-teal\/10{ border-inline-start-color: rgb(68 215 182 / 0.1); }
.border-s-swim-dark-teal\/100{ border-inline-start-color: rgb(68 215 182 / 1); }
.border-s-swim-dark-teal\/20{ border-inline-start-color: rgb(68 215 182 / 0.2); }
.border-s-swim-dark-teal\/25{ border-inline-start-color: rgb(68 215 182 / 0.25); }
.border-s-swim-dark-teal\/30{ border-inline-start-color: rgb(68 215 182 / 0.3); }
.border-s-swim-dark-teal\/40{ border-inline-start-color: rgb(68 215 182 / 0.4); }
.border-s-swim-dark-teal\/5{ border-inline-start-color: rgb(68 215 182 / 0.05); }
.border-s-swim-dark-teal\/50{ border-inline-start-color: rgb(68 215 182 / 0.5); }
.border-s-swim-dark-teal\/60{ border-inline-start-color: rgb(68 215 182 / 0.6); }
.border-s-swim-dark-teal\/70{ border-inline-start-color: rgb(68 215 182 / 0.7); }
.border-s-swim-dark-teal\/75{ border-inline-start-color: rgb(68 215 182 / 0.75); }
.border-s-swim-dark-teal\/80{ border-inline-start-color: rgb(68 215 182 / 0.8); }
.border-s-swim-dark-teal\/90{ border-inline-start-color: rgb(68 215 182 / 0.9); }
.border-s-swim-dark-teal\/95{ border-inline-start-color: rgb(68 215 182 / 0.95); }
.border-s-swim-darker-blue{ --tw-border-opacity: 1; border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-s-swim-darker-blue\/0{ border-inline-start-color: rgb(17 24 39 / 0); }
.border-s-swim-darker-blue\/10{ border-inline-start-color: rgb(17 24 39 / 0.1); }
.border-s-swim-darker-blue\/100{ border-inline-start-color: rgb(17 24 39 / 1); }
.border-s-swim-darker-blue\/20{ border-inline-start-color: rgb(17 24 39 / 0.2); }
.border-s-swim-darker-blue\/25{ border-inline-start-color: rgb(17 24 39 / 0.25); }
.border-s-swim-darker-blue\/30{ border-inline-start-color: rgb(17 24 39 / 0.3); }
.border-s-swim-darker-blue\/40{ border-inline-start-color: rgb(17 24 39 / 0.4); }
.border-s-swim-darker-blue\/5{ border-inline-start-color: rgb(17 24 39 / 0.05); }
.border-s-swim-darker-blue\/50{ border-inline-start-color: rgb(17 24 39 / 0.5); }
.border-s-swim-darker-blue\/60{ border-inline-start-color: rgb(17 24 39 / 0.6); }
.border-s-swim-darker-blue\/70{ border-inline-start-color: rgb(17 24 39 / 0.7); }
.border-s-swim-darker-blue\/75{ border-inline-start-color: rgb(17 24 39 / 0.75); }
.border-s-swim-darker-blue\/80{ border-inline-start-color: rgb(17 24 39 / 0.8); }
.border-s-swim-darker-blue\/90{ border-inline-start-color: rgb(17 24 39 / 0.9); }
.border-s-swim-darker-blue\/95{ border-inline-start-color: rgb(17 24 39 / 0.95); }
.border-s-swim-darker-grey{ --tw-border-opacity: 1; border-inline-start-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-s-swim-darker-grey\/0{ border-inline-start-color: rgb(169 169 169 / 0); }
.border-s-swim-darker-grey\/10{ border-inline-start-color: rgb(169 169 169 / 0.1); }
.border-s-swim-darker-grey\/100{ border-inline-start-color: rgb(169 169 169 / 1); }
.border-s-swim-darker-grey\/20{ border-inline-start-color: rgb(169 169 169 / 0.2); }
.border-s-swim-darker-grey\/25{ border-inline-start-color: rgb(169 169 169 / 0.25); }
.border-s-swim-darker-grey\/30{ border-inline-start-color: rgb(169 169 169 / 0.3); }
.border-s-swim-darker-grey\/40{ border-inline-start-color: rgb(169 169 169 / 0.4); }
.border-s-swim-darker-grey\/5{ border-inline-start-color: rgb(169 169 169 / 0.05); }
.border-s-swim-darker-grey\/50{ border-inline-start-color: rgb(169 169 169 / 0.5); }
.border-s-swim-darker-grey\/60{ border-inline-start-color: rgb(169 169 169 / 0.6); }
.border-s-swim-darker-grey\/70{ border-inline-start-color: rgb(169 169 169 / 0.7); }
.border-s-swim-darker-grey\/75{ border-inline-start-color: rgb(169 169 169 / 0.75); }
.border-s-swim-darker-grey\/80{ border-inline-start-color: rgb(169 169 169 / 0.8); }
.border-s-swim-darker-grey\/90{ border-inline-start-color: rgb(169 169 169 / 0.9); }
.border-s-swim-darker-grey\/95{ border-inline-start-color: rgb(169 169 169 / 0.95); }
.border-s-swim-darker-teal{ border-inline-start-color: RGBA(4, 42, 43, 0.85); }
.border-s-swim-darkerish-grey{ --tw-border-opacity: 1; border-inline-start-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-s-swim-darkerish-grey\/0{ border-inline-start-color: rgb(109 114 120 / 0); }
.border-s-swim-darkerish-grey\/10{ border-inline-start-color: rgb(109 114 120 / 0.1); }
.border-s-swim-darkerish-grey\/100{ border-inline-start-color: rgb(109 114 120 / 1); }
.border-s-swim-darkerish-grey\/20{ border-inline-start-color: rgb(109 114 120 / 0.2); }
.border-s-swim-darkerish-grey\/25{ border-inline-start-color: rgb(109 114 120 / 0.25); }
.border-s-swim-darkerish-grey\/30{ border-inline-start-color: rgb(109 114 120 / 0.3); }
.border-s-swim-darkerish-grey\/40{ border-inline-start-color: rgb(109 114 120 / 0.4); }
.border-s-swim-darkerish-grey\/5{ border-inline-start-color: rgb(109 114 120 / 0.05); }
.border-s-swim-darkerish-grey\/50{ border-inline-start-color: rgb(109 114 120 / 0.5); }
.border-s-swim-darkerish-grey\/60{ border-inline-start-color: rgb(109 114 120 / 0.6); }
.border-s-swim-darkerish-grey\/70{ border-inline-start-color: rgb(109 114 120 / 0.7); }
.border-s-swim-darkerish-grey\/75{ border-inline-start-color: rgb(109 114 120 / 0.75); }
.border-s-swim-darkerish-grey\/80{ border-inline-start-color: rgb(109 114 120 / 0.8); }
.border-s-swim-darkerish-grey\/90{ border-inline-start-color: rgb(109 114 120 / 0.9); }
.border-s-swim-darkerish-grey\/95{ border-inline-start-color: rgb(109 114 120 / 0.95); }
.border-s-swim-grey{ --tw-border-opacity: 1; border-inline-start-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-s-swim-grey\/0{ border-inline-start-color: rgb(193 193 193 / 0); }
.border-s-swim-grey\/10{ border-inline-start-color: rgb(193 193 193 / 0.1); }
.border-s-swim-grey\/100{ border-inline-start-color: rgb(193 193 193 / 1); }
.border-s-swim-grey\/20{ border-inline-start-color: rgb(193 193 193 / 0.2); }
.border-s-swim-grey\/25{ border-inline-start-color: rgb(193 193 193 / 0.25); }
.border-s-swim-grey\/30{ border-inline-start-color: rgb(193 193 193 / 0.3); }
.border-s-swim-grey\/40{ border-inline-start-color: rgb(193 193 193 / 0.4); }
.border-s-swim-grey\/5{ border-inline-start-color: rgb(193 193 193 / 0.05); }
.border-s-swim-grey\/50{ border-inline-start-color: rgb(193 193 193 / 0.5); }
.border-s-swim-grey\/60{ border-inline-start-color: rgb(193 193 193 / 0.6); }
.border-s-swim-grey\/70{ border-inline-start-color: rgb(193 193 193 / 0.7); }
.border-s-swim-grey\/75{ border-inline-start-color: rgb(193 193 193 / 0.75); }
.border-s-swim-grey\/80{ border-inline-start-color: rgb(193 193 193 / 0.8); }
.border-s-swim-grey\/90{ border-inline-start-color: rgb(193 193 193 / 0.9); }
.border-s-swim-grey\/95{ border-inline-start-color: rgb(193 193 193 / 0.95); }
.border-s-swim-lighter-grey{ --tw-border-opacity: 1; border-inline-start-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-s-swim-lighter-grey\/0{ border-inline-start-color: rgb(233 239 240 / 0); }
.border-s-swim-lighter-grey\/10{ border-inline-start-color: rgb(233 239 240 / 0.1); }
.border-s-swim-lighter-grey\/100{ border-inline-start-color: rgb(233 239 240 / 1); }
.border-s-swim-lighter-grey\/20{ border-inline-start-color: rgb(233 239 240 / 0.2); }
.border-s-swim-lighter-grey\/25{ border-inline-start-color: rgb(233 239 240 / 0.25); }
.border-s-swim-lighter-grey\/30{ border-inline-start-color: rgb(233 239 240 / 0.3); }
.border-s-swim-lighter-grey\/40{ border-inline-start-color: rgb(233 239 240 / 0.4); }
.border-s-swim-lighter-grey\/5{ border-inline-start-color: rgb(233 239 240 / 0.05); }
.border-s-swim-lighter-grey\/50{ border-inline-start-color: rgb(233 239 240 / 0.5); }
.border-s-swim-lighter-grey\/60{ border-inline-start-color: rgb(233 239 240 / 0.6); }
.border-s-swim-lighter-grey\/70{ border-inline-start-color: rgb(233 239 240 / 0.7); }
.border-s-swim-lighter-grey\/75{ border-inline-start-color: rgb(233 239 240 / 0.75); }
.border-s-swim-lighter-grey\/80{ border-inline-start-color: rgb(233 239 240 / 0.8); }
.border-s-swim-lighter-grey\/90{ border-inline-start-color: rgb(233 239 240 / 0.9); }
.border-s-swim-lighter-grey\/95{ border-inline-start-color: rgb(233 239 240 / 0.95); }
.border-s-swim-purple{ --tw-border-opacity: 1; border-inline-start-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-s-swim-purple\/0{ border-inline-start-color: rgb(186 98 255 / 0); }
.border-s-swim-purple\/10{ border-inline-start-color: rgb(186 98 255 / 0.1); }
.border-s-swim-purple\/100{ border-inline-start-color: rgb(186 98 255 / 1); }
.border-s-swim-purple\/20{ border-inline-start-color: rgb(186 98 255 / 0.2); }
.border-s-swim-purple\/25{ border-inline-start-color: rgb(186 98 255 / 0.25); }
.border-s-swim-purple\/30{ border-inline-start-color: rgb(186 98 255 / 0.3); }
.border-s-swim-purple\/40{ border-inline-start-color: rgb(186 98 255 / 0.4); }
.border-s-swim-purple\/5{ border-inline-start-color: rgb(186 98 255 / 0.05); }
.border-s-swim-purple\/50{ border-inline-start-color: rgb(186 98 255 / 0.5); }
.border-s-swim-purple\/60{ border-inline-start-color: rgb(186 98 255 / 0.6); }
.border-s-swim-purple\/70{ border-inline-start-color: rgb(186 98 255 / 0.7); }
.border-s-swim-purple\/75{ border-inline-start-color: rgb(186 98 255 / 0.75); }
.border-s-swim-purple\/80{ border-inline-start-color: rgb(186 98 255 / 0.8); }
.border-s-swim-purple\/90{ border-inline-start-color: rgb(186 98 255 / 0.9); }
.border-s-swim-purple\/95{ border-inline-start-color: rgb(186 98 255 / 0.95); }
.border-s-swim-teal{ --tw-border-opacity: 1; border-inline-start-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-s-swim-teal\/0{ border-inline-start-color: rgb(102 255 221 / 0); }
.border-s-swim-teal\/10{ border-inline-start-color: rgb(102 255 221 / 0.1); }
.border-s-swim-teal\/100{ border-inline-start-color: rgb(102 255 221 / 1); }
.border-s-swim-teal\/20{ border-inline-start-color: rgb(102 255 221 / 0.2); }
.border-s-swim-teal\/25{ border-inline-start-color: rgb(102 255 221 / 0.25); }
.border-s-swim-teal\/30{ border-inline-start-color: rgb(102 255 221 / 0.3); }
.border-s-swim-teal\/40{ border-inline-start-color: rgb(102 255 221 / 0.4); }
.border-s-swim-teal\/5{ border-inline-start-color: rgb(102 255 221 / 0.05); }
.border-s-swim-teal\/50{ border-inline-start-color: rgb(102 255 221 / 0.5); }
.border-s-swim-teal\/60{ border-inline-start-color: rgb(102 255 221 / 0.6); }
.border-s-swim-teal\/70{ border-inline-start-color: rgb(102 255 221 / 0.7); }
.border-s-swim-teal\/75{ border-inline-start-color: rgb(102 255 221 / 0.75); }
.border-s-swim-teal\/80{ border-inline-start-color: rgb(102 255 221 / 0.8); }
.border-s-swim-teal\/90{ border-inline-start-color: rgb(102 255 221 / 0.9); }
.border-s-swim-teal\/95{ border-inline-start-color: rgb(102 255 221 / 0.95); }
.border-s-teal-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-s-teal-100\/0{ border-inline-start-color: rgb(204 251 241 / 0); }
.border-s-teal-100\/10{ border-inline-start-color: rgb(204 251 241 / 0.1); }
.border-s-teal-100\/100{ border-inline-start-color: rgb(204 251 241 / 1); }
.border-s-teal-100\/20{ border-inline-start-color: rgb(204 251 241 / 0.2); }
.border-s-teal-100\/25{ border-inline-start-color: rgb(204 251 241 / 0.25); }
.border-s-teal-100\/30{ border-inline-start-color: rgb(204 251 241 / 0.3); }
.border-s-teal-100\/40{ border-inline-start-color: rgb(204 251 241 / 0.4); }
.border-s-teal-100\/5{ border-inline-start-color: rgb(204 251 241 / 0.05); }
.border-s-teal-100\/50{ border-inline-start-color: rgb(204 251 241 / 0.5); }
.border-s-teal-100\/60{ border-inline-start-color: rgb(204 251 241 / 0.6); }
.border-s-teal-100\/70{ border-inline-start-color: rgb(204 251 241 / 0.7); }
.border-s-teal-100\/75{ border-inline-start-color: rgb(204 251 241 / 0.75); }
.border-s-teal-100\/80{ border-inline-start-color: rgb(204 251 241 / 0.8); }
.border-s-teal-100\/90{ border-inline-start-color: rgb(204 251 241 / 0.9); }
.border-s-teal-100\/95{ border-inline-start-color: rgb(204 251 241 / 0.95); }
.border-s-teal-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-s-teal-200\/0{ border-inline-start-color: rgb(153 246 228 / 0); }
.border-s-teal-200\/10{ border-inline-start-color: rgb(153 246 228 / 0.1); }
.border-s-teal-200\/100{ border-inline-start-color: rgb(153 246 228 / 1); }
.border-s-teal-200\/20{ border-inline-start-color: rgb(153 246 228 / 0.2); }
.border-s-teal-200\/25{ border-inline-start-color: rgb(153 246 228 / 0.25); }
.border-s-teal-200\/30{ border-inline-start-color: rgb(153 246 228 / 0.3); }
.border-s-teal-200\/40{ border-inline-start-color: rgb(153 246 228 / 0.4); }
.border-s-teal-200\/5{ border-inline-start-color: rgb(153 246 228 / 0.05); }
.border-s-teal-200\/50{ border-inline-start-color: rgb(153 246 228 / 0.5); }
.border-s-teal-200\/60{ border-inline-start-color: rgb(153 246 228 / 0.6); }
.border-s-teal-200\/70{ border-inline-start-color: rgb(153 246 228 / 0.7); }
.border-s-teal-200\/75{ border-inline-start-color: rgb(153 246 228 / 0.75); }
.border-s-teal-200\/80{ border-inline-start-color: rgb(153 246 228 / 0.8); }
.border-s-teal-200\/90{ border-inline-start-color: rgb(153 246 228 / 0.9); }
.border-s-teal-200\/95{ border-inline-start-color: rgb(153 246 228 / 0.95); }
.border-s-teal-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-s-teal-300\/0{ border-inline-start-color: rgb(94 234 212 / 0); }
.border-s-teal-300\/10{ border-inline-start-color: rgb(94 234 212 / 0.1); }
.border-s-teal-300\/100{ border-inline-start-color: rgb(94 234 212 / 1); }
.border-s-teal-300\/20{ border-inline-start-color: rgb(94 234 212 / 0.2); }
.border-s-teal-300\/25{ border-inline-start-color: rgb(94 234 212 / 0.25); }
.border-s-teal-300\/30{ border-inline-start-color: rgb(94 234 212 / 0.3); }
.border-s-teal-300\/40{ border-inline-start-color: rgb(94 234 212 / 0.4); }
.border-s-teal-300\/5{ border-inline-start-color: rgb(94 234 212 / 0.05); }
.border-s-teal-300\/50{ border-inline-start-color: rgb(94 234 212 / 0.5); }
.border-s-teal-300\/60{ border-inline-start-color: rgb(94 234 212 / 0.6); }
.border-s-teal-300\/70{ border-inline-start-color: rgb(94 234 212 / 0.7); }
.border-s-teal-300\/75{ border-inline-start-color: rgb(94 234 212 / 0.75); }
.border-s-teal-300\/80{ border-inline-start-color: rgb(94 234 212 / 0.8); }
.border-s-teal-300\/90{ border-inline-start-color: rgb(94 234 212 / 0.9); }
.border-s-teal-300\/95{ border-inline-start-color: rgb(94 234 212 / 0.95); }
.border-s-teal-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-s-teal-400\/0{ border-inline-start-color: rgb(45 212 191 / 0); }
.border-s-teal-400\/10{ border-inline-start-color: rgb(45 212 191 / 0.1); }
.border-s-teal-400\/100{ border-inline-start-color: rgb(45 212 191 / 1); }
.border-s-teal-400\/20{ border-inline-start-color: rgb(45 212 191 / 0.2); }
.border-s-teal-400\/25{ border-inline-start-color: rgb(45 212 191 / 0.25); }
.border-s-teal-400\/30{ border-inline-start-color: rgb(45 212 191 / 0.3); }
.border-s-teal-400\/40{ border-inline-start-color: rgb(45 212 191 / 0.4); }
.border-s-teal-400\/5{ border-inline-start-color: rgb(45 212 191 / 0.05); }
.border-s-teal-400\/50{ border-inline-start-color: rgb(45 212 191 / 0.5); }
.border-s-teal-400\/60{ border-inline-start-color: rgb(45 212 191 / 0.6); }
.border-s-teal-400\/70{ border-inline-start-color: rgb(45 212 191 / 0.7); }
.border-s-teal-400\/75{ border-inline-start-color: rgb(45 212 191 / 0.75); }
.border-s-teal-400\/80{ border-inline-start-color: rgb(45 212 191 / 0.8); }
.border-s-teal-400\/90{ border-inline-start-color: rgb(45 212 191 / 0.9); }
.border-s-teal-400\/95{ border-inline-start-color: rgb(45 212 191 / 0.95); }
.border-s-teal-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-s-teal-50\/0{ border-inline-start-color: rgb(240 253 250 / 0); }
.border-s-teal-50\/10{ border-inline-start-color: rgb(240 253 250 / 0.1); }
.border-s-teal-50\/100{ border-inline-start-color: rgb(240 253 250 / 1); }
.border-s-teal-50\/20{ border-inline-start-color: rgb(240 253 250 / 0.2); }
.border-s-teal-50\/25{ border-inline-start-color: rgb(240 253 250 / 0.25); }
.border-s-teal-50\/30{ border-inline-start-color: rgb(240 253 250 / 0.3); }
.border-s-teal-50\/40{ border-inline-start-color: rgb(240 253 250 / 0.4); }
.border-s-teal-50\/5{ border-inline-start-color: rgb(240 253 250 / 0.05); }
.border-s-teal-50\/50{ border-inline-start-color: rgb(240 253 250 / 0.5); }
.border-s-teal-50\/60{ border-inline-start-color: rgb(240 253 250 / 0.6); }
.border-s-teal-50\/70{ border-inline-start-color: rgb(240 253 250 / 0.7); }
.border-s-teal-50\/75{ border-inline-start-color: rgb(240 253 250 / 0.75); }
.border-s-teal-50\/80{ border-inline-start-color: rgb(240 253 250 / 0.8); }
.border-s-teal-50\/90{ border-inline-start-color: rgb(240 253 250 / 0.9); }
.border-s-teal-50\/95{ border-inline-start-color: rgb(240 253 250 / 0.95); }
.border-s-teal-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-s-teal-500\/0{ border-inline-start-color: rgb(20 184 166 / 0); }
.border-s-teal-500\/10{ border-inline-start-color: rgb(20 184 166 / 0.1); }
.border-s-teal-500\/100{ border-inline-start-color: rgb(20 184 166 / 1); }
.border-s-teal-500\/20{ border-inline-start-color: rgb(20 184 166 / 0.2); }
.border-s-teal-500\/25{ border-inline-start-color: rgb(20 184 166 / 0.25); }
.border-s-teal-500\/30{ border-inline-start-color: rgb(20 184 166 / 0.3); }
.border-s-teal-500\/40{ border-inline-start-color: rgb(20 184 166 / 0.4); }
.border-s-teal-500\/5{ border-inline-start-color: rgb(20 184 166 / 0.05); }
.border-s-teal-500\/50{ border-inline-start-color: rgb(20 184 166 / 0.5); }
.border-s-teal-500\/60{ border-inline-start-color: rgb(20 184 166 / 0.6); }
.border-s-teal-500\/70{ border-inline-start-color: rgb(20 184 166 / 0.7); }
.border-s-teal-500\/75{ border-inline-start-color: rgb(20 184 166 / 0.75); }
.border-s-teal-500\/80{ border-inline-start-color: rgb(20 184 166 / 0.8); }
.border-s-teal-500\/90{ border-inline-start-color: rgb(20 184 166 / 0.9); }
.border-s-teal-500\/95{ border-inline-start-color: rgb(20 184 166 / 0.95); }
.border-s-teal-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-s-teal-600\/0{ border-inline-start-color: rgb(13 148 136 / 0); }
.border-s-teal-600\/10{ border-inline-start-color: rgb(13 148 136 / 0.1); }
.border-s-teal-600\/100{ border-inline-start-color: rgb(13 148 136 / 1); }
.border-s-teal-600\/20{ border-inline-start-color: rgb(13 148 136 / 0.2); }
.border-s-teal-600\/25{ border-inline-start-color: rgb(13 148 136 / 0.25); }
.border-s-teal-600\/30{ border-inline-start-color: rgb(13 148 136 / 0.3); }
.border-s-teal-600\/40{ border-inline-start-color: rgb(13 148 136 / 0.4); }
.border-s-teal-600\/5{ border-inline-start-color: rgb(13 148 136 / 0.05); }
.border-s-teal-600\/50{ border-inline-start-color: rgb(13 148 136 / 0.5); }
.border-s-teal-600\/60{ border-inline-start-color: rgb(13 148 136 / 0.6); }
.border-s-teal-600\/70{ border-inline-start-color: rgb(13 148 136 / 0.7); }
.border-s-teal-600\/75{ border-inline-start-color: rgb(13 148 136 / 0.75); }
.border-s-teal-600\/80{ border-inline-start-color: rgb(13 148 136 / 0.8); }
.border-s-teal-600\/90{ border-inline-start-color: rgb(13 148 136 / 0.9); }
.border-s-teal-600\/95{ border-inline-start-color: rgb(13 148 136 / 0.95); }
.border-s-teal-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-s-teal-700\/0{ border-inline-start-color: rgb(15 118 110 / 0); }
.border-s-teal-700\/10{ border-inline-start-color: rgb(15 118 110 / 0.1); }
.border-s-teal-700\/100{ border-inline-start-color: rgb(15 118 110 / 1); }
.border-s-teal-700\/20{ border-inline-start-color: rgb(15 118 110 / 0.2); }
.border-s-teal-700\/25{ border-inline-start-color: rgb(15 118 110 / 0.25); }
.border-s-teal-700\/30{ border-inline-start-color: rgb(15 118 110 / 0.3); }
.border-s-teal-700\/40{ border-inline-start-color: rgb(15 118 110 / 0.4); }
.border-s-teal-700\/5{ border-inline-start-color: rgb(15 118 110 / 0.05); }
.border-s-teal-700\/50{ border-inline-start-color: rgb(15 118 110 / 0.5); }
.border-s-teal-700\/60{ border-inline-start-color: rgb(15 118 110 / 0.6); }
.border-s-teal-700\/70{ border-inline-start-color: rgb(15 118 110 / 0.7); }
.border-s-teal-700\/75{ border-inline-start-color: rgb(15 118 110 / 0.75); }
.border-s-teal-700\/80{ border-inline-start-color: rgb(15 118 110 / 0.8); }
.border-s-teal-700\/90{ border-inline-start-color: rgb(15 118 110 / 0.9); }
.border-s-teal-700\/95{ border-inline-start-color: rgb(15 118 110 / 0.95); }
.border-s-teal-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-s-teal-800\/0{ border-inline-start-color: rgb(17 94 89 / 0); }
.border-s-teal-800\/10{ border-inline-start-color: rgb(17 94 89 / 0.1); }
.border-s-teal-800\/100{ border-inline-start-color: rgb(17 94 89 / 1); }
.border-s-teal-800\/20{ border-inline-start-color: rgb(17 94 89 / 0.2); }
.border-s-teal-800\/25{ border-inline-start-color: rgb(17 94 89 / 0.25); }
.border-s-teal-800\/30{ border-inline-start-color: rgb(17 94 89 / 0.3); }
.border-s-teal-800\/40{ border-inline-start-color: rgb(17 94 89 / 0.4); }
.border-s-teal-800\/5{ border-inline-start-color: rgb(17 94 89 / 0.05); }
.border-s-teal-800\/50{ border-inline-start-color: rgb(17 94 89 / 0.5); }
.border-s-teal-800\/60{ border-inline-start-color: rgb(17 94 89 / 0.6); }
.border-s-teal-800\/70{ border-inline-start-color: rgb(17 94 89 / 0.7); }
.border-s-teal-800\/75{ border-inline-start-color: rgb(17 94 89 / 0.75); }
.border-s-teal-800\/80{ border-inline-start-color: rgb(17 94 89 / 0.8); }
.border-s-teal-800\/90{ border-inline-start-color: rgb(17 94 89 / 0.9); }
.border-s-teal-800\/95{ border-inline-start-color: rgb(17 94 89 / 0.95); }
.border-s-teal-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-s-teal-900\/0{ border-inline-start-color: rgb(19 78 74 / 0); }
.border-s-teal-900\/10{ border-inline-start-color: rgb(19 78 74 / 0.1); }
.border-s-teal-900\/100{ border-inline-start-color: rgb(19 78 74 / 1); }
.border-s-teal-900\/20{ border-inline-start-color: rgb(19 78 74 / 0.2); }
.border-s-teal-900\/25{ border-inline-start-color: rgb(19 78 74 / 0.25); }
.border-s-teal-900\/30{ border-inline-start-color: rgb(19 78 74 / 0.3); }
.border-s-teal-900\/40{ border-inline-start-color: rgb(19 78 74 / 0.4); }
.border-s-teal-900\/5{ border-inline-start-color: rgb(19 78 74 / 0.05); }
.border-s-teal-900\/50{ border-inline-start-color: rgb(19 78 74 / 0.5); }
.border-s-teal-900\/60{ border-inline-start-color: rgb(19 78 74 / 0.6); }
.border-s-teal-900\/70{ border-inline-start-color: rgb(19 78 74 / 0.7); }
.border-s-teal-900\/75{ border-inline-start-color: rgb(19 78 74 / 0.75); }
.border-s-teal-900\/80{ border-inline-start-color: rgb(19 78 74 / 0.8); }
.border-s-teal-900\/90{ border-inline-start-color: rgb(19 78 74 / 0.9); }
.border-s-teal-900\/95{ border-inline-start-color: rgb(19 78 74 / 0.95); }
.border-s-teal-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-s-teal-950\/0{ border-inline-start-color: rgb(4 47 46 / 0); }
.border-s-teal-950\/10{ border-inline-start-color: rgb(4 47 46 / 0.1); }
.border-s-teal-950\/100{ border-inline-start-color: rgb(4 47 46 / 1); }
.border-s-teal-950\/20{ border-inline-start-color: rgb(4 47 46 / 0.2); }
.border-s-teal-950\/25{ border-inline-start-color: rgb(4 47 46 / 0.25); }
.border-s-teal-950\/30{ border-inline-start-color: rgb(4 47 46 / 0.3); }
.border-s-teal-950\/40{ border-inline-start-color: rgb(4 47 46 / 0.4); }
.border-s-teal-950\/5{ border-inline-start-color: rgb(4 47 46 / 0.05); }
.border-s-teal-950\/50{ border-inline-start-color: rgb(4 47 46 / 0.5); }
.border-s-teal-950\/60{ border-inline-start-color: rgb(4 47 46 / 0.6); }
.border-s-teal-950\/70{ border-inline-start-color: rgb(4 47 46 / 0.7); }
.border-s-teal-950\/75{ border-inline-start-color: rgb(4 47 46 / 0.75); }
.border-s-teal-950\/80{ border-inline-start-color: rgb(4 47 46 / 0.8); }
.border-s-teal-950\/90{ border-inline-start-color: rgb(4 47 46 / 0.9); }
.border-s-teal-950\/95{ border-inline-start-color: rgb(4 47 46 / 0.95); }
.border-s-transparent{ border-inline-start-color: transparent; }
.border-s-transparent\/0{ border-inline-start-color: rgb(0 0 0 / 0); }
.border-s-transparent\/10{ border-inline-start-color: rgb(0 0 0 / 0.1); }
.border-s-transparent\/100{ border-inline-start-color: rgb(0 0 0 / 1); }
.border-s-transparent\/20{ border-inline-start-color: rgb(0 0 0 / 0.2); }
.border-s-transparent\/25{ border-inline-start-color: rgb(0 0 0 / 0.25); }
.border-s-transparent\/30{ border-inline-start-color: rgb(0 0 0 / 0.3); }
.border-s-transparent\/40{ border-inline-start-color: rgb(0 0 0 / 0.4); }
.border-s-transparent\/5{ border-inline-start-color: rgb(0 0 0 / 0.05); }
.border-s-transparent\/50{ border-inline-start-color: rgb(0 0 0 / 0.5); }
.border-s-transparent\/60{ border-inline-start-color: rgb(0 0 0 / 0.6); }
.border-s-transparent\/70{ border-inline-start-color: rgb(0 0 0 / 0.7); }
.border-s-transparent\/75{ border-inline-start-color: rgb(0 0 0 / 0.75); }
.border-s-transparent\/80{ border-inline-start-color: rgb(0 0 0 / 0.8); }
.border-s-transparent\/90{ border-inline-start-color: rgb(0 0 0 / 0.9); }
.border-s-transparent\/95{ border-inline-start-color: rgb(0 0 0 / 0.95); }
.border-s-violet-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-s-violet-100\/0{ border-inline-start-color: rgb(237 233 254 / 0); }
.border-s-violet-100\/10{ border-inline-start-color: rgb(237 233 254 / 0.1); }
.border-s-violet-100\/100{ border-inline-start-color: rgb(237 233 254 / 1); }
.border-s-violet-100\/20{ border-inline-start-color: rgb(237 233 254 / 0.2); }
.border-s-violet-100\/25{ border-inline-start-color: rgb(237 233 254 / 0.25); }
.border-s-violet-100\/30{ border-inline-start-color: rgb(237 233 254 / 0.3); }
.border-s-violet-100\/40{ border-inline-start-color: rgb(237 233 254 / 0.4); }
.border-s-violet-100\/5{ border-inline-start-color: rgb(237 233 254 / 0.05); }
.border-s-violet-100\/50{ border-inline-start-color: rgb(237 233 254 / 0.5); }
.border-s-violet-100\/60{ border-inline-start-color: rgb(237 233 254 / 0.6); }
.border-s-violet-100\/70{ border-inline-start-color: rgb(237 233 254 / 0.7); }
.border-s-violet-100\/75{ border-inline-start-color: rgb(237 233 254 / 0.75); }
.border-s-violet-100\/80{ border-inline-start-color: rgb(237 233 254 / 0.8); }
.border-s-violet-100\/90{ border-inline-start-color: rgb(237 233 254 / 0.9); }
.border-s-violet-100\/95{ border-inline-start-color: rgb(237 233 254 / 0.95); }
.border-s-violet-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-s-violet-200\/0{ border-inline-start-color: rgb(221 214 254 / 0); }
.border-s-violet-200\/10{ border-inline-start-color: rgb(221 214 254 / 0.1); }
.border-s-violet-200\/100{ border-inline-start-color: rgb(221 214 254 / 1); }
.border-s-violet-200\/20{ border-inline-start-color: rgb(221 214 254 / 0.2); }
.border-s-violet-200\/25{ border-inline-start-color: rgb(221 214 254 / 0.25); }
.border-s-violet-200\/30{ border-inline-start-color: rgb(221 214 254 / 0.3); }
.border-s-violet-200\/40{ border-inline-start-color: rgb(221 214 254 / 0.4); }
.border-s-violet-200\/5{ border-inline-start-color: rgb(221 214 254 / 0.05); }
.border-s-violet-200\/50{ border-inline-start-color: rgb(221 214 254 / 0.5); }
.border-s-violet-200\/60{ border-inline-start-color: rgb(221 214 254 / 0.6); }
.border-s-violet-200\/70{ border-inline-start-color: rgb(221 214 254 / 0.7); }
.border-s-violet-200\/75{ border-inline-start-color: rgb(221 214 254 / 0.75); }
.border-s-violet-200\/80{ border-inline-start-color: rgb(221 214 254 / 0.8); }
.border-s-violet-200\/90{ border-inline-start-color: rgb(221 214 254 / 0.9); }
.border-s-violet-200\/95{ border-inline-start-color: rgb(221 214 254 / 0.95); }
.border-s-violet-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-s-violet-300\/0{ border-inline-start-color: rgb(196 181 253 / 0); }
.border-s-violet-300\/10{ border-inline-start-color: rgb(196 181 253 / 0.1); }
.border-s-violet-300\/100{ border-inline-start-color: rgb(196 181 253 / 1); }
.border-s-violet-300\/20{ border-inline-start-color: rgb(196 181 253 / 0.2); }
.border-s-violet-300\/25{ border-inline-start-color: rgb(196 181 253 / 0.25); }
.border-s-violet-300\/30{ border-inline-start-color: rgb(196 181 253 / 0.3); }
.border-s-violet-300\/40{ border-inline-start-color: rgb(196 181 253 / 0.4); }
.border-s-violet-300\/5{ border-inline-start-color: rgb(196 181 253 / 0.05); }
.border-s-violet-300\/50{ border-inline-start-color: rgb(196 181 253 / 0.5); }
.border-s-violet-300\/60{ border-inline-start-color: rgb(196 181 253 / 0.6); }
.border-s-violet-300\/70{ border-inline-start-color: rgb(196 181 253 / 0.7); }
.border-s-violet-300\/75{ border-inline-start-color: rgb(196 181 253 / 0.75); }
.border-s-violet-300\/80{ border-inline-start-color: rgb(196 181 253 / 0.8); }
.border-s-violet-300\/90{ border-inline-start-color: rgb(196 181 253 / 0.9); }
.border-s-violet-300\/95{ border-inline-start-color: rgb(196 181 253 / 0.95); }
.border-s-violet-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-s-violet-400\/0{ border-inline-start-color: rgb(167 139 250 / 0); }
.border-s-violet-400\/10{ border-inline-start-color: rgb(167 139 250 / 0.1); }
.border-s-violet-400\/100{ border-inline-start-color: rgb(167 139 250 / 1); }
.border-s-violet-400\/20{ border-inline-start-color: rgb(167 139 250 / 0.2); }
.border-s-violet-400\/25{ border-inline-start-color: rgb(167 139 250 / 0.25); }
.border-s-violet-400\/30{ border-inline-start-color: rgb(167 139 250 / 0.3); }
.border-s-violet-400\/40{ border-inline-start-color: rgb(167 139 250 / 0.4); }
.border-s-violet-400\/5{ border-inline-start-color: rgb(167 139 250 / 0.05); }
.border-s-violet-400\/50{ border-inline-start-color: rgb(167 139 250 / 0.5); }
.border-s-violet-400\/60{ border-inline-start-color: rgb(167 139 250 / 0.6); }
.border-s-violet-400\/70{ border-inline-start-color: rgb(167 139 250 / 0.7); }
.border-s-violet-400\/75{ border-inline-start-color: rgb(167 139 250 / 0.75); }
.border-s-violet-400\/80{ border-inline-start-color: rgb(167 139 250 / 0.8); }
.border-s-violet-400\/90{ border-inline-start-color: rgb(167 139 250 / 0.9); }
.border-s-violet-400\/95{ border-inline-start-color: rgb(167 139 250 / 0.95); }
.border-s-violet-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-s-violet-50\/0{ border-inline-start-color: rgb(245 243 255 / 0); }
.border-s-violet-50\/10{ border-inline-start-color: rgb(245 243 255 / 0.1); }
.border-s-violet-50\/100{ border-inline-start-color: rgb(245 243 255 / 1); }
.border-s-violet-50\/20{ border-inline-start-color: rgb(245 243 255 / 0.2); }
.border-s-violet-50\/25{ border-inline-start-color: rgb(245 243 255 / 0.25); }
.border-s-violet-50\/30{ border-inline-start-color: rgb(245 243 255 / 0.3); }
.border-s-violet-50\/40{ border-inline-start-color: rgb(245 243 255 / 0.4); }
.border-s-violet-50\/5{ border-inline-start-color: rgb(245 243 255 / 0.05); }
.border-s-violet-50\/50{ border-inline-start-color: rgb(245 243 255 / 0.5); }
.border-s-violet-50\/60{ border-inline-start-color: rgb(245 243 255 / 0.6); }
.border-s-violet-50\/70{ border-inline-start-color: rgb(245 243 255 / 0.7); }
.border-s-violet-50\/75{ border-inline-start-color: rgb(245 243 255 / 0.75); }
.border-s-violet-50\/80{ border-inline-start-color: rgb(245 243 255 / 0.8); }
.border-s-violet-50\/90{ border-inline-start-color: rgb(245 243 255 / 0.9); }
.border-s-violet-50\/95{ border-inline-start-color: rgb(245 243 255 / 0.95); }
.border-s-violet-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-s-violet-500\/0{ border-inline-start-color: rgb(139 92 246 / 0); }
.border-s-violet-500\/10{ border-inline-start-color: rgb(139 92 246 / 0.1); }
.border-s-violet-500\/100{ border-inline-start-color: rgb(139 92 246 / 1); }
.border-s-violet-500\/20{ border-inline-start-color: rgb(139 92 246 / 0.2); }
.border-s-violet-500\/25{ border-inline-start-color: rgb(139 92 246 / 0.25); }
.border-s-violet-500\/30{ border-inline-start-color: rgb(139 92 246 / 0.3); }
.border-s-violet-500\/40{ border-inline-start-color: rgb(139 92 246 / 0.4); }
.border-s-violet-500\/5{ border-inline-start-color: rgb(139 92 246 / 0.05); }
.border-s-violet-500\/50{ border-inline-start-color: rgb(139 92 246 / 0.5); }
.border-s-violet-500\/60{ border-inline-start-color: rgb(139 92 246 / 0.6); }
.border-s-violet-500\/70{ border-inline-start-color: rgb(139 92 246 / 0.7); }
.border-s-violet-500\/75{ border-inline-start-color: rgb(139 92 246 / 0.75); }
.border-s-violet-500\/80{ border-inline-start-color: rgb(139 92 246 / 0.8); }
.border-s-violet-500\/90{ border-inline-start-color: rgb(139 92 246 / 0.9); }
.border-s-violet-500\/95{ border-inline-start-color: rgb(139 92 246 / 0.95); }
.border-s-violet-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-s-violet-600\/0{ border-inline-start-color: rgb(124 58 237 / 0); }
.border-s-violet-600\/10{ border-inline-start-color: rgb(124 58 237 / 0.1); }
.border-s-violet-600\/100{ border-inline-start-color: rgb(124 58 237 / 1); }
.border-s-violet-600\/20{ border-inline-start-color: rgb(124 58 237 / 0.2); }
.border-s-violet-600\/25{ border-inline-start-color: rgb(124 58 237 / 0.25); }
.border-s-violet-600\/30{ border-inline-start-color: rgb(124 58 237 / 0.3); }
.border-s-violet-600\/40{ border-inline-start-color: rgb(124 58 237 / 0.4); }
.border-s-violet-600\/5{ border-inline-start-color: rgb(124 58 237 / 0.05); }
.border-s-violet-600\/50{ border-inline-start-color: rgb(124 58 237 / 0.5); }
.border-s-violet-600\/60{ border-inline-start-color: rgb(124 58 237 / 0.6); }
.border-s-violet-600\/70{ border-inline-start-color: rgb(124 58 237 / 0.7); }
.border-s-violet-600\/75{ border-inline-start-color: rgb(124 58 237 / 0.75); }
.border-s-violet-600\/80{ border-inline-start-color: rgb(124 58 237 / 0.8); }
.border-s-violet-600\/90{ border-inline-start-color: rgb(124 58 237 / 0.9); }
.border-s-violet-600\/95{ border-inline-start-color: rgb(124 58 237 / 0.95); }
.border-s-violet-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-s-violet-700\/0{ border-inline-start-color: rgb(109 40 217 / 0); }
.border-s-violet-700\/10{ border-inline-start-color: rgb(109 40 217 / 0.1); }
.border-s-violet-700\/100{ border-inline-start-color: rgb(109 40 217 / 1); }
.border-s-violet-700\/20{ border-inline-start-color: rgb(109 40 217 / 0.2); }
.border-s-violet-700\/25{ border-inline-start-color: rgb(109 40 217 / 0.25); }
.border-s-violet-700\/30{ border-inline-start-color: rgb(109 40 217 / 0.3); }
.border-s-violet-700\/40{ border-inline-start-color: rgb(109 40 217 / 0.4); }
.border-s-violet-700\/5{ border-inline-start-color: rgb(109 40 217 / 0.05); }
.border-s-violet-700\/50{ border-inline-start-color: rgb(109 40 217 / 0.5); }
.border-s-violet-700\/60{ border-inline-start-color: rgb(109 40 217 / 0.6); }
.border-s-violet-700\/70{ border-inline-start-color: rgb(109 40 217 / 0.7); }
.border-s-violet-700\/75{ border-inline-start-color: rgb(109 40 217 / 0.75); }
.border-s-violet-700\/80{ border-inline-start-color: rgb(109 40 217 / 0.8); }
.border-s-violet-700\/90{ border-inline-start-color: rgb(109 40 217 / 0.9); }
.border-s-violet-700\/95{ border-inline-start-color: rgb(109 40 217 / 0.95); }
.border-s-violet-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-s-violet-800\/0{ border-inline-start-color: rgb(91 33 182 / 0); }
.border-s-violet-800\/10{ border-inline-start-color: rgb(91 33 182 / 0.1); }
.border-s-violet-800\/100{ border-inline-start-color: rgb(91 33 182 / 1); }
.border-s-violet-800\/20{ border-inline-start-color: rgb(91 33 182 / 0.2); }
.border-s-violet-800\/25{ border-inline-start-color: rgb(91 33 182 / 0.25); }
.border-s-violet-800\/30{ border-inline-start-color: rgb(91 33 182 / 0.3); }
.border-s-violet-800\/40{ border-inline-start-color: rgb(91 33 182 / 0.4); }
.border-s-violet-800\/5{ border-inline-start-color: rgb(91 33 182 / 0.05); }
.border-s-violet-800\/50{ border-inline-start-color: rgb(91 33 182 / 0.5); }
.border-s-violet-800\/60{ border-inline-start-color: rgb(91 33 182 / 0.6); }
.border-s-violet-800\/70{ border-inline-start-color: rgb(91 33 182 / 0.7); }
.border-s-violet-800\/75{ border-inline-start-color: rgb(91 33 182 / 0.75); }
.border-s-violet-800\/80{ border-inline-start-color: rgb(91 33 182 / 0.8); }
.border-s-violet-800\/90{ border-inline-start-color: rgb(91 33 182 / 0.9); }
.border-s-violet-800\/95{ border-inline-start-color: rgb(91 33 182 / 0.95); }
.border-s-violet-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-s-violet-900\/0{ border-inline-start-color: rgb(76 29 149 / 0); }
.border-s-violet-900\/10{ border-inline-start-color: rgb(76 29 149 / 0.1); }
.border-s-violet-900\/100{ border-inline-start-color: rgb(76 29 149 / 1); }
.border-s-violet-900\/20{ border-inline-start-color: rgb(76 29 149 / 0.2); }
.border-s-violet-900\/25{ border-inline-start-color: rgb(76 29 149 / 0.25); }
.border-s-violet-900\/30{ border-inline-start-color: rgb(76 29 149 / 0.3); }
.border-s-violet-900\/40{ border-inline-start-color: rgb(76 29 149 / 0.4); }
.border-s-violet-900\/5{ border-inline-start-color: rgb(76 29 149 / 0.05); }
.border-s-violet-900\/50{ border-inline-start-color: rgb(76 29 149 / 0.5); }
.border-s-violet-900\/60{ border-inline-start-color: rgb(76 29 149 / 0.6); }
.border-s-violet-900\/70{ border-inline-start-color: rgb(76 29 149 / 0.7); }
.border-s-violet-900\/75{ border-inline-start-color: rgb(76 29 149 / 0.75); }
.border-s-violet-900\/80{ border-inline-start-color: rgb(76 29 149 / 0.8); }
.border-s-violet-900\/90{ border-inline-start-color: rgb(76 29 149 / 0.9); }
.border-s-violet-900\/95{ border-inline-start-color: rgb(76 29 149 / 0.95); }
.border-s-violet-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-s-violet-950\/0{ border-inline-start-color: rgb(46 16 101 / 0); }
.border-s-violet-950\/10{ border-inline-start-color: rgb(46 16 101 / 0.1); }
.border-s-violet-950\/100{ border-inline-start-color: rgb(46 16 101 / 1); }
.border-s-violet-950\/20{ border-inline-start-color: rgb(46 16 101 / 0.2); }
.border-s-violet-950\/25{ border-inline-start-color: rgb(46 16 101 / 0.25); }
.border-s-violet-950\/30{ border-inline-start-color: rgb(46 16 101 / 0.3); }
.border-s-violet-950\/40{ border-inline-start-color: rgb(46 16 101 / 0.4); }
.border-s-violet-950\/5{ border-inline-start-color: rgb(46 16 101 / 0.05); }
.border-s-violet-950\/50{ border-inline-start-color: rgb(46 16 101 / 0.5); }
.border-s-violet-950\/60{ border-inline-start-color: rgb(46 16 101 / 0.6); }
.border-s-violet-950\/70{ border-inline-start-color: rgb(46 16 101 / 0.7); }
.border-s-violet-950\/75{ border-inline-start-color: rgb(46 16 101 / 0.75); }
.border-s-violet-950\/80{ border-inline-start-color: rgb(46 16 101 / 0.8); }
.border-s-violet-950\/90{ border-inline-start-color: rgb(46 16 101 / 0.9); }
.border-s-violet-950\/95{ border-inline-start-color: rgb(46 16 101 / 0.95); }
.border-s-white{ --tw-border-opacity: 1; border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-s-white\/0{ border-inline-start-color: rgb(255 255 255 / 0); }
.border-s-white\/10{ border-inline-start-color: rgb(255 255 255 / 0.1); }
.border-s-white\/100{ border-inline-start-color: rgb(255 255 255 / 1); }
.border-s-white\/20{ border-inline-start-color: rgb(255 255 255 / 0.2); }
.border-s-white\/25{ border-inline-start-color: rgb(255 255 255 / 0.25); }
.border-s-white\/30{ border-inline-start-color: rgb(255 255 255 / 0.3); }
.border-s-white\/40{ border-inline-start-color: rgb(255 255 255 / 0.4); }
.border-s-white\/5{ border-inline-start-color: rgb(255 255 255 / 0.05); }
.border-s-white\/50{ border-inline-start-color: rgb(255 255 255 / 0.5); }
.border-s-white\/60{ border-inline-start-color: rgb(255 255 255 / 0.6); }
.border-s-white\/70{ border-inline-start-color: rgb(255 255 255 / 0.7); }
.border-s-white\/75{ border-inline-start-color: rgb(255 255 255 / 0.75); }
.border-s-white\/80{ border-inline-start-color: rgb(255 255 255 / 0.8); }
.border-s-white\/90{ border-inline-start-color: rgb(255 255 255 / 0.9); }
.border-s-white\/95{ border-inline-start-color: rgb(255 255 255 / 0.95); }
.border-s-yellow-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-s-yellow-100\/0{ border-inline-start-color: rgb(254 249 195 / 0); }
.border-s-yellow-100\/10{ border-inline-start-color: rgb(254 249 195 / 0.1); }
.border-s-yellow-100\/100{ border-inline-start-color: rgb(254 249 195 / 1); }
.border-s-yellow-100\/20{ border-inline-start-color: rgb(254 249 195 / 0.2); }
.border-s-yellow-100\/25{ border-inline-start-color: rgb(254 249 195 / 0.25); }
.border-s-yellow-100\/30{ border-inline-start-color: rgb(254 249 195 / 0.3); }
.border-s-yellow-100\/40{ border-inline-start-color: rgb(254 249 195 / 0.4); }
.border-s-yellow-100\/5{ border-inline-start-color: rgb(254 249 195 / 0.05); }
.border-s-yellow-100\/50{ border-inline-start-color: rgb(254 249 195 / 0.5); }
.border-s-yellow-100\/60{ border-inline-start-color: rgb(254 249 195 / 0.6); }
.border-s-yellow-100\/70{ border-inline-start-color: rgb(254 249 195 / 0.7); }
.border-s-yellow-100\/75{ border-inline-start-color: rgb(254 249 195 / 0.75); }
.border-s-yellow-100\/80{ border-inline-start-color: rgb(254 249 195 / 0.8); }
.border-s-yellow-100\/90{ border-inline-start-color: rgb(254 249 195 / 0.9); }
.border-s-yellow-100\/95{ border-inline-start-color: rgb(254 249 195 / 0.95); }
.border-s-yellow-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-s-yellow-200\/0{ border-inline-start-color: rgb(254 240 138 / 0); }
.border-s-yellow-200\/10{ border-inline-start-color: rgb(254 240 138 / 0.1); }
.border-s-yellow-200\/100{ border-inline-start-color: rgb(254 240 138 / 1); }
.border-s-yellow-200\/20{ border-inline-start-color: rgb(254 240 138 / 0.2); }
.border-s-yellow-200\/25{ border-inline-start-color: rgb(254 240 138 / 0.25); }
.border-s-yellow-200\/30{ border-inline-start-color: rgb(254 240 138 / 0.3); }
.border-s-yellow-200\/40{ border-inline-start-color: rgb(254 240 138 / 0.4); }
.border-s-yellow-200\/5{ border-inline-start-color: rgb(254 240 138 / 0.05); }
.border-s-yellow-200\/50{ border-inline-start-color: rgb(254 240 138 / 0.5); }
.border-s-yellow-200\/60{ border-inline-start-color: rgb(254 240 138 / 0.6); }
.border-s-yellow-200\/70{ border-inline-start-color: rgb(254 240 138 / 0.7); }
.border-s-yellow-200\/75{ border-inline-start-color: rgb(254 240 138 / 0.75); }
.border-s-yellow-200\/80{ border-inline-start-color: rgb(254 240 138 / 0.8); }
.border-s-yellow-200\/90{ border-inline-start-color: rgb(254 240 138 / 0.9); }
.border-s-yellow-200\/95{ border-inline-start-color: rgb(254 240 138 / 0.95); }
.border-s-yellow-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-s-yellow-300\/0{ border-inline-start-color: rgb(253 224 71 / 0); }
.border-s-yellow-300\/10{ border-inline-start-color: rgb(253 224 71 / 0.1); }
.border-s-yellow-300\/100{ border-inline-start-color: rgb(253 224 71 / 1); }
.border-s-yellow-300\/20{ border-inline-start-color: rgb(253 224 71 / 0.2); }
.border-s-yellow-300\/25{ border-inline-start-color: rgb(253 224 71 / 0.25); }
.border-s-yellow-300\/30{ border-inline-start-color: rgb(253 224 71 / 0.3); }
.border-s-yellow-300\/40{ border-inline-start-color: rgb(253 224 71 / 0.4); }
.border-s-yellow-300\/5{ border-inline-start-color: rgb(253 224 71 / 0.05); }
.border-s-yellow-300\/50{ border-inline-start-color: rgb(253 224 71 / 0.5); }
.border-s-yellow-300\/60{ border-inline-start-color: rgb(253 224 71 / 0.6); }
.border-s-yellow-300\/70{ border-inline-start-color: rgb(253 224 71 / 0.7); }
.border-s-yellow-300\/75{ border-inline-start-color: rgb(253 224 71 / 0.75); }
.border-s-yellow-300\/80{ border-inline-start-color: rgb(253 224 71 / 0.8); }
.border-s-yellow-300\/90{ border-inline-start-color: rgb(253 224 71 / 0.9); }
.border-s-yellow-300\/95{ border-inline-start-color: rgb(253 224 71 / 0.95); }
.border-s-yellow-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-s-yellow-400\/0{ border-inline-start-color: rgb(250 204 21 / 0); }
.border-s-yellow-400\/10{ border-inline-start-color: rgb(250 204 21 / 0.1); }
.border-s-yellow-400\/100{ border-inline-start-color: rgb(250 204 21 / 1); }
.border-s-yellow-400\/20{ border-inline-start-color: rgb(250 204 21 / 0.2); }
.border-s-yellow-400\/25{ border-inline-start-color: rgb(250 204 21 / 0.25); }
.border-s-yellow-400\/30{ border-inline-start-color: rgb(250 204 21 / 0.3); }
.border-s-yellow-400\/40{ border-inline-start-color: rgb(250 204 21 / 0.4); }
.border-s-yellow-400\/5{ border-inline-start-color: rgb(250 204 21 / 0.05); }
.border-s-yellow-400\/50{ border-inline-start-color: rgb(250 204 21 / 0.5); }
.border-s-yellow-400\/60{ border-inline-start-color: rgb(250 204 21 / 0.6); }
.border-s-yellow-400\/70{ border-inline-start-color: rgb(250 204 21 / 0.7); }
.border-s-yellow-400\/75{ border-inline-start-color: rgb(250 204 21 / 0.75); }
.border-s-yellow-400\/80{ border-inline-start-color: rgb(250 204 21 / 0.8); }
.border-s-yellow-400\/90{ border-inline-start-color: rgb(250 204 21 / 0.9); }
.border-s-yellow-400\/95{ border-inline-start-color: rgb(250 204 21 / 0.95); }
.border-s-yellow-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-s-yellow-50\/0{ border-inline-start-color: rgb(254 252 232 / 0); }
.border-s-yellow-50\/10{ border-inline-start-color: rgb(254 252 232 / 0.1); }
.border-s-yellow-50\/100{ border-inline-start-color: rgb(254 252 232 / 1); }
.border-s-yellow-50\/20{ border-inline-start-color: rgb(254 252 232 / 0.2); }
.border-s-yellow-50\/25{ border-inline-start-color: rgb(254 252 232 / 0.25); }
.border-s-yellow-50\/30{ border-inline-start-color: rgb(254 252 232 / 0.3); }
.border-s-yellow-50\/40{ border-inline-start-color: rgb(254 252 232 / 0.4); }
.border-s-yellow-50\/5{ border-inline-start-color: rgb(254 252 232 / 0.05); }
.border-s-yellow-50\/50{ border-inline-start-color: rgb(254 252 232 / 0.5); }
.border-s-yellow-50\/60{ border-inline-start-color: rgb(254 252 232 / 0.6); }
.border-s-yellow-50\/70{ border-inline-start-color: rgb(254 252 232 / 0.7); }
.border-s-yellow-50\/75{ border-inline-start-color: rgb(254 252 232 / 0.75); }
.border-s-yellow-50\/80{ border-inline-start-color: rgb(254 252 232 / 0.8); }
.border-s-yellow-50\/90{ border-inline-start-color: rgb(254 252 232 / 0.9); }
.border-s-yellow-50\/95{ border-inline-start-color: rgb(254 252 232 / 0.95); }
.border-s-yellow-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-s-yellow-500\/0{ border-inline-start-color: rgb(234 179 8 / 0); }
.border-s-yellow-500\/10{ border-inline-start-color: rgb(234 179 8 / 0.1); }
.border-s-yellow-500\/100{ border-inline-start-color: rgb(234 179 8 / 1); }
.border-s-yellow-500\/20{ border-inline-start-color: rgb(234 179 8 / 0.2); }
.border-s-yellow-500\/25{ border-inline-start-color: rgb(234 179 8 / 0.25); }
.border-s-yellow-500\/30{ border-inline-start-color: rgb(234 179 8 / 0.3); }
.border-s-yellow-500\/40{ border-inline-start-color: rgb(234 179 8 / 0.4); }
.border-s-yellow-500\/5{ border-inline-start-color: rgb(234 179 8 / 0.05); }
.border-s-yellow-500\/50{ border-inline-start-color: rgb(234 179 8 / 0.5); }
.border-s-yellow-500\/60{ border-inline-start-color: rgb(234 179 8 / 0.6); }
.border-s-yellow-500\/70{ border-inline-start-color: rgb(234 179 8 / 0.7); }
.border-s-yellow-500\/75{ border-inline-start-color: rgb(234 179 8 / 0.75); }
.border-s-yellow-500\/80{ border-inline-start-color: rgb(234 179 8 / 0.8); }
.border-s-yellow-500\/90{ border-inline-start-color: rgb(234 179 8 / 0.9); }
.border-s-yellow-500\/95{ border-inline-start-color: rgb(234 179 8 / 0.95); }
.border-s-yellow-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-s-yellow-600\/0{ border-inline-start-color: rgb(202 138 4 / 0); }
.border-s-yellow-600\/10{ border-inline-start-color: rgb(202 138 4 / 0.1); }
.border-s-yellow-600\/100{ border-inline-start-color: rgb(202 138 4 / 1); }
.border-s-yellow-600\/20{ border-inline-start-color: rgb(202 138 4 / 0.2); }
.border-s-yellow-600\/25{ border-inline-start-color: rgb(202 138 4 / 0.25); }
.border-s-yellow-600\/30{ border-inline-start-color: rgb(202 138 4 / 0.3); }
.border-s-yellow-600\/40{ border-inline-start-color: rgb(202 138 4 / 0.4); }
.border-s-yellow-600\/5{ border-inline-start-color: rgb(202 138 4 / 0.05); }
.border-s-yellow-600\/50{ border-inline-start-color: rgb(202 138 4 / 0.5); }
.border-s-yellow-600\/60{ border-inline-start-color: rgb(202 138 4 / 0.6); }
.border-s-yellow-600\/70{ border-inline-start-color: rgb(202 138 4 / 0.7); }
.border-s-yellow-600\/75{ border-inline-start-color: rgb(202 138 4 / 0.75); }
.border-s-yellow-600\/80{ border-inline-start-color: rgb(202 138 4 / 0.8); }
.border-s-yellow-600\/90{ border-inline-start-color: rgb(202 138 4 / 0.9); }
.border-s-yellow-600\/95{ border-inline-start-color: rgb(202 138 4 / 0.95); }
.border-s-yellow-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-s-yellow-700\/0{ border-inline-start-color: rgb(161 98 7 / 0); }
.border-s-yellow-700\/10{ border-inline-start-color: rgb(161 98 7 / 0.1); }
.border-s-yellow-700\/100{ border-inline-start-color: rgb(161 98 7 / 1); }
.border-s-yellow-700\/20{ border-inline-start-color: rgb(161 98 7 / 0.2); }
.border-s-yellow-700\/25{ border-inline-start-color: rgb(161 98 7 / 0.25); }
.border-s-yellow-700\/30{ border-inline-start-color: rgb(161 98 7 / 0.3); }
.border-s-yellow-700\/40{ border-inline-start-color: rgb(161 98 7 / 0.4); }
.border-s-yellow-700\/5{ border-inline-start-color: rgb(161 98 7 / 0.05); }
.border-s-yellow-700\/50{ border-inline-start-color: rgb(161 98 7 / 0.5); }
.border-s-yellow-700\/60{ border-inline-start-color: rgb(161 98 7 / 0.6); }
.border-s-yellow-700\/70{ border-inline-start-color: rgb(161 98 7 / 0.7); }
.border-s-yellow-700\/75{ border-inline-start-color: rgb(161 98 7 / 0.75); }
.border-s-yellow-700\/80{ border-inline-start-color: rgb(161 98 7 / 0.8); }
.border-s-yellow-700\/90{ border-inline-start-color: rgb(161 98 7 / 0.9); }
.border-s-yellow-700\/95{ border-inline-start-color: rgb(161 98 7 / 0.95); }
.border-s-yellow-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-s-yellow-800\/0{ border-inline-start-color: rgb(133 77 14 / 0); }
.border-s-yellow-800\/10{ border-inline-start-color: rgb(133 77 14 / 0.1); }
.border-s-yellow-800\/100{ border-inline-start-color: rgb(133 77 14 / 1); }
.border-s-yellow-800\/20{ border-inline-start-color: rgb(133 77 14 / 0.2); }
.border-s-yellow-800\/25{ border-inline-start-color: rgb(133 77 14 / 0.25); }
.border-s-yellow-800\/30{ border-inline-start-color: rgb(133 77 14 / 0.3); }
.border-s-yellow-800\/40{ border-inline-start-color: rgb(133 77 14 / 0.4); }
.border-s-yellow-800\/5{ border-inline-start-color: rgb(133 77 14 / 0.05); }
.border-s-yellow-800\/50{ border-inline-start-color: rgb(133 77 14 / 0.5); }
.border-s-yellow-800\/60{ border-inline-start-color: rgb(133 77 14 / 0.6); }
.border-s-yellow-800\/70{ border-inline-start-color: rgb(133 77 14 / 0.7); }
.border-s-yellow-800\/75{ border-inline-start-color: rgb(133 77 14 / 0.75); }
.border-s-yellow-800\/80{ border-inline-start-color: rgb(133 77 14 / 0.8); }
.border-s-yellow-800\/90{ border-inline-start-color: rgb(133 77 14 / 0.9); }
.border-s-yellow-800\/95{ border-inline-start-color: rgb(133 77 14 / 0.95); }
.border-s-yellow-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-s-yellow-900\/0{ border-inline-start-color: rgb(113 63 18 / 0); }
.border-s-yellow-900\/10{ border-inline-start-color: rgb(113 63 18 / 0.1); }
.border-s-yellow-900\/100{ border-inline-start-color: rgb(113 63 18 / 1); }
.border-s-yellow-900\/20{ border-inline-start-color: rgb(113 63 18 / 0.2); }
.border-s-yellow-900\/25{ border-inline-start-color: rgb(113 63 18 / 0.25); }
.border-s-yellow-900\/30{ border-inline-start-color: rgb(113 63 18 / 0.3); }
.border-s-yellow-900\/40{ border-inline-start-color: rgb(113 63 18 / 0.4); }
.border-s-yellow-900\/5{ border-inline-start-color: rgb(113 63 18 / 0.05); }
.border-s-yellow-900\/50{ border-inline-start-color: rgb(113 63 18 / 0.5); }
.border-s-yellow-900\/60{ border-inline-start-color: rgb(113 63 18 / 0.6); }
.border-s-yellow-900\/70{ border-inline-start-color: rgb(113 63 18 / 0.7); }
.border-s-yellow-900\/75{ border-inline-start-color: rgb(113 63 18 / 0.75); }
.border-s-yellow-900\/80{ border-inline-start-color: rgb(113 63 18 / 0.8); }
.border-s-yellow-900\/90{ border-inline-start-color: rgb(113 63 18 / 0.9); }
.border-s-yellow-900\/95{ border-inline-start-color: rgb(113 63 18 / 0.95); }
.border-s-yellow-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-s-yellow-950\/0{ border-inline-start-color: rgb(66 32 6 / 0); }
.border-s-yellow-950\/10{ border-inline-start-color: rgb(66 32 6 / 0.1); }
.border-s-yellow-950\/100{ border-inline-start-color: rgb(66 32 6 / 1); }
.border-s-yellow-950\/20{ border-inline-start-color: rgb(66 32 6 / 0.2); }
.border-s-yellow-950\/25{ border-inline-start-color: rgb(66 32 6 / 0.25); }
.border-s-yellow-950\/30{ border-inline-start-color: rgb(66 32 6 / 0.3); }
.border-s-yellow-950\/40{ border-inline-start-color: rgb(66 32 6 / 0.4); }
.border-s-yellow-950\/5{ border-inline-start-color: rgb(66 32 6 / 0.05); }
.border-s-yellow-950\/50{ border-inline-start-color: rgb(66 32 6 / 0.5); }
.border-s-yellow-950\/60{ border-inline-start-color: rgb(66 32 6 / 0.6); }
.border-s-yellow-950\/70{ border-inline-start-color: rgb(66 32 6 / 0.7); }
.border-s-yellow-950\/75{ border-inline-start-color: rgb(66 32 6 / 0.75); }
.border-s-yellow-950\/80{ border-inline-start-color: rgb(66 32 6 / 0.8); }
.border-s-yellow-950\/90{ border-inline-start-color: rgb(66 32 6 / 0.9); }
.border-s-yellow-950\/95{ border-inline-start-color: rgb(66 32 6 / 0.95); }
.border-s-zinc-100{ --tw-border-opacity: 1; border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-s-zinc-100\/0{ border-inline-start-color: rgb(244 244 245 / 0); }
.border-s-zinc-100\/10{ border-inline-start-color: rgb(244 244 245 / 0.1); }
.border-s-zinc-100\/100{ border-inline-start-color: rgb(244 244 245 / 1); }
.border-s-zinc-100\/20{ border-inline-start-color: rgb(244 244 245 / 0.2); }
.border-s-zinc-100\/25{ border-inline-start-color: rgb(244 244 245 / 0.25); }
.border-s-zinc-100\/30{ border-inline-start-color: rgb(244 244 245 / 0.3); }
.border-s-zinc-100\/40{ border-inline-start-color: rgb(244 244 245 / 0.4); }
.border-s-zinc-100\/5{ border-inline-start-color: rgb(244 244 245 / 0.05); }
.border-s-zinc-100\/50{ border-inline-start-color: rgb(244 244 245 / 0.5); }
.border-s-zinc-100\/60{ border-inline-start-color: rgb(244 244 245 / 0.6); }
.border-s-zinc-100\/70{ border-inline-start-color: rgb(244 244 245 / 0.7); }
.border-s-zinc-100\/75{ border-inline-start-color: rgb(244 244 245 / 0.75); }
.border-s-zinc-100\/80{ border-inline-start-color: rgb(244 244 245 / 0.8); }
.border-s-zinc-100\/90{ border-inline-start-color: rgb(244 244 245 / 0.9); }
.border-s-zinc-100\/95{ border-inline-start-color: rgb(244 244 245 / 0.95); }
.border-s-zinc-200{ --tw-border-opacity: 1; border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-s-zinc-200\/0{ border-inline-start-color: rgb(228 228 231 / 0); }
.border-s-zinc-200\/10{ border-inline-start-color: rgb(228 228 231 / 0.1); }
.border-s-zinc-200\/100{ border-inline-start-color: rgb(228 228 231 / 1); }
.border-s-zinc-200\/20{ border-inline-start-color: rgb(228 228 231 / 0.2); }
.border-s-zinc-200\/25{ border-inline-start-color: rgb(228 228 231 / 0.25); }
.border-s-zinc-200\/30{ border-inline-start-color: rgb(228 228 231 / 0.3); }
.border-s-zinc-200\/40{ border-inline-start-color: rgb(228 228 231 / 0.4); }
.border-s-zinc-200\/5{ border-inline-start-color: rgb(228 228 231 / 0.05); }
.border-s-zinc-200\/50{ border-inline-start-color: rgb(228 228 231 / 0.5); }
.border-s-zinc-200\/60{ border-inline-start-color: rgb(228 228 231 / 0.6); }
.border-s-zinc-200\/70{ border-inline-start-color: rgb(228 228 231 / 0.7); }
.border-s-zinc-200\/75{ border-inline-start-color: rgb(228 228 231 / 0.75); }
.border-s-zinc-200\/80{ border-inline-start-color: rgb(228 228 231 / 0.8); }
.border-s-zinc-200\/90{ border-inline-start-color: rgb(228 228 231 / 0.9); }
.border-s-zinc-200\/95{ border-inline-start-color: rgb(228 228 231 / 0.95); }
.border-s-zinc-300{ --tw-border-opacity: 1; border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-s-zinc-300\/0{ border-inline-start-color: rgb(212 212 216 / 0); }
.border-s-zinc-300\/10{ border-inline-start-color: rgb(212 212 216 / 0.1); }
.border-s-zinc-300\/100{ border-inline-start-color: rgb(212 212 216 / 1); }
.border-s-zinc-300\/20{ border-inline-start-color: rgb(212 212 216 / 0.2); }
.border-s-zinc-300\/25{ border-inline-start-color: rgb(212 212 216 / 0.25); }
.border-s-zinc-300\/30{ border-inline-start-color: rgb(212 212 216 / 0.3); }
.border-s-zinc-300\/40{ border-inline-start-color: rgb(212 212 216 / 0.4); }
.border-s-zinc-300\/5{ border-inline-start-color: rgb(212 212 216 / 0.05); }
.border-s-zinc-300\/50{ border-inline-start-color: rgb(212 212 216 / 0.5); }
.border-s-zinc-300\/60{ border-inline-start-color: rgb(212 212 216 / 0.6); }
.border-s-zinc-300\/70{ border-inline-start-color: rgb(212 212 216 / 0.7); }
.border-s-zinc-300\/75{ border-inline-start-color: rgb(212 212 216 / 0.75); }
.border-s-zinc-300\/80{ border-inline-start-color: rgb(212 212 216 / 0.8); }
.border-s-zinc-300\/90{ border-inline-start-color: rgb(212 212 216 / 0.9); }
.border-s-zinc-300\/95{ border-inline-start-color: rgb(212 212 216 / 0.95); }
.border-s-zinc-400{ --tw-border-opacity: 1; border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-s-zinc-400\/0{ border-inline-start-color: rgb(161 161 170 / 0); }
.border-s-zinc-400\/10{ border-inline-start-color: rgb(161 161 170 / 0.1); }
.border-s-zinc-400\/100{ border-inline-start-color: rgb(161 161 170 / 1); }
.border-s-zinc-400\/20{ border-inline-start-color: rgb(161 161 170 / 0.2); }
.border-s-zinc-400\/25{ border-inline-start-color: rgb(161 161 170 / 0.25); }
.border-s-zinc-400\/30{ border-inline-start-color: rgb(161 161 170 / 0.3); }
.border-s-zinc-400\/40{ border-inline-start-color: rgb(161 161 170 / 0.4); }
.border-s-zinc-400\/5{ border-inline-start-color: rgb(161 161 170 / 0.05); }
.border-s-zinc-400\/50{ border-inline-start-color: rgb(161 161 170 / 0.5); }
.border-s-zinc-400\/60{ border-inline-start-color: rgb(161 161 170 / 0.6); }
.border-s-zinc-400\/70{ border-inline-start-color: rgb(161 161 170 / 0.7); }
.border-s-zinc-400\/75{ border-inline-start-color: rgb(161 161 170 / 0.75); }
.border-s-zinc-400\/80{ border-inline-start-color: rgb(161 161 170 / 0.8); }
.border-s-zinc-400\/90{ border-inline-start-color: rgb(161 161 170 / 0.9); }
.border-s-zinc-400\/95{ border-inline-start-color: rgb(161 161 170 / 0.95); }
.border-s-zinc-50{ --tw-border-opacity: 1; border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-s-zinc-50\/0{ border-inline-start-color: rgb(250 250 250 / 0); }
.border-s-zinc-50\/10{ border-inline-start-color: rgb(250 250 250 / 0.1); }
.border-s-zinc-50\/100{ border-inline-start-color: rgb(250 250 250 / 1); }
.border-s-zinc-50\/20{ border-inline-start-color: rgb(250 250 250 / 0.2); }
.border-s-zinc-50\/25{ border-inline-start-color: rgb(250 250 250 / 0.25); }
.border-s-zinc-50\/30{ border-inline-start-color: rgb(250 250 250 / 0.3); }
.border-s-zinc-50\/40{ border-inline-start-color: rgb(250 250 250 / 0.4); }
.border-s-zinc-50\/5{ border-inline-start-color: rgb(250 250 250 / 0.05); }
.border-s-zinc-50\/50{ border-inline-start-color: rgb(250 250 250 / 0.5); }
.border-s-zinc-50\/60{ border-inline-start-color: rgb(250 250 250 / 0.6); }
.border-s-zinc-50\/70{ border-inline-start-color: rgb(250 250 250 / 0.7); }
.border-s-zinc-50\/75{ border-inline-start-color: rgb(250 250 250 / 0.75); }
.border-s-zinc-50\/80{ border-inline-start-color: rgb(250 250 250 / 0.8); }
.border-s-zinc-50\/90{ border-inline-start-color: rgb(250 250 250 / 0.9); }
.border-s-zinc-50\/95{ border-inline-start-color: rgb(250 250 250 / 0.95); }
.border-s-zinc-500{ --tw-border-opacity: 1; border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-s-zinc-500\/0{ border-inline-start-color: rgb(113 113 122 / 0); }
.border-s-zinc-500\/10{ border-inline-start-color: rgb(113 113 122 / 0.1); }
.border-s-zinc-500\/100{ border-inline-start-color: rgb(113 113 122 / 1); }
.border-s-zinc-500\/20{ border-inline-start-color: rgb(113 113 122 / 0.2); }
.border-s-zinc-500\/25{ border-inline-start-color: rgb(113 113 122 / 0.25); }
.border-s-zinc-500\/30{ border-inline-start-color: rgb(113 113 122 / 0.3); }
.border-s-zinc-500\/40{ border-inline-start-color: rgb(113 113 122 / 0.4); }
.border-s-zinc-500\/5{ border-inline-start-color: rgb(113 113 122 / 0.05); }
.border-s-zinc-500\/50{ border-inline-start-color: rgb(113 113 122 / 0.5); }
.border-s-zinc-500\/60{ border-inline-start-color: rgb(113 113 122 / 0.6); }
.border-s-zinc-500\/70{ border-inline-start-color: rgb(113 113 122 / 0.7); }
.border-s-zinc-500\/75{ border-inline-start-color: rgb(113 113 122 / 0.75); }
.border-s-zinc-500\/80{ border-inline-start-color: rgb(113 113 122 / 0.8); }
.border-s-zinc-500\/90{ border-inline-start-color: rgb(113 113 122 / 0.9); }
.border-s-zinc-500\/95{ border-inline-start-color: rgb(113 113 122 / 0.95); }
.border-s-zinc-600{ --tw-border-opacity: 1; border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-s-zinc-600\/0{ border-inline-start-color: rgb(82 82 91 / 0); }
.border-s-zinc-600\/10{ border-inline-start-color: rgb(82 82 91 / 0.1); }
.border-s-zinc-600\/100{ border-inline-start-color: rgb(82 82 91 / 1); }
.border-s-zinc-600\/20{ border-inline-start-color: rgb(82 82 91 / 0.2); }
.border-s-zinc-600\/25{ border-inline-start-color: rgb(82 82 91 / 0.25); }
.border-s-zinc-600\/30{ border-inline-start-color: rgb(82 82 91 / 0.3); }
.border-s-zinc-600\/40{ border-inline-start-color: rgb(82 82 91 / 0.4); }
.border-s-zinc-600\/5{ border-inline-start-color: rgb(82 82 91 / 0.05); }
.border-s-zinc-600\/50{ border-inline-start-color: rgb(82 82 91 / 0.5); }
.border-s-zinc-600\/60{ border-inline-start-color: rgb(82 82 91 / 0.6); }
.border-s-zinc-600\/70{ border-inline-start-color: rgb(82 82 91 / 0.7); }
.border-s-zinc-600\/75{ border-inline-start-color: rgb(82 82 91 / 0.75); }
.border-s-zinc-600\/80{ border-inline-start-color: rgb(82 82 91 / 0.8); }
.border-s-zinc-600\/90{ border-inline-start-color: rgb(82 82 91 / 0.9); }
.border-s-zinc-600\/95{ border-inline-start-color: rgb(82 82 91 / 0.95); }
.border-s-zinc-700{ --tw-border-opacity: 1; border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-s-zinc-700\/0{ border-inline-start-color: rgb(63 63 70 / 0); }
.border-s-zinc-700\/10{ border-inline-start-color: rgb(63 63 70 / 0.1); }
.border-s-zinc-700\/100{ border-inline-start-color: rgb(63 63 70 / 1); }
.border-s-zinc-700\/20{ border-inline-start-color: rgb(63 63 70 / 0.2); }
.border-s-zinc-700\/25{ border-inline-start-color: rgb(63 63 70 / 0.25); }
.border-s-zinc-700\/30{ border-inline-start-color: rgb(63 63 70 / 0.3); }
.border-s-zinc-700\/40{ border-inline-start-color: rgb(63 63 70 / 0.4); }
.border-s-zinc-700\/5{ border-inline-start-color: rgb(63 63 70 / 0.05); }
.border-s-zinc-700\/50{ border-inline-start-color: rgb(63 63 70 / 0.5); }
.border-s-zinc-700\/60{ border-inline-start-color: rgb(63 63 70 / 0.6); }
.border-s-zinc-700\/70{ border-inline-start-color: rgb(63 63 70 / 0.7); }
.border-s-zinc-700\/75{ border-inline-start-color: rgb(63 63 70 / 0.75); }
.border-s-zinc-700\/80{ border-inline-start-color: rgb(63 63 70 / 0.8); }
.border-s-zinc-700\/90{ border-inline-start-color: rgb(63 63 70 / 0.9); }
.border-s-zinc-700\/95{ border-inline-start-color: rgb(63 63 70 / 0.95); }
.border-s-zinc-800{ --tw-border-opacity: 1; border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-s-zinc-800\/0{ border-inline-start-color: rgb(39 39 42 / 0); }
.border-s-zinc-800\/10{ border-inline-start-color: rgb(39 39 42 / 0.1); }
.border-s-zinc-800\/100{ border-inline-start-color: rgb(39 39 42 / 1); }
.border-s-zinc-800\/20{ border-inline-start-color: rgb(39 39 42 / 0.2); }
.border-s-zinc-800\/25{ border-inline-start-color: rgb(39 39 42 / 0.25); }
.border-s-zinc-800\/30{ border-inline-start-color: rgb(39 39 42 / 0.3); }
.border-s-zinc-800\/40{ border-inline-start-color: rgb(39 39 42 / 0.4); }
.border-s-zinc-800\/5{ border-inline-start-color: rgb(39 39 42 / 0.05); }
.border-s-zinc-800\/50{ border-inline-start-color: rgb(39 39 42 / 0.5); }
.border-s-zinc-800\/60{ border-inline-start-color: rgb(39 39 42 / 0.6); }
.border-s-zinc-800\/70{ border-inline-start-color: rgb(39 39 42 / 0.7); }
.border-s-zinc-800\/75{ border-inline-start-color: rgb(39 39 42 / 0.75); }
.border-s-zinc-800\/80{ border-inline-start-color: rgb(39 39 42 / 0.8); }
.border-s-zinc-800\/90{ border-inline-start-color: rgb(39 39 42 / 0.9); }
.border-s-zinc-800\/95{ border-inline-start-color: rgb(39 39 42 / 0.95); }
.border-s-zinc-900{ --tw-border-opacity: 1; border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-s-zinc-900\/0{ border-inline-start-color: rgb(24 24 27 / 0); }
.border-s-zinc-900\/10{ border-inline-start-color: rgb(24 24 27 / 0.1); }
.border-s-zinc-900\/100{ border-inline-start-color: rgb(24 24 27 / 1); }
.border-s-zinc-900\/20{ border-inline-start-color: rgb(24 24 27 / 0.2); }
.border-s-zinc-900\/25{ border-inline-start-color: rgb(24 24 27 / 0.25); }
.border-s-zinc-900\/30{ border-inline-start-color: rgb(24 24 27 / 0.3); }
.border-s-zinc-900\/40{ border-inline-start-color: rgb(24 24 27 / 0.4); }
.border-s-zinc-900\/5{ border-inline-start-color: rgb(24 24 27 / 0.05); }
.border-s-zinc-900\/50{ border-inline-start-color: rgb(24 24 27 / 0.5); }
.border-s-zinc-900\/60{ border-inline-start-color: rgb(24 24 27 / 0.6); }
.border-s-zinc-900\/70{ border-inline-start-color: rgb(24 24 27 / 0.7); }
.border-s-zinc-900\/75{ border-inline-start-color: rgb(24 24 27 / 0.75); }
.border-s-zinc-900\/80{ border-inline-start-color: rgb(24 24 27 / 0.8); }
.border-s-zinc-900\/90{ border-inline-start-color: rgb(24 24 27 / 0.9); }
.border-s-zinc-900\/95{ border-inline-start-color: rgb(24 24 27 / 0.95); }
.border-s-zinc-950{ --tw-border-opacity: 1; border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-s-zinc-950\/0{ border-inline-start-color: rgb(9 9 11 / 0); }
.border-s-zinc-950\/10{ border-inline-start-color: rgb(9 9 11 / 0.1); }
.border-s-zinc-950\/100{ border-inline-start-color: rgb(9 9 11 / 1); }
.border-s-zinc-950\/20{ border-inline-start-color: rgb(9 9 11 / 0.2); }
.border-s-zinc-950\/25{ border-inline-start-color: rgb(9 9 11 / 0.25); }
.border-s-zinc-950\/30{ border-inline-start-color: rgb(9 9 11 / 0.3); }
.border-s-zinc-950\/40{ border-inline-start-color: rgb(9 9 11 / 0.4); }
.border-s-zinc-950\/5{ border-inline-start-color: rgb(9 9 11 / 0.05); }
.border-s-zinc-950\/50{ border-inline-start-color: rgb(9 9 11 / 0.5); }
.border-s-zinc-950\/60{ border-inline-start-color: rgb(9 9 11 / 0.6); }
.border-s-zinc-950\/70{ border-inline-start-color: rgb(9 9 11 / 0.7); }
.border-s-zinc-950\/75{ border-inline-start-color: rgb(9 9 11 / 0.75); }
.border-s-zinc-950\/80{ border-inline-start-color: rgb(9 9 11 / 0.8); }
.border-s-zinc-950\/90{ border-inline-start-color: rgb(9 9 11 / 0.9); }
.border-s-zinc-950\/95{ border-inline-start-color: rgb(9 9 11 / 0.95); }
.border-t-amaranth{ --tw-border-opacity: 1; border-top-color: rgb(116 0 73 / var(--tw-border-opacity)); }
.border-t-amaranth-100{ --tw-border-opacity: 1; border-top-color: rgb(241 230 237 / var(--tw-border-opacity)); }
.border-t-amaranth-100\/0{ border-top-color: rgb(241 230 237 / 0); }
.border-t-amaranth-100\/10{ border-top-color: rgb(241 230 237 / 0.1); }
.border-t-amaranth-100\/100{ border-top-color: rgb(241 230 237 / 1); }
.border-t-amaranth-100\/20{ border-top-color: rgb(241 230 237 / 0.2); }
.border-t-amaranth-100\/25{ border-top-color: rgb(241 230 237 / 0.25); }
.border-t-amaranth-100\/30{ border-top-color: rgb(241 230 237 / 0.3); }
.border-t-amaranth-100\/40{ border-top-color: rgb(241 230 237 / 0.4); }
.border-t-amaranth-100\/5{ border-top-color: rgb(241 230 237 / 0.05); }
.border-t-amaranth-100\/50{ border-top-color: rgb(241 230 237 / 0.5); }
.border-t-amaranth-100\/60{ border-top-color: rgb(241 230 237 / 0.6); }
.border-t-amaranth-100\/70{ border-top-color: rgb(241 230 237 / 0.7); }
.border-t-amaranth-100\/75{ border-top-color: rgb(241 230 237 / 0.75); }
.border-t-amaranth-100\/80{ border-top-color: rgb(241 230 237 / 0.8); }
.border-t-amaranth-100\/90{ border-top-color: rgb(241 230 237 / 0.9); }
.border-t-amaranth-100\/95{ border-top-color: rgb(241 230 237 / 0.95); }
.border-t-amaranth-200{ --tw-border-opacity: 1; border-top-color: rgb(227 204 219 / var(--tw-border-opacity)); }
.border-t-amaranth-200\/0{ border-top-color: rgb(227 204 219 / 0); }
.border-t-amaranth-200\/10{ border-top-color: rgb(227 204 219 / 0.1); }
.border-t-amaranth-200\/100{ border-top-color: rgb(227 204 219 / 1); }
.border-t-amaranth-200\/20{ border-top-color: rgb(227 204 219 / 0.2); }
.border-t-amaranth-200\/25{ border-top-color: rgb(227 204 219 / 0.25); }
.border-t-amaranth-200\/30{ border-top-color: rgb(227 204 219 / 0.3); }
.border-t-amaranth-200\/40{ border-top-color: rgb(227 204 219 / 0.4); }
.border-t-amaranth-200\/5{ border-top-color: rgb(227 204 219 / 0.05); }
.border-t-amaranth-200\/50{ border-top-color: rgb(227 204 219 / 0.5); }
.border-t-amaranth-200\/60{ border-top-color: rgb(227 204 219 / 0.6); }
.border-t-amaranth-200\/70{ border-top-color: rgb(227 204 219 / 0.7); }
.border-t-amaranth-200\/75{ border-top-color: rgb(227 204 219 / 0.75); }
.border-t-amaranth-200\/80{ border-top-color: rgb(227 204 219 / 0.8); }
.border-t-amaranth-200\/90{ border-top-color: rgb(227 204 219 / 0.9); }
.border-t-amaranth-200\/95{ border-top-color: rgb(227 204 219 / 0.95); }
.border-t-amaranth-300{ --tw-border-opacity: 1; border-top-color: rgb(214 179 201 / var(--tw-border-opacity)); }
.border-t-amaranth-300\/0{ border-top-color: rgb(214 179 201 / 0); }
.border-t-amaranth-300\/10{ border-top-color: rgb(214 179 201 / 0.1); }
.border-t-amaranth-300\/100{ border-top-color: rgb(214 179 201 / 1); }
.border-t-amaranth-300\/20{ border-top-color: rgb(214 179 201 / 0.2); }
.border-t-amaranth-300\/25{ border-top-color: rgb(214 179 201 / 0.25); }
.border-t-amaranth-300\/30{ border-top-color: rgb(214 179 201 / 0.3); }
.border-t-amaranth-300\/40{ border-top-color: rgb(214 179 201 / 0.4); }
.border-t-amaranth-300\/5{ border-top-color: rgb(214 179 201 / 0.05); }
.border-t-amaranth-300\/50{ border-top-color: rgb(214 179 201 / 0.5); }
.border-t-amaranth-300\/60{ border-top-color: rgb(214 179 201 / 0.6); }
.border-t-amaranth-300\/70{ border-top-color: rgb(214 179 201 / 0.7); }
.border-t-amaranth-300\/75{ border-top-color: rgb(214 179 201 / 0.75); }
.border-t-amaranth-300\/80{ border-top-color: rgb(214 179 201 / 0.8); }
.border-t-amaranth-300\/90{ border-top-color: rgb(214 179 201 / 0.9); }
.border-t-amaranth-300\/95{ border-top-color: rgb(214 179 201 / 0.95); }
.border-t-amaranth-400{ --tw-border-opacity: 1; border-top-color: rgb(199 153 182 / var(--tw-border-opacity)); }
.border-t-amaranth-400\/0{ border-top-color: rgb(199 153 182 / 0); }
.border-t-amaranth-400\/10{ border-top-color: rgb(199 153 182 / 0.1); }
.border-t-amaranth-400\/100{ border-top-color: rgb(199 153 182 / 1); }
.border-t-amaranth-400\/20{ border-top-color: rgb(199 153 182 / 0.2); }
.border-t-amaranth-400\/25{ border-top-color: rgb(199 153 182 / 0.25); }
.border-t-amaranth-400\/30{ border-top-color: rgb(199 153 182 / 0.3); }
.border-t-amaranth-400\/40{ border-top-color: rgb(199 153 182 / 0.4); }
.border-t-amaranth-400\/5{ border-top-color: rgb(199 153 182 / 0.05); }
.border-t-amaranth-400\/50{ border-top-color: rgb(199 153 182 / 0.5); }
.border-t-amaranth-400\/60{ border-top-color: rgb(199 153 182 / 0.6); }
.border-t-amaranth-400\/70{ border-top-color: rgb(199 153 182 / 0.7); }
.border-t-amaranth-400\/75{ border-top-color: rgb(199 153 182 / 0.75); }
.border-t-amaranth-400\/80{ border-top-color: rgb(199 153 182 / 0.8); }
.border-t-amaranth-400\/90{ border-top-color: rgb(199 153 182 / 0.9); }
.border-t-amaranth-400\/95{ border-top-color: rgb(199 153 182 / 0.95); }
.border-t-amaranth-500{ --tw-border-opacity: 1; border-top-color: rgb(186 128 164 / var(--tw-border-opacity)); }
.border-t-amaranth-500\/0{ border-top-color: rgb(186 128 164 / 0); }
.border-t-amaranth-500\/10{ border-top-color: rgb(186 128 164 / 0.1); }
.border-t-amaranth-500\/100{ border-top-color: rgb(186 128 164 / 1); }
.border-t-amaranth-500\/20{ border-top-color: rgb(186 128 164 / 0.2); }
.border-t-amaranth-500\/25{ border-top-color: rgb(186 128 164 / 0.25); }
.border-t-amaranth-500\/30{ border-top-color: rgb(186 128 164 / 0.3); }
.border-t-amaranth-500\/40{ border-top-color: rgb(186 128 164 / 0.4); }
.border-t-amaranth-500\/5{ border-top-color: rgb(186 128 164 / 0.05); }
.border-t-amaranth-500\/50{ border-top-color: rgb(186 128 164 / 0.5); }
.border-t-amaranth-500\/60{ border-top-color: rgb(186 128 164 / 0.6); }
.border-t-amaranth-500\/70{ border-top-color: rgb(186 128 164 / 0.7); }
.border-t-amaranth-500\/75{ border-top-color: rgb(186 128 164 / 0.75); }
.border-t-amaranth-500\/80{ border-top-color: rgb(186 128 164 / 0.8); }
.border-t-amaranth-500\/90{ border-top-color: rgb(186 128 164 / 0.9); }
.border-t-amaranth-500\/95{ border-top-color: rgb(186 128 164 / 0.95); }
.border-t-amaranth-600{ --tw-border-opacity: 1; border-top-color: rgb(172 102 146 / var(--tw-border-opacity)); }
.border-t-amaranth-600\/0{ border-top-color: rgb(172 102 146 / 0); }
.border-t-amaranth-600\/10{ border-top-color: rgb(172 102 146 / 0.1); }
.border-t-amaranth-600\/100{ border-top-color: rgb(172 102 146 / 1); }
.border-t-amaranth-600\/20{ border-top-color: rgb(172 102 146 / 0.2); }
.border-t-amaranth-600\/25{ border-top-color: rgb(172 102 146 / 0.25); }
.border-t-amaranth-600\/30{ border-top-color: rgb(172 102 146 / 0.3); }
.border-t-amaranth-600\/40{ border-top-color: rgb(172 102 146 / 0.4); }
.border-t-amaranth-600\/5{ border-top-color: rgb(172 102 146 / 0.05); }
.border-t-amaranth-600\/50{ border-top-color: rgb(172 102 146 / 0.5); }
.border-t-amaranth-600\/60{ border-top-color: rgb(172 102 146 / 0.6); }
.border-t-amaranth-600\/70{ border-top-color: rgb(172 102 146 / 0.7); }
.border-t-amaranth-600\/75{ border-top-color: rgb(172 102 146 / 0.75); }
.border-t-amaranth-600\/80{ border-top-color: rgb(172 102 146 / 0.8); }
.border-t-amaranth-600\/90{ border-top-color: rgb(172 102 146 / 0.9); }
.border-t-amaranth-600\/95{ border-top-color: rgb(172 102 146 / 0.95); }
.border-t-amaranth-700{ --tw-border-opacity: 1; border-top-color: rgb(157 76 127 / var(--tw-border-opacity)); }
.border-t-amaranth-700\/0{ border-top-color: rgb(157 76 127 / 0); }
.border-t-amaranth-700\/10{ border-top-color: rgb(157 76 127 / 0.1); }
.border-t-amaranth-700\/100{ border-top-color: rgb(157 76 127 / 1); }
.border-t-amaranth-700\/20{ border-top-color: rgb(157 76 127 / 0.2); }
.border-t-amaranth-700\/25{ border-top-color: rgb(157 76 127 / 0.25); }
.border-t-amaranth-700\/30{ border-top-color: rgb(157 76 127 / 0.3); }
.border-t-amaranth-700\/40{ border-top-color: rgb(157 76 127 / 0.4); }
.border-t-amaranth-700\/5{ border-top-color: rgb(157 76 127 / 0.05); }
.border-t-amaranth-700\/50{ border-top-color: rgb(157 76 127 / 0.5); }
.border-t-amaranth-700\/60{ border-top-color: rgb(157 76 127 / 0.6); }
.border-t-amaranth-700\/70{ border-top-color: rgb(157 76 127 / 0.7); }
.border-t-amaranth-700\/75{ border-top-color: rgb(157 76 127 / 0.75); }
.border-t-amaranth-700\/80{ border-top-color: rgb(157 76 127 / 0.8); }
.border-t-amaranth-700\/90{ border-top-color: rgb(157 76 127 / 0.9); }
.border-t-amaranth-700\/95{ border-top-color: rgb(157 76 127 / 0.95); }
.border-t-amaranth-800{ --tw-border-opacity: 1; border-top-color: rgb(144 51 109 / var(--tw-border-opacity)); }
.border-t-amaranth-800\/0{ border-top-color: rgb(144 51 109 / 0); }
.border-t-amaranth-800\/10{ border-top-color: rgb(144 51 109 / 0.1); }
.border-t-amaranth-800\/100{ border-top-color: rgb(144 51 109 / 1); }
.border-t-amaranth-800\/20{ border-top-color: rgb(144 51 109 / 0.2); }
.border-t-amaranth-800\/25{ border-top-color: rgb(144 51 109 / 0.25); }
.border-t-amaranth-800\/30{ border-top-color: rgb(144 51 109 / 0.3); }
.border-t-amaranth-800\/40{ border-top-color: rgb(144 51 109 / 0.4); }
.border-t-amaranth-800\/5{ border-top-color: rgb(144 51 109 / 0.05); }
.border-t-amaranth-800\/50{ border-top-color: rgb(144 51 109 / 0.5); }
.border-t-amaranth-800\/60{ border-top-color: rgb(144 51 109 / 0.6); }
.border-t-amaranth-800\/70{ border-top-color: rgb(144 51 109 / 0.7); }
.border-t-amaranth-800\/75{ border-top-color: rgb(144 51 109 / 0.75); }
.border-t-amaranth-800\/80{ border-top-color: rgb(144 51 109 / 0.8); }
.border-t-amaranth-800\/90{ border-top-color: rgb(144 51 109 / 0.9); }
.border-t-amaranth-800\/95{ border-top-color: rgb(144 51 109 / 0.95); }
.border-t-amaranth-900{ --tw-border-opacity: 1; border-top-color: rgb(130 26 92 / var(--tw-border-opacity)); }
.border-t-amaranth-900\/0{ border-top-color: rgb(130 26 92 / 0); }
.border-t-amaranth-900\/10{ border-top-color: rgb(130 26 92 / 0.1); }
.border-t-amaranth-900\/100{ border-top-color: rgb(130 26 92 / 1); }
.border-t-amaranth-900\/20{ border-top-color: rgb(130 26 92 / 0.2); }
.border-t-amaranth-900\/25{ border-top-color: rgb(130 26 92 / 0.25); }
.border-t-amaranth-900\/30{ border-top-color: rgb(130 26 92 / 0.3); }
.border-t-amaranth-900\/40{ border-top-color: rgb(130 26 92 / 0.4); }
.border-t-amaranth-900\/5{ border-top-color: rgb(130 26 92 / 0.05); }
.border-t-amaranth-900\/50{ border-top-color: rgb(130 26 92 / 0.5); }
.border-t-amaranth-900\/60{ border-top-color: rgb(130 26 92 / 0.6); }
.border-t-amaranth-900\/70{ border-top-color: rgb(130 26 92 / 0.7); }
.border-t-amaranth-900\/75{ border-top-color: rgb(130 26 92 / 0.75); }
.border-t-amaranth-900\/80{ border-top-color: rgb(130 26 92 / 0.8); }
.border-t-amaranth-900\/90{ border-top-color: rgb(130 26 92 / 0.9); }
.border-t-amaranth-900\/95{ border-top-color: rgb(130 26 92 / 0.95); }
.border-t-amaranth-950{ --tw-border-opacity: 1; border-top-color: rgb(123 13 82 / var(--tw-border-opacity)); }
.border-t-amaranth-950\/0{ border-top-color: rgb(123 13 82 / 0); }
.border-t-amaranth-950\/10{ border-top-color: rgb(123 13 82 / 0.1); }
.border-t-amaranth-950\/100{ border-top-color: rgb(123 13 82 / 1); }
.border-t-amaranth-950\/20{ border-top-color: rgb(123 13 82 / 0.2); }
.border-t-amaranth-950\/25{ border-top-color: rgb(123 13 82 / 0.25); }
.border-t-amaranth-950\/30{ border-top-color: rgb(123 13 82 / 0.3); }
.border-t-amaranth-950\/40{ border-top-color: rgb(123 13 82 / 0.4); }
.border-t-amaranth-950\/5{ border-top-color: rgb(123 13 82 / 0.05); }
.border-t-amaranth-950\/50{ border-top-color: rgb(123 13 82 / 0.5); }
.border-t-amaranth-950\/60{ border-top-color: rgb(123 13 82 / 0.6); }
.border-t-amaranth-950\/70{ border-top-color: rgb(123 13 82 / 0.7); }
.border-t-amaranth-950\/75{ border-top-color: rgb(123 13 82 / 0.75); }
.border-t-amaranth-950\/80{ border-top-color: rgb(123 13 82 / 0.8); }
.border-t-amaranth-950\/90{ border-top-color: rgb(123 13 82 / 0.9); }
.border-t-amaranth-950\/95{ border-top-color: rgb(123 13 82 / 0.95); }
.border-t-amaranth\/0{ border-top-color: rgb(116 0 73 / 0); }
.border-t-amaranth\/10{ border-top-color: rgb(116 0 73 / 0.1); }
.border-t-amaranth\/100{ border-top-color: rgb(116 0 73 / 1); }
.border-t-amaranth\/20{ border-top-color: rgb(116 0 73 / 0.2); }
.border-t-amaranth\/25{ border-top-color: rgb(116 0 73 / 0.25); }
.border-t-amaranth\/30{ border-top-color: rgb(116 0 73 / 0.3); }
.border-t-amaranth\/40{ border-top-color: rgb(116 0 73 / 0.4); }
.border-t-amaranth\/5{ border-top-color: rgb(116 0 73 / 0.05); }
.border-t-amaranth\/50{ border-top-color: rgb(116 0 73 / 0.5); }
.border-t-amaranth\/60{ border-top-color: rgb(116 0 73 / 0.6); }
.border-t-amaranth\/70{ border-top-color: rgb(116 0 73 / 0.7); }
.border-t-amaranth\/75{ border-top-color: rgb(116 0 73 / 0.75); }
.border-t-amaranth\/80{ border-top-color: rgb(116 0 73 / 0.8); }
.border-t-amaranth\/90{ border-top-color: rgb(116 0 73 / 0.9); }
.border-t-amaranth\/95{ border-top-color: rgb(116 0 73 / 0.95); }
.border-t-amber-100{ --tw-border-opacity: 1; border-top-color: rgb(254 243 199 / var(--tw-border-opacity)); }
.border-t-amber-100\/0{ border-top-color: rgb(254 243 199 / 0); }
.border-t-amber-100\/10{ border-top-color: rgb(254 243 199 / 0.1); }
.border-t-amber-100\/100{ border-top-color: rgb(254 243 199 / 1); }
.border-t-amber-100\/20{ border-top-color: rgb(254 243 199 / 0.2); }
.border-t-amber-100\/25{ border-top-color: rgb(254 243 199 / 0.25); }
.border-t-amber-100\/30{ border-top-color: rgb(254 243 199 / 0.3); }
.border-t-amber-100\/40{ border-top-color: rgb(254 243 199 / 0.4); }
.border-t-amber-100\/5{ border-top-color: rgb(254 243 199 / 0.05); }
.border-t-amber-100\/50{ border-top-color: rgb(254 243 199 / 0.5); }
.border-t-amber-100\/60{ border-top-color: rgb(254 243 199 / 0.6); }
.border-t-amber-100\/70{ border-top-color: rgb(254 243 199 / 0.7); }
.border-t-amber-100\/75{ border-top-color: rgb(254 243 199 / 0.75); }
.border-t-amber-100\/80{ border-top-color: rgb(254 243 199 / 0.8); }
.border-t-amber-100\/90{ border-top-color: rgb(254 243 199 / 0.9); }
.border-t-amber-100\/95{ border-top-color: rgb(254 243 199 / 0.95); }
.border-t-amber-200{ --tw-border-opacity: 1; border-top-color: rgb(253 230 138 / var(--tw-border-opacity)); }
.border-t-amber-200\/0{ border-top-color: rgb(253 230 138 / 0); }
.border-t-amber-200\/10{ border-top-color: rgb(253 230 138 / 0.1); }
.border-t-amber-200\/100{ border-top-color: rgb(253 230 138 / 1); }
.border-t-amber-200\/20{ border-top-color: rgb(253 230 138 / 0.2); }
.border-t-amber-200\/25{ border-top-color: rgb(253 230 138 / 0.25); }
.border-t-amber-200\/30{ border-top-color: rgb(253 230 138 / 0.3); }
.border-t-amber-200\/40{ border-top-color: rgb(253 230 138 / 0.4); }
.border-t-amber-200\/5{ border-top-color: rgb(253 230 138 / 0.05); }
.border-t-amber-200\/50{ border-top-color: rgb(253 230 138 / 0.5); }
.border-t-amber-200\/60{ border-top-color: rgb(253 230 138 / 0.6); }
.border-t-amber-200\/70{ border-top-color: rgb(253 230 138 / 0.7); }
.border-t-amber-200\/75{ border-top-color: rgb(253 230 138 / 0.75); }
.border-t-amber-200\/80{ border-top-color: rgb(253 230 138 / 0.8); }
.border-t-amber-200\/90{ border-top-color: rgb(253 230 138 / 0.9); }
.border-t-amber-200\/95{ border-top-color: rgb(253 230 138 / 0.95); }
.border-t-amber-300{ --tw-border-opacity: 1; border-top-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-t-amber-300\/0{ border-top-color: rgb(252 211 77 / 0); }
.border-t-amber-300\/10{ border-top-color: rgb(252 211 77 / 0.1); }
.border-t-amber-300\/100{ border-top-color: rgb(252 211 77 / 1); }
.border-t-amber-300\/20{ border-top-color: rgb(252 211 77 / 0.2); }
.border-t-amber-300\/25{ border-top-color: rgb(252 211 77 / 0.25); }
.border-t-amber-300\/30{ border-top-color: rgb(252 211 77 / 0.3); }
.border-t-amber-300\/40{ border-top-color: rgb(252 211 77 / 0.4); }
.border-t-amber-300\/5{ border-top-color: rgb(252 211 77 / 0.05); }
.border-t-amber-300\/50{ border-top-color: rgb(252 211 77 / 0.5); }
.border-t-amber-300\/60{ border-top-color: rgb(252 211 77 / 0.6); }
.border-t-amber-300\/70{ border-top-color: rgb(252 211 77 / 0.7); }
.border-t-amber-300\/75{ border-top-color: rgb(252 211 77 / 0.75); }
.border-t-amber-300\/80{ border-top-color: rgb(252 211 77 / 0.8); }
.border-t-amber-300\/90{ border-top-color: rgb(252 211 77 / 0.9); }
.border-t-amber-300\/95{ border-top-color: rgb(252 211 77 / 0.95); }
.border-t-amber-400{ --tw-border-opacity: 1; border-top-color: rgb(251 191 36 / var(--tw-border-opacity)); }
.border-t-amber-400\/0{ border-top-color: rgb(251 191 36 / 0); }
.border-t-amber-400\/10{ border-top-color: rgb(251 191 36 / 0.1); }
.border-t-amber-400\/100{ border-top-color: rgb(251 191 36 / 1); }
.border-t-amber-400\/20{ border-top-color: rgb(251 191 36 / 0.2); }
.border-t-amber-400\/25{ border-top-color: rgb(251 191 36 / 0.25); }
.border-t-amber-400\/30{ border-top-color: rgb(251 191 36 / 0.3); }
.border-t-amber-400\/40{ border-top-color: rgb(251 191 36 / 0.4); }
.border-t-amber-400\/5{ border-top-color: rgb(251 191 36 / 0.05); }
.border-t-amber-400\/50{ border-top-color: rgb(251 191 36 / 0.5); }
.border-t-amber-400\/60{ border-top-color: rgb(251 191 36 / 0.6); }
.border-t-amber-400\/70{ border-top-color: rgb(251 191 36 / 0.7); }
.border-t-amber-400\/75{ border-top-color: rgb(251 191 36 / 0.75); }
.border-t-amber-400\/80{ border-top-color: rgb(251 191 36 / 0.8); }
.border-t-amber-400\/90{ border-top-color: rgb(251 191 36 / 0.9); }
.border-t-amber-400\/95{ border-top-color: rgb(251 191 36 / 0.95); }
.border-t-amber-50{ --tw-border-opacity: 1; border-top-color: rgb(255 251 235 / var(--tw-border-opacity)); }
.border-t-amber-50\/0{ border-top-color: rgb(255 251 235 / 0); }
.border-t-amber-50\/10{ border-top-color: rgb(255 251 235 / 0.1); }
.border-t-amber-50\/100{ border-top-color: rgb(255 251 235 / 1); }
.border-t-amber-50\/20{ border-top-color: rgb(255 251 235 / 0.2); }
.border-t-amber-50\/25{ border-top-color: rgb(255 251 235 / 0.25); }
.border-t-amber-50\/30{ border-top-color: rgb(255 251 235 / 0.3); }
.border-t-amber-50\/40{ border-top-color: rgb(255 251 235 / 0.4); }
.border-t-amber-50\/5{ border-top-color: rgb(255 251 235 / 0.05); }
.border-t-amber-50\/50{ border-top-color: rgb(255 251 235 / 0.5); }
.border-t-amber-50\/60{ border-top-color: rgb(255 251 235 / 0.6); }
.border-t-amber-50\/70{ border-top-color: rgb(255 251 235 / 0.7); }
.border-t-amber-50\/75{ border-top-color: rgb(255 251 235 / 0.75); }
.border-t-amber-50\/80{ border-top-color: rgb(255 251 235 / 0.8); }
.border-t-amber-50\/90{ border-top-color: rgb(255 251 235 / 0.9); }
.border-t-amber-50\/95{ border-top-color: rgb(255 251 235 / 0.95); }
.border-t-amber-500{ --tw-border-opacity: 1; border-top-color: rgb(245 158 11 / var(--tw-border-opacity)); }
.border-t-amber-500\/0{ border-top-color: rgb(245 158 11 / 0); }
.border-t-amber-500\/10{ border-top-color: rgb(245 158 11 / 0.1); }
.border-t-amber-500\/100{ border-top-color: rgb(245 158 11 / 1); }
.border-t-amber-500\/20{ border-top-color: rgb(245 158 11 / 0.2); }
.border-t-amber-500\/25{ border-top-color: rgb(245 158 11 / 0.25); }
.border-t-amber-500\/30{ border-top-color: rgb(245 158 11 / 0.3); }
.border-t-amber-500\/40{ border-top-color: rgb(245 158 11 / 0.4); }
.border-t-amber-500\/5{ border-top-color: rgb(245 158 11 / 0.05); }
.border-t-amber-500\/50{ border-top-color: rgb(245 158 11 / 0.5); }
.border-t-amber-500\/60{ border-top-color: rgb(245 158 11 / 0.6); }
.border-t-amber-500\/70{ border-top-color: rgb(245 158 11 / 0.7); }
.border-t-amber-500\/75{ border-top-color: rgb(245 158 11 / 0.75); }
.border-t-amber-500\/80{ border-top-color: rgb(245 158 11 / 0.8); }
.border-t-amber-500\/90{ border-top-color: rgb(245 158 11 / 0.9); }
.border-t-amber-500\/95{ border-top-color: rgb(245 158 11 / 0.95); }
.border-t-amber-600{ --tw-border-opacity: 1; border-top-color: rgb(217 119 6 / var(--tw-border-opacity)); }
.border-t-amber-600\/0{ border-top-color: rgb(217 119 6 / 0); }
.border-t-amber-600\/10{ border-top-color: rgb(217 119 6 / 0.1); }
.border-t-amber-600\/100{ border-top-color: rgb(217 119 6 / 1); }
.border-t-amber-600\/20{ border-top-color: rgb(217 119 6 / 0.2); }
.border-t-amber-600\/25{ border-top-color: rgb(217 119 6 / 0.25); }
.border-t-amber-600\/30{ border-top-color: rgb(217 119 6 / 0.3); }
.border-t-amber-600\/40{ border-top-color: rgb(217 119 6 / 0.4); }
.border-t-amber-600\/5{ border-top-color: rgb(217 119 6 / 0.05); }
.border-t-amber-600\/50{ border-top-color: rgb(217 119 6 / 0.5); }
.border-t-amber-600\/60{ border-top-color: rgb(217 119 6 / 0.6); }
.border-t-amber-600\/70{ border-top-color: rgb(217 119 6 / 0.7); }
.border-t-amber-600\/75{ border-top-color: rgb(217 119 6 / 0.75); }
.border-t-amber-600\/80{ border-top-color: rgb(217 119 6 / 0.8); }
.border-t-amber-600\/90{ border-top-color: rgb(217 119 6 / 0.9); }
.border-t-amber-600\/95{ border-top-color: rgb(217 119 6 / 0.95); }
.border-t-amber-700{ --tw-border-opacity: 1; border-top-color: rgb(180 83 9 / var(--tw-border-opacity)); }
.border-t-amber-700\/0{ border-top-color: rgb(180 83 9 / 0); }
.border-t-amber-700\/10{ border-top-color: rgb(180 83 9 / 0.1); }
.border-t-amber-700\/100{ border-top-color: rgb(180 83 9 / 1); }
.border-t-amber-700\/20{ border-top-color: rgb(180 83 9 / 0.2); }
.border-t-amber-700\/25{ border-top-color: rgb(180 83 9 / 0.25); }
.border-t-amber-700\/30{ border-top-color: rgb(180 83 9 / 0.3); }
.border-t-amber-700\/40{ border-top-color: rgb(180 83 9 / 0.4); }
.border-t-amber-700\/5{ border-top-color: rgb(180 83 9 / 0.05); }
.border-t-amber-700\/50{ border-top-color: rgb(180 83 9 / 0.5); }
.border-t-amber-700\/60{ border-top-color: rgb(180 83 9 / 0.6); }
.border-t-amber-700\/70{ border-top-color: rgb(180 83 9 / 0.7); }
.border-t-amber-700\/75{ border-top-color: rgb(180 83 9 / 0.75); }
.border-t-amber-700\/80{ border-top-color: rgb(180 83 9 / 0.8); }
.border-t-amber-700\/90{ border-top-color: rgb(180 83 9 / 0.9); }
.border-t-amber-700\/95{ border-top-color: rgb(180 83 9 / 0.95); }
.border-t-amber-800{ --tw-border-opacity: 1; border-top-color: rgb(146 64 14 / var(--tw-border-opacity)); }
.border-t-amber-800\/0{ border-top-color: rgb(146 64 14 / 0); }
.border-t-amber-800\/10{ border-top-color: rgb(146 64 14 / 0.1); }
.border-t-amber-800\/100{ border-top-color: rgb(146 64 14 / 1); }
.border-t-amber-800\/20{ border-top-color: rgb(146 64 14 / 0.2); }
.border-t-amber-800\/25{ border-top-color: rgb(146 64 14 / 0.25); }
.border-t-amber-800\/30{ border-top-color: rgb(146 64 14 / 0.3); }
.border-t-amber-800\/40{ border-top-color: rgb(146 64 14 / 0.4); }
.border-t-amber-800\/5{ border-top-color: rgb(146 64 14 / 0.05); }
.border-t-amber-800\/50{ border-top-color: rgb(146 64 14 / 0.5); }
.border-t-amber-800\/60{ border-top-color: rgb(146 64 14 / 0.6); }
.border-t-amber-800\/70{ border-top-color: rgb(146 64 14 / 0.7); }
.border-t-amber-800\/75{ border-top-color: rgb(146 64 14 / 0.75); }
.border-t-amber-800\/80{ border-top-color: rgb(146 64 14 / 0.8); }
.border-t-amber-800\/90{ border-top-color: rgb(146 64 14 / 0.9); }
.border-t-amber-800\/95{ border-top-color: rgb(146 64 14 / 0.95); }
.border-t-amber-900{ --tw-border-opacity: 1; border-top-color: rgb(120 53 15 / var(--tw-border-opacity)); }
.border-t-amber-900\/0{ border-top-color: rgb(120 53 15 / 0); }
.border-t-amber-900\/10{ border-top-color: rgb(120 53 15 / 0.1); }
.border-t-amber-900\/100{ border-top-color: rgb(120 53 15 / 1); }
.border-t-amber-900\/20{ border-top-color: rgb(120 53 15 / 0.2); }
.border-t-amber-900\/25{ border-top-color: rgb(120 53 15 / 0.25); }
.border-t-amber-900\/30{ border-top-color: rgb(120 53 15 / 0.3); }
.border-t-amber-900\/40{ border-top-color: rgb(120 53 15 / 0.4); }
.border-t-amber-900\/5{ border-top-color: rgb(120 53 15 / 0.05); }
.border-t-amber-900\/50{ border-top-color: rgb(120 53 15 / 0.5); }
.border-t-amber-900\/60{ border-top-color: rgb(120 53 15 / 0.6); }
.border-t-amber-900\/70{ border-top-color: rgb(120 53 15 / 0.7); }
.border-t-amber-900\/75{ border-top-color: rgb(120 53 15 / 0.75); }
.border-t-amber-900\/80{ border-top-color: rgb(120 53 15 / 0.8); }
.border-t-amber-900\/90{ border-top-color: rgb(120 53 15 / 0.9); }
.border-t-amber-900\/95{ border-top-color: rgb(120 53 15 / 0.95); }
.border-t-amber-950{ --tw-border-opacity: 1; border-top-color: rgb(69 26 3 / var(--tw-border-opacity)); }
.border-t-amber-950\/0{ border-top-color: rgb(69 26 3 / 0); }
.border-t-amber-950\/10{ border-top-color: rgb(69 26 3 / 0.1); }
.border-t-amber-950\/100{ border-top-color: rgb(69 26 3 / 1); }
.border-t-amber-950\/20{ border-top-color: rgb(69 26 3 / 0.2); }
.border-t-amber-950\/25{ border-top-color: rgb(69 26 3 / 0.25); }
.border-t-amber-950\/30{ border-top-color: rgb(69 26 3 / 0.3); }
.border-t-amber-950\/40{ border-top-color: rgb(69 26 3 / 0.4); }
.border-t-amber-950\/5{ border-top-color: rgb(69 26 3 / 0.05); }
.border-t-amber-950\/50{ border-top-color: rgb(69 26 3 / 0.5); }
.border-t-amber-950\/60{ border-top-color: rgb(69 26 3 / 0.6); }
.border-t-amber-950\/70{ border-top-color: rgb(69 26 3 / 0.7); }
.border-t-amber-950\/75{ border-top-color: rgb(69 26 3 / 0.75); }
.border-t-amber-950\/80{ border-top-color: rgb(69 26 3 / 0.8); }
.border-t-amber-950\/90{ border-top-color: rgb(69 26 3 / 0.9); }
.border-t-amber-950\/95{ border-top-color: rgb(69 26 3 / 0.95); }
.border-t-black{ --tw-border-opacity: 1; border-top-color: rgb(0 0 0 / var(--tw-border-opacity)); }
.border-t-black\/0{ border-top-color: rgb(0 0 0 / 0); }
.border-t-black\/10{ border-top-color: rgb(0 0 0 / 0.1); }
.border-t-black\/100{ border-top-color: rgb(0 0 0 / 1); }
.border-t-black\/20{ border-top-color: rgb(0 0 0 / 0.2); }
.border-t-black\/25{ border-top-color: rgb(0 0 0 / 0.25); }
.border-t-black\/30{ border-top-color: rgb(0 0 0 / 0.3); }
.border-t-black\/40{ border-top-color: rgb(0 0 0 / 0.4); }
.border-t-black\/5{ border-top-color: rgb(0 0 0 / 0.05); }
.border-t-black\/50{ border-top-color: rgb(0 0 0 / 0.5); }
.border-t-black\/60{ border-top-color: rgb(0 0 0 / 0.6); }
.border-t-black\/70{ border-top-color: rgb(0 0 0 / 0.7); }
.border-t-black\/75{ border-top-color: rgb(0 0 0 / 0.75); }
.border-t-black\/80{ border-top-color: rgb(0 0 0 / 0.8); }
.border-t-black\/90{ border-top-color: rgb(0 0 0 / 0.9); }
.border-t-black\/95{ border-top-color: rgb(0 0 0 / 0.95); }
.border-t-blue-100{ --tw-border-opacity: 1; border-top-color: rgb(219 234 254 / var(--tw-border-opacity)); }
.border-t-blue-100\/0{ border-top-color: rgb(219 234 254 / 0); }
.border-t-blue-100\/10{ border-top-color: rgb(219 234 254 / 0.1); }
.border-t-blue-100\/100{ border-top-color: rgb(219 234 254 / 1); }
.border-t-blue-100\/20{ border-top-color: rgb(219 234 254 / 0.2); }
.border-t-blue-100\/25{ border-top-color: rgb(219 234 254 / 0.25); }
.border-t-blue-100\/30{ border-top-color: rgb(219 234 254 / 0.3); }
.border-t-blue-100\/40{ border-top-color: rgb(219 234 254 / 0.4); }
.border-t-blue-100\/5{ border-top-color: rgb(219 234 254 / 0.05); }
.border-t-blue-100\/50{ border-top-color: rgb(219 234 254 / 0.5); }
.border-t-blue-100\/60{ border-top-color: rgb(219 234 254 / 0.6); }
.border-t-blue-100\/70{ border-top-color: rgb(219 234 254 / 0.7); }
.border-t-blue-100\/75{ border-top-color: rgb(219 234 254 / 0.75); }
.border-t-blue-100\/80{ border-top-color: rgb(219 234 254 / 0.8); }
.border-t-blue-100\/90{ border-top-color: rgb(219 234 254 / 0.9); }
.border-t-blue-100\/95{ border-top-color: rgb(219 234 254 / 0.95); }
.border-t-blue-200{ --tw-border-opacity: 1; border-top-color: rgb(191 219 254 / var(--tw-border-opacity)); }
.border-t-blue-200\/0{ border-top-color: rgb(191 219 254 / 0); }
.border-t-blue-200\/10{ border-top-color: rgb(191 219 254 / 0.1); }
.border-t-blue-200\/100{ border-top-color: rgb(191 219 254 / 1); }
.border-t-blue-200\/20{ border-top-color: rgb(191 219 254 / 0.2); }
.border-t-blue-200\/25{ border-top-color: rgb(191 219 254 / 0.25); }
.border-t-blue-200\/30{ border-top-color: rgb(191 219 254 / 0.3); }
.border-t-blue-200\/40{ border-top-color: rgb(191 219 254 / 0.4); }
.border-t-blue-200\/5{ border-top-color: rgb(191 219 254 / 0.05); }
.border-t-blue-200\/50{ border-top-color: rgb(191 219 254 / 0.5); }
.border-t-blue-200\/60{ border-top-color: rgb(191 219 254 / 0.6); }
.border-t-blue-200\/70{ border-top-color: rgb(191 219 254 / 0.7); }
.border-t-blue-200\/75{ border-top-color: rgb(191 219 254 / 0.75); }
.border-t-blue-200\/80{ border-top-color: rgb(191 219 254 / 0.8); }
.border-t-blue-200\/90{ border-top-color: rgb(191 219 254 / 0.9); }
.border-t-blue-200\/95{ border-top-color: rgb(191 219 254 / 0.95); }
.border-t-blue-300{ --tw-border-opacity: 1; border-top-color: rgb(147 197 253 / var(--tw-border-opacity)); }
.border-t-blue-300\/0{ border-top-color: rgb(147 197 253 / 0); }
.border-t-blue-300\/10{ border-top-color: rgb(147 197 253 / 0.1); }
.border-t-blue-300\/100{ border-top-color: rgb(147 197 253 / 1); }
.border-t-blue-300\/20{ border-top-color: rgb(147 197 253 / 0.2); }
.border-t-blue-300\/25{ border-top-color: rgb(147 197 253 / 0.25); }
.border-t-blue-300\/30{ border-top-color: rgb(147 197 253 / 0.3); }
.border-t-blue-300\/40{ border-top-color: rgb(147 197 253 / 0.4); }
.border-t-blue-300\/5{ border-top-color: rgb(147 197 253 / 0.05); }
.border-t-blue-300\/50{ border-top-color: rgb(147 197 253 / 0.5); }
.border-t-blue-300\/60{ border-top-color: rgb(147 197 253 / 0.6); }
.border-t-blue-300\/70{ border-top-color: rgb(147 197 253 / 0.7); }
.border-t-blue-300\/75{ border-top-color: rgb(147 197 253 / 0.75); }
.border-t-blue-300\/80{ border-top-color: rgb(147 197 253 / 0.8); }
.border-t-blue-300\/90{ border-top-color: rgb(147 197 253 / 0.9); }
.border-t-blue-300\/95{ border-top-color: rgb(147 197 253 / 0.95); }
.border-t-blue-400{ --tw-border-opacity: 1; border-top-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-t-blue-400\/0{ border-top-color: rgb(96 165 250 / 0); }
.border-t-blue-400\/10{ border-top-color: rgb(96 165 250 / 0.1); }
.border-t-blue-400\/100{ border-top-color: rgb(96 165 250 / 1); }
.border-t-blue-400\/20{ border-top-color: rgb(96 165 250 / 0.2); }
.border-t-blue-400\/25{ border-top-color: rgb(96 165 250 / 0.25); }
.border-t-blue-400\/30{ border-top-color: rgb(96 165 250 / 0.3); }
.border-t-blue-400\/40{ border-top-color: rgb(96 165 250 / 0.4); }
.border-t-blue-400\/5{ border-top-color: rgb(96 165 250 / 0.05); }
.border-t-blue-400\/50{ border-top-color: rgb(96 165 250 / 0.5); }
.border-t-blue-400\/60{ border-top-color: rgb(96 165 250 / 0.6); }
.border-t-blue-400\/70{ border-top-color: rgb(96 165 250 / 0.7); }
.border-t-blue-400\/75{ border-top-color: rgb(96 165 250 / 0.75); }
.border-t-blue-400\/80{ border-top-color: rgb(96 165 250 / 0.8); }
.border-t-blue-400\/90{ border-top-color: rgb(96 165 250 / 0.9); }
.border-t-blue-400\/95{ border-top-color: rgb(96 165 250 / 0.95); }
.border-t-blue-50{ --tw-border-opacity: 1; border-top-color: rgb(239 246 255 / var(--tw-border-opacity)); }
.border-t-blue-50\/0{ border-top-color: rgb(239 246 255 / 0); }
.border-t-blue-50\/10{ border-top-color: rgb(239 246 255 / 0.1); }
.border-t-blue-50\/100{ border-top-color: rgb(239 246 255 / 1); }
.border-t-blue-50\/20{ border-top-color: rgb(239 246 255 / 0.2); }
.border-t-blue-50\/25{ border-top-color: rgb(239 246 255 / 0.25); }
.border-t-blue-50\/30{ border-top-color: rgb(239 246 255 / 0.3); }
.border-t-blue-50\/40{ border-top-color: rgb(239 246 255 / 0.4); }
.border-t-blue-50\/5{ border-top-color: rgb(239 246 255 / 0.05); }
.border-t-blue-50\/50{ border-top-color: rgb(239 246 255 / 0.5); }
.border-t-blue-50\/60{ border-top-color: rgb(239 246 255 / 0.6); }
.border-t-blue-50\/70{ border-top-color: rgb(239 246 255 / 0.7); }
.border-t-blue-50\/75{ border-top-color: rgb(239 246 255 / 0.75); }
.border-t-blue-50\/80{ border-top-color: rgb(239 246 255 / 0.8); }
.border-t-blue-50\/90{ border-top-color: rgb(239 246 255 / 0.9); }
.border-t-blue-50\/95{ border-top-color: rgb(239 246 255 / 0.95); }
.border-t-blue-500{ --tw-border-opacity: 1; border-top-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-t-blue-500\/0{ border-top-color: rgb(59 130 246 / 0); }
.border-t-blue-500\/10{ border-top-color: rgb(59 130 246 / 0.1); }
.border-t-blue-500\/100{ border-top-color: rgb(59 130 246 / 1); }
.border-t-blue-500\/20{ border-top-color: rgb(59 130 246 / 0.2); }
.border-t-blue-500\/25{ border-top-color: rgb(59 130 246 / 0.25); }
.border-t-blue-500\/30{ border-top-color: rgb(59 130 246 / 0.3); }
.border-t-blue-500\/40{ border-top-color: rgb(59 130 246 / 0.4); }
.border-t-blue-500\/5{ border-top-color: rgb(59 130 246 / 0.05); }
.border-t-blue-500\/50{ border-top-color: rgb(59 130 246 / 0.5); }
.border-t-blue-500\/60{ border-top-color: rgb(59 130 246 / 0.6); }
.border-t-blue-500\/70{ border-top-color: rgb(59 130 246 / 0.7); }
.border-t-blue-500\/75{ border-top-color: rgb(59 130 246 / 0.75); }
.border-t-blue-500\/80{ border-top-color: rgb(59 130 246 / 0.8); }
.border-t-blue-500\/90{ border-top-color: rgb(59 130 246 / 0.9); }
.border-t-blue-500\/95{ border-top-color: rgb(59 130 246 / 0.95); }
.border-t-blue-600{ --tw-border-opacity: 1; border-top-color: rgb(37 99 235 / var(--tw-border-opacity)); }
.border-t-blue-600\/0{ border-top-color: rgb(37 99 235 / 0); }
.border-t-blue-600\/10{ border-top-color: rgb(37 99 235 / 0.1); }
.border-t-blue-600\/100{ border-top-color: rgb(37 99 235 / 1); }
.border-t-blue-600\/20{ border-top-color: rgb(37 99 235 / 0.2); }
.border-t-blue-600\/25{ border-top-color: rgb(37 99 235 / 0.25); }
.border-t-blue-600\/30{ border-top-color: rgb(37 99 235 / 0.3); }
.border-t-blue-600\/40{ border-top-color: rgb(37 99 235 / 0.4); }
.border-t-blue-600\/5{ border-top-color: rgb(37 99 235 / 0.05); }
.border-t-blue-600\/50{ border-top-color: rgb(37 99 235 / 0.5); }
.border-t-blue-600\/60{ border-top-color: rgb(37 99 235 / 0.6); }
.border-t-blue-600\/70{ border-top-color: rgb(37 99 235 / 0.7); }
.border-t-blue-600\/75{ border-top-color: rgb(37 99 235 / 0.75); }
.border-t-blue-600\/80{ border-top-color: rgb(37 99 235 / 0.8); }
.border-t-blue-600\/90{ border-top-color: rgb(37 99 235 / 0.9); }
.border-t-blue-600\/95{ border-top-color: rgb(37 99 235 / 0.95); }
.border-t-blue-700{ --tw-border-opacity: 1; border-top-color: rgb(29 78 216 / var(--tw-border-opacity)); }
.border-t-blue-700\/0{ border-top-color: rgb(29 78 216 / 0); }
.border-t-blue-700\/10{ border-top-color: rgb(29 78 216 / 0.1); }
.border-t-blue-700\/100{ border-top-color: rgb(29 78 216 / 1); }
.border-t-blue-700\/20{ border-top-color: rgb(29 78 216 / 0.2); }
.border-t-blue-700\/25{ border-top-color: rgb(29 78 216 / 0.25); }
.border-t-blue-700\/30{ border-top-color: rgb(29 78 216 / 0.3); }
.border-t-blue-700\/40{ border-top-color: rgb(29 78 216 / 0.4); }
.border-t-blue-700\/5{ border-top-color: rgb(29 78 216 / 0.05); }
.border-t-blue-700\/50{ border-top-color: rgb(29 78 216 / 0.5); }
.border-t-blue-700\/60{ border-top-color: rgb(29 78 216 / 0.6); }
.border-t-blue-700\/70{ border-top-color: rgb(29 78 216 / 0.7); }
.border-t-blue-700\/75{ border-top-color: rgb(29 78 216 / 0.75); }
.border-t-blue-700\/80{ border-top-color: rgb(29 78 216 / 0.8); }
.border-t-blue-700\/90{ border-top-color: rgb(29 78 216 / 0.9); }
.border-t-blue-700\/95{ border-top-color: rgb(29 78 216 / 0.95); }
.border-t-blue-800{ --tw-border-opacity: 1; border-top-color: rgb(30 64 175 / var(--tw-border-opacity)); }
.border-t-blue-800\/0{ border-top-color: rgb(30 64 175 / 0); }
.border-t-blue-800\/10{ border-top-color: rgb(30 64 175 / 0.1); }
.border-t-blue-800\/100{ border-top-color: rgb(30 64 175 / 1); }
.border-t-blue-800\/20{ border-top-color: rgb(30 64 175 / 0.2); }
.border-t-blue-800\/25{ border-top-color: rgb(30 64 175 / 0.25); }
.border-t-blue-800\/30{ border-top-color: rgb(30 64 175 / 0.3); }
.border-t-blue-800\/40{ border-top-color: rgb(30 64 175 / 0.4); }
.border-t-blue-800\/5{ border-top-color: rgb(30 64 175 / 0.05); }
.border-t-blue-800\/50{ border-top-color: rgb(30 64 175 / 0.5); }
.border-t-blue-800\/60{ border-top-color: rgb(30 64 175 / 0.6); }
.border-t-blue-800\/70{ border-top-color: rgb(30 64 175 / 0.7); }
.border-t-blue-800\/75{ border-top-color: rgb(30 64 175 / 0.75); }
.border-t-blue-800\/80{ border-top-color: rgb(30 64 175 / 0.8); }
.border-t-blue-800\/90{ border-top-color: rgb(30 64 175 / 0.9); }
.border-t-blue-800\/95{ border-top-color: rgb(30 64 175 / 0.95); }
.border-t-blue-900{ --tw-border-opacity: 1; border-top-color: rgb(30 58 138 / var(--tw-border-opacity)); }
.border-t-blue-900\/0{ border-top-color: rgb(30 58 138 / 0); }
.border-t-blue-900\/10{ border-top-color: rgb(30 58 138 / 0.1); }
.border-t-blue-900\/100{ border-top-color: rgb(30 58 138 / 1); }
.border-t-blue-900\/20{ border-top-color: rgb(30 58 138 / 0.2); }
.border-t-blue-900\/25{ border-top-color: rgb(30 58 138 / 0.25); }
.border-t-blue-900\/30{ border-top-color: rgb(30 58 138 / 0.3); }
.border-t-blue-900\/40{ border-top-color: rgb(30 58 138 / 0.4); }
.border-t-blue-900\/5{ border-top-color: rgb(30 58 138 / 0.05); }
.border-t-blue-900\/50{ border-top-color: rgb(30 58 138 / 0.5); }
.border-t-blue-900\/60{ border-top-color: rgb(30 58 138 / 0.6); }
.border-t-blue-900\/70{ border-top-color: rgb(30 58 138 / 0.7); }
.border-t-blue-900\/75{ border-top-color: rgb(30 58 138 / 0.75); }
.border-t-blue-900\/80{ border-top-color: rgb(30 58 138 / 0.8); }
.border-t-blue-900\/90{ border-top-color: rgb(30 58 138 / 0.9); }
.border-t-blue-900\/95{ border-top-color: rgb(30 58 138 / 0.95); }
.border-t-blue-950{ --tw-border-opacity: 1; border-top-color: rgb(23 37 84 / var(--tw-border-opacity)); }
.border-t-blue-950\/0{ border-top-color: rgb(23 37 84 / 0); }
.border-t-blue-950\/10{ border-top-color: rgb(23 37 84 / 0.1); }
.border-t-blue-950\/100{ border-top-color: rgb(23 37 84 / 1); }
.border-t-blue-950\/20{ border-top-color: rgb(23 37 84 / 0.2); }
.border-t-blue-950\/25{ border-top-color: rgb(23 37 84 / 0.25); }
.border-t-blue-950\/30{ border-top-color: rgb(23 37 84 / 0.3); }
.border-t-blue-950\/40{ border-top-color: rgb(23 37 84 / 0.4); }
.border-t-blue-950\/5{ border-top-color: rgb(23 37 84 / 0.05); }
.border-t-blue-950\/50{ border-top-color: rgb(23 37 84 / 0.5); }
.border-t-blue-950\/60{ border-top-color: rgb(23 37 84 / 0.6); }
.border-t-blue-950\/70{ border-top-color: rgb(23 37 84 / 0.7); }
.border-t-blue-950\/75{ border-top-color: rgb(23 37 84 / 0.75); }
.border-t-blue-950\/80{ border-top-color: rgb(23 37 84 / 0.8); }
.border-t-blue-950\/90{ border-top-color: rgb(23 37 84 / 0.9); }
.border-t-blue-950\/95{ border-top-color: rgb(23 37 84 / 0.95); }
.border-t-callout-bad-border{ --tw-border-opacity: 1; border-top-color: rgb(188 87 26 / var(--tw-border-opacity)); }
.border-t-callout-bad-border\/0{ border-top-color: rgb(188 87 26 / 0); }
.border-t-callout-bad-border\/10{ border-top-color: rgb(188 87 26 / 0.1); }
.border-t-callout-bad-border\/100{ border-top-color: rgb(188 87 26 / 1); }
.border-t-callout-bad-border\/20{ border-top-color: rgb(188 87 26 / 0.2); }
.border-t-callout-bad-border\/25{ border-top-color: rgb(188 87 26 / 0.25); }
.border-t-callout-bad-border\/30{ border-top-color: rgb(188 87 26 / 0.3); }
.border-t-callout-bad-border\/40{ border-top-color: rgb(188 87 26 / 0.4); }
.border-t-callout-bad-border\/5{ border-top-color: rgb(188 87 26 / 0.05); }
.border-t-callout-bad-border\/50{ border-top-color: rgb(188 87 26 / 0.5); }
.border-t-callout-bad-border\/60{ border-top-color: rgb(188 87 26 / 0.6); }
.border-t-callout-bad-border\/70{ border-top-color: rgb(188 87 26 / 0.7); }
.border-t-callout-bad-border\/75{ border-top-color: rgb(188 87 26 / 0.75); }
.border-t-callout-bad-border\/80{ border-top-color: rgb(188 87 26 / 0.8); }
.border-t-callout-bad-border\/90{ border-top-color: rgb(188 87 26 / 0.9); }
.border-t-callout-bad-border\/95{ border-top-color: rgb(188 87 26 / 0.95); }
.border-t-callout-bad-fill{ --tw-border-opacity: 1; border-top-color: rgb(255 133 82 / var(--tw-border-opacity)); }
.border-t-callout-bad-fill\/0{ border-top-color: rgb(255 133 82 / 0); }
.border-t-callout-bad-fill\/10{ border-top-color: rgb(255 133 82 / 0.1); }
.border-t-callout-bad-fill\/100{ border-top-color: rgb(255 133 82 / 1); }
.border-t-callout-bad-fill\/20{ border-top-color: rgb(255 133 82 / 0.2); }
.border-t-callout-bad-fill\/25{ border-top-color: rgb(255 133 82 / 0.25); }
.border-t-callout-bad-fill\/30{ border-top-color: rgb(255 133 82 / 0.3); }
.border-t-callout-bad-fill\/40{ border-top-color: rgb(255 133 82 / 0.4); }
.border-t-callout-bad-fill\/5{ border-top-color: rgb(255 133 82 / 0.05); }
.border-t-callout-bad-fill\/50{ border-top-color: rgb(255 133 82 / 0.5); }
.border-t-callout-bad-fill\/60{ border-top-color: rgb(255 133 82 / 0.6); }
.border-t-callout-bad-fill\/70{ border-top-color: rgb(255 133 82 / 0.7); }
.border-t-callout-bad-fill\/75{ border-top-color: rgb(255 133 82 / 0.75); }
.border-t-callout-bad-fill\/80{ border-top-color: rgb(255 133 82 / 0.8); }
.border-t-callout-bad-fill\/90{ border-top-color: rgb(255 133 82 / 0.9); }
.border-t-callout-bad-fill\/95{ border-top-color: rgb(255 133 82 / 0.95); }
.border-t-callout-bad-icon{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-t-callout-bad-icon\/0{ border-top-color: rgb(255 255 255 / 0); }
.border-t-callout-bad-icon\/10{ border-top-color: rgb(255 255 255 / 0.1); }
.border-t-callout-bad-icon\/100{ border-top-color: rgb(255 255 255 / 1); }
.border-t-callout-bad-icon\/20{ border-top-color: rgb(255 255 255 / 0.2); }
.border-t-callout-bad-icon\/25{ border-top-color: rgb(255 255 255 / 0.25); }
.border-t-callout-bad-icon\/30{ border-top-color: rgb(255 255 255 / 0.3); }
.border-t-callout-bad-icon\/40{ border-top-color: rgb(255 255 255 / 0.4); }
.border-t-callout-bad-icon\/5{ border-top-color: rgb(255 255 255 / 0.05); }
.border-t-callout-bad-icon\/50{ border-top-color: rgb(255 255 255 / 0.5); }
.border-t-callout-bad-icon\/60{ border-top-color: rgb(255 255 255 / 0.6); }
.border-t-callout-bad-icon\/70{ border-top-color: rgb(255 255 255 / 0.7); }
.border-t-callout-bad-icon\/75{ border-top-color: rgb(255 255 255 / 0.75); }
.border-t-callout-bad-icon\/80{ border-top-color: rgb(255 255 255 / 0.8); }
.border-t-callout-bad-icon\/90{ border-top-color: rgb(255 255 255 / 0.9); }
.border-t-callout-bad-icon\/95{ border-top-color: rgb(255 255 255 / 0.95); }
.border-t-callout-bad-text{ --tw-border-opacity: 1; border-top-color: rgb(21 10 10 / var(--tw-border-opacity)); }
.border-t-callout-bad-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(255 227 227 / var(--tw-border-opacity)); }
.border-t-callout-bad-text-accent\/0{ border-top-color: rgb(255 227 227 / 0); }
.border-t-callout-bad-text-accent\/10{ border-top-color: rgb(255 227 227 / 0.1); }
.border-t-callout-bad-text-accent\/100{ border-top-color: rgb(255 227 227 / 1); }
.border-t-callout-bad-text-accent\/20{ border-top-color: rgb(255 227 227 / 0.2); }
.border-t-callout-bad-text-accent\/25{ border-top-color: rgb(255 227 227 / 0.25); }
.border-t-callout-bad-text-accent\/30{ border-top-color: rgb(255 227 227 / 0.3); }
.border-t-callout-bad-text-accent\/40{ border-top-color: rgb(255 227 227 / 0.4); }
.border-t-callout-bad-text-accent\/5{ border-top-color: rgb(255 227 227 / 0.05); }
.border-t-callout-bad-text-accent\/50{ border-top-color: rgb(255 227 227 / 0.5); }
.border-t-callout-bad-text-accent\/60{ border-top-color: rgb(255 227 227 / 0.6); }
.border-t-callout-bad-text-accent\/70{ border-top-color: rgb(255 227 227 / 0.7); }
.border-t-callout-bad-text-accent\/75{ border-top-color: rgb(255 227 227 / 0.75); }
.border-t-callout-bad-text-accent\/80{ border-top-color: rgb(255 227 227 / 0.8); }
.border-t-callout-bad-text-accent\/90{ border-top-color: rgb(255 227 227 / 0.9); }
.border-t-callout-bad-text-accent\/95{ border-top-color: rgb(255 227 227 / 0.95); }
.border-t-callout-bad-text\/0{ border-top-color: rgb(21 10 10 / 0); }
.border-t-callout-bad-text\/10{ border-top-color: rgb(21 10 10 / 0.1); }
.border-t-callout-bad-text\/100{ border-top-color: rgb(21 10 10 / 1); }
.border-t-callout-bad-text\/20{ border-top-color: rgb(21 10 10 / 0.2); }
.border-t-callout-bad-text\/25{ border-top-color: rgb(21 10 10 / 0.25); }
.border-t-callout-bad-text\/30{ border-top-color: rgb(21 10 10 / 0.3); }
.border-t-callout-bad-text\/40{ border-top-color: rgb(21 10 10 / 0.4); }
.border-t-callout-bad-text\/5{ border-top-color: rgb(21 10 10 / 0.05); }
.border-t-callout-bad-text\/50{ border-top-color: rgb(21 10 10 / 0.5); }
.border-t-callout-bad-text\/60{ border-top-color: rgb(21 10 10 / 0.6); }
.border-t-callout-bad-text\/70{ border-top-color: rgb(21 10 10 / 0.7); }
.border-t-callout-bad-text\/75{ border-top-color: rgb(21 10 10 / 0.75); }
.border-t-callout-bad-text\/80{ border-top-color: rgb(21 10 10 / 0.8); }
.border-t-callout-bad-text\/90{ border-top-color: rgb(21 10 10 / 0.9); }
.border-t-callout-bad-text\/95{ border-top-color: rgb(21 10 10 / 0.95); }
.border-t-callout-info-border{ --tw-border-opacity: 1; border-top-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-t-callout-info-border\/0{ border-top-color: rgb(0 169 165 / 0); }
.border-t-callout-info-border\/10{ border-top-color: rgb(0 169 165 / 0.1); }
.border-t-callout-info-border\/100{ border-top-color: rgb(0 169 165 / 1); }
.border-t-callout-info-border\/20{ border-top-color: rgb(0 169 165 / 0.2); }
.border-t-callout-info-border\/25{ border-top-color: rgb(0 169 165 / 0.25); }
.border-t-callout-info-border\/30{ border-top-color: rgb(0 169 165 / 0.3); }
.border-t-callout-info-border\/40{ border-top-color: rgb(0 169 165 / 0.4); }
.border-t-callout-info-border\/5{ border-top-color: rgb(0 169 165 / 0.05); }
.border-t-callout-info-border\/50{ border-top-color: rgb(0 169 165 / 0.5); }
.border-t-callout-info-border\/60{ border-top-color: rgb(0 169 165 / 0.6); }
.border-t-callout-info-border\/70{ border-top-color: rgb(0 169 165 / 0.7); }
.border-t-callout-info-border\/75{ border-top-color: rgb(0 169 165 / 0.75); }
.border-t-callout-info-border\/80{ border-top-color: rgb(0 169 165 / 0.8); }
.border-t-callout-info-border\/90{ border-top-color: rgb(0 169 165 / 0.9); }
.border-t-callout-info-border\/95{ border-top-color: rgb(0 169 165 / 0.95); }
.border-t-callout-info-fill{ border-top-color: transparent; }
.border-t-callout-info-fill\/0{ border-top-color: rgb(0 0 0 / 0); }
.border-t-callout-info-fill\/10{ border-top-color: rgb(0 0 0 / 0.1); }
.border-t-callout-info-fill\/100{ border-top-color: rgb(0 0 0 / 1); }
.border-t-callout-info-fill\/20{ border-top-color: rgb(0 0 0 / 0.2); }
.border-t-callout-info-fill\/25{ border-top-color: rgb(0 0 0 / 0.25); }
.border-t-callout-info-fill\/30{ border-top-color: rgb(0 0 0 / 0.3); }
.border-t-callout-info-fill\/40{ border-top-color: rgb(0 0 0 / 0.4); }
.border-t-callout-info-fill\/5{ border-top-color: rgb(0 0 0 / 0.05); }
.border-t-callout-info-fill\/50{ border-top-color: rgb(0 0 0 / 0.5); }
.border-t-callout-info-fill\/60{ border-top-color: rgb(0 0 0 / 0.6); }
.border-t-callout-info-fill\/70{ border-top-color: rgb(0 0 0 / 0.7); }
.border-t-callout-info-fill\/75{ border-top-color: rgb(0 0 0 / 0.75); }
.border-t-callout-info-fill\/80{ border-top-color: rgb(0 0 0 / 0.8); }
.border-t-callout-info-fill\/90{ border-top-color: rgb(0 0 0 / 0.9); }
.border-t-callout-info-fill\/95{ border-top-color: rgb(0 0 0 / 0.95); }
.border-t-callout-info-icon{ --tw-border-opacity: 1; border-top-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-t-callout-info-icon\/0{ border-top-color: rgb(0 169 165 / 0); }
.border-t-callout-info-icon\/10{ border-top-color: rgb(0 169 165 / 0.1); }
.border-t-callout-info-icon\/100{ border-top-color: rgb(0 169 165 / 1); }
.border-t-callout-info-icon\/20{ border-top-color: rgb(0 169 165 / 0.2); }
.border-t-callout-info-icon\/25{ border-top-color: rgb(0 169 165 / 0.25); }
.border-t-callout-info-icon\/30{ border-top-color: rgb(0 169 165 / 0.3); }
.border-t-callout-info-icon\/40{ border-top-color: rgb(0 169 165 / 0.4); }
.border-t-callout-info-icon\/5{ border-top-color: rgb(0 169 165 / 0.05); }
.border-t-callout-info-icon\/50{ border-top-color: rgb(0 169 165 / 0.5); }
.border-t-callout-info-icon\/60{ border-top-color: rgb(0 169 165 / 0.6); }
.border-t-callout-info-icon\/70{ border-top-color: rgb(0 169 165 / 0.7); }
.border-t-callout-info-icon\/75{ border-top-color: rgb(0 169 165 / 0.75); }
.border-t-callout-info-icon\/80{ border-top-color: rgb(0 169 165 / 0.8); }
.border-t-callout-info-icon\/90{ border-top-color: rgb(0 169 165 / 0.9); }
.border-t-callout-info-icon\/95{ border-top-color: rgb(0 169 165 / 0.95); }
.border-t-callout-info-text{ --tw-border-opacity: 1; border-top-color: rgb(10 18 21 / var(--tw-border-opacity)); }
.border-t-callout-info-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(2 55 47 / var(--tw-border-opacity)); }
.border-t-callout-info-text-accent\/0{ border-top-color: rgb(2 55 47 / 0); }
.border-t-callout-info-text-accent\/10{ border-top-color: rgb(2 55 47 / 0.1); }
.border-t-callout-info-text-accent\/100{ border-top-color: rgb(2 55 47 / 1); }
.border-t-callout-info-text-accent\/20{ border-top-color: rgb(2 55 47 / 0.2); }
.border-t-callout-info-text-accent\/25{ border-top-color: rgb(2 55 47 / 0.25); }
.border-t-callout-info-text-accent\/30{ border-top-color: rgb(2 55 47 / 0.3); }
.border-t-callout-info-text-accent\/40{ border-top-color: rgb(2 55 47 / 0.4); }
.border-t-callout-info-text-accent\/5{ border-top-color: rgb(2 55 47 / 0.05); }
.border-t-callout-info-text-accent\/50{ border-top-color: rgb(2 55 47 / 0.5); }
.border-t-callout-info-text-accent\/60{ border-top-color: rgb(2 55 47 / 0.6); }
.border-t-callout-info-text-accent\/70{ border-top-color: rgb(2 55 47 / 0.7); }
.border-t-callout-info-text-accent\/75{ border-top-color: rgb(2 55 47 / 0.75); }
.border-t-callout-info-text-accent\/80{ border-top-color: rgb(2 55 47 / 0.8); }
.border-t-callout-info-text-accent\/90{ border-top-color: rgb(2 55 47 / 0.9); }
.border-t-callout-info-text-accent\/95{ border-top-color: rgb(2 55 47 / 0.95); }
.border-t-callout-info-text\/0{ border-top-color: rgb(10 18 21 / 0); }
.border-t-callout-info-text\/10{ border-top-color: rgb(10 18 21 / 0.1); }
.border-t-callout-info-text\/100{ border-top-color: rgb(10 18 21 / 1); }
.border-t-callout-info-text\/20{ border-top-color: rgb(10 18 21 / 0.2); }
.border-t-callout-info-text\/25{ border-top-color: rgb(10 18 21 / 0.25); }
.border-t-callout-info-text\/30{ border-top-color: rgb(10 18 21 / 0.3); }
.border-t-callout-info-text\/40{ border-top-color: rgb(10 18 21 / 0.4); }
.border-t-callout-info-text\/5{ border-top-color: rgb(10 18 21 / 0.05); }
.border-t-callout-info-text\/50{ border-top-color: rgb(10 18 21 / 0.5); }
.border-t-callout-info-text\/60{ border-top-color: rgb(10 18 21 / 0.6); }
.border-t-callout-info-text\/70{ border-top-color: rgb(10 18 21 / 0.7); }
.border-t-callout-info-text\/75{ border-top-color: rgb(10 18 21 / 0.75); }
.border-t-callout-info-text\/80{ border-top-color: rgb(10 18 21 / 0.8); }
.border-t-callout-info-text\/90{ border-top-color: rgb(10 18 21 / 0.9); }
.border-t-callout-info-text\/95{ border-top-color: rgb(10 18 21 / 0.95); }
.border-t-callout-ok-border{ --tw-border-opacity: 1; border-top-color: rgb(0 137 106 / var(--tw-border-opacity)); }
.border-t-callout-ok-border\/0{ border-top-color: rgb(0 137 106 / 0); }
.border-t-callout-ok-border\/10{ border-top-color: rgb(0 137 106 / 0.1); }
.border-t-callout-ok-border\/100{ border-top-color: rgb(0 137 106 / 1); }
.border-t-callout-ok-border\/20{ border-top-color: rgb(0 137 106 / 0.2); }
.border-t-callout-ok-border\/25{ border-top-color: rgb(0 137 106 / 0.25); }
.border-t-callout-ok-border\/30{ border-top-color: rgb(0 137 106 / 0.3); }
.border-t-callout-ok-border\/40{ border-top-color: rgb(0 137 106 / 0.4); }
.border-t-callout-ok-border\/5{ border-top-color: rgb(0 137 106 / 0.05); }
.border-t-callout-ok-border\/50{ border-top-color: rgb(0 137 106 / 0.5); }
.border-t-callout-ok-border\/60{ border-top-color: rgb(0 137 106 / 0.6); }
.border-t-callout-ok-border\/70{ border-top-color: rgb(0 137 106 / 0.7); }
.border-t-callout-ok-border\/75{ border-top-color: rgb(0 137 106 / 0.75); }
.border-t-callout-ok-border\/80{ border-top-color: rgb(0 137 106 / 0.8); }
.border-t-callout-ok-border\/90{ border-top-color: rgb(0 137 106 / 0.9); }
.border-t-callout-ok-border\/95{ border-top-color: rgb(0 137 106 / 0.95); }
.border-t-callout-ok-fill{ --tw-border-opacity: 1; border-top-color: rgb(0 169 165 / var(--tw-border-opacity)); }
.border-t-callout-ok-fill\/0{ border-top-color: rgb(0 169 165 / 0); }
.border-t-callout-ok-fill\/10{ border-top-color: rgb(0 169 165 / 0.1); }
.border-t-callout-ok-fill\/100{ border-top-color: rgb(0 169 165 / 1); }
.border-t-callout-ok-fill\/20{ border-top-color: rgb(0 169 165 / 0.2); }
.border-t-callout-ok-fill\/25{ border-top-color: rgb(0 169 165 / 0.25); }
.border-t-callout-ok-fill\/30{ border-top-color: rgb(0 169 165 / 0.3); }
.border-t-callout-ok-fill\/40{ border-top-color: rgb(0 169 165 / 0.4); }
.border-t-callout-ok-fill\/5{ border-top-color: rgb(0 169 165 / 0.05); }
.border-t-callout-ok-fill\/50{ border-top-color: rgb(0 169 165 / 0.5); }
.border-t-callout-ok-fill\/60{ border-top-color: rgb(0 169 165 / 0.6); }
.border-t-callout-ok-fill\/70{ border-top-color: rgb(0 169 165 / 0.7); }
.border-t-callout-ok-fill\/75{ border-top-color: rgb(0 169 165 / 0.75); }
.border-t-callout-ok-fill\/80{ border-top-color: rgb(0 169 165 / 0.8); }
.border-t-callout-ok-fill\/90{ border-top-color: rgb(0 169 165 / 0.9); }
.border-t-callout-ok-fill\/95{ border-top-color: rgb(0 169 165 / 0.95); }
.border-t-callout-ok-icon{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-t-callout-ok-icon\/0{ border-top-color: rgb(255 255 255 / 0); }
.border-t-callout-ok-icon\/10{ border-top-color: rgb(255 255 255 / 0.1); }
.border-t-callout-ok-icon\/100{ border-top-color: rgb(255 255 255 / 1); }
.border-t-callout-ok-icon\/20{ border-top-color: rgb(255 255 255 / 0.2); }
.border-t-callout-ok-icon\/25{ border-top-color: rgb(255 255 255 / 0.25); }
.border-t-callout-ok-icon\/30{ border-top-color: rgb(255 255 255 / 0.3); }
.border-t-callout-ok-icon\/40{ border-top-color: rgb(255 255 255 / 0.4); }
.border-t-callout-ok-icon\/5{ border-top-color: rgb(255 255 255 / 0.05); }
.border-t-callout-ok-icon\/50{ border-top-color: rgb(255 255 255 / 0.5); }
.border-t-callout-ok-icon\/60{ border-top-color: rgb(255 255 255 / 0.6); }
.border-t-callout-ok-icon\/70{ border-top-color: rgb(255 255 255 / 0.7); }
.border-t-callout-ok-icon\/75{ border-top-color: rgb(255 255 255 / 0.75); }
.border-t-callout-ok-icon\/80{ border-top-color: rgb(255 255 255 / 0.8); }
.border-t-callout-ok-icon\/90{ border-top-color: rgb(255 255 255 / 0.9); }
.border-t-callout-ok-icon\/95{ border-top-color: rgb(255 255 255 / 0.95); }
.border-t-callout-ok-text{ --tw-border-opacity: 1; border-top-color: rgb(10 21 20 / var(--tw-border-opacity)); }
.border-t-callout-ok-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-t-callout-ok-text-accent\/0{ border-top-color: rgb(102 255 221 / 0); }
.border-t-callout-ok-text-accent\/10{ border-top-color: rgb(102 255 221 / 0.1); }
.border-t-callout-ok-text-accent\/100{ border-top-color: rgb(102 255 221 / 1); }
.border-t-callout-ok-text-accent\/20{ border-top-color: rgb(102 255 221 / 0.2); }
.border-t-callout-ok-text-accent\/25{ border-top-color: rgb(102 255 221 / 0.25); }
.border-t-callout-ok-text-accent\/30{ border-top-color: rgb(102 255 221 / 0.3); }
.border-t-callout-ok-text-accent\/40{ border-top-color: rgb(102 255 221 / 0.4); }
.border-t-callout-ok-text-accent\/5{ border-top-color: rgb(102 255 221 / 0.05); }
.border-t-callout-ok-text-accent\/50{ border-top-color: rgb(102 255 221 / 0.5); }
.border-t-callout-ok-text-accent\/60{ border-top-color: rgb(102 255 221 / 0.6); }
.border-t-callout-ok-text-accent\/70{ border-top-color: rgb(102 255 221 / 0.7); }
.border-t-callout-ok-text-accent\/75{ border-top-color: rgb(102 255 221 / 0.75); }
.border-t-callout-ok-text-accent\/80{ border-top-color: rgb(102 255 221 / 0.8); }
.border-t-callout-ok-text-accent\/90{ border-top-color: rgb(102 255 221 / 0.9); }
.border-t-callout-ok-text-accent\/95{ border-top-color: rgb(102 255 221 / 0.95); }
.border-t-callout-ok-text\/0{ border-top-color: rgb(10 21 20 / 0); }
.border-t-callout-ok-text\/10{ border-top-color: rgb(10 21 20 / 0.1); }
.border-t-callout-ok-text\/100{ border-top-color: rgb(10 21 20 / 1); }
.border-t-callout-ok-text\/20{ border-top-color: rgb(10 21 20 / 0.2); }
.border-t-callout-ok-text\/25{ border-top-color: rgb(10 21 20 / 0.25); }
.border-t-callout-ok-text\/30{ border-top-color: rgb(10 21 20 / 0.3); }
.border-t-callout-ok-text\/40{ border-top-color: rgb(10 21 20 / 0.4); }
.border-t-callout-ok-text\/5{ border-top-color: rgb(10 21 20 / 0.05); }
.border-t-callout-ok-text\/50{ border-top-color: rgb(10 21 20 / 0.5); }
.border-t-callout-ok-text\/60{ border-top-color: rgb(10 21 20 / 0.6); }
.border-t-callout-ok-text\/70{ border-top-color: rgb(10 21 20 / 0.7); }
.border-t-callout-ok-text\/75{ border-top-color: rgb(10 21 20 / 0.75); }
.border-t-callout-ok-text\/80{ border-top-color: rgb(10 21 20 / 0.8); }
.border-t-callout-ok-text\/90{ border-top-color: rgb(10 21 20 / 0.9); }
.border-t-callout-ok-text\/95{ border-top-color: rgb(10 21 20 / 0.95); }
.border-t-callout-warning-border{ --tw-border-opacity: 1; border-top-color: rgb(247 181 0 / var(--tw-border-opacity)); }
.border-t-callout-warning-border\/0{ border-top-color: rgb(247 181 0 / 0); }
.border-t-callout-warning-border\/10{ border-top-color: rgb(247 181 0 / 0.1); }
.border-t-callout-warning-border\/100{ border-top-color: rgb(247 181 0 / 1); }
.border-t-callout-warning-border\/20{ border-top-color: rgb(247 181 0 / 0.2); }
.border-t-callout-warning-border\/25{ border-top-color: rgb(247 181 0 / 0.25); }
.border-t-callout-warning-border\/30{ border-top-color: rgb(247 181 0 / 0.3); }
.border-t-callout-warning-border\/40{ border-top-color: rgb(247 181 0 / 0.4); }
.border-t-callout-warning-border\/5{ border-top-color: rgb(247 181 0 / 0.05); }
.border-t-callout-warning-border\/50{ border-top-color: rgb(247 181 0 / 0.5); }
.border-t-callout-warning-border\/60{ border-top-color: rgb(247 181 0 / 0.6); }
.border-t-callout-warning-border\/70{ border-top-color: rgb(247 181 0 / 0.7); }
.border-t-callout-warning-border\/75{ border-top-color: rgb(247 181 0 / 0.75); }
.border-t-callout-warning-border\/80{ border-top-color: rgb(247 181 0 / 0.8); }
.border-t-callout-warning-border\/90{ border-top-color: rgb(247 181 0 / 0.9); }
.border-t-callout-warning-border\/95{ border-top-color: rgb(247 181 0 / 0.95); }
.border-t-callout-warning-fill{ --tw-border-opacity: 1; border-top-color: rgb(249 219 109 / var(--tw-border-opacity)); }
.border-t-callout-warning-fill\/0{ border-top-color: rgb(249 219 109 / 0); }
.border-t-callout-warning-fill\/10{ border-top-color: rgb(249 219 109 / 0.1); }
.border-t-callout-warning-fill\/100{ border-top-color: rgb(249 219 109 / 1); }
.border-t-callout-warning-fill\/20{ border-top-color: rgb(249 219 109 / 0.2); }
.border-t-callout-warning-fill\/25{ border-top-color: rgb(249 219 109 / 0.25); }
.border-t-callout-warning-fill\/30{ border-top-color: rgb(249 219 109 / 0.3); }
.border-t-callout-warning-fill\/40{ border-top-color: rgb(249 219 109 / 0.4); }
.border-t-callout-warning-fill\/5{ border-top-color: rgb(249 219 109 / 0.05); }
.border-t-callout-warning-fill\/50{ border-top-color: rgb(249 219 109 / 0.5); }
.border-t-callout-warning-fill\/60{ border-top-color: rgb(249 219 109 / 0.6); }
.border-t-callout-warning-fill\/70{ border-top-color: rgb(249 219 109 / 0.7); }
.border-t-callout-warning-fill\/75{ border-top-color: rgb(249 219 109 / 0.75); }
.border-t-callout-warning-fill\/80{ border-top-color: rgb(249 219 109 / 0.8); }
.border-t-callout-warning-fill\/90{ border-top-color: rgb(249 219 109 / 0.9); }
.border-t-callout-warning-fill\/95{ border-top-color: rgb(249 219 109 / 0.95); }
.border-t-callout-warning-icon{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-t-callout-warning-icon\/0{ border-top-color: rgb(255 255 255 / 0); }
.border-t-callout-warning-icon\/10{ border-top-color: rgb(255 255 255 / 0.1); }
.border-t-callout-warning-icon\/100{ border-top-color: rgb(255 255 255 / 1); }
.border-t-callout-warning-icon\/20{ border-top-color: rgb(255 255 255 / 0.2); }
.border-t-callout-warning-icon\/25{ border-top-color: rgb(255 255 255 / 0.25); }
.border-t-callout-warning-icon\/30{ border-top-color: rgb(255 255 255 / 0.3); }
.border-t-callout-warning-icon\/40{ border-top-color: rgb(255 255 255 / 0.4); }
.border-t-callout-warning-icon\/5{ border-top-color: rgb(255 255 255 / 0.05); }
.border-t-callout-warning-icon\/50{ border-top-color: rgb(255 255 255 / 0.5); }
.border-t-callout-warning-icon\/60{ border-top-color: rgb(255 255 255 / 0.6); }
.border-t-callout-warning-icon\/70{ border-top-color: rgb(255 255 255 / 0.7); }
.border-t-callout-warning-icon\/75{ border-top-color: rgb(255 255 255 / 0.75); }
.border-t-callout-warning-icon\/80{ border-top-color: rgb(255 255 255 / 0.8); }
.border-t-callout-warning-icon\/90{ border-top-color: rgb(255 255 255 / 0.9); }
.border-t-callout-warning-icon\/95{ border-top-color: rgb(255 255 255 / 0.95); }
.border-t-callout-warning-text{ --tw-border-opacity: 1; border-top-color: rgb(21 18 10 / var(--tw-border-opacity)); }
.border-t-callout-warning-text-accent{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-t-callout-warning-text-accent\/0{ border-top-color: rgb(255 255 255 / 0); }
.border-t-callout-warning-text-accent\/10{ border-top-color: rgb(255 255 255 / 0.1); }
.border-t-callout-warning-text-accent\/100{ border-top-color: rgb(255 255 255 / 1); }
.border-t-callout-warning-text-accent\/20{ border-top-color: rgb(255 255 255 / 0.2); }
.border-t-callout-warning-text-accent\/25{ border-top-color: rgb(255 255 255 / 0.25); }
.border-t-callout-warning-text-accent\/30{ border-top-color: rgb(255 255 255 / 0.3); }
.border-t-callout-warning-text-accent\/40{ border-top-color: rgb(255 255 255 / 0.4); }
.border-t-callout-warning-text-accent\/5{ border-top-color: rgb(255 255 255 / 0.05); }
.border-t-callout-warning-text-accent\/50{ border-top-color: rgb(255 255 255 / 0.5); }
.border-t-callout-warning-text-accent\/60{ border-top-color: rgb(255 255 255 / 0.6); }
.border-t-callout-warning-text-accent\/70{ border-top-color: rgb(255 255 255 / 0.7); }
.border-t-callout-warning-text-accent\/75{ border-top-color: rgb(255 255 255 / 0.75); }
.border-t-callout-warning-text-accent\/80{ border-top-color: rgb(255 255 255 / 0.8); }
.border-t-callout-warning-text-accent\/90{ border-top-color: rgb(255 255 255 / 0.9); }
.border-t-callout-warning-text-accent\/95{ border-top-color: rgb(255 255 255 / 0.95); }
.border-t-callout-warning-text\/0{ border-top-color: rgb(21 18 10 / 0); }
.border-t-callout-warning-text\/10{ border-top-color: rgb(21 18 10 / 0.1); }
.border-t-callout-warning-text\/100{ border-top-color: rgb(21 18 10 / 1); }
.border-t-callout-warning-text\/20{ border-top-color: rgb(21 18 10 / 0.2); }
.border-t-callout-warning-text\/25{ border-top-color: rgb(21 18 10 / 0.25); }
.border-t-callout-warning-text\/30{ border-top-color: rgb(21 18 10 / 0.3); }
.border-t-callout-warning-text\/40{ border-top-color: rgb(21 18 10 / 0.4); }
.border-t-callout-warning-text\/5{ border-top-color: rgb(21 18 10 / 0.05); }
.border-t-callout-warning-text\/50{ border-top-color: rgb(21 18 10 / 0.5); }
.border-t-callout-warning-text\/60{ border-top-color: rgb(21 18 10 / 0.6); }
.border-t-callout-warning-text\/70{ border-top-color: rgb(21 18 10 / 0.7); }
.border-t-callout-warning-text\/75{ border-top-color: rgb(21 18 10 / 0.75); }
.border-t-callout-warning-text\/80{ border-top-color: rgb(21 18 10 / 0.8); }
.border-t-callout-warning-text\/90{ border-top-color: rgb(21 18 10 / 0.9); }
.border-t-callout-warning-text\/95{ border-top-color: rgb(21 18 10 / 0.95); }
.border-t-current{ border-top-color: currentColor; }
.border-t-cyan-100{ --tw-border-opacity: 1; border-top-color: rgb(207 250 254 / var(--tw-border-opacity)); }
.border-t-cyan-100\/0{ border-top-color: rgb(207 250 254 / 0); }
.border-t-cyan-100\/10{ border-top-color: rgb(207 250 254 / 0.1); }
.border-t-cyan-100\/100{ border-top-color: rgb(207 250 254 / 1); }
.border-t-cyan-100\/20{ border-top-color: rgb(207 250 254 / 0.2); }
.border-t-cyan-100\/25{ border-top-color: rgb(207 250 254 / 0.25); }
.border-t-cyan-100\/30{ border-top-color: rgb(207 250 254 / 0.3); }
.border-t-cyan-100\/40{ border-top-color: rgb(207 250 254 / 0.4); }
.border-t-cyan-100\/5{ border-top-color: rgb(207 250 254 / 0.05); }
.border-t-cyan-100\/50{ border-top-color: rgb(207 250 254 / 0.5); }
.border-t-cyan-100\/60{ border-top-color: rgb(207 250 254 / 0.6); }
.border-t-cyan-100\/70{ border-top-color: rgb(207 250 254 / 0.7); }
.border-t-cyan-100\/75{ border-top-color: rgb(207 250 254 / 0.75); }
.border-t-cyan-100\/80{ border-top-color: rgb(207 250 254 / 0.8); }
.border-t-cyan-100\/90{ border-top-color: rgb(207 250 254 / 0.9); }
.border-t-cyan-100\/95{ border-top-color: rgb(207 250 254 / 0.95); }
.border-t-cyan-200{ --tw-border-opacity: 1; border-top-color: rgb(165 243 252 / var(--tw-border-opacity)); }
.border-t-cyan-200\/0{ border-top-color: rgb(165 243 252 / 0); }
.border-t-cyan-200\/10{ border-top-color: rgb(165 243 252 / 0.1); }
.border-t-cyan-200\/100{ border-top-color: rgb(165 243 252 / 1); }
.border-t-cyan-200\/20{ border-top-color: rgb(165 243 252 / 0.2); }
.border-t-cyan-200\/25{ border-top-color: rgb(165 243 252 / 0.25); }
.border-t-cyan-200\/30{ border-top-color: rgb(165 243 252 / 0.3); }
.border-t-cyan-200\/40{ border-top-color: rgb(165 243 252 / 0.4); }
.border-t-cyan-200\/5{ border-top-color: rgb(165 243 252 / 0.05); }
.border-t-cyan-200\/50{ border-top-color: rgb(165 243 252 / 0.5); }
.border-t-cyan-200\/60{ border-top-color: rgb(165 243 252 / 0.6); }
.border-t-cyan-200\/70{ border-top-color: rgb(165 243 252 / 0.7); }
.border-t-cyan-200\/75{ border-top-color: rgb(165 243 252 / 0.75); }
.border-t-cyan-200\/80{ border-top-color: rgb(165 243 252 / 0.8); }
.border-t-cyan-200\/90{ border-top-color: rgb(165 243 252 / 0.9); }
.border-t-cyan-200\/95{ border-top-color: rgb(165 243 252 / 0.95); }
.border-t-cyan-300{ --tw-border-opacity: 1; border-top-color: rgb(103 232 249 / var(--tw-border-opacity)); }
.border-t-cyan-300\/0{ border-top-color: rgb(103 232 249 / 0); }
.border-t-cyan-300\/10{ border-top-color: rgb(103 232 249 / 0.1); }
.border-t-cyan-300\/100{ border-top-color: rgb(103 232 249 / 1); }
.border-t-cyan-300\/20{ border-top-color: rgb(103 232 249 / 0.2); }
.border-t-cyan-300\/25{ border-top-color: rgb(103 232 249 / 0.25); }
.border-t-cyan-300\/30{ border-top-color: rgb(103 232 249 / 0.3); }
.border-t-cyan-300\/40{ border-top-color: rgb(103 232 249 / 0.4); }
.border-t-cyan-300\/5{ border-top-color: rgb(103 232 249 / 0.05); }
.border-t-cyan-300\/50{ border-top-color: rgb(103 232 249 / 0.5); }
.border-t-cyan-300\/60{ border-top-color: rgb(103 232 249 / 0.6); }
.border-t-cyan-300\/70{ border-top-color: rgb(103 232 249 / 0.7); }
.border-t-cyan-300\/75{ border-top-color: rgb(103 232 249 / 0.75); }
.border-t-cyan-300\/80{ border-top-color: rgb(103 232 249 / 0.8); }
.border-t-cyan-300\/90{ border-top-color: rgb(103 232 249 / 0.9); }
.border-t-cyan-300\/95{ border-top-color: rgb(103 232 249 / 0.95); }
.border-t-cyan-400{ --tw-border-opacity: 1; border-top-color: rgb(34 211 238 / var(--tw-border-opacity)); }
.border-t-cyan-400\/0{ border-top-color: rgb(34 211 238 / 0); }
.border-t-cyan-400\/10{ border-top-color: rgb(34 211 238 / 0.1); }
.border-t-cyan-400\/100{ border-top-color: rgb(34 211 238 / 1); }
.border-t-cyan-400\/20{ border-top-color: rgb(34 211 238 / 0.2); }
.border-t-cyan-400\/25{ border-top-color: rgb(34 211 238 / 0.25); }
.border-t-cyan-400\/30{ border-top-color: rgb(34 211 238 / 0.3); }
.border-t-cyan-400\/40{ border-top-color: rgb(34 211 238 / 0.4); }
.border-t-cyan-400\/5{ border-top-color: rgb(34 211 238 / 0.05); }
.border-t-cyan-400\/50{ border-top-color: rgb(34 211 238 / 0.5); }
.border-t-cyan-400\/60{ border-top-color: rgb(34 211 238 / 0.6); }
.border-t-cyan-400\/70{ border-top-color: rgb(34 211 238 / 0.7); }
.border-t-cyan-400\/75{ border-top-color: rgb(34 211 238 / 0.75); }
.border-t-cyan-400\/80{ border-top-color: rgb(34 211 238 / 0.8); }
.border-t-cyan-400\/90{ border-top-color: rgb(34 211 238 / 0.9); }
.border-t-cyan-400\/95{ border-top-color: rgb(34 211 238 / 0.95); }
.border-t-cyan-50{ --tw-border-opacity: 1; border-top-color: rgb(236 254 255 / var(--tw-border-opacity)); }
.border-t-cyan-50\/0{ border-top-color: rgb(236 254 255 / 0); }
.border-t-cyan-50\/10{ border-top-color: rgb(236 254 255 / 0.1); }
.border-t-cyan-50\/100{ border-top-color: rgb(236 254 255 / 1); }
.border-t-cyan-50\/20{ border-top-color: rgb(236 254 255 / 0.2); }
.border-t-cyan-50\/25{ border-top-color: rgb(236 254 255 / 0.25); }
.border-t-cyan-50\/30{ border-top-color: rgb(236 254 255 / 0.3); }
.border-t-cyan-50\/40{ border-top-color: rgb(236 254 255 / 0.4); }
.border-t-cyan-50\/5{ border-top-color: rgb(236 254 255 / 0.05); }
.border-t-cyan-50\/50{ border-top-color: rgb(236 254 255 / 0.5); }
.border-t-cyan-50\/60{ border-top-color: rgb(236 254 255 / 0.6); }
.border-t-cyan-50\/70{ border-top-color: rgb(236 254 255 / 0.7); }
.border-t-cyan-50\/75{ border-top-color: rgb(236 254 255 / 0.75); }
.border-t-cyan-50\/80{ border-top-color: rgb(236 254 255 / 0.8); }
.border-t-cyan-50\/90{ border-top-color: rgb(236 254 255 / 0.9); }
.border-t-cyan-50\/95{ border-top-color: rgb(236 254 255 / 0.95); }
.border-t-cyan-500{ --tw-border-opacity: 1; border-top-color: rgb(6 182 212 / var(--tw-border-opacity)); }
.border-t-cyan-500\/0{ border-top-color: rgb(6 182 212 / 0); }
.border-t-cyan-500\/10{ border-top-color: rgb(6 182 212 / 0.1); }
.border-t-cyan-500\/100{ border-top-color: rgb(6 182 212 / 1); }
.border-t-cyan-500\/20{ border-top-color: rgb(6 182 212 / 0.2); }
.border-t-cyan-500\/25{ border-top-color: rgb(6 182 212 / 0.25); }
.border-t-cyan-500\/30{ border-top-color: rgb(6 182 212 / 0.3); }
.border-t-cyan-500\/40{ border-top-color: rgb(6 182 212 / 0.4); }
.border-t-cyan-500\/5{ border-top-color: rgb(6 182 212 / 0.05); }
.border-t-cyan-500\/50{ border-top-color: rgb(6 182 212 / 0.5); }
.border-t-cyan-500\/60{ border-top-color: rgb(6 182 212 / 0.6); }
.border-t-cyan-500\/70{ border-top-color: rgb(6 182 212 / 0.7); }
.border-t-cyan-500\/75{ border-top-color: rgb(6 182 212 / 0.75); }
.border-t-cyan-500\/80{ border-top-color: rgb(6 182 212 / 0.8); }
.border-t-cyan-500\/90{ border-top-color: rgb(6 182 212 / 0.9); }
.border-t-cyan-500\/95{ border-top-color: rgb(6 182 212 / 0.95); }
.border-t-cyan-600{ --tw-border-opacity: 1; border-top-color: rgb(8 145 178 / var(--tw-border-opacity)); }
.border-t-cyan-600\/0{ border-top-color: rgb(8 145 178 / 0); }
.border-t-cyan-600\/10{ border-top-color: rgb(8 145 178 / 0.1); }
.border-t-cyan-600\/100{ border-top-color: rgb(8 145 178 / 1); }
.border-t-cyan-600\/20{ border-top-color: rgb(8 145 178 / 0.2); }
.border-t-cyan-600\/25{ border-top-color: rgb(8 145 178 / 0.25); }
.border-t-cyan-600\/30{ border-top-color: rgb(8 145 178 / 0.3); }
.border-t-cyan-600\/40{ border-top-color: rgb(8 145 178 / 0.4); }
.border-t-cyan-600\/5{ border-top-color: rgb(8 145 178 / 0.05); }
.border-t-cyan-600\/50{ border-top-color: rgb(8 145 178 / 0.5); }
.border-t-cyan-600\/60{ border-top-color: rgb(8 145 178 / 0.6); }
.border-t-cyan-600\/70{ border-top-color: rgb(8 145 178 / 0.7); }
.border-t-cyan-600\/75{ border-top-color: rgb(8 145 178 / 0.75); }
.border-t-cyan-600\/80{ border-top-color: rgb(8 145 178 / 0.8); }
.border-t-cyan-600\/90{ border-top-color: rgb(8 145 178 / 0.9); }
.border-t-cyan-600\/95{ border-top-color: rgb(8 145 178 / 0.95); }
.border-t-cyan-700{ --tw-border-opacity: 1; border-top-color: rgb(14 116 144 / var(--tw-border-opacity)); }
.border-t-cyan-700\/0{ border-top-color: rgb(14 116 144 / 0); }
.border-t-cyan-700\/10{ border-top-color: rgb(14 116 144 / 0.1); }
.border-t-cyan-700\/100{ border-top-color: rgb(14 116 144 / 1); }
.border-t-cyan-700\/20{ border-top-color: rgb(14 116 144 / 0.2); }
.border-t-cyan-700\/25{ border-top-color: rgb(14 116 144 / 0.25); }
.border-t-cyan-700\/30{ border-top-color: rgb(14 116 144 / 0.3); }
.border-t-cyan-700\/40{ border-top-color: rgb(14 116 144 / 0.4); }
.border-t-cyan-700\/5{ border-top-color: rgb(14 116 144 / 0.05); }
.border-t-cyan-700\/50{ border-top-color: rgb(14 116 144 / 0.5); }
.border-t-cyan-700\/60{ border-top-color: rgb(14 116 144 / 0.6); }
.border-t-cyan-700\/70{ border-top-color: rgb(14 116 144 / 0.7); }
.border-t-cyan-700\/75{ border-top-color: rgb(14 116 144 / 0.75); }
.border-t-cyan-700\/80{ border-top-color: rgb(14 116 144 / 0.8); }
.border-t-cyan-700\/90{ border-top-color: rgb(14 116 144 / 0.9); }
.border-t-cyan-700\/95{ border-top-color: rgb(14 116 144 / 0.95); }
.border-t-cyan-800{ --tw-border-opacity: 1; border-top-color: rgb(21 94 117 / var(--tw-border-opacity)); }
.border-t-cyan-800\/0{ border-top-color: rgb(21 94 117 / 0); }
.border-t-cyan-800\/10{ border-top-color: rgb(21 94 117 / 0.1); }
.border-t-cyan-800\/100{ border-top-color: rgb(21 94 117 / 1); }
.border-t-cyan-800\/20{ border-top-color: rgb(21 94 117 / 0.2); }
.border-t-cyan-800\/25{ border-top-color: rgb(21 94 117 / 0.25); }
.border-t-cyan-800\/30{ border-top-color: rgb(21 94 117 / 0.3); }
.border-t-cyan-800\/40{ border-top-color: rgb(21 94 117 / 0.4); }
.border-t-cyan-800\/5{ border-top-color: rgb(21 94 117 / 0.05); }
.border-t-cyan-800\/50{ border-top-color: rgb(21 94 117 / 0.5); }
.border-t-cyan-800\/60{ border-top-color: rgb(21 94 117 / 0.6); }
.border-t-cyan-800\/70{ border-top-color: rgb(21 94 117 / 0.7); }
.border-t-cyan-800\/75{ border-top-color: rgb(21 94 117 / 0.75); }
.border-t-cyan-800\/80{ border-top-color: rgb(21 94 117 / 0.8); }
.border-t-cyan-800\/90{ border-top-color: rgb(21 94 117 / 0.9); }
.border-t-cyan-800\/95{ border-top-color: rgb(21 94 117 / 0.95); }
.border-t-cyan-900{ --tw-border-opacity: 1; border-top-color: rgb(22 78 99 / var(--tw-border-opacity)); }
.border-t-cyan-900\/0{ border-top-color: rgb(22 78 99 / 0); }
.border-t-cyan-900\/10{ border-top-color: rgb(22 78 99 / 0.1); }
.border-t-cyan-900\/100{ border-top-color: rgb(22 78 99 / 1); }
.border-t-cyan-900\/20{ border-top-color: rgb(22 78 99 / 0.2); }
.border-t-cyan-900\/25{ border-top-color: rgb(22 78 99 / 0.25); }
.border-t-cyan-900\/30{ border-top-color: rgb(22 78 99 / 0.3); }
.border-t-cyan-900\/40{ border-top-color: rgb(22 78 99 / 0.4); }
.border-t-cyan-900\/5{ border-top-color: rgb(22 78 99 / 0.05); }
.border-t-cyan-900\/50{ border-top-color: rgb(22 78 99 / 0.5); }
.border-t-cyan-900\/60{ border-top-color: rgb(22 78 99 / 0.6); }
.border-t-cyan-900\/70{ border-top-color: rgb(22 78 99 / 0.7); }
.border-t-cyan-900\/75{ border-top-color: rgb(22 78 99 / 0.75); }
.border-t-cyan-900\/80{ border-top-color: rgb(22 78 99 / 0.8); }
.border-t-cyan-900\/90{ border-top-color: rgb(22 78 99 / 0.9); }
.border-t-cyan-900\/95{ border-top-color: rgb(22 78 99 / 0.95); }
.border-t-cyan-950{ --tw-border-opacity: 1; border-top-color: rgb(8 51 68 / var(--tw-border-opacity)); }
.border-t-cyan-950\/0{ border-top-color: rgb(8 51 68 / 0); }
.border-t-cyan-950\/10{ border-top-color: rgb(8 51 68 / 0.1); }
.border-t-cyan-950\/100{ border-top-color: rgb(8 51 68 / 1); }
.border-t-cyan-950\/20{ border-top-color: rgb(8 51 68 / 0.2); }
.border-t-cyan-950\/25{ border-top-color: rgb(8 51 68 / 0.25); }
.border-t-cyan-950\/30{ border-top-color: rgb(8 51 68 / 0.3); }
.border-t-cyan-950\/40{ border-top-color: rgb(8 51 68 / 0.4); }
.border-t-cyan-950\/5{ border-top-color: rgb(8 51 68 / 0.05); }
.border-t-cyan-950\/50{ border-top-color: rgb(8 51 68 / 0.5); }
.border-t-cyan-950\/60{ border-top-color: rgb(8 51 68 / 0.6); }
.border-t-cyan-950\/70{ border-top-color: rgb(8 51 68 / 0.7); }
.border-t-cyan-950\/75{ border-top-color: rgb(8 51 68 / 0.75); }
.border-t-cyan-950\/80{ border-top-color: rgb(8 51 68 / 0.8); }
.border-t-cyan-950\/90{ border-top-color: rgb(8 51 68 / 0.9); }
.border-t-cyan-950\/95{ border-top-color: rgb(8 51 68 / 0.95); }
.border-t-eggshell{ --tw-border-opacity: 1; border-top-color: rgb(240 229 208 / var(--tw-border-opacity)); }
.border-t-eggshell-100{ --tw-border-opacity: 1; border-top-color: rgb(254 252 250 / var(--tw-border-opacity)); }
.border-t-eggshell-100\/0{ border-top-color: rgb(254 252 250 / 0); }
.border-t-eggshell-100\/10{ border-top-color: rgb(254 252 250 / 0.1); }
.border-t-eggshell-100\/100{ border-top-color: rgb(254 252 250 / 1); }
.border-t-eggshell-100\/20{ border-top-color: rgb(254 252 250 / 0.2); }
.border-t-eggshell-100\/25{ border-top-color: rgb(254 252 250 / 0.25); }
.border-t-eggshell-100\/30{ border-top-color: rgb(254 252 250 / 0.3); }
.border-t-eggshell-100\/40{ border-top-color: rgb(254 252 250 / 0.4); }
.border-t-eggshell-100\/5{ border-top-color: rgb(254 252 250 / 0.05); }
.border-t-eggshell-100\/50{ border-top-color: rgb(254 252 250 / 0.5); }
.border-t-eggshell-100\/60{ border-top-color: rgb(254 252 250 / 0.6); }
.border-t-eggshell-100\/70{ border-top-color: rgb(254 252 250 / 0.7); }
.border-t-eggshell-100\/75{ border-top-color: rgb(254 252 250 / 0.75); }
.border-t-eggshell-100\/80{ border-top-color: rgb(254 252 250 / 0.8); }
.border-t-eggshell-100\/90{ border-top-color: rgb(254 252 250 / 0.9); }
.border-t-eggshell-100\/95{ border-top-color: rgb(254 252 250 / 0.95); }
.border-t-eggshell-200{ --tw-border-opacity: 1; border-top-color: rgb(252 250 246 / var(--tw-border-opacity)); }
.border-t-eggshell-200\/0{ border-top-color: rgb(252 250 246 / 0); }
.border-t-eggshell-200\/10{ border-top-color: rgb(252 250 246 / 0.1); }
.border-t-eggshell-200\/100{ border-top-color: rgb(252 250 246 / 1); }
.border-t-eggshell-200\/20{ border-top-color: rgb(252 250 246 / 0.2); }
.border-t-eggshell-200\/25{ border-top-color: rgb(252 250 246 / 0.25); }
.border-t-eggshell-200\/30{ border-top-color: rgb(252 250 246 / 0.3); }
.border-t-eggshell-200\/40{ border-top-color: rgb(252 250 246 / 0.4); }
.border-t-eggshell-200\/5{ border-top-color: rgb(252 250 246 / 0.05); }
.border-t-eggshell-200\/50{ border-top-color: rgb(252 250 246 / 0.5); }
.border-t-eggshell-200\/60{ border-top-color: rgb(252 250 246 / 0.6); }
.border-t-eggshell-200\/70{ border-top-color: rgb(252 250 246 / 0.7); }
.border-t-eggshell-200\/75{ border-top-color: rgb(252 250 246 / 0.75); }
.border-t-eggshell-200\/80{ border-top-color: rgb(252 250 246 / 0.8); }
.border-t-eggshell-200\/90{ border-top-color: rgb(252 250 246 / 0.9); }
.border-t-eggshell-200\/95{ border-top-color: rgb(252 250 246 / 0.95); }
.border-t-eggshell-300{ --tw-border-opacity: 1; border-top-color: rgb(251 247 241 / var(--tw-border-opacity)); }
.border-t-eggshell-300\/0{ border-top-color: rgb(251 247 241 / 0); }
.border-t-eggshell-300\/10{ border-top-color: rgb(251 247 241 / 0.1); }
.border-t-eggshell-300\/100{ border-top-color: rgb(251 247 241 / 1); }
.border-t-eggshell-300\/20{ border-top-color: rgb(251 247 241 / 0.2); }
.border-t-eggshell-300\/25{ border-top-color: rgb(251 247 241 / 0.25); }
.border-t-eggshell-300\/30{ border-top-color: rgb(251 247 241 / 0.3); }
.border-t-eggshell-300\/40{ border-top-color: rgb(251 247 241 / 0.4); }
.border-t-eggshell-300\/5{ border-top-color: rgb(251 247 241 / 0.05); }
.border-t-eggshell-300\/50{ border-top-color: rgb(251 247 241 / 0.5); }
.border-t-eggshell-300\/60{ border-top-color: rgb(251 247 241 / 0.6); }
.border-t-eggshell-300\/70{ border-top-color: rgb(251 247 241 / 0.7); }
.border-t-eggshell-300\/75{ border-top-color: rgb(251 247 241 / 0.75); }
.border-t-eggshell-300\/80{ border-top-color: rgb(251 247 241 / 0.8); }
.border-t-eggshell-300\/90{ border-top-color: rgb(251 247 241 / 0.9); }
.border-t-eggshell-300\/95{ border-top-color: rgb(251 247 241 / 0.95); }
.border-t-eggshell-400{ --tw-border-opacity: 1; border-top-color: rgb(249 245 236 / var(--tw-border-opacity)); }
.border-t-eggshell-400\/0{ border-top-color: rgb(249 245 236 / 0); }
.border-t-eggshell-400\/10{ border-top-color: rgb(249 245 236 / 0.1); }
.border-t-eggshell-400\/100{ border-top-color: rgb(249 245 236 / 1); }
.border-t-eggshell-400\/20{ border-top-color: rgb(249 245 236 / 0.2); }
.border-t-eggshell-400\/25{ border-top-color: rgb(249 245 236 / 0.25); }
.border-t-eggshell-400\/30{ border-top-color: rgb(249 245 236 / 0.3); }
.border-t-eggshell-400\/40{ border-top-color: rgb(249 245 236 / 0.4); }
.border-t-eggshell-400\/5{ border-top-color: rgb(249 245 236 / 0.05); }
.border-t-eggshell-400\/50{ border-top-color: rgb(249 245 236 / 0.5); }
.border-t-eggshell-400\/60{ border-top-color: rgb(249 245 236 / 0.6); }
.border-t-eggshell-400\/70{ border-top-color: rgb(249 245 236 / 0.7); }
.border-t-eggshell-400\/75{ border-top-color: rgb(249 245 236 / 0.75); }
.border-t-eggshell-400\/80{ border-top-color: rgb(249 245 236 / 0.8); }
.border-t-eggshell-400\/90{ border-top-color: rgb(249 245 236 / 0.9); }
.border-t-eggshell-400\/95{ border-top-color: rgb(249 245 236 / 0.95); }
.border-t-eggshell-500{ --tw-border-opacity: 1; border-top-color: rgb(247 242 231 / var(--tw-border-opacity)); }
.border-t-eggshell-500\/0{ border-top-color: rgb(247 242 231 / 0); }
.border-t-eggshell-500\/10{ border-top-color: rgb(247 242 231 / 0.1); }
.border-t-eggshell-500\/100{ border-top-color: rgb(247 242 231 / 1); }
.border-t-eggshell-500\/20{ border-top-color: rgb(247 242 231 / 0.2); }
.border-t-eggshell-500\/25{ border-top-color: rgb(247 242 231 / 0.25); }
.border-t-eggshell-500\/30{ border-top-color: rgb(247 242 231 / 0.3); }
.border-t-eggshell-500\/40{ border-top-color: rgb(247 242 231 / 0.4); }
.border-t-eggshell-500\/5{ border-top-color: rgb(247 242 231 / 0.05); }
.border-t-eggshell-500\/50{ border-top-color: rgb(247 242 231 / 0.5); }
.border-t-eggshell-500\/60{ border-top-color: rgb(247 242 231 / 0.6); }
.border-t-eggshell-500\/70{ border-top-color: rgb(247 242 231 / 0.7); }
.border-t-eggshell-500\/75{ border-top-color: rgb(247 242 231 / 0.75); }
.border-t-eggshell-500\/80{ border-top-color: rgb(247 242 231 / 0.8); }
.border-t-eggshell-500\/90{ border-top-color: rgb(247 242 231 / 0.9); }
.border-t-eggshell-500\/95{ border-top-color: rgb(247 242 231 / 0.95); }
.border-t-eggshell-600{ --tw-border-opacity: 1; border-top-color: rgb(246 239 227 / var(--tw-border-opacity)); }
.border-t-eggshell-600\/0{ border-top-color: rgb(246 239 227 / 0); }
.border-t-eggshell-600\/10{ border-top-color: rgb(246 239 227 / 0.1); }
.border-t-eggshell-600\/100{ border-top-color: rgb(246 239 227 / 1); }
.border-t-eggshell-600\/20{ border-top-color: rgb(246 239 227 / 0.2); }
.border-t-eggshell-600\/25{ border-top-color: rgb(246 239 227 / 0.25); }
.border-t-eggshell-600\/30{ border-top-color: rgb(246 239 227 / 0.3); }
.border-t-eggshell-600\/40{ border-top-color: rgb(246 239 227 / 0.4); }
.border-t-eggshell-600\/5{ border-top-color: rgb(246 239 227 / 0.05); }
.border-t-eggshell-600\/50{ border-top-color: rgb(246 239 227 / 0.5); }
.border-t-eggshell-600\/60{ border-top-color: rgb(246 239 227 / 0.6); }
.border-t-eggshell-600\/70{ border-top-color: rgb(246 239 227 / 0.7); }
.border-t-eggshell-600\/75{ border-top-color: rgb(246 239 227 / 0.75); }
.border-t-eggshell-600\/80{ border-top-color: rgb(246 239 227 / 0.8); }
.border-t-eggshell-600\/90{ border-top-color: rgb(246 239 227 / 0.9); }
.border-t-eggshell-600\/95{ border-top-color: rgb(246 239 227 / 0.95); }
.border-t-eggshell-700{ --tw-border-opacity: 1; border-top-color: rgb(245 237 222 / var(--tw-border-opacity)); }
.border-t-eggshell-700\/0{ border-top-color: rgb(245 237 222 / 0); }
.border-t-eggshell-700\/10{ border-top-color: rgb(245 237 222 / 0.1); }
.border-t-eggshell-700\/100{ border-top-color: rgb(245 237 222 / 1); }
.border-t-eggshell-700\/20{ border-top-color: rgb(245 237 222 / 0.2); }
.border-t-eggshell-700\/25{ border-top-color: rgb(245 237 222 / 0.25); }
.border-t-eggshell-700\/30{ border-top-color: rgb(245 237 222 / 0.3); }
.border-t-eggshell-700\/40{ border-top-color: rgb(245 237 222 / 0.4); }
.border-t-eggshell-700\/5{ border-top-color: rgb(245 237 222 / 0.05); }
.border-t-eggshell-700\/50{ border-top-color: rgb(245 237 222 / 0.5); }
.border-t-eggshell-700\/60{ border-top-color: rgb(245 237 222 / 0.6); }
.border-t-eggshell-700\/70{ border-top-color: rgb(245 237 222 / 0.7); }
.border-t-eggshell-700\/75{ border-top-color: rgb(245 237 222 / 0.75); }
.border-t-eggshell-700\/80{ border-top-color: rgb(245 237 222 / 0.8); }
.border-t-eggshell-700\/90{ border-top-color: rgb(245 237 222 / 0.9); }
.border-t-eggshell-700\/95{ border-top-color: rgb(245 237 222 / 0.95); }
.border-t-eggshell-800{ --tw-border-opacity: 1; border-top-color: rgb(243 234 217 / var(--tw-border-opacity)); }
.border-t-eggshell-800\/0{ border-top-color: rgb(243 234 217 / 0); }
.border-t-eggshell-800\/10{ border-top-color: rgb(243 234 217 / 0.1); }
.border-t-eggshell-800\/100{ border-top-color: rgb(243 234 217 / 1); }
.border-t-eggshell-800\/20{ border-top-color: rgb(243 234 217 / 0.2); }
.border-t-eggshell-800\/25{ border-top-color: rgb(243 234 217 / 0.25); }
.border-t-eggshell-800\/30{ border-top-color: rgb(243 234 217 / 0.3); }
.border-t-eggshell-800\/40{ border-top-color: rgb(243 234 217 / 0.4); }
.border-t-eggshell-800\/5{ border-top-color: rgb(243 234 217 / 0.05); }
.border-t-eggshell-800\/50{ border-top-color: rgb(243 234 217 / 0.5); }
.border-t-eggshell-800\/60{ border-top-color: rgb(243 234 217 / 0.6); }
.border-t-eggshell-800\/70{ border-top-color: rgb(243 234 217 / 0.7); }
.border-t-eggshell-800\/75{ border-top-color: rgb(243 234 217 / 0.75); }
.border-t-eggshell-800\/80{ border-top-color: rgb(243 234 217 / 0.8); }
.border-t-eggshell-800\/90{ border-top-color: rgb(243 234 217 / 0.9); }
.border-t-eggshell-800\/95{ border-top-color: rgb(243 234 217 / 0.95); }
.border-t-eggshell-900{ --tw-border-opacity: 1; border-top-color: rgb(242 232 213 / var(--tw-border-opacity)); }
.border-t-eggshell-900\/0{ border-top-color: rgb(242 232 213 / 0); }
.border-t-eggshell-900\/10{ border-top-color: rgb(242 232 213 / 0.1); }
.border-t-eggshell-900\/100{ border-top-color: rgb(242 232 213 / 1); }
.border-t-eggshell-900\/20{ border-top-color: rgb(242 232 213 / 0.2); }
.border-t-eggshell-900\/25{ border-top-color: rgb(242 232 213 / 0.25); }
.border-t-eggshell-900\/30{ border-top-color: rgb(242 232 213 / 0.3); }
.border-t-eggshell-900\/40{ border-top-color: rgb(242 232 213 / 0.4); }
.border-t-eggshell-900\/5{ border-top-color: rgb(242 232 213 / 0.05); }
.border-t-eggshell-900\/50{ border-top-color: rgb(242 232 213 / 0.5); }
.border-t-eggshell-900\/60{ border-top-color: rgb(242 232 213 / 0.6); }
.border-t-eggshell-900\/70{ border-top-color: rgb(242 232 213 / 0.7); }
.border-t-eggshell-900\/75{ border-top-color: rgb(242 232 213 / 0.75); }
.border-t-eggshell-900\/80{ border-top-color: rgb(242 232 213 / 0.8); }
.border-t-eggshell-900\/90{ border-top-color: rgb(242 232 213 / 0.9); }
.border-t-eggshell-900\/95{ border-top-color: rgb(242 232 213 / 0.95); }
.border-t-eggshell\/0{ border-top-color: rgb(240 229 208 / 0); }
.border-t-eggshell\/10{ border-top-color: rgb(240 229 208 / 0.1); }
.border-t-eggshell\/100{ border-top-color: rgb(240 229 208 / 1); }
.border-t-eggshell\/20{ border-top-color: rgb(240 229 208 / 0.2); }
.border-t-eggshell\/25{ border-top-color: rgb(240 229 208 / 0.25); }
.border-t-eggshell\/30{ border-top-color: rgb(240 229 208 / 0.3); }
.border-t-eggshell\/40{ border-top-color: rgb(240 229 208 / 0.4); }
.border-t-eggshell\/5{ border-top-color: rgb(240 229 208 / 0.05); }
.border-t-eggshell\/50{ border-top-color: rgb(240 229 208 / 0.5); }
.border-t-eggshell\/60{ border-top-color: rgb(240 229 208 / 0.6); }
.border-t-eggshell\/70{ border-top-color: rgb(240 229 208 / 0.7); }
.border-t-eggshell\/75{ border-top-color: rgb(240 229 208 / 0.75); }
.border-t-eggshell\/80{ border-top-color: rgb(240 229 208 / 0.8); }
.border-t-eggshell\/90{ border-top-color: rgb(240 229 208 / 0.9); }
.border-t-eggshell\/95{ border-top-color: rgb(240 229 208 / 0.95); }
.border-t-emerald-100{ --tw-border-opacity: 1; border-top-color: rgb(209 250 229 / var(--tw-border-opacity)); }
.border-t-emerald-100\/0{ border-top-color: rgb(209 250 229 / 0); }
.border-t-emerald-100\/10{ border-top-color: rgb(209 250 229 / 0.1); }
.border-t-emerald-100\/100{ border-top-color: rgb(209 250 229 / 1); }
.border-t-emerald-100\/20{ border-top-color: rgb(209 250 229 / 0.2); }
.border-t-emerald-100\/25{ border-top-color: rgb(209 250 229 / 0.25); }
.border-t-emerald-100\/30{ border-top-color: rgb(209 250 229 / 0.3); }
.border-t-emerald-100\/40{ border-top-color: rgb(209 250 229 / 0.4); }
.border-t-emerald-100\/5{ border-top-color: rgb(209 250 229 / 0.05); }
.border-t-emerald-100\/50{ border-top-color: rgb(209 250 229 / 0.5); }
.border-t-emerald-100\/60{ border-top-color: rgb(209 250 229 / 0.6); }
.border-t-emerald-100\/70{ border-top-color: rgb(209 250 229 / 0.7); }
.border-t-emerald-100\/75{ border-top-color: rgb(209 250 229 / 0.75); }
.border-t-emerald-100\/80{ border-top-color: rgb(209 250 229 / 0.8); }
.border-t-emerald-100\/90{ border-top-color: rgb(209 250 229 / 0.9); }
.border-t-emerald-100\/95{ border-top-color: rgb(209 250 229 / 0.95); }
.border-t-emerald-200{ --tw-border-opacity: 1; border-top-color: rgb(167 243 208 / var(--tw-border-opacity)); }
.border-t-emerald-200\/0{ border-top-color: rgb(167 243 208 / 0); }
.border-t-emerald-200\/10{ border-top-color: rgb(167 243 208 / 0.1); }
.border-t-emerald-200\/100{ border-top-color: rgb(167 243 208 / 1); }
.border-t-emerald-200\/20{ border-top-color: rgb(167 243 208 / 0.2); }
.border-t-emerald-200\/25{ border-top-color: rgb(167 243 208 / 0.25); }
.border-t-emerald-200\/30{ border-top-color: rgb(167 243 208 / 0.3); }
.border-t-emerald-200\/40{ border-top-color: rgb(167 243 208 / 0.4); }
.border-t-emerald-200\/5{ border-top-color: rgb(167 243 208 / 0.05); }
.border-t-emerald-200\/50{ border-top-color: rgb(167 243 208 / 0.5); }
.border-t-emerald-200\/60{ border-top-color: rgb(167 243 208 / 0.6); }
.border-t-emerald-200\/70{ border-top-color: rgb(167 243 208 / 0.7); }
.border-t-emerald-200\/75{ border-top-color: rgb(167 243 208 / 0.75); }
.border-t-emerald-200\/80{ border-top-color: rgb(167 243 208 / 0.8); }
.border-t-emerald-200\/90{ border-top-color: rgb(167 243 208 / 0.9); }
.border-t-emerald-200\/95{ border-top-color: rgb(167 243 208 / 0.95); }
.border-t-emerald-300{ --tw-border-opacity: 1; border-top-color: rgb(110 231 183 / var(--tw-border-opacity)); }
.border-t-emerald-300\/0{ border-top-color: rgb(110 231 183 / 0); }
.border-t-emerald-300\/10{ border-top-color: rgb(110 231 183 / 0.1); }
.border-t-emerald-300\/100{ border-top-color: rgb(110 231 183 / 1); }
.border-t-emerald-300\/20{ border-top-color: rgb(110 231 183 / 0.2); }
.border-t-emerald-300\/25{ border-top-color: rgb(110 231 183 / 0.25); }
.border-t-emerald-300\/30{ border-top-color: rgb(110 231 183 / 0.3); }
.border-t-emerald-300\/40{ border-top-color: rgb(110 231 183 / 0.4); }
.border-t-emerald-300\/5{ border-top-color: rgb(110 231 183 / 0.05); }
.border-t-emerald-300\/50{ border-top-color: rgb(110 231 183 / 0.5); }
.border-t-emerald-300\/60{ border-top-color: rgb(110 231 183 / 0.6); }
.border-t-emerald-300\/70{ border-top-color: rgb(110 231 183 / 0.7); }
.border-t-emerald-300\/75{ border-top-color: rgb(110 231 183 / 0.75); }
.border-t-emerald-300\/80{ border-top-color: rgb(110 231 183 / 0.8); }
.border-t-emerald-300\/90{ border-top-color: rgb(110 231 183 / 0.9); }
.border-t-emerald-300\/95{ border-top-color: rgb(110 231 183 / 0.95); }
.border-t-emerald-400{ --tw-border-opacity: 1; border-top-color: rgb(52 211 153 / var(--tw-border-opacity)); }
.border-t-emerald-400\/0{ border-top-color: rgb(52 211 153 / 0); }
.border-t-emerald-400\/10{ border-top-color: rgb(52 211 153 / 0.1); }
.border-t-emerald-400\/100{ border-top-color: rgb(52 211 153 / 1); }
.border-t-emerald-400\/20{ border-top-color: rgb(52 211 153 / 0.2); }
.border-t-emerald-400\/25{ border-top-color: rgb(52 211 153 / 0.25); }
.border-t-emerald-400\/30{ border-top-color: rgb(52 211 153 / 0.3); }
.border-t-emerald-400\/40{ border-top-color: rgb(52 211 153 / 0.4); }
.border-t-emerald-400\/5{ border-top-color: rgb(52 211 153 / 0.05); }
.border-t-emerald-400\/50{ border-top-color: rgb(52 211 153 / 0.5); }
.border-t-emerald-400\/60{ border-top-color: rgb(52 211 153 / 0.6); }
.border-t-emerald-400\/70{ border-top-color: rgb(52 211 153 / 0.7); }
.border-t-emerald-400\/75{ border-top-color: rgb(52 211 153 / 0.75); }
.border-t-emerald-400\/80{ border-top-color: rgb(52 211 153 / 0.8); }
.border-t-emerald-400\/90{ border-top-color: rgb(52 211 153 / 0.9); }
.border-t-emerald-400\/95{ border-top-color: rgb(52 211 153 / 0.95); }
.border-t-emerald-50{ --tw-border-opacity: 1; border-top-color: rgb(236 253 245 / var(--tw-border-opacity)); }
.border-t-emerald-50\/0{ border-top-color: rgb(236 253 245 / 0); }
.border-t-emerald-50\/10{ border-top-color: rgb(236 253 245 / 0.1); }
.border-t-emerald-50\/100{ border-top-color: rgb(236 253 245 / 1); }
.border-t-emerald-50\/20{ border-top-color: rgb(236 253 245 / 0.2); }
.border-t-emerald-50\/25{ border-top-color: rgb(236 253 245 / 0.25); }
.border-t-emerald-50\/30{ border-top-color: rgb(236 253 245 / 0.3); }
.border-t-emerald-50\/40{ border-top-color: rgb(236 253 245 / 0.4); }
.border-t-emerald-50\/5{ border-top-color: rgb(236 253 245 / 0.05); }
.border-t-emerald-50\/50{ border-top-color: rgb(236 253 245 / 0.5); }
.border-t-emerald-50\/60{ border-top-color: rgb(236 253 245 / 0.6); }
.border-t-emerald-50\/70{ border-top-color: rgb(236 253 245 / 0.7); }
.border-t-emerald-50\/75{ border-top-color: rgb(236 253 245 / 0.75); }
.border-t-emerald-50\/80{ border-top-color: rgb(236 253 245 / 0.8); }
.border-t-emerald-50\/90{ border-top-color: rgb(236 253 245 / 0.9); }
.border-t-emerald-50\/95{ border-top-color: rgb(236 253 245 / 0.95); }
.border-t-emerald-500{ --tw-border-opacity: 1; border-top-color: rgb(16 185 129 / var(--tw-border-opacity)); }
.border-t-emerald-500\/0{ border-top-color: rgb(16 185 129 / 0); }
.border-t-emerald-500\/10{ border-top-color: rgb(16 185 129 / 0.1); }
.border-t-emerald-500\/100{ border-top-color: rgb(16 185 129 / 1); }
.border-t-emerald-500\/20{ border-top-color: rgb(16 185 129 / 0.2); }
.border-t-emerald-500\/25{ border-top-color: rgb(16 185 129 / 0.25); }
.border-t-emerald-500\/30{ border-top-color: rgb(16 185 129 / 0.3); }
.border-t-emerald-500\/40{ border-top-color: rgb(16 185 129 / 0.4); }
.border-t-emerald-500\/5{ border-top-color: rgb(16 185 129 / 0.05); }
.border-t-emerald-500\/50{ border-top-color: rgb(16 185 129 / 0.5); }
.border-t-emerald-500\/60{ border-top-color: rgb(16 185 129 / 0.6); }
.border-t-emerald-500\/70{ border-top-color: rgb(16 185 129 / 0.7); }
.border-t-emerald-500\/75{ border-top-color: rgb(16 185 129 / 0.75); }
.border-t-emerald-500\/80{ border-top-color: rgb(16 185 129 / 0.8); }
.border-t-emerald-500\/90{ border-top-color: rgb(16 185 129 / 0.9); }
.border-t-emerald-500\/95{ border-top-color: rgb(16 185 129 / 0.95); }
.border-t-emerald-600{ --tw-border-opacity: 1; border-top-color: rgb(5 150 105 / var(--tw-border-opacity)); }
.border-t-emerald-600\/0{ border-top-color: rgb(5 150 105 / 0); }
.border-t-emerald-600\/10{ border-top-color: rgb(5 150 105 / 0.1); }
.border-t-emerald-600\/100{ border-top-color: rgb(5 150 105 / 1); }
.border-t-emerald-600\/20{ border-top-color: rgb(5 150 105 / 0.2); }
.border-t-emerald-600\/25{ border-top-color: rgb(5 150 105 / 0.25); }
.border-t-emerald-600\/30{ border-top-color: rgb(5 150 105 / 0.3); }
.border-t-emerald-600\/40{ border-top-color: rgb(5 150 105 / 0.4); }
.border-t-emerald-600\/5{ border-top-color: rgb(5 150 105 / 0.05); }
.border-t-emerald-600\/50{ border-top-color: rgb(5 150 105 / 0.5); }
.border-t-emerald-600\/60{ border-top-color: rgb(5 150 105 / 0.6); }
.border-t-emerald-600\/70{ border-top-color: rgb(5 150 105 / 0.7); }
.border-t-emerald-600\/75{ border-top-color: rgb(5 150 105 / 0.75); }
.border-t-emerald-600\/80{ border-top-color: rgb(5 150 105 / 0.8); }
.border-t-emerald-600\/90{ border-top-color: rgb(5 150 105 / 0.9); }
.border-t-emerald-600\/95{ border-top-color: rgb(5 150 105 / 0.95); }
.border-t-emerald-700{ --tw-border-opacity: 1; border-top-color: rgb(4 120 87 / var(--tw-border-opacity)); }
.border-t-emerald-700\/0{ border-top-color: rgb(4 120 87 / 0); }
.border-t-emerald-700\/10{ border-top-color: rgb(4 120 87 / 0.1); }
.border-t-emerald-700\/100{ border-top-color: rgb(4 120 87 / 1); }
.border-t-emerald-700\/20{ border-top-color: rgb(4 120 87 / 0.2); }
.border-t-emerald-700\/25{ border-top-color: rgb(4 120 87 / 0.25); }
.border-t-emerald-700\/30{ border-top-color: rgb(4 120 87 / 0.3); }
.border-t-emerald-700\/40{ border-top-color: rgb(4 120 87 / 0.4); }
.border-t-emerald-700\/5{ border-top-color: rgb(4 120 87 / 0.05); }
.border-t-emerald-700\/50{ border-top-color: rgb(4 120 87 / 0.5); }
.border-t-emerald-700\/60{ border-top-color: rgb(4 120 87 / 0.6); }
.border-t-emerald-700\/70{ border-top-color: rgb(4 120 87 / 0.7); }
.border-t-emerald-700\/75{ border-top-color: rgb(4 120 87 / 0.75); }
.border-t-emerald-700\/80{ border-top-color: rgb(4 120 87 / 0.8); }
.border-t-emerald-700\/90{ border-top-color: rgb(4 120 87 / 0.9); }
.border-t-emerald-700\/95{ border-top-color: rgb(4 120 87 / 0.95); }
.border-t-emerald-800{ --tw-border-opacity: 1; border-top-color: rgb(6 95 70 / var(--tw-border-opacity)); }
.border-t-emerald-800\/0{ border-top-color: rgb(6 95 70 / 0); }
.border-t-emerald-800\/10{ border-top-color: rgb(6 95 70 / 0.1); }
.border-t-emerald-800\/100{ border-top-color: rgb(6 95 70 / 1); }
.border-t-emerald-800\/20{ border-top-color: rgb(6 95 70 / 0.2); }
.border-t-emerald-800\/25{ border-top-color: rgb(6 95 70 / 0.25); }
.border-t-emerald-800\/30{ border-top-color: rgb(6 95 70 / 0.3); }
.border-t-emerald-800\/40{ border-top-color: rgb(6 95 70 / 0.4); }
.border-t-emerald-800\/5{ border-top-color: rgb(6 95 70 / 0.05); }
.border-t-emerald-800\/50{ border-top-color: rgb(6 95 70 / 0.5); }
.border-t-emerald-800\/60{ border-top-color: rgb(6 95 70 / 0.6); }
.border-t-emerald-800\/70{ border-top-color: rgb(6 95 70 / 0.7); }
.border-t-emerald-800\/75{ border-top-color: rgb(6 95 70 / 0.75); }
.border-t-emerald-800\/80{ border-top-color: rgb(6 95 70 / 0.8); }
.border-t-emerald-800\/90{ border-top-color: rgb(6 95 70 / 0.9); }
.border-t-emerald-800\/95{ border-top-color: rgb(6 95 70 / 0.95); }
.border-t-emerald-900{ --tw-border-opacity: 1; border-top-color: rgb(6 78 59 / var(--tw-border-opacity)); }
.border-t-emerald-900\/0{ border-top-color: rgb(6 78 59 / 0); }
.border-t-emerald-900\/10{ border-top-color: rgb(6 78 59 / 0.1); }
.border-t-emerald-900\/100{ border-top-color: rgb(6 78 59 / 1); }
.border-t-emerald-900\/20{ border-top-color: rgb(6 78 59 / 0.2); }
.border-t-emerald-900\/25{ border-top-color: rgb(6 78 59 / 0.25); }
.border-t-emerald-900\/30{ border-top-color: rgb(6 78 59 / 0.3); }
.border-t-emerald-900\/40{ border-top-color: rgb(6 78 59 / 0.4); }
.border-t-emerald-900\/5{ border-top-color: rgb(6 78 59 / 0.05); }
.border-t-emerald-900\/50{ border-top-color: rgb(6 78 59 / 0.5); }
.border-t-emerald-900\/60{ border-top-color: rgb(6 78 59 / 0.6); }
.border-t-emerald-900\/70{ border-top-color: rgb(6 78 59 / 0.7); }
.border-t-emerald-900\/75{ border-top-color: rgb(6 78 59 / 0.75); }
.border-t-emerald-900\/80{ border-top-color: rgb(6 78 59 / 0.8); }
.border-t-emerald-900\/90{ border-top-color: rgb(6 78 59 / 0.9); }
.border-t-emerald-900\/95{ border-top-color: rgb(6 78 59 / 0.95); }
.border-t-emerald-950{ --tw-border-opacity: 1; border-top-color: rgb(2 44 34 / var(--tw-border-opacity)); }
.border-t-emerald-950\/0{ border-top-color: rgb(2 44 34 / 0); }
.border-t-emerald-950\/10{ border-top-color: rgb(2 44 34 / 0.1); }
.border-t-emerald-950\/100{ border-top-color: rgb(2 44 34 / 1); }
.border-t-emerald-950\/20{ border-top-color: rgb(2 44 34 / 0.2); }
.border-t-emerald-950\/25{ border-top-color: rgb(2 44 34 / 0.25); }
.border-t-emerald-950\/30{ border-top-color: rgb(2 44 34 / 0.3); }
.border-t-emerald-950\/40{ border-top-color: rgb(2 44 34 / 0.4); }
.border-t-emerald-950\/5{ border-top-color: rgb(2 44 34 / 0.05); }
.border-t-emerald-950\/50{ border-top-color: rgb(2 44 34 / 0.5); }
.border-t-emerald-950\/60{ border-top-color: rgb(2 44 34 / 0.6); }
.border-t-emerald-950\/70{ border-top-color: rgb(2 44 34 / 0.7); }
.border-t-emerald-950\/75{ border-top-color: rgb(2 44 34 / 0.75); }
.border-t-emerald-950\/80{ border-top-color: rgb(2 44 34 / 0.8); }
.border-t-emerald-950\/90{ border-top-color: rgb(2 44 34 / 0.9); }
.border-t-emerald-950\/95{ border-top-color: rgb(2 44 34 / 0.95); }
.border-t-fuchsia-100{ --tw-border-opacity: 1; border-top-color: rgb(250 232 255 / var(--tw-border-opacity)); }
.border-t-fuchsia-100\/0{ border-top-color: rgb(250 232 255 / 0); }
.border-t-fuchsia-100\/10{ border-top-color: rgb(250 232 255 / 0.1); }
.border-t-fuchsia-100\/100{ border-top-color: rgb(250 232 255 / 1); }
.border-t-fuchsia-100\/20{ border-top-color: rgb(250 232 255 / 0.2); }
.border-t-fuchsia-100\/25{ border-top-color: rgb(250 232 255 / 0.25); }
.border-t-fuchsia-100\/30{ border-top-color: rgb(250 232 255 / 0.3); }
.border-t-fuchsia-100\/40{ border-top-color: rgb(250 232 255 / 0.4); }
.border-t-fuchsia-100\/5{ border-top-color: rgb(250 232 255 / 0.05); }
.border-t-fuchsia-100\/50{ border-top-color: rgb(250 232 255 / 0.5); }
.border-t-fuchsia-100\/60{ border-top-color: rgb(250 232 255 / 0.6); }
.border-t-fuchsia-100\/70{ border-top-color: rgb(250 232 255 / 0.7); }
.border-t-fuchsia-100\/75{ border-top-color: rgb(250 232 255 / 0.75); }
.border-t-fuchsia-100\/80{ border-top-color: rgb(250 232 255 / 0.8); }
.border-t-fuchsia-100\/90{ border-top-color: rgb(250 232 255 / 0.9); }
.border-t-fuchsia-100\/95{ border-top-color: rgb(250 232 255 / 0.95); }
.border-t-fuchsia-200{ --tw-border-opacity: 1; border-top-color: rgb(245 208 254 / var(--tw-border-opacity)); }
.border-t-fuchsia-200\/0{ border-top-color: rgb(245 208 254 / 0); }
.border-t-fuchsia-200\/10{ border-top-color: rgb(245 208 254 / 0.1); }
.border-t-fuchsia-200\/100{ border-top-color: rgb(245 208 254 / 1); }
.border-t-fuchsia-200\/20{ border-top-color: rgb(245 208 254 / 0.2); }
.border-t-fuchsia-200\/25{ border-top-color: rgb(245 208 254 / 0.25); }
.border-t-fuchsia-200\/30{ border-top-color: rgb(245 208 254 / 0.3); }
.border-t-fuchsia-200\/40{ border-top-color: rgb(245 208 254 / 0.4); }
.border-t-fuchsia-200\/5{ border-top-color: rgb(245 208 254 / 0.05); }
.border-t-fuchsia-200\/50{ border-top-color: rgb(245 208 254 / 0.5); }
.border-t-fuchsia-200\/60{ border-top-color: rgb(245 208 254 / 0.6); }
.border-t-fuchsia-200\/70{ border-top-color: rgb(245 208 254 / 0.7); }
.border-t-fuchsia-200\/75{ border-top-color: rgb(245 208 254 / 0.75); }
.border-t-fuchsia-200\/80{ border-top-color: rgb(245 208 254 / 0.8); }
.border-t-fuchsia-200\/90{ border-top-color: rgb(245 208 254 / 0.9); }
.border-t-fuchsia-200\/95{ border-top-color: rgb(245 208 254 / 0.95); }
.border-t-fuchsia-300{ --tw-border-opacity: 1; border-top-color: rgb(240 171 252 / var(--tw-border-opacity)); }
.border-t-fuchsia-300\/0{ border-top-color: rgb(240 171 252 / 0); }
.border-t-fuchsia-300\/10{ border-top-color: rgb(240 171 252 / 0.1); }
.border-t-fuchsia-300\/100{ border-top-color: rgb(240 171 252 / 1); }
.border-t-fuchsia-300\/20{ border-top-color: rgb(240 171 252 / 0.2); }
.border-t-fuchsia-300\/25{ border-top-color: rgb(240 171 252 / 0.25); }
.border-t-fuchsia-300\/30{ border-top-color: rgb(240 171 252 / 0.3); }
.border-t-fuchsia-300\/40{ border-top-color: rgb(240 171 252 / 0.4); }
.border-t-fuchsia-300\/5{ border-top-color: rgb(240 171 252 / 0.05); }
.border-t-fuchsia-300\/50{ border-top-color: rgb(240 171 252 / 0.5); }
.border-t-fuchsia-300\/60{ border-top-color: rgb(240 171 252 / 0.6); }
.border-t-fuchsia-300\/70{ border-top-color: rgb(240 171 252 / 0.7); }
.border-t-fuchsia-300\/75{ border-top-color: rgb(240 171 252 / 0.75); }
.border-t-fuchsia-300\/80{ border-top-color: rgb(240 171 252 / 0.8); }
.border-t-fuchsia-300\/90{ border-top-color: rgb(240 171 252 / 0.9); }
.border-t-fuchsia-300\/95{ border-top-color: rgb(240 171 252 / 0.95); }
.border-t-fuchsia-400{ --tw-border-opacity: 1; border-top-color: rgb(232 121 249 / var(--tw-border-opacity)); }
.border-t-fuchsia-400\/0{ border-top-color: rgb(232 121 249 / 0); }
.border-t-fuchsia-400\/10{ border-top-color: rgb(232 121 249 / 0.1); }
.border-t-fuchsia-400\/100{ border-top-color: rgb(232 121 249 / 1); }
.border-t-fuchsia-400\/20{ border-top-color: rgb(232 121 249 / 0.2); }
.border-t-fuchsia-400\/25{ border-top-color: rgb(232 121 249 / 0.25); }
.border-t-fuchsia-400\/30{ border-top-color: rgb(232 121 249 / 0.3); }
.border-t-fuchsia-400\/40{ border-top-color: rgb(232 121 249 / 0.4); }
.border-t-fuchsia-400\/5{ border-top-color: rgb(232 121 249 / 0.05); }
.border-t-fuchsia-400\/50{ border-top-color: rgb(232 121 249 / 0.5); }
.border-t-fuchsia-400\/60{ border-top-color: rgb(232 121 249 / 0.6); }
.border-t-fuchsia-400\/70{ border-top-color: rgb(232 121 249 / 0.7); }
.border-t-fuchsia-400\/75{ border-top-color: rgb(232 121 249 / 0.75); }
.border-t-fuchsia-400\/80{ border-top-color: rgb(232 121 249 / 0.8); }
.border-t-fuchsia-400\/90{ border-top-color: rgb(232 121 249 / 0.9); }
.border-t-fuchsia-400\/95{ border-top-color: rgb(232 121 249 / 0.95); }
.border-t-fuchsia-50{ --tw-border-opacity: 1; border-top-color: rgb(253 244 255 / var(--tw-border-opacity)); }
.border-t-fuchsia-50\/0{ border-top-color: rgb(253 244 255 / 0); }
.border-t-fuchsia-50\/10{ border-top-color: rgb(253 244 255 / 0.1); }
.border-t-fuchsia-50\/100{ border-top-color: rgb(253 244 255 / 1); }
.border-t-fuchsia-50\/20{ border-top-color: rgb(253 244 255 / 0.2); }
.border-t-fuchsia-50\/25{ border-top-color: rgb(253 244 255 / 0.25); }
.border-t-fuchsia-50\/30{ border-top-color: rgb(253 244 255 / 0.3); }
.border-t-fuchsia-50\/40{ border-top-color: rgb(253 244 255 / 0.4); }
.border-t-fuchsia-50\/5{ border-top-color: rgb(253 244 255 / 0.05); }
.border-t-fuchsia-50\/50{ border-top-color: rgb(253 244 255 / 0.5); }
.border-t-fuchsia-50\/60{ border-top-color: rgb(253 244 255 / 0.6); }
.border-t-fuchsia-50\/70{ border-top-color: rgb(253 244 255 / 0.7); }
.border-t-fuchsia-50\/75{ border-top-color: rgb(253 244 255 / 0.75); }
.border-t-fuchsia-50\/80{ border-top-color: rgb(253 244 255 / 0.8); }
.border-t-fuchsia-50\/90{ border-top-color: rgb(253 244 255 / 0.9); }
.border-t-fuchsia-50\/95{ border-top-color: rgb(253 244 255 / 0.95); }
.border-t-fuchsia-500{ --tw-border-opacity: 1; border-top-color: rgb(217 70 239 / var(--tw-border-opacity)); }
.border-t-fuchsia-500\/0{ border-top-color: rgb(217 70 239 / 0); }
.border-t-fuchsia-500\/10{ border-top-color: rgb(217 70 239 / 0.1); }
.border-t-fuchsia-500\/100{ border-top-color: rgb(217 70 239 / 1); }
.border-t-fuchsia-500\/20{ border-top-color: rgb(217 70 239 / 0.2); }
.border-t-fuchsia-500\/25{ border-top-color: rgb(217 70 239 / 0.25); }
.border-t-fuchsia-500\/30{ border-top-color: rgb(217 70 239 / 0.3); }
.border-t-fuchsia-500\/40{ border-top-color: rgb(217 70 239 / 0.4); }
.border-t-fuchsia-500\/5{ border-top-color: rgb(217 70 239 / 0.05); }
.border-t-fuchsia-500\/50{ border-top-color: rgb(217 70 239 / 0.5); }
.border-t-fuchsia-500\/60{ border-top-color: rgb(217 70 239 / 0.6); }
.border-t-fuchsia-500\/70{ border-top-color: rgb(217 70 239 / 0.7); }
.border-t-fuchsia-500\/75{ border-top-color: rgb(217 70 239 / 0.75); }
.border-t-fuchsia-500\/80{ border-top-color: rgb(217 70 239 / 0.8); }
.border-t-fuchsia-500\/90{ border-top-color: rgb(217 70 239 / 0.9); }
.border-t-fuchsia-500\/95{ border-top-color: rgb(217 70 239 / 0.95); }
.border-t-fuchsia-600{ --tw-border-opacity: 1; border-top-color: rgb(192 38 211 / var(--tw-border-opacity)); }
.border-t-fuchsia-600\/0{ border-top-color: rgb(192 38 211 / 0); }
.border-t-fuchsia-600\/10{ border-top-color: rgb(192 38 211 / 0.1); }
.border-t-fuchsia-600\/100{ border-top-color: rgb(192 38 211 / 1); }
.border-t-fuchsia-600\/20{ border-top-color: rgb(192 38 211 / 0.2); }
.border-t-fuchsia-600\/25{ border-top-color: rgb(192 38 211 / 0.25); }
.border-t-fuchsia-600\/30{ border-top-color: rgb(192 38 211 / 0.3); }
.border-t-fuchsia-600\/40{ border-top-color: rgb(192 38 211 / 0.4); }
.border-t-fuchsia-600\/5{ border-top-color: rgb(192 38 211 / 0.05); }
.border-t-fuchsia-600\/50{ border-top-color: rgb(192 38 211 / 0.5); }
.border-t-fuchsia-600\/60{ border-top-color: rgb(192 38 211 / 0.6); }
.border-t-fuchsia-600\/70{ border-top-color: rgb(192 38 211 / 0.7); }
.border-t-fuchsia-600\/75{ border-top-color: rgb(192 38 211 / 0.75); }
.border-t-fuchsia-600\/80{ border-top-color: rgb(192 38 211 / 0.8); }
.border-t-fuchsia-600\/90{ border-top-color: rgb(192 38 211 / 0.9); }
.border-t-fuchsia-600\/95{ border-top-color: rgb(192 38 211 / 0.95); }
.border-t-fuchsia-700{ --tw-border-opacity: 1; border-top-color: rgb(162 28 175 / var(--tw-border-opacity)); }
.border-t-fuchsia-700\/0{ border-top-color: rgb(162 28 175 / 0); }
.border-t-fuchsia-700\/10{ border-top-color: rgb(162 28 175 / 0.1); }
.border-t-fuchsia-700\/100{ border-top-color: rgb(162 28 175 / 1); }
.border-t-fuchsia-700\/20{ border-top-color: rgb(162 28 175 / 0.2); }
.border-t-fuchsia-700\/25{ border-top-color: rgb(162 28 175 / 0.25); }
.border-t-fuchsia-700\/30{ border-top-color: rgb(162 28 175 / 0.3); }
.border-t-fuchsia-700\/40{ border-top-color: rgb(162 28 175 / 0.4); }
.border-t-fuchsia-700\/5{ border-top-color: rgb(162 28 175 / 0.05); }
.border-t-fuchsia-700\/50{ border-top-color: rgb(162 28 175 / 0.5); }
.border-t-fuchsia-700\/60{ border-top-color: rgb(162 28 175 / 0.6); }
.border-t-fuchsia-700\/70{ border-top-color: rgb(162 28 175 / 0.7); }
.border-t-fuchsia-700\/75{ border-top-color: rgb(162 28 175 / 0.75); }
.border-t-fuchsia-700\/80{ border-top-color: rgb(162 28 175 / 0.8); }
.border-t-fuchsia-700\/90{ border-top-color: rgb(162 28 175 / 0.9); }
.border-t-fuchsia-700\/95{ border-top-color: rgb(162 28 175 / 0.95); }
.border-t-fuchsia-800{ --tw-border-opacity: 1; border-top-color: rgb(134 25 143 / var(--tw-border-opacity)); }
.border-t-fuchsia-800\/0{ border-top-color: rgb(134 25 143 / 0); }
.border-t-fuchsia-800\/10{ border-top-color: rgb(134 25 143 / 0.1); }
.border-t-fuchsia-800\/100{ border-top-color: rgb(134 25 143 / 1); }
.border-t-fuchsia-800\/20{ border-top-color: rgb(134 25 143 / 0.2); }
.border-t-fuchsia-800\/25{ border-top-color: rgb(134 25 143 / 0.25); }
.border-t-fuchsia-800\/30{ border-top-color: rgb(134 25 143 / 0.3); }
.border-t-fuchsia-800\/40{ border-top-color: rgb(134 25 143 / 0.4); }
.border-t-fuchsia-800\/5{ border-top-color: rgb(134 25 143 / 0.05); }
.border-t-fuchsia-800\/50{ border-top-color: rgb(134 25 143 / 0.5); }
.border-t-fuchsia-800\/60{ border-top-color: rgb(134 25 143 / 0.6); }
.border-t-fuchsia-800\/70{ border-top-color: rgb(134 25 143 / 0.7); }
.border-t-fuchsia-800\/75{ border-top-color: rgb(134 25 143 / 0.75); }
.border-t-fuchsia-800\/80{ border-top-color: rgb(134 25 143 / 0.8); }
.border-t-fuchsia-800\/90{ border-top-color: rgb(134 25 143 / 0.9); }
.border-t-fuchsia-800\/95{ border-top-color: rgb(134 25 143 / 0.95); }
.border-t-fuchsia-900{ --tw-border-opacity: 1; border-top-color: rgb(112 26 117 / var(--tw-border-opacity)); }
.border-t-fuchsia-900\/0{ border-top-color: rgb(112 26 117 / 0); }
.border-t-fuchsia-900\/10{ border-top-color: rgb(112 26 117 / 0.1); }
.border-t-fuchsia-900\/100{ border-top-color: rgb(112 26 117 / 1); }
.border-t-fuchsia-900\/20{ border-top-color: rgb(112 26 117 / 0.2); }
.border-t-fuchsia-900\/25{ border-top-color: rgb(112 26 117 / 0.25); }
.border-t-fuchsia-900\/30{ border-top-color: rgb(112 26 117 / 0.3); }
.border-t-fuchsia-900\/40{ border-top-color: rgb(112 26 117 / 0.4); }
.border-t-fuchsia-900\/5{ border-top-color: rgb(112 26 117 / 0.05); }
.border-t-fuchsia-900\/50{ border-top-color: rgb(112 26 117 / 0.5); }
.border-t-fuchsia-900\/60{ border-top-color: rgb(112 26 117 / 0.6); }
.border-t-fuchsia-900\/70{ border-top-color: rgb(112 26 117 / 0.7); }
.border-t-fuchsia-900\/75{ border-top-color: rgb(112 26 117 / 0.75); }
.border-t-fuchsia-900\/80{ border-top-color: rgb(112 26 117 / 0.8); }
.border-t-fuchsia-900\/90{ border-top-color: rgb(112 26 117 / 0.9); }
.border-t-fuchsia-900\/95{ border-top-color: rgb(112 26 117 / 0.95); }
.border-t-fuchsia-950{ --tw-border-opacity: 1; border-top-color: rgb(74 4 78 / var(--tw-border-opacity)); }
.border-t-fuchsia-950\/0{ border-top-color: rgb(74 4 78 / 0); }
.border-t-fuchsia-950\/10{ border-top-color: rgb(74 4 78 / 0.1); }
.border-t-fuchsia-950\/100{ border-top-color: rgb(74 4 78 / 1); }
.border-t-fuchsia-950\/20{ border-top-color: rgb(74 4 78 / 0.2); }
.border-t-fuchsia-950\/25{ border-top-color: rgb(74 4 78 / 0.25); }
.border-t-fuchsia-950\/30{ border-top-color: rgb(74 4 78 / 0.3); }
.border-t-fuchsia-950\/40{ border-top-color: rgb(74 4 78 / 0.4); }
.border-t-fuchsia-950\/5{ border-top-color: rgb(74 4 78 / 0.05); }
.border-t-fuchsia-950\/50{ border-top-color: rgb(74 4 78 / 0.5); }
.border-t-fuchsia-950\/60{ border-top-color: rgb(74 4 78 / 0.6); }
.border-t-fuchsia-950\/70{ border-top-color: rgb(74 4 78 / 0.7); }
.border-t-fuchsia-950\/75{ border-top-color: rgb(74 4 78 / 0.75); }
.border-t-fuchsia-950\/80{ border-top-color: rgb(74 4 78 / 0.8); }
.border-t-fuchsia-950\/90{ border-top-color: rgb(74 4 78 / 0.9); }
.border-t-fuchsia-950\/95{ border-top-color: rgb(74 4 78 / 0.95); }
.border-t-gray-100{ --tw-border-opacity: 1; border-top-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-t-gray-100\/0{ border-top-color: rgb(243 244 246 / 0); }
.border-t-gray-100\/10{ border-top-color: rgb(243 244 246 / 0.1); }
.border-t-gray-100\/100{ border-top-color: rgb(243 244 246 / 1); }
.border-t-gray-100\/20{ border-top-color: rgb(243 244 246 / 0.2); }
.border-t-gray-100\/25{ border-top-color: rgb(243 244 246 / 0.25); }
.border-t-gray-100\/30{ border-top-color: rgb(243 244 246 / 0.3); }
.border-t-gray-100\/40{ border-top-color: rgb(243 244 246 / 0.4); }
.border-t-gray-100\/5{ border-top-color: rgb(243 244 246 / 0.05); }
.border-t-gray-100\/50{ border-top-color: rgb(243 244 246 / 0.5); }
.border-t-gray-100\/60{ border-top-color: rgb(243 244 246 / 0.6); }
.border-t-gray-100\/70{ border-top-color: rgb(243 244 246 / 0.7); }
.border-t-gray-100\/75{ border-top-color: rgb(243 244 246 / 0.75); }
.border-t-gray-100\/80{ border-top-color: rgb(243 244 246 / 0.8); }
.border-t-gray-100\/90{ border-top-color: rgb(243 244 246 / 0.9); }
.border-t-gray-100\/95{ border-top-color: rgb(243 244 246 / 0.95); }
.border-t-gray-200{ --tw-border-opacity: 1; border-top-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-t-gray-200\/0{ border-top-color: rgb(229 231 235 / 0); }
.border-t-gray-200\/10{ border-top-color: rgb(229 231 235 / 0.1); }
.border-t-gray-200\/100{ border-top-color: rgb(229 231 235 / 1); }
.border-t-gray-200\/20{ border-top-color: rgb(229 231 235 / 0.2); }
.border-t-gray-200\/25{ border-top-color: rgb(229 231 235 / 0.25); }
.border-t-gray-200\/30{ border-top-color: rgb(229 231 235 / 0.3); }
.border-t-gray-200\/40{ border-top-color: rgb(229 231 235 / 0.4); }
.border-t-gray-200\/5{ border-top-color: rgb(229 231 235 / 0.05); }
.border-t-gray-200\/50{ border-top-color: rgb(229 231 235 / 0.5); }
.border-t-gray-200\/60{ border-top-color: rgb(229 231 235 / 0.6); }
.border-t-gray-200\/70{ border-top-color: rgb(229 231 235 / 0.7); }
.border-t-gray-200\/75{ border-top-color: rgb(229 231 235 / 0.75); }
.border-t-gray-200\/80{ border-top-color: rgb(229 231 235 / 0.8); }
.border-t-gray-200\/90{ border-top-color: rgb(229 231 235 / 0.9); }
.border-t-gray-200\/95{ border-top-color: rgb(229 231 235 / 0.95); }
.border-t-gray-300{ --tw-border-opacity: 1; border-top-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-t-gray-300\/0{ border-top-color: rgb(209 213 219 / 0); }
.border-t-gray-300\/10{ border-top-color: rgb(209 213 219 / 0.1); }
.border-t-gray-300\/100{ border-top-color: rgb(209 213 219 / 1); }
.border-t-gray-300\/20{ border-top-color: rgb(209 213 219 / 0.2); }
.border-t-gray-300\/25{ border-top-color: rgb(209 213 219 / 0.25); }
.border-t-gray-300\/30{ border-top-color: rgb(209 213 219 / 0.3); }
.border-t-gray-300\/40{ border-top-color: rgb(209 213 219 / 0.4); }
.border-t-gray-300\/5{ border-top-color: rgb(209 213 219 / 0.05); }
.border-t-gray-300\/50{ border-top-color: rgb(209 213 219 / 0.5); }
.border-t-gray-300\/60{ border-top-color: rgb(209 213 219 / 0.6); }
.border-t-gray-300\/70{ border-top-color: rgb(209 213 219 / 0.7); }
.border-t-gray-300\/75{ border-top-color: rgb(209 213 219 / 0.75); }
.border-t-gray-300\/80{ border-top-color: rgb(209 213 219 / 0.8); }
.border-t-gray-300\/90{ border-top-color: rgb(209 213 219 / 0.9); }
.border-t-gray-300\/95{ border-top-color: rgb(209 213 219 / 0.95); }
.border-t-gray-400{ --tw-border-opacity: 1; border-top-color: rgb(156 163 175 / var(--tw-border-opacity)); }
.border-t-gray-400\/0{ border-top-color: rgb(156 163 175 / 0); }
.border-t-gray-400\/10{ border-top-color: rgb(156 163 175 / 0.1); }
.border-t-gray-400\/100{ border-top-color: rgb(156 163 175 / 1); }
.border-t-gray-400\/20{ border-top-color: rgb(156 163 175 / 0.2); }
.border-t-gray-400\/25{ border-top-color: rgb(156 163 175 / 0.25); }
.border-t-gray-400\/30{ border-top-color: rgb(156 163 175 / 0.3); }
.border-t-gray-400\/40{ border-top-color: rgb(156 163 175 / 0.4); }
.border-t-gray-400\/5{ border-top-color: rgb(156 163 175 / 0.05); }
.border-t-gray-400\/50{ border-top-color: rgb(156 163 175 / 0.5); }
.border-t-gray-400\/60{ border-top-color: rgb(156 163 175 / 0.6); }
.border-t-gray-400\/70{ border-top-color: rgb(156 163 175 / 0.7); }
.border-t-gray-400\/75{ border-top-color: rgb(156 163 175 / 0.75); }
.border-t-gray-400\/80{ border-top-color: rgb(156 163 175 / 0.8); }
.border-t-gray-400\/90{ border-top-color: rgb(156 163 175 / 0.9); }
.border-t-gray-400\/95{ border-top-color: rgb(156 163 175 / 0.95); }
.border-t-gray-50{ --tw-border-opacity: 1; border-top-color: rgb(249 250 251 / var(--tw-border-opacity)); }
.border-t-gray-50\/0{ border-top-color: rgb(249 250 251 / 0); }
.border-t-gray-50\/10{ border-top-color: rgb(249 250 251 / 0.1); }
.border-t-gray-50\/100{ border-top-color: rgb(249 250 251 / 1); }
.border-t-gray-50\/20{ border-top-color: rgb(249 250 251 / 0.2); }
.border-t-gray-50\/25{ border-top-color: rgb(249 250 251 / 0.25); }
.border-t-gray-50\/30{ border-top-color: rgb(249 250 251 / 0.3); }
.border-t-gray-50\/40{ border-top-color: rgb(249 250 251 / 0.4); }
.border-t-gray-50\/5{ border-top-color: rgb(249 250 251 / 0.05); }
.border-t-gray-50\/50{ border-top-color: rgb(249 250 251 / 0.5); }
.border-t-gray-50\/60{ border-top-color: rgb(249 250 251 / 0.6); }
.border-t-gray-50\/70{ border-top-color: rgb(249 250 251 / 0.7); }
.border-t-gray-50\/75{ border-top-color: rgb(249 250 251 / 0.75); }
.border-t-gray-50\/80{ border-top-color: rgb(249 250 251 / 0.8); }
.border-t-gray-50\/90{ border-top-color: rgb(249 250 251 / 0.9); }
.border-t-gray-50\/95{ border-top-color: rgb(249 250 251 / 0.95); }
.border-t-gray-500{ --tw-border-opacity: 1; border-top-color: rgb(107 114 128 / var(--tw-border-opacity)); }
.border-t-gray-500\/0{ border-top-color: rgb(107 114 128 / 0); }
.border-t-gray-500\/10{ border-top-color: rgb(107 114 128 / 0.1); }
.border-t-gray-500\/100{ border-top-color: rgb(107 114 128 / 1); }
.border-t-gray-500\/20{ border-top-color: rgb(107 114 128 / 0.2); }
.border-t-gray-500\/25{ border-top-color: rgb(107 114 128 / 0.25); }
.border-t-gray-500\/30{ border-top-color: rgb(107 114 128 / 0.3); }
.border-t-gray-500\/40{ border-top-color: rgb(107 114 128 / 0.4); }
.border-t-gray-500\/5{ border-top-color: rgb(107 114 128 / 0.05); }
.border-t-gray-500\/50{ border-top-color: rgb(107 114 128 / 0.5); }
.border-t-gray-500\/60{ border-top-color: rgb(107 114 128 / 0.6); }
.border-t-gray-500\/70{ border-top-color: rgb(107 114 128 / 0.7); }
.border-t-gray-500\/75{ border-top-color: rgb(107 114 128 / 0.75); }
.border-t-gray-500\/80{ border-top-color: rgb(107 114 128 / 0.8); }
.border-t-gray-500\/90{ border-top-color: rgb(107 114 128 / 0.9); }
.border-t-gray-500\/95{ border-top-color: rgb(107 114 128 / 0.95); }
.border-t-gray-600{ --tw-border-opacity: 1; border-top-color: rgb(75 85 99 / var(--tw-border-opacity)); }
.border-t-gray-600\/0{ border-top-color: rgb(75 85 99 / 0); }
.border-t-gray-600\/10{ border-top-color: rgb(75 85 99 / 0.1); }
.border-t-gray-600\/100{ border-top-color: rgb(75 85 99 / 1); }
.border-t-gray-600\/20{ border-top-color: rgb(75 85 99 / 0.2); }
.border-t-gray-600\/25{ border-top-color: rgb(75 85 99 / 0.25); }
.border-t-gray-600\/30{ border-top-color: rgb(75 85 99 / 0.3); }
.border-t-gray-600\/40{ border-top-color: rgb(75 85 99 / 0.4); }
.border-t-gray-600\/5{ border-top-color: rgb(75 85 99 / 0.05); }
.border-t-gray-600\/50{ border-top-color: rgb(75 85 99 / 0.5); }
.border-t-gray-600\/60{ border-top-color: rgb(75 85 99 / 0.6); }
.border-t-gray-600\/70{ border-top-color: rgb(75 85 99 / 0.7); }
.border-t-gray-600\/75{ border-top-color: rgb(75 85 99 / 0.75); }
.border-t-gray-600\/80{ border-top-color: rgb(75 85 99 / 0.8); }
.border-t-gray-600\/90{ border-top-color: rgb(75 85 99 / 0.9); }
.border-t-gray-600\/95{ border-top-color: rgb(75 85 99 / 0.95); }
.border-t-gray-700{ --tw-border-opacity: 1; border-top-color: rgb(55 65 81 / var(--tw-border-opacity)); }
.border-t-gray-700\/0{ border-top-color: rgb(55 65 81 / 0); }
.border-t-gray-700\/10{ border-top-color: rgb(55 65 81 / 0.1); }
.border-t-gray-700\/100{ border-top-color: rgb(55 65 81 / 1); }
.border-t-gray-700\/20{ border-top-color: rgb(55 65 81 / 0.2); }
.border-t-gray-700\/25{ border-top-color: rgb(55 65 81 / 0.25); }
.border-t-gray-700\/30{ border-top-color: rgb(55 65 81 / 0.3); }
.border-t-gray-700\/40{ border-top-color: rgb(55 65 81 / 0.4); }
.border-t-gray-700\/5{ border-top-color: rgb(55 65 81 / 0.05); }
.border-t-gray-700\/50{ border-top-color: rgb(55 65 81 / 0.5); }
.border-t-gray-700\/60{ border-top-color: rgb(55 65 81 / 0.6); }
.border-t-gray-700\/70{ border-top-color: rgb(55 65 81 / 0.7); }
.border-t-gray-700\/75{ border-top-color: rgb(55 65 81 / 0.75); }
.border-t-gray-700\/80{ border-top-color: rgb(55 65 81 / 0.8); }
.border-t-gray-700\/90{ border-top-color: rgb(55 65 81 / 0.9); }
.border-t-gray-700\/95{ border-top-color: rgb(55 65 81 / 0.95); }
.border-t-gray-800{ --tw-border-opacity: 1; border-top-color: rgb(31 41 55 / var(--tw-border-opacity)); }
.border-t-gray-800\/0{ border-top-color: rgb(31 41 55 / 0); }
.border-t-gray-800\/10{ border-top-color: rgb(31 41 55 / 0.1); }
.border-t-gray-800\/100{ border-top-color: rgb(31 41 55 / 1); }
.border-t-gray-800\/20{ border-top-color: rgb(31 41 55 / 0.2); }
.border-t-gray-800\/25{ border-top-color: rgb(31 41 55 / 0.25); }
.border-t-gray-800\/30{ border-top-color: rgb(31 41 55 / 0.3); }
.border-t-gray-800\/40{ border-top-color: rgb(31 41 55 / 0.4); }
.border-t-gray-800\/5{ border-top-color: rgb(31 41 55 / 0.05); }
.border-t-gray-800\/50{ border-top-color: rgb(31 41 55 / 0.5); }
.border-t-gray-800\/60{ border-top-color: rgb(31 41 55 / 0.6); }
.border-t-gray-800\/70{ border-top-color: rgb(31 41 55 / 0.7); }
.border-t-gray-800\/75{ border-top-color: rgb(31 41 55 / 0.75); }
.border-t-gray-800\/80{ border-top-color: rgb(31 41 55 / 0.8); }
.border-t-gray-800\/90{ border-top-color: rgb(31 41 55 / 0.9); }
.border-t-gray-800\/95{ border-top-color: rgb(31 41 55 / 0.95); }
.border-t-gray-900{ --tw-border-opacity: 1; border-top-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-t-gray-900\/0{ border-top-color: rgb(17 24 39 / 0); }
.border-t-gray-900\/10{ border-top-color: rgb(17 24 39 / 0.1); }
.border-t-gray-900\/100{ border-top-color: rgb(17 24 39 / 1); }
.border-t-gray-900\/20{ border-top-color: rgb(17 24 39 / 0.2); }
.border-t-gray-900\/25{ border-top-color: rgb(17 24 39 / 0.25); }
.border-t-gray-900\/30{ border-top-color: rgb(17 24 39 / 0.3); }
.border-t-gray-900\/40{ border-top-color: rgb(17 24 39 / 0.4); }
.border-t-gray-900\/5{ border-top-color: rgb(17 24 39 / 0.05); }
.border-t-gray-900\/50{ border-top-color: rgb(17 24 39 / 0.5); }
.border-t-gray-900\/60{ border-top-color: rgb(17 24 39 / 0.6); }
.border-t-gray-900\/70{ border-top-color: rgb(17 24 39 / 0.7); }
.border-t-gray-900\/75{ border-top-color: rgb(17 24 39 / 0.75); }
.border-t-gray-900\/80{ border-top-color: rgb(17 24 39 / 0.8); }
.border-t-gray-900\/90{ border-top-color: rgb(17 24 39 / 0.9); }
.border-t-gray-900\/95{ border-top-color: rgb(17 24 39 / 0.95); }
.border-t-gray-950{ --tw-border-opacity: 1; border-top-color: rgb(3 7 18 / var(--tw-border-opacity)); }
.border-t-gray-950\/0{ border-top-color: rgb(3 7 18 / 0); }
.border-t-gray-950\/10{ border-top-color: rgb(3 7 18 / 0.1); }
.border-t-gray-950\/100{ border-top-color: rgb(3 7 18 / 1); }
.border-t-gray-950\/20{ border-top-color: rgb(3 7 18 / 0.2); }
.border-t-gray-950\/25{ border-top-color: rgb(3 7 18 / 0.25); }
.border-t-gray-950\/30{ border-top-color: rgb(3 7 18 / 0.3); }
.border-t-gray-950\/40{ border-top-color: rgb(3 7 18 / 0.4); }
.border-t-gray-950\/5{ border-top-color: rgb(3 7 18 / 0.05); }
.border-t-gray-950\/50{ border-top-color: rgb(3 7 18 / 0.5); }
.border-t-gray-950\/60{ border-top-color: rgb(3 7 18 / 0.6); }
.border-t-gray-950\/70{ border-top-color: rgb(3 7 18 / 0.7); }
.border-t-gray-950\/75{ border-top-color: rgb(3 7 18 / 0.75); }
.border-t-gray-950\/80{ border-top-color: rgb(3 7 18 / 0.8); }
.border-t-gray-950\/90{ border-top-color: rgb(3 7 18 / 0.9); }
.border-t-gray-950\/95{ border-top-color: rgb(3 7 18 / 0.95); }
.border-t-green-100{ --tw-border-opacity: 1; border-top-color: rgb(220 252 231 / var(--tw-border-opacity)); }
.border-t-green-100\/0{ border-top-color: rgb(220 252 231 / 0); }
.border-t-green-100\/10{ border-top-color: rgb(220 252 231 / 0.1); }
.border-t-green-100\/100{ border-top-color: rgb(220 252 231 / 1); }
.border-t-green-100\/20{ border-top-color: rgb(220 252 231 / 0.2); }
.border-t-green-100\/25{ border-top-color: rgb(220 252 231 / 0.25); }
.border-t-green-100\/30{ border-top-color: rgb(220 252 231 / 0.3); }
.border-t-green-100\/40{ border-top-color: rgb(220 252 231 / 0.4); }
.border-t-green-100\/5{ border-top-color: rgb(220 252 231 / 0.05); }
.border-t-green-100\/50{ border-top-color: rgb(220 252 231 / 0.5); }
.border-t-green-100\/60{ border-top-color: rgb(220 252 231 / 0.6); }
.border-t-green-100\/70{ border-top-color: rgb(220 252 231 / 0.7); }
.border-t-green-100\/75{ border-top-color: rgb(220 252 231 / 0.75); }
.border-t-green-100\/80{ border-top-color: rgb(220 252 231 / 0.8); }
.border-t-green-100\/90{ border-top-color: rgb(220 252 231 / 0.9); }
.border-t-green-100\/95{ border-top-color: rgb(220 252 231 / 0.95); }
.border-t-green-200{ --tw-border-opacity: 1; border-top-color: rgb(187 247 208 / var(--tw-border-opacity)); }
.border-t-green-200\/0{ border-top-color: rgb(187 247 208 / 0); }
.border-t-green-200\/10{ border-top-color: rgb(187 247 208 / 0.1); }
.border-t-green-200\/100{ border-top-color: rgb(187 247 208 / 1); }
.border-t-green-200\/20{ border-top-color: rgb(187 247 208 / 0.2); }
.border-t-green-200\/25{ border-top-color: rgb(187 247 208 / 0.25); }
.border-t-green-200\/30{ border-top-color: rgb(187 247 208 / 0.3); }
.border-t-green-200\/40{ border-top-color: rgb(187 247 208 / 0.4); }
.border-t-green-200\/5{ border-top-color: rgb(187 247 208 / 0.05); }
.border-t-green-200\/50{ border-top-color: rgb(187 247 208 / 0.5); }
.border-t-green-200\/60{ border-top-color: rgb(187 247 208 / 0.6); }
.border-t-green-200\/70{ border-top-color: rgb(187 247 208 / 0.7); }
.border-t-green-200\/75{ border-top-color: rgb(187 247 208 / 0.75); }
.border-t-green-200\/80{ border-top-color: rgb(187 247 208 / 0.8); }
.border-t-green-200\/90{ border-top-color: rgb(187 247 208 / 0.9); }
.border-t-green-200\/95{ border-top-color: rgb(187 247 208 / 0.95); }
.border-t-green-300{ --tw-border-opacity: 1; border-top-color: rgb(134 239 172 / var(--tw-border-opacity)); }
.border-t-green-300\/0{ border-top-color: rgb(134 239 172 / 0); }
.border-t-green-300\/10{ border-top-color: rgb(134 239 172 / 0.1); }
.border-t-green-300\/100{ border-top-color: rgb(134 239 172 / 1); }
.border-t-green-300\/20{ border-top-color: rgb(134 239 172 / 0.2); }
.border-t-green-300\/25{ border-top-color: rgb(134 239 172 / 0.25); }
.border-t-green-300\/30{ border-top-color: rgb(134 239 172 / 0.3); }
.border-t-green-300\/40{ border-top-color: rgb(134 239 172 / 0.4); }
.border-t-green-300\/5{ border-top-color: rgb(134 239 172 / 0.05); }
.border-t-green-300\/50{ border-top-color: rgb(134 239 172 / 0.5); }
.border-t-green-300\/60{ border-top-color: rgb(134 239 172 / 0.6); }
.border-t-green-300\/70{ border-top-color: rgb(134 239 172 / 0.7); }
.border-t-green-300\/75{ border-top-color: rgb(134 239 172 / 0.75); }
.border-t-green-300\/80{ border-top-color: rgb(134 239 172 / 0.8); }
.border-t-green-300\/90{ border-top-color: rgb(134 239 172 / 0.9); }
.border-t-green-300\/95{ border-top-color: rgb(134 239 172 / 0.95); }
.border-t-green-400{ --tw-border-opacity: 1; border-top-color: rgb(74 222 128 / var(--tw-border-opacity)); }
.border-t-green-400\/0{ border-top-color: rgb(74 222 128 / 0); }
.border-t-green-400\/10{ border-top-color: rgb(74 222 128 / 0.1); }
.border-t-green-400\/100{ border-top-color: rgb(74 222 128 / 1); }
.border-t-green-400\/20{ border-top-color: rgb(74 222 128 / 0.2); }
.border-t-green-400\/25{ border-top-color: rgb(74 222 128 / 0.25); }
.border-t-green-400\/30{ border-top-color: rgb(74 222 128 / 0.3); }
.border-t-green-400\/40{ border-top-color: rgb(74 222 128 / 0.4); }
.border-t-green-400\/5{ border-top-color: rgb(74 222 128 / 0.05); }
.border-t-green-400\/50{ border-top-color: rgb(74 222 128 / 0.5); }
.border-t-green-400\/60{ border-top-color: rgb(74 222 128 / 0.6); }
.border-t-green-400\/70{ border-top-color: rgb(74 222 128 / 0.7); }
.border-t-green-400\/75{ border-top-color: rgb(74 222 128 / 0.75); }
.border-t-green-400\/80{ border-top-color: rgb(74 222 128 / 0.8); }
.border-t-green-400\/90{ border-top-color: rgb(74 222 128 / 0.9); }
.border-t-green-400\/95{ border-top-color: rgb(74 222 128 / 0.95); }
.border-t-green-50{ --tw-border-opacity: 1; border-top-color: rgb(240 253 244 / var(--tw-border-opacity)); }
.border-t-green-50\/0{ border-top-color: rgb(240 253 244 / 0); }
.border-t-green-50\/10{ border-top-color: rgb(240 253 244 / 0.1); }
.border-t-green-50\/100{ border-top-color: rgb(240 253 244 / 1); }
.border-t-green-50\/20{ border-top-color: rgb(240 253 244 / 0.2); }
.border-t-green-50\/25{ border-top-color: rgb(240 253 244 / 0.25); }
.border-t-green-50\/30{ border-top-color: rgb(240 253 244 / 0.3); }
.border-t-green-50\/40{ border-top-color: rgb(240 253 244 / 0.4); }
.border-t-green-50\/5{ border-top-color: rgb(240 253 244 / 0.05); }
.border-t-green-50\/50{ border-top-color: rgb(240 253 244 / 0.5); }
.border-t-green-50\/60{ border-top-color: rgb(240 253 244 / 0.6); }
.border-t-green-50\/70{ border-top-color: rgb(240 253 244 / 0.7); }
.border-t-green-50\/75{ border-top-color: rgb(240 253 244 / 0.75); }
.border-t-green-50\/80{ border-top-color: rgb(240 253 244 / 0.8); }
.border-t-green-50\/90{ border-top-color: rgb(240 253 244 / 0.9); }
.border-t-green-50\/95{ border-top-color: rgb(240 253 244 / 0.95); }
.border-t-green-500{ --tw-border-opacity: 1; border-top-color: rgb(34 197 94 / var(--tw-border-opacity)); }
.border-t-green-500\/0{ border-top-color: rgb(34 197 94 / 0); }
.border-t-green-500\/10{ border-top-color: rgb(34 197 94 / 0.1); }
.border-t-green-500\/100{ border-top-color: rgb(34 197 94 / 1); }
.border-t-green-500\/20{ border-top-color: rgb(34 197 94 / 0.2); }
.border-t-green-500\/25{ border-top-color: rgb(34 197 94 / 0.25); }
.border-t-green-500\/30{ border-top-color: rgb(34 197 94 / 0.3); }
.border-t-green-500\/40{ border-top-color: rgb(34 197 94 / 0.4); }
.border-t-green-500\/5{ border-top-color: rgb(34 197 94 / 0.05); }
.border-t-green-500\/50{ border-top-color: rgb(34 197 94 / 0.5); }
.border-t-green-500\/60{ border-top-color: rgb(34 197 94 / 0.6); }
.border-t-green-500\/70{ border-top-color: rgb(34 197 94 / 0.7); }
.border-t-green-500\/75{ border-top-color: rgb(34 197 94 / 0.75); }
.border-t-green-500\/80{ border-top-color: rgb(34 197 94 / 0.8); }
.border-t-green-500\/90{ border-top-color: rgb(34 197 94 / 0.9); }
.border-t-green-500\/95{ border-top-color: rgb(34 197 94 / 0.95); }
.border-t-green-600{ --tw-border-opacity: 1; border-top-color: rgb(22 163 74 / var(--tw-border-opacity)); }
.border-t-green-600\/0{ border-top-color: rgb(22 163 74 / 0); }
.border-t-green-600\/10{ border-top-color: rgb(22 163 74 / 0.1); }
.border-t-green-600\/100{ border-top-color: rgb(22 163 74 / 1); }
.border-t-green-600\/20{ border-top-color: rgb(22 163 74 / 0.2); }
.border-t-green-600\/25{ border-top-color: rgb(22 163 74 / 0.25); }
.border-t-green-600\/30{ border-top-color: rgb(22 163 74 / 0.3); }
.border-t-green-600\/40{ border-top-color: rgb(22 163 74 / 0.4); }
.border-t-green-600\/5{ border-top-color: rgb(22 163 74 / 0.05); }
.border-t-green-600\/50{ border-top-color: rgb(22 163 74 / 0.5); }
.border-t-green-600\/60{ border-top-color: rgb(22 163 74 / 0.6); }
.border-t-green-600\/70{ border-top-color: rgb(22 163 74 / 0.7); }
.border-t-green-600\/75{ border-top-color: rgb(22 163 74 / 0.75); }
.border-t-green-600\/80{ border-top-color: rgb(22 163 74 / 0.8); }
.border-t-green-600\/90{ border-top-color: rgb(22 163 74 / 0.9); }
.border-t-green-600\/95{ border-top-color: rgb(22 163 74 / 0.95); }
.border-t-green-700{ --tw-border-opacity: 1; border-top-color: rgb(21 128 61 / var(--tw-border-opacity)); }
.border-t-green-700\/0{ border-top-color: rgb(21 128 61 / 0); }
.border-t-green-700\/10{ border-top-color: rgb(21 128 61 / 0.1); }
.border-t-green-700\/100{ border-top-color: rgb(21 128 61 / 1); }
.border-t-green-700\/20{ border-top-color: rgb(21 128 61 / 0.2); }
.border-t-green-700\/25{ border-top-color: rgb(21 128 61 / 0.25); }
.border-t-green-700\/30{ border-top-color: rgb(21 128 61 / 0.3); }
.border-t-green-700\/40{ border-top-color: rgb(21 128 61 / 0.4); }
.border-t-green-700\/5{ border-top-color: rgb(21 128 61 / 0.05); }
.border-t-green-700\/50{ border-top-color: rgb(21 128 61 / 0.5); }
.border-t-green-700\/60{ border-top-color: rgb(21 128 61 / 0.6); }
.border-t-green-700\/70{ border-top-color: rgb(21 128 61 / 0.7); }
.border-t-green-700\/75{ border-top-color: rgb(21 128 61 / 0.75); }
.border-t-green-700\/80{ border-top-color: rgb(21 128 61 / 0.8); }
.border-t-green-700\/90{ border-top-color: rgb(21 128 61 / 0.9); }
.border-t-green-700\/95{ border-top-color: rgb(21 128 61 / 0.95); }
.border-t-green-800{ --tw-border-opacity: 1; border-top-color: rgb(22 101 52 / var(--tw-border-opacity)); }
.border-t-green-800\/0{ border-top-color: rgb(22 101 52 / 0); }
.border-t-green-800\/10{ border-top-color: rgb(22 101 52 / 0.1); }
.border-t-green-800\/100{ border-top-color: rgb(22 101 52 / 1); }
.border-t-green-800\/20{ border-top-color: rgb(22 101 52 / 0.2); }
.border-t-green-800\/25{ border-top-color: rgb(22 101 52 / 0.25); }
.border-t-green-800\/30{ border-top-color: rgb(22 101 52 / 0.3); }
.border-t-green-800\/40{ border-top-color: rgb(22 101 52 / 0.4); }
.border-t-green-800\/5{ border-top-color: rgb(22 101 52 / 0.05); }
.border-t-green-800\/50{ border-top-color: rgb(22 101 52 / 0.5); }
.border-t-green-800\/60{ border-top-color: rgb(22 101 52 / 0.6); }
.border-t-green-800\/70{ border-top-color: rgb(22 101 52 / 0.7); }
.border-t-green-800\/75{ border-top-color: rgb(22 101 52 / 0.75); }
.border-t-green-800\/80{ border-top-color: rgb(22 101 52 / 0.8); }
.border-t-green-800\/90{ border-top-color: rgb(22 101 52 / 0.9); }
.border-t-green-800\/95{ border-top-color: rgb(22 101 52 / 0.95); }
.border-t-green-900{ --tw-border-opacity: 1; border-top-color: rgb(20 83 45 / var(--tw-border-opacity)); }
.border-t-green-900\/0{ border-top-color: rgb(20 83 45 / 0); }
.border-t-green-900\/10{ border-top-color: rgb(20 83 45 / 0.1); }
.border-t-green-900\/100{ border-top-color: rgb(20 83 45 / 1); }
.border-t-green-900\/20{ border-top-color: rgb(20 83 45 / 0.2); }
.border-t-green-900\/25{ border-top-color: rgb(20 83 45 / 0.25); }
.border-t-green-900\/30{ border-top-color: rgb(20 83 45 / 0.3); }
.border-t-green-900\/40{ border-top-color: rgb(20 83 45 / 0.4); }
.border-t-green-900\/5{ border-top-color: rgb(20 83 45 / 0.05); }
.border-t-green-900\/50{ border-top-color: rgb(20 83 45 / 0.5); }
.border-t-green-900\/60{ border-top-color: rgb(20 83 45 / 0.6); }
.border-t-green-900\/70{ border-top-color: rgb(20 83 45 / 0.7); }
.border-t-green-900\/75{ border-top-color: rgb(20 83 45 / 0.75); }
.border-t-green-900\/80{ border-top-color: rgb(20 83 45 / 0.8); }
.border-t-green-900\/90{ border-top-color: rgb(20 83 45 / 0.9); }
.border-t-green-900\/95{ border-top-color: rgb(20 83 45 / 0.95); }
.border-t-green-950{ --tw-border-opacity: 1; border-top-color: rgb(5 46 22 / var(--tw-border-opacity)); }
.border-t-green-950\/0{ border-top-color: rgb(5 46 22 / 0); }
.border-t-green-950\/10{ border-top-color: rgb(5 46 22 / 0.1); }
.border-t-green-950\/100{ border-top-color: rgb(5 46 22 / 1); }
.border-t-green-950\/20{ border-top-color: rgb(5 46 22 / 0.2); }
.border-t-green-950\/25{ border-top-color: rgb(5 46 22 / 0.25); }
.border-t-green-950\/30{ border-top-color: rgb(5 46 22 / 0.3); }
.border-t-green-950\/40{ border-top-color: rgb(5 46 22 / 0.4); }
.border-t-green-950\/5{ border-top-color: rgb(5 46 22 / 0.05); }
.border-t-green-950\/50{ border-top-color: rgb(5 46 22 / 0.5); }
.border-t-green-950\/60{ border-top-color: rgb(5 46 22 / 0.6); }
.border-t-green-950\/70{ border-top-color: rgb(5 46 22 / 0.7); }
.border-t-green-950\/75{ border-top-color: rgb(5 46 22 / 0.75); }
.border-t-green-950\/80{ border-top-color: rgb(5 46 22 / 0.8); }
.border-t-green-950\/90{ border-top-color: rgb(5 46 22 / 0.9); }
.border-t-green-950\/95{ border-top-color: rgb(5 46 22 / 0.95); }
.border-t-indigo-100{ --tw-border-opacity: 1; border-top-color: rgb(224 231 255 / var(--tw-border-opacity)); }
.border-t-indigo-100\/0{ border-top-color: rgb(224 231 255 / 0); }
.border-t-indigo-100\/10{ border-top-color: rgb(224 231 255 / 0.1); }
.border-t-indigo-100\/100{ border-top-color: rgb(224 231 255 / 1); }
.border-t-indigo-100\/20{ border-top-color: rgb(224 231 255 / 0.2); }
.border-t-indigo-100\/25{ border-top-color: rgb(224 231 255 / 0.25); }
.border-t-indigo-100\/30{ border-top-color: rgb(224 231 255 / 0.3); }
.border-t-indigo-100\/40{ border-top-color: rgb(224 231 255 / 0.4); }
.border-t-indigo-100\/5{ border-top-color: rgb(224 231 255 / 0.05); }
.border-t-indigo-100\/50{ border-top-color: rgb(224 231 255 / 0.5); }
.border-t-indigo-100\/60{ border-top-color: rgb(224 231 255 / 0.6); }
.border-t-indigo-100\/70{ border-top-color: rgb(224 231 255 / 0.7); }
.border-t-indigo-100\/75{ border-top-color: rgb(224 231 255 / 0.75); }
.border-t-indigo-100\/80{ border-top-color: rgb(224 231 255 / 0.8); }
.border-t-indigo-100\/90{ border-top-color: rgb(224 231 255 / 0.9); }
.border-t-indigo-100\/95{ border-top-color: rgb(224 231 255 / 0.95); }
.border-t-indigo-200{ --tw-border-opacity: 1; border-top-color: rgb(199 210 254 / var(--tw-border-opacity)); }
.border-t-indigo-200\/0{ border-top-color: rgb(199 210 254 / 0); }
.border-t-indigo-200\/10{ border-top-color: rgb(199 210 254 / 0.1); }
.border-t-indigo-200\/100{ border-top-color: rgb(199 210 254 / 1); }
.border-t-indigo-200\/20{ border-top-color: rgb(199 210 254 / 0.2); }
.border-t-indigo-200\/25{ border-top-color: rgb(199 210 254 / 0.25); }
.border-t-indigo-200\/30{ border-top-color: rgb(199 210 254 / 0.3); }
.border-t-indigo-200\/40{ border-top-color: rgb(199 210 254 / 0.4); }
.border-t-indigo-200\/5{ border-top-color: rgb(199 210 254 / 0.05); }
.border-t-indigo-200\/50{ border-top-color: rgb(199 210 254 / 0.5); }
.border-t-indigo-200\/60{ border-top-color: rgb(199 210 254 / 0.6); }
.border-t-indigo-200\/70{ border-top-color: rgb(199 210 254 / 0.7); }
.border-t-indigo-200\/75{ border-top-color: rgb(199 210 254 / 0.75); }
.border-t-indigo-200\/80{ border-top-color: rgb(199 210 254 / 0.8); }
.border-t-indigo-200\/90{ border-top-color: rgb(199 210 254 / 0.9); }
.border-t-indigo-200\/95{ border-top-color: rgb(199 210 254 / 0.95); }
.border-t-indigo-300{ --tw-border-opacity: 1; border-top-color: rgb(165 180 252 / var(--tw-border-opacity)); }
.border-t-indigo-300\/0{ border-top-color: rgb(165 180 252 / 0); }
.border-t-indigo-300\/10{ border-top-color: rgb(165 180 252 / 0.1); }
.border-t-indigo-300\/100{ border-top-color: rgb(165 180 252 / 1); }
.border-t-indigo-300\/20{ border-top-color: rgb(165 180 252 / 0.2); }
.border-t-indigo-300\/25{ border-top-color: rgb(165 180 252 / 0.25); }
.border-t-indigo-300\/30{ border-top-color: rgb(165 180 252 / 0.3); }
.border-t-indigo-300\/40{ border-top-color: rgb(165 180 252 / 0.4); }
.border-t-indigo-300\/5{ border-top-color: rgb(165 180 252 / 0.05); }
.border-t-indigo-300\/50{ border-top-color: rgb(165 180 252 / 0.5); }
.border-t-indigo-300\/60{ border-top-color: rgb(165 180 252 / 0.6); }
.border-t-indigo-300\/70{ border-top-color: rgb(165 180 252 / 0.7); }
.border-t-indigo-300\/75{ border-top-color: rgb(165 180 252 / 0.75); }
.border-t-indigo-300\/80{ border-top-color: rgb(165 180 252 / 0.8); }
.border-t-indigo-300\/90{ border-top-color: rgb(165 180 252 / 0.9); }
.border-t-indigo-300\/95{ border-top-color: rgb(165 180 252 / 0.95); }
.border-t-indigo-400{ --tw-border-opacity: 1; border-top-color: rgb(129 140 248 / var(--tw-border-opacity)); }
.border-t-indigo-400\/0{ border-top-color: rgb(129 140 248 / 0); }
.border-t-indigo-400\/10{ border-top-color: rgb(129 140 248 / 0.1); }
.border-t-indigo-400\/100{ border-top-color: rgb(129 140 248 / 1); }
.border-t-indigo-400\/20{ border-top-color: rgb(129 140 248 / 0.2); }
.border-t-indigo-400\/25{ border-top-color: rgb(129 140 248 / 0.25); }
.border-t-indigo-400\/30{ border-top-color: rgb(129 140 248 / 0.3); }
.border-t-indigo-400\/40{ border-top-color: rgb(129 140 248 / 0.4); }
.border-t-indigo-400\/5{ border-top-color: rgb(129 140 248 / 0.05); }
.border-t-indigo-400\/50{ border-top-color: rgb(129 140 248 / 0.5); }
.border-t-indigo-400\/60{ border-top-color: rgb(129 140 248 / 0.6); }
.border-t-indigo-400\/70{ border-top-color: rgb(129 140 248 / 0.7); }
.border-t-indigo-400\/75{ border-top-color: rgb(129 140 248 / 0.75); }
.border-t-indigo-400\/80{ border-top-color: rgb(129 140 248 / 0.8); }
.border-t-indigo-400\/90{ border-top-color: rgb(129 140 248 / 0.9); }
.border-t-indigo-400\/95{ border-top-color: rgb(129 140 248 / 0.95); }
.border-t-indigo-50{ --tw-border-opacity: 1; border-top-color: rgb(238 242 255 / var(--tw-border-opacity)); }
.border-t-indigo-50\/0{ border-top-color: rgb(238 242 255 / 0); }
.border-t-indigo-50\/10{ border-top-color: rgb(238 242 255 / 0.1); }
.border-t-indigo-50\/100{ border-top-color: rgb(238 242 255 / 1); }
.border-t-indigo-50\/20{ border-top-color: rgb(238 242 255 / 0.2); }
.border-t-indigo-50\/25{ border-top-color: rgb(238 242 255 / 0.25); }
.border-t-indigo-50\/30{ border-top-color: rgb(238 242 255 / 0.3); }
.border-t-indigo-50\/40{ border-top-color: rgb(238 242 255 / 0.4); }
.border-t-indigo-50\/5{ border-top-color: rgb(238 242 255 / 0.05); }
.border-t-indigo-50\/50{ border-top-color: rgb(238 242 255 / 0.5); }
.border-t-indigo-50\/60{ border-top-color: rgb(238 242 255 / 0.6); }
.border-t-indigo-50\/70{ border-top-color: rgb(238 242 255 / 0.7); }
.border-t-indigo-50\/75{ border-top-color: rgb(238 242 255 / 0.75); }
.border-t-indigo-50\/80{ border-top-color: rgb(238 242 255 / 0.8); }
.border-t-indigo-50\/90{ border-top-color: rgb(238 242 255 / 0.9); }
.border-t-indigo-50\/95{ border-top-color: rgb(238 242 255 / 0.95); }
.border-t-indigo-500{ --tw-border-opacity: 1; border-top-color: rgb(99 102 241 / var(--tw-border-opacity)); }
.border-t-indigo-500\/0{ border-top-color: rgb(99 102 241 / 0); }
.border-t-indigo-500\/10{ border-top-color: rgb(99 102 241 / 0.1); }
.border-t-indigo-500\/100{ border-top-color: rgb(99 102 241 / 1); }
.border-t-indigo-500\/20{ border-top-color: rgb(99 102 241 / 0.2); }
.border-t-indigo-500\/25{ border-top-color: rgb(99 102 241 / 0.25); }
.border-t-indigo-500\/30{ border-top-color: rgb(99 102 241 / 0.3); }
.border-t-indigo-500\/40{ border-top-color: rgb(99 102 241 / 0.4); }
.border-t-indigo-500\/5{ border-top-color: rgb(99 102 241 / 0.05); }
.border-t-indigo-500\/50{ border-top-color: rgb(99 102 241 / 0.5); }
.border-t-indigo-500\/60{ border-top-color: rgb(99 102 241 / 0.6); }
.border-t-indigo-500\/70{ border-top-color: rgb(99 102 241 / 0.7); }
.border-t-indigo-500\/75{ border-top-color: rgb(99 102 241 / 0.75); }
.border-t-indigo-500\/80{ border-top-color: rgb(99 102 241 / 0.8); }
.border-t-indigo-500\/90{ border-top-color: rgb(99 102 241 / 0.9); }
.border-t-indigo-500\/95{ border-top-color: rgb(99 102 241 / 0.95); }
.border-t-indigo-600{ --tw-border-opacity: 1; border-top-color: rgb(79 70 229 / var(--tw-border-opacity)); }
.border-t-indigo-600\/0{ border-top-color: rgb(79 70 229 / 0); }
.border-t-indigo-600\/10{ border-top-color: rgb(79 70 229 / 0.1); }
.border-t-indigo-600\/100{ border-top-color: rgb(79 70 229 / 1); }
.border-t-indigo-600\/20{ border-top-color: rgb(79 70 229 / 0.2); }
.border-t-indigo-600\/25{ border-top-color: rgb(79 70 229 / 0.25); }
.border-t-indigo-600\/30{ border-top-color: rgb(79 70 229 / 0.3); }
.border-t-indigo-600\/40{ border-top-color: rgb(79 70 229 / 0.4); }
.border-t-indigo-600\/5{ border-top-color: rgb(79 70 229 / 0.05); }
.border-t-indigo-600\/50{ border-top-color: rgb(79 70 229 / 0.5); }
.border-t-indigo-600\/60{ border-top-color: rgb(79 70 229 / 0.6); }
.border-t-indigo-600\/70{ border-top-color: rgb(79 70 229 / 0.7); }
.border-t-indigo-600\/75{ border-top-color: rgb(79 70 229 / 0.75); }
.border-t-indigo-600\/80{ border-top-color: rgb(79 70 229 / 0.8); }
.border-t-indigo-600\/90{ border-top-color: rgb(79 70 229 / 0.9); }
.border-t-indigo-600\/95{ border-top-color: rgb(79 70 229 / 0.95); }
.border-t-indigo-700{ --tw-border-opacity: 1; border-top-color: rgb(67 56 202 / var(--tw-border-opacity)); }
.border-t-indigo-700\/0{ border-top-color: rgb(67 56 202 / 0); }
.border-t-indigo-700\/10{ border-top-color: rgb(67 56 202 / 0.1); }
.border-t-indigo-700\/100{ border-top-color: rgb(67 56 202 / 1); }
.border-t-indigo-700\/20{ border-top-color: rgb(67 56 202 / 0.2); }
.border-t-indigo-700\/25{ border-top-color: rgb(67 56 202 / 0.25); }
.border-t-indigo-700\/30{ border-top-color: rgb(67 56 202 / 0.3); }
.border-t-indigo-700\/40{ border-top-color: rgb(67 56 202 / 0.4); }
.border-t-indigo-700\/5{ border-top-color: rgb(67 56 202 / 0.05); }
.border-t-indigo-700\/50{ border-top-color: rgb(67 56 202 / 0.5); }
.border-t-indigo-700\/60{ border-top-color: rgb(67 56 202 / 0.6); }
.border-t-indigo-700\/70{ border-top-color: rgb(67 56 202 / 0.7); }
.border-t-indigo-700\/75{ border-top-color: rgb(67 56 202 / 0.75); }
.border-t-indigo-700\/80{ border-top-color: rgb(67 56 202 / 0.8); }
.border-t-indigo-700\/90{ border-top-color: rgb(67 56 202 / 0.9); }
.border-t-indigo-700\/95{ border-top-color: rgb(67 56 202 / 0.95); }
.border-t-indigo-800{ --tw-border-opacity: 1; border-top-color: rgb(55 48 163 / var(--tw-border-opacity)); }
.border-t-indigo-800\/0{ border-top-color: rgb(55 48 163 / 0); }
.border-t-indigo-800\/10{ border-top-color: rgb(55 48 163 / 0.1); }
.border-t-indigo-800\/100{ border-top-color: rgb(55 48 163 / 1); }
.border-t-indigo-800\/20{ border-top-color: rgb(55 48 163 / 0.2); }
.border-t-indigo-800\/25{ border-top-color: rgb(55 48 163 / 0.25); }
.border-t-indigo-800\/30{ border-top-color: rgb(55 48 163 / 0.3); }
.border-t-indigo-800\/40{ border-top-color: rgb(55 48 163 / 0.4); }
.border-t-indigo-800\/5{ border-top-color: rgb(55 48 163 / 0.05); }
.border-t-indigo-800\/50{ border-top-color: rgb(55 48 163 / 0.5); }
.border-t-indigo-800\/60{ border-top-color: rgb(55 48 163 / 0.6); }
.border-t-indigo-800\/70{ border-top-color: rgb(55 48 163 / 0.7); }
.border-t-indigo-800\/75{ border-top-color: rgb(55 48 163 / 0.75); }
.border-t-indigo-800\/80{ border-top-color: rgb(55 48 163 / 0.8); }
.border-t-indigo-800\/90{ border-top-color: rgb(55 48 163 / 0.9); }
.border-t-indigo-800\/95{ border-top-color: rgb(55 48 163 / 0.95); }
.border-t-indigo-900{ --tw-border-opacity: 1; border-top-color: rgb(49 46 129 / var(--tw-border-opacity)); }
.border-t-indigo-900\/0{ border-top-color: rgb(49 46 129 / 0); }
.border-t-indigo-900\/10{ border-top-color: rgb(49 46 129 / 0.1); }
.border-t-indigo-900\/100{ border-top-color: rgb(49 46 129 / 1); }
.border-t-indigo-900\/20{ border-top-color: rgb(49 46 129 / 0.2); }
.border-t-indigo-900\/25{ border-top-color: rgb(49 46 129 / 0.25); }
.border-t-indigo-900\/30{ border-top-color: rgb(49 46 129 / 0.3); }
.border-t-indigo-900\/40{ border-top-color: rgb(49 46 129 / 0.4); }
.border-t-indigo-900\/5{ border-top-color: rgb(49 46 129 / 0.05); }
.border-t-indigo-900\/50{ border-top-color: rgb(49 46 129 / 0.5); }
.border-t-indigo-900\/60{ border-top-color: rgb(49 46 129 / 0.6); }
.border-t-indigo-900\/70{ border-top-color: rgb(49 46 129 / 0.7); }
.border-t-indigo-900\/75{ border-top-color: rgb(49 46 129 / 0.75); }
.border-t-indigo-900\/80{ border-top-color: rgb(49 46 129 / 0.8); }
.border-t-indigo-900\/90{ border-top-color: rgb(49 46 129 / 0.9); }
.border-t-indigo-900\/95{ border-top-color: rgb(49 46 129 / 0.95); }
.border-t-indigo-950{ --tw-border-opacity: 1; border-top-color: rgb(30 27 75 / var(--tw-border-opacity)); }
.border-t-indigo-950\/0{ border-top-color: rgb(30 27 75 / 0); }
.border-t-indigo-950\/10{ border-top-color: rgb(30 27 75 / 0.1); }
.border-t-indigo-950\/100{ border-top-color: rgb(30 27 75 / 1); }
.border-t-indigo-950\/20{ border-top-color: rgb(30 27 75 / 0.2); }
.border-t-indigo-950\/25{ border-top-color: rgb(30 27 75 / 0.25); }
.border-t-indigo-950\/30{ border-top-color: rgb(30 27 75 / 0.3); }
.border-t-indigo-950\/40{ border-top-color: rgb(30 27 75 / 0.4); }
.border-t-indigo-950\/5{ border-top-color: rgb(30 27 75 / 0.05); }
.border-t-indigo-950\/50{ border-top-color: rgb(30 27 75 / 0.5); }
.border-t-indigo-950\/60{ border-top-color: rgb(30 27 75 / 0.6); }
.border-t-indigo-950\/70{ border-top-color: rgb(30 27 75 / 0.7); }
.border-t-indigo-950\/75{ border-top-color: rgb(30 27 75 / 0.75); }
.border-t-indigo-950\/80{ border-top-color: rgb(30 27 75 / 0.8); }
.border-t-indigo-950\/90{ border-top-color: rgb(30 27 75 / 0.9); }
.border-t-indigo-950\/95{ border-top-color: rgb(30 27 75 / 0.95); }
.border-t-inherit{ border-top-color: inherit; }
.border-t-kaimurasaki{ --tw-border-opacity: 1; border-top-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-100{ --tw-border-opacity: 1; border-top-color: rgb(232 232 234 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-100\/0{ border-top-color: rgb(232 232 234 / 0); }
.border-t-kaimurasaki-100\/10{ border-top-color: rgb(232 232 234 / 0.1); }
.border-t-kaimurasaki-100\/100{ border-top-color: rgb(232 232 234 / 1); }
.border-t-kaimurasaki-100\/20{ border-top-color: rgb(232 232 234 / 0.2); }
.border-t-kaimurasaki-100\/25{ border-top-color: rgb(232 232 234 / 0.25); }
.border-t-kaimurasaki-100\/30{ border-top-color: rgb(232 232 234 / 0.3); }
.border-t-kaimurasaki-100\/40{ border-top-color: rgb(232 232 234 / 0.4); }
.border-t-kaimurasaki-100\/5{ border-top-color: rgb(232 232 234 / 0.05); }
.border-t-kaimurasaki-100\/50{ border-top-color: rgb(232 232 234 / 0.5); }
.border-t-kaimurasaki-100\/60{ border-top-color: rgb(232 232 234 / 0.6); }
.border-t-kaimurasaki-100\/70{ border-top-color: rgb(232 232 234 / 0.7); }
.border-t-kaimurasaki-100\/75{ border-top-color: rgb(232 232 234 / 0.75); }
.border-t-kaimurasaki-100\/80{ border-top-color: rgb(232 232 234 / 0.8); }
.border-t-kaimurasaki-100\/90{ border-top-color: rgb(232 232 234 / 0.9); }
.border-t-kaimurasaki-100\/95{ border-top-color: rgb(232 232 234 / 0.95); }
.border-t-kaimurasaki-200{ --tw-border-opacity: 1; border-top-color: rgb(211 210 214 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-200\/0{ border-top-color: rgb(211 210 214 / 0); }
.border-t-kaimurasaki-200\/10{ border-top-color: rgb(211 210 214 / 0.1); }
.border-t-kaimurasaki-200\/100{ border-top-color: rgb(211 210 214 / 1); }
.border-t-kaimurasaki-200\/20{ border-top-color: rgb(211 210 214 / 0.2); }
.border-t-kaimurasaki-200\/25{ border-top-color: rgb(211 210 214 / 0.25); }
.border-t-kaimurasaki-200\/30{ border-top-color: rgb(211 210 214 / 0.3); }
.border-t-kaimurasaki-200\/40{ border-top-color: rgb(211 210 214 / 0.4); }
.border-t-kaimurasaki-200\/5{ border-top-color: rgb(211 210 214 / 0.05); }
.border-t-kaimurasaki-200\/50{ border-top-color: rgb(211 210 214 / 0.5); }
.border-t-kaimurasaki-200\/60{ border-top-color: rgb(211 210 214 / 0.6); }
.border-t-kaimurasaki-200\/70{ border-top-color: rgb(211 210 214 / 0.7); }
.border-t-kaimurasaki-200\/75{ border-top-color: rgb(211 210 214 / 0.75); }
.border-t-kaimurasaki-200\/80{ border-top-color: rgb(211 210 214 / 0.8); }
.border-t-kaimurasaki-200\/90{ border-top-color: rgb(211 210 214 / 0.9); }
.border-t-kaimurasaki-200\/95{ border-top-color: rgb(211 210 214 / 0.95); }
.border-t-kaimurasaki-300{ --tw-border-opacity: 1; border-top-color: rgb(188 186 194 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-300\/0{ border-top-color: rgb(188 186 194 / 0); }
.border-t-kaimurasaki-300\/10{ border-top-color: rgb(188 186 194 / 0.1); }
.border-t-kaimurasaki-300\/100{ border-top-color: rgb(188 186 194 / 1); }
.border-t-kaimurasaki-300\/20{ border-top-color: rgb(188 186 194 / 0.2); }
.border-t-kaimurasaki-300\/25{ border-top-color: rgb(188 186 194 / 0.25); }
.border-t-kaimurasaki-300\/30{ border-top-color: rgb(188 186 194 / 0.3); }
.border-t-kaimurasaki-300\/40{ border-top-color: rgb(188 186 194 / 0.4); }
.border-t-kaimurasaki-300\/5{ border-top-color: rgb(188 186 194 / 0.05); }
.border-t-kaimurasaki-300\/50{ border-top-color: rgb(188 186 194 / 0.5); }
.border-t-kaimurasaki-300\/60{ border-top-color: rgb(188 186 194 / 0.6); }
.border-t-kaimurasaki-300\/70{ border-top-color: rgb(188 186 194 / 0.7); }
.border-t-kaimurasaki-300\/75{ border-top-color: rgb(188 186 194 / 0.75); }
.border-t-kaimurasaki-300\/80{ border-top-color: rgb(188 186 194 / 0.8); }
.border-t-kaimurasaki-300\/90{ border-top-color: rgb(188 186 194 / 0.9); }
.border-t-kaimurasaki-300\/95{ border-top-color: rgb(188 186 194 / 0.95); }
.border-t-kaimurasaki-400{ --tw-border-opacity: 1; border-top-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-400\/0{ border-top-color: rgb(167 164 174 / 0); }
.border-t-kaimurasaki-400\/10{ border-top-color: rgb(167 164 174 / 0.1); }
.border-t-kaimurasaki-400\/100{ border-top-color: rgb(167 164 174 / 1); }
.border-t-kaimurasaki-400\/20{ border-top-color: rgb(167 164 174 / 0.2); }
.border-t-kaimurasaki-400\/25{ border-top-color: rgb(167 164 174 / 0.25); }
.border-t-kaimurasaki-400\/30{ border-top-color: rgb(167 164 174 / 0.3); }
.border-t-kaimurasaki-400\/40{ border-top-color: rgb(167 164 174 / 0.4); }
.border-t-kaimurasaki-400\/5{ border-top-color: rgb(167 164 174 / 0.05); }
.border-t-kaimurasaki-400\/50{ border-top-color: rgb(167 164 174 / 0.5); }
.border-t-kaimurasaki-400\/60{ border-top-color: rgb(167 164 174 / 0.6); }
.border-t-kaimurasaki-400\/70{ border-top-color: rgb(167 164 174 / 0.7); }
.border-t-kaimurasaki-400\/75{ border-top-color: rgb(167 164 174 / 0.75); }
.border-t-kaimurasaki-400\/80{ border-top-color: rgb(167 164 174 / 0.8); }
.border-t-kaimurasaki-400\/90{ border-top-color: rgb(167 164 174 / 0.9); }
.border-t-kaimurasaki-400\/95{ border-top-color: rgb(167 164 174 / 0.95); }
.border-t-kaimurasaki-500{ --tw-border-opacity: 1; border-top-color: rgb(145 142 154 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-500\/0{ border-top-color: rgb(145 142 154 / 0); }
.border-t-kaimurasaki-500\/10{ border-top-color: rgb(145 142 154 / 0.1); }
.border-t-kaimurasaki-500\/100{ border-top-color: rgb(145 142 154 / 1); }
.border-t-kaimurasaki-500\/20{ border-top-color: rgb(145 142 154 / 0.2); }
.border-t-kaimurasaki-500\/25{ border-top-color: rgb(145 142 154 / 0.25); }
.border-t-kaimurasaki-500\/30{ border-top-color: rgb(145 142 154 / 0.3); }
.border-t-kaimurasaki-500\/40{ border-top-color: rgb(145 142 154 / 0.4); }
.border-t-kaimurasaki-500\/5{ border-top-color: rgb(145 142 154 / 0.05); }
.border-t-kaimurasaki-500\/50{ border-top-color: rgb(145 142 154 / 0.5); }
.border-t-kaimurasaki-500\/60{ border-top-color: rgb(145 142 154 / 0.6); }
.border-t-kaimurasaki-500\/70{ border-top-color: rgb(145 142 154 / 0.7); }
.border-t-kaimurasaki-500\/75{ border-top-color: rgb(145 142 154 / 0.75); }
.border-t-kaimurasaki-500\/80{ border-top-color: rgb(145 142 154 / 0.8); }
.border-t-kaimurasaki-500\/90{ border-top-color: rgb(145 142 154 / 0.9); }
.border-t-kaimurasaki-500\/95{ border-top-color: rgb(145 142 154 / 0.95); }
.border-t-kaimurasaki-600{ --tw-border-opacity: 1; border-top-color: rgb(122 119 133 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-600\/0{ border-top-color: rgb(122 119 133 / 0); }
.border-t-kaimurasaki-600\/10{ border-top-color: rgb(122 119 133 / 0.1); }
.border-t-kaimurasaki-600\/100{ border-top-color: rgb(122 119 133 / 1); }
.border-t-kaimurasaki-600\/20{ border-top-color: rgb(122 119 133 / 0.2); }
.border-t-kaimurasaki-600\/25{ border-top-color: rgb(122 119 133 / 0.25); }
.border-t-kaimurasaki-600\/30{ border-top-color: rgb(122 119 133 / 0.3); }
.border-t-kaimurasaki-600\/40{ border-top-color: rgb(122 119 133 / 0.4); }
.border-t-kaimurasaki-600\/5{ border-top-color: rgb(122 119 133 / 0.05); }
.border-t-kaimurasaki-600\/50{ border-top-color: rgb(122 119 133 / 0.5); }
.border-t-kaimurasaki-600\/60{ border-top-color: rgb(122 119 133 / 0.6); }
.border-t-kaimurasaki-600\/70{ border-top-color: rgb(122 119 133 / 0.7); }
.border-t-kaimurasaki-600\/75{ border-top-color: rgb(122 119 133 / 0.75); }
.border-t-kaimurasaki-600\/80{ border-top-color: rgb(122 119 133 / 0.8); }
.border-t-kaimurasaki-600\/90{ border-top-color: rgb(122 119 133 / 0.9); }
.border-t-kaimurasaki-600\/95{ border-top-color: rgb(122 119 133 / 0.95); }
.border-t-kaimurasaki-700{ --tw-border-opacity: 1; border-top-color: rgb(100 96 113 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-700\/0{ border-top-color: rgb(100 96 113 / 0); }
.border-t-kaimurasaki-700\/10{ border-top-color: rgb(100 96 113 / 0.1); }
.border-t-kaimurasaki-700\/100{ border-top-color: rgb(100 96 113 / 1); }
.border-t-kaimurasaki-700\/20{ border-top-color: rgb(100 96 113 / 0.2); }
.border-t-kaimurasaki-700\/25{ border-top-color: rgb(100 96 113 / 0.25); }
.border-t-kaimurasaki-700\/30{ border-top-color: rgb(100 96 113 / 0.3); }
.border-t-kaimurasaki-700\/40{ border-top-color: rgb(100 96 113 / 0.4); }
.border-t-kaimurasaki-700\/5{ border-top-color: rgb(100 96 113 / 0.05); }
.border-t-kaimurasaki-700\/50{ border-top-color: rgb(100 96 113 / 0.5); }
.border-t-kaimurasaki-700\/60{ border-top-color: rgb(100 96 113 / 0.6); }
.border-t-kaimurasaki-700\/70{ border-top-color: rgb(100 96 113 / 0.7); }
.border-t-kaimurasaki-700\/75{ border-top-color: rgb(100 96 113 / 0.75); }
.border-t-kaimurasaki-700\/80{ border-top-color: rgb(100 96 113 / 0.8); }
.border-t-kaimurasaki-700\/90{ border-top-color: rgb(100 96 113 / 0.9); }
.border-t-kaimurasaki-700\/95{ border-top-color: rgb(100 96 113 / 0.95); }
.border-t-kaimurasaki-800{ --tw-border-opacity: 1; border-top-color: rgb(78 73 93 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-800\/0{ border-top-color: rgb(78 73 93 / 0); }
.border-t-kaimurasaki-800\/10{ border-top-color: rgb(78 73 93 / 0.1); }
.border-t-kaimurasaki-800\/100{ border-top-color: rgb(78 73 93 / 1); }
.border-t-kaimurasaki-800\/20{ border-top-color: rgb(78 73 93 / 0.2); }
.border-t-kaimurasaki-800\/25{ border-top-color: rgb(78 73 93 / 0.25); }
.border-t-kaimurasaki-800\/30{ border-top-color: rgb(78 73 93 / 0.3); }
.border-t-kaimurasaki-800\/40{ border-top-color: rgb(78 73 93 / 0.4); }
.border-t-kaimurasaki-800\/5{ border-top-color: rgb(78 73 93 / 0.05); }
.border-t-kaimurasaki-800\/50{ border-top-color: rgb(78 73 93 / 0.5); }
.border-t-kaimurasaki-800\/60{ border-top-color: rgb(78 73 93 / 0.6); }
.border-t-kaimurasaki-800\/70{ border-top-color: rgb(78 73 93 / 0.7); }
.border-t-kaimurasaki-800\/75{ border-top-color: rgb(78 73 93 / 0.75); }
.border-t-kaimurasaki-800\/80{ border-top-color: rgb(78 73 93 / 0.8); }
.border-t-kaimurasaki-800\/90{ border-top-color: rgb(78 73 93 / 0.9); }
.border-t-kaimurasaki-800\/95{ border-top-color: rgb(78 73 93 / 0.95); }
.border-t-kaimurasaki-900{ --tw-border-opacity: 1; border-top-color: rgb(56 50 72 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-900\/0{ border-top-color: rgb(56 50 72 / 0); }
.border-t-kaimurasaki-900\/10{ border-top-color: rgb(56 50 72 / 0.1); }
.border-t-kaimurasaki-900\/100{ border-top-color: rgb(56 50 72 / 1); }
.border-t-kaimurasaki-900\/20{ border-top-color: rgb(56 50 72 / 0.2); }
.border-t-kaimurasaki-900\/25{ border-top-color: rgb(56 50 72 / 0.25); }
.border-t-kaimurasaki-900\/30{ border-top-color: rgb(56 50 72 / 0.3); }
.border-t-kaimurasaki-900\/40{ border-top-color: rgb(56 50 72 / 0.4); }
.border-t-kaimurasaki-900\/5{ border-top-color: rgb(56 50 72 / 0.05); }
.border-t-kaimurasaki-900\/50{ border-top-color: rgb(56 50 72 / 0.5); }
.border-t-kaimurasaki-900\/60{ border-top-color: rgb(56 50 72 / 0.6); }
.border-t-kaimurasaki-900\/70{ border-top-color: rgb(56 50 72 / 0.7); }
.border-t-kaimurasaki-900\/75{ border-top-color: rgb(56 50 72 / 0.75); }
.border-t-kaimurasaki-900\/80{ border-top-color: rgb(56 50 72 / 0.8); }
.border-t-kaimurasaki-900\/90{ border-top-color: rgb(56 50 72 / 0.9); }
.border-t-kaimurasaki-900\/95{ border-top-color: rgb(56 50 72 / 0.95); }
.border-t-kaimurasaki-950{ --tw-border-opacity: 1; border-top-color: rgb(44 39 62 / var(--tw-border-opacity)); }
.border-t-kaimurasaki-950\/0{ border-top-color: rgb(44 39 62 / 0); }
.border-t-kaimurasaki-950\/10{ border-top-color: rgb(44 39 62 / 0.1); }
.border-t-kaimurasaki-950\/100{ border-top-color: rgb(44 39 62 / 1); }
.border-t-kaimurasaki-950\/20{ border-top-color: rgb(44 39 62 / 0.2); }
.border-t-kaimurasaki-950\/25{ border-top-color: rgb(44 39 62 / 0.25); }
.border-t-kaimurasaki-950\/30{ border-top-color: rgb(44 39 62 / 0.3); }
.border-t-kaimurasaki-950\/40{ border-top-color: rgb(44 39 62 / 0.4); }
.border-t-kaimurasaki-950\/5{ border-top-color: rgb(44 39 62 / 0.05); }
.border-t-kaimurasaki-950\/50{ border-top-color: rgb(44 39 62 / 0.5); }
.border-t-kaimurasaki-950\/60{ border-top-color: rgb(44 39 62 / 0.6); }
.border-t-kaimurasaki-950\/70{ border-top-color: rgb(44 39 62 / 0.7); }
.border-t-kaimurasaki-950\/75{ border-top-color: rgb(44 39 62 / 0.75); }
.border-t-kaimurasaki-950\/80{ border-top-color: rgb(44 39 62 / 0.8); }
.border-t-kaimurasaki-950\/90{ border-top-color: rgb(44 39 62 / 0.9); }
.border-t-kaimurasaki-950\/95{ border-top-color: rgb(44 39 62 / 0.95); }
.border-t-kaimurasaki\/0{ border-top-color: rgb(34 28 52 / 0); }
.border-t-kaimurasaki\/10{ border-top-color: rgb(34 28 52 / 0.1); }
.border-t-kaimurasaki\/100{ border-top-color: rgb(34 28 52 / 1); }
.border-t-kaimurasaki\/20{ border-top-color: rgb(34 28 52 / 0.2); }
.border-t-kaimurasaki\/25{ border-top-color: rgb(34 28 52 / 0.25); }
.border-t-kaimurasaki\/30{ border-top-color: rgb(34 28 52 / 0.3); }
.border-t-kaimurasaki\/40{ border-top-color: rgb(34 28 52 / 0.4); }
.border-t-kaimurasaki\/5{ border-top-color: rgb(34 28 52 / 0.05); }
.border-t-kaimurasaki\/50{ border-top-color: rgb(34 28 52 / 0.5); }
.border-t-kaimurasaki\/60{ border-top-color: rgb(34 28 52 / 0.6); }
.border-t-kaimurasaki\/70{ border-top-color: rgb(34 28 52 / 0.7); }
.border-t-kaimurasaki\/75{ border-top-color: rgb(34 28 52 / 0.75); }
.border-t-kaimurasaki\/80{ border-top-color: rgb(34 28 52 / 0.8); }
.border-t-kaimurasaki\/90{ border-top-color: rgb(34 28 52 / 0.9); }
.border-t-kaimurasaki\/95{ border-top-color: rgb(34 28 52 / 0.95); }
.border-t-lime-100{ --tw-border-opacity: 1; border-top-color: rgb(236 252 203 / var(--tw-border-opacity)); }
.border-t-lime-100\/0{ border-top-color: rgb(236 252 203 / 0); }
.border-t-lime-100\/10{ border-top-color: rgb(236 252 203 / 0.1); }
.border-t-lime-100\/100{ border-top-color: rgb(236 252 203 / 1); }
.border-t-lime-100\/20{ border-top-color: rgb(236 252 203 / 0.2); }
.border-t-lime-100\/25{ border-top-color: rgb(236 252 203 / 0.25); }
.border-t-lime-100\/30{ border-top-color: rgb(236 252 203 / 0.3); }
.border-t-lime-100\/40{ border-top-color: rgb(236 252 203 / 0.4); }
.border-t-lime-100\/5{ border-top-color: rgb(236 252 203 / 0.05); }
.border-t-lime-100\/50{ border-top-color: rgb(236 252 203 / 0.5); }
.border-t-lime-100\/60{ border-top-color: rgb(236 252 203 / 0.6); }
.border-t-lime-100\/70{ border-top-color: rgb(236 252 203 / 0.7); }
.border-t-lime-100\/75{ border-top-color: rgb(236 252 203 / 0.75); }
.border-t-lime-100\/80{ border-top-color: rgb(236 252 203 / 0.8); }
.border-t-lime-100\/90{ border-top-color: rgb(236 252 203 / 0.9); }
.border-t-lime-100\/95{ border-top-color: rgb(236 252 203 / 0.95); }
.border-t-lime-200{ --tw-border-opacity: 1; border-top-color: rgb(217 249 157 / var(--tw-border-opacity)); }
.border-t-lime-200\/0{ border-top-color: rgb(217 249 157 / 0); }
.border-t-lime-200\/10{ border-top-color: rgb(217 249 157 / 0.1); }
.border-t-lime-200\/100{ border-top-color: rgb(217 249 157 / 1); }
.border-t-lime-200\/20{ border-top-color: rgb(217 249 157 / 0.2); }
.border-t-lime-200\/25{ border-top-color: rgb(217 249 157 / 0.25); }
.border-t-lime-200\/30{ border-top-color: rgb(217 249 157 / 0.3); }
.border-t-lime-200\/40{ border-top-color: rgb(217 249 157 / 0.4); }
.border-t-lime-200\/5{ border-top-color: rgb(217 249 157 / 0.05); }
.border-t-lime-200\/50{ border-top-color: rgb(217 249 157 / 0.5); }
.border-t-lime-200\/60{ border-top-color: rgb(217 249 157 / 0.6); }
.border-t-lime-200\/70{ border-top-color: rgb(217 249 157 / 0.7); }
.border-t-lime-200\/75{ border-top-color: rgb(217 249 157 / 0.75); }
.border-t-lime-200\/80{ border-top-color: rgb(217 249 157 / 0.8); }
.border-t-lime-200\/90{ border-top-color: rgb(217 249 157 / 0.9); }
.border-t-lime-200\/95{ border-top-color: rgb(217 249 157 / 0.95); }
.border-t-lime-300{ --tw-border-opacity: 1; border-top-color: rgb(190 242 100 / var(--tw-border-opacity)); }
.border-t-lime-300\/0{ border-top-color: rgb(190 242 100 / 0); }
.border-t-lime-300\/10{ border-top-color: rgb(190 242 100 / 0.1); }
.border-t-lime-300\/100{ border-top-color: rgb(190 242 100 / 1); }
.border-t-lime-300\/20{ border-top-color: rgb(190 242 100 / 0.2); }
.border-t-lime-300\/25{ border-top-color: rgb(190 242 100 / 0.25); }
.border-t-lime-300\/30{ border-top-color: rgb(190 242 100 / 0.3); }
.border-t-lime-300\/40{ border-top-color: rgb(190 242 100 / 0.4); }
.border-t-lime-300\/5{ border-top-color: rgb(190 242 100 / 0.05); }
.border-t-lime-300\/50{ border-top-color: rgb(190 242 100 / 0.5); }
.border-t-lime-300\/60{ border-top-color: rgb(190 242 100 / 0.6); }
.border-t-lime-300\/70{ border-top-color: rgb(190 242 100 / 0.7); }
.border-t-lime-300\/75{ border-top-color: rgb(190 242 100 / 0.75); }
.border-t-lime-300\/80{ border-top-color: rgb(190 242 100 / 0.8); }
.border-t-lime-300\/90{ border-top-color: rgb(190 242 100 / 0.9); }
.border-t-lime-300\/95{ border-top-color: rgb(190 242 100 / 0.95); }
.border-t-lime-400{ --tw-border-opacity: 1; border-top-color: rgb(163 230 53 / var(--tw-border-opacity)); }
.border-t-lime-400\/0{ border-top-color: rgb(163 230 53 / 0); }
.border-t-lime-400\/10{ border-top-color: rgb(163 230 53 / 0.1); }
.border-t-lime-400\/100{ border-top-color: rgb(163 230 53 / 1); }
.border-t-lime-400\/20{ border-top-color: rgb(163 230 53 / 0.2); }
.border-t-lime-400\/25{ border-top-color: rgb(163 230 53 / 0.25); }
.border-t-lime-400\/30{ border-top-color: rgb(163 230 53 / 0.3); }
.border-t-lime-400\/40{ border-top-color: rgb(163 230 53 / 0.4); }
.border-t-lime-400\/5{ border-top-color: rgb(163 230 53 / 0.05); }
.border-t-lime-400\/50{ border-top-color: rgb(163 230 53 / 0.5); }
.border-t-lime-400\/60{ border-top-color: rgb(163 230 53 / 0.6); }
.border-t-lime-400\/70{ border-top-color: rgb(163 230 53 / 0.7); }
.border-t-lime-400\/75{ border-top-color: rgb(163 230 53 / 0.75); }
.border-t-lime-400\/80{ border-top-color: rgb(163 230 53 / 0.8); }
.border-t-lime-400\/90{ border-top-color: rgb(163 230 53 / 0.9); }
.border-t-lime-400\/95{ border-top-color: rgb(163 230 53 / 0.95); }
.border-t-lime-50{ --tw-border-opacity: 1; border-top-color: rgb(247 254 231 / var(--tw-border-opacity)); }
.border-t-lime-50\/0{ border-top-color: rgb(247 254 231 / 0); }
.border-t-lime-50\/10{ border-top-color: rgb(247 254 231 / 0.1); }
.border-t-lime-50\/100{ border-top-color: rgb(247 254 231 / 1); }
.border-t-lime-50\/20{ border-top-color: rgb(247 254 231 / 0.2); }
.border-t-lime-50\/25{ border-top-color: rgb(247 254 231 / 0.25); }
.border-t-lime-50\/30{ border-top-color: rgb(247 254 231 / 0.3); }
.border-t-lime-50\/40{ border-top-color: rgb(247 254 231 / 0.4); }
.border-t-lime-50\/5{ border-top-color: rgb(247 254 231 / 0.05); }
.border-t-lime-50\/50{ border-top-color: rgb(247 254 231 / 0.5); }
.border-t-lime-50\/60{ border-top-color: rgb(247 254 231 / 0.6); }
.border-t-lime-50\/70{ border-top-color: rgb(247 254 231 / 0.7); }
.border-t-lime-50\/75{ border-top-color: rgb(247 254 231 / 0.75); }
.border-t-lime-50\/80{ border-top-color: rgb(247 254 231 / 0.8); }
.border-t-lime-50\/90{ border-top-color: rgb(247 254 231 / 0.9); }
.border-t-lime-50\/95{ border-top-color: rgb(247 254 231 / 0.95); }
.border-t-lime-500{ --tw-border-opacity: 1; border-top-color: rgb(132 204 22 / var(--tw-border-opacity)); }
.border-t-lime-500\/0{ border-top-color: rgb(132 204 22 / 0); }
.border-t-lime-500\/10{ border-top-color: rgb(132 204 22 / 0.1); }
.border-t-lime-500\/100{ border-top-color: rgb(132 204 22 / 1); }
.border-t-lime-500\/20{ border-top-color: rgb(132 204 22 / 0.2); }
.border-t-lime-500\/25{ border-top-color: rgb(132 204 22 / 0.25); }
.border-t-lime-500\/30{ border-top-color: rgb(132 204 22 / 0.3); }
.border-t-lime-500\/40{ border-top-color: rgb(132 204 22 / 0.4); }
.border-t-lime-500\/5{ border-top-color: rgb(132 204 22 / 0.05); }
.border-t-lime-500\/50{ border-top-color: rgb(132 204 22 / 0.5); }
.border-t-lime-500\/60{ border-top-color: rgb(132 204 22 / 0.6); }
.border-t-lime-500\/70{ border-top-color: rgb(132 204 22 / 0.7); }
.border-t-lime-500\/75{ border-top-color: rgb(132 204 22 / 0.75); }
.border-t-lime-500\/80{ border-top-color: rgb(132 204 22 / 0.8); }
.border-t-lime-500\/90{ border-top-color: rgb(132 204 22 / 0.9); }
.border-t-lime-500\/95{ border-top-color: rgb(132 204 22 / 0.95); }
.border-t-lime-600{ --tw-border-opacity: 1; border-top-color: rgb(101 163 13 / var(--tw-border-opacity)); }
.border-t-lime-600\/0{ border-top-color: rgb(101 163 13 / 0); }
.border-t-lime-600\/10{ border-top-color: rgb(101 163 13 / 0.1); }
.border-t-lime-600\/100{ border-top-color: rgb(101 163 13 / 1); }
.border-t-lime-600\/20{ border-top-color: rgb(101 163 13 / 0.2); }
.border-t-lime-600\/25{ border-top-color: rgb(101 163 13 / 0.25); }
.border-t-lime-600\/30{ border-top-color: rgb(101 163 13 / 0.3); }
.border-t-lime-600\/40{ border-top-color: rgb(101 163 13 / 0.4); }
.border-t-lime-600\/5{ border-top-color: rgb(101 163 13 / 0.05); }
.border-t-lime-600\/50{ border-top-color: rgb(101 163 13 / 0.5); }
.border-t-lime-600\/60{ border-top-color: rgb(101 163 13 / 0.6); }
.border-t-lime-600\/70{ border-top-color: rgb(101 163 13 / 0.7); }
.border-t-lime-600\/75{ border-top-color: rgb(101 163 13 / 0.75); }
.border-t-lime-600\/80{ border-top-color: rgb(101 163 13 / 0.8); }
.border-t-lime-600\/90{ border-top-color: rgb(101 163 13 / 0.9); }
.border-t-lime-600\/95{ border-top-color: rgb(101 163 13 / 0.95); }
.border-t-lime-700{ --tw-border-opacity: 1; border-top-color: rgb(77 124 15 / var(--tw-border-opacity)); }
.border-t-lime-700\/0{ border-top-color: rgb(77 124 15 / 0); }
.border-t-lime-700\/10{ border-top-color: rgb(77 124 15 / 0.1); }
.border-t-lime-700\/100{ border-top-color: rgb(77 124 15 / 1); }
.border-t-lime-700\/20{ border-top-color: rgb(77 124 15 / 0.2); }
.border-t-lime-700\/25{ border-top-color: rgb(77 124 15 / 0.25); }
.border-t-lime-700\/30{ border-top-color: rgb(77 124 15 / 0.3); }
.border-t-lime-700\/40{ border-top-color: rgb(77 124 15 / 0.4); }
.border-t-lime-700\/5{ border-top-color: rgb(77 124 15 / 0.05); }
.border-t-lime-700\/50{ border-top-color: rgb(77 124 15 / 0.5); }
.border-t-lime-700\/60{ border-top-color: rgb(77 124 15 / 0.6); }
.border-t-lime-700\/70{ border-top-color: rgb(77 124 15 / 0.7); }
.border-t-lime-700\/75{ border-top-color: rgb(77 124 15 / 0.75); }
.border-t-lime-700\/80{ border-top-color: rgb(77 124 15 / 0.8); }
.border-t-lime-700\/90{ border-top-color: rgb(77 124 15 / 0.9); }
.border-t-lime-700\/95{ border-top-color: rgb(77 124 15 / 0.95); }
.border-t-lime-800{ --tw-border-opacity: 1; border-top-color: rgb(63 98 18 / var(--tw-border-opacity)); }
.border-t-lime-800\/0{ border-top-color: rgb(63 98 18 / 0); }
.border-t-lime-800\/10{ border-top-color: rgb(63 98 18 / 0.1); }
.border-t-lime-800\/100{ border-top-color: rgb(63 98 18 / 1); }
.border-t-lime-800\/20{ border-top-color: rgb(63 98 18 / 0.2); }
.border-t-lime-800\/25{ border-top-color: rgb(63 98 18 / 0.25); }
.border-t-lime-800\/30{ border-top-color: rgb(63 98 18 / 0.3); }
.border-t-lime-800\/40{ border-top-color: rgb(63 98 18 / 0.4); }
.border-t-lime-800\/5{ border-top-color: rgb(63 98 18 / 0.05); }
.border-t-lime-800\/50{ border-top-color: rgb(63 98 18 / 0.5); }
.border-t-lime-800\/60{ border-top-color: rgb(63 98 18 / 0.6); }
.border-t-lime-800\/70{ border-top-color: rgb(63 98 18 / 0.7); }
.border-t-lime-800\/75{ border-top-color: rgb(63 98 18 / 0.75); }
.border-t-lime-800\/80{ border-top-color: rgb(63 98 18 / 0.8); }
.border-t-lime-800\/90{ border-top-color: rgb(63 98 18 / 0.9); }
.border-t-lime-800\/95{ border-top-color: rgb(63 98 18 / 0.95); }
.border-t-lime-900{ --tw-border-opacity: 1; border-top-color: rgb(54 83 20 / var(--tw-border-opacity)); }
.border-t-lime-900\/0{ border-top-color: rgb(54 83 20 / 0); }
.border-t-lime-900\/10{ border-top-color: rgb(54 83 20 / 0.1); }
.border-t-lime-900\/100{ border-top-color: rgb(54 83 20 / 1); }
.border-t-lime-900\/20{ border-top-color: rgb(54 83 20 / 0.2); }
.border-t-lime-900\/25{ border-top-color: rgb(54 83 20 / 0.25); }
.border-t-lime-900\/30{ border-top-color: rgb(54 83 20 / 0.3); }
.border-t-lime-900\/40{ border-top-color: rgb(54 83 20 / 0.4); }
.border-t-lime-900\/5{ border-top-color: rgb(54 83 20 / 0.05); }
.border-t-lime-900\/50{ border-top-color: rgb(54 83 20 / 0.5); }
.border-t-lime-900\/60{ border-top-color: rgb(54 83 20 / 0.6); }
.border-t-lime-900\/70{ border-top-color: rgb(54 83 20 / 0.7); }
.border-t-lime-900\/75{ border-top-color: rgb(54 83 20 / 0.75); }
.border-t-lime-900\/80{ border-top-color: rgb(54 83 20 / 0.8); }
.border-t-lime-900\/90{ border-top-color: rgb(54 83 20 / 0.9); }
.border-t-lime-900\/95{ border-top-color: rgb(54 83 20 / 0.95); }
.border-t-lime-950{ --tw-border-opacity: 1; border-top-color: rgb(26 46 5 / var(--tw-border-opacity)); }
.border-t-lime-950\/0{ border-top-color: rgb(26 46 5 / 0); }
.border-t-lime-950\/10{ border-top-color: rgb(26 46 5 / 0.1); }
.border-t-lime-950\/100{ border-top-color: rgb(26 46 5 / 1); }
.border-t-lime-950\/20{ border-top-color: rgb(26 46 5 / 0.2); }
.border-t-lime-950\/25{ border-top-color: rgb(26 46 5 / 0.25); }
.border-t-lime-950\/30{ border-top-color: rgb(26 46 5 / 0.3); }
.border-t-lime-950\/40{ border-top-color: rgb(26 46 5 / 0.4); }
.border-t-lime-950\/5{ border-top-color: rgb(26 46 5 / 0.05); }
.border-t-lime-950\/50{ border-top-color: rgb(26 46 5 / 0.5); }
.border-t-lime-950\/60{ border-top-color: rgb(26 46 5 / 0.6); }
.border-t-lime-950\/70{ border-top-color: rgb(26 46 5 / 0.7); }
.border-t-lime-950\/75{ border-top-color: rgb(26 46 5 / 0.75); }
.border-t-lime-950\/80{ border-top-color: rgb(26 46 5 / 0.8); }
.border-t-lime-950\/90{ border-top-color: rgb(26 46 5 / 0.9); }
.border-t-lime-950\/95{ border-top-color: rgb(26 46 5 / 0.95); }
.border-t-neutral-100{ --tw-border-opacity: 1; border-top-color: rgb(245 245 245 / var(--tw-border-opacity)); }
.border-t-neutral-100\/0{ border-top-color: rgb(245 245 245 / 0); }
.border-t-neutral-100\/10{ border-top-color: rgb(245 245 245 / 0.1); }
.border-t-neutral-100\/100{ border-top-color: rgb(245 245 245 / 1); }
.border-t-neutral-100\/20{ border-top-color: rgb(245 245 245 / 0.2); }
.border-t-neutral-100\/25{ border-top-color: rgb(245 245 245 / 0.25); }
.border-t-neutral-100\/30{ border-top-color: rgb(245 245 245 / 0.3); }
.border-t-neutral-100\/40{ border-top-color: rgb(245 245 245 / 0.4); }
.border-t-neutral-100\/5{ border-top-color: rgb(245 245 245 / 0.05); }
.border-t-neutral-100\/50{ border-top-color: rgb(245 245 245 / 0.5); }
.border-t-neutral-100\/60{ border-top-color: rgb(245 245 245 / 0.6); }
.border-t-neutral-100\/70{ border-top-color: rgb(245 245 245 / 0.7); }
.border-t-neutral-100\/75{ border-top-color: rgb(245 245 245 / 0.75); }
.border-t-neutral-100\/80{ border-top-color: rgb(245 245 245 / 0.8); }
.border-t-neutral-100\/90{ border-top-color: rgb(245 245 245 / 0.9); }
.border-t-neutral-100\/95{ border-top-color: rgb(245 245 245 / 0.95); }
.border-t-neutral-200{ --tw-border-opacity: 1; border-top-color: rgb(229 229 229 / var(--tw-border-opacity)); }
.border-t-neutral-200\/0{ border-top-color: rgb(229 229 229 / 0); }
.border-t-neutral-200\/10{ border-top-color: rgb(229 229 229 / 0.1); }
.border-t-neutral-200\/100{ border-top-color: rgb(229 229 229 / 1); }
.border-t-neutral-200\/20{ border-top-color: rgb(229 229 229 / 0.2); }
.border-t-neutral-200\/25{ border-top-color: rgb(229 229 229 / 0.25); }
.border-t-neutral-200\/30{ border-top-color: rgb(229 229 229 / 0.3); }
.border-t-neutral-200\/40{ border-top-color: rgb(229 229 229 / 0.4); }
.border-t-neutral-200\/5{ border-top-color: rgb(229 229 229 / 0.05); }
.border-t-neutral-200\/50{ border-top-color: rgb(229 229 229 / 0.5); }
.border-t-neutral-200\/60{ border-top-color: rgb(229 229 229 / 0.6); }
.border-t-neutral-200\/70{ border-top-color: rgb(229 229 229 / 0.7); }
.border-t-neutral-200\/75{ border-top-color: rgb(229 229 229 / 0.75); }
.border-t-neutral-200\/80{ border-top-color: rgb(229 229 229 / 0.8); }
.border-t-neutral-200\/90{ border-top-color: rgb(229 229 229 / 0.9); }
.border-t-neutral-200\/95{ border-top-color: rgb(229 229 229 / 0.95); }
.border-t-neutral-300{ --tw-border-opacity: 1; border-top-color: rgb(212 212 212 / var(--tw-border-opacity)); }
.border-t-neutral-300\/0{ border-top-color: rgb(212 212 212 / 0); }
.border-t-neutral-300\/10{ border-top-color: rgb(212 212 212 / 0.1); }
.border-t-neutral-300\/100{ border-top-color: rgb(212 212 212 / 1); }
.border-t-neutral-300\/20{ border-top-color: rgb(212 212 212 / 0.2); }
.border-t-neutral-300\/25{ border-top-color: rgb(212 212 212 / 0.25); }
.border-t-neutral-300\/30{ border-top-color: rgb(212 212 212 / 0.3); }
.border-t-neutral-300\/40{ border-top-color: rgb(212 212 212 / 0.4); }
.border-t-neutral-300\/5{ border-top-color: rgb(212 212 212 / 0.05); }
.border-t-neutral-300\/50{ border-top-color: rgb(212 212 212 / 0.5); }
.border-t-neutral-300\/60{ border-top-color: rgb(212 212 212 / 0.6); }
.border-t-neutral-300\/70{ border-top-color: rgb(212 212 212 / 0.7); }
.border-t-neutral-300\/75{ border-top-color: rgb(212 212 212 / 0.75); }
.border-t-neutral-300\/80{ border-top-color: rgb(212 212 212 / 0.8); }
.border-t-neutral-300\/90{ border-top-color: rgb(212 212 212 / 0.9); }
.border-t-neutral-300\/95{ border-top-color: rgb(212 212 212 / 0.95); }
.border-t-neutral-400{ --tw-border-opacity: 1; border-top-color: rgb(163 163 163 / var(--tw-border-opacity)); }
.border-t-neutral-400\/0{ border-top-color: rgb(163 163 163 / 0); }
.border-t-neutral-400\/10{ border-top-color: rgb(163 163 163 / 0.1); }
.border-t-neutral-400\/100{ border-top-color: rgb(163 163 163 / 1); }
.border-t-neutral-400\/20{ border-top-color: rgb(163 163 163 / 0.2); }
.border-t-neutral-400\/25{ border-top-color: rgb(163 163 163 / 0.25); }
.border-t-neutral-400\/30{ border-top-color: rgb(163 163 163 / 0.3); }
.border-t-neutral-400\/40{ border-top-color: rgb(163 163 163 / 0.4); }
.border-t-neutral-400\/5{ border-top-color: rgb(163 163 163 / 0.05); }
.border-t-neutral-400\/50{ border-top-color: rgb(163 163 163 / 0.5); }
.border-t-neutral-400\/60{ border-top-color: rgb(163 163 163 / 0.6); }
.border-t-neutral-400\/70{ border-top-color: rgb(163 163 163 / 0.7); }
.border-t-neutral-400\/75{ border-top-color: rgb(163 163 163 / 0.75); }
.border-t-neutral-400\/80{ border-top-color: rgb(163 163 163 / 0.8); }
.border-t-neutral-400\/90{ border-top-color: rgb(163 163 163 / 0.9); }
.border-t-neutral-400\/95{ border-top-color: rgb(163 163 163 / 0.95); }
.border-t-neutral-50{ --tw-border-opacity: 1; border-top-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-t-neutral-50\/0{ border-top-color: rgb(250 250 250 / 0); }
.border-t-neutral-50\/10{ border-top-color: rgb(250 250 250 / 0.1); }
.border-t-neutral-50\/100{ border-top-color: rgb(250 250 250 / 1); }
.border-t-neutral-50\/20{ border-top-color: rgb(250 250 250 / 0.2); }
.border-t-neutral-50\/25{ border-top-color: rgb(250 250 250 / 0.25); }
.border-t-neutral-50\/30{ border-top-color: rgb(250 250 250 / 0.3); }
.border-t-neutral-50\/40{ border-top-color: rgb(250 250 250 / 0.4); }
.border-t-neutral-50\/5{ border-top-color: rgb(250 250 250 / 0.05); }
.border-t-neutral-50\/50{ border-top-color: rgb(250 250 250 / 0.5); }
.border-t-neutral-50\/60{ border-top-color: rgb(250 250 250 / 0.6); }
.border-t-neutral-50\/70{ border-top-color: rgb(250 250 250 / 0.7); }
.border-t-neutral-50\/75{ border-top-color: rgb(250 250 250 / 0.75); }
.border-t-neutral-50\/80{ border-top-color: rgb(250 250 250 / 0.8); }
.border-t-neutral-50\/90{ border-top-color: rgb(250 250 250 / 0.9); }
.border-t-neutral-50\/95{ border-top-color: rgb(250 250 250 / 0.95); }
.border-t-neutral-500{ --tw-border-opacity: 1; border-top-color: rgb(115 115 115 / var(--tw-border-opacity)); }
.border-t-neutral-500\/0{ border-top-color: rgb(115 115 115 / 0); }
.border-t-neutral-500\/10{ border-top-color: rgb(115 115 115 / 0.1); }
.border-t-neutral-500\/100{ border-top-color: rgb(115 115 115 / 1); }
.border-t-neutral-500\/20{ border-top-color: rgb(115 115 115 / 0.2); }
.border-t-neutral-500\/25{ border-top-color: rgb(115 115 115 / 0.25); }
.border-t-neutral-500\/30{ border-top-color: rgb(115 115 115 / 0.3); }
.border-t-neutral-500\/40{ border-top-color: rgb(115 115 115 / 0.4); }
.border-t-neutral-500\/5{ border-top-color: rgb(115 115 115 / 0.05); }
.border-t-neutral-500\/50{ border-top-color: rgb(115 115 115 / 0.5); }
.border-t-neutral-500\/60{ border-top-color: rgb(115 115 115 / 0.6); }
.border-t-neutral-500\/70{ border-top-color: rgb(115 115 115 / 0.7); }
.border-t-neutral-500\/75{ border-top-color: rgb(115 115 115 / 0.75); }
.border-t-neutral-500\/80{ border-top-color: rgb(115 115 115 / 0.8); }
.border-t-neutral-500\/90{ border-top-color: rgb(115 115 115 / 0.9); }
.border-t-neutral-500\/95{ border-top-color: rgb(115 115 115 / 0.95); }
.border-t-neutral-600{ --tw-border-opacity: 1; border-top-color: rgb(82 82 82 / var(--tw-border-opacity)); }
.border-t-neutral-600\/0{ border-top-color: rgb(82 82 82 / 0); }
.border-t-neutral-600\/10{ border-top-color: rgb(82 82 82 / 0.1); }
.border-t-neutral-600\/100{ border-top-color: rgb(82 82 82 / 1); }
.border-t-neutral-600\/20{ border-top-color: rgb(82 82 82 / 0.2); }
.border-t-neutral-600\/25{ border-top-color: rgb(82 82 82 / 0.25); }
.border-t-neutral-600\/30{ border-top-color: rgb(82 82 82 / 0.3); }
.border-t-neutral-600\/40{ border-top-color: rgb(82 82 82 / 0.4); }
.border-t-neutral-600\/5{ border-top-color: rgb(82 82 82 / 0.05); }
.border-t-neutral-600\/50{ border-top-color: rgb(82 82 82 / 0.5); }
.border-t-neutral-600\/60{ border-top-color: rgb(82 82 82 / 0.6); }
.border-t-neutral-600\/70{ border-top-color: rgb(82 82 82 / 0.7); }
.border-t-neutral-600\/75{ border-top-color: rgb(82 82 82 / 0.75); }
.border-t-neutral-600\/80{ border-top-color: rgb(82 82 82 / 0.8); }
.border-t-neutral-600\/90{ border-top-color: rgb(82 82 82 / 0.9); }
.border-t-neutral-600\/95{ border-top-color: rgb(82 82 82 / 0.95); }
.border-t-neutral-700{ --tw-border-opacity: 1; border-top-color: rgb(64 64 64 / var(--tw-border-opacity)); }
.border-t-neutral-700\/0{ border-top-color: rgb(64 64 64 / 0); }
.border-t-neutral-700\/10{ border-top-color: rgb(64 64 64 / 0.1); }
.border-t-neutral-700\/100{ border-top-color: rgb(64 64 64 / 1); }
.border-t-neutral-700\/20{ border-top-color: rgb(64 64 64 / 0.2); }
.border-t-neutral-700\/25{ border-top-color: rgb(64 64 64 / 0.25); }
.border-t-neutral-700\/30{ border-top-color: rgb(64 64 64 / 0.3); }
.border-t-neutral-700\/40{ border-top-color: rgb(64 64 64 / 0.4); }
.border-t-neutral-700\/5{ border-top-color: rgb(64 64 64 / 0.05); }
.border-t-neutral-700\/50{ border-top-color: rgb(64 64 64 / 0.5); }
.border-t-neutral-700\/60{ border-top-color: rgb(64 64 64 / 0.6); }
.border-t-neutral-700\/70{ border-top-color: rgb(64 64 64 / 0.7); }
.border-t-neutral-700\/75{ border-top-color: rgb(64 64 64 / 0.75); }
.border-t-neutral-700\/80{ border-top-color: rgb(64 64 64 / 0.8); }
.border-t-neutral-700\/90{ border-top-color: rgb(64 64 64 / 0.9); }
.border-t-neutral-700\/95{ border-top-color: rgb(64 64 64 / 0.95); }
.border-t-neutral-800{ --tw-border-opacity: 1; border-top-color: rgb(38 38 38 / var(--tw-border-opacity)); }
.border-t-neutral-800\/0{ border-top-color: rgb(38 38 38 / 0); }
.border-t-neutral-800\/10{ border-top-color: rgb(38 38 38 / 0.1); }
.border-t-neutral-800\/100{ border-top-color: rgb(38 38 38 / 1); }
.border-t-neutral-800\/20{ border-top-color: rgb(38 38 38 / 0.2); }
.border-t-neutral-800\/25{ border-top-color: rgb(38 38 38 / 0.25); }
.border-t-neutral-800\/30{ border-top-color: rgb(38 38 38 / 0.3); }
.border-t-neutral-800\/40{ border-top-color: rgb(38 38 38 / 0.4); }
.border-t-neutral-800\/5{ border-top-color: rgb(38 38 38 / 0.05); }
.border-t-neutral-800\/50{ border-top-color: rgb(38 38 38 / 0.5); }
.border-t-neutral-800\/60{ border-top-color: rgb(38 38 38 / 0.6); }
.border-t-neutral-800\/70{ border-top-color: rgb(38 38 38 / 0.7); }
.border-t-neutral-800\/75{ border-top-color: rgb(38 38 38 / 0.75); }
.border-t-neutral-800\/80{ border-top-color: rgb(38 38 38 / 0.8); }
.border-t-neutral-800\/90{ border-top-color: rgb(38 38 38 / 0.9); }
.border-t-neutral-800\/95{ border-top-color: rgb(38 38 38 / 0.95); }
.border-t-neutral-900{ --tw-border-opacity: 1; border-top-color: rgb(23 23 23 / var(--tw-border-opacity)); }
.border-t-neutral-900\/0{ border-top-color: rgb(23 23 23 / 0); }
.border-t-neutral-900\/10{ border-top-color: rgb(23 23 23 / 0.1); }
.border-t-neutral-900\/100{ border-top-color: rgb(23 23 23 / 1); }
.border-t-neutral-900\/20{ border-top-color: rgb(23 23 23 / 0.2); }
.border-t-neutral-900\/25{ border-top-color: rgb(23 23 23 / 0.25); }
.border-t-neutral-900\/30{ border-top-color: rgb(23 23 23 / 0.3); }
.border-t-neutral-900\/40{ border-top-color: rgb(23 23 23 / 0.4); }
.border-t-neutral-900\/5{ border-top-color: rgb(23 23 23 / 0.05); }
.border-t-neutral-900\/50{ border-top-color: rgb(23 23 23 / 0.5); }
.border-t-neutral-900\/60{ border-top-color: rgb(23 23 23 / 0.6); }
.border-t-neutral-900\/70{ border-top-color: rgb(23 23 23 / 0.7); }
.border-t-neutral-900\/75{ border-top-color: rgb(23 23 23 / 0.75); }
.border-t-neutral-900\/80{ border-top-color: rgb(23 23 23 / 0.8); }
.border-t-neutral-900\/90{ border-top-color: rgb(23 23 23 / 0.9); }
.border-t-neutral-900\/95{ border-top-color: rgb(23 23 23 / 0.95); }
.border-t-neutral-950{ --tw-border-opacity: 1; border-top-color: rgb(10 10 10 / var(--tw-border-opacity)); }
.border-t-neutral-950\/0{ border-top-color: rgb(10 10 10 / 0); }
.border-t-neutral-950\/10{ border-top-color: rgb(10 10 10 / 0.1); }
.border-t-neutral-950\/100{ border-top-color: rgb(10 10 10 / 1); }
.border-t-neutral-950\/20{ border-top-color: rgb(10 10 10 / 0.2); }
.border-t-neutral-950\/25{ border-top-color: rgb(10 10 10 / 0.25); }
.border-t-neutral-950\/30{ border-top-color: rgb(10 10 10 / 0.3); }
.border-t-neutral-950\/40{ border-top-color: rgb(10 10 10 / 0.4); }
.border-t-neutral-950\/5{ border-top-color: rgb(10 10 10 / 0.05); }
.border-t-neutral-950\/50{ border-top-color: rgb(10 10 10 / 0.5); }
.border-t-neutral-950\/60{ border-top-color: rgb(10 10 10 / 0.6); }
.border-t-neutral-950\/70{ border-top-color: rgb(10 10 10 / 0.7); }
.border-t-neutral-950\/75{ border-top-color: rgb(10 10 10 / 0.75); }
.border-t-neutral-950\/80{ border-top-color: rgb(10 10 10 / 0.8); }
.border-t-neutral-950\/90{ border-top-color: rgb(10 10 10 / 0.9); }
.border-t-neutral-950\/95{ border-top-color: rgb(10 10 10 / 0.95); }
.border-t-orange-100{ --tw-border-opacity: 1; border-top-color: rgb(255 237 213 / var(--tw-border-opacity)); }
.border-t-orange-100\/0{ border-top-color: rgb(255 237 213 / 0); }
.border-t-orange-100\/10{ border-top-color: rgb(255 237 213 / 0.1); }
.border-t-orange-100\/100{ border-top-color: rgb(255 237 213 / 1); }
.border-t-orange-100\/20{ border-top-color: rgb(255 237 213 / 0.2); }
.border-t-orange-100\/25{ border-top-color: rgb(255 237 213 / 0.25); }
.border-t-orange-100\/30{ border-top-color: rgb(255 237 213 / 0.3); }
.border-t-orange-100\/40{ border-top-color: rgb(255 237 213 / 0.4); }
.border-t-orange-100\/5{ border-top-color: rgb(255 237 213 / 0.05); }
.border-t-orange-100\/50{ border-top-color: rgb(255 237 213 / 0.5); }
.border-t-orange-100\/60{ border-top-color: rgb(255 237 213 / 0.6); }
.border-t-orange-100\/70{ border-top-color: rgb(255 237 213 / 0.7); }
.border-t-orange-100\/75{ border-top-color: rgb(255 237 213 / 0.75); }
.border-t-orange-100\/80{ border-top-color: rgb(255 237 213 / 0.8); }
.border-t-orange-100\/90{ border-top-color: rgb(255 237 213 / 0.9); }
.border-t-orange-100\/95{ border-top-color: rgb(255 237 213 / 0.95); }
.border-t-orange-200{ --tw-border-opacity: 1; border-top-color: rgb(254 215 170 / var(--tw-border-opacity)); }
.border-t-orange-200\/0{ border-top-color: rgb(254 215 170 / 0); }
.border-t-orange-200\/10{ border-top-color: rgb(254 215 170 / 0.1); }
.border-t-orange-200\/100{ border-top-color: rgb(254 215 170 / 1); }
.border-t-orange-200\/20{ border-top-color: rgb(254 215 170 / 0.2); }
.border-t-orange-200\/25{ border-top-color: rgb(254 215 170 / 0.25); }
.border-t-orange-200\/30{ border-top-color: rgb(254 215 170 / 0.3); }
.border-t-orange-200\/40{ border-top-color: rgb(254 215 170 / 0.4); }
.border-t-orange-200\/5{ border-top-color: rgb(254 215 170 / 0.05); }
.border-t-orange-200\/50{ border-top-color: rgb(254 215 170 / 0.5); }
.border-t-orange-200\/60{ border-top-color: rgb(254 215 170 / 0.6); }
.border-t-orange-200\/70{ border-top-color: rgb(254 215 170 / 0.7); }
.border-t-orange-200\/75{ border-top-color: rgb(254 215 170 / 0.75); }
.border-t-orange-200\/80{ border-top-color: rgb(254 215 170 / 0.8); }
.border-t-orange-200\/90{ border-top-color: rgb(254 215 170 / 0.9); }
.border-t-orange-200\/95{ border-top-color: rgb(254 215 170 / 0.95); }
.border-t-orange-300{ --tw-border-opacity: 1; border-top-color: rgb(253 186 116 / var(--tw-border-opacity)); }
.border-t-orange-300\/0{ border-top-color: rgb(253 186 116 / 0); }
.border-t-orange-300\/10{ border-top-color: rgb(253 186 116 / 0.1); }
.border-t-orange-300\/100{ border-top-color: rgb(253 186 116 / 1); }
.border-t-orange-300\/20{ border-top-color: rgb(253 186 116 / 0.2); }
.border-t-orange-300\/25{ border-top-color: rgb(253 186 116 / 0.25); }
.border-t-orange-300\/30{ border-top-color: rgb(253 186 116 / 0.3); }
.border-t-orange-300\/40{ border-top-color: rgb(253 186 116 / 0.4); }
.border-t-orange-300\/5{ border-top-color: rgb(253 186 116 / 0.05); }
.border-t-orange-300\/50{ border-top-color: rgb(253 186 116 / 0.5); }
.border-t-orange-300\/60{ border-top-color: rgb(253 186 116 / 0.6); }
.border-t-orange-300\/70{ border-top-color: rgb(253 186 116 / 0.7); }
.border-t-orange-300\/75{ border-top-color: rgb(253 186 116 / 0.75); }
.border-t-orange-300\/80{ border-top-color: rgb(253 186 116 / 0.8); }
.border-t-orange-300\/90{ border-top-color: rgb(253 186 116 / 0.9); }
.border-t-orange-300\/95{ border-top-color: rgb(253 186 116 / 0.95); }
.border-t-orange-400{ --tw-border-opacity: 1; border-top-color: rgb(251 146 60 / var(--tw-border-opacity)); }
.border-t-orange-400\/0{ border-top-color: rgb(251 146 60 / 0); }
.border-t-orange-400\/10{ border-top-color: rgb(251 146 60 / 0.1); }
.border-t-orange-400\/100{ border-top-color: rgb(251 146 60 / 1); }
.border-t-orange-400\/20{ border-top-color: rgb(251 146 60 / 0.2); }
.border-t-orange-400\/25{ border-top-color: rgb(251 146 60 / 0.25); }
.border-t-orange-400\/30{ border-top-color: rgb(251 146 60 / 0.3); }
.border-t-orange-400\/40{ border-top-color: rgb(251 146 60 / 0.4); }
.border-t-orange-400\/5{ border-top-color: rgb(251 146 60 / 0.05); }
.border-t-orange-400\/50{ border-top-color: rgb(251 146 60 / 0.5); }
.border-t-orange-400\/60{ border-top-color: rgb(251 146 60 / 0.6); }
.border-t-orange-400\/70{ border-top-color: rgb(251 146 60 / 0.7); }
.border-t-orange-400\/75{ border-top-color: rgb(251 146 60 / 0.75); }
.border-t-orange-400\/80{ border-top-color: rgb(251 146 60 / 0.8); }
.border-t-orange-400\/90{ border-top-color: rgb(251 146 60 / 0.9); }
.border-t-orange-400\/95{ border-top-color: rgb(251 146 60 / 0.95); }
.border-t-orange-50{ --tw-border-opacity: 1; border-top-color: rgb(255 247 237 / var(--tw-border-opacity)); }
.border-t-orange-50\/0{ border-top-color: rgb(255 247 237 / 0); }
.border-t-orange-50\/10{ border-top-color: rgb(255 247 237 / 0.1); }
.border-t-orange-50\/100{ border-top-color: rgb(255 247 237 / 1); }
.border-t-orange-50\/20{ border-top-color: rgb(255 247 237 / 0.2); }
.border-t-orange-50\/25{ border-top-color: rgb(255 247 237 / 0.25); }
.border-t-orange-50\/30{ border-top-color: rgb(255 247 237 / 0.3); }
.border-t-orange-50\/40{ border-top-color: rgb(255 247 237 / 0.4); }
.border-t-orange-50\/5{ border-top-color: rgb(255 247 237 / 0.05); }
.border-t-orange-50\/50{ border-top-color: rgb(255 247 237 / 0.5); }
.border-t-orange-50\/60{ border-top-color: rgb(255 247 237 / 0.6); }
.border-t-orange-50\/70{ border-top-color: rgb(255 247 237 / 0.7); }
.border-t-orange-50\/75{ border-top-color: rgb(255 247 237 / 0.75); }
.border-t-orange-50\/80{ border-top-color: rgb(255 247 237 / 0.8); }
.border-t-orange-50\/90{ border-top-color: rgb(255 247 237 / 0.9); }
.border-t-orange-50\/95{ border-top-color: rgb(255 247 237 / 0.95); }
.border-t-orange-500{ --tw-border-opacity: 1; border-top-color: rgb(249 115 22 / var(--tw-border-opacity)); }
.border-t-orange-500\/0{ border-top-color: rgb(249 115 22 / 0); }
.border-t-orange-500\/10{ border-top-color: rgb(249 115 22 / 0.1); }
.border-t-orange-500\/100{ border-top-color: rgb(249 115 22 / 1); }
.border-t-orange-500\/20{ border-top-color: rgb(249 115 22 / 0.2); }
.border-t-orange-500\/25{ border-top-color: rgb(249 115 22 / 0.25); }
.border-t-orange-500\/30{ border-top-color: rgb(249 115 22 / 0.3); }
.border-t-orange-500\/40{ border-top-color: rgb(249 115 22 / 0.4); }
.border-t-orange-500\/5{ border-top-color: rgb(249 115 22 / 0.05); }
.border-t-orange-500\/50{ border-top-color: rgb(249 115 22 / 0.5); }
.border-t-orange-500\/60{ border-top-color: rgb(249 115 22 / 0.6); }
.border-t-orange-500\/70{ border-top-color: rgb(249 115 22 / 0.7); }
.border-t-orange-500\/75{ border-top-color: rgb(249 115 22 / 0.75); }
.border-t-orange-500\/80{ border-top-color: rgb(249 115 22 / 0.8); }
.border-t-orange-500\/90{ border-top-color: rgb(249 115 22 / 0.9); }
.border-t-orange-500\/95{ border-top-color: rgb(249 115 22 / 0.95); }
.border-t-orange-600{ --tw-border-opacity: 1; border-top-color: rgb(234 88 12 / var(--tw-border-opacity)); }
.border-t-orange-600\/0{ border-top-color: rgb(234 88 12 / 0); }
.border-t-orange-600\/10{ border-top-color: rgb(234 88 12 / 0.1); }
.border-t-orange-600\/100{ border-top-color: rgb(234 88 12 / 1); }
.border-t-orange-600\/20{ border-top-color: rgb(234 88 12 / 0.2); }
.border-t-orange-600\/25{ border-top-color: rgb(234 88 12 / 0.25); }
.border-t-orange-600\/30{ border-top-color: rgb(234 88 12 / 0.3); }
.border-t-orange-600\/40{ border-top-color: rgb(234 88 12 / 0.4); }
.border-t-orange-600\/5{ border-top-color: rgb(234 88 12 / 0.05); }
.border-t-orange-600\/50{ border-top-color: rgb(234 88 12 / 0.5); }
.border-t-orange-600\/60{ border-top-color: rgb(234 88 12 / 0.6); }
.border-t-orange-600\/70{ border-top-color: rgb(234 88 12 / 0.7); }
.border-t-orange-600\/75{ border-top-color: rgb(234 88 12 / 0.75); }
.border-t-orange-600\/80{ border-top-color: rgb(234 88 12 / 0.8); }
.border-t-orange-600\/90{ border-top-color: rgb(234 88 12 / 0.9); }
.border-t-orange-600\/95{ border-top-color: rgb(234 88 12 / 0.95); }
.border-t-orange-700{ --tw-border-opacity: 1; border-top-color: rgb(194 65 12 / var(--tw-border-opacity)); }
.border-t-orange-700\/0{ border-top-color: rgb(194 65 12 / 0); }
.border-t-orange-700\/10{ border-top-color: rgb(194 65 12 / 0.1); }
.border-t-orange-700\/100{ border-top-color: rgb(194 65 12 / 1); }
.border-t-orange-700\/20{ border-top-color: rgb(194 65 12 / 0.2); }
.border-t-orange-700\/25{ border-top-color: rgb(194 65 12 / 0.25); }
.border-t-orange-700\/30{ border-top-color: rgb(194 65 12 / 0.3); }
.border-t-orange-700\/40{ border-top-color: rgb(194 65 12 / 0.4); }
.border-t-orange-700\/5{ border-top-color: rgb(194 65 12 / 0.05); }
.border-t-orange-700\/50{ border-top-color: rgb(194 65 12 / 0.5); }
.border-t-orange-700\/60{ border-top-color: rgb(194 65 12 / 0.6); }
.border-t-orange-700\/70{ border-top-color: rgb(194 65 12 / 0.7); }
.border-t-orange-700\/75{ border-top-color: rgb(194 65 12 / 0.75); }
.border-t-orange-700\/80{ border-top-color: rgb(194 65 12 / 0.8); }
.border-t-orange-700\/90{ border-top-color: rgb(194 65 12 / 0.9); }
.border-t-orange-700\/95{ border-top-color: rgb(194 65 12 / 0.95); }
.border-t-orange-800{ --tw-border-opacity: 1; border-top-color: rgb(154 52 18 / var(--tw-border-opacity)); }
.border-t-orange-800\/0{ border-top-color: rgb(154 52 18 / 0); }
.border-t-orange-800\/10{ border-top-color: rgb(154 52 18 / 0.1); }
.border-t-orange-800\/100{ border-top-color: rgb(154 52 18 / 1); }
.border-t-orange-800\/20{ border-top-color: rgb(154 52 18 / 0.2); }
.border-t-orange-800\/25{ border-top-color: rgb(154 52 18 / 0.25); }
.border-t-orange-800\/30{ border-top-color: rgb(154 52 18 / 0.3); }
.border-t-orange-800\/40{ border-top-color: rgb(154 52 18 / 0.4); }
.border-t-orange-800\/5{ border-top-color: rgb(154 52 18 / 0.05); }
.border-t-orange-800\/50{ border-top-color: rgb(154 52 18 / 0.5); }
.border-t-orange-800\/60{ border-top-color: rgb(154 52 18 / 0.6); }
.border-t-orange-800\/70{ border-top-color: rgb(154 52 18 / 0.7); }
.border-t-orange-800\/75{ border-top-color: rgb(154 52 18 / 0.75); }
.border-t-orange-800\/80{ border-top-color: rgb(154 52 18 / 0.8); }
.border-t-orange-800\/90{ border-top-color: rgb(154 52 18 / 0.9); }
.border-t-orange-800\/95{ border-top-color: rgb(154 52 18 / 0.95); }
.border-t-orange-900{ --tw-border-opacity: 1; border-top-color: rgb(124 45 18 / var(--tw-border-opacity)); }
.border-t-orange-900\/0{ border-top-color: rgb(124 45 18 / 0); }
.border-t-orange-900\/10{ border-top-color: rgb(124 45 18 / 0.1); }
.border-t-orange-900\/100{ border-top-color: rgb(124 45 18 / 1); }
.border-t-orange-900\/20{ border-top-color: rgb(124 45 18 / 0.2); }
.border-t-orange-900\/25{ border-top-color: rgb(124 45 18 / 0.25); }
.border-t-orange-900\/30{ border-top-color: rgb(124 45 18 / 0.3); }
.border-t-orange-900\/40{ border-top-color: rgb(124 45 18 / 0.4); }
.border-t-orange-900\/5{ border-top-color: rgb(124 45 18 / 0.05); }
.border-t-orange-900\/50{ border-top-color: rgb(124 45 18 / 0.5); }
.border-t-orange-900\/60{ border-top-color: rgb(124 45 18 / 0.6); }
.border-t-orange-900\/70{ border-top-color: rgb(124 45 18 / 0.7); }
.border-t-orange-900\/75{ border-top-color: rgb(124 45 18 / 0.75); }
.border-t-orange-900\/80{ border-top-color: rgb(124 45 18 / 0.8); }
.border-t-orange-900\/90{ border-top-color: rgb(124 45 18 / 0.9); }
.border-t-orange-900\/95{ border-top-color: rgb(124 45 18 / 0.95); }
.border-t-orange-950{ --tw-border-opacity: 1; border-top-color: rgb(67 20 7 / var(--tw-border-opacity)); }
.border-t-orange-950\/0{ border-top-color: rgb(67 20 7 / 0); }
.border-t-orange-950\/10{ border-top-color: rgb(67 20 7 / 0.1); }
.border-t-orange-950\/100{ border-top-color: rgb(67 20 7 / 1); }
.border-t-orange-950\/20{ border-top-color: rgb(67 20 7 / 0.2); }
.border-t-orange-950\/25{ border-top-color: rgb(67 20 7 / 0.25); }
.border-t-orange-950\/30{ border-top-color: rgb(67 20 7 / 0.3); }
.border-t-orange-950\/40{ border-top-color: rgb(67 20 7 / 0.4); }
.border-t-orange-950\/5{ border-top-color: rgb(67 20 7 / 0.05); }
.border-t-orange-950\/50{ border-top-color: rgb(67 20 7 / 0.5); }
.border-t-orange-950\/60{ border-top-color: rgb(67 20 7 / 0.6); }
.border-t-orange-950\/70{ border-top-color: rgb(67 20 7 / 0.7); }
.border-t-orange-950\/75{ border-top-color: rgb(67 20 7 / 0.75); }
.border-t-orange-950\/80{ border-top-color: rgb(67 20 7 / 0.8); }
.border-t-orange-950\/90{ border-top-color: rgb(67 20 7 / 0.9); }
.border-t-orange-950\/95{ border-top-color: rgb(67 20 7 / 0.95); }
.border-t-pink-100{ --tw-border-opacity: 1; border-top-color: rgb(252 231 243 / var(--tw-border-opacity)); }
.border-t-pink-100\/0{ border-top-color: rgb(252 231 243 / 0); }
.border-t-pink-100\/10{ border-top-color: rgb(252 231 243 / 0.1); }
.border-t-pink-100\/100{ border-top-color: rgb(252 231 243 / 1); }
.border-t-pink-100\/20{ border-top-color: rgb(252 231 243 / 0.2); }
.border-t-pink-100\/25{ border-top-color: rgb(252 231 243 / 0.25); }
.border-t-pink-100\/30{ border-top-color: rgb(252 231 243 / 0.3); }
.border-t-pink-100\/40{ border-top-color: rgb(252 231 243 / 0.4); }
.border-t-pink-100\/5{ border-top-color: rgb(252 231 243 / 0.05); }
.border-t-pink-100\/50{ border-top-color: rgb(252 231 243 / 0.5); }
.border-t-pink-100\/60{ border-top-color: rgb(252 231 243 / 0.6); }
.border-t-pink-100\/70{ border-top-color: rgb(252 231 243 / 0.7); }
.border-t-pink-100\/75{ border-top-color: rgb(252 231 243 / 0.75); }
.border-t-pink-100\/80{ border-top-color: rgb(252 231 243 / 0.8); }
.border-t-pink-100\/90{ border-top-color: rgb(252 231 243 / 0.9); }
.border-t-pink-100\/95{ border-top-color: rgb(252 231 243 / 0.95); }
.border-t-pink-200{ --tw-border-opacity: 1; border-top-color: rgb(251 207 232 / var(--tw-border-opacity)); }
.border-t-pink-200\/0{ border-top-color: rgb(251 207 232 / 0); }
.border-t-pink-200\/10{ border-top-color: rgb(251 207 232 / 0.1); }
.border-t-pink-200\/100{ border-top-color: rgb(251 207 232 / 1); }
.border-t-pink-200\/20{ border-top-color: rgb(251 207 232 / 0.2); }
.border-t-pink-200\/25{ border-top-color: rgb(251 207 232 / 0.25); }
.border-t-pink-200\/30{ border-top-color: rgb(251 207 232 / 0.3); }
.border-t-pink-200\/40{ border-top-color: rgb(251 207 232 / 0.4); }
.border-t-pink-200\/5{ border-top-color: rgb(251 207 232 / 0.05); }
.border-t-pink-200\/50{ border-top-color: rgb(251 207 232 / 0.5); }
.border-t-pink-200\/60{ border-top-color: rgb(251 207 232 / 0.6); }
.border-t-pink-200\/70{ border-top-color: rgb(251 207 232 / 0.7); }
.border-t-pink-200\/75{ border-top-color: rgb(251 207 232 / 0.75); }
.border-t-pink-200\/80{ border-top-color: rgb(251 207 232 / 0.8); }
.border-t-pink-200\/90{ border-top-color: rgb(251 207 232 / 0.9); }
.border-t-pink-200\/95{ border-top-color: rgb(251 207 232 / 0.95); }
.border-t-pink-300{ --tw-border-opacity: 1; border-top-color: rgb(249 168 212 / var(--tw-border-opacity)); }
.border-t-pink-300\/0{ border-top-color: rgb(249 168 212 / 0); }
.border-t-pink-300\/10{ border-top-color: rgb(249 168 212 / 0.1); }
.border-t-pink-300\/100{ border-top-color: rgb(249 168 212 / 1); }
.border-t-pink-300\/20{ border-top-color: rgb(249 168 212 / 0.2); }
.border-t-pink-300\/25{ border-top-color: rgb(249 168 212 / 0.25); }
.border-t-pink-300\/30{ border-top-color: rgb(249 168 212 / 0.3); }
.border-t-pink-300\/40{ border-top-color: rgb(249 168 212 / 0.4); }
.border-t-pink-300\/5{ border-top-color: rgb(249 168 212 / 0.05); }
.border-t-pink-300\/50{ border-top-color: rgb(249 168 212 / 0.5); }
.border-t-pink-300\/60{ border-top-color: rgb(249 168 212 / 0.6); }
.border-t-pink-300\/70{ border-top-color: rgb(249 168 212 / 0.7); }
.border-t-pink-300\/75{ border-top-color: rgb(249 168 212 / 0.75); }
.border-t-pink-300\/80{ border-top-color: rgb(249 168 212 / 0.8); }
.border-t-pink-300\/90{ border-top-color: rgb(249 168 212 / 0.9); }
.border-t-pink-300\/95{ border-top-color: rgb(249 168 212 / 0.95); }
.border-t-pink-400{ --tw-border-opacity: 1; border-top-color: rgb(244 114 182 / var(--tw-border-opacity)); }
.border-t-pink-400\/0{ border-top-color: rgb(244 114 182 / 0); }
.border-t-pink-400\/10{ border-top-color: rgb(244 114 182 / 0.1); }
.border-t-pink-400\/100{ border-top-color: rgb(244 114 182 / 1); }
.border-t-pink-400\/20{ border-top-color: rgb(244 114 182 / 0.2); }
.border-t-pink-400\/25{ border-top-color: rgb(244 114 182 / 0.25); }
.border-t-pink-400\/30{ border-top-color: rgb(244 114 182 / 0.3); }
.border-t-pink-400\/40{ border-top-color: rgb(244 114 182 / 0.4); }
.border-t-pink-400\/5{ border-top-color: rgb(244 114 182 / 0.05); }
.border-t-pink-400\/50{ border-top-color: rgb(244 114 182 / 0.5); }
.border-t-pink-400\/60{ border-top-color: rgb(244 114 182 / 0.6); }
.border-t-pink-400\/70{ border-top-color: rgb(244 114 182 / 0.7); }
.border-t-pink-400\/75{ border-top-color: rgb(244 114 182 / 0.75); }
.border-t-pink-400\/80{ border-top-color: rgb(244 114 182 / 0.8); }
.border-t-pink-400\/90{ border-top-color: rgb(244 114 182 / 0.9); }
.border-t-pink-400\/95{ border-top-color: rgb(244 114 182 / 0.95); }
.border-t-pink-50{ --tw-border-opacity: 1; border-top-color: rgb(253 242 248 / var(--tw-border-opacity)); }
.border-t-pink-50\/0{ border-top-color: rgb(253 242 248 / 0); }
.border-t-pink-50\/10{ border-top-color: rgb(253 242 248 / 0.1); }
.border-t-pink-50\/100{ border-top-color: rgb(253 242 248 / 1); }
.border-t-pink-50\/20{ border-top-color: rgb(253 242 248 / 0.2); }
.border-t-pink-50\/25{ border-top-color: rgb(253 242 248 / 0.25); }
.border-t-pink-50\/30{ border-top-color: rgb(253 242 248 / 0.3); }
.border-t-pink-50\/40{ border-top-color: rgb(253 242 248 / 0.4); }
.border-t-pink-50\/5{ border-top-color: rgb(253 242 248 / 0.05); }
.border-t-pink-50\/50{ border-top-color: rgb(253 242 248 / 0.5); }
.border-t-pink-50\/60{ border-top-color: rgb(253 242 248 / 0.6); }
.border-t-pink-50\/70{ border-top-color: rgb(253 242 248 / 0.7); }
.border-t-pink-50\/75{ border-top-color: rgb(253 242 248 / 0.75); }
.border-t-pink-50\/80{ border-top-color: rgb(253 242 248 / 0.8); }
.border-t-pink-50\/90{ border-top-color: rgb(253 242 248 / 0.9); }
.border-t-pink-50\/95{ border-top-color: rgb(253 242 248 / 0.95); }
.border-t-pink-500{ --tw-border-opacity: 1; border-top-color: rgb(236 72 153 / var(--tw-border-opacity)); }
.border-t-pink-500\/0{ border-top-color: rgb(236 72 153 / 0); }
.border-t-pink-500\/10{ border-top-color: rgb(236 72 153 / 0.1); }
.border-t-pink-500\/100{ border-top-color: rgb(236 72 153 / 1); }
.border-t-pink-500\/20{ border-top-color: rgb(236 72 153 / 0.2); }
.border-t-pink-500\/25{ border-top-color: rgb(236 72 153 / 0.25); }
.border-t-pink-500\/30{ border-top-color: rgb(236 72 153 / 0.3); }
.border-t-pink-500\/40{ border-top-color: rgb(236 72 153 / 0.4); }
.border-t-pink-500\/5{ border-top-color: rgb(236 72 153 / 0.05); }
.border-t-pink-500\/50{ border-top-color: rgb(236 72 153 / 0.5); }
.border-t-pink-500\/60{ border-top-color: rgb(236 72 153 / 0.6); }
.border-t-pink-500\/70{ border-top-color: rgb(236 72 153 / 0.7); }
.border-t-pink-500\/75{ border-top-color: rgb(236 72 153 / 0.75); }
.border-t-pink-500\/80{ border-top-color: rgb(236 72 153 / 0.8); }
.border-t-pink-500\/90{ border-top-color: rgb(236 72 153 / 0.9); }
.border-t-pink-500\/95{ border-top-color: rgb(236 72 153 / 0.95); }
.border-t-pink-600{ --tw-border-opacity: 1; border-top-color: rgb(219 39 119 / var(--tw-border-opacity)); }
.border-t-pink-600\/0{ border-top-color: rgb(219 39 119 / 0); }
.border-t-pink-600\/10{ border-top-color: rgb(219 39 119 / 0.1); }
.border-t-pink-600\/100{ border-top-color: rgb(219 39 119 / 1); }
.border-t-pink-600\/20{ border-top-color: rgb(219 39 119 / 0.2); }
.border-t-pink-600\/25{ border-top-color: rgb(219 39 119 / 0.25); }
.border-t-pink-600\/30{ border-top-color: rgb(219 39 119 / 0.3); }
.border-t-pink-600\/40{ border-top-color: rgb(219 39 119 / 0.4); }
.border-t-pink-600\/5{ border-top-color: rgb(219 39 119 / 0.05); }
.border-t-pink-600\/50{ border-top-color: rgb(219 39 119 / 0.5); }
.border-t-pink-600\/60{ border-top-color: rgb(219 39 119 / 0.6); }
.border-t-pink-600\/70{ border-top-color: rgb(219 39 119 / 0.7); }
.border-t-pink-600\/75{ border-top-color: rgb(219 39 119 / 0.75); }
.border-t-pink-600\/80{ border-top-color: rgb(219 39 119 / 0.8); }
.border-t-pink-600\/90{ border-top-color: rgb(219 39 119 / 0.9); }
.border-t-pink-600\/95{ border-top-color: rgb(219 39 119 / 0.95); }
.border-t-pink-700{ --tw-border-opacity: 1; border-top-color: rgb(190 24 93 / var(--tw-border-opacity)); }
.border-t-pink-700\/0{ border-top-color: rgb(190 24 93 / 0); }
.border-t-pink-700\/10{ border-top-color: rgb(190 24 93 / 0.1); }
.border-t-pink-700\/100{ border-top-color: rgb(190 24 93 / 1); }
.border-t-pink-700\/20{ border-top-color: rgb(190 24 93 / 0.2); }
.border-t-pink-700\/25{ border-top-color: rgb(190 24 93 / 0.25); }
.border-t-pink-700\/30{ border-top-color: rgb(190 24 93 / 0.3); }
.border-t-pink-700\/40{ border-top-color: rgb(190 24 93 / 0.4); }
.border-t-pink-700\/5{ border-top-color: rgb(190 24 93 / 0.05); }
.border-t-pink-700\/50{ border-top-color: rgb(190 24 93 / 0.5); }
.border-t-pink-700\/60{ border-top-color: rgb(190 24 93 / 0.6); }
.border-t-pink-700\/70{ border-top-color: rgb(190 24 93 / 0.7); }
.border-t-pink-700\/75{ border-top-color: rgb(190 24 93 / 0.75); }
.border-t-pink-700\/80{ border-top-color: rgb(190 24 93 / 0.8); }
.border-t-pink-700\/90{ border-top-color: rgb(190 24 93 / 0.9); }
.border-t-pink-700\/95{ border-top-color: rgb(190 24 93 / 0.95); }
.border-t-pink-800{ --tw-border-opacity: 1; border-top-color: rgb(157 23 77 / var(--tw-border-opacity)); }
.border-t-pink-800\/0{ border-top-color: rgb(157 23 77 / 0); }
.border-t-pink-800\/10{ border-top-color: rgb(157 23 77 / 0.1); }
.border-t-pink-800\/100{ border-top-color: rgb(157 23 77 / 1); }
.border-t-pink-800\/20{ border-top-color: rgb(157 23 77 / 0.2); }
.border-t-pink-800\/25{ border-top-color: rgb(157 23 77 / 0.25); }
.border-t-pink-800\/30{ border-top-color: rgb(157 23 77 / 0.3); }
.border-t-pink-800\/40{ border-top-color: rgb(157 23 77 / 0.4); }
.border-t-pink-800\/5{ border-top-color: rgb(157 23 77 / 0.05); }
.border-t-pink-800\/50{ border-top-color: rgb(157 23 77 / 0.5); }
.border-t-pink-800\/60{ border-top-color: rgb(157 23 77 / 0.6); }
.border-t-pink-800\/70{ border-top-color: rgb(157 23 77 / 0.7); }
.border-t-pink-800\/75{ border-top-color: rgb(157 23 77 / 0.75); }
.border-t-pink-800\/80{ border-top-color: rgb(157 23 77 / 0.8); }
.border-t-pink-800\/90{ border-top-color: rgb(157 23 77 / 0.9); }
.border-t-pink-800\/95{ border-top-color: rgb(157 23 77 / 0.95); }
.border-t-pink-900{ --tw-border-opacity: 1; border-top-color: rgb(131 24 67 / var(--tw-border-opacity)); }
.border-t-pink-900\/0{ border-top-color: rgb(131 24 67 / 0); }
.border-t-pink-900\/10{ border-top-color: rgb(131 24 67 / 0.1); }
.border-t-pink-900\/100{ border-top-color: rgb(131 24 67 / 1); }
.border-t-pink-900\/20{ border-top-color: rgb(131 24 67 / 0.2); }
.border-t-pink-900\/25{ border-top-color: rgb(131 24 67 / 0.25); }
.border-t-pink-900\/30{ border-top-color: rgb(131 24 67 / 0.3); }
.border-t-pink-900\/40{ border-top-color: rgb(131 24 67 / 0.4); }
.border-t-pink-900\/5{ border-top-color: rgb(131 24 67 / 0.05); }
.border-t-pink-900\/50{ border-top-color: rgb(131 24 67 / 0.5); }
.border-t-pink-900\/60{ border-top-color: rgb(131 24 67 / 0.6); }
.border-t-pink-900\/70{ border-top-color: rgb(131 24 67 / 0.7); }
.border-t-pink-900\/75{ border-top-color: rgb(131 24 67 / 0.75); }
.border-t-pink-900\/80{ border-top-color: rgb(131 24 67 / 0.8); }
.border-t-pink-900\/90{ border-top-color: rgb(131 24 67 / 0.9); }
.border-t-pink-900\/95{ border-top-color: rgb(131 24 67 / 0.95); }
.border-t-pink-950{ --tw-border-opacity: 1; border-top-color: rgb(80 7 36 / var(--tw-border-opacity)); }
.border-t-pink-950\/0{ border-top-color: rgb(80 7 36 / 0); }
.border-t-pink-950\/10{ border-top-color: rgb(80 7 36 / 0.1); }
.border-t-pink-950\/100{ border-top-color: rgb(80 7 36 / 1); }
.border-t-pink-950\/20{ border-top-color: rgb(80 7 36 / 0.2); }
.border-t-pink-950\/25{ border-top-color: rgb(80 7 36 / 0.25); }
.border-t-pink-950\/30{ border-top-color: rgb(80 7 36 / 0.3); }
.border-t-pink-950\/40{ border-top-color: rgb(80 7 36 / 0.4); }
.border-t-pink-950\/5{ border-top-color: rgb(80 7 36 / 0.05); }
.border-t-pink-950\/50{ border-top-color: rgb(80 7 36 / 0.5); }
.border-t-pink-950\/60{ border-top-color: rgb(80 7 36 / 0.6); }
.border-t-pink-950\/70{ border-top-color: rgb(80 7 36 / 0.7); }
.border-t-pink-950\/75{ border-top-color: rgb(80 7 36 / 0.75); }
.border-t-pink-950\/80{ border-top-color: rgb(80 7 36 / 0.8); }
.border-t-pink-950\/90{ border-top-color: rgb(80 7 36 / 0.9); }
.border-t-pink-950\/95{ border-top-color: rgb(80 7 36 / 0.95); }
.border-t-purple-100{ --tw-border-opacity: 1; border-top-color: rgb(243 232 255 / var(--tw-border-opacity)); }
.border-t-purple-100\/0{ border-top-color: rgb(243 232 255 / 0); }
.border-t-purple-100\/10{ border-top-color: rgb(243 232 255 / 0.1); }
.border-t-purple-100\/100{ border-top-color: rgb(243 232 255 / 1); }
.border-t-purple-100\/20{ border-top-color: rgb(243 232 255 / 0.2); }
.border-t-purple-100\/25{ border-top-color: rgb(243 232 255 / 0.25); }
.border-t-purple-100\/30{ border-top-color: rgb(243 232 255 / 0.3); }
.border-t-purple-100\/40{ border-top-color: rgb(243 232 255 / 0.4); }
.border-t-purple-100\/5{ border-top-color: rgb(243 232 255 / 0.05); }
.border-t-purple-100\/50{ border-top-color: rgb(243 232 255 / 0.5); }
.border-t-purple-100\/60{ border-top-color: rgb(243 232 255 / 0.6); }
.border-t-purple-100\/70{ border-top-color: rgb(243 232 255 / 0.7); }
.border-t-purple-100\/75{ border-top-color: rgb(243 232 255 / 0.75); }
.border-t-purple-100\/80{ border-top-color: rgb(243 232 255 / 0.8); }
.border-t-purple-100\/90{ border-top-color: rgb(243 232 255 / 0.9); }
.border-t-purple-100\/95{ border-top-color: rgb(243 232 255 / 0.95); }
.border-t-purple-200{ --tw-border-opacity: 1; border-top-color: rgb(233 213 255 / var(--tw-border-opacity)); }
.border-t-purple-200\/0{ border-top-color: rgb(233 213 255 / 0); }
.border-t-purple-200\/10{ border-top-color: rgb(233 213 255 / 0.1); }
.border-t-purple-200\/100{ border-top-color: rgb(233 213 255 / 1); }
.border-t-purple-200\/20{ border-top-color: rgb(233 213 255 / 0.2); }
.border-t-purple-200\/25{ border-top-color: rgb(233 213 255 / 0.25); }
.border-t-purple-200\/30{ border-top-color: rgb(233 213 255 / 0.3); }
.border-t-purple-200\/40{ border-top-color: rgb(233 213 255 / 0.4); }
.border-t-purple-200\/5{ border-top-color: rgb(233 213 255 / 0.05); }
.border-t-purple-200\/50{ border-top-color: rgb(233 213 255 / 0.5); }
.border-t-purple-200\/60{ border-top-color: rgb(233 213 255 / 0.6); }
.border-t-purple-200\/70{ border-top-color: rgb(233 213 255 / 0.7); }
.border-t-purple-200\/75{ border-top-color: rgb(233 213 255 / 0.75); }
.border-t-purple-200\/80{ border-top-color: rgb(233 213 255 / 0.8); }
.border-t-purple-200\/90{ border-top-color: rgb(233 213 255 / 0.9); }
.border-t-purple-200\/95{ border-top-color: rgb(233 213 255 / 0.95); }
.border-t-purple-300{ --tw-border-opacity: 1; border-top-color: rgb(216 180 254 / var(--tw-border-opacity)); }
.border-t-purple-300\/0{ border-top-color: rgb(216 180 254 / 0); }
.border-t-purple-300\/10{ border-top-color: rgb(216 180 254 / 0.1); }
.border-t-purple-300\/100{ border-top-color: rgb(216 180 254 / 1); }
.border-t-purple-300\/20{ border-top-color: rgb(216 180 254 / 0.2); }
.border-t-purple-300\/25{ border-top-color: rgb(216 180 254 / 0.25); }
.border-t-purple-300\/30{ border-top-color: rgb(216 180 254 / 0.3); }
.border-t-purple-300\/40{ border-top-color: rgb(216 180 254 / 0.4); }
.border-t-purple-300\/5{ border-top-color: rgb(216 180 254 / 0.05); }
.border-t-purple-300\/50{ border-top-color: rgb(216 180 254 / 0.5); }
.border-t-purple-300\/60{ border-top-color: rgb(216 180 254 / 0.6); }
.border-t-purple-300\/70{ border-top-color: rgb(216 180 254 / 0.7); }
.border-t-purple-300\/75{ border-top-color: rgb(216 180 254 / 0.75); }
.border-t-purple-300\/80{ border-top-color: rgb(216 180 254 / 0.8); }
.border-t-purple-300\/90{ border-top-color: rgb(216 180 254 / 0.9); }
.border-t-purple-300\/95{ border-top-color: rgb(216 180 254 / 0.95); }
.border-t-purple-400{ --tw-border-opacity: 1; border-top-color: rgb(192 132 252 / var(--tw-border-opacity)); }
.border-t-purple-400\/0{ border-top-color: rgb(192 132 252 / 0); }
.border-t-purple-400\/10{ border-top-color: rgb(192 132 252 / 0.1); }
.border-t-purple-400\/100{ border-top-color: rgb(192 132 252 / 1); }
.border-t-purple-400\/20{ border-top-color: rgb(192 132 252 / 0.2); }
.border-t-purple-400\/25{ border-top-color: rgb(192 132 252 / 0.25); }
.border-t-purple-400\/30{ border-top-color: rgb(192 132 252 / 0.3); }
.border-t-purple-400\/40{ border-top-color: rgb(192 132 252 / 0.4); }
.border-t-purple-400\/5{ border-top-color: rgb(192 132 252 / 0.05); }
.border-t-purple-400\/50{ border-top-color: rgb(192 132 252 / 0.5); }
.border-t-purple-400\/60{ border-top-color: rgb(192 132 252 / 0.6); }
.border-t-purple-400\/70{ border-top-color: rgb(192 132 252 / 0.7); }
.border-t-purple-400\/75{ border-top-color: rgb(192 132 252 / 0.75); }
.border-t-purple-400\/80{ border-top-color: rgb(192 132 252 / 0.8); }
.border-t-purple-400\/90{ border-top-color: rgb(192 132 252 / 0.9); }
.border-t-purple-400\/95{ border-top-color: rgb(192 132 252 / 0.95); }
.border-t-purple-50{ --tw-border-opacity: 1; border-top-color: rgb(250 245 255 / var(--tw-border-opacity)); }
.border-t-purple-50\/0{ border-top-color: rgb(250 245 255 / 0); }
.border-t-purple-50\/10{ border-top-color: rgb(250 245 255 / 0.1); }
.border-t-purple-50\/100{ border-top-color: rgb(250 245 255 / 1); }
.border-t-purple-50\/20{ border-top-color: rgb(250 245 255 / 0.2); }
.border-t-purple-50\/25{ border-top-color: rgb(250 245 255 / 0.25); }
.border-t-purple-50\/30{ border-top-color: rgb(250 245 255 / 0.3); }
.border-t-purple-50\/40{ border-top-color: rgb(250 245 255 / 0.4); }
.border-t-purple-50\/5{ border-top-color: rgb(250 245 255 / 0.05); }
.border-t-purple-50\/50{ border-top-color: rgb(250 245 255 / 0.5); }
.border-t-purple-50\/60{ border-top-color: rgb(250 245 255 / 0.6); }
.border-t-purple-50\/70{ border-top-color: rgb(250 245 255 / 0.7); }
.border-t-purple-50\/75{ border-top-color: rgb(250 245 255 / 0.75); }
.border-t-purple-50\/80{ border-top-color: rgb(250 245 255 / 0.8); }
.border-t-purple-50\/90{ border-top-color: rgb(250 245 255 / 0.9); }
.border-t-purple-50\/95{ border-top-color: rgb(250 245 255 / 0.95); }
.border-t-purple-500{ --tw-border-opacity: 1; border-top-color: rgb(168 85 247 / var(--tw-border-opacity)); }
.border-t-purple-500\/0{ border-top-color: rgb(168 85 247 / 0); }
.border-t-purple-500\/10{ border-top-color: rgb(168 85 247 / 0.1); }
.border-t-purple-500\/100{ border-top-color: rgb(168 85 247 / 1); }
.border-t-purple-500\/20{ border-top-color: rgb(168 85 247 / 0.2); }
.border-t-purple-500\/25{ border-top-color: rgb(168 85 247 / 0.25); }
.border-t-purple-500\/30{ border-top-color: rgb(168 85 247 / 0.3); }
.border-t-purple-500\/40{ border-top-color: rgb(168 85 247 / 0.4); }
.border-t-purple-500\/5{ border-top-color: rgb(168 85 247 / 0.05); }
.border-t-purple-500\/50{ border-top-color: rgb(168 85 247 / 0.5); }
.border-t-purple-500\/60{ border-top-color: rgb(168 85 247 / 0.6); }
.border-t-purple-500\/70{ border-top-color: rgb(168 85 247 / 0.7); }
.border-t-purple-500\/75{ border-top-color: rgb(168 85 247 / 0.75); }
.border-t-purple-500\/80{ border-top-color: rgb(168 85 247 / 0.8); }
.border-t-purple-500\/90{ border-top-color: rgb(168 85 247 / 0.9); }
.border-t-purple-500\/95{ border-top-color: rgb(168 85 247 / 0.95); }
.border-t-purple-600{ --tw-border-opacity: 1; border-top-color: rgb(147 51 234 / var(--tw-border-opacity)); }
.border-t-purple-600\/0{ border-top-color: rgb(147 51 234 / 0); }
.border-t-purple-600\/10{ border-top-color: rgb(147 51 234 / 0.1); }
.border-t-purple-600\/100{ border-top-color: rgb(147 51 234 / 1); }
.border-t-purple-600\/20{ border-top-color: rgb(147 51 234 / 0.2); }
.border-t-purple-600\/25{ border-top-color: rgb(147 51 234 / 0.25); }
.border-t-purple-600\/30{ border-top-color: rgb(147 51 234 / 0.3); }
.border-t-purple-600\/40{ border-top-color: rgb(147 51 234 / 0.4); }
.border-t-purple-600\/5{ border-top-color: rgb(147 51 234 / 0.05); }
.border-t-purple-600\/50{ border-top-color: rgb(147 51 234 / 0.5); }
.border-t-purple-600\/60{ border-top-color: rgb(147 51 234 / 0.6); }
.border-t-purple-600\/70{ border-top-color: rgb(147 51 234 / 0.7); }
.border-t-purple-600\/75{ border-top-color: rgb(147 51 234 / 0.75); }
.border-t-purple-600\/80{ border-top-color: rgb(147 51 234 / 0.8); }
.border-t-purple-600\/90{ border-top-color: rgb(147 51 234 / 0.9); }
.border-t-purple-600\/95{ border-top-color: rgb(147 51 234 / 0.95); }
.border-t-purple-700{ --tw-border-opacity: 1; border-top-color: rgb(126 34 206 / var(--tw-border-opacity)); }
.border-t-purple-700\/0{ border-top-color: rgb(126 34 206 / 0); }
.border-t-purple-700\/10{ border-top-color: rgb(126 34 206 / 0.1); }
.border-t-purple-700\/100{ border-top-color: rgb(126 34 206 / 1); }
.border-t-purple-700\/20{ border-top-color: rgb(126 34 206 / 0.2); }
.border-t-purple-700\/25{ border-top-color: rgb(126 34 206 / 0.25); }
.border-t-purple-700\/30{ border-top-color: rgb(126 34 206 / 0.3); }
.border-t-purple-700\/40{ border-top-color: rgb(126 34 206 / 0.4); }
.border-t-purple-700\/5{ border-top-color: rgb(126 34 206 / 0.05); }
.border-t-purple-700\/50{ border-top-color: rgb(126 34 206 / 0.5); }
.border-t-purple-700\/60{ border-top-color: rgb(126 34 206 / 0.6); }
.border-t-purple-700\/70{ border-top-color: rgb(126 34 206 / 0.7); }
.border-t-purple-700\/75{ border-top-color: rgb(126 34 206 / 0.75); }
.border-t-purple-700\/80{ border-top-color: rgb(126 34 206 / 0.8); }
.border-t-purple-700\/90{ border-top-color: rgb(126 34 206 / 0.9); }
.border-t-purple-700\/95{ border-top-color: rgb(126 34 206 / 0.95); }
.border-t-purple-800{ --tw-border-opacity: 1; border-top-color: rgb(107 33 168 / var(--tw-border-opacity)); }
.border-t-purple-800\/0{ border-top-color: rgb(107 33 168 / 0); }
.border-t-purple-800\/10{ border-top-color: rgb(107 33 168 / 0.1); }
.border-t-purple-800\/100{ border-top-color: rgb(107 33 168 / 1); }
.border-t-purple-800\/20{ border-top-color: rgb(107 33 168 / 0.2); }
.border-t-purple-800\/25{ border-top-color: rgb(107 33 168 / 0.25); }
.border-t-purple-800\/30{ border-top-color: rgb(107 33 168 / 0.3); }
.border-t-purple-800\/40{ border-top-color: rgb(107 33 168 / 0.4); }
.border-t-purple-800\/5{ border-top-color: rgb(107 33 168 / 0.05); }
.border-t-purple-800\/50{ border-top-color: rgb(107 33 168 / 0.5); }
.border-t-purple-800\/60{ border-top-color: rgb(107 33 168 / 0.6); }
.border-t-purple-800\/70{ border-top-color: rgb(107 33 168 / 0.7); }
.border-t-purple-800\/75{ border-top-color: rgb(107 33 168 / 0.75); }
.border-t-purple-800\/80{ border-top-color: rgb(107 33 168 / 0.8); }
.border-t-purple-800\/90{ border-top-color: rgb(107 33 168 / 0.9); }
.border-t-purple-800\/95{ border-top-color: rgb(107 33 168 / 0.95); }
.border-t-purple-900{ --tw-border-opacity: 1; border-top-color: rgb(88 28 135 / var(--tw-border-opacity)); }
.border-t-purple-900\/0{ border-top-color: rgb(88 28 135 / 0); }
.border-t-purple-900\/10{ border-top-color: rgb(88 28 135 / 0.1); }
.border-t-purple-900\/100{ border-top-color: rgb(88 28 135 / 1); }
.border-t-purple-900\/20{ border-top-color: rgb(88 28 135 / 0.2); }
.border-t-purple-900\/25{ border-top-color: rgb(88 28 135 / 0.25); }
.border-t-purple-900\/30{ border-top-color: rgb(88 28 135 / 0.3); }
.border-t-purple-900\/40{ border-top-color: rgb(88 28 135 / 0.4); }
.border-t-purple-900\/5{ border-top-color: rgb(88 28 135 / 0.05); }
.border-t-purple-900\/50{ border-top-color: rgb(88 28 135 / 0.5); }
.border-t-purple-900\/60{ border-top-color: rgb(88 28 135 / 0.6); }
.border-t-purple-900\/70{ border-top-color: rgb(88 28 135 / 0.7); }
.border-t-purple-900\/75{ border-top-color: rgb(88 28 135 / 0.75); }
.border-t-purple-900\/80{ border-top-color: rgb(88 28 135 / 0.8); }
.border-t-purple-900\/90{ border-top-color: rgb(88 28 135 / 0.9); }
.border-t-purple-900\/95{ border-top-color: rgb(88 28 135 / 0.95); }
.border-t-purple-950{ --tw-border-opacity: 1; border-top-color: rgb(59 7 100 / var(--tw-border-opacity)); }
.border-t-purple-950\/0{ border-top-color: rgb(59 7 100 / 0); }
.border-t-purple-950\/10{ border-top-color: rgb(59 7 100 / 0.1); }
.border-t-purple-950\/100{ border-top-color: rgb(59 7 100 / 1); }
.border-t-purple-950\/20{ border-top-color: rgb(59 7 100 / 0.2); }
.border-t-purple-950\/25{ border-top-color: rgb(59 7 100 / 0.25); }
.border-t-purple-950\/30{ border-top-color: rgb(59 7 100 / 0.3); }
.border-t-purple-950\/40{ border-top-color: rgb(59 7 100 / 0.4); }
.border-t-purple-950\/5{ border-top-color: rgb(59 7 100 / 0.05); }
.border-t-purple-950\/50{ border-top-color: rgb(59 7 100 / 0.5); }
.border-t-purple-950\/60{ border-top-color: rgb(59 7 100 / 0.6); }
.border-t-purple-950\/70{ border-top-color: rgb(59 7 100 / 0.7); }
.border-t-purple-950\/75{ border-top-color: rgb(59 7 100 / 0.75); }
.border-t-purple-950\/80{ border-top-color: rgb(59 7 100 / 0.8); }
.border-t-purple-950\/90{ border-top-color: rgb(59 7 100 / 0.9); }
.border-t-purple-950\/95{ border-top-color: rgb(59 7 100 / 0.95); }
.border-t-red-100{ --tw-border-opacity: 1; border-top-color: rgb(254 226 226 / var(--tw-border-opacity)); }
.border-t-red-100\/0{ border-top-color: rgb(254 226 226 / 0); }
.border-t-red-100\/10{ border-top-color: rgb(254 226 226 / 0.1); }
.border-t-red-100\/100{ border-top-color: rgb(254 226 226 / 1); }
.border-t-red-100\/20{ border-top-color: rgb(254 226 226 / 0.2); }
.border-t-red-100\/25{ border-top-color: rgb(254 226 226 / 0.25); }
.border-t-red-100\/30{ border-top-color: rgb(254 226 226 / 0.3); }
.border-t-red-100\/40{ border-top-color: rgb(254 226 226 / 0.4); }
.border-t-red-100\/5{ border-top-color: rgb(254 226 226 / 0.05); }
.border-t-red-100\/50{ border-top-color: rgb(254 226 226 / 0.5); }
.border-t-red-100\/60{ border-top-color: rgb(254 226 226 / 0.6); }
.border-t-red-100\/70{ border-top-color: rgb(254 226 226 / 0.7); }
.border-t-red-100\/75{ border-top-color: rgb(254 226 226 / 0.75); }
.border-t-red-100\/80{ border-top-color: rgb(254 226 226 / 0.8); }
.border-t-red-100\/90{ border-top-color: rgb(254 226 226 / 0.9); }
.border-t-red-100\/95{ border-top-color: rgb(254 226 226 / 0.95); }
.border-t-red-200{ --tw-border-opacity: 1; border-top-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.border-t-red-200\/0{ border-top-color: rgb(254 202 202 / 0); }
.border-t-red-200\/10{ border-top-color: rgb(254 202 202 / 0.1); }
.border-t-red-200\/100{ border-top-color: rgb(254 202 202 / 1); }
.border-t-red-200\/20{ border-top-color: rgb(254 202 202 / 0.2); }
.border-t-red-200\/25{ border-top-color: rgb(254 202 202 / 0.25); }
.border-t-red-200\/30{ border-top-color: rgb(254 202 202 / 0.3); }
.border-t-red-200\/40{ border-top-color: rgb(254 202 202 / 0.4); }
.border-t-red-200\/5{ border-top-color: rgb(254 202 202 / 0.05); }
.border-t-red-200\/50{ border-top-color: rgb(254 202 202 / 0.5); }
.border-t-red-200\/60{ border-top-color: rgb(254 202 202 / 0.6); }
.border-t-red-200\/70{ border-top-color: rgb(254 202 202 / 0.7); }
.border-t-red-200\/75{ border-top-color: rgb(254 202 202 / 0.75); }
.border-t-red-200\/80{ border-top-color: rgb(254 202 202 / 0.8); }
.border-t-red-200\/90{ border-top-color: rgb(254 202 202 / 0.9); }
.border-t-red-200\/95{ border-top-color: rgb(254 202 202 / 0.95); }
.border-t-red-300{ --tw-border-opacity: 1; border-top-color: rgb(252 165 165 / var(--tw-border-opacity)); }
.border-t-red-300\/0{ border-top-color: rgb(252 165 165 / 0); }
.border-t-red-300\/10{ border-top-color: rgb(252 165 165 / 0.1); }
.border-t-red-300\/100{ border-top-color: rgb(252 165 165 / 1); }
.border-t-red-300\/20{ border-top-color: rgb(252 165 165 / 0.2); }
.border-t-red-300\/25{ border-top-color: rgb(252 165 165 / 0.25); }
.border-t-red-300\/30{ border-top-color: rgb(252 165 165 / 0.3); }
.border-t-red-300\/40{ border-top-color: rgb(252 165 165 / 0.4); }
.border-t-red-300\/5{ border-top-color: rgb(252 165 165 / 0.05); }
.border-t-red-300\/50{ border-top-color: rgb(252 165 165 / 0.5); }
.border-t-red-300\/60{ border-top-color: rgb(252 165 165 / 0.6); }
.border-t-red-300\/70{ border-top-color: rgb(252 165 165 / 0.7); }
.border-t-red-300\/75{ border-top-color: rgb(252 165 165 / 0.75); }
.border-t-red-300\/80{ border-top-color: rgb(252 165 165 / 0.8); }
.border-t-red-300\/90{ border-top-color: rgb(252 165 165 / 0.9); }
.border-t-red-300\/95{ border-top-color: rgb(252 165 165 / 0.95); }
.border-t-red-400{ --tw-border-opacity: 1; border-top-color: rgb(248 113 113 / var(--tw-border-opacity)); }
.border-t-red-400\/0{ border-top-color: rgb(248 113 113 / 0); }
.border-t-red-400\/10{ border-top-color: rgb(248 113 113 / 0.1); }
.border-t-red-400\/100{ border-top-color: rgb(248 113 113 / 1); }
.border-t-red-400\/20{ border-top-color: rgb(248 113 113 / 0.2); }
.border-t-red-400\/25{ border-top-color: rgb(248 113 113 / 0.25); }
.border-t-red-400\/30{ border-top-color: rgb(248 113 113 / 0.3); }
.border-t-red-400\/40{ border-top-color: rgb(248 113 113 / 0.4); }
.border-t-red-400\/5{ border-top-color: rgb(248 113 113 / 0.05); }
.border-t-red-400\/50{ border-top-color: rgb(248 113 113 / 0.5); }
.border-t-red-400\/60{ border-top-color: rgb(248 113 113 / 0.6); }
.border-t-red-400\/70{ border-top-color: rgb(248 113 113 / 0.7); }
.border-t-red-400\/75{ border-top-color: rgb(248 113 113 / 0.75); }
.border-t-red-400\/80{ border-top-color: rgb(248 113 113 / 0.8); }
.border-t-red-400\/90{ border-top-color: rgb(248 113 113 / 0.9); }
.border-t-red-400\/95{ border-top-color: rgb(248 113 113 / 0.95); }
.border-t-red-50{ --tw-border-opacity: 1; border-top-color: rgb(254 242 242 / var(--tw-border-opacity)); }
.border-t-red-50\/0{ border-top-color: rgb(254 242 242 / 0); }
.border-t-red-50\/10{ border-top-color: rgb(254 242 242 / 0.1); }
.border-t-red-50\/100{ border-top-color: rgb(254 242 242 / 1); }
.border-t-red-50\/20{ border-top-color: rgb(254 242 242 / 0.2); }
.border-t-red-50\/25{ border-top-color: rgb(254 242 242 / 0.25); }
.border-t-red-50\/30{ border-top-color: rgb(254 242 242 / 0.3); }
.border-t-red-50\/40{ border-top-color: rgb(254 242 242 / 0.4); }
.border-t-red-50\/5{ border-top-color: rgb(254 242 242 / 0.05); }
.border-t-red-50\/50{ border-top-color: rgb(254 242 242 / 0.5); }
.border-t-red-50\/60{ border-top-color: rgb(254 242 242 / 0.6); }
.border-t-red-50\/70{ border-top-color: rgb(254 242 242 / 0.7); }
.border-t-red-50\/75{ border-top-color: rgb(254 242 242 / 0.75); }
.border-t-red-50\/80{ border-top-color: rgb(254 242 242 / 0.8); }
.border-t-red-50\/90{ border-top-color: rgb(254 242 242 / 0.9); }
.border-t-red-50\/95{ border-top-color: rgb(254 242 242 / 0.95); }
.border-t-red-500{ --tw-border-opacity: 1; border-top-color: rgb(239 68 68 / var(--tw-border-opacity)); }
.border-t-red-500\/0{ border-top-color: rgb(239 68 68 / 0); }
.border-t-red-500\/10{ border-top-color: rgb(239 68 68 / 0.1); }
.border-t-red-500\/100{ border-top-color: rgb(239 68 68 / 1); }
.border-t-red-500\/20{ border-top-color: rgb(239 68 68 / 0.2); }
.border-t-red-500\/25{ border-top-color: rgb(239 68 68 / 0.25); }
.border-t-red-500\/30{ border-top-color: rgb(239 68 68 / 0.3); }
.border-t-red-500\/40{ border-top-color: rgb(239 68 68 / 0.4); }
.border-t-red-500\/5{ border-top-color: rgb(239 68 68 / 0.05); }
.border-t-red-500\/50{ border-top-color: rgb(239 68 68 / 0.5); }
.border-t-red-500\/60{ border-top-color: rgb(239 68 68 / 0.6); }
.border-t-red-500\/70{ border-top-color: rgb(239 68 68 / 0.7); }
.border-t-red-500\/75{ border-top-color: rgb(239 68 68 / 0.75); }
.border-t-red-500\/80{ border-top-color: rgb(239 68 68 / 0.8); }
.border-t-red-500\/90{ border-top-color: rgb(239 68 68 / 0.9); }
.border-t-red-500\/95{ border-top-color: rgb(239 68 68 / 0.95); }
.border-t-red-600{ --tw-border-opacity: 1; border-top-color: rgb(220 38 38 / var(--tw-border-opacity)); }
.border-t-red-600\/0{ border-top-color: rgb(220 38 38 / 0); }
.border-t-red-600\/10{ border-top-color: rgb(220 38 38 / 0.1); }
.border-t-red-600\/100{ border-top-color: rgb(220 38 38 / 1); }
.border-t-red-600\/20{ border-top-color: rgb(220 38 38 / 0.2); }
.border-t-red-600\/25{ border-top-color: rgb(220 38 38 / 0.25); }
.border-t-red-600\/30{ border-top-color: rgb(220 38 38 / 0.3); }
.border-t-red-600\/40{ border-top-color: rgb(220 38 38 / 0.4); }
.border-t-red-600\/5{ border-top-color: rgb(220 38 38 / 0.05); }
.border-t-red-600\/50{ border-top-color: rgb(220 38 38 / 0.5); }
.border-t-red-600\/60{ border-top-color: rgb(220 38 38 / 0.6); }
.border-t-red-600\/70{ border-top-color: rgb(220 38 38 / 0.7); }
.border-t-red-600\/75{ border-top-color: rgb(220 38 38 / 0.75); }
.border-t-red-600\/80{ border-top-color: rgb(220 38 38 / 0.8); }
.border-t-red-600\/90{ border-top-color: rgb(220 38 38 / 0.9); }
.border-t-red-600\/95{ border-top-color: rgb(220 38 38 / 0.95); }
.border-t-red-700{ --tw-border-opacity: 1; border-top-color: rgb(185 28 28 / var(--tw-border-opacity)); }
.border-t-red-700\/0{ border-top-color: rgb(185 28 28 / 0); }
.border-t-red-700\/10{ border-top-color: rgb(185 28 28 / 0.1); }
.border-t-red-700\/100{ border-top-color: rgb(185 28 28 / 1); }
.border-t-red-700\/20{ border-top-color: rgb(185 28 28 / 0.2); }
.border-t-red-700\/25{ border-top-color: rgb(185 28 28 / 0.25); }
.border-t-red-700\/30{ border-top-color: rgb(185 28 28 / 0.3); }
.border-t-red-700\/40{ border-top-color: rgb(185 28 28 / 0.4); }
.border-t-red-700\/5{ border-top-color: rgb(185 28 28 / 0.05); }
.border-t-red-700\/50{ border-top-color: rgb(185 28 28 / 0.5); }
.border-t-red-700\/60{ border-top-color: rgb(185 28 28 / 0.6); }
.border-t-red-700\/70{ border-top-color: rgb(185 28 28 / 0.7); }
.border-t-red-700\/75{ border-top-color: rgb(185 28 28 / 0.75); }
.border-t-red-700\/80{ border-top-color: rgb(185 28 28 / 0.8); }
.border-t-red-700\/90{ border-top-color: rgb(185 28 28 / 0.9); }
.border-t-red-700\/95{ border-top-color: rgb(185 28 28 / 0.95); }
.border-t-red-800{ --tw-border-opacity: 1; border-top-color: rgb(153 27 27 / var(--tw-border-opacity)); }
.border-t-red-800\/0{ border-top-color: rgb(153 27 27 / 0); }
.border-t-red-800\/10{ border-top-color: rgb(153 27 27 / 0.1); }
.border-t-red-800\/100{ border-top-color: rgb(153 27 27 / 1); }
.border-t-red-800\/20{ border-top-color: rgb(153 27 27 / 0.2); }
.border-t-red-800\/25{ border-top-color: rgb(153 27 27 / 0.25); }
.border-t-red-800\/30{ border-top-color: rgb(153 27 27 / 0.3); }
.border-t-red-800\/40{ border-top-color: rgb(153 27 27 / 0.4); }
.border-t-red-800\/5{ border-top-color: rgb(153 27 27 / 0.05); }
.border-t-red-800\/50{ border-top-color: rgb(153 27 27 / 0.5); }
.border-t-red-800\/60{ border-top-color: rgb(153 27 27 / 0.6); }
.border-t-red-800\/70{ border-top-color: rgb(153 27 27 / 0.7); }
.border-t-red-800\/75{ border-top-color: rgb(153 27 27 / 0.75); }
.border-t-red-800\/80{ border-top-color: rgb(153 27 27 / 0.8); }
.border-t-red-800\/90{ border-top-color: rgb(153 27 27 / 0.9); }
.border-t-red-800\/95{ border-top-color: rgb(153 27 27 / 0.95); }
.border-t-red-900{ --tw-border-opacity: 1; border-top-color: rgb(127 29 29 / var(--tw-border-opacity)); }
.border-t-red-900\/0{ border-top-color: rgb(127 29 29 / 0); }
.border-t-red-900\/10{ border-top-color: rgb(127 29 29 / 0.1); }
.border-t-red-900\/100{ border-top-color: rgb(127 29 29 / 1); }
.border-t-red-900\/20{ border-top-color: rgb(127 29 29 / 0.2); }
.border-t-red-900\/25{ border-top-color: rgb(127 29 29 / 0.25); }
.border-t-red-900\/30{ border-top-color: rgb(127 29 29 / 0.3); }
.border-t-red-900\/40{ border-top-color: rgb(127 29 29 / 0.4); }
.border-t-red-900\/5{ border-top-color: rgb(127 29 29 / 0.05); }
.border-t-red-900\/50{ border-top-color: rgb(127 29 29 / 0.5); }
.border-t-red-900\/60{ border-top-color: rgb(127 29 29 / 0.6); }
.border-t-red-900\/70{ border-top-color: rgb(127 29 29 / 0.7); }
.border-t-red-900\/75{ border-top-color: rgb(127 29 29 / 0.75); }
.border-t-red-900\/80{ border-top-color: rgb(127 29 29 / 0.8); }
.border-t-red-900\/90{ border-top-color: rgb(127 29 29 / 0.9); }
.border-t-red-900\/95{ border-top-color: rgb(127 29 29 / 0.95); }
.border-t-red-950{ --tw-border-opacity: 1; border-top-color: rgb(69 10 10 / var(--tw-border-opacity)); }
.border-t-red-950\/0{ border-top-color: rgb(69 10 10 / 0); }
.border-t-red-950\/10{ border-top-color: rgb(69 10 10 / 0.1); }
.border-t-red-950\/100{ border-top-color: rgb(69 10 10 / 1); }
.border-t-red-950\/20{ border-top-color: rgb(69 10 10 / 0.2); }
.border-t-red-950\/25{ border-top-color: rgb(69 10 10 / 0.25); }
.border-t-red-950\/30{ border-top-color: rgb(69 10 10 / 0.3); }
.border-t-red-950\/40{ border-top-color: rgb(69 10 10 / 0.4); }
.border-t-red-950\/5{ border-top-color: rgb(69 10 10 / 0.05); }
.border-t-red-950\/50{ border-top-color: rgb(69 10 10 / 0.5); }
.border-t-red-950\/60{ border-top-color: rgb(69 10 10 / 0.6); }
.border-t-red-950\/70{ border-top-color: rgb(69 10 10 / 0.7); }
.border-t-red-950\/75{ border-top-color: rgb(69 10 10 / 0.75); }
.border-t-red-950\/80{ border-top-color: rgb(69 10 10 / 0.8); }
.border-t-red-950\/90{ border-top-color: rgb(69 10 10 / 0.9); }
.border-t-red-950\/95{ border-top-color: rgb(69 10 10 / 0.95); }
.border-t-rose-100{ --tw-border-opacity: 1; border-top-color: rgb(255 228 230 / var(--tw-border-opacity)); }
.border-t-rose-100\/0{ border-top-color: rgb(255 228 230 / 0); }
.border-t-rose-100\/10{ border-top-color: rgb(255 228 230 / 0.1); }
.border-t-rose-100\/100{ border-top-color: rgb(255 228 230 / 1); }
.border-t-rose-100\/20{ border-top-color: rgb(255 228 230 / 0.2); }
.border-t-rose-100\/25{ border-top-color: rgb(255 228 230 / 0.25); }
.border-t-rose-100\/30{ border-top-color: rgb(255 228 230 / 0.3); }
.border-t-rose-100\/40{ border-top-color: rgb(255 228 230 / 0.4); }
.border-t-rose-100\/5{ border-top-color: rgb(255 228 230 / 0.05); }
.border-t-rose-100\/50{ border-top-color: rgb(255 228 230 / 0.5); }
.border-t-rose-100\/60{ border-top-color: rgb(255 228 230 / 0.6); }
.border-t-rose-100\/70{ border-top-color: rgb(255 228 230 / 0.7); }
.border-t-rose-100\/75{ border-top-color: rgb(255 228 230 / 0.75); }
.border-t-rose-100\/80{ border-top-color: rgb(255 228 230 / 0.8); }
.border-t-rose-100\/90{ border-top-color: rgb(255 228 230 / 0.9); }
.border-t-rose-100\/95{ border-top-color: rgb(255 228 230 / 0.95); }
.border-t-rose-200{ --tw-border-opacity: 1; border-top-color: rgb(254 205 211 / var(--tw-border-opacity)); }
.border-t-rose-200\/0{ border-top-color: rgb(254 205 211 / 0); }
.border-t-rose-200\/10{ border-top-color: rgb(254 205 211 / 0.1); }
.border-t-rose-200\/100{ border-top-color: rgb(254 205 211 / 1); }
.border-t-rose-200\/20{ border-top-color: rgb(254 205 211 / 0.2); }
.border-t-rose-200\/25{ border-top-color: rgb(254 205 211 / 0.25); }
.border-t-rose-200\/30{ border-top-color: rgb(254 205 211 / 0.3); }
.border-t-rose-200\/40{ border-top-color: rgb(254 205 211 / 0.4); }
.border-t-rose-200\/5{ border-top-color: rgb(254 205 211 / 0.05); }
.border-t-rose-200\/50{ border-top-color: rgb(254 205 211 / 0.5); }
.border-t-rose-200\/60{ border-top-color: rgb(254 205 211 / 0.6); }
.border-t-rose-200\/70{ border-top-color: rgb(254 205 211 / 0.7); }
.border-t-rose-200\/75{ border-top-color: rgb(254 205 211 / 0.75); }
.border-t-rose-200\/80{ border-top-color: rgb(254 205 211 / 0.8); }
.border-t-rose-200\/90{ border-top-color: rgb(254 205 211 / 0.9); }
.border-t-rose-200\/95{ border-top-color: rgb(254 205 211 / 0.95); }
.border-t-rose-300{ --tw-border-opacity: 1; border-top-color: rgb(253 164 175 / var(--tw-border-opacity)); }
.border-t-rose-300\/0{ border-top-color: rgb(253 164 175 / 0); }
.border-t-rose-300\/10{ border-top-color: rgb(253 164 175 / 0.1); }
.border-t-rose-300\/100{ border-top-color: rgb(253 164 175 / 1); }
.border-t-rose-300\/20{ border-top-color: rgb(253 164 175 / 0.2); }
.border-t-rose-300\/25{ border-top-color: rgb(253 164 175 / 0.25); }
.border-t-rose-300\/30{ border-top-color: rgb(253 164 175 / 0.3); }
.border-t-rose-300\/40{ border-top-color: rgb(253 164 175 / 0.4); }
.border-t-rose-300\/5{ border-top-color: rgb(253 164 175 / 0.05); }
.border-t-rose-300\/50{ border-top-color: rgb(253 164 175 / 0.5); }
.border-t-rose-300\/60{ border-top-color: rgb(253 164 175 / 0.6); }
.border-t-rose-300\/70{ border-top-color: rgb(253 164 175 / 0.7); }
.border-t-rose-300\/75{ border-top-color: rgb(253 164 175 / 0.75); }
.border-t-rose-300\/80{ border-top-color: rgb(253 164 175 / 0.8); }
.border-t-rose-300\/90{ border-top-color: rgb(253 164 175 / 0.9); }
.border-t-rose-300\/95{ border-top-color: rgb(253 164 175 / 0.95); }
.border-t-rose-400{ --tw-border-opacity: 1; border-top-color: rgb(251 113 133 / var(--tw-border-opacity)); }
.border-t-rose-400\/0{ border-top-color: rgb(251 113 133 / 0); }
.border-t-rose-400\/10{ border-top-color: rgb(251 113 133 / 0.1); }
.border-t-rose-400\/100{ border-top-color: rgb(251 113 133 / 1); }
.border-t-rose-400\/20{ border-top-color: rgb(251 113 133 / 0.2); }
.border-t-rose-400\/25{ border-top-color: rgb(251 113 133 / 0.25); }
.border-t-rose-400\/30{ border-top-color: rgb(251 113 133 / 0.3); }
.border-t-rose-400\/40{ border-top-color: rgb(251 113 133 / 0.4); }
.border-t-rose-400\/5{ border-top-color: rgb(251 113 133 / 0.05); }
.border-t-rose-400\/50{ border-top-color: rgb(251 113 133 / 0.5); }
.border-t-rose-400\/60{ border-top-color: rgb(251 113 133 / 0.6); }
.border-t-rose-400\/70{ border-top-color: rgb(251 113 133 / 0.7); }
.border-t-rose-400\/75{ border-top-color: rgb(251 113 133 / 0.75); }
.border-t-rose-400\/80{ border-top-color: rgb(251 113 133 / 0.8); }
.border-t-rose-400\/90{ border-top-color: rgb(251 113 133 / 0.9); }
.border-t-rose-400\/95{ border-top-color: rgb(251 113 133 / 0.95); }
.border-t-rose-50{ --tw-border-opacity: 1; border-top-color: rgb(255 241 242 / var(--tw-border-opacity)); }
.border-t-rose-50\/0{ border-top-color: rgb(255 241 242 / 0); }
.border-t-rose-50\/10{ border-top-color: rgb(255 241 242 / 0.1); }
.border-t-rose-50\/100{ border-top-color: rgb(255 241 242 / 1); }
.border-t-rose-50\/20{ border-top-color: rgb(255 241 242 / 0.2); }
.border-t-rose-50\/25{ border-top-color: rgb(255 241 242 / 0.25); }
.border-t-rose-50\/30{ border-top-color: rgb(255 241 242 / 0.3); }
.border-t-rose-50\/40{ border-top-color: rgb(255 241 242 / 0.4); }
.border-t-rose-50\/5{ border-top-color: rgb(255 241 242 / 0.05); }
.border-t-rose-50\/50{ border-top-color: rgb(255 241 242 / 0.5); }
.border-t-rose-50\/60{ border-top-color: rgb(255 241 242 / 0.6); }
.border-t-rose-50\/70{ border-top-color: rgb(255 241 242 / 0.7); }
.border-t-rose-50\/75{ border-top-color: rgb(255 241 242 / 0.75); }
.border-t-rose-50\/80{ border-top-color: rgb(255 241 242 / 0.8); }
.border-t-rose-50\/90{ border-top-color: rgb(255 241 242 / 0.9); }
.border-t-rose-50\/95{ border-top-color: rgb(255 241 242 / 0.95); }
.border-t-rose-500{ --tw-border-opacity: 1; border-top-color: rgb(244 63 94 / var(--tw-border-opacity)); }
.border-t-rose-500\/0{ border-top-color: rgb(244 63 94 / 0); }
.border-t-rose-500\/10{ border-top-color: rgb(244 63 94 / 0.1); }
.border-t-rose-500\/100{ border-top-color: rgb(244 63 94 / 1); }
.border-t-rose-500\/20{ border-top-color: rgb(244 63 94 / 0.2); }
.border-t-rose-500\/25{ border-top-color: rgb(244 63 94 / 0.25); }
.border-t-rose-500\/30{ border-top-color: rgb(244 63 94 / 0.3); }
.border-t-rose-500\/40{ border-top-color: rgb(244 63 94 / 0.4); }
.border-t-rose-500\/5{ border-top-color: rgb(244 63 94 / 0.05); }
.border-t-rose-500\/50{ border-top-color: rgb(244 63 94 / 0.5); }
.border-t-rose-500\/60{ border-top-color: rgb(244 63 94 / 0.6); }
.border-t-rose-500\/70{ border-top-color: rgb(244 63 94 / 0.7); }
.border-t-rose-500\/75{ border-top-color: rgb(244 63 94 / 0.75); }
.border-t-rose-500\/80{ border-top-color: rgb(244 63 94 / 0.8); }
.border-t-rose-500\/90{ border-top-color: rgb(244 63 94 / 0.9); }
.border-t-rose-500\/95{ border-top-color: rgb(244 63 94 / 0.95); }
.border-t-rose-600{ --tw-border-opacity: 1; border-top-color: rgb(225 29 72 / var(--tw-border-opacity)); }
.border-t-rose-600\/0{ border-top-color: rgb(225 29 72 / 0); }
.border-t-rose-600\/10{ border-top-color: rgb(225 29 72 / 0.1); }
.border-t-rose-600\/100{ border-top-color: rgb(225 29 72 / 1); }
.border-t-rose-600\/20{ border-top-color: rgb(225 29 72 / 0.2); }
.border-t-rose-600\/25{ border-top-color: rgb(225 29 72 / 0.25); }
.border-t-rose-600\/30{ border-top-color: rgb(225 29 72 / 0.3); }
.border-t-rose-600\/40{ border-top-color: rgb(225 29 72 / 0.4); }
.border-t-rose-600\/5{ border-top-color: rgb(225 29 72 / 0.05); }
.border-t-rose-600\/50{ border-top-color: rgb(225 29 72 / 0.5); }
.border-t-rose-600\/60{ border-top-color: rgb(225 29 72 / 0.6); }
.border-t-rose-600\/70{ border-top-color: rgb(225 29 72 / 0.7); }
.border-t-rose-600\/75{ border-top-color: rgb(225 29 72 / 0.75); }
.border-t-rose-600\/80{ border-top-color: rgb(225 29 72 / 0.8); }
.border-t-rose-600\/90{ border-top-color: rgb(225 29 72 / 0.9); }
.border-t-rose-600\/95{ border-top-color: rgb(225 29 72 / 0.95); }
.border-t-rose-700{ --tw-border-opacity: 1; border-top-color: rgb(190 18 60 / var(--tw-border-opacity)); }
.border-t-rose-700\/0{ border-top-color: rgb(190 18 60 / 0); }
.border-t-rose-700\/10{ border-top-color: rgb(190 18 60 / 0.1); }
.border-t-rose-700\/100{ border-top-color: rgb(190 18 60 / 1); }
.border-t-rose-700\/20{ border-top-color: rgb(190 18 60 / 0.2); }
.border-t-rose-700\/25{ border-top-color: rgb(190 18 60 / 0.25); }
.border-t-rose-700\/30{ border-top-color: rgb(190 18 60 / 0.3); }
.border-t-rose-700\/40{ border-top-color: rgb(190 18 60 / 0.4); }
.border-t-rose-700\/5{ border-top-color: rgb(190 18 60 / 0.05); }
.border-t-rose-700\/50{ border-top-color: rgb(190 18 60 / 0.5); }
.border-t-rose-700\/60{ border-top-color: rgb(190 18 60 / 0.6); }
.border-t-rose-700\/70{ border-top-color: rgb(190 18 60 / 0.7); }
.border-t-rose-700\/75{ border-top-color: rgb(190 18 60 / 0.75); }
.border-t-rose-700\/80{ border-top-color: rgb(190 18 60 / 0.8); }
.border-t-rose-700\/90{ border-top-color: rgb(190 18 60 / 0.9); }
.border-t-rose-700\/95{ border-top-color: rgb(190 18 60 / 0.95); }
.border-t-rose-800{ --tw-border-opacity: 1; border-top-color: rgb(159 18 57 / var(--tw-border-opacity)); }
.border-t-rose-800\/0{ border-top-color: rgb(159 18 57 / 0); }
.border-t-rose-800\/10{ border-top-color: rgb(159 18 57 / 0.1); }
.border-t-rose-800\/100{ border-top-color: rgb(159 18 57 / 1); }
.border-t-rose-800\/20{ border-top-color: rgb(159 18 57 / 0.2); }
.border-t-rose-800\/25{ border-top-color: rgb(159 18 57 / 0.25); }
.border-t-rose-800\/30{ border-top-color: rgb(159 18 57 / 0.3); }
.border-t-rose-800\/40{ border-top-color: rgb(159 18 57 / 0.4); }
.border-t-rose-800\/5{ border-top-color: rgb(159 18 57 / 0.05); }
.border-t-rose-800\/50{ border-top-color: rgb(159 18 57 / 0.5); }
.border-t-rose-800\/60{ border-top-color: rgb(159 18 57 / 0.6); }
.border-t-rose-800\/70{ border-top-color: rgb(159 18 57 / 0.7); }
.border-t-rose-800\/75{ border-top-color: rgb(159 18 57 / 0.75); }
.border-t-rose-800\/80{ border-top-color: rgb(159 18 57 / 0.8); }
.border-t-rose-800\/90{ border-top-color: rgb(159 18 57 / 0.9); }
.border-t-rose-800\/95{ border-top-color: rgb(159 18 57 / 0.95); }
.border-t-rose-900{ --tw-border-opacity: 1; border-top-color: rgb(136 19 55 / var(--tw-border-opacity)); }
.border-t-rose-900\/0{ border-top-color: rgb(136 19 55 / 0); }
.border-t-rose-900\/10{ border-top-color: rgb(136 19 55 / 0.1); }
.border-t-rose-900\/100{ border-top-color: rgb(136 19 55 / 1); }
.border-t-rose-900\/20{ border-top-color: rgb(136 19 55 / 0.2); }
.border-t-rose-900\/25{ border-top-color: rgb(136 19 55 / 0.25); }
.border-t-rose-900\/30{ border-top-color: rgb(136 19 55 / 0.3); }
.border-t-rose-900\/40{ border-top-color: rgb(136 19 55 / 0.4); }
.border-t-rose-900\/5{ border-top-color: rgb(136 19 55 / 0.05); }
.border-t-rose-900\/50{ border-top-color: rgb(136 19 55 / 0.5); }
.border-t-rose-900\/60{ border-top-color: rgb(136 19 55 / 0.6); }
.border-t-rose-900\/70{ border-top-color: rgb(136 19 55 / 0.7); }
.border-t-rose-900\/75{ border-top-color: rgb(136 19 55 / 0.75); }
.border-t-rose-900\/80{ border-top-color: rgb(136 19 55 / 0.8); }
.border-t-rose-900\/90{ border-top-color: rgb(136 19 55 / 0.9); }
.border-t-rose-900\/95{ border-top-color: rgb(136 19 55 / 0.95); }
.border-t-rose-950{ --tw-border-opacity: 1; border-top-color: rgb(76 5 25 / var(--tw-border-opacity)); }
.border-t-rose-950\/0{ border-top-color: rgb(76 5 25 / 0); }
.border-t-rose-950\/10{ border-top-color: rgb(76 5 25 / 0.1); }
.border-t-rose-950\/100{ border-top-color: rgb(76 5 25 / 1); }
.border-t-rose-950\/20{ border-top-color: rgb(76 5 25 / 0.2); }
.border-t-rose-950\/25{ border-top-color: rgb(76 5 25 / 0.25); }
.border-t-rose-950\/30{ border-top-color: rgb(76 5 25 / 0.3); }
.border-t-rose-950\/40{ border-top-color: rgb(76 5 25 / 0.4); }
.border-t-rose-950\/5{ border-top-color: rgb(76 5 25 / 0.05); }
.border-t-rose-950\/50{ border-top-color: rgb(76 5 25 / 0.5); }
.border-t-rose-950\/60{ border-top-color: rgb(76 5 25 / 0.6); }
.border-t-rose-950\/70{ border-top-color: rgb(76 5 25 / 0.7); }
.border-t-rose-950\/75{ border-top-color: rgb(76 5 25 / 0.75); }
.border-t-rose-950\/80{ border-top-color: rgb(76 5 25 / 0.8); }
.border-t-rose-950\/90{ border-top-color: rgb(76 5 25 / 0.9); }
.border-t-rose-950\/95{ border-top-color: rgb(76 5 25 / 0.95); }
.border-t-sky-100{ --tw-border-opacity: 1; border-top-color: rgb(224 242 254 / var(--tw-border-opacity)); }
.border-t-sky-100\/0{ border-top-color: rgb(224 242 254 / 0); }
.border-t-sky-100\/10{ border-top-color: rgb(224 242 254 / 0.1); }
.border-t-sky-100\/100{ border-top-color: rgb(224 242 254 / 1); }
.border-t-sky-100\/20{ border-top-color: rgb(224 242 254 / 0.2); }
.border-t-sky-100\/25{ border-top-color: rgb(224 242 254 / 0.25); }
.border-t-sky-100\/30{ border-top-color: rgb(224 242 254 / 0.3); }
.border-t-sky-100\/40{ border-top-color: rgb(224 242 254 / 0.4); }
.border-t-sky-100\/5{ border-top-color: rgb(224 242 254 / 0.05); }
.border-t-sky-100\/50{ border-top-color: rgb(224 242 254 / 0.5); }
.border-t-sky-100\/60{ border-top-color: rgb(224 242 254 / 0.6); }
.border-t-sky-100\/70{ border-top-color: rgb(224 242 254 / 0.7); }
.border-t-sky-100\/75{ border-top-color: rgb(224 242 254 / 0.75); }
.border-t-sky-100\/80{ border-top-color: rgb(224 242 254 / 0.8); }
.border-t-sky-100\/90{ border-top-color: rgb(224 242 254 / 0.9); }
.border-t-sky-100\/95{ border-top-color: rgb(224 242 254 / 0.95); }
.border-t-sky-200{ --tw-border-opacity: 1; border-top-color: rgb(186 230 253 / var(--tw-border-opacity)); }
.border-t-sky-200\/0{ border-top-color: rgb(186 230 253 / 0); }
.border-t-sky-200\/10{ border-top-color: rgb(186 230 253 / 0.1); }
.border-t-sky-200\/100{ border-top-color: rgb(186 230 253 / 1); }
.border-t-sky-200\/20{ border-top-color: rgb(186 230 253 / 0.2); }
.border-t-sky-200\/25{ border-top-color: rgb(186 230 253 / 0.25); }
.border-t-sky-200\/30{ border-top-color: rgb(186 230 253 / 0.3); }
.border-t-sky-200\/40{ border-top-color: rgb(186 230 253 / 0.4); }
.border-t-sky-200\/5{ border-top-color: rgb(186 230 253 / 0.05); }
.border-t-sky-200\/50{ border-top-color: rgb(186 230 253 / 0.5); }
.border-t-sky-200\/60{ border-top-color: rgb(186 230 253 / 0.6); }
.border-t-sky-200\/70{ border-top-color: rgb(186 230 253 / 0.7); }
.border-t-sky-200\/75{ border-top-color: rgb(186 230 253 / 0.75); }
.border-t-sky-200\/80{ border-top-color: rgb(186 230 253 / 0.8); }
.border-t-sky-200\/90{ border-top-color: rgb(186 230 253 / 0.9); }
.border-t-sky-200\/95{ border-top-color: rgb(186 230 253 / 0.95); }
.border-t-sky-300{ --tw-border-opacity: 1; border-top-color: rgb(125 211 252 / var(--tw-border-opacity)); }
.border-t-sky-300\/0{ border-top-color: rgb(125 211 252 / 0); }
.border-t-sky-300\/10{ border-top-color: rgb(125 211 252 / 0.1); }
.border-t-sky-300\/100{ border-top-color: rgb(125 211 252 / 1); }
.border-t-sky-300\/20{ border-top-color: rgb(125 211 252 / 0.2); }
.border-t-sky-300\/25{ border-top-color: rgb(125 211 252 / 0.25); }
.border-t-sky-300\/30{ border-top-color: rgb(125 211 252 / 0.3); }
.border-t-sky-300\/40{ border-top-color: rgb(125 211 252 / 0.4); }
.border-t-sky-300\/5{ border-top-color: rgb(125 211 252 / 0.05); }
.border-t-sky-300\/50{ border-top-color: rgb(125 211 252 / 0.5); }
.border-t-sky-300\/60{ border-top-color: rgb(125 211 252 / 0.6); }
.border-t-sky-300\/70{ border-top-color: rgb(125 211 252 / 0.7); }
.border-t-sky-300\/75{ border-top-color: rgb(125 211 252 / 0.75); }
.border-t-sky-300\/80{ border-top-color: rgb(125 211 252 / 0.8); }
.border-t-sky-300\/90{ border-top-color: rgb(125 211 252 / 0.9); }
.border-t-sky-300\/95{ border-top-color: rgb(125 211 252 / 0.95); }
.border-t-sky-400{ --tw-border-opacity: 1; border-top-color: rgb(56 189 248 / var(--tw-border-opacity)); }
.border-t-sky-400\/0{ border-top-color: rgb(56 189 248 / 0); }
.border-t-sky-400\/10{ border-top-color: rgb(56 189 248 / 0.1); }
.border-t-sky-400\/100{ border-top-color: rgb(56 189 248 / 1); }
.border-t-sky-400\/20{ border-top-color: rgb(56 189 248 / 0.2); }
.border-t-sky-400\/25{ border-top-color: rgb(56 189 248 / 0.25); }
.border-t-sky-400\/30{ border-top-color: rgb(56 189 248 / 0.3); }
.border-t-sky-400\/40{ border-top-color: rgb(56 189 248 / 0.4); }
.border-t-sky-400\/5{ border-top-color: rgb(56 189 248 / 0.05); }
.border-t-sky-400\/50{ border-top-color: rgb(56 189 248 / 0.5); }
.border-t-sky-400\/60{ border-top-color: rgb(56 189 248 / 0.6); }
.border-t-sky-400\/70{ border-top-color: rgb(56 189 248 / 0.7); }
.border-t-sky-400\/75{ border-top-color: rgb(56 189 248 / 0.75); }
.border-t-sky-400\/80{ border-top-color: rgb(56 189 248 / 0.8); }
.border-t-sky-400\/90{ border-top-color: rgb(56 189 248 / 0.9); }
.border-t-sky-400\/95{ border-top-color: rgb(56 189 248 / 0.95); }
.border-t-sky-50{ --tw-border-opacity: 1; border-top-color: rgb(240 249 255 / var(--tw-border-opacity)); }
.border-t-sky-50\/0{ border-top-color: rgb(240 249 255 / 0); }
.border-t-sky-50\/10{ border-top-color: rgb(240 249 255 / 0.1); }
.border-t-sky-50\/100{ border-top-color: rgb(240 249 255 / 1); }
.border-t-sky-50\/20{ border-top-color: rgb(240 249 255 / 0.2); }
.border-t-sky-50\/25{ border-top-color: rgb(240 249 255 / 0.25); }
.border-t-sky-50\/30{ border-top-color: rgb(240 249 255 / 0.3); }
.border-t-sky-50\/40{ border-top-color: rgb(240 249 255 / 0.4); }
.border-t-sky-50\/5{ border-top-color: rgb(240 249 255 / 0.05); }
.border-t-sky-50\/50{ border-top-color: rgb(240 249 255 / 0.5); }
.border-t-sky-50\/60{ border-top-color: rgb(240 249 255 / 0.6); }
.border-t-sky-50\/70{ border-top-color: rgb(240 249 255 / 0.7); }
.border-t-sky-50\/75{ border-top-color: rgb(240 249 255 / 0.75); }
.border-t-sky-50\/80{ border-top-color: rgb(240 249 255 / 0.8); }
.border-t-sky-50\/90{ border-top-color: rgb(240 249 255 / 0.9); }
.border-t-sky-50\/95{ border-top-color: rgb(240 249 255 / 0.95); }
.border-t-sky-500{ --tw-border-opacity: 1; border-top-color: rgb(14 165 233 / var(--tw-border-opacity)); }
.border-t-sky-500\/0{ border-top-color: rgb(14 165 233 / 0); }
.border-t-sky-500\/10{ border-top-color: rgb(14 165 233 / 0.1); }
.border-t-sky-500\/100{ border-top-color: rgb(14 165 233 / 1); }
.border-t-sky-500\/20{ border-top-color: rgb(14 165 233 / 0.2); }
.border-t-sky-500\/25{ border-top-color: rgb(14 165 233 / 0.25); }
.border-t-sky-500\/30{ border-top-color: rgb(14 165 233 / 0.3); }
.border-t-sky-500\/40{ border-top-color: rgb(14 165 233 / 0.4); }
.border-t-sky-500\/5{ border-top-color: rgb(14 165 233 / 0.05); }
.border-t-sky-500\/50{ border-top-color: rgb(14 165 233 / 0.5); }
.border-t-sky-500\/60{ border-top-color: rgb(14 165 233 / 0.6); }
.border-t-sky-500\/70{ border-top-color: rgb(14 165 233 / 0.7); }
.border-t-sky-500\/75{ border-top-color: rgb(14 165 233 / 0.75); }
.border-t-sky-500\/80{ border-top-color: rgb(14 165 233 / 0.8); }
.border-t-sky-500\/90{ border-top-color: rgb(14 165 233 / 0.9); }
.border-t-sky-500\/95{ border-top-color: rgb(14 165 233 / 0.95); }
.border-t-sky-600{ --tw-border-opacity: 1; border-top-color: rgb(2 132 199 / var(--tw-border-opacity)); }
.border-t-sky-600\/0{ border-top-color: rgb(2 132 199 / 0); }
.border-t-sky-600\/10{ border-top-color: rgb(2 132 199 / 0.1); }
.border-t-sky-600\/100{ border-top-color: rgb(2 132 199 / 1); }
.border-t-sky-600\/20{ border-top-color: rgb(2 132 199 / 0.2); }
.border-t-sky-600\/25{ border-top-color: rgb(2 132 199 / 0.25); }
.border-t-sky-600\/30{ border-top-color: rgb(2 132 199 / 0.3); }
.border-t-sky-600\/40{ border-top-color: rgb(2 132 199 / 0.4); }
.border-t-sky-600\/5{ border-top-color: rgb(2 132 199 / 0.05); }
.border-t-sky-600\/50{ border-top-color: rgb(2 132 199 / 0.5); }
.border-t-sky-600\/60{ border-top-color: rgb(2 132 199 / 0.6); }
.border-t-sky-600\/70{ border-top-color: rgb(2 132 199 / 0.7); }
.border-t-sky-600\/75{ border-top-color: rgb(2 132 199 / 0.75); }
.border-t-sky-600\/80{ border-top-color: rgb(2 132 199 / 0.8); }
.border-t-sky-600\/90{ border-top-color: rgb(2 132 199 / 0.9); }
.border-t-sky-600\/95{ border-top-color: rgb(2 132 199 / 0.95); }
.border-t-sky-700{ --tw-border-opacity: 1; border-top-color: rgb(3 105 161 / var(--tw-border-opacity)); }
.border-t-sky-700\/0{ border-top-color: rgb(3 105 161 / 0); }
.border-t-sky-700\/10{ border-top-color: rgb(3 105 161 / 0.1); }
.border-t-sky-700\/100{ border-top-color: rgb(3 105 161 / 1); }
.border-t-sky-700\/20{ border-top-color: rgb(3 105 161 / 0.2); }
.border-t-sky-700\/25{ border-top-color: rgb(3 105 161 / 0.25); }
.border-t-sky-700\/30{ border-top-color: rgb(3 105 161 / 0.3); }
.border-t-sky-700\/40{ border-top-color: rgb(3 105 161 / 0.4); }
.border-t-sky-700\/5{ border-top-color: rgb(3 105 161 / 0.05); }
.border-t-sky-700\/50{ border-top-color: rgb(3 105 161 / 0.5); }
.border-t-sky-700\/60{ border-top-color: rgb(3 105 161 / 0.6); }
.border-t-sky-700\/70{ border-top-color: rgb(3 105 161 / 0.7); }
.border-t-sky-700\/75{ border-top-color: rgb(3 105 161 / 0.75); }
.border-t-sky-700\/80{ border-top-color: rgb(3 105 161 / 0.8); }
.border-t-sky-700\/90{ border-top-color: rgb(3 105 161 / 0.9); }
.border-t-sky-700\/95{ border-top-color: rgb(3 105 161 / 0.95); }
.border-t-sky-800{ --tw-border-opacity: 1; border-top-color: rgb(7 89 133 / var(--tw-border-opacity)); }
.border-t-sky-800\/0{ border-top-color: rgb(7 89 133 / 0); }
.border-t-sky-800\/10{ border-top-color: rgb(7 89 133 / 0.1); }
.border-t-sky-800\/100{ border-top-color: rgb(7 89 133 / 1); }
.border-t-sky-800\/20{ border-top-color: rgb(7 89 133 / 0.2); }
.border-t-sky-800\/25{ border-top-color: rgb(7 89 133 / 0.25); }
.border-t-sky-800\/30{ border-top-color: rgb(7 89 133 / 0.3); }
.border-t-sky-800\/40{ border-top-color: rgb(7 89 133 / 0.4); }
.border-t-sky-800\/5{ border-top-color: rgb(7 89 133 / 0.05); }
.border-t-sky-800\/50{ border-top-color: rgb(7 89 133 / 0.5); }
.border-t-sky-800\/60{ border-top-color: rgb(7 89 133 / 0.6); }
.border-t-sky-800\/70{ border-top-color: rgb(7 89 133 / 0.7); }
.border-t-sky-800\/75{ border-top-color: rgb(7 89 133 / 0.75); }
.border-t-sky-800\/80{ border-top-color: rgb(7 89 133 / 0.8); }
.border-t-sky-800\/90{ border-top-color: rgb(7 89 133 / 0.9); }
.border-t-sky-800\/95{ border-top-color: rgb(7 89 133 / 0.95); }
.border-t-sky-900{ --tw-border-opacity: 1; border-top-color: rgb(12 74 110 / var(--tw-border-opacity)); }
.border-t-sky-900\/0{ border-top-color: rgb(12 74 110 / 0); }
.border-t-sky-900\/10{ border-top-color: rgb(12 74 110 / 0.1); }
.border-t-sky-900\/100{ border-top-color: rgb(12 74 110 / 1); }
.border-t-sky-900\/20{ border-top-color: rgb(12 74 110 / 0.2); }
.border-t-sky-900\/25{ border-top-color: rgb(12 74 110 / 0.25); }
.border-t-sky-900\/30{ border-top-color: rgb(12 74 110 / 0.3); }
.border-t-sky-900\/40{ border-top-color: rgb(12 74 110 / 0.4); }
.border-t-sky-900\/5{ border-top-color: rgb(12 74 110 / 0.05); }
.border-t-sky-900\/50{ border-top-color: rgb(12 74 110 / 0.5); }
.border-t-sky-900\/60{ border-top-color: rgb(12 74 110 / 0.6); }
.border-t-sky-900\/70{ border-top-color: rgb(12 74 110 / 0.7); }
.border-t-sky-900\/75{ border-top-color: rgb(12 74 110 / 0.75); }
.border-t-sky-900\/80{ border-top-color: rgb(12 74 110 / 0.8); }
.border-t-sky-900\/90{ border-top-color: rgb(12 74 110 / 0.9); }
.border-t-sky-900\/95{ border-top-color: rgb(12 74 110 / 0.95); }
.border-t-sky-950{ --tw-border-opacity: 1; border-top-color: rgb(8 47 73 / var(--tw-border-opacity)); }
.border-t-sky-950\/0{ border-top-color: rgb(8 47 73 / 0); }
.border-t-sky-950\/10{ border-top-color: rgb(8 47 73 / 0.1); }
.border-t-sky-950\/100{ border-top-color: rgb(8 47 73 / 1); }
.border-t-sky-950\/20{ border-top-color: rgb(8 47 73 / 0.2); }
.border-t-sky-950\/25{ border-top-color: rgb(8 47 73 / 0.25); }
.border-t-sky-950\/30{ border-top-color: rgb(8 47 73 / 0.3); }
.border-t-sky-950\/40{ border-top-color: rgb(8 47 73 / 0.4); }
.border-t-sky-950\/5{ border-top-color: rgb(8 47 73 / 0.05); }
.border-t-sky-950\/50{ border-top-color: rgb(8 47 73 / 0.5); }
.border-t-sky-950\/60{ border-top-color: rgb(8 47 73 / 0.6); }
.border-t-sky-950\/70{ border-top-color: rgb(8 47 73 / 0.7); }
.border-t-sky-950\/75{ border-top-color: rgb(8 47 73 / 0.75); }
.border-t-sky-950\/80{ border-top-color: rgb(8 47 73 / 0.8); }
.border-t-sky-950\/90{ border-top-color: rgb(8 47 73 / 0.9); }
.border-t-sky-950\/95{ border-top-color: rgb(8 47 73 / 0.95); }
.border-t-slate-100{ --tw-border-opacity: 1; border-top-color: rgb(241 245 249 / var(--tw-border-opacity)); }
.border-t-slate-100\/0{ border-top-color: rgb(241 245 249 / 0); }
.border-t-slate-100\/10{ border-top-color: rgb(241 245 249 / 0.1); }
.border-t-slate-100\/100{ border-top-color: rgb(241 245 249 / 1); }
.border-t-slate-100\/20{ border-top-color: rgb(241 245 249 / 0.2); }
.border-t-slate-100\/25{ border-top-color: rgb(241 245 249 / 0.25); }
.border-t-slate-100\/30{ border-top-color: rgb(241 245 249 / 0.3); }
.border-t-slate-100\/40{ border-top-color: rgb(241 245 249 / 0.4); }
.border-t-slate-100\/5{ border-top-color: rgb(241 245 249 / 0.05); }
.border-t-slate-100\/50{ border-top-color: rgb(241 245 249 / 0.5); }
.border-t-slate-100\/60{ border-top-color: rgb(241 245 249 / 0.6); }
.border-t-slate-100\/70{ border-top-color: rgb(241 245 249 / 0.7); }
.border-t-slate-100\/75{ border-top-color: rgb(241 245 249 / 0.75); }
.border-t-slate-100\/80{ border-top-color: rgb(241 245 249 / 0.8); }
.border-t-slate-100\/90{ border-top-color: rgb(241 245 249 / 0.9); }
.border-t-slate-100\/95{ border-top-color: rgb(241 245 249 / 0.95); }
.border-t-slate-200{ --tw-border-opacity: 1; border-top-color: rgb(226 232 240 / var(--tw-border-opacity)); }
.border-t-slate-200\/0{ border-top-color: rgb(226 232 240 / 0); }
.border-t-slate-200\/10{ border-top-color: rgb(226 232 240 / 0.1); }
.border-t-slate-200\/100{ border-top-color: rgb(226 232 240 / 1); }
.border-t-slate-200\/20{ border-top-color: rgb(226 232 240 / 0.2); }
.border-t-slate-200\/25{ border-top-color: rgb(226 232 240 / 0.25); }
.border-t-slate-200\/30{ border-top-color: rgb(226 232 240 / 0.3); }
.border-t-slate-200\/40{ border-top-color: rgb(226 232 240 / 0.4); }
.border-t-slate-200\/5{ border-top-color: rgb(226 232 240 / 0.05); }
.border-t-slate-200\/50{ border-top-color: rgb(226 232 240 / 0.5); }
.border-t-slate-200\/60{ border-top-color: rgb(226 232 240 / 0.6); }
.border-t-slate-200\/70{ border-top-color: rgb(226 232 240 / 0.7); }
.border-t-slate-200\/75{ border-top-color: rgb(226 232 240 / 0.75); }
.border-t-slate-200\/80{ border-top-color: rgb(226 232 240 / 0.8); }
.border-t-slate-200\/90{ border-top-color: rgb(226 232 240 / 0.9); }
.border-t-slate-200\/95{ border-top-color: rgb(226 232 240 / 0.95); }
.border-t-slate-300{ --tw-border-opacity: 1; border-top-color: rgb(203 213 225 / var(--tw-border-opacity)); }
.border-t-slate-300\/0{ border-top-color: rgb(203 213 225 / 0); }
.border-t-slate-300\/10{ border-top-color: rgb(203 213 225 / 0.1); }
.border-t-slate-300\/100{ border-top-color: rgb(203 213 225 / 1); }
.border-t-slate-300\/20{ border-top-color: rgb(203 213 225 / 0.2); }
.border-t-slate-300\/25{ border-top-color: rgb(203 213 225 / 0.25); }
.border-t-slate-300\/30{ border-top-color: rgb(203 213 225 / 0.3); }
.border-t-slate-300\/40{ border-top-color: rgb(203 213 225 / 0.4); }
.border-t-slate-300\/5{ border-top-color: rgb(203 213 225 / 0.05); }
.border-t-slate-300\/50{ border-top-color: rgb(203 213 225 / 0.5); }
.border-t-slate-300\/60{ border-top-color: rgb(203 213 225 / 0.6); }
.border-t-slate-300\/70{ border-top-color: rgb(203 213 225 / 0.7); }
.border-t-slate-300\/75{ border-top-color: rgb(203 213 225 / 0.75); }
.border-t-slate-300\/80{ border-top-color: rgb(203 213 225 / 0.8); }
.border-t-slate-300\/90{ border-top-color: rgb(203 213 225 / 0.9); }
.border-t-slate-300\/95{ border-top-color: rgb(203 213 225 / 0.95); }
.border-t-slate-400{ --tw-border-opacity: 1; border-top-color: rgb(148 163 184 / var(--tw-border-opacity)); }
.border-t-slate-400\/0{ border-top-color: rgb(148 163 184 / 0); }
.border-t-slate-400\/10{ border-top-color: rgb(148 163 184 / 0.1); }
.border-t-slate-400\/100{ border-top-color: rgb(148 163 184 / 1); }
.border-t-slate-400\/20{ border-top-color: rgb(148 163 184 / 0.2); }
.border-t-slate-400\/25{ border-top-color: rgb(148 163 184 / 0.25); }
.border-t-slate-400\/30{ border-top-color: rgb(148 163 184 / 0.3); }
.border-t-slate-400\/40{ border-top-color: rgb(148 163 184 / 0.4); }
.border-t-slate-400\/5{ border-top-color: rgb(148 163 184 / 0.05); }
.border-t-slate-400\/50{ border-top-color: rgb(148 163 184 / 0.5); }
.border-t-slate-400\/60{ border-top-color: rgb(148 163 184 / 0.6); }
.border-t-slate-400\/70{ border-top-color: rgb(148 163 184 / 0.7); }
.border-t-slate-400\/75{ border-top-color: rgb(148 163 184 / 0.75); }
.border-t-slate-400\/80{ border-top-color: rgb(148 163 184 / 0.8); }
.border-t-slate-400\/90{ border-top-color: rgb(148 163 184 / 0.9); }
.border-t-slate-400\/95{ border-top-color: rgb(148 163 184 / 0.95); }
.border-t-slate-50{ --tw-border-opacity: 1; border-top-color: rgb(248 250 252 / var(--tw-border-opacity)); }
.border-t-slate-50\/0{ border-top-color: rgb(248 250 252 / 0); }
.border-t-slate-50\/10{ border-top-color: rgb(248 250 252 / 0.1); }
.border-t-slate-50\/100{ border-top-color: rgb(248 250 252 / 1); }
.border-t-slate-50\/20{ border-top-color: rgb(248 250 252 / 0.2); }
.border-t-slate-50\/25{ border-top-color: rgb(248 250 252 / 0.25); }
.border-t-slate-50\/30{ border-top-color: rgb(248 250 252 / 0.3); }
.border-t-slate-50\/40{ border-top-color: rgb(248 250 252 / 0.4); }
.border-t-slate-50\/5{ border-top-color: rgb(248 250 252 / 0.05); }
.border-t-slate-50\/50{ border-top-color: rgb(248 250 252 / 0.5); }
.border-t-slate-50\/60{ border-top-color: rgb(248 250 252 / 0.6); }
.border-t-slate-50\/70{ border-top-color: rgb(248 250 252 / 0.7); }
.border-t-slate-50\/75{ border-top-color: rgb(248 250 252 / 0.75); }
.border-t-slate-50\/80{ border-top-color: rgb(248 250 252 / 0.8); }
.border-t-slate-50\/90{ border-top-color: rgb(248 250 252 / 0.9); }
.border-t-slate-50\/95{ border-top-color: rgb(248 250 252 / 0.95); }
.border-t-slate-500{ --tw-border-opacity: 1; border-top-color: rgb(100 116 139 / var(--tw-border-opacity)); }
.border-t-slate-500\/0{ border-top-color: rgb(100 116 139 / 0); }
.border-t-slate-500\/10{ border-top-color: rgb(100 116 139 / 0.1); }
.border-t-slate-500\/100{ border-top-color: rgb(100 116 139 / 1); }
.border-t-slate-500\/20{ border-top-color: rgb(100 116 139 / 0.2); }
.border-t-slate-500\/25{ border-top-color: rgb(100 116 139 / 0.25); }
.border-t-slate-500\/30{ border-top-color: rgb(100 116 139 / 0.3); }
.border-t-slate-500\/40{ border-top-color: rgb(100 116 139 / 0.4); }
.border-t-slate-500\/5{ border-top-color: rgb(100 116 139 / 0.05); }
.border-t-slate-500\/50{ border-top-color: rgb(100 116 139 / 0.5); }
.border-t-slate-500\/60{ border-top-color: rgb(100 116 139 / 0.6); }
.border-t-slate-500\/70{ border-top-color: rgb(100 116 139 / 0.7); }
.border-t-slate-500\/75{ border-top-color: rgb(100 116 139 / 0.75); }
.border-t-slate-500\/80{ border-top-color: rgb(100 116 139 / 0.8); }
.border-t-slate-500\/90{ border-top-color: rgb(100 116 139 / 0.9); }
.border-t-slate-500\/95{ border-top-color: rgb(100 116 139 / 0.95); }
.border-t-slate-600{ --tw-border-opacity: 1; border-top-color: rgb(71 85 105 / var(--tw-border-opacity)); }
.border-t-slate-600\/0{ border-top-color: rgb(71 85 105 / 0); }
.border-t-slate-600\/10{ border-top-color: rgb(71 85 105 / 0.1); }
.border-t-slate-600\/100{ border-top-color: rgb(71 85 105 / 1); }
.border-t-slate-600\/20{ border-top-color: rgb(71 85 105 / 0.2); }
.border-t-slate-600\/25{ border-top-color: rgb(71 85 105 / 0.25); }
.border-t-slate-600\/30{ border-top-color: rgb(71 85 105 / 0.3); }
.border-t-slate-600\/40{ border-top-color: rgb(71 85 105 / 0.4); }
.border-t-slate-600\/5{ border-top-color: rgb(71 85 105 / 0.05); }
.border-t-slate-600\/50{ border-top-color: rgb(71 85 105 / 0.5); }
.border-t-slate-600\/60{ border-top-color: rgb(71 85 105 / 0.6); }
.border-t-slate-600\/70{ border-top-color: rgb(71 85 105 / 0.7); }
.border-t-slate-600\/75{ border-top-color: rgb(71 85 105 / 0.75); }
.border-t-slate-600\/80{ border-top-color: rgb(71 85 105 / 0.8); }
.border-t-slate-600\/90{ border-top-color: rgb(71 85 105 / 0.9); }
.border-t-slate-600\/95{ border-top-color: rgb(71 85 105 / 0.95); }
.border-t-slate-700{ --tw-border-opacity: 1; border-top-color: rgb(51 65 85 / var(--tw-border-opacity)); }
.border-t-slate-700\/0{ border-top-color: rgb(51 65 85 / 0); }
.border-t-slate-700\/10{ border-top-color: rgb(51 65 85 / 0.1); }
.border-t-slate-700\/100{ border-top-color: rgb(51 65 85 / 1); }
.border-t-slate-700\/20{ border-top-color: rgb(51 65 85 / 0.2); }
.border-t-slate-700\/25{ border-top-color: rgb(51 65 85 / 0.25); }
.border-t-slate-700\/30{ border-top-color: rgb(51 65 85 / 0.3); }
.border-t-slate-700\/40{ border-top-color: rgb(51 65 85 / 0.4); }
.border-t-slate-700\/5{ border-top-color: rgb(51 65 85 / 0.05); }
.border-t-slate-700\/50{ border-top-color: rgb(51 65 85 / 0.5); }
.border-t-slate-700\/60{ border-top-color: rgb(51 65 85 / 0.6); }
.border-t-slate-700\/70{ border-top-color: rgb(51 65 85 / 0.7); }
.border-t-slate-700\/75{ border-top-color: rgb(51 65 85 / 0.75); }
.border-t-slate-700\/80{ border-top-color: rgb(51 65 85 / 0.8); }
.border-t-slate-700\/90{ border-top-color: rgb(51 65 85 / 0.9); }
.border-t-slate-700\/95{ border-top-color: rgb(51 65 85 / 0.95); }
.border-t-slate-800{ --tw-border-opacity: 1; border-top-color: rgb(30 41 59 / var(--tw-border-opacity)); }
.border-t-slate-800\/0{ border-top-color: rgb(30 41 59 / 0); }
.border-t-slate-800\/10{ border-top-color: rgb(30 41 59 / 0.1); }
.border-t-slate-800\/100{ border-top-color: rgb(30 41 59 / 1); }
.border-t-slate-800\/20{ border-top-color: rgb(30 41 59 / 0.2); }
.border-t-slate-800\/25{ border-top-color: rgb(30 41 59 / 0.25); }
.border-t-slate-800\/30{ border-top-color: rgb(30 41 59 / 0.3); }
.border-t-slate-800\/40{ border-top-color: rgb(30 41 59 / 0.4); }
.border-t-slate-800\/5{ border-top-color: rgb(30 41 59 / 0.05); }
.border-t-slate-800\/50{ border-top-color: rgb(30 41 59 / 0.5); }
.border-t-slate-800\/60{ border-top-color: rgb(30 41 59 / 0.6); }
.border-t-slate-800\/70{ border-top-color: rgb(30 41 59 / 0.7); }
.border-t-slate-800\/75{ border-top-color: rgb(30 41 59 / 0.75); }
.border-t-slate-800\/80{ border-top-color: rgb(30 41 59 / 0.8); }
.border-t-slate-800\/90{ border-top-color: rgb(30 41 59 / 0.9); }
.border-t-slate-800\/95{ border-top-color: rgb(30 41 59 / 0.95); }
.border-t-slate-900{ --tw-border-opacity: 1; border-top-color: rgb(15 23 42 / var(--tw-border-opacity)); }
.border-t-slate-900\/0{ border-top-color: rgb(15 23 42 / 0); }
.border-t-slate-900\/10{ border-top-color: rgb(15 23 42 / 0.1); }
.border-t-slate-900\/100{ border-top-color: rgb(15 23 42 / 1); }
.border-t-slate-900\/20{ border-top-color: rgb(15 23 42 / 0.2); }
.border-t-slate-900\/25{ border-top-color: rgb(15 23 42 / 0.25); }
.border-t-slate-900\/30{ border-top-color: rgb(15 23 42 / 0.3); }
.border-t-slate-900\/40{ border-top-color: rgb(15 23 42 / 0.4); }
.border-t-slate-900\/5{ border-top-color: rgb(15 23 42 / 0.05); }
.border-t-slate-900\/50{ border-top-color: rgb(15 23 42 / 0.5); }
.border-t-slate-900\/60{ border-top-color: rgb(15 23 42 / 0.6); }
.border-t-slate-900\/70{ border-top-color: rgb(15 23 42 / 0.7); }
.border-t-slate-900\/75{ border-top-color: rgb(15 23 42 / 0.75); }
.border-t-slate-900\/80{ border-top-color: rgb(15 23 42 / 0.8); }
.border-t-slate-900\/90{ border-top-color: rgb(15 23 42 / 0.9); }
.border-t-slate-900\/95{ border-top-color: rgb(15 23 42 / 0.95); }
.border-t-slate-950{ --tw-border-opacity: 1; border-top-color: rgb(2 6 23 / var(--tw-border-opacity)); }
.border-t-slate-950\/0{ border-top-color: rgb(2 6 23 / 0); }
.border-t-slate-950\/10{ border-top-color: rgb(2 6 23 / 0.1); }
.border-t-slate-950\/100{ border-top-color: rgb(2 6 23 / 1); }
.border-t-slate-950\/20{ border-top-color: rgb(2 6 23 / 0.2); }
.border-t-slate-950\/25{ border-top-color: rgb(2 6 23 / 0.25); }
.border-t-slate-950\/30{ border-top-color: rgb(2 6 23 / 0.3); }
.border-t-slate-950\/40{ border-top-color: rgb(2 6 23 / 0.4); }
.border-t-slate-950\/5{ border-top-color: rgb(2 6 23 / 0.05); }
.border-t-slate-950\/50{ border-top-color: rgb(2 6 23 / 0.5); }
.border-t-slate-950\/60{ border-top-color: rgb(2 6 23 / 0.6); }
.border-t-slate-950\/70{ border-top-color: rgb(2 6 23 / 0.7); }
.border-t-slate-950\/75{ border-top-color: rgb(2 6 23 / 0.75); }
.border-t-slate-950\/80{ border-top-color: rgb(2 6 23 / 0.8); }
.border-t-slate-950\/90{ border-top-color: rgb(2 6 23 / 0.9); }
.border-t-slate-950\/95{ border-top-color: rgb(2 6 23 / 0.95); }
.border-t-stone-100{ --tw-border-opacity: 1; border-top-color: rgb(245 245 244 / var(--tw-border-opacity)); }
.border-t-stone-100\/0{ border-top-color: rgb(245 245 244 / 0); }
.border-t-stone-100\/10{ border-top-color: rgb(245 245 244 / 0.1); }
.border-t-stone-100\/100{ border-top-color: rgb(245 245 244 / 1); }
.border-t-stone-100\/20{ border-top-color: rgb(245 245 244 / 0.2); }
.border-t-stone-100\/25{ border-top-color: rgb(245 245 244 / 0.25); }
.border-t-stone-100\/30{ border-top-color: rgb(245 245 244 / 0.3); }
.border-t-stone-100\/40{ border-top-color: rgb(245 245 244 / 0.4); }
.border-t-stone-100\/5{ border-top-color: rgb(245 245 244 / 0.05); }
.border-t-stone-100\/50{ border-top-color: rgb(245 245 244 / 0.5); }
.border-t-stone-100\/60{ border-top-color: rgb(245 245 244 / 0.6); }
.border-t-stone-100\/70{ border-top-color: rgb(245 245 244 / 0.7); }
.border-t-stone-100\/75{ border-top-color: rgb(245 245 244 / 0.75); }
.border-t-stone-100\/80{ border-top-color: rgb(245 245 244 / 0.8); }
.border-t-stone-100\/90{ border-top-color: rgb(245 245 244 / 0.9); }
.border-t-stone-100\/95{ border-top-color: rgb(245 245 244 / 0.95); }
.border-t-stone-200{ --tw-border-opacity: 1; border-top-color: rgb(231 229 228 / var(--tw-border-opacity)); }
.border-t-stone-200\/0{ border-top-color: rgb(231 229 228 / 0); }
.border-t-stone-200\/10{ border-top-color: rgb(231 229 228 / 0.1); }
.border-t-stone-200\/100{ border-top-color: rgb(231 229 228 / 1); }
.border-t-stone-200\/20{ border-top-color: rgb(231 229 228 / 0.2); }
.border-t-stone-200\/25{ border-top-color: rgb(231 229 228 / 0.25); }
.border-t-stone-200\/30{ border-top-color: rgb(231 229 228 / 0.3); }
.border-t-stone-200\/40{ border-top-color: rgb(231 229 228 / 0.4); }
.border-t-stone-200\/5{ border-top-color: rgb(231 229 228 / 0.05); }
.border-t-stone-200\/50{ border-top-color: rgb(231 229 228 / 0.5); }
.border-t-stone-200\/60{ border-top-color: rgb(231 229 228 / 0.6); }
.border-t-stone-200\/70{ border-top-color: rgb(231 229 228 / 0.7); }
.border-t-stone-200\/75{ border-top-color: rgb(231 229 228 / 0.75); }
.border-t-stone-200\/80{ border-top-color: rgb(231 229 228 / 0.8); }
.border-t-stone-200\/90{ border-top-color: rgb(231 229 228 / 0.9); }
.border-t-stone-200\/95{ border-top-color: rgb(231 229 228 / 0.95); }
.border-t-stone-300{ --tw-border-opacity: 1; border-top-color: rgb(214 211 209 / var(--tw-border-opacity)); }
.border-t-stone-300\/0{ border-top-color: rgb(214 211 209 / 0); }
.border-t-stone-300\/10{ border-top-color: rgb(214 211 209 / 0.1); }
.border-t-stone-300\/100{ border-top-color: rgb(214 211 209 / 1); }
.border-t-stone-300\/20{ border-top-color: rgb(214 211 209 / 0.2); }
.border-t-stone-300\/25{ border-top-color: rgb(214 211 209 / 0.25); }
.border-t-stone-300\/30{ border-top-color: rgb(214 211 209 / 0.3); }
.border-t-stone-300\/40{ border-top-color: rgb(214 211 209 / 0.4); }
.border-t-stone-300\/5{ border-top-color: rgb(214 211 209 / 0.05); }
.border-t-stone-300\/50{ border-top-color: rgb(214 211 209 / 0.5); }
.border-t-stone-300\/60{ border-top-color: rgb(214 211 209 / 0.6); }
.border-t-stone-300\/70{ border-top-color: rgb(214 211 209 / 0.7); }
.border-t-stone-300\/75{ border-top-color: rgb(214 211 209 / 0.75); }
.border-t-stone-300\/80{ border-top-color: rgb(214 211 209 / 0.8); }
.border-t-stone-300\/90{ border-top-color: rgb(214 211 209 / 0.9); }
.border-t-stone-300\/95{ border-top-color: rgb(214 211 209 / 0.95); }
.border-t-stone-400{ --tw-border-opacity: 1; border-top-color: rgb(168 162 158 / var(--tw-border-opacity)); }
.border-t-stone-400\/0{ border-top-color: rgb(168 162 158 / 0); }
.border-t-stone-400\/10{ border-top-color: rgb(168 162 158 / 0.1); }
.border-t-stone-400\/100{ border-top-color: rgb(168 162 158 / 1); }
.border-t-stone-400\/20{ border-top-color: rgb(168 162 158 / 0.2); }
.border-t-stone-400\/25{ border-top-color: rgb(168 162 158 / 0.25); }
.border-t-stone-400\/30{ border-top-color: rgb(168 162 158 / 0.3); }
.border-t-stone-400\/40{ border-top-color: rgb(168 162 158 / 0.4); }
.border-t-stone-400\/5{ border-top-color: rgb(168 162 158 / 0.05); }
.border-t-stone-400\/50{ border-top-color: rgb(168 162 158 / 0.5); }
.border-t-stone-400\/60{ border-top-color: rgb(168 162 158 / 0.6); }
.border-t-stone-400\/70{ border-top-color: rgb(168 162 158 / 0.7); }
.border-t-stone-400\/75{ border-top-color: rgb(168 162 158 / 0.75); }
.border-t-stone-400\/80{ border-top-color: rgb(168 162 158 / 0.8); }
.border-t-stone-400\/90{ border-top-color: rgb(168 162 158 / 0.9); }
.border-t-stone-400\/95{ border-top-color: rgb(168 162 158 / 0.95); }
.border-t-stone-50{ --tw-border-opacity: 1; border-top-color: rgb(250 250 249 / var(--tw-border-opacity)); }
.border-t-stone-50\/0{ border-top-color: rgb(250 250 249 / 0); }
.border-t-stone-50\/10{ border-top-color: rgb(250 250 249 / 0.1); }
.border-t-stone-50\/100{ border-top-color: rgb(250 250 249 / 1); }
.border-t-stone-50\/20{ border-top-color: rgb(250 250 249 / 0.2); }
.border-t-stone-50\/25{ border-top-color: rgb(250 250 249 / 0.25); }
.border-t-stone-50\/30{ border-top-color: rgb(250 250 249 / 0.3); }
.border-t-stone-50\/40{ border-top-color: rgb(250 250 249 / 0.4); }
.border-t-stone-50\/5{ border-top-color: rgb(250 250 249 / 0.05); }
.border-t-stone-50\/50{ border-top-color: rgb(250 250 249 / 0.5); }
.border-t-stone-50\/60{ border-top-color: rgb(250 250 249 / 0.6); }
.border-t-stone-50\/70{ border-top-color: rgb(250 250 249 / 0.7); }
.border-t-stone-50\/75{ border-top-color: rgb(250 250 249 / 0.75); }
.border-t-stone-50\/80{ border-top-color: rgb(250 250 249 / 0.8); }
.border-t-stone-50\/90{ border-top-color: rgb(250 250 249 / 0.9); }
.border-t-stone-50\/95{ border-top-color: rgb(250 250 249 / 0.95); }
.border-t-stone-500{ --tw-border-opacity: 1; border-top-color: rgb(120 113 108 / var(--tw-border-opacity)); }
.border-t-stone-500\/0{ border-top-color: rgb(120 113 108 / 0); }
.border-t-stone-500\/10{ border-top-color: rgb(120 113 108 / 0.1); }
.border-t-stone-500\/100{ border-top-color: rgb(120 113 108 / 1); }
.border-t-stone-500\/20{ border-top-color: rgb(120 113 108 / 0.2); }
.border-t-stone-500\/25{ border-top-color: rgb(120 113 108 / 0.25); }
.border-t-stone-500\/30{ border-top-color: rgb(120 113 108 / 0.3); }
.border-t-stone-500\/40{ border-top-color: rgb(120 113 108 / 0.4); }
.border-t-stone-500\/5{ border-top-color: rgb(120 113 108 / 0.05); }
.border-t-stone-500\/50{ border-top-color: rgb(120 113 108 / 0.5); }
.border-t-stone-500\/60{ border-top-color: rgb(120 113 108 / 0.6); }
.border-t-stone-500\/70{ border-top-color: rgb(120 113 108 / 0.7); }
.border-t-stone-500\/75{ border-top-color: rgb(120 113 108 / 0.75); }
.border-t-stone-500\/80{ border-top-color: rgb(120 113 108 / 0.8); }
.border-t-stone-500\/90{ border-top-color: rgb(120 113 108 / 0.9); }
.border-t-stone-500\/95{ border-top-color: rgb(120 113 108 / 0.95); }
.border-t-stone-600{ --tw-border-opacity: 1; border-top-color: rgb(87 83 78 / var(--tw-border-opacity)); }
.border-t-stone-600\/0{ border-top-color: rgb(87 83 78 / 0); }
.border-t-stone-600\/10{ border-top-color: rgb(87 83 78 / 0.1); }
.border-t-stone-600\/100{ border-top-color: rgb(87 83 78 / 1); }
.border-t-stone-600\/20{ border-top-color: rgb(87 83 78 / 0.2); }
.border-t-stone-600\/25{ border-top-color: rgb(87 83 78 / 0.25); }
.border-t-stone-600\/30{ border-top-color: rgb(87 83 78 / 0.3); }
.border-t-stone-600\/40{ border-top-color: rgb(87 83 78 / 0.4); }
.border-t-stone-600\/5{ border-top-color: rgb(87 83 78 / 0.05); }
.border-t-stone-600\/50{ border-top-color: rgb(87 83 78 / 0.5); }
.border-t-stone-600\/60{ border-top-color: rgb(87 83 78 / 0.6); }
.border-t-stone-600\/70{ border-top-color: rgb(87 83 78 / 0.7); }
.border-t-stone-600\/75{ border-top-color: rgb(87 83 78 / 0.75); }
.border-t-stone-600\/80{ border-top-color: rgb(87 83 78 / 0.8); }
.border-t-stone-600\/90{ border-top-color: rgb(87 83 78 / 0.9); }
.border-t-stone-600\/95{ border-top-color: rgb(87 83 78 / 0.95); }
.border-t-stone-700{ --tw-border-opacity: 1; border-top-color: rgb(68 64 60 / var(--tw-border-opacity)); }
.border-t-stone-700\/0{ border-top-color: rgb(68 64 60 / 0); }
.border-t-stone-700\/10{ border-top-color: rgb(68 64 60 / 0.1); }
.border-t-stone-700\/100{ border-top-color: rgb(68 64 60 / 1); }
.border-t-stone-700\/20{ border-top-color: rgb(68 64 60 / 0.2); }
.border-t-stone-700\/25{ border-top-color: rgb(68 64 60 / 0.25); }
.border-t-stone-700\/30{ border-top-color: rgb(68 64 60 / 0.3); }
.border-t-stone-700\/40{ border-top-color: rgb(68 64 60 / 0.4); }
.border-t-stone-700\/5{ border-top-color: rgb(68 64 60 / 0.05); }
.border-t-stone-700\/50{ border-top-color: rgb(68 64 60 / 0.5); }
.border-t-stone-700\/60{ border-top-color: rgb(68 64 60 / 0.6); }
.border-t-stone-700\/70{ border-top-color: rgb(68 64 60 / 0.7); }
.border-t-stone-700\/75{ border-top-color: rgb(68 64 60 / 0.75); }
.border-t-stone-700\/80{ border-top-color: rgb(68 64 60 / 0.8); }
.border-t-stone-700\/90{ border-top-color: rgb(68 64 60 / 0.9); }
.border-t-stone-700\/95{ border-top-color: rgb(68 64 60 / 0.95); }
.border-t-stone-800{ --tw-border-opacity: 1; border-top-color: rgb(41 37 36 / var(--tw-border-opacity)); }
.border-t-stone-800\/0{ border-top-color: rgb(41 37 36 / 0); }
.border-t-stone-800\/10{ border-top-color: rgb(41 37 36 / 0.1); }
.border-t-stone-800\/100{ border-top-color: rgb(41 37 36 / 1); }
.border-t-stone-800\/20{ border-top-color: rgb(41 37 36 / 0.2); }
.border-t-stone-800\/25{ border-top-color: rgb(41 37 36 / 0.25); }
.border-t-stone-800\/30{ border-top-color: rgb(41 37 36 / 0.3); }
.border-t-stone-800\/40{ border-top-color: rgb(41 37 36 / 0.4); }
.border-t-stone-800\/5{ border-top-color: rgb(41 37 36 / 0.05); }
.border-t-stone-800\/50{ border-top-color: rgb(41 37 36 / 0.5); }
.border-t-stone-800\/60{ border-top-color: rgb(41 37 36 / 0.6); }
.border-t-stone-800\/70{ border-top-color: rgb(41 37 36 / 0.7); }
.border-t-stone-800\/75{ border-top-color: rgb(41 37 36 / 0.75); }
.border-t-stone-800\/80{ border-top-color: rgb(41 37 36 / 0.8); }
.border-t-stone-800\/90{ border-top-color: rgb(41 37 36 / 0.9); }
.border-t-stone-800\/95{ border-top-color: rgb(41 37 36 / 0.95); }
.border-t-stone-900{ --tw-border-opacity: 1; border-top-color: rgb(28 25 23 / var(--tw-border-opacity)); }
.border-t-stone-900\/0{ border-top-color: rgb(28 25 23 / 0); }
.border-t-stone-900\/10{ border-top-color: rgb(28 25 23 / 0.1); }
.border-t-stone-900\/100{ border-top-color: rgb(28 25 23 / 1); }
.border-t-stone-900\/20{ border-top-color: rgb(28 25 23 / 0.2); }
.border-t-stone-900\/25{ border-top-color: rgb(28 25 23 / 0.25); }
.border-t-stone-900\/30{ border-top-color: rgb(28 25 23 / 0.3); }
.border-t-stone-900\/40{ border-top-color: rgb(28 25 23 / 0.4); }
.border-t-stone-900\/5{ border-top-color: rgb(28 25 23 / 0.05); }
.border-t-stone-900\/50{ border-top-color: rgb(28 25 23 / 0.5); }
.border-t-stone-900\/60{ border-top-color: rgb(28 25 23 / 0.6); }
.border-t-stone-900\/70{ border-top-color: rgb(28 25 23 / 0.7); }
.border-t-stone-900\/75{ border-top-color: rgb(28 25 23 / 0.75); }
.border-t-stone-900\/80{ border-top-color: rgb(28 25 23 / 0.8); }
.border-t-stone-900\/90{ border-top-color: rgb(28 25 23 / 0.9); }
.border-t-stone-900\/95{ border-top-color: rgb(28 25 23 / 0.95); }
.border-t-stone-950{ --tw-border-opacity: 1; border-top-color: rgb(12 10 9 / var(--tw-border-opacity)); }
.border-t-stone-950\/0{ border-top-color: rgb(12 10 9 / 0); }
.border-t-stone-950\/10{ border-top-color: rgb(12 10 9 / 0.1); }
.border-t-stone-950\/100{ border-top-color: rgb(12 10 9 / 1); }
.border-t-stone-950\/20{ border-top-color: rgb(12 10 9 / 0.2); }
.border-t-stone-950\/25{ border-top-color: rgb(12 10 9 / 0.25); }
.border-t-stone-950\/30{ border-top-color: rgb(12 10 9 / 0.3); }
.border-t-stone-950\/40{ border-top-color: rgb(12 10 9 / 0.4); }
.border-t-stone-950\/5{ border-top-color: rgb(12 10 9 / 0.05); }
.border-t-stone-950\/50{ border-top-color: rgb(12 10 9 / 0.5); }
.border-t-stone-950\/60{ border-top-color: rgb(12 10 9 / 0.6); }
.border-t-stone-950\/70{ border-top-color: rgb(12 10 9 / 0.7); }
.border-t-stone-950\/75{ border-top-color: rgb(12 10 9 / 0.75); }
.border-t-stone-950\/80{ border-top-color: rgb(12 10 9 / 0.8); }
.border-t-stone-950\/90{ border-top-color: rgb(12 10 9 / 0.9); }
.border-t-stone-950\/95{ border-top-color: rgb(12 10 9 / 0.95); }
.border-t-swim-blue{ --tw-border-opacity: 1; border-top-color: rgb(50 197 255 / var(--tw-border-opacity)); }
.border-t-swim-blue\/0{ border-top-color: rgb(50 197 255 / 0); }
.border-t-swim-blue\/10{ border-top-color: rgb(50 197 255 / 0.1); }
.border-t-swim-blue\/100{ border-top-color: rgb(50 197 255 / 1); }
.border-t-swim-blue\/20{ border-top-color: rgb(50 197 255 / 0.2); }
.border-t-swim-blue\/25{ border-top-color: rgb(50 197 255 / 0.25); }
.border-t-swim-blue\/30{ border-top-color: rgb(50 197 255 / 0.3); }
.border-t-swim-blue\/40{ border-top-color: rgb(50 197 255 / 0.4); }
.border-t-swim-blue\/5{ border-top-color: rgb(50 197 255 / 0.05); }
.border-t-swim-blue\/50{ border-top-color: rgb(50 197 255 / 0.5); }
.border-t-swim-blue\/60{ border-top-color: rgb(50 197 255 / 0.6); }
.border-t-swim-blue\/70{ border-top-color: rgb(50 197 255 / 0.7); }
.border-t-swim-blue\/75{ border-top-color: rgb(50 197 255 / 0.75); }
.border-t-swim-blue\/80{ border-top-color: rgb(50 197 255 / 0.8); }
.border-t-swim-blue\/90{ border-top-color: rgb(50 197 255 / 0.9); }
.border-t-swim-blue\/95{ border-top-color: rgb(50 197 255 / 0.95); }
.border-t-swim-body-text{ --tw-border-opacity: 1; border-top-color: rgb(58 60 62 / var(--tw-border-opacity)); }
.border-t-swim-body-text\/0{ border-top-color: rgb(58 60 62 / 0); }
.border-t-swim-body-text\/10{ border-top-color: rgb(58 60 62 / 0.1); }
.border-t-swim-body-text\/100{ border-top-color: rgb(58 60 62 / 1); }
.border-t-swim-body-text\/20{ border-top-color: rgb(58 60 62 / 0.2); }
.border-t-swim-body-text\/25{ border-top-color: rgb(58 60 62 / 0.25); }
.border-t-swim-body-text\/30{ border-top-color: rgb(58 60 62 / 0.3); }
.border-t-swim-body-text\/40{ border-top-color: rgb(58 60 62 / 0.4); }
.border-t-swim-body-text\/5{ border-top-color: rgb(58 60 62 / 0.05); }
.border-t-swim-body-text\/50{ border-top-color: rgb(58 60 62 / 0.5); }
.border-t-swim-body-text\/60{ border-top-color: rgb(58 60 62 / 0.6); }
.border-t-swim-body-text\/70{ border-top-color: rgb(58 60 62 / 0.7); }
.border-t-swim-body-text\/75{ border-top-color: rgb(58 60 62 / 0.75); }
.border-t-swim-body-text\/80{ border-top-color: rgb(58 60 62 / 0.8); }
.border-t-swim-body-text\/90{ border-top-color: rgb(58 60 62 / 0.9); }
.border-t-swim-body-text\/95{ border-top-color: rgb(58 60 62 / 0.95); }
.border-t-swim-dark-blue{ --tw-border-opacity: 1; border-top-color: rgb(4 34 86 / var(--tw-border-opacity)); }
.border-t-swim-dark-blue\/0{ border-top-color: rgb(4 34 86 / 0); }
.border-t-swim-dark-blue\/10{ border-top-color: rgb(4 34 86 / 0.1); }
.border-t-swim-dark-blue\/100{ border-top-color: rgb(4 34 86 / 1); }
.border-t-swim-dark-blue\/20{ border-top-color: rgb(4 34 86 / 0.2); }
.border-t-swim-dark-blue\/25{ border-top-color: rgb(4 34 86 / 0.25); }
.border-t-swim-dark-blue\/30{ border-top-color: rgb(4 34 86 / 0.3); }
.border-t-swim-dark-blue\/40{ border-top-color: rgb(4 34 86 / 0.4); }
.border-t-swim-dark-blue\/5{ border-top-color: rgb(4 34 86 / 0.05); }
.border-t-swim-dark-blue\/50{ border-top-color: rgb(4 34 86 / 0.5); }
.border-t-swim-dark-blue\/60{ border-top-color: rgb(4 34 86 / 0.6); }
.border-t-swim-dark-blue\/70{ border-top-color: rgb(4 34 86 / 0.7); }
.border-t-swim-dark-blue\/75{ border-top-color: rgb(4 34 86 / 0.75); }
.border-t-swim-dark-blue\/80{ border-top-color: rgb(4 34 86 / 0.8); }
.border-t-swim-dark-blue\/90{ border-top-color: rgb(4 34 86 / 0.9); }
.border-t-swim-dark-blue\/95{ border-top-color: rgb(4 34 86 / 0.95); }
.border-t-swim-dark-purple{ --tw-border-opacity: 1; border-top-color: rgb(214 81 255 / var(--tw-border-opacity)); }
.border-t-swim-dark-purple\/0{ border-top-color: rgb(214 81 255 / 0); }
.border-t-swim-dark-purple\/10{ border-top-color: rgb(214 81 255 / 0.1); }
.border-t-swim-dark-purple\/100{ border-top-color: rgb(214 81 255 / 1); }
.border-t-swim-dark-purple\/20{ border-top-color: rgb(214 81 255 / 0.2); }
.border-t-swim-dark-purple\/25{ border-top-color: rgb(214 81 255 / 0.25); }
.border-t-swim-dark-purple\/30{ border-top-color: rgb(214 81 255 / 0.3); }
.border-t-swim-dark-purple\/40{ border-top-color: rgb(214 81 255 / 0.4); }
.border-t-swim-dark-purple\/5{ border-top-color: rgb(214 81 255 / 0.05); }
.border-t-swim-dark-purple\/50{ border-top-color: rgb(214 81 255 / 0.5); }
.border-t-swim-dark-purple\/60{ border-top-color: rgb(214 81 255 / 0.6); }
.border-t-swim-dark-purple\/70{ border-top-color: rgb(214 81 255 / 0.7); }
.border-t-swim-dark-purple\/75{ border-top-color: rgb(214 81 255 / 0.75); }
.border-t-swim-dark-purple\/80{ border-top-color: rgb(214 81 255 / 0.8); }
.border-t-swim-dark-purple\/90{ border-top-color: rgb(214 81 255 / 0.9); }
.border-t-swim-dark-purple\/95{ border-top-color: rgb(214 81 255 / 0.95); }
.border-t-swim-dark-teal{ --tw-border-opacity: 1; border-top-color: rgb(68 215 182 / var(--tw-border-opacity)); }
.border-t-swim-dark-teal\/0{ border-top-color: rgb(68 215 182 / 0); }
.border-t-swim-dark-teal\/10{ border-top-color: rgb(68 215 182 / 0.1); }
.border-t-swim-dark-teal\/100{ border-top-color: rgb(68 215 182 / 1); }
.border-t-swim-dark-teal\/20{ border-top-color: rgb(68 215 182 / 0.2); }
.border-t-swim-dark-teal\/25{ border-top-color: rgb(68 215 182 / 0.25); }
.border-t-swim-dark-teal\/30{ border-top-color: rgb(68 215 182 / 0.3); }
.border-t-swim-dark-teal\/40{ border-top-color: rgb(68 215 182 / 0.4); }
.border-t-swim-dark-teal\/5{ border-top-color: rgb(68 215 182 / 0.05); }
.border-t-swim-dark-teal\/50{ border-top-color: rgb(68 215 182 / 0.5); }
.border-t-swim-dark-teal\/60{ border-top-color: rgb(68 215 182 / 0.6); }
.border-t-swim-dark-teal\/70{ border-top-color: rgb(68 215 182 / 0.7); }
.border-t-swim-dark-teal\/75{ border-top-color: rgb(68 215 182 / 0.75); }
.border-t-swim-dark-teal\/80{ border-top-color: rgb(68 215 182 / 0.8); }
.border-t-swim-dark-teal\/90{ border-top-color: rgb(68 215 182 / 0.9); }
.border-t-swim-dark-teal\/95{ border-top-color: rgb(68 215 182 / 0.95); }
.border-t-swim-darker-blue{ --tw-border-opacity: 1; border-top-color: rgb(17 24 39 / var(--tw-border-opacity)); }
.border-t-swim-darker-blue\/0{ border-top-color: rgb(17 24 39 / 0); }
.border-t-swim-darker-blue\/10{ border-top-color: rgb(17 24 39 / 0.1); }
.border-t-swim-darker-blue\/100{ border-top-color: rgb(17 24 39 / 1); }
.border-t-swim-darker-blue\/20{ border-top-color: rgb(17 24 39 / 0.2); }
.border-t-swim-darker-blue\/25{ border-top-color: rgb(17 24 39 / 0.25); }
.border-t-swim-darker-blue\/30{ border-top-color: rgb(17 24 39 / 0.3); }
.border-t-swim-darker-blue\/40{ border-top-color: rgb(17 24 39 / 0.4); }
.border-t-swim-darker-blue\/5{ border-top-color: rgb(17 24 39 / 0.05); }
.border-t-swim-darker-blue\/50{ border-top-color: rgb(17 24 39 / 0.5); }
.border-t-swim-darker-blue\/60{ border-top-color: rgb(17 24 39 / 0.6); }
.border-t-swim-darker-blue\/70{ border-top-color: rgb(17 24 39 / 0.7); }
.border-t-swim-darker-blue\/75{ border-top-color: rgb(17 24 39 / 0.75); }
.border-t-swim-darker-blue\/80{ border-top-color: rgb(17 24 39 / 0.8); }
.border-t-swim-darker-blue\/90{ border-top-color: rgb(17 24 39 / 0.9); }
.border-t-swim-darker-blue\/95{ border-top-color: rgb(17 24 39 / 0.95); }
.border-t-swim-darker-grey{ --tw-border-opacity: 1; border-top-color: rgb(169 169 169 / var(--tw-border-opacity)); }
.border-t-swim-darker-grey\/0{ border-top-color: rgb(169 169 169 / 0); }
.border-t-swim-darker-grey\/10{ border-top-color: rgb(169 169 169 / 0.1); }
.border-t-swim-darker-grey\/100{ border-top-color: rgb(169 169 169 / 1); }
.border-t-swim-darker-grey\/20{ border-top-color: rgb(169 169 169 / 0.2); }
.border-t-swim-darker-grey\/25{ border-top-color: rgb(169 169 169 / 0.25); }
.border-t-swim-darker-grey\/30{ border-top-color: rgb(169 169 169 / 0.3); }
.border-t-swim-darker-grey\/40{ border-top-color: rgb(169 169 169 / 0.4); }
.border-t-swim-darker-grey\/5{ border-top-color: rgb(169 169 169 / 0.05); }
.border-t-swim-darker-grey\/50{ border-top-color: rgb(169 169 169 / 0.5); }
.border-t-swim-darker-grey\/60{ border-top-color: rgb(169 169 169 / 0.6); }
.border-t-swim-darker-grey\/70{ border-top-color: rgb(169 169 169 / 0.7); }
.border-t-swim-darker-grey\/75{ border-top-color: rgb(169 169 169 / 0.75); }
.border-t-swim-darker-grey\/80{ border-top-color: rgb(169 169 169 / 0.8); }
.border-t-swim-darker-grey\/90{ border-top-color: rgb(169 169 169 / 0.9); }
.border-t-swim-darker-grey\/95{ border-top-color: rgb(169 169 169 / 0.95); }
.border-t-swim-darker-teal{ border-top-color: RGBA(4, 42, 43, 0.85); }
.border-t-swim-darkerish-grey{ --tw-border-opacity: 1; border-top-color: rgb(109 114 120 / var(--tw-border-opacity)); }
.border-t-swim-darkerish-grey\/0{ border-top-color: rgb(109 114 120 / 0); }
.border-t-swim-darkerish-grey\/10{ border-top-color: rgb(109 114 120 / 0.1); }
.border-t-swim-darkerish-grey\/100{ border-top-color: rgb(109 114 120 / 1); }
.border-t-swim-darkerish-grey\/20{ border-top-color: rgb(109 114 120 / 0.2); }
.border-t-swim-darkerish-grey\/25{ border-top-color: rgb(109 114 120 / 0.25); }
.border-t-swim-darkerish-grey\/30{ border-top-color: rgb(109 114 120 / 0.3); }
.border-t-swim-darkerish-grey\/40{ border-top-color: rgb(109 114 120 / 0.4); }
.border-t-swim-darkerish-grey\/5{ border-top-color: rgb(109 114 120 / 0.05); }
.border-t-swim-darkerish-grey\/50{ border-top-color: rgb(109 114 120 / 0.5); }
.border-t-swim-darkerish-grey\/60{ border-top-color: rgb(109 114 120 / 0.6); }
.border-t-swim-darkerish-grey\/70{ border-top-color: rgb(109 114 120 / 0.7); }
.border-t-swim-darkerish-grey\/75{ border-top-color: rgb(109 114 120 / 0.75); }
.border-t-swim-darkerish-grey\/80{ border-top-color: rgb(109 114 120 / 0.8); }
.border-t-swim-darkerish-grey\/90{ border-top-color: rgb(109 114 120 / 0.9); }
.border-t-swim-darkerish-grey\/95{ border-top-color: rgb(109 114 120 / 0.95); }
.border-t-swim-grey{ --tw-border-opacity: 1; border-top-color: rgb(193 193 193 / var(--tw-border-opacity)); }
.border-t-swim-grey\/0{ border-top-color: rgb(193 193 193 / 0); }
.border-t-swim-grey\/10{ border-top-color: rgb(193 193 193 / 0.1); }
.border-t-swim-grey\/100{ border-top-color: rgb(193 193 193 / 1); }
.border-t-swim-grey\/20{ border-top-color: rgb(193 193 193 / 0.2); }
.border-t-swim-grey\/25{ border-top-color: rgb(193 193 193 / 0.25); }
.border-t-swim-grey\/30{ border-top-color: rgb(193 193 193 / 0.3); }
.border-t-swim-grey\/40{ border-top-color: rgb(193 193 193 / 0.4); }
.border-t-swim-grey\/5{ border-top-color: rgb(193 193 193 / 0.05); }
.border-t-swim-grey\/50{ border-top-color: rgb(193 193 193 / 0.5); }
.border-t-swim-grey\/60{ border-top-color: rgb(193 193 193 / 0.6); }
.border-t-swim-grey\/70{ border-top-color: rgb(193 193 193 / 0.7); }
.border-t-swim-grey\/75{ border-top-color: rgb(193 193 193 / 0.75); }
.border-t-swim-grey\/80{ border-top-color: rgb(193 193 193 / 0.8); }
.border-t-swim-grey\/90{ border-top-color: rgb(193 193 193 / 0.9); }
.border-t-swim-grey\/95{ border-top-color: rgb(193 193 193 / 0.95); }
.border-t-swim-lighter-grey{ --tw-border-opacity: 1; border-top-color: rgb(233 239 240 / var(--tw-border-opacity)); }
.border-t-swim-lighter-grey\/0{ border-top-color: rgb(233 239 240 / 0); }
.border-t-swim-lighter-grey\/10{ border-top-color: rgb(233 239 240 / 0.1); }
.border-t-swim-lighter-grey\/100{ border-top-color: rgb(233 239 240 / 1); }
.border-t-swim-lighter-grey\/20{ border-top-color: rgb(233 239 240 / 0.2); }
.border-t-swim-lighter-grey\/25{ border-top-color: rgb(233 239 240 / 0.25); }
.border-t-swim-lighter-grey\/30{ border-top-color: rgb(233 239 240 / 0.3); }
.border-t-swim-lighter-grey\/40{ border-top-color: rgb(233 239 240 / 0.4); }
.border-t-swim-lighter-grey\/5{ border-top-color: rgb(233 239 240 / 0.05); }
.border-t-swim-lighter-grey\/50{ border-top-color: rgb(233 239 240 / 0.5); }
.border-t-swim-lighter-grey\/60{ border-top-color: rgb(233 239 240 / 0.6); }
.border-t-swim-lighter-grey\/70{ border-top-color: rgb(233 239 240 / 0.7); }
.border-t-swim-lighter-grey\/75{ border-top-color: rgb(233 239 240 / 0.75); }
.border-t-swim-lighter-grey\/80{ border-top-color: rgb(233 239 240 / 0.8); }
.border-t-swim-lighter-grey\/90{ border-top-color: rgb(233 239 240 / 0.9); }
.border-t-swim-lighter-grey\/95{ border-top-color: rgb(233 239 240 / 0.95); }
.border-t-swim-purple{ --tw-border-opacity: 1; border-top-color: rgb(186 98 255 / var(--tw-border-opacity)); }
.border-t-swim-purple\/0{ border-top-color: rgb(186 98 255 / 0); }
.border-t-swim-purple\/10{ border-top-color: rgb(186 98 255 / 0.1); }
.border-t-swim-purple\/100{ border-top-color: rgb(186 98 255 / 1); }
.border-t-swim-purple\/20{ border-top-color: rgb(186 98 255 / 0.2); }
.border-t-swim-purple\/25{ border-top-color: rgb(186 98 255 / 0.25); }
.border-t-swim-purple\/30{ border-top-color: rgb(186 98 255 / 0.3); }
.border-t-swim-purple\/40{ border-top-color: rgb(186 98 255 / 0.4); }
.border-t-swim-purple\/5{ border-top-color: rgb(186 98 255 / 0.05); }
.border-t-swim-purple\/50{ border-top-color: rgb(186 98 255 / 0.5); }
.border-t-swim-purple\/60{ border-top-color: rgb(186 98 255 / 0.6); }
.border-t-swim-purple\/70{ border-top-color: rgb(186 98 255 / 0.7); }
.border-t-swim-purple\/75{ border-top-color: rgb(186 98 255 / 0.75); }
.border-t-swim-purple\/80{ border-top-color: rgb(186 98 255 / 0.8); }
.border-t-swim-purple\/90{ border-top-color: rgb(186 98 255 / 0.9); }
.border-t-swim-purple\/95{ border-top-color: rgb(186 98 255 / 0.95); }
.border-t-swim-teal{ --tw-border-opacity: 1; border-top-color: rgb(102 255 221 / var(--tw-border-opacity)); }
.border-t-swim-teal\/0{ border-top-color: rgb(102 255 221 / 0); }
.border-t-swim-teal\/10{ border-top-color: rgb(102 255 221 / 0.1); }
.border-t-swim-teal\/100{ border-top-color: rgb(102 255 221 / 1); }
.border-t-swim-teal\/20{ border-top-color: rgb(102 255 221 / 0.2); }
.border-t-swim-teal\/25{ border-top-color: rgb(102 255 221 / 0.25); }
.border-t-swim-teal\/30{ border-top-color: rgb(102 255 221 / 0.3); }
.border-t-swim-teal\/40{ border-top-color: rgb(102 255 221 / 0.4); }
.border-t-swim-teal\/5{ border-top-color: rgb(102 255 221 / 0.05); }
.border-t-swim-teal\/50{ border-top-color: rgb(102 255 221 / 0.5); }
.border-t-swim-teal\/60{ border-top-color: rgb(102 255 221 / 0.6); }
.border-t-swim-teal\/70{ border-top-color: rgb(102 255 221 / 0.7); }
.border-t-swim-teal\/75{ border-top-color: rgb(102 255 221 / 0.75); }
.border-t-swim-teal\/80{ border-top-color: rgb(102 255 221 / 0.8); }
.border-t-swim-teal\/90{ border-top-color: rgb(102 255 221 / 0.9); }
.border-t-swim-teal\/95{ border-top-color: rgb(102 255 221 / 0.95); }
.border-t-teal-100{ --tw-border-opacity: 1; border-top-color: rgb(204 251 241 / var(--tw-border-opacity)); }
.border-t-teal-100\/0{ border-top-color: rgb(204 251 241 / 0); }
.border-t-teal-100\/10{ border-top-color: rgb(204 251 241 / 0.1); }
.border-t-teal-100\/100{ border-top-color: rgb(204 251 241 / 1); }
.border-t-teal-100\/20{ border-top-color: rgb(204 251 241 / 0.2); }
.border-t-teal-100\/25{ border-top-color: rgb(204 251 241 / 0.25); }
.border-t-teal-100\/30{ border-top-color: rgb(204 251 241 / 0.3); }
.border-t-teal-100\/40{ border-top-color: rgb(204 251 241 / 0.4); }
.border-t-teal-100\/5{ border-top-color: rgb(204 251 241 / 0.05); }
.border-t-teal-100\/50{ border-top-color: rgb(204 251 241 / 0.5); }
.border-t-teal-100\/60{ border-top-color: rgb(204 251 241 / 0.6); }
.border-t-teal-100\/70{ border-top-color: rgb(204 251 241 / 0.7); }
.border-t-teal-100\/75{ border-top-color: rgb(204 251 241 / 0.75); }
.border-t-teal-100\/80{ border-top-color: rgb(204 251 241 / 0.8); }
.border-t-teal-100\/90{ border-top-color: rgb(204 251 241 / 0.9); }
.border-t-teal-100\/95{ border-top-color: rgb(204 251 241 / 0.95); }
.border-t-teal-200{ --tw-border-opacity: 1; border-top-color: rgb(153 246 228 / var(--tw-border-opacity)); }
.border-t-teal-200\/0{ border-top-color: rgb(153 246 228 / 0); }
.border-t-teal-200\/10{ border-top-color: rgb(153 246 228 / 0.1); }
.border-t-teal-200\/100{ border-top-color: rgb(153 246 228 / 1); }
.border-t-teal-200\/20{ border-top-color: rgb(153 246 228 / 0.2); }
.border-t-teal-200\/25{ border-top-color: rgb(153 246 228 / 0.25); }
.border-t-teal-200\/30{ border-top-color: rgb(153 246 228 / 0.3); }
.border-t-teal-200\/40{ border-top-color: rgb(153 246 228 / 0.4); }
.border-t-teal-200\/5{ border-top-color: rgb(153 246 228 / 0.05); }
.border-t-teal-200\/50{ border-top-color: rgb(153 246 228 / 0.5); }
.border-t-teal-200\/60{ border-top-color: rgb(153 246 228 / 0.6); }
.border-t-teal-200\/70{ border-top-color: rgb(153 246 228 / 0.7); }
.border-t-teal-200\/75{ border-top-color: rgb(153 246 228 / 0.75); }
.border-t-teal-200\/80{ border-top-color: rgb(153 246 228 / 0.8); }
.border-t-teal-200\/90{ border-top-color: rgb(153 246 228 / 0.9); }
.border-t-teal-200\/95{ border-top-color: rgb(153 246 228 / 0.95); }
.border-t-teal-300{ --tw-border-opacity: 1; border-top-color: rgb(94 234 212 / var(--tw-border-opacity)); }
.border-t-teal-300\/0{ border-top-color: rgb(94 234 212 / 0); }
.border-t-teal-300\/10{ border-top-color: rgb(94 234 212 / 0.1); }
.border-t-teal-300\/100{ border-top-color: rgb(94 234 212 / 1); }
.border-t-teal-300\/20{ border-top-color: rgb(94 234 212 / 0.2); }
.border-t-teal-300\/25{ border-top-color: rgb(94 234 212 / 0.25); }
.border-t-teal-300\/30{ border-top-color: rgb(94 234 212 / 0.3); }
.border-t-teal-300\/40{ border-top-color: rgb(94 234 212 / 0.4); }
.border-t-teal-300\/5{ border-top-color: rgb(94 234 212 / 0.05); }
.border-t-teal-300\/50{ border-top-color: rgb(94 234 212 / 0.5); }
.border-t-teal-300\/60{ border-top-color: rgb(94 234 212 / 0.6); }
.border-t-teal-300\/70{ border-top-color: rgb(94 234 212 / 0.7); }
.border-t-teal-300\/75{ border-top-color: rgb(94 234 212 / 0.75); }
.border-t-teal-300\/80{ border-top-color: rgb(94 234 212 / 0.8); }
.border-t-teal-300\/90{ border-top-color: rgb(94 234 212 / 0.9); }
.border-t-teal-300\/95{ border-top-color: rgb(94 234 212 / 0.95); }
.border-t-teal-400{ --tw-border-opacity: 1; border-top-color: rgb(45 212 191 / var(--tw-border-opacity)); }
.border-t-teal-400\/0{ border-top-color: rgb(45 212 191 / 0); }
.border-t-teal-400\/10{ border-top-color: rgb(45 212 191 / 0.1); }
.border-t-teal-400\/100{ border-top-color: rgb(45 212 191 / 1); }
.border-t-teal-400\/20{ border-top-color: rgb(45 212 191 / 0.2); }
.border-t-teal-400\/25{ border-top-color: rgb(45 212 191 / 0.25); }
.border-t-teal-400\/30{ border-top-color: rgb(45 212 191 / 0.3); }
.border-t-teal-400\/40{ border-top-color: rgb(45 212 191 / 0.4); }
.border-t-teal-400\/5{ border-top-color: rgb(45 212 191 / 0.05); }
.border-t-teal-400\/50{ border-top-color: rgb(45 212 191 / 0.5); }
.border-t-teal-400\/60{ border-top-color: rgb(45 212 191 / 0.6); }
.border-t-teal-400\/70{ border-top-color: rgb(45 212 191 / 0.7); }
.border-t-teal-400\/75{ border-top-color: rgb(45 212 191 / 0.75); }
.border-t-teal-400\/80{ border-top-color: rgb(45 212 191 / 0.8); }
.border-t-teal-400\/90{ border-top-color: rgb(45 212 191 / 0.9); }
.border-t-teal-400\/95{ border-top-color: rgb(45 212 191 / 0.95); }
.border-t-teal-50{ --tw-border-opacity: 1; border-top-color: rgb(240 253 250 / var(--tw-border-opacity)); }
.border-t-teal-50\/0{ border-top-color: rgb(240 253 250 / 0); }
.border-t-teal-50\/10{ border-top-color: rgb(240 253 250 / 0.1); }
.border-t-teal-50\/100{ border-top-color: rgb(240 253 250 / 1); }
.border-t-teal-50\/20{ border-top-color: rgb(240 253 250 / 0.2); }
.border-t-teal-50\/25{ border-top-color: rgb(240 253 250 / 0.25); }
.border-t-teal-50\/30{ border-top-color: rgb(240 253 250 / 0.3); }
.border-t-teal-50\/40{ border-top-color: rgb(240 253 250 / 0.4); }
.border-t-teal-50\/5{ border-top-color: rgb(240 253 250 / 0.05); }
.border-t-teal-50\/50{ border-top-color: rgb(240 253 250 / 0.5); }
.border-t-teal-50\/60{ border-top-color: rgb(240 253 250 / 0.6); }
.border-t-teal-50\/70{ border-top-color: rgb(240 253 250 / 0.7); }
.border-t-teal-50\/75{ border-top-color: rgb(240 253 250 / 0.75); }
.border-t-teal-50\/80{ border-top-color: rgb(240 253 250 / 0.8); }
.border-t-teal-50\/90{ border-top-color: rgb(240 253 250 / 0.9); }
.border-t-teal-50\/95{ border-top-color: rgb(240 253 250 / 0.95); }
.border-t-teal-500{ --tw-border-opacity: 1; border-top-color: rgb(20 184 166 / var(--tw-border-opacity)); }
.border-t-teal-500\/0{ border-top-color: rgb(20 184 166 / 0); }
.border-t-teal-500\/10{ border-top-color: rgb(20 184 166 / 0.1); }
.border-t-teal-500\/100{ border-top-color: rgb(20 184 166 / 1); }
.border-t-teal-500\/20{ border-top-color: rgb(20 184 166 / 0.2); }
.border-t-teal-500\/25{ border-top-color: rgb(20 184 166 / 0.25); }
.border-t-teal-500\/30{ border-top-color: rgb(20 184 166 / 0.3); }
.border-t-teal-500\/40{ border-top-color: rgb(20 184 166 / 0.4); }
.border-t-teal-500\/5{ border-top-color: rgb(20 184 166 / 0.05); }
.border-t-teal-500\/50{ border-top-color: rgb(20 184 166 / 0.5); }
.border-t-teal-500\/60{ border-top-color: rgb(20 184 166 / 0.6); }
.border-t-teal-500\/70{ border-top-color: rgb(20 184 166 / 0.7); }
.border-t-teal-500\/75{ border-top-color: rgb(20 184 166 / 0.75); }
.border-t-teal-500\/80{ border-top-color: rgb(20 184 166 / 0.8); }
.border-t-teal-500\/90{ border-top-color: rgb(20 184 166 / 0.9); }
.border-t-teal-500\/95{ border-top-color: rgb(20 184 166 / 0.95); }
.border-t-teal-600{ --tw-border-opacity: 1; border-top-color: rgb(13 148 136 / var(--tw-border-opacity)); }
.border-t-teal-600\/0{ border-top-color: rgb(13 148 136 / 0); }
.border-t-teal-600\/10{ border-top-color: rgb(13 148 136 / 0.1); }
.border-t-teal-600\/100{ border-top-color: rgb(13 148 136 / 1); }
.border-t-teal-600\/20{ border-top-color: rgb(13 148 136 / 0.2); }
.border-t-teal-600\/25{ border-top-color: rgb(13 148 136 / 0.25); }
.border-t-teal-600\/30{ border-top-color: rgb(13 148 136 / 0.3); }
.border-t-teal-600\/40{ border-top-color: rgb(13 148 136 / 0.4); }
.border-t-teal-600\/5{ border-top-color: rgb(13 148 136 / 0.05); }
.border-t-teal-600\/50{ border-top-color: rgb(13 148 136 / 0.5); }
.border-t-teal-600\/60{ border-top-color: rgb(13 148 136 / 0.6); }
.border-t-teal-600\/70{ border-top-color: rgb(13 148 136 / 0.7); }
.border-t-teal-600\/75{ border-top-color: rgb(13 148 136 / 0.75); }
.border-t-teal-600\/80{ border-top-color: rgb(13 148 136 / 0.8); }
.border-t-teal-600\/90{ border-top-color: rgb(13 148 136 / 0.9); }
.border-t-teal-600\/95{ border-top-color: rgb(13 148 136 / 0.95); }
.border-t-teal-700{ --tw-border-opacity: 1; border-top-color: rgb(15 118 110 / var(--tw-border-opacity)); }
.border-t-teal-700\/0{ border-top-color: rgb(15 118 110 / 0); }
.border-t-teal-700\/10{ border-top-color: rgb(15 118 110 / 0.1); }
.border-t-teal-700\/100{ border-top-color: rgb(15 118 110 / 1); }
.border-t-teal-700\/20{ border-top-color: rgb(15 118 110 / 0.2); }
.border-t-teal-700\/25{ border-top-color: rgb(15 118 110 / 0.25); }
.border-t-teal-700\/30{ border-top-color: rgb(15 118 110 / 0.3); }
.border-t-teal-700\/40{ border-top-color: rgb(15 118 110 / 0.4); }
.border-t-teal-700\/5{ border-top-color: rgb(15 118 110 / 0.05); }
.border-t-teal-700\/50{ border-top-color: rgb(15 118 110 / 0.5); }
.border-t-teal-700\/60{ border-top-color: rgb(15 118 110 / 0.6); }
.border-t-teal-700\/70{ border-top-color: rgb(15 118 110 / 0.7); }
.border-t-teal-700\/75{ border-top-color: rgb(15 118 110 / 0.75); }
.border-t-teal-700\/80{ border-top-color: rgb(15 118 110 / 0.8); }
.border-t-teal-700\/90{ border-top-color: rgb(15 118 110 / 0.9); }
.border-t-teal-700\/95{ border-top-color: rgb(15 118 110 / 0.95); }
.border-t-teal-800{ --tw-border-opacity: 1; border-top-color: rgb(17 94 89 / var(--tw-border-opacity)); }
.border-t-teal-800\/0{ border-top-color: rgb(17 94 89 / 0); }
.border-t-teal-800\/10{ border-top-color: rgb(17 94 89 / 0.1); }
.border-t-teal-800\/100{ border-top-color: rgb(17 94 89 / 1); }
.border-t-teal-800\/20{ border-top-color: rgb(17 94 89 / 0.2); }
.border-t-teal-800\/25{ border-top-color: rgb(17 94 89 / 0.25); }
.border-t-teal-800\/30{ border-top-color: rgb(17 94 89 / 0.3); }
.border-t-teal-800\/40{ border-top-color: rgb(17 94 89 / 0.4); }
.border-t-teal-800\/5{ border-top-color: rgb(17 94 89 / 0.05); }
.border-t-teal-800\/50{ border-top-color: rgb(17 94 89 / 0.5); }
.border-t-teal-800\/60{ border-top-color: rgb(17 94 89 / 0.6); }
.border-t-teal-800\/70{ border-top-color: rgb(17 94 89 / 0.7); }
.border-t-teal-800\/75{ border-top-color: rgb(17 94 89 / 0.75); }
.border-t-teal-800\/80{ border-top-color: rgb(17 94 89 / 0.8); }
.border-t-teal-800\/90{ border-top-color: rgb(17 94 89 / 0.9); }
.border-t-teal-800\/95{ border-top-color: rgb(17 94 89 / 0.95); }
.border-t-teal-900{ --tw-border-opacity: 1; border-top-color: rgb(19 78 74 / var(--tw-border-opacity)); }
.border-t-teal-900\/0{ border-top-color: rgb(19 78 74 / 0); }
.border-t-teal-900\/10{ border-top-color: rgb(19 78 74 / 0.1); }
.border-t-teal-900\/100{ border-top-color: rgb(19 78 74 / 1); }
.border-t-teal-900\/20{ border-top-color: rgb(19 78 74 / 0.2); }
.border-t-teal-900\/25{ border-top-color: rgb(19 78 74 / 0.25); }
.border-t-teal-900\/30{ border-top-color: rgb(19 78 74 / 0.3); }
.border-t-teal-900\/40{ border-top-color: rgb(19 78 74 / 0.4); }
.border-t-teal-900\/5{ border-top-color: rgb(19 78 74 / 0.05); }
.border-t-teal-900\/50{ border-top-color: rgb(19 78 74 / 0.5); }
.border-t-teal-900\/60{ border-top-color: rgb(19 78 74 / 0.6); }
.border-t-teal-900\/70{ border-top-color: rgb(19 78 74 / 0.7); }
.border-t-teal-900\/75{ border-top-color: rgb(19 78 74 / 0.75); }
.border-t-teal-900\/80{ border-top-color: rgb(19 78 74 / 0.8); }
.border-t-teal-900\/90{ border-top-color: rgb(19 78 74 / 0.9); }
.border-t-teal-900\/95{ border-top-color: rgb(19 78 74 / 0.95); }
.border-t-teal-950{ --tw-border-opacity: 1; border-top-color: rgb(4 47 46 / var(--tw-border-opacity)); }
.border-t-teal-950\/0{ border-top-color: rgb(4 47 46 / 0); }
.border-t-teal-950\/10{ border-top-color: rgb(4 47 46 / 0.1); }
.border-t-teal-950\/100{ border-top-color: rgb(4 47 46 / 1); }
.border-t-teal-950\/20{ border-top-color: rgb(4 47 46 / 0.2); }
.border-t-teal-950\/25{ border-top-color: rgb(4 47 46 / 0.25); }
.border-t-teal-950\/30{ border-top-color: rgb(4 47 46 / 0.3); }
.border-t-teal-950\/40{ border-top-color: rgb(4 47 46 / 0.4); }
.border-t-teal-950\/5{ border-top-color: rgb(4 47 46 / 0.05); }
.border-t-teal-950\/50{ border-top-color: rgb(4 47 46 / 0.5); }
.border-t-teal-950\/60{ border-top-color: rgb(4 47 46 / 0.6); }
.border-t-teal-950\/70{ border-top-color: rgb(4 47 46 / 0.7); }
.border-t-teal-950\/75{ border-top-color: rgb(4 47 46 / 0.75); }
.border-t-teal-950\/80{ border-top-color: rgb(4 47 46 / 0.8); }
.border-t-teal-950\/90{ border-top-color: rgb(4 47 46 / 0.9); }
.border-t-teal-950\/95{ border-top-color: rgb(4 47 46 / 0.95); }
.border-t-transparent{ border-top-color: transparent; }
.border-t-transparent\/0{ border-top-color: rgb(0 0 0 / 0); }
.border-t-transparent\/10{ border-top-color: rgb(0 0 0 / 0.1); }
.border-t-transparent\/100{ border-top-color: rgb(0 0 0 / 1); }
.border-t-transparent\/20{ border-top-color: rgb(0 0 0 / 0.2); }
.border-t-transparent\/25{ border-top-color: rgb(0 0 0 / 0.25); }
.border-t-transparent\/30{ border-top-color: rgb(0 0 0 / 0.3); }
.border-t-transparent\/40{ border-top-color: rgb(0 0 0 / 0.4); }
.border-t-transparent\/5{ border-top-color: rgb(0 0 0 / 0.05); }
.border-t-transparent\/50{ border-top-color: rgb(0 0 0 / 0.5); }
.border-t-transparent\/60{ border-top-color: rgb(0 0 0 / 0.6); }
.border-t-transparent\/70{ border-top-color: rgb(0 0 0 / 0.7); }
.border-t-transparent\/75{ border-top-color: rgb(0 0 0 / 0.75); }
.border-t-transparent\/80{ border-top-color: rgb(0 0 0 / 0.8); }
.border-t-transparent\/90{ border-top-color: rgb(0 0 0 / 0.9); }
.border-t-transparent\/95{ border-top-color: rgb(0 0 0 / 0.95); }
.border-t-violet-100{ --tw-border-opacity: 1; border-top-color: rgb(237 233 254 / var(--tw-border-opacity)); }
.border-t-violet-100\/0{ border-top-color: rgb(237 233 254 / 0); }
.border-t-violet-100\/10{ border-top-color: rgb(237 233 254 / 0.1); }
.border-t-violet-100\/100{ border-top-color: rgb(237 233 254 / 1); }
.border-t-violet-100\/20{ border-top-color: rgb(237 233 254 / 0.2); }
.border-t-violet-100\/25{ border-top-color: rgb(237 233 254 / 0.25); }
.border-t-violet-100\/30{ border-top-color: rgb(237 233 254 / 0.3); }
.border-t-violet-100\/40{ border-top-color: rgb(237 233 254 / 0.4); }
.border-t-violet-100\/5{ border-top-color: rgb(237 233 254 / 0.05); }
.border-t-violet-100\/50{ border-top-color: rgb(237 233 254 / 0.5); }
.border-t-violet-100\/60{ border-top-color: rgb(237 233 254 / 0.6); }
.border-t-violet-100\/70{ border-top-color: rgb(237 233 254 / 0.7); }
.border-t-violet-100\/75{ border-top-color: rgb(237 233 254 / 0.75); }
.border-t-violet-100\/80{ border-top-color: rgb(237 233 254 / 0.8); }
.border-t-violet-100\/90{ border-top-color: rgb(237 233 254 / 0.9); }
.border-t-violet-100\/95{ border-top-color: rgb(237 233 254 / 0.95); }
.border-t-violet-200{ --tw-border-opacity: 1; border-top-color: rgb(221 214 254 / var(--tw-border-opacity)); }
.border-t-violet-200\/0{ border-top-color: rgb(221 214 254 / 0); }
.border-t-violet-200\/10{ border-top-color: rgb(221 214 254 / 0.1); }
.border-t-violet-200\/100{ border-top-color: rgb(221 214 254 / 1); }
.border-t-violet-200\/20{ border-top-color: rgb(221 214 254 / 0.2); }
.border-t-violet-200\/25{ border-top-color: rgb(221 214 254 / 0.25); }
.border-t-violet-200\/30{ border-top-color: rgb(221 214 254 / 0.3); }
.border-t-violet-200\/40{ border-top-color: rgb(221 214 254 / 0.4); }
.border-t-violet-200\/5{ border-top-color: rgb(221 214 254 / 0.05); }
.border-t-violet-200\/50{ border-top-color: rgb(221 214 254 / 0.5); }
.border-t-violet-200\/60{ border-top-color: rgb(221 214 254 / 0.6); }
.border-t-violet-200\/70{ border-top-color: rgb(221 214 254 / 0.7); }
.border-t-violet-200\/75{ border-top-color: rgb(221 214 254 / 0.75); }
.border-t-violet-200\/80{ border-top-color: rgb(221 214 254 / 0.8); }
.border-t-violet-200\/90{ border-top-color: rgb(221 214 254 / 0.9); }
.border-t-violet-200\/95{ border-top-color: rgb(221 214 254 / 0.95); }
.border-t-violet-300{ --tw-border-opacity: 1; border-top-color: rgb(196 181 253 / var(--tw-border-opacity)); }
.border-t-violet-300\/0{ border-top-color: rgb(196 181 253 / 0); }
.border-t-violet-300\/10{ border-top-color: rgb(196 181 253 / 0.1); }
.border-t-violet-300\/100{ border-top-color: rgb(196 181 253 / 1); }
.border-t-violet-300\/20{ border-top-color: rgb(196 181 253 / 0.2); }
.border-t-violet-300\/25{ border-top-color: rgb(196 181 253 / 0.25); }
.border-t-violet-300\/30{ border-top-color: rgb(196 181 253 / 0.3); }
.border-t-violet-300\/40{ border-top-color: rgb(196 181 253 / 0.4); }
.border-t-violet-300\/5{ border-top-color: rgb(196 181 253 / 0.05); }
.border-t-violet-300\/50{ border-top-color: rgb(196 181 253 / 0.5); }
.border-t-violet-300\/60{ border-top-color: rgb(196 181 253 / 0.6); }
.border-t-violet-300\/70{ border-top-color: rgb(196 181 253 / 0.7); }
.border-t-violet-300\/75{ border-top-color: rgb(196 181 253 / 0.75); }
.border-t-violet-300\/80{ border-top-color: rgb(196 181 253 / 0.8); }
.border-t-violet-300\/90{ border-top-color: rgb(196 181 253 / 0.9); }
.border-t-violet-300\/95{ border-top-color: rgb(196 181 253 / 0.95); }
.border-t-violet-400{ --tw-border-opacity: 1; border-top-color: rgb(167 139 250 / var(--tw-border-opacity)); }
.border-t-violet-400\/0{ border-top-color: rgb(167 139 250 / 0); }
.border-t-violet-400\/10{ border-top-color: rgb(167 139 250 / 0.1); }
.border-t-violet-400\/100{ border-top-color: rgb(167 139 250 / 1); }
.border-t-violet-400\/20{ border-top-color: rgb(167 139 250 / 0.2); }
.border-t-violet-400\/25{ border-top-color: rgb(167 139 250 / 0.25); }
.border-t-violet-400\/30{ border-top-color: rgb(167 139 250 / 0.3); }
.border-t-violet-400\/40{ border-top-color: rgb(167 139 250 / 0.4); }
.border-t-violet-400\/5{ border-top-color: rgb(167 139 250 / 0.05); }
.border-t-violet-400\/50{ border-top-color: rgb(167 139 250 / 0.5); }
.border-t-violet-400\/60{ border-top-color: rgb(167 139 250 / 0.6); }
.border-t-violet-400\/70{ border-top-color: rgb(167 139 250 / 0.7); }
.border-t-violet-400\/75{ border-top-color: rgb(167 139 250 / 0.75); }
.border-t-violet-400\/80{ border-top-color: rgb(167 139 250 / 0.8); }
.border-t-violet-400\/90{ border-top-color: rgb(167 139 250 / 0.9); }
.border-t-violet-400\/95{ border-top-color: rgb(167 139 250 / 0.95); }
.border-t-violet-50{ --tw-border-opacity: 1; border-top-color: rgb(245 243 255 / var(--tw-border-opacity)); }
.border-t-violet-50\/0{ border-top-color: rgb(245 243 255 / 0); }
.border-t-violet-50\/10{ border-top-color: rgb(245 243 255 / 0.1); }
.border-t-violet-50\/100{ border-top-color: rgb(245 243 255 / 1); }
.border-t-violet-50\/20{ border-top-color: rgb(245 243 255 / 0.2); }
.border-t-violet-50\/25{ border-top-color: rgb(245 243 255 / 0.25); }
.border-t-violet-50\/30{ border-top-color: rgb(245 243 255 / 0.3); }
.border-t-violet-50\/40{ border-top-color: rgb(245 243 255 / 0.4); }
.border-t-violet-50\/5{ border-top-color: rgb(245 243 255 / 0.05); }
.border-t-violet-50\/50{ border-top-color: rgb(245 243 255 / 0.5); }
.border-t-violet-50\/60{ border-top-color: rgb(245 243 255 / 0.6); }
.border-t-violet-50\/70{ border-top-color: rgb(245 243 255 / 0.7); }
.border-t-violet-50\/75{ border-top-color: rgb(245 243 255 / 0.75); }
.border-t-violet-50\/80{ border-top-color: rgb(245 243 255 / 0.8); }
.border-t-violet-50\/90{ border-top-color: rgb(245 243 255 / 0.9); }
.border-t-violet-50\/95{ border-top-color: rgb(245 243 255 / 0.95); }
.border-t-violet-500{ --tw-border-opacity: 1; border-top-color: rgb(139 92 246 / var(--tw-border-opacity)); }
.border-t-violet-500\/0{ border-top-color: rgb(139 92 246 / 0); }
.border-t-violet-500\/10{ border-top-color: rgb(139 92 246 / 0.1); }
.border-t-violet-500\/100{ border-top-color: rgb(139 92 246 / 1); }
.border-t-violet-500\/20{ border-top-color: rgb(139 92 246 / 0.2); }
.border-t-violet-500\/25{ border-top-color: rgb(139 92 246 / 0.25); }
.border-t-violet-500\/30{ border-top-color: rgb(139 92 246 / 0.3); }
.border-t-violet-500\/40{ border-top-color: rgb(139 92 246 / 0.4); }
.border-t-violet-500\/5{ border-top-color: rgb(139 92 246 / 0.05); }
.border-t-violet-500\/50{ border-top-color: rgb(139 92 246 / 0.5); }
.border-t-violet-500\/60{ border-top-color: rgb(139 92 246 / 0.6); }
.border-t-violet-500\/70{ border-top-color: rgb(139 92 246 / 0.7); }
.border-t-violet-500\/75{ border-top-color: rgb(139 92 246 / 0.75); }
.border-t-violet-500\/80{ border-top-color: rgb(139 92 246 / 0.8); }
.border-t-violet-500\/90{ border-top-color: rgb(139 92 246 / 0.9); }
.border-t-violet-500\/95{ border-top-color: rgb(139 92 246 / 0.95); }
.border-t-violet-600{ --tw-border-opacity: 1; border-top-color: rgb(124 58 237 / var(--tw-border-opacity)); }
.border-t-violet-600\/0{ border-top-color: rgb(124 58 237 / 0); }
.border-t-violet-600\/10{ border-top-color: rgb(124 58 237 / 0.1); }
.border-t-violet-600\/100{ border-top-color: rgb(124 58 237 / 1); }
.border-t-violet-600\/20{ border-top-color: rgb(124 58 237 / 0.2); }
.border-t-violet-600\/25{ border-top-color: rgb(124 58 237 / 0.25); }
.border-t-violet-600\/30{ border-top-color: rgb(124 58 237 / 0.3); }
.border-t-violet-600\/40{ border-top-color: rgb(124 58 237 / 0.4); }
.border-t-violet-600\/5{ border-top-color: rgb(124 58 237 / 0.05); }
.border-t-violet-600\/50{ border-top-color: rgb(124 58 237 / 0.5); }
.border-t-violet-600\/60{ border-top-color: rgb(124 58 237 / 0.6); }
.border-t-violet-600\/70{ border-top-color: rgb(124 58 237 / 0.7); }
.border-t-violet-600\/75{ border-top-color: rgb(124 58 237 / 0.75); }
.border-t-violet-600\/80{ border-top-color: rgb(124 58 237 / 0.8); }
.border-t-violet-600\/90{ border-top-color: rgb(124 58 237 / 0.9); }
.border-t-violet-600\/95{ border-top-color: rgb(124 58 237 / 0.95); }
.border-t-violet-700{ --tw-border-opacity: 1; border-top-color: rgb(109 40 217 / var(--tw-border-opacity)); }
.border-t-violet-700\/0{ border-top-color: rgb(109 40 217 / 0); }
.border-t-violet-700\/10{ border-top-color: rgb(109 40 217 / 0.1); }
.border-t-violet-700\/100{ border-top-color: rgb(109 40 217 / 1); }
.border-t-violet-700\/20{ border-top-color: rgb(109 40 217 / 0.2); }
.border-t-violet-700\/25{ border-top-color: rgb(109 40 217 / 0.25); }
.border-t-violet-700\/30{ border-top-color: rgb(109 40 217 / 0.3); }
.border-t-violet-700\/40{ border-top-color: rgb(109 40 217 / 0.4); }
.border-t-violet-700\/5{ border-top-color: rgb(109 40 217 / 0.05); }
.border-t-violet-700\/50{ border-top-color: rgb(109 40 217 / 0.5); }
.border-t-violet-700\/60{ border-top-color: rgb(109 40 217 / 0.6); }
.border-t-violet-700\/70{ border-top-color: rgb(109 40 217 / 0.7); }
.border-t-violet-700\/75{ border-top-color: rgb(109 40 217 / 0.75); }
.border-t-violet-700\/80{ border-top-color: rgb(109 40 217 / 0.8); }
.border-t-violet-700\/90{ border-top-color: rgb(109 40 217 / 0.9); }
.border-t-violet-700\/95{ border-top-color: rgb(109 40 217 / 0.95); }
.border-t-violet-800{ --tw-border-opacity: 1; border-top-color: rgb(91 33 182 / var(--tw-border-opacity)); }
.border-t-violet-800\/0{ border-top-color: rgb(91 33 182 / 0); }
.border-t-violet-800\/10{ border-top-color: rgb(91 33 182 / 0.1); }
.border-t-violet-800\/100{ border-top-color: rgb(91 33 182 / 1); }
.border-t-violet-800\/20{ border-top-color: rgb(91 33 182 / 0.2); }
.border-t-violet-800\/25{ border-top-color: rgb(91 33 182 / 0.25); }
.border-t-violet-800\/30{ border-top-color: rgb(91 33 182 / 0.3); }
.border-t-violet-800\/40{ border-top-color: rgb(91 33 182 / 0.4); }
.border-t-violet-800\/5{ border-top-color: rgb(91 33 182 / 0.05); }
.border-t-violet-800\/50{ border-top-color: rgb(91 33 182 / 0.5); }
.border-t-violet-800\/60{ border-top-color: rgb(91 33 182 / 0.6); }
.border-t-violet-800\/70{ border-top-color: rgb(91 33 182 / 0.7); }
.border-t-violet-800\/75{ border-top-color: rgb(91 33 182 / 0.75); }
.border-t-violet-800\/80{ border-top-color: rgb(91 33 182 / 0.8); }
.border-t-violet-800\/90{ border-top-color: rgb(91 33 182 / 0.9); }
.border-t-violet-800\/95{ border-top-color: rgb(91 33 182 / 0.95); }
.border-t-violet-900{ --tw-border-opacity: 1; border-top-color: rgb(76 29 149 / var(--tw-border-opacity)); }
.border-t-violet-900\/0{ border-top-color: rgb(76 29 149 / 0); }
.border-t-violet-900\/10{ border-top-color: rgb(76 29 149 / 0.1); }
.border-t-violet-900\/100{ border-top-color: rgb(76 29 149 / 1); }
.border-t-violet-900\/20{ border-top-color: rgb(76 29 149 / 0.2); }
.border-t-violet-900\/25{ border-top-color: rgb(76 29 149 / 0.25); }
.border-t-violet-900\/30{ border-top-color: rgb(76 29 149 / 0.3); }
.border-t-violet-900\/40{ border-top-color: rgb(76 29 149 / 0.4); }
.border-t-violet-900\/5{ border-top-color: rgb(76 29 149 / 0.05); }
.border-t-violet-900\/50{ border-top-color: rgb(76 29 149 / 0.5); }
.border-t-violet-900\/60{ border-top-color: rgb(76 29 149 / 0.6); }
.border-t-violet-900\/70{ border-top-color: rgb(76 29 149 / 0.7); }
.border-t-violet-900\/75{ border-top-color: rgb(76 29 149 / 0.75); }
.border-t-violet-900\/80{ border-top-color: rgb(76 29 149 / 0.8); }
.border-t-violet-900\/90{ border-top-color: rgb(76 29 149 / 0.9); }
.border-t-violet-900\/95{ border-top-color: rgb(76 29 149 / 0.95); }
.border-t-violet-950{ --tw-border-opacity: 1; border-top-color: rgb(46 16 101 / var(--tw-border-opacity)); }
.border-t-violet-950\/0{ border-top-color: rgb(46 16 101 / 0); }
.border-t-violet-950\/10{ border-top-color: rgb(46 16 101 / 0.1); }
.border-t-violet-950\/100{ border-top-color: rgb(46 16 101 / 1); }
.border-t-violet-950\/20{ border-top-color: rgb(46 16 101 / 0.2); }
.border-t-violet-950\/25{ border-top-color: rgb(46 16 101 / 0.25); }
.border-t-violet-950\/30{ border-top-color: rgb(46 16 101 / 0.3); }
.border-t-violet-950\/40{ border-top-color: rgb(46 16 101 / 0.4); }
.border-t-violet-950\/5{ border-top-color: rgb(46 16 101 / 0.05); }
.border-t-violet-950\/50{ border-top-color: rgb(46 16 101 / 0.5); }
.border-t-violet-950\/60{ border-top-color: rgb(46 16 101 / 0.6); }
.border-t-violet-950\/70{ border-top-color: rgb(46 16 101 / 0.7); }
.border-t-violet-950\/75{ border-top-color: rgb(46 16 101 / 0.75); }
.border-t-violet-950\/80{ border-top-color: rgb(46 16 101 / 0.8); }
.border-t-violet-950\/90{ border-top-color: rgb(46 16 101 / 0.9); }
.border-t-violet-950\/95{ border-top-color: rgb(46 16 101 / 0.95); }
.border-t-white{ --tw-border-opacity: 1; border-top-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.border-t-white\/0{ border-top-color: rgb(255 255 255 / 0); }
.border-t-white\/10{ border-top-color: rgb(255 255 255 / 0.1); }
.border-t-white\/100{ border-top-color: rgb(255 255 255 / 1); }
.border-t-white\/20{ border-top-color: rgb(255 255 255 / 0.2); }
.border-t-white\/25{ border-top-color: rgb(255 255 255 / 0.25); }
.border-t-white\/30{ border-top-color: rgb(255 255 255 / 0.3); }
.border-t-white\/40{ border-top-color: rgb(255 255 255 / 0.4); }
.border-t-white\/5{ border-top-color: rgb(255 255 255 / 0.05); }
.border-t-white\/50{ border-top-color: rgb(255 255 255 / 0.5); }
.border-t-white\/60{ border-top-color: rgb(255 255 255 / 0.6); }
.border-t-white\/70{ border-top-color: rgb(255 255 255 / 0.7); }
.border-t-white\/75{ border-top-color: rgb(255 255 255 / 0.75); }
.border-t-white\/80{ border-top-color: rgb(255 255 255 / 0.8); }
.border-t-white\/90{ border-top-color: rgb(255 255 255 / 0.9); }
.border-t-white\/95{ border-top-color: rgb(255 255 255 / 0.95); }
.border-t-yellow-100{ --tw-border-opacity: 1; border-top-color: rgb(254 249 195 / var(--tw-border-opacity)); }
.border-t-yellow-100\/0{ border-top-color: rgb(254 249 195 / 0); }
.border-t-yellow-100\/10{ border-top-color: rgb(254 249 195 / 0.1); }
.border-t-yellow-100\/100{ border-top-color: rgb(254 249 195 / 1); }
.border-t-yellow-100\/20{ border-top-color: rgb(254 249 195 / 0.2); }
.border-t-yellow-100\/25{ border-top-color: rgb(254 249 195 / 0.25); }
.border-t-yellow-100\/30{ border-top-color: rgb(254 249 195 / 0.3); }
.border-t-yellow-100\/40{ border-top-color: rgb(254 249 195 / 0.4); }
.border-t-yellow-100\/5{ border-top-color: rgb(254 249 195 / 0.05); }
.border-t-yellow-100\/50{ border-top-color: rgb(254 249 195 / 0.5); }
.border-t-yellow-100\/60{ border-top-color: rgb(254 249 195 / 0.6); }
.border-t-yellow-100\/70{ border-top-color: rgb(254 249 195 / 0.7); }
.border-t-yellow-100\/75{ border-top-color: rgb(254 249 195 / 0.75); }
.border-t-yellow-100\/80{ border-top-color: rgb(254 249 195 / 0.8); }
.border-t-yellow-100\/90{ border-top-color: rgb(254 249 195 / 0.9); }
.border-t-yellow-100\/95{ border-top-color: rgb(254 249 195 / 0.95); }
.border-t-yellow-200{ --tw-border-opacity: 1; border-top-color: rgb(254 240 138 / var(--tw-border-opacity)); }
.border-t-yellow-200\/0{ border-top-color: rgb(254 240 138 / 0); }
.border-t-yellow-200\/10{ border-top-color: rgb(254 240 138 / 0.1); }
.border-t-yellow-200\/100{ border-top-color: rgb(254 240 138 / 1); }
.border-t-yellow-200\/20{ border-top-color: rgb(254 240 138 / 0.2); }
.border-t-yellow-200\/25{ border-top-color: rgb(254 240 138 / 0.25); }
.border-t-yellow-200\/30{ border-top-color: rgb(254 240 138 / 0.3); }
.border-t-yellow-200\/40{ border-top-color: rgb(254 240 138 / 0.4); }
.border-t-yellow-200\/5{ border-top-color: rgb(254 240 138 / 0.05); }
.border-t-yellow-200\/50{ border-top-color: rgb(254 240 138 / 0.5); }
.border-t-yellow-200\/60{ border-top-color: rgb(254 240 138 / 0.6); }
.border-t-yellow-200\/70{ border-top-color: rgb(254 240 138 / 0.7); }
.border-t-yellow-200\/75{ border-top-color: rgb(254 240 138 / 0.75); }
.border-t-yellow-200\/80{ border-top-color: rgb(254 240 138 / 0.8); }
.border-t-yellow-200\/90{ border-top-color: rgb(254 240 138 / 0.9); }
.border-t-yellow-200\/95{ border-top-color: rgb(254 240 138 / 0.95); }
.border-t-yellow-300{ --tw-border-opacity: 1; border-top-color: rgb(253 224 71 / var(--tw-border-opacity)); }
.border-t-yellow-300\/0{ border-top-color: rgb(253 224 71 / 0); }
.border-t-yellow-300\/10{ border-top-color: rgb(253 224 71 / 0.1); }
.border-t-yellow-300\/100{ border-top-color: rgb(253 224 71 / 1); }
.border-t-yellow-300\/20{ border-top-color: rgb(253 224 71 / 0.2); }
.border-t-yellow-300\/25{ border-top-color: rgb(253 224 71 / 0.25); }
.border-t-yellow-300\/30{ border-top-color: rgb(253 224 71 / 0.3); }
.border-t-yellow-300\/40{ border-top-color: rgb(253 224 71 / 0.4); }
.border-t-yellow-300\/5{ border-top-color: rgb(253 224 71 / 0.05); }
.border-t-yellow-300\/50{ border-top-color: rgb(253 224 71 / 0.5); }
.border-t-yellow-300\/60{ border-top-color: rgb(253 224 71 / 0.6); }
.border-t-yellow-300\/70{ border-top-color: rgb(253 224 71 / 0.7); }
.border-t-yellow-300\/75{ border-top-color: rgb(253 224 71 / 0.75); }
.border-t-yellow-300\/80{ border-top-color: rgb(253 224 71 / 0.8); }
.border-t-yellow-300\/90{ border-top-color: rgb(253 224 71 / 0.9); }
.border-t-yellow-300\/95{ border-top-color: rgb(253 224 71 / 0.95); }
.border-t-yellow-400{ --tw-border-opacity: 1; border-top-color: rgb(250 204 21 / var(--tw-border-opacity)); }
.border-t-yellow-400\/0{ border-top-color: rgb(250 204 21 / 0); }
.border-t-yellow-400\/10{ border-top-color: rgb(250 204 21 / 0.1); }
.border-t-yellow-400\/100{ border-top-color: rgb(250 204 21 / 1); }
.border-t-yellow-400\/20{ border-top-color: rgb(250 204 21 / 0.2); }
.border-t-yellow-400\/25{ border-top-color: rgb(250 204 21 / 0.25); }
.border-t-yellow-400\/30{ border-top-color: rgb(250 204 21 / 0.3); }
.border-t-yellow-400\/40{ border-top-color: rgb(250 204 21 / 0.4); }
.border-t-yellow-400\/5{ border-top-color: rgb(250 204 21 / 0.05); }
.border-t-yellow-400\/50{ border-top-color: rgb(250 204 21 / 0.5); }
.border-t-yellow-400\/60{ border-top-color: rgb(250 204 21 / 0.6); }
.border-t-yellow-400\/70{ border-top-color: rgb(250 204 21 / 0.7); }
.border-t-yellow-400\/75{ border-top-color: rgb(250 204 21 / 0.75); }
.border-t-yellow-400\/80{ border-top-color: rgb(250 204 21 / 0.8); }
.border-t-yellow-400\/90{ border-top-color: rgb(250 204 21 / 0.9); }
.border-t-yellow-400\/95{ border-top-color: rgb(250 204 21 / 0.95); }
.border-t-yellow-50{ --tw-border-opacity: 1; border-top-color: rgb(254 252 232 / var(--tw-border-opacity)); }
.border-t-yellow-50\/0{ border-top-color: rgb(254 252 232 / 0); }
.border-t-yellow-50\/10{ border-top-color: rgb(254 252 232 / 0.1); }
.border-t-yellow-50\/100{ border-top-color: rgb(254 252 232 / 1); }
.border-t-yellow-50\/20{ border-top-color: rgb(254 252 232 / 0.2); }
.border-t-yellow-50\/25{ border-top-color: rgb(254 252 232 / 0.25); }
.border-t-yellow-50\/30{ border-top-color: rgb(254 252 232 / 0.3); }
.border-t-yellow-50\/40{ border-top-color: rgb(254 252 232 / 0.4); }
.border-t-yellow-50\/5{ border-top-color: rgb(254 252 232 / 0.05); }
.border-t-yellow-50\/50{ border-top-color: rgb(254 252 232 / 0.5); }
.border-t-yellow-50\/60{ border-top-color: rgb(254 252 232 / 0.6); }
.border-t-yellow-50\/70{ border-top-color: rgb(254 252 232 / 0.7); }
.border-t-yellow-50\/75{ border-top-color: rgb(254 252 232 / 0.75); }
.border-t-yellow-50\/80{ border-top-color: rgb(254 252 232 / 0.8); }
.border-t-yellow-50\/90{ border-top-color: rgb(254 252 232 / 0.9); }
.border-t-yellow-50\/95{ border-top-color: rgb(254 252 232 / 0.95); }
.border-t-yellow-500{ --tw-border-opacity: 1; border-top-color: rgb(234 179 8 / var(--tw-border-opacity)); }
.border-t-yellow-500\/0{ border-top-color: rgb(234 179 8 / 0); }
.border-t-yellow-500\/10{ border-top-color: rgb(234 179 8 / 0.1); }
.border-t-yellow-500\/100{ border-top-color: rgb(234 179 8 / 1); }
.border-t-yellow-500\/20{ border-top-color: rgb(234 179 8 / 0.2); }
.border-t-yellow-500\/25{ border-top-color: rgb(234 179 8 / 0.25); }
.border-t-yellow-500\/30{ border-top-color: rgb(234 179 8 / 0.3); }
.border-t-yellow-500\/40{ border-top-color: rgb(234 179 8 / 0.4); }
.border-t-yellow-500\/5{ border-top-color: rgb(234 179 8 / 0.05); }
.border-t-yellow-500\/50{ border-top-color: rgb(234 179 8 / 0.5); }
.border-t-yellow-500\/60{ border-top-color: rgb(234 179 8 / 0.6); }
.border-t-yellow-500\/70{ border-top-color: rgb(234 179 8 / 0.7); }
.border-t-yellow-500\/75{ border-top-color: rgb(234 179 8 / 0.75); }
.border-t-yellow-500\/80{ border-top-color: rgb(234 179 8 / 0.8); }
.border-t-yellow-500\/90{ border-top-color: rgb(234 179 8 / 0.9); }
.border-t-yellow-500\/95{ border-top-color: rgb(234 179 8 / 0.95); }
.border-t-yellow-600{ --tw-border-opacity: 1; border-top-color: rgb(202 138 4 / var(--tw-border-opacity)); }
.border-t-yellow-600\/0{ border-top-color: rgb(202 138 4 / 0); }
.border-t-yellow-600\/10{ border-top-color: rgb(202 138 4 / 0.1); }
.border-t-yellow-600\/100{ border-top-color: rgb(202 138 4 / 1); }
.border-t-yellow-600\/20{ border-top-color: rgb(202 138 4 / 0.2); }
.border-t-yellow-600\/25{ border-top-color: rgb(202 138 4 / 0.25); }
.border-t-yellow-600\/30{ border-top-color: rgb(202 138 4 / 0.3); }
.border-t-yellow-600\/40{ border-top-color: rgb(202 138 4 / 0.4); }
.border-t-yellow-600\/5{ border-top-color: rgb(202 138 4 / 0.05); }
.border-t-yellow-600\/50{ border-top-color: rgb(202 138 4 / 0.5); }
.border-t-yellow-600\/60{ border-top-color: rgb(202 138 4 / 0.6); }
.border-t-yellow-600\/70{ border-top-color: rgb(202 138 4 / 0.7); }
.border-t-yellow-600\/75{ border-top-color: rgb(202 138 4 / 0.75); }
.border-t-yellow-600\/80{ border-top-color: rgb(202 138 4 / 0.8); }
.border-t-yellow-600\/90{ border-top-color: rgb(202 138 4 / 0.9); }
.border-t-yellow-600\/95{ border-top-color: rgb(202 138 4 / 0.95); }
.border-t-yellow-700{ --tw-border-opacity: 1; border-top-color: rgb(161 98 7 / var(--tw-border-opacity)); }
.border-t-yellow-700\/0{ border-top-color: rgb(161 98 7 / 0); }
.border-t-yellow-700\/10{ border-top-color: rgb(161 98 7 / 0.1); }
.border-t-yellow-700\/100{ border-top-color: rgb(161 98 7 / 1); }
.border-t-yellow-700\/20{ border-top-color: rgb(161 98 7 / 0.2); }
.border-t-yellow-700\/25{ border-top-color: rgb(161 98 7 / 0.25); }
.border-t-yellow-700\/30{ border-top-color: rgb(161 98 7 / 0.3); }
.border-t-yellow-700\/40{ border-top-color: rgb(161 98 7 / 0.4); }
.border-t-yellow-700\/5{ border-top-color: rgb(161 98 7 / 0.05); }
.border-t-yellow-700\/50{ border-top-color: rgb(161 98 7 / 0.5); }
.border-t-yellow-700\/60{ border-top-color: rgb(161 98 7 / 0.6); }
.border-t-yellow-700\/70{ border-top-color: rgb(161 98 7 / 0.7); }
.border-t-yellow-700\/75{ border-top-color: rgb(161 98 7 / 0.75); }
.border-t-yellow-700\/80{ border-top-color: rgb(161 98 7 / 0.8); }
.border-t-yellow-700\/90{ border-top-color: rgb(161 98 7 / 0.9); }
.border-t-yellow-700\/95{ border-top-color: rgb(161 98 7 / 0.95); }
.border-t-yellow-800{ --tw-border-opacity: 1; border-top-color: rgb(133 77 14 / var(--tw-border-opacity)); }
.border-t-yellow-800\/0{ border-top-color: rgb(133 77 14 / 0); }
.border-t-yellow-800\/10{ border-top-color: rgb(133 77 14 / 0.1); }
.border-t-yellow-800\/100{ border-top-color: rgb(133 77 14 / 1); }
.border-t-yellow-800\/20{ border-top-color: rgb(133 77 14 / 0.2); }
.border-t-yellow-800\/25{ border-top-color: rgb(133 77 14 / 0.25); }
.border-t-yellow-800\/30{ border-top-color: rgb(133 77 14 / 0.3); }
.border-t-yellow-800\/40{ border-top-color: rgb(133 77 14 / 0.4); }
.border-t-yellow-800\/5{ border-top-color: rgb(133 77 14 / 0.05); }
.border-t-yellow-800\/50{ border-top-color: rgb(133 77 14 / 0.5); }
.border-t-yellow-800\/60{ border-top-color: rgb(133 77 14 / 0.6); }
.border-t-yellow-800\/70{ border-top-color: rgb(133 77 14 / 0.7); }
.border-t-yellow-800\/75{ border-top-color: rgb(133 77 14 / 0.75); }
.border-t-yellow-800\/80{ border-top-color: rgb(133 77 14 / 0.8); }
.border-t-yellow-800\/90{ border-top-color: rgb(133 77 14 / 0.9); }
.border-t-yellow-800\/95{ border-top-color: rgb(133 77 14 / 0.95); }
.border-t-yellow-900{ --tw-border-opacity: 1; border-top-color: rgb(113 63 18 / var(--tw-border-opacity)); }
.border-t-yellow-900\/0{ border-top-color: rgb(113 63 18 / 0); }
.border-t-yellow-900\/10{ border-top-color: rgb(113 63 18 / 0.1); }
.border-t-yellow-900\/100{ border-top-color: rgb(113 63 18 / 1); }
.border-t-yellow-900\/20{ border-top-color: rgb(113 63 18 / 0.2); }
.border-t-yellow-900\/25{ border-top-color: rgb(113 63 18 / 0.25); }
.border-t-yellow-900\/30{ border-top-color: rgb(113 63 18 / 0.3); }
.border-t-yellow-900\/40{ border-top-color: rgb(113 63 18 / 0.4); }
.border-t-yellow-900\/5{ border-top-color: rgb(113 63 18 / 0.05); }
.border-t-yellow-900\/50{ border-top-color: rgb(113 63 18 / 0.5); }
.border-t-yellow-900\/60{ border-top-color: rgb(113 63 18 / 0.6); }
.border-t-yellow-900\/70{ border-top-color: rgb(113 63 18 / 0.7); }
.border-t-yellow-900\/75{ border-top-color: rgb(113 63 18 / 0.75); }
.border-t-yellow-900\/80{ border-top-color: rgb(113 63 18 / 0.8); }
.border-t-yellow-900\/90{ border-top-color: rgb(113 63 18 / 0.9); }
.border-t-yellow-900\/95{ border-top-color: rgb(113 63 18 / 0.95); }
.border-t-yellow-950{ --tw-border-opacity: 1; border-top-color: rgb(66 32 6 / var(--tw-border-opacity)); }
.border-t-yellow-950\/0{ border-top-color: rgb(66 32 6 / 0); }
.border-t-yellow-950\/10{ border-top-color: rgb(66 32 6 / 0.1); }
.border-t-yellow-950\/100{ border-top-color: rgb(66 32 6 / 1); }
.border-t-yellow-950\/20{ border-top-color: rgb(66 32 6 / 0.2); }
.border-t-yellow-950\/25{ border-top-color: rgb(66 32 6 / 0.25); }
.border-t-yellow-950\/30{ border-top-color: rgb(66 32 6 / 0.3); }
.border-t-yellow-950\/40{ border-top-color: rgb(66 32 6 / 0.4); }
.border-t-yellow-950\/5{ border-top-color: rgb(66 32 6 / 0.05); }
.border-t-yellow-950\/50{ border-top-color: rgb(66 32 6 / 0.5); }
.border-t-yellow-950\/60{ border-top-color: rgb(66 32 6 / 0.6); }
.border-t-yellow-950\/70{ border-top-color: rgb(66 32 6 / 0.7); }
.border-t-yellow-950\/75{ border-top-color: rgb(66 32 6 / 0.75); }
.border-t-yellow-950\/80{ border-top-color: rgb(66 32 6 / 0.8); }
.border-t-yellow-950\/90{ border-top-color: rgb(66 32 6 / 0.9); }
.border-t-yellow-950\/95{ border-top-color: rgb(66 32 6 / 0.95); }
.border-t-zinc-100{ --tw-border-opacity: 1; border-top-color: rgb(244 244 245 / var(--tw-border-opacity)); }
.border-t-zinc-100\/0{ border-top-color: rgb(244 244 245 / 0); }
.border-t-zinc-100\/10{ border-top-color: rgb(244 244 245 / 0.1); }
.border-t-zinc-100\/100{ border-top-color: rgb(244 244 245 / 1); }
.border-t-zinc-100\/20{ border-top-color: rgb(244 244 245 / 0.2); }
.border-t-zinc-100\/25{ border-top-color: rgb(244 244 245 / 0.25); }
.border-t-zinc-100\/30{ border-top-color: rgb(244 244 245 / 0.3); }
.border-t-zinc-100\/40{ border-top-color: rgb(244 244 245 / 0.4); }
.border-t-zinc-100\/5{ border-top-color: rgb(244 244 245 / 0.05); }
.border-t-zinc-100\/50{ border-top-color: rgb(244 244 245 / 0.5); }
.border-t-zinc-100\/60{ border-top-color: rgb(244 244 245 / 0.6); }
.border-t-zinc-100\/70{ border-top-color: rgb(244 244 245 / 0.7); }
.border-t-zinc-100\/75{ border-top-color: rgb(244 244 245 / 0.75); }
.border-t-zinc-100\/80{ border-top-color: rgb(244 244 245 / 0.8); }
.border-t-zinc-100\/90{ border-top-color: rgb(244 244 245 / 0.9); }
.border-t-zinc-100\/95{ border-top-color: rgb(244 244 245 / 0.95); }
.border-t-zinc-200{ --tw-border-opacity: 1; border-top-color: rgb(228 228 231 / var(--tw-border-opacity)); }
.border-t-zinc-200\/0{ border-top-color: rgb(228 228 231 / 0); }
.border-t-zinc-200\/10{ border-top-color: rgb(228 228 231 / 0.1); }
.border-t-zinc-200\/100{ border-top-color: rgb(228 228 231 / 1); }
.border-t-zinc-200\/20{ border-top-color: rgb(228 228 231 / 0.2); }
.border-t-zinc-200\/25{ border-top-color: rgb(228 228 231 / 0.25); }
.border-t-zinc-200\/30{ border-top-color: rgb(228 228 231 / 0.3); }
.border-t-zinc-200\/40{ border-top-color: rgb(228 228 231 / 0.4); }
.border-t-zinc-200\/5{ border-top-color: rgb(228 228 231 / 0.05); }
.border-t-zinc-200\/50{ border-top-color: rgb(228 228 231 / 0.5); }
.border-t-zinc-200\/60{ border-top-color: rgb(228 228 231 / 0.6); }
.border-t-zinc-200\/70{ border-top-color: rgb(228 228 231 / 0.7); }
.border-t-zinc-200\/75{ border-top-color: rgb(228 228 231 / 0.75); }
.border-t-zinc-200\/80{ border-top-color: rgb(228 228 231 / 0.8); }
.border-t-zinc-200\/90{ border-top-color: rgb(228 228 231 / 0.9); }
.border-t-zinc-200\/95{ border-top-color: rgb(228 228 231 / 0.95); }
.border-t-zinc-300{ --tw-border-opacity: 1; border-top-color: rgb(212 212 216 / var(--tw-border-opacity)); }
.border-t-zinc-300\/0{ border-top-color: rgb(212 212 216 / 0); }
.border-t-zinc-300\/10{ border-top-color: rgb(212 212 216 / 0.1); }
.border-t-zinc-300\/100{ border-top-color: rgb(212 212 216 / 1); }
.border-t-zinc-300\/20{ border-top-color: rgb(212 212 216 / 0.2); }
.border-t-zinc-300\/25{ border-top-color: rgb(212 212 216 / 0.25); }
.border-t-zinc-300\/30{ border-top-color: rgb(212 212 216 / 0.3); }
.border-t-zinc-300\/40{ border-top-color: rgb(212 212 216 / 0.4); }
.border-t-zinc-300\/5{ border-top-color: rgb(212 212 216 / 0.05); }
.border-t-zinc-300\/50{ border-top-color: rgb(212 212 216 / 0.5); }
.border-t-zinc-300\/60{ border-top-color: rgb(212 212 216 / 0.6); }
.border-t-zinc-300\/70{ border-top-color: rgb(212 212 216 / 0.7); }
.border-t-zinc-300\/75{ border-top-color: rgb(212 212 216 / 0.75); }
.border-t-zinc-300\/80{ border-top-color: rgb(212 212 216 / 0.8); }
.border-t-zinc-300\/90{ border-top-color: rgb(212 212 216 / 0.9); }
.border-t-zinc-300\/95{ border-top-color: rgb(212 212 216 / 0.95); }
.border-t-zinc-400{ --tw-border-opacity: 1; border-top-color: rgb(161 161 170 / var(--tw-border-opacity)); }
.border-t-zinc-400\/0{ border-top-color: rgb(161 161 170 / 0); }
.border-t-zinc-400\/10{ border-top-color: rgb(161 161 170 / 0.1); }
.border-t-zinc-400\/100{ border-top-color: rgb(161 161 170 / 1); }
.border-t-zinc-400\/20{ border-top-color: rgb(161 161 170 / 0.2); }
.border-t-zinc-400\/25{ border-top-color: rgb(161 161 170 / 0.25); }
.border-t-zinc-400\/30{ border-top-color: rgb(161 161 170 / 0.3); }
.border-t-zinc-400\/40{ border-top-color: rgb(161 161 170 / 0.4); }
.border-t-zinc-400\/5{ border-top-color: rgb(161 161 170 / 0.05); }
.border-t-zinc-400\/50{ border-top-color: rgb(161 161 170 / 0.5); }
.border-t-zinc-400\/60{ border-top-color: rgb(161 161 170 / 0.6); }
.border-t-zinc-400\/70{ border-top-color: rgb(161 161 170 / 0.7); }
.border-t-zinc-400\/75{ border-top-color: rgb(161 161 170 / 0.75); }
.border-t-zinc-400\/80{ border-top-color: rgb(161 161 170 / 0.8); }
.border-t-zinc-400\/90{ border-top-color: rgb(161 161 170 / 0.9); }
.border-t-zinc-400\/95{ border-top-color: rgb(161 161 170 / 0.95); }
.border-t-zinc-50{ --tw-border-opacity: 1; border-top-color: rgb(250 250 250 / var(--tw-border-opacity)); }
.border-t-zinc-50\/0{ border-top-color: rgb(250 250 250 / 0); }
.border-t-zinc-50\/10{ border-top-color: rgb(250 250 250 / 0.1); }
.border-t-zinc-50\/100{ border-top-color: rgb(250 250 250 / 1); }
.border-t-zinc-50\/20{ border-top-color: rgb(250 250 250 / 0.2); }
.border-t-zinc-50\/25{ border-top-color: rgb(250 250 250 / 0.25); }
.border-t-zinc-50\/30{ border-top-color: rgb(250 250 250 / 0.3); }
.border-t-zinc-50\/40{ border-top-color: rgb(250 250 250 / 0.4); }
.border-t-zinc-50\/5{ border-top-color: rgb(250 250 250 / 0.05); }
.border-t-zinc-50\/50{ border-top-color: rgb(250 250 250 / 0.5); }
.border-t-zinc-50\/60{ border-top-color: rgb(250 250 250 / 0.6); }
.border-t-zinc-50\/70{ border-top-color: rgb(250 250 250 / 0.7); }
.border-t-zinc-50\/75{ border-top-color: rgb(250 250 250 / 0.75); }
.border-t-zinc-50\/80{ border-top-color: rgb(250 250 250 / 0.8); }
.border-t-zinc-50\/90{ border-top-color: rgb(250 250 250 / 0.9); }
.border-t-zinc-50\/95{ border-top-color: rgb(250 250 250 / 0.95); }
.border-t-zinc-500{ --tw-border-opacity: 1; border-top-color: rgb(113 113 122 / var(--tw-border-opacity)); }
.border-t-zinc-500\/0{ border-top-color: rgb(113 113 122 / 0); }
.border-t-zinc-500\/10{ border-top-color: rgb(113 113 122 / 0.1); }
.border-t-zinc-500\/100{ border-top-color: rgb(113 113 122 / 1); }
.border-t-zinc-500\/20{ border-top-color: rgb(113 113 122 / 0.2); }
.border-t-zinc-500\/25{ border-top-color: rgb(113 113 122 / 0.25); }
.border-t-zinc-500\/30{ border-top-color: rgb(113 113 122 / 0.3); }
.border-t-zinc-500\/40{ border-top-color: rgb(113 113 122 / 0.4); }
.border-t-zinc-500\/5{ border-top-color: rgb(113 113 122 / 0.05); }
.border-t-zinc-500\/50{ border-top-color: rgb(113 113 122 / 0.5); }
.border-t-zinc-500\/60{ border-top-color: rgb(113 113 122 / 0.6); }
.border-t-zinc-500\/70{ border-top-color: rgb(113 113 122 / 0.7); }
.border-t-zinc-500\/75{ border-top-color: rgb(113 113 122 / 0.75); }
.border-t-zinc-500\/80{ border-top-color: rgb(113 113 122 / 0.8); }
.border-t-zinc-500\/90{ border-top-color: rgb(113 113 122 / 0.9); }
.border-t-zinc-500\/95{ border-top-color: rgb(113 113 122 / 0.95); }
.border-t-zinc-600{ --tw-border-opacity: 1; border-top-color: rgb(82 82 91 / var(--tw-border-opacity)); }
.border-t-zinc-600\/0{ border-top-color: rgb(82 82 91 / 0); }
.border-t-zinc-600\/10{ border-top-color: rgb(82 82 91 / 0.1); }
.border-t-zinc-600\/100{ border-top-color: rgb(82 82 91 / 1); }
.border-t-zinc-600\/20{ border-top-color: rgb(82 82 91 / 0.2); }
.border-t-zinc-600\/25{ border-top-color: rgb(82 82 91 / 0.25); }
.border-t-zinc-600\/30{ border-top-color: rgb(82 82 91 / 0.3); }
.border-t-zinc-600\/40{ border-top-color: rgb(82 82 91 / 0.4); }
.border-t-zinc-600\/5{ border-top-color: rgb(82 82 91 / 0.05); }
.border-t-zinc-600\/50{ border-top-color: rgb(82 82 91 / 0.5); }
.border-t-zinc-600\/60{ border-top-color: rgb(82 82 91 / 0.6); }
.border-t-zinc-600\/70{ border-top-color: rgb(82 82 91 / 0.7); }
.border-t-zinc-600\/75{ border-top-color: rgb(82 82 91 / 0.75); }
.border-t-zinc-600\/80{ border-top-color: rgb(82 82 91 / 0.8); }
.border-t-zinc-600\/90{ border-top-color: rgb(82 82 91 / 0.9); }
.border-t-zinc-600\/95{ border-top-color: rgb(82 82 91 / 0.95); }
.border-t-zinc-700{ --tw-border-opacity: 1; border-top-color: rgb(63 63 70 / var(--tw-border-opacity)); }
.border-t-zinc-700\/0{ border-top-color: rgb(63 63 70 / 0); }
.border-t-zinc-700\/10{ border-top-color: rgb(63 63 70 / 0.1); }
.border-t-zinc-700\/100{ border-top-color: rgb(63 63 70 / 1); }
.border-t-zinc-700\/20{ border-top-color: rgb(63 63 70 / 0.2); }
.border-t-zinc-700\/25{ border-top-color: rgb(63 63 70 / 0.25); }
.border-t-zinc-700\/30{ border-top-color: rgb(63 63 70 / 0.3); }
.border-t-zinc-700\/40{ border-top-color: rgb(63 63 70 / 0.4); }
.border-t-zinc-700\/5{ border-top-color: rgb(63 63 70 / 0.05); }
.border-t-zinc-700\/50{ border-top-color: rgb(63 63 70 / 0.5); }
.border-t-zinc-700\/60{ border-top-color: rgb(63 63 70 / 0.6); }
.border-t-zinc-700\/70{ border-top-color: rgb(63 63 70 / 0.7); }
.border-t-zinc-700\/75{ border-top-color: rgb(63 63 70 / 0.75); }
.border-t-zinc-700\/80{ border-top-color: rgb(63 63 70 / 0.8); }
.border-t-zinc-700\/90{ border-top-color: rgb(63 63 70 / 0.9); }
.border-t-zinc-700\/95{ border-top-color: rgb(63 63 70 / 0.95); }
.border-t-zinc-800{ --tw-border-opacity: 1; border-top-color: rgb(39 39 42 / var(--tw-border-opacity)); }
.border-t-zinc-800\/0{ border-top-color: rgb(39 39 42 / 0); }
.border-t-zinc-800\/10{ border-top-color: rgb(39 39 42 / 0.1); }
.border-t-zinc-800\/100{ border-top-color: rgb(39 39 42 / 1); }
.border-t-zinc-800\/20{ border-top-color: rgb(39 39 42 / 0.2); }
.border-t-zinc-800\/25{ border-top-color: rgb(39 39 42 / 0.25); }
.border-t-zinc-800\/30{ border-top-color: rgb(39 39 42 / 0.3); }
.border-t-zinc-800\/40{ border-top-color: rgb(39 39 42 / 0.4); }
.border-t-zinc-800\/5{ border-top-color: rgb(39 39 42 / 0.05); }
.border-t-zinc-800\/50{ border-top-color: rgb(39 39 42 / 0.5); }
.border-t-zinc-800\/60{ border-top-color: rgb(39 39 42 / 0.6); }
.border-t-zinc-800\/70{ border-top-color: rgb(39 39 42 / 0.7); }
.border-t-zinc-800\/75{ border-top-color: rgb(39 39 42 / 0.75); }
.border-t-zinc-800\/80{ border-top-color: rgb(39 39 42 / 0.8); }
.border-t-zinc-800\/90{ border-top-color: rgb(39 39 42 / 0.9); }
.border-t-zinc-800\/95{ border-top-color: rgb(39 39 42 / 0.95); }
.border-t-zinc-900{ --tw-border-opacity: 1; border-top-color: rgb(24 24 27 / var(--tw-border-opacity)); }
.border-t-zinc-900\/0{ border-top-color: rgb(24 24 27 / 0); }
.border-t-zinc-900\/10{ border-top-color: rgb(24 24 27 / 0.1); }
.border-t-zinc-900\/100{ border-top-color: rgb(24 24 27 / 1); }
.border-t-zinc-900\/20{ border-top-color: rgb(24 24 27 / 0.2); }
.border-t-zinc-900\/25{ border-top-color: rgb(24 24 27 / 0.25); }
.border-t-zinc-900\/30{ border-top-color: rgb(24 24 27 / 0.3); }
.border-t-zinc-900\/40{ border-top-color: rgb(24 24 27 / 0.4); }
.border-t-zinc-900\/5{ border-top-color: rgb(24 24 27 / 0.05); }
.border-t-zinc-900\/50{ border-top-color: rgb(24 24 27 / 0.5); }
.border-t-zinc-900\/60{ border-top-color: rgb(24 24 27 / 0.6); }
.border-t-zinc-900\/70{ border-top-color: rgb(24 24 27 / 0.7); }
.border-t-zinc-900\/75{ border-top-color: rgb(24 24 27 / 0.75); }
.border-t-zinc-900\/80{ border-top-color: rgb(24 24 27 / 0.8); }
.border-t-zinc-900\/90{ border-top-color: rgb(24 24 27 / 0.9); }
.border-t-zinc-900\/95{ border-top-color: rgb(24 24 27 / 0.95); }
.border-t-zinc-950{ --tw-border-opacity: 1; border-top-color: rgb(9 9 11 / var(--tw-border-opacity)); }
.border-t-zinc-950\/0{ border-top-color: rgb(9 9 11 / 0); }
.border-t-zinc-950\/10{ border-top-color: rgb(9 9 11 / 0.1); }
.border-t-zinc-950\/100{ border-top-color: rgb(9 9 11 / 1); }
.border-t-zinc-950\/20{ border-top-color: rgb(9 9 11 / 0.2); }
.border-t-zinc-950\/25{ border-top-color: rgb(9 9 11 / 0.25); }
.border-t-zinc-950\/30{ border-top-color: rgb(9 9 11 / 0.3); }
.border-t-zinc-950\/40{ border-top-color: rgb(9 9 11 / 0.4); }
.border-t-zinc-950\/5{ border-top-color: rgb(9 9 11 / 0.05); }
.border-t-zinc-950\/50{ border-top-color: rgb(9 9 11 / 0.5); }
.border-t-zinc-950\/60{ border-top-color: rgb(9 9 11 / 0.6); }
.border-t-zinc-950\/70{ border-top-color: rgb(9 9 11 / 0.7); }
.border-t-zinc-950\/75{ border-top-color: rgb(9 9 11 / 0.75); }
.border-t-zinc-950\/80{ border-top-color: rgb(9 9 11 / 0.8); }
.border-t-zinc-950\/90{ border-top-color: rgb(9 9 11 / 0.9); }
.border-t-zinc-950\/95{ border-top-color: rgb(9 9 11 / 0.95); }
.border-opacity-0{ --tw-border-opacity: 0; }
.border-opacity-10{ --tw-border-opacity: 0.1; }
.border-opacity-100{ --tw-border-opacity: 1; }
.border-opacity-20{ --tw-border-opacity: 0.2; }
.border-opacity-25{ --tw-border-opacity: 0.25; }
.border-opacity-30{ --tw-border-opacity: 0.3; }
.border-opacity-40{ --tw-border-opacity: 0.4; }
.border-opacity-5{ --tw-border-opacity: 0.05; }
.border-opacity-50{ --tw-border-opacity: 0.5; }
.border-opacity-60{ --tw-border-opacity: 0.6; }
.border-opacity-70{ --tw-border-opacity: 0.7; }
.border-opacity-75{ --tw-border-opacity: 0.75; }
.border-opacity-80{ --tw-border-opacity: 0.8; }
.border-opacity-90{ --tw-border-opacity: 0.9; }
.border-opacity-95{ --tw-border-opacity: 0.95; }
.bg-amaranth{ --tw-bg-opacity: 1; background-color: rgb(116 0 73 / var(--tw-bg-opacity)); }
.bg-amaranth-100{ --tw-bg-opacity: 1; background-color: rgb(241 230 237 / var(--tw-bg-opacity)); }
.bg-amaranth-100\/0{ background-color: rgb(241 230 237 / 0); }
.bg-amaranth-100\/10{ background-color: rgb(241 230 237 / 0.1); }
.bg-amaranth-100\/100{ background-color: rgb(241 230 237 / 1); }
.bg-amaranth-100\/20{ background-color: rgb(241 230 237 / 0.2); }
.bg-amaranth-100\/25{ background-color: rgb(241 230 237 / 0.25); }
.bg-amaranth-100\/30{ background-color: rgb(241 230 237 / 0.3); }
.bg-amaranth-100\/40{ background-color: rgb(241 230 237 / 0.4); }
.bg-amaranth-100\/5{ background-color: rgb(241 230 237 / 0.05); }
.bg-amaranth-100\/50{ background-color: rgb(241 230 237 / 0.5); }
.bg-amaranth-100\/60{ background-color: rgb(241 230 237 / 0.6); }
.bg-amaranth-100\/70{ background-color: rgb(241 230 237 / 0.7); }
.bg-amaranth-100\/75{ background-color: rgb(241 230 237 / 0.75); }
.bg-amaranth-100\/80{ background-color: rgb(241 230 237 / 0.8); }
.bg-amaranth-100\/90{ background-color: rgb(241 230 237 / 0.9); }
.bg-amaranth-100\/95{ background-color: rgb(241 230 237 / 0.95); }
.bg-amaranth-200{ --tw-bg-opacity: 1; background-color: rgb(227 204 219 / var(--tw-bg-opacity)); }
.bg-amaranth-200\/0{ background-color: rgb(227 204 219 / 0); }
.bg-amaranth-200\/10{ background-color: rgb(227 204 219 / 0.1); }
.bg-amaranth-200\/100{ background-color: rgb(227 204 219 / 1); }
.bg-amaranth-200\/20{ background-color: rgb(227 204 219 / 0.2); }
.bg-amaranth-200\/25{ background-color: rgb(227 204 219 / 0.25); }
.bg-amaranth-200\/30{ background-color: rgb(227 204 219 / 0.3); }
.bg-amaranth-200\/40{ background-color: rgb(227 204 219 / 0.4); }
.bg-amaranth-200\/5{ background-color: rgb(227 204 219 / 0.05); }
.bg-amaranth-200\/50{ background-color: rgb(227 204 219 / 0.5); }
.bg-amaranth-200\/60{ background-color: rgb(227 204 219 / 0.6); }
.bg-amaranth-200\/70{ background-color: rgb(227 204 219 / 0.7); }
.bg-amaranth-200\/75{ background-color: rgb(227 204 219 / 0.75); }
.bg-amaranth-200\/80{ background-color: rgb(227 204 219 / 0.8); }
.bg-amaranth-200\/90{ background-color: rgb(227 204 219 / 0.9); }
.bg-amaranth-200\/95{ background-color: rgb(227 204 219 / 0.95); }
.bg-amaranth-300{ --tw-bg-opacity: 1; background-color: rgb(214 179 201 / var(--tw-bg-opacity)); }
.bg-amaranth-300\/0{ background-color: rgb(214 179 201 / 0); }
.bg-amaranth-300\/10{ background-color: rgb(214 179 201 / 0.1); }
.bg-amaranth-300\/100{ background-color: rgb(214 179 201 / 1); }
.bg-amaranth-300\/20{ background-color: rgb(214 179 201 / 0.2); }
.bg-amaranth-300\/25{ background-color: rgb(214 179 201 / 0.25); }
.bg-amaranth-300\/30{ background-color: rgb(214 179 201 / 0.3); }
.bg-amaranth-300\/40{ background-color: rgb(214 179 201 / 0.4); }
.bg-amaranth-300\/5{ background-color: rgb(214 179 201 / 0.05); }
.bg-amaranth-300\/50{ background-color: rgb(214 179 201 / 0.5); }
.bg-amaranth-300\/60{ background-color: rgb(214 179 201 / 0.6); }
.bg-amaranth-300\/70{ background-color: rgb(214 179 201 / 0.7); }
.bg-amaranth-300\/75{ background-color: rgb(214 179 201 / 0.75); }
.bg-amaranth-300\/80{ background-color: rgb(214 179 201 / 0.8); }
.bg-amaranth-300\/90{ background-color: rgb(214 179 201 / 0.9); }
.bg-amaranth-300\/95{ background-color: rgb(214 179 201 / 0.95); }
.bg-amaranth-400{ --tw-bg-opacity: 1; background-color: rgb(199 153 182 / var(--tw-bg-opacity)); }
.bg-amaranth-400\/0{ background-color: rgb(199 153 182 / 0); }
.bg-amaranth-400\/10{ background-color: rgb(199 153 182 / 0.1); }
.bg-amaranth-400\/100{ background-color: rgb(199 153 182 / 1); }
.bg-amaranth-400\/20{ background-color: rgb(199 153 182 / 0.2); }
.bg-amaranth-400\/25{ background-color: rgb(199 153 182 / 0.25); }
.bg-amaranth-400\/30{ background-color: rgb(199 153 182 / 0.3); }
.bg-amaranth-400\/40{ background-color: rgb(199 153 182 / 0.4); }
.bg-amaranth-400\/5{ background-color: rgb(199 153 182 / 0.05); }
.bg-amaranth-400\/50{ background-color: rgb(199 153 182 / 0.5); }
.bg-amaranth-400\/60{ background-color: rgb(199 153 182 / 0.6); }
.bg-amaranth-400\/70{ background-color: rgb(199 153 182 / 0.7); }
.bg-amaranth-400\/75{ background-color: rgb(199 153 182 / 0.75); }
.bg-amaranth-400\/80{ background-color: rgb(199 153 182 / 0.8); }
.bg-amaranth-400\/90{ background-color: rgb(199 153 182 / 0.9); }
.bg-amaranth-400\/95{ background-color: rgb(199 153 182 / 0.95); }
.bg-amaranth-500{ --tw-bg-opacity: 1; background-color: rgb(186 128 164 / var(--tw-bg-opacity)); }
.bg-amaranth-500\/0{ background-color: rgb(186 128 164 / 0); }
.bg-amaranth-500\/10{ background-color: rgb(186 128 164 / 0.1); }
.bg-amaranth-500\/100{ background-color: rgb(186 128 164 / 1); }
.bg-amaranth-500\/20{ background-color: rgb(186 128 164 / 0.2); }
.bg-amaranth-500\/25{ background-color: rgb(186 128 164 / 0.25); }
.bg-amaranth-500\/30{ background-color: rgb(186 128 164 / 0.3); }
.bg-amaranth-500\/40{ background-color: rgb(186 128 164 / 0.4); }
.bg-amaranth-500\/5{ background-color: rgb(186 128 164 / 0.05); }
.bg-amaranth-500\/50{ background-color: rgb(186 128 164 / 0.5); }
.bg-amaranth-500\/60{ background-color: rgb(186 128 164 / 0.6); }
.bg-amaranth-500\/70{ background-color: rgb(186 128 164 / 0.7); }
.bg-amaranth-500\/75{ background-color: rgb(186 128 164 / 0.75); }
.bg-amaranth-500\/80{ background-color: rgb(186 128 164 / 0.8); }
.bg-amaranth-500\/90{ background-color: rgb(186 128 164 / 0.9); }
.bg-amaranth-500\/95{ background-color: rgb(186 128 164 / 0.95); }
.bg-amaranth-600{ --tw-bg-opacity: 1; background-color: rgb(172 102 146 / var(--tw-bg-opacity)); }
.bg-amaranth-600\/0{ background-color: rgb(172 102 146 / 0); }
.bg-amaranth-600\/10{ background-color: rgb(172 102 146 / 0.1); }
.bg-amaranth-600\/100{ background-color: rgb(172 102 146 / 1); }
.bg-amaranth-600\/20{ background-color: rgb(172 102 146 / 0.2); }
.bg-amaranth-600\/25{ background-color: rgb(172 102 146 / 0.25); }
.bg-amaranth-600\/30{ background-color: rgb(172 102 146 / 0.3); }
.bg-amaranth-600\/40{ background-color: rgb(172 102 146 / 0.4); }
.bg-amaranth-600\/5{ background-color: rgb(172 102 146 / 0.05); }
.bg-amaranth-600\/50{ background-color: rgb(172 102 146 / 0.5); }
.bg-amaranth-600\/60{ background-color: rgb(172 102 146 / 0.6); }
.bg-amaranth-600\/70{ background-color: rgb(172 102 146 / 0.7); }
.bg-amaranth-600\/75{ background-color: rgb(172 102 146 / 0.75); }
.bg-amaranth-600\/80{ background-color: rgb(172 102 146 / 0.8); }
.bg-amaranth-600\/90{ background-color: rgb(172 102 146 / 0.9); }
.bg-amaranth-600\/95{ background-color: rgb(172 102 146 / 0.95); }
.bg-amaranth-700{ --tw-bg-opacity: 1; background-color: rgb(157 76 127 / var(--tw-bg-opacity)); }
.bg-amaranth-700\/0{ background-color: rgb(157 76 127 / 0); }
.bg-amaranth-700\/10{ background-color: rgb(157 76 127 / 0.1); }
.bg-amaranth-700\/100{ background-color: rgb(157 76 127 / 1); }
.bg-amaranth-700\/20{ background-color: rgb(157 76 127 / 0.2); }
.bg-amaranth-700\/25{ background-color: rgb(157 76 127 / 0.25); }
.bg-amaranth-700\/30{ background-color: rgb(157 76 127 / 0.3); }
.bg-amaranth-700\/40{ background-color: rgb(157 76 127 / 0.4); }
.bg-amaranth-700\/5{ background-color: rgb(157 76 127 / 0.05); }
.bg-amaranth-700\/50{ background-color: rgb(157 76 127 / 0.5); }
.bg-amaranth-700\/60{ background-color: rgb(157 76 127 / 0.6); }
.bg-amaranth-700\/70{ background-color: rgb(157 76 127 / 0.7); }
.bg-amaranth-700\/75{ background-color: rgb(157 76 127 / 0.75); }
.bg-amaranth-700\/80{ background-color: rgb(157 76 127 / 0.8); }
.bg-amaranth-700\/90{ background-color: rgb(157 76 127 / 0.9); }
.bg-amaranth-700\/95{ background-color: rgb(157 76 127 / 0.95); }
.bg-amaranth-800{ --tw-bg-opacity: 1; background-color: rgb(144 51 109 / var(--tw-bg-opacity)); }
.bg-amaranth-800\/0{ background-color: rgb(144 51 109 / 0); }
.bg-amaranth-800\/10{ background-color: rgb(144 51 109 / 0.1); }
.bg-amaranth-800\/100{ background-color: rgb(144 51 109 / 1); }
.bg-amaranth-800\/20{ background-color: rgb(144 51 109 / 0.2); }
.bg-amaranth-800\/25{ background-color: rgb(144 51 109 / 0.25); }
.bg-amaranth-800\/30{ background-color: rgb(144 51 109 / 0.3); }
.bg-amaranth-800\/40{ background-color: rgb(144 51 109 / 0.4); }
.bg-amaranth-800\/5{ background-color: rgb(144 51 109 / 0.05); }
.bg-amaranth-800\/50{ background-color: rgb(144 51 109 / 0.5); }
.bg-amaranth-800\/60{ background-color: rgb(144 51 109 / 0.6); }
.bg-amaranth-800\/70{ background-color: rgb(144 51 109 / 0.7); }
.bg-amaranth-800\/75{ background-color: rgb(144 51 109 / 0.75); }
.bg-amaranth-800\/80{ background-color: rgb(144 51 109 / 0.8); }
.bg-amaranth-800\/90{ background-color: rgb(144 51 109 / 0.9); }
.bg-amaranth-800\/95{ background-color: rgb(144 51 109 / 0.95); }
.bg-amaranth-900{ --tw-bg-opacity: 1; background-color: rgb(130 26 92 / var(--tw-bg-opacity)); }
.bg-amaranth-900\/0{ background-color: rgb(130 26 92 / 0); }
.bg-amaranth-900\/10{ background-color: rgb(130 26 92 / 0.1); }
.bg-amaranth-900\/100{ background-color: rgb(130 26 92 / 1); }
.bg-amaranth-900\/20{ background-color: rgb(130 26 92 / 0.2); }
.bg-amaranth-900\/25{ background-color: rgb(130 26 92 / 0.25); }
.bg-amaranth-900\/30{ background-color: rgb(130 26 92 / 0.3); }
.bg-amaranth-900\/40{ background-color: rgb(130 26 92 / 0.4); }
.bg-amaranth-900\/5{ background-color: rgb(130 26 92 / 0.05); }
.bg-amaranth-900\/50{ background-color: rgb(130 26 92 / 0.5); }
.bg-amaranth-900\/60{ background-color: rgb(130 26 92 / 0.6); }
.bg-amaranth-900\/70{ background-color: rgb(130 26 92 / 0.7); }
.bg-amaranth-900\/75{ background-color: rgb(130 26 92 / 0.75); }
.bg-amaranth-900\/80{ background-color: rgb(130 26 92 / 0.8); }
.bg-amaranth-900\/90{ background-color: rgb(130 26 92 / 0.9); }
.bg-amaranth-900\/95{ background-color: rgb(130 26 92 / 0.95); }
.bg-amaranth-950{ --tw-bg-opacity: 1; background-color: rgb(123 13 82 / var(--tw-bg-opacity)); }
.bg-amaranth-950\/0{ background-color: rgb(123 13 82 / 0); }
.bg-amaranth-950\/10{ background-color: rgb(123 13 82 / 0.1); }
.bg-amaranth-950\/100{ background-color: rgb(123 13 82 / 1); }
.bg-amaranth-950\/20{ background-color: rgb(123 13 82 / 0.2); }
.bg-amaranth-950\/25{ background-color: rgb(123 13 82 / 0.25); }
.bg-amaranth-950\/30{ background-color: rgb(123 13 82 / 0.3); }
.bg-amaranth-950\/40{ background-color: rgb(123 13 82 / 0.4); }
.bg-amaranth-950\/5{ background-color: rgb(123 13 82 / 0.05); }
.bg-amaranth-950\/50{ background-color: rgb(123 13 82 / 0.5); }
.bg-amaranth-950\/60{ background-color: rgb(123 13 82 / 0.6); }
.bg-amaranth-950\/70{ background-color: rgb(123 13 82 / 0.7); }
.bg-amaranth-950\/75{ background-color: rgb(123 13 82 / 0.75); }
.bg-amaranth-950\/80{ background-color: rgb(123 13 82 / 0.8); }
.bg-amaranth-950\/90{ background-color: rgb(123 13 82 / 0.9); }
.bg-amaranth-950\/95{ background-color: rgb(123 13 82 / 0.95); }
.bg-amaranth\/0{ background-color: rgb(116 0 73 / 0); }
.bg-amaranth\/10{ background-color: rgb(116 0 73 / 0.1); }
.bg-amaranth\/100{ background-color: rgb(116 0 73 / 1); }
.bg-amaranth\/20{ background-color: rgb(116 0 73 / 0.2); }
.bg-amaranth\/25{ background-color: rgb(116 0 73 / 0.25); }
.bg-amaranth\/30{ background-color: rgb(116 0 73 / 0.3); }
.bg-amaranth\/40{ background-color: rgb(116 0 73 / 0.4); }
.bg-amaranth\/5{ background-color: rgb(116 0 73 / 0.05); }
.bg-amaranth\/50{ background-color: rgb(116 0 73 / 0.5); }
.bg-amaranth\/60{ background-color: rgb(116 0 73 / 0.6); }
.bg-amaranth\/70{ background-color: rgb(116 0 73 / 0.7); }
.bg-amaranth\/75{ background-color: rgb(116 0 73 / 0.75); }
.bg-amaranth\/80{ background-color: rgb(116 0 73 / 0.8); }
.bg-amaranth\/90{ background-color: rgb(116 0 73 / 0.9); }
.bg-amaranth\/95{ background-color: rgb(116 0 73 / 0.95); }
.bg-amber-100{ --tw-bg-opacity: 1; background-color: rgb(254 243 199 / var(--tw-bg-opacity)); }
.bg-amber-100\/0{ background-color: rgb(254 243 199 / 0); }
.bg-amber-100\/10{ background-color: rgb(254 243 199 / 0.1); }
.bg-amber-100\/100{ background-color: rgb(254 243 199 / 1); }
.bg-amber-100\/20{ background-color: rgb(254 243 199 / 0.2); }
.bg-amber-100\/25{ background-color: rgb(254 243 199 / 0.25); }
.bg-amber-100\/30{ background-color: rgb(254 243 199 / 0.3); }
.bg-amber-100\/40{ background-color: rgb(254 243 199 / 0.4); }
.bg-amber-100\/5{ background-color: rgb(254 243 199 / 0.05); }
.bg-amber-100\/50{ background-color: rgb(254 243 199 / 0.5); }
.bg-amber-100\/60{ background-color: rgb(254 243 199 / 0.6); }
.bg-amber-100\/70{ background-color: rgb(254 243 199 / 0.7); }
.bg-amber-100\/75{ background-color: rgb(254 243 199 / 0.75); }
.bg-amber-100\/80{ background-color: rgb(254 243 199 / 0.8); }
.bg-amber-100\/90{ background-color: rgb(254 243 199 / 0.9); }
.bg-amber-100\/95{ background-color: rgb(254 243 199 / 0.95); }
.bg-amber-200{ --tw-bg-opacity: 1; background-color: rgb(253 230 138 / var(--tw-bg-opacity)); }
.bg-amber-200\/0{ background-color: rgb(253 230 138 / 0); }
.bg-amber-200\/10{ background-color: rgb(253 230 138 / 0.1); }
.bg-amber-200\/100{ background-color: rgb(253 230 138 / 1); }
.bg-amber-200\/20{ background-color: rgb(253 230 138 / 0.2); }
.bg-amber-200\/25{ background-color: rgb(253 230 138 / 0.25); }
.bg-amber-200\/30{ background-color: rgb(253 230 138 / 0.3); }
.bg-amber-200\/40{ background-color: rgb(253 230 138 / 0.4); }
.bg-amber-200\/5{ background-color: rgb(253 230 138 / 0.05); }
.bg-amber-200\/50{ background-color: rgb(253 230 138 / 0.5); }
.bg-amber-200\/60{ background-color: rgb(253 230 138 / 0.6); }
.bg-amber-200\/70{ background-color: rgb(253 230 138 / 0.7); }
.bg-amber-200\/75{ background-color: rgb(253 230 138 / 0.75); }
.bg-amber-200\/80{ background-color: rgb(253 230 138 / 0.8); }
.bg-amber-200\/90{ background-color: rgb(253 230 138 / 0.9); }
.bg-amber-200\/95{ background-color: rgb(253 230 138 / 0.95); }
.bg-amber-300{ --tw-bg-opacity: 1; background-color: rgb(252 211 77 / var(--tw-bg-opacity)); }
.bg-amber-300\/0{ background-color: rgb(252 211 77 / 0); }
.bg-amber-300\/10{ background-color: rgb(252 211 77 / 0.1); }
.bg-amber-300\/100{ background-color: rgb(252 211 77 / 1); }
.bg-amber-300\/20{ background-color: rgb(252 211 77 / 0.2); }
.bg-amber-300\/25{ background-color: rgb(252 211 77 / 0.25); }
.bg-amber-300\/30{ background-color: rgb(252 211 77 / 0.3); }
.bg-amber-300\/40{ background-color: rgb(252 211 77 / 0.4); }
.bg-amber-300\/5{ background-color: rgb(252 211 77 / 0.05); }
.bg-amber-300\/50{ background-color: rgb(252 211 77 / 0.5); }
.bg-amber-300\/60{ background-color: rgb(252 211 77 / 0.6); }
.bg-amber-300\/70{ background-color: rgb(252 211 77 / 0.7); }
.bg-amber-300\/75{ background-color: rgb(252 211 77 / 0.75); }
.bg-amber-300\/80{ background-color: rgb(252 211 77 / 0.8); }
.bg-amber-300\/90{ background-color: rgb(252 211 77 / 0.9); }
.bg-amber-300\/95{ background-color: rgb(252 211 77 / 0.95); }
.bg-amber-400{ --tw-bg-opacity: 1; background-color: rgb(251 191 36 / var(--tw-bg-opacity)); }
.bg-amber-400\/0{ background-color: rgb(251 191 36 / 0); }
.bg-amber-400\/10{ background-color: rgb(251 191 36 / 0.1); }
.bg-amber-400\/100{ background-color: rgb(251 191 36 / 1); }
.bg-amber-400\/20{ background-color: rgb(251 191 36 / 0.2); }
.bg-amber-400\/25{ background-color: rgb(251 191 36 / 0.25); }
.bg-amber-400\/30{ background-color: rgb(251 191 36 / 0.3); }
.bg-amber-400\/40{ background-color: rgb(251 191 36 / 0.4); }
.bg-amber-400\/5{ background-color: rgb(251 191 36 / 0.05); }
.bg-amber-400\/50{ background-color: rgb(251 191 36 / 0.5); }
.bg-amber-400\/60{ background-color: rgb(251 191 36 / 0.6); }
.bg-amber-400\/70{ background-color: rgb(251 191 36 / 0.7); }
.bg-amber-400\/75{ background-color: rgb(251 191 36 / 0.75); }
.bg-amber-400\/80{ background-color: rgb(251 191 36 / 0.8); }
.bg-amber-400\/90{ background-color: rgb(251 191 36 / 0.9); }
.bg-amber-400\/95{ background-color: rgb(251 191 36 / 0.95); }
.bg-amber-50{ --tw-bg-opacity: 1; background-color: rgb(255 251 235 / var(--tw-bg-opacity)); }
.bg-amber-50\/0{ background-color: rgb(255 251 235 / 0); }
.bg-amber-50\/10{ background-color: rgb(255 251 235 / 0.1); }
.bg-amber-50\/100{ background-color: rgb(255 251 235 / 1); }
.bg-amber-50\/20{ background-color: rgb(255 251 235 / 0.2); }
.bg-amber-50\/25{ background-color: rgb(255 251 235 / 0.25); }
.bg-amber-50\/30{ background-color: rgb(255 251 235 / 0.3); }
.bg-amber-50\/40{ background-color: rgb(255 251 235 / 0.4); }
.bg-amber-50\/5{ background-color: rgb(255 251 235 / 0.05); }
.bg-amber-50\/50{ background-color: rgb(255 251 235 / 0.5); }
.bg-amber-50\/60{ background-color: rgb(255 251 235 / 0.6); }
.bg-amber-50\/70{ background-color: rgb(255 251 235 / 0.7); }
.bg-amber-50\/75{ background-color: rgb(255 251 235 / 0.75); }
.bg-amber-50\/80{ background-color: rgb(255 251 235 / 0.8); }
.bg-amber-50\/90{ background-color: rgb(255 251 235 / 0.9); }
.bg-amber-50\/95{ background-color: rgb(255 251 235 / 0.95); }
.bg-amber-500{ --tw-bg-opacity: 1; background-color: rgb(245 158 11 / var(--tw-bg-opacity)); }
.bg-amber-500\/0{ background-color: rgb(245 158 11 / 0); }
.bg-amber-500\/10{ background-color: rgb(245 158 11 / 0.1); }
.bg-amber-500\/100{ background-color: rgb(245 158 11 / 1); }
.bg-amber-500\/20{ background-color: rgb(245 158 11 / 0.2); }
.bg-amber-500\/25{ background-color: rgb(245 158 11 / 0.25); }
.bg-amber-500\/30{ background-color: rgb(245 158 11 / 0.3); }
.bg-amber-500\/40{ background-color: rgb(245 158 11 / 0.4); }
.bg-amber-500\/5{ background-color: rgb(245 158 11 / 0.05); }
.bg-amber-500\/50{ background-color: rgb(245 158 11 / 0.5); }
.bg-amber-500\/60{ background-color: rgb(245 158 11 / 0.6); }
.bg-amber-500\/70{ background-color: rgb(245 158 11 / 0.7); }
.bg-amber-500\/75{ background-color: rgb(245 158 11 / 0.75); }
.bg-amber-500\/80{ background-color: rgb(245 158 11 / 0.8); }
.bg-amber-500\/90{ background-color: rgb(245 158 11 / 0.9); }
.bg-amber-500\/95{ background-color: rgb(245 158 11 / 0.95); }
.bg-amber-600{ --tw-bg-opacity: 1; background-color: rgb(217 119 6 / var(--tw-bg-opacity)); }
.bg-amber-600\/0{ background-color: rgb(217 119 6 / 0); }
.bg-amber-600\/10{ background-color: rgb(217 119 6 / 0.1); }
.bg-amber-600\/100{ background-color: rgb(217 119 6 / 1); }
.bg-amber-600\/20{ background-color: rgb(217 119 6 / 0.2); }
.bg-amber-600\/25{ background-color: rgb(217 119 6 / 0.25); }
.bg-amber-600\/30{ background-color: rgb(217 119 6 / 0.3); }
.bg-amber-600\/40{ background-color: rgb(217 119 6 / 0.4); }
.bg-amber-600\/5{ background-color: rgb(217 119 6 / 0.05); }
.bg-amber-600\/50{ background-color: rgb(217 119 6 / 0.5); }
.bg-amber-600\/60{ background-color: rgb(217 119 6 / 0.6); }
.bg-amber-600\/70{ background-color: rgb(217 119 6 / 0.7); }
.bg-amber-600\/75{ background-color: rgb(217 119 6 / 0.75); }
.bg-amber-600\/80{ background-color: rgb(217 119 6 / 0.8); }
.bg-amber-600\/90{ background-color: rgb(217 119 6 / 0.9); }
.bg-amber-600\/95{ background-color: rgb(217 119 6 / 0.95); }
.bg-amber-700{ --tw-bg-opacity: 1; background-color: rgb(180 83 9 / var(--tw-bg-opacity)); }
.bg-amber-700\/0{ background-color: rgb(180 83 9 / 0); }
.bg-amber-700\/10{ background-color: rgb(180 83 9 / 0.1); }
.bg-amber-700\/100{ background-color: rgb(180 83 9 / 1); }
.bg-amber-700\/20{ background-color: rgb(180 83 9 / 0.2); }
.bg-amber-700\/25{ background-color: rgb(180 83 9 / 0.25); }
.bg-amber-700\/30{ background-color: rgb(180 83 9 / 0.3); }
.bg-amber-700\/40{ background-color: rgb(180 83 9 / 0.4); }
.bg-amber-700\/5{ background-color: rgb(180 83 9 / 0.05); }
.bg-amber-700\/50{ background-color: rgb(180 83 9 / 0.5); }
.bg-amber-700\/60{ background-color: rgb(180 83 9 / 0.6); }
.bg-amber-700\/70{ background-color: rgb(180 83 9 / 0.7); }
.bg-amber-700\/75{ background-color: rgb(180 83 9 / 0.75); }
.bg-amber-700\/80{ background-color: rgb(180 83 9 / 0.8); }
.bg-amber-700\/90{ background-color: rgb(180 83 9 / 0.9); }
.bg-amber-700\/95{ background-color: rgb(180 83 9 / 0.95); }
.bg-amber-800{ --tw-bg-opacity: 1; background-color: rgb(146 64 14 / var(--tw-bg-opacity)); }
.bg-amber-800\/0{ background-color: rgb(146 64 14 / 0); }
.bg-amber-800\/10{ background-color: rgb(146 64 14 / 0.1); }
.bg-amber-800\/100{ background-color: rgb(146 64 14 / 1); }
.bg-amber-800\/20{ background-color: rgb(146 64 14 / 0.2); }
.bg-amber-800\/25{ background-color: rgb(146 64 14 / 0.25); }
.bg-amber-800\/30{ background-color: rgb(146 64 14 / 0.3); }
.bg-amber-800\/40{ background-color: rgb(146 64 14 / 0.4); }
.bg-amber-800\/5{ background-color: rgb(146 64 14 / 0.05); }
.bg-amber-800\/50{ background-color: rgb(146 64 14 / 0.5); }
.bg-amber-800\/60{ background-color: rgb(146 64 14 / 0.6); }
.bg-amber-800\/70{ background-color: rgb(146 64 14 / 0.7); }
.bg-amber-800\/75{ background-color: rgb(146 64 14 / 0.75); }
.bg-amber-800\/80{ background-color: rgb(146 64 14 / 0.8); }
.bg-amber-800\/90{ background-color: rgb(146 64 14 / 0.9); }
.bg-amber-800\/95{ background-color: rgb(146 64 14 / 0.95); }
.bg-amber-900{ --tw-bg-opacity: 1; background-color: rgb(120 53 15 / var(--tw-bg-opacity)); }
.bg-amber-900\/0{ background-color: rgb(120 53 15 / 0); }
.bg-amber-900\/10{ background-color: rgb(120 53 15 / 0.1); }
.bg-amber-900\/100{ background-color: rgb(120 53 15 / 1); }
.bg-amber-900\/20{ background-color: rgb(120 53 15 / 0.2); }
.bg-amber-900\/25{ background-color: rgb(120 53 15 / 0.25); }
.bg-amber-900\/30{ background-color: rgb(120 53 15 / 0.3); }
.bg-amber-900\/40{ background-color: rgb(120 53 15 / 0.4); }
.bg-amber-900\/5{ background-color: rgb(120 53 15 / 0.05); }
.bg-amber-900\/50{ background-color: rgb(120 53 15 / 0.5); }
.bg-amber-900\/60{ background-color: rgb(120 53 15 / 0.6); }
.bg-amber-900\/70{ background-color: rgb(120 53 15 / 0.7); }
.bg-amber-900\/75{ background-color: rgb(120 53 15 / 0.75); }
.bg-amber-900\/80{ background-color: rgb(120 53 15 / 0.8); }
.bg-amber-900\/90{ background-color: rgb(120 53 15 / 0.9); }
.bg-amber-900\/95{ background-color: rgb(120 53 15 / 0.95); }
.bg-amber-950{ --tw-bg-opacity: 1; background-color: rgb(69 26 3 / var(--tw-bg-opacity)); }
.bg-amber-950\/0{ background-color: rgb(69 26 3 / 0); }
.bg-amber-950\/10{ background-color: rgb(69 26 3 / 0.1); }
.bg-amber-950\/100{ background-color: rgb(69 26 3 / 1); }
.bg-amber-950\/20{ background-color: rgb(69 26 3 / 0.2); }
.bg-amber-950\/25{ background-color: rgb(69 26 3 / 0.25); }
.bg-amber-950\/30{ background-color: rgb(69 26 3 / 0.3); }
.bg-amber-950\/40{ background-color: rgb(69 26 3 / 0.4); }
.bg-amber-950\/5{ background-color: rgb(69 26 3 / 0.05); }
.bg-amber-950\/50{ background-color: rgb(69 26 3 / 0.5); }
.bg-amber-950\/60{ background-color: rgb(69 26 3 / 0.6); }
.bg-amber-950\/70{ background-color: rgb(69 26 3 / 0.7); }
.bg-amber-950\/75{ background-color: rgb(69 26 3 / 0.75); }
.bg-amber-950\/80{ background-color: rgb(69 26 3 / 0.8); }
.bg-amber-950\/90{ background-color: rgb(69 26 3 / 0.9); }
.bg-amber-950\/95{ background-color: rgb(69 26 3 / 0.95); }
.bg-black{ --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); }
.bg-black\/0{ background-color: rgb(0 0 0 / 0); }
.bg-black\/10{ background-color: rgb(0 0 0 / 0.1); }
.bg-black\/100{ background-color: rgb(0 0 0 / 1); }
.bg-black\/20{ background-color: rgb(0 0 0 / 0.2); }
.bg-black\/25{ background-color: rgb(0 0 0 / 0.25); }
.bg-black\/30{ background-color: rgb(0 0 0 / 0.3); }
.bg-black\/40{ background-color: rgb(0 0 0 / 0.4); }
.bg-black\/5{ background-color: rgb(0 0 0 / 0.05); }
.bg-black\/50{ background-color: rgb(0 0 0 / 0.5); }
.bg-black\/60{ background-color: rgb(0 0 0 / 0.6); }
.bg-black\/70{ background-color: rgb(0 0 0 / 0.7); }
.bg-black\/75{ background-color: rgb(0 0 0 / 0.75); }
.bg-black\/80{ background-color: rgb(0 0 0 / 0.8); }
.bg-black\/90{ background-color: rgb(0 0 0 / 0.9); }
.bg-black\/95{ background-color: rgb(0 0 0 / 0.95); }
.bg-blue-100{ --tw-bg-opacity: 1; background-color: rgb(219 234 254 / var(--tw-bg-opacity)); }
.bg-blue-100\/0{ background-color: rgb(219 234 254 / 0); }
.bg-blue-100\/10{ background-color: rgb(219 234 254 / 0.1); }
.bg-blue-100\/100{ background-color: rgb(219 234 254 / 1); }
.bg-blue-100\/20{ background-color: rgb(219 234 254 / 0.2); }
.bg-blue-100\/25{ background-color: rgb(219 234 254 / 0.25); }
.bg-blue-100\/30{ background-color: rgb(219 234 254 / 0.3); }
.bg-blue-100\/40{ background-color: rgb(219 234 254 / 0.4); }
.bg-blue-100\/5{ background-color: rgb(219 234 254 / 0.05); }
.bg-blue-100\/50{ background-color: rgb(219 234 254 / 0.5); }
.bg-blue-100\/60{ background-color: rgb(219 234 254 / 0.6); }
.bg-blue-100\/70{ background-color: rgb(219 234 254 / 0.7); }
.bg-blue-100\/75{ background-color: rgb(219 234 254 / 0.75); }
.bg-blue-100\/80{ background-color: rgb(219 234 254 / 0.8); }
.bg-blue-100\/90{ background-color: rgb(219 234 254 / 0.9); }
.bg-blue-100\/95{ background-color: rgb(219 234 254 / 0.95); }
.bg-blue-200{ --tw-bg-opacity: 1; background-color: rgb(191 219 254 / var(--tw-bg-opacity)); }
.bg-blue-200\/0{ background-color: rgb(191 219 254 / 0); }
.bg-blue-200\/10{ background-color: rgb(191 219 254 / 0.1); }
.bg-blue-200\/100{ background-color: rgb(191 219 254 / 1); }
.bg-blue-200\/20{ background-color: rgb(191 219 254 / 0.2); }
.bg-blue-200\/25{ background-color: rgb(191 219 254 / 0.25); }
.bg-blue-200\/30{ background-color: rgb(191 219 254 / 0.3); }
.bg-blue-200\/40{ background-color: rgb(191 219 254 / 0.4); }
.bg-blue-200\/5{ background-color: rgb(191 219 254 / 0.05); }
.bg-blue-200\/50{ background-color: rgb(191 219 254 / 0.5); }
.bg-blue-200\/60{ background-color: rgb(191 219 254 / 0.6); }
.bg-blue-200\/70{ background-color: rgb(191 219 254 / 0.7); }
.bg-blue-200\/75{ background-color: rgb(191 219 254 / 0.75); }
.bg-blue-200\/80{ background-color: rgb(191 219 254 / 0.8); }
.bg-blue-200\/90{ background-color: rgb(191 219 254 / 0.9); }
.bg-blue-200\/95{ background-color: rgb(191 219 254 / 0.95); }
.bg-blue-300{ --tw-bg-opacity: 1; background-color: rgb(147 197 253 / var(--tw-bg-opacity)); }
.bg-blue-300\/0{ background-color: rgb(147 197 253 / 0); }
.bg-blue-300\/10{ background-color: rgb(147 197 253 / 0.1); }
.bg-blue-300\/100{ background-color: rgb(147 197 253 / 1); }
.bg-blue-300\/20{ background-color: rgb(147 197 253 / 0.2); }
.bg-blue-300\/25{ background-color: rgb(147 197 253 / 0.25); }
.bg-blue-300\/30{ background-color: rgb(147 197 253 / 0.3); }
.bg-blue-300\/40{ background-color: rgb(147 197 253 / 0.4); }
.bg-blue-300\/5{ background-color: rgb(147 197 253 / 0.05); }
.bg-blue-300\/50{ background-color: rgb(147 197 253 / 0.5); }
.bg-blue-300\/60{ background-color: rgb(147 197 253 / 0.6); }
.bg-blue-300\/70{ background-color: rgb(147 197 253 / 0.7); }
.bg-blue-300\/75{ background-color: rgb(147 197 253 / 0.75); }
.bg-blue-300\/80{ background-color: rgb(147 197 253 / 0.8); }
.bg-blue-300\/90{ background-color: rgb(147 197 253 / 0.9); }
.bg-blue-300\/95{ background-color: rgb(147 197 253 / 0.95); }
.bg-blue-400{ --tw-bg-opacity: 1; background-color: rgb(96 165 250 / var(--tw-bg-opacity)); }
.bg-blue-400\/0{ background-color: rgb(96 165 250 / 0); }
.bg-blue-400\/10{ background-color: rgb(96 165 250 / 0.1); }
.bg-blue-400\/100{ background-color: rgb(96 165 250 / 1); }
.bg-blue-400\/20{ background-color: rgb(96 165 250 / 0.2); }
.bg-blue-400\/25{ background-color: rgb(96 165 250 / 0.25); }
.bg-blue-400\/30{ background-color: rgb(96 165 250 / 0.3); }
.bg-blue-400\/40{ background-color: rgb(96 165 250 / 0.4); }
.bg-blue-400\/5{ background-color: rgb(96 165 250 / 0.05); }
.bg-blue-400\/50{ background-color: rgb(96 165 250 / 0.5); }
.bg-blue-400\/60{ background-color: rgb(96 165 250 / 0.6); }
.bg-blue-400\/70{ background-color: rgb(96 165 250 / 0.7); }
.bg-blue-400\/75{ background-color: rgb(96 165 250 / 0.75); }
.bg-blue-400\/80{ background-color: rgb(96 165 250 / 0.8); }
.bg-blue-400\/90{ background-color: rgb(96 165 250 / 0.9); }
.bg-blue-400\/95{ background-color: rgb(96 165 250 / 0.95); }
.bg-blue-50{ --tw-bg-opacity: 1; background-color: rgb(239 246 255 / var(--tw-bg-opacity)); }
.bg-blue-50\/0{ background-color: rgb(239 246 255 / 0); }
.bg-blue-50\/10{ background-color: rgb(239 246 255 / 0.1); }
.bg-blue-50\/100{ background-color: rgb(239 246 255 / 1); }
.bg-blue-50\/20{ background-color: rgb(239 246 255 / 0.2); }
.bg-blue-50\/25{ background-color: rgb(239 246 255 / 0.25); }
.bg-blue-50\/30{ background-color: rgb(239 246 255 / 0.3); }
.bg-blue-50\/40{ background-color: rgb(239 246 255 / 0.4); }
.bg-blue-50\/5{ background-color: rgb(239 246 255 / 0.05); }
.bg-blue-50\/50{ background-color: rgb(239 246 255 / 0.5); }
.bg-blue-50\/60{ background-color: rgb(239 246 255 / 0.6); }
.bg-blue-50\/70{ background-color: rgb(239 246 255 / 0.7); }
.bg-blue-50\/75{ background-color: rgb(239 246 255 / 0.75); }
.bg-blue-50\/80{ background-color: rgb(239 246 255 / 0.8); }
.bg-blue-50\/90{ background-color: rgb(239 246 255 / 0.9); }
.bg-blue-50\/95{ background-color: rgb(239 246 255 / 0.95); }
.bg-blue-500{ --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); }
.bg-blue-500\/0{ background-color: rgb(59 130 246 / 0); }
.bg-blue-500\/10{ background-color: rgb(59 130 246 / 0.1); }
.bg-blue-500\/100{ background-color: rgb(59 130 246 / 1); }
.bg-blue-500\/20{ background-color: rgb(59 130 246 / 0.2); }
.bg-blue-500\/25{ background-color: rgb(59 130 246 / 0.25); }
.bg-blue-500\/30{ background-color: rgb(59 130 246 / 0.3); }
.bg-blue-500\/40{ background-color: rgb(59 130 246 / 0.4); }
.bg-blue-500\/5{ background-color: rgb(59 130 246 / 0.05); }
.bg-blue-500\/50{ background-color: rgb(59 130 246 / 0.5); }
.bg-blue-500\/60{ background-color: rgb(59 130 246 / 0.6); }
.bg-blue-500\/70{ background-color: rgb(59 130 246 / 0.7); }
.bg-blue-500\/75{ background-color: rgb(59 130 246 / 0.75); }
.bg-blue-500\/80{ background-color: rgb(59 130 246 / 0.8); }
.bg-blue-500\/90{ background-color: rgb(59 130 246 / 0.9); }
.bg-blue-500\/95{ background-color: rgb(59 130 246 / 0.95); }
.bg-blue-600{ --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity)); }
.bg-blue-600\/0{ background-color: rgb(37 99 235 / 0); }
.bg-blue-600\/10{ background-color: rgb(37 99 235 / 0.1); }
.bg-blue-600\/100{ background-color: rgb(37 99 235 / 1); }
.bg-blue-600\/20{ background-color: rgb(37 99 235 / 0.2); }
.bg-blue-600\/25{ background-color: rgb(37 99 235 / 0.25); }
.bg-blue-600\/30{ background-color: rgb(37 99 235 / 0.3); }
.bg-blue-600\/40{ background-color: rgb(37 99 235 / 0.4); }
.bg-blue-600\/5{ background-color: rgb(37 99 235 / 0.05); }
.bg-blue-600\/50{ background-color: rgb(37 99 235 / 0.5); }
.bg-blue-600\/60{ background-color: rgb(37 99 235 / 0.6); }
.bg-blue-600\/70{ background-color: rgb(37 99 235 / 0.7); }
.bg-blue-600\/75{ background-color: rgb(37 99 235 / 0.75); }
.bg-blue-600\/80{ background-color: rgb(37 99 235 / 0.8); }
.bg-blue-600\/90{ background-color: rgb(37 99 235 / 0.9); }
.bg-blue-600\/95{ background-color: rgb(37 99 235 / 0.95); }
.bg-blue-700{ --tw-bg-opacity: 1; background-color: rgb(29 78 216 / var(--tw-bg-opacity)); }
.bg-blue-700\/0{ background-color: rgb(29 78 216 / 0); }
.bg-blue-700\/10{ background-color: rgb(29 78 216 / 0.1); }
.bg-blue-700\/100{ background-color: rgb(29 78 216 / 1); }
.bg-blue-700\/20{ background-color: rgb(29 78 216 / 0.2); }
.bg-blue-700\/25{ background-color: rgb(29 78 216 / 0.25); }
.bg-blue-700\/30{ background-color: rgb(29 78 216 / 0.3); }
.bg-blue-700\/40{ background-color: rgb(29 78 216 / 0.4); }
.bg-blue-700\/5{ background-color: rgb(29 78 216 / 0.05); }
.bg-blue-700\/50{ background-color: rgb(29 78 216 / 0.5); }
.bg-blue-700\/60{ background-color: rgb(29 78 216 / 0.6); }
.bg-blue-700\/70{ background-color: rgb(29 78 216 / 0.7); }
.bg-blue-700\/75{ background-color: rgb(29 78 216 / 0.75); }
.bg-blue-700\/80{ background-color: rgb(29 78 216 / 0.8); }
.bg-blue-700\/90{ background-color: rgb(29 78 216 / 0.9); }
.bg-blue-700\/95{ background-color: rgb(29 78 216 / 0.95); }
.bg-blue-800{ --tw-bg-opacity: 1; background-color: rgb(30 64 175 / var(--tw-bg-opacity)); }
.bg-blue-800\/0{ background-color: rgb(30 64 175 / 0); }
.bg-blue-800\/10{ background-color: rgb(30 64 175 / 0.1); }
.bg-blue-800\/100{ background-color: rgb(30 64 175 / 1); }
.bg-blue-800\/20{ background-color: rgb(30 64 175 / 0.2); }
.bg-blue-800\/25{ background-color: rgb(30 64 175 / 0.25); }
.bg-blue-800\/30{ background-color: rgb(30 64 175 / 0.3); }
.bg-blue-800\/40{ background-color: rgb(30 64 175 / 0.4); }
.bg-blue-800\/5{ background-color: rgb(30 64 175 / 0.05); }
.bg-blue-800\/50{ background-color: rgb(30 64 175 / 0.5); }
.bg-blue-800\/60{ background-color: rgb(30 64 175 / 0.6); }
.bg-blue-800\/70{ background-color: rgb(30 64 175 / 0.7); }
.bg-blue-800\/75{ background-color: rgb(30 64 175 / 0.75); }
.bg-blue-800\/80{ background-color: rgb(30 64 175 / 0.8); }
.bg-blue-800\/90{ background-color: rgb(30 64 175 / 0.9); }
.bg-blue-800\/95{ background-color: rgb(30 64 175 / 0.95); }
.bg-blue-900{ --tw-bg-opacity: 1; background-color: rgb(30 58 138 / var(--tw-bg-opacity)); }
.bg-blue-900\/0{ background-color: rgb(30 58 138 / 0); }
.bg-blue-900\/10{ background-color: rgb(30 58 138 / 0.1); }
.bg-blue-900\/100{ background-color: rgb(30 58 138 / 1); }
.bg-blue-900\/20{ background-color: rgb(30 58 138 / 0.2); }
.bg-blue-900\/25{ background-color: rgb(30 58 138 / 0.25); }
.bg-blue-900\/30{ background-color: rgb(30 58 138 / 0.3); }
.bg-blue-900\/40{ background-color: rgb(30 58 138 / 0.4); }
.bg-blue-900\/5{ background-color: rgb(30 58 138 / 0.05); }
.bg-blue-900\/50{ background-color: rgb(30 58 138 / 0.5); }
.bg-blue-900\/60{ background-color: rgb(30 58 138 / 0.6); }
.bg-blue-900\/70{ background-color: rgb(30 58 138 / 0.7); }
.bg-blue-900\/75{ background-color: rgb(30 58 138 / 0.75); }
.bg-blue-900\/80{ background-color: rgb(30 58 138 / 0.8); }
.bg-blue-900\/90{ background-color: rgb(30 58 138 / 0.9); }
.bg-blue-900\/95{ background-color: rgb(30 58 138 / 0.95); }
.bg-blue-950{ --tw-bg-opacity: 1; background-color: rgb(23 37 84 / var(--tw-bg-opacity)); }
.bg-blue-950\/0{ background-color: rgb(23 37 84 / 0); }
.bg-blue-950\/10{ background-color: rgb(23 37 84 / 0.1); }
.bg-blue-950\/100{ background-color: rgb(23 37 84 / 1); }
.bg-blue-950\/20{ background-color: rgb(23 37 84 / 0.2); }
.bg-blue-950\/25{ background-color: rgb(23 37 84 / 0.25); }
.bg-blue-950\/30{ background-color: rgb(23 37 84 / 0.3); }
.bg-blue-950\/40{ background-color: rgb(23 37 84 / 0.4); }
.bg-blue-950\/5{ background-color: rgb(23 37 84 / 0.05); }
.bg-blue-950\/50{ background-color: rgb(23 37 84 / 0.5); }
.bg-blue-950\/60{ background-color: rgb(23 37 84 / 0.6); }
.bg-blue-950\/70{ background-color: rgb(23 37 84 / 0.7); }
.bg-blue-950\/75{ background-color: rgb(23 37 84 / 0.75); }
.bg-blue-950\/80{ background-color: rgb(23 37 84 / 0.8); }
.bg-blue-950\/90{ background-color: rgb(23 37 84 / 0.9); }
.bg-blue-950\/95{ background-color: rgb(23 37 84 / 0.95); }
.bg-callout-bad-border{ --tw-bg-opacity: 1; background-color: rgb(188 87 26 / var(--tw-bg-opacity)); }
.bg-callout-bad-border\/0{ background-color: rgb(188 87 26 / 0); }
.bg-callout-bad-border\/10{ background-color: rgb(188 87 26 / 0.1); }
.bg-callout-bad-border\/100{ background-color: rgb(188 87 26 / 1); }
.bg-callout-bad-border\/20{ background-color: rgb(188 87 26 / 0.2); }
.bg-callout-bad-border\/25{ background-color: rgb(188 87 26 / 0.25); }
.bg-callout-bad-border\/30{ background-color: rgb(188 87 26 / 0.3); }
.bg-callout-bad-border\/40{ background-color: rgb(188 87 26 / 0.4); }
.bg-callout-bad-border\/5{ background-color: rgb(188 87 26 / 0.05); }
.bg-callout-bad-border\/50{ background-color: rgb(188 87 26 / 0.5); }
.bg-callout-bad-border\/60{ background-color: rgb(188 87 26 / 0.6); }
.bg-callout-bad-border\/70{ background-color: rgb(188 87 26 / 0.7); }
.bg-callout-bad-border\/75{ background-color: rgb(188 87 26 / 0.75); }
.bg-callout-bad-border\/80{ background-color: rgb(188 87 26 / 0.8); }
.bg-callout-bad-border\/90{ background-color: rgb(188 87 26 / 0.9); }
.bg-callout-bad-border\/95{ background-color: rgb(188 87 26 / 0.95); }
.bg-callout-bad-fill{ --tw-bg-opacity: 1; background-color: rgb(255 133 82 / var(--tw-bg-opacity)); }
.bg-callout-bad-fill\/0{ background-color: rgb(255 133 82 / 0); }
.bg-callout-bad-fill\/10{ background-color: rgb(255 133 82 / 0.1); }
.bg-callout-bad-fill\/100{ background-color: rgb(255 133 82 / 1); }
.bg-callout-bad-fill\/20{ background-color: rgb(255 133 82 / 0.2); }
.bg-callout-bad-fill\/25{ background-color: rgb(255 133 82 / 0.25); }
.bg-callout-bad-fill\/30{ background-color: rgb(255 133 82 / 0.3); }
.bg-callout-bad-fill\/40{ background-color: rgb(255 133 82 / 0.4); }
.bg-callout-bad-fill\/5{ background-color: rgb(255 133 82 / 0.05); }
.bg-callout-bad-fill\/50{ background-color: rgb(255 133 82 / 0.5); }
.bg-callout-bad-fill\/60{ background-color: rgb(255 133 82 / 0.6); }
.bg-callout-bad-fill\/70{ background-color: rgb(255 133 82 / 0.7); }
.bg-callout-bad-fill\/75{ background-color: rgb(255 133 82 / 0.75); }
.bg-callout-bad-fill\/80{ background-color: rgb(255 133 82 / 0.8); }
.bg-callout-bad-fill\/90{ background-color: rgb(255 133 82 / 0.9); }
.bg-callout-bad-fill\/95{ background-color: rgb(255 133 82 / 0.95); }
.bg-callout-bad-icon{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-callout-bad-icon\/0{ background-color: rgb(255 255 255 / 0); }
.bg-callout-bad-icon\/10{ background-color: rgb(255 255 255 / 0.1); }
.bg-callout-bad-icon\/100{ background-color: rgb(255 255 255 / 1); }
.bg-callout-bad-icon\/20{ background-color: rgb(255 255 255 / 0.2); }
.bg-callout-bad-icon\/25{ background-color: rgb(255 255 255 / 0.25); }
.bg-callout-bad-icon\/30{ background-color: rgb(255 255 255 / 0.3); }
.bg-callout-bad-icon\/40{ background-color: rgb(255 255 255 / 0.4); }
.bg-callout-bad-icon\/5{ background-color: rgb(255 255 255 / 0.05); }
.bg-callout-bad-icon\/50{ background-color: rgb(255 255 255 / 0.5); }
.bg-callout-bad-icon\/60{ background-color: rgb(255 255 255 / 0.6); }
.bg-callout-bad-icon\/70{ background-color: rgb(255 255 255 / 0.7); }
.bg-callout-bad-icon\/75{ background-color: rgb(255 255 255 / 0.75); }
.bg-callout-bad-icon\/80{ background-color: rgb(255 255 255 / 0.8); }
.bg-callout-bad-icon\/90{ background-color: rgb(255 255 255 / 0.9); }
.bg-callout-bad-icon\/95{ background-color: rgb(255 255 255 / 0.95); }
.bg-callout-bad-text{ --tw-bg-opacity: 1; background-color: rgb(21 10 10 / var(--tw-bg-opacity)); }
.bg-callout-bad-text-accent{ --tw-bg-opacity: 1; background-color: rgb(255 227 227 / var(--tw-bg-opacity)); }
.bg-callout-bad-text-accent\/0{ background-color: rgb(255 227 227 / 0); }
.bg-callout-bad-text-accent\/10{ background-color: rgb(255 227 227 / 0.1); }
.bg-callout-bad-text-accent\/100{ background-color: rgb(255 227 227 / 1); }
.bg-callout-bad-text-accent\/20{ background-color: rgb(255 227 227 / 0.2); }
.bg-callout-bad-text-accent\/25{ background-color: rgb(255 227 227 / 0.25); }
.bg-callout-bad-text-accent\/30{ background-color: rgb(255 227 227 / 0.3); }
.bg-callout-bad-text-accent\/40{ background-color: rgb(255 227 227 / 0.4); }
.bg-callout-bad-text-accent\/5{ background-color: rgb(255 227 227 / 0.05); }
.bg-callout-bad-text-accent\/50{ background-color: rgb(255 227 227 / 0.5); }
.bg-callout-bad-text-accent\/60{ background-color: rgb(255 227 227 / 0.6); }
.bg-callout-bad-text-accent\/70{ background-color: rgb(255 227 227 / 0.7); }
.bg-callout-bad-text-accent\/75{ background-color: rgb(255 227 227 / 0.75); }
.bg-callout-bad-text-accent\/80{ background-color: rgb(255 227 227 / 0.8); }
.bg-callout-bad-text-accent\/90{ background-color: rgb(255 227 227 / 0.9); }
.bg-callout-bad-text-accent\/95{ background-color: rgb(255 227 227 / 0.95); }
.bg-callout-bad-text\/0{ background-color: rgb(21 10 10 / 0); }
.bg-callout-bad-text\/10{ background-color: rgb(21 10 10 / 0.1); }
.bg-callout-bad-text\/100{ background-color: rgb(21 10 10 / 1); }
.bg-callout-bad-text\/20{ background-color: rgb(21 10 10 / 0.2); }
.bg-callout-bad-text\/25{ background-color: rgb(21 10 10 / 0.25); }
.bg-callout-bad-text\/30{ background-color: rgb(21 10 10 / 0.3); }
.bg-callout-bad-text\/40{ background-color: rgb(21 10 10 / 0.4); }
.bg-callout-bad-text\/5{ background-color: rgb(21 10 10 / 0.05); }
.bg-callout-bad-text\/50{ background-color: rgb(21 10 10 / 0.5); }
.bg-callout-bad-text\/60{ background-color: rgb(21 10 10 / 0.6); }
.bg-callout-bad-text\/70{ background-color: rgb(21 10 10 / 0.7); }
.bg-callout-bad-text\/75{ background-color: rgb(21 10 10 / 0.75); }
.bg-callout-bad-text\/80{ background-color: rgb(21 10 10 / 0.8); }
.bg-callout-bad-text\/90{ background-color: rgb(21 10 10 / 0.9); }
.bg-callout-bad-text\/95{ background-color: rgb(21 10 10 / 0.95); }
.bg-callout-info-border{ --tw-bg-opacity: 1; background-color: rgb(0 169 165 / var(--tw-bg-opacity)); }
.bg-callout-info-border\/0{ background-color: rgb(0 169 165 / 0); }
.bg-callout-info-border\/10{ background-color: rgb(0 169 165 / 0.1); }
.bg-callout-info-border\/100{ background-color: rgb(0 169 165 / 1); }
.bg-callout-info-border\/20{ background-color: rgb(0 169 165 / 0.2); }
.bg-callout-info-border\/25{ background-color: rgb(0 169 165 / 0.25); }
.bg-callout-info-border\/30{ background-color: rgb(0 169 165 / 0.3); }
.bg-callout-info-border\/40{ background-color: rgb(0 169 165 / 0.4); }
.bg-callout-info-border\/5{ background-color: rgb(0 169 165 / 0.05); }
.bg-callout-info-border\/50{ background-color: rgb(0 169 165 / 0.5); }
.bg-callout-info-border\/60{ background-color: rgb(0 169 165 / 0.6); }
.bg-callout-info-border\/70{ background-color: rgb(0 169 165 / 0.7); }
.bg-callout-info-border\/75{ background-color: rgb(0 169 165 / 0.75); }
.bg-callout-info-border\/80{ background-color: rgb(0 169 165 / 0.8); }
.bg-callout-info-border\/90{ background-color: rgb(0 169 165 / 0.9); }
.bg-callout-info-border\/95{ background-color: rgb(0 169 165 / 0.95); }
.bg-callout-info-fill{ background-color: transparent; }
.bg-callout-info-fill\/0{ background-color: rgb(0 0 0 / 0); }
.bg-callout-info-fill\/10{ background-color: rgb(0 0 0 / 0.1); }
.bg-callout-info-fill\/100{ background-color: rgb(0 0 0 / 1); }
.bg-callout-info-fill\/20{ background-color: rgb(0 0 0 / 0.2); }
.bg-callout-info-fill\/25{ background-color: rgb(0 0 0 / 0.25); }
.bg-callout-info-fill\/30{ background-color: rgb(0 0 0 / 0.3); }
.bg-callout-info-fill\/40{ background-color: rgb(0 0 0 / 0.4); }
.bg-callout-info-fill\/5{ background-color: rgb(0 0 0 / 0.05); }
.bg-callout-info-fill\/50{ background-color: rgb(0 0 0 / 0.5); }
.bg-callout-info-fill\/60{ background-color: rgb(0 0 0 / 0.6); }
.bg-callout-info-fill\/70{ background-color: rgb(0 0 0 / 0.7); }
.bg-callout-info-fill\/75{ background-color: rgb(0 0 0 / 0.75); }
.bg-callout-info-fill\/80{ background-color: rgb(0 0 0 / 0.8); }
.bg-callout-info-fill\/90{ background-color: rgb(0 0 0 / 0.9); }
.bg-callout-info-fill\/95{ background-color: rgb(0 0 0 / 0.95); }
.bg-callout-info-icon{ --tw-bg-opacity: 1; background-color: rgb(0 169 165 / var(--tw-bg-opacity)); }
.bg-callout-info-icon\/0{ background-color: rgb(0 169 165 / 0); }
.bg-callout-info-icon\/10{ background-color: rgb(0 169 165 / 0.1); }
.bg-callout-info-icon\/100{ background-color: rgb(0 169 165 / 1); }
.bg-callout-info-icon\/20{ background-color: rgb(0 169 165 / 0.2); }
.bg-callout-info-icon\/25{ background-color: rgb(0 169 165 / 0.25); }
.bg-callout-info-icon\/30{ background-color: rgb(0 169 165 / 0.3); }
.bg-callout-info-icon\/40{ background-color: rgb(0 169 165 / 0.4); }
.bg-callout-info-icon\/5{ background-color: rgb(0 169 165 / 0.05); }
.bg-callout-info-icon\/50{ background-color: rgb(0 169 165 / 0.5); }
.bg-callout-info-icon\/60{ background-color: rgb(0 169 165 / 0.6); }
.bg-callout-info-icon\/70{ background-color: rgb(0 169 165 / 0.7); }
.bg-callout-info-icon\/75{ background-color: rgb(0 169 165 / 0.75); }
.bg-callout-info-icon\/80{ background-color: rgb(0 169 165 / 0.8); }
.bg-callout-info-icon\/90{ background-color: rgb(0 169 165 / 0.9); }
.bg-callout-info-icon\/95{ background-color: rgb(0 169 165 / 0.95); }
.bg-callout-info-text{ --tw-bg-opacity: 1; background-color: rgb(10 18 21 / var(--tw-bg-opacity)); }
.bg-callout-info-text-accent{ --tw-bg-opacity: 1; background-color: rgb(2 55 47 / var(--tw-bg-opacity)); }
.bg-callout-info-text-accent\/0{ background-color: rgb(2 55 47 / 0); }
.bg-callout-info-text-accent\/10{ background-color: rgb(2 55 47 / 0.1); }
.bg-callout-info-text-accent\/100{ background-color: rgb(2 55 47 / 1); }
.bg-callout-info-text-accent\/20{ background-color: rgb(2 55 47 / 0.2); }
.bg-callout-info-text-accent\/25{ background-color: rgb(2 55 47 / 0.25); }
.bg-callout-info-text-accent\/30{ background-color: rgb(2 55 47 / 0.3); }
.bg-callout-info-text-accent\/40{ background-color: rgb(2 55 47 / 0.4); }
.bg-callout-info-text-accent\/5{ background-color: rgb(2 55 47 / 0.05); }
.bg-callout-info-text-accent\/50{ background-color: rgb(2 55 47 / 0.5); }
.bg-callout-info-text-accent\/60{ background-color: rgb(2 55 47 / 0.6); }
.bg-callout-info-text-accent\/70{ background-color: rgb(2 55 47 / 0.7); }
.bg-callout-info-text-accent\/75{ background-color: rgb(2 55 47 / 0.75); }
.bg-callout-info-text-accent\/80{ background-color: rgb(2 55 47 / 0.8); }
.bg-callout-info-text-accent\/90{ background-color: rgb(2 55 47 / 0.9); }
.bg-callout-info-text-accent\/95{ background-color: rgb(2 55 47 / 0.95); }
.bg-callout-info-text\/0{ background-color: rgb(10 18 21 / 0); }
.bg-callout-info-text\/10{ background-color: rgb(10 18 21 / 0.1); }
.bg-callout-info-text\/100{ background-color: rgb(10 18 21 / 1); }
.bg-callout-info-text\/20{ background-color: rgb(10 18 21 / 0.2); }
.bg-callout-info-text\/25{ background-color: rgb(10 18 21 / 0.25); }
.bg-callout-info-text\/30{ background-color: rgb(10 18 21 / 0.3); }
.bg-callout-info-text\/40{ background-color: rgb(10 18 21 / 0.4); }
.bg-callout-info-text\/5{ background-color: rgb(10 18 21 / 0.05); }
.bg-callout-info-text\/50{ background-color: rgb(10 18 21 / 0.5); }
.bg-callout-info-text\/60{ background-color: rgb(10 18 21 / 0.6); }
.bg-callout-info-text\/70{ background-color: rgb(10 18 21 / 0.7); }
.bg-callout-info-text\/75{ background-color: rgb(10 18 21 / 0.75); }
.bg-callout-info-text\/80{ background-color: rgb(10 18 21 / 0.8); }
.bg-callout-info-text\/90{ background-color: rgb(10 18 21 / 0.9); }
.bg-callout-info-text\/95{ background-color: rgb(10 18 21 / 0.95); }
.bg-callout-ok-border{ --tw-bg-opacity: 1; background-color: rgb(0 137 106 / var(--tw-bg-opacity)); }
.bg-callout-ok-border\/0{ background-color: rgb(0 137 106 / 0); }
.bg-callout-ok-border\/10{ background-color: rgb(0 137 106 / 0.1); }
.bg-callout-ok-border\/100{ background-color: rgb(0 137 106 / 1); }
.bg-callout-ok-border\/20{ background-color: rgb(0 137 106 / 0.2); }
.bg-callout-ok-border\/25{ background-color: rgb(0 137 106 / 0.25); }
.bg-callout-ok-border\/30{ background-color: rgb(0 137 106 / 0.3); }
.bg-callout-ok-border\/40{ background-color: rgb(0 137 106 / 0.4); }
.bg-callout-ok-border\/5{ background-color: rgb(0 137 106 / 0.05); }
.bg-callout-ok-border\/50{ background-color: rgb(0 137 106 / 0.5); }
.bg-callout-ok-border\/60{ background-color: rgb(0 137 106 / 0.6); }
.bg-callout-ok-border\/70{ background-color: rgb(0 137 106 / 0.7); }
.bg-callout-ok-border\/75{ background-color: rgb(0 137 106 / 0.75); }
.bg-callout-ok-border\/80{ background-color: rgb(0 137 106 / 0.8); }
.bg-callout-ok-border\/90{ background-color: rgb(0 137 106 / 0.9); }
.bg-callout-ok-border\/95{ background-color: rgb(0 137 106 / 0.95); }
.bg-callout-ok-fill{ --tw-bg-opacity: 1; background-color: rgb(0 169 165 / var(--tw-bg-opacity)); }
.bg-callout-ok-fill\/0{ background-color: rgb(0 169 165 / 0); }
.bg-callout-ok-fill\/10{ background-color: rgb(0 169 165 / 0.1); }
.bg-callout-ok-fill\/100{ background-color: rgb(0 169 165 / 1); }
.bg-callout-ok-fill\/20{ background-color: rgb(0 169 165 / 0.2); }
.bg-callout-ok-fill\/25{ background-color: rgb(0 169 165 / 0.25); }
.bg-callout-ok-fill\/30{ background-color: rgb(0 169 165 / 0.3); }
.bg-callout-ok-fill\/40{ background-color: rgb(0 169 165 / 0.4); }
.bg-callout-ok-fill\/5{ background-color: rgb(0 169 165 / 0.05); }
.bg-callout-ok-fill\/50{ background-color: rgb(0 169 165 / 0.5); }
.bg-callout-ok-fill\/60{ background-color: rgb(0 169 165 / 0.6); }
.bg-callout-ok-fill\/70{ background-color: rgb(0 169 165 / 0.7); }
.bg-callout-ok-fill\/75{ background-color: rgb(0 169 165 / 0.75); }
.bg-callout-ok-fill\/80{ background-color: rgb(0 169 165 / 0.8); }
.bg-callout-ok-fill\/90{ background-color: rgb(0 169 165 / 0.9); }
.bg-callout-ok-fill\/95{ background-color: rgb(0 169 165 / 0.95); }
.bg-callout-ok-icon{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-callout-ok-icon\/0{ background-color: rgb(255 255 255 / 0); }
.bg-callout-ok-icon\/10{ background-color: rgb(255 255 255 / 0.1); }
.bg-callout-ok-icon\/100{ background-color: rgb(255 255 255 / 1); }
.bg-callout-ok-icon\/20{ background-color: rgb(255 255 255 / 0.2); }
.bg-callout-ok-icon\/25{ background-color: rgb(255 255 255 / 0.25); }
.bg-callout-ok-icon\/30{ background-color: rgb(255 255 255 / 0.3); }
.bg-callout-ok-icon\/40{ background-color: rgb(255 255 255 / 0.4); }
.bg-callout-ok-icon\/5{ background-color: rgb(255 255 255 / 0.05); }
.bg-callout-ok-icon\/50{ background-color: rgb(255 255 255 / 0.5); }
.bg-callout-ok-icon\/60{ background-color: rgb(255 255 255 / 0.6); }
.bg-callout-ok-icon\/70{ background-color: rgb(255 255 255 / 0.7); }
.bg-callout-ok-icon\/75{ background-color: rgb(255 255 255 / 0.75); }
.bg-callout-ok-icon\/80{ background-color: rgb(255 255 255 / 0.8); }
.bg-callout-ok-icon\/90{ background-color: rgb(255 255 255 / 0.9); }
.bg-callout-ok-icon\/95{ background-color: rgb(255 255 255 / 0.95); }
.bg-callout-ok-text{ --tw-bg-opacity: 1; background-color: rgb(10 21 20 / var(--tw-bg-opacity)); }
.bg-callout-ok-text-accent{ --tw-bg-opacity: 1; background-color: rgb(102 255 221 / var(--tw-bg-opacity)); }
.bg-callout-ok-text-accent\/0{ background-color: rgb(102 255 221 / 0); }
.bg-callout-ok-text-accent\/10{ background-color: rgb(102 255 221 / 0.1); }
.bg-callout-ok-text-accent\/100{ background-color: rgb(102 255 221 / 1); }
.bg-callout-ok-text-accent\/20{ background-color: rgb(102 255 221 / 0.2); }
.bg-callout-ok-text-accent\/25{ background-color: rgb(102 255 221 / 0.25); }
.bg-callout-ok-text-accent\/30{ background-color: rgb(102 255 221 / 0.3); }
.bg-callout-ok-text-accent\/40{ background-color: rgb(102 255 221 / 0.4); }
.bg-callout-ok-text-accent\/5{ background-color: rgb(102 255 221 / 0.05); }
.bg-callout-ok-text-accent\/50{ background-color: rgb(102 255 221 / 0.5); }
.bg-callout-ok-text-accent\/60{ background-color: rgb(102 255 221 / 0.6); }
.bg-callout-ok-text-accent\/70{ background-color: rgb(102 255 221 / 0.7); }
.bg-callout-ok-text-accent\/75{ background-color: rgb(102 255 221 / 0.75); }
.bg-callout-ok-text-accent\/80{ background-color: rgb(102 255 221 / 0.8); }
.bg-callout-ok-text-accent\/90{ background-color: rgb(102 255 221 / 0.9); }
.bg-callout-ok-text-accent\/95{ background-color: rgb(102 255 221 / 0.95); }
.bg-callout-ok-text\/0{ background-color: rgb(10 21 20 / 0); }
.bg-callout-ok-text\/10{ background-color: rgb(10 21 20 / 0.1); }
.bg-callout-ok-text\/100{ background-color: rgb(10 21 20 / 1); }
.bg-callout-ok-text\/20{ background-color: rgb(10 21 20 / 0.2); }
.bg-callout-ok-text\/25{ background-color: rgb(10 21 20 / 0.25); }
.bg-callout-ok-text\/30{ background-color: rgb(10 21 20 / 0.3); }
.bg-callout-ok-text\/40{ background-color: rgb(10 21 20 / 0.4); }
.bg-callout-ok-text\/5{ background-color: rgb(10 21 20 / 0.05); }
.bg-callout-ok-text\/50{ background-color: rgb(10 21 20 / 0.5); }
.bg-callout-ok-text\/60{ background-color: rgb(10 21 20 / 0.6); }
.bg-callout-ok-text\/70{ background-color: rgb(10 21 20 / 0.7); }
.bg-callout-ok-text\/75{ background-color: rgb(10 21 20 / 0.75); }
.bg-callout-ok-text\/80{ background-color: rgb(10 21 20 / 0.8); }
.bg-callout-ok-text\/90{ background-color: rgb(10 21 20 / 0.9); }
.bg-callout-ok-text\/95{ background-color: rgb(10 21 20 / 0.95); }
.bg-callout-warning-border{ --tw-bg-opacity: 1; background-color: rgb(247 181 0 / var(--tw-bg-opacity)); }
.bg-callout-warning-border\/0{ background-color: rgb(247 181 0 / 0); }
.bg-callout-warning-border\/10{ background-color: rgb(247 181 0 / 0.1); }
.bg-callout-warning-border\/100{ background-color: rgb(247 181 0 / 1); }
.bg-callout-warning-border\/20{ background-color: rgb(247 181 0 / 0.2); }
.bg-callout-warning-border\/25{ background-color: rgb(247 181 0 / 0.25); }
.bg-callout-warning-border\/30{ background-color: rgb(247 181 0 / 0.3); }
.bg-callout-warning-border\/40{ background-color: rgb(247 181 0 / 0.4); }
.bg-callout-warning-border\/5{ background-color: rgb(247 181 0 / 0.05); }
.bg-callout-warning-border\/50{ background-color: rgb(247 181 0 / 0.5); }
.bg-callout-warning-border\/60{ background-color: rgb(247 181 0 / 0.6); }
.bg-callout-warning-border\/70{ background-color: rgb(247 181 0 / 0.7); }
.bg-callout-warning-border\/75{ background-color: rgb(247 181 0 / 0.75); }
.bg-callout-warning-border\/80{ background-color: rgb(247 181 0 / 0.8); }
.bg-callout-warning-border\/90{ background-color: rgb(247 181 0 / 0.9); }
.bg-callout-warning-border\/95{ background-color: rgb(247 181 0 / 0.95); }
.bg-callout-warning-fill{ --tw-bg-opacity: 1; background-color: rgb(249 219 109 / var(--tw-bg-opacity)); }
.bg-callout-warning-fill\/0{ background-color: rgb(249 219 109 / 0); }
.bg-callout-warning-fill\/10{ background-color: rgb(249 219 109 / 0.1); }
.bg-callout-warning-fill\/100{ background-color: rgb(249 219 109 / 1); }
.bg-callout-warning-fill\/20{ background-color: rgb(249 219 109 / 0.2); }
.bg-callout-warning-fill\/25{ background-color: rgb(249 219 109 / 0.25); }
.bg-callout-warning-fill\/30{ background-color: rgb(249 219 109 / 0.3); }
.bg-callout-warning-fill\/40{ background-color: rgb(249 219 109 / 0.4); }
.bg-callout-warning-fill\/5{ background-color: rgb(249 219 109 / 0.05); }
.bg-callout-warning-fill\/50{ background-color: rgb(249 219 109 / 0.5); }
.bg-callout-warning-fill\/60{ background-color: rgb(249 219 109 / 0.6); }
.bg-callout-warning-fill\/70{ background-color: rgb(249 219 109 / 0.7); }
.bg-callout-warning-fill\/75{ background-color: rgb(249 219 109 / 0.75); }
.bg-callout-warning-fill\/80{ background-color: rgb(249 219 109 / 0.8); }
.bg-callout-warning-fill\/90{ background-color: rgb(249 219 109 / 0.9); }
.bg-callout-warning-fill\/95{ background-color: rgb(249 219 109 / 0.95); }
.bg-callout-warning-icon{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-callout-warning-icon\/0{ background-color: rgb(255 255 255 / 0); }
.bg-callout-warning-icon\/10{ background-color: rgb(255 255 255 / 0.1); }
.bg-callout-warning-icon\/100{ background-color: rgb(255 255 255 / 1); }
.bg-callout-warning-icon\/20{ background-color: rgb(255 255 255 / 0.2); }
.bg-callout-warning-icon\/25{ background-color: rgb(255 255 255 / 0.25); }
.bg-callout-warning-icon\/30{ background-color: rgb(255 255 255 / 0.3); }
.bg-callout-warning-icon\/40{ background-color: rgb(255 255 255 / 0.4); }
.bg-callout-warning-icon\/5{ background-color: rgb(255 255 255 / 0.05); }
.bg-callout-warning-icon\/50{ background-color: rgb(255 255 255 / 0.5); }
.bg-callout-warning-icon\/60{ background-color: rgb(255 255 255 / 0.6); }
.bg-callout-warning-icon\/70{ background-color: rgb(255 255 255 / 0.7); }
.bg-callout-warning-icon\/75{ background-color: rgb(255 255 255 / 0.75); }
.bg-callout-warning-icon\/80{ background-color: rgb(255 255 255 / 0.8); }
.bg-callout-warning-icon\/90{ background-color: rgb(255 255 255 / 0.9); }
.bg-callout-warning-icon\/95{ background-color: rgb(255 255 255 / 0.95); }
.bg-callout-warning-text{ --tw-bg-opacity: 1; background-color: rgb(21 18 10 / var(--tw-bg-opacity)); }
.bg-callout-warning-text-accent{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-callout-warning-text-accent\/0{ background-color: rgb(255 255 255 / 0); }
.bg-callout-warning-text-accent\/10{ background-color: rgb(255 255 255 / 0.1); }
.bg-callout-warning-text-accent\/100{ background-color: rgb(255 255 255 / 1); }
.bg-callout-warning-text-accent\/20{ background-color: rgb(255 255 255 / 0.2); }
.bg-callout-warning-text-accent\/25{ background-color: rgb(255 255 255 / 0.25); }
.bg-callout-warning-text-accent\/30{ background-color: rgb(255 255 255 / 0.3); }
.bg-callout-warning-text-accent\/40{ background-color: rgb(255 255 255 / 0.4); }
.bg-callout-warning-text-accent\/5{ background-color: rgb(255 255 255 / 0.05); }
.bg-callout-warning-text-accent\/50{ background-color: rgb(255 255 255 / 0.5); }
.bg-callout-warning-text-accent\/60{ background-color: rgb(255 255 255 / 0.6); }
.bg-callout-warning-text-accent\/70{ background-color: rgb(255 255 255 / 0.7); }
.bg-callout-warning-text-accent\/75{ background-color: rgb(255 255 255 / 0.75); }
.bg-callout-warning-text-accent\/80{ background-color: rgb(255 255 255 / 0.8); }
.bg-callout-warning-text-accent\/90{ background-color: rgb(255 255 255 / 0.9); }
.bg-callout-warning-text-accent\/95{ background-color: rgb(255 255 255 / 0.95); }
.bg-callout-warning-text\/0{ background-color: rgb(21 18 10 / 0); }
.bg-callout-warning-text\/10{ background-color: rgb(21 18 10 / 0.1); }
.bg-callout-warning-text\/100{ background-color: rgb(21 18 10 / 1); }
.bg-callout-warning-text\/20{ background-color: rgb(21 18 10 / 0.2); }
.bg-callout-warning-text\/25{ background-color: rgb(21 18 10 / 0.25); }
.bg-callout-warning-text\/30{ background-color: rgb(21 18 10 / 0.3); }
.bg-callout-warning-text\/40{ background-color: rgb(21 18 10 / 0.4); }
.bg-callout-warning-text\/5{ background-color: rgb(21 18 10 / 0.05); }
.bg-callout-warning-text\/50{ background-color: rgb(21 18 10 / 0.5); }
.bg-callout-warning-text\/60{ background-color: rgb(21 18 10 / 0.6); }
.bg-callout-warning-text\/70{ background-color: rgb(21 18 10 / 0.7); }
.bg-callout-warning-text\/75{ background-color: rgb(21 18 10 / 0.75); }
.bg-callout-warning-text\/80{ background-color: rgb(21 18 10 / 0.8); }
.bg-callout-warning-text\/90{ background-color: rgb(21 18 10 / 0.9); }
.bg-callout-warning-text\/95{ background-color: rgb(21 18 10 / 0.95); }
.bg-current{ background-color: currentColor; }
.bg-cyan-100{ --tw-bg-opacity: 1; background-color: rgb(207 250 254 / var(--tw-bg-opacity)); }
.bg-cyan-100\/0{ background-color: rgb(207 250 254 / 0); }
.bg-cyan-100\/10{ background-color: rgb(207 250 254 / 0.1); }
.bg-cyan-100\/100{ background-color: rgb(207 250 254 / 1); }
.bg-cyan-100\/20{ background-color: rgb(207 250 254 / 0.2); }
.bg-cyan-100\/25{ background-color: rgb(207 250 254 / 0.25); }
.bg-cyan-100\/30{ background-color: rgb(207 250 254 / 0.3); }
.bg-cyan-100\/40{ background-color: rgb(207 250 254 / 0.4); }
.bg-cyan-100\/5{ background-color: rgb(207 250 254 / 0.05); }
.bg-cyan-100\/50{ background-color: rgb(207 250 254 / 0.5); }
.bg-cyan-100\/60{ background-color: rgb(207 250 254 / 0.6); }
.bg-cyan-100\/70{ background-color: rgb(207 250 254 / 0.7); }
.bg-cyan-100\/75{ background-color: rgb(207 250 254 / 0.75); }
.bg-cyan-100\/80{ background-color: rgb(207 250 254 / 0.8); }
.bg-cyan-100\/90{ background-color: rgb(207 250 254 / 0.9); }
.bg-cyan-100\/95{ background-color: rgb(207 250 254 / 0.95); }
.bg-cyan-200{ --tw-bg-opacity: 1; background-color: rgb(165 243 252 / var(--tw-bg-opacity)); }
.bg-cyan-200\/0{ background-color: rgb(165 243 252 / 0); }
.bg-cyan-200\/10{ background-color: rgb(165 243 252 / 0.1); }
.bg-cyan-200\/100{ background-color: rgb(165 243 252 / 1); }
.bg-cyan-200\/20{ background-color: rgb(165 243 252 / 0.2); }
.bg-cyan-200\/25{ background-color: rgb(165 243 252 / 0.25); }
.bg-cyan-200\/30{ background-color: rgb(165 243 252 / 0.3); }
.bg-cyan-200\/40{ background-color: rgb(165 243 252 / 0.4); }
.bg-cyan-200\/5{ background-color: rgb(165 243 252 / 0.05); }
.bg-cyan-200\/50{ background-color: rgb(165 243 252 / 0.5); }
.bg-cyan-200\/60{ background-color: rgb(165 243 252 / 0.6); }
.bg-cyan-200\/70{ background-color: rgb(165 243 252 / 0.7); }
.bg-cyan-200\/75{ background-color: rgb(165 243 252 / 0.75); }
.bg-cyan-200\/80{ background-color: rgb(165 243 252 / 0.8); }
.bg-cyan-200\/90{ background-color: rgb(165 243 252 / 0.9); }
.bg-cyan-200\/95{ background-color: rgb(165 243 252 / 0.95); }
.bg-cyan-300{ --tw-bg-opacity: 1; background-color: rgb(103 232 249 / var(--tw-bg-opacity)); }
.bg-cyan-300\/0{ background-color: rgb(103 232 249 / 0); }
.bg-cyan-300\/10{ background-color: rgb(103 232 249 / 0.1); }
.bg-cyan-300\/100{ background-color: rgb(103 232 249 / 1); }
.bg-cyan-300\/20{ background-color: rgb(103 232 249 / 0.2); }
.bg-cyan-300\/25{ background-color: rgb(103 232 249 / 0.25); }
.bg-cyan-300\/30{ background-color: rgb(103 232 249 / 0.3); }
.bg-cyan-300\/40{ background-color: rgb(103 232 249 / 0.4); }
.bg-cyan-300\/5{ background-color: rgb(103 232 249 / 0.05); }
.bg-cyan-300\/50{ background-color: rgb(103 232 249 / 0.5); }
.bg-cyan-300\/60{ background-color: rgb(103 232 249 / 0.6); }
.bg-cyan-300\/70{ background-color: rgb(103 232 249 / 0.7); }
.bg-cyan-300\/75{ background-color: rgb(103 232 249 / 0.75); }
.bg-cyan-300\/80{ background-color: rgb(103 232 249 / 0.8); }
.bg-cyan-300\/90{ background-color: rgb(103 232 249 / 0.9); }
.bg-cyan-300\/95{ background-color: rgb(103 232 249 / 0.95); }
.bg-cyan-400{ --tw-bg-opacity: 1; background-color: rgb(34 211 238 / var(--tw-bg-opacity)); }
.bg-cyan-400\/0{ background-color: rgb(34 211 238 / 0); }
.bg-cyan-400\/10{ background-color: rgb(34 211 238 / 0.1); }
.bg-cyan-400\/100{ background-color: rgb(34 211 238 / 1); }
.bg-cyan-400\/20{ background-color: rgb(34 211 238 / 0.2); }
.bg-cyan-400\/25{ background-color: rgb(34 211 238 / 0.25); }
.bg-cyan-400\/30{ background-color: rgb(34 211 238 / 0.3); }
.bg-cyan-400\/40{ background-color: rgb(34 211 238 / 0.4); }
.bg-cyan-400\/5{ background-color: rgb(34 211 238 / 0.05); }
.bg-cyan-400\/50{ background-color: rgb(34 211 238 / 0.5); }
.bg-cyan-400\/60{ background-color: rgb(34 211 238 / 0.6); }
.bg-cyan-400\/70{ background-color: rgb(34 211 238 / 0.7); }
.bg-cyan-400\/75{ background-color: rgb(34 211 238 / 0.75); }
.bg-cyan-400\/80{ background-color: rgb(34 211 238 / 0.8); }
.bg-cyan-400\/90{ background-color: rgb(34 211 238 / 0.9); }
.bg-cyan-400\/95{ background-color: rgb(34 211 238 / 0.95); }
.bg-cyan-50{ --tw-bg-opacity: 1; background-color: rgb(236 254 255 / var(--tw-bg-opacity)); }
.bg-cyan-50\/0{ background-color: rgb(236 254 255 / 0); }
.bg-cyan-50\/10{ background-color: rgb(236 254 255 / 0.1); }
.bg-cyan-50\/100{ background-color: rgb(236 254 255 / 1); }
.bg-cyan-50\/20{ background-color: rgb(236 254 255 / 0.2); }
.bg-cyan-50\/25{ background-color: rgb(236 254 255 / 0.25); }
.bg-cyan-50\/30{ background-color: rgb(236 254 255 / 0.3); }
.bg-cyan-50\/40{ background-color: rgb(236 254 255 / 0.4); }
.bg-cyan-50\/5{ background-color: rgb(236 254 255 / 0.05); }
.bg-cyan-50\/50{ background-color: rgb(236 254 255 / 0.5); }
.bg-cyan-50\/60{ background-color: rgb(236 254 255 / 0.6); }
.bg-cyan-50\/70{ background-color: rgb(236 254 255 / 0.7); }
.bg-cyan-50\/75{ background-color: rgb(236 254 255 / 0.75); }
.bg-cyan-50\/80{ background-color: rgb(236 254 255 / 0.8); }
.bg-cyan-50\/90{ background-color: rgb(236 254 255 / 0.9); }
.bg-cyan-50\/95{ background-color: rgb(236 254 255 / 0.95); }
.bg-cyan-500{ --tw-bg-opacity: 1; background-color: rgb(6 182 212 / var(--tw-bg-opacity)); }
.bg-cyan-500\/0{ background-color: rgb(6 182 212 / 0); }
.bg-cyan-500\/10{ background-color: rgb(6 182 212 / 0.1); }
.bg-cyan-500\/100{ background-color: rgb(6 182 212 / 1); }
.bg-cyan-500\/20{ background-color: rgb(6 182 212 / 0.2); }
.bg-cyan-500\/25{ background-color: rgb(6 182 212 / 0.25); }
.bg-cyan-500\/30{ background-color: rgb(6 182 212 / 0.3); }
.bg-cyan-500\/40{ background-color: rgb(6 182 212 / 0.4); }
.bg-cyan-500\/5{ background-color: rgb(6 182 212 / 0.05); }
.bg-cyan-500\/50{ background-color: rgb(6 182 212 / 0.5); }
.bg-cyan-500\/60{ background-color: rgb(6 182 212 / 0.6); }
.bg-cyan-500\/70{ background-color: rgb(6 182 212 / 0.7); }
.bg-cyan-500\/75{ background-color: rgb(6 182 212 / 0.75); }
.bg-cyan-500\/80{ background-color: rgb(6 182 212 / 0.8); }
.bg-cyan-500\/90{ background-color: rgb(6 182 212 / 0.9); }
.bg-cyan-500\/95{ background-color: rgb(6 182 212 / 0.95); }
.bg-cyan-600{ --tw-bg-opacity: 1; background-color: rgb(8 145 178 / var(--tw-bg-opacity)); }
.bg-cyan-600\/0{ background-color: rgb(8 145 178 / 0); }
.bg-cyan-600\/10{ background-color: rgb(8 145 178 / 0.1); }
.bg-cyan-600\/100{ background-color: rgb(8 145 178 / 1); }
.bg-cyan-600\/20{ background-color: rgb(8 145 178 / 0.2); }
.bg-cyan-600\/25{ background-color: rgb(8 145 178 / 0.25); }
.bg-cyan-600\/30{ background-color: rgb(8 145 178 / 0.3); }
.bg-cyan-600\/40{ background-color: rgb(8 145 178 / 0.4); }
.bg-cyan-600\/5{ background-color: rgb(8 145 178 / 0.05); }
.bg-cyan-600\/50{ background-color: rgb(8 145 178 / 0.5); }
.bg-cyan-600\/60{ background-color: rgb(8 145 178 / 0.6); }
.bg-cyan-600\/70{ background-color: rgb(8 145 178 / 0.7); }
.bg-cyan-600\/75{ background-color: rgb(8 145 178 / 0.75); }
.bg-cyan-600\/80{ background-color: rgb(8 145 178 / 0.8); }
.bg-cyan-600\/90{ background-color: rgb(8 145 178 / 0.9); }
.bg-cyan-600\/95{ background-color: rgb(8 145 178 / 0.95); }
.bg-cyan-700{ --tw-bg-opacity: 1; background-color: rgb(14 116 144 / var(--tw-bg-opacity)); }
.bg-cyan-700\/0{ background-color: rgb(14 116 144 / 0); }
.bg-cyan-700\/10{ background-color: rgb(14 116 144 / 0.1); }
.bg-cyan-700\/100{ background-color: rgb(14 116 144 / 1); }
.bg-cyan-700\/20{ background-color: rgb(14 116 144 / 0.2); }
.bg-cyan-700\/25{ background-color: rgb(14 116 144 / 0.25); }
.bg-cyan-700\/30{ background-color: rgb(14 116 144 / 0.3); }
.bg-cyan-700\/40{ background-color: rgb(14 116 144 / 0.4); }
.bg-cyan-700\/5{ background-color: rgb(14 116 144 / 0.05); }
.bg-cyan-700\/50{ background-color: rgb(14 116 144 / 0.5); }
.bg-cyan-700\/60{ background-color: rgb(14 116 144 / 0.6); }
.bg-cyan-700\/70{ background-color: rgb(14 116 144 / 0.7); }
.bg-cyan-700\/75{ background-color: rgb(14 116 144 / 0.75); }
.bg-cyan-700\/80{ background-color: rgb(14 116 144 / 0.8); }
.bg-cyan-700\/90{ background-color: rgb(14 116 144 / 0.9); }
.bg-cyan-700\/95{ background-color: rgb(14 116 144 / 0.95); }
.bg-cyan-800{ --tw-bg-opacity: 1; background-color: rgb(21 94 117 / var(--tw-bg-opacity)); }
.bg-cyan-800\/0{ background-color: rgb(21 94 117 / 0); }
.bg-cyan-800\/10{ background-color: rgb(21 94 117 / 0.1); }
.bg-cyan-800\/100{ background-color: rgb(21 94 117 / 1); }
.bg-cyan-800\/20{ background-color: rgb(21 94 117 / 0.2); }
.bg-cyan-800\/25{ background-color: rgb(21 94 117 / 0.25); }
.bg-cyan-800\/30{ background-color: rgb(21 94 117 / 0.3); }
.bg-cyan-800\/40{ background-color: rgb(21 94 117 / 0.4); }
.bg-cyan-800\/5{ background-color: rgb(21 94 117 / 0.05); }
.bg-cyan-800\/50{ background-color: rgb(21 94 117 / 0.5); }
.bg-cyan-800\/60{ background-color: rgb(21 94 117 / 0.6); }
.bg-cyan-800\/70{ background-color: rgb(21 94 117 / 0.7); }
.bg-cyan-800\/75{ background-color: rgb(21 94 117 / 0.75); }
.bg-cyan-800\/80{ background-color: rgb(21 94 117 / 0.8); }
.bg-cyan-800\/90{ background-color: rgb(21 94 117 / 0.9); }
.bg-cyan-800\/95{ background-color: rgb(21 94 117 / 0.95); }
.bg-cyan-900{ --tw-bg-opacity: 1; background-color: rgb(22 78 99 / var(--tw-bg-opacity)); }
.bg-cyan-900\/0{ background-color: rgb(22 78 99 / 0); }
.bg-cyan-900\/10{ background-color: rgb(22 78 99 / 0.1); }
.bg-cyan-900\/100{ background-color: rgb(22 78 99 / 1); }
.bg-cyan-900\/20{ background-color: rgb(22 78 99 / 0.2); }
.bg-cyan-900\/25{ background-color: rgb(22 78 99 / 0.25); }
.bg-cyan-900\/30{ background-color: rgb(22 78 99 / 0.3); }
.bg-cyan-900\/40{ background-color: rgb(22 78 99 / 0.4); }
.bg-cyan-900\/5{ background-color: rgb(22 78 99 / 0.05); }
.bg-cyan-900\/50{ background-color: rgb(22 78 99 / 0.5); }
.bg-cyan-900\/60{ background-color: rgb(22 78 99 / 0.6); }
.bg-cyan-900\/70{ background-color: rgb(22 78 99 / 0.7); }
.bg-cyan-900\/75{ background-color: rgb(22 78 99 / 0.75); }
.bg-cyan-900\/80{ background-color: rgb(22 78 99 / 0.8); }
.bg-cyan-900\/90{ background-color: rgb(22 78 99 / 0.9); }
.bg-cyan-900\/95{ background-color: rgb(22 78 99 / 0.95); }
.bg-cyan-950{ --tw-bg-opacity: 1; background-color: rgb(8 51 68 / var(--tw-bg-opacity)); }
.bg-cyan-950\/0{ background-color: rgb(8 51 68 / 0); }
.bg-cyan-950\/10{ background-color: rgb(8 51 68 / 0.1); }
.bg-cyan-950\/100{ background-color: rgb(8 51 68 / 1); }
.bg-cyan-950\/20{ background-color: rgb(8 51 68 / 0.2); }
.bg-cyan-950\/25{ background-color: rgb(8 51 68 / 0.25); }
.bg-cyan-950\/30{ background-color: rgb(8 51 68 / 0.3); }
.bg-cyan-950\/40{ background-color: rgb(8 51 68 / 0.4); }
.bg-cyan-950\/5{ background-color: rgb(8 51 68 / 0.05); }
.bg-cyan-950\/50{ background-color: rgb(8 51 68 / 0.5); }
.bg-cyan-950\/60{ background-color: rgb(8 51 68 / 0.6); }
.bg-cyan-950\/70{ background-color: rgb(8 51 68 / 0.7); }
.bg-cyan-950\/75{ background-color: rgb(8 51 68 / 0.75); }
.bg-cyan-950\/80{ background-color: rgb(8 51 68 / 0.8); }
.bg-cyan-950\/90{ background-color: rgb(8 51 68 / 0.9); }
.bg-cyan-950\/95{ background-color: rgb(8 51 68 / 0.95); }
.bg-eggshell{ --tw-bg-opacity: 1; background-color: rgb(240 229 208 / var(--tw-bg-opacity)); }
.bg-eggshell-100{ --tw-bg-opacity: 1; background-color: rgb(254 252 250 / var(--tw-bg-opacity)); }
.bg-eggshell-100\/0{ background-color: rgb(254 252 250 / 0); }
.bg-eggshell-100\/10{ background-color: rgb(254 252 250 / 0.1); }
.bg-eggshell-100\/100{ background-color: rgb(254 252 250 / 1); }
.bg-eggshell-100\/20{ background-color: rgb(254 252 250 / 0.2); }
.bg-eggshell-100\/25{ background-color: rgb(254 252 250 / 0.25); }
.bg-eggshell-100\/30{ background-color: rgb(254 252 250 / 0.3); }
.bg-eggshell-100\/40{ background-color: rgb(254 252 250 / 0.4); }
.bg-eggshell-100\/5{ background-color: rgb(254 252 250 / 0.05); }
.bg-eggshell-100\/50{ background-color: rgb(254 252 250 / 0.5); }
.bg-eggshell-100\/60{ background-color: rgb(254 252 250 / 0.6); }
.bg-eggshell-100\/70{ background-color: rgb(254 252 250 / 0.7); }
.bg-eggshell-100\/75{ background-color: rgb(254 252 250 / 0.75); }
.bg-eggshell-100\/80{ background-color: rgb(254 252 250 / 0.8); }
.bg-eggshell-100\/90{ background-color: rgb(254 252 250 / 0.9); }
.bg-eggshell-100\/95{ background-color: rgb(254 252 250 / 0.95); }
.bg-eggshell-200{ --tw-bg-opacity: 1; background-color: rgb(252 250 246 / var(--tw-bg-opacity)); }
.bg-eggshell-200\/0{ background-color: rgb(252 250 246 / 0); }
.bg-eggshell-200\/10{ background-color: rgb(252 250 246 / 0.1); }
.bg-eggshell-200\/100{ background-color: rgb(252 250 246 / 1); }
.bg-eggshell-200\/20{ background-color: rgb(252 250 246 / 0.2); }
.bg-eggshell-200\/25{ background-color: rgb(252 250 246 / 0.25); }
.bg-eggshell-200\/30{ background-color: rgb(252 250 246 / 0.3); }
.bg-eggshell-200\/40{ background-color: rgb(252 250 246 / 0.4); }
.bg-eggshell-200\/5{ background-color: rgb(252 250 246 / 0.05); }
.bg-eggshell-200\/50{ background-color: rgb(252 250 246 / 0.5); }
.bg-eggshell-200\/60{ background-color: rgb(252 250 246 / 0.6); }
.bg-eggshell-200\/70{ background-color: rgb(252 250 246 / 0.7); }
.bg-eggshell-200\/75{ background-color: rgb(252 250 246 / 0.75); }
.bg-eggshell-200\/80{ background-color: rgb(252 250 246 / 0.8); }
.bg-eggshell-200\/90{ background-color: rgb(252 250 246 / 0.9); }
.bg-eggshell-200\/95{ background-color: rgb(252 250 246 / 0.95); }
.bg-eggshell-300{ --tw-bg-opacity: 1; background-color: rgb(251 247 241 / var(--tw-bg-opacity)); }
.bg-eggshell-300\/0{ background-color: rgb(251 247 241 / 0); }
.bg-eggshell-300\/10{ background-color: rgb(251 247 241 / 0.1); }
.bg-eggshell-300\/100{ background-color: rgb(251 247 241 / 1); }
.bg-eggshell-300\/20{ background-color: rgb(251 247 241 / 0.2); }
.bg-eggshell-300\/25{ background-color: rgb(251 247 241 / 0.25); }
.bg-eggshell-300\/30{ background-color: rgb(251 247 241 / 0.3); }
.bg-eggshell-300\/40{ background-color: rgb(251 247 241 / 0.4); }
.bg-eggshell-300\/5{ background-color: rgb(251 247 241 / 0.05); }
.bg-eggshell-300\/50{ background-color: rgb(251 247 241 / 0.5); }
.bg-eggshell-300\/60{ background-color: rgb(251 247 241 / 0.6); }
.bg-eggshell-300\/70{ background-color: rgb(251 247 241 / 0.7); }
.bg-eggshell-300\/75{ background-color: rgb(251 247 241 / 0.75); }
.bg-eggshell-300\/80{ background-color: rgb(251 247 241 / 0.8); }
.bg-eggshell-300\/90{ background-color: rgb(251 247 241 / 0.9); }
.bg-eggshell-300\/95{ background-color: rgb(251 247 241 / 0.95); }
.bg-eggshell-400{ --tw-bg-opacity: 1; background-color: rgb(249 245 236 / var(--tw-bg-opacity)); }
.bg-eggshell-400\/0{ background-color: rgb(249 245 236 / 0); }
.bg-eggshell-400\/10{ background-color: rgb(249 245 236 / 0.1); }
.bg-eggshell-400\/100{ background-color: rgb(249 245 236 / 1); }
.bg-eggshell-400\/20{ background-color: rgb(249 245 236 / 0.2); }
.bg-eggshell-400\/25{ background-color: rgb(249 245 236 / 0.25); }
.bg-eggshell-400\/30{ background-color: rgb(249 245 236 / 0.3); }
.bg-eggshell-400\/40{ background-color: rgb(249 245 236 / 0.4); }
.bg-eggshell-400\/5{ background-color: rgb(249 245 236 / 0.05); }
.bg-eggshell-400\/50{ background-color: rgb(249 245 236 / 0.5); }
.bg-eggshell-400\/60{ background-color: rgb(249 245 236 / 0.6); }
.bg-eggshell-400\/70{ background-color: rgb(249 245 236 / 0.7); }
.bg-eggshell-400\/75{ background-color: rgb(249 245 236 / 0.75); }
.bg-eggshell-400\/80{ background-color: rgb(249 245 236 / 0.8); }
.bg-eggshell-400\/90{ background-color: rgb(249 245 236 / 0.9); }
.bg-eggshell-400\/95{ background-color: rgb(249 245 236 / 0.95); }
.bg-eggshell-500{ --tw-bg-opacity: 1; background-color: rgb(247 242 231 / var(--tw-bg-opacity)); }
.bg-eggshell-500\/0{ background-color: rgb(247 242 231 / 0); }
.bg-eggshell-500\/10{ background-color: rgb(247 242 231 / 0.1); }
.bg-eggshell-500\/100{ background-color: rgb(247 242 231 / 1); }
.bg-eggshell-500\/20{ background-color: rgb(247 242 231 / 0.2); }
.bg-eggshell-500\/25{ background-color: rgb(247 242 231 / 0.25); }
.bg-eggshell-500\/30{ background-color: rgb(247 242 231 / 0.3); }
.bg-eggshell-500\/40{ background-color: rgb(247 242 231 / 0.4); }
.bg-eggshell-500\/5{ background-color: rgb(247 242 231 / 0.05); }
.bg-eggshell-500\/50{ background-color: rgb(247 242 231 / 0.5); }
.bg-eggshell-500\/60{ background-color: rgb(247 242 231 / 0.6); }
.bg-eggshell-500\/70{ background-color: rgb(247 242 231 / 0.7); }
.bg-eggshell-500\/75{ background-color: rgb(247 242 231 / 0.75); }
.bg-eggshell-500\/80{ background-color: rgb(247 242 231 / 0.8); }
.bg-eggshell-500\/90{ background-color: rgb(247 242 231 / 0.9); }
.bg-eggshell-500\/95{ background-color: rgb(247 242 231 / 0.95); }
.bg-eggshell-600{ --tw-bg-opacity: 1; background-color: rgb(246 239 227 / var(--tw-bg-opacity)); }
.bg-eggshell-600\/0{ background-color: rgb(246 239 227 / 0); }
.bg-eggshell-600\/10{ background-color: rgb(246 239 227 / 0.1); }
.bg-eggshell-600\/100{ background-color: rgb(246 239 227 / 1); }
.bg-eggshell-600\/20{ background-color: rgb(246 239 227 / 0.2); }
.bg-eggshell-600\/25{ background-color: rgb(246 239 227 / 0.25); }
.bg-eggshell-600\/30{ background-color: rgb(246 239 227 / 0.3); }
.bg-eggshell-600\/40{ background-color: rgb(246 239 227 / 0.4); }
.bg-eggshell-600\/5{ background-color: rgb(246 239 227 / 0.05); }
.bg-eggshell-600\/50{ background-color: rgb(246 239 227 / 0.5); }
.bg-eggshell-600\/60{ background-color: rgb(246 239 227 / 0.6); }
.bg-eggshell-600\/70{ background-color: rgb(246 239 227 / 0.7); }
.bg-eggshell-600\/75{ background-color: rgb(246 239 227 / 0.75); }
.bg-eggshell-600\/80{ background-color: rgb(246 239 227 / 0.8); }
.bg-eggshell-600\/90{ background-color: rgb(246 239 227 / 0.9); }
.bg-eggshell-600\/95{ background-color: rgb(246 239 227 / 0.95); }
.bg-eggshell-700{ --tw-bg-opacity: 1; background-color: rgb(245 237 222 / var(--tw-bg-opacity)); }
.bg-eggshell-700\/0{ background-color: rgb(245 237 222 / 0); }
.bg-eggshell-700\/10{ background-color: rgb(245 237 222 / 0.1); }
.bg-eggshell-700\/100{ background-color: rgb(245 237 222 / 1); }
.bg-eggshell-700\/20{ background-color: rgb(245 237 222 / 0.2); }
.bg-eggshell-700\/25{ background-color: rgb(245 237 222 / 0.25); }
.bg-eggshell-700\/30{ background-color: rgb(245 237 222 / 0.3); }
.bg-eggshell-700\/40{ background-color: rgb(245 237 222 / 0.4); }
.bg-eggshell-700\/5{ background-color: rgb(245 237 222 / 0.05); }
.bg-eggshell-700\/50{ background-color: rgb(245 237 222 / 0.5); }
.bg-eggshell-700\/60{ background-color: rgb(245 237 222 / 0.6); }
.bg-eggshell-700\/70{ background-color: rgb(245 237 222 / 0.7); }
.bg-eggshell-700\/75{ background-color: rgb(245 237 222 / 0.75); }
.bg-eggshell-700\/80{ background-color: rgb(245 237 222 / 0.8); }
.bg-eggshell-700\/90{ background-color: rgb(245 237 222 / 0.9); }
.bg-eggshell-700\/95{ background-color: rgb(245 237 222 / 0.95); }
.bg-eggshell-800{ --tw-bg-opacity: 1; background-color: rgb(243 234 217 / var(--tw-bg-opacity)); }
.bg-eggshell-800\/0{ background-color: rgb(243 234 217 / 0); }
.bg-eggshell-800\/10{ background-color: rgb(243 234 217 / 0.1); }
.bg-eggshell-800\/100{ background-color: rgb(243 234 217 / 1); }
.bg-eggshell-800\/20{ background-color: rgb(243 234 217 / 0.2); }
.bg-eggshell-800\/25{ background-color: rgb(243 234 217 / 0.25); }
.bg-eggshell-800\/30{ background-color: rgb(243 234 217 / 0.3); }
.bg-eggshell-800\/40{ background-color: rgb(243 234 217 / 0.4); }
.bg-eggshell-800\/5{ background-color: rgb(243 234 217 / 0.05); }
.bg-eggshell-800\/50{ background-color: rgb(243 234 217 / 0.5); }
.bg-eggshell-800\/60{ background-color: rgb(243 234 217 / 0.6); }
.bg-eggshell-800\/70{ background-color: rgb(243 234 217 / 0.7); }
.bg-eggshell-800\/75{ background-color: rgb(243 234 217 / 0.75); }
.bg-eggshell-800\/80{ background-color: rgb(243 234 217 / 0.8); }
.bg-eggshell-800\/90{ background-color: rgb(243 234 217 / 0.9); }
.bg-eggshell-800\/95{ background-color: rgb(243 234 217 / 0.95); }
.bg-eggshell-900{ --tw-bg-opacity: 1; background-color: rgb(242 232 213 / var(--tw-bg-opacity)); }
.bg-eggshell-900\/0{ background-color: rgb(242 232 213 / 0); }
.bg-eggshell-900\/10{ background-color: rgb(242 232 213 / 0.1); }
.bg-eggshell-900\/100{ background-color: rgb(242 232 213 / 1); }
.bg-eggshell-900\/20{ background-color: rgb(242 232 213 / 0.2); }
.bg-eggshell-900\/25{ background-color: rgb(242 232 213 / 0.25); }
.bg-eggshell-900\/30{ background-color: rgb(242 232 213 / 0.3); }
.bg-eggshell-900\/40{ background-color: rgb(242 232 213 / 0.4); }
.bg-eggshell-900\/5{ background-color: rgb(242 232 213 / 0.05); }
.bg-eggshell-900\/50{ background-color: rgb(242 232 213 / 0.5); }
.bg-eggshell-900\/60{ background-color: rgb(242 232 213 / 0.6); }
.bg-eggshell-900\/70{ background-color: rgb(242 232 213 / 0.7); }
.bg-eggshell-900\/75{ background-color: rgb(242 232 213 / 0.75); }
.bg-eggshell-900\/80{ background-color: rgb(242 232 213 / 0.8); }
.bg-eggshell-900\/90{ background-color: rgb(242 232 213 / 0.9); }
.bg-eggshell-900\/95{ background-color: rgb(242 232 213 / 0.95); }
.bg-eggshell\/0{ background-color: rgb(240 229 208 / 0); }
.bg-eggshell\/10{ background-color: rgb(240 229 208 / 0.1); }
.bg-eggshell\/100{ background-color: rgb(240 229 208 / 1); }
.bg-eggshell\/20{ background-color: rgb(240 229 208 / 0.2); }
.bg-eggshell\/25{ background-color: rgb(240 229 208 / 0.25); }
.bg-eggshell\/30{ background-color: rgb(240 229 208 / 0.3); }
.bg-eggshell\/40{ background-color: rgb(240 229 208 / 0.4); }
.bg-eggshell\/5{ background-color: rgb(240 229 208 / 0.05); }
.bg-eggshell\/50{ background-color: rgb(240 229 208 / 0.5); }
.bg-eggshell\/60{ background-color: rgb(240 229 208 / 0.6); }
.bg-eggshell\/70{ background-color: rgb(240 229 208 / 0.7); }
.bg-eggshell\/75{ background-color: rgb(240 229 208 / 0.75); }
.bg-eggshell\/80{ background-color: rgb(240 229 208 / 0.8); }
.bg-eggshell\/90{ background-color: rgb(240 229 208 / 0.9); }
.bg-eggshell\/95{ background-color: rgb(240 229 208 / 0.95); }
.bg-emerald-100{ --tw-bg-opacity: 1; background-color: rgb(209 250 229 / var(--tw-bg-opacity)); }
.bg-emerald-100\/0{ background-color: rgb(209 250 229 / 0); }
.bg-emerald-100\/10{ background-color: rgb(209 250 229 / 0.1); }
.bg-emerald-100\/100{ background-color: rgb(209 250 229 / 1); }
.bg-emerald-100\/20{ background-color: rgb(209 250 229 / 0.2); }
.bg-emerald-100\/25{ background-color: rgb(209 250 229 / 0.25); }
.bg-emerald-100\/30{ background-color: rgb(209 250 229 / 0.3); }
.bg-emerald-100\/40{ background-color: rgb(209 250 229 / 0.4); }
.bg-emerald-100\/5{ background-color: rgb(209 250 229 / 0.05); }
.bg-emerald-100\/50{ background-color: rgb(209 250 229 / 0.5); }
.bg-emerald-100\/60{ background-color: rgb(209 250 229 / 0.6); }
.bg-emerald-100\/70{ background-color: rgb(209 250 229 / 0.7); }
.bg-emerald-100\/75{ background-color: rgb(209 250 229 / 0.75); }
.bg-emerald-100\/80{ background-color: rgb(209 250 229 / 0.8); }
.bg-emerald-100\/90{ background-color: rgb(209 250 229 / 0.9); }
.bg-emerald-100\/95{ background-color: rgb(209 250 229 / 0.95); }
.bg-emerald-200{ --tw-bg-opacity: 1; background-color: rgb(167 243 208 / var(--tw-bg-opacity)); }
.bg-emerald-200\/0{ background-color: rgb(167 243 208 / 0); }
.bg-emerald-200\/10{ background-color: rgb(167 243 208 / 0.1); }
.bg-emerald-200\/100{ background-color: rgb(167 243 208 / 1); }
.bg-emerald-200\/20{ background-color: rgb(167 243 208 / 0.2); }
.bg-emerald-200\/25{ background-color: rgb(167 243 208 / 0.25); }
.bg-emerald-200\/30{ background-color: rgb(167 243 208 / 0.3); }
.bg-emerald-200\/40{ background-color: rgb(167 243 208 / 0.4); }
.bg-emerald-200\/5{ background-color: rgb(167 243 208 / 0.05); }
.bg-emerald-200\/50{ background-color: rgb(167 243 208 / 0.5); }
.bg-emerald-200\/60{ background-color: rgb(167 243 208 / 0.6); }
.bg-emerald-200\/70{ background-color: rgb(167 243 208 / 0.7); }
.bg-emerald-200\/75{ background-color: rgb(167 243 208 / 0.75); }
.bg-emerald-200\/80{ background-color: rgb(167 243 208 / 0.8); }
.bg-emerald-200\/90{ background-color: rgb(167 243 208 / 0.9); }
.bg-emerald-200\/95{ background-color: rgb(167 243 208 / 0.95); }
.bg-emerald-300{ --tw-bg-opacity: 1; background-color: rgb(110 231 183 / var(--tw-bg-opacity)); }
.bg-emerald-300\/0{ background-color: rgb(110 231 183 / 0); }
.bg-emerald-300\/10{ background-color: rgb(110 231 183 / 0.1); }
.bg-emerald-300\/100{ background-color: rgb(110 231 183 / 1); }
.bg-emerald-300\/20{ background-color: rgb(110 231 183 / 0.2); }
.bg-emerald-300\/25{ background-color: rgb(110 231 183 / 0.25); }
.bg-emerald-300\/30{ background-color: rgb(110 231 183 / 0.3); }
.bg-emerald-300\/40{ background-color: rgb(110 231 183 / 0.4); }
.bg-emerald-300\/5{ background-color: rgb(110 231 183 / 0.05); }
.bg-emerald-300\/50{ background-color: rgb(110 231 183 / 0.5); }
.bg-emerald-300\/60{ background-color: rgb(110 231 183 / 0.6); }
.bg-emerald-300\/70{ background-color: rgb(110 231 183 / 0.7); }
.bg-emerald-300\/75{ background-color: rgb(110 231 183 / 0.75); }
.bg-emerald-300\/80{ background-color: rgb(110 231 183 / 0.8); }
.bg-emerald-300\/90{ background-color: rgb(110 231 183 / 0.9); }
.bg-emerald-300\/95{ background-color: rgb(110 231 183 / 0.95); }
.bg-emerald-400{ --tw-bg-opacity: 1; background-color: rgb(52 211 153 / var(--tw-bg-opacity)); }
.bg-emerald-400\/0{ background-color: rgb(52 211 153 / 0); }
.bg-emerald-400\/10{ background-color: rgb(52 211 153 / 0.1); }
.bg-emerald-400\/100{ background-color: rgb(52 211 153 / 1); }
.bg-emerald-400\/20{ background-color: rgb(52 211 153 / 0.2); }
.bg-emerald-400\/25{ background-color: rgb(52 211 153 / 0.25); }
.bg-emerald-400\/30{ background-color: rgb(52 211 153 / 0.3); }
.bg-emerald-400\/40{ background-color: rgb(52 211 153 / 0.4); }
.bg-emerald-400\/5{ background-color: rgb(52 211 153 / 0.05); }
.bg-emerald-400\/50{ background-color: rgb(52 211 153 / 0.5); }
.bg-emerald-400\/60{ background-color: rgb(52 211 153 / 0.6); }
.bg-emerald-400\/70{ background-color: rgb(52 211 153 / 0.7); }
.bg-emerald-400\/75{ background-color: rgb(52 211 153 / 0.75); }
.bg-emerald-400\/80{ background-color: rgb(52 211 153 / 0.8); }
.bg-emerald-400\/90{ background-color: rgb(52 211 153 / 0.9); }
.bg-emerald-400\/95{ background-color: rgb(52 211 153 / 0.95); }
.bg-emerald-50{ --tw-bg-opacity: 1; background-color: rgb(236 253 245 / var(--tw-bg-opacity)); }
.bg-emerald-50\/0{ background-color: rgb(236 253 245 / 0); }
.bg-emerald-50\/10{ background-color: rgb(236 253 245 / 0.1); }
.bg-emerald-50\/100{ background-color: rgb(236 253 245 / 1); }
.bg-emerald-50\/20{ background-color: rgb(236 253 245 / 0.2); }
.bg-emerald-50\/25{ background-color: rgb(236 253 245 / 0.25); }
.bg-emerald-50\/30{ background-color: rgb(236 253 245 / 0.3); }
.bg-emerald-50\/40{ background-color: rgb(236 253 245 / 0.4); }
.bg-emerald-50\/5{ background-color: rgb(236 253 245 / 0.05); }
.bg-emerald-50\/50{ background-color: rgb(236 253 245 / 0.5); }
.bg-emerald-50\/60{ background-color: rgb(236 253 245 / 0.6); }
.bg-emerald-50\/70{ background-color: rgb(236 253 245 / 0.7); }
.bg-emerald-50\/75{ background-color: rgb(236 253 245 / 0.75); }
.bg-emerald-50\/80{ background-color: rgb(236 253 245 / 0.8); }
.bg-emerald-50\/90{ background-color: rgb(236 253 245 / 0.9); }
.bg-emerald-50\/95{ background-color: rgb(236 253 245 / 0.95); }
.bg-emerald-500{ --tw-bg-opacity: 1; background-color: rgb(16 185 129 / var(--tw-bg-opacity)); }
.bg-emerald-500\/0{ background-color: rgb(16 185 129 / 0); }
.bg-emerald-500\/10{ background-color: rgb(16 185 129 / 0.1); }
.bg-emerald-500\/100{ background-color: rgb(16 185 129 / 1); }
.bg-emerald-500\/20{ background-color: rgb(16 185 129 / 0.2); }
.bg-emerald-500\/25{ background-color: rgb(16 185 129 / 0.25); }
.bg-emerald-500\/30{ background-color: rgb(16 185 129 / 0.3); }
.bg-emerald-500\/40{ background-color: rgb(16 185 129 / 0.4); }
.bg-emerald-500\/5{ background-color: rgb(16 185 129 / 0.05); }
.bg-emerald-500\/50{ background-color: rgb(16 185 129 / 0.5); }
.bg-emerald-500\/60{ background-color: rgb(16 185 129 / 0.6); }
.bg-emerald-500\/70{ background-color: rgb(16 185 129 / 0.7); }
.bg-emerald-500\/75{ background-color: rgb(16 185 129 / 0.75); }
.bg-emerald-500\/80{ background-color: rgb(16 185 129 / 0.8); }
.bg-emerald-500\/90{ background-color: rgb(16 185 129 / 0.9); }
.bg-emerald-500\/95{ background-color: rgb(16 185 129 / 0.95); }
.bg-emerald-600{ --tw-bg-opacity: 1; background-color: rgb(5 150 105 / var(--tw-bg-opacity)); }
.bg-emerald-600\/0{ background-color: rgb(5 150 105 / 0); }
.bg-emerald-600\/10{ background-color: rgb(5 150 105 / 0.1); }
.bg-emerald-600\/100{ background-color: rgb(5 150 105 / 1); }
.bg-emerald-600\/20{ background-color: rgb(5 150 105 / 0.2); }
.bg-emerald-600\/25{ background-color: rgb(5 150 105 / 0.25); }
.bg-emerald-600\/30{ background-color: rgb(5 150 105 / 0.3); }
.bg-emerald-600\/40{ background-color: rgb(5 150 105 / 0.4); }
.bg-emerald-600\/5{ background-color: rgb(5 150 105 / 0.05); }
.bg-emerald-600\/50{ background-color: rgb(5 150 105 / 0.5); }
.bg-emerald-600\/60{ background-color: rgb(5 150 105 / 0.6); }
.bg-emerald-600\/70{ background-color: rgb(5 150 105 / 0.7); }
.bg-emerald-600\/75{ background-color: rgb(5 150 105 / 0.75); }
.bg-emerald-600\/80{ background-color: rgb(5 150 105 / 0.8); }
.bg-emerald-600\/90{ background-color: rgb(5 150 105 / 0.9); }
.bg-emerald-600\/95{ background-color: rgb(5 150 105 / 0.95); }
.bg-emerald-700{ --tw-bg-opacity: 1; background-color: rgb(4 120 87 / var(--tw-bg-opacity)); }
.bg-emerald-700\/0{ background-color: rgb(4 120 87 / 0); }
.bg-emerald-700\/10{ background-color: rgb(4 120 87 / 0.1); }
.bg-emerald-700\/100{ background-color: rgb(4 120 87 / 1); }
.bg-emerald-700\/20{ background-color: rgb(4 120 87 / 0.2); }
.bg-emerald-700\/25{ background-color: rgb(4 120 87 / 0.25); }
.bg-emerald-700\/30{ background-color: rgb(4 120 87 / 0.3); }
.bg-emerald-700\/40{ background-color: rgb(4 120 87 / 0.4); }
.bg-emerald-700\/5{ background-color: rgb(4 120 87 / 0.05); }
.bg-emerald-700\/50{ background-color: rgb(4 120 87 / 0.5); }
.bg-emerald-700\/60{ background-color: rgb(4 120 87 / 0.6); }
.bg-emerald-700\/70{ background-color: rgb(4 120 87 / 0.7); }
.bg-emerald-700\/75{ background-color: rgb(4 120 87 / 0.75); }
.bg-emerald-700\/80{ background-color: rgb(4 120 87 / 0.8); }
.bg-emerald-700\/90{ background-color: rgb(4 120 87 / 0.9); }
.bg-emerald-700\/95{ background-color: rgb(4 120 87 / 0.95); }
.bg-emerald-800{ --tw-bg-opacity: 1; background-color: rgb(6 95 70 / var(--tw-bg-opacity)); }
.bg-emerald-800\/0{ background-color: rgb(6 95 70 / 0); }
.bg-emerald-800\/10{ background-color: rgb(6 95 70 / 0.1); }
.bg-emerald-800\/100{ background-color: rgb(6 95 70 / 1); }
.bg-emerald-800\/20{ background-color: rgb(6 95 70 / 0.2); }
.bg-emerald-800\/25{ background-color: rgb(6 95 70 / 0.25); }
.bg-emerald-800\/30{ background-color: rgb(6 95 70 / 0.3); }
.bg-emerald-800\/40{ background-color: rgb(6 95 70 / 0.4); }
.bg-emerald-800\/5{ background-color: rgb(6 95 70 / 0.05); }
.bg-emerald-800\/50{ background-color: rgb(6 95 70 / 0.5); }
.bg-emerald-800\/60{ background-color: rgb(6 95 70 / 0.6); }
.bg-emerald-800\/70{ background-color: rgb(6 95 70 / 0.7); }
.bg-emerald-800\/75{ background-color: rgb(6 95 70 / 0.75); }
.bg-emerald-800\/80{ background-color: rgb(6 95 70 / 0.8); }
.bg-emerald-800\/90{ background-color: rgb(6 95 70 / 0.9); }
.bg-emerald-800\/95{ background-color: rgb(6 95 70 / 0.95); }
.bg-emerald-900{ --tw-bg-opacity: 1; background-color: rgb(6 78 59 / var(--tw-bg-opacity)); }
.bg-emerald-900\/0{ background-color: rgb(6 78 59 / 0); }
.bg-emerald-900\/10{ background-color: rgb(6 78 59 / 0.1); }
.bg-emerald-900\/100{ background-color: rgb(6 78 59 / 1); }
.bg-emerald-900\/20{ background-color: rgb(6 78 59 / 0.2); }
.bg-emerald-900\/25{ background-color: rgb(6 78 59 / 0.25); }
.bg-emerald-900\/30{ background-color: rgb(6 78 59 / 0.3); }
.bg-emerald-900\/40{ background-color: rgb(6 78 59 / 0.4); }
.bg-emerald-900\/5{ background-color: rgb(6 78 59 / 0.05); }
.bg-emerald-900\/50{ background-color: rgb(6 78 59 / 0.5); }
.bg-emerald-900\/60{ background-color: rgb(6 78 59 / 0.6); }
.bg-emerald-900\/70{ background-color: rgb(6 78 59 / 0.7); }
.bg-emerald-900\/75{ background-color: rgb(6 78 59 / 0.75); }
.bg-emerald-900\/80{ background-color: rgb(6 78 59 / 0.8); }
.bg-emerald-900\/90{ background-color: rgb(6 78 59 / 0.9); }
.bg-emerald-900\/95{ background-color: rgb(6 78 59 / 0.95); }
.bg-emerald-950{ --tw-bg-opacity: 1; background-color: rgb(2 44 34 / var(--tw-bg-opacity)); }
.bg-emerald-950\/0{ background-color: rgb(2 44 34 / 0); }
.bg-emerald-950\/10{ background-color: rgb(2 44 34 / 0.1); }
.bg-emerald-950\/100{ background-color: rgb(2 44 34 / 1); }
.bg-emerald-950\/20{ background-color: rgb(2 44 34 / 0.2); }
.bg-emerald-950\/25{ background-color: rgb(2 44 34 / 0.25); }
.bg-emerald-950\/30{ background-color: rgb(2 44 34 / 0.3); }
.bg-emerald-950\/40{ background-color: rgb(2 44 34 / 0.4); }
.bg-emerald-950\/5{ background-color: rgb(2 44 34 / 0.05); }
.bg-emerald-950\/50{ background-color: rgb(2 44 34 / 0.5); }
.bg-emerald-950\/60{ background-color: rgb(2 44 34 / 0.6); }
.bg-emerald-950\/70{ background-color: rgb(2 44 34 / 0.7); }
.bg-emerald-950\/75{ background-color: rgb(2 44 34 / 0.75); }
.bg-emerald-950\/80{ background-color: rgb(2 44 34 / 0.8); }
.bg-emerald-950\/90{ background-color: rgb(2 44 34 / 0.9); }
.bg-emerald-950\/95{ background-color: rgb(2 44 34 / 0.95); }
.bg-fuchsia-100{ --tw-bg-opacity: 1; background-color: rgb(250 232 255 / var(--tw-bg-opacity)); }
.bg-fuchsia-100\/0{ background-color: rgb(250 232 255 / 0); }
.bg-fuchsia-100\/10{ background-color: rgb(250 232 255 / 0.1); }
.bg-fuchsia-100\/100{ background-color: rgb(250 232 255 / 1); }
.bg-fuchsia-100\/20{ background-color: rgb(250 232 255 / 0.2); }
.bg-fuchsia-100\/25{ background-color: rgb(250 232 255 / 0.25); }
.bg-fuchsia-100\/30{ background-color: rgb(250 232 255 / 0.3); }
.bg-fuchsia-100\/40{ background-color: rgb(250 232 255 / 0.4); }
.bg-fuchsia-100\/5{ background-color: rgb(250 232 255 / 0.05); }
.bg-fuchsia-100\/50{ background-color: rgb(250 232 255 / 0.5); }
.bg-fuchsia-100\/60{ background-color: rgb(250 232 255 / 0.6); }
.bg-fuchsia-100\/70{ background-color: rgb(250 232 255 / 0.7); }
.bg-fuchsia-100\/75{ background-color: rgb(250 232 255 / 0.75); }
.bg-fuchsia-100\/80{ background-color: rgb(250 232 255 / 0.8); }
.bg-fuchsia-100\/90{ background-color: rgb(250 232 255 / 0.9); }
.bg-fuchsia-100\/95{ background-color: rgb(250 232 255 / 0.95); }
.bg-fuchsia-200{ --tw-bg-opacity: 1; background-color: rgb(245 208 254 / var(--tw-bg-opacity)); }
.bg-fuchsia-200\/0{ background-color: rgb(245 208 254 / 0); }
.bg-fuchsia-200\/10{ background-color: rgb(245 208 254 / 0.1); }
.bg-fuchsia-200\/100{ background-color: rgb(245 208 254 / 1); }
.bg-fuchsia-200\/20{ background-color: rgb(245 208 254 / 0.2); }
.bg-fuchsia-200\/25{ background-color: rgb(245 208 254 / 0.25); }
.bg-fuchsia-200\/30{ background-color: rgb(245 208 254 / 0.3); }
.bg-fuchsia-200\/40{ background-color: rgb(245 208 254 / 0.4); }
.bg-fuchsia-200\/5{ background-color: rgb(245 208 254 / 0.05); }
.bg-fuchsia-200\/50{ background-color: rgb(245 208 254 / 0.5); }
.bg-fuchsia-200\/60{ background-color: rgb(245 208 254 / 0.6); }
.bg-fuchsia-200\/70{ background-color: rgb(245 208 254 / 0.7); }
.bg-fuchsia-200\/75{ background-color: rgb(245 208 254 / 0.75); }
.bg-fuchsia-200\/80{ background-color: rgb(245 208 254 / 0.8); }
.bg-fuchsia-200\/90{ background-color: rgb(245 208 254 / 0.9); }
.bg-fuchsia-200\/95{ background-color: rgb(245 208 254 / 0.95); }
.bg-fuchsia-300{ --tw-bg-opacity: 1; background-color: rgb(240 171 252 / var(--tw-bg-opacity)); }
.bg-fuchsia-300\/0{ background-color: rgb(240 171 252 / 0); }
.bg-fuchsia-300\/10{ background-color: rgb(240 171 252 / 0.1); }
.bg-fuchsia-300\/100{ background-color: rgb(240 171 252 / 1); }
.bg-fuchsia-300\/20{ background-color: rgb(240 171 252 / 0.2); }
.bg-fuchsia-300\/25{ background-color: rgb(240 171 252 / 0.25); }
.bg-fuchsia-300\/30{ background-color: rgb(240 171 252 / 0.3); }
.bg-fuchsia-300\/40{ background-color: rgb(240 171 252 / 0.4); }
.bg-fuchsia-300\/5{ background-color: rgb(240 171 252 / 0.05); }
.bg-fuchsia-300\/50{ background-color: rgb(240 171 252 / 0.5); }
.bg-fuchsia-300\/60{ background-color: rgb(240 171 252 / 0.6); }
.bg-fuchsia-300\/70{ background-color: rgb(240 171 252 / 0.7); }
.bg-fuchsia-300\/75{ background-color: rgb(240 171 252 / 0.75); }
.bg-fuchsia-300\/80{ background-color: rgb(240 171 252 / 0.8); }
.bg-fuchsia-300\/90{ background-color: rgb(240 171 252 / 0.9); }
.bg-fuchsia-300\/95{ background-color: rgb(240 171 252 / 0.95); }
.bg-fuchsia-400{ --tw-bg-opacity: 1; background-color: rgb(232 121 249 / var(--tw-bg-opacity)); }
.bg-fuchsia-400\/0{ background-color: rgb(232 121 249 / 0); }
.bg-fuchsia-400\/10{ background-color: rgb(232 121 249 / 0.1); }
.bg-fuchsia-400\/100{ background-color: rgb(232 121 249 / 1); }
.bg-fuchsia-400\/20{ background-color: rgb(232 121 249 / 0.2); }
.bg-fuchsia-400\/25{ background-color: rgb(232 121 249 / 0.25); }
.bg-fuchsia-400\/30{ background-color: rgb(232 121 249 / 0.3); }
.bg-fuchsia-400\/40{ background-color: rgb(232 121 249 / 0.4); }
.bg-fuchsia-400\/5{ background-color: rgb(232 121 249 / 0.05); }
.bg-fuchsia-400\/50{ background-color: rgb(232 121 249 / 0.5); }
.bg-fuchsia-400\/60{ background-color: rgb(232 121 249 / 0.6); }
.bg-fuchsia-400\/70{ background-color: rgb(232 121 249 / 0.7); }
.bg-fuchsia-400\/75{ background-color: rgb(232 121 249 / 0.75); }
.bg-fuchsia-400\/80{ background-color: rgb(232 121 249 / 0.8); }
.bg-fuchsia-400\/90{ background-color: rgb(232 121 249 / 0.9); }
.bg-fuchsia-400\/95{ background-color: rgb(232 121 249 / 0.95); }
.bg-fuchsia-50{ --tw-bg-opacity: 1; background-color: rgb(253 244 255 / var(--tw-bg-opacity)); }
.bg-fuchsia-50\/0{ background-color: rgb(253 244 255 / 0); }
.bg-fuchsia-50\/10{ background-color: rgb(253 244 255 / 0.1); }
.bg-fuchsia-50\/100{ background-color: rgb(253 244 255 / 1); }
.bg-fuchsia-50\/20{ background-color: rgb(253 244 255 / 0.2); }
.bg-fuchsia-50\/25{ background-color: rgb(253 244 255 / 0.25); }
.bg-fuchsia-50\/30{ background-color: rgb(253 244 255 / 0.3); }
.bg-fuchsia-50\/40{ background-color: rgb(253 244 255 / 0.4); }
.bg-fuchsia-50\/5{ background-color: rgb(253 244 255 / 0.05); }
.bg-fuchsia-50\/50{ background-color: rgb(253 244 255 / 0.5); }
.bg-fuchsia-50\/60{ background-color: rgb(253 244 255 / 0.6); }
.bg-fuchsia-50\/70{ background-color: rgb(253 244 255 / 0.7); }
.bg-fuchsia-50\/75{ background-color: rgb(253 244 255 / 0.75); }
.bg-fuchsia-50\/80{ background-color: rgb(253 244 255 / 0.8); }
.bg-fuchsia-50\/90{ background-color: rgb(253 244 255 / 0.9); }
.bg-fuchsia-50\/95{ background-color: rgb(253 244 255 / 0.95); }
.bg-fuchsia-500{ --tw-bg-opacity: 1; background-color: rgb(217 70 239 / var(--tw-bg-opacity)); }
.bg-fuchsia-500\/0{ background-color: rgb(217 70 239 / 0); }
.bg-fuchsia-500\/10{ background-color: rgb(217 70 239 / 0.1); }
.bg-fuchsia-500\/100{ background-color: rgb(217 70 239 / 1); }
.bg-fuchsia-500\/20{ background-color: rgb(217 70 239 / 0.2); }
.bg-fuchsia-500\/25{ background-color: rgb(217 70 239 / 0.25); }
.bg-fuchsia-500\/30{ background-color: rgb(217 70 239 / 0.3); }
.bg-fuchsia-500\/40{ background-color: rgb(217 70 239 / 0.4); }
.bg-fuchsia-500\/5{ background-color: rgb(217 70 239 / 0.05); }
.bg-fuchsia-500\/50{ background-color: rgb(217 70 239 / 0.5); }
.bg-fuchsia-500\/60{ background-color: rgb(217 70 239 / 0.6); }
.bg-fuchsia-500\/70{ background-color: rgb(217 70 239 / 0.7); }
.bg-fuchsia-500\/75{ background-color: rgb(217 70 239 / 0.75); }
.bg-fuchsia-500\/80{ background-color: rgb(217 70 239 / 0.8); }
.bg-fuchsia-500\/90{ background-color: rgb(217 70 239 / 0.9); }
.bg-fuchsia-500\/95{ background-color: rgb(217 70 239 / 0.95); }
.bg-fuchsia-600{ --tw-bg-opacity: 1; background-color: rgb(192 38 211 / var(--tw-bg-opacity)); }
.bg-fuchsia-600\/0{ background-color: rgb(192 38 211 / 0); }
.bg-fuchsia-600\/10{ background-color: rgb(192 38 211 / 0.1); }
.bg-fuchsia-600\/100{ background-color: rgb(192 38 211 / 1); }
.bg-fuchsia-600\/20{ background-color: rgb(192 38 211 / 0.2); }
.bg-fuchsia-600\/25{ background-color: rgb(192 38 211 / 0.25); }
.bg-fuchsia-600\/30{ background-color: rgb(192 38 211 / 0.3); }
.bg-fuchsia-600\/40{ background-color: rgb(192 38 211 / 0.4); }
.bg-fuchsia-600\/5{ background-color: rgb(192 38 211 / 0.05); }
.bg-fuchsia-600\/50{ background-color: rgb(192 38 211 / 0.5); }
.bg-fuchsia-600\/60{ background-color: rgb(192 38 211 / 0.6); }
.bg-fuchsia-600\/70{ background-color: rgb(192 38 211 / 0.7); }
.bg-fuchsia-600\/75{ background-color: rgb(192 38 211 / 0.75); }
.bg-fuchsia-600\/80{ background-color: rgb(192 38 211 / 0.8); }
.bg-fuchsia-600\/90{ background-color: rgb(192 38 211 / 0.9); }
.bg-fuchsia-600\/95{ background-color: rgb(192 38 211 / 0.95); }
.bg-fuchsia-700{ --tw-bg-opacity: 1; background-color: rgb(162 28 175 / var(--tw-bg-opacity)); }
.bg-fuchsia-700\/0{ background-color: rgb(162 28 175 / 0); }
.bg-fuchsia-700\/10{ background-color: rgb(162 28 175 / 0.1); }
.bg-fuchsia-700\/100{ background-color: rgb(162 28 175 / 1); }
.bg-fuchsia-700\/20{ background-color: rgb(162 28 175 / 0.2); }
.bg-fuchsia-700\/25{ background-color: rgb(162 28 175 / 0.25); }
.bg-fuchsia-700\/30{ background-color: rgb(162 28 175 / 0.3); }
.bg-fuchsia-700\/40{ background-color: rgb(162 28 175 / 0.4); }
.bg-fuchsia-700\/5{ background-color: rgb(162 28 175 / 0.05); }
.bg-fuchsia-700\/50{ background-color: rgb(162 28 175 / 0.5); }
.bg-fuchsia-700\/60{ background-color: rgb(162 28 175 / 0.6); }
.bg-fuchsia-700\/70{ background-color: rgb(162 28 175 / 0.7); }
.bg-fuchsia-700\/75{ background-color: rgb(162 28 175 / 0.75); }
.bg-fuchsia-700\/80{ background-color: rgb(162 28 175 / 0.8); }
.bg-fuchsia-700\/90{ background-color: rgb(162 28 175 / 0.9); }
.bg-fuchsia-700\/95{ background-color: rgb(162 28 175 / 0.95); }
.bg-fuchsia-800{ --tw-bg-opacity: 1; background-color: rgb(134 25 143 / var(--tw-bg-opacity)); }
.bg-fuchsia-800\/0{ background-color: rgb(134 25 143 / 0); }
.bg-fuchsia-800\/10{ background-color: rgb(134 25 143 / 0.1); }
.bg-fuchsia-800\/100{ background-color: rgb(134 25 143 / 1); }
.bg-fuchsia-800\/20{ background-color: rgb(134 25 143 / 0.2); }
.bg-fuchsia-800\/25{ background-color: rgb(134 25 143 / 0.25); }
.bg-fuchsia-800\/30{ background-color: rgb(134 25 143 / 0.3); }
.bg-fuchsia-800\/40{ background-color: rgb(134 25 143 / 0.4); }
.bg-fuchsia-800\/5{ background-color: rgb(134 25 143 / 0.05); }
.bg-fuchsia-800\/50{ background-color: rgb(134 25 143 / 0.5); }
.bg-fuchsia-800\/60{ background-color: rgb(134 25 143 / 0.6); }
.bg-fuchsia-800\/70{ background-color: rgb(134 25 143 / 0.7); }
.bg-fuchsia-800\/75{ background-color: rgb(134 25 143 / 0.75); }
.bg-fuchsia-800\/80{ background-color: rgb(134 25 143 / 0.8); }
.bg-fuchsia-800\/90{ background-color: rgb(134 25 143 / 0.9); }
.bg-fuchsia-800\/95{ background-color: rgb(134 25 143 / 0.95); }
.bg-fuchsia-900{ --tw-bg-opacity: 1; background-color: rgb(112 26 117 / var(--tw-bg-opacity)); }
.bg-fuchsia-900\/0{ background-color: rgb(112 26 117 / 0); }
.bg-fuchsia-900\/10{ background-color: rgb(112 26 117 / 0.1); }
.bg-fuchsia-900\/100{ background-color: rgb(112 26 117 / 1); }
.bg-fuchsia-900\/20{ background-color: rgb(112 26 117 / 0.2); }
.bg-fuchsia-900\/25{ background-color: rgb(112 26 117 / 0.25); }
.bg-fuchsia-900\/30{ background-color: rgb(112 26 117 / 0.3); }
.bg-fuchsia-900\/40{ background-color: rgb(112 26 117 / 0.4); }
.bg-fuchsia-900\/5{ background-color: rgb(112 26 117 / 0.05); }
.bg-fuchsia-900\/50{ background-color: rgb(112 26 117 / 0.5); }
.bg-fuchsia-900\/60{ background-color: rgb(112 26 117 / 0.6); }
.bg-fuchsia-900\/70{ background-color: rgb(112 26 117 / 0.7); }
.bg-fuchsia-900\/75{ background-color: rgb(112 26 117 / 0.75); }
.bg-fuchsia-900\/80{ background-color: rgb(112 26 117 / 0.8); }
.bg-fuchsia-900\/90{ background-color: rgb(112 26 117 / 0.9); }
.bg-fuchsia-900\/95{ background-color: rgb(112 26 117 / 0.95); }
.bg-fuchsia-950{ --tw-bg-opacity: 1; background-color: rgb(74 4 78 / var(--tw-bg-opacity)); }
.bg-fuchsia-950\/0{ background-color: rgb(74 4 78 / 0); }
.bg-fuchsia-950\/10{ background-color: rgb(74 4 78 / 0.1); }
.bg-fuchsia-950\/100{ background-color: rgb(74 4 78 / 1); }
.bg-fuchsia-950\/20{ background-color: rgb(74 4 78 / 0.2); }
.bg-fuchsia-950\/25{ background-color: rgb(74 4 78 / 0.25); }
.bg-fuchsia-950\/30{ background-color: rgb(74 4 78 / 0.3); }
.bg-fuchsia-950\/40{ background-color: rgb(74 4 78 / 0.4); }
.bg-fuchsia-950\/5{ background-color: rgb(74 4 78 / 0.05); }
.bg-fuchsia-950\/50{ background-color: rgb(74 4 78 / 0.5); }
.bg-fuchsia-950\/60{ background-color: rgb(74 4 78 / 0.6); }
.bg-fuchsia-950\/70{ background-color: rgb(74 4 78 / 0.7); }
.bg-fuchsia-950\/75{ background-color: rgb(74 4 78 / 0.75); }
.bg-fuchsia-950\/80{ background-color: rgb(74 4 78 / 0.8); }
.bg-fuchsia-950\/90{ background-color: rgb(74 4 78 / 0.9); }
.bg-fuchsia-950\/95{ background-color: rgb(74 4 78 / 0.95); }
.bg-gray-100{ --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); }
.bg-gray-100\/0{ background-color: rgb(243 244 246 / 0); }
.bg-gray-100\/10{ background-color: rgb(243 244 246 / 0.1); }
.bg-gray-100\/100{ background-color: rgb(243 244 246 / 1); }
.bg-gray-100\/20{ background-color: rgb(243 244 246 / 0.2); }
.bg-gray-100\/25{ background-color: rgb(243 244 246 / 0.25); }
.bg-gray-100\/30{ background-color: rgb(243 244 246 / 0.3); }
.bg-gray-100\/40{ background-color: rgb(243 244 246 / 0.4); }
.bg-gray-100\/5{ background-color: rgb(243 244 246 / 0.05); }
.bg-gray-100\/50{ background-color: rgb(243 244 246 / 0.5); }
.bg-gray-100\/60{ background-color: rgb(243 244 246 / 0.6); }
.bg-gray-100\/70{ background-color: rgb(243 244 246 / 0.7); }
.bg-gray-100\/75{ background-color: rgb(243 244 246 / 0.75); }
.bg-gray-100\/80{ background-color: rgb(243 244 246 / 0.8); }
.bg-gray-100\/90{ background-color: rgb(243 244 246 / 0.9); }
.bg-gray-100\/95{ background-color: rgb(243 244 246 / 0.95); }
.bg-gray-200{ --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity)); }
.bg-gray-200\/0{ background-color: rgb(229 231 235 / 0); }
.bg-gray-200\/10{ background-color: rgb(229 231 235 / 0.1); }
.bg-gray-200\/100{ background-color: rgb(229 231 235 / 1); }
.bg-gray-200\/20{ background-color: rgb(229 231 235 / 0.2); }
.bg-gray-200\/25{ background-color: rgb(229 231 235 / 0.25); }
.bg-gray-200\/30{ background-color: rgb(229 231 235 / 0.3); }
.bg-gray-200\/40{ background-color: rgb(229 231 235 / 0.4); }
.bg-gray-200\/5{ background-color: rgb(229 231 235 / 0.05); }
.bg-gray-200\/50{ background-color: rgb(229 231 235 / 0.5); }
.bg-gray-200\/60{ background-color: rgb(229 231 235 / 0.6); }
.bg-gray-200\/70{ background-color: rgb(229 231 235 / 0.7); }
.bg-gray-200\/75{ background-color: rgb(229 231 235 / 0.75); }
.bg-gray-200\/80{ background-color: rgb(229 231 235 / 0.8); }
.bg-gray-200\/90{ background-color: rgb(229 231 235 / 0.9); }
.bg-gray-200\/95{ background-color: rgb(229 231 235 / 0.95); }
.bg-gray-300{ --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity)); }
.bg-gray-300\/0{ background-color: rgb(209 213 219 / 0); }
.bg-gray-300\/10{ background-color: rgb(209 213 219 / 0.1); }
.bg-gray-300\/100{ background-color: rgb(209 213 219 / 1); }
.bg-gray-300\/20{ background-color: rgb(209 213 219 / 0.2); }
.bg-gray-300\/25{ background-color: rgb(209 213 219 / 0.25); }
.bg-gray-300\/30{ background-color: rgb(209 213 219 / 0.3); }
.bg-gray-300\/40{ background-color: rgb(209 213 219 / 0.4); }
.bg-gray-300\/5{ background-color: rgb(209 213 219 / 0.05); }
.bg-gray-300\/50{ background-color: rgb(209 213 219 / 0.5); }
.bg-gray-300\/60{ background-color: rgb(209 213 219 / 0.6); }
.bg-gray-300\/70{ background-color: rgb(209 213 219 / 0.7); }
.bg-gray-300\/75{ background-color: rgb(209 213 219 / 0.75); }
.bg-gray-300\/80{ background-color: rgb(209 213 219 / 0.8); }
.bg-gray-300\/90{ background-color: rgb(209 213 219 / 0.9); }
.bg-gray-300\/95{ background-color: rgb(209 213 219 / 0.95); }
.bg-gray-400{ --tw-bg-opacity: 1; background-color: rgb(156 163 175 / var(--tw-bg-opacity)); }
.bg-gray-400\/0{ background-color: rgb(156 163 175 / 0); }
.bg-gray-400\/10{ background-color: rgb(156 163 175 / 0.1); }
.bg-gray-400\/100{ background-color: rgb(156 163 175 / 1); }
.bg-gray-400\/20{ background-color: rgb(156 163 175 / 0.2); }
.bg-gray-400\/25{ background-color: rgb(156 163 175 / 0.25); }
.bg-gray-400\/30{ background-color: rgb(156 163 175 / 0.3); }
.bg-gray-400\/40{ background-color: rgb(156 163 175 / 0.4); }
.bg-gray-400\/5{ background-color: rgb(156 163 175 / 0.05); }
.bg-gray-400\/50{ background-color: rgb(156 163 175 / 0.5); }
.bg-gray-400\/60{ background-color: rgb(156 163 175 / 0.6); }
.bg-gray-400\/70{ background-color: rgb(156 163 175 / 0.7); }
.bg-gray-400\/75{ background-color: rgb(156 163 175 / 0.75); }
.bg-gray-400\/80{ background-color: rgb(156 163 175 / 0.8); }
.bg-gray-400\/90{ background-color: rgb(156 163 175 / 0.9); }
.bg-gray-400\/95{ background-color: rgb(156 163 175 / 0.95); }
.bg-gray-50{ --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); }
.bg-gray-50\/0{ background-color: rgb(249 250 251 / 0); }
.bg-gray-50\/10{ background-color: rgb(249 250 251 / 0.1); }
.bg-gray-50\/100{ background-color: rgb(249 250 251 / 1); }
.bg-gray-50\/20{ background-color: rgb(249 250 251 / 0.2); }
.bg-gray-50\/25{ background-color: rgb(249 250 251 / 0.25); }
.bg-gray-50\/30{ background-color: rgb(249 250 251 / 0.3); }
.bg-gray-50\/40{ background-color: rgb(249 250 251 / 0.4); }
.bg-gray-50\/5{ background-color: rgb(249 250 251 / 0.05); }
.bg-gray-50\/50{ background-color: rgb(249 250 251 / 0.5); }
.bg-gray-50\/60{ background-color: rgb(249 250 251 / 0.6); }
.bg-gray-50\/70{ background-color: rgb(249 250 251 / 0.7); }
.bg-gray-50\/75{ background-color: rgb(249 250 251 / 0.75); }
.bg-gray-50\/80{ background-color: rgb(249 250 251 / 0.8); }
.bg-gray-50\/90{ background-color: rgb(249 250 251 / 0.9); }
.bg-gray-50\/95{ background-color: rgb(249 250 251 / 0.95); }
.bg-gray-500{ --tw-bg-opacity: 1; background-color: rgb(107 114 128 / var(--tw-bg-opacity)); }
.bg-gray-500\/0{ background-color: rgb(107 114 128 / 0); }
.bg-gray-500\/10{ background-color: rgb(107 114 128 / 0.1); }
.bg-gray-500\/100{ background-color: rgb(107 114 128 / 1); }
.bg-gray-500\/20{ background-color: rgb(107 114 128 / 0.2); }
.bg-gray-500\/25{ background-color: rgb(107 114 128 / 0.25); }
.bg-gray-500\/30{ background-color: rgb(107 114 128 / 0.3); }
.bg-gray-500\/40{ background-color: rgb(107 114 128 / 0.4); }
.bg-gray-500\/5{ background-color: rgb(107 114 128 / 0.05); }
.bg-gray-500\/50{ background-color: rgb(107 114 128 / 0.5); }
.bg-gray-500\/60{ background-color: rgb(107 114 128 / 0.6); }
.bg-gray-500\/70{ background-color: rgb(107 114 128 / 0.7); }
.bg-gray-500\/75{ background-color: rgb(107 114 128 / 0.75); }
.bg-gray-500\/80{ background-color: rgb(107 114 128 / 0.8); }
.bg-gray-500\/90{ background-color: rgb(107 114 128 / 0.9); }
.bg-gray-500\/95{ background-color: rgb(107 114 128 / 0.95); }
.bg-gray-600{ --tw-bg-opacity: 1; background-color: rgb(75 85 99 / var(--tw-bg-opacity)); }
.bg-gray-600\/0{ background-color: rgb(75 85 99 / 0); }
.bg-gray-600\/10{ background-color: rgb(75 85 99 / 0.1); }
.bg-gray-600\/100{ background-color: rgb(75 85 99 / 1); }
.bg-gray-600\/20{ background-color: rgb(75 85 99 / 0.2); }
.bg-gray-600\/25{ background-color: rgb(75 85 99 / 0.25); }
.bg-gray-600\/30{ background-color: rgb(75 85 99 / 0.3); }
.bg-gray-600\/40{ background-color: rgb(75 85 99 / 0.4); }
.bg-gray-600\/5{ background-color: rgb(75 85 99 / 0.05); }
.bg-gray-600\/50{ background-color: rgb(75 85 99 / 0.5); }
.bg-gray-600\/60{ background-color: rgb(75 85 99 / 0.6); }
.bg-gray-600\/70{ background-color: rgb(75 85 99 / 0.7); }
.bg-gray-600\/75{ background-color: rgb(75 85 99 / 0.75); }
.bg-gray-600\/80{ background-color: rgb(75 85 99 / 0.8); }
.bg-gray-600\/90{ background-color: rgb(75 85 99 / 0.9); }
.bg-gray-600\/95{ background-color: rgb(75 85 99 / 0.95); }
.bg-gray-700{ --tw-bg-opacity: 1; background-color: rgb(55 65 81 / var(--tw-bg-opacity)); }
.bg-gray-700\/0{ background-color: rgb(55 65 81 / 0); }
.bg-gray-700\/10{ background-color: rgb(55 65 81 / 0.1); }
.bg-gray-700\/100{ background-color: rgb(55 65 81 / 1); }
.bg-gray-700\/20{ background-color: rgb(55 65 81 / 0.2); }
.bg-gray-700\/25{ background-color: rgb(55 65 81 / 0.25); }
.bg-gray-700\/30{ background-color: rgb(55 65 81 / 0.3); }
.bg-gray-700\/40{ background-color: rgb(55 65 81 / 0.4); }
.bg-gray-700\/5{ background-color: rgb(55 65 81 / 0.05); }
.bg-gray-700\/50{ background-color: rgb(55 65 81 / 0.5); }
.bg-gray-700\/60{ background-color: rgb(55 65 81 / 0.6); }
.bg-gray-700\/70{ background-color: rgb(55 65 81 / 0.7); }
.bg-gray-700\/75{ background-color: rgb(55 65 81 / 0.75); }
.bg-gray-700\/80{ background-color: rgb(55 65 81 / 0.8); }
.bg-gray-700\/90{ background-color: rgb(55 65 81 / 0.9); }
.bg-gray-700\/95{ background-color: rgb(55 65 81 / 0.95); }
.bg-gray-800{ --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); }
.bg-gray-800\/0{ background-color: rgb(31 41 55 / 0); }
.bg-gray-800\/10{ background-color: rgb(31 41 55 / 0.1); }
.bg-gray-800\/100{ background-color: rgb(31 41 55 / 1); }
.bg-gray-800\/20{ background-color: rgb(31 41 55 / 0.2); }
.bg-gray-800\/25{ background-color: rgb(31 41 55 / 0.25); }
.bg-gray-800\/30{ background-color: rgb(31 41 55 / 0.3); }
.bg-gray-800\/40{ background-color: rgb(31 41 55 / 0.4); }
.bg-gray-800\/5{ background-color: rgb(31 41 55 / 0.05); }
.bg-gray-800\/50{ background-color: rgb(31 41 55 / 0.5); }
.bg-gray-800\/60{ background-color: rgb(31 41 55 / 0.6); }
.bg-gray-800\/70{ background-color: rgb(31 41 55 / 0.7); }
.bg-gray-800\/75{ background-color: rgb(31 41 55 / 0.75); }
.bg-gray-800\/80{ background-color: rgb(31 41 55 / 0.8); }
.bg-gray-800\/90{ background-color: rgb(31 41 55 / 0.9); }
.bg-gray-800\/95{ background-color: rgb(31 41 55 / 0.95); }
.bg-gray-900{ --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity)); }
.bg-gray-900\/0{ background-color: rgb(17 24 39 / 0); }
.bg-gray-900\/10{ background-color: rgb(17 24 39 / 0.1); }
.bg-gray-900\/100{ background-color: rgb(17 24 39 / 1); }
.bg-gray-900\/20{ background-color: rgb(17 24 39 / 0.2); }
.bg-gray-900\/25{ background-color: rgb(17 24 39 / 0.25); }
.bg-gray-900\/30{ background-color: rgb(17 24 39 / 0.3); }
.bg-gray-900\/40{ background-color: rgb(17 24 39 / 0.4); }
.bg-gray-900\/5{ background-color: rgb(17 24 39 / 0.05); }
.bg-gray-900\/50{ background-color: rgb(17 24 39 / 0.5); }
.bg-gray-900\/60{ background-color: rgb(17 24 39 / 0.6); }
.bg-gray-900\/70{ background-color: rgb(17 24 39 / 0.7); }
.bg-gray-900\/75{ background-color: rgb(17 24 39 / 0.75); }
.bg-gray-900\/80{ background-color: rgb(17 24 39 / 0.8); }
.bg-gray-900\/90{ background-color: rgb(17 24 39 / 0.9); }
.bg-gray-900\/95{ background-color: rgb(17 24 39 / 0.95); }
.bg-gray-950{ --tw-bg-opacity: 1; background-color: rgb(3 7 18 / var(--tw-bg-opacity)); }
.bg-gray-950\/0{ background-color: rgb(3 7 18 / 0); }
.bg-gray-950\/10{ background-color: rgb(3 7 18 / 0.1); }
.bg-gray-950\/100{ background-color: rgb(3 7 18 / 1); }
.bg-gray-950\/20{ background-color: rgb(3 7 18 / 0.2); }
.bg-gray-950\/25{ background-color: rgb(3 7 18 / 0.25); }
.bg-gray-950\/30{ background-color: rgb(3 7 18 / 0.3); }
.bg-gray-950\/40{ background-color: rgb(3 7 18 / 0.4); }
.bg-gray-950\/5{ background-color: rgb(3 7 18 / 0.05); }
.bg-gray-950\/50{ background-color: rgb(3 7 18 / 0.5); }
.bg-gray-950\/60{ background-color: rgb(3 7 18 / 0.6); }
.bg-gray-950\/70{ background-color: rgb(3 7 18 / 0.7); }
.bg-gray-950\/75{ background-color: rgb(3 7 18 / 0.75); }
.bg-gray-950\/80{ background-color: rgb(3 7 18 / 0.8); }
.bg-gray-950\/90{ background-color: rgb(3 7 18 / 0.9); }
.bg-gray-950\/95{ background-color: rgb(3 7 18 / 0.95); }
.bg-green-100{ --tw-bg-opacity: 1; background-color: rgb(220 252 231 / var(--tw-bg-opacity)); }
.bg-green-100\/0{ background-color: rgb(220 252 231 / 0); }
.bg-green-100\/10{ background-color: rgb(220 252 231 / 0.1); }
.bg-green-100\/100{ background-color: rgb(220 252 231 / 1); }
.bg-green-100\/20{ background-color: rgb(220 252 231 / 0.2); }
.bg-green-100\/25{ background-color: rgb(220 252 231 / 0.25); }
.bg-green-100\/30{ background-color: rgb(220 252 231 / 0.3); }
.bg-green-100\/40{ background-color: rgb(220 252 231 / 0.4); }
.bg-green-100\/5{ background-color: rgb(220 252 231 / 0.05); }
.bg-green-100\/50{ background-color: rgb(220 252 231 / 0.5); }
.bg-green-100\/60{ background-color: rgb(220 252 231 / 0.6); }
.bg-green-100\/70{ background-color: rgb(220 252 231 / 0.7); }
.bg-green-100\/75{ background-color: rgb(220 252 231 / 0.75); }
.bg-green-100\/80{ background-color: rgb(220 252 231 / 0.8); }
.bg-green-100\/90{ background-color: rgb(220 252 231 / 0.9); }
.bg-green-100\/95{ background-color: rgb(220 252 231 / 0.95); }
.bg-green-200{ --tw-bg-opacity: 1; background-color: rgb(187 247 208 / var(--tw-bg-opacity)); }
.bg-green-200\/0{ background-color: rgb(187 247 208 / 0); }
.bg-green-200\/10{ background-color: rgb(187 247 208 / 0.1); }
.bg-green-200\/100{ background-color: rgb(187 247 208 / 1); }
.bg-green-200\/20{ background-color: rgb(187 247 208 / 0.2); }
.bg-green-200\/25{ background-color: rgb(187 247 208 / 0.25); }
.bg-green-200\/30{ background-color: rgb(187 247 208 / 0.3); }
.bg-green-200\/40{ background-color: rgb(187 247 208 / 0.4); }
.bg-green-200\/5{ background-color: rgb(187 247 208 / 0.05); }
.bg-green-200\/50{ background-color: rgb(187 247 208 / 0.5); }
.bg-green-200\/60{ background-color: rgb(187 247 208 / 0.6); }
.bg-green-200\/70{ background-color: rgb(187 247 208 / 0.7); }
.bg-green-200\/75{ background-color: rgb(187 247 208 / 0.75); }
.bg-green-200\/80{ background-color: rgb(187 247 208 / 0.8); }
.bg-green-200\/90{ background-color: rgb(187 247 208 / 0.9); }
.bg-green-200\/95{ background-color: rgb(187 247 208 / 0.95); }
.bg-green-300{ --tw-bg-opacity: 1; background-color: rgb(134 239 172 / var(--tw-bg-opacity)); }
.bg-green-300\/0{ background-color: rgb(134 239 172 / 0); }
.bg-green-300\/10{ background-color: rgb(134 239 172 / 0.1); }
.bg-green-300\/100{ background-color: rgb(134 239 172 / 1); }
.bg-green-300\/20{ background-color: rgb(134 239 172 / 0.2); }
.bg-green-300\/25{ background-color: rgb(134 239 172 / 0.25); }
.bg-green-300\/30{ background-color: rgb(134 239 172 / 0.3); }
.bg-green-300\/40{ background-color: rgb(134 239 172 / 0.4); }
.bg-green-300\/5{ background-color: rgb(134 239 172 / 0.05); }
.bg-green-300\/50{ background-color: rgb(134 239 172 / 0.5); }
.bg-green-300\/60{ background-color: rgb(134 239 172 / 0.6); }
.bg-green-300\/70{ background-color: rgb(134 239 172 / 0.7); }
.bg-green-300\/75{ background-color: rgb(134 239 172 / 0.75); }
.bg-green-300\/80{ background-color: rgb(134 239 172 / 0.8); }
.bg-green-300\/90{ background-color: rgb(134 239 172 / 0.9); }
.bg-green-300\/95{ background-color: rgb(134 239 172 / 0.95); }
.bg-green-400{ --tw-bg-opacity: 1; background-color: rgb(74 222 128 / var(--tw-bg-opacity)); }
.bg-green-400\/0{ background-color: rgb(74 222 128 / 0); }
.bg-green-400\/10{ background-color: rgb(74 222 128 / 0.1); }
.bg-green-400\/100{ background-color: rgb(74 222 128 / 1); }
.bg-green-400\/20{ background-color: rgb(74 222 128 / 0.2); }
.bg-green-400\/25{ background-color: rgb(74 222 128 / 0.25); }
.bg-green-400\/30{ background-color: rgb(74 222 128 / 0.3); }
.bg-green-400\/40{ background-color: rgb(74 222 128 / 0.4); }
.bg-green-400\/5{ background-color: rgb(74 222 128 / 0.05); }
.bg-green-400\/50{ background-color: rgb(74 222 128 / 0.5); }
.bg-green-400\/60{ background-color: rgb(74 222 128 / 0.6); }
.bg-green-400\/70{ background-color: rgb(74 222 128 / 0.7); }
.bg-green-400\/75{ background-color: rgb(74 222 128 / 0.75); }
.bg-green-400\/80{ background-color: rgb(74 222 128 / 0.8); }
.bg-green-400\/90{ background-color: rgb(74 222 128 / 0.9); }
.bg-green-400\/95{ background-color: rgb(74 222 128 / 0.95); }
.bg-green-50{ --tw-bg-opacity: 1; background-color: rgb(240 253 244 / var(--tw-bg-opacity)); }
.bg-green-50\/0{ background-color: rgb(240 253 244 / 0); }
.bg-green-50\/10{ background-color: rgb(240 253 244 / 0.1); }
.bg-green-50\/100{ background-color: rgb(240 253 244 / 1); }
.bg-green-50\/20{ background-color: rgb(240 253 244 / 0.2); }
.bg-green-50\/25{ background-color: rgb(240 253 244 / 0.25); }
.bg-green-50\/30{ background-color: rgb(240 253 244 / 0.3); }
.bg-green-50\/40{ background-color: rgb(240 253 244 / 0.4); }
.bg-green-50\/5{ background-color: rgb(240 253 244 / 0.05); }
.bg-green-50\/50{ background-color: rgb(240 253 244 / 0.5); }
.bg-green-50\/60{ background-color: rgb(240 253 244 / 0.6); }
.bg-green-50\/70{ background-color: rgb(240 253 244 / 0.7); }
.bg-green-50\/75{ background-color: rgb(240 253 244 / 0.75); }
.bg-green-50\/80{ background-color: rgb(240 253 244 / 0.8); }
.bg-green-50\/90{ background-color: rgb(240 253 244 / 0.9); }
.bg-green-50\/95{ background-color: rgb(240 253 244 / 0.95); }
.bg-green-500{ --tw-bg-opacity: 1; background-color: rgb(34 197 94 / var(--tw-bg-opacity)); }
.bg-green-500\/0{ background-color: rgb(34 197 94 / 0); }
.bg-green-500\/10{ background-color: rgb(34 197 94 / 0.1); }
.bg-green-500\/100{ background-color: rgb(34 197 94 / 1); }
.bg-green-500\/20{ background-color: rgb(34 197 94 / 0.2); }
.bg-green-500\/25{ background-color: rgb(34 197 94 / 0.25); }
.bg-green-500\/30{ background-color: rgb(34 197 94 / 0.3); }
.bg-green-500\/40{ background-color: rgb(34 197 94 / 0.4); }
.bg-green-500\/5{ background-color: rgb(34 197 94 / 0.05); }
.bg-green-500\/50{ background-color: rgb(34 197 94 / 0.5); }
.bg-green-500\/60{ background-color: rgb(34 197 94 / 0.6); }
.bg-green-500\/70{ background-color: rgb(34 197 94 / 0.7); }
.bg-green-500\/75{ background-color: rgb(34 197 94 / 0.75); }
.bg-green-500\/80{ background-color: rgb(34 197 94 / 0.8); }
.bg-green-500\/90{ background-color: rgb(34 197 94 / 0.9); }
.bg-green-500\/95{ background-color: rgb(34 197 94 / 0.95); }
.bg-green-600{ --tw-bg-opacity: 1; background-color: rgb(22 163 74 / var(--tw-bg-opacity)); }
.bg-green-600\/0{ background-color: rgb(22 163 74 / 0); }
.bg-green-600\/10{ background-color: rgb(22 163 74 / 0.1); }
.bg-green-600\/100{ background-color: rgb(22 163 74 / 1); }
.bg-green-600\/20{ background-color: rgb(22 163 74 / 0.2); }
.bg-green-600\/25{ background-color: rgb(22 163 74 / 0.25); }
.bg-green-600\/30{ background-color: rgb(22 163 74 / 0.3); }
.bg-green-600\/40{ background-color: rgb(22 163 74 / 0.4); }
.bg-green-600\/5{ background-color: rgb(22 163 74 / 0.05); }
.bg-green-600\/50{ background-color: rgb(22 163 74 / 0.5); }
.bg-green-600\/60{ background-color: rgb(22 163 74 / 0.6); }
.bg-green-600\/70{ background-color: rgb(22 163 74 / 0.7); }
.bg-green-600\/75{ background-color: rgb(22 163 74 / 0.75); }
.bg-green-600\/80{ background-color: rgb(22 163 74 / 0.8); }
.bg-green-600\/90{ background-color: rgb(22 163 74 / 0.9); }
.bg-green-600\/95{ background-color: rgb(22 163 74 / 0.95); }
.bg-green-700{ --tw-bg-opacity: 1; background-color: rgb(21 128 61 / var(--tw-bg-opacity)); }
.bg-green-700\/0{ background-color: rgb(21 128 61 / 0); }
.bg-green-700\/10{ background-color: rgb(21 128 61 / 0.1); }
.bg-green-700\/100{ background-color: rgb(21 128 61 / 1); }
.bg-green-700\/20{ background-color: rgb(21 128 61 / 0.2); }
.bg-green-700\/25{ background-color: rgb(21 128 61 / 0.25); }
.bg-green-700\/30{ background-color: rgb(21 128 61 / 0.3); }
.bg-green-700\/40{ background-color: rgb(21 128 61 / 0.4); }
.bg-green-700\/5{ background-color: rgb(21 128 61 / 0.05); }
.bg-green-700\/50{ background-color: rgb(21 128 61 / 0.5); }
.bg-green-700\/60{ background-color: rgb(21 128 61 / 0.6); }
.bg-green-700\/70{ background-color: rgb(21 128 61 / 0.7); }
.bg-green-700\/75{ background-color: rgb(21 128 61 / 0.75); }
.bg-green-700\/80{ background-color: rgb(21 128 61 / 0.8); }
.bg-green-700\/90{ background-color: rgb(21 128 61 / 0.9); }
.bg-green-700\/95{ background-color: rgb(21 128 61 / 0.95); }
.bg-green-800{ --tw-bg-opacity: 1; background-color: rgb(22 101 52 / var(--tw-bg-opacity)); }
.bg-green-800\/0{ background-color: rgb(22 101 52 / 0); }
.bg-green-800\/10{ background-color: rgb(22 101 52 / 0.1); }
.bg-green-800\/100{ background-color: rgb(22 101 52 / 1); }
.bg-green-800\/20{ background-color: rgb(22 101 52 / 0.2); }
.bg-green-800\/25{ background-color: rgb(22 101 52 / 0.25); }
.bg-green-800\/30{ background-color: rgb(22 101 52 / 0.3); }
.bg-green-800\/40{ background-color: rgb(22 101 52 / 0.4); }
.bg-green-800\/5{ background-color: rgb(22 101 52 / 0.05); }
.bg-green-800\/50{ background-color: rgb(22 101 52 / 0.5); }
.bg-green-800\/60{ background-color: rgb(22 101 52 / 0.6); }
.bg-green-800\/70{ background-color: rgb(22 101 52 / 0.7); }
.bg-green-800\/75{ background-color: rgb(22 101 52 / 0.75); }
.bg-green-800\/80{ background-color: rgb(22 101 52 / 0.8); }
.bg-green-800\/90{ background-color: rgb(22 101 52 / 0.9); }
.bg-green-800\/95{ background-color: rgb(22 101 52 / 0.95); }
.bg-green-900{ --tw-bg-opacity: 1; background-color: rgb(20 83 45 / var(--tw-bg-opacity)); }
.bg-green-900\/0{ background-color: rgb(20 83 45 / 0); }
.bg-green-900\/10{ background-color: rgb(20 83 45 / 0.1); }
.bg-green-900\/100{ background-color: rgb(20 83 45 / 1); }
.bg-green-900\/20{ background-color: rgb(20 83 45 / 0.2); }
.bg-green-900\/25{ background-color: rgb(20 83 45 / 0.25); }
.bg-green-900\/30{ background-color: rgb(20 83 45 / 0.3); }
.bg-green-900\/40{ background-color: rgb(20 83 45 / 0.4); }
.bg-green-900\/5{ background-color: rgb(20 83 45 / 0.05); }
.bg-green-900\/50{ background-color: rgb(20 83 45 / 0.5); }
.bg-green-900\/60{ background-color: rgb(20 83 45 / 0.6); }
.bg-green-900\/70{ background-color: rgb(20 83 45 / 0.7); }
.bg-green-900\/75{ background-color: rgb(20 83 45 / 0.75); }
.bg-green-900\/80{ background-color: rgb(20 83 45 / 0.8); }
.bg-green-900\/90{ background-color: rgb(20 83 45 / 0.9); }
.bg-green-900\/95{ background-color: rgb(20 83 45 / 0.95); }
.bg-green-950{ --tw-bg-opacity: 1; background-color: rgb(5 46 22 / var(--tw-bg-opacity)); }
.bg-green-950\/0{ background-color: rgb(5 46 22 / 0); }
.bg-green-950\/10{ background-color: rgb(5 46 22 / 0.1); }
.bg-green-950\/100{ background-color: rgb(5 46 22 / 1); }
.bg-green-950\/20{ background-color: rgb(5 46 22 / 0.2); }
.bg-green-950\/25{ background-color: rgb(5 46 22 / 0.25); }
.bg-green-950\/30{ background-color: rgb(5 46 22 / 0.3); }
.bg-green-950\/40{ background-color: rgb(5 46 22 / 0.4); }
.bg-green-950\/5{ background-color: rgb(5 46 22 / 0.05); }
.bg-green-950\/50{ background-color: rgb(5 46 22 / 0.5); }
.bg-green-950\/60{ background-color: rgb(5 46 22 / 0.6); }
.bg-green-950\/70{ background-color: rgb(5 46 22 / 0.7); }
.bg-green-950\/75{ background-color: rgb(5 46 22 / 0.75); }
.bg-green-950\/80{ background-color: rgb(5 46 22 / 0.8); }
.bg-green-950\/90{ background-color: rgb(5 46 22 / 0.9); }
.bg-green-950\/95{ background-color: rgb(5 46 22 / 0.95); }
.bg-indigo-100{ --tw-bg-opacity: 1; background-color: rgb(224 231 255 / var(--tw-bg-opacity)); }
.bg-indigo-100\/0{ background-color: rgb(224 231 255 / 0); }
.bg-indigo-100\/10{ background-color: rgb(224 231 255 / 0.1); }
.bg-indigo-100\/100{ background-color: rgb(224 231 255 / 1); }
.bg-indigo-100\/20{ background-color: rgb(224 231 255 / 0.2); }
.bg-indigo-100\/25{ background-color: rgb(224 231 255 / 0.25); }
.bg-indigo-100\/30{ background-color: rgb(224 231 255 / 0.3); }
.bg-indigo-100\/40{ background-color: rgb(224 231 255 / 0.4); }
.bg-indigo-100\/5{ background-color: rgb(224 231 255 / 0.05); }
.bg-indigo-100\/50{ background-color: rgb(224 231 255 / 0.5); }
.bg-indigo-100\/60{ background-color: rgb(224 231 255 / 0.6); }
.bg-indigo-100\/70{ background-color: rgb(224 231 255 / 0.7); }
.bg-indigo-100\/75{ background-color: rgb(224 231 255 / 0.75); }
.bg-indigo-100\/80{ background-color: rgb(224 231 255 / 0.8); }
.bg-indigo-100\/90{ background-color: rgb(224 231 255 / 0.9); }
.bg-indigo-100\/95{ background-color: rgb(224 231 255 / 0.95); }
.bg-indigo-200{ --tw-bg-opacity: 1; background-color: rgb(199 210 254 / var(--tw-bg-opacity)); }
.bg-indigo-200\/0{ background-color: rgb(199 210 254 / 0); }
.bg-indigo-200\/10{ background-color: rgb(199 210 254 / 0.1); }
.bg-indigo-200\/100{ background-color: rgb(199 210 254 / 1); }
.bg-indigo-200\/20{ background-color: rgb(199 210 254 / 0.2); }
.bg-indigo-200\/25{ background-color: rgb(199 210 254 / 0.25); }
.bg-indigo-200\/30{ background-color: rgb(199 210 254 / 0.3); }
.bg-indigo-200\/40{ background-color: rgb(199 210 254 / 0.4); }
.bg-indigo-200\/5{ background-color: rgb(199 210 254 / 0.05); }
.bg-indigo-200\/50{ background-color: rgb(199 210 254 / 0.5); }
.bg-indigo-200\/60{ background-color: rgb(199 210 254 / 0.6); }
.bg-indigo-200\/70{ background-color: rgb(199 210 254 / 0.7); }
.bg-indigo-200\/75{ background-color: rgb(199 210 254 / 0.75); }
.bg-indigo-200\/80{ background-color: rgb(199 210 254 / 0.8); }
.bg-indigo-200\/90{ background-color: rgb(199 210 254 / 0.9); }
.bg-indigo-200\/95{ background-color: rgb(199 210 254 / 0.95); }
.bg-indigo-300{ --tw-bg-opacity: 1; background-color: rgb(165 180 252 / var(--tw-bg-opacity)); }
.bg-indigo-300\/0{ background-color: rgb(165 180 252 / 0); }
.bg-indigo-300\/10{ background-color: rgb(165 180 252 / 0.1); }
.bg-indigo-300\/100{ background-color: rgb(165 180 252 / 1); }
.bg-indigo-300\/20{ background-color: rgb(165 180 252 / 0.2); }
.bg-indigo-300\/25{ background-color: rgb(165 180 252 / 0.25); }
.bg-indigo-300\/30{ background-color: rgb(165 180 252 / 0.3); }
.bg-indigo-300\/40{ background-color: rgb(165 180 252 / 0.4); }
.bg-indigo-300\/5{ background-color: rgb(165 180 252 / 0.05); }
.bg-indigo-300\/50{ background-color: rgb(165 180 252 / 0.5); }
.bg-indigo-300\/60{ background-color: rgb(165 180 252 / 0.6); }
.bg-indigo-300\/70{ background-color: rgb(165 180 252 / 0.7); }
.bg-indigo-300\/75{ background-color: rgb(165 180 252 / 0.75); }
.bg-indigo-300\/80{ background-color: rgb(165 180 252 / 0.8); }
.bg-indigo-300\/90{ background-color: rgb(165 180 252 / 0.9); }
.bg-indigo-300\/95{ background-color: rgb(165 180 252 / 0.95); }
.bg-indigo-400{ --tw-bg-opacity: 1; background-color: rgb(129 140 248 / var(--tw-bg-opacity)); }
.bg-indigo-400\/0{ background-color: rgb(129 140 248 / 0); }
.bg-indigo-400\/10{ background-color: rgb(129 140 248 / 0.1); }
.bg-indigo-400\/100{ background-color: rgb(129 140 248 / 1); }
.bg-indigo-400\/20{ background-color: rgb(129 140 248 / 0.2); }
.bg-indigo-400\/25{ background-color: rgb(129 140 248 / 0.25); }
.bg-indigo-400\/30{ background-color: rgb(129 140 248 / 0.3); }
.bg-indigo-400\/40{ background-color: rgb(129 140 248 / 0.4); }
.bg-indigo-400\/5{ background-color: rgb(129 140 248 / 0.05); }
.bg-indigo-400\/50{ background-color: rgb(129 140 248 / 0.5); }
.bg-indigo-400\/60{ background-color: rgb(129 140 248 / 0.6); }
.bg-indigo-400\/70{ background-color: rgb(129 140 248 / 0.7); }
.bg-indigo-400\/75{ background-color: rgb(129 140 248 / 0.75); }
.bg-indigo-400\/80{ background-color: rgb(129 140 248 / 0.8); }
.bg-indigo-400\/90{ background-color: rgb(129 140 248 / 0.9); }
.bg-indigo-400\/95{ background-color: rgb(129 140 248 / 0.95); }
.bg-indigo-50{ --tw-bg-opacity: 1; background-color: rgb(238 242 255 / var(--tw-bg-opacity)); }
.bg-indigo-50\/0{ background-color: rgb(238 242 255 / 0); }
.bg-indigo-50\/10{ background-color: rgb(238 242 255 / 0.1); }
.bg-indigo-50\/100{ background-color: rgb(238 242 255 / 1); }
.bg-indigo-50\/20{ background-color: rgb(238 242 255 / 0.2); }
.bg-indigo-50\/25{ background-color: rgb(238 242 255 / 0.25); }
.bg-indigo-50\/30{ background-color: rgb(238 242 255 / 0.3); }
.bg-indigo-50\/40{ background-color: rgb(238 242 255 / 0.4); }
.bg-indigo-50\/5{ background-color: rgb(238 242 255 / 0.05); }
.bg-indigo-50\/50{ background-color: rgb(238 242 255 / 0.5); }
.bg-indigo-50\/60{ background-color: rgb(238 242 255 / 0.6); }
.bg-indigo-50\/70{ background-color: rgb(238 242 255 / 0.7); }
.bg-indigo-50\/75{ background-color: rgb(238 242 255 / 0.75); }
.bg-indigo-50\/80{ background-color: rgb(238 242 255 / 0.8); }
.bg-indigo-50\/90{ background-color: rgb(238 242 255 / 0.9); }
.bg-indigo-50\/95{ background-color: rgb(238 242 255 / 0.95); }
.bg-indigo-500{ --tw-bg-opacity: 1; background-color: rgb(99 102 241 / var(--tw-bg-opacity)); }
.bg-indigo-500\/0{ background-color: rgb(99 102 241 / 0); }
.bg-indigo-500\/10{ background-color: rgb(99 102 241 / 0.1); }
.bg-indigo-500\/100{ background-color: rgb(99 102 241 / 1); }
.bg-indigo-500\/20{ background-color: rgb(99 102 241 / 0.2); }
.bg-indigo-500\/25{ background-color: rgb(99 102 241 / 0.25); }
.bg-indigo-500\/30{ background-color: rgb(99 102 241 / 0.3); }
.bg-indigo-500\/40{ background-color: rgb(99 102 241 / 0.4); }
.bg-indigo-500\/5{ background-color: rgb(99 102 241 / 0.05); }
.bg-indigo-500\/50{ background-color: rgb(99 102 241 / 0.5); }
.bg-indigo-500\/60{ background-color: rgb(99 102 241 / 0.6); }
.bg-indigo-500\/70{ background-color: rgb(99 102 241 / 0.7); }
.bg-indigo-500\/75{ background-color: rgb(99 102 241 / 0.75); }
.bg-indigo-500\/80{ background-color: rgb(99 102 241 / 0.8); }
.bg-indigo-500\/90{ background-color: rgb(99 102 241 / 0.9); }
.bg-indigo-500\/95{ background-color: rgb(99 102 241 / 0.95); }
.bg-indigo-600{ --tw-bg-opacity: 1; background-color: rgb(79 70 229 / var(--tw-bg-opacity)); }
.bg-indigo-600\/0{ background-color: rgb(79 70 229 / 0); }
.bg-indigo-600\/10{ background-color: rgb(79 70 229 / 0.1); }
.bg-indigo-600\/100{ background-color: rgb(79 70 229 / 1); }
.bg-indigo-600\/20{ background-color: rgb(79 70 229 / 0.2); }
.bg-indigo-600\/25{ background-color: rgb(79 70 229 / 0.25); }
.bg-indigo-600\/30{ background-color: rgb(79 70 229 / 0.3); }
.bg-indigo-600\/40{ background-color: rgb(79 70 229 / 0.4); }
.bg-indigo-600\/5{ background-color: rgb(79 70 229 / 0.05); }
.bg-indigo-600\/50{ background-color: rgb(79 70 229 / 0.5); }
.bg-indigo-600\/60{ background-color: rgb(79 70 229 / 0.6); }
.bg-indigo-600\/70{ background-color: rgb(79 70 229 / 0.7); }
.bg-indigo-600\/75{ background-color: rgb(79 70 229 / 0.75); }
.bg-indigo-600\/80{ background-color: rgb(79 70 229 / 0.8); }
.bg-indigo-600\/90{ background-color: rgb(79 70 229 / 0.9); }
.bg-indigo-600\/95{ background-color: rgb(79 70 229 / 0.95); }
.bg-indigo-700{ --tw-bg-opacity: 1; background-color: rgb(67 56 202 / var(--tw-bg-opacity)); }
.bg-indigo-700\/0{ background-color: rgb(67 56 202 / 0); }
.bg-indigo-700\/10{ background-color: rgb(67 56 202 / 0.1); }
.bg-indigo-700\/100{ background-color: rgb(67 56 202 / 1); }
.bg-indigo-700\/20{ background-color: rgb(67 56 202 / 0.2); }
.bg-indigo-700\/25{ background-color: rgb(67 56 202 / 0.25); }
.bg-indigo-700\/30{ background-color: rgb(67 56 202 / 0.3); }
.bg-indigo-700\/40{ background-color: rgb(67 56 202 / 0.4); }
.bg-indigo-700\/5{ background-color: rgb(67 56 202 / 0.05); }
.bg-indigo-700\/50{ background-color: rgb(67 56 202 / 0.5); }
.bg-indigo-700\/60{ background-color: rgb(67 56 202 / 0.6); }
.bg-indigo-700\/70{ background-color: rgb(67 56 202 / 0.7); }
.bg-indigo-700\/75{ background-color: rgb(67 56 202 / 0.75); }
.bg-indigo-700\/80{ background-color: rgb(67 56 202 / 0.8); }
.bg-indigo-700\/90{ background-color: rgb(67 56 202 / 0.9); }
.bg-indigo-700\/95{ background-color: rgb(67 56 202 / 0.95); }
.bg-indigo-800{ --tw-bg-opacity: 1; background-color: rgb(55 48 163 / var(--tw-bg-opacity)); }
.bg-indigo-800\/0{ background-color: rgb(55 48 163 / 0); }
.bg-indigo-800\/10{ background-color: rgb(55 48 163 / 0.1); }
.bg-indigo-800\/100{ background-color: rgb(55 48 163 / 1); }
.bg-indigo-800\/20{ background-color: rgb(55 48 163 / 0.2); }
.bg-indigo-800\/25{ background-color: rgb(55 48 163 / 0.25); }
.bg-indigo-800\/30{ background-color: rgb(55 48 163 / 0.3); }
.bg-indigo-800\/40{ background-color: rgb(55 48 163 / 0.4); }
.bg-indigo-800\/5{ background-color: rgb(55 48 163 / 0.05); }
.bg-indigo-800\/50{ background-color: rgb(55 48 163 / 0.5); }
.bg-indigo-800\/60{ background-color: rgb(55 48 163 / 0.6); }
.bg-indigo-800\/70{ background-color: rgb(55 48 163 / 0.7); }
.bg-indigo-800\/75{ background-color: rgb(55 48 163 / 0.75); }
.bg-indigo-800\/80{ background-color: rgb(55 48 163 / 0.8); }
.bg-indigo-800\/90{ background-color: rgb(55 48 163 / 0.9); }
.bg-indigo-800\/95{ background-color: rgb(55 48 163 / 0.95); }
.bg-indigo-900{ --tw-bg-opacity: 1; background-color: rgb(49 46 129 / var(--tw-bg-opacity)); }
.bg-indigo-900\/0{ background-color: rgb(49 46 129 / 0); }
.bg-indigo-900\/10{ background-color: rgb(49 46 129 / 0.1); }
.bg-indigo-900\/100{ background-color: rgb(49 46 129 / 1); }
.bg-indigo-900\/20{ background-color: rgb(49 46 129 / 0.2); }
.bg-indigo-900\/25{ background-color: rgb(49 46 129 / 0.25); }
.bg-indigo-900\/30{ background-color: rgb(49 46 129 / 0.3); }
.bg-indigo-900\/40{ background-color: rgb(49 46 129 / 0.4); }
.bg-indigo-900\/5{ background-color: rgb(49 46 129 / 0.05); }
.bg-indigo-900\/50{ background-color: rgb(49 46 129 / 0.5); }
.bg-indigo-900\/60{ background-color: rgb(49 46 129 / 0.6); }
.bg-indigo-900\/70{ background-color: rgb(49 46 129 / 0.7); }
.bg-indigo-900\/75{ background-color: rgb(49 46 129 / 0.75); }
.bg-indigo-900\/80{ background-color: rgb(49 46 129 / 0.8); }
.bg-indigo-900\/90{ background-color: rgb(49 46 129 / 0.9); }
.bg-indigo-900\/95{ background-color: rgb(49 46 129 / 0.95); }
.bg-indigo-950{ --tw-bg-opacity: 1; background-color: rgb(30 27 75 / var(--tw-bg-opacity)); }
.bg-indigo-950\/0{ background-color: rgb(30 27 75 / 0); }
.bg-indigo-950\/10{ background-color: rgb(30 27 75 / 0.1); }
.bg-indigo-950\/100{ background-color: rgb(30 27 75 / 1); }
.bg-indigo-950\/20{ background-color: rgb(30 27 75 / 0.2); }
.bg-indigo-950\/25{ background-color: rgb(30 27 75 / 0.25); }
.bg-indigo-950\/30{ background-color: rgb(30 27 75 / 0.3); }
.bg-indigo-950\/40{ background-color: rgb(30 27 75 / 0.4); }
.bg-indigo-950\/5{ background-color: rgb(30 27 75 / 0.05); }
.bg-indigo-950\/50{ background-color: rgb(30 27 75 / 0.5); }
.bg-indigo-950\/60{ background-color: rgb(30 27 75 / 0.6); }
.bg-indigo-950\/70{ background-color: rgb(30 27 75 / 0.7); }
.bg-indigo-950\/75{ background-color: rgb(30 27 75 / 0.75); }
.bg-indigo-950\/80{ background-color: rgb(30 27 75 / 0.8); }
.bg-indigo-950\/90{ background-color: rgb(30 27 75 / 0.9); }
.bg-indigo-950\/95{ background-color: rgb(30 27 75 / 0.95); }
.bg-inherit{ background-color: inherit; }
.bg-kaimurasaki{ --tw-bg-opacity: 1; background-color: rgb(34 28 52 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-100{ --tw-bg-opacity: 1; background-color: rgb(232 232 234 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-100\/0{ background-color: rgb(232 232 234 / 0); }
.bg-kaimurasaki-100\/10{ background-color: rgb(232 232 234 / 0.1); }
.bg-kaimurasaki-100\/100{ background-color: rgb(232 232 234 / 1); }
.bg-kaimurasaki-100\/20{ background-color: rgb(232 232 234 / 0.2); }
.bg-kaimurasaki-100\/25{ background-color: rgb(232 232 234 / 0.25); }
.bg-kaimurasaki-100\/30{ background-color: rgb(232 232 234 / 0.3); }
.bg-kaimurasaki-100\/40{ background-color: rgb(232 232 234 / 0.4); }
.bg-kaimurasaki-100\/5{ background-color: rgb(232 232 234 / 0.05); }
.bg-kaimurasaki-100\/50{ background-color: rgb(232 232 234 / 0.5); }
.bg-kaimurasaki-100\/60{ background-color: rgb(232 232 234 / 0.6); }
.bg-kaimurasaki-100\/70{ background-color: rgb(232 232 234 / 0.7); }
.bg-kaimurasaki-100\/75{ background-color: rgb(232 232 234 / 0.75); }
.bg-kaimurasaki-100\/80{ background-color: rgb(232 232 234 / 0.8); }
.bg-kaimurasaki-100\/90{ background-color: rgb(232 232 234 / 0.9); }
.bg-kaimurasaki-100\/95{ background-color: rgb(232 232 234 / 0.95); }
.bg-kaimurasaki-200{ --tw-bg-opacity: 1; background-color: rgb(211 210 214 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-200\/0{ background-color: rgb(211 210 214 / 0); }
.bg-kaimurasaki-200\/10{ background-color: rgb(211 210 214 / 0.1); }
.bg-kaimurasaki-200\/100{ background-color: rgb(211 210 214 / 1); }
.bg-kaimurasaki-200\/20{ background-color: rgb(211 210 214 / 0.2); }
.bg-kaimurasaki-200\/25{ background-color: rgb(211 210 214 / 0.25); }
.bg-kaimurasaki-200\/30{ background-color: rgb(211 210 214 / 0.3); }
.bg-kaimurasaki-200\/40{ background-color: rgb(211 210 214 / 0.4); }
.bg-kaimurasaki-200\/5{ background-color: rgb(211 210 214 / 0.05); }
.bg-kaimurasaki-200\/50{ background-color: rgb(211 210 214 / 0.5); }
.bg-kaimurasaki-200\/60{ background-color: rgb(211 210 214 / 0.6); }
.bg-kaimurasaki-200\/70{ background-color: rgb(211 210 214 / 0.7); }
.bg-kaimurasaki-200\/75{ background-color: rgb(211 210 214 / 0.75); }
.bg-kaimurasaki-200\/80{ background-color: rgb(211 210 214 / 0.8); }
.bg-kaimurasaki-200\/90{ background-color: rgb(211 210 214 / 0.9); }
.bg-kaimurasaki-200\/95{ background-color: rgb(211 210 214 / 0.95); }
.bg-kaimurasaki-300{ --tw-bg-opacity: 1; background-color: rgb(188 186 194 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-300\/0{ background-color: rgb(188 186 194 / 0); }
.bg-kaimurasaki-300\/10{ background-color: rgb(188 186 194 / 0.1); }
.bg-kaimurasaki-300\/100{ background-color: rgb(188 186 194 / 1); }
.bg-kaimurasaki-300\/20{ background-color: rgb(188 186 194 / 0.2); }
.bg-kaimurasaki-300\/25{ background-color: rgb(188 186 194 / 0.25); }
.bg-kaimurasaki-300\/30{ background-color: rgb(188 186 194 / 0.3); }
.bg-kaimurasaki-300\/40{ background-color: rgb(188 186 194 / 0.4); }
.bg-kaimurasaki-300\/5{ background-color: rgb(188 186 194 / 0.05); }
.bg-kaimurasaki-300\/50{ background-color: rgb(188 186 194 / 0.5); }
.bg-kaimurasaki-300\/60{ background-color: rgb(188 186 194 / 0.6); }
.bg-kaimurasaki-300\/70{ background-color: rgb(188 186 194 / 0.7); }
.bg-kaimurasaki-300\/75{ background-color: rgb(188 186 194 / 0.75); }
.bg-kaimurasaki-300\/80{ background-color: rgb(188 186 194 / 0.8); }
.bg-kaimurasaki-300\/90{ background-color: rgb(188 186 194 / 0.9); }
.bg-kaimurasaki-300\/95{ background-color: rgb(188 186 194 / 0.95); }
.bg-kaimurasaki-400{ --tw-bg-opacity: 1; background-color: rgb(167 164 174 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-400\/0{ background-color: rgb(167 164 174 / 0); }
.bg-kaimurasaki-400\/10{ background-color: rgb(167 164 174 / 0.1); }
.bg-kaimurasaki-400\/100{ background-color: rgb(167 164 174 / 1); }
.bg-kaimurasaki-400\/20{ background-color: rgb(167 164 174 / 0.2); }
.bg-kaimurasaki-400\/25{ background-color: rgb(167 164 174 / 0.25); }
.bg-kaimurasaki-400\/30{ background-color: rgb(167 164 174 / 0.3); }
.bg-kaimurasaki-400\/40{ background-color: rgb(167 164 174 / 0.4); }
.bg-kaimurasaki-400\/5{ background-color: rgb(167 164 174 / 0.05); }
.bg-kaimurasaki-400\/50{ background-color: rgb(167 164 174 / 0.5); }
.bg-kaimurasaki-400\/60{ background-color: rgb(167 164 174 / 0.6); }
.bg-kaimurasaki-400\/70{ background-color: rgb(167 164 174 / 0.7); }
.bg-kaimurasaki-400\/75{ background-color: rgb(167 164 174 / 0.75); }
.bg-kaimurasaki-400\/80{ background-color: rgb(167 164 174 / 0.8); }
.bg-kaimurasaki-400\/90{ background-color: rgb(167 164 174 / 0.9); }
.bg-kaimurasaki-400\/95{ background-color: rgb(167 164 174 / 0.95); }
.bg-kaimurasaki-500{ --tw-bg-opacity: 1; background-color: rgb(145 142 154 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-500\/0{ background-color: rgb(145 142 154 / 0); }
.bg-kaimurasaki-500\/10{ background-color: rgb(145 142 154 / 0.1); }
.bg-kaimurasaki-500\/100{ background-color: rgb(145 142 154 / 1); }
.bg-kaimurasaki-500\/20{ background-color: rgb(145 142 154 / 0.2); }
.bg-kaimurasaki-500\/25{ background-color: rgb(145 142 154 / 0.25); }
.bg-kaimurasaki-500\/30{ background-color: rgb(145 142 154 / 0.3); }
.bg-kaimurasaki-500\/40{ background-color: rgb(145 142 154 / 0.4); }
.bg-kaimurasaki-500\/5{ background-color: rgb(145 142 154 / 0.05); }
.bg-kaimurasaki-500\/50{ background-color: rgb(145 142 154 / 0.5); }
.bg-kaimurasaki-500\/60{ background-color: rgb(145 142 154 / 0.6); }
.bg-kaimurasaki-500\/70{ background-color: rgb(145 142 154 / 0.7); }
.bg-kaimurasaki-500\/75{ background-color: rgb(145 142 154 / 0.75); }
.bg-kaimurasaki-500\/80{ background-color: rgb(145 142 154 / 0.8); }
.bg-kaimurasaki-500\/90{ background-color: rgb(145 142 154 / 0.9); }
.bg-kaimurasaki-500\/95{ background-color: rgb(145 142 154 / 0.95); }
.bg-kaimurasaki-600{ --tw-bg-opacity: 1; background-color: rgb(122 119 133 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-600\/0{ background-color: rgb(122 119 133 / 0); }
.bg-kaimurasaki-600\/10{ background-color: rgb(122 119 133 / 0.1); }
.bg-kaimurasaki-600\/100{ background-color: rgb(122 119 133 / 1); }
.bg-kaimurasaki-600\/20{ background-color: rgb(122 119 133 / 0.2); }
.bg-kaimurasaki-600\/25{ background-color: rgb(122 119 133 / 0.25); }
.bg-kaimurasaki-600\/30{ background-color: rgb(122 119 133 / 0.3); }
.bg-kaimurasaki-600\/40{ background-color: rgb(122 119 133 / 0.4); }
.bg-kaimurasaki-600\/5{ background-color: rgb(122 119 133 / 0.05); }
.bg-kaimurasaki-600\/50{ background-color: rgb(122 119 133 / 0.5); }
.bg-kaimurasaki-600\/60{ background-color: rgb(122 119 133 / 0.6); }
.bg-kaimurasaki-600\/70{ background-color: rgb(122 119 133 / 0.7); }
.bg-kaimurasaki-600\/75{ background-color: rgb(122 119 133 / 0.75); }
.bg-kaimurasaki-600\/80{ background-color: rgb(122 119 133 / 0.8); }
.bg-kaimurasaki-600\/90{ background-color: rgb(122 119 133 / 0.9); }
.bg-kaimurasaki-600\/95{ background-color: rgb(122 119 133 / 0.95); }
.bg-kaimurasaki-700{ --tw-bg-opacity: 1; background-color: rgb(100 96 113 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-700\/0{ background-color: rgb(100 96 113 / 0); }
.bg-kaimurasaki-700\/10{ background-color: rgb(100 96 113 / 0.1); }
.bg-kaimurasaki-700\/100{ background-color: rgb(100 96 113 / 1); }
.bg-kaimurasaki-700\/20{ background-color: rgb(100 96 113 / 0.2); }
.bg-kaimurasaki-700\/25{ background-color: rgb(100 96 113 / 0.25); }
.bg-kaimurasaki-700\/30{ background-color: rgb(100 96 113 / 0.3); }
.bg-kaimurasaki-700\/40{ background-color: rgb(100 96 113 / 0.4); }
.bg-kaimurasaki-700\/5{ background-color: rgb(100 96 113 / 0.05); }
.bg-kaimurasaki-700\/50{ background-color: rgb(100 96 113 / 0.5); }
.bg-kaimurasaki-700\/60{ background-color: rgb(100 96 113 / 0.6); }
.bg-kaimurasaki-700\/70{ background-color: rgb(100 96 113 / 0.7); }
.bg-kaimurasaki-700\/75{ background-color: rgb(100 96 113 / 0.75); }
.bg-kaimurasaki-700\/80{ background-color: rgb(100 96 113 / 0.8); }
.bg-kaimurasaki-700\/90{ background-color: rgb(100 96 113 / 0.9); }
.bg-kaimurasaki-700\/95{ background-color: rgb(100 96 113 / 0.95); }
.bg-kaimurasaki-800{ --tw-bg-opacity: 1; background-color: rgb(78 73 93 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-800\/0{ background-color: rgb(78 73 93 / 0); }
.bg-kaimurasaki-800\/10{ background-color: rgb(78 73 93 / 0.1); }
.bg-kaimurasaki-800\/100{ background-color: rgb(78 73 93 / 1); }
.bg-kaimurasaki-800\/20{ background-color: rgb(78 73 93 / 0.2); }
.bg-kaimurasaki-800\/25{ background-color: rgb(78 73 93 / 0.25); }
.bg-kaimurasaki-800\/30{ background-color: rgb(78 73 93 / 0.3); }
.bg-kaimurasaki-800\/40{ background-color: rgb(78 73 93 / 0.4); }
.bg-kaimurasaki-800\/5{ background-color: rgb(78 73 93 / 0.05); }
.bg-kaimurasaki-800\/50{ background-color: rgb(78 73 93 / 0.5); }
.bg-kaimurasaki-800\/60{ background-color: rgb(78 73 93 / 0.6); }
.bg-kaimurasaki-800\/70{ background-color: rgb(78 73 93 / 0.7); }
.bg-kaimurasaki-800\/75{ background-color: rgb(78 73 93 / 0.75); }
.bg-kaimurasaki-800\/80{ background-color: rgb(78 73 93 / 0.8); }
.bg-kaimurasaki-800\/90{ background-color: rgb(78 73 93 / 0.9); }
.bg-kaimurasaki-800\/95{ background-color: rgb(78 73 93 / 0.95); }
.bg-kaimurasaki-900{ --tw-bg-opacity: 1; background-color: rgb(56 50 72 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-900\/0{ background-color: rgb(56 50 72 / 0); }
.bg-kaimurasaki-900\/10{ background-color: rgb(56 50 72 / 0.1); }
.bg-kaimurasaki-900\/100{ background-color: rgb(56 50 72 / 1); }
.bg-kaimurasaki-900\/20{ background-color: rgb(56 50 72 / 0.2); }
.bg-kaimurasaki-900\/25{ background-color: rgb(56 50 72 / 0.25); }
.bg-kaimurasaki-900\/30{ background-color: rgb(56 50 72 / 0.3); }
.bg-kaimurasaki-900\/40{ background-color: rgb(56 50 72 / 0.4); }
.bg-kaimurasaki-900\/5{ background-color: rgb(56 50 72 / 0.05); }
.bg-kaimurasaki-900\/50{ background-color: rgb(56 50 72 / 0.5); }
.bg-kaimurasaki-900\/60{ background-color: rgb(56 50 72 / 0.6); }
.bg-kaimurasaki-900\/70{ background-color: rgb(56 50 72 / 0.7); }
.bg-kaimurasaki-900\/75{ background-color: rgb(56 50 72 / 0.75); }
.bg-kaimurasaki-900\/80{ background-color: rgb(56 50 72 / 0.8); }
.bg-kaimurasaki-900\/90{ background-color: rgb(56 50 72 / 0.9); }
.bg-kaimurasaki-900\/95{ background-color: rgb(56 50 72 / 0.95); }
.bg-kaimurasaki-950{ --tw-bg-opacity: 1; background-color: rgb(44 39 62 / var(--tw-bg-opacity)); }
.bg-kaimurasaki-950\/0{ background-color: rgb(44 39 62 / 0); }
.bg-kaimurasaki-950\/10{ background-color: rgb(44 39 62 / 0.1); }
.bg-kaimurasaki-950\/100{ background-color: rgb(44 39 62 / 1); }
.bg-kaimurasaki-950\/20{ background-color: rgb(44 39 62 / 0.2); }
.bg-kaimurasaki-950\/25{ background-color: rgb(44 39 62 / 0.25); }
.bg-kaimurasaki-950\/30{ background-color: rgb(44 39 62 / 0.3); }
.bg-kaimurasaki-950\/40{ background-color: rgb(44 39 62 / 0.4); }
.bg-kaimurasaki-950\/5{ background-color: rgb(44 39 62 / 0.05); }
.bg-kaimurasaki-950\/50{ background-color: rgb(44 39 62 / 0.5); }
.bg-kaimurasaki-950\/60{ background-color: rgb(44 39 62 / 0.6); }
.bg-kaimurasaki-950\/70{ background-color: rgb(44 39 62 / 0.7); }
.bg-kaimurasaki-950\/75{ background-color: rgb(44 39 62 / 0.75); }
.bg-kaimurasaki-950\/80{ background-color: rgb(44 39 62 / 0.8); }
.bg-kaimurasaki-950\/90{ background-color: rgb(44 39 62 / 0.9); }
.bg-kaimurasaki-950\/95{ background-color: rgb(44 39 62 / 0.95); }
.bg-kaimurasaki\/0{ background-color: rgb(34 28 52 / 0); }
.bg-kaimurasaki\/10{ background-color: rgb(34 28 52 / 0.1); }
.bg-kaimurasaki\/100{ background-color: rgb(34 28 52 / 1); }
.bg-kaimurasaki\/20{ background-color: rgb(34 28 52 / 0.2); }
.bg-kaimurasaki\/25{ background-color: rgb(34 28 52 / 0.25); }
.bg-kaimurasaki\/30{ background-color: rgb(34 28 52 / 0.3); }
.bg-kaimurasaki\/40{ background-color: rgb(34 28 52 / 0.4); }
.bg-kaimurasaki\/5{ background-color: rgb(34 28 52 / 0.05); }
.bg-kaimurasaki\/50{ background-color: rgb(34 28 52 / 0.5); }
.bg-kaimurasaki\/60{ background-color: rgb(34 28 52 / 0.6); }
.bg-kaimurasaki\/70{ background-color: rgb(34 28 52 / 0.7); }
.bg-kaimurasaki\/75{ background-color: rgb(34 28 52 / 0.75); }
.bg-kaimurasaki\/80{ background-color: rgb(34 28 52 / 0.8); }
.bg-kaimurasaki\/90{ background-color: rgb(34 28 52 / 0.9); }
.bg-kaimurasaki\/95{ background-color: rgb(34 28 52 / 0.95); }
.bg-lime-100{ --tw-bg-opacity: 1; background-color: rgb(236 252 203 / var(--tw-bg-opacity)); }
.bg-lime-100\/0{ background-color: rgb(236 252 203 / 0); }
.bg-lime-100\/10{ background-color: rgb(236 252 203 / 0.1); }
.bg-lime-100\/100{ background-color: rgb(236 252 203 / 1); }
.bg-lime-100\/20{ background-color: rgb(236 252 203 / 0.2); }
.bg-lime-100\/25{ background-color: rgb(236 252 203 / 0.25); }
.bg-lime-100\/30{ background-color: rgb(236 252 203 / 0.3); }
.bg-lime-100\/40{ background-color: rgb(236 252 203 / 0.4); }
.bg-lime-100\/5{ background-color: rgb(236 252 203 / 0.05); }
.bg-lime-100\/50{ background-color: rgb(236 252 203 / 0.5); }
.bg-lime-100\/60{ background-color: rgb(236 252 203 / 0.6); }
.bg-lime-100\/70{ background-color: rgb(236 252 203 / 0.7); }
.bg-lime-100\/75{ background-color: rgb(236 252 203 / 0.75); }
.bg-lime-100\/80{ background-color: rgb(236 252 203 / 0.8); }
.bg-lime-100\/90{ background-color: rgb(236 252 203 / 0.9); }
.bg-lime-100\/95{ background-color: rgb(236 252 203 / 0.95); }
.bg-lime-200{ --tw-bg-opacity: 1; background-color: rgb(217 249 157 / var(--tw-bg-opacity)); }
.bg-lime-200\/0{ background-color: rgb(217 249 157 / 0); }
.bg-lime-200\/10{ background-color: rgb(217 249 157 / 0.1); }
.bg-lime-200\/100{ background-color: rgb(217 249 157 / 1); }
.bg-lime-200\/20{ background-color: rgb(217 249 157 / 0.2); }
.bg-lime-200\/25{ background-color: rgb(217 249 157 / 0.25); }
.bg-lime-200\/30{ background-color: rgb(217 249 157 / 0.3); }
.bg-lime-200\/40{ background-color: rgb(217 249 157 / 0.4); }
.bg-lime-200\/5{ background-color: rgb(217 249 157 / 0.05); }
.bg-lime-200\/50{ background-color: rgb(217 249 157 / 0.5); }
.bg-lime-200\/60{ background-color: rgb(217 249 157 / 0.6); }
.bg-lime-200\/70{ background-color: rgb(217 249 157 / 0.7); }
.bg-lime-200\/75{ background-color: rgb(217 249 157 / 0.75); }
.bg-lime-200\/80{ background-color: rgb(217 249 157 / 0.8); }
.bg-lime-200\/90{ background-color: rgb(217 249 157 / 0.9); }
.bg-lime-200\/95{ background-color: rgb(217 249 157 / 0.95); }
.bg-lime-300{ --tw-bg-opacity: 1; background-color: rgb(190 242 100 / var(--tw-bg-opacity)); }
.bg-lime-300\/0{ background-color: rgb(190 242 100 / 0); }
.bg-lime-300\/10{ background-color: rgb(190 242 100 / 0.1); }
.bg-lime-300\/100{ background-color: rgb(190 242 100 / 1); }
.bg-lime-300\/20{ background-color: rgb(190 242 100 / 0.2); }
.bg-lime-300\/25{ background-color: rgb(190 242 100 / 0.25); }
.bg-lime-300\/30{ background-color: rgb(190 242 100 / 0.3); }
.bg-lime-300\/40{ background-color: rgb(190 242 100 / 0.4); }
.bg-lime-300\/5{ background-color: rgb(190 242 100 / 0.05); }
.bg-lime-300\/50{ background-color: rgb(190 242 100 / 0.5); }
.bg-lime-300\/60{ background-color: rgb(190 242 100 / 0.6); }
.bg-lime-300\/70{ background-color: rgb(190 242 100 / 0.7); }
.bg-lime-300\/75{ background-color: rgb(190 242 100 / 0.75); }
.bg-lime-300\/80{ background-color: rgb(190 242 100 / 0.8); }
.bg-lime-300\/90{ background-color: rgb(190 242 100 / 0.9); }
.bg-lime-300\/95{ background-color: rgb(190 242 100 / 0.95); }
.bg-lime-400{ --tw-bg-opacity: 1; background-color: rgb(163 230 53 / var(--tw-bg-opacity)); }
.bg-lime-400\/0{ background-color: rgb(163 230 53 / 0); }
.bg-lime-400\/10{ background-color: rgb(163 230 53 / 0.1); }
.bg-lime-400\/100{ background-color: rgb(163 230 53 / 1); }
.bg-lime-400\/20{ background-color: rgb(163 230 53 / 0.2); }
.bg-lime-400\/25{ background-color: rgb(163 230 53 / 0.25); }
.bg-lime-400\/30{ background-color: rgb(163 230 53 / 0.3); }
.bg-lime-400\/40{ background-color: rgb(163 230 53 / 0.4); }
.bg-lime-400\/5{ background-color: rgb(163 230 53 / 0.05); }
.bg-lime-400\/50{ background-color: rgb(163 230 53 / 0.5); }
.bg-lime-400\/60{ background-color: rgb(163 230 53 / 0.6); }
.bg-lime-400\/70{ background-color: rgb(163 230 53 / 0.7); }
.bg-lime-400\/75{ background-color: rgb(163 230 53 / 0.75); }
.bg-lime-400\/80{ background-color: rgb(163 230 53 / 0.8); }
.bg-lime-400\/90{ background-color: rgb(163 230 53 / 0.9); }
.bg-lime-400\/95{ background-color: rgb(163 230 53 / 0.95); }
.bg-lime-50{ --tw-bg-opacity: 1; background-color: rgb(247 254 231 / var(--tw-bg-opacity)); }
.bg-lime-50\/0{ background-color: rgb(247 254 231 / 0); }
.bg-lime-50\/10{ background-color: rgb(247 254 231 / 0.1); }
.bg-lime-50\/100{ background-color: rgb(247 254 231 / 1); }
.bg-lime-50\/20{ background-color: rgb(247 254 231 / 0.2); }
.bg-lime-50\/25{ background-color: rgb(247 254 231 / 0.25); }
.bg-lime-50\/30{ background-color: rgb(247 254 231 / 0.3); }
.bg-lime-50\/40{ background-color: rgb(247 254 231 / 0.4); }
.bg-lime-50\/5{ background-color: rgb(247 254 231 / 0.05); }
.bg-lime-50\/50{ background-color: rgb(247 254 231 / 0.5); }
.bg-lime-50\/60{ background-color: rgb(247 254 231 / 0.6); }
.bg-lime-50\/70{ background-color: rgb(247 254 231 / 0.7); }
.bg-lime-50\/75{ background-color: rgb(247 254 231 / 0.75); }
.bg-lime-50\/80{ background-color: rgb(247 254 231 / 0.8); }
.bg-lime-50\/90{ background-color: rgb(247 254 231 / 0.9); }
.bg-lime-50\/95{ background-color: rgb(247 254 231 / 0.95); }
.bg-lime-500{ --tw-bg-opacity: 1; background-color: rgb(132 204 22 / var(--tw-bg-opacity)); }
.bg-lime-500\/0{ background-color: rgb(132 204 22 / 0); }
.bg-lime-500\/10{ background-color: rgb(132 204 22 / 0.1); }
.bg-lime-500\/100{ background-color: rgb(132 204 22 / 1); }
.bg-lime-500\/20{ background-color: rgb(132 204 22 / 0.2); }
.bg-lime-500\/25{ background-color: rgb(132 204 22 / 0.25); }
.bg-lime-500\/30{ background-color: rgb(132 204 22 / 0.3); }
.bg-lime-500\/40{ background-color: rgb(132 204 22 / 0.4); }
.bg-lime-500\/5{ background-color: rgb(132 204 22 / 0.05); }
.bg-lime-500\/50{ background-color: rgb(132 204 22 / 0.5); }
.bg-lime-500\/60{ background-color: rgb(132 204 22 / 0.6); }
.bg-lime-500\/70{ background-color: rgb(132 204 22 / 0.7); }
.bg-lime-500\/75{ background-color: rgb(132 204 22 / 0.75); }
.bg-lime-500\/80{ background-color: rgb(132 204 22 / 0.8); }
.bg-lime-500\/90{ background-color: rgb(132 204 22 / 0.9); }
.bg-lime-500\/95{ background-color: rgb(132 204 22 / 0.95); }
.bg-lime-600{ --tw-bg-opacity: 1; background-color: rgb(101 163 13 / var(--tw-bg-opacity)); }
.bg-lime-600\/0{ background-color: rgb(101 163 13 / 0); }
.bg-lime-600\/10{ background-color: rgb(101 163 13 / 0.1); }
.bg-lime-600\/100{ background-color: rgb(101 163 13 / 1); }
.bg-lime-600\/20{ background-color: rgb(101 163 13 / 0.2); }
.bg-lime-600\/25{ background-color: rgb(101 163 13 / 0.25); }
.bg-lime-600\/30{ background-color: rgb(101 163 13 / 0.3); }
.bg-lime-600\/40{ background-color: rgb(101 163 13 / 0.4); }
.bg-lime-600\/5{ background-color: rgb(101 163 13 / 0.05); }
.bg-lime-600\/50{ background-color: rgb(101 163 13 / 0.5); }
.bg-lime-600\/60{ background-color: rgb(101 163 13 / 0.6); }
.bg-lime-600\/70{ background-color: rgb(101 163 13 / 0.7); }
.bg-lime-600\/75{ background-color: rgb(101 163 13 / 0.75); }
.bg-lime-600\/80{ background-color: rgb(101 163 13 / 0.8); }
.bg-lime-600\/90{ background-color: rgb(101 163 13 / 0.9); }
.bg-lime-600\/95{ background-color: rgb(101 163 13 / 0.95); }
.bg-lime-700{ --tw-bg-opacity: 1; background-color: rgb(77 124 15 / var(--tw-bg-opacity)); }
.bg-lime-700\/0{ background-color: rgb(77 124 15 / 0); }
.bg-lime-700\/10{ background-color: rgb(77 124 15 / 0.1); }
.bg-lime-700\/100{ background-color: rgb(77 124 15 / 1); }
.bg-lime-700\/20{ background-color: rgb(77 124 15 / 0.2); }
.bg-lime-700\/25{ background-color: rgb(77 124 15 / 0.25); }
.bg-lime-700\/30{ background-color: rgb(77 124 15 / 0.3); }
.bg-lime-700\/40{ background-color: rgb(77 124 15 / 0.4); }
.bg-lime-700\/5{ background-color: rgb(77 124 15 / 0.05); }
.bg-lime-700\/50{ background-color: rgb(77 124 15 / 0.5); }
.bg-lime-700\/60{ background-color: rgb(77 124 15 / 0.6); }
.bg-lime-700\/70{ background-color: rgb(77 124 15 / 0.7); }
.bg-lime-700\/75{ background-color: rgb(77 124 15 / 0.75); }
.bg-lime-700\/80{ background-color: rgb(77 124 15 / 0.8); }
.bg-lime-700\/90{ background-color: rgb(77 124 15 / 0.9); }
.bg-lime-700\/95{ background-color: rgb(77 124 15 / 0.95); }
.bg-lime-800{ --tw-bg-opacity: 1; background-color: rgb(63 98 18 / var(--tw-bg-opacity)); }
.bg-lime-800\/0{ background-color: rgb(63 98 18 / 0); }
.bg-lime-800\/10{ background-color: rgb(63 98 18 / 0.1); }
.bg-lime-800\/100{ background-color: rgb(63 98 18 / 1); }
.bg-lime-800\/20{ background-color: rgb(63 98 18 / 0.2); }
.bg-lime-800\/25{ background-color: rgb(63 98 18 / 0.25); }
.bg-lime-800\/30{ background-color: rgb(63 98 18 / 0.3); }
.bg-lime-800\/40{ background-color: rgb(63 98 18 / 0.4); }
.bg-lime-800\/5{ background-color: rgb(63 98 18 / 0.05); }
.bg-lime-800\/50{ background-color: rgb(63 98 18 / 0.5); }
.bg-lime-800\/60{ background-color: rgb(63 98 18 / 0.6); }
.bg-lime-800\/70{ background-color: rgb(63 98 18 / 0.7); }
.bg-lime-800\/75{ background-color: rgb(63 98 18 / 0.75); }
.bg-lime-800\/80{ background-color: rgb(63 98 18 / 0.8); }
.bg-lime-800\/90{ background-color: rgb(63 98 18 / 0.9); }
.bg-lime-800\/95{ background-color: rgb(63 98 18 / 0.95); }
.bg-lime-900{ --tw-bg-opacity: 1; background-color: rgb(54 83 20 / var(--tw-bg-opacity)); }
.bg-lime-900\/0{ background-color: rgb(54 83 20 / 0); }
.bg-lime-900\/10{ background-color: rgb(54 83 20 / 0.1); }
.bg-lime-900\/100{ background-color: rgb(54 83 20 / 1); }
.bg-lime-900\/20{ background-color: rgb(54 83 20 / 0.2); }
.bg-lime-900\/25{ background-color: rgb(54 83 20 / 0.25); }
.bg-lime-900\/30{ background-color: rgb(54 83 20 / 0.3); }
.bg-lime-900\/40{ background-color: rgb(54 83 20 / 0.4); }
.bg-lime-900\/5{ background-color: rgb(54 83 20 / 0.05); }
.bg-lime-900\/50{ background-color: rgb(54 83 20 / 0.5); }
.bg-lime-900\/60{ background-color: rgb(54 83 20 / 0.6); }
.bg-lime-900\/70{ background-color: rgb(54 83 20 / 0.7); }
.bg-lime-900\/75{ background-color: rgb(54 83 20 / 0.75); }
.bg-lime-900\/80{ background-color: rgb(54 83 20 / 0.8); }
.bg-lime-900\/90{ background-color: rgb(54 83 20 / 0.9); }
.bg-lime-900\/95{ background-color: rgb(54 83 20 / 0.95); }
.bg-lime-950{ --tw-bg-opacity: 1; background-color: rgb(26 46 5 / var(--tw-bg-opacity)); }
.bg-lime-950\/0{ background-color: rgb(26 46 5 / 0); }
.bg-lime-950\/10{ background-color: rgb(26 46 5 / 0.1); }
.bg-lime-950\/100{ background-color: rgb(26 46 5 / 1); }
.bg-lime-950\/20{ background-color: rgb(26 46 5 / 0.2); }
.bg-lime-950\/25{ background-color: rgb(26 46 5 / 0.25); }
.bg-lime-950\/30{ background-color: rgb(26 46 5 / 0.3); }
.bg-lime-950\/40{ background-color: rgb(26 46 5 / 0.4); }
.bg-lime-950\/5{ background-color: rgb(26 46 5 / 0.05); }
.bg-lime-950\/50{ background-color: rgb(26 46 5 / 0.5); }
.bg-lime-950\/60{ background-color: rgb(26 46 5 / 0.6); }
.bg-lime-950\/70{ background-color: rgb(26 46 5 / 0.7); }
.bg-lime-950\/75{ background-color: rgb(26 46 5 / 0.75); }
.bg-lime-950\/80{ background-color: rgb(26 46 5 / 0.8); }
.bg-lime-950\/90{ background-color: rgb(26 46 5 / 0.9); }
.bg-lime-950\/95{ background-color: rgb(26 46 5 / 0.95); }
.bg-neutral-100{ --tw-bg-opacity: 1; background-color: rgb(245 245 245 / var(--tw-bg-opacity)); }
.bg-neutral-100\/0{ background-color: rgb(245 245 245 / 0); }
.bg-neutral-100\/10{ background-color: rgb(245 245 245 / 0.1); }
.bg-neutral-100\/100{ background-color: rgb(245 245 245 / 1); }
.bg-neutral-100\/20{ background-color: rgb(245 245 245 / 0.2); }
.bg-neutral-100\/25{ background-color: rgb(245 245 245 / 0.25); }
.bg-neutral-100\/30{ background-color: rgb(245 245 245 / 0.3); }
.bg-neutral-100\/40{ background-color: rgb(245 245 245 / 0.4); }
.bg-neutral-100\/5{ background-color: rgb(245 245 245 / 0.05); }
.bg-neutral-100\/50{ background-color: rgb(245 245 245 / 0.5); }
.bg-neutral-100\/60{ background-color: rgb(245 245 245 / 0.6); }
.bg-neutral-100\/70{ background-color: rgb(245 245 245 / 0.7); }
.bg-neutral-100\/75{ background-color: rgb(245 245 245 / 0.75); }
.bg-neutral-100\/80{ background-color: rgb(245 245 245 / 0.8); }
.bg-neutral-100\/90{ background-color: rgb(245 245 245 / 0.9); }
.bg-neutral-100\/95{ background-color: rgb(245 245 245 / 0.95); }
.bg-neutral-200{ --tw-bg-opacity: 1; background-color: rgb(229 229 229 / var(--tw-bg-opacity)); }
.bg-neutral-200\/0{ background-color: rgb(229 229 229 / 0); }
.bg-neutral-200\/10{ background-color: rgb(229 229 229 / 0.1); }
.bg-neutral-200\/100{ background-color: rgb(229 229 229 / 1); }
.bg-neutral-200\/20{ background-color: rgb(229 229 229 / 0.2); }
.bg-neutral-200\/25{ background-color: rgb(229 229 229 / 0.25); }
.bg-neutral-200\/30{ background-color: rgb(229 229 229 / 0.3); }
.bg-neutral-200\/40{ background-color: rgb(229 229 229 / 0.4); }
.bg-neutral-200\/5{ background-color: rgb(229 229 229 / 0.05); }
.bg-neutral-200\/50{ background-color: rgb(229 229 229 / 0.5); }
.bg-neutral-200\/60{ background-color: rgb(229 229 229 / 0.6); }
.bg-neutral-200\/70{ background-color: rgb(229 229 229 / 0.7); }
.bg-neutral-200\/75{ background-color: rgb(229 229 229 / 0.75); }
.bg-neutral-200\/80{ background-color: rgb(229 229 229 / 0.8); }
.bg-neutral-200\/90{ background-color: rgb(229 229 229 / 0.9); }
.bg-neutral-200\/95{ background-color: rgb(229 229 229 / 0.95); }
.bg-neutral-300{ --tw-bg-opacity: 1; background-color: rgb(212 212 212 / var(--tw-bg-opacity)); }
.bg-neutral-300\/0{ background-color: rgb(212 212 212 / 0); }
.bg-neutral-300\/10{ background-color: rgb(212 212 212 / 0.1); }
.bg-neutral-300\/100{ background-color: rgb(212 212 212 / 1); }
.bg-neutral-300\/20{ background-color: rgb(212 212 212 / 0.2); }
.bg-neutral-300\/25{ background-color: rgb(212 212 212 / 0.25); }
.bg-neutral-300\/30{ background-color: rgb(212 212 212 / 0.3); }
.bg-neutral-300\/40{ background-color: rgb(212 212 212 / 0.4); }
.bg-neutral-300\/5{ background-color: rgb(212 212 212 / 0.05); }
.bg-neutral-300\/50{ background-color: rgb(212 212 212 / 0.5); }
.bg-neutral-300\/60{ background-color: rgb(212 212 212 / 0.6); }
.bg-neutral-300\/70{ background-color: rgb(212 212 212 / 0.7); }
.bg-neutral-300\/75{ background-color: rgb(212 212 212 / 0.75); }
.bg-neutral-300\/80{ background-color: rgb(212 212 212 / 0.8); }
.bg-neutral-300\/90{ background-color: rgb(212 212 212 / 0.9); }
.bg-neutral-300\/95{ background-color: rgb(212 212 212 / 0.95); }
.bg-neutral-400{ --tw-bg-opacity: 1; background-color: rgb(163 163 163 / var(--tw-bg-opacity)); }
.bg-neutral-400\/0{ background-color: rgb(163 163 163 / 0); }
.bg-neutral-400\/10{ background-color: rgb(163 163 163 / 0.1); }
.bg-neutral-400\/100{ background-color: rgb(163 163 163 / 1); }
.bg-neutral-400\/20{ background-color: rgb(163 163 163 / 0.2); }
.bg-neutral-400\/25{ background-color: rgb(163 163 163 / 0.25); }
.bg-neutral-400\/30{ background-color: rgb(163 163 163 / 0.3); }
.bg-neutral-400\/40{ background-color: rgb(163 163 163 / 0.4); }
.bg-neutral-400\/5{ background-color: rgb(163 163 163 / 0.05); }
.bg-neutral-400\/50{ background-color: rgb(163 163 163 / 0.5); }
.bg-neutral-400\/60{ background-color: rgb(163 163 163 / 0.6); }
.bg-neutral-400\/70{ background-color: rgb(163 163 163 / 0.7); }
.bg-neutral-400\/75{ background-color: rgb(163 163 163 / 0.75); }
.bg-neutral-400\/80{ background-color: rgb(163 163 163 / 0.8); }
.bg-neutral-400\/90{ background-color: rgb(163 163 163 / 0.9); }
.bg-neutral-400\/95{ background-color: rgb(163 163 163 / 0.95); }
.bg-neutral-50{ --tw-bg-opacity: 1; background-color: rgb(250 250 250 / var(--tw-bg-opacity)); }
.bg-neutral-50\/0{ background-color: rgb(250 250 250 / 0); }
.bg-neutral-50\/10{ background-color: rgb(250 250 250 / 0.1); }
.bg-neutral-50\/100{ background-color: rgb(250 250 250 / 1); }
.bg-neutral-50\/20{ background-color: rgb(250 250 250 / 0.2); }
.bg-neutral-50\/25{ background-color: rgb(250 250 250 / 0.25); }
.bg-neutral-50\/30{ background-color: rgb(250 250 250 / 0.3); }
.bg-neutral-50\/40{ background-color: rgb(250 250 250 / 0.4); }
.bg-neutral-50\/5{ background-color: rgb(250 250 250 / 0.05); }
.bg-neutral-50\/50{ background-color: rgb(250 250 250 / 0.5); }
.bg-neutral-50\/60{ background-color: rgb(250 250 250 / 0.6); }
.bg-neutral-50\/70{ background-color: rgb(250 250 250 / 0.7); }
.bg-neutral-50\/75{ background-color: rgb(250 250 250 / 0.75); }
.bg-neutral-50\/80{ background-color: rgb(250 250 250 / 0.8); }
.bg-neutral-50\/90{ background-color: rgb(250 250 250 / 0.9); }
.bg-neutral-50\/95{ background-color: rgb(250 250 250 / 0.95); }
.bg-neutral-500{ --tw-bg-opacity: 1; background-color: rgb(115 115 115 / var(--tw-bg-opacity)); }
.bg-neutral-500\/0{ background-color: rgb(115 115 115 / 0); }
.bg-neutral-500\/10{ background-color: rgb(115 115 115 / 0.1); }
.bg-neutral-500\/100{ background-color: rgb(115 115 115 / 1); }
.bg-neutral-500\/20{ background-color: rgb(115 115 115 / 0.2); }
.bg-neutral-500\/25{ background-color: rgb(115 115 115 / 0.25); }
.bg-neutral-500\/30{ background-color: rgb(115 115 115 / 0.3); }
.bg-neutral-500\/40{ background-color: rgb(115 115 115 / 0.4); }
.bg-neutral-500\/5{ background-color: rgb(115 115 115 / 0.05); }
.bg-neutral-500\/50{ background-color: rgb(115 115 115 / 0.5); }
.bg-neutral-500\/60{ background-color: rgb(115 115 115 / 0.6); }
.bg-neutral-500\/70{ background-color: rgb(115 115 115 / 0.7); }
.bg-neutral-500\/75{ background-color: rgb(115 115 115 / 0.75); }
.bg-neutral-500\/80{ background-color: rgb(115 115 115 / 0.8); }
.bg-neutral-500\/90{ background-color: rgb(115 115 115 / 0.9); }
.bg-neutral-500\/95{ background-color: rgb(115 115 115 / 0.95); }
.bg-neutral-600{ --tw-bg-opacity: 1; background-color: rgb(82 82 82 / var(--tw-bg-opacity)); }
.bg-neutral-600\/0{ background-color: rgb(82 82 82 / 0); }
.bg-neutral-600\/10{ background-color: rgb(82 82 82 / 0.1); }
.bg-neutral-600\/100{ background-color: rgb(82 82 82 / 1); }
.bg-neutral-600\/20{ background-color: rgb(82 82 82 / 0.2); }
.bg-neutral-600\/25{ background-color: rgb(82 82 82 / 0.25); }
.bg-neutral-600\/30{ background-color: rgb(82 82 82 / 0.3); }
.bg-neutral-600\/40{ background-color: rgb(82 82 82 / 0.4); }
.bg-neutral-600\/5{ background-color: rgb(82 82 82 / 0.05); }
.bg-neutral-600\/50{ background-color: rgb(82 82 82 / 0.5); }
.bg-neutral-600\/60{ background-color: rgb(82 82 82 / 0.6); }
.bg-neutral-600\/70{ background-color: rgb(82 82 82 / 0.7); }
.bg-neutral-600\/75{ background-color: rgb(82 82 82 / 0.75); }
.bg-neutral-600\/80{ background-color: rgb(82 82 82 / 0.8); }
.bg-neutral-600\/90{ background-color: rgb(82 82 82 / 0.9); }
.bg-neutral-600\/95{ background-color: rgb(82 82 82 / 0.95); }
.bg-neutral-700{ --tw-bg-opacity: 1; background-color: rgb(64 64 64 / var(--tw-bg-opacity)); }
.bg-neutral-700\/0{ background-color: rgb(64 64 64 / 0); }
.bg-neutral-700\/10{ background-color: rgb(64 64 64 / 0.1); }
.bg-neutral-700\/100{ background-color: rgb(64 64 64 / 1); }
.bg-neutral-700\/20{ background-color: rgb(64 64 64 / 0.2); }
.bg-neutral-700\/25{ background-color: rgb(64 64 64 / 0.25); }
.bg-neutral-700\/30{ background-color: rgb(64 64 64 / 0.3); }
.bg-neutral-700\/40{ background-color: rgb(64 64 64 / 0.4); }
.bg-neutral-700\/5{ background-color: rgb(64 64 64 / 0.05); }
.bg-neutral-700\/50{ background-color: rgb(64 64 64 / 0.5); }
.bg-neutral-700\/60{ background-color: rgb(64 64 64 / 0.6); }
.bg-neutral-700\/70{ background-color: rgb(64 64 64 / 0.7); }
.bg-neutral-700\/75{ background-color: rgb(64 64 64 / 0.75); }
.bg-neutral-700\/80{ background-color: rgb(64 64 64 / 0.8); }
.bg-neutral-700\/90{ background-color: rgb(64 64 64 / 0.9); }
.bg-neutral-700\/95{ background-color: rgb(64 64 64 / 0.95); }
.bg-neutral-800{ --tw-bg-opacity: 1; background-color: rgb(38 38 38 / var(--tw-bg-opacity)); }
.bg-neutral-800\/0{ background-color: rgb(38 38 38 / 0); }
.bg-neutral-800\/10{ background-color: rgb(38 38 38 / 0.1); }
.bg-neutral-800\/100{ background-color: rgb(38 38 38 / 1); }
.bg-neutral-800\/20{ background-color: rgb(38 38 38 / 0.2); }
.bg-neutral-800\/25{ background-color: rgb(38 38 38 / 0.25); }
.bg-neutral-800\/30{ background-color: rgb(38 38 38 / 0.3); }
.bg-neutral-800\/40{ background-color: rgb(38 38 38 / 0.4); }
.bg-neutral-800\/5{ background-color: rgb(38 38 38 / 0.05); }
.bg-neutral-800\/50{ background-color: rgb(38 38 38 / 0.5); }
.bg-neutral-800\/60{ background-color: rgb(38 38 38 / 0.6); }
.bg-neutral-800\/70{ background-color: rgb(38 38 38 / 0.7); }
.bg-neutral-800\/75{ background-color: rgb(38 38 38 / 0.75); }
.bg-neutral-800\/80{ background-color: rgb(38 38 38 / 0.8); }
.bg-neutral-800\/90{ background-color: rgb(38 38 38 / 0.9); }
.bg-neutral-800\/95{ background-color: rgb(38 38 38 / 0.95); }
.bg-neutral-900{ --tw-bg-opacity: 1; background-color: rgb(23 23 23 / var(--tw-bg-opacity)); }
.bg-neutral-900\/0{ background-color: rgb(23 23 23 / 0); }
.bg-neutral-900\/10{ background-color: rgb(23 23 23 / 0.1); }
.bg-neutral-900\/100{ background-color: rgb(23 23 23 / 1); }
.bg-neutral-900\/20{ background-color: rgb(23 23 23 / 0.2); }
.bg-neutral-900\/25{ background-color: rgb(23 23 23 / 0.25); }
.bg-neutral-900\/30{ background-color: rgb(23 23 23 / 0.3); }
.bg-neutral-900\/40{ background-color: rgb(23 23 23 / 0.4); }
.bg-neutral-900\/5{ background-color: rgb(23 23 23 / 0.05); }
.bg-neutral-900\/50{ background-color: rgb(23 23 23 / 0.5); }
.bg-neutral-900\/60{ background-color: rgb(23 23 23 / 0.6); }
.bg-neutral-900\/70{ background-color: rgb(23 23 23 / 0.7); }
.bg-neutral-900\/75{ background-color: rgb(23 23 23 / 0.75); }
.bg-neutral-900\/80{ background-color: rgb(23 23 23 / 0.8); }
.bg-neutral-900\/90{ background-color: rgb(23 23 23 / 0.9); }
.bg-neutral-900\/95{ background-color: rgb(23 23 23 / 0.95); }
.bg-neutral-950{ --tw-bg-opacity: 1; background-color: rgb(10 10 10 / var(--tw-bg-opacity)); }
.bg-neutral-950\/0{ background-color: rgb(10 10 10 / 0); }
.bg-neutral-950\/10{ background-color: rgb(10 10 10 / 0.1); }
.bg-neutral-950\/100{ background-color: rgb(10 10 10 / 1); }
.bg-neutral-950\/20{ background-color: rgb(10 10 10 / 0.2); }
.bg-neutral-950\/25{ background-color: rgb(10 10 10 / 0.25); }
.bg-neutral-950\/30{ background-color: rgb(10 10 10 / 0.3); }
.bg-neutral-950\/40{ background-color: rgb(10 10 10 / 0.4); }
.bg-neutral-950\/5{ background-color: rgb(10 10 10 / 0.05); }
.bg-neutral-950\/50{ background-color: rgb(10 10 10 / 0.5); }
.bg-neutral-950\/60{ background-color: rgb(10 10 10 / 0.6); }
.bg-neutral-950\/70{ background-color: rgb(10 10 10 / 0.7); }
.bg-neutral-950\/75{ background-color: rgb(10 10 10 / 0.75); }
.bg-neutral-950\/80{ background-color: rgb(10 10 10 / 0.8); }
.bg-neutral-950\/90{ background-color: rgb(10 10 10 / 0.9); }
.bg-neutral-950\/95{ background-color: rgb(10 10 10 / 0.95); }
.bg-orange-100{ --tw-bg-opacity: 1; background-color: rgb(255 237 213 / var(--tw-bg-opacity)); }
.bg-orange-100\/0{ background-color: rgb(255 237 213 / 0); }
.bg-orange-100\/10{ background-color: rgb(255 237 213 / 0.1); }
.bg-orange-100\/100{ background-color: rgb(255 237 213 / 1); }
.bg-orange-100\/20{ background-color: rgb(255 237 213 / 0.2); }
.bg-orange-100\/25{ background-color: rgb(255 237 213 / 0.25); }
.bg-orange-100\/30{ background-color: rgb(255 237 213 / 0.3); }
.bg-orange-100\/40{ background-color: rgb(255 237 213 / 0.4); }
.bg-orange-100\/5{ background-color: rgb(255 237 213 / 0.05); }
.bg-orange-100\/50{ background-color: rgb(255 237 213 / 0.5); }
.bg-orange-100\/60{ background-color: rgb(255 237 213 / 0.6); }
.bg-orange-100\/70{ background-color: rgb(255 237 213 / 0.7); }
.bg-orange-100\/75{ background-color: rgb(255 237 213 / 0.75); }
.bg-orange-100\/80{ background-color: rgb(255 237 213 / 0.8); }
.bg-orange-100\/90{ background-color: rgb(255 237 213 / 0.9); }
.bg-orange-100\/95{ background-color: rgb(255 237 213 / 0.95); }
.bg-orange-200{ --tw-bg-opacity: 1; background-color: rgb(254 215 170 / var(--tw-bg-opacity)); }
.bg-orange-200\/0{ background-color: rgb(254 215 170 / 0); }
.bg-orange-200\/10{ background-color: rgb(254 215 170 / 0.1); }
.bg-orange-200\/100{ background-color: rgb(254 215 170 / 1); }
.bg-orange-200\/20{ background-color: rgb(254 215 170 / 0.2); }
.bg-orange-200\/25{ background-color: rgb(254 215 170 / 0.25); }
.bg-orange-200\/30{ background-color: rgb(254 215 170 / 0.3); }
.bg-orange-200\/40{ background-color: rgb(254 215 170 / 0.4); }
.bg-orange-200\/5{ background-color: rgb(254 215 170 / 0.05); }
.bg-orange-200\/50{ background-color: rgb(254 215 170 / 0.5); }
.bg-orange-200\/60{ background-color: rgb(254 215 170 / 0.6); }
.bg-orange-200\/70{ background-color: rgb(254 215 170 / 0.7); }
.bg-orange-200\/75{ background-color: rgb(254 215 170 / 0.75); }
.bg-orange-200\/80{ background-color: rgb(254 215 170 / 0.8); }
.bg-orange-200\/90{ background-color: rgb(254 215 170 / 0.9); }
.bg-orange-200\/95{ background-color: rgb(254 215 170 / 0.95); }
.bg-orange-300{ --tw-bg-opacity: 1; background-color: rgb(253 186 116 / var(--tw-bg-opacity)); }
.bg-orange-300\/0{ background-color: rgb(253 186 116 / 0); }
.bg-orange-300\/10{ background-color: rgb(253 186 116 / 0.1); }
.bg-orange-300\/100{ background-color: rgb(253 186 116 / 1); }
.bg-orange-300\/20{ background-color: rgb(253 186 116 / 0.2); }
.bg-orange-300\/25{ background-color: rgb(253 186 116 / 0.25); }
.bg-orange-300\/30{ background-color: rgb(253 186 116 / 0.3); }
.bg-orange-300\/40{ background-color: rgb(253 186 116 / 0.4); }
.bg-orange-300\/5{ background-color: rgb(253 186 116 / 0.05); }
.bg-orange-300\/50{ background-color: rgb(253 186 116 / 0.5); }
.bg-orange-300\/60{ background-color: rgb(253 186 116 / 0.6); }
.bg-orange-300\/70{ background-color: rgb(253 186 116 / 0.7); }
.bg-orange-300\/75{ background-color: rgb(253 186 116 / 0.75); }
.bg-orange-300\/80{ background-color: rgb(253 186 116 / 0.8); }
.bg-orange-300\/90{ background-color: rgb(253 186 116 / 0.9); }
.bg-orange-300\/95{ background-color: rgb(253 186 116 / 0.95); }
.bg-orange-400{ --tw-bg-opacity: 1; background-color: rgb(251 146 60 / var(--tw-bg-opacity)); }
.bg-orange-400\/0{ background-color: rgb(251 146 60 / 0); }
.bg-orange-400\/10{ background-color: rgb(251 146 60 / 0.1); }
.bg-orange-400\/100{ background-color: rgb(251 146 60 / 1); }
.bg-orange-400\/20{ background-color: rgb(251 146 60 / 0.2); }
.bg-orange-400\/25{ background-color: rgb(251 146 60 / 0.25); }
.bg-orange-400\/30{ background-color: rgb(251 146 60 / 0.3); }
.bg-orange-400\/40{ background-color: rgb(251 146 60 / 0.4); }
.bg-orange-400\/5{ background-color: rgb(251 146 60 / 0.05); }
.bg-orange-400\/50{ background-color: rgb(251 146 60 / 0.5); }
.bg-orange-400\/60{ background-color: rgb(251 146 60 / 0.6); }
.bg-orange-400\/70{ background-color: rgb(251 146 60 / 0.7); }
.bg-orange-400\/75{ background-color: rgb(251 146 60 / 0.75); }
.bg-orange-400\/80{ background-color: rgb(251 146 60 / 0.8); }
.bg-orange-400\/90{ background-color: rgb(251 146 60 / 0.9); }
.bg-orange-400\/95{ background-color: rgb(251 146 60 / 0.95); }
.bg-orange-50{ --tw-bg-opacity: 1; background-color: rgb(255 247 237 / var(--tw-bg-opacity)); }
.bg-orange-50\/0{ background-color: rgb(255 247 237 / 0); }
.bg-orange-50\/10{ background-color: rgb(255 247 237 / 0.1); }
.bg-orange-50\/100{ background-color: rgb(255 247 237 / 1); }
.bg-orange-50\/20{ background-color: rgb(255 247 237 / 0.2); }
.bg-orange-50\/25{ background-color: rgb(255 247 237 / 0.25); }
.bg-orange-50\/30{ background-color: rgb(255 247 237 / 0.3); }
.bg-orange-50\/40{ background-color: rgb(255 247 237 / 0.4); }
.bg-orange-50\/5{ background-color: rgb(255 247 237 / 0.05); }
.bg-orange-50\/50{ background-color: rgb(255 247 237 / 0.5); }
.bg-orange-50\/60{ background-color: rgb(255 247 237 / 0.6); }
.bg-orange-50\/70{ background-color: rgb(255 247 237 / 0.7); }
.bg-orange-50\/75{ background-color: rgb(255 247 237 / 0.75); }
.bg-orange-50\/80{ background-color: rgb(255 247 237 / 0.8); }
.bg-orange-50\/90{ background-color: rgb(255 247 237 / 0.9); }
.bg-orange-50\/95{ background-color: rgb(255 247 237 / 0.95); }
.bg-orange-500{ --tw-bg-opacity: 1; background-color: rgb(249 115 22 / var(--tw-bg-opacity)); }
.bg-orange-500\/0{ background-color: rgb(249 115 22 / 0); }
.bg-orange-500\/10{ background-color: rgb(249 115 22 / 0.1); }
.bg-orange-500\/100{ background-color: rgb(249 115 22 / 1); }
.bg-orange-500\/20{ background-color: rgb(249 115 22 / 0.2); }
.bg-orange-500\/25{ background-color: rgb(249 115 22 / 0.25); }
.bg-orange-500\/30{ background-color: rgb(249 115 22 / 0.3); }
.bg-orange-500\/40{ background-color: rgb(249 115 22 / 0.4); }
.bg-orange-500\/5{ background-color: rgb(249 115 22 / 0.05); }
.bg-orange-500\/50{ background-color: rgb(249 115 22 / 0.5); }
.bg-orange-500\/60{ background-color: rgb(249 115 22 / 0.6); }
.bg-orange-500\/70{ background-color: rgb(249 115 22 / 0.7); }
.bg-orange-500\/75{ background-color: rgb(249 115 22 / 0.75); }
.bg-orange-500\/80{ background-color: rgb(249 115 22 / 0.8); }
.bg-orange-500\/90{ background-color: rgb(249 115 22 / 0.9); }
.bg-orange-500\/95{ background-color: rgb(249 115 22 / 0.95); }
.bg-orange-600{ --tw-bg-opacity: 1; background-color: rgb(234 88 12 / var(--tw-bg-opacity)); }
.bg-orange-600\/0{ background-color: rgb(234 88 12 / 0); }
.bg-orange-600\/10{ background-color: rgb(234 88 12 / 0.1); }
.bg-orange-600\/100{ background-color: rgb(234 88 12 / 1); }
.bg-orange-600\/20{ background-color: rgb(234 88 12 / 0.2); }
.bg-orange-600\/25{ background-color: rgb(234 88 12 / 0.25); }
.bg-orange-600\/30{ background-color: rgb(234 88 12 / 0.3); }
.bg-orange-600\/40{ background-color: rgb(234 88 12 / 0.4); }
.bg-orange-600\/5{ background-color: rgb(234 88 12 / 0.05); }
.bg-orange-600\/50{ background-color: rgb(234 88 12 / 0.5); }
.bg-orange-600\/60{ background-color: rgb(234 88 12 / 0.6); }
.bg-orange-600\/70{ background-color: rgb(234 88 12 / 0.7); }
.bg-orange-600\/75{ background-color: rgb(234 88 12 / 0.75); }
.bg-orange-600\/80{ background-color: rgb(234 88 12 / 0.8); }
.bg-orange-600\/90{ background-color: rgb(234 88 12 / 0.9); }
.bg-orange-600\/95{ background-color: rgb(234 88 12 / 0.95); }
.bg-orange-700{ --tw-bg-opacity: 1; background-color: rgb(194 65 12 / var(--tw-bg-opacity)); }
.bg-orange-700\/0{ background-color: rgb(194 65 12 / 0); }
.bg-orange-700\/10{ background-color: rgb(194 65 12 / 0.1); }
.bg-orange-700\/100{ background-color: rgb(194 65 12 / 1); }
.bg-orange-700\/20{ background-color: rgb(194 65 12 / 0.2); }
.bg-orange-700\/25{ background-color: rgb(194 65 12 / 0.25); }
.bg-orange-700\/30{ background-color: rgb(194 65 12 / 0.3); }
.bg-orange-700\/40{ background-color: rgb(194 65 12 / 0.4); }
.bg-orange-700\/5{ background-color: rgb(194 65 12 / 0.05); }
.bg-orange-700\/50{ background-color: rgb(194 65 12 / 0.5); }
.bg-orange-700\/60{ background-color: rgb(194 65 12 / 0.6); }
.bg-orange-700\/70{ background-color: rgb(194 65 12 / 0.7); }
.bg-orange-700\/75{ background-color: rgb(194 65 12 / 0.75); }
.bg-orange-700\/80{ background-color: rgb(194 65 12 / 0.8); }
.bg-orange-700\/90{ background-color: rgb(194 65 12 / 0.9); }
.bg-orange-700\/95{ background-color: rgb(194 65 12 / 0.95); }
.bg-orange-800{ --tw-bg-opacity: 1; background-color: rgb(154 52 18 / var(--tw-bg-opacity)); }
.bg-orange-800\/0{ background-color: rgb(154 52 18 / 0); }
.bg-orange-800\/10{ background-color: rgb(154 52 18 / 0.1); }
.bg-orange-800\/100{ background-color: rgb(154 52 18 / 1); }
.bg-orange-800\/20{ background-color: rgb(154 52 18 / 0.2); }
.bg-orange-800\/25{ background-color: rgb(154 52 18 / 0.25); }
.bg-orange-800\/30{ background-color: rgb(154 52 18 / 0.3); }
.bg-orange-800\/40{ background-color: rgb(154 52 18 / 0.4); }
.bg-orange-800\/5{ background-color: rgb(154 52 18 / 0.05); }
.bg-orange-800\/50{ background-color: rgb(154 52 18 / 0.5); }
.bg-orange-800\/60{ background-color: rgb(154 52 18 / 0.6); }
.bg-orange-800\/70{ background-color: rgb(154 52 18 / 0.7); }
.bg-orange-800\/75{ background-color: rgb(154 52 18 / 0.75); }
.bg-orange-800\/80{ background-color: rgb(154 52 18 / 0.8); }
.bg-orange-800\/90{ background-color: rgb(154 52 18 / 0.9); }
.bg-orange-800\/95{ background-color: rgb(154 52 18 / 0.95); }
.bg-orange-900{ --tw-bg-opacity: 1; background-color: rgb(124 45 18 / var(--tw-bg-opacity)); }
.bg-orange-900\/0{ background-color: rgb(124 45 18 / 0); }
.bg-orange-900\/10{ background-color: rgb(124 45 18 / 0.1); }
.bg-orange-900\/100{ background-color: rgb(124 45 18 / 1); }
.bg-orange-900\/20{ background-color: rgb(124 45 18 / 0.2); }
.bg-orange-900\/25{ background-color: rgb(124 45 18 / 0.25); }
.bg-orange-900\/30{ background-color: rgb(124 45 18 / 0.3); }
.bg-orange-900\/40{ background-color: rgb(124 45 18 / 0.4); }
.bg-orange-900\/5{ background-color: rgb(124 45 18 / 0.05); }
.bg-orange-900\/50{ background-color: rgb(124 45 18 / 0.5); }
.bg-orange-900\/60{ background-color: rgb(124 45 18 / 0.6); }
.bg-orange-900\/70{ background-color: rgb(124 45 18 / 0.7); }
.bg-orange-900\/75{ background-color: rgb(124 45 18 / 0.75); }
.bg-orange-900\/80{ background-color: rgb(124 45 18 / 0.8); }
.bg-orange-900\/90{ background-color: rgb(124 45 18 / 0.9); }
.bg-orange-900\/95{ background-color: rgb(124 45 18 / 0.95); }
.bg-orange-950{ --tw-bg-opacity: 1; background-color: rgb(67 20 7 / var(--tw-bg-opacity)); }
.bg-orange-950\/0{ background-color: rgb(67 20 7 / 0); }
.bg-orange-950\/10{ background-color: rgb(67 20 7 / 0.1); }
.bg-orange-950\/100{ background-color: rgb(67 20 7 / 1); }
.bg-orange-950\/20{ background-color: rgb(67 20 7 / 0.2); }
.bg-orange-950\/25{ background-color: rgb(67 20 7 / 0.25); }
.bg-orange-950\/30{ background-color: rgb(67 20 7 / 0.3); }
.bg-orange-950\/40{ background-color: rgb(67 20 7 / 0.4); }
.bg-orange-950\/5{ background-color: rgb(67 20 7 / 0.05); }
.bg-orange-950\/50{ background-color: rgb(67 20 7 / 0.5); }
.bg-orange-950\/60{ background-color: rgb(67 20 7 / 0.6); }
.bg-orange-950\/70{ background-color: rgb(67 20 7 / 0.7); }
.bg-orange-950\/75{ background-color: rgb(67 20 7 / 0.75); }
.bg-orange-950\/80{ background-color: rgb(67 20 7 / 0.8); }
.bg-orange-950\/90{ background-color: rgb(67 20 7 / 0.9); }
.bg-orange-950\/95{ background-color: rgb(67 20 7 / 0.95); }
.bg-pink-100{ --tw-bg-opacity: 1; background-color: rgb(252 231 243 / var(--tw-bg-opacity)); }
.bg-pink-100\/0{ background-color: rgb(252 231 243 / 0); }
.bg-pink-100\/10{ background-color: rgb(252 231 243 / 0.1); }
.bg-pink-100\/100{ background-color: rgb(252 231 243 / 1); }
.bg-pink-100\/20{ background-color: rgb(252 231 243 / 0.2); }
.bg-pink-100\/25{ background-color: rgb(252 231 243 / 0.25); }
.bg-pink-100\/30{ background-color: rgb(252 231 243 / 0.3); }
.bg-pink-100\/40{ background-color: rgb(252 231 243 / 0.4); }
.bg-pink-100\/5{ background-color: rgb(252 231 243 / 0.05); }
.bg-pink-100\/50{ background-color: rgb(252 231 243 / 0.5); }
.bg-pink-100\/60{ background-color: rgb(252 231 243 / 0.6); }
.bg-pink-100\/70{ background-color: rgb(252 231 243 / 0.7); }
.bg-pink-100\/75{ background-color: rgb(252 231 243 / 0.75); }
.bg-pink-100\/80{ background-color: rgb(252 231 243 / 0.8); }
.bg-pink-100\/90{ background-color: rgb(252 231 243 / 0.9); }
.bg-pink-100\/95{ background-color: rgb(252 231 243 / 0.95); }
.bg-pink-200{ --tw-bg-opacity: 1; background-color: rgb(251 207 232 / var(--tw-bg-opacity)); }
.bg-pink-200\/0{ background-color: rgb(251 207 232 / 0); }
.bg-pink-200\/10{ background-color: rgb(251 207 232 / 0.1); }
.bg-pink-200\/100{ background-color: rgb(251 207 232 / 1); }
.bg-pink-200\/20{ background-color: rgb(251 207 232 / 0.2); }
.bg-pink-200\/25{ background-color: rgb(251 207 232 / 0.25); }
.bg-pink-200\/30{ background-color: rgb(251 207 232 / 0.3); }
.bg-pink-200\/40{ background-color: rgb(251 207 232 / 0.4); }
.bg-pink-200\/5{ background-color: rgb(251 207 232 / 0.05); }
.bg-pink-200\/50{ background-color: rgb(251 207 232 / 0.5); }
.bg-pink-200\/60{ background-color: rgb(251 207 232 / 0.6); }
.bg-pink-200\/70{ background-color: rgb(251 207 232 / 0.7); }
.bg-pink-200\/75{ background-color: rgb(251 207 232 / 0.75); }
.bg-pink-200\/80{ background-color: rgb(251 207 232 / 0.8); }
.bg-pink-200\/90{ background-color: rgb(251 207 232 / 0.9); }
.bg-pink-200\/95{ background-color: rgb(251 207 232 / 0.95); }
.bg-pink-300{ --tw-bg-opacity: 1; background-color: rgb(249 168 212 / var(--tw-bg-opacity)); }
.bg-pink-300\/0{ background-color: rgb(249 168 212 / 0); }
.bg-pink-300\/10{ background-color: rgb(249 168 212 / 0.1); }
.bg-pink-300\/100{ background-color: rgb(249 168 212 / 1); }
.bg-pink-300\/20{ background-color: rgb(249 168 212 / 0.2); }
.bg-pink-300\/25{ background-color: rgb(249 168 212 / 0.25); }
.bg-pink-300\/30{ background-color: rgb(249 168 212 / 0.3); }
.bg-pink-300\/40{ background-color: rgb(249 168 212 / 0.4); }
.bg-pink-300\/5{ background-color: rgb(249 168 212 / 0.05); }
.bg-pink-300\/50{ background-color: rgb(249 168 212 / 0.5); }
.bg-pink-300\/60{ background-color: rgb(249 168 212 / 0.6); }
.bg-pink-300\/70{ background-color: rgb(249 168 212 / 0.7); }
.bg-pink-300\/75{ background-color: rgb(249 168 212 / 0.75); }
.bg-pink-300\/80{ background-color: rgb(249 168 212 / 0.8); }
.bg-pink-300\/90{ background-color: rgb(249 168 212 / 0.9); }
.bg-pink-300\/95{ background-color: rgb(249 168 212 / 0.95); }
.bg-pink-400{ --tw-bg-opacity: 1; background-color: rgb(244 114 182 / var(--tw-bg-opacity)); }
.bg-pink-400\/0{ background-color: rgb(244 114 182 / 0); }
.bg-pink-400\/10{ background-color: rgb(244 114 182 / 0.1); }
.bg-pink-400\/100{ background-color: rgb(244 114 182 / 1); }
.bg-pink-400\/20{ background-color: rgb(244 114 182 / 0.2); }
.bg-pink-400\/25{ background-color: rgb(244 114 182 / 0.25); }
.bg-pink-400\/30{ background-color: rgb(244 114 182 / 0.3); }
.bg-pink-400\/40{ background-color: rgb(244 114 182 / 0.4); }
.bg-pink-400\/5{ background-color: rgb(244 114 182 / 0.05); }
.bg-pink-400\/50{ background-color: rgb(244 114 182 / 0.5); }
.bg-pink-400\/60{ background-color: rgb(244 114 182 / 0.6); }
.bg-pink-400\/70{ background-color: rgb(244 114 182 / 0.7); }
.bg-pink-400\/75{ background-color: rgb(244 114 182 / 0.75); }
.bg-pink-400\/80{ background-color: rgb(244 114 182 / 0.8); }
.bg-pink-400\/90{ background-color: rgb(244 114 182 / 0.9); }
.bg-pink-400\/95{ background-color: rgb(244 114 182 / 0.95); }
.bg-pink-50{ --tw-bg-opacity: 1; background-color: rgb(253 242 248 / var(--tw-bg-opacity)); }
.bg-pink-50\/0{ background-color: rgb(253 242 248 / 0); }
.bg-pink-50\/10{ background-color: rgb(253 242 248 / 0.1); }
.bg-pink-50\/100{ background-color: rgb(253 242 248 / 1); }
.bg-pink-50\/20{ background-color: rgb(253 242 248 / 0.2); }
.bg-pink-50\/25{ background-color: rgb(253 242 248 / 0.25); }
.bg-pink-50\/30{ background-color: rgb(253 242 248 / 0.3); }
.bg-pink-50\/40{ background-color: rgb(253 242 248 / 0.4); }
.bg-pink-50\/5{ background-color: rgb(253 242 248 / 0.05); }
.bg-pink-50\/50{ background-color: rgb(253 242 248 / 0.5); }
.bg-pink-50\/60{ background-color: rgb(253 242 248 / 0.6); }
.bg-pink-50\/70{ background-color: rgb(253 242 248 / 0.7); }
.bg-pink-50\/75{ background-color: rgb(253 242 248 / 0.75); }
.bg-pink-50\/80{ background-color: rgb(253 242 248 / 0.8); }
.bg-pink-50\/90{ background-color: rgb(253 242 248 / 0.9); }
.bg-pink-50\/95{ background-color: rgb(253 242 248 / 0.95); }
.bg-pink-500{ --tw-bg-opacity: 1; background-color: rgb(236 72 153 / var(--tw-bg-opacity)); }
.bg-pink-500\/0{ background-color: rgb(236 72 153 / 0); }
.bg-pink-500\/10{ background-color: rgb(236 72 153 / 0.1); }
.bg-pink-500\/100{ background-color: rgb(236 72 153 / 1); }
.bg-pink-500\/20{ background-color: rgb(236 72 153 / 0.2); }
.bg-pink-500\/25{ background-color: rgb(236 72 153 / 0.25); }
.bg-pink-500\/30{ background-color: rgb(236 72 153 / 0.3); }
.bg-pink-500\/40{ background-color: rgb(236 72 153 / 0.4); }
.bg-pink-500\/5{ background-color: rgb(236 72 153 / 0.05); }
.bg-pink-500\/50{ background-color: rgb(236 72 153 / 0.5); }
.bg-pink-500\/60{ background-color: rgb(236 72 153 / 0.6); }
.bg-pink-500\/70{ background-color: rgb(236 72 153 / 0.7); }
.bg-pink-500\/75{ background-color: rgb(236 72 153 / 0.75); }
.bg-pink-500\/80{ background-color: rgb(236 72 153 / 0.8); }
.bg-pink-500\/90{ background-color: rgb(236 72 153 / 0.9); }
.bg-pink-500\/95{ background-color: rgb(236 72 153 / 0.95); }
.bg-pink-600{ --tw-bg-opacity: 1; background-color: rgb(219 39 119 / var(--tw-bg-opacity)); }
.bg-pink-600\/0{ background-color: rgb(219 39 119 / 0); }
.bg-pink-600\/10{ background-color: rgb(219 39 119 / 0.1); }
.bg-pink-600\/100{ background-color: rgb(219 39 119 / 1); }
.bg-pink-600\/20{ background-color: rgb(219 39 119 / 0.2); }
.bg-pink-600\/25{ background-color: rgb(219 39 119 / 0.25); }
.bg-pink-600\/30{ background-color: rgb(219 39 119 / 0.3); }
.bg-pink-600\/40{ background-color: rgb(219 39 119 / 0.4); }
.bg-pink-600\/5{ background-color: rgb(219 39 119 / 0.05); }
.bg-pink-600\/50{ background-color: rgb(219 39 119 / 0.5); }
.bg-pink-600\/60{ background-color: rgb(219 39 119 / 0.6); }
.bg-pink-600\/70{ background-color: rgb(219 39 119 / 0.7); }
.bg-pink-600\/75{ background-color: rgb(219 39 119 / 0.75); }
.bg-pink-600\/80{ background-color: rgb(219 39 119 / 0.8); }
.bg-pink-600\/90{ background-color: rgb(219 39 119 / 0.9); }
.bg-pink-600\/95{ background-color: rgb(219 39 119 / 0.95); }
.bg-pink-700{ --tw-bg-opacity: 1; background-color: rgb(190 24 93 / var(--tw-bg-opacity)); }
.bg-pink-700\/0{ background-color: rgb(190 24 93 / 0); }
.bg-pink-700\/10{ background-color: rgb(190 24 93 / 0.1); }
.bg-pink-700\/100{ background-color: rgb(190 24 93 / 1); }
.bg-pink-700\/20{ background-color: rgb(190 24 93 / 0.2); }
.bg-pink-700\/25{ background-color: rgb(190 24 93 / 0.25); }
.bg-pink-700\/30{ background-color: rgb(190 24 93 / 0.3); }
.bg-pink-700\/40{ background-color: rgb(190 24 93 / 0.4); }
.bg-pink-700\/5{ background-color: rgb(190 24 93 / 0.05); }
.bg-pink-700\/50{ background-color: rgb(190 24 93 / 0.5); }
.bg-pink-700\/60{ background-color: rgb(190 24 93 / 0.6); }
.bg-pink-700\/70{ background-color: rgb(190 24 93 / 0.7); }
.bg-pink-700\/75{ background-color: rgb(190 24 93 / 0.75); }
.bg-pink-700\/80{ background-color: rgb(190 24 93 / 0.8); }
.bg-pink-700\/90{ background-color: rgb(190 24 93 / 0.9); }
.bg-pink-700\/95{ background-color: rgb(190 24 93 / 0.95); }
.bg-pink-800{ --tw-bg-opacity: 1; background-color: rgb(157 23 77 / var(--tw-bg-opacity)); }
.bg-pink-800\/0{ background-color: rgb(157 23 77 / 0); }
.bg-pink-800\/10{ background-color: rgb(157 23 77 / 0.1); }
.bg-pink-800\/100{ background-color: rgb(157 23 77 / 1); }
.bg-pink-800\/20{ background-color: rgb(157 23 77 / 0.2); }
.bg-pink-800\/25{ background-color: rgb(157 23 77 / 0.25); }
.bg-pink-800\/30{ background-color: rgb(157 23 77 / 0.3); }
.bg-pink-800\/40{ background-color: rgb(157 23 77 / 0.4); }
.bg-pink-800\/5{ background-color: rgb(157 23 77 / 0.05); }
.bg-pink-800\/50{ background-color: rgb(157 23 77 / 0.5); }
.bg-pink-800\/60{ background-color: rgb(157 23 77 / 0.6); }
.bg-pink-800\/70{ background-color: rgb(157 23 77 / 0.7); }
.bg-pink-800\/75{ background-color: rgb(157 23 77 / 0.75); }
.bg-pink-800\/80{ background-color: rgb(157 23 77 / 0.8); }
.bg-pink-800\/90{ background-color: rgb(157 23 77 / 0.9); }
.bg-pink-800\/95{ background-color: rgb(157 23 77 / 0.95); }
.bg-pink-900{ --tw-bg-opacity: 1; background-color: rgb(131 24 67 / var(--tw-bg-opacity)); }
.bg-pink-900\/0{ background-color: rgb(131 24 67 / 0); }
.bg-pink-900\/10{ background-color: rgb(131 24 67 / 0.1); }
.bg-pink-900\/100{ background-color: rgb(131 24 67 / 1); }
.bg-pink-900\/20{ background-color: rgb(131 24 67 / 0.2); }
.bg-pink-900\/25{ background-color: rgb(131 24 67 / 0.25); }
.bg-pink-900\/30{ background-color: rgb(131 24 67 / 0.3); }
.bg-pink-900\/40{ background-color: rgb(131 24 67 / 0.4); }
.bg-pink-900\/5{ background-color: rgb(131 24 67 / 0.05); }
.bg-pink-900\/50{ background-color: rgb(131 24 67 / 0.5); }
.bg-pink-900\/60{ background-color: rgb(131 24 67 / 0.6); }
.bg-pink-900\/70{ background-color: rgb(131 24 67 / 0.7); }
.bg-pink-900\/75{ background-color: rgb(131 24 67 / 0.75); }
.bg-pink-900\/80{ background-color: rgb(131 24 67 / 0.8); }
.bg-pink-900\/90{ background-color: rgb(131 24 67 / 0.9); }
.bg-pink-900\/95{ background-color: rgb(131 24 67 / 0.95); }
.bg-pink-950{ --tw-bg-opacity: 1; background-color: rgb(80 7 36 / var(--tw-bg-opacity)); }
.bg-pink-950\/0{ background-color: rgb(80 7 36 / 0); }
.bg-pink-950\/10{ background-color: rgb(80 7 36 / 0.1); }
.bg-pink-950\/100{ background-color: rgb(80 7 36 / 1); }
.bg-pink-950\/20{ background-color: rgb(80 7 36 / 0.2); }
.bg-pink-950\/25{ background-color: rgb(80 7 36 / 0.25); }
.bg-pink-950\/30{ background-color: rgb(80 7 36 / 0.3); }
.bg-pink-950\/40{ background-color: rgb(80 7 36 / 0.4); }
.bg-pink-950\/5{ background-color: rgb(80 7 36 / 0.05); }
.bg-pink-950\/50{ background-color: rgb(80 7 36 / 0.5); }
.bg-pink-950\/60{ background-color: rgb(80 7 36 / 0.6); }
.bg-pink-950\/70{ background-color: rgb(80 7 36 / 0.7); }
.bg-pink-950\/75{ background-color: rgb(80 7 36 / 0.75); }
.bg-pink-950\/80{ background-color: rgb(80 7 36 / 0.8); }
.bg-pink-950\/90{ background-color: rgb(80 7 36 / 0.9); }
.bg-pink-950\/95{ background-color: rgb(80 7 36 / 0.95); }
.bg-purple-100{ --tw-bg-opacity: 1; background-color: rgb(243 232 255 / var(--tw-bg-opacity)); }
.bg-purple-100\/0{ background-color: rgb(243 232 255 / 0); }
.bg-purple-100\/10{ background-color: rgb(243 232 255 / 0.1); }
.bg-purple-100\/100{ background-color: rgb(243 232 255 / 1); }
.bg-purple-100\/20{ background-color: rgb(243 232 255 / 0.2); }
.bg-purple-100\/25{ background-color: rgb(243 232 255 / 0.25); }
.bg-purple-100\/30{ background-color: rgb(243 232 255 / 0.3); }
.bg-purple-100\/40{ background-color: rgb(243 232 255 / 0.4); }
.bg-purple-100\/5{ background-color: rgb(243 232 255 / 0.05); }
.bg-purple-100\/50{ background-color: rgb(243 232 255 / 0.5); }
.bg-purple-100\/60{ background-color: rgb(243 232 255 / 0.6); }
.bg-purple-100\/70{ background-color: rgb(243 232 255 / 0.7); }
.bg-purple-100\/75{ background-color: rgb(243 232 255 / 0.75); }
.bg-purple-100\/80{ background-color: rgb(243 232 255 / 0.8); }
.bg-purple-100\/90{ background-color: rgb(243 232 255 / 0.9); }
.bg-purple-100\/95{ background-color: rgb(243 232 255 / 0.95); }
.bg-purple-200{ --tw-bg-opacity: 1; background-color: rgb(233 213 255 / var(--tw-bg-opacity)); }
.bg-purple-200\/0{ background-color: rgb(233 213 255 / 0); }
.bg-purple-200\/10{ background-color: rgb(233 213 255 / 0.1); }
.bg-purple-200\/100{ background-color: rgb(233 213 255 / 1); }
.bg-purple-200\/20{ background-color: rgb(233 213 255 / 0.2); }
.bg-purple-200\/25{ background-color: rgb(233 213 255 / 0.25); }
.bg-purple-200\/30{ background-color: rgb(233 213 255 / 0.3); }
.bg-purple-200\/40{ background-color: rgb(233 213 255 / 0.4); }
.bg-purple-200\/5{ background-color: rgb(233 213 255 / 0.05); }
.bg-purple-200\/50{ background-color: rgb(233 213 255 / 0.5); }
.bg-purple-200\/60{ background-color: rgb(233 213 255 / 0.6); }
.bg-purple-200\/70{ background-color: rgb(233 213 255 / 0.7); }
.bg-purple-200\/75{ background-color: rgb(233 213 255 / 0.75); }
.bg-purple-200\/80{ background-color: rgb(233 213 255 / 0.8); }
.bg-purple-200\/90{ background-color: rgb(233 213 255 / 0.9); }
.bg-purple-200\/95{ background-color: rgb(233 213 255 / 0.95); }
.bg-purple-300{ --tw-bg-opacity: 1; background-color: rgb(216 180 254 / var(--tw-bg-opacity)); }
.bg-purple-300\/0{ background-color: rgb(216 180 254 / 0); }
.bg-purple-300\/10{ background-color: rgb(216 180 254 / 0.1); }
.bg-purple-300\/100{ background-color: rgb(216 180 254 / 1); }
.bg-purple-300\/20{ background-color: rgb(216 180 254 / 0.2); }
.bg-purple-300\/25{ background-color: rgb(216 180 254 / 0.25); }
.bg-purple-300\/30{ background-color: rgb(216 180 254 / 0.3); }
.bg-purple-300\/40{ background-color: rgb(216 180 254 / 0.4); }
.bg-purple-300\/5{ background-color: rgb(216 180 254 / 0.05); }
.bg-purple-300\/50{ background-color: rgb(216 180 254 / 0.5); }
.bg-purple-300\/60{ background-color: rgb(216 180 254 / 0.6); }
.bg-purple-300\/70{ background-color: rgb(216 180 254 / 0.7); }
.bg-purple-300\/75{ background-color: rgb(216 180 254 / 0.75); }
.bg-purple-300\/80{ background-color: rgb(216 180 254 / 0.8); }
.bg-purple-300\/90{ background-color: rgb(216 180 254 / 0.9); }
.bg-purple-300\/95{ background-color: rgb(216 180 254 / 0.95); }
.bg-purple-400{ --tw-bg-opacity: 1; background-color: rgb(192 132 252 / var(--tw-bg-opacity)); }
.bg-purple-400\/0{ background-color: rgb(192 132 252 / 0); }
.bg-purple-400\/10{ background-color: rgb(192 132 252 / 0.1); }
.bg-purple-400\/100{ background-color: rgb(192 132 252 / 1); }
.bg-purple-400\/20{ background-color: rgb(192 132 252 / 0.2); }
.bg-purple-400\/25{ background-color: rgb(192 132 252 / 0.25); }
.bg-purple-400\/30{ background-color: rgb(192 132 252 / 0.3); }
.bg-purple-400\/40{ background-color: rgb(192 132 252 / 0.4); }
.bg-purple-400\/5{ background-color: rgb(192 132 252 / 0.05); }
.bg-purple-400\/50{ background-color: rgb(192 132 252 / 0.5); }
.bg-purple-400\/60{ background-color: rgb(192 132 252 / 0.6); }
.bg-purple-400\/70{ background-color: rgb(192 132 252 / 0.7); }
.bg-purple-400\/75{ background-color: rgb(192 132 252 / 0.75); }
.bg-purple-400\/80{ background-color: rgb(192 132 252 / 0.8); }
.bg-purple-400\/90{ background-color: rgb(192 132 252 / 0.9); }
.bg-purple-400\/95{ background-color: rgb(192 132 252 / 0.95); }
.bg-purple-50{ --tw-bg-opacity: 1; background-color: rgb(250 245 255 / var(--tw-bg-opacity)); }
.bg-purple-50\/0{ background-color: rgb(250 245 255 / 0); }
.bg-purple-50\/10{ background-color: rgb(250 245 255 / 0.1); }
.bg-purple-50\/100{ background-color: rgb(250 245 255 / 1); }
.bg-purple-50\/20{ background-color: rgb(250 245 255 / 0.2); }
.bg-purple-50\/25{ background-color: rgb(250 245 255 / 0.25); }
.bg-purple-50\/30{ background-color: rgb(250 245 255 / 0.3); }
.bg-purple-50\/40{ background-color: rgb(250 245 255 / 0.4); }
.bg-purple-50\/5{ background-color: rgb(250 245 255 / 0.05); }
.bg-purple-50\/50{ background-color: rgb(250 245 255 / 0.5); }
.bg-purple-50\/60{ background-color: rgb(250 245 255 / 0.6); }
.bg-purple-50\/70{ background-color: rgb(250 245 255 / 0.7); }
.bg-purple-50\/75{ background-color: rgb(250 245 255 / 0.75); }
.bg-purple-50\/80{ background-color: rgb(250 245 255 / 0.8); }
.bg-purple-50\/90{ background-color: rgb(250 245 255 / 0.9); }
.bg-purple-50\/95{ background-color: rgb(250 245 255 / 0.95); }
.bg-purple-500{ --tw-bg-opacity: 1; background-color: rgb(168 85 247 / var(--tw-bg-opacity)); }
.bg-purple-500\/0{ background-color: rgb(168 85 247 / 0); }
.bg-purple-500\/10{ background-color: rgb(168 85 247 / 0.1); }
.bg-purple-500\/100{ background-color: rgb(168 85 247 / 1); }
.bg-purple-500\/20{ background-color: rgb(168 85 247 / 0.2); }
.bg-purple-500\/25{ background-color: rgb(168 85 247 / 0.25); }
.bg-purple-500\/30{ background-color: rgb(168 85 247 / 0.3); }
.bg-purple-500\/40{ background-color: rgb(168 85 247 / 0.4); }
.bg-purple-500\/5{ background-color: rgb(168 85 247 / 0.05); }
.bg-purple-500\/50{ background-color: rgb(168 85 247 / 0.5); }
.bg-purple-500\/60{ background-color: rgb(168 85 247 / 0.6); }
.bg-purple-500\/70{ background-color: rgb(168 85 247 / 0.7); }
.bg-purple-500\/75{ background-color: rgb(168 85 247 / 0.75); }
.bg-purple-500\/80{ background-color: rgb(168 85 247 / 0.8); }
.bg-purple-500\/90{ background-color: rgb(168 85 247 / 0.9); }
.bg-purple-500\/95{ background-color: rgb(168 85 247 / 0.95); }
.bg-purple-600{ --tw-bg-opacity: 1; background-color: rgb(147 51 234 / var(--tw-bg-opacity)); }
.bg-purple-600\/0{ background-color: rgb(147 51 234 / 0); }
.bg-purple-600\/10{ background-color: rgb(147 51 234 / 0.1); }
.bg-purple-600\/100{ background-color: rgb(147 51 234 / 1); }
.bg-purple-600\/20{ background-color: rgb(147 51 234 / 0.2); }
.bg-purple-600\/25{ background-color: rgb(147 51 234 / 0.25); }
.bg-purple-600\/30{ background-color: rgb(147 51 234 / 0.3); }
.bg-purple-600\/40{ background-color: rgb(147 51 234 / 0.4); }
.bg-purple-600\/5{ background-color: rgb(147 51 234 / 0.05); }
.bg-purple-600\/50{ background-color: rgb(147 51 234 / 0.5); }
.bg-purple-600\/60{ background-color: rgb(147 51 234 / 0.6); }
.bg-purple-600\/70{ background-color: rgb(147 51 234 / 0.7); }
.bg-purple-600\/75{ background-color: rgb(147 51 234 / 0.75); }
.bg-purple-600\/80{ background-color: rgb(147 51 234 / 0.8); }
.bg-purple-600\/90{ background-color: rgb(147 51 234 / 0.9); }
.bg-purple-600\/95{ background-color: rgb(147 51 234 / 0.95); }
.bg-purple-700{ --tw-bg-opacity: 1; background-color: rgb(126 34 206 / var(--tw-bg-opacity)); }
.bg-purple-700\/0{ background-color: rgb(126 34 206 / 0); }
.bg-purple-700\/10{ background-color: rgb(126 34 206 / 0.1); }
.bg-purple-700\/100{ background-color: rgb(126 34 206 / 1); }
.bg-purple-700\/20{ background-color: rgb(126 34 206 / 0.2); }
.bg-purple-700\/25{ background-color: rgb(126 34 206 / 0.25); }
.bg-purple-700\/30{ background-color: rgb(126 34 206 / 0.3); }
.bg-purple-700\/40{ background-color: rgb(126 34 206 / 0.4); }
.bg-purple-700\/5{ background-color: rgb(126 34 206 / 0.05); }
.bg-purple-700\/50{ background-color: rgb(126 34 206 / 0.5); }
.bg-purple-700\/60{ background-color: rgb(126 34 206 / 0.6); }
.bg-purple-700\/70{ background-color: rgb(126 34 206 / 0.7); }
.bg-purple-700\/75{ background-color: rgb(126 34 206 / 0.75); }
.bg-purple-700\/80{ background-color: rgb(126 34 206 / 0.8); }
.bg-purple-700\/90{ background-color: rgb(126 34 206 / 0.9); }
.bg-purple-700\/95{ background-color: rgb(126 34 206 / 0.95); }
.bg-purple-800{ --tw-bg-opacity: 1; background-color: rgb(107 33 168 / var(--tw-bg-opacity)); }
.bg-purple-800\/0{ background-color: rgb(107 33 168 / 0); }
.bg-purple-800\/10{ background-color: rgb(107 33 168 / 0.1); }
.bg-purple-800\/100{ background-color: rgb(107 33 168 / 1); }
.bg-purple-800\/20{ background-color: rgb(107 33 168 / 0.2); }
.bg-purple-800\/25{ background-color: rgb(107 33 168 / 0.25); }
.bg-purple-800\/30{ background-color: rgb(107 33 168 / 0.3); }
.bg-purple-800\/40{ background-color: rgb(107 33 168 / 0.4); }
.bg-purple-800\/5{ background-color: rgb(107 33 168 / 0.05); }
.bg-purple-800\/50{ background-color: rgb(107 33 168 / 0.5); }
.bg-purple-800\/60{ background-color: rgb(107 33 168 / 0.6); }
.bg-purple-800\/70{ background-color: rgb(107 33 168 / 0.7); }
.bg-purple-800\/75{ background-color: rgb(107 33 168 / 0.75); }
.bg-purple-800\/80{ background-color: rgb(107 33 168 / 0.8); }
.bg-purple-800\/90{ background-color: rgb(107 33 168 / 0.9); }
.bg-purple-800\/95{ background-color: rgb(107 33 168 / 0.95); }
.bg-purple-900{ --tw-bg-opacity: 1; background-color: rgb(88 28 135 / var(--tw-bg-opacity)); }
.bg-purple-900\/0{ background-color: rgb(88 28 135 / 0); }
.bg-purple-900\/10{ background-color: rgb(88 28 135 / 0.1); }
.bg-purple-900\/100{ background-color: rgb(88 28 135 / 1); }
.bg-purple-900\/20{ background-color: rgb(88 28 135 / 0.2); }
.bg-purple-900\/25{ background-color: rgb(88 28 135 / 0.25); }
.bg-purple-900\/30{ background-color: rgb(88 28 135 / 0.3); }
.bg-purple-900\/40{ background-color: rgb(88 28 135 / 0.4); }
.bg-purple-900\/5{ background-color: rgb(88 28 135 / 0.05); }
.bg-purple-900\/50{ background-color: rgb(88 28 135 / 0.5); }
.bg-purple-900\/60{ background-color: rgb(88 28 135 / 0.6); }
.bg-purple-900\/70{ background-color: rgb(88 28 135 / 0.7); }
.bg-purple-900\/75{ background-color: rgb(88 28 135 / 0.75); }
.bg-purple-900\/80{ background-color: rgb(88 28 135 / 0.8); }
.bg-purple-900\/90{ background-color: rgb(88 28 135 / 0.9); }
.bg-purple-900\/95{ background-color: rgb(88 28 135 / 0.95); }
.bg-purple-950{ --tw-bg-opacity: 1; background-color: rgb(59 7 100 / var(--tw-bg-opacity)); }
.bg-purple-950\/0{ background-color: rgb(59 7 100 / 0); }
.bg-purple-950\/10{ background-color: rgb(59 7 100 / 0.1); }
.bg-purple-950\/100{ background-color: rgb(59 7 100 / 1); }
.bg-purple-950\/20{ background-color: rgb(59 7 100 / 0.2); }
.bg-purple-950\/25{ background-color: rgb(59 7 100 / 0.25); }
.bg-purple-950\/30{ background-color: rgb(59 7 100 / 0.3); }
.bg-purple-950\/40{ background-color: rgb(59 7 100 / 0.4); }
.bg-purple-950\/5{ background-color: rgb(59 7 100 / 0.05); }
.bg-purple-950\/50{ background-color: rgb(59 7 100 / 0.5); }
.bg-purple-950\/60{ background-color: rgb(59 7 100 / 0.6); }
.bg-purple-950\/70{ background-color: rgb(59 7 100 / 0.7); }
.bg-purple-950\/75{ background-color: rgb(59 7 100 / 0.75); }
.bg-purple-950\/80{ background-color: rgb(59 7 100 / 0.8); }
.bg-purple-950\/90{ background-color: rgb(59 7 100 / 0.9); }
.bg-purple-950\/95{ background-color: rgb(59 7 100 / 0.95); }
.bg-red-100{ --tw-bg-opacity: 1; background-color: rgb(254 226 226 / var(--tw-bg-opacity)); }
.bg-red-100\/0{ background-color: rgb(254 226 226 / 0); }
.bg-red-100\/10{ background-color: rgb(254 226 226 / 0.1); }
.bg-red-100\/100{ background-color: rgb(254 226 226 / 1); }
.bg-red-100\/20{ background-color: rgb(254 226 226 / 0.2); }
.bg-red-100\/25{ background-color: rgb(254 226 226 / 0.25); }
.bg-red-100\/30{ background-color: rgb(254 226 226 / 0.3); }
.bg-red-100\/40{ background-color: rgb(254 226 226 / 0.4); }
.bg-red-100\/5{ background-color: rgb(254 226 226 / 0.05); }
.bg-red-100\/50{ background-color: rgb(254 226 226 / 0.5); }
.bg-red-100\/60{ background-color: rgb(254 226 226 / 0.6); }
.bg-red-100\/70{ background-color: rgb(254 226 226 / 0.7); }
.bg-red-100\/75{ background-color: rgb(254 226 226 / 0.75); }
.bg-red-100\/80{ background-color: rgb(254 226 226 / 0.8); }
.bg-red-100\/90{ background-color: rgb(254 226 226 / 0.9); }
.bg-red-100\/95{ background-color: rgb(254 226 226 / 0.95); }
.bg-red-200{ --tw-bg-opacity: 1; background-color: rgb(254 202 202 / var(--tw-bg-opacity)); }
.bg-red-200\/0{ background-color: rgb(254 202 202 / 0); }
.bg-red-200\/10{ background-color: rgb(254 202 202 / 0.1); }
.bg-red-200\/100{ background-color: rgb(254 202 202 / 1); }
.bg-red-200\/20{ background-color: rgb(254 202 202 / 0.2); }
.bg-red-200\/25{ background-color: rgb(254 202 202 / 0.25); }
.bg-red-200\/30{ background-color: rgb(254 202 202 / 0.3); }
.bg-red-200\/40{ background-color: rgb(254 202 202 / 0.4); }
.bg-red-200\/5{ background-color: rgb(254 202 202 / 0.05); }
.bg-red-200\/50{ background-color: rgb(254 202 202 / 0.5); }
.bg-red-200\/60{ background-color: rgb(254 202 202 / 0.6); }
.bg-red-200\/70{ background-color: rgb(254 202 202 / 0.7); }
.bg-red-200\/75{ background-color: rgb(254 202 202 / 0.75); }
.bg-red-200\/80{ background-color: rgb(254 202 202 / 0.8); }
.bg-red-200\/90{ background-color: rgb(254 202 202 / 0.9); }
.bg-red-200\/95{ background-color: rgb(254 202 202 / 0.95); }
.bg-red-300{ --tw-bg-opacity: 1; background-color: rgb(252 165 165 / var(--tw-bg-opacity)); }
.bg-red-300\/0{ background-color: rgb(252 165 165 / 0); }
.bg-red-300\/10{ background-color: rgb(252 165 165 / 0.1); }
.bg-red-300\/100{ background-color: rgb(252 165 165 / 1); }
.bg-red-300\/20{ background-color: rgb(252 165 165 / 0.2); }
.bg-red-300\/25{ background-color: rgb(252 165 165 / 0.25); }
.bg-red-300\/30{ background-color: rgb(252 165 165 / 0.3); }
.bg-red-300\/40{ background-color: rgb(252 165 165 / 0.4); }
.bg-red-300\/5{ background-color: rgb(252 165 165 / 0.05); }
.bg-red-300\/50{ background-color: rgb(252 165 165 / 0.5); }
.bg-red-300\/60{ background-color: rgb(252 165 165 / 0.6); }
.bg-red-300\/70{ background-color: rgb(252 165 165 / 0.7); }
.bg-red-300\/75{ background-color: rgb(252 165 165 / 0.75); }
.bg-red-300\/80{ background-color: rgb(252 165 165 / 0.8); }
.bg-red-300\/90{ background-color: rgb(252 165 165 / 0.9); }
.bg-red-300\/95{ background-color: rgb(252 165 165 / 0.95); }
.bg-red-400{ --tw-bg-opacity: 1; background-color: rgb(248 113 113 / var(--tw-bg-opacity)); }
.bg-red-400\/0{ background-color: rgb(248 113 113 / 0); }
.bg-red-400\/10{ background-color: rgb(248 113 113 / 0.1); }
.bg-red-400\/100{ background-color: rgb(248 113 113 / 1); }
.bg-red-400\/20{ background-color: rgb(248 113 113 / 0.2); }
.bg-red-400\/25{ background-color: rgb(248 113 113 / 0.25); }
.bg-red-400\/30{ background-color: rgb(248 113 113 / 0.3); }
.bg-red-400\/40{ background-color: rgb(248 113 113 / 0.4); }
.bg-red-400\/5{ background-color: rgb(248 113 113 / 0.05); }
.bg-red-400\/50{ background-color: rgb(248 113 113 / 0.5); }
.bg-red-400\/60{ background-color: rgb(248 113 113 / 0.6); }
.bg-red-400\/70{ background-color: rgb(248 113 113 / 0.7); }
.bg-red-400\/75{ background-color: rgb(248 113 113 / 0.75); }
.bg-red-400\/80{ background-color: rgb(248 113 113 / 0.8); }
.bg-red-400\/90{ background-color: rgb(248 113 113 / 0.9); }
.bg-red-400\/95{ background-color: rgb(248 113 113 / 0.95); }
.bg-red-50{ --tw-bg-opacity: 1; background-color: rgb(254 242 242 / var(--tw-bg-opacity)); }
.bg-red-50\/0{ background-color: rgb(254 242 242 / 0); }
.bg-red-50\/10{ background-color: rgb(254 242 242 / 0.1); }
.bg-red-50\/100{ background-color: rgb(254 242 242 / 1); }
.bg-red-50\/20{ background-color: rgb(254 242 242 / 0.2); }
.bg-red-50\/25{ background-color: rgb(254 242 242 / 0.25); }
.bg-red-50\/30{ background-color: rgb(254 242 242 / 0.3); }
.bg-red-50\/40{ background-color: rgb(254 242 242 / 0.4); }
.bg-red-50\/5{ background-color: rgb(254 242 242 / 0.05); }
.bg-red-50\/50{ background-color: rgb(254 242 242 / 0.5); }
.bg-red-50\/60{ background-color: rgb(254 242 242 / 0.6); }
.bg-red-50\/70{ background-color: rgb(254 242 242 / 0.7); }
.bg-red-50\/75{ background-color: rgb(254 242 242 / 0.75); }
.bg-red-50\/80{ background-color: rgb(254 242 242 / 0.8); }
.bg-red-50\/90{ background-color: rgb(254 242 242 / 0.9); }
.bg-red-50\/95{ background-color: rgb(254 242 242 / 0.95); }
.bg-red-500{ --tw-bg-opacity: 1; background-color: rgb(239 68 68 / var(--tw-bg-opacity)); }
.bg-red-500\/0{ background-color: rgb(239 68 68 / 0); }
.bg-red-500\/10{ background-color: rgb(239 68 68 / 0.1); }
.bg-red-500\/100{ background-color: rgb(239 68 68 / 1); }
.bg-red-500\/20{ background-color: rgb(239 68 68 / 0.2); }
.bg-red-500\/25{ background-color: rgb(239 68 68 / 0.25); }
.bg-red-500\/30{ background-color: rgb(239 68 68 / 0.3); }
.bg-red-500\/40{ background-color: rgb(239 68 68 / 0.4); }
.bg-red-500\/5{ background-color: rgb(239 68 68 / 0.05); }
.bg-red-500\/50{ background-color: rgb(239 68 68 / 0.5); }
.bg-red-500\/60{ background-color: rgb(239 68 68 / 0.6); }
.bg-red-500\/70{ background-color: rgb(239 68 68 / 0.7); }
.bg-red-500\/75{ background-color: rgb(239 68 68 / 0.75); }
.bg-red-500\/80{ background-color: rgb(239 68 68 / 0.8); }
.bg-red-500\/90{ background-color: rgb(239 68 68 / 0.9); }
.bg-red-500\/95{ background-color: rgb(239 68 68 / 0.95); }
.bg-red-600{ --tw-bg-opacity: 1; background-color: rgb(220 38 38 / var(--tw-bg-opacity)); }
.bg-red-600\/0{ background-color: rgb(220 38 38 / 0); }
.bg-red-600\/10{ background-color: rgb(220 38 38 / 0.1); }
.bg-red-600\/100{ background-color: rgb(220 38 38 / 1); }
.bg-red-600\/20{ background-color: rgb(220 38 38 / 0.2); }
.bg-red-600\/25{ background-color: rgb(220 38 38 / 0.25); }
.bg-red-600\/30{ background-color: rgb(220 38 38 / 0.3); }
.bg-red-600\/40{ background-color: rgb(220 38 38 / 0.4); }
.bg-red-600\/5{ background-color: rgb(220 38 38 / 0.05); }
.bg-red-600\/50{ background-color: rgb(220 38 38 / 0.5); }
.bg-red-600\/60{ background-color: rgb(220 38 38 / 0.6); }
.bg-red-600\/70{ background-color: rgb(220 38 38 / 0.7); }
.bg-red-600\/75{ background-color: rgb(220 38 38 / 0.75); }
.bg-red-600\/80{ background-color: rgb(220 38 38 / 0.8); }
.bg-red-600\/90{ background-color: rgb(220 38 38 / 0.9); }
.bg-red-600\/95{ background-color: rgb(220 38 38 / 0.95); }
.bg-red-700{ --tw-bg-opacity: 1; background-color: rgb(185 28 28 / var(--tw-bg-opacity)); }
.bg-red-700\/0{ background-color: rgb(185 28 28 / 0); }
.bg-red-700\/10{ background-color: rgb(185 28 28 / 0.1); }
.bg-red-700\/100{ background-color: rgb(185 28 28 / 1); }
.bg-red-700\/20{ background-color: rgb(185 28 28 / 0.2); }
.bg-red-700\/25{ background-color: rgb(185 28 28 / 0.25); }
.bg-red-700\/30{ background-color: rgb(185 28 28 / 0.3); }
.bg-red-700\/40{ background-color: rgb(185 28 28 / 0.4); }
.bg-red-700\/5{ background-color: rgb(185 28 28 / 0.05); }
.bg-red-700\/50{ background-color: rgb(185 28 28 / 0.5); }
.bg-red-700\/60{ background-color: rgb(185 28 28 / 0.6); }
.bg-red-700\/70{ background-color: rgb(185 28 28 / 0.7); }
.bg-red-700\/75{ background-color: rgb(185 28 28 / 0.75); }
.bg-red-700\/80{ background-color: rgb(185 28 28 / 0.8); }
.bg-red-700\/90{ background-color: rgb(185 28 28 / 0.9); }
.bg-red-700\/95{ background-color: rgb(185 28 28 / 0.95); }
.bg-red-800{ --tw-bg-opacity: 1; background-color: rgb(153 27 27 / var(--tw-bg-opacity)); }
.bg-red-800\/0{ background-color: rgb(153 27 27 / 0); }
.bg-red-800\/10{ background-color: rgb(153 27 27 / 0.1); }
.bg-red-800\/100{ background-color: rgb(153 27 27 / 1); }
.bg-red-800\/20{ background-color: rgb(153 27 27 / 0.2); }
.bg-red-800\/25{ background-color: rgb(153 27 27 / 0.25); }
.bg-red-800\/30{ background-color: rgb(153 27 27 / 0.3); }
.bg-red-800\/40{ background-color: rgb(153 27 27 / 0.4); }
.bg-red-800\/5{ background-color: rgb(153 27 27 / 0.05); }
.bg-red-800\/50{ background-color: rgb(153 27 27 / 0.5); }
.bg-red-800\/60{ background-color: rgb(153 27 27 / 0.6); }
.bg-red-800\/70{ background-color: rgb(153 27 27 / 0.7); }
.bg-red-800\/75{ background-color: rgb(153 27 27 / 0.75); }
.bg-red-800\/80{ background-color: rgb(153 27 27 / 0.8); }
.bg-red-800\/90{ background-color: rgb(153 27 27 / 0.9); }
.bg-red-800\/95{ background-color: rgb(153 27 27 / 0.95); }
.bg-red-900{ --tw-bg-opacity: 1; background-color: rgb(127 29 29 / var(--tw-bg-opacity)); }
.bg-red-900\/0{ background-color: rgb(127 29 29 / 0); }
.bg-red-900\/10{ background-color: rgb(127 29 29 / 0.1); }
.bg-red-900\/100{ background-color: rgb(127 29 29 / 1); }
.bg-red-900\/20{ background-color: rgb(127 29 29 / 0.2); }
.bg-red-900\/25{ background-color: rgb(127 29 29 / 0.25); }
.bg-red-900\/30{ background-color: rgb(127 29 29 / 0.3); }
.bg-red-900\/40{ background-color: rgb(127 29 29 / 0.4); }
.bg-red-900\/5{ background-color: rgb(127 29 29 / 0.05); }
.bg-red-900\/50{ background-color: rgb(127 29 29 / 0.5); }
.bg-red-900\/60{ background-color: rgb(127 29 29 / 0.6); }
.bg-red-900\/70{ background-color: rgb(127 29 29 / 0.7); }
.bg-red-900\/75{ background-color: rgb(127 29 29 / 0.75); }
.bg-red-900\/80{ background-color: rgb(127 29 29 / 0.8); }
.bg-red-900\/90{ background-color: rgb(127 29 29 / 0.9); }
.bg-red-900\/95{ background-color: rgb(127 29 29 / 0.95); }
.bg-red-950{ --tw-bg-opacity: 1; background-color: rgb(69 10 10 / var(--tw-bg-opacity)); }
.bg-red-950\/0{ background-color: rgb(69 10 10 / 0); }
.bg-red-950\/10{ background-color: rgb(69 10 10 / 0.1); }
.bg-red-950\/100{ background-color: rgb(69 10 10 / 1); }
.bg-red-950\/20{ background-color: rgb(69 10 10 / 0.2); }
.bg-red-950\/25{ background-color: rgb(69 10 10 / 0.25); }
.bg-red-950\/30{ background-color: rgb(69 10 10 / 0.3); }
.bg-red-950\/40{ background-color: rgb(69 10 10 / 0.4); }
.bg-red-950\/5{ background-color: rgb(69 10 10 / 0.05); }
.bg-red-950\/50{ background-color: rgb(69 10 10 / 0.5); }
.bg-red-950\/60{ background-color: rgb(69 10 10 / 0.6); }
.bg-red-950\/70{ background-color: rgb(69 10 10 / 0.7); }
.bg-red-950\/75{ background-color: rgb(69 10 10 / 0.75); }
.bg-red-950\/80{ background-color: rgb(69 10 10 / 0.8); }
.bg-red-950\/90{ background-color: rgb(69 10 10 / 0.9); }
.bg-red-950\/95{ background-color: rgb(69 10 10 / 0.95); }
.bg-rose-100{ --tw-bg-opacity: 1; background-color: rgb(255 228 230 / var(--tw-bg-opacity)); }
.bg-rose-100\/0{ background-color: rgb(255 228 230 / 0); }
.bg-rose-100\/10{ background-color: rgb(255 228 230 / 0.1); }
.bg-rose-100\/100{ background-color: rgb(255 228 230 / 1); }
.bg-rose-100\/20{ background-color: rgb(255 228 230 / 0.2); }
.bg-rose-100\/25{ background-color: rgb(255 228 230 / 0.25); }
.bg-rose-100\/30{ background-color: rgb(255 228 230 / 0.3); }
.bg-rose-100\/40{ background-color: rgb(255 228 230 / 0.4); }
.bg-rose-100\/5{ background-color: rgb(255 228 230 / 0.05); }
.bg-rose-100\/50{ background-color: rgb(255 228 230 / 0.5); }
.bg-rose-100\/60{ background-color: rgb(255 228 230 / 0.6); }
.bg-rose-100\/70{ background-color: rgb(255 228 230 / 0.7); }
.bg-rose-100\/75{ background-color: rgb(255 228 230 / 0.75); }
.bg-rose-100\/80{ background-color: rgb(255 228 230 / 0.8); }
.bg-rose-100\/90{ background-color: rgb(255 228 230 / 0.9); }
.bg-rose-100\/95{ background-color: rgb(255 228 230 / 0.95); }
.bg-rose-200{ --tw-bg-opacity: 1; background-color: rgb(254 205 211 / var(--tw-bg-opacity)); }
.bg-rose-200\/0{ background-color: rgb(254 205 211 / 0); }
.bg-rose-200\/10{ background-color: rgb(254 205 211 / 0.1); }
.bg-rose-200\/100{ background-color: rgb(254 205 211 / 1); }
.bg-rose-200\/20{ background-color: rgb(254 205 211 / 0.2); }
.bg-rose-200\/25{ background-color: rgb(254 205 211 / 0.25); }
.bg-rose-200\/30{ background-color: rgb(254 205 211 / 0.3); }
.bg-rose-200\/40{ background-color: rgb(254 205 211 / 0.4); }
.bg-rose-200\/5{ background-color: rgb(254 205 211 / 0.05); }
.bg-rose-200\/50{ background-color: rgb(254 205 211 / 0.5); }
.bg-rose-200\/60{ background-color: rgb(254 205 211 / 0.6); }
.bg-rose-200\/70{ background-color: rgb(254 205 211 / 0.7); }
.bg-rose-200\/75{ background-color: rgb(254 205 211 / 0.75); }
.bg-rose-200\/80{ background-color: rgb(254 205 211 / 0.8); }
.bg-rose-200\/90{ background-color: rgb(254 205 211 / 0.9); }
.bg-rose-200\/95{ background-color: rgb(254 205 211 / 0.95); }
.bg-rose-300{ --tw-bg-opacity: 1; background-color: rgb(253 164 175 / var(--tw-bg-opacity)); }
.bg-rose-300\/0{ background-color: rgb(253 164 175 / 0); }
.bg-rose-300\/10{ background-color: rgb(253 164 175 / 0.1); }
.bg-rose-300\/100{ background-color: rgb(253 164 175 / 1); }
.bg-rose-300\/20{ background-color: rgb(253 164 175 / 0.2); }
.bg-rose-300\/25{ background-color: rgb(253 164 175 / 0.25); }
.bg-rose-300\/30{ background-color: rgb(253 164 175 / 0.3); }
.bg-rose-300\/40{ background-color: rgb(253 164 175 / 0.4); }
.bg-rose-300\/5{ background-color: rgb(253 164 175 / 0.05); }
.bg-rose-300\/50{ background-color: rgb(253 164 175 / 0.5); }
.bg-rose-300\/60{ background-color: rgb(253 164 175 / 0.6); }
.bg-rose-300\/70{ background-color: rgb(253 164 175 / 0.7); }
.bg-rose-300\/75{ background-color: rgb(253 164 175 / 0.75); }
.bg-rose-300\/80{ background-color: rgb(253 164 175 / 0.8); }
.bg-rose-300\/90{ background-color: rgb(253 164 175 / 0.9); }
.bg-rose-300\/95{ background-color: rgb(253 164 175 / 0.95); }
.bg-rose-400{ --tw-bg-opacity: 1; background-color: rgb(251 113 133 / var(--tw-bg-opacity)); }
.bg-rose-400\/0{ background-color: rgb(251 113 133 / 0); }
.bg-rose-400\/10{ background-color: rgb(251 113 133 / 0.1); }
.bg-rose-400\/100{ background-color: rgb(251 113 133 / 1); }
.bg-rose-400\/20{ background-color: rgb(251 113 133 / 0.2); }
.bg-rose-400\/25{ background-color: rgb(251 113 133 / 0.25); }
.bg-rose-400\/30{ background-color: rgb(251 113 133 / 0.3); }
.bg-rose-400\/40{ background-color: rgb(251 113 133 / 0.4); }
.bg-rose-400\/5{ background-color: rgb(251 113 133 / 0.05); }
.bg-rose-400\/50{ background-color: rgb(251 113 133 / 0.5); }
.bg-rose-400\/60{ background-color: rgb(251 113 133 / 0.6); }
.bg-rose-400\/70{ background-color: rgb(251 113 133 / 0.7); }
.bg-rose-400\/75{ background-color: rgb(251 113 133 / 0.75); }
.bg-rose-400\/80{ background-color: rgb(251 113 133 / 0.8); }
.bg-rose-400\/90{ background-color: rgb(251 113 133 / 0.9); }
.bg-rose-400\/95{ background-color: rgb(251 113 133 / 0.95); }
.bg-rose-50{ --tw-bg-opacity: 1; background-color: rgb(255 241 242 / var(--tw-bg-opacity)); }
.bg-rose-50\/0{ background-color: rgb(255 241 242 / 0); }
.bg-rose-50\/10{ background-color: rgb(255 241 242 / 0.1); }
.bg-rose-50\/100{ background-color: rgb(255 241 242 / 1); }
.bg-rose-50\/20{ background-color: rgb(255 241 242 / 0.2); }
.bg-rose-50\/25{ background-color: rgb(255 241 242 / 0.25); }
.bg-rose-50\/30{ background-color: rgb(255 241 242 / 0.3); }
.bg-rose-50\/40{ background-color: rgb(255 241 242 / 0.4); }
.bg-rose-50\/5{ background-color: rgb(255 241 242 / 0.05); }
.bg-rose-50\/50{ background-color: rgb(255 241 242 / 0.5); }
.bg-rose-50\/60{ background-color: rgb(255 241 242 / 0.6); }
.bg-rose-50\/70{ background-color: rgb(255 241 242 / 0.7); }
.bg-rose-50\/75{ background-color: rgb(255 241 242 / 0.75); }
.bg-rose-50\/80{ background-color: rgb(255 241 242 / 0.8); }
.bg-rose-50\/90{ background-color: rgb(255 241 242 / 0.9); }
.bg-rose-50\/95{ background-color: rgb(255 241 242 / 0.95); }
.bg-rose-500{ --tw-bg-opacity: 1; background-color: rgb(244 63 94 / var(--tw-bg-opacity)); }
.bg-rose-500\/0{ background-color: rgb(244 63 94 / 0); }
.bg-rose-500\/10{ background-color: rgb(244 63 94 / 0.1); }
.bg-rose-500\/100{ background-color: rgb(244 63 94 / 1); }
.bg-rose-500\/20{ background-color: rgb(244 63 94 / 0.2); }
.bg-rose-500\/25{ background-color: rgb(244 63 94 / 0.25); }
.bg-rose-500\/30{ background-color: rgb(244 63 94 / 0.3); }
.bg-rose-500\/40{ background-color: rgb(244 63 94 / 0.4); }
.bg-rose-500\/5{ background-color: rgb(244 63 94 / 0.05); }
.bg-rose-500\/50{ background-color: rgb(244 63 94 / 0.5); }
.bg-rose-500\/60{ background-color: rgb(244 63 94 / 0.6); }
.bg-rose-500\/70{ background-color: rgb(244 63 94 / 0.7); }
.bg-rose-500\/75{ background-color: rgb(244 63 94 / 0.75); }
.bg-rose-500\/80{ background-color: rgb(244 63 94 / 0.8); }
.bg-rose-500\/90{ background-color: rgb(244 63 94 / 0.9); }
.bg-rose-500\/95{ background-color: rgb(244 63 94 / 0.95); }
.bg-rose-600{ --tw-bg-opacity: 1; background-color: rgb(225 29 72 / var(--tw-bg-opacity)); }
.bg-rose-600\/0{ background-color: rgb(225 29 72 / 0); }
.bg-rose-600\/10{ background-color: rgb(225 29 72 / 0.1); }
.bg-rose-600\/100{ background-color: rgb(225 29 72 / 1); }
.bg-rose-600\/20{ background-color: rgb(225 29 72 / 0.2); }
.bg-rose-600\/25{ background-color: rgb(225 29 72 / 0.25); }
.bg-rose-600\/30{ background-color: rgb(225 29 72 / 0.3); }
.bg-rose-600\/40{ background-color: rgb(225 29 72 / 0.4); }
.bg-rose-600\/5{ background-color: rgb(225 29 72 / 0.05); }
.bg-rose-600\/50{ background-color: rgb(225 29 72 / 0.5); }
.bg-rose-600\/60{ background-color: rgb(225 29 72 / 0.6); }
.bg-rose-600\/70{ background-color: rgb(225 29 72 / 0.7); }
.bg-rose-600\/75{ background-color: rgb(225 29 72 / 0.75); }
.bg-rose-600\/80{ background-color: rgb(225 29 72 / 0.8); }
.bg-rose-600\/90{ background-color: rgb(225 29 72 / 0.9); }
.bg-rose-600\/95{ background-color: rgb(225 29 72 / 0.95); }
.bg-rose-700{ --tw-bg-opacity: 1; background-color: rgb(190 18 60 / var(--tw-bg-opacity)); }
.bg-rose-700\/0{ background-color: rgb(190 18 60 / 0); }
.bg-rose-700\/10{ background-color: rgb(190 18 60 / 0.1); }
.bg-rose-700\/100{ background-color: rgb(190 18 60 / 1); }
.bg-rose-700\/20{ background-color: rgb(190 18 60 / 0.2); }
.bg-rose-700\/25{ background-color: rgb(190 18 60 / 0.25); }
.bg-rose-700\/30{ background-color: rgb(190 18 60 / 0.3); }
.bg-rose-700\/40{ background-color: rgb(190 18 60 / 0.4); }
.bg-rose-700\/5{ background-color: rgb(190 18 60 / 0.05); }
.bg-rose-700\/50{ background-color: rgb(190 18 60 / 0.5); }
.bg-rose-700\/60{ background-color: rgb(190 18 60 / 0.6); }
.bg-rose-700\/70{ background-color: rgb(190 18 60 / 0.7); }
.bg-rose-700\/75{ background-color: rgb(190 18 60 / 0.75); }
.bg-rose-700\/80{ background-color: rgb(190 18 60 / 0.8); }
.bg-rose-700\/90{ background-color: rgb(190 18 60 / 0.9); }
.bg-rose-700\/95{ background-color: rgb(190 18 60 / 0.95); }
.bg-rose-800{ --tw-bg-opacity: 1; background-color: rgb(159 18 57 / var(--tw-bg-opacity)); }
.bg-rose-800\/0{ background-color: rgb(159 18 57 / 0); }
.bg-rose-800\/10{ background-color: rgb(159 18 57 / 0.1); }
.bg-rose-800\/100{ background-color: rgb(159 18 57 / 1); }
.bg-rose-800\/20{ background-color: rgb(159 18 57 / 0.2); }
.bg-rose-800\/25{ background-color: rgb(159 18 57 / 0.25); }
.bg-rose-800\/30{ background-color: rgb(159 18 57 / 0.3); }
.bg-rose-800\/40{ background-color: rgb(159 18 57 / 0.4); }
.bg-rose-800\/5{ background-color: rgb(159 18 57 / 0.05); }
.bg-rose-800\/50{ background-color: rgb(159 18 57 / 0.5); }
.bg-rose-800\/60{ background-color: rgb(159 18 57 / 0.6); }
.bg-rose-800\/70{ background-color: rgb(159 18 57 / 0.7); }
.bg-rose-800\/75{ background-color: rgb(159 18 57 / 0.75); }
.bg-rose-800\/80{ background-color: rgb(159 18 57 / 0.8); }
.bg-rose-800\/90{ background-color: rgb(159 18 57 / 0.9); }
.bg-rose-800\/95{ background-color: rgb(159 18 57 / 0.95); }
.bg-rose-900{ --tw-bg-opacity: 1; background-color: rgb(136 19 55 / var(--tw-bg-opacity)); }
.bg-rose-900\/0{ background-color: rgb(136 19 55 / 0); }
.bg-rose-900\/10{ background-color: rgb(136 19 55 / 0.1); }
.bg-rose-900\/100{ background-color: rgb(136 19 55 / 1); }
.bg-rose-900\/20{ background-color: rgb(136 19 55 / 0.2); }
.bg-rose-900\/25{ background-color: rgb(136 19 55 / 0.25); }
.bg-rose-900\/30{ background-color: rgb(136 19 55 / 0.3); }
.bg-rose-900\/40{ background-color: rgb(136 19 55 / 0.4); }
.bg-rose-900\/5{ background-color: rgb(136 19 55 / 0.05); }
.bg-rose-900\/50{ background-color: rgb(136 19 55 / 0.5); }
.bg-rose-900\/60{ background-color: rgb(136 19 55 / 0.6); }
.bg-rose-900\/70{ background-color: rgb(136 19 55 / 0.7); }
.bg-rose-900\/75{ background-color: rgb(136 19 55 / 0.75); }
.bg-rose-900\/80{ background-color: rgb(136 19 55 / 0.8); }
.bg-rose-900\/90{ background-color: rgb(136 19 55 / 0.9); }
.bg-rose-900\/95{ background-color: rgb(136 19 55 / 0.95); }
.bg-rose-950{ --tw-bg-opacity: 1; background-color: rgb(76 5 25 / var(--tw-bg-opacity)); }
.bg-rose-950\/0{ background-color: rgb(76 5 25 / 0); }
.bg-rose-950\/10{ background-color: rgb(76 5 25 / 0.1); }
.bg-rose-950\/100{ background-color: rgb(76 5 25 / 1); }
.bg-rose-950\/20{ background-color: rgb(76 5 25 / 0.2); }
.bg-rose-950\/25{ background-color: rgb(76 5 25 / 0.25); }
.bg-rose-950\/30{ background-color: rgb(76 5 25 / 0.3); }
.bg-rose-950\/40{ background-color: rgb(76 5 25 / 0.4); }
.bg-rose-950\/5{ background-color: rgb(76 5 25 / 0.05); }
.bg-rose-950\/50{ background-color: rgb(76 5 25 / 0.5); }
.bg-rose-950\/60{ background-color: rgb(76 5 25 / 0.6); }
.bg-rose-950\/70{ background-color: rgb(76 5 25 / 0.7); }
.bg-rose-950\/75{ background-color: rgb(76 5 25 / 0.75); }
.bg-rose-950\/80{ background-color: rgb(76 5 25 / 0.8); }
.bg-rose-950\/90{ background-color: rgb(76 5 25 / 0.9); }
.bg-rose-950\/95{ background-color: rgb(76 5 25 / 0.95); }
.bg-sky-100{ --tw-bg-opacity: 1; background-color: rgb(224 242 254 / var(--tw-bg-opacity)); }
.bg-sky-100\/0{ background-color: rgb(224 242 254 / 0); }
.bg-sky-100\/10{ background-color: rgb(224 242 254 / 0.1); }
.bg-sky-100\/100{ background-color: rgb(224 242 254 / 1); }
.bg-sky-100\/20{ background-color: rgb(224 242 254 / 0.2); }
.bg-sky-100\/25{ background-color: rgb(224 242 254 / 0.25); }
.bg-sky-100\/30{ background-color: rgb(224 242 254 / 0.3); }
.bg-sky-100\/40{ background-color: rgb(224 242 254 / 0.4); }
.bg-sky-100\/5{ background-color: rgb(224 242 254 / 0.05); }
.bg-sky-100\/50{ background-color: rgb(224 242 254 / 0.5); }
.bg-sky-100\/60{ background-color: rgb(224 242 254 / 0.6); }
.bg-sky-100\/70{ background-color: rgb(224 242 254 / 0.7); }
.bg-sky-100\/75{ background-color: rgb(224 242 254 / 0.75); }
.bg-sky-100\/80{ background-color: rgb(224 242 254 / 0.8); }
.bg-sky-100\/90{ background-color: rgb(224 242 254 / 0.9); }
.bg-sky-100\/95{ background-color: rgb(224 242 254 / 0.95); }
.bg-sky-200{ --tw-bg-opacity: 1; background-color: rgb(186 230 253 / var(--tw-bg-opacity)); }
.bg-sky-200\/0{ background-color: rgb(186 230 253 / 0); }
.bg-sky-200\/10{ background-color: rgb(186 230 253 / 0.1); }
.bg-sky-200\/100{ background-color: rgb(186 230 253 / 1); }
.bg-sky-200\/20{ background-color: rgb(186 230 253 / 0.2); }
.bg-sky-200\/25{ background-color: rgb(186 230 253 / 0.25); }
.bg-sky-200\/30{ background-color: rgb(186 230 253 / 0.3); }
.bg-sky-200\/40{ background-color: rgb(186 230 253 / 0.4); }
.bg-sky-200\/5{ background-color: rgb(186 230 253 / 0.05); }
.bg-sky-200\/50{ background-color: rgb(186 230 253 / 0.5); }
.bg-sky-200\/60{ background-color: rgb(186 230 253 / 0.6); }
.bg-sky-200\/70{ background-color: rgb(186 230 253 / 0.7); }
.bg-sky-200\/75{ background-color: rgb(186 230 253 / 0.75); }
.bg-sky-200\/80{ background-color: rgb(186 230 253 / 0.8); }
.bg-sky-200\/90{ background-color: rgb(186 230 253 / 0.9); }
.bg-sky-200\/95{ background-color: rgb(186 230 253 / 0.95); }
.bg-sky-300{ --tw-bg-opacity: 1; background-color: rgb(125 211 252 / var(--tw-bg-opacity)); }
.bg-sky-300\/0{ background-color: rgb(125 211 252 / 0); }
.bg-sky-300\/10{ background-color: rgb(125 211 252 / 0.1); }
.bg-sky-300\/100{ background-color: rgb(125 211 252 / 1); }
.bg-sky-300\/20{ background-color: rgb(125 211 252 / 0.2); }
.bg-sky-300\/25{ background-color: rgb(125 211 252 / 0.25); }
.bg-sky-300\/30{ background-color: rgb(125 211 252 / 0.3); }
.bg-sky-300\/40{ background-color: rgb(125 211 252 / 0.4); }
.bg-sky-300\/5{ background-color: rgb(125 211 252 / 0.05); }
.bg-sky-300\/50{ background-color: rgb(125 211 252 / 0.5); }
.bg-sky-300\/60{ background-color: rgb(125 211 252 / 0.6); }
.bg-sky-300\/70{ background-color: rgb(125 211 252 / 0.7); }
.bg-sky-300\/75{ background-color: rgb(125 211 252 / 0.75); }
.bg-sky-300\/80{ background-color: rgb(125 211 252 / 0.8); }
.bg-sky-300\/90{ background-color: rgb(125 211 252 / 0.9); }
.bg-sky-300\/95{ background-color: rgb(125 211 252 / 0.95); }
.bg-sky-400{ --tw-bg-opacity: 1; background-color: rgb(56 189 248 / var(--tw-bg-opacity)); }
.bg-sky-400\/0{ background-color: rgb(56 189 248 / 0); }
.bg-sky-400\/10{ background-color: rgb(56 189 248 / 0.1); }
.bg-sky-400\/100{ background-color: rgb(56 189 248 / 1); }
.bg-sky-400\/20{ background-color: rgb(56 189 248 / 0.2); }
.bg-sky-400\/25{ background-color: rgb(56 189 248 / 0.25); }
.bg-sky-400\/30{ background-color: rgb(56 189 248 / 0.3); }
.bg-sky-400\/40{ background-color: rgb(56 189 248 / 0.4); }
.bg-sky-400\/5{ background-color: rgb(56 189 248 / 0.05); }
.bg-sky-400\/50{ background-color: rgb(56 189 248 / 0.5); }
.bg-sky-400\/60{ background-color: rgb(56 189 248 / 0.6); }
.bg-sky-400\/70{ background-color: rgb(56 189 248 / 0.7); }
.bg-sky-400\/75{ background-color: rgb(56 189 248 / 0.75); }
.bg-sky-400\/80{ background-color: rgb(56 189 248 / 0.8); }
.bg-sky-400\/90{ background-color: rgb(56 189 248 / 0.9); }
.bg-sky-400\/95{ background-color: rgb(56 189 248 / 0.95); }
.bg-sky-50{ --tw-bg-opacity: 1; background-color: rgb(240 249 255 / var(--tw-bg-opacity)); }
.bg-sky-50\/0{ background-color: rgb(240 249 255 / 0); }
.bg-sky-50\/10{ background-color: rgb(240 249 255 / 0.1); }
.bg-sky-50\/100{ background-color: rgb(240 249 255 / 1); }
.bg-sky-50\/20{ background-color: rgb(240 249 255 / 0.2); }
.bg-sky-50\/25{ background-color: rgb(240 249 255 / 0.25); }
.bg-sky-50\/30{ background-color: rgb(240 249 255 / 0.3); }
.bg-sky-50\/40{ background-color: rgb(240 249 255 / 0.4); }
.bg-sky-50\/5{ background-color: rgb(240 249 255 / 0.05); }
.bg-sky-50\/50{ background-color: rgb(240 249 255 / 0.5); }
.bg-sky-50\/60{ background-color: rgb(240 249 255 / 0.6); }
.bg-sky-50\/70{ background-color: rgb(240 249 255 / 0.7); }
.bg-sky-50\/75{ background-color: rgb(240 249 255 / 0.75); }
.bg-sky-50\/80{ background-color: rgb(240 249 255 / 0.8); }
.bg-sky-50\/90{ background-color: rgb(240 249 255 / 0.9); }
.bg-sky-50\/95{ background-color: rgb(240 249 255 / 0.95); }
.bg-sky-500{ --tw-bg-opacity: 1; background-color: rgb(14 165 233 / var(--tw-bg-opacity)); }
.bg-sky-500\/0{ background-color: rgb(14 165 233 / 0); }
.bg-sky-500\/10{ background-color: rgb(14 165 233 / 0.1); }
.bg-sky-500\/100{ background-color: rgb(14 165 233 / 1); }
.bg-sky-500\/20{ background-color: rgb(14 165 233 / 0.2); }
.bg-sky-500\/25{ background-color: rgb(14 165 233 / 0.25); }
.bg-sky-500\/30{ background-color: rgb(14 165 233 / 0.3); }
.bg-sky-500\/40{ background-color: rgb(14 165 233 / 0.4); }
.bg-sky-500\/5{ background-color: rgb(14 165 233 / 0.05); }
.bg-sky-500\/50{ background-color: rgb(14 165 233 / 0.5); }
.bg-sky-500\/60{ background-color: rgb(14 165 233 / 0.6); }
.bg-sky-500\/70{ background-color: rgb(14 165 233 / 0.7); }
.bg-sky-500\/75{ background-color: rgb(14 165 233 / 0.75); }
.bg-sky-500\/80{ background-color: rgb(14 165 233 / 0.8); }
.bg-sky-500\/90{ background-color: rgb(14 165 233 / 0.9); }
.bg-sky-500\/95{ background-color: rgb(14 165 233 / 0.95); }
.bg-sky-600{ --tw-bg-opacity: 1; background-color: rgb(2 132 199 / var(--tw-bg-opacity)); }
.bg-sky-600\/0{ background-color: rgb(2 132 199 / 0); }
.bg-sky-600\/10{ background-color: rgb(2 132 199 / 0.1); }
.bg-sky-600\/100{ background-color: rgb(2 132 199 / 1); }
.bg-sky-600\/20{ background-color: rgb(2 132 199 / 0.2); }
.bg-sky-600\/25{ background-color: rgb(2 132 199 / 0.25); }
.bg-sky-600\/30{ background-color: rgb(2 132 199 / 0.3); }
.bg-sky-600\/40{ background-color: rgb(2 132 199 / 0.4); }
.bg-sky-600\/5{ background-color: rgb(2 132 199 / 0.05); }
.bg-sky-600\/50{ background-color: rgb(2 132 199 / 0.5); }
.bg-sky-600\/60{ background-color: rgb(2 132 199 / 0.6); }
.bg-sky-600\/70{ background-color: rgb(2 132 199 / 0.7); }
.bg-sky-600\/75{ background-color: rgb(2 132 199 / 0.75); }
.bg-sky-600\/80{ background-color: rgb(2 132 199 / 0.8); }
.bg-sky-600\/90{ background-color: rgb(2 132 199 / 0.9); }
.bg-sky-600\/95{ background-color: rgb(2 132 199 / 0.95); }
.bg-sky-700{ --tw-bg-opacity: 1; background-color: rgb(3 105 161 / var(--tw-bg-opacity)); }
.bg-sky-700\/0{ background-color: rgb(3 105 161 / 0); }
.bg-sky-700\/10{ background-color: rgb(3 105 161 / 0.1); }
.bg-sky-700\/100{ background-color: rgb(3 105 161 / 1); }
.bg-sky-700\/20{ background-color: rgb(3 105 161 / 0.2); }
.bg-sky-700\/25{ background-color: rgb(3 105 161 / 0.25); }
.bg-sky-700\/30{ background-color: rgb(3 105 161 / 0.3); }
.bg-sky-700\/40{ background-color: rgb(3 105 161 / 0.4); }
.bg-sky-700\/5{ background-color: rgb(3 105 161 / 0.05); }
.bg-sky-700\/50{ background-color: rgb(3 105 161 / 0.5); }
.bg-sky-700\/60{ background-color: rgb(3 105 161 / 0.6); }
.bg-sky-700\/70{ background-color: rgb(3 105 161 / 0.7); }
.bg-sky-700\/75{ background-color: rgb(3 105 161 / 0.75); }
.bg-sky-700\/80{ background-color: rgb(3 105 161 / 0.8); }
.bg-sky-700\/90{ background-color: rgb(3 105 161 / 0.9); }
.bg-sky-700\/95{ background-color: rgb(3 105 161 / 0.95); }
.bg-sky-800{ --tw-bg-opacity: 1; background-color: rgb(7 89 133 / var(--tw-bg-opacity)); }
.bg-sky-800\/0{ background-color: rgb(7 89 133 / 0); }
.bg-sky-800\/10{ background-color: rgb(7 89 133 / 0.1); }
.bg-sky-800\/100{ background-color: rgb(7 89 133 / 1); }
.bg-sky-800\/20{ background-color: rgb(7 89 133 / 0.2); }
.bg-sky-800\/25{ background-color: rgb(7 89 133 / 0.25); }
.bg-sky-800\/30{ background-color: rgb(7 89 133 / 0.3); }
.bg-sky-800\/40{ background-color: rgb(7 89 133 / 0.4); }
.bg-sky-800\/5{ background-color: rgb(7 89 133 / 0.05); }
.bg-sky-800\/50{ background-color: rgb(7 89 133 / 0.5); }
.bg-sky-800\/60{ background-color: rgb(7 89 133 / 0.6); }
.bg-sky-800\/70{ background-color: rgb(7 89 133 / 0.7); }
.bg-sky-800\/75{ background-color: rgb(7 89 133 / 0.75); }
.bg-sky-800\/80{ background-color: rgb(7 89 133 / 0.8); }
.bg-sky-800\/90{ background-color: rgb(7 89 133 / 0.9); }
.bg-sky-800\/95{ background-color: rgb(7 89 133 / 0.95); }
.bg-sky-900{ --tw-bg-opacity: 1; background-color: rgb(12 74 110 / var(--tw-bg-opacity)); }
.bg-sky-900\/0{ background-color: rgb(12 74 110 / 0); }
.bg-sky-900\/10{ background-color: rgb(12 74 110 / 0.1); }
.bg-sky-900\/100{ background-color: rgb(12 74 110 / 1); }
.bg-sky-900\/20{ background-color: rgb(12 74 110 / 0.2); }
.bg-sky-900\/25{ background-color: rgb(12 74 110 / 0.25); }
.bg-sky-900\/30{ background-color: rgb(12 74 110 / 0.3); }
.bg-sky-900\/40{ background-color: rgb(12 74 110 / 0.4); }
.bg-sky-900\/5{ background-color: rgb(12 74 110 / 0.05); }
.bg-sky-900\/50{ background-color: rgb(12 74 110 / 0.5); }
.bg-sky-900\/60{ background-color: rgb(12 74 110 / 0.6); }
.bg-sky-900\/70{ background-color: rgb(12 74 110 / 0.7); }
.bg-sky-900\/75{ background-color: rgb(12 74 110 / 0.75); }
.bg-sky-900\/80{ background-color: rgb(12 74 110 / 0.8); }
.bg-sky-900\/90{ background-color: rgb(12 74 110 / 0.9); }
.bg-sky-900\/95{ background-color: rgb(12 74 110 / 0.95); }
.bg-sky-950{ --tw-bg-opacity: 1; background-color: rgb(8 47 73 / var(--tw-bg-opacity)); }
.bg-sky-950\/0{ background-color: rgb(8 47 73 / 0); }
.bg-sky-950\/10{ background-color: rgb(8 47 73 / 0.1); }
.bg-sky-950\/100{ background-color: rgb(8 47 73 / 1); }
.bg-sky-950\/20{ background-color: rgb(8 47 73 / 0.2); }
.bg-sky-950\/25{ background-color: rgb(8 47 73 / 0.25); }
.bg-sky-950\/30{ background-color: rgb(8 47 73 / 0.3); }
.bg-sky-950\/40{ background-color: rgb(8 47 73 / 0.4); }
.bg-sky-950\/5{ background-color: rgb(8 47 73 / 0.05); }
.bg-sky-950\/50{ background-color: rgb(8 47 73 / 0.5); }
.bg-sky-950\/60{ background-color: rgb(8 47 73 / 0.6); }
.bg-sky-950\/70{ background-color: rgb(8 47 73 / 0.7); }
.bg-sky-950\/75{ background-color: rgb(8 47 73 / 0.75); }
.bg-sky-950\/80{ background-color: rgb(8 47 73 / 0.8); }
.bg-sky-950\/90{ background-color: rgb(8 47 73 / 0.9); }
.bg-sky-950\/95{ background-color: rgb(8 47 73 / 0.95); }
.bg-slate-100{ --tw-bg-opacity: 1; background-color: rgb(241 245 249 / var(--tw-bg-opacity)); }
.bg-slate-100\/0{ background-color: rgb(241 245 249 / 0); }
.bg-slate-100\/10{ background-color: rgb(241 245 249 / 0.1); }
.bg-slate-100\/100{ background-color: rgb(241 245 249 / 1); }
.bg-slate-100\/20{ background-color: rgb(241 245 249 / 0.2); }
.bg-slate-100\/25{ background-color: rgb(241 245 249 / 0.25); }
.bg-slate-100\/30{ background-color: rgb(241 245 249 / 0.3); }
.bg-slate-100\/40{ background-color: rgb(241 245 249 / 0.4); }
.bg-slate-100\/5{ background-color: rgb(241 245 249 / 0.05); }
.bg-slate-100\/50{ background-color: rgb(241 245 249 / 0.5); }
.bg-slate-100\/60{ background-color: rgb(241 245 249 / 0.6); }
.bg-slate-100\/70{ background-color: rgb(241 245 249 / 0.7); }
.bg-slate-100\/75{ background-color: rgb(241 245 249 / 0.75); }
.bg-slate-100\/80{ background-color: rgb(241 245 249 / 0.8); }
.bg-slate-100\/90{ background-color: rgb(241 245 249 / 0.9); }
.bg-slate-100\/95{ background-color: rgb(241 245 249 / 0.95); }
.bg-slate-200{ --tw-bg-opacity: 1; background-color: rgb(226 232 240 / var(--tw-bg-opacity)); }
.bg-slate-200\/0{ background-color: rgb(226 232 240 / 0); }
.bg-slate-200\/10{ background-color: rgb(226 232 240 / 0.1); }
.bg-slate-200\/100{ background-color: rgb(226 232 240 / 1); }
.bg-slate-200\/20{ background-color: rgb(226 232 240 / 0.2); }
.bg-slate-200\/25{ background-color: rgb(226 232 240 / 0.25); }
.bg-slate-200\/30{ background-color: rgb(226 232 240 / 0.3); }
.bg-slate-200\/40{ background-color: rgb(226 232 240 / 0.4); }
.bg-slate-200\/5{ background-color: rgb(226 232 240 / 0.05); }
.bg-slate-200\/50{ background-color: rgb(226 232 240 / 0.5); }
.bg-slate-200\/60{ background-color: rgb(226 232 240 / 0.6); }
.bg-slate-200\/70{ background-color: rgb(226 232 240 / 0.7); }
.bg-slate-200\/75{ background-color: rgb(226 232 240 / 0.75); }
.bg-slate-200\/80{ background-color: rgb(226 232 240 / 0.8); }
.bg-slate-200\/90{ background-color: rgb(226 232 240 / 0.9); }
.bg-slate-200\/95{ background-color: rgb(226 232 240 / 0.95); }
.bg-slate-300{ --tw-bg-opacity: 1; background-color: rgb(203 213 225 / var(--tw-bg-opacity)); }
.bg-slate-300\/0{ background-color: rgb(203 213 225 / 0); }
.bg-slate-300\/10{ background-color: rgb(203 213 225 / 0.1); }
.bg-slate-300\/100{ background-color: rgb(203 213 225 / 1); }
.bg-slate-300\/20{ background-color: rgb(203 213 225 / 0.2); }
.bg-slate-300\/25{ background-color: rgb(203 213 225 / 0.25); }
.bg-slate-300\/30{ background-color: rgb(203 213 225 / 0.3); }
.bg-slate-300\/40{ background-color: rgb(203 213 225 / 0.4); }
.bg-slate-300\/5{ background-color: rgb(203 213 225 / 0.05); }
.bg-slate-300\/50{ background-color: rgb(203 213 225 / 0.5); }
.bg-slate-300\/60{ background-color: rgb(203 213 225 / 0.6); }
.bg-slate-300\/70{ background-color: rgb(203 213 225 / 0.7); }
.bg-slate-300\/75{ background-color: rgb(203 213 225 / 0.75); }
.bg-slate-300\/80{ background-color: rgb(203 213 225 / 0.8); }
.bg-slate-300\/90{ background-color: rgb(203 213 225 / 0.9); }
.bg-slate-300\/95{ background-color: rgb(203 213 225 / 0.95); }
.bg-slate-400{ --tw-bg-opacity: 1; background-color: rgb(148 163 184 / var(--tw-bg-opacity)); }
.bg-slate-400\/0{ background-color: rgb(148 163 184 / 0); }
.bg-slate-400\/10{ background-color: rgb(148 163 184 / 0.1); }
.bg-slate-400\/100{ background-color: rgb(148 163 184 / 1); }
.bg-slate-400\/20{ background-color: rgb(148 163 184 / 0.2); }
.bg-slate-400\/25{ background-color: rgb(148 163 184 / 0.25); }
.bg-slate-400\/30{ background-color: rgb(148 163 184 / 0.3); }
.bg-slate-400\/40{ background-color: rgb(148 163 184 / 0.4); }
.bg-slate-400\/5{ background-color: rgb(148 163 184 / 0.05); }
.bg-slate-400\/50{ background-color: rgb(148 163 184 / 0.5); }
.bg-slate-400\/60{ background-color: rgb(148 163 184 / 0.6); }
.bg-slate-400\/70{ background-color: rgb(148 163 184 / 0.7); }
.bg-slate-400\/75{ background-color: rgb(148 163 184 / 0.75); }
.bg-slate-400\/80{ background-color: rgb(148 163 184 / 0.8); }
.bg-slate-400\/90{ background-color: rgb(148 163 184 / 0.9); }
.bg-slate-400\/95{ background-color: rgb(148 163 184 / 0.95); }
.bg-slate-50{ --tw-bg-opacity: 1; background-color: rgb(248 250 252 / var(--tw-bg-opacity)); }
.bg-slate-50\/0{ background-color: rgb(248 250 252 / 0); }
.bg-slate-50\/10{ background-color: rgb(248 250 252 / 0.1); }
.bg-slate-50\/100{ background-color: rgb(248 250 252 / 1); }
.bg-slate-50\/20{ background-color: rgb(248 250 252 / 0.2); }
.bg-slate-50\/25{ background-color: rgb(248 250 252 / 0.25); }
.bg-slate-50\/30{ background-color: rgb(248 250 252 / 0.3); }
.bg-slate-50\/40{ background-color: rgb(248 250 252 / 0.4); }
.bg-slate-50\/5{ background-color: rgb(248 250 252 / 0.05); }
.bg-slate-50\/50{ background-color: rgb(248 250 252 / 0.5); }
.bg-slate-50\/60{ background-color: rgb(248 250 252 / 0.6); }
.bg-slate-50\/70{ background-color: rgb(248 250 252 / 0.7); }
.bg-slate-50\/75{ background-color: rgb(248 250 252 / 0.75); }
.bg-slate-50\/80{ background-color: rgb(248 250 252 / 0.8); }
.bg-slate-50\/90{ background-color: rgb(248 250 252 / 0.9); }
.bg-slate-50\/95{ background-color: rgb(248 250 252 / 0.95); }
.bg-slate-500{ --tw-bg-opacity: 1; background-color: rgb(100 116 139 / var(--tw-bg-opacity)); }
.bg-slate-500\/0{ background-color: rgb(100 116 139 / 0); }
.bg-slate-500\/10{ background-color: rgb(100 116 139 / 0.1); }
.bg-slate-500\/100{ background-color: rgb(100 116 139 / 1); }
.bg-slate-500\/20{ background-color: rgb(100 116 139 / 0.2); }
.bg-slate-500\/25{ background-color: rgb(100 116 139 / 0.25); }
.bg-slate-500\/30{ background-color: rgb(100 116 139 / 0.3); }
.bg-slate-500\/40{ background-color: rgb(100 116 139 / 0.4); }
.bg-slate-500\/5{ background-color: rgb(100 116 139 / 0.05); }
.bg-slate-500\/50{ background-color: rgb(100 116 139 / 0.5); }
.bg-slate-500\/60{ background-color: rgb(100 116 139 / 0.6); }
.bg-slate-500\/70{ background-color: rgb(100 116 139 / 0.7); }
.bg-slate-500\/75{ background-color: rgb(100 116 139 / 0.75); }
.bg-slate-500\/80{ background-color: rgb(100 116 139 / 0.8); }
.bg-slate-500\/90{ background-color: rgb(100 116 139 / 0.9); }
.bg-slate-500\/95{ background-color: rgb(100 116 139 / 0.95); }
.bg-slate-600{ --tw-bg-opacity: 1; background-color: rgb(71 85 105 / var(--tw-bg-opacity)); }
.bg-slate-600\/0{ background-color: rgb(71 85 105 / 0); }
.bg-slate-600\/10{ background-color: rgb(71 85 105 / 0.1); }
.bg-slate-600\/100{ background-color: rgb(71 85 105 / 1); }
.bg-slate-600\/20{ background-color: rgb(71 85 105 / 0.2); }
.bg-slate-600\/25{ background-color: rgb(71 85 105 / 0.25); }
.bg-slate-600\/30{ background-color: rgb(71 85 105 / 0.3); }
.bg-slate-600\/40{ background-color: rgb(71 85 105 / 0.4); }
.bg-slate-600\/5{ background-color: rgb(71 85 105 / 0.05); }
.bg-slate-600\/50{ background-color: rgb(71 85 105 / 0.5); }
.bg-slate-600\/60{ background-color: rgb(71 85 105 / 0.6); }
.bg-slate-600\/70{ background-color: rgb(71 85 105 / 0.7); }
.bg-slate-600\/75{ background-color: rgb(71 85 105 / 0.75); }
.bg-slate-600\/80{ background-color: rgb(71 85 105 / 0.8); }
.bg-slate-600\/90{ background-color: rgb(71 85 105 / 0.9); }
.bg-slate-600\/95{ background-color: rgb(71 85 105 / 0.95); }
.bg-slate-700{ --tw-bg-opacity: 1; background-color: rgb(51 65 85 / var(--tw-bg-opacity)); }
.bg-slate-700\/0{ background-color: rgb(51 65 85 / 0); }
.bg-slate-700\/10{ background-color: rgb(51 65 85 / 0.1); }
.bg-slate-700\/100{ background-color: rgb(51 65 85 / 1); }
.bg-slate-700\/20{ background-color: rgb(51 65 85 / 0.2); }
.bg-slate-700\/25{ background-color: rgb(51 65 85 / 0.25); }
.bg-slate-700\/30{ background-color: rgb(51 65 85 / 0.3); }
.bg-slate-700\/40{ background-color: rgb(51 65 85 / 0.4); }
.bg-slate-700\/5{ background-color: rgb(51 65 85 / 0.05); }
.bg-slate-700\/50{ background-color: rgb(51 65 85 / 0.5); }
.bg-slate-700\/60{ background-color: rgb(51 65 85 / 0.6); }
.bg-slate-700\/70{ background-color: rgb(51 65 85 / 0.7); }
.bg-slate-700\/75{ background-color: rgb(51 65 85 / 0.75); }
.bg-slate-700\/80{ background-color: rgb(51 65 85 / 0.8); }
.bg-slate-700\/90{ background-color: rgb(51 65 85 / 0.9); }
.bg-slate-700\/95{ background-color: rgb(51 65 85 / 0.95); }
.bg-slate-800{ --tw-bg-opacity: 1; background-color: rgb(30 41 59 / var(--tw-bg-opacity)); }
.bg-slate-800\/0{ background-color: rgb(30 41 59 / 0); }
.bg-slate-800\/10{ background-color: rgb(30 41 59 / 0.1); }
.bg-slate-800\/100{ background-color: rgb(30 41 59 / 1); }
.bg-slate-800\/20{ background-color: rgb(30 41 59 / 0.2); }
.bg-slate-800\/25{ background-color: rgb(30 41 59 / 0.25); }
.bg-slate-800\/30{ background-color: rgb(30 41 59 / 0.3); }
.bg-slate-800\/40{ background-color: rgb(30 41 59 / 0.4); }
.bg-slate-800\/5{ background-color: rgb(30 41 59 / 0.05); }
.bg-slate-800\/50{ background-color: rgb(30 41 59 / 0.5); }
.bg-slate-800\/60{ background-color: rgb(30 41 59 / 0.6); }
.bg-slate-800\/70{ background-color: rgb(30 41 59 / 0.7); }
.bg-slate-800\/75{ background-color: rgb(30 41 59 / 0.75); }
.bg-slate-800\/80{ background-color: rgb(30 41 59 / 0.8); }
.bg-slate-800\/90{ background-color: rgb(30 41 59 / 0.9); }
.bg-slate-800\/95{ background-color: rgb(30 41 59 / 0.95); }
.bg-slate-900{ --tw-bg-opacity: 1; background-color: rgb(15 23 42 / var(--tw-bg-opacity)); }
.bg-slate-900\/0{ background-color: rgb(15 23 42 / 0); }
.bg-slate-900\/10{ background-color: rgb(15 23 42 / 0.1); }
.bg-slate-900\/100{ background-color: rgb(15 23 42 / 1); }
.bg-slate-900\/20{ background-color: rgb(15 23 42 / 0.2); }
.bg-slate-900\/25{ background-color: rgb(15 23 42 / 0.25); }
.bg-slate-900\/30{ background-color: rgb(15 23 42 / 0.3); }
.bg-slate-900\/40{ background-color: rgb(15 23 42 / 0.4); }
.bg-slate-900\/5{ background-color: rgb(15 23 42 / 0.05); }
.bg-slate-900\/50{ background-color: rgb(15 23 42 / 0.5); }
.bg-slate-900\/60{ background-color: rgb(15 23 42 / 0.6); }
.bg-slate-900\/70{ background-color: rgb(15 23 42 / 0.7); }
.bg-slate-900\/75{ background-color: rgb(15 23 42 / 0.75); }
.bg-slate-900\/80{ background-color: rgb(15 23 42 / 0.8); }
.bg-slate-900\/90{ background-color: rgb(15 23 42 / 0.9); }
.bg-slate-900\/95{ background-color: rgb(15 23 42 / 0.95); }
.bg-slate-950{ --tw-bg-opacity: 1; background-color: rgb(2 6 23 / var(--tw-bg-opacity)); }
.bg-slate-950\/0{ background-color: rgb(2 6 23 / 0); }
.bg-slate-950\/10{ background-color: rgb(2 6 23 / 0.1); }
.bg-slate-950\/100{ background-color: rgb(2 6 23 / 1); }
.bg-slate-950\/20{ background-color: rgb(2 6 23 / 0.2); }
.bg-slate-950\/25{ background-color: rgb(2 6 23 / 0.25); }
.bg-slate-950\/30{ background-color: rgb(2 6 23 / 0.3); }
.bg-slate-950\/40{ background-color: rgb(2 6 23 / 0.4); }
.bg-slate-950\/5{ background-color: rgb(2 6 23 / 0.05); }
.bg-slate-950\/50{ background-color: rgb(2 6 23 / 0.5); }
.bg-slate-950\/60{ background-color: rgb(2 6 23 / 0.6); }
.bg-slate-950\/70{ background-color: rgb(2 6 23 / 0.7); }
.bg-slate-950\/75{ background-color: rgb(2 6 23 / 0.75); }
.bg-slate-950\/80{ background-color: rgb(2 6 23 / 0.8); }
.bg-slate-950\/90{ background-color: rgb(2 6 23 / 0.9); }
.bg-slate-950\/95{ background-color: rgb(2 6 23 / 0.95); }
.bg-stone-100{ --tw-bg-opacity: 1; background-color: rgb(245 245 244 / var(--tw-bg-opacity)); }
.bg-stone-100\/0{ background-color: rgb(245 245 244 / 0); }
.bg-stone-100\/10{ background-color: rgb(245 245 244 / 0.1); }
.bg-stone-100\/100{ background-color: rgb(245 245 244 / 1); }
.bg-stone-100\/20{ background-color: rgb(245 245 244 / 0.2); }
.bg-stone-100\/25{ background-color: rgb(245 245 244 / 0.25); }
.bg-stone-100\/30{ background-color: rgb(245 245 244 / 0.3); }
.bg-stone-100\/40{ background-color: rgb(245 245 244 / 0.4); }
.bg-stone-100\/5{ background-color: rgb(245 245 244 / 0.05); }
.bg-stone-100\/50{ background-color: rgb(245 245 244 / 0.5); }
.bg-stone-100\/60{ background-color: rgb(245 245 244 / 0.6); }
.bg-stone-100\/70{ background-color: rgb(245 245 244 / 0.7); }
.bg-stone-100\/75{ background-color: rgb(245 245 244 / 0.75); }
.bg-stone-100\/80{ background-color: rgb(245 245 244 / 0.8); }
.bg-stone-100\/90{ background-color: rgb(245 245 244 / 0.9); }
.bg-stone-100\/95{ background-color: rgb(245 245 244 / 0.95); }
.bg-stone-200{ --tw-bg-opacity: 1; background-color: rgb(231 229 228 / var(--tw-bg-opacity)); }
.bg-stone-200\/0{ background-color: rgb(231 229 228 / 0); }
.bg-stone-200\/10{ background-color: rgb(231 229 228 / 0.1); }
.bg-stone-200\/100{ background-color: rgb(231 229 228 / 1); }
.bg-stone-200\/20{ background-color: rgb(231 229 228 / 0.2); }
.bg-stone-200\/25{ background-color: rgb(231 229 228 / 0.25); }
.bg-stone-200\/30{ background-color: rgb(231 229 228 / 0.3); }
.bg-stone-200\/40{ background-color: rgb(231 229 228 / 0.4); }
.bg-stone-200\/5{ background-color: rgb(231 229 228 / 0.05); }
.bg-stone-200\/50{ background-color: rgb(231 229 228 / 0.5); }
.bg-stone-200\/60{ background-color: rgb(231 229 228 / 0.6); }
.bg-stone-200\/70{ background-color: rgb(231 229 228 / 0.7); }
.bg-stone-200\/75{ background-color: rgb(231 229 228 / 0.75); }
.bg-stone-200\/80{ background-color: rgb(231 229 228 / 0.8); }
.bg-stone-200\/90{ background-color: rgb(231 229 228 / 0.9); }
.bg-stone-200\/95{ background-color: rgb(231 229 228 / 0.95); }
.bg-stone-300{ --tw-bg-opacity: 1; background-color: rgb(214 211 209 / var(--tw-bg-opacity)); }
.bg-stone-300\/0{ background-color: rgb(214 211 209 / 0); }
.bg-stone-300\/10{ background-color: rgb(214 211 209 / 0.1); }
.bg-stone-300\/100{ background-color: rgb(214 211 209 / 1); }
.bg-stone-300\/20{ background-color: rgb(214 211 209 / 0.2); }
.bg-stone-300\/25{ background-color: rgb(214 211 209 / 0.25); }
.bg-stone-300\/30{ background-color: rgb(214 211 209 / 0.3); }
.bg-stone-300\/40{ background-color: rgb(214 211 209 / 0.4); }
.bg-stone-300\/5{ background-color: rgb(214 211 209 / 0.05); }
.bg-stone-300\/50{ background-color: rgb(214 211 209 / 0.5); }
.bg-stone-300\/60{ background-color: rgb(214 211 209 / 0.6); }
.bg-stone-300\/70{ background-color: rgb(214 211 209 / 0.7); }
.bg-stone-300\/75{ background-color: rgb(214 211 209 / 0.75); }
.bg-stone-300\/80{ background-color: rgb(214 211 209 / 0.8); }
.bg-stone-300\/90{ background-color: rgb(214 211 209 / 0.9); }
.bg-stone-300\/95{ background-color: rgb(214 211 209 / 0.95); }
.bg-stone-400{ --tw-bg-opacity: 1; background-color: rgb(168 162 158 / var(--tw-bg-opacity)); }
.bg-stone-400\/0{ background-color: rgb(168 162 158 / 0); }
.bg-stone-400\/10{ background-color: rgb(168 162 158 / 0.1); }
.bg-stone-400\/100{ background-color: rgb(168 162 158 / 1); }
.bg-stone-400\/20{ background-color: rgb(168 162 158 / 0.2); }
.bg-stone-400\/25{ background-color: rgb(168 162 158 / 0.25); }
.bg-stone-400\/30{ background-color: rgb(168 162 158 / 0.3); }
.bg-stone-400\/40{ background-color: rgb(168 162 158 / 0.4); }
.bg-stone-400\/5{ background-color: rgb(168 162 158 / 0.05); }
.bg-stone-400\/50{ background-color: rgb(168 162 158 / 0.5); }
.bg-stone-400\/60{ background-color: rgb(168 162 158 / 0.6); }
.bg-stone-400\/70{ background-color: rgb(168 162 158 / 0.7); }
.bg-stone-400\/75{ background-color: rgb(168 162 158 / 0.75); }
.bg-stone-400\/80{ background-color: rgb(168 162 158 / 0.8); }
.bg-stone-400\/90{ background-color: rgb(168 162 158 / 0.9); }
.bg-stone-400\/95{ background-color: rgb(168 162 158 / 0.95); }
.bg-stone-50{ --tw-bg-opacity: 1; background-color: rgb(250 250 249 / var(--tw-bg-opacity)); }
.bg-stone-50\/0{ background-color: rgb(250 250 249 / 0); }
.bg-stone-50\/10{ background-color: rgb(250 250 249 / 0.1); }
.bg-stone-50\/100{ background-color: rgb(250 250 249 / 1); }
.bg-stone-50\/20{ background-color: rgb(250 250 249 / 0.2); }
.bg-stone-50\/25{ background-color: rgb(250 250 249 / 0.25); }
.bg-stone-50\/30{ background-color: rgb(250 250 249 / 0.3); }
.bg-stone-50\/40{ background-color: rgb(250 250 249 / 0.4); }
.bg-stone-50\/5{ background-color: rgb(250 250 249 / 0.05); }
.bg-stone-50\/50{ background-color: rgb(250 250 249 / 0.5); }
.bg-stone-50\/60{ background-color: rgb(250 250 249 / 0.6); }
.bg-stone-50\/70{ background-color: rgb(250 250 249 / 0.7); }
.bg-stone-50\/75{ background-color: rgb(250 250 249 / 0.75); }
.bg-stone-50\/80{ background-color: rgb(250 250 249 / 0.8); }
.bg-stone-50\/90{ background-color: rgb(250 250 249 / 0.9); }
.bg-stone-50\/95{ background-color: rgb(250 250 249 / 0.95); }
.bg-stone-500{ --tw-bg-opacity: 1; background-color: rgb(120 113 108 / var(--tw-bg-opacity)); }
.bg-stone-500\/0{ background-color: rgb(120 113 108 / 0); }
.bg-stone-500\/10{ background-color: rgb(120 113 108 / 0.1); }
.bg-stone-500\/100{ background-color: rgb(120 113 108 / 1); }
.bg-stone-500\/20{ background-color: rgb(120 113 108 / 0.2); }
.bg-stone-500\/25{ background-color: rgb(120 113 108 / 0.25); }
.bg-stone-500\/30{ background-color: rgb(120 113 108 / 0.3); }
.bg-stone-500\/40{ background-color: rgb(120 113 108 / 0.4); }
.bg-stone-500\/5{ background-color: rgb(120 113 108 / 0.05); }
.bg-stone-500\/50{ background-color: rgb(120 113 108 / 0.5); }
.bg-stone-500\/60{ background-color: rgb(120 113 108 / 0.6); }
.bg-stone-500\/70{ background-color: rgb(120 113 108 / 0.7); }
.bg-stone-500\/75{ background-color: rgb(120 113 108 / 0.75); }
.bg-stone-500\/80{ background-color: rgb(120 113 108 / 0.8); }
.bg-stone-500\/90{ background-color: rgb(120 113 108 / 0.9); }
.bg-stone-500\/95{ background-color: rgb(120 113 108 / 0.95); }
.bg-stone-600{ --tw-bg-opacity: 1; background-color: rgb(87 83 78 / var(--tw-bg-opacity)); }
.bg-stone-600\/0{ background-color: rgb(87 83 78 / 0); }
.bg-stone-600\/10{ background-color: rgb(87 83 78 / 0.1); }
.bg-stone-600\/100{ background-color: rgb(87 83 78 / 1); }
.bg-stone-600\/20{ background-color: rgb(87 83 78 / 0.2); }
.bg-stone-600\/25{ background-color: rgb(87 83 78 / 0.25); }
.bg-stone-600\/30{ background-color: rgb(87 83 78 / 0.3); }
.bg-stone-600\/40{ background-color: rgb(87 83 78 / 0.4); }
.bg-stone-600\/5{ background-color: rgb(87 83 78 / 0.05); }
.bg-stone-600\/50{ background-color: rgb(87 83 78 / 0.5); }
.bg-stone-600\/60{ background-color: rgb(87 83 78 / 0.6); }
.bg-stone-600\/70{ background-color: rgb(87 83 78 / 0.7); }
.bg-stone-600\/75{ background-color: rgb(87 83 78 / 0.75); }
.bg-stone-600\/80{ background-color: rgb(87 83 78 / 0.8); }
.bg-stone-600\/90{ background-color: rgb(87 83 78 / 0.9); }
.bg-stone-600\/95{ background-color: rgb(87 83 78 / 0.95); }
.bg-stone-700{ --tw-bg-opacity: 1; background-color: rgb(68 64 60 / var(--tw-bg-opacity)); }
.bg-stone-700\/0{ background-color: rgb(68 64 60 / 0); }
.bg-stone-700\/10{ background-color: rgb(68 64 60 / 0.1); }
.bg-stone-700\/100{ background-color: rgb(68 64 60 / 1); }
.bg-stone-700\/20{ background-color: rgb(68 64 60 / 0.2); }
.bg-stone-700\/25{ background-color: rgb(68 64 60 / 0.25); }
.bg-stone-700\/30{ background-color: rgb(68 64 60 / 0.3); }
.bg-stone-700\/40{ background-color: rgb(68 64 60 / 0.4); }
.bg-stone-700\/5{ background-color: rgb(68 64 60 / 0.05); }
.bg-stone-700\/50{ background-color: rgb(68 64 60 / 0.5); }
.bg-stone-700\/60{ background-color: rgb(68 64 60 / 0.6); }
.bg-stone-700\/70{ background-color: rgb(68 64 60 / 0.7); }
.bg-stone-700\/75{ background-color: rgb(68 64 60 / 0.75); }
.bg-stone-700\/80{ background-color: rgb(68 64 60 / 0.8); }
.bg-stone-700\/90{ background-color: rgb(68 64 60 / 0.9); }
.bg-stone-700\/95{ background-color: rgb(68 64 60 / 0.95); }
.bg-stone-800{ --tw-bg-opacity: 1; background-color: rgb(41 37 36 / var(--tw-bg-opacity)); }
.bg-stone-800\/0{ background-color: rgb(41 37 36 / 0); }
.bg-stone-800\/10{ background-color: rgb(41 37 36 / 0.1); }
.bg-stone-800\/100{ background-color: rgb(41 37 36 / 1); }
.bg-stone-800\/20{ background-color: rgb(41 37 36 / 0.2); }
.bg-stone-800\/25{ background-color: rgb(41 37 36 / 0.25); }
.bg-stone-800\/30{ background-color: rgb(41 37 36 / 0.3); }
.bg-stone-800\/40{ background-color: rgb(41 37 36 / 0.4); }
.bg-stone-800\/5{ background-color: rgb(41 37 36 / 0.05); }
.bg-stone-800\/50{ background-color: rgb(41 37 36 / 0.5); }
.bg-stone-800\/60{ background-color: rgb(41 37 36 / 0.6); }
.bg-stone-800\/70{ background-color: rgb(41 37 36 / 0.7); }
.bg-stone-800\/75{ background-color: rgb(41 37 36 / 0.75); }
.bg-stone-800\/80{ background-color: rgb(41 37 36 / 0.8); }
.bg-stone-800\/90{ background-color: rgb(41 37 36 / 0.9); }
.bg-stone-800\/95{ background-color: rgb(41 37 36 / 0.95); }
.bg-stone-900{ --tw-bg-opacity: 1; background-color: rgb(28 25 23 / var(--tw-bg-opacity)); }
.bg-stone-900\/0{ background-color: rgb(28 25 23 / 0); }
.bg-stone-900\/10{ background-color: rgb(28 25 23 / 0.1); }
.bg-stone-900\/100{ background-color: rgb(28 25 23 / 1); }
.bg-stone-900\/20{ background-color: rgb(28 25 23 / 0.2); }
.bg-stone-900\/25{ background-color: rgb(28 25 23 / 0.25); }
.bg-stone-900\/30{ background-color: rgb(28 25 23 / 0.3); }
.bg-stone-900\/40{ background-color: rgb(28 25 23 / 0.4); }
.bg-stone-900\/5{ background-color: rgb(28 25 23 / 0.05); }
.bg-stone-900\/50{ background-color: rgb(28 25 23 / 0.5); }
.bg-stone-900\/60{ background-color: rgb(28 25 23 / 0.6); }
.bg-stone-900\/70{ background-color: rgb(28 25 23 / 0.7); }
.bg-stone-900\/75{ background-color: rgb(28 25 23 / 0.75); }
.bg-stone-900\/80{ background-color: rgb(28 25 23 / 0.8); }
.bg-stone-900\/90{ background-color: rgb(28 25 23 / 0.9); }
.bg-stone-900\/95{ background-color: rgb(28 25 23 / 0.95); }
.bg-stone-950{ --tw-bg-opacity: 1; background-color: rgb(12 10 9 / var(--tw-bg-opacity)); }
.bg-stone-950\/0{ background-color: rgb(12 10 9 / 0); }
.bg-stone-950\/10{ background-color: rgb(12 10 9 / 0.1); }
.bg-stone-950\/100{ background-color: rgb(12 10 9 / 1); }
.bg-stone-950\/20{ background-color: rgb(12 10 9 / 0.2); }
.bg-stone-950\/25{ background-color: rgb(12 10 9 / 0.25); }
.bg-stone-950\/30{ background-color: rgb(12 10 9 / 0.3); }
.bg-stone-950\/40{ background-color: rgb(12 10 9 / 0.4); }
.bg-stone-950\/5{ background-color: rgb(12 10 9 / 0.05); }
.bg-stone-950\/50{ background-color: rgb(12 10 9 / 0.5); }
.bg-stone-950\/60{ background-color: rgb(12 10 9 / 0.6); }
.bg-stone-950\/70{ background-color: rgb(12 10 9 / 0.7); }
.bg-stone-950\/75{ background-color: rgb(12 10 9 / 0.75); }
.bg-stone-950\/80{ background-color: rgb(12 10 9 / 0.8); }
.bg-stone-950\/90{ background-color: rgb(12 10 9 / 0.9); }
.bg-stone-950\/95{ background-color: rgb(12 10 9 / 0.95); }
.bg-swim-blue{ --tw-bg-opacity: 1; background-color: rgb(50 197 255 / var(--tw-bg-opacity)); }
.bg-swim-blue\/0{ background-color: rgb(50 197 255 / 0); }
.bg-swim-blue\/10{ background-color: rgb(50 197 255 / 0.1); }
.bg-swim-blue\/100{ background-color: rgb(50 197 255 / 1); }
.bg-swim-blue\/20{ background-color: rgb(50 197 255 / 0.2); }
.bg-swim-blue\/25{ background-color: rgb(50 197 255 / 0.25); }
.bg-swim-blue\/30{ background-color: rgb(50 197 255 / 0.3); }
.bg-swim-blue\/40{ background-color: rgb(50 197 255 / 0.4); }
.bg-swim-blue\/5{ background-color: rgb(50 197 255 / 0.05); }
.bg-swim-blue\/50{ background-color: rgb(50 197 255 / 0.5); }
.bg-swim-blue\/60{ background-color: rgb(50 197 255 / 0.6); }
.bg-swim-blue\/70{ background-color: rgb(50 197 255 / 0.7); }
.bg-swim-blue\/75{ background-color: rgb(50 197 255 / 0.75); }
.bg-swim-blue\/80{ background-color: rgb(50 197 255 / 0.8); }
.bg-swim-blue\/90{ background-color: rgb(50 197 255 / 0.9); }
.bg-swim-blue\/95{ background-color: rgb(50 197 255 / 0.95); }
.bg-swim-body-text{ --tw-bg-opacity: 1; background-color: rgb(58 60 62 / var(--tw-bg-opacity)); }
.bg-swim-body-text\/0{ background-color: rgb(58 60 62 / 0); }
.bg-swim-body-text\/10{ background-color: rgb(58 60 62 / 0.1); }
.bg-swim-body-text\/100{ background-color: rgb(58 60 62 / 1); }
.bg-swim-body-text\/20{ background-color: rgb(58 60 62 / 0.2); }
.bg-swim-body-text\/25{ background-color: rgb(58 60 62 / 0.25); }
.bg-swim-body-text\/30{ background-color: rgb(58 60 62 / 0.3); }
.bg-swim-body-text\/40{ background-color: rgb(58 60 62 / 0.4); }
.bg-swim-body-text\/5{ background-color: rgb(58 60 62 / 0.05); }
.bg-swim-body-text\/50{ background-color: rgb(58 60 62 / 0.5); }
.bg-swim-body-text\/60{ background-color: rgb(58 60 62 / 0.6); }
.bg-swim-body-text\/70{ background-color: rgb(58 60 62 / 0.7); }
.bg-swim-body-text\/75{ background-color: rgb(58 60 62 / 0.75); }
.bg-swim-body-text\/80{ background-color: rgb(58 60 62 / 0.8); }
.bg-swim-body-text\/90{ background-color: rgb(58 60 62 / 0.9); }
.bg-swim-body-text\/95{ background-color: rgb(58 60 62 / 0.95); }
.bg-swim-dark-blue{ --tw-bg-opacity: 1; background-color: rgb(4 34 86 / var(--tw-bg-opacity)); }
.bg-swim-dark-blue\/0{ background-color: rgb(4 34 86 / 0); }
.bg-swim-dark-blue\/10{ background-color: rgb(4 34 86 / 0.1); }
.bg-swim-dark-blue\/100{ background-color: rgb(4 34 86 / 1); }
.bg-swim-dark-blue\/20{ background-color: rgb(4 34 86 / 0.2); }
.bg-swim-dark-blue\/25{ background-color: rgb(4 34 86 / 0.25); }
.bg-swim-dark-blue\/30{ background-color: rgb(4 34 86 / 0.3); }
.bg-swim-dark-blue\/40{ background-color: rgb(4 34 86 / 0.4); }
.bg-swim-dark-blue\/5{ background-color: rgb(4 34 86 / 0.05); }
.bg-swim-dark-blue\/50{ background-color: rgb(4 34 86 / 0.5); }
.bg-swim-dark-blue\/60{ background-color: rgb(4 34 86 / 0.6); }
.bg-swim-dark-blue\/70{ background-color: rgb(4 34 86 / 0.7); }
.bg-swim-dark-blue\/75{ background-color: rgb(4 34 86 / 0.75); }
.bg-swim-dark-blue\/80{ background-color: rgb(4 34 86 / 0.8); }
.bg-swim-dark-blue\/90{ background-color: rgb(4 34 86 / 0.9); }
.bg-swim-dark-blue\/95{ background-color: rgb(4 34 86 / 0.95); }
.bg-swim-dark-purple{ --tw-bg-opacity: 1; background-color: rgb(214 81 255 / var(--tw-bg-opacity)); }
.bg-swim-dark-purple\/0{ background-color: rgb(214 81 255 / 0); }
.bg-swim-dark-purple\/10{ background-color: rgb(214 81 255 / 0.1); }
.bg-swim-dark-purple\/100{ background-color: rgb(214 81 255 / 1); }
.bg-swim-dark-purple\/20{ background-color: rgb(214 81 255 / 0.2); }
.bg-swim-dark-purple\/25{ background-color: rgb(214 81 255 / 0.25); }
.bg-swim-dark-purple\/30{ background-color: rgb(214 81 255 / 0.3); }
.bg-swim-dark-purple\/40{ background-color: rgb(214 81 255 / 0.4); }
.bg-swim-dark-purple\/5{ background-color: rgb(214 81 255 / 0.05); }
.bg-swim-dark-purple\/50{ background-color: rgb(214 81 255 / 0.5); }
.bg-swim-dark-purple\/60{ background-color: rgb(214 81 255 / 0.6); }
.bg-swim-dark-purple\/70{ background-color: rgb(214 81 255 / 0.7); }
.bg-swim-dark-purple\/75{ background-color: rgb(214 81 255 / 0.75); }
.bg-swim-dark-purple\/80{ background-color: rgb(214 81 255 / 0.8); }
.bg-swim-dark-purple\/90{ background-color: rgb(214 81 255 / 0.9); }
.bg-swim-dark-purple\/95{ background-color: rgb(214 81 255 / 0.95); }
.bg-swim-dark-teal{ --tw-bg-opacity: 1; background-color: rgb(68 215 182 / var(--tw-bg-opacity)); }
.bg-swim-dark-teal\/0{ background-color: rgb(68 215 182 / 0); }
.bg-swim-dark-teal\/10{ background-color: rgb(68 215 182 / 0.1); }
.bg-swim-dark-teal\/100{ background-color: rgb(68 215 182 / 1); }
.bg-swim-dark-teal\/20{ background-color: rgb(68 215 182 / 0.2); }
.bg-swim-dark-teal\/25{ background-color: rgb(68 215 182 / 0.25); }
.bg-swim-dark-teal\/30{ background-color: rgb(68 215 182 / 0.3); }
.bg-swim-dark-teal\/40{ background-color: rgb(68 215 182 / 0.4); }
.bg-swim-dark-teal\/5{ background-color: rgb(68 215 182 / 0.05); }
.bg-swim-dark-teal\/50{ background-color: rgb(68 215 182 / 0.5); }
.bg-swim-dark-teal\/60{ background-color: rgb(68 215 182 / 0.6); }
.bg-swim-dark-teal\/70{ background-color: rgb(68 215 182 / 0.7); }
.bg-swim-dark-teal\/75{ background-color: rgb(68 215 182 / 0.75); }
.bg-swim-dark-teal\/80{ background-color: rgb(68 215 182 / 0.8); }
.bg-swim-dark-teal\/90{ background-color: rgb(68 215 182 / 0.9); }
.bg-swim-dark-teal\/95{ background-color: rgb(68 215 182 / 0.95); }
.bg-swim-darker-blue{ --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity)); }
.bg-swim-darker-blue\/0{ background-color: rgb(17 24 39 / 0); }
.bg-swim-darker-blue\/10{ background-color: rgb(17 24 39 / 0.1); }
.bg-swim-darker-blue\/100{ background-color: rgb(17 24 39 / 1); }
.bg-swim-darker-blue\/20{ background-color: rgb(17 24 39 / 0.2); }
.bg-swim-darker-blue\/25{ background-color: rgb(17 24 39 / 0.25); }
.bg-swim-darker-blue\/30{ background-color: rgb(17 24 39 / 0.3); }
.bg-swim-darker-blue\/40{ background-color: rgb(17 24 39 / 0.4); }
.bg-swim-darker-blue\/5{ background-color: rgb(17 24 39 / 0.05); }
.bg-swim-darker-blue\/50{ background-color: rgb(17 24 39 / 0.5); }
.bg-swim-darker-blue\/60{ background-color: rgb(17 24 39 / 0.6); }
.bg-swim-darker-blue\/70{ background-color: rgb(17 24 39 / 0.7); }
.bg-swim-darker-blue\/75{ background-color: rgb(17 24 39 / 0.75); }
.bg-swim-darker-blue\/80{ background-color: rgb(17 24 39 / 0.8); }
.bg-swim-darker-blue\/90{ background-color: rgb(17 24 39 / 0.9); }
.bg-swim-darker-blue\/95{ background-color: rgb(17 24 39 / 0.95); }
.bg-swim-darker-grey{ --tw-bg-opacity: 1; background-color: rgb(169 169 169 / var(--tw-bg-opacity)); }
.bg-swim-darker-grey\/0{ background-color: rgb(169 169 169 / 0); }
.bg-swim-darker-grey\/10{ background-color: rgb(169 169 169 / 0.1); }
.bg-swim-darker-grey\/100{ background-color: rgb(169 169 169 / 1); }
.bg-swim-darker-grey\/20{ background-color: rgb(169 169 169 / 0.2); }
.bg-swim-darker-grey\/25{ background-color: rgb(169 169 169 / 0.25); }
.bg-swim-darker-grey\/30{ background-color: rgb(169 169 169 / 0.3); }
.bg-swim-darker-grey\/40{ background-color: rgb(169 169 169 / 0.4); }
.bg-swim-darker-grey\/5{ background-color: rgb(169 169 169 / 0.05); }
.bg-swim-darker-grey\/50{ background-color: rgb(169 169 169 / 0.5); }
.bg-swim-darker-grey\/60{ background-color: rgb(169 169 169 / 0.6); }
.bg-swim-darker-grey\/70{ background-color: rgb(169 169 169 / 0.7); }
.bg-swim-darker-grey\/75{ background-color: rgb(169 169 169 / 0.75); }
.bg-swim-darker-grey\/80{ background-color: rgb(169 169 169 / 0.8); }
.bg-swim-darker-grey\/90{ background-color: rgb(169 169 169 / 0.9); }
.bg-swim-darker-grey\/95{ background-color: rgb(169 169 169 / 0.95); }
.bg-swim-darker-teal{ background-color: RGBA(4, 42, 43, 0.85); }
.bg-swim-darkerish-grey{ --tw-bg-opacity: 1; background-color: rgb(109 114 120 / var(--tw-bg-opacity)); }
.bg-swim-darkerish-grey\/0{ background-color: rgb(109 114 120 / 0); }
.bg-swim-darkerish-grey\/10{ background-color: rgb(109 114 120 / 0.1); }
.bg-swim-darkerish-grey\/100{ background-color: rgb(109 114 120 / 1); }
.bg-swim-darkerish-grey\/20{ background-color: rgb(109 114 120 / 0.2); }
.bg-swim-darkerish-grey\/25{ background-color: rgb(109 114 120 / 0.25); }
.bg-swim-darkerish-grey\/30{ background-color: rgb(109 114 120 / 0.3); }
.bg-swim-darkerish-grey\/40{ background-color: rgb(109 114 120 / 0.4); }
.bg-swim-darkerish-grey\/5{ background-color: rgb(109 114 120 / 0.05); }
.bg-swim-darkerish-grey\/50{ background-color: rgb(109 114 120 / 0.5); }
.bg-swim-darkerish-grey\/60{ background-color: rgb(109 114 120 / 0.6); }
.bg-swim-darkerish-grey\/70{ background-color: rgb(109 114 120 / 0.7); }
.bg-swim-darkerish-grey\/75{ background-color: rgb(109 114 120 / 0.75); }
.bg-swim-darkerish-grey\/80{ background-color: rgb(109 114 120 / 0.8); }
.bg-swim-darkerish-grey\/90{ background-color: rgb(109 114 120 / 0.9); }
.bg-swim-darkerish-grey\/95{ background-color: rgb(109 114 120 / 0.95); }
.bg-swim-grey{ --tw-bg-opacity: 1; background-color: rgb(193 193 193 / var(--tw-bg-opacity)); }
.bg-swim-grey\/0{ background-color: rgb(193 193 193 / 0); }
.bg-swim-grey\/10{ background-color: rgb(193 193 193 / 0.1); }
.bg-swim-grey\/100{ background-color: rgb(193 193 193 / 1); }
.bg-swim-grey\/20{ background-color: rgb(193 193 193 / 0.2); }
.bg-swim-grey\/25{ background-color: rgb(193 193 193 / 0.25); }
.bg-swim-grey\/30{ background-color: rgb(193 193 193 / 0.3); }
.bg-swim-grey\/40{ background-color: rgb(193 193 193 / 0.4); }
.bg-swim-grey\/5{ background-color: rgb(193 193 193 / 0.05); }
.bg-swim-grey\/50{ background-color: rgb(193 193 193 / 0.5); }
.bg-swim-grey\/60{ background-color: rgb(193 193 193 / 0.6); }
.bg-swim-grey\/70{ background-color: rgb(193 193 193 / 0.7); }
.bg-swim-grey\/75{ background-color: rgb(193 193 193 / 0.75); }
.bg-swim-grey\/80{ background-color: rgb(193 193 193 / 0.8); }
.bg-swim-grey\/90{ background-color: rgb(193 193 193 / 0.9); }
.bg-swim-grey\/95{ background-color: rgb(193 193 193 / 0.95); }
.bg-swim-lighter-grey{ --tw-bg-opacity: 1; background-color: rgb(233 239 240 / var(--tw-bg-opacity)); }
.bg-swim-lighter-grey\/0{ background-color: rgb(233 239 240 / 0); }
.bg-swim-lighter-grey\/10{ background-color: rgb(233 239 240 / 0.1); }
.bg-swim-lighter-grey\/100{ background-color: rgb(233 239 240 / 1); }
.bg-swim-lighter-grey\/20{ background-color: rgb(233 239 240 / 0.2); }
.bg-swim-lighter-grey\/25{ background-color: rgb(233 239 240 / 0.25); }
.bg-swim-lighter-grey\/30{ background-color: rgb(233 239 240 / 0.3); }
.bg-swim-lighter-grey\/40{ background-color: rgb(233 239 240 / 0.4); }
.bg-swim-lighter-grey\/5{ background-color: rgb(233 239 240 / 0.05); }
.bg-swim-lighter-grey\/50{ background-color: rgb(233 239 240 / 0.5); }
.bg-swim-lighter-grey\/60{ background-color: rgb(233 239 240 / 0.6); }
.bg-swim-lighter-grey\/70{ background-color: rgb(233 239 240 / 0.7); }
.bg-swim-lighter-grey\/75{ background-color: rgb(233 239 240 / 0.75); }
.bg-swim-lighter-grey\/80{ background-color: rgb(233 239 240 / 0.8); }
.bg-swim-lighter-grey\/90{ background-color: rgb(233 239 240 / 0.9); }
.bg-swim-lighter-grey\/95{ background-color: rgb(233 239 240 / 0.95); }
.bg-swim-purple{ --tw-bg-opacity: 1; background-color: rgb(186 98 255 / var(--tw-bg-opacity)); }
.bg-swim-purple\/0{ background-color: rgb(186 98 255 / 0); }
.bg-swim-purple\/10{ background-color: rgb(186 98 255 / 0.1); }
.bg-swim-purple\/100{ background-color: rgb(186 98 255 / 1); }
.bg-swim-purple\/20{ background-color: rgb(186 98 255 / 0.2); }
.bg-swim-purple\/25{ background-color: rgb(186 98 255 / 0.25); }
.bg-swim-purple\/30{ background-color: rgb(186 98 255 / 0.3); }
.bg-swim-purple\/40{ background-color: rgb(186 98 255 / 0.4); }
.bg-swim-purple\/5{ background-color: rgb(186 98 255 / 0.05); }
.bg-swim-purple\/50{ background-color: rgb(186 98 255 / 0.5); }
.bg-swim-purple\/60{ background-color: rgb(186 98 255 / 0.6); }
.bg-swim-purple\/70{ background-color: rgb(186 98 255 / 0.7); }
.bg-swim-purple\/75{ background-color: rgb(186 98 255 / 0.75); }
.bg-swim-purple\/80{ background-color: rgb(186 98 255 / 0.8); }
.bg-swim-purple\/90{ background-color: rgb(186 98 255 / 0.9); }
.bg-swim-purple\/95{ background-color: rgb(186 98 255 / 0.95); }
.bg-swim-teal{ --tw-bg-opacity: 1; background-color: rgb(102 255 221 / var(--tw-bg-opacity)); }
.bg-swim-teal\/0{ background-color: rgb(102 255 221 / 0); }
.bg-swim-teal\/10{ background-color: rgb(102 255 221 / 0.1); }
.bg-swim-teal\/100{ background-color: rgb(102 255 221 / 1); }
.bg-swim-teal\/20{ background-color: rgb(102 255 221 / 0.2); }
.bg-swim-teal\/25{ background-color: rgb(102 255 221 / 0.25); }
.bg-swim-teal\/30{ background-color: rgb(102 255 221 / 0.3); }
.bg-swim-teal\/40{ background-color: rgb(102 255 221 / 0.4); }
.bg-swim-teal\/5{ background-color: rgb(102 255 221 / 0.05); }
.bg-swim-teal\/50{ background-color: rgb(102 255 221 / 0.5); }
.bg-swim-teal\/60{ background-color: rgb(102 255 221 / 0.6); }
.bg-swim-teal\/70{ background-color: rgb(102 255 221 / 0.7); }
.bg-swim-teal\/75{ background-color: rgb(102 255 221 / 0.75); }
.bg-swim-teal\/80{ background-color: rgb(102 255 221 / 0.8); }
.bg-swim-teal\/90{ background-color: rgb(102 255 221 / 0.9); }
.bg-swim-teal\/95{ background-color: rgb(102 255 221 / 0.95); }
.bg-teal-100{ --tw-bg-opacity: 1; background-color: rgb(204 251 241 / var(--tw-bg-opacity)); }
.bg-teal-100\/0{ background-color: rgb(204 251 241 / 0); }
.bg-teal-100\/10{ background-color: rgb(204 251 241 / 0.1); }
.bg-teal-100\/100{ background-color: rgb(204 251 241 / 1); }
.bg-teal-100\/20{ background-color: rgb(204 251 241 / 0.2); }
.bg-teal-100\/25{ background-color: rgb(204 251 241 / 0.25); }
.bg-teal-100\/30{ background-color: rgb(204 251 241 / 0.3); }
.bg-teal-100\/40{ background-color: rgb(204 251 241 / 0.4); }
.bg-teal-100\/5{ background-color: rgb(204 251 241 / 0.05); }
.bg-teal-100\/50{ background-color: rgb(204 251 241 / 0.5); }
.bg-teal-100\/60{ background-color: rgb(204 251 241 / 0.6); }
.bg-teal-100\/70{ background-color: rgb(204 251 241 / 0.7); }
.bg-teal-100\/75{ background-color: rgb(204 251 241 / 0.75); }
.bg-teal-100\/80{ background-color: rgb(204 251 241 / 0.8); }
.bg-teal-100\/90{ background-color: rgb(204 251 241 / 0.9); }
.bg-teal-100\/95{ background-color: rgb(204 251 241 / 0.95); }
.bg-teal-200{ --tw-bg-opacity: 1; background-color: rgb(153 246 228 / var(--tw-bg-opacity)); }
.bg-teal-200\/0{ background-color: rgb(153 246 228 / 0); }
.bg-teal-200\/10{ background-color: rgb(153 246 228 / 0.1); }
.bg-teal-200\/100{ background-color: rgb(153 246 228 / 1); }
.bg-teal-200\/20{ background-color: rgb(153 246 228 / 0.2); }
.bg-teal-200\/25{ background-color: rgb(153 246 228 / 0.25); }
.bg-teal-200\/30{ background-color: rgb(153 246 228 / 0.3); }
.bg-teal-200\/40{ background-color: rgb(153 246 228 / 0.4); }
.bg-teal-200\/5{ background-color: rgb(153 246 228 / 0.05); }
.bg-teal-200\/50{ background-color: rgb(153 246 228 / 0.5); }
.bg-teal-200\/60{ background-color: rgb(153 246 228 / 0.6); }
.bg-teal-200\/70{ background-color: rgb(153 246 228 / 0.7); }
.bg-teal-200\/75{ background-color: rgb(153 246 228 / 0.75); }
.bg-teal-200\/80{ background-color: rgb(153 246 228 / 0.8); }
.bg-teal-200\/90{ background-color: rgb(153 246 228 / 0.9); }
.bg-teal-200\/95{ background-color: rgb(153 246 228 / 0.95); }
.bg-teal-300{ --tw-bg-opacity: 1; background-color: rgb(94 234 212 / var(--tw-bg-opacity)); }
.bg-teal-300\/0{ background-color: rgb(94 234 212 / 0); }
.bg-teal-300\/10{ background-color: rgb(94 234 212 / 0.1); }
.bg-teal-300\/100{ background-color: rgb(94 234 212 / 1); }
.bg-teal-300\/20{ background-color: rgb(94 234 212 / 0.2); }
.bg-teal-300\/25{ background-color: rgb(94 234 212 / 0.25); }
.bg-teal-300\/30{ background-color: rgb(94 234 212 / 0.3); }
.bg-teal-300\/40{ background-color: rgb(94 234 212 / 0.4); }
.bg-teal-300\/5{ background-color: rgb(94 234 212 / 0.05); }
.bg-teal-300\/50{ background-color: rgb(94 234 212 / 0.5); }
.bg-teal-300\/60{ background-color: rgb(94 234 212 / 0.6); }
.bg-teal-300\/70{ background-color: rgb(94 234 212 / 0.7); }
.bg-teal-300\/75{ background-color: rgb(94 234 212 / 0.75); }
.bg-teal-300\/80{ background-color: rgb(94 234 212 / 0.8); }
.bg-teal-300\/90{ background-color: rgb(94 234 212 / 0.9); }
.bg-teal-300\/95{ background-color: rgb(94 234 212 / 0.95); }
.bg-teal-400{ --tw-bg-opacity: 1; background-color: rgb(45 212 191 / var(--tw-bg-opacity)); }
.bg-teal-400\/0{ background-color: rgb(45 212 191 / 0); }
.bg-teal-400\/10{ background-color: rgb(45 212 191 / 0.1); }
.bg-teal-400\/100{ background-color: rgb(45 212 191 / 1); }
.bg-teal-400\/20{ background-color: rgb(45 212 191 / 0.2); }
.bg-teal-400\/25{ background-color: rgb(45 212 191 / 0.25); }
.bg-teal-400\/30{ background-color: rgb(45 212 191 / 0.3); }
.bg-teal-400\/40{ background-color: rgb(45 212 191 / 0.4); }
.bg-teal-400\/5{ background-color: rgb(45 212 191 / 0.05); }
.bg-teal-400\/50{ background-color: rgb(45 212 191 / 0.5); }
.bg-teal-400\/60{ background-color: rgb(45 212 191 / 0.6); }
.bg-teal-400\/70{ background-color: rgb(45 212 191 / 0.7); }
.bg-teal-400\/75{ background-color: rgb(45 212 191 / 0.75); }
.bg-teal-400\/80{ background-color: rgb(45 212 191 / 0.8); }
.bg-teal-400\/90{ background-color: rgb(45 212 191 / 0.9); }
.bg-teal-400\/95{ background-color: rgb(45 212 191 / 0.95); }
.bg-teal-50{ --tw-bg-opacity: 1; background-color: rgb(240 253 250 / var(--tw-bg-opacity)); }
.bg-teal-50\/0{ background-color: rgb(240 253 250 / 0); }
.bg-teal-50\/10{ background-color: rgb(240 253 250 / 0.1); }
.bg-teal-50\/100{ background-color: rgb(240 253 250 / 1); }
.bg-teal-50\/20{ background-color: rgb(240 253 250 / 0.2); }
.bg-teal-50\/25{ background-color: rgb(240 253 250 / 0.25); }
.bg-teal-50\/30{ background-color: rgb(240 253 250 / 0.3); }
.bg-teal-50\/40{ background-color: rgb(240 253 250 / 0.4); }
.bg-teal-50\/5{ background-color: rgb(240 253 250 / 0.05); }
.bg-teal-50\/50{ background-color: rgb(240 253 250 / 0.5); }
.bg-teal-50\/60{ background-color: rgb(240 253 250 / 0.6); }
.bg-teal-50\/70{ background-color: rgb(240 253 250 / 0.7); }
.bg-teal-50\/75{ background-color: rgb(240 253 250 / 0.75); }
.bg-teal-50\/80{ background-color: rgb(240 253 250 / 0.8); }
.bg-teal-50\/90{ background-color: rgb(240 253 250 / 0.9); }
.bg-teal-50\/95{ background-color: rgb(240 253 250 / 0.95); }
.bg-teal-500{ --tw-bg-opacity: 1; background-color: rgb(20 184 166 / var(--tw-bg-opacity)); }
.bg-teal-500\/0{ background-color: rgb(20 184 166 / 0); }
.bg-teal-500\/10{ background-color: rgb(20 184 166 / 0.1); }
.bg-teal-500\/100{ background-color: rgb(20 184 166 / 1); }
.bg-teal-500\/20{ background-color: rgb(20 184 166 / 0.2); }
.bg-teal-500\/25{ background-color: rgb(20 184 166 / 0.25); }
.bg-teal-500\/30{ background-color: rgb(20 184 166 / 0.3); }
.bg-teal-500\/40{ background-color: rgb(20 184 166 / 0.4); }
.bg-teal-500\/5{ background-color: rgb(20 184 166 / 0.05); }
.bg-teal-500\/50{ background-color: rgb(20 184 166 / 0.5); }
.bg-teal-500\/60{ background-color: rgb(20 184 166 / 0.6); }
.bg-teal-500\/70{ background-color: rgb(20 184 166 / 0.7); }
.bg-teal-500\/75{ background-color: rgb(20 184 166 / 0.75); }
.bg-teal-500\/80{ background-color: rgb(20 184 166 / 0.8); }
.bg-teal-500\/90{ background-color: rgb(20 184 166 / 0.9); }
.bg-teal-500\/95{ background-color: rgb(20 184 166 / 0.95); }
.bg-teal-600{ --tw-bg-opacity: 1; background-color: rgb(13 148 136 / var(--tw-bg-opacity)); }
.bg-teal-600\/0{ background-color: rgb(13 148 136 / 0); }
.bg-teal-600\/10{ background-color: rgb(13 148 136 / 0.1); }
.bg-teal-600\/100{ background-color: rgb(13 148 136 / 1); }
.bg-teal-600\/20{ background-color: rgb(13 148 136 / 0.2); }
.bg-teal-600\/25{ background-color: rgb(13 148 136 / 0.25); }
.bg-teal-600\/30{ background-color: rgb(13 148 136 / 0.3); }
.bg-teal-600\/40{ background-color: rgb(13 148 136 / 0.4); }
.bg-teal-600\/5{ background-color: rgb(13 148 136 / 0.05); }
.bg-teal-600\/50{ background-color: rgb(13 148 136 / 0.5); }
.bg-teal-600\/60{ background-color: rgb(13 148 136 / 0.6); }
.bg-teal-600\/70{ background-color: rgb(13 148 136 / 0.7); }
.bg-teal-600\/75{ background-color: rgb(13 148 136 / 0.75); }
.bg-teal-600\/80{ background-color: rgb(13 148 136 / 0.8); }
.bg-teal-600\/90{ background-color: rgb(13 148 136 / 0.9); }
.bg-teal-600\/95{ background-color: rgb(13 148 136 / 0.95); }
.bg-teal-700{ --tw-bg-opacity: 1; background-color: rgb(15 118 110 / var(--tw-bg-opacity)); }
.bg-teal-700\/0{ background-color: rgb(15 118 110 / 0); }
.bg-teal-700\/10{ background-color: rgb(15 118 110 / 0.1); }
.bg-teal-700\/100{ background-color: rgb(15 118 110 / 1); }
.bg-teal-700\/20{ background-color: rgb(15 118 110 / 0.2); }
.bg-teal-700\/25{ background-color: rgb(15 118 110 / 0.25); }
.bg-teal-700\/30{ background-color: rgb(15 118 110 / 0.3); }
.bg-teal-700\/40{ background-color: rgb(15 118 110 / 0.4); }
.bg-teal-700\/5{ background-color: rgb(15 118 110 / 0.05); }
.bg-teal-700\/50{ background-color: rgb(15 118 110 / 0.5); }
.bg-teal-700\/60{ background-color: rgb(15 118 110 / 0.6); }
.bg-teal-700\/70{ background-color: rgb(15 118 110 / 0.7); }
.bg-teal-700\/75{ background-color: rgb(15 118 110 / 0.75); }
.bg-teal-700\/80{ background-color: rgb(15 118 110 / 0.8); }
.bg-teal-700\/90{ background-color: rgb(15 118 110 / 0.9); }
.bg-teal-700\/95{ background-color: rgb(15 118 110 / 0.95); }
.bg-teal-800{ --tw-bg-opacity: 1; background-color: rgb(17 94 89 / var(--tw-bg-opacity)); }
.bg-teal-800\/0{ background-color: rgb(17 94 89 / 0); }
.bg-teal-800\/10{ background-color: rgb(17 94 89 / 0.1); }
.bg-teal-800\/100{ background-color: rgb(17 94 89 / 1); }
.bg-teal-800\/20{ background-color: rgb(17 94 89 / 0.2); }
.bg-teal-800\/25{ background-color: rgb(17 94 89 / 0.25); }
.bg-teal-800\/30{ background-color: rgb(17 94 89 / 0.3); }
.bg-teal-800\/40{ background-color: rgb(17 94 89 / 0.4); }
.bg-teal-800\/5{ background-color: rgb(17 94 89 / 0.05); }
.bg-teal-800\/50{ background-color: rgb(17 94 89 / 0.5); }
.bg-teal-800\/60{ background-color: rgb(17 94 89 / 0.6); }
.bg-teal-800\/70{ background-color: rgb(17 94 89 / 0.7); }
.bg-teal-800\/75{ background-color: rgb(17 94 89 / 0.75); }
.bg-teal-800\/80{ background-color: rgb(17 94 89 / 0.8); }
.bg-teal-800\/90{ background-color: rgb(17 94 89 / 0.9); }
.bg-teal-800\/95{ background-color: rgb(17 94 89 / 0.95); }
.bg-teal-900{ --tw-bg-opacity: 1; background-color: rgb(19 78 74 / var(--tw-bg-opacity)); }
.bg-teal-900\/0{ background-color: rgb(19 78 74 / 0); }
.bg-teal-900\/10{ background-color: rgb(19 78 74 / 0.1); }
.bg-teal-900\/100{ background-color: rgb(19 78 74 / 1); }
.bg-teal-900\/20{ background-color: rgb(19 78 74 / 0.2); }
.bg-teal-900\/25{ background-color: rgb(19 78 74 / 0.25); }
.bg-teal-900\/30{ background-color: rgb(19 78 74 / 0.3); }
.bg-teal-900\/40{ background-color: rgb(19 78 74 / 0.4); }
.bg-teal-900\/5{ background-color: rgb(19 78 74 / 0.05); }
.bg-teal-900\/50{ background-color: rgb(19 78 74 / 0.5); }
.bg-teal-900\/60{ background-color: rgb(19 78 74 / 0.6); }
.bg-teal-900\/70{ background-color: rgb(19 78 74 / 0.7); }
.bg-teal-900\/75{ background-color: rgb(19 78 74 / 0.75); }
.bg-teal-900\/80{ background-color: rgb(19 78 74 / 0.8); }
.bg-teal-900\/90{ background-color: rgb(19 78 74 / 0.9); }
.bg-teal-900\/95{ background-color: rgb(19 78 74 / 0.95); }
.bg-teal-950{ --tw-bg-opacity: 1; background-color: rgb(4 47 46 / var(--tw-bg-opacity)); }
.bg-teal-950\/0{ background-color: rgb(4 47 46 / 0); }
.bg-teal-950\/10{ background-color: rgb(4 47 46 / 0.1); }
.bg-teal-950\/100{ background-color: rgb(4 47 46 / 1); }
.bg-teal-950\/20{ background-color: rgb(4 47 46 / 0.2); }
.bg-teal-950\/25{ background-color: rgb(4 47 46 / 0.25); }
.bg-teal-950\/30{ background-color: rgb(4 47 46 / 0.3); }
.bg-teal-950\/40{ background-color: rgb(4 47 46 / 0.4); }
.bg-teal-950\/5{ background-color: rgb(4 47 46 / 0.05); }
.bg-teal-950\/50{ background-color: rgb(4 47 46 / 0.5); }
.bg-teal-950\/60{ background-color: rgb(4 47 46 / 0.6); }
.bg-teal-950\/70{ background-color: rgb(4 47 46 / 0.7); }
.bg-teal-950\/75{ background-color: rgb(4 47 46 / 0.75); }
.bg-teal-950\/80{ background-color: rgb(4 47 46 / 0.8); }
.bg-teal-950\/90{ background-color: rgb(4 47 46 / 0.9); }
.bg-teal-950\/95{ background-color: rgb(4 47 46 / 0.95); }
.bg-transparent{ background-color: transparent; }
.bg-transparent\/0{ background-color: rgb(0 0 0 / 0); }
.bg-transparent\/10{ background-color: rgb(0 0 0 / 0.1); }
.bg-transparent\/100{ background-color: rgb(0 0 0 / 1); }
.bg-transparent\/20{ background-color: rgb(0 0 0 / 0.2); }
.bg-transparent\/25{ background-color: rgb(0 0 0 / 0.25); }
.bg-transparent\/30{ background-color: rgb(0 0 0 / 0.3); }
.bg-transparent\/40{ background-color: rgb(0 0 0 / 0.4); }
.bg-transparent\/5{ background-color: rgb(0 0 0 / 0.05); }
.bg-transparent\/50{ background-color: rgb(0 0 0 / 0.5); }
.bg-transparent\/60{ background-color: rgb(0 0 0 / 0.6); }
.bg-transparent\/70{ background-color: rgb(0 0 0 / 0.7); }
.bg-transparent\/75{ background-color: rgb(0 0 0 / 0.75); }
.bg-transparent\/80{ background-color: rgb(0 0 0 / 0.8); }
.bg-transparent\/90{ background-color: rgb(0 0 0 / 0.9); }
.bg-transparent\/95{ background-color: rgb(0 0 0 / 0.95); }
.bg-violet-100{ --tw-bg-opacity: 1; background-color: rgb(237 233 254 / var(--tw-bg-opacity)); }
.bg-violet-100\/0{ background-color: rgb(237 233 254 / 0); }
.bg-violet-100\/10{ background-color: rgb(237 233 254 / 0.1); }
.bg-violet-100\/100{ background-color: rgb(237 233 254 / 1); }
.bg-violet-100\/20{ background-color: rgb(237 233 254 / 0.2); }
.bg-violet-100\/25{ background-color: rgb(237 233 254 / 0.25); }
.bg-violet-100\/30{ background-color: rgb(237 233 254 / 0.3); }
.bg-violet-100\/40{ background-color: rgb(237 233 254 / 0.4); }
.bg-violet-100\/5{ background-color: rgb(237 233 254 / 0.05); }
.bg-violet-100\/50{ background-color: rgb(237 233 254 / 0.5); }
.bg-violet-100\/60{ background-color: rgb(237 233 254 / 0.6); }
.bg-violet-100\/70{ background-color: rgb(237 233 254 / 0.7); }
.bg-violet-100\/75{ background-color: rgb(237 233 254 / 0.75); }
.bg-violet-100\/80{ background-color: rgb(237 233 254 / 0.8); }
.bg-violet-100\/90{ background-color: rgb(237 233 254 / 0.9); }
.bg-violet-100\/95{ background-color: rgb(237 233 254 / 0.95); }
.bg-violet-200{ --tw-bg-opacity: 1; background-color: rgb(221 214 254 / var(--tw-bg-opacity)); }
.bg-violet-200\/0{ background-color: rgb(221 214 254 / 0); }
.bg-violet-200\/10{ background-color: rgb(221 214 254 / 0.1); }
.bg-violet-200\/100{ background-color: rgb(221 214 254 / 1); }
.bg-violet-200\/20{ background-color: rgb(221 214 254 / 0.2); }
.bg-violet-200\/25{ background-color: rgb(221 214 254 / 0.25); }
.bg-violet-200\/30{ background-color: rgb(221 214 254 / 0.3); }
.bg-violet-200\/40{ background-color: rgb(221 214 254 / 0.4); }
.bg-violet-200\/5{ background-color: rgb(221 214 254 / 0.05); }
.bg-violet-200\/50{ background-color: rgb(221 214 254 / 0.5); }
.bg-violet-200\/60{ background-color: rgb(221 214 254 / 0.6); }
.bg-violet-200\/70{ background-color: rgb(221 214 254 / 0.7); }
.bg-violet-200\/75{ background-color: rgb(221 214 254 / 0.75); }
.bg-violet-200\/80{ background-color: rgb(221 214 254 / 0.8); }
.bg-violet-200\/90{ background-color: rgb(221 214 254 / 0.9); }
.bg-violet-200\/95{ background-color: rgb(221 214 254 / 0.95); }
.bg-violet-300{ --tw-bg-opacity: 1; background-color: rgb(196 181 253 / var(--tw-bg-opacity)); }
.bg-violet-300\/0{ background-color: rgb(196 181 253 / 0); }
.bg-violet-300\/10{ background-color: rgb(196 181 253 / 0.1); }
.bg-violet-300\/100{ background-color: rgb(196 181 253 / 1); }
.bg-violet-300\/20{ background-color: rgb(196 181 253 / 0.2); }
.bg-violet-300\/25{ background-color: rgb(196 181 253 / 0.25); }
.bg-violet-300\/30{ background-color: rgb(196 181 253 / 0.3); }
.bg-violet-300\/40{ background-color: rgb(196 181 253 / 0.4); }
.bg-violet-300\/5{ background-color: rgb(196 181 253 / 0.05); }
.bg-violet-300\/50{ background-color: rgb(196 181 253 / 0.5); }
.bg-violet-300\/60{ background-color: rgb(196 181 253 / 0.6); }
.bg-violet-300\/70{ background-color: rgb(196 181 253 / 0.7); }
.bg-violet-300\/75{ background-color: rgb(196 181 253 / 0.75); }
.bg-violet-300\/80{ background-color: rgb(196 181 253 / 0.8); }
.bg-violet-300\/90{ background-color: rgb(196 181 253 / 0.9); }
.bg-violet-300\/95{ background-color: rgb(196 181 253 / 0.95); }
.bg-violet-400{ --tw-bg-opacity: 1; background-color: rgb(167 139 250 / var(--tw-bg-opacity)); }
.bg-violet-400\/0{ background-color: rgb(167 139 250 / 0); }
.bg-violet-400\/10{ background-color: rgb(167 139 250 / 0.1); }
.bg-violet-400\/100{ background-color: rgb(167 139 250 / 1); }
.bg-violet-400\/20{ background-color: rgb(167 139 250 / 0.2); }
.bg-violet-400\/25{ background-color: rgb(167 139 250 / 0.25); }
.bg-violet-400\/30{ background-color: rgb(167 139 250 / 0.3); }
.bg-violet-400\/40{ background-color: rgb(167 139 250 / 0.4); }
.bg-violet-400\/5{ background-color: rgb(167 139 250 / 0.05); }
.bg-violet-400\/50{ background-color: rgb(167 139 250 / 0.5); }
.bg-violet-400\/60{ background-color: rgb(167 139 250 / 0.6); }
.bg-violet-400\/70{ background-color: rgb(167 139 250 / 0.7); }
.bg-violet-400\/75{ background-color: rgb(167 139 250 / 0.75); }
.bg-violet-400\/80{ background-color: rgb(167 139 250 / 0.8); }
.bg-violet-400\/90{ background-color: rgb(167 139 250 / 0.9); }
.bg-violet-400\/95{ background-color: rgb(167 139 250 / 0.95); }
.bg-violet-50{ --tw-bg-opacity: 1; background-color: rgb(245 243 255 / var(--tw-bg-opacity)); }
.bg-violet-50\/0{ background-color: rgb(245 243 255 / 0); }
.bg-violet-50\/10{ background-color: rgb(245 243 255 / 0.1); }
.bg-violet-50\/100{ background-color: rgb(245 243 255 / 1); }
.bg-violet-50\/20{ background-color: rgb(245 243 255 / 0.2); }
.bg-violet-50\/25{ background-color: rgb(245 243 255 / 0.25); }
.bg-violet-50\/30{ background-color: rgb(245 243 255 / 0.3); }
.bg-violet-50\/40{ background-color: rgb(245 243 255 / 0.4); }
.bg-violet-50\/5{ background-color: rgb(245 243 255 / 0.05); }
.bg-violet-50\/50{ background-color: rgb(245 243 255 / 0.5); }
.bg-violet-50\/60{ background-color: rgb(245 243 255 / 0.6); }
.bg-violet-50\/70{ background-color: rgb(245 243 255 / 0.7); }
.bg-violet-50\/75{ background-color: rgb(245 243 255 / 0.75); }
.bg-violet-50\/80{ background-color: rgb(245 243 255 / 0.8); }
.bg-violet-50\/90{ background-color: rgb(245 243 255 / 0.9); }
.bg-violet-50\/95{ background-color: rgb(245 243 255 / 0.95); }
.bg-violet-500{ --tw-bg-opacity: 1; background-color: rgb(139 92 246 / var(--tw-bg-opacity)); }
.bg-violet-500\/0{ background-color: rgb(139 92 246 / 0); }
.bg-violet-500\/10{ background-color: rgb(139 92 246 / 0.1); }
.bg-violet-500\/100{ background-color: rgb(139 92 246 / 1); }
.bg-violet-500\/20{ background-color: rgb(139 92 246 / 0.2); }
.bg-violet-500\/25{ background-color: rgb(139 92 246 / 0.25); }
.bg-violet-500\/30{ background-color: rgb(139 92 246 / 0.3); }
.bg-violet-500\/40{ background-color: rgb(139 92 246 / 0.4); }
.bg-violet-500\/5{ background-color: rgb(139 92 246 / 0.05); }
.bg-violet-500\/50{ background-color: rgb(139 92 246 / 0.5); }
.bg-violet-500\/60{ background-color: rgb(139 92 246 / 0.6); }
.bg-violet-500\/70{ background-color: rgb(139 92 246 / 0.7); }
.bg-violet-500\/75{ background-color: rgb(139 92 246 / 0.75); }
.bg-violet-500\/80{ background-color: rgb(139 92 246 / 0.8); }
.bg-violet-500\/90{ background-color: rgb(139 92 246 / 0.9); }
.bg-violet-500\/95{ background-color: rgb(139 92 246 / 0.95); }
.bg-violet-600{ --tw-bg-opacity: 1; background-color: rgb(124 58 237 / var(--tw-bg-opacity)); }
.bg-violet-600\/0{ background-color: rgb(124 58 237 / 0); }
.bg-violet-600\/10{ background-color: rgb(124 58 237 / 0.1); }
.bg-violet-600\/100{ background-color: rgb(124 58 237 / 1); }
.bg-violet-600\/20{ background-color: rgb(124 58 237 / 0.2); }
.bg-violet-600\/25{ background-color: rgb(124 58 237 / 0.25); }
.bg-violet-600\/30{ background-color: rgb(124 58 237 / 0.3); }
.bg-violet-600\/40{ background-color: rgb(124 58 237 / 0.4); }
.bg-violet-600\/5{ background-color: rgb(124 58 237 / 0.05); }
.bg-violet-600\/50{ background-color: rgb(124 58 237 / 0.5); }
.bg-violet-600\/60{ background-color: rgb(124 58 237 / 0.6); }
.bg-violet-600\/70{ background-color: rgb(124 58 237 / 0.7); }
.bg-violet-600\/75{ background-color: rgb(124 58 237 / 0.75); }
.bg-violet-600\/80{ background-color: rgb(124 58 237 / 0.8); }
.bg-violet-600\/90{ background-color: rgb(124 58 237 / 0.9); }
.bg-violet-600\/95{ background-color: rgb(124 58 237 / 0.95); }
.bg-violet-700{ --tw-bg-opacity: 1; background-color: rgb(109 40 217 / var(--tw-bg-opacity)); }
.bg-violet-700\/0{ background-color: rgb(109 40 217 / 0); }
.bg-violet-700\/10{ background-color: rgb(109 40 217 / 0.1); }
.bg-violet-700\/100{ background-color: rgb(109 40 217 / 1); }
.bg-violet-700\/20{ background-color: rgb(109 40 217 / 0.2); }
.bg-violet-700\/25{ background-color: rgb(109 40 217 / 0.25); }
.bg-violet-700\/30{ background-color: rgb(109 40 217 / 0.3); }
.bg-violet-700\/40{ background-color: rgb(109 40 217 / 0.4); }
.bg-violet-700\/5{ background-color: rgb(109 40 217 / 0.05); }
.bg-violet-700\/50{ background-color: rgb(109 40 217 / 0.5); }
.bg-violet-700\/60{ background-color: rgb(109 40 217 / 0.6); }
.bg-violet-700\/70{ background-color: rgb(109 40 217 / 0.7); }
.bg-violet-700\/75{ background-color: rgb(109 40 217 / 0.75); }
.bg-violet-700\/80{ background-color: rgb(109 40 217 / 0.8); }
.bg-violet-700\/90{ background-color: rgb(109 40 217 / 0.9); }
.bg-violet-700\/95{ background-color: rgb(109 40 217 / 0.95); }
.bg-violet-800{ --tw-bg-opacity: 1; background-color: rgb(91 33 182 / var(--tw-bg-opacity)); }
.bg-violet-800\/0{ background-color: rgb(91 33 182 / 0); }
.bg-violet-800\/10{ background-color: rgb(91 33 182 / 0.1); }
.bg-violet-800\/100{ background-color: rgb(91 33 182 / 1); }
.bg-violet-800\/20{ background-color: rgb(91 33 182 / 0.2); }
.bg-violet-800\/25{ background-color: rgb(91 33 182 / 0.25); }
.bg-violet-800\/30{ background-color: rgb(91 33 182 / 0.3); }
.bg-violet-800\/40{ background-color: rgb(91 33 182 / 0.4); }
.bg-violet-800\/5{ background-color: rgb(91 33 182 / 0.05); }
.bg-violet-800\/50{ background-color: rgb(91 33 182 / 0.5); }
.bg-violet-800\/60{ background-color: rgb(91 33 182 / 0.6); }
.bg-violet-800\/70{ background-color: rgb(91 33 182 / 0.7); }
.bg-violet-800\/75{ background-color: rgb(91 33 182 / 0.75); }
.bg-violet-800\/80{ background-color: rgb(91 33 182 / 0.8); }
.bg-violet-800\/90{ background-color: rgb(91 33 182 / 0.9); }
.bg-violet-800\/95{ background-color: rgb(91 33 182 / 0.95); }
.bg-violet-900{ --tw-bg-opacity: 1; background-color: rgb(76 29 149 / var(--tw-bg-opacity)); }
.bg-violet-900\/0{ background-color: rgb(76 29 149 / 0); }
.bg-violet-900\/10{ background-color: rgb(76 29 149 / 0.1); }
.bg-violet-900\/100{ background-color: rgb(76 29 149 / 1); }
.bg-violet-900\/20{ background-color: rgb(76 29 149 / 0.2); }
.bg-violet-900\/25{ background-color: rgb(76 29 149 / 0.25); }
.bg-violet-900\/30{ background-color: rgb(76 29 149 / 0.3); }
.bg-violet-900\/40{ background-color: rgb(76 29 149 / 0.4); }
.bg-violet-900\/5{ background-color: rgb(76 29 149 / 0.05); }
.bg-violet-900\/50{ background-color: rgb(76 29 149 / 0.5); }
.bg-violet-900\/60{ background-color: rgb(76 29 149 / 0.6); }
.bg-violet-900\/70{ background-color: rgb(76 29 149 / 0.7); }
.bg-violet-900\/75{ background-color: rgb(76 29 149 / 0.75); }
.bg-violet-900\/80{ background-color: rgb(76 29 149 / 0.8); }
.bg-violet-900\/90{ background-color: rgb(76 29 149 / 0.9); }
.bg-violet-900\/95{ background-color: rgb(76 29 149 / 0.95); }
.bg-violet-950{ --tw-bg-opacity: 1; background-color: rgb(46 16 101 / var(--tw-bg-opacity)); }
.bg-violet-950\/0{ background-color: rgb(46 16 101 / 0); }
.bg-violet-950\/10{ background-color: rgb(46 16 101 / 0.1); }
.bg-violet-950\/100{ background-color: rgb(46 16 101 / 1); }
.bg-violet-950\/20{ background-color: rgb(46 16 101 / 0.2); }
.bg-violet-950\/25{ background-color: rgb(46 16 101 / 0.25); }
.bg-violet-950\/30{ background-color: rgb(46 16 101 / 0.3); }
.bg-violet-950\/40{ background-color: rgb(46 16 101 / 0.4); }
.bg-violet-950\/5{ background-color: rgb(46 16 101 / 0.05); }
.bg-violet-950\/50{ background-color: rgb(46 16 101 / 0.5); }
.bg-violet-950\/60{ background-color: rgb(46 16 101 / 0.6); }
.bg-violet-950\/70{ background-color: rgb(46 16 101 / 0.7); }
.bg-violet-950\/75{ background-color: rgb(46 16 101 / 0.75); }
.bg-violet-950\/80{ background-color: rgb(46 16 101 / 0.8); }
.bg-violet-950\/90{ background-color: rgb(46 16 101 / 0.9); }
.bg-violet-950\/95{ background-color: rgb(46 16 101 / 0.95); }
.bg-white{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-white\/0{ background-color: rgb(255 255 255 / 0); }
.bg-white\/10{ background-color: rgb(255 255 255 / 0.1); }
.bg-white\/100{ background-color: rgb(255 255 255 / 1); }
.bg-white\/20{ background-color: rgb(255 255 255 / 0.2); }
.bg-white\/25{ background-color: rgb(255 255 255 / 0.25); }
.bg-white\/30{ background-color: rgb(255 255 255 / 0.3); }
.bg-white\/40{ background-color: rgb(255 255 255 / 0.4); }
.bg-white\/5{ background-color: rgb(255 255 255 / 0.05); }
.bg-white\/50{ background-color: rgb(255 255 255 / 0.5); }
.bg-white\/60{ background-color: rgb(255 255 255 / 0.6); }
.bg-white\/70{ background-color: rgb(255 255 255 / 0.7); }
.bg-white\/75{ background-color: rgb(255 255 255 / 0.75); }
.bg-white\/80{ background-color: rgb(255 255 255 / 0.8); }
.bg-white\/90{ background-color: rgb(255 255 255 / 0.9); }
.bg-white\/95{ background-color: rgb(255 255 255 / 0.95); }
.bg-yellow-100{ --tw-bg-opacity: 1; background-color: rgb(254 249 195 / var(--tw-bg-opacity)); }
.bg-yellow-100\/0{ background-color: rgb(254 249 195 / 0); }
.bg-yellow-100\/10{ background-color: rgb(254 249 195 / 0.1); }
.bg-yellow-100\/100{ background-color: rgb(254 249 195 / 1); }
.bg-yellow-100\/20{ background-color: rgb(254 249 195 / 0.2); }
.bg-yellow-100\/25{ background-color: rgb(254 249 195 / 0.25); }
.bg-yellow-100\/30{ background-color: rgb(254 249 195 / 0.3); }
.bg-yellow-100\/40{ background-color: rgb(254 249 195 / 0.4); }
.bg-yellow-100\/5{ background-color: rgb(254 249 195 / 0.05); }
.bg-yellow-100\/50{ background-color: rgb(254 249 195 / 0.5); }
.bg-yellow-100\/60{ background-color: rgb(254 249 195 / 0.6); }
.bg-yellow-100\/70{ background-color: rgb(254 249 195 / 0.7); }
.bg-yellow-100\/75{ background-color: rgb(254 249 195 / 0.75); }
.bg-yellow-100\/80{ background-color: rgb(254 249 195 / 0.8); }
.bg-yellow-100\/90{ background-color: rgb(254 249 195 / 0.9); }
.bg-yellow-100\/95{ background-color: rgb(254 249 195 / 0.95); }
.bg-yellow-200{ --tw-bg-opacity: 1; background-color: rgb(254 240 138 / var(--tw-bg-opacity)); }
.bg-yellow-200\/0{ background-color: rgb(254 240 138 / 0); }
.bg-yellow-200\/10{ background-color: rgb(254 240 138 / 0.1); }
.bg-yellow-200\/100{ background-color: rgb(254 240 138 / 1); }
.bg-yellow-200\/20{ background-color: rgb(254 240 138 / 0.2); }
.bg-yellow-200\/25{ background-color: rgb(254 240 138 / 0.25); }
.bg-yellow-200\/30{ background-color: rgb(254 240 138 / 0.3); }
.bg-yellow-200\/40{ background-color: rgb(254 240 138 / 0.4); }
.bg-yellow-200\/5{ background-color: rgb(254 240 138 / 0.05); }
.bg-yellow-200\/50{ background-color: rgb(254 240 138 / 0.5); }
.bg-yellow-200\/60{ background-color: rgb(254 240 138 / 0.6); }
.bg-yellow-200\/70{ background-color: rgb(254 240 138 / 0.7); }
.bg-yellow-200\/75{ background-color: rgb(254 240 138 / 0.75); }
.bg-yellow-200\/80{ background-color: rgb(254 240 138 / 0.8); }
.bg-yellow-200\/90{ background-color: rgb(254 240 138 / 0.9); }
.bg-yellow-200\/95{ background-color: rgb(254 240 138 / 0.95); }
.bg-yellow-300{ --tw-bg-opacity: 1; background-color: rgb(253 224 71 / var(--tw-bg-opacity)); }
.bg-yellow-300\/0{ background-color: rgb(253 224 71 / 0); }
.bg-yellow-300\/10{ background-color: rgb(253 224 71 / 0.1); }
.bg-yellow-300\/100{ background-color: rgb(253 224 71 / 1); }
.bg-yellow-300\/20{ background-color: rgb(253 224 71 / 0.2); }
.bg-yellow-300\/25{ background-color: rgb(253 224 71 / 0.25); }
.bg-yellow-300\/30{ background-color: rgb(253 224 71 / 0.3); }
.bg-yellow-300\/40{ background-color: rgb(253 224 71 / 0.4); }
.bg-yellow-300\/5{ background-color: rgb(253 224 71 / 0.05); }
.bg-yellow-300\/50{ background-color: rgb(253 224 71 / 0.5); }
.bg-yellow-300\/60{ background-color: rgb(253 224 71 / 0.6); }
.bg-yellow-300\/70{ background-color: rgb(253 224 71 / 0.7); }
.bg-yellow-300\/75{ background-color: rgb(253 224 71 / 0.75); }
.bg-yellow-300\/80{ background-color: rgb(253 224 71 / 0.8); }
.bg-yellow-300\/90{ background-color: rgb(253 224 71 / 0.9); }
.bg-yellow-300\/95{ background-color: rgb(253 224 71 / 0.95); }
.bg-yellow-400{ --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); }
.bg-yellow-400\/0{ background-color: rgb(250 204 21 / 0); }
.bg-yellow-400\/10{ background-color: rgb(250 204 21 / 0.1); }
.bg-yellow-400\/100{ background-color: rgb(250 204 21 / 1); }
.bg-yellow-400\/20{ background-color: rgb(250 204 21 / 0.2); }
.bg-yellow-400\/25{ background-color: rgb(250 204 21 / 0.25); }
.bg-yellow-400\/30{ background-color: rgb(250 204 21 / 0.3); }
.bg-yellow-400\/40{ background-color: rgb(250 204 21 / 0.4); }
.bg-yellow-400\/5{ background-color: rgb(250 204 21 / 0.05); }
.bg-yellow-400\/50{ background-color: rgb(250 204 21 / 0.5); }
.bg-yellow-400\/60{ background-color: rgb(250 204 21 / 0.6); }
.bg-yellow-400\/70{ background-color: rgb(250 204 21 / 0.7); }
.bg-yellow-400\/75{ background-color: rgb(250 204 21 / 0.75); }
.bg-yellow-400\/80{ background-color: rgb(250 204 21 / 0.8); }
.bg-yellow-400\/90{ background-color: rgb(250 204 21 / 0.9); }
.bg-yellow-400\/95{ background-color: rgb(250 204 21 / 0.95); }
.bg-yellow-50{ --tw-bg-opacity: 1; background-color: rgb(254 252 232 / var(--tw-bg-opacity)); }
.bg-yellow-50\/0{ background-color: rgb(254 252 232 / 0); }
.bg-yellow-50\/10{ background-color: rgb(254 252 232 / 0.1); }
.bg-yellow-50\/100{ background-color: rgb(254 252 232 / 1); }
.bg-yellow-50\/20{ background-color: rgb(254 252 232 / 0.2); }
.bg-yellow-50\/25{ background-color: rgb(254 252 232 / 0.25); }
.bg-yellow-50\/30{ background-color: rgb(254 252 232 / 0.3); }
.bg-yellow-50\/40{ background-color: rgb(254 252 232 / 0.4); }
.bg-yellow-50\/5{ background-color: rgb(254 252 232 / 0.05); }
.bg-yellow-50\/50{ background-color: rgb(254 252 232 / 0.5); }
.bg-yellow-50\/60{ background-color: rgb(254 252 232 / 0.6); }
.bg-yellow-50\/70{ background-color: rgb(254 252 232 / 0.7); }
.bg-yellow-50\/75{ background-color: rgb(254 252 232 / 0.75); }
.bg-yellow-50\/80{ background-color: rgb(254 252 232 / 0.8); }
.bg-yellow-50\/90{ background-color: rgb(254 252 232 / 0.9); }
.bg-yellow-50\/95{ background-color: rgb(254 252 232 / 0.95); }
.bg-yellow-500{ --tw-bg-opacity: 1; background-color: rgb(234 179 8 / var(--tw-bg-opacity)); }
.bg-yellow-500\/0{ background-color: rgb(234 179 8 / 0); }
.bg-yellow-500\/10{ background-color: rgb(234 179 8 / 0.1); }
.bg-yellow-500\/100{ background-color: rgb(234 179 8 / 1); }
.bg-yellow-500\/20{ background-color: rgb(234 179 8 / 0.2); }
.bg-yellow-500\/25{ background-color: rgb(234 179 8 / 0.25); }
.bg-yellow-500\/30{ background-color: rgb(234 179 8 / 0.3); }
.bg-yellow-500\/40{ background-color: rgb(234 179 8 / 0.4); }
.bg-yellow-500\/5{ background-color: rgb(234 179 8 / 0.05); }
.bg-yellow-500\/50{ background-color: rgb(234 179 8 / 0.5); }
.bg-yellow-500\/60{ background-color: rgb(234 179 8 / 0.6); }
.bg-yellow-500\/70{ background-color: rgb(234 179 8 / 0.7); }
.bg-yellow-500\/75{ background-color: rgb(234 179 8 / 0.75); }
.bg-yellow-500\/80{ background-color: rgb(234 179 8 / 0.8); }
.bg-yellow-500\/90{ background-color: rgb(234 179 8 / 0.9); }
.bg-yellow-500\/95{ background-color: rgb(234 179 8 / 0.95); }
.bg-yellow-600{ --tw-bg-opacity: 1; background-color: rgb(202 138 4 / var(--tw-bg-opacity)); }
.bg-yellow-600\/0{ background-color: rgb(202 138 4 / 0); }
.bg-yellow-600\/10{ background-color: rgb(202 138 4 / 0.1); }
.bg-yellow-600\/100{ background-color: rgb(202 138 4 / 1); }
.bg-yellow-600\/20{ background-color: rgb(202 138 4 / 0.2); }
.bg-yellow-600\/25{ background-color: rgb(202 138 4 / 0.25); }
.bg-yellow-600\/30{ background-color: rgb(202 138 4 / 0.3); }
.bg-yellow-600\/40{ background-color: rgb(202 138 4 / 0.4); }
.bg-yellow-600\/5{ background-color: rgb(202 138 4 / 0.05); }
.bg-yellow-600\/50{ background-color: rgb(202 138 4 / 0.5); }
.bg-yellow-600\/60{ background-color: rgb(202 138 4 / 0.6); }
.bg-yellow-600\/70{ background-color: rgb(202 138 4 / 0.7); }
.bg-yellow-600\/75{ background-color: rgb(202 138 4 / 0.75); }
.bg-yellow-600\/80{ background-color: rgb(202 138 4 / 0.8); }
.bg-yellow-600\/90{ background-color: rgb(202 138 4 / 0.9); }
.bg-yellow-600\/95{ background-color: rgb(202 138 4 / 0.95); }
.bg-yellow-700{ --tw-bg-opacity: 1; background-color: rgb(161 98 7 / var(--tw-bg-opacity)); }
.bg-yellow-700\/0{ background-color: rgb(161 98 7 / 0); }
.bg-yellow-700\/10{ background-color: rgb(161 98 7 / 0.1); }
.bg-yellow-700\/100{ background-color: rgb(161 98 7 / 1); }
.bg-yellow-700\/20{ background-color: rgb(161 98 7 / 0.2); }
.bg-yellow-700\/25{ background-color: rgb(161 98 7 / 0.25); }
.bg-yellow-700\/30{ background-color: rgb(161 98 7 / 0.3); }
.bg-yellow-700\/40{ background-color: rgb(161 98 7 / 0.4); }
.bg-yellow-700\/5{ background-color: rgb(161 98 7 / 0.05); }
.bg-yellow-700\/50{ background-color: rgb(161 98 7 / 0.5); }
.bg-yellow-700\/60{ background-color: rgb(161 98 7 / 0.6); }
.bg-yellow-700\/70{ background-color: rgb(161 98 7 / 0.7); }
.bg-yellow-700\/75{ background-color: rgb(161 98 7 / 0.75); }
.bg-yellow-700\/80{ background-color: rgb(161 98 7 / 0.8); }
.bg-yellow-700\/90{ background-color: rgb(161 98 7 / 0.9); }
.bg-yellow-700\/95{ background-color: rgb(161 98 7 / 0.95); }
.bg-yellow-800{ --tw-bg-opacity: 1; background-color: rgb(133 77 14 / var(--tw-bg-opacity)); }
.bg-yellow-800\/0{ background-color: rgb(133 77 14 / 0); }
.bg-yellow-800\/10{ background-color: rgb(133 77 14 / 0.1); }
.bg-yellow-800\/100{ background-color: rgb(133 77 14 / 1); }
.bg-yellow-800\/20{ background-color: rgb(133 77 14 / 0.2); }
.bg-yellow-800\/25{ background-color: rgb(133 77 14 / 0.25); }
.bg-yellow-800\/30{ background-color: rgb(133 77 14 / 0.3); }
.bg-yellow-800\/40{ background-color: rgb(133 77 14 / 0.4); }
.bg-yellow-800\/5{ background-color: rgb(133 77 14 / 0.05); }
.bg-yellow-800\/50{ background-color: rgb(133 77 14 / 0.5); }
.bg-yellow-800\/60{ background-color: rgb(133 77 14 / 0.6); }
.bg-yellow-800\/70{ background-color: rgb(133 77 14 / 0.7); }
.bg-yellow-800\/75{ background-color: rgb(133 77 14 / 0.75); }
.bg-yellow-800\/80{ background-color: rgb(133 77 14 / 0.8); }
.bg-yellow-800\/90{ background-color: rgb(133 77 14 / 0.9); }
.bg-yellow-800\/95{ background-color: rgb(133 77 14 / 0.95); }
.bg-yellow-900{ --tw-bg-opacity: 1; background-color: rgb(113 63 18 / var(--tw-bg-opacity)); }
.bg-yellow-900\/0{ background-color: rgb(113 63 18 / 0); }
.bg-yellow-900\/10{ background-color: rgb(113 63 18 / 0.1); }
.bg-yellow-900\/100{ background-color: rgb(113 63 18 / 1); }
.bg-yellow-900\/20{ background-color: rgb(113 63 18 / 0.2); }
.bg-yellow-900\/25{ background-color: rgb(113 63 18 / 0.25); }
.bg-yellow-900\/30{ background-color: rgb(113 63 18 / 0.3); }
.bg-yellow-900\/40{ background-color: rgb(113 63 18 / 0.4); }
.bg-yellow-900\/5{ background-color: rgb(113 63 18 / 0.05); }
.bg-yellow-900\/50{ background-color: rgb(113 63 18 / 0.5); }
.bg-yellow-900\/60{ background-color: rgb(113 63 18 / 0.6); }
.bg-yellow-900\/70{ background-color: rgb(113 63 18 / 0.7); }
.bg-yellow-900\/75{ background-color: rgb(113 63 18 / 0.75); }
.bg-yellow-900\/80{ background-color: rgb(113 63 18 / 0.8); }
.bg-yellow-900\/90{ background-color: rgb(113 63 18 / 0.9); }
.bg-yellow-900\/95{ background-color: rgb(113 63 18 / 0.95); }
.bg-yellow-950{ --tw-bg-opacity: 1; background-color: rgb(66 32 6 / var(--tw-bg-opacity)); }
.bg-yellow-950\/0{ background-color: rgb(66 32 6 / 0); }
.bg-yellow-950\/10{ background-color: rgb(66 32 6 / 0.1); }
.bg-yellow-950\/100{ background-color: rgb(66 32 6 / 1); }
.bg-yellow-950\/20{ background-color: rgb(66 32 6 / 0.2); }
.bg-yellow-950\/25{ background-color: rgb(66 32 6 / 0.25); }
.bg-yellow-950\/30{ background-color: rgb(66 32 6 / 0.3); }
.bg-yellow-950\/40{ background-color: rgb(66 32 6 / 0.4); }
.bg-yellow-950\/5{ background-color: rgb(66 32 6 / 0.05); }
.bg-yellow-950\/50{ background-color: rgb(66 32 6 / 0.5); }
.bg-yellow-950\/60{ background-color: rgb(66 32 6 / 0.6); }
.bg-yellow-950\/70{ background-color: rgb(66 32 6 / 0.7); }
.bg-yellow-950\/75{ background-color: rgb(66 32 6 / 0.75); }
.bg-yellow-950\/80{ background-color: rgb(66 32 6 / 0.8); }
.bg-yellow-950\/90{ background-color: rgb(66 32 6 / 0.9); }
.bg-yellow-950\/95{ background-color: rgb(66 32 6 / 0.95); }
.bg-zinc-100{ --tw-bg-opacity: 1; background-color: rgb(244 244 245 / var(--tw-bg-opacity)); }
.bg-zinc-100\/0{ background-color: rgb(244 244 245 / 0); }
.bg-zinc-100\/10{ background-color: rgb(244 244 245 / 0.1); }
.bg-zinc-100\/100{ background-color: rgb(244 244 245 / 1); }
.bg-zinc-100\/20{ background-color: rgb(244 244 245 / 0.2); }
.bg-zinc-100\/25{ background-color: rgb(244 244 245 / 0.25); }
.bg-zinc-100\/30{ background-color: rgb(244 244 245 / 0.3); }
.bg-zinc-100\/40{ background-color: rgb(244 244 245 / 0.4); }
.bg-zinc-100\/5{ background-color: rgb(244 244 245 / 0.05); }
.bg-zinc-100\/50{ background-color: rgb(244 244 245 / 0.5); }
.bg-zinc-100\/60{ background-color: rgb(244 244 245 / 0.6); }
.bg-zinc-100\/70{ background-color: rgb(244 244 245 / 0.7); }
.bg-zinc-100\/75{ background-color: rgb(244 244 245 / 0.75); }
.bg-zinc-100\/80{ background-color: rgb(244 244 245 / 0.8); }
.bg-zinc-100\/90{ background-color: rgb(244 244 245 / 0.9); }
.bg-zinc-100\/95{ background-color: rgb(244 244 245 / 0.95); }
.bg-zinc-200{ --tw-bg-opacity: 1; background-color: rgb(228 228 231 / var(--tw-bg-opacity)); }
.bg-zinc-200\/0{ background-color: rgb(228 228 231 / 0); }
.bg-zinc-200\/10{ background-color: rgb(228 228 231 / 0.1); }
.bg-zinc-200\/100{ background-color: rgb(228 228 231 / 1); }
.bg-zinc-200\/20{ background-color: rgb(228 228 231 / 0.2); }
.bg-zinc-200\/25{ background-color: rgb(228 228 231 / 0.25); }
.bg-zinc-200\/30{ background-color: rgb(228 228 231 / 0.3); }
.bg-zinc-200\/40{ background-color: rgb(228 228 231 / 0.4); }
.bg-zinc-200\/5{ background-color: rgb(228 228 231 / 0.05); }
.bg-zinc-200\/50{ background-color: rgb(228 228 231 / 0.5); }
.bg-zinc-200\/60{ background-color: rgb(228 228 231 / 0.6); }
.bg-zinc-200\/70{ background-color: rgb(228 228 231 / 0.7); }
.bg-zinc-200\/75{ background-color: rgb(228 228 231 / 0.75); }
.bg-zinc-200\/80{ background-color: rgb(228 228 231 / 0.8); }
.bg-zinc-200\/90{ background-color: rgb(228 228 231 / 0.9); }
.bg-zinc-200\/95{ background-color: rgb(228 228 231 / 0.95); }
.bg-zinc-300{ --tw-bg-opacity: 1; background-color: rgb(212 212 216 / var(--tw-bg-opacity)); }
.bg-zinc-300\/0{ background-color: rgb(212 212 216 / 0); }
.bg-zinc-300\/10{ background-color: rgb(212 212 216 / 0.1); }
.bg-zinc-300\/100{ background-color: rgb(212 212 216 / 1); }
.bg-zinc-300\/20{ background-color: rgb(212 212 216 / 0.2); }
.bg-zinc-300\/25{ background-color: rgb(212 212 216 / 0.25); }
.bg-zinc-300\/30{ background-color: rgb(212 212 216 / 0.3); }
.bg-zinc-300\/40{ background-color: rgb(212 212 216 / 0.4); }
.bg-zinc-300\/5{ background-color: rgb(212 212 216 / 0.05); }
.bg-zinc-300\/50{ background-color: rgb(212 212 216 / 0.5); }
.bg-zinc-300\/60{ background-color: rgb(212 212 216 / 0.6); }
.bg-zinc-300\/70{ background-color: rgb(212 212 216 / 0.7); }
.bg-zinc-300\/75{ background-color: rgb(212 212 216 / 0.75); }
.bg-zinc-300\/80{ background-color: rgb(212 212 216 / 0.8); }
.bg-zinc-300\/90{ background-color: rgb(212 212 216 / 0.9); }
.bg-zinc-300\/95{ background-color: rgb(212 212 216 / 0.95); }
.bg-zinc-400{ --tw-bg-opacity: 1; background-color: rgb(161 161 170 / var(--tw-bg-opacity)); }
.bg-zinc-400\/0{ background-color: rgb(161 161 170 / 0); }
.bg-zinc-400\/10{ background-color: rgb(161 161 170 / 0.1); }
.bg-zinc-400\/100{ background-color: rgb(161 161 170 / 1); }
.bg-zinc-400\/20{ background-color: rgb(161 161 170 / 0.2); }
.bg-zinc-400\/25{ background-color: rgb(161 161 170 / 0.25); }
.bg-zinc-400\/30{ background-color: rgb(161 161 170 / 0.3); }
.bg-zinc-400\/40{ background-color: rgb(161 161 170 / 0.4); }
.bg-zinc-400\/5{ background-color: rgb(161 161 170 / 0.05); }
.bg-zinc-400\/50{ background-color: rgb(161 161 170 / 0.5); }
.bg-zinc-400\/60{ background-color: rgb(161 161 170 / 0.6); }
.bg-zinc-400\/70{ background-color: rgb(161 161 170 / 0.7); }
.bg-zinc-400\/75{ background-color: rgb(161 161 170 / 0.75); }
.bg-zinc-400\/80{ background-color: rgb(161 161 170 / 0.8); }
.bg-zinc-400\/90{ background-color: rgb(161 161 170 / 0.9); }
.bg-zinc-400\/95{ background-color: rgb(161 161 170 / 0.95); }
.bg-zinc-50{ --tw-bg-opacity: 1; background-color: rgb(250 250 250 / var(--tw-bg-opacity)); }
.bg-zinc-50\/0{ background-color: rgb(250 250 250 / 0); }
.bg-zinc-50\/10{ background-color: rgb(250 250 250 / 0.1); }
.bg-zinc-50\/100{ background-color: rgb(250 250 250 / 1); }
.bg-zinc-50\/20{ background-color: rgb(250 250 250 / 0.2); }
.bg-zinc-50\/25{ background-color: rgb(250 250 250 / 0.25); }
.bg-zinc-50\/30{ background-color: rgb(250 250 250 / 0.3); }
.bg-zinc-50\/40{ background-color: rgb(250 250 250 / 0.4); }
.bg-zinc-50\/5{ background-color: rgb(250 250 250 / 0.05); }
.bg-zinc-50\/50{ background-color: rgb(250 250 250 / 0.5); }
.bg-zinc-50\/60{ background-color: rgb(250 250 250 / 0.6); }
.bg-zinc-50\/70{ background-color: rgb(250 250 250 / 0.7); }
.bg-zinc-50\/75{ background-color: rgb(250 250 250 / 0.75); }
.bg-zinc-50\/80{ background-color: rgb(250 250 250 / 0.8); }
.bg-zinc-50\/90{ background-color: rgb(250 250 250 / 0.9); }
.bg-zinc-50\/95{ background-color: rgb(250 250 250 / 0.95); }
.bg-zinc-500{ --tw-bg-opacity: 1; background-color: rgb(113 113 122 / var(--tw-bg-opacity)); }
.bg-zinc-500\/0{ background-color: rgb(113 113 122 / 0); }
.bg-zinc-500\/10{ background-color: rgb(113 113 122 / 0.1); }
.bg-zinc-500\/100{ background-color: rgb(113 113 122 / 1); }
.bg-zinc-500\/20{ background-color: rgb(113 113 122 / 0.2); }
.bg-zinc-500\/25{ background-color: rgb(113 113 122 / 0.25); }
.bg-zinc-500\/30{ background-color: rgb(113 113 122 / 0.3); }
.bg-zinc-500\/40{ background-color: rgb(113 113 122 / 0.4); }
.bg-zinc-500\/5{ background-color: rgb(113 113 122 / 0.05); }
.bg-zinc-500\/50{ background-color: rgb(113 113 122 / 0.5); }
.bg-zinc-500\/60{ background-color: rgb(113 113 122 / 0.6); }
.bg-zinc-500\/70{ background-color: rgb(113 113 122 / 0.7); }
.bg-zinc-500\/75{ background-color: rgb(113 113 122 / 0.75); }
.bg-zinc-500\/80{ background-color: rgb(113 113 122 / 0.8); }
.bg-zinc-500\/90{ background-color: rgb(113 113 122 / 0.9); }
.bg-zinc-500\/95{ background-color: rgb(113 113 122 / 0.95); }
.bg-zinc-600{ --tw-bg-opacity: 1; background-color: rgb(82 82 91 / var(--tw-bg-opacity)); }
.bg-zinc-600\/0{ background-color: rgb(82 82 91 / 0); }
.bg-zinc-600\/10{ background-color: rgb(82 82 91 / 0.1); }
.bg-zinc-600\/100{ background-color: rgb(82 82 91 / 1); }
.bg-zinc-600\/20{ background-color: rgb(82 82 91 / 0.2); }
.bg-zinc-600\/25{ background-color: rgb(82 82 91 / 0.25); }
.bg-zinc-600\/30{ background-color: rgb(82 82 91 / 0.3); }
.bg-zinc-600\/40{ background-color: rgb(82 82 91 / 0.4); }
.bg-zinc-600\/5{ background-color: rgb(82 82 91 / 0.05); }
.bg-zinc-600\/50{ background-color: rgb(82 82 91 / 0.5); }
.bg-zinc-600\/60{ background-color: rgb(82 82 91 / 0.6); }
.bg-zinc-600\/70{ background-color: rgb(82 82 91 / 0.7); }
.bg-zinc-600\/75{ background-color: rgb(82 82 91 / 0.75); }
.bg-zinc-600\/80{ background-color: rgb(82 82 91 / 0.8); }
.bg-zinc-600\/90{ background-color: rgb(82 82 91 / 0.9); }
.bg-zinc-600\/95{ background-color: rgb(82 82 91 / 0.95); }
.bg-zinc-700{ --tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity)); }
.bg-zinc-700\/0{ background-color: rgb(63 63 70 / 0); }
.bg-zinc-700\/10{ background-color: rgb(63 63 70 / 0.1); }
.bg-zinc-700\/100{ background-color: rgb(63 63 70 / 1); }
.bg-zinc-700\/20{ background-color: rgb(63 63 70 / 0.2); }
.bg-zinc-700\/25{ background-color: rgb(63 63 70 / 0.25); }
.bg-zinc-700\/30{ background-color: rgb(63 63 70 / 0.3); }
.bg-zinc-700\/40{ background-color: rgb(63 63 70 / 0.4); }
.bg-zinc-700\/5{ background-color: rgb(63 63 70 / 0.05); }
.bg-zinc-700\/50{ background-color: rgb(63 63 70 / 0.5); }
.bg-zinc-700\/60{ background-color: rgb(63 63 70 / 0.6); }
.bg-zinc-700\/70{ background-color: rgb(63 63 70 / 0.7); }
.bg-zinc-700\/75{ background-color: rgb(63 63 70 / 0.75); }
.bg-zinc-700\/80{ background-color: rgb(63 63 70 / 0.8); }
.bg-zinc-700\/90{ background-color: rgb(63 63 70 / 0.9); }
.bg-zinc-700\/95{ background-color: rgb(63 63 70 / 0.95); }
.bg-zinc-800{ --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity)); }
.bg-zinc-800\/0{ background-color: rgb(39 39 42 / 0); }
.bg-zinc-800\/10{ background-color: rgb(39 39 42 / 0.1); }
.bg-zinc-800\/100{ background-color: rgb(39 39 42 / 1); }
.bg-zinc-800\/20{ background-color: rgb(39 39 42 / 0.2); }
.bg-zinc-800\/25{ background-color: rgb(39 39 42 / 0.25); }
.bg-zinc-800\/30{ background-color: rgb(39 39 42 / 0.3); }
.bg-zinc-800\/40{ background-color: rgb(39 39 42 / 0.4); }
.bg-zinc-800\/5{ background-color: rgb(39 39 42 / 0.05); }
.bg-zinc-800\/50{ background-color: rgb(39 39 42 / 0.5); }
.bg-zinc-800\/60{ background-color: rgb(39 39 42 / 0.6); }
.bg-zinc-800\/70{ background-color: rgb(39 39 42 / 0.7); }
.bg-zinc-800\/75{ background-color: rgb(39 39 42 / 0.75); }
.bg-zinc-800\/80{ background-color: rgb(39 39 42 / 0.8); }
.bg-zinc-800\/90{ background-color: rgb(39 39 42 / 0.9); }
.bg-zinc-800\/95{ background-color: rgb(39 39 42 / 0.95); }
.bg-zinc-900{ --tw-bg-opacity: 1; background-color: rgb(24 24 27 / var(--tw-bg-opacity)); }
.bg-zinc-900\/0{ background-color: rgb(24 24 27 / 0); }
.bg-zinc-900\/10{ background-color: rgb(24 24 27 / 0.1); }
.bg-zinc-900\/100{ background-color: rgb(24 24 27 / 1); }
.bg-zinc-900\/20{ background-color: rgb(24 24 27 / 0.2); }
.bg-zinc-900\/25{ background-color: rgb(24 24 27 / 0.25); }
.bg-zinc-900\/30{ background-color: rgb(24 24 27 / 0.3); }
.bg-zinc-900\/40{ background-color: rgb(24 24 27 / 0.4); }
.bg-zinc-900\/5{ background-color: rgb(24 24 27 / 0.05); }
.bg-zinc-900\/50{ background-color: rgb(24 24 27 / 0.5); }
.bg-zinc-900\/60{ background-color: rgb(24 24 27 / 0.6); }
.bg-zinc-900\/70{ background-color: rgb(24 24 27 / 0.7); }
.bg-zinc-900\/75{ background-color: rgb(24 24 27 / 0.75); }
.bg-zinc-900\/80{ background-color: rgb(24 24 27 / 0.8); }
.bg-zinc-900\/90{ background-color: rgb(24 24 27 / 0.9); }
.bg-zinc-900\/95{ background-color: rgb(24 24 27 / 0.95); }
.bg-zinc-950{ --tw-bg-opacity: 1; background-color: rgb(9 9 11 / var(--tw-bg-opacity)); }
.bg-zinc-950\/0{ background-color: rgb(9 9 11 / 0); }
.bg-zinc-950\/10{ background-color: rgb(9 9 11 / 0.1); }
.bg-zinc-950\/100{ background-color: rgb(9 9 11 / 1); }
.bg-zinc-950\/20{ background-color: rgb(9 9 11 / 0.2); }
.bg-zinc-950\/25{ background-color: rgb(9 9 11 / 0.25); }
.bg-zinc-950\/30{ background-color: rgb(9 9 11 / 0.3); }
.bg-zinc-950\/40{ background-color: rgb(9 9 11 / 0.4); }
.bg-zinc-950\/5{ background-color: rgb(9 9 11 / 0.05); }
.bg-zinc-950\/50{ background-color: rgb(9 9 11 / 0.5); }
.bg-zinc-950\/60{ background-color: rgb(9 9 11 / 0.6); }
.bg-zinc-950\/70{ background-color: rgb(9 9 11 / 0.7); }
.bg-zinc-950\/75{ background-color: rgb(9 9 11 / 0.75); }
.bg-zinc-950\/80{ background-color: rgb(9 9 11 / 0.8); }
.bg-zinc-950\/90{ background-color: rgb(9 9 11 / 0.9); }
.bg-zinc-950\/95{ background-color: rgb(9 9 11 / 0.95); }
.bg-opacity-0{ --tw-bg-opacity: 0; }
.bg-opacity-10{ --tw-bg-opacity: 0.1; }
.bg-opacity-100{ --tw-bg-opacity: 1; }
.bg-opacity-20{ --tw-bg-opacity: 0.2; }
.bg-opacity-25{ --tw-bg-opacity: 0.25; }
.bg-opacity-30{ --tw-bg-opacity: 0.3; }
.bg-opacity-40{ --tw-bg-opacity: 0.4; }
.bg-opacity-5{ --tw-bg-opacity: 0.05; }
.bg-opacity-50{ --tw-bg-opacity: 0.5; }
.bg-opacity-60{ --tw-bg-opacity: 0.6; }
.bg-opacity-70{ --tw-bg-opacity: 0.7; }
.bg-opacity-75{ --tw-bg-opacity: 0.75; }
.bg-opacity-80{ --tw-bg-opacity: 0.8; }
.bg-opacity-90{ --tw-bg-opacity: 0.9; }
.bg-opacity-95{ --tw-bg-opacity: 0.95; }
.bg-cta-pattern{ background-image: url('/assets/images/wave.png'); }
.bg-gradient-to-b{ background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-bl{ background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); }
.bg-gradient-to-br{ background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-l{ background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-gradient-to-r{ background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-t{ background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gradient-to-tl{ background-image: linear-gradient(to top left, var(--tw-gradient-stops)); }
.bg-gradient-to-tr{ background-image: linear-gradient(to top right, var(--tw-gradient-stops)); }
.bg-hero-pattern{ background-image: url('/assets/images/wave.png'); }
.bg-none{ background-image: none; }
.from-callout-bad-text-accent{ --tw-gradient-from: #FFE3E3 var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/0{ --tw-gradient-from: rgb(255 227 227 / 0) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/10{ --tw-gradient-from: rgb(255 227 227 / 0.1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/100{ --tw-gradient-from: rgb(255 227 227 / 1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/20{ --tw-gradient-from: rgb(255 227 227 / 0.2) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/25{ --tw-gradient-from: rgb(255 227 227 / 0.25) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/30{ --tw-gradient-from: rgb(255 227 227 / 0.3) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/40{ --tw-gradient-from: rgb(255 227 227 / 0.4) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/5{ --tw-gradient-from: rgb(255 227 227 / 0.05) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/50{ --tw-gradient-from: rgb(255 227 227 / 0.5) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/60{ --tw-gradient-from: rgb(255 227 227 / 0.6) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/70{ --tw-gradient-from: rgb(255 227 227 / 0.7) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/75{ --tw-gradient-from: rgb(255 227 227 / 0.75) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/80{ --tw-gradient-from: rgb(255 227 227 / 0.8) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/90{ --tw-gradient-from: rgb(255 227 227 / 0.9) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-bad-text-accent\/95{ --tw-gradient-from: rgb(255 227 227 / 0.95) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent{ --tw-gradient-from: #02372F var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/0{ --tw-gradient-from: rgb(2 55 47 / 0) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/10{ --tw-gradient-from: rgb(2 55 47 / 0.1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/100{ --tw-gradient-from: rgb(2 55 47 / 1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/20{ --tw-gradient-from: rgb(2 55 47 / 0.2) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/25{ --tw-gradient-from: rgb(2 55 47 / 0.25) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/30{ --tw-gradient-from: rgb(2 55 47 / 0.3) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/40{ --tw-gradient-from: rgb(2 55 47 / 0.4) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/5{ --tw-gradient-from: rgb(2 55 47 / 0.05) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/50{ --tw-gradient-from: rgb(2 55 47 / 0.5) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/60{ --tw-gradient-from: rgb(2 55 47 / 0.6) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/70{ --tw-gradient-from: rgb(2 55 47 / 0.7) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/75{ --tw-gradient-from: rgb(2 55 47 / 0.75) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/80{ --tw-gradient-from: rgb(2 55 47 / 0.8) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/90{ --tw-gradient-from: rgb(2 55 47 / 0.9) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-info-text-accent\/95{ --tw-gradient-from: rgb(2 55 47 / 0.95) var(--tw-gradient-from-position); --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent{ --tw-gradient-from: #66FFDD var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/0{ --tw-gradient-from: rgb(102 255 221 / 0) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/10{ --tw-gradient-from: rgb(102 255 221 / 0.1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/100{ --tw-gradient-from: rgb(102 255 221 / 1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/20{ --tw-gradient-from: rgb(102 255 221 / 0.2) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/25{ --tw-gradient-from: rgb(102 255 221 / 0.25) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/30{ --tw-gradient-from: rgb(102 255 221 / 0.3) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/40{ --tw-gradient-from: rgb(102 255 221 / 0.4) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/5{ --tw-gradient-from: rgb(102 255 221 / 0.05) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/50{ --tw-gradient-from: rgb(102 255 221 / 0.5) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/60{ --tw-gradient-from: rgb(102 255 221 / 0.6) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/70{ --tw-gradient-from: rgb(102 255 221 / 0.7) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/75{ --tw-gradient-from: rgb(102 255 221 / 0.75) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/80{ --tw-gradient-from: rgb(102 255 221 / 0.8) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/90{ --tw-gradient-from: rgb(102 255 221 / 0.9) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-ok-text-accent\/95{ --tw-gradient-from: rgb(102 255 221 / 0.95) var(--tw-gradient-from-position); --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent{ --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/0{ --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/10{ --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/100{ --tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/20{ --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/25{ --tw-gradient-from: rgb(255 255 255 / 0.25) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/30{ --tw-gradient-from: rgb(255 255 255 / 0.3) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/40{ --tw-gradient-from: rgb(255 255 255 / 0.4) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/5{ --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/50{ --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/60{ --tw-gradient-from: rgb(255 255 255 / 0.6) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/70{ --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/75{ --tw-gradient-from: rgb(255 255 255 / 0.75) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/80{ --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/90{ --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-callout-warning-text-accent\/95{ --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position); --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-callout-bad-text-accent{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), #FFE3E3 var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/0{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/10{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/100{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/20{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/25{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/30{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/40{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/5{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/50{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/60{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/70{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/75{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/80{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/90{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-bad-text-accent\/95{ --tw-gradient-to: rgb(255 227 227 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 227 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), #02372F var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/0{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/10{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/100{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/20{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/25{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/30{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/40{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/5{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/50{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/60{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/70{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/75{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/80{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/90{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-info-text-accent\/95{ --tw-gradient-to: rgb(2 55 47 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(2 55 47 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), #66FFDD var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/0{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/10{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/100{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/20{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/25{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/30{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/40{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/5{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/50{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/60{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/70{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/75{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/80{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/90{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-ok-text-accent\/95{ --tw-gradient-to: rgb(102 255 221 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(102 255 221 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/0{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/10{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/100{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/20{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/25{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/30{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/40{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/5{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/50{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/60{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/70{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/75{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/80{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/90{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.via-callout-warning-text-accent\/95{ --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to); }
.to-callout-bad-text-accent{ --tw-gradient-to: #FFE3E3 var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/0{ --tw-gradient-to: rgb(255 227 227 / 0) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/10{ --tw-gradient-to: rgb(255 227 227 / 0.1) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/100{ --tw-gradient-to: rgb(255 227 227 / 1) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/20{ --tw-gradient-to: rgb(255 227 227 / 0.2) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/25{ --tw-gradient-to: rgb(255 227 227 / 0.25) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/30{ --tw-gradient-to: rgb(255 227 227 / 0.3) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/40{ --tw-gradient-to: rgb(255 227 227 / 0.4) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/5{ --tw-gradient-to: rgb(255 227 227 / 0.05) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/50{ --tw-gradient-to: rgb(255 227 227 / 0.5) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/60{ --tw-gradient-to: rgb(255 227 227 / 0.6) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/70{ --tw-gradient-to: rgb(255 227 227 / 0.7) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/75{ --tw-gradient-to: rgb(255 227 227 / 0.75) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/80{ --tw-gradient-to: rgb(255 227 227 / 0.8) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/90{ --tw-gradient-to: rgb(255 227 227 / 0.9) var(--tw-gradient-to-position); }
.to-callout-bad-text-accent\/95{ --tw-gradient-to: rgb(255 227 227 / 0.95) var(--tw-gradient-to-position); }
.to-callout-info-text-accent{ --tw-gradient-to: #02372F var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/0{ --tw-gradient-to: rgb(2 55 47 / 0) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/10{ --tw-gradient-to: rgb(2 55 47 / 0.1) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/100{ --tw-gradient-to: rgb(2 55 47 / 1) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/20{ --tw-gradient-to: rgb(2 55 47 / 0.2) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/25{ --tw-gradient-to: rgb(2 55 47 / 0.25) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/30{ --tw-gradient-to: rgb(2 55 47 / 0.3) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/40{ --tw-gradient-to: rgb(2 55 47 / 0.4) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/5{ --tw-gradient-to: rgb(2 55 47 / 0.05) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/50{ --tw-gradient-to: rgb(2 55 47 / 0.5) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/60{ --tw-gradient-to: rgb(2 55 47 / 0.6) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/70{ --tw-gradient-to: rgb(2 55 47 / 0.7) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/75{ --tw-gradient-to: rgb(2 55 47 / 0.75) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/80{ --tw-gradient-to: rgb(2 55 47 / 0.8) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/90{ --tw-gradient-to: rgb(2 55 47 / 0.9) var(--tw-gradient-to-position); }
.to-callout-info-text-accent\/95{ --tw-gradient-to: rgb(2 55 47 / 0.95) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent{ --tw-gradient-to: #66FFDD var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/0{ --tw-gradient-to: rgb(102 255 221 / 0) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/10{ --tw-gradient-to: rgb(102 255 221 / 0.1) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/100{ --tw-gradient-to: rgb(102 255 221 / 1) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/20{ --tw-gradient-to: rgb(102 255 221 / 0.2) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/25{ --tw-gradient-to: rgb(102 255 221 / 0.25) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/30{ --tw-gradient-to: rgb(102 255 221 / 0.3) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/40{ --tw-gradient-to: rgb(102 255 221 / 0.4) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/5{ --tw-gradient-to: rgb(102 255 221 / 0.05) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/50{ --tw-gradient-to: rgb(102 255 221 / 0.5) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/60{ --tw-gradient-to: rgb(102 255 221 / 0.6) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/70{ --tw-gradient-to: rgb(102 255 221 / 0.7) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/75{ --tw-gradient-to: rgb(102 255 221 / 0.75) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/80{ --tw-gradient-to: rgb(102 255 221 / 0.8) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/90{ --tw-gradient-to: rgb(102 255 221 / 0.9) var(--tw-gradient-to-position); }
.to-callout-ok-text-accent\/95{ --tw-gradient-to: rgb(102 255 221 / 0.95) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent{ --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/0{ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/10{ --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/100{ --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/20{ --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/25{ --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/30{ --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/40{ --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/5{ --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/50{ --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/60{ --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/70{ --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/75{ --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/80{ --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/90{ --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position); }
.to-callout-warning-text-accent\/95{ --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position); }
.bg-auto{ background-size: auto; }
.bg-contain{ background-size: contain; }
.bg-cover{ background-size: cover; }
.bg-fixed{ background-attachment: fixed; }
.bg-local{ background-attachment: local; }
.bg-scroll{ background-attachment: scroll; }
.bg-clip-border{ background-clip: border-box; }
.bg-clip-padding{ background-clip: padding-box; }
.bg-clip-content{ background-clip: content-box; }
.bg-clip-text{ -webkit-background-clip: text; background-clip: text; }
.bg-bottom{ background-position: bottom; }
.bg-center{ background-position: center; }
.bg-left{ background-position: left; }
.bg-left-bottom{ background-position: left bottom; }
.bg-left-top{ background-position: left top; }
.bg-right{ background-position: right; }
.bg-right-bottom{ background-position: right bottom; }
.bg-right-top{ background-position: right top; }
.bg-top{ background-position: top; }
.bg-repeat{ background-repeat: repeat; }
.bg-no-repeat{ background-repeat: no-repeat; }
.bg-repeat-x{ background-repeat: repeat-x; }
.bg-repeat-y{ background-repeat: repeat-y; }
.bg-repeat-round{ background-repeat: round; }
.bg-repeat-space{ background-repeat: space; }
.bg-origin-border{ background-origin: border-box; }
.bg-origin-padding{ background-origin: padding-box; }
.bg-origin-content{ background-origin: content-box; }
.fill-callout-bad-text-accent{ fill: #FFE3E3; }
.fill-callout-bad-text-accent\/0{ fill: rgb(255 227 227 / 0); }
.fill-callout-bad-text-accent\/10{ fill: rgb(255 227 227 / 0.1); }
.fill-callout-bad-text-accent\/100{ fill: rgb(255 227 227 / 1); }
.fill-callout-bad-text-accent\/20{ fill: rgb(255 227 227 / 0.2); }
.fill-callout-bad-text-accent\/25{ fill: rgb(255 227 227 / 0.25); }
.fill-callout-bad-text-accent\/30{ fill: rgb(255 227 227 / 0.3); }
.fill-callout-bad-text-accent\/40{ fill: rgb(255 227 227 / 0.4); }
.fill-callout-bad-text-accent\/5{ fill: rgb(255 227 227 / 0.05); }
.fill-callout-bad-text-accent\/50{ fill: rgb(255 227 227 / 0.5); }
.fill-callout-bad-text-accent\/60{ fill: rgb(255 227 227 / 0.6); }
.fill-callout-bad-text-accent\/70{ fill: rgb(255 227 227 / 0.7); }
.fill-callout-bad-text-accent\/75{ fill: rgb(255 227 227 / 0.75); }
.fill-callout-bad-text-accent\/80{ fill: rgb(255 227 227 / 0.8); }
.fill-callout-bad-text-accent\/90{ fill: rgb(255 227 227 / 0.9); }
.fill-callout-bad-text-accent\/95{ fill: rgb(255 227 227 / 0.95); }
.fill-callout-info-text-accent{ fill: #02372F; }
.fill-callout-info-text-accent\/0{ fill: rgb(2 55 47 / 0); }
.fill-callout-info-text-accent\/10{ fill: rgb(2 55 47 / 0.1); }
.fill-callout-info-text-accent\/100{ fill: rgb(2 55 47 / 1); }
.fill-callout-info-text-accent\/20{ fill: rgb(2 55 47 / 0.2); }
.fill-callout-info-text-accent\/25{ fill: rgb(2 55 47 / 0.25); }
.fill-callout-info-text-accent\/30{ fill: rgb(2 55 47 / 0.3); }
.fill-callout-info-text-accent\/40{ fill: rgb(2 55 47 / 0.4); }
.fill-callout-info-text-accent\/5{ fill: rgb(2 55 47 / 0.05); }
.fill-callout-info-text-accent\/50{ fill: rgb(2 55 47 / 0.5); }
.fill-callout-info-text-accent\/60{ fill: rgb(2 55 47 / 0.6); }
.fill-callout-info-text-accent\/70{ fill: rgb(2 55 47 / 0.7); }
.fill-callout-info-text-accent\/75{ fill: rgb(2 55 47 / 0.75); }
.fill-callout-info-text-accent\/80{ fill: rgb(2 55 47 / 0.8); }
.fill-callout-info-text-accent\/90{ fill: rgb(2 55 47 / 0.9); }
.fill-callout-info-text-accent\/95{ fill: rgb(2 55 47 / 0.95); }
.fill-callout-ok-text-accent{ fill: #66FFDD; }
.fill-callout-ok-text-accent\/0{ fill: rgb(102 255 221 / 0); }
.fill-callout-ok-text-accent\/10{ fill: rgb(102 255 221 / 0.1); }
.fill-callout-ok-text-accent\/100{ fill: rgb(102 255 221 / 1); }
.fill-callout-ok-text-accent\/20{ fill: rgb(102 255 221 / 0.2); }
.fill-callout-ok-text-accent\/25{ fill: rgb(102 255 221 / 0.25); }
.fill-callout-ok-text-accent\/30{ fill: rgb(102 255 221 / 0.3); }
.fill-callout-ok-text-accent\/40{ fill: rgb(102 255 221 / 0.4); }
.fill-callout-ok-text-accent\/5{ fill: rgb(102 255 221 / 0.05); }
.fill-callout-ok-text-accent\/50{ fill: rgb(102 255 221 / 0.5); }
.fill-callout-ok-text-accent\/60{ fill: rgb(102 255 221 / 0.6); }
.fill-callout-ok-text-accent\/70{ fill: rgb(102 255 221 / 0.7); }
.fill-callout-ok-text-accent\/75{ fill: rgb(102 255 221 / 0.75); }
.fill-callout-ok-text-accent\/80{ fill: rgb(102 255 221 / 0.8); }
.fill-callout-ok-text-accent\/90{ fill: rgb(102 255 221 / 0.9); }
.fill-callout-ok-text-accent\/95{ fill: rgb(102 255 221 / 0.95); }
.fill-callout-warning-text-accent{ fill: #FFFFFF; }
.fill-callout-warning-text-accent\/0{ fill: rgb(255 255 255 / 0); }
.fill-callout-warning-text-accent\/10{ fill: rgb(255 255 255 / 0.1); }
.fill-callout-warning-text-accent\/100{ fill: rgb(255 255 255 / 1); }
.fill-callout-warning-text-accent\/20{ fill: rgb(255 255 255 / 0.2); }
.fill-callout-warning-text-accent\/25{ fill: rgb(255 255 255 / 0.25); }
.fill-callout-warning-text-accent\/30{ fill: rgb(255 255 255 / 0.3); }
.fill-callout-warning-text-accent\/40{ fill: rgb(255 255 255 / 0.4); }
.fill-callout-warning-text-accent\/5{ fill: rgb(255 255 255 / 0.05); }
.fill-callout-warning-text-accent\/50{ fill: rgb(255 255 255 / 0.5); }
.fill-callout-warning-text-accent\/60{ fill: rgb(255 255 255 / 0.6); }
.fill-callout-warning-text-accent\/70{ fill: rgb(255 255 255 / 0.7); }
.fill-callout-warning-text-accent\/75{ fill: rgb(255 255 255 / 0.75); }
.fill-callout-warning-text-accent\/80{ fill: rgb(255 255 255 / 0.8); }
.fill-callout-warning-text-accent\/90{ fill: rgb(255 255 255 / 0.9); }
.fill-callout-warning-text-accent\/95{ fill: rgb(255 255 255 / 0.95); }
.stroke-callout-bad-text-accent{ stroke: #FFE3E3; }
.stroke-callout-bad-text-accent\/0{ stroke: rgb(255 227 227 / 0); }
.stroke-callout-bad-text-accent\/10{ stroke: rgb(255 227 227 / 0.1); }
.stroke-callout-bad-text-accent\/100{ stroke: rgb(255 227 227 / 1); }
.stroke-callout-bad-text-accent\/20{ stroke: rgb(255 227 227 / 0.2); }
.stroke-callout-bad-text-accent\/25{ stroke: rgb(255 227 227 / 0.25); }
.stroke-callout-bad-text-accent\/30{ stroke: rgb(255 227 227 / 0.3); }
.stroke-callout-bad-text-accent\/40{ stroke: rgb(255 227 227 / 0.4); }
.stroke-callout-bad-text-accent\/5{ stroke: rgb(255 227 227 / 0.05); }
.stroke-callout-bad-text-accent\/50{ stroke: rgb(255 227 227 / 0.5); }
.stroke-callout-bad-text-accent\/60{ stroke: rgb(255 227 227 / 0.6); }
.stroke-callout-bad-text-accent\/70{ stroke: rgb(255 227 227 / 0.7); }
.stroke-callout-bad-text-accent\/75{ stroke: rgb(255 227 227 / 0.75); }
.stroke-callout-bad-text-accent\/80{ stroke: rgb(255 227 227 / 0.8); }
.stroke-callout-bad-text-accent\/90{ stroke: rgb(255 227 227 / 0.9); }
.stroke-callout-bad-text-accent\/95{ stroke: rgb(255 227 227 / 0.95); }
.stroke-callout-info-text-accent{ stroke: #02372F; }
.stroke-callout-info-text-accent\/0{ stroke: rgb(2 55 47 / 0); }
.stroke-callout-info-text-accent\/10{ stroke: rgb(2 55 47 / 0.1); }
.stroke-callout-info-text-accent\/100{ stroke: rgb(2 55 47 / 1); }
.stroke-callout-info-text-accent\/20{ stroke: rgb(2 55 47 / 0.2); }
.stroke-callout-info-text-accent\/25{ stroke: rgb(2 55 47 / 0.25); }
.stroke-callout-info-text-accent\/30{ stroke: rgb(2 55 47 / 0.3); }
.stroke-callout-info-text-accent\/40{ stroke: rgb(2 55 47 / 0.4); }
.stroke-callout-info-text-accent\/5{ stroke: rgb(2 55 47 / 0.05); }
.stroke-callout-info-text-accent\/50{ stroke: rgb(2 55 47 / 0.5); }
.stroke-callout-info-text-accent\/60{ stroke: rgb(2 55 47 / 0.6); }
.stroke-callout-info-text-accent\/70{ stroke: rgb(2 55 47 / 0.7); }
.stroke-callout-info-text-accent\/75{ stroke: rgb(2 55 47 / 0.75); }
.stroke-callout-info-text-accent\/80{ stroke: rgb(2 55 47 / 0.8); }
.stroke-callout-info-text-accent\/90{ stroke: rgb(2 55 47 / 0.9); }
.stroke-callout-info-text-accent\/95{ stroke: rgb(2 55 47 / 0.95); }
.stroke-callout-ok-text-accent{ stroke: #66FFDD; }
.stroke-callout-ok-text-accent\/0{ stroke: rgb(102 255 221 / 0); }
.stroke-callout-ok-text-accent\/10{ stroke: rgb(102 255 221 / 0.1); }
.stroke-callout-ok-text-accent\/100{ stroke: rgb(102 255 221 / 1); }
.stroke-callout-ok-text-accent\/20{ stroke: rgb(102 255 221 / 0.2); }
.stroke-callout-ok-text-accent\/25{ stroke: rgb(102 255 221 / 0.25); }
.stroke-callout-ok-text-accent\/30{ stroke: rgb(102 255 221 / 0.3); }
.stroke-callout-ok-text-accent\/40{ stroke: rgb(102 255 221 / 0.4); }
.stroke-callout-ok-text-accent\/5{ stroke: rgb(102 255 221 / 0.05); }
.stroke-callout-ok-text-accent\/50{ stroke: rgb(102 255 221 / 0.5); }
.stroke-callout-ok-text-accent\/60{ stroke: rgb(102 255 221 / 0.6); }
.stroke-callout-ok-text-accent\/70{ stroke: rgb(102 255 221 / 0.7); }
.stroke-callout-ok-text-accent\/75{ stroke: rgb(102 255 221 / 0.75); }
.stroke-callout-ok-text-accent\/80{ stroke: rgb(102 255 221 / 0.8); }
.stroke-callout-ok-text-accent\/90{ stroke: rgb(102 255 221 / 0.9); }
.stroke-callout-ok-text-accent\/95{ stroke: rgb(102 255 221 / 0.95); }
.stroke-callout-warning-text-accent{ stroke: #FFFFFF; }
.stroke-callout-warning-text-accent\/0{ stroke: rgb(255 255 255 / 0); }
.stroke-callout-warning-text-accent\/10{ stroke: rgb(255 255 255 / 0.1); }
.stroke-callout-warning-text-accent\/100{ stroke: rgb(255 255 255 / 1); }
.stroke-callout-warning-text-accent\/20{ stroke: rgb(255 255 255 / 0.2); }
.stroke-callout-warning-text-accent\/25{ stroke: rgb(255 255 255 / 0.25); }
.stroke-callout-warning-text-accent\/30{ stroke: rgb(255 255 255 / 0.3); }
.stroke-callout-warning-text-accent\/40{ stroke: rgb(255 255 255 / 0.4); }
.stroke-callout-warning-text-accent\/5{ stroke: rgb(255 255 255 / 0.05); }
.stroke-callout-warning-text-accent\/50{ stroke: rgb(255 255 255 / 0.5); }
.stroke-callout-warning-text-accent\/60{ stroke: rgb(255 255 255 / 0.6); }
.stroke-callout-warning-text-accent\/70{ stroke: rgb(255 255 255 / 0.7); }
.stroke-callout-warning-text-accent\/75{ stroke: rgb(255 255 255 / 0.75); }
.stroke-callout-warning-text-accent\/80{ stroke: rgb(255 255 255 / 0.8); }
.stroke-callout-warning-text-accent\/90{ stroke: rgb(255 255 255 / 0.9); }
.stroke-callout-warning-text-accent\/95{ stroke: rgb(255 255 255 / 0.95); }
.object-cover{ -o-object-fit: cover; object-fit: cover; }
.p-1{ padding: 0.25rem; }
.p-2{ padding: 0.5rem; }
.p-2\.5{ padding: 0.625rem; }
.p-3{ padding: 0.75rem; }
.p-4{ padding: 1rem; }
.p-6{ padding: 1.5rem; }
.px-12{ padding-left: 3rem; padding-right: 3rem; }
.px-2{ padding-left: 0.5rem; padding-right: 0.5rem; }
.px-20{ padding-left: 5rem; padding-right: 5rem; }
.px-3{ padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4{ padding-left: 1rem; padding-right: 1rem; }
.px-6{ padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8{ padding-left: 2rem; padding-right: 2rem; }
.py-1{ padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-10{ padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12{ padding-top: 3rem; padding-bottom: 3rem; }
.py-14{ padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-2{ padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5{ padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-24{ padding-top: 6rem; padding-bottom: 6rem; }
.py-3{ padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4{ padding-top: 1rem; padding-bottom: 1rem; }
.py-6{ padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8{ padding-top: 2rem; padding-bottom: 2rem; }
.pb-0{ padding-bottom: 0px; }
.pb-0\.5{ padding-bottom: 0.125rem; }
.pb-1{ padding-bottom: 0.25rem; }
.pb-12{ padding-bottom: 3rem; }
.pb-2{ padding-bottom: 0.5rem; }
.pb-24{ padding-bottom: 6rem; }
.pb-36{ padding-bottom: 9rem; }
.pb-4{ padding-bottom: 1rem; }
.pl-10{ padding-left: 2.5rem; }
.pl-2{ padding-left: 0.5rem; }
.pl-4{ padding-left: 1rem; }
.pl-6{ padding-left: 1.5rem; }
.pl-8{ padding-left: 2rem; }
.pl-9{ padding-left: 2.25rem; }
.pr-1{ padding-right: 0.25rem; }
.pr-2{ padding-right: 0.5rem; }
.pt-10{ padding-top: 2.5rem; }
.pt-12{ padding-top: 3rem; }
.pt-2{ padding-top: 0.5rem; }
.pt-3{ padding-top: 0.75rem; }
.pt-4{ padding-top: 1rem; }
.pt-5{ padding-top: 1.25rem; }
.pt-6{ padding-top: 1.5rem; }
.pt-8{ padding-top: 2rem; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.text-justify{ text-align: justify; }
.text-start{ text-align: start; }
.text-end{ text-align: end; }
.align-text-top{ vertical-align: text-top; }
.align-text-bottom{ vertical-align: text-bottom; }
.text-2xl{ font-size: 1.5rem; line-height: 2rem; }
.text-3xl{ font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl{ font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl{ font-size: 3rem; line-height: 1; }
.text-6xl{ font-size: 3.75rem; line-height: 1; }
.text-7xl{ font-size: 4.5rem; line-height: 1; }
.text-8xl{ font-size: 6rem; line-height: 1; }
.text-9xl{ font-size: 8rem; line-height: 1; }
.text-\[24px\]{ font-size: 24px; }
.text-base{ font-size: 1rem; line-height: 1.5rem; }
.text-lg{ font-size: 1.125rem; line-height: 1.75rem; }
.text-sm{ font-size: 0.875rem; line-height: 1.25rem; }
.text-xl{ font-size: 1.25rem; line-height: 1.75rem; }
.text-xs{ font-size: 0.75rem; line-height: 1rem; }
.font-bold{ font-weight: 700; }
.font-extrabold{ font-weight: 800; }
.font-medium{ font-weight: 500; }
.font-normal{ font-weight: 400; }
.font-semibold{ font-weight: 600; }
.uppercase{ text-transform: uppercase; }
.capitalize{ text-transform: capitalize; }
.normal-case{ text-transform: none; }
.leading-5{ line-height: 1.25rem; }
.leading-6{ line-height: 1.5rem; }
.leading-7{ line-height: 1.75rem; }
.leading-8{ line-height: 2rem; }
.tracking-tight{ letter-spacing: -0.025em; }
.tracking-wide{ letter-spacing: 0.025em; }
.tracking-wider{ letter-spacing: 0.05em; }
.\!text-swim-blue{ --tw-text-opacity: 1 !important; color: rgb(50 197 255 / var(--tw-text-opacity)) !important; }
.text-amaranth{ --tw-text-opacity: 1; color: rgb(116 0 73 / var(--tw-text-opacity)); }
.text-amaranth-100{ --tw-text-opacity: 1; color: rgb(241 230 237 / var(--tw-text-opacity)); }
.text-amaranth-100\/0{ color: rgb(241 230 237 / 0); }
.text-amaranth-100\/10{ color: rgb(241 230 237 / 0.1); }
.text-amaranth-100\/100{ color: rgb(241 230 237 / 1); }
.text-amaranth-100\/20{ color: rgb(241 230 237 / 0.2); }
.text-amaranth-100\/25{ color: rgb(241 230 237 / 0.25); }
.text-amaranth-100\/30{ color: rgb(241 230 237 / 0.3); }
.text-amaranth-100\/40{ color: rgb(241 230 237 / 0.4); }
.text-amaranth-100\/5{ color: rgb(241 230 237 / 0.05); }
.text-amaranth-100\/50{ color: rgb(241 230 237 / 0.5); }
.text-amaranth-100\/60{ color: rgb(241 230 237 / 0.6); }
.text-amaranth-100\/70{ color: rgb(241 230 237 / 0.7); }
.text-amaranth-100\/75{ color: rgb(241 230 237 / 0.75); }
.text-amaranth-100\/80{ color: rgb(241 230 237 / 0.8); }
.text-amaranth-100\/90{ color: rgb(241 230 237 / 0.9); }
.text-amaranth-100\/95{ color: rgb(241 230 237 / 0.95); }
.text-amaranth-200{ --tw-text-opacity: 1; color: rgb(227 204 219 / var(--tw-text-opacity)); }
.text-amaranth-200\/0{ color: rgb(227 204 219 / 0); }
.text-amaranth-200\/10{ color: rgb(227 204 219 / 0.1); }
.text-amaranth-200\/100{ color: rgb(227 204 219 / 1); }
.text-amaranth-200\/20{ color: rgb(227 204 219 / 0.2); }
.text-amaranth-200\/25{ color: rgb(227 204 219 / 0.25); }
.text-amaranth-200\/30{ color: rgb(227 204 219 / 0.3); }
.text-amaranth-200\/40{ color: rgb(227 204 219 / 0.4); }
.text-amaranth-200\/5{ color: rgb(227 204 219 / 0.05); }
.text-amaranth-200\/50{ color: rgb(227 204 219 / 0.5); }
.text-amaranth-200\/60{ color: rgb(227 204 219 / 0.6); }
.text-amaranth-200\/70{ color: rgb(227 204 219 / 0.7); }
.text-amaranth-200\/75{ color: rgb(227 204 219 / 0.75); }
.text-amaranth-200\/80{ color: rgb(227 204 219 / 0.8); }
.text-amaranth-200\/90{ color: rgb(227 204 219 / 0.9); }
.text-amaranth-200\/95{ color: rgb(227 204 219 / 0.95); }
.text-amaranth-300{ --tw-text-opacity: 1; color: rgb(214 179 201 / var(--tw-text-opacity)); }
.text-amaranth-300\/0{ color: rgb(214 179 201 / 0); }
.text-amaranth-300\/10{ color: rgb(214 179 201 / 0.1); }
.text-amaranth-300\/100{ color: rgb(214 179 201 / 1); }
.text-amaranth-300\/20{ color: rgb(214 179 201 / 0.2); }
.text-amaranth-300\/25{ color: rgb(214 179 201 / 0.25); }
.text-amaranth-300\/30{ color: rgb(214 179 201 / 0.3); }
.text-amaranth-300\/40{ color: rgb(214 179 201 / 0.4); }
.text-amaranth-300\/5{ color: rgb(214 179 201 / 0.05); }
.text-amaranth-300\/50{ color: rgb(214 179 201 / 0.5); }
.text-amaranth-300\/60{ color: rgb(214 179 201 / 0.6); }
.text-amaranth-300\/70{ color: rgb(214 179 201 / 0.7); }
.text-amaranth-300\/75{ color: rgb(214 179 201 / 0.75); }
.text-amaranth-300\/80{ color: rgb(214 179 201 / 0.8); }
.text-amaranth-300\/90{ color: rgb(214 179 201 / 0.9); }
.text-amaranth-300\/95{ color: rgb(214 179 201 / 0.95); }
.text-amaranth-400{ --tw-text-opacity: 1; color: rgb(199 153 182 / var(--tw-text-opacity)); }
.text-amaranth-400\/0{ color: rgb(199 153 182 / 0); }
.text-amaranth-400\/10{ color: rgb(199 153 182 / 0.1); }
.text-amaranth-400\/100{ color: rgb(199 153 182 / 1); }
.text-amaranth-400\/20{ color: rgb(199 153 182 / 0.2); }
.text-amaranth-400\/25{ color: rgb(199 153 182 / 0.25); }
.text-amaranth-400\/30{ color: rgb(199 153 182 / 0.3); }
.text-amaranth-400\/40{ color: rgb(199 153 182 / 0.4); }
.text-amaranth-400\/5{ color: rgb(199 153 182 / 0.05); }
.text-amaranth-400\/50{ color: rgb(199 153 182 / 0.5); }
.text-amaranth-400\/60{ color: rgb(199 153 182 / 0.6); }
.text-amaranth-400\/70{ color: rgb(199 153 182 / 0.7); }
.text-amaranth-400\/75{ color: rgb(199 153 182 / 0.75); }
.text-amaranth-400\/80{ color: rgb(199 153 182 / 0.8); }
.text-amaranth-400\/90{ color: rgb(199 153 182 / 0.9); }
.text-amaranth-400\/95{ color: rgb(199 153 182 / 0.95); }
.text-amaranth-500{ --tw-text-opacity: 1; color: rgb(186 128 164 / var(--tw-text-opacity)); }
.text-amaranth-500\/0{ color: rgb(186 128 164 / 0); }
.text-amaranth-500\/10{ color: rgb(186 128 164 / 0.1); }
.text-amaranth-500\/100{ color: rgb(186 128 164 / 1); }
.text-amaranth-500\/20{ color: rgb(186 128 164 / 0.2); }
.text-amaranth-500\/25{ color: rgb(186 128 164 / 0.25); }
.text-amaranth-500\/30{ color: rgb(186 128 164 / 0.3); }
.text-amaranth-500\/40{ color: rgb(186 128 164 / 0.4); }
.text-amaranth-500\/5{ color: rgb(186 128 164 / 0.05); }
.text-amaranth-500\/50{ color: rgb(186 128 164 / 0.5); }
.text-amaranth-500\/60{ color: rgb(186 128 164 / 0.6); }
.text-amaranth-500\/70{ color: rgb(186 128 164 / 0.7); }
.text-amaranth-500\/75{ color: rgb(186 128 164 / 0.75); }
.text-amaranth-500\/80{ color: rgb(186 128 164 / 0.8); }
.text-amaranth-500\/90{ color: rgb(186 128 164 / 0.9); }
.text-amaranth-500\/95{ color: rgb(186 128 164 / 0.95); }
.text-amaranth-600{ --tw-text-opacity: 1; color: rgb(172 102 146 / var(--tw-text-opacity)); }
.text-amaranth-600\/0{ color: rgb(172 102 146 / 0); }
.text-amaranth-600\/10{ color: rgb(172 102 146 / 0.1); }
.text-amaranth-600\/100{ color: rgb(172 102 146 / 1); }
.text-amaranth-600\/20{ color: rgb(172 102 146 / 0.2); }
.text-amaranth-600\/25{ color: rgb(172 102 146 / 0.25); }
.text-amaranth-600\/30{ color: rgb(172 102 146 / 0.3); }
.text-amaranth-600\/40{ color: rgb(172 102 146 / 0.4); }
.text-amaranth-600\/5{ color: rgb(172 102 146 / 0.05); }
.text-amaranth-600\/50{ color: rgb(172 102 146 / 0.5); }
.text-amaranth-600\/60{ color: rgb(172 102 146 / 0.6); }
.text-amaranth-600\/70{ color: rgb(172 102 146 / 0.7); }
.text-amaranth-600\/75{ color: rgb(172 102 146 / 0.75); }
.text-amaranth-600\/80{ color: rgb(172 102 146 / 0.8); }
.text-amaranth-600\/90{ color: rgb(172 102 146 / 0.9); }
.text-amaranth-600\/95{ color: rgb(172 102 146 / 0.95); }
.text-amaranth-700{ --tw-text-opacity: 1; color: rgb(157 76 127 / var(--tw-text-opacity)); }
.text-amaranth-700\/0{ color: rgb(157 76 127 / 0); }
.text-amaranth-700\/10{ color: rgb(157 76 127 / 0.1); }
.text-amaranth-700\/100{ color: rgb(157 76 127 / 1); }
.text-amaranth-700\/20{ color: rgb(157 76 127 / 0.2); }
.text-amaranth-700\/25{ color: rgb(157 76 127 / 0.25); }
.text-amaranth-700\/30{ color: rgb(157 76 127 / 0.3); }
.text-amaranth-700\/40{ color: rgb(157 76 127 / 0.4); }
.text-amaranth-700\/5{ color: rgb(157 76 127 / 0.05); }
.text-amaranth-700\/50{ color: rgb(157 76 127 / 0.5); }
.text-amaranth-700\/60{ color: rgb(157 76 127 / 0.6); }
.text-amaranth-700\/70{ color: rgb(157 76 127 / 0.7); }
.text-amaranth-700\/75{ color: rgb(157 76 127 / 0.75); }
.text-amaranth-700\/80{ color: rgb(157 76 127 / 0.8); }
.text-amaranth-700\/90{ color: rgb(157 76 127 / 0.9); }
.text-amaranth-700\/95{ color: rgb(157 76 127 / 0.95); }
.text-amaranth-800{ --tw-text-opacity: 1; color: rgb(144 51 109 / var(--tw-text-opacity)); }
.text-amaranth-800\/0{ color: rgb(144 51 109 / 0); }
.text-amaranth-800\/10{ color: rgb(144 51 109 / 0.1); }
.text-amaranth-800\/100{ color: rgb(144 51 109 / 1); }
.text-amaranth-800\/20{ color: rgb(144 51 109 / 0.2); }
.text-amaranth-800\/25{ color: rgb(144 51 109 / 0.25); }
.text-amaranth-800\/30{ color: rgb(144 51 109 / 0.3); }
.text-amaranth-800\/40{ color: rgb(144 51 109 / 0.4); }
.text-amaranth-800\/5{ color: rgb(144 51 109 / 0.05); }
.text-amaranth-800\/50{ color: rgb(144 51 109 / 0.5); }
.text-amaranth-800\/60{ color: rgb(144 51 109 / 0.6); }
.text-amaranth-800\/70{ color: rgb(144 51 109 / 0.7); }
.text-amaranth-800\/75{ color: rgb(144 51 109 / 0.75); }
.text-amaranth-800\/80{ color: rgb(144 51 109 / 0.8); }
.text-amaranth-800\/90{ color: rgb(144 51 109 / 0.9); }
.text-amaranth-800\/95{ color: rgb(144 51 109 / 0.95); }
.text-amaranth-900{ --tw-text-opacity: 1; color: rgb(130 26 92 / var(--tw-text-opacity)); }
.text-amaranth-900\/0{ color: rgb(130 26 92 / 0); }
.text-amaranth-900\/10{ color: rgb(130 26 92 / 0.1); }
.text-amaranth-900\/100{ color: rgb(130 26 92 / 1); }
.text-amaranth-900\/20{ color: rgb(130 26 92 / 0.2); }
.text-amaranth-900\/25{ color: rgb(130 26 92 / 0.25); }
.text-amaranth-900\/30{ color: rgb(130 26 92 / 0.3); }
.text-amaranth-900\/40{ color: rgb(130 26 92 / 0.4); }
.text-amaranth-900\/5{ color: rgb(130 26 92 / 0.05); }
.text-amaranth-900\/50{ color: rgb(130 26 92 / 0.5); }
.text-amaranth-900\/60{ color: rgb(130 26 92 / 0.6); }
.text-amaranth-900\/70{ color: rgb(130 26 92 / 0.7); }
.text-amaranth-900\/75{ color: rgb(130 26 92 / 0.75); }
.text-amaranth-900\/80{ color: rgb(130 26 92 / 0.8); }
.text-amaranth-900\/90{ color: rgb(130 26 92 / 0.9); }
.text-amaranth-900\/95{ color: rgb(130 26 92 / 0.95); }
.text-amaranth-950{ --tw-text-opacity: 1; color: rgb(123 13 82 / var(--tw-text-opacity)); }
.text-amaranth-950\/0{ color: rgb(123 13 82 / 0); }
.text-amaranth-950\/10{ color: rgb(123 13 82 / 0.1); }
.text-amaranth-950\/100{ color: rgb(123 13 82 / 1); }
.text-amaranth-950\/20{ color: rgb(123 13 82 / 0.2); }
.text-amaranth-950\/25{ color: rgb(123 13 82 / 0.25); }
.text-amaranth-950\/30{ color: rgb(123 13 82 / 0.3); }
.text-amaranth-950\/40{ color: rgb(123 13 82 / 0.4); }
.text-amaranth-950\/5{ color: rgb(123 13 82 / 0.05); }
.text-amaranth-950\/50{ color: rgb(123 13 82 / 0.5); }
.text-amaranth-950\/60{ color: rgb(123 13 82 / 0.6); }
.text-amaranth-950\/70{ color: rgb(123 13 82 / 0.7); }
.text-amaranth-950\/75{ color: rgb(123 13 82 / 0.75); }
.text-amaranth-950\/80{ color: rgb(123 13 82 / 0.8); }
.text-amaranth-950\/90{ color: rgb(123 13 82 / 0.9); }
.text-amaranth-950\/95{ color: rgb(123 13 82 / 0.95); }
.text-amaranth\/0{ color: rgb(116 0 73 / 0); }
.text-amaranth\/10{ color: rgb(116 0 73 / 0.1); }
.text-amaranth\/100{ color: rgb(116 0 73 / 1); }
.text-amaranth\/20{ color: rgb(116 0 73 / 0.2); }
.text-amaranth\/25{ color: rgb(116 0 73 / 0.25); }
.text-amaranth\/30{ color: rgb(116 0 73 / 0.3); }
.text-amaranth\/40{ color: rgb(116 0 73 / 0.4); }
.text-amaranth\/5{ color: rgb(116 0 73 / 0.05); }
.text-amaranth\/50{ color: rgb(116 0 73 / 0.5); }
.text-amaranth\/60{ color: rgb(116 0 73 / 0.6); }
.text-amaranth\/70{ color: rgb(116 0 73 / 0.7); }
.text-amaranth\/75{ color: rgb(116 0 73 / 0.75); }
.text-amaranth\/80{ color: rgb(116 0 73 / 0.8); }
.text-amaranth\/90{ color: rgb(116 0 73 / 0.9); }
.text-amaranth\/95{ color: rgb(116 0 73 / 0.95); }
.text-amber-100{ --tw-text-opacity: 1; color: rgb(254 243 199 / var(--tw-text-opacity)); }
.text-amber-100\/0{ color: rgb(254 243 199 / 0); }
.text-amber-100\/10{ color: rgb(254 243 199 / 0.1); }
.text-amber-100\/100{ color: rgb(254 243 199 / 1); }
.text-amber-100\/20{ color: rgb(254 243 199 / 0.2); }
.text-amber-100\/25{ color: rgb(254 243 199 / 0.25); }
.text-amber-100\/30{ color: rgb(254 243 199 / 0.3); }
.text-amber-100\/40{ color: rgb(254 243 199 / 0.4); }
.text-amber-100\/5{ color: rgb(254 243 199 / 0.05); }
.text-amber-100\/50{ color: rgb(254 243 199 / 0.5); }
.text-amber-100\/60{ color: rgb(254 243 199 / 0.6); }
.text-amber-100\/70{ color: rgb(254 243 199 / 0.7); }
.text-amber-100\/75{ color: rgb(254 243 199 / 0.75); }
.text-amber-100\/80{ color: rgb(254 243 199 / 0.8); }
.text-amber-100\/90{ color: rgb(254 243 199 / 0.9); }
.text-amber-100\/95{ color: rgb(254 243 199 / 0.95); }
.text-amber-200{ --tw-text-opacity: 1; color: rgb(253 230 138 / var(--tw-text-opacity)); }
.text-amber-200\/0{ color: rgb(253 230 138 / 0); }
.text-amber-200\/10{ color: rgb(253 230 138 / 0.1); }
.text-amber-200\/100{ color: rgb(253 230 138 / 1); }
.text-amber-200\/20{ color: rgb(253 230 138 / 0.2); }
.text-amber-200\/25{ color: rgb(253 230 138 / 0.25); }
.text-amber-200\/30{ color: rgb(253 230 138 / 0.3); }
.text-amber-200\/40{ color: rgb(253 230 138 / 0.4); }
.text-amber-200\/5{ color: rgb(253 230 138 / 0.05); }
.text-amber-200\/50{ color: rgb(253 230 138 / 0.5); }
.text-amber-200\/60{ color: rgb(253 230 138 / 0.6); }
.text-amber-200\/70{ color: rgb(253 230 138 / 0.7); }
.text-amber-200\/75{ color: rgb(253 230 138 / 0.75); }
.text-amber-200\/80{ color: rgb(253 230 138 / 0.8); }
.text-amber-200\/90{ color: rgb(253 230 138 / 0.9); }
.text-amber-200\/95{ color: rgb(253 230 138 / 0.95); }
.text-amber-300{ --tw-text-opacity: 1; color: rgb(252 211 77 / var(--tw-text-opacity)); }
.text-amber-300\/0{ color: rgb(252 211 77 / 0); }
.text-amber-300\/10{ color: rgb(252 211 77 / 0.1); }
.text-amber-300\/100{ color: rgb(252 211 77 / 1); }
.text-amber-300\/20{ color: rgb(252 211 77 / 0.2); }
.text-amber-300\/25{ color: rgb(252 211 77 / 0.25); }
.text-amber-300\/30{ color: rgb(252 211 77 / 0.3); }
.text-amber-300\/40{ color: rgb(252 211 77 / 0.4); }
.text-amber-300\/5{ color: rgb(252 211 77 / 0.05); }
.text-amber-300\/50{ color: rgb(252 211 77 / 0.5); }
.text-amber-300\/60{ color: rgb(252 211 77 / 0.6); }
.text-amber-300\/70{ color: rgb(252 211 77 / 0.7); }
.text-amber-300\/75{ color: rgb(252 211 77 / 0.75); }
.text-amber-300\/80{ color: rgb(252 211 77 / 0.8); }
.text-amber-300\/90{ color: rgb(252 211 77 / 0.9); }
.text-amber-300\/95{ color: rgb(252 211 77 / 0.95); }
.text-amber-400{ --tw-text-opacity: 1; color: rgb(251 191 36 / var(--tw-text-opacity)); }
.text-amber-400\/0{ color: rgb(251 191 36 / 0); }
.text-amber-400\/10{ color: rgb(251 191 36 / 0.1); }
.text-amber-400\/100{ color: rgb(251 191 36 / 1); }
.text-amber-400\/20{ color: rgb(251 191 36 / 0.2); }
.text-amber-400\/25{ color: rgb(251 191 36 / 0.25); }
.text-amber-400\/30{ color: rgb(251 191 36 / 0.3); }
.text-amber-400\/40{ color: rgb(251 191 36 / 0.4); }
.text-amber-400\/5{ color: rgb(251 191 36 / 0.05); }
.text-amber-400\/50{ color: rgb(251 191 36 / 0.5); }
.text-amber-400\/60{ color: rgb(251 191 36 / 0.6); }
.text-amber-400\/70{ color: rgb(251 191 36 / 0.7); }
.text-amber-400\/75{ color: rgb(251 191 36 / 0.75); }
.text-amber-400\/80{ color: rgb(251 191 36 / 0.8); }
.text-amber-400\/90{ color: rgb(251 191 36 / 0.9); }
.text-amber-400\/95{ color: rgb(251 191 36 / 0.95); }
.text-amber-50{ --tw-text-opacity: 1; color: rgb(255 251 235 / var(--tw-text-opacity)); }
.text-amber-50\/0{ color: rgb(255 251 235 / 0); }
.text-amber-50\/10{ color: rgb(255 251 235 / 0.1); }
.text-amber-50\/100{ color: rgb(255 251 235 / 1); }
.text-amber-50\/20{ color: rgb(255 251 235 / 0.2); }
.text-amber-50\/25{ color: rgb(255 251 235 / 0.25); }
.text-amber-50\/30{ color: rgb(255 251 235 / 0.3); }
.text-amber-50\/40{ color: rgb(255 251 235 / 0.4); }
.text-amber-50\/5{ color: rgb(255 251 235 / 0.05); }
.text-amber-50\/50{ color: rgb(255 251 235 / 0.5); }
.text-amber-50\/60{ color: rgb(255 251 235 / 0.6); }
.text-amber-50\/70{ color: rgb(255 251 235 / 0.7); }
.text-amber-50\/75{ color: rgb(255 251 235 / 0.75); }
.text-amber-50\/80{ color: rgb(255 251 235 / 0.8); }
.text-amber-50\/90{ color: rgb(255 251 235 / 0.9); }
.text-amber-50\/95{ color: rgb(255 251 235 / 0.95); }
.text-amber-500{ --tw-text-opacity: 1; color: rgb(245 158 11 / var(--tw-text-opacity)); }
.text-amber-500\/0{ color: rgb(245 158 11 / 0); }
.text-amber-500\/10{ color: rgb(245 158 11 / 0.1); }
.text-amber-500\/100{ color: rgb(245 158 11 / 1); }
.text-amber-500\/20{ color: rgb(245 158 11 / 0.2); }
.text-amber-500\/25{ color: rgb(245 158 11 / 0.25); }
.text-amber-500\/30{ color: rgb(245 158 11 / 0.3); }
.text-amber-500\/40{ color: rgb(245 158 11 / 0.4); }
.text-amber-500\/5{ color: rgb(245 158 11 / 0.05); }
.text-amber-500\/50{ color: rgb(245 158 11 / 0.5); }
.text-amber-500\/60{ color: rgb(245 158 11 / 0.6); }
.text-amber-500\/70{ color: rgb(245 158 11 / 0.7); }
.text-amber-500\/75{ color: rgb(245 158 11 / 0.75); }
.text-amber-500\/80{ color: rgb(245 158 11 / 0.8); }
.text-amber-500\/90{ color: rgb(245 158 11 / 0.9); }
.text-amber-500\/95{ color: rgb(245 158 11 / 0.95); }
.text-amber-600{ --tw-text-opacity: 1; color: rgb(217 119 6 / var(--tw-text-opacity)); }
.text-amber-600\/0{ color: rgb(217 119 6 / 0); }
.text-amber-600\/10{ color: rgb(217 119 6 / 0.1); }
.text-amber-600\/100{ color: rgb(217 119 6 / 1); }
.text-amber-600\/20{ color: rgb(217 119 6 / 0.2); }
.text-amber-600\/25{ color: rgb(217 119 6 / 0.25); }
.text-amber-600\/30{ color: rgb(217 119 6 / 0.3); }
.text-amber-600\/40{ color: rgb(217 119 6 / 0.4); }
.text-amber-600\/5{ color: rgb(217 119 6 / 0.05); }
.text-amber-600\/50{ color: rgb(217 119 6 / 0.5); }
.text-amber-600\/60{ color: rgb(217 119 6 / 0.6); }
.text-amber-600\/70{ color: rgb(217 119 6 / 0.7); }
.text-amber-600\/75{ color: rgb(217 119 6 / 0.75); }
.text-amber-600\/80{ color: rgb(217 119 6 / 0.8); }
.text-amber-600\/90{ color: rgb(217 119 6 / 0.9); }
.text-amber-600\/95{ color: rgb(217 119 6 / 0.95); }
.text-amber-700{ --tw-text-opacity: 1; color: rgb(180 83 9 / var(--tw-text-opacity)); }
.text-amber-700\/0{ color: rgb(180 83 9 / 0); }
.text-amber-700\/10{ color: rgb(180 83 9 / 0.1); }
.text-amber-700\/100{ color: rgb(180 83 9 / 1); }
.text-amber-700\/20{ color: rgb(180 83 9 / 0.2); }
.text-amber-700\/25{ color: rgb(180 83 9 / 0.25); }
.text-amber-700\/30{ color: rgb(180 83 9 / 0.3); }
.text-amber-700\/40{ color: rgb(180 83 9 / 0.4); }
.text-amber-700\/5{ color: rgb(180 83 9 / 0.05); }
.text-amber-700\/50{ color: rgb(180 83 9 / 0.5); }
.text-amber-700\/60{ color: rgb(180 83 9 / 0.6); }
.text-amber-700\/70{ color: rgb(180 83 9 / 0.7); }
.text-amber-700\/75{ color: rgb(180 83 9 / 0.75); }
.text-amber-700\/80{ color: rgb(180 83 9 / 0.8); }
.text-amber-700\/90{ color: rgb(180 83 9 / 0.9); }
.text-amber-700\/95{ color: rgb(180 83 9 / 0.95); }
.text-amber-800{ --tw-text-opacity: 1; color: rgb(146 64 14 / var(--tw-text-opacity)); }
.text-amber-800\/0{ color: rgb(146 64 14 / 0); }
.text-amber-800\/10{ color: rgb(146 64 14 / 0.1); }
.text-amber-800\/100{ color: rgb(146 64 14 / 1); }
.text-amber-800\/20{ color: rgb(146 64 14 / 0.2); }
.text-amber-800\/25{ color: rgb(146 64 14 / 0.25); }
.text-amber-800\/30{ color: rgb(146 64 14 / 0.3); }
.text-amber-800\/40{ color: rgb(146 64 14 / 0.4); }
.text-amber-800\/5{ color: rgb(146 64 14 / 0.05); }
.text-amber-800\/50{ color: rgb(146 64 14 / 0.5); }
.text-amber-800\/60{ color: rgb(146 64 14 / 0.6); }
.text-amber-800\/70{ color: rgb(146 64 14 / 0.7); }
.text-amber-800\/75{ color: rgb(146 64 14 / 0.75); }
.text-amber-800\/80{ color: rgb(146 64 14 / 0.8); }
.text-amber-800\/90{ color: rgb(146 64 14 / 0.9); }
.text-amber-800\/95{ color: rgb(146 64 14 / 0.95); }
.text-amber-900{ --tw-text-opacity: 1; color: rgb(120 53 15 / var(--tw-text-opacity)); }
.text-amber-900\/0{ color: rgb(120 53 15 / 0); }
.text-amber-900\/10{ color: rgb(120 53 15 / 0.1); }
.text-amber-900\/100{ color: rgb(120 53 15 / 1); }
.text-amber-900\/20{ color: rgb(120 53 15 / 0.2); }
.text-amber-900\/25{ color: rgb(120 53 15 / 0.25); }
.text-amber-900\/30{ color: rgb(120 53 15 / 0.3); }
.text-amber-900\/40{ color: rgb(120 53 15 / 0.4); }
.text-amber-900\/5{ color: rgb(120 53 15 / 0.05); }
.text-amber-900\/50{ color: rgb(120 53 15 / 0.5); }
.text-amber-900\/60{ color: rgb(120 53 15 / 0.6); }
.text-amber-900\/70{ color: rgb(120 53 15 / 0.7); }
.text-amber-900\/75{ color: rgb(120 53 15 / 0.75); }
.text-amber-900\/80{ color: rgb(120 53 15 / 0.8); }
.text-amber-900\/90{ color: rgb(120 53 15 / 0.9); }
.text-amber-900\/95{ color: rgb(120 53 15 / 0.95); }
.text-amber-950{ --tw-text-opacity: 1; color: rgb(69 26 3 / var(--tw-text-opacity)); }
.text-amber-950\/0{ color: rgb(69 26 3 / 0); }
.text-amber-950\/10{ color: rgb(69 26 3 / 0.1); }
.text-amber-950\/100{ color: rgb(69 26 3 / 1); }
.text-amber-950\/20{ color: rgb(69 26 3 / 0.2); }
.text-amber-950\/25{ color: rgb(69 26 3 / 0.25); }
.text-amber-950\/30{ color: rgb(69 26 3 / 0.3); }
.text-amber-950\/40{ color: rgb(69 26 3 / 0.4); }
.text-amber-950\/5{ color: rgb(69 26 3 / 0.05); }
.text-amber-950\/50{ color: rgb(69 26 3 / 0.5); }
.text-amber-950\/60{ color: rgb(69 26 3 / 0.6); }
.text-amber-950\/70{ color: rgb(69 26 3 / 0.7); }
.text-amber-950\/75{ color: rgb(69 26 3 / 0.75); }
.text-amber-950\/80{ color: rgb(69 26 3 / 0.8); }
.text-amber-950\/90{ color: rgb(69 26 3 / 0.9); }
.text-amber-950\/95{ color: rgb(69 26 3 / 0.95); }
.text-black{ --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); }
.text-black\/0{ color: rgb(0 0 0 / 0); }
.text-black\/10{ color: rgb(0 0 0 / 0.1); }
.text-black\/100{ color: rgb(0 0 0 / 1); }
.text-black\/20{ color: rgb(0 0 0 / 0.2); }
.text-black\/25{ color: rgb(0 0 0 / 0.25); }
.text-black\/30{ color: rgb(0 0 0 / 0.3); }
.text-black\/40{ color: rgb(0 0 0 / 0.4); }
.text-black\/5{ color: rgb(0 0 0 / 0.05); }
.text-black\/50{ color: rgb(0 0 0 / 0.5); }
.text-black\/60{ color: rgb(0 0 0 / 0.6); }
.text-black\/70{ color: rgb(0 0 0 / 0.7); }
.text-black\/75{ color: rgb(0 0 0 / 0.75); }
.text-black\/80{ color: rgb(0 0 0 / 0.8); }
.text-black\/90{ color: rgb(0 0 0 / 0.9); }
.text-black\/95{ color: rgb(0 0 0 / 0.95); }
.text-blue-100{ --tw-text-opacity: 1; color: rgb(219 234 254 / var(--tw-text-opacity)); }
.text-blue-100\/0{ color: rgb(219 234 254 / 0); }
.text-blue-100\/10{ color: rgb(219 234 254 / 0.1); }
.text-blue-100\/100{ color: rgb(219 234 254 / 1); }
.text-blue-100\/20{ color: rgb(219 234 254 / 0.2); }
.text-blue-100\/25{ color: rgb(219 234 254 / 0.25); }
.text-blue-100\/30{ color: rgb(219 234 254 / 0.3); }
.text-blue-100\/40{ color: rgb(219 234 254 / 0.4); }
.text-blue-100\/5{ color: rgb(219 234 254 / 0.05); }
.text-blue-100\/50{ color: rgb(219 234 254 / 0.5); }
.text-blue-100\/60{ color: rgb(219 234 254 / 0.6); }
.text-blue-100\/70{ color: rgb(219 234 254 / 0.7); }
.text-blue-100\/75{ color: rgb(219 234 254 / 0.75); }
.text-blue-100\/80{ color: rgb(219 234 254 / 0.8); }
.text-blue-100\/90{ color: rgb(219 234 254 / 0.9); }
.text-blue-100\/95{ color: rgb(219 234 254 / 0.95); }
.text-blue-200{ --tw-text-opacity: 1; color: rgb(191 219 254 / var(--tw-text-opacity)); }
.text-blue-200\/0{ color: rgb(191 219 254 / 0); }
.text-blue-200\/10{ color: rgb(191 219 254 / 0.1); }
.text-blue-200\/100{ color: rgb(191 219 254 / 1); }
.text-blue-200\/20{ color: rgb(191 219 254 / 0.2); }
.text-blue-200\/25{ color: rgb(191 219 254 / 0.25); }
.text-blue-200\/30{ color: rgb(191 219 254 / 0.3); }
.text-blue-200\/40{ color: rgb(191 219 254 / 0.4); }
.text-blue-200\/5{ color: rgb(191 219 254 / 0.05); }
.text-blue-200\/50{ color: rgb(191 219 254 / 0.5); }
.text-blue-200\/60{ color: rgb(191 219 254 / 0.6); }
.text-blue-200\/70{ color: rgb(191 219 254 / 0.7); }
.text-blue-200\/75{ color: rgb(191 219 254 / 0.75); }
.text-blue-200\/80{ color: rgb(191 219 254 / 0.8); }
.text-blue-200\/90{ color: rgb(191 219 254 / 0.9); }
.text-blue-200\/95{ color: rgb(191 219 254 / 0.95); }
.text-blue-300{ --tw-text-opacity: 1; color: rgb(147 197 253 / var(--tw-text-opacity)); }
.text-blue-300\/0{ color: rgb(147 197 253 / 0); }
.text-blue-300\/10{ color: rgb(147 197 253 / 0.1); }
.text-blue-300\/100{ color: rgb(147 197 253 / 1); }
.text-blue-300\/20{ color: rgb(147 197 253 / 0.2); }
.text-blue-300\/25{ color: rgb(147 197 253 / 0.25); }
.text-blue-300\/30{ color: rgb(147 197 253 / 0.3); }
.text-blue-300\/40{ color: rgb(147 197 253 / 0.4); }
.text-blue-300\/5{ color: rgb(147 197 253 / 0.05); }
.text-blue-300\/50{ color: rgb(147 197 253 / 0.5); }
.text-blue-300\/60{ color: rgb(147 197 253 / 0.6); }
.text-blue-300\/70{ color: rgb(147 197 253 / 0.7); }
.text-blue-300\/75{ color: rgb(147 197 253 / 0.75); }
.text-blue-300\/80{ color: rgb(147 197 253 / 0.8); }
.text-blue-300\/90{ color: rgb(147 197 253 / 0.9); }
.text-blue-300\/95{ color: rgb(147 197 253 / 0.95); }
.text-blue-400{ --tw-text-opacity: 1; color: rgb(96 165 250 / var(--tw-text-opacity)); }
.text-blue-400\/0{ color: rgb(96 165 250 / 0); }
.text-blue-400\/10{ color: rgb(96 165 250 / 0.1); }
.text-blue-400\/100{ color: rgb(96 165 250 / 1); }
.text-blue-400\/20{ color: rgb(96 165 250 / 0.2); }
.text-blue-400\/25{ color: rgb(96 165 250 / 0.25); }
.text-blue-400\/30{ color: rgb(96 165 250 / 0.3); }
.text-blue-400\/40{ color: rgb(96 165 250 / 0.4); }
.text-blue-400\/5{ color: rgb(96 165 250 / 0.05); }
.text-blue-400\/50{ color: rgb(96 165 250 / 0.5); }
.text-blue-400\/60{ color: rgb(96 165 250 / 0.6); }
.text-blue-400\/70{ color: rgb(96 165 250 / 0.7); }
.text-blue-400\/75{ color: rgb(96 165 250 / 0.75); }
.text-blue-400\/80{ color: rgb(96 165 250 / 0.8); }
.text-blue-400\/90{ color: rgb(96 165 250 / 0.9); }
.text-blue-400\/95{ color: rgb(96 165 250 / 0.95); }
.text-blue-50{ --tw-text-opacity: 1; color: rgb(239 246 255 / var(--tw-text-opacity)); }
.text-blue-50\/0{ color: rgb(239 246 255 / 0); }
.text-blue-50\/10{ color: rgb(239 246 255 / 0.1); }
.text-blue-50\/100{ color: rgb(239 246 255 / 1); }
.text-blue-50\/20{ color: rgb(239 246 255 / 0.2); }
.text-blue-50\/25{ color: rgb(239 246 255 / 0.25); }
.text-blue-50\/30{ color: rgb(239 246 255 / 0.3); }
.text-blue-50\/40{ color: rgb(239 246 255 / 0.4); }
.text-blue-50\/5{ color: rgb(239 246 255 / 0.05); }
.text-blue-50\/50{ color: rgb(239 246 255 / 0.5); }
.text-blue-50\/60{ color: rgb(239 246 255 / 0.6); }
.text-blue-50\/70{ color: rgb(239 246 255 / 0.7); }
.text-blue-50\/75{ color: rgb(239 246 255 / 0.75); }
.text-blue-50\/80{ color: rgb(239 246 255 / 0.8); }
.text-blue-50\/90{ color: rgb(239 246 255 / 0.9); }
.text-blue-50\/95{ color: rgb(239 246 255 / 0.95); }
.text-blue-500{ --tw-text-opacity: 1; color: rgb(59 130 246 / var(--tw-text-opacity)); }
.text-blue-500\/0{ color: rgb(59 130 246 / 0); }
.text-blue-500\/10{ color: rgb(59 130 246 / 0.1); }
.text-blue-500\/100{ color: rgb(59 130 246 / 1); }
.text-blue-500\/20{ color: rgb(59 130 246 / 0.2); }
.text-blue-500\/25{ color: rgb(59 130 246 / 0.25); }
.text-blue-500\/30{ color: rgb(59 130 246 / 0.3); }
.text-blue-500\/40{ color: rgb(59 130 246 / 0.4); }
.text-blue-500\/5{ color: rgb(59 130 246 / 0.05); }
.text-blue-500\/50{ color: rgb(59 130 246 / 0.5); }
.text-blue-500\/60{ color: rgb(59 130 246 / 0.6); }
.text-blue-500\/70{ color: rgb(59 130 246 / 0.7); }
.text-blue-500\/75{ color: rgb(59 130 246 / 0.75); }
.text-blue-500\/80{ color: rgb(59 130 246 / 0.8); }
.text-blue-500\/90{ color: rgb(59 130 246 / 0.9); }
.text-blue-500\/95{ color: rgb(59 130 246 / 0.95); }
.text-blue-600{ --tw-text-opacity: 1; color: rgb(37 99 235 / var(--tw-text-opacity)); }
.text-blue-600\/0{ color: rgb(37 99 235 / 0); }
.text-blue-600\/10{ color: rgb(37 99 235 / 0.1); }
.text-blue-600\/100{ color: rgb(37 99 235 / 1); }
.text-blue-600\/20{ color: rgb(37 99 235 / 0.2); }
.text-blue-600\/25{ color: rgb(37 99 235 / 0.25); }
.text-blue-600\/30{ color: rgb(37 99 235 / 0.3); }
.text-blue-600\/40{ color: rgb(37 99 235 / 0.4); }
.text-blue-600\/5{ color: rgb(37 99 235 / 0.05); }
.text-blue-600\/50{ color: rgb(37 99 235 / 0.5); }
.text-blue-600\/60{ color: rgb(37 99 235 / 0.6); }
.text-blue-600\/70{ color: rgb(37 99 235 / 0.7); }
.text-blue-600\/75{ color: rgb(37 99 235 / 0.75); }
.text-blue-600\/80{ color: rgb(37 99 235 / 0.8); }
.text-blue-600\/90{ color: rgb(37 99 235 / 0.9); }
.text-blue-600\/95{ color: rgb(37 99 235 / 0.95); }
.text-blue-700{ --tw-text-opacity: 1; color: rgb(29 78 216 / var(--tw-text-opacity)); }
.text-blue-700\/0{ color: rgb(29 78 216 / 0); }
.text-blue-700\/10{ color: rgb(29 78 216 / 0.1); }
.text-blue-700\/100{ color: rgb(29 78 216 / 1); }
.text-blue-700\/20{ color: rgb(29 78 216 / 0.2); }
.text-blue-700\/25{ color: rgb(29 78 216 / 0.25); }
.text-blue-700\/30{ color: rgb(29 78 216 / 0.3); }
.text-blue-700\/40{ color: rgb(29 78 216 / 0.4); }
.text-blue-700\/5{ color: rgb(29 78 216 / 0.05); }
.text-blue-700\/50{ color: rgb(29 78 216 / 0.5); }
.text-blue-700\/60{ color: rgb(29 78 216 / 0.6); }
.text-blue-700\/70{ color: rgb(29 78 216 / 0.7); }
.text-blue-700\/75{ color: rgb(29 78 216 / 0.75); }
.text-blue-700\/80{ color: rgb(29 78 216 / 0.8); }
.text-blue-700\/90{ color: rgb(29 78 216 / 0.9); }
.text-blue-700\/95{ color: rgb(29 78 216 / 0.95); }
.text-blue-800{ --tw-text-opacity: 1; color: rgb(30 64 175 / var(--tw-text-opacity)); }
.text-blue-800\/0{ color: rgb(30 64 175 / 0); }
.text-blue-800\/10{ color: rgb(30 64 175 / 0.1); }
.text-blue-800\/100{ color: rgb(30 64 175 / 1); }
.text-blue-800\/20{ color: rgb(30 64 175 / 0.2); }
.text-blue-800\/25{ color: rgb(30 64 175 / 0.25); }
.text-blue-800\/30{ color: rgb(30 64 175 / 0.3); }
.text-blue-800\/40{ color: rgb(30 64 175 / 0.4); }
.text-blue-800\/5{ color: rgb(30 64 175 / 0.05); }
.text-blue-800\/50{ color: rgb(30 64 175 / 0.5); }
.text-blue-800\/60{ color: rgb(30 64 175 / 0.6); }
.text-blue-800\/70{ color: rgb(30 64 175 / 0.7); }
.text-blue-800\/75{ color: rgb(30 64 175 / 0.75); }
.text-blue-800\/80{ color: rgb(30 64 175 / 0.8); }
.text-blue-800\/90{ color: rgb(30 64 175 / 0.9); }
.text-blue-800\/95{ color: rgb(30 64 175 / 0.95); }
.text-blue-900{ --tw-text-opacity: 1; color: rgb(30 58 138 / var(--tw-text-opacity)); }
.text-blue-900\/0{ color: rgb(30 58 138 / 0); }
.text-blue-900\/10{ color: rgb(30 58 138 / 0.1); }
.text-blue-900\/100{ color: rgb(30 58 138 / 1); }
.text-blue-900\/20{ color: rgb(30 58 138 / 0.2); }
.text-blue-900\/25{ color: rgb(30 58 138 / 0.25); }
.text-blue-900\/30{ color: rgb(30 58 138 / 0.3); }
.text-blue-900\/40{ color: rgb(30 58 138 / 0.4); }
.text-blue-900\/5{ color: rgb(30 58 138 / 0.05); }
.text-blue-900\/50{ color: rgb(30 58 138 / 0.5); }
.text-blue-900\/60{ color: rgb(30 58 138 / 0.6); }
.text-blue-900\/70{ color: rgb(30 58 138 / 0.7); }
.text-blue-900\/75{ color: rgb(30 58 138 / 0.75); }
.text-blue-900\/80{ color: rgb(30 58 138 / 0.8); }
.text-blue-900\/90{ color: rgb(30 58 138 / 0.9); }
.text-blue-900\/95{ color: rgb(30 58 138 / 0.95); }
.text-blue-950{ --tw-text-opacity: 1; color: rgb(23 37 84 / var(--tw-text-opacity)); }
.text-blue-950\/0{ color: rgb(23 37 84 / 0); }
.text-blue-950\/10{ color: rgb(23 37 84 / 0.1); }
.text-blue-950\/100{ color: rgb(23 37 84 / 1); }
.text-blue-950\/20{ color: rgb(23 37 84 / 0.2); }
.text-blue-950\/25{ color: rgb(23 37 84 / 0.25); }
.text-blue-950\/30{ color: rgb(23 37 84 / 0.3); }
.text-blue-950\/40{ color: rgb(23 37 84 / 0.4); }
.text-blue-950\/5{ color: rgb(23 37 84 / 0.05); }
.text-blue-950\/50{ color: rgb(23 37 84 / 0.5); }
.text-blue-950\/60{ color: rgb(23 37 84 / 0.6); }
.text-blue-950\/70{ color: rgb(23 37 84 / 0.7); }
.text-blue-950\/75{ color: rgb(23 37 84 / 0.75); }
.text-blue-950\/80{ color: rgb(23 37 84 / 0.8); }
.text-blue-950\/90{ color: rgb(23 37 84 / 0.9); }
.text-blue-950\/95{ color: rgb(23 37 84 / 0.95); }
.text-callout-bad-border{ --tw-text-opacity: 1; color: rgb(188 87 26 / var(--tw-text-opacity)); }
.text-callout-bad-border\/0{ color: rgb(188 87 26 / 0); }
.text-callout-bad-border\/10{ color: rgb(188 87 26 / 0.1); }
.text-callout-bad-border\/100{ color: rgb(188 87 26 / 1); }
.text-callout-bad-border\/20{ color: rgb(188 87 26 / 0.2); }
.text-callout-bad-border\/25{ color: rgb(188 87 26 / 0.25); }
.text-callout-bad-border\/30{ color: rgb(188 87 26 / 0.3); }
.text-callout-bad-border\/40{ color: rgb(188 87 26 / 0.4); }
.text-callout-bad-border\/5{ color: rgb(188 87 26 / 0.05); }
.text-callout-bad-border\/50{ color: rgb(188 87 26 / 0.5); }
.text-callout-bad-border\/60{ color: rgb(188 87 26 / 0.6); }
.text-callout-bad-border\/70{ color: rgb(188 87 26 / 0.7); }
.text-callout-bad-border\/75{ color: rgb(188 87 26 / 0.75); }
.text-callout-bad-border\/80{ color: rgb(188 87 26 / 0.8); }
.text-callout-bad-border\/90{ color: rgb(188 87 26 / 0.9); }
.text-callout-bad-border\/95{ color: rgb(188 87 26 / 0.95); }
.text-callout-bad-fill{ --tw-text-opacity: 1; color: rgb(255 133 82 / var(--tw-text-opacity)); }
.text-callout-bad-fill\/0{ color: rgb(255 133 82 / 0); }
.text-callout-bad-fill\/10{ color: rgb(255 133 82 / 0.1); }
.text-callout-bad-fill\/100{ color: rgb(255 133 82 / 1); }
.text-callout-bad-fill\/20{ color: rgb(255 133 82 / 0.2); }
.text-callout-bad-fill\/25{ color: rgb(255 133 82 / 0.25); }
.text-callout-bad-fill\/30{ color: rgb(255 133 82 / 0.3); }
.text-callout-bad-fill\/40{ color: rgb(255 133 82 / 0.4); }
.text-callout-bad-fill\/5{ color: rgb(255 133 82 / 0.05); }
.text-callout-bad-fill\/50{ color: rgb(255 133 82 / 0.5); }
.text-callout-bad-fill\/60{ color: rgb(255 133 82 / 0.6); }
.text-callout-bad-fill\/70{ color: rgb(255 133 82 / 0.7); }
.text-callout-bad-fill\/75{ color: rgb(255 133 82 / 0.75); }
.text-callout-bad-fill\/80{ color: rgb(255 133 82 / 0.8); }
.text-callout-bad-fill\/90{ color: rgb(255 133 82 / 0.9); }
.text-callout-bad-fill\/95{ color: rgb(255 133 82 / 0.95); }
.text-callout-bad-icon{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.text-callout-bad-icon\/0{ color: rgb(255 255 255 / 0); }
.text-callout-bad-icon\/10{ color: rgb(255 255 255 / 0.1); }
.text-callout-bad-icon\/100{ color: rgb(255 255 255 / 1); }
.text-callout-bad-icon\/20{ color: rgb(255 255 255 / 0.2); }
.text-callout-bad-icon\/25{ color: rgb(255 255 255 / 0.25); }
.text-callout-bad-icon\/30{ color: rgb(255 255 255 / 0.3); }
.text-callout-bad-icon\/40{ color: rgb(255 255 255 / 0.4); }
.text-callout-bad-icon\/5{ color: rgb(255 255 255 / 0.05); }
.text-callout-bad-icon\/50{ color: rgb(255 255 255 / 0.5); }
.text-callout-bad-icon\/60{ color: rgb(255 255 255 / 0.6); }
.text-callout-bad-icon\/70{ color: rgb(255 255 255 / 0.7); }
.text-callout-bad-icon\/75{ color: rgb(255 255 255 / 0.75); }
.text-callout-bad-icon\/80{ color: rgb(255 255 255 / 0.8); }
.text-callout-bad-icon\/90{ color: rgb(255 255 255 / 0.9); }
.text-callout-bad-icon\/95{ color: rgb(255 255 255 / 0.95); }
.text-callout-bad-text{ --tw-text-opacity: 1; color: rgb(21 10 10 / var(--tw-text-opacity)); }
.text-callout-bad-text-accent{ --tw-text-opacity: 1; color: rgb(255 227 227 / var(--tw-text-opacity)); }
.text-callout-bad-text-accent\/0{ color: rgb(255 227 227 / 0); }
.text-callout-bad-text-accent\/10{ color: rgb(255 227 227 / 0.1); }
.text-callout-bad-text-accent\/100{ color: rgb(255 227 227 / 1); }
.text-callout-bad-text-accent\/20{ color: rgb(255 227 227 / 0.2); }
.text-callout-bad-text-accent\/25{ color: rgb(255 227 227 / 0.25); }
.text-callout-bad-text-accent\/30{ color: rgb(255 227 227 / 0.3); }
.text-callout-bad-text-accent\/40{ color: rgb(255 227 227 / 0.4); }
.text-callout-bad-text-accent\/5{ color: rgb(255 227 227 / 0.05); }
.text-callout-bad-text-accent\/50{ color: rgb(255 227 227 / 0.5); }
.text-callout-bad-text-accent\/60{ color: rgb(255 227 227 / 0.6); }
.text-callout-bad-text-accent\/70{ color: rgb(255 227 227 / 0.7); }
.text-callout-bad-text-accent\/75{ color: rgb(255 227 227 / 0.75); }
.text-callout-bad-text-accent\/80{ color: rgb(255 227 227 / 0.8); }
.text-callout-bad-text-accent\/90{ color: rgb(255 227 227 / 0.9); }
.text-callout-bad-text-accent\/95{ color: rgb(255 227 227 / 0.95); }
.text-callout-bad-text\/0{ color: rgb(21 10 10 / 0); }
.text-callout-bad-text\/10{ color: rgb(21 10 10 / 0.1); }
.text-callout-bad-text\/100{ color: rgb(21 10 10 / 1); }
.text-callout-bad-text\/20{ color: rgb(21 10 10 / 0.2); }
.text-callout-bad-text\/25{ color: rgb(21 10 10 / 0.25); }
.text-callout-bad-text\/30{ color: rgb(21 10 10 / 0.3); }
.text-callout-bad-text\/40{ color: rgb(21 10 10 / 0.4); }
.text-callout-bad-text\/5{ color: rgb(21 10 10 / 0.05); }
.text-callout-bad-text\/50{ color: rgb(21 10 10 / 0.5); }
.text-callout-bad-text\/60{ color: rgb(21 10 10 / 0.6); }
.text-callout-bad-text\/70{ color: rgb(21 10 10 / 0.7); }
.text-callout-bad-text\/75{ color: rgb(21 10 10 / 0.75); }
.text-callout-bad-text\/80{ color: rgb(21 10 10 / 0.8); }
.text-callout-bad-text\/90{ color: rgb(21 10 10 / 0.9); }
.text-callout-bad-text\/95{ color: rgb(21 10 10 / 0.95); }
.text-callout-info-border{ --tw-text-opacity: 1; color: rgb(0 169 165 / var(--tw-text-opacity)); }
.text-callout-info-border\/0{ color: rgb(0 169 165 / 0); }
.text-callout-info-border\/10{ color: rgb(0 169 165 / 0.1); }
.text-callout-info-border\/100{ color: rgb(0 169 165 / 1); }
.text-callout-info-border\/20{ color: rgb(0 169 165 / 0.2); }
.text-callout-info-border\/25{ color: rgb(0 169 165 / 0.25); }
.text-callout-info-border\/30{ color: rgb(0 169 165 / 0.3); }
.text-callout-info-border\/40{ color: rgb(0 169 165 / 0.4); }
.text-callout-info-border\/5{ color: rgb(0 169 165 / 0.05); }
.text-callout-info-border\/50{ color: rgb(0 169 165 / 0.5); }
.text-callout-info-border\/60{ color: rgb(0 169 165 / 0.6); }
.text-callout-info-border\/70{ color: rgb(0 169 165 / 0.7); }
.text-callout-info-border\/75{ color: rgb(0 169 165 / 0.75); }
.text-callout-info-border\/80{ color: rgb(0 169 165 / 0.8); }
.text-callout-info-border\/90{ color: rgb(0 169 165 / 0.9); }
.text-callout-info-border\/95{ color: rgb(0 169 165 / 0.95); }
.text-callout-info-fill{ color: transparent; }
.text-callout-info-fill\/0{ color: rgb(0 0 0 / 0); }
.text-callout-info-fill\/10{ color: rgb(0 0 0 / 0.1); }
.text-callout-info-fill\/100{ color: rgb(0 0 0 / 1); }
.text-callout-info-fill\/20{ color: rgb(0 0 0 / 0.2); }
.text-callout-info-fill\/25{ color: rgb(0 0 0 / 0.25); }
.text-callout-info-fill\/30{ color: rgb(0 0 0 / 0.3); }
.text-callout-info-fill\/40{ color: rgb(0 0 0 / 0.4); }
.text-callout-info-fill\/5{ color: rgb(0 0 0 / 0.05); }
.text-callout-info-fill\/50{ color: rgb(0 0 0 / 0.5); }
.text-callout-info-fill\/60{ color: rgb(0 0 0 / 0.6); }
.text-callout-info-fill\/70{ color: rgb(0 0 0 / 0.7); }
.text-callout-info-fill\/75{ color: rgb(0 0 0 / 0.75); }
.text-callout-info-fill\/80{ color: rgb(0 0 0 / 0.8); }
.text-callout-info-fill\/90{ color: rgb(0 0 0 / 0.9); }
.text-callout-info-fill\/95{ color: rgb(0 0 0 / 0.95); }
.text-callout-info-icon{ --tw-text-opacity: 1; color: rgb(0 169 165 / var(--tw-text-opacity)); }
.text-callout-info-icon\/0{ color: rgb(0 169 165 / 0); }
.text-callout-info-icon\/10{ color: rgb(0 169 165 / 0.1); }
.text-callout-info-icon\/100{ color: rgb(0 169 165 / 1); }
.text-callout-info-icon\/20{ color: rgb(0 169 165 / 0.2); }
.text-callout-info-icon\/25{ color: rgb(0 169 165 / 0.25); }
.text-callout-info-icon\/30{ color: rgb(0 169 165 / 0.3); }
.text-callout-info-icon\/40{ color: rgb(0 169 165 / 0.4); }
.text-callout-info-icon\/5{ color: rgb(0 169 165 / 0.05); }
.text-callout-info-icon\/50{ color: rgb(0 169 165 / 0.5); }
.text-callout-info-icon\/60{ color: rgb(0 169 165 / 0.6); }
.text-callout-info-icon\/70{ color: rgb(0 169 165 / 0.7); }
.text-callout-info-icon\/75{ color: rgb(0 169 165 / 0.75); }
.text-callout-info-icon\/80{ color: rgb(0 169 165 / 0.8); }
.text-callout-info-icon\/90{ color: rgb(0 169 165 / 0.9); }
.text-callout-info-icon\/95{ color: rgb(0 169 165 / 0.95); }
.text-callout-info-text{ --tw-text-opacity: 1; color: rgb(10 18 21 / var(--tw-text-opacity)); }
.text-callout-info-text-accent{ --tw-text-opacity: 1; color: rgb(2 55 47 / var(--tw-text-opacity)); }
.text-callout-info-text-accent\/0{ color: rgb(2 55 47 / 0); }
.text-callout-info-text-accent\/10{ color: rgb(2 55 47 / 0.1); }
.text-callout-info-text-accent\/100{ color: rgb(2 55 47 / 1); }
.text-callout-info-text-accent\/20{ color: rgb(2 55 47 / 0.2); }
.text-callout-info-text-accent\/25{ color: rgb(2 55 47 / 0.25); }
.text-callout-info-text-accent\/30{ color: rgb(2 55 47 / 0.3); }
.text-callout-info-text-accent\/40{ color: rgb(2 55 47 / 0.4); }
.text-callout-info-text-accent\/5{ color: rgb(2 55 47 / 0.05); }
.text-callout-info-text-accent\/50{ color: rgb(2 55 47 / 0.5); }
.text-callout-info-text-accent\/60{ color: rgb(2 55 47 / 0.6); }
.text-callout-info-text-accent\/70{ color: rgb(2 55 47 / 0.7); }
.text-callout-info-text-accent\/75{ color: rgb(2 55 47 / 0.75); }
.text-callout-info-text-accent\/80{ color: rgb(2 55 47 / 0.8); }
.text-callout-info-text-accent\/90{ color: rgb(2 55 47 / 0.9); }
.text-callout-info-text-accent\/95{ color: rgb(2 55 47 / 0.95); }
.text-callout-info-text\/0{ color: rgb(10 18 21 / 0); }
.text-callout-info-text\/10{ color: rgb(10 18 21 / 0.1); }
.text-callout-info-text\/100{ color: rgb(10 18 21 / 1); }
.text-callout-info-text\/20{ color: rgb(10 18 21 / 0.2); }
.text-callout-info-text\/25{ color: rgb(10 18 21 / 0.25); }
.text-callout-info-text\/30{ color: rgb(10 18 21 / 0.3); }
.text-callout-info-text\/40{ color: rgb(10 18 21 / 0.4); }
.text-callout-info-text\/5{ color: rgb(10 18 21 / 0.05); }
.text-callout-info-text\/50{ color: rgb(10 18 21 / 0.5); }
.text-callout-info-text\/60{ color: rgb(10 18 21 / 0.6); }
.text-callout-info-text\/70{ color: rgb(10 18 21 / 0.7); }
.text-callout-info-text\/75{ color: rgb(10 18 21 / 0.75); }
.text-callout-info-text\/80{ color: rgb(10 18 21 / 0.8); }
.text-callout-info-text\/90{ color: rgb(10 18 21 / 0.9); }
.text-callout-info-text\/95{ color: rgb(10 18 21 / 0.95); }
.text-callout-ok-border{ --tw-text-opacity: 1; color: rgb(0 137 106 / var(--tw-text-opacity)); }
.text-callout-ok-border\/0{ color: rgb(0 137 106 / 0); }
.text-callout-ok-border\/10{ color: rgb(0 137 106 / 0.1); }
.text-callout-ok-border\/100{ color: rgb(0 137 106 / 1); }
.text-callout-ok-border\/20{ color: rgb(0 137 106 / 0.2); }
.text-callout-ok-border\/25{ color: rgb(0 137 106 / 0.25); }
.text-callout-ok-border\/30{ color: rgb(0 137 106 / 0.3); }
.text-callout-ok-border\/40{ color: rgb(0 137 106 / 0.4); }
.text-callout-ok-border\/5{ color: rgb(0 137 106 / 0.05); }
.text-callout-ok-border\/50{ color: rgb(0 137 106 / 0.5); }
.text-callout-ok-border\/60{ color: rgb(0 137 106 / 0.6); }
.text-callout-ok-border\/70{ color: rgb(0 137 106 / 0.7); }
.text-callout-ok-border\/75{ color: rgb(0 137 106 / 0.75); }
.text-callout-ok-border\/80{ color: rgb(0 137 106 / 0.8); }
.text-callout-ok-border\/90{ color: rgb(0 137 106 / 0.9); }
.text-callout-ok-border\/95{ color: rgb(0 137 106 / 0.95); }
.text-callout-ok-fill{ --tw-text-opacity: 1; color: rgb(0 169 165 / var(--tw-text-opacity)); }
.text-callout-ok-fill\/0{ color: rgb(0 169 165 / 0); }
.text-callout-ok-fill\/10{ color: rgb(0 169 165 / 0.1); }
.text-callout-ok-fill\/100{ color: rgb(0 169 165 / 1); }
.text-callout-ok-fill\/20{ color: rgb(0 169 165 / 0.2); }
.text-callout-ok-fill\/25{ color: rgb(0 169 165 / 0.25); }
.text-callout-ok-fill\/30{ color: rgb(0 169 165 / 0.3); }
.text-callout-ok-fill\/40{ color: rgb(0 169 165 / 0.4); }
.text-callout-ok-fill\/5{ color: rgb(0 169 165 / 0.05); }
.text-callout-ok-fill\/50{ color: rgb(0 169 165 / 0.5); }
.text-callout-ok-fill\/60{ color: rgb(0 169 165 / 0.6); }
.text-callout-ok-fill\/70{ color: rgb(0 169 165 / 0.7); }
.text-callout-ok-fill\/75{ color: rgb(0 169 165 / 0.75); }
.text-callout-ok-fill\/80{ color: rgb(0 169 165 / 0.8); }
.text-callout-ok-fill\/90{ color: rgb(0 169 165 / 0.9); }
.text-callout-ok-fill\/95{ color: rgb(0 169 165 / 0.95); }
.text-callout-ok-icon{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.text-callout-ok-icon\/0{ color: rgb(255 255 255 / 0); }
.text-callout-ok-icon\/10{ color: rgb(255 255 255 / 0.1); }
.text-callout-ok-icon\/100{ color: rgb(255 255 255 / 1); }
.text-callout-ok-icon\/20{ color: rgb(255 255 255 / 0.2); }
.text-callout-ok-icon\/25{ color: rgb(255 255 255 / 0.25); }
.text-callout-ok-icon\/30{ color: rgb(255 255 255 / 0.3); }
.text-callout-ok-icon\/40{ color: rgb(255 255 255 / 0.4); }
.text-callout-ok-icon\/5{ color: rgb(255 255 255 / 0.05); }
.text-callout-ok-icon\/50{ color: rgb(255 255 255 / 0.5); }
.text-callout-ok-icon\/60{ color: rgb(255 255 255 / 0.6); }
.text-callout-ok-icon\/70{ color: rgb(255 255 255 / 0.7); }
.text-callout-ok-icon\/75{ color: rgb(255 255 255 / 0.75); }
.text-callout-ok-icon\/80{ color: rgb(255 255 255 / 0.8); }
.text-callout-ok-icon\/90{ color: rgb(255 255 255 / 0.9); }
.text-callout-ok-icon\/95{ color: rgb(255 255 255 / 0.95); }
.text-callout-ok-text{ --tw-text-opacity: 1; color: rgb(10 21 20 / var(--tw-text-opacity)); }
.text-callout-ok-text-accent{ --tw-text-opacity: 1; color: rgb(102 255 221 / var(--tw-text-opacity)); }
.text-callout-ok-text-accent\/0{ color: rgb(102 255 221 / 0); }
.text-callout-ok-text-accent\/10{ color: rgb(102 255 221 / 0.1); }
.text-callout-ok-text-accent\/100{ color: rgb(102 255 221 / 1); }
.text-callout-ok-text-accent\/20{ color: rgb(102 255 221 / 0.2); }
.text-callout-ok-text-accent\/25{ color: rgb(102 255 221 / 0.25); }
.text-callout-ok-text-accent\/30{ color: rgb(102 255 221 / 0.3); }
.text-callout-ok-text-accent\/40{ color: rgb(102 255 221 / 0.4); }
.text-callout-ok-text-accent\/5{ color: rgb(102 255 221 / 0.05); }
.text-callout-ok-text-accent\/50{ color: rgb(102 255 221 / 0.5); }
.text-callout-ok-text-accent\/60{ color: rgb(102 255 221 / 0.6); }
.text-callout-ok-text-accent\/70{ color: rgb(102 255 221 / 0.7); }
.text-callout-ok-text-accent\/75{ color: rgb(102 255 221 / 0.75); }
.text-callout-ok-text-accent\/80{ color: rgb(102 255 221 / 0.8); }
.text-callout-ok-text-accent\/90{ color: rgb(102 255 221 / 0.9); }
.text-callout-ok-text-accent\/95{ color: rgb(102 255 221 / 0.95); }
.text-callout-ok-text\/0{ color: rgb(10 21 20 / 0); }
.text-callout-ok-text\/10{ color: rgb(10 21 20 / 0.1); }
.text-callout-ok-text\/100{ color: rgb(10 21 20 / 1); }
.text-callout-ok-text\/20{ color: rgb(10 21 20 / 0.2); }
.text-callout-ok-text\/25{ color: rgb(10 21 20 / 0.25); }
.text-callout-ok-text\/30{ color: rgb(10 21 20 / 0.3); }
.text-callout-ok-text\/40{ color: rgb(10 21 20 / 0.4); }
.text-callout-ok-text\/5{ color: rgb(10 21 20 / 0.05); }
.text-callout-ok-text\/50{ color: rgb(10 21 20 / 0.5); }
.text-callout-ok-text\/60{ color: rgb(10 21 20 / 0.6); }
.text-callout-ok-text\/70{ color: rgb(10 21 20 / 0.7); }
.text-callout-ok-text\/75{ color: rgb(10 21 20 / 0.75); }
.text-callout-ok-text\/80{ color: rgb(10 21 20 / 0.8); }
.text-callout-ok-text\/90{ color: rgb(10 21 20 / 0.9); }
.text-callout-ok-text\/95{ color: rgb(10 21 20 / 0.95); }
.text-callout-warning-border{ --tw-text-opacity: 1; color: rgb(247 181 0 / var(--tw-text-opacity)); }
.text-callout-warning-border\/0{ color: rgb(247 181 0 / 0); }
.text-callout-warning-border\/10{ color: rgb(247 181 0 / 0.1); }
.text-callout-warning-border\/100{ color: rgb(247 181 0 / 1); }
.text-callout-warning-border\/20{ color: rgb(247 181 0 / 0.2); }
.text-callout-warning-border\/25{ color: rgb(247 181 0 / 0.25); }
.text-callout-warning-border\/30{ color: rgb(247 181 0 / 0.3); }
.text-callout-warning-border\/40{ color: rgb(247 181 0 / 0.4); }
.text-callout-warning-border\/5{ color: rgb(247 181 0 / 0.05); }
.text-callout-warning-border\/50{ color: rgb(247 181 0 / 0.5); }
.text-callout-warning-border\/60{ color: rgb(247 181 0 / 0.6); }
.text-callout-warning-border\/70{ color: rgb(247 181 0 / 0.7); }
.text-callout-warning-border\/75{ color: rgb(247 181 0 / 0.75); }
.text-callout-warning-border\/80{ color: rgb(247 181 0 / 0.8); }
.text-callout-warning-border\/90{ color: rgb(247 181 0 / 0.9); }
.text-callout-warning-border\/95{ color: rgb(247 181 0 / 0.95); }
.text-callout-warning-fill{ --tw-text-opacity: 1; color: rgb(249 219 109 / var(--tw-text-opacity)); }
.text-callout-warning-fill\/0{ color: rgb(249 219 109 / 0); }
.text-callout-warning-fill\/10{ color: rgb(249 219 109 / 0.1); }
.text-callout-warning-fill\/100{ color: rgb(249 219 109 / 1); }
.text-callout-warning-fill\/20{ color: rgb(249 219 109 / 0.2); }
.text-callout-warning-fill\/25{ color: rgb(249 219 109 / 0.25); }
.text-callout-warning-fill\/30{ color: rgb(249 219 109 / 0.3); }
.text-callout-warning-fill\/40{ color: rgb(249 219 109 / 0.4); }
.text-callout-warning-fill\/5{ color: rgb(249 219 109 / 0.05); }
.text-callout-warning-fill\/50{ color: rgb(249 219 109 / 0.5); }
.text-callout-warning-fill\/60{ color: rgb(249 219 109 / 0.6); }
.text-callout-warning-fill\/70{ color: rgb(249 219 109 / 0.7); }
.text-callout-warning-fill\/75{ color: rgb(249 219 109 / 0.75); }
.text-callout-warning-fill\/80{ color: rgb(249 219 109 / 0.8); }
.text-callout-warning-fill\/90{ color: rgb(249 219 109 / 0.9); }
.text-callout-warning-fill\/95{ color: rgb(249 219 109 / 0.95); }
.text-callout-warning-icon{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.text-callout-warning-icon\/0{ color: rgb(255 255 255 / 0); }
.text-callout-warning-icon\/10{ color: rgb(255 255 255 / 0.1); }
.text-callout-warning-icon\/100{ color: rgb(255 255 255 / 1); }
.text-callout-warning-icon\/20{ color: rgb(255 255 255 / 0.2); }
.text-callout-warning-icon\/25{ color: rgb(255 255 255 / 0.25); }
.text-callout-warning-icon\/30{ color: rgb(255 255 255 / 0.3); }
.text-callout-warning-icon\/40{ color: rgb(255 255 255 / 0.4); }
.text-callout-warning-icon\/5{ color: rgb(255 255 255 / 0.05); }
.text-callout-warning-icon\/50{ color: rgb(255 255 255 / 0.5); }
.text-callout-warning-icon\/60{ color: rgb(255 255 255 / 0.6); }
.text-callout-warning-icon\/70{ color: rgb(255 255 255 / 0.7); }
.text-callout-warning-icon\/75{ color: rgb(255 255 255 / 0.75); }
.text-callout-warning-icon\/80{ color: rgb(255 255 255 / 0.8); }
.text-callout-warning-icon\/90{ color: rgb(255 255 255 / 0.9); }
.text-callout-warning-icon\/95{ color: rgb(255 255 255 / 0.95); }
.text-callout-warning-text{ --tw-text-opacity: 1; color: rgb(21 18 10 / var(--tw-text-opacity)); }
.text-callout-warning-text-accent{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.text-callout-warning-text-accent\/0{ color: rgb(255 255 255 / 0); }
.text-callout-warning-text-accent\/10{ color: rgb(255 255 255 / 0.1); }
.text-callout-warning-text-accent\/100{ color: rgb(255 255 255 / 1); }
.text-callout-warning-text-accent\/20{ color: rgb(255 255 255 / 0.2); }
.text-callout-warning-text-accent\/25{ color: rgb(255 255 255 / 0.25); }
.text-callout-warning-text-accent\/30{ color: rgb(255 255 255 / 0.3); }
.text-callout-warning-text-accent\/40{ color: rgb(255 255 255 / 0.4); }
.text-callout-warning-text-accent\/5{ color: rgb(255 255 255 / 0.05); }
.text-callout-warning-text-accent\/50{ color: rgb(255 255 255 / 0.5); }
.text-callout-warning-text-accent\/60{ color: rgb(255 255 255 / 0.6); }
.text-callout-warning-text-accent\/70{ color: rgb(255 255 255 / 0.7); }
.text-callout-warning-text-accent\/75{ color: rgb(255 255 255 / 0.75); }
.text-callout-warning-text-accent\/80{ color: rgb(255 255 255 / 0.8); }
.text-callout-warning-text-accent\/90{ color: rgb(255 255 255 / 0.9); }
.text-callout-warning-text-accent\/95{ color: rgb(255 255 255 / 0.95); }
.text-callout-warning-text\/0{ color: rgb(21 18 10 / 0); }
.text-callout-warning-text\/10{ color: rgb(21 18 10 / 0.1); }
.text-callout-warning-text\/100{ color: rgb(21 18 10 / 1); }
.text-callout-warning-text\/20{ color: rgb(21 18 10 / 0.2); }
.text-callout-warning-text\/25{ color: rgb(21 18 10 / 0.25); }
.text-callout-warning-text\/30{ color: rgb(21 18 10 / 0.3); }
.text-callout-warning-text\/40{ color: rgb(21 18 10 / 0.4); }
.text-callout-warning-text\/5{ color: rgb(21 18 10 / 0.05); }
.text-callout-warning-text\/50{ color: rgb(21 18 10 / 0.5); }
.text-callout-warning-text\/60{ color: rgb(21 18 10 / 0.6); }
.text-callout-warning-text\/70{ color: rgb(21 18 10 / 0.7); }
.text-callout-warning-text\/75{ color: rgb(21 18 10 / 0.75); }
.text-callout-warning-text\/80{ color: rgb(21 18 10 / 0.8); }
.text-callout-warning-text\/90{ color: rgb(21 18 10 / 0.9); }
.text-callout-warning-text\/95{ color: rgb(21 18 10 / 0.95); }
.text-current{ color: currentColor; }
.text-cyan-100{ --tw-text-opacity: 1; color: rgb(207 250 254 / var(--tw-text-opacity)); }
.text-cyan-100\/0{ color: rgb(207 250 254 / 0); }
.text-cyan-100\/10{ color: rgb(207 250 254 / 0.1); }
.text-cyan-100\/100{ color: rgb(207 250 254 / 1); }
.text-cyan-100\/20{ color: rgb(207 250 254 / 0.2); }
.text-cyan-100\/25{ color: rgb(207 250 254 / 0.25); }
.text-cyan-100\/30{ color: rgb(207 250 254 / 0.3); }
.text-cyan-100\/40{ color: rgb(207 250 254 / 0.4); }
.text-cyan-100\/5{ color: rgb(207 250 254 / 0.05); }
.text-cyan-100\/50{ color: rgb(207 250 254 / 0.5); }
.text-cyan-100\/60{ color: rgb(207 250 254 / 0.6); }
.text-cyan-100\/70{ color: rgb(207 250 254 / 0.7); }
.text-cyan-100\/75{ color: rgb(207 250 254 / 0.75); }
.text-cyan-100\/80{ color: rgb(207 250 254 / 0.8); }
.text-cyan-100\/90{ color: rgb(207 250 254 / 0.9); }
.text-cyan-100\/95{ color: rgb(207 250 254 / 0.95); }
.text-cyan-200{ --tw-text-opacity: 1; color: rgb(165 243 252 / var(--tw-text-opacity)); }
.text-cyan-200\/0{ color: rgb(165 243 252 / 0); }
.text-cyan-200\/10{ color: rgb(165 243 252 / 0.1); }
.text-cyan-200\/100{ color: rgb(165 243 252 / 1); }
.text-cyan-200\/20{ color: rgb(165 243 252 / 0.2); }
.text-cyan-200\/25{ color: rgb(165 243 252 / 0.25); }
.text-cyan-200\/30{ color: rgb(165 243 252 / 0.3); }
.text-cyan-200\/40{ color: rgb(165 243 252 / 0.4); }
.text-cyan-200\/5{ color: rgb(165 243 252 / 0.05); }
.text-cyan-200\/50{ color: rgb(165 243 252 / 0.5); }
.text-cyan-200\/60{ color: rgb(165 243 252 / 0.6); }
.text-cyan-200\/70{ color: rgb(165 243 252 / 0.7); }
.text-cyan-200\/75{ color: rgb(165 243 252 / 0.75); }
.text-cyan-200\/80{ color: rgb(165 243 252 / 0.8); }
.text-cyan-200\/90{ color: rgb(165 243 252 / 0.9); }
.text-cyan-200\/95{ color: rgb(165 243 252 / 0.95); }
.text-cyan-300{ --tw-text-opacity: 1; color: rgb(103 232 249 / var(--tw-text-opacity)); }
.text-cyan-300\/0{ color: rgb(103 232 249 / 0); }
.text-cyan-300\/10{ color: rgb(103 232 249 / 0.1); }
.text-cyan-300\/100{ color: rgb(103 232 249 / 1); }
.text-cyan-300\/20{ color: rgb(103 232 249 / 0.2); }
.text-cyan-300\/25{ color: rgb(103 232 249 / 0.25); }
.text-cyan-300\/30{ color: rgb(103 232 249 / 0.3); }
.text-cyan-300\/40{ color: rgb(103 232 249 / 0.4); }
.text-cyan-300\/5{ color: rgb(103 232 249 / 0.05); }
.text-cyan-300\/50{ color: rgb(103 232 249 / 0.5); }
.text-cyan-300\/60{ color: rgb(103 232 249 / 0.6); }
.text-cyan-300\/70{ color: rgb(103 232 249 / 0.7); }
.text-cyan-300\/75{ color: rgb(103 232 249 / 0.75); }
.text-cyan-300\/80{ color: rgb(103 232 249 / 0.8); }
.text-cyan-300\/90{ color: rgb(103 232 249 / 0.9); }
.text-cyan-300\/95{ color: rgb(103 232 249 / 0.95); }
.text-cyan-400{ --tw-text-opacity: 1; color: rgb(34 211 238 / var(--tw-text-opacity)); }
.text-cyan-400\/0{ color: rgb(34 211 238 / 0); }
.text-cyan-400\/10{ color: rgb(34 211 238 / 0.1); }
.text-cyan-400\/100{ color: rgb(34 211 238 / 1); }
.text-cyan-400\/20{ color: rgb(34 211 238 / 0.2); }
.text-cyan-400\/25{ color: rgb(34 211 238 / 0.25); }
.text-cyan-400\/30{ color: rgb(34 211 238 / 0.3); }
.text-cyan-400\/40{ color: rgb(34 211 238 / 0.4); }
.text-cyan-400\/5{ color: rgb(34 211 238 / 0.05); }
.text-cyan-400\/50{ color: rgb(34 211 238 / 0.5); }
.text-cyan-400\/60{ color: rgb(34 211 238 / 0.6); }
.text-cyan-400\/70{ color: rgb(34 211 238 / 0.7); }
.text-cyan-400\/75{ color: rgb(34 211 238 / 0.75); }
.text-cyan-400\/80{ color: rgb(34 211 238 / 0.8); }
.text-cyan-400\/90{ color: rgb(34 211 238 / 0.9); }
.text-cyan-400\/95{ color: rgb(34 211 238 / 0.95); }
.text-cyan-50{ --tw-text-opacity: 1; color: rgb(236 254 255 / var(--tw-text-opacity)); }
.text-cyan-50\/0{ color: rgb(236 254 255 / 0); }
.text-cyan-50\/10{ color: rgb(236 254 255 / 0.1); }
.text-cyan-50\/100{ color: rgb(236 254 255 / 1); }
.text-cyan-50\/20{ color: rgb(236 254 255 / 0.2); }
.text-cyan-50\/25{ color: rgb(236 254 255 / 0.25); }
.text-cyan-50\/30{ color: rgb(236 254 255 / 0.3); }
.text-cyan-50\/40{ color: rgb(236 254 255 / 0.4); }
.text-cyan-50\/5{ color: rgb(236 254 255 / 0.05); }
.text-cyan-50\/50{ color: rgb(236 254 255 / 0.5); }
.text-cyan-50\/60{ color: rgb(236 254 255 / 0.6); }
.text-cyan-50\/70{ color: rgb(236 254 255 / 0.7); }
.text-cyan-50\/75{ color: rgb(236 254 255 / 0.75); }
.text-cyan-50\/80{ color: rgb(236 254 255 / 0.8); }
.text-cyan-50\/90{ color: rgb(236 254 255 / 0.9); }
.text-cyan-50\/95{ color: rgb(236 254 255 / 0.95); }
.text-cyan-500{ --tw-text-opacity: 1; color: rgb(6 182 212 / var(--tw-text-opacity)); }
.text-cyan-500\/0{ color: rgb(6 182 212 / 0); }
.text-cyan-500\/10{ color: rgb(6 182 212 / 0.1); }
.text-cyan-500\/100{ color: rgb(6 182 212 / 1); }
.text-cyan-500\/20{ color: rgb(6 182 212 / 0.2); }
.text-cyan-500\/25{ color: rgb(6 182 212 / 0.25); }
.text-cyan-500\/30{ color: rgb(6 182 212 / 0.3); }
.text-cyan-500\/40{ color: rgb(6 182 212 / 0.4); }
.text-cyan-500\/5{ color: rgb(6 182 212 / 0.05); }
.text-cyan-500\/50{ color: rgb(6 182 212 / 0.5); }
.text-cyan-500\/60{ color: rgb(6 182 212 / 0.6); }
.text-cyan-500\/70{ color: rgb(6 182 212 / 0.7); }
.text-cyan-500\/75{ color: rgb(6 182 212 / 0.75); }
.text-cyan-500\/80{ color: rgb(6 182 212 / 0.8); }
.text-cyan-500\/90{ color: rgb(6 182 212 / 0.9); }
.text-cyan-500\/95{ color: rgb(6 182 212 / 0.95); }
.text-cyan-600{ --tw-text-opacity: 1; color: rgb(8 145 178 / var(--tw-text-opacity)); }
.text-cyan-600\/0{ color: rgb(8 145 178 / 0); }
.text-cyan-600\/10{ color: rgb(8 145 178 / 0.1); }
.text-cyan-600\/100{ color: rgb(8 145 178 / 1); }
.text-cyan-600\/20{ color: rgb(8 145 178 / 0.2); }
.text-cyan-600\/25{ color: rgb(8 145 178 / 0.25); }
.text-cyan-600\/30{ color: rgb(8 145 178 / 0.3); }
.text-cyan-600\/40{ color: rgb(8 145 178 / 0.4); }
.text-cyan-600\/5{ color: rgb(8 145 178 / 0.05); }
.text-cyan-600\/50{ color: rgb(8 145 178 / 0.5); }
.text-cyan-600\/60{ color: rgb(8 145 178 / 0.6); }
.text-cyan-600\/70{ color: rgb(8 145 178 / 0.7); }
.text-cyan-600\/75{ color: rgb(8 145 178 / 0.75); }
.text-cyan-600\/80{ color: rgb(8 145 178 / 0.8); }
.text-cyan-600\/90{ color: rgb(8 145 178 / 0.9); }
.text-cyan-600\/95{ color: rgb(8 145 178 / 0.95); }
.text-cyan-700{ --tw-text-opacity: 1; color: rgb(14 116 144 / var(--tw-text-opacity)); }
.text-cyan-700\/0{ color: rgb(14 116 144 / 0); }
.text-cyan-700\/10{ color: rgb(14 116 144 / 0.1); }
.text-cyan-700\/100{ color: rgb(14 116 144 / 1); }
.text-cyan-700\/20{ color: rgb(14 116 144 / 0.2); }
.text-cyan-700\/25{ color: rgb(14 116 144 / 0.25); }
.text-cyan-700\/30{ color: rgb(14 116 144 / 0.3); }
.text-cyan-700\/40{ color: rgb(14 116 144 / 0.4); }
.text-cyan-700\/5{ color: rgb(14 116 144 / 0.05); }
.text-cyan-700\/50{ color: rgb(14 116 144 / 0.5); }
.text-cyan-700\/60{ color: rgb(14 116 144 / 0.6); }
.text-cyan-700\/70{ color: rgb(14 116 144 / 0.7); }
.text-cyan-700\/75{ color: rgb(14 116 144 / 0.75); }
.text-cyan-700\/80{ color: rgb(14 116 144 / 0.8); }
.text-cyan-700\/90{ color: rgb(14 116 144 / 0.9); }
.text-cyan-700\/95{ color: rgb(14 116 144 / 0.95); }
.text-cyan-800{ --tw-text-opacity: 1; color: rgb(21 94 117 / var(--tw-text-opacity)); }
.text-cyan-800\/0{ color: rgb(21 94 117 / 0); }
.text-cyan-800\/10{ color: rgb(21 94 117 / 0.1); }
.text-cyan-800\/100{ color: rgb(21 94 117 / 1); }
.text-cyan-800\/20{ color: rgb(21 94 117 / 0.2); }
.text-cyan-800\/25{ color: rgb(21 94 117 / 0.25); }
.text-cyan-800\/30{ color: rgb(21 94 117 / 0.3); }
.text-cyan-800\/40{ color: rgb(21 94 117 / 0.4); }
.text-cyan-800\/5{ color: rgb(21 94 117 / 0.05); }
.text-cyan-800\/50{ color: rgb(21 94 117 / 0.5); }
.text-cyan-800\/60{ color: rgb(21 94 117 / 0.6); }
.text-cyan-800\/70{ color: rgb(21 94 117 / 0.7); }
.text-cyan-800\/75{ color: rgb(21 94 117 / 0.75); }
.text-cyan-800\/80{ color: rgb(21 94 117 / 0.8); }
.text-cyan-800\/90{ color: rgb(21 94 117 / 0.9); }
.text-cyan-800\/95{ color: rgb(21 94 117 / 0.95); }
.text-cyan-900{ --tw-text-opacity: 1; color: rgb(22 78 99 / var(--tw-text-opacity)); }
.text-cyan-900\/0{ color: rgb(22 78 99 / 0); }
.text-cyan-900\/10{ color: rgb(22 78 99 / 0.1); }
.text-cyan-900\/100{ color: rgb(22 78 99 / 1); }
.text-cyan-900\/20{ color: rgb(22 78 99 / 0.2); }
.text-cyan-900\/25{ color: rgb(22 78 99 / 0.25); }
.text-cyan-900\/30{ color: rgb(22 78 99 / 0.3); }
.text-cyan-900\/40{ color: rgb(22 78 99 / 0.4); }
.text-cyan-900\/5{ color: rgb(22 78 99 / 0.05); }
.text-cyan-900\/50{ color: rgb(22 78 99 / 0.5); }
.text-cyan-900\/60{ color: rgb(22 78 99 / 0.6); }
.text-cyan-900\/70{ color: rgb(22 78 99 / 0.7); }
.text-cyan-900\/75{ color: rgb(22 78 99 / 0.75); }
.text-cyan-900\/80{ color: rgb(22 78 99 / 0.8); }
.text-cyan-900\/90{ color: rgb(22 78 99 / 0.9); }
.text-cyan-900\/95{ color: rgb(22 78 99 / 0.95); }
.text-cyan-950{ --tw-text-opacity: 1; color: rgb(8 51 68 / var(--tw-text-opacity)); }
.text-cyan-950\/0{ color: rgb(8 51 68 / 0); }
.text-cyan-950\/10{ color: rgb(8 51 68 / 0.1); }
.text-cyan-950\/100{ color: rgb(8 51 68 / 1); }
.text-cyan-950\/20{ color: rgb(8 51 68 / 0.2); }
.text-cyan-950\/25{ color: rgb(8 51 68 / 0.25); }
.text-cyan-950\/30{ color: rgb(8 51 68 / 0.3); }
.text-cyan-950\/40{ color: rgb(8 51 68 / 0.4); }
.text-cyan-950\/5{ color: rgb(8 51 68 / 0.05); }
.text-cyan-950\/50{ color: rgb(8 51 68 / 0.5); }
.text-cyan-950\/60{ color: rgb(8 51 68 / 0.6); }
.text-cyan-950\/70{ color: rgb(8 51 68 / 0.7); }
.text-cyan-950\/75{ color: rgb(8 51 68 / 0.75); }
.text-cyan-950\/80{ color: rgb(8 51 68 / 0.8); }
.text-cyan-950\/90{ color: rgb(8 51 68 / 0.9); }
.text-cyan-950\/95{ color: rgb(8 51 68 / 0.95); }
.text-eggshell{ --tw-text-opacity: 1; color: rgb(240 229 208 / var(--tw-text-opacity)); }
.text-eggshell-100{ --tw-text-opacity: 1; color: rgb(254 252 250 / var(--tw-text-opacity)); }
.text-eggshell-100\/0{ color: rgb(254 252 250 / 0); }
.text-eggshell-100\/10{ color: rgb(254 252 250 / 0.1); }
.text-eggshell-100\/100{ color: rgb(254 252 250 / 1); }
.text-eggshell-100\/20{ color: rgb(254 252 250 / 0.2); }
.text-eggshell-100\/25{ color: rgb(254 252 250 / 0.25); }
.text-eggshell-100\/30{ color: rgb(254 252 250 / 0.3); }
.text-eggshell-100\/40{ color: rgb(254 252 250 / 0.4); }
.text-eggshell-100\/5{ color: rgb(254 252 250 / 0.05); }
.text-eggshell-100\/50{ color: rgb(254 252 250 / 0.5); }
.text-eggshell-100\/60{ color: rgb(254 252 250 / 0.6); }
.text-eggshell-100\/70{ color: rgb(254 252 250 / 0.7); }
.text-eggshell-100\/75{ color: rgb(254 252 250 / 0.75); }
.text-eggshell-100\/80{ color: rgb(254 252 250 / 0.8); }
.text-eggshell-100\/90{ color: rgb(254 252 250 / 0.9); }
.text-eggshell-100\/95{ color: rgb(254 252 250 / 0.95); }
.text-eggshell-200{ --tw-text-opacity: 1; color: rgb(252 250 246 / var(--tw-text-opacity)); }
.text-eggshell-200\/0{ color: rgb(252 250 246 / 0); }
.text-eggshell-200\/10{ color: rgb(252 250 246 / 0.1); }
.text-eggshell-200\/100{ color: rgb(252 250 246 / 1); }
.text-eggshell-200\/20{ color: rgb(252 250 246 / 0.2); }
.text-eggshell-200\/25{ color: rgb(252 250 246 / 0.25); }
.text-eggshell-200\/30{ color: rgb(252 250 246 / 0.3); }
.text-eggshell-200\/40{ color: rgb(252 250 246 / 0.4); }
.text-eggshell-200\/5{ color: rgb(252 250 246 / 0.05); }
.text-eggshell-200\/50{ color: rgb(252 250 246 / 0.5); }
.text-eggshell-200\/60{ color: rgb(252 250 246 / 0.6); }
.text-eggshell-200\/70{ color: rgb(252 250 246 / 0.7); }
.text-eggshell-200\/75{ color: rgb(252 250 246 / 0.75); }
.text-eggshell-200\/80{ color: rgb(252 250 246 / 0.8); }
.text-eggshell-200\/90{ color: rgb(252 250 246 / 0.9); }
.text-eggshell-200\/95{ color: rgb(252 250 246 / 0.95); }
.text-eggshell-300{ --tw-text-opacity: 1; color: rgb(251 247 241 / var(--tw-text-opacity)); }
.text-eggshell-300\/0{ color: rgb(251 247 241 / 0); }
.text-eggshell-300\/10{ color: rgb(251 247 241 / 0.1); }
.text-eggshell-300\/100{ color: rgb(251 247 241 / 1); }
.text-eggshell-300\/20{ color: rgb(251 247 241 / 0.2); }
.text-eggshell-300\/25{ color: rgb(251 247 241 / 0.25); }
.text-eggshell-300\/30{ color: rgb(251 247 241 / 0.3); }
.text-eggshell-300\/40{ color: rgb(251 247 241 / 0.4); }
.text-eggshell-300\/5{ color: rgb(251 247 241 / 0.05); }
.text-eggshell-300\/50{ color: rgb(251 247 241 / 0.5); }
.text-eggshell-300\/60{ color: rgb(251 247 241 / 0.6); }
.text-eggshell-300\/70{ color: rgb(251 247 241 / 0.7); }
.text-eggshell-300\/75{ color: rgb(251 247 241 / 0.75); }
.text-eggshell-300\/80{ color: rgb(251 247 241 / 0.8); }
.text-eggshell-300\/90{ color: rgb(251 247 241 / 0.9); }
.text-eggshell-300\/95{ color: rgb(251 247 241 / 0.95); }
.text-eggshell-400{ --tw-text-opacity: 1; color: rgb(249 245 236 / var(--tw-text-opacity)); }
.text-eggshell-400\/0{ color: rgb(249 245 236 / 0); }
.text-eggshell-400\/10{ color: rgb(249 245 236 / 0.1); }
.text-eggshell-400\/100{ color: rgb(249 245 236 / 1); }
.text-eggshell-400\/20{ color: rgb(249 245 236 / 0.2); }
.text-eggshell-400\/25{ color: rgb(249 245 236 / 0.25); }
.text-eggshell-400\/30{ color: rgb(249 245 236 / 0.3); }
.text-eggshell-400\/40{ color: rgb(249 245 236 / 0.4); }
.text-eggshell-400\/5{ color: rgb(249 245 236 / 0.05); }
.text-eggshell-400\/50{ color: rgb(249 245 236 / 0.5); }
.text-eggshell-400\/60{ color: rgb(249 245 236 / 0.6); }
.text-eggshell-400\/70{ color: rgb(249 245 236 / 0.7); }
.text-eggshell-400\/75{ color: rgb(249 245 236 / 0.75); }
.text-eggshell-400\/80{ color: rgb(249 245 236 / 0.8); }
.text-eggshell-400\/90{ color: rgb(249 245 236 / 0.9); }
.text-eggshell-400\/95{ color: rgb(249 245 236 / 0.95); }
.text-eggshell-500{ --tw-text-opacity: 1; color: rgb(247 242 231 / var(--tw-text-opacity)); }
.text-eggshell-500\/0{ color: rgb(247 242 231 / 0); }
.text-eggshell-500\/10{ color: rgb(247 242 231 / 0.1); }
.text-eggshell-500\/100{ color: rgb(247 242 231 / 1); }
.text-eggshell-500\/20{ color: rgb(247 242 231 / 0.2); }
.text-eggshell-500\/25{ color: rgb(247 242 231 / 0.25); }
.text-eggshell-500\/30{ color: rgb(247 242 231 / 0.3); }
.text-eggshell-500\/40{ color: rgb(247 242 231 / 0.4); }
.text-eggshell-500\/5{ color: rgb(247 242 231 / 0.05); }
.text-eggshell-500\/50{ color: rgb(247 242 231 / 0.5); }
.text-eggshell-500\/60{ color: rgb(247 242 231 / 0.6); }
.text-eggshell-500\/70{ color: rgb(247 242 231 / 0.7); }
.text-eggshell-500\/75{ color: rgb(247 242 231 / 0.75); }
.text-eggshell-500\/80{ color: rgb(247 242 231 / 0.8); }
.text-eggshell-500\/90{ color: rgb(247 242 231 / 0.9); }
.text-eggshell-500\/95{ color: rgb(247 242 231 / 0.95); }
.text-eggshell-600{ --tw-text-opacity: 1; color: rgb(246 239 227 / var(--tw-text-opacity)); }
.text-eggshell-600\/0{ color: rgb(246 239 227 / 0); }
.text-eggshell-600\/10{ color: rgb(246 239 227 / 0.1); }
.text-eggshell-600\/100{ color: rgb(246 239 227 / 1); }
.text-eggshell-600\/20{ color: rgb(246 239 227 / 0.2); }
.text-eggshell-600\/25{ color: rgb(246 239 227 / 0.25); }
.text-eggshell-600\/30{ color: rgb(246 239 227 / 0.3); }
.text-eggshell-600\/40{ color: rgb(246 239 227 / 0.4); }
.text-eggshell-600\/5{ color: rgb(246 239 227 / 0.05); }
.text-eggshell-600\/50{ color: rgb(246 239 227 / 0.5); }
.text-eggshell-600\/60{ color: rgb(246 239 227 / 0.6); }
.text-eggshell-600\/70{ color: rgb(246 239 227 / 0.7); }
.text-eggshell-600\/75{ color: rgb(246 239 227 / 0.75); }
.text-eggshell-600\/80{ color: rgb(246 239 227 / 0.8); }
.text-eggshell-600\/90{ color: rgb(246 239 227 / 0.9); }
.text-eggshell-600\/95{ color: rgb(246 239 227 / 0.95); }
.text-eggshell-700{ --tw-text-opacity: 1; color: rgb(245 237 222 / var(--tw-text-opacity)); }
.text-eggshell-700\/0{ color: rgb(245 237 222 / 0); }
.text-eggshell-700\/10{ color: rgb(245 237 222 / 0.1); }
.text-eggshell-700\/100{ color: rgb(245 237 222 / 1); }
.text-eggshell-700\/20{ color: rgb(245 237 222 / 0.2); }
.text-eggshell-700\/25{ color: rgb(245 237 222 / 0.25); }
.text-eggshell-700\/30{ color: rgb(245 237 222 / 0.3); }
.text-eggshell-700\/40{ color: rgb(245 237 222 / 0.4); }
.text-eggshell-700\/5{ color: rgb(245 237 222 / 0.05); }
.text-eggshell-700\/50{ color: rgb(245 237 222 / 0.5); }
.text-eggshell-700\/60{ color: rgb(245 237 222 / 0.6); }
.text-eggshell-700\/70{ color: rgb(245 237 222 / 0.7); }
.text-eggshell-700\/75{ color: rgb(245 237 222 / 0.75); }
.text-eggshell-700\/80{ color: rgb(245 237 222 / 0.8); }
.text-eggshell-700\/90{ color: rgb(245 237 222 / 0.9); }
.text-eggshell-700\/95{ color: rgb(245 237 222 / 0.95); }
.text-eggshell-800{ --tw-text-opacity: 1; color: rgb(243 234 217 / var(--tw-text-opacity)); }
.text-eggshell-800\/0{ color: rgb(243 234 217 / 0); }
.text-eggshell-800\/10{ color: rgb(243 234 217 / 0.1); }
.text-eggshell-800\/100{ color: rgb(243 234 217 / 1); }
.text-eggshell-800\/20{ color: rgb(243 234 217 / 0.2); }
.text-eggshell-800\/25{ color: rgb(243 234 217 / 0.25); }
.text-eggshell-800\/30{ color: rgb(243 234 217 / 0.3); }
.text-eggshell-800\/40{ color: rgb(243 234 217 / 0.4); }
.text-eggshell-800\/5{ color: rgb(243 234 217 / 0.05); }
.text-eggshell-800\/50{ color: rgb(243 234 217 / 0.5); }
.text-eggshell-800\/60{ color: rgb(243 234 217 / 0.6); }
.text-eggshell-800\/70{ color: rgb(243 234 217 / 0.7); }
.text-eggshell-800\/75{ color: rgb(243 234 217 / 0.75); }
.text-eggshell-800\/80{ color: rgb(243 234 217 / 0.8); }
.text-eggshell-800\/90{ color: rgb(243 234 217 / 0.9); }
.text-eggshell-800\/95{ color: rgb(243 234 217 / 0.95); }
.text-eggshell-900{ --tw-text-opacity: 1; color: rgb(242 232 213 / var(--tw-text-opacity)); }
.text-eggshell-900\/0{ color: rgb(242 232 213 / 0); }
.text-eggshell-900\/10{ color: rgb(242 232 213 / 0.1); }
.text-eggshell-900\/100{ color: rgb(242 232 213 / 1); }
.text-eggshell-900\/20{ color: rgb(242 232 213 / 0.2); }
.text-eggshell-900\/25{ color: rgb(242 232 213 / 0.25); }
.text-eggshell-900\/30{ color: rgb(242 232 213 / 0.3); }
.text-eggshell-900\/40{ color: rgb(242 232 213 / 0.4); }
.text-eggshell-900\/5{ color: rgb(242 232 213 / 0.05); }
.text-eggshell-900\/50{ color: rgb(242 232 213 / 0.5); }
.text-eggshell-900\/60{ color: rgb(242 232 213 / 0.6); }
.text-eggshell-900\/70{ color: rgb(242 232 213 / 0.7); }
.text-eggshell-900\/75{ color: rgb(242 232 213 / 0.75); }
.text-eggshell-900\/80{ color: rgb(242 232 213 / 0.8); }
.text-eggshell-900\/90{ color: rgb(242 232 213 / 0.9); }
.text-eggshell-900\/95{ color: rgb(242 232 213 / 0.95); }
.text-eggshell\/0{ color: rgb(240 229 208 / 0); }
.text-eggshell\/10{ color: rgb(240 229 208 / 0.1); }
.text-eggshell\/100{ color: rgb(240 229 208 / 1); }
.text-eggshell\/20{ color: rgb(240 229 208 / 0.2); }
.text-eggshell\/25{ color: rgb(240 229 208 / 0.25); }
.text-eggshell\/30{ color: rgb(240 229 208 / 0.3); }
.text-eggshell\/40{ color: rgb(240 229 208 / 0.4); }
.text-eggshell\/5{ color: rgb(240 229 208 / 0.05); }
.text-eggshell\/50{ color: rgb(240 229 208 / 0.5); }
.text-eggshell\/60{ color: rgb(240 229 208 / 0.6); }
.text-eggshell\/70{ color: rgb(240 229 208 / 0.7); }
.text-eggshell\/75{ color: rgb(240 229 208 / 0.75); }
.text-eggshell\/80{ color: rgb(240 229 208 / 0.8); }
.text-eggshell\/90{ color: rgb(240 229 208 / 0.9); }
.text-eggshell\/95{ color: rgb(240 229 208 / 0.95); }
.text-emerald-100{ --tw-text-opacity: 1; color: rgb(209 250 229 / var(--tw-text-opacity)); }
.text-emerald-100\/0{ color: rgb(209 250 229 / 0); }
.text-emerald-100\/10{ color: rgb(209 250 229 / 0.1); }
.text-emerald-100\/100{ color: rgb(209 250 229 / 1); }
.text-emerald-100\/20{ color: rgb(209 250 229 / 0.2); }
.text-emerald-100\/25{ color: rgb(209 250 229 / 0.25); }
.text-emerald-100\/30{ color: rgb(209 250 229 / 0.3); }
.text-emerald-100\/40{ color: rgb(209 250 229 / 0.4); }
.text-emerald-100\/5{ color: rgb(209 250 229 / 0.05); }
.text-emerald-100\/50{ color: rgb(209 250 229 / 0.5); }
.text-emerald-100\/60{ color: rgb(209 250 229 / 0.6); }
.text-emerald-100\/70{ color: rgb(209 250 229 / 0.7); }
.text-emerald-100\/75{ color: rgb(209 250 229 / 0.75); }
.text-emerald-100\/80{ color: rgb(209 250 229 / 0.8); }
.text-emerald-100\/90{ color: rgb(209 250 229 / 0.9); }
.text-emerald-100\/95{ color: rgb(209 250 229 / 0.95); }
.text-emerald-200{ --tw-text-opacity: 1; color: rgb(167 243 208 / var(--tw-text-opacity)); }
.text-emerald-200\/0{ color: rgb(167 243 208 / 0); }
.text-emerald-200\/10{ color: rgb(167 243 208 / 0.1); }
.text-emerald-200\/100{ color: rgb(167 243 208 / 1); }
.text-emerald-200\/20{ color: rgb(167 243 208 / 0.2); }
.text-emerald-200\/25{ color: rgb(167 243 208 / 0.25); }
.text-emerald-200\/30{ color: rgb(167 243 208 / 0.3); }
.text-emerald-200\/40{ color: rgb(167 243 208 / 0.4); }
.text-emerald-200\/5{ color: rgb(167 243 208 / 0.05); }
.text-emerald-200\/50{ color: rgb(167 243 208 / 0.5); }
.text-emerald-200\/60{ color: rgb(167 243 208 / 0.6); }
.text-emerald-200\/70{ color: rgb(167 243 208 / 0.7); }
.text-emerald-200\/75{ color: rgb(167 243 208 / 0.75); }
.text-emerald-200\/80{ color: rgb(167 243 208 / 0.8); }
.text-emerald-200\/90{ color: rgb(167 243 208 / 0.9); }
.text-emerald-200\/95{ color: rgb(167 243 208 / 0.95); }
.text-emerald-300{ --tw-text-opacity: 1; color: rgb(110 231 183 / var(--tw-text-opacity)); }
.text-emerald-300\/0{ color: rgb(110 231 183 / 0); }
.text-emerald-300\/10{ color: rgb(110 231 183 / 0.1); }
.text-emerald-300\/100{ color: rgb(110 231 183 / 1); }
.text-emerald-300\/20{ color: rgb(110 231 183 / 0.2); }
.text-emerald-300\/25{ color: rgb(110 231 183 / 0.25); }
.text-emerald-300\/30{ color: rgb(110 231 183 / 0.3); }
.text-emerald-300\/40{ color: rgb(110 231 183 / 0.4); }
.text-emerald-300\/5{ color: rgb(110 231 183 / 0.05); }
.text-emerald-300\/50{ color: rgb(110 231 183 / 0.5); }
.text-emerald-300\/60{ color: rgb(110 231 183 / 0.6); }
.text-emerald-300\/70{ color: rgb(110 231 183 / 0.7); }
.text-emerald-300\/75{ color: rgb(110 231 183 / 0.75); }
.text-emerald-300\/80{ color: rgb(110 231 183 / 0.8); }
.text-emerald-300\/90{ color: rgb(110 231 183 / 0.9); }
.text-emerald-300\/95{ color: rgb(110 231 183 / 0.95); }
.text-emerald-400{ --tw-text-opacity: 1; color: rgb(52 211 153 / var(--tw-text-opacity)); }
.text-emerald-400\/0{ color: rgb(52 211 153 / 0); }
.text-emerald-400\/10{ color: rgb(52 211 153 / 0.1); }
.text-emerald-400\/100{ color: rgb(52 211 153 / 1); }
.text-emerald-400\/20{ color: rgb(52 211 153 / 0.2); }
.text-emerald-400\/25{ color: rgb(52 211 153 / 0.25); }
.text-emerald-400\/30{ color: rgb(52 211 153 / 0.3); }
.text-emerald-400\/40{ color: rgb(52 211 153 / 0.4); }
.text-emerald-400\/5{ color: rgb(52 211 153 / 0.05); }
.text-emerald-400\/50{ color: rgb(52 211 153 / 0.5); }
.text-emerald-400\/60{ color: rgb(52 211 153 / 0.6); }
.text-emerald-400\/70{ color: rgb(52 211 153 / 0.7); }
.text-emerald-400\/75{ color: rgb(52 211 153 / 0.75); }
.text-emerald-400\/80{ color: rgb(52 211 153 / 0.8); }
.text-emerald-400\/90{ color: rgb(52 211 153 / 0.9); }
.text-emerald-400\/95{ color: rgb(52 211 153 / 0.95); }
.text-emerald-50{ --tw-text-opacity: 1; color: rgb(236 253 245 / var(--tw-text-opacity)); }
.text-emerald-50\/0{ color: rgb(236 253 245 / 0); }
.text-emerald-50\/10{ color: rgb(236 253 245 / 0.1); }
.text-emerald-50\/100{ color: rgb(236 253 245 / 1); }
.text-emerald-50\/20{ color: rgb(236 253 245 / 0.2); }
.text-emerald-50\/25{ color: rgb(236 253 245 / 0.25); }
.text-emerald-50\/30{ color: rgb(236 253 245 / 0.3); }
.text-emerald-50\/40{ color: rgb(236 253 245 / 0.4); }
.text-emerald-50\/5{ color: rgb(236 253 245 / 0.05); }
.text-emerald-50\/50{ color: rgb(236 253 245 / 0.5); }
.text-emerald-50\/60{ color: rgb(236 253 245 / 0.6); }
.text-emerald-50\/70{ color: rgb(236 253 245 / 0.7); }
.text-emerald-50\/75{ color: rgb(236 253 245 / 0.75); }
.text-emerald-50\/80{ color: rgb(236 253 245 / 0.8); }
.text-emerald-50\/90{ color: rgb(236 253 245 / 0.9); }
.text-emerald-50\/95{ color: rgb(236 253 245 / 0.95); }
.text-emerald-500{ --tw-text-opacity: 1; color: rgb(16 185 129 / var(--tw-text-opacity)); }
.text-emerald-500\/0{ color: rgb(16 185 129 / 0); }
.text-emerald-500\/10{ color: rgb(16 185 129 / 0.1); }
.text-emerald-500\/100{ color: rgb(16 185 129 / 1); }
.text-emerald-500\/20{ color: rgb(16 185 129 / 0.2); }
.text-emerald-500\/25{ color: rgb(16 185 129 / 0.25); }
.text-emerald-500\/30{ color: rgb(16 185 129 / 0.3); }
.text-emerald-500\/40{ color: rgb(16 185 129 / 0.4); }
.text-emerald-500\/5{ color: rgb(16 185 129 / 0.05); }
.text-emerald-500\/50{ color: rgb(16 185 129 / 0.5); }
.text-emerald-500\/60{ color: rgb(16 185 129 / 0.6); }
.text-emerald-500\/70{ color: rgb(16 185 129 / 0.7); }
.text-emerald-500\/75{ color: rgb(16 185 129 / 0.75); }
.text-emerald-500\/80{ color: rgb(16 185 129 / 0.8); }
.text-emerald-500\/90{ color: rgb(16 185 129 / 0.9); }
.text-emerald-500\/95{ color: rgb(16 185 129 / 0.95); }
.text-emerald-600{ --tw-text-opacity: 1; color: rgb(5 150 105 / var(--tw-text-opacity)); }
.text-emerald-600\/0{ color: rgb(5 150 105 / 0); }
.text-emerald-600\/10{ color: rgb(5 150 105 / 0.1); }
.text-emerald-600\/100{ color: rgb(5 150 105 / 1); }
.text-emerald-600\/20{ color: rgb(5 150 105 / 0.2); }
.text-emerald-600\/25{ color: rgb(5 150 105 / 0.25); }
.text-emerald-600\/30{ color: rgb(5 150 105 / 0.3); }
.text-emerald-600\/40{ color: rgb(5 150 105 / 0.4); }
.text-emerald-600\/5{ color: rgb(5 150 105 / 0.05); }
.text-emerald-600\/50{ color: rgb(5 150 105 / 0.5); }
.text-emerald-600\/60{ color: rgb(5 150 105 / 0.6); }
.text-emerald-600\/70{ color: rgb(5 150 105 / 0.7); }
.text-emerald-600\/75{ color: rgb(5 150 105 / 0.75); }
.text-emerald-600\/80{ color: rgb(5 150 105 / 0.8); }
.text-emerald-600\/90{ color: rgb(5 150 105 / 0.9); }
.text-emerald-600\/95{ color: rgb(5 150 105 / 0.95); }
.text-emerald-700{ --tw-text-opacity: 1; color: rgb(4 120 87 / var(--tw-text-opacity)); }
.text-emerald-700\/0{ color: rgb(4 120 87 / 0); }
.text-emerald-700\/10{ color: rgb(4 120 87 / 0.1); }
.text-emerald-700\/100{ color: rgb(4 120 87 / 1); }
.text-emerald-700\/20{ color: rgb(4 120 87 / 0.2); }
.text-emerald-700\/25{ color: rgb(4 120 87 / 0.25); }
.text-emerald-700\/30{ color: rgb(4 120 87 / 0.3); }
.text-emerald-700\/40{ color: rgb(4 120 87 / 0.4); }
.text-emerald-700\/5{ color: rgb(4 120 87 / 0.05); }
.text-emerald-700\/50{ color: rgb(4 120 87 / 0.5); }
.text-emerald-700\/60{ color: rgb(4 120 87 / 0.6); }
.text-emerald-700\/70{ color: rgb(4 120 87 / 0.7); }
.text-emerald-700\/75{ color: rgb(4 120 87 / 0.75); }
.text-emerald-700\/80{ color: rgb(4 120 87 / 0.8); }
.text-emerald-700\/90{ color: rgb(4 120 87 / 0.9); }
.text-emerald-700\/95{ color: rgb(4 120 87 / 0.95); }
.text-emerald-800{ --tw-text-opacity: 1; color: rgb(6 95 70 / var(--tw-text-opacity)); }
.text-emerald-800\/0{ color: rgb(6 95 70 / 0); }
.text-emerald-800\/10{ color: rgb(6 95 70 / 0.1); }
.text-emerald-800\/100{ color: rgb(6 95 70 / 1); }
.text-emerald-800\/20{ color: rgb(6 95 70 / 0.2); }
.text-emerald-800\/25{ color: rgb(6 95 70 / 0.25); }
.text-emerald-800\/30{ color: rgb(6 95 70 / 0.3); }
.text-emerald-800\/40{ color: rgb(6 95 70 / 0.4); }
.text-emerald-800\/5{ color: rgb(6 95 70 / 0.05); }
.text-emerald-800\/50{ color: rgb(6 95 70 / 0.5); }
.text-emerald-800\/60{ color: rgb(6 95 70 / 0.6); }
.text-emerald-800\/70{ color: rgb(6 95 70 / 0.7); }
.text-emerald-800\/75{ color: rgb(6 95 70 / 0.75); }
.text-emerald-800\/80{ color: rgb(6 95 70 / 0.8); }
.text-emerald-800\/90{ color: rgb(6 95 70 / 0.9); }
.text-emerald-800\/95{ color: rgb(6 95 70 / 0.95); }
.text-emerald-900{ --tw-text-opacity: 1; color: rgb(6 78 59 / var(--tw-text-opacity)); }
.text-emerald-900\/0{ color: rgb(6 78 59 / 0); }
.text-emerald-900\/10{ color: rgb(6 78 59 / 0.1); }
.text-emerald-900\/100{ color: rgb(6 78 59 / 1); }
.text-emerald-900\/20{ color: rgb(6 78 59 / 0.2); }
.text-emerald-900\/25{ color: rgb(6 78 59 / 0.25); }
.text-emerald-900\/30{ color: rgb(6 78 59 / 0.3); }
.text-emerald-900\/40{ color: rgb(6 78 59 / 0.4); }
.text-emerald-900\/5{ color: rgb(6 78 59 / 0.05); }
.text-emerald-900\/50{ color: rgb(6 78 59 / 0.5); }
.text-emerald-900\/60{ color: rgb(6 78 59 / 0.6); }
.text-emerald-900\/70{ color: rgb(6 78 59 / 0.7); }
.text-emerald-900\/75{ color: rgb(6 78 59 / 0.75); }
.text-emerald-900\/80{ color: rgb(6 78 59 / 0.8); }
.text-emerald-900\/90{ color: rgb(6 78 59 / 0.9); }
.text-emerald-900\/95{ color: rgb(6 78 59 / 0.95); }
.text-emerald-950{ --tw-text-opacity: 1; color: rgb(2 44 34 / var(--tw-text-opacity)); }
.text-emerald-950\/0{ color: rgb(2 44 34 / 0); }
.text-emerald-950\/10{ color: rgb(2 44 34 / 0.1); }
.text-emerald-950\/100{ color: rgb(2 44 34 / 1); }
.text-emerald-950\/20{ color: rgb(2 44 34 / 0.2); }
.text-emerald-950\/25{ color: rgb(2 44 34 / 0.25); }
.text-emerald-950\/30{ color: rgb(2 44 34 / 0.3); }
.text-emerald-950\/40{ color: rgb(2 44 34 / 0.4); }
.text-emerald-950\/5{ color: rgb(2 44 34 / 0.05); }
.text-emerald-950\/50{ color: rgb(2 44 34 / 0.5); }
.text-emerald-950\/60{ color: rgb(2 44 34 / 0.6); }
.text-emerald-950\/70{ color: rgb(2 44 34 / 0.7); }
.text-emerald-950\/75{ color: rgb(2 44 34 / 0.75); }
.text-emerald-950\/80{ color: rgb(2 44 34 / 0.8); }
.text-emerald-950\/90{ color: rgb(2 44 34 / 0.9); }
.text-emerald-950\/95{ color: rgb(2 44 34 / 0.95); }
.text-fuchsia-100{ --tw-text-opacity: 1; color: rgb(250 232 255 / var(--tw-text-opacity)); }
.text-fuchsia-100\/0{ color: rgb(250 232 255 / 0); }
.text-fuchsia-100\/10{ color: rgb(250 232 255 / 0.1); }
.text-fuchsia-100\/100{ color: rgb(250 232 255 / 1); }
.text-fuchsia-100\/20{ color: rgb(250 232 255 / 0.2); }
.text-fuchsia-100\/25{ color: rgb(250 232 255 / 0.25); }
.text-fuchsia-100\/30{ color: rgb(250 232 255 / 0.3); }
.text-fuchsia-100\/40{ color: rgb(250 232 255 / 0.4); }
.text-fuchsia-100\/5{ color: rgb(250 232 255 / 0.05); }
.text-fuchsia-100\/50{ color: rgb(250 232 255 / 0.5); }
.text-fuchsia-100\/60{ color: rgb(250 232 255 / 0.6); }
.text-fuchsia-100\/70{ color: rgb(250 232 255 / 0.7); }
.text-fuchsia-100\/75{ color: rgb(250 232 255 / 0.75); }
.text-fuchsia-100\/80{ color: rgb(250 232 255 / 0.8); }
.text-fuchsia-100\/90{ color: rgb(250 232 255 / 0.9); }
.text-fuchsia-100\/95{ color: rgb(250 232 255 / 0.95); }
.text-fuchsia-200{ --tw-text-opacity: 1; color: rgb(245 208 254 / var(--tw-text-opacity)); }
.text-fuchsia-200\/0{ color: rgb(245 208 254 / 0); }
.text-fuchsia-200\/10{ color: rgb(245 208 254 / 0.1); }
.text-fuchsia-200\/100{ color: rgb(245 208 254 / 1); }
.text-fuchsia-200\/20{ color: rgb(245 208 254 / 0.2); }
.text-fuchsia-200\/25{ color: rgb(245 208 254 / 0.25); }
.text-fuchsia-200\/30{ color: rgb(245 208 254 / 0.3); }
.text-fuchsia-200\/40{ color: rgb(245 208 254 / 0.4); }
.text-fuchsia-200\/5{ color: rgb(245 208 254 / 0.05); }
.text-fuchsia-200\/50{ color: rgb(245 208 254 / 0.5); }
.text-fuchsia-200\/60{ color: rgb(245 208 254 / 0.6); }
.text-fuchsia-200\/70{ color: rgb(245 208 254 / 0.7); }
.text-fuchsia-200\/75{ color: rgb(245 208 254 / 0.75); }
.text-fuchsia-200\/80{ color: rgb(245 208 254 / 0.8); }
.text-fuchsia-200\/90{ color: rgb(245 208 254 / 0.9); }
.text-fuchsia-200\/95{ color: rgb(245 208 254 / 0.95); }
.text-fuchsia-300{ --tw-text-opacity: 1; color: rgb(240 171 252 / var(--tw-text-opacity)); }
.text-fuchsia-300\/0{ color: rgb(240 171 252 / 0); }
.text-fuchsia-300\/10{ color: rgb(240 171 252 / 0.1); }
.text-fuchsia-300\/100{ color: rgb(240 171 252 / 1); }
.text-fuchsia-300\/20{ color: rgb(240 171 252 / 0.2); }
.text-fuchsia-300\/25{ color: rgb(240 171 252 / 0.25); }
.text-fuchsia-300\/30{ color: rgb(240 171 252 / 0.3); }
.text-fuchsia-300\/40{ color: rgb(240 171 252 / 0.4); }
.text-fuchsia-300\/5{ color: rgb(240 171 252 / 0.05); }
.text-fuchsia-300\/50{ color: rgb(240 171 252 / 0.5); }
.text-fuchsia-300\/60{ color: rgb(240 171 252 / 0.6); }
.text-fuchsia-300\/70{ color: rgb(240 171 252 / 0.7); }
.text-fuchsia-300\/75{ color: rgb(240 171 252 / 0.75); }
.text-fuchsia-300\/80{ color: rgb(240 171 252 / 0.8); }
.text-fuchsia-300\/90{ color: rgb(240 171 252 / 0.9); }
.text-fuchsia-300\/95{ color: rgb(240 171 252 / 0.95); }
.text-fuchsia-400{ --tw-text-opacity: 1; color: rgb(232 121 249 / var(--tw-text-opacity)); }
.text-fuchsia-400\/0{ color: rgb(232 121 249 / 0); }
.text-fuchsia-400\/10{ color: rgb(232 121 249 / 0.1); }
.text-fuchsia-400\/100{ color: rgb(232 121 249 / 1); }
.text-fuchsia-400\/20{ color: rgb(232 121 249 / 0.2); }
.text-fuchsia-400\/25{ color: rgb(232 121 249 / 0.25); }
.text-fuchsia-400\/30{ color: rgb(232 121 249 / 0.3); }
.text-fuchsia-400\/40{ color: rgb(232 121 249 / 0.4); }
.text-fuchsia-400\/5{ color: rgb(232 121 249 / 0.05); }
.text-fuchsia-400\/50{ color: rgb(232 121 249 / 0.5); }
.text-fuchsia-400\/60{ color: rgb(232 121 249 / 0.6); }
.text-fuchsia-400\/70{ color: rgb(232 121 249 / 0.7); }
.text-fuchsia-400\/75{ color: rgb(232 121 249 / 0.75); }
.text-fuchsia-400\/80{ color: rgb(232 121 249 / 0.8); }
.text-fuchsia-400\/90{ color: rgb(232 121 249 / 0.9); }
.text-fuchsia-400\/95{ color: rgb(232 121 249 / 0.95); }
.text-fuchsia-50{ --tw-text-opacity: 1; color: rgb(253 244 255 / var(--tw-text-opacity)); }
.text-fuchsia-50\/0{ color: rgb(253 244 255 / 0); }
.text-fuchsia-50\/10{ color: rgb(253 244 255 / 0.1); }
.text-fuchsia-50\/100{ color: rgb(253 244 255 / 1); }
.text-fuchsia-50\/20{ color: rgb(253 244 255 / 0.2); }
.text-fuchsia-50\/25{ color: rgb(253 244 255 / 0.25); }
.text-fuchsia-50\/30{ color: rgb(253 244 255 / 0.3); }
.text-fuchsia-50\/40{ color: rgb(253 244 255 / 0.4); }
.text-fuchsia-50\/5{ color: rgb(253 244 255 / 0.05); }
.text-fuchsia-50\/50{ color: rgb(253 244 255 / 0.5); }
.text-fuchsia-50\/60{ color: rgb(253 244 255 / 0.6); }
.text-fuchsia-50\/70{ color: rgb(253 244 255 / 0.7); }
.text-fuchsia-50\/75{ color: rgb(253 244 255 / 0.75); }
.text-fuchsia-50\/80{ color: rgb(253 244 255 / 0.8); }
.text-fuchsia-50\/90{ color: rgb(253 244 255 / 0.9); }
.text-fuchsia-50\/95{ color: rgb(253 244 255 / 0.95); }
.text-fuchsia-500{ --tw-text-opacity: 1; color: rgb(217 70 239 / var(--tw-text-opacity)); }
.text-fuchsia-500\/0{ color: rgb(217 70 239 / 0); }
.text-fuchsia-500\/10{ color: rgb(217 70 239 / 0.1); }
.text-fuchsia-500\/100{ color: rgb(217 70 239 / 1); }
.text-fuchsia-500\/20{ color: rgb(217 70 239 / 0.2); }
.text-fuchsia-500\/25{ color: rgb(217 70 239 / 0.25); }
.text-fuchsia-500\/30{ color: rgb(217 70 239 / 0.3); }
.text-fuchsia-500\/40{ color: rgb(217 70 239 / 0.4); }
.text-fuchsia-500\/5{ color: rgb(217 70 239 / 0.05); }
.text-fuchsia-500\/50{ color: rgb(217 70 239 / 0.5); }
.text-fuchsia-500\/60{ color: rgb(217 70 239 / 0.6); }
.text-fuchsia-500\/70{ color: rgb(217 70 239 / 0.7); }
.text-fuchsia-500\/75{ color: rgb(217 70 239 / 0.75); }
.text-fuchsia-500\/80{ color: rgb(217 70 239 / 0.8); }
.text-fuchsia-500\/90{ color: rgb(217 70 239 / 0.9); }
.text-fuchsia-500\/95{ color: rgb(217 70 239 / 0.95); }
.text-fuchsia-600{ --tw-text-opacity: 1; color: rgb(192 38 211 / var(--tw-text-opacity)); }
.text-fuchsia-600\/0{ color: rgb(192 38 211 / 0); }
.text-fuchsia-600\/10{ color: rgb(192 38 211 / 0.1); }
.text-fuchsia-600\/100{ color: rgb(192 38 211 / 1); }
.text-fuchsia-600\/20{ color: rgb(192 38 211 / 0.2); }
.text-fuchsia-600\/25{ color: rgb(192 38 211 / 0.25); }
.text-fuchsia-600\/30{ color: rgb(192 38 211 / 0.3); }
.text-fuchsia-600\/40{ color: rgb(192 38 211 / 0.4); }
.text-fuchsia-600\/5{ color: rgb(192 38 211 / 0.05); }
.text-fuchsia-600\/50{ color: rgb(192 38 211 / 0.5); }
.text-fuchsia-600\/60{ color: rgb(192 38 211 / 0.6); }
.text-fuchsia-600\/70{ color: rgb(192 38 211 / 0.7); }
.text-fuchsia-600\/75{ color: rgb(192 38 211 / 0.75); }
.text-fuchsia-600\/80{ color: rgb(192 38 211 / 0.8); }
.text-fuchsia-600\/90{ color: rgb(192 38 211 / 0.9); }
.text-fuchsia-600\/95{ color: rgb(192 38 211 / 0.95); }
.text-fuchsia-700{ --tw-text-opacity: 1; color: rgb(162 28 175 / var(--tw-text-opacity)); }
.text-fuchsia-700\/0{ color: rgb(162 28 175 / 0); }
.text-fuchsia-700\/10{ color: rgb(162 28 175 / 0.1); }
.text-fuchsia-700\/100{ color: rgb(162 28 175 / 1); }
.text-fuchsia-700\/20{ color: rgb(162 28 175 / 0.2); }
.text-fuchsia-700\/25{ color: rgb(162 28 175 / 0.25); }
.text-fuchsia-700\/30{ color: rgb(162 28 175 / 0.3); }
.text-fuchsia-700\/40{ color: rgb(162 28 175 / 0.4); }
.text-fuchsia-700\/5{ color: rgb(162 28 175 / 0.05); }
.text-fuchsia-700\/50{ color: rgb(162 28 175 / 0.5); }
.text-fuchsia-700\/60{ color: rgb(162 28 175 / 0.6); }
.text-fuchsia-700\/70{ color: rgb(162 28 175 / 0.7); }
.text-fuchsia-700\/75{ color: rgb(162 28 175 / 0.75); }
.text-fuchsia-700\/80{ color: rgb(162 28 175 / 0.8); }
.text-fuchsia-700\/90{ color: rgb(162 28 175 / 0.9); }
.text-fuchsia-700\/95{ color: rgb(162 28 175 / 0.95); }
.text-fuchsia-800{ --tw-text-opacity: 1; color: rgb(134 25 143 / var(--tw-text-opacity)); }
.text-fuchsia-800\/0{ color: rgb(134 25 143 / 0); }
.text-fuchsia-800\/10{ color: rgb(134 25 143 / 0.1); }
.text-fuchsia-800\/100{ color: rgb(134 25 143 / 1); }
.text-fuchsia-800\/20{ color: rgb(134 25 143 / 0.2); }
.text-fuchsia-800\/25{ color: rgb(134 25 143 / 0.25); }
.text-fuchsia-800\/30{ color: rgb(134 25 143 / 0.3); }
.text-fuchsia-800\/40{ color: rgb(134 25 143 / 0.4); }
.text-fuchsia-800\/5{ color: rgb(134 25 143 / 0.05); }
.text-fuchsia-800\/50{ color: rgb(134 25 143 / 0.5); }
.text-fuchsia-800\/60{ color: rgb(134 25 143 / 0.6); }
.text-fuchsia-800\/70{ color: rgb(134 25 143 / 0.7); }
.text-fuchsia-800\/75{ color: rgb(134 25 143 / 0.75); }
.text-fuchsia-800\/80{ color: rgb(134 25 143 / 0.8); }
.text-fuchsia-800\/90{ color: rgb(134 25 143 / 0.9); }
.text-fuchsia-800\/95{ color: rgb(134 25 143 / 0.95); }
.text-fuchsia-900{ --tw-text-opacity: 1; color: rgb(112 26 117 / var(--tw-text-opacity)); }
.text-fuchsia-900\/0{ color: rgb(112 26 117 / 0); }
.text-fuchsia-900\/10{ color: rgb(112 26 117 / 0.1); }
.text-fuchsia-900\/100{ color: rgb(112 26 117 / 1); }
.text-fuchsia-900\/20{ color: rgb(112 26 117 / 0.2); }
.text-fuchsia-900\/25{ color: rgb(112 26 117 / 0.25); }
.text-fuchsia-900\/30{ color: rgb(112 26 117 / 0.3); }
.text-fuchsia-900\/40{ color: rgb(112 26 117 / 0.4); }
.text-fuchsia-900\/5{ color: rgb(112 26 117 / 0.05); }
.text-fuchsia-900\/50{ color: rgb(112 26 117 / 0.5); }
.text-fuchsia-900\/60{ color: rgb(112 26 117 / 0.6); }
.text-fuchsia-900\/70{ color: rgb(112 26 117 / 0.7); }
.text-fuchsia-900\/75{ color: rgb(112 26 117 / 0.75); }
.text-fuchsia-900\/80{ color: rgb(112 26 117 / 0.8); }
.text-fuchsia-900\/90{ color: rgb(112 26 117 / 0.9); }
.text-fuchsia-900\/95{ color: rgb(112 26 117 / 0.95); }
.text-fuchsia-950{ --tw-text-opacity: 1; color: rgb(74 4 78 / var(--tw-text-opacity)); }
.text-fuchsia-950\/0{ color: rgb(74 4 78 / 0); }
.text-fuchsia-950\/10{ color: rgb(74 4 78 / 0.1); }
.text-fuchsia-950\/100{ color: rgb(74 4 78 / 1); }
.text-fuchsia-950\/20{ color: rgb(74 4 78 / 0.2); }
.text-fuchsia-950\/25{ color: rgb(74 4 78 / 0.25); }
.text-fuchsia-950\/30{ color: rgb(74 4 78 / 0.3); }
.text-fuchsia-950\/40{ color: rgb(74 4 78 / 0.4); }
.text-fuchsia-950\/5{ color: rgb(74 4 78 / 0.05); }
.text-fuchsia-950\/50{ color: rgb(74 4 78 / 0.5); }
.text-fuchsia-950\/60{ color: rgb(74 4 78 / 0.6); }
.text-fuchsia-950\/70{ color: rgb(74 4 78 / 0.7); }
.text-fuchsia-950\/75{ color: rgb(74 4 78 / 0.75); }
.text-fuchsia-950\/80{ color: rgb(74 4 78 / 0.8); }
.text-fuchsia-950\/90{ color: rgb(74 4 78 / 0.9); }
.text-fuchsia-950\/95{ color: rgb(74 4 78 / 0.95); }
.text-gray-100{ --tw-text-opacity: 1; color: rgb(243 244 246 / var(--tw-text-opacity)); }
.text-gray-100\/0{ color: rgb(243 244 246 / 0); }
.text-gray-100\/10{ color: rgb(243 244 246 / 0.1); }
.text-gray-100\/100{ color: rgb(243 244 246 / 1); }
.text-gray-100\/20{ color: rgb(243 244 246 / 0.2); }
.text-gray-100\/25{ color: rgb(243 244 246 / 0.25); }
.text-gray-100\/30{ color: rgb(243 244 246 / 0.3); }
.text-gray-100\/40{ color: rgb(243 244 246 / 0.4); }
.text-gray-100\/5{ color: rgb(243 244 246 / 0.05); }
.text-gray-100\/50{ color: rgb(243 244 246 / 0.5); }
.text-gray-100\/60{ color: rgb(243 244 246 / 0.6); }
.text-gray-100\/70{ color: rgb(243 244 246 / 0.7); }
.text-gray-100\/75{ color: rgb(243 244 246 / 0.75); }
.text-gray-100\/80{ color: rgb(243 244 246 / 0.8); }
.text-gray-100\/90{ color: rgb(243 244 246 / 0.9); }
.text-gray-100\/95{ color: rgb(243 244 246 / 0.95); }
.text-gray-200{ --tw-text-opacity: 1; color: rgb(229 231 235 / var(--tw-text-opacity)); }
.text-gray-200\/0{ color: rgb(229 231 235 / 0); }
.text-gray-200\/10{ color: rgb(229 231 235 / 0.1); }
.text-gray-200\/100{ color: rgb(229 231 235 / 1); }
.text-gray-200\/20{ color: rgb(229 231 235 / 0.2); }
.text-gray-200\/25{ color: rgb(229 231 235 / 0.25); }
.text-gray-200\/30{ color: rgb(229 231 235 / 0.3); }
.text-gray-200\/40{ color: rgb(229 231 235 / 0.4); }
.text-gray-200\/5{ color: rgb(229 231 235 / 0.05); }
.text-gray-200\/50{ color: rgb(229 231 235 / 0.5); }
.text-gray-200\/60{ color: rgb(229 231 235 / 0.6); }
.text-gray-200\/70{ color: rgb(229 231 235 / 0.7); }
.text-gray-200\/75{ color: rgb(229 231 235 / 0.75); }
.text-gray-200\/80{ color: rgb(229 231 235 / 0.8); }
.text-gray-200\/90{ color: rgb(229 231 235 / 0.9); }
.text-gray-200\/95{ color: rgb(229 231 235 / 0.95); }
.text-gray-300{ --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); }
.text-gray-300\/0{ color: rgb(209 213 219 / 0); }
.text-gray-300\/10{ color: rgb(209 213 219 / 0.1); }
.text-gray-300\/100{ color: rgb(209 213 219 / 1); }
.text-gray-300\/20{ color: rgb(209 213 219 / 0.2); }
.text-gray-300\/25{ color: rgb(209 213 219 / 0.25); }
.text-gray-300\/30{ color: rgb(209 213 219 / 0.3); }
.text-gray-300\/40{ color: rgb(209 213 219 / 0.4); }
.text-gray-300\/5{ color: rgb(209 213 219 / 0.05); }
.text-gray-300\/50{ color: rgb(209 213 219 / 0.5); }
.text-gray-300\/60{ color: rgb(209 213 219 / 0.6); }
.text-gray-300\/70{ color: rgb(209 213 219 / 0.7); }
.text-gray-300\/75{ color: rgb(209 213 219 / 0.75); }
.text-gray-300\/80{ color: rgb(209 213 219 / 0.8); }
.text-gray-300\/90{ color: rgb(209 213 219 / 0.9); }
.text-gray-300\/95{ color: rgb(209 213 219 / 0.95); }
.text-gray-400{ --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); }
.text-gray-400\/0{ color: rgb(156 163 175 / 0); }
.text-gray-400\/10{ color: rgb(156 163 175 / 0.1); }
.text-gray-400\/100{ color: rgb(156 163 175 / 1); }
.text-gray-400\/20{ color: rgb(156 163 175 / 0.2); }
.text-gray-400\/25{ color: rgb(156 163 175 / 0.25); }
.text-gray-400\/30{ color: rgb(156 163 175 / 0.3); }
.text-gray-400\/40{ color: rgb(156 163 175 / 0.4); }
.text-gray-400\/5{ color: rgb(156 163 175 / 0.05); }
.text-gray-400\/50{ color: rgb(156 163 175 / 0.5); }
.text-gray-400\/60{ color: rgb(156 163 175 / 0.6); }
.text-gray-400\/70{ color: rgb(156 163 175 / 0.7); }
.text-gray-400\/75{ color: rgb(156 163 175 / 0.75); }
.text-gray-400\/80{ color: rgb(156 163 175 / 0.8); }
.text-gray-400\/90{ color: rgb(156 163 175 / 0.9); }
.text-gray-400\/95{ color: rgb(156 163 175 / 0.95); }
.text-gray-50{ --tw-text-opacity: 1; color: rgb(249 250 251 / var(--tw-text-opacity)); }
.text-gray-50\/0{ color: rgb(249 250 251 / 0); }
.text-gray-50\/10{ color: rgb(249 250 251 / 0.1); }
.text-gray-50\/100{ color: rgb(249 250 251 / 1); }
.text-gray-50\/20{ color: rgb(249 250 251 / 0.2); }
.text-gray-50\/25{ color: rgb(249 250 251 / 0.25); }
.text-gray-50\/30{ color: rgb(249 250 251 / 0.3); }
.text-gray-50\/40{ color: rgb(249 250 251 / 0.4); }
.text-gray-50\/5{ color: rgb(249 250 251 / 0.05); }
.text-gray-50\/50{ color: rgb(249 250 251 / 0.5); }
.text-gray-50\/60{ color: rgb(249 250 251 / 0.6); }
.text-gray-50\/70{ color: rgb(249 250 251 / 0.7); }
.text-gray-50\/75{ color: rgb(249 250 251 / 0.75); }
.text-gray-50\/80{ color: rgb(249 250 251 / 0.8); }
.text-gray-50\/90{ color: rgb(249 250 251 / 0.9); }
.text-gray-50\/95{ color: rgb(249 250 251 / 0.95); }
.text-gray-500{ --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); }
.text-gray-500\/0{ color: rgb(107 114 128 / 0); }
.text-gray-500\/10{ color: rgb(107 114 128 / 0.1); }
.text-gray-500\/100{ color: rgb(107 114 128 / 1); }
.text-gray-500\/20{ color: rgb(107 114 128 / 0.2); }
.text-gray-500\/25{ color: rgb(107 114 128 / 0.25); }
.text-gray-500\/30{ color: rgb(107 114 128 / 0.3); }
.text-gray-500\/40{ color: rgb(107 114 128 / 0.4); }
.text-gray-500\/5{ color: rgb(107 114 128 / 0.05); }
.text-gray-500\/50{ color: rgb(107 114 128 / 0.5); }
.text-gray-500\/60{ color: rgb(107 114 128 / 0.6); }
.text-gray-500\/70{ color: rgb(107 114 128 / 0.7); }
.text-gray-500\/75{ color: rgb(107 114 128 / 0.75); }
.text-gray-500\/80{ color: rgb(107 114 128 / 0.8); }
.text-gray-500\/90{ color: rgb(107 114 128 / 0.9); }
.text-gray-500\/95{ color: rgb(107 114 128 / 0.95); }
.text-gray-600{ --tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity)); }
.text-gray-600\/0{ color: rgb(75 85 99 / 0); }
.text-gray-600\/10{ color: rgb(75 85 99 / 0.1); }
.text-gray-600\/100{ color: rgb(75 85 99 / 1); }
.text-gray-600\/20{ color: rgb(75 85 99 / 0.2); }
.text-gray-600\/25{ color: rgb(75 85 99 / 0.25); }
.text-gray-600\/30{ color: rgb(75 85 99 / 0.3); }
.text-gray-600\/40{ color: rgb(75 85 99 / 0.4); }
.text-gray-600\/5{ color: rgb(75 85 99 / 0.05); }
.text-gray-600\/50{ color: rgb(75 85 99 / 0.5); }
.text-gray-600\/60{ color: rgb(75 85 99 / 0.6); }
.text-gray-600\/70{ color: rgb(75 85 99 / 0.7); }
.text-gray-600\/75{ color: rgb(75 85 99 / 0.75); }
.text-gray-600\/80{ color: rgb(75 85 99 / 0.8); }
.text-gray-600\/90{ color: rgb(75 85 99 / 0.9); }
.text-gray-600\/95{ color: rgb(75 85 99 / 0.95); }
.text-gray-700{ --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity)); }
.text-gray-700\/0{ color: rgb(55 65 81 / 0); }
.text-gray-700\/10{ color: rgb(55 65 81 / 0.1); }
.text-gray-700\/100{ color: rgb(55 65 81 / 1); }
.text-gray-700\/20{ color: rgb(55 65 81 / 0.2); }
.text-gray-700\/25{ color: rgb(55 65 81 / 0.25); }
.text-gray-700\/30{ color: rgb(55 65 81 / 0.3); }
.text-gray-700\/40{ color: rgb(55 65 81 / 0.4); }
.text-gray-700\/5{ color: rgb(55 65 81 / 0.05); }
.text-gray-700\/50{ color: rgb(55 65 81 / 0.5); }
.text-gray-700\/60{ color: rgb(55 65 81 / 0.6); }
.text-gray-700\/70{ color: rgb(55 65 81 / 0.7); }
.text-gray-700\/75{ color: rgb(55 65 81 / 0.75); }
.text-gray-700\/80{ color: rgb(55 65 81 / 0.8); }
.text-gray-700\/90{ color: rgb(55 65 81 / 0.9); }
.text-gray-700\/95{ color: rgb(55 65 81 / 0.95); }
.text-gray-800{ --tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity)); }
.text-gray-800\/0{ color: rgb(31 41 55 / 0); }
.text-gray-800\/10{ color: rgb(31 41 55 / 0.1); }
.text-gray-800\/100{ color: rgb(31 41 55 / 1); }
.text-gray-800\/20{ color: rgb(31 41 55 / 0.2); }
.text-gray-800\/25{ color: rgb(31 41 55 / 0.25); }
.text-gray-800\/30{ color: rgb(31 41 55 / 0.3); }
.text-gray-800\/40{ color: rgb(31 41 55 / 0.4); }
.text-gray-800\/5{ color: rgb(31 41 55 / 0.05); }
.text-gray-800\/50{ color: rgb(31 41 55 / 0.5); }
.text-gray-800\/60{ color: rgb(31 41 55 / 0.6); }
.text-gray-800\/70{ color: rgb(31 41 55 / 0.7); }
.text-gray-800\/75{ color: rgb(31 41 55 / 0.75); }
.text-gray-800\/80{ color: rgb(31 41 55 / 0.8); }
.text-gray-800\/90{ color: rgb(31 41 55 / 0.9); }
.text-gray-800\/95{ color: rgb(31 41 55 / 0.95); }
.text-gray-900{ --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity)); }
.text-gray-900\/0{ color: rgb(17 24 39 / 0); }
.text-gray-900\/10{ color: rgb(17 24 39 / 0.1); }
.text-gray-900\/100{ color: rgb(17 24 39 / 1); }
.text-gray-900\/20{ color: rgb(17 24 39 / 0.2); }
.text-gray-900\/25{ color: rgb(17 24 39 / 0.25); }
.text-gray-900\/30{ color: rgb(17 24 39 / 0.3); }
.text-gray-900\/40{ color: rgb(17 24 39 / 0.4); }
.text-gray-900\/5{ color: rgb(17 24 39 / 0.05); }
.text-gray-900\/50{ color: rgb(17 24 39 / 0.5); }
.text-gray-900\/60{ color: rgb(17 24 39 / 0.6); }
.text-gray-900\/70{ color: rgb(17 24 39 / 0.7); }
.text-gray-900\/75{ color: rgb(17 24 39 / 0.75); }
.text-gray-900\/80{ color: rgb(17 24 39 / 0.8); }
.text-gray-900\/90{ color: rgb(17 24 39 / 0.9); }
.text-gray-900\/95{ color: rgb(17 24 39 / 0.95); }
.text-gray-950{ --tw-text-opacity: 1; color: rgb(3 7 18 / var(--tw-text-opacity)); }
.text-gray-950\/0{ color: rgb(3 7 18 / 0); }
.text-gray-950\/10{ color: rgb(3 7 18 / 0.1); }
.text-gray-950\/100{ color: rgb(3 7 18 / 1); }
.text-gray-950\/20{ color: rgb(3 7 18 / 0.2); }
.text-gray-950\/25{ color: rgb(3 7 18 / 0.25); }
.text-gray-950\/30{ color: rgb(3 7 18 / 0.3); }
.text-gray-950\/40{ color: rgb(3 7 18 / 0.4); }
.text-gray-950\/5{ color: rgb(3 7 18 / 0.05); }
.text-gray-950\/50{ color: rgb(3 7 18 / 0.5); }
.text-gray-950\/60{ color: rgb(3 7 18 / 0.6); }
.text-gray-950\/70{ color: rgb(3 7 18 / 0.7); }
.text-gray-950\/75{ color: rgb(3 7 18 / 0.75); }
.text-gray-950\/80{ color: rgb(3 7 18 / 0.8); }
.text-gray-950\/90{ color: rgb(3 7 18 / 0.9); }
.text-gray-950\/95{ color: rgb(3 7 18 / 0.95); }
.text-green-100{ --tw-text-opacity: 1; color: rgb(220 252 231 / var(--tw-text-opacity)); }
.text-green-100\/0{ color: rgb(220 252 231 / 0); }
.text-green-100\/10{ color: rgb(220 252 231 / 0.1); }
.text-green-100\/100{ color: rgb(220 252 231 / 1); }
.text-green-100\/20{ color: rgb(220 252 231 / 0.2); }
.text-green-100\/25{ color: rgb(220 252 231 / 0.25); }
.text-green-100\/30{ color: rgb(220 252 231 / 0.3); }
.text-green-100\/40{ color: rgb(220 252 231 / 0.4); }
.text-green-100\/5{ color: rgb(220 252 231 / 0.05); }
.text-green-100\/50{ color: rgb(220 252 231 / 0.5); }
.text-green-100\/60{ color: rgb(220 252 231 / 0.6); }
.text-green-100\/70{ color: rgb(220 252 231 / 0.7); }
.text-green-100\/75{ color: rgb(220 252 231 / 0.75); }
.text-green-100\/80{ color: rgb(220 252 231 / 0.8); }
.text-green-100\/90{ color: rgb(220 252 231 / 0.9); }
.text-green-100\/95{ color: rgb(220 252 231 / 0.95); }
.text-green-200{ --tw-text-opacity: 1; color: rgb(187 247 208 / var(--tw-text-opacity)); }
.text-green-200\/0{ color: rgb(187 247 208 / 0); }
.text-green-200\/10{ color: rgb(187 247 208 / 0.1); }
.text-green-200\/100{ color: rgb(187 247 208 / 1); }
.text-green-200\/20{ color: rgb(187 247 208 / 0.2); }
.text-green-200\/25{ color: rgb(187 247 208 / 0.25); }
.text-green-200\/30{ color: rgb(187 247 208 / 0.3); }
.text-green-200\/40{ color: rgb(187 247 208 / 0.4); }
.text-green-200\/5{ color: rgb(187 247 208 / 0.05); }
.text-green-200\/50{ color: rgb(187 247 208 / 0.5); }
.text-green-200\/60{ color: rgb(187 247 208 / 0.6); }
.text-green-200\/70{ color: rgb(187 247 208 / 0.7); }
.text-green-200\/75{ color: rgb(187 247 208 / 0.75); }
.text-green-200\/80{ color: rgb(187 247 208 / 0.8); }
.text-green-200\/90{ color: rgb(187 247 208 / 0.9); }
.text-green-200\/95{ color: rgb(187 247 208 / 0.95); }
.text-green-300{ --tw-text-opacity: 1; color: rgb(134 239 172 / var(--tw-text-opacity)); }
.text-green-300\/0{ color: rgb(134 239 172 / 0); }
.text-green-300\/10{ color: rgb(134 239 172 / 0.1); }
.text-green-300\/100{ color: rgb(134 239 172 / 1); }
.text-green-300\/20{ color: rgb(134 239 172 / 0.2); }
.text-green-300\/25{ color: rgb(134 239 172 / 0.25); }
.text-green-300\/30{ color: rgb(134 239 172 / 0.3); }
.text-green-300\/40{ color: rgb(134 239 172 / 0.4); }
.text-green-300\/5{ color: rgb(134 239 172 / 0.05); }
.text-green-300\/50{ color: rgb(134 239 172 / 0.5); }
.text-green-300\/60{ color: rgb(134 239 172 / 0.6); }
.text-green-300\/70{ color: rgb(134 239 172 / 0.7); }
.text-green-300\/75{ color: rgb(134 239 172 / 0.75); }
.text-green-300\/80{ color: rgb(134 239 172 / 0.8); }
.text-green-300\/90{ color: rgb(134 239 172 / 0.9); }
.text-green-300\/95{ color: rgb(134 239 172 / 0.95); }
.text-green-400{ --tw-text-opacity: 1; color: rgb(74 222 128 / var(--tw-text-opacity)); }
.text-green-400\/0{ color: rgb(74 222 128 / 0); }
.text-green-400\/10{ color: rgb(74 222 128 / 0.1); }
.text-green-400\/100{ color: rgb(74 222 128 / 1); }
.text-green-400\/20{ color: rgb(74 222 128 / 0.2); }
.text-green-400\/25{ color: rgb(74 222 128 / 0.25); }
.text-green-400\/30{ color: rgb(74 222 128 / 0.3); }
.text-green-400\/40{ color: rgb(74 222 128 / 0.4); }
.text-green-400\/5{ color: rgb(74 222 128 / 0.05); }
.text-green-400\/50{ color: rgb(74 222 128 / 0.5); }
.text-green-400\/60{ color: rgb(74 222 128 / 0.6); }
.text-green-400\/70{ color: rgb(74 222 128 / 0.7); }
.text-green-400\/75{ color: rgb(74 222 128 / 0.75); }
.text-green-400\/80{ color: rgb(74 222 128 / 0.8); }
.text-green-400\/90{ color: rgb(74 222 128 / 0.9); }
.text-green-400\/95{ color: rgb(74 222 128 / 0.95); }
.text-green-50{ --tw-text-opacity: 1; color: rgb(240 253 244 / var(--tw-text-opacity)); }
.text-green-50\/0{ color: rgb(240 253 244 / 0); }
.text-green-50\/10{ color: rgb(240 253 244 / 0.1); }
.text-green-50\/100{ color: rgb(240 253 244 / 1); }
.text-green-50\/20{ color: rgb(240 253 244 / 0.2); }
.text-green-50\/25{ color: rgb(240 253 244 / 0.25); }
.text-green-50\/30{ color: rgb(240 253 244 / 0.3); }
.text-green-50\/40{ color: rgb(240 253 244 / 0.4); }
.text-green-50\/5{ color: rgb(240 253 244 / 0.05); }
.text-green-50\/50{ color: rgb(240 253 244 / 0.5); }
.text-green-50\/60{ color: rgb(240 253 244 / 0.6); }
.text-green-50\/70{ color: rgb(240 253 244 / 0.7); }
.text-green-50\/75{ color: rgb(240 253 244 / 0.75); }
.text-green-50\/80{ color: rgb(240 253 244 / 0.8); }
.text-green-50\/90{ color: rgb(240 253 244 / 0.9); }
.text-green-50\/95{ color: rgb(240 253 244 / 0.95); }
.text-green-500{ --tw-text-opacity: 1; color: rgb(34 197 94 / var(--tw-text-opacity)); }
.text-green-500\/0{ color: rgb(34 197 94 / 0); }
.text-green-500\/10{ color: rgb(34 197 94 / 0.1); }
.text-green-500\/100{ color: rgb(34 197 94 / 1); }
.text-green-500\/20{ color: rgb(34 197 94 / 0.2); }
.text-green-500\/25{ color: rgb(34 197 94 / 0.25); }
.text-green-500\/30{ color: rgb(34 197 94 / 0.3); }
.text-green-500\/40{ color: rgb(34 197 94 / 0.4); }
.text-green-500\/5{ color: rgb(34 197 94 / 0.05); }
.text-green-500\/50{ color: rgb(34 197 94 / 0.5); }
.text-green-500\/60{ color: rgb(34 197 94 / 0.6); }
.text-green-500\/70{ color: rgb(34 197 94 / 0.7); }
.text-green-500\/75{ color: rgb(34 197 94 / 0.75); }
.text-green-500\/80{ color: rgb(34 197 94 / 0.8); }
.text-green-500\/90{ color: rgb(34 197 94 / 0.9); }
.text-green-500\/95{ color: rgb(34 197 94 / 0.95); }
.text-green-600{ --tw-text-opacity: 1; color: rgb(22 163 74 / var(--tw-text-opacity)); }
.text-green-600\/0{ color: rgb(22 163 74 / 0); }
.text-green-600\/10{ color: rgb(22 163 74 / 0.1); }
.text-green-600\/100{ color: rgb(22 163 74 / 1); }
.text-green-600\/20{ color: rgb(22 163 74 / 0.2); }
.text-green-600\/25{ color: rgb(22 163 74 / 0.25); }
.text-green-600\/30{ color: rgb(22 163 74 / 0.3); }
.text-green-600\/40{ color: rgb(22 163 74 / 0.4); }
.text-green-600\/5{ color: rgb(22 163 74 / 0.05); }
.text-green-600\/50{ color: rgb(22 163 74 / 0.5); }
.text-green-600\/60{ color: rgb(22 163 74 / 0.6); }
.text-green-600\/70{ color: rgb(22 163 74 / 0.7); }
.text-green-600\/75{ color: rgb(22 163 74 / 0.75); }
.text-green-600\/80{ color: rgb(22 163 74 / 0.8); }
.text-green-600\/90{ color: rgb(22 163 74 / 0.9); }
.text-green-600\/95{ color: rgb(22 163 74 / 0.95); }
.text-green-700{ --tw-text-opacity: 1; color: rgb(21 128 61 / var(--tw-text-opacity)); }
.text-green-700\/0{ color: rgb(21 128 61 / 0); }
.text-green-700\/10{ color: rgb(21 128 61 / 0.1); }
.text-green-700\/100{ color: rgb(21 128 61 / 1); }
.text-green-700\/20{ color: rgb(21 128 61 / 0.2); }
.text-green-700\/25{ color: rgb(21 128 61 / 0.25); }
.text-green-700\/30{ color: rgb(21 128 61 / 0.3); }
.text-green-700\/40{ color: rgb(21 128 61 / 0.4); }
.text-green-700\/5{ color: rgb(21 128 61 / 0.05); }
.text-green-700\/50{ color: rgb(21 128 61 / 0.5); }
.text-green-700\/60{ color: rgb(21 128 61 / 0.6); }
.text-green-700\/70{ color: rgb(21 128 61 / 0.7); }
.text-green-700\/75{ color: rgb(21 128 61 / 0.75); }
.text-green-700\/80{ color: rgb(21 128 61 / 0.8); }
.text-green-700\/90{ color: rgb(21 128 61 / 0.9); }
.text-green-700\/95{ color: rgb(21 128 61 / 0.95); }
.text-green-800{ --tw-text-opacity: 1; color: rgb(22 101 52 / var(--tw-text-opacity)); }
.text-green-800\/0{ color: rgb(22 101 52 / 0); }
.text-green-800\/10{ color: rgb(22 101 52 / 0.1); }
.text-green-800\/100{ color: rgb(22 101 52 / 1); }
.text-green-800\/20{ color: rgb(22 101 52 / 0.2); }
.text-green-800\/25{ color: rgb(22 101 52 / 0.25); }
.text-green-800\/30{ color: rgb(22 101 52 / 0.3); }
.text-green-800\/40{ color: rgb(22 101 52 / 0.4); }
.text-green-800\/5{ color: rgb(22 101 52 / 0.05); }
.text-green-800\/50{ color: rgb(22 101 52 / 0.5); }
.text-green-800\/60{ color: rgb(22 101 52 / 0.6); }
.text-green-800\/70{ color: rgb(22 101 52 / 0.7); }
.text-green-800\/75{ color: rgb(22 101 52 / 0.75); }
.text-green-800\/80{ color: rgb(22 101 52 / 0.8); }
.text-green-800\/90{ color: rgb(22 101 52 / 0.9); }
.text-green-800\/95{ color: rgb(22 101 52 / 0.95); }
.text-green-900{ --tw-text-opacity: 1; color: rgb(20 83 45 / var(--tw-text-opacity)); }
.text-green-900\/0{ color: rgb(20 83 45 / 0); }
.text-green-900\/10{ color: rgb(20 83 45 / 0.1); }
.text-green-900\/100{ color: rgb(20 83 45 / 1); }
.text-green-900\/20{ color: rgb(20 83 45 / 0.2); }
.text-green-900\/25{ color: rgb(20 83 45 / 0.25); }
.text-green-900\/30{ color: rgb(20 83 45 / 0.3); }
.text-green-900\/40{ color: rgb(20 83 45 / 0.4); }
.text-green-900\/5{ color: rgb(20 83 45 / 0.05); }
.text-green-900\/50{ color: rgb(20 83 45 / 0.5); }
.text-green-900\/60{ color: rgb(20 83 45 / 0.6); }
.text-green-900\/70{ color: rgb(20 83 45 / 0.7); }
.text-green-900\/75{ color: rgb(20 83 45 / 0.75); }
.text-green-900\/80{ color: rgb(20 83 45 / 0.8); }
.text-green-900\/90{ color: rgb(20 83 45 / 0.9); }
.text-green-900\/95{ color: rgb(20 83 45 / 0.95); }
.text-green-950{ --tw-text-opacity: 1; color: rgb(5 46 22 / var(--tw-text-opacity)); }
.text-green-950\/0{ color: rgb(5 46 22 / 0); }
.text-green-950\/10{ color: rgb(5 46 22 / 0.1); }
.text-green-950\/100{ color: rgb(5 46 22 / 1); }
.text-green-950\/20{ color: rgb(5 46 22 / 0.2); }
.text-green-950\/25{ color: rgb(5 46 22 / 0.25); }
.text-green-950\/30{ color: rgb(5 46 22 / 0.3); }
.text-green-950\/40{ color: rgb(5 46 22 / 0.4); }
.text-green-950\/5{ color: rgb(5 46 22 / 0.05); }
.text-green-950\/50{ color: rgb(5 46 22 / 0.5); }
.text-green-950\/60{ color: rgb(5 46 22 / 0.6); }
.text-green-950\/70{ color: rgb(5 46 22 / 0.7); }
.text-green-950\/75{ color: rgb(5 46 22 / 0.75); }
.text-green-950\/80{ color: rgb(5 46 22 / 0.8); }
.text-green-950\/90{ color: rgb(5 46 22 / 0.9); }
.text-green-950\/95{ color: rgb(5 46 22 / 0.95); }
.text-indigo-100{ --tw-text-opacity: 1; color: rgb(224 231 255 / var(--tw-text-opacity)); }
.text-indigo-100\/0{ color: rgb(224 231 255 / 0); }
.text-indigo-100\/10{ color: rgb(224 231 255 / 0.1); }
.text-indigo-100\/100{ color: rgb(224 231 255 / 1); }
.text-indigo-100\/20{ color: rgb(224 231 255 / 0.2); }
.text-indigo-100\/25{ color: rgb(224 231 255 / 0.25); }
.text-indigo-100\/30{ color: rgb(224 231 255 / 0.3); }
.text-indigo-100\/40{ color: rgb(224 231 255 / 0.4); }
.text-indigo-100\/5{ color: rgb(224 231 255 / 0.05); }
.text-indigo-100\/50{ color: rgb(224 231 255 / 0.5); }
.text-indigo-100\/60{ color: rgb(224 231 255 / 0.6); }
.text-indigo-100\/70{ color: rgb(224 231 255 / 0.7); }
.text-indigo-100\/75{ color: rgb(224 231 255 / 0.75); }
.text-indigo-100\/80{ color: rgb(224 231 255 / 0.8); }
.text-indigo-100\/90{ color: rgb(224 231 255 / 0.9); }
.text-indigo-100\/95{ color: rgb(224 231 255 / 0.95); }
.text-indigo-200{ --tw-text-opacity: 1; color: rgb(199 210 254 / var(--tw-text-opacity)); }
.text-indigo-200\/0{ color: rgb(199 210 254 / 0); }
.text-indigo-200\/10{ color: rgb(199 210 254 / 0.1); }
.text-indigo-200\/100{ color: rgb(199 210 254 / 1); }
.text-indigo-200\/20{ color: rgb(199 210 254 / 0.2); }
.text-indigo-200\/25{ color: rgb(199 210 254 / 0.25); }
.text-indigo-200\/30{ color: rgb(199 210 254 / 0.3); }
.text-indigo-200\/40{ color: rgb(199 210 254 / 0.4); }
.text-indigo-200\/5{ color: rgb(199 210 254 / 0.05); }
.text-indigo-200\/50{ color: rgb(199 210 254 / 0.5); }
.text-indigo-200\/60{ color: rgb(199 210 254 / 0.6); }
.text-indigo-200\/70{ color: rgb(199 210 254 / 0.7); }
.text-indigo-200\/75{ color: rgb(199 210 254 / 0.75); }
.text-indigo-200\/80{ color: rgb(199 210 254 / 0.8); }
.text-indigo-200\/90{ color: rgb(199 210 254 / 0.9); }
.text-indigo-200\/95{ color: rgb(199 210 254 / 0.95); }
.text-indigo-300{ --tw-text-opacity: 1; color: rgb(165 180 252 / var(--tw-text-opacity)); }
.text-indigo-300\/0{ color: rgb(165 180 252 / 0); }
.text-indigo-300\/10{ color: rgb(165 180 252 / 0.1); }
.text-indigo-300\/100{ color: rgb(165 180 252 / 1); }
.text-indigo-300\/20{ color: rgb(165 180 252 / 0.2); }
.text-indigo-300\/25{ color: rgb(165 180 252 / 0.25); }
.text-indigo-300\/30{ color: rgb(165 180 252 / 0.3); }
.text-indigo-300\/40{ color: rgb(165 180 252 / 0.4); }
.text-indigo-300\/5{ color: rgb(165 180 252 / 0.05); }
.text-indigo-300\/50{ color: rgb(165 180 252 / 0.5); }
.text-indigo-300\/60{ color: rgb(165 180 252 / 0.6); }
.text-indigo-300\/70{ color: rgb(165 180 252 / 0.7); }
.text-indigo-300\/75{ color: rgb(165 180 252 / 0.75); }
.text-indigo-300\/80{ color: rgb(165 180 252 / 0.8); }
.text-indigo-300\/90{ color: rgb(165 180 252 / 0.9); }
.text-indigo-300\/95{ color: rgb(165 180 252 / 0.95); }
.text-indigo-400{ --tw-text-opacity: 1; color: rgb(129 140 248 / var(--tw-text-opacity)); }
.text-indigo-400\/0{ color: rgb(129 140 248 / 0); }
.text-indigo-400\/10{ color: rgb(129 140 248 / 0.1); }
.text-indigo-400\/100{ color: rgb(129 140 248 / 1); }
.text-indigo-400\/20{ color: rgb(129 140 248 / 0.2); }
.text-indigo-400\/25{ color: rgb(129 140 248 / 0.25); }
.text-indigo-400\/30{ color: rgb(129 140 248 / 0.3); }
.text-indigo-400\/40{ color: rgb(129 140 248 / 0.4); }
.text-indigo-400\/5{ color: rgb(129 140 248 / 0.05); }
.text-indigo-400\/50{ color: rgb(129 140 248 / 0.5); }
.text-indigo-400\/60{ color: rgb(129 140 248 / 0.6); }
.text-indigo-400\/70{ color: rgb(129 140 248 / 0.7); }
.text-indigo-400\/75{ color: rgb(129 140 248 / 0.75); }
.text-indigo-400\/80{ color: rgb(129 140 248 / 0.8); }
.text-indigo-400\/90{ color: rgb(129 140 248 / 0.9); }
.text-indigo-400\/95{ color: rgb(129 140 248 / 0.95); }
.text-indigo-50{ --tw-text-opacity: 1; color: rgb(238 242 255 / var(--tw-text-opacity)); }
.text-indigo-50\/0{ color: rgb(238 242 255 / 0); }
.text-indigo-50\/10{ color: rgb(238 242 255 / 0.1); }
.text-indigo-50\/100{ color: rgb(238 242 255 / 1); }
.text-indigo-50\/20{ color: rgb(238 242 255 / 0.2); }
.text-indigo-50\/25{ color: rgb(238 242 255 / 0.25); }
.text-indigo-50\/30{ color: rgb(238 242 255 / 0.3); }
.text-indigo-50\/40{ color: rgb(238 242 255 / 0.4); }
.text-indigo-50\/5{ color: rgb(238 242 255 / 0.05); }
.text-indigo-50\/50{ color: rgb(238 242 255 / 0.5); }
.text-indigo-50\/60{ color: rgb(238 242 255 / 0.6); }
.text-indigo-50\/70{ color: rgb(238 242 255 / 0.7); }
.text-indigo-50\/75{ color: rgb(238 242 255 / 0.75); }
.text-indigo-50\/80{ color: rgb(238 242 255 / 0.8); }
.text-indigo-50\/90{ color: rgb(238 242 255 / 0.9); }
.text-indigo-50\/95{ color: rgb(238 242 255 / 0.95); }
.text-indigo-500{ --tw-text-opacity: 1; color: rgb(99 102 241 / var(--tw-text-opacity)); }
.text-indigo-500\/0{ color: rgb(99 102 241 / 0); }
.text-indigo-500\/10{ color: rgb(99 102 241 / 0.1); }
.text-indigo-500\/100{ color: rgb(99 102 241 / 1); }
.text-indigo-500\/20{ color: rgb(99 102 241 / 0.2); }
.text-indigo-500\/25{ color: rgb(99 102 241 / 0.25); }
.text-indigo-500\/30{ color: rgb(99 102 241 / 0.3); }
.text-indigo-500\/40{ color: rgb(99 102 241 / 0.4); }
.text-indigo-500\/5{ color: rgb(99 102 241 / 0.05); }
.text-indigo-500\/50{ color: rgb(99 102 241 / 0.5); }
.text-indigo-500\/60{ color: rgb(99 102 241 / 0.6); }
.text-indigo-500\/70{ color: rgb(99 102 241 / 0.7); }
.text-indigo-500\/75{ color: rgb(99 102 241 / 0.75); }
.text-indigo-500\/80{ color: rgb(99 102 241 / 0.8); }
.text-indigo-500\/90{ color: rgb(99 102 241 / 0.9); }
.text-indigo-500\/95{ color: rgb(99 102 241 / 0.95); }
.text-indigo-600{ --tw-text-opacity: 1; color: rgb(79 70 229 / var(--tw-text-opacity)); }
.text-indigo-600\/0{ color: rgb(79 70 229 / 0); }
.text-indigo-600\/10{ color: rgb(79 70 229 / 0.1); }
.text-indigo-600\/100{ color: rgb(79 70 229 / 1); }
.text-indigo-600\/20{ color: rgb(79 70 229 / 0.2); }
.text-indigo-600\/25{ color: rgb(79 70 229 / 0.25); }
.text-indigo-600\/30{ color: rgb(79 70 229 / 0.3); }
.text-indigo-600\/40{ color: rgb(79 70 229 / 0.4); }
.text-indigo-600\/5{ color: rgb(79 70 229 / 0.05); }
.text-indigo-600\/50{ color: rgb(79 70 229 / 0.5); }
.text-indigo-600\/60{ color: rgb(79 70 229 / 0.6); }
.text-indigo-600\/70{ color: rgb(79 70 229 / 0.7); }
.text-indigo-600\/75{ color: rgb(79 70 229 / 0.75); }
.text-indigo-600\/80{ color: rgb(79 70 229 / 0.8); }
.text-indigo-600\/90{ color: rgb(79 70 229 / 0.9); }
.text-indigo-600\/95{ color: rgb(79 70 229 / 0.95); }
.text-indigo-700{ --tw-text-opacity: 1; color: rgb(67 56 202 / var(--tw-text-opacity)); }
.text-indigo-700\/0{ color: rgb(67 56 202 / 0); }
.text-indigo-700\/10{ color: rgb(67 56 202 / 0.1); }
.text-indigo-700\/100{ color: rgb(67 56 202 / 1); }
.text-indigo-700\/20{ color: rgb(67 56 202 / 0.2); }
.text-indigo-700\/25{ color: rgb(67 56 202 / 0.25); }
.text-indigo-700\/30{ color: rgb(67 56 202 / 0.3); }
.text-indigo-700\/40{ color: rgb(67 56 202 / 0.4); }
.text-indigo-700\/5{ color: rgb(67 56 202 / 0.05); }
.text-indigo-700\/50{ color: rgb(67 56 202 / 0.5); }
.text-indigo-700\/60{ color: rgb(67 56 202 / 0.6); }
.text-indigo-700\/70{ color: rgb(67 56 202 / 0.7); }
.text-indigo-700\/75{ color: rgb(67 56 202 / 0.75); }
.text-indigo-700\/80{ color: rgb(67 56 202 / 0.8); }
.text-indigo-700\/90{ color: rgb(67 56 202 / 0.9); }
.text-indigo-700\/95{ color: rgb(67 56 202 / 0.95); }
.text-indigo-800{ --tw-text-opacity: 1; color: rgb(55 48 163 / var(--tw-text-opacity)); }
.text-indigo-800\/0{ color: rgb(55 48 163 / 0); }
.text-indigo-800\/10{ color: rgb(55 48 163 / 0.1); }
.text-indigo-800\/100{ color: rgb(55 48 163 / 1); }
.text-indigo-800\/20{ color: rgb(55 48 163 / 0.2); }
.text-indigo-800\/25{ color: rgb(55 48 163 / 0.25); }
.text-indigo-800\/30{ color: rgb(55 48 163 / 0.3); }
.text-indigo-800\/40{ color: rgb(55 48 163 / 0.4); }
.text-indigo-800\/5{ color: rgb(55 48 163 / 0.05); }
.text-indigo-800\/50{ color: rgb(55 48 163 / 0.5); }
.text-indigo-800\/60{ color: rgb(55 48 163 / 0.6); }
.text-indigo-800\/70{ color: rgb(55 48 163 / 0.7); }
.text-indigo-800\/75{ color: rgb(55 48 163 / 0.75); }
.text-indigo-800\/80{ color: rgb(55 48 163 / 0.8); }
.text-indigo-800\/90{ color: rgb(55 48 163 / 0.9); }
.text-indigo-800\/95{ color: rgb(55 48 163 / 0.95); }
.text-indigo-900{ --tw-text-opacity: 1; color: rgb(49 46 129 / var(--tw-text-opacity)); }
.text-indigo-900\/0{ color: rgb(49 46 129 / 0); }
.text-indigo-900\/10{ color: rgb(49 46 129 / 0.1); }
.text-indigo-900\/100{ color: rgb(49 46 129 / 1); }
.text-indigo-900\/20{ color: rgb(49 46 129 / 0.2); }
.text-indigo-900\/25{ color: rgb(49 46 129 / 0.25); }
.text-indigo-900\/30{ color: rgb(49 46 129 / 0.3); }
.text-indigo-900\/40{ color: rgb(49 46 129 / 0.4); }
.text-indigo-900\/5{ color: rgb(49 46 129 / 0.05); }
.text-indigo-900\/50{ color: rgb(49 46 129 / 0.5); }
.text-indigo-900\/60{ color: rgb(49 46 129 / 0.6); }
.text-indigo-900\/70{ color: rgb(49 46 129 / 0.7); }
.text-indigo-900\/75{ color: rgb(49 46 129 / 0.75); }
.text-indigo-900\/80{ color: rgb(49 46 129 / 0.8); }
.text-indigo-900\/90{ color: rgb(49 46 129 / 0.9); }
.text-indigo-900\/95{ color: rgb(49 46 129 / 0.95); }
.text-indigo-950{ --tw-text-opacity: 1; color: rgb(30 27 75 / var(--tw-text-opacity)); }
.text-indigo-950\/0{ color: rgb(30 27 75 / 0); }
.text-indigo-950\/10{ color: rgb(30 27 75 / 0.1); }
.text-indigo-950\/100{ color: rgb(30 27 75 / 1); }
.text-indigo-950\/20{ color: rgb(30 27 75 / 0.2); }
.text-indigo-950\/25{ color: rgb(30 27 75 / 0.25); }
.text-indigo-950\/30{ color: rgb(30 27 75 / 0.3); }
.text-indigo-950\/40{ color: rgb(30 27 75 / 0.4); }
.text-indigo-950\/5{ color: rgb(30 27 75 / 0.05); }
.text-indigo-950\/50{ color: rgb(30 27 75 / 0.5); }
.text-indigo-950\/60{ color: rgb(30 27 75 / 0.6); }
.text-indigo-950\/70{ color: rgb(30 27 75 / 0.7); }
.text-indigo-950\/75{ color: rgb(30 27 75 / 0.75); }
.text-indigo-950\/80{ color: rgb(30 27 75 / 0.8); }
.text-indigo-950\/90{ color: rgb(30 27 75 / 0.9); }
.text-indigo-950\/95{ color: rgb(30 27 75 / 0.95); }
.text-inherit{ color: inherit; }
.text-kaimurasaki{ --tw-text-opacity: 1; color: rgb(34 28 52 / var(--tw-text-opacity)); }
.text-kaimurasaki-100{ --tw-text-opacity: 1; color: rgb(232 232 234 / var(--tw-text-opacity)); }
.text-kaimurasaki-100\/0{ color: rgb(232 232 234 / 0); }
.text-kaimurasaki-100\/10{ color: rgb(232 232 234 / 0.1); }
.text-kaimurasaki-100\/100{ color: rgb(232 232 234 / 1); }
.text-kaimurasaki-100\/20{ color: rgb(232 232 234 / 0.2); }
.text-kaimurasaki-100\/25{ color: rgb(232 232 234 / 0.25); }
.text-kaimurasaki-100\/30{ color: rgb(232 232 234 / 0.3); }
.text-kaimurasaki-100\/40{ color: rgb(232 232 234 / 0.4); }
.text-kaimurasaki-100\/5{ color: rgb(232 232 234 / 0.05); }
.text-kaimurasaki-100\/50{ color: rgb(232 232 234 / 0.5); }
.text-kaimurasaki-100\/60{ color: rgb(232 232 234 / 0.6); }
.text-kaimurasaki-100\/70{ color: rgb(232 232 234 / 0.7); }
.text-kaimurasaki-100\/75{ color: rgb(232 232 234 / 0.75); }
.text-kaimurasaki-100\/80{ color: rgb(232 232 234 / 0.8); }
.text-kaimurasaki-100\/90{ color: rgb(232 232 234 / 0.9); }
.text-kaimurasaki-100\/95{ color: rgb(232 232 234 / 0.95); }
.text-kaimurasaki-200{ --tw-text-opacity: 1; color: rgb(211 210 214 / var(--tw-text-opacity)); }
.text-kaimurasaki-200\/0{ color: rgb(211 210 214 / 0); }
.text-kaimurasaki-200\/10{ color: rgb(211 210 214 / 0.1); }
.text-kaimurasaki-200\/100{ color: rgb(211 210 214 / 1); }
.text-kaimurasaki-200\/20{ color: rgb(211 210 214 / 0.2); }
.text-kaimurasaki-200\/25{ color: rgb(211 210 214 / 0.25); }
.text-kaimurasaki-200\/30{ color: rgb(211 210 214 / 0.3); }
.text-kaimurasaki-200\/40{ color: rgb(211 210 214 / 0.4); }
.text-kaimurasaki-200\/5{ color: rgb(211 210 214 / 0.05); }
.text-kaimurasaki-200\/50{ color: rgb(211 210 214 / 0.5); }
.text-kaimurasaki-200\/60{ color: rgb(211 210 214 / 0.6); }
.text-kaimurasaki-200\/70{ color: rgb(211 210 214 / 0.7); }
.text-kaimurasaki-200\/75{ color: rgb(211 210 214 / 0.75); }
.text-kaimurasaki-200\/80{ color: rgb(211 210 214 / 0.8); }
.text-kaimurasaki-200\/90{ color: rgb(211 210 214 / 0.9); }
.text-kaimurasaki-200\/95{ color: rgb(211 210 214 / 0.95); }
.text-kaimurasaki-300{ --tw-text-opacity: 1; color: rgb(188 186 194 / var(--tw-text-opacity)); }
.text-kaimurasaki-300\/0{ color: rgb(188 186 194 / 0); }
.text-kaimurasaki-300\/10{ color: rgb(188 186 194 / 0.1); }
.text-kaimurasaki-300\/100{ color: rgb(188 186 194 / 1); }
.text-kaimurasaki-300\/20{ color: rgb(188 186 194 / 0.2); }
.text-kaimurasaki-300\/25{ color: rgb(188 186 194 / 0.25); }
.text-kaimurasaki-300\/30{ color: rgb(188 186 194 / 0.3); }
.text-kaimurasaki-300\/40{ color: rgb(188 186 194 / 0.4); }
.text-kaimurasaki-300\/5{ color: rgb(188 186 194 / 0.05); }
.text-kaimurasaki-300\/50{ color: rgb(188 186 194 / 0.5); }
.text-kaimurasaki-300\/60{ color: rgb(188 186 194 / 0.6); }
.text-kaimurasaki-300\/70{ color: rgb(188 186 194 / 0.7); }
.text-kaimurasaki-300\/75{ color: rgb(188 186 194 / 0.75); }
.text-kaimurasaki-300\/80{ color: rgb(188 186 194 / 0.8); }
.text-kaimurasaki-300\/90{ color: rgb(188 186 194 / 0.9); }
.text-kaimurasaki-300\/95{ color: rgb(188 186 194 / 0.95); }
.text-kaimurasaki-400{ --tw-text-opacity: 1; color: rgb(167 164 174 / var(--tw-text-opacity)); }
.text-kaimurasaki-400\/0{ color: rgb(167 164 174 / 0); }
.text-kaimurasaki-400\/10{ color: rgb(167 164 174 / 0.1); }
.text-kaimurasaki-400\/100{ color: rgb(167 164 174 / 1); }
.text-kaimurasaki-400\/20{ color: rgb(167 164 174 / 0.2); }
.text-kaimurasaki-400\/25{ color: rgb(167 164 174 / 0.25); }
.text-kaimurasaki-400\/30{ color: rgb(167 164 174 / 0.3); }
.text-kaimurasaki-400\/40{ color: rgb(167 164 174 / 0.4); }
.text-kaimurasaki-400\/5{ color: rgb(167 164 174 / 0.05); }
.text-kaimurasaki-400\/50{ color: rgb(167 164 174 / 0.5); }
.text-kaimurasaki-400\/60{ color: rgb(167 164 174 / 0.6); }
.text-kaimurasaki-400\/70{ color: rgb(167 164 174 / 0.7); }
.text-kaimurasaki-400\/75{ color: rgb(167 164 174 / 0.75); }
.text-kaimurasaki-400\/80{ color: rgb(167 164 174 / 0.8); }
.text-kaimurasaki-400\/90{ color: rgb(167 164 174 / 0.9); }
.text-kaimurasaki-400\/95{ color: rgb(167 164 174 / 0.95); }
.text-kaimurasaki-500{ --tw-text-opacity: 1; color: rgb(145 142 154 / var(--tw-text-opacity)); }
.text-kaimurasaki-500\/0{ color: rgb(145 142 154 / 0); }
.text-kaimurasaki-500\/10{ color: rgb(145 142 154 / 0.1); }
.text-kaimurasaki-500\/100{ color: rgb(145 142 154 / 1); }
.text-kaimurasaki-500\/20{ color: rgb(145 142 154 / 0.2); }
.text-kaimurasaki-500\/25{ color: rgb(145 142 154 / 0.25); }
.text-kaimurasaki-500\/30{ color: rgb(145 142 154 / 0.3); }
.text-kaimurasaki-500\/40{ color: rgb(145 142 154 / 0.4); }
.text-kaimurasaki-500\/5{ color: rgb(145 142 154 / 0.05); }
.text-kaimurasaki-500\/50{ color: rgb(145 142 154 / 0.5); }
.text-kaimurasaki-500\/60{ color: rgb(145 142 154 / 0.6); }
.text-kaimurasaki-500\/70{ color: rgb(145 142 154 / 0.7); }
.text-kaimurasaki-500\/75{ color: rgb(145 142 154 / 0.75); }
.text-kaimurasaki-500\/80{ color: rgb(145 142 154 / 0.8); }
.text-kaimurasaki-500\/90{ color: rgb(145 142 154 / 0.9); }
.text-kaimurasaki-500\/95{ color: rgb(145 142 154 / 0.95); }
.text-kaimurasaki-600{ --tw-text-opacity: 1; color: rgb(122 119 133 / var(--tw-text-opacity)); }
.text-kaimurasaki-600\/0{ color: rgb(122 119 133 / 0); }
.text-kaimurasaki-600\/10{ color: rgb(122 119 133 / 0.1); }
.text-kaimurasaki-600\/100{ color: rgb(122 119 133 / 1); }
.text-kaimurasaki-600\/20{ color: rgb(122 119 133 / 0.2); }
.text-kaimurasaki-600\/25{ color: rgb(122 119 133 / 0.25); }
.text-kaimurasaki-600\/30{ color: rgb(122 119 133 / 0.3); }
.text-kaimurasaki-600\/40{ color: rgb(122 119 133 / 0.4); }
.text-kaimurasaki-600\/5{ color: rgb(122 119 133 / 0.05); }
.text-kaimurasaki-600\/50{ color: rgb(122 119 133 / 0.5); }
.text-kaimurasaki-600\/60{ color: rgb(122 119 133 / 0.6); }
.text-kaimurasaki-600\/70{ color: rgb(122 119 133 / 0.7); }
.text-kaimurasaki-600\/75{ color: rgb(122 119 133 / 0.75); }
.text-kaimurasaki-600\/80{ color: rgb(122 119 133 / 0.8); }
.text-kaimurasaki-600\/90{ color: rgb(122 119 133 / 0.9); }
.text-kaimurasaki-600\/95{ color: rgb(122 119 133 / 0.95); }
.text-kaimurasaki-700{ --tw-text-opacity: 1; color: rgb(100 96 113 / var(--tw-text-opacity)); }
.text-kaimurasaki-700\/0{ color: rgb(100 96 113 / 0); }
.text-kaimurasaki-700\/10{ color: rgb(100 96 113 / 0.1); }
.text-kaimurasaki-700\/100{ color: rgb(100 96 113 / 1); }
.text-kaimurasaki-700\/20{ color: rgb(100 96 113 / 0.2); }
.text-kaimurasaki-700\/25{ color: rgb(100 96 113 / 0.25); }
.text-kaimurasaki-700\/30{ color: rgb(100 96 113 / 0.3); }
.text-kaimurasaki-700\/40{ color: rgb(100 96 113 / 0.4); }
.text-kaimurasaki-700\/5{ color: rgb(100 96 113 / 0.05); }
.text-kaimurasaki-700\/50{ color: rgb(100 96 113 / 0.5); }
.text-kaimurasaki-700\/60{ color: rgb(100 96 113 / 0.6); }
.text-kaimurasaki-700\/70{ color: rgb(100 96 113 / 0.7); }
.text-kaimurasaki-700\/75{ color: rgb(100 96 113 / 0.75); }
.text-kaimurasaki-700\/80{ color: rgb(100 96 113 / 0.8); }
.text-kaimurasaki-700\/90{ color: rgb(100 96 113 / 0.9); }
.text-kaimurasaki-700\/95{ color: rgb(100 96 113 / 0.95); }
.text-kaimurasaki-800{ --tw-text-opacity: 1; color: rgb(78 73 93 / var(--tw-text-opacity)); }
.text-kaimurasaki-800\/0{ color: rgb(78 73 93 / 0); }
.text-kaimurasaki-800\/10{ color: rgb(78 73 93 / 0.1); }
.text-kaimurasaki-800\/100{ color: rgb(78 73 93 / 1); }
.text-kaimurasaki-800\/20{ color: rgb(78 73 93 / 0.2); }
.text-kaimurasaki-800\/25{ color: rgb(78 73 93 / 0.25); }
.text-kaimurasaki-800\/30{ color: rgb(78 73 93 / 0.3); }
.text-kaimurasaki-800\/40{ color: rgb(78 73 93 / 0.4); }
.text-kaimurasaki-800\/5{ color: rgb(78 73 93 / 0.05); }
.text-kaimurasaki-800\/50{ color: rgb(78 73 93 / 0.5); }
.text-kaimurasaki-800\/60{ color: rgb(78 73 93 / 0.6); }
.text-kaimurasaki-800\/70{ color: rgb(78 73 93 / 0.7); }
.text-kaimurasaki-800\/75{ color: rgb(78 73 93 / 0.75); }
.text-kaimurasaki-800\/80{ color: rgb(78 73 93 / 0.8); }
.text-kaimurasaki-800\/90{ color: rgb(78 73 93 / 0.9); }
.text-kaimurasaki-800\/95{ color: rgb(78 73 93 / 0.95); }
.text-kaimurasaki-900{ --tw-text-opacity: 1; color: rgb(56 50 72 / var(--tw-text-opacity)); }
.text-kaimurasaki-900\/0{ color: rgb(56 50 72 / 0); }
.text-kaimurasaki-900\/10{ color: rgb(56 50 72 / 0.1); }
.text-kaimurasaki-900\/100{ color: rgb(56 50 72 / 1); }
.text-kaimurasaki-900\/20{ color: rgb(56 50 72 / 0.2); }
.text-kaimurasaki-900\/25{ color: rgb(56 50 72 / 0.25); }
.text-kaimurasaki-900\/30{ color: rgb(56 50 72 / 0.3); }
.text-kaimurasaki-900\/40{ color: rgb(56 50 72 / 0.4); }
.text-kaimurasaki-900\/5{ color: rgb(56 50 72 / 0.05); }
.text-kaimurasaki-900\/50{ color: rgb(56 50 72 / 0.5); }
.text-kaimurasaki-900\/60{ color: rgb(56 50 72 / 0.6); }
.text-kaimurasaki-900\/70{ color: rgb(56 50 72 / 0.7); }
.text-kaimurasaki-900\/75{ color: rgb(56 50 72 / 0.75); }
.text-kaimurasaki-900\/80{ color: rgb(56 50 72 / 0.8); }
.text-kaimurasaki-900\/90{ color: rgb(56 50 72 / 0.9); }
.text-kaimurasaki-900\/95{ color: rgb(56 50 72 / 0.95); }
.text-kaimurasaki-950{ --tw-text-opacity: 1; color: rgb(44 39 62 / var(--tw-text-opacity)); }
.text-kaimurasaki-950\/0{ color: rgb(44 39 62 / 0); }
.text-kaimurasaki-950\/10{ color: rgb(44 39 62 / 0.1); }
.text-kaimurasaki-950\/100{ color: rgb(44 39 62 / 1); }
.text-kaimurasaki-950\/20{ color: rgb(44 39 62 / 0.2); }
.text-kaimurasaki-950\/25{ color: rgb(44 39 62 / 0.25); }
.text-kaimurasaki-950\/30{ color: rgb(44 39 62 / 0.3); }
.text-kaimurasaki-950\/40{ color: rgb(44 39 62 / 0.4); }
.text-kaimurasaki-950\/5{ color: rgb(44 39 62 / 0.05); }
.text-kaimurasaki-950\/50{ color: rgb(44 39 62 / 0.5); }
.text-kaimurasaki-950\/60{ color: rgb(44 39 62 / 0.6); }
.text-kaimurasaki-950\/70{ color: rgb(44 39 62 / 0.7); }
.text-kaimurasaki-950\/75{ color: rgb(44 39 62 / 0.75); }
.text-kaimurasaki-950\/80{ color: rgb(44 39 62 / 0.8); }
.text-kaimurasaki-950\/90{ color: rgb(44 39 62 / 0.9); }
.text-kaimurasaki-950\/95{ color: rgb(44 39 62 / 0.95); }
.text-kaimurasaki\/0{ color: rgb(34 28 52 / 0); }
.text-kaimurasaki\/10{ color: rgb(34 28 52 / 0.1); }
.text-kaimurasaki\/100{ color: rgb(34 28 52 / 1); }
.text-kaimurasaki\/20{ color: rgb(34 28 52 / 0.2); }
.text-kaimurasaki\/25{ color: rgb(34 28 52 / 0.25); }
.text-kaimurasaki\/30{ color: rgb(34 28 52 / 0.3); }
.text-kaimurasaki\/40{ color: rgb(34 28 52 / 0.4); }
.text-kaimurasaki\/5{ color: rgb(34 28 52 / 0.05); }
.text-kaimurasaki\/50{ color: rgb(34 28 52 / 0.5); }
.text-kaimurasaki\/60{ color: rgb(34 28 52 / 0.6); }
.text-kaimurasaki\/70{ color: rgb(34 28 52 / 0.7); }
.text-kaimurasaki\/75{ color: rgb(34 28 52 / 0.75); }
.text-kaimurasaki\/80{ color: rgb(34 28 52 / 0.8); }
.text-kaimurasaki\/90{ color: rgb(34 28 52 / 0.9); }
.text-kaimurasaki\/95{ color: rgb(34 28 52 / 0.95); }
.text-lime-100{ --tw-text-opacity: 1; color: rgb(236 252 203 / var(--tw-text-opacity)); }
.text-lime-100\/0{ color: rgb(236 252 203 / 0); }
.text-lime-100\/10{ color: rgb(236 252 203 / 0.1); }
.text-lime-100\/100{ color: rgb(236 252 203 / 1); }
.text-lime-100\/20{ color: rgb(236 252 203 / 0.2); }
.text-lime-100\/25{ color: rgb(236 252 203 / 0.25); }
.text-lime-100\/30{ color: rgb(236 252 203 / 0.3); }
.text-lime-100\/40{ color: rgb(236 252 203 / 0.4); }
.text-lime-100\/5{ color: rgb(236 252 203 / 0.05); }
.text-lime-100\/50{ color: rgb(236 252 203 / 0.5); }
.text-lime-100\/60{ color: rgb(236 252 203 / 0.6); }
.text-lime-100\/70{ color: rgb(236 252 203 / 0.7); }
.text-lime-100\/75{ color: rgb(236 252 203 / 0.75); }
.text-lime-100\/80{ color: rgb(236 252 203 / 0.8); }
.text-lime-100\/90{ color: rgb(236 252 203 / 0.9); }
.text-lime-100\/95{ color: rgb(236 252 203 / 0.95); }
.text-lime-200{ --tw-text-opacity: 1; color: rgb(217 249 157 / var(--tw-text-opacity)); }
.text-lime-200\/0{ color: rgb(217 249 157 / 0); }
.text-lime-200\/10{ color: rgb(217 249 157 / 0.1); }
.text-lime-200\/100{ color: rgb(217 249 157 / 1); }
.text-lime-200\/20{ color: rgb(217 249 157 / 0.2); }
.text-lime-200\/25{ color: rgb(217 249 157 / 0.25); }
.text-lime-200\/30{ color: rgb(217 249 157 / 0.3); }
.text-lime-200\/40{ color: rgb(217 249 157 / 0.4); }
.text-lime-200\/5{ color: rgb(217 249 157 / 0.05); }
.text-lime-200\/50{ color: rgb(217 249 157 / 0.5); }
.text-lime-200\/60{ color: rgb(217 249 157 / 0.6); }
.text-lime-200\/70{ color: rgb(217 249 157 / 0.7); }
.text-lime-200\/75{ color: rgb(217 249 157 / 0.75); }
.text-lime-200\/80{ color: rgb(217 249 157 / 0.8); }
.text-lime-200\/90{ color: rgb(217 249 157 / 0.9); }
.text-lime-200\/95{ color: rgb(217 249 157 / 0.95); }
.text-lime-300{ --tw-text-opacity: 1; color: rgb(190 242 100 / var(--tw-text-opacity)); }
.text-lime-300\/0{ color: rgb(190 242 100 / 0); }
.text-lime-300\/10{ color: rgb(190 242 100 / 0.1); }
.text-lime-300\/100{ color: rgb(190 242 100 / 1); }
.text-lime-300\/20{ color: rgb(190 242 100 / 0.2); }
.text-lime-300\/25{ color: rgb(190 242 100 / 0.25); }
.text-lime-300\/30{ color: rgb(190 242 100 / 0.3); }
.text-lime-300\/40{ color: rgb(190 242 100 / 0.4); }
.text-lime-300\/5{ color: rgb(190 242 100 / 0.05); }
.text-lime-300\/50{ color: rgb(190 242 100 / 0.5); }
.text-lime-300\/60{ color: rgb(190 242 100 / 0.6); }
.text-lime-300\/70{ color: rgb(190 242 100 / 0.7); }
.text-lime-300\/75{ color: rgb(190 242 100 / 0.75); }
.text-lime-300\/80{ color: rgb(190 242 100 / 0.8); }
.text-lime-300\/90{ color: rgb(190 242 100 / 0.9); }
.text-lime-300\/95{ color: rgb(190 242 100 / 0.95); }
.text-lime-400{ --tw-text-opacity: 1; color: rgb(163 230 53 / var(--tw-text-opacity)); }
.text-lime-400\/0{ color: rgb(163 230 53 / 0); }
.text-lime-400\/10{ color: rgb(163 230 53 / 0.1); }
.text-lime-400\/100{ color: rgb(163 230 53 / 1); }
.text-lime-400\/20{ color: rgb(163 230 53 / 0.2); }
.text-lime-400\/25{ color: rgb(163 230 53 / 0.25); }
.text-lime-400\/30{ color: rgb(163 230 53 / 0.3); }
.text-lime-400\/40{ color: rgb(163 230 53 / 0.4); }
.text-lime-400\/5{ color: rgb(163 230 53 / 0.05); }
.text-lime-400\/50{ color: rgb(163 230 53 / 0.5); }
.text-lime-400\/60{ color: rgb(163 230 53 / 0.6); }
.text-lime-400\/70{ color: rgb(163 230 53 / 0.7); }
.text-lime-400\/75{ color: rgb(163 230 53 / 0.75); }
.text-lime-400\/80{ color: rgb(163 230 53 / 0.8); }
.text-lime-400\/90{ color: rgb(163 230 53 / 0.9); }
.text-lime-400\/95{ color: rgb(163 230 53 / 0.95); }
.text-lime-50{ --tw-text-opacity: 1; color: rgb(247 254 231 / var(--tw-text-opacity)); }
.text-lime-50\/0{ color: rgb(247 254 231 / 0); }
.text-lime-50\/10{ color: rgb(247 254 231 / 0.1); }
.text-lime-50\/100{ color: rgb(247 254 231 / 1); }
.text-lime-50\/20{ color: rgb(247 254 231 / 0.2); }
.text-lime-50\/25{ color: rgb(247 254 231 / 0.25); }
.text-lime-50\/30{ color: rgb(247 254 231 / 0.3); }
.text-lime-50\/40{ color: rgb(247 254 231 / 0.4); }
.text-lime-50\/5{ color: rgb(247 254 231 / 0.05); }
.text-lime-50\/50{ color: rgb(247 254 231 / 0.5); }
.text-lime-50\/60{ color: rgb(247 254 231 / 0.6); }
.text-lime-50\/70{ color: rgb(247 254 231 / 0.7); }
.text-lime-50\/75{ color: rgb(247 254 231 / 0.75); }
.text-lime-50\/80{ color: rgb(247 254 231 / 0.8); }
.text-lime-50\/90{ color: rgb(247 254 231 / 0.9); }
.text-lime-50\/95{ color: rgb(247 254 231 / 0.95); }
.text-lime-500{ --tw-text-opacity: 1; color: rgb(132 204 22 / var(--tw-text-opacity)); }
.text-lime-500\/0{ color: rgb(132 204 22 / 0); }
.text-lime-500\/10{ color: rgb(132 204 22 / 0.1); }
.text-lime-500\/100{ color: rgb(132 204 22 / 1); }
.text-lime-500\/20{ color: rgb(132 204 22 / 0.2); }
.text-lime-500\/25{ color: rgb(132 204 22 / 0.25); }
.text-lime-500\/30{ color: rgb(132 204 22 / 0.3); }
.text-lime-500\/40{ color: rgb(132 204 22 / 0.4); }
.text-lime-500\/5{ color: rgb(132 204 22 / 0.05); }
.text-lime-500\/50{ color: rgb(132 204 22 / 0.5); }
.text-lime-500\/60{ color: rgb(132 204 22 / 0.6); }
.text-lime-500\/70{ color: rgb(132 204 22 / 0.7); }
.text-lime-500\/75{ color: rgb(132 204 22 / 0.75); }
.text-lime-500\/80{ color: rgb(132 204 22 / 0.8); }
.text-lime-500\/90{ color: rgb(132 204 22 / 0.9); }
.text-lime-500\/95{ color: rgb(132 204 22 / 0.95); }
.text-lime-600{ --tw-text-opacity: 1; color: rgb(101 163 13 / var(--tw-text-opacity)); }
.text-lime-600\/0{ color: rgb(101 163 13 / 0); }
.text-lime-600\/10{ color: rgb(101 163 13 / 0.1); }
.text-lime-600\/100{ color: rgb(101 163 13 / 1); }
.text-lime-600\/20{ color: rgb(101 163 13 / 0.2); }
.text-lime-600\/25{ color: rgb(101 163 13 / 0.25); }
.text-lime-600\/30{ color: rgb(101 163 13 / 0.3); }
.text-lime-600\/40{ color: rgb(101 163 13 / 0.4); }
.text-lime-600\/5{ color: rgb(101 163 13 / 0.05); }
.text-lime-600\/50{ color: rgb(101 163 13 / 0.5); }
.text-lime-600\/60{ color: rgb(101 163 13 / 0.6); }
.text-lime-600\/70{ color: rgb(101 163 13 / 0.7); }
.text-lime-600\/75{ color: rgb(101 163 13 / 0.75); }
.text-lime-600\/80{ color: rgb(101 163 13 / 0.8); }
.text-lime-600\/90{ color: rgb(101 163 13 / 0.9); }
.text-lime-600\/95{ color: rgb(101 163 13 / 0.95); }
.text-lime-700{ --tw-text-opacity: 1; color: rgb(77 124 15 / var(--tw-text-opacity)); }
.text-lime-700\/0{ color: rgb(77 124 15 / 0); }
.text-lime-700\/10{ color: rgb(77 124 15 / 0.1); }
.text-lime-700\/100{ color: rgb(77 124 15 / 1); }
.text-lime-700\/20{ color: rgb(77 124 15 / 0.2); }
.text-lime-700\/25{ color: rgb(77 124 15 / 0.25); }
.text-lime-700\/30{ color: rgb(77 124 15 / 0.3); }
.text-lime-700\/40{ color: rgb(77 124 15 / 0.4); }
.text-lime-700\/5{ color: rgb(77 124 15 / 0.05); }
.text-lime-700\/50{ color: rgb(77 124 15 / 0.5); }
.text-lime-700\/60{ color: rgb(77 124 15 / 0.6); }
.text-lime-700\/70{ color: rgb(77 124 15 / 0.7); }
.text-lime-700\/75{ color: rgb(77 124 15 / 0.75); }
.text-lime-700\/80{ color: rgb(77 124 15 / 0.8); }
.text-lime-700\/90{ color: rgb(77 124 15 / 0.9); }
.text-lime-700\/95{ color: rgb(77 124 15 / 0.95); }
.text-lime-800{ --tw-text-opacity: 1; color: rgb(63 98 18 / var(--tw-text-opacity)); }
.text-lime-800\/0{ color: rgb(63 98 18 / 0); }
.text-lime-800\/10{ color: rgb(63 98 18 / 0.1); }
.text-lime-800\/100{ color: rgb(63 98 18 / 1); }
.text-lime-800\/20{ color: rgb(63 98 18 / 0.2); }
.text-lime-800\/25{ color: rgb(63 98 18 / 0.25); }
.text-lime-800\/30{ color: rgb(63 98 18 / 0.3); }
.text-lime-800\/40{ color: rgb(63 98 18 / 0.4); }
.text-lime-800\/5{ color: rgb(63 98 18 / 0.05); }
.text-lime-800\/50{ color: rgb(63 98 18 / 0.5); }
.text-lime-800\/60{ color: rgb(63 98 18 / 0.6); }
.text-lime-800\/70{ color: rgb(63 98 18 / 0.7); }
.text-lime-800\/75{ color: rgb(63 98 18 / 0.75); }
.text-lime-800\/80{ color: rgb(63 98 18 / 0.8); }
.text-lime-800\/90{ color: rgb(63 98 18 / 0.9); }
.text-lime-800\/95{ color: rgb(63 98 18 / 0.95); }
.text-lime-900{ --tw-text-opacity: 1; color: rgb(54 83 20 / var(--tw-text-opacity)); }
.text-lime-900\/0{ color: rgb(54 83 20 / 0); }
.text-lime-900\/10{ color: rgb(54 83 20 / 0.1); }
.text-lime-900\/100{ color: rgb(54 83 20 / 1); }
.text-lime-900\/20{ color: rgb(54 83 20 / 0.2); }
.text-lime-900\/25{ color: rgb(54 83 20 / 0.25); }
.text-lime-900\/30{ color: rgb(54 83 20 / 0.3); }
.text-lime-900\/40{ color: rgb(54 83 20 / 0.4); }
.text-lime-900\/5{ color: rgb(54 83 20 / 0.05); }
.text-lime-900\/50{ color: rgb(54 83 20 / 0.5); }
.text-lime-900\/60{ color: rgb(54 83 20 / 0.6); }
.text-lime-900\/70{ color: rgb(54 83 20 / 0.7); }
.text-lime-900\/75{ color: rgb(54 83 20 / 0.75); }
.text-lime-900\/80{ color: rgb(54 83 20 / 0.8); }
.text-lime-900\/90{ color: rgb(54 83 20 / 0.9); }
.text-lime-900\/95{ color: rgb(54 83 20 / 0.95); }
.text-lime-950{ --tw-text-opacity: 1; color: rgb(26 46 5 / var(--tw-text-opacity)); }
.text-lime-950\/0{ color: rgb(26 46 5 / 0); }
.text-lime-950\/10{ color: rgb(26 46 5 / 0.1); }
.text-lime-950\/100{ color: rgb(26 46 5 / 1); }
.text-lime-950\/20{ color: rgb(26 46 5 / 0.2); }
.text-lime-950\/25{ color: rgb(26 46 5 / 0.25); }
.text-lime-950\/30{ color: rgb(26 46 5 / 0.3); }
.text-lime-950\/40{ color: rgb(26 46 5 / 0.4); }
.text-lime-950\/5{ color: rgb(26 46 5 / 0.05); }
.text-lime-950\/50{ color: rgb(26 46 5 / 0.5); }
.text-lime-950\/60{ color: rgb(26 46 5 / 0.6); }
.text-lime-950\/70{ color: rgb(26 46 5 / 0.7); }
.text-lime-950\/75{ color: rgb(26 46 5 / 0.75); }
.text-lime-950\/80{ color: rgb(26 46 5 / 0.8); }
.text-lime-950\/90{ color: rgb(26 46 5 / 0.9); }
.text-lime-950\/95{ color: rgb(26 46 5 / 0.95); }
.text-neutral-100{ --tw-text-opacity: 1; color: rgb(245 245 245 / var(--tw-text-opacity)); }
.text-neutral-100\/0{ color: rgb(245 245 245 / 0); }
.text-neutral-100\/10{ color: rgb(245 245 245 / 0.1); }
.text-neutral-100\/100{ color: rgb(245 245 245 / 1); }
.text-neutral-100\/20{ color: rgb(245 245 245 / 0.2); }
.text-neutral-100\/25{ color: rgb(245 245 245 / 0.25); }
.text-neutral-100\/30{ color: rgb(245 245 245 / 0.3); }
.text-neutral-100\/40{ color: rgb(245 245 245 / 0.4); }
.text-neutral-100\/5{ color: rgb(245 245 245 / 0.05); }
.text-neutral-100\/50{ color: rgb(245 245 245 / 0.5); }
.text-neutral-100\/60{ color: rgb(245 245 245 / 0.6); }
.text-neutral-100\/70{ color: rgb(245 245 245 / 0.7); }
.text-neutral-100\/75{ color: rgb(245 245 245 / 0.75); }
.text-neutral-100\/80{ color: rgb(245 245 245 / 0.8); }
.text-neutral-100\/90{ color: rgb(245 245 245 / 0.9); }
.text-neutral-100\/95{ color: rgb(245 245 245 / 0.95); }
.text-neutral-200{ --tw-text-opacity: 1; color: rgb(229 229 229 / var(--tw-text-opacity)); }
.text-neutral-200\/0{ color: rgb(229 229 229 / 0); }
.text-neutral-200\/10{ color: rgb(229 229 229 / 0.1); }
.text-neutral-200\/100{ color: rgb(229 229 229 / 1); }
.text-neutral-200\/20{ color: rgb(229 229 229 / 0.2); }
.text-neutral-200\/25{ color: rgb(229 229 229 / 0.25); }
.text-neutral-200\/30{ color: rgb(229 229 229 / 0.3); }
.text-neutral-200\/40{ color: rgb(229 229 229 / 0.4); }
.text-neutral-200\/5{ color: rgb(229 229 229 / 0.05); }
.text-neutral-200\/50{ color: rgb(229 229 229 / 0.5); }
.text-neutral-200\/60{ color: rgb(229 229 229 / 0.6); }
.text-neutral-200\/70{ color: rgb(229 229 229 / 0.7); }
.text-neutral-200\/75{ color: rgb(229 229 229 / 0.75); }
.text-neutral-200\/80{ color: rgb(229 229 229 / 0.8); }
.text-neutral-200\/90{ color: rgb(229 229 229 / 0.9); }
.text-neutral-200\/95{ color: rgb(229 229 229 / 0.95); }
.text-neutral-300{ --tw-text-opacity: 1; color: rgb(212 212 212 / var(--tw-text-opacity)); }
.text-neutral-300\/0{ color: rgb(212 212 212 / 0); }
.text-neutral-300\/10{ color: rgb(212 212 212 / 0.1); }
.text-neutral-300\/100{ color: rgb(212 212 212 / 1); }
.text-neutral-300\/20{ color: rgb(212 212 212 / 0.2); }
.text-neutral-300\/25{ color: rgb(212 212 212 / 0.25); }
.text-neutral-300\/30{ color: rgb(212 212 212 / 0.3); }
.text-neutral-300\/40{ color: rgb(212 212 212 / 0.4); }
.text-neutral-300\/5{ color: rgb(212 212 212 / 0.05); }
.text-neutral-300\/50{ color: rgb(212 212 212 / 0.5); }
.text-neutral-300\/60{ color: rgb(212 212 212 / 0.6); }
.text-neutral-300\/70{ color: rgb(212 212 212 / 0.7); }
.text-neutral-300\/75{ color: rgb(212 212 212 / 0.75); }
.text-neutral-300\/80{ color: rgb(212 212 212 / 0.8); }
.text-neutral-300\/90{ color: rgb(212 212 212 / 0.9); }
.text-neutral-300\/95{ color: rgb(212 212 212 / 0.95); }
.text-neutral-400{ --tw-text-opacity: 1; color: rgb(163 163 163 / var(--tw-text-opacity)); }
.text-neutral-400\/0{ color: rgb(163 163 163 / 0); }
.text-neutral-400\/10{ color: rgb(163 163 163 / 0.1); }
.text-neutral-400\/100{ color: rgb(163 163 163 / 1); }
.text-neutral-400\/20{ color: rgb(163 163 163 / 0.2); }
.text-neutral-400\/25{ color: rgb(163 163 163 / 0.25); }
.text-neutral-400\/30{ color: rgb(163 163 163 / 0.3); }
.text-neutral-400\/40{ color: rgb(163 163 163 / 0.4); }
.text-neutral-400\/5{ color: rgb(163 163 163 / 0.05); }
.text-neutral-400\/50{ color: rgb(163 163 163 / 0.5); }
.text-neutral-400\/60{ color: rgb(163 163 163 / 0.6); }
.text-neutral-400\/70{ color: rgb(163 163 163 / 0.7); }
.text-neutral-400\/75{ color: rgb(163 163 163 / 0.75); }
.text-neutral-400\/80{ color: rgb(163 163 163 / 0.8); }
.text-neutral-400\/90{ color: rgb(163 163 163 / 0.9); }
.text-neutral-400\/95{ color: rgb(163 163 163 / 0.95); }
.text-neutral-50{ --tw-text-opacity: 1; color: rgb(250 250 250 / var(--tw-text-opacity)); }
.text-neutral-50\/0{ color: rgb(250 250 250 / 0); }
.text-neutral-50\/10{ color: rgb(250 250 250 / 0.1); }
.text-neutral-50\/100{ color: rgb(250 250 250 / 1); }
.text-neutral-50\/20{ color: rgb(250 250 250 / 0.2); }
.text-neutral-50\/25{ color: rgb(250 250 250 / 0.25); }
.text-neutral-50\/30{ color: rgb(250 250 250 / 0.3); }
.text-neutral-50\/40{ color: rgb(250 250 250 / 0.4); }
.text-neutral-50\/5{ color: rgb(250 250 250 / 0.05); }
.text-neutral-50\/50{ color: rgb(250 250 250 / 0.5); }
.text-neutral-50\/60{ color: rgb(250 250 250 / 0.6); }
.text-neutral-50\/70{ color: rgb(250 250 250 / 0.7); }
.text-neutral-50\/75{ color: rgb(250 250 250 / 0.75); }
.text-neutral-50\/80{ color: rgb(250 250 250 / 0.8); }
.text-neutral-50\/90{ color: rgb(250 250 250 / 0.9); }
.text-neutral-50\/95{ color: rgb(250 250 250 / 0.95); }
.text-neutral-500{ --tw-text-opacity: 1; color: rgb(115 115 115 / var(--tw-text-opacity)); }
.text-neutral-500\/0{ color: rgb(115 115 115 / 0); }
.text-neutral-500\/10{ color: rgb(115 115 115 / 0.1); }
.text-neutral-500\/100{ color: rgb(115 115 115 / 1); }
.text-neutral-500\/20{ color: rgb(115 115 115 / 0.2); }
.text-neutral-500\/25{ color: rgb(115 115 115 / 0.25); }
.text-neutral-500\/30{ color: rgb(115 115 115 / 0.3); }
.text-neutral-500\/40{ color: rgb(115 115 115 / 0.4); }
.text-neutral-500\/5{ color: rgb(115 115 115 / 0.05); }
.text-neutral-500\/50{ color: rgb(115 115 115 / 0.5); }
.text-neutral-500\/60{ color: rgb(115 115 115 / 0.6); }
.text-neutral-500\/70{ color: rgb(115 115 115 / 0.7); }
.text-neutral-500\/75{ color: rgb(115 115 115 / 0.75); }
.text-neutral-500\/80{ color: rgb(115 115 115 / 0.8); }
.text-neutral-500\/90{ color: rgb(115 115 115 / 0.9); }
.text-neutral-500\/95{ color: rgb(115 115 115 / 0.95); }
.text-neutral-600{ --tw-text-opacity: 1; color: rgb(82 82 82 / var(--tw-text-opacity)); }
.text-neutral-600\/0{ color: rgb(82 82 82 / 0); }
.text-neutral-600\/10{ color: rgb(82 82 82 / 0.1); }
.text-neutral-600\/100{ color: rgb(82 82 82 / 1); }
.text-neutral-600\/20{ color: rgb(82 82 82 / 0.2); }
.text-neutral-600\/25{ color: rgb(82 82 82 / 0.25); }
.text-neutral-600\/30{ color: rgb(82 82 82 / 0.3); }
.text-neutral-600\/40{ color: rgb(82 82 82 / 0.4); }
.text-neutral-600\/5{ color: rgb(82 82 82 / 0.05); }
.text-neutral-600\/50{ color: rgb(82 82 82 / 0.5); }
.text-neutral-600\/60{ color: rgb(82 82 82 / 0.6); }
.text-neutral-600\/70{ color: rgb(82 82 82 / 0.7); }
.text-neutral-600\/75{ color: rgb(82 82 82 / 0.75); }
.text-neutral-600\/80{ color: rgb(82 82 82 / 0.8); }
.text-neutral-600\/90{ color: rgb(82 82 82 / 0.9); }
.text-neutral-600\/95{ color: rgb(82 82 82 / 0.95); }
.text-neutral-700{ --tw-text-opacity: 1; color: rgb(64 64 64 / var(--tw-text-opacity)); }
.text-neutral-700\/0{ color: rgb(64 64 64 / 0); }
.text-neutral-700\/10{ color: rgb(64 64 64 / 0.1); }
.text-neutral-700\/100{ color: rgb(64 64 64 / 1); }
.text-neutral-700\/20{ color: rgb(64 64 64 / 0.2); }
.text-neutral-700\/25{ color: rgb(64 64 64 / 0.25); }
.text-neutral-700\/30{ color: rgb(64 64 64 / 0.3); }
.text-neutral-700\/40{ color: rgb(64 64 64 / 0.4); }
.text-neutral-700\/5{ color: rgb(64 64 64 / 0.05); }
.text-neutral-700\/50{ color: rgb(64 64 64 / 0.5); }
.text-neutral-700\/60{ color: rgb(64 64 64 / 0.6); }
.text-neutral-700\/70{ color: rgb(64 64 64 / 0.7); }
.text-neutral-700\/75{ color: rgb(64 64 64 / 0.75); }
.text-neutral-700\/80{ color: rgb(64 64 64 / 0.8); }
.text-neutral-700\/90{ color: rgb(64 64 64 / 0.9); }
.text-neutral-700\/95{ color: rgb(64 64 64 / 0.95); }
.text-neutral-800{ --tw-text-opacity: 1; color: rgb(38 38 38 / var(--tw-text-opacity)); }
.text-neutral-800\/0{ color: rgb(38 38 38 / 0); }
.text-neutral-800\/10{ color: rgb(38 38 38 / 0.1); }
.text-neutral-800\/100{ color: rgb(38 38 38 / 1); }
.text-neutral-800\/20{ color: rgb(38 38 38 / 0.2); }
.text-neutral-800\/25{ color: rgb(38 38 38 / 0.25); }
.text-neutral-800\/30{ color: rgb(38 38 38 / 0.3); }
.text-neutral-800\/40{ color: rgb(38 38 38 / 0.4); }
.text-neutral-800\/5{ color: rgb(38 38 38 / 0.05); }
.text-neutral-800\/50{ color: rgb(38 38 38 / 0.5); }
.text-neutral-800\/60{ color: rgb(38 38 38 / 0.6); }
.text-neutral-800\/70{ color: rgb(38 38 38 / 0.7); }
.text-neutral-800\/75{ color: rgb(38 38 38 / 0.75); }
.text-neutral-800\/80{ color: rgb(38 38 38 / 0.8); }
.text-neutral-800\/90{ color: rgb(38 38 38 / 0.9); }
.text-neutral-800\/95{ color: rgb(38 38 38 / 0.95); }
.text-neutral-900{ --tw-text-opacity: 1; color: rgb(23 23 23 / var(--tw-text-opacity)); }
.text-neutral-900\/0{ color: rgb(23 23 23 / 0); }
.text-neutral-900\/10{ color: rgb(23 23 23 / 0.1); }
.text-neutral-900\/100{ color: rgb(23 23 23 / 1); }
.text-neutral-900\/20{ color: rgb(23 23 23 / 0.2); }
.text-neutral-900\/25{ color: rgb(23 23 23 / 0.25); }
.text-neutral-900\/30{ color: rgb(23 23 23 / 0.3); }
.text-neutral-900\/40{ color: rgb(23 23 23 / 0.4); }
.text-neutral-900\/5{ color: rgb(23 23 23 / 0.05); }
.text-neutral-900\/50{ color: rgb(23 23 23 / 0.5); }
.text-neutral-900\/60{ color: rgb(23 23 23 / 0.6); }
.text-neutral-900\/70{ color: rgb(23 23 23 / 0.7); }
.text-neutral-900\/75{ color: rgb(23 23 23 / 0.75); }
.text-neutral-900\/80{ color: rgb(23 23 23 / 0.8); }
.text-neutral-900\/90{ color: rgb(23 23 23 / 0.9); }
.text-neutral-900\/95{ color: rgb(23 23 23 / 0.95); }
.text-neutral-950{ --tw-text-opacity: 1; color: rgb(10 10 10 / var(--tw-text-opacity)); }
.text-neutral-950\/0{ color: rgb(10 10 10 / 0); }
.text-neutral-950\/10{ color: rgb(10 10 10 / 0.1); }
.text-neutral-950\/100{ color: rgb(10 10 10 / 1); }
.text-neutral-950\/20{ color: rgb(10 10 10 / 0.2); }
.text-neutral-950\/25{ color: rgb(10 10 10 / 0.25); }
.text-neutral-950\/30{ color: rgb(10 10 10 / 0.3); }
.text-neutral-950\/40{ color: rgb(10 10 10 / 0.4); }
.text-neutral-950\/5{ color: rgb(10 10 10 / 0.05); }
.text-neutral-950\/50{ color: rgb(10 10 10 / 0.5); }
.text-neutral-950\/60{ color: rgb(10 10 10 / 0.6); }
.text-neutral-950\/70{ color: rgb(10 10 10 / 0.7); }
.text-neutral-950\/75{ color: rgb(10 10 10 / 0.75); }
.text-neutral-950\/80{ color: rgb(10 10 10 / 0.8); }
.text-neutral-950\/90{ color: rgb(10 10 10 / 0.9); }
.text-neutral-950\/95{ color: rgb(10 10 10 / 0.95); }
.text-orange-100{ --tw-text-opacity: 1; color: rgb(255 237 213 / var(--tw-text-opacity)); }
.text-orange-100\/0{ color: rgb(255 237 213 / 0); }
.text-orange-100\/10{ color: rgb(255 237 213 / 0.1); }
.text-orange-100\/100{ color: rgb(255 237 213 / 1); }
.text-orange-100\/20{ color: rgb(255 237 213 / 0.2); }
.text-orange-100\/25{ color: rgb(255 237 213 / 0.25); }
.text-orange-100\/30{ color: rgb(255 237 213 / 0.3); }
.text-orange-100\/40{ color: rgb(255 237 213 / 0.4); }
.text-orange-100\/5{ color: rgb(255 237 213 / 0.05); }
.text-orange-100\/50{ color: rgb(255 237 213 / 0.5); }
.text-orange-100\/60{ color: rgb(255 237 213 / 0.6); }
.text-orange-100\/70{ color: rgb(255 237 213 / 0.7); }
.text-orange-100\/75{ color: rgb(255 237 213 / 0.75); }
.text-orange-100\/80{ color: rgb(255 237 213 / 0.8); }
.text-orange-100\/90{ color: rgb(255 237 213 / 0.9); }
.text-orange-100\/95{ color: rgb(255 237 213 / 0.95); }
.text-orange-200{ --tw-text-opacity: 1; color: rgb(254 215 170 / var(--tw-text-opacity)); }
.text-orange-200\/0{ color: rgb(254 215 170 / 0); }
.text-orange-200\/10{ color: rgb(254 215 170 / 0.1); }
.text-orange-200\/100{ color: rgb(254 215 170 / 1); }
.text-orange-200\/20{ color: rgb(254 215 170 / 0.2); }
.text-orange-200\/25{ color: rgb(254 215 170 / 0.25); }
.text-orange-200\/30{ color: rgb(254 215 170 / 0.3); }
.text-orange-200\/40{ color: rgb(254 215 170 / 0.4); }
.text-orange-200\/5{ color: rgb(254 215 170 / 0.05); }
.text-orange-200\/50{ color: rgb(254 215 170 / 0.5); }
.text-orange-200\/60{ color: rgb(254 215 170 / 0.6); }
.text-orange-200\/70{ color: rgb(254 215 170 / 0.7); }
.text-orange-200\/75{ color: rgb(254 215 170 / 0.75); }
.text-orange-200\/80{ color: rgb(254 215 170 / 0.8); }
.text-orange-200\/90{ color: rgb(254 215 170 / 0.9); }
.text-orange-200\/95{ color: rgb(254 215 170 / 0.95); }
.text-orange-300{ --tw-text-opacity: 1; color: rgb(253 186 116 / var(--tw-text-opacity)); }
.text-orange-300\/0{ color: rgb(253 186 116 / 0); }
.text-orange-300\/10{ color: rgb(253 186 116 / 0.1); }
.text-orange-300\/100{ color: rgb(253 186 116 / 1); }
.text-orange-300\/20{ color: rgb(253 186 116 / 0.2); }
.text-orange-300\/25{ color: rgb(253 186 116 / 0.25); }
.text-orange-300\/30{ color: rgb(253 186 116 / 0.3); }
.text-orange-300\/40{ color: rgb(253 186 116 / 0.4); }
.text-orange-300\/5{ color: rgb(253 186 116 / 0.05); }
.text-orange-300\/50{ color: rgb(253 186 116 / 0.5); }
.text-orange-300\/60{ color: rgb(253 186 116 / 0.6); }
.text-orange-300\/70{ color: rgb(253 186 116 / 0.7); }
.text-orange-300\/75{ color: rgb(253 186 116 / 0.75); }
.text-orange-300\/80{ color: rgb(253 186 116 / 0.8); }
.text-orange-300\/90{ color: rgb(253 186 116 / 0.9); }
.text-orange-300\/95{ color: rgb(253 186 116 / 0.95); }
.text-orange-400{ --tw-text-opacity: 1; color: rgb(251 146 60 / var(--tw-text-opacity)); }
.text-orange-400\/0{ color: rgb(251 146 60 / 0); }
.text-orange-400\/10{ color: rgb(251 146 60 / 0.1); }
.text-orange-400\/100{ color: rgb(251 146 60 / 1); }
.text-orange-400\/20{ color: rgb(251 146 60 / 0.2); }
.text-orange-400\/25{ color: rgb(251 146 60 / 0.25); }
.text-orange-400\/30{ color: rgb(251 146 60 / 0.3); }
.text-orange-400\/40{ color: rgb(251 146 60 / 0.4); }
.text-orange-400\/5{ color: rgb(251 146 60 / 0.05); }
.text-orange-400\/50{ color: rgb(251 146 60 / 0.5); }
.text-orange-400\/60{ color: rgb(251 146 60 / 0.6); }
.text-orange-400\/70{ color: rgb(251 146 60 / 0.7); }
.text-orange-400\/75{ color: rgb(251 146 60 / 0.75); }
.text-orange-400\/80{ color: rgb(251 146 60 / 0.8); }
.text-orange-400\/90{ color: rgb(251 146 60 / 0.9); }
.text-orange-400\/95{ color: rgb(251 146 60 / 0.95); }
.text-orange-50{ --tw-text-opacity: 1; color: rgb(255 247 237 / var(--tw-text-opacity)); }
.text-orange-50\/0{ color: rgb(255 247 237 / 0); }
.text-orange-50\/10{ color: rgb(255 247 237 / 0.1); }
.text-orange-50\/100{ color: rgb(255 247 237 / 1); }
.text-orange-50\/20{ color: rgb(255 247 237 / 0.2); }
.text-orange-50\/25{ color: rgb(255 247 237 / 0.25); }
.text-orange-50\/30{ color: rgb(255 247 237 / 0.3); }
.text-orange-50\/40{ color: rgb(255 247 237 / 0.4); }
.text-orange-50\/5{ color: rgb(255 247 237 / 0.05); }
.text-orange-50\/50{ color: rgb(255 247 237 / 0.5); }
.text-orange-50\/60{ color: rgb(255 247 237 / 0.6); }
.text-orange-50\/70{ color: rgb(255 247 237 / 0.7); }
.text-orange-50\/75{ color: rgb(255 247 237 / 0.75); }
.text-orange-50\/80{ color: rgb(255 247 237 / 0.8); }
.text-orange-50\/90{ color: rgb(255 247 237 / 0.9); }
.text-orange-50\/95{ color: rgb(255 247 237 / 0.95); }
.text-orange-500{ --tw-text-opacity: 1; color: rgb(249 115 22 / var(--tw-text-opacity)); }
.text-orange-500\/0{ color: rgb(249 115 22 / 0); }
.text-orange-500\/10{ color: rgb(249 115 22 / 0.1); }
.text-orange-500\/100{ color: rgb(249 115 22 / 1); }
.text-orange-500\/20{ color: rgb(249 115 22 / 0.2); }
.text-orange-500\/25{ color: rgb(249 115 22 / 0.25); }
.text-orange-500\/30{ color: rgb(249 115 22 / 0.3); }
.text-orange-500\/40{ color: rgb(249 115 22 / 0.4); }
.text-orange-500\/5{ color: rgb(249 115 22 / 0.05); }
.text-orange-500\/50{ color: rgb(249 115 22 / 0.5); }
.text-orange-500\/60{ color: rgb(249 115 22 / 0.6); }
.text-orange-500\/70{ color: rgb(249 115 22 / 0.7); }
.text-orange-500\/75{ color: rgb(249 115 22 / 0.75); }
.text-orange-500\/80{ color: rgb(249 115 22 / 0.8); }
.text-orange-500\/90{ color: rgb(249 115 22 / 0.9); }
.text-orange-500\/95{ color: rgb(249 115 22 / 0.95); }
.text-orange-600{ --tw-text-opacity: 1; color: rgb(234 88 12 / var(--tw-text-opacity)); }
.text-orange-600\/0{ color: rgb(234 88 12 / 0); }
.text-orange-600\/10{ color: rgb(234 88 12 / 0.1); }
.text-orange-600\/100{ color: rgb(234 88 12 / 1); }
.text-orange-600\/20{ color: rgb(234 88 12 / 0.2); }
.text-orange-600\/25{ color: rgb(234 88 12 / 0.25); }
.text-orange-600\/30{ color: rgb(234 88 12 / 0.3); }
.text-orange-600\/40{ color: rgb(234 88 12 / 0.4); }
.text-orange-600\/5{ color: rgb(234 88 12 / 0.05); }
.text-orange-600\/50{ color: rgb(234 88 12 / 0.5); }
.text-orange-600\/60{ color: rgb(234 88 12 / 0.6); }
.text-orange-600\/70{ color: rgb(234 88 12 / 0.7); }
.text-orange-600\/75{ color: rgb(234 88 12 / 0.75); }
.text-orange-600\/80{ color: rgb(234 88 12 / 0.8); }
.text-orange-600\/90{ color: rgb(234 88 12 / 0.9); }
.text-orange-600\/95{ color: rgb(234 88 12 / 0.95); }
.text-orange-700{ --tw-text-opacity: 1; color: rgb(194 65 12 / var(--tw-text-opacity)); }
.text-orange-700\/0{ color: rgb(194 65 12 / 0); }
.text-orange-700\/10{ color: rgb(194 65 12 / 0.1); }
.text-orange-700\/100{ color: rgb(194 65 12 / 1); }
.text-orange-700\/20{ color: rgb(194 65 12 / 0.2); }
.text-orange-700\/25{ color: rgb(194 65 12 / 0.25); }
.text-orange-700\/30{ color: rgb(194 65 12 / 0.3); }
.text-orange-700\/40{ color: rgb(194 65 12 / 0.4); }
.text-orange-700\/5{ color: rgb(194 65 12 / 0.05); }
.text-orange-700\/50{ color: rgb(194 65 12 / 0.5); }
.text-orange-700\/60{ color: rgb(194 65 12 / 0.6); }
.text-orange-700\/70{ color: rgb(194 65 12 / 0.7); }
.text-orange-700\/75{ color: rgb(194 65 12 / 0.75); }
.text-orange-700\/80{ color: rgb(194 65 12 / 0.8); }
.text-orange-700\/90{ color: rgb(194 65 12 / 0.9); }
.text-orange-700\/95{ color: rgb(194 65 12 / 0.95); }
.text-orange-800{ --tw-text-opacity: 1; color: rgb(154 52 18 / var(--tw-text-opacity)); }
.text-orange-800\/0{ color: rgb(154 52 18 / 0); }
.text-orange-800\/10{ color: rgb(154 52 18 / 0.1); }
.text-orange-800\/100{ color: rgb(154 52 18 / 1); }
.text-orange-800\/20{ color: rgb(154 52 18 / 0.2); }
.text-orange-800\/25{ color: rgb(154 52 18 / 0.25); }
.text-orange-800\/30{ color: rgb(154 52 18 / 0.3); }
.text-orange-800\/40{ color: rgb(154 52 18 / 0.4); }
.text-orange-800\/5{ color: rgb(154 52 18 / 0.05); }
.text-orange-800\/50{ color: rgb(154 52 18 / 0.5); }
.text-orange-800\/60{ color: rgb(154 52 18 / 0.6); }
.text-orange-800\/70{ color: rgb(154 52 18 / 0.7); }
.text-orange-800\/75{ color: rgb(154 52 18 / 0.75); }
.text-orange-800\/80{ color: rgb(154 52 18 / 0.8); }
.text-orange-800\/90{ color: rgb(154 52 18 / 0.9); }
.text-orange-800\/95{ color: rgb(154 52 18 / 0.95); }
.text-orange-900{ --tw-text-opacity: 1; color: rgb(124 45 18 / var(--tw-text-opacity)); }
.text-orange-900\/0{ color: rgb(124 45 18 / 0); }
.text-orange-900\/10{ color: rgb(124 45 18 / 0.1); }
.text-orange-900\/100{ color: rgb(124 45 18 / 1); }
.text-orange-900\/20{ color: rgb(124 45 18 / 0.2); }
.text-orange-900\/25{ color: rgb(124 45 18 / 0.25); }
.text-orange-900\/30{ color: rgb(124 45 18 / 0.3); }
.text-orange-900\/40{ color: rgb(124 45 18 / 0.4); }
.text-orange-900\/5{ color: rgb(124 45 18 / 0.05); }
.text-orange-900\/50{ color: rgb(124 45 18 / 0.5); }
.text-orange-900\/60{ color: rgb(124 45 18 / 0.6); }
.text-orange-900\/70{ color: rgb(124 45 18 / 0.7); }
.text-orange-900\/75{ color: rgb(124 45 18 / 0.75); }
.text-orange-900\/80{ color: rgb(124 45 18 / 0.8); }
.text-orange-900\/90{ color: rgb(124 45 18 / 0.9); }
.text-orange-900\/95{ color: rgb(124 45 18 / 0.95); }
.text-orange-950{ --tw-text-opacity: 1; color: rgb(67 20 7 / var(--tw-text-opacity)); }
.text-orange-950\/0{ color: rgb(67 20 7 / 0); }
.text-orange-950\/10{ color: rgb(67 20 7 / 0.1); }
.text-orange-950\/100{ color: rgb(67 20 7 / 1); }
.text-orange-950\/20{ color: rgb(67 20 7 / 0.2); }
.text-orange-950\/25{ color: rgb(67 20 7 / 0.25); }
.text-orange-950\/30{ color: rgb(67 20 7 / 0.3); }
.text-orange-950\/40{ color: rgb(67 20 7 / 0.4); }
.text-orange-950\/5{ color: rgb(67 20 7 / 0.05); }
.text-orange-950\/50{ color: rgb(67 20 7 / 0.5); }
.text-orange-950\/60{ color: rgb(67 20 7 / 0.6); }
.text-orange-950\/70{ color: rgb(67 20 7 / 0.7); }
.text-orange-950\/75{ color: rgb(67 20 7 / 0.75); }
.text-orange-950\/80{ color: rgb(67 20 7 / 0.8); }
.text-orange-950\/90{ color: rgb(67 20 7 / 0.9); }
.text-orange-950\/95{ color: rgb(67 20 7 / 0.95); }
.text-pink-100{ --tw-text-opacity: 1; color: rgb(252 231 243 / var(--tw-text-opacity)); }
.text-pink-100\/0{ color: rgb(252 231 243 / 0); }
.text-pink-100\/10{ color: rgb(252 231 243 / 0.1); }
.text-pink-100\/100{ color: rgb(252 231 243 / 1); }
.text-pink-100\/20{ color: rgb(252 231 243 / 0.2); }
.text-pink-100\/25{ color: rgb(252 231 243 / 0.25); }
.text-pink-100\/30{ color: rgb(252 231 243 / 0.3); }
.text-pink-100\/40{ color: rgb(252 231 243 / 0.4); }
.text-pink-100\/5{ color: rgb(252 231 243 / 0.05); }
.text-pink-100\/50{ color: rgb(252 231 243 / 0.5); }
.text-pink-100\/60{ color: rgb(252 231 243 / 0.6); }
.text-pink-100\/70{ color: rgb(252 231 243 / 0.7); }
.text-pink-100\/75{ color: rgb(252 231 243 / 0.75); }
.text-pink-100\/80{ color: rgb(252 231 243 / 0.8); }
.text-pink-100\/90{ color: rgb(252 231 243 / 0.9); }
.text-pink-100\/95{ color: rgb(252 231 243 / 0.95); }
.text-pink-200{ --tw-text-opacity: 1; color: rgb(251 207 232 / var(--tw-text-opacity)); }
.text-pink-200\/0{ color: rgb(251 207 232 / 0); }
.text-pink-200\/10{ color: rgb(251 207 232 / 0.1); }
.text-pink-200\/100{ color: rgb(251 207 232 / 1); }
.text-pink-200\/20{ color: rgb(251 207 232 / 0.2); }
.text-pink-200\/25{ color: rgb(251 207 232 / 0.25); }
.text-pink-200\/30{ color: rgb(251 207 232 / 0.3); }
.text-pink-200\/40{ color: rgb(251 207 232 / 0.4); }
.text-pink-200\/5{ color: rgb(251 207 232 / 0.05); }
.text-pink-200\/50{ color: rgb(251 207 232 / 0.5); }
.text-pink-200\/60{ color: rgb(251 207 232 / 0.6); }
.text-pink-200\/70{ color: rgb(251 207 232 / 0.7); }
.text-pink-200\/75{ color: rgb(251 207 232 / 0.75); }
.text-pink-200\/80{ color: rgb(251 207 232 / 0.8); }
.text-pink-200\/90{ color: rgb(251 207 232 / 0.9); }
.text-pink-200\/95{ color: rgb(251 207 232 / 0.95); }
.text-pink-300{ --tw-text-opacity: 1; color: rgb(249 168 212 / var(--tw-text-opacity)); }
.text-pink-300\/0{ color: rgb(249 168 212 / 0); }
.text-pink-300\/10{ color: rgb(249 168 212 / 0.1); }
.text-pink-300\/100{ color: rgb(249 168 212 / 1); }
.text-pink-300\/20{ color: rgb(249 168 212 / 0.2); }
.text-pink-300\/25{ color: rgb(249 168 212 / 0.25); }
.text-pink-300\/30{ color: rgb(249 168 212 / 0.3); }
.text-pink-300\/40{ color: rgb(249 168 212 / 0.4); }
.text-pink-300\/5{ color: rgb(249 168 212 / 0.05); }
.text-pink-300\/50{ color: rgb(249 168 212 / 0.5); }
.text-pink-300\/60{ color: rgb(249 168 212 / 0.6); }
.text-pink-300\/70{ color: rgb(249 168 212 / 0.7); }
.text-pink-300\/75{ color: rgb(249 168 212 / 0.75); }
.text-pink-300\/80{ color: rgb(249 168 212 / 0.8); }
.text-pink-300\/90{ color: rgb(249 168 212 / 0.9); }
.text-pink-300\/95{ color: rgb(249 168 212 / 0.95); }
.text-pink-400{ --tw-text-opacity: 1; color: rgb(244 114 182 / var(--tw-text-opacity)); }
.text-pink-400\/0{ color: rgb(244 114 182 / 0); }
.text-pink-400\/10{ color: rgb(244 114 182 / 0.1); }
.text-pink-400\/100{ color: rgb(244 114 182 / 1); }
.text-pink-400\/20{ color: rgb(244 114 182 / 0.2); }
.text-pink-400\/25{ color: rgb(244 114 182 / 0.25); }
.text-pink-400\/30{ color: rgb(244 114 182 / 0.3); }
.text-pink-400\/40{ color: rgb(244 114 182 / 0.4); }
.text-pink-400\/5{ color: rgb(244 114 182 / 0.05); }
.text-pink-400\/50{ color: rgb(244 114 182 / 0.5); }
.text-pink-400\/60{ color: rgb(244 114 182 / 0.6); }
.text-pink-400\/70{ color: rgb(244 114 182 / 0.7); }
.text-pink-400\/75{ color: rgb(244 114 182 / 0.75); }
.text-pink-400\/80{ color: rgb(244 114 182 / 0.8); }
.text-pink-400\/90{ color: rgb(244 114 182 / 0.9); }
.text-pink-400\/95{ color: rgb(244 114 182 / 0.95); }
.text-pink-50{ --tw-text-opacity: 1; color: rgb(253 242 248 / var(--tw-text-opacity)); }
.text-pink-50\/0{ color: rgb(253 242 248 / 0); }
.text-pink-50\/10{ color: rgb(253 242 248 / 0.1); }
.text-pink-50\/100{ color: rgb(253 242 248 / 1); }
.text-pink-50\/20{ color: rgb(253 242 248 / 0.2); }
.text-pink-50\/25{ color: rgb(253 242 248 / 0.25); }
.text-pink-50\/30{ color: rgb(253 242 248 / 0.3); }
.text-pink-50\/40{ color: rgb(253 242 248 / 0.4); }
.text-pink-50\/5{ color: rgb(253 242 248 / 0.05); }
.text-pink-50\/50{ color: rgb(253 242 248 / 0.5); }
.text-pink-50\/60{ color: rgb(253 242 248 / 0.6); }
.text-pink-50\/70{ color: rgb(253 242 248 / 0.7); }
.text-pink-50\/75{ color: rgb(253 242 248 / 0.75); }
.text-pink-50\/80{ color: rgb(253 242 248 / 0.8); }
.text-pink-50\/90{ color: rgb(253 242 248 / 0.9); }
.text-pink-50\/95{ color: rgb(253 242 248 / 0.95); }
.text-pink-500{ --tw-text-opacity: 1; color: rgb(236 72 153 / var(--tw-text-opacity)); }
.text-pink-500\/0{ color: rgb(236 72 153 / 0); }
.text-pink-500\/10{ color: rgb(236 72 153 / 0.1); }
.text-pink-500\/100{ color: rgb(236 72 153 / 1); }
.text-pink-500\/20{ color: rgb(236 72 153 / 0.2); }
.text-pink-500\/25{ color: rgb(236 72 153 / 0.25); }
.text-pink-500\/30{ color: rgb(236 72 153 / 0.3); }
.text-pink-500\/40{ color: rgb(236 72 153 / 0.4); }
.text-pink-500\/5{ color: rgb(236 72 153 / 0.05); }
.text-pink-500\/50{ color: rgb(236 72 153 / 0.5); }
.text-pink-500\/60{ color: rgb(236 72 153 / 0.6); }
.text-pink-500\/70{ color: rgb(236 72 153 / 0.7); }
.text-pink-500\/75{ color: rgb(236 72 153 / 0.75); }
.text-pink-500\/80{ color: rgb(236 72 153 / 0.8); }
.text-pink-500\/90{ color: rgb(236 72 153 / 0.9); }
.text-pink-500\/95{ color: rgb(236 72 153 / 0.95); }
.text-pink-600{ --tw-text-opacity: 1; color: rgb(219 39 119 / var(--tw-text-opacity)); }
.text-pink-600\/0{ color: rgb(219 39 119 / 0); }
.text-pink-600\/10{ color: rgb(219 39 119 / 0.1); }
.text-pink-600\/100{ color: rgb(219 39 119 / 1); }
.text-pink-600\/20{ color: rgb(219 39 119 / 0.2); }
.text-pink-600\/25{ color: rgb(219 39 119 / 0.25); }
.text-pink-600\/30{ color: rgb(219 39 119 / 0.3); }
.text-pink-600\/40{ color: rgb(219 39 119 / 0.4); }
.text-pink-600\/5{ color: rgb(219 39 119 / 0.05); }
.text-pink-600\/50{ color: rgb(219 39 119 / 0.5); }
.text-pink-600\/60{ color: rgb(219 39 119 / 0.6); }
.text-pink-600\/70{ color: rgb(219 39 119 / 0.7); }
.text-pink-600\/75{ color: rgb(219 39 119 / 0.75); }
.text-pink-600\/80{ color: rgb(219 39 119 / 0.8); }
.text-pink-600\/90{ color: rgb(219 39 119 / 0.9); }
.text-pink-600\/95{ color: rgb(219 39 119 / 0.95); }
.text-pink-700{ --tw-text-opacity: 1; color: rgb(190 24 93 / var(--tw-text-opacity)); }
.text-pink-700\/0{ color: rgb(190 24 93 / 0); }
.text-pink-700\/10{ color: rgb(190 24 93 / 0.1); }
.text-pink-700\/100{ color: rgb(190 24 93 / 1); }
.text-pink-700\/20{ color: rgb(190 24 93 / 0.2); }
.text-pink-700\/25{ color: rgb(190 24 93 / 0.25); }
.text-pink-700\/30{ color: rgb(190 24 93 / 0.3); }
.text-pink-700\/40{ color: rgb(190 24 93 / 0.4); }
.text-pink-700\/5{ color: rgb(190 24 93 / 0.05); }
.text-pink-700\/50{ color: rgb(190 24 93 / 0.5); }
.text-pink-700\/60{ color: rgb(190 24 93 / 0.6); }
.text-pink-700\/70{ color: rgb(190 24 93 / 0.7); }
.text-pink-700\/75{ color: rgb(190 24 93 / 0.75); }
.text-pink-700\/80{ color: rgb(190 24 93 / 0.8); }
.text-pink-700\/90{ color: rgb(190 24 93 / 0.9); }
.text-pink-700\/95{ color: rgb(190 24 93 / 0.95); }
.text-pink-800{ --tw-text-opacity: 1; color: rgb(157 23 77 / var(--tw-text-opacity)); }
.text-pink-800\/0{ color: rgb(157 23 77 / 0); }
.text-pink-800\/10{ color: rgb(157 23 77 / 0.1); }
.text-pink-800\/100{ color: rgb(157 23 77 / 1); }
.text-pink-800\/20{ color: rgb(157 23 77 / 0.2); }
.text-pink-800\/25{ color: rgb(157 23 77 / 0.25); }
.text-pink-800\/30{ color: rgb(157 23 77 / 0.3); }
.text-pink-800\/40{ color: rgb(157 23 77 / 0.4); }
.text-pink-800\/5{ color: rgb(157 23 77 / 0.05); }
.text-pink-800\/50{ color: rgb(157 23 77 / 0.5); }
.text-pink-800\/60{ color: rgb(157 23 77 / 0.6); }
.text-pink-800\/70{ color: rgb(157 23 77 / 0.7); }
.text-pink-800\/75{ color: rgb(157 23 77 / 0.75); }
.text-pink-800\/80{ color: rgb(157 23 77 / 0.8); }
.text-pink-800\/90{ color: rgb(157 23 77 / 0.9); }
.text-pink-800\/95{ color: rgb(157 23 77 / 0.95); }
.text-pink-900{ --tw-text-opacity: 1; color: rgb(131 24 67 / var(--tw-text-opacity)); }
.text-pink-900\/0{ color: rgb(131 24 67 / 0); }
.text-pink-900\/10{ color: rgb(131 24 67 / 0.1); }
.text-pink-900\/100{ color: rgb(131 24 67 / 1); }
.text-pink-900\/20{ color: rgb(131 24 67 / 0.2); }
.text-pink-900\/25{ color: rgb(131 24 67 / 0.25); }
.text-pink-900\/30{ color: rgb(131 24 67 / 0.3); }
.text-pink-900\/40{ color: rgb(131 24 67 / 0.4); }
.text-pink-900\/5{ color: rgb(131 24 67 / 0.05); }
.text-pink-900\/50{ color: rgb(131 24 67 / 0.5); }
.text-pink-900\/60{ color: rgb(131 24 67 / 0.6); }
.text-pink-900\/70{ color: rgb(131 24 67 / 0.7); }
.text-pink-900\/75{ color: rgb(131 24 67 / 0.75); }
.text-pink-900\/80{ color: rgb(131 24 67 / 0.8); }
.text-pink-900\/90{ color: rgb(131 24 67 / 0.9); }
.text-pink-900\/95{ color: rgb(131 24 67 / 0.95); }
.text-pink-950{ --tw-text-opacity: 1; color: rgb(80 7 36 / var(--tw-text-opacity)); }
.text-pink-950\/0{ color: rgb(80 7 36 / 0); }
.text-pink-950\/10{ color: rgb(80 7 36 / 0.1); }
.text-pink-950\/100{ color: rgb(80 7 36 / 1); }
.text-pink-950\/20{ color: rgb(80 7 36 / 0.2); }
.text-pink-950\/25{ color: rgb(80 7 36 / 0.25); }
.text-pink-950\/30{ color: rgb(80 7 36 / 0.3); }
.text-pink-950\/40{ color: rgb(80 7 36 / 0.4); }
.text-pink-950\/5{ color: rgb(80 7 36 / 0.05); }
.text-pink-950\/50{ color: rgb(80 7 36 / 0.5); }
.text-pink-950\/60{ color: rgb(80 7 36 / 0.6); }
.text-pink-950\/70{ color: rgb(80 7 36 / 0.7); }
.text-pink-950\/75{ color: rgb(80 7 36 / 0.75); }
.text-pink-950\/80{ color: rgb(80 7 36 / 0.8); }
.text-pink-950\/90{ color: rgb(80 7 36 / 0.9); }
.text-pink-950\/95{ color: rgb(80 7 36 / 0.95); }
.text-purple-100{ --tw-text-opacity: 1; color: rgb(243 232 255 / var(--tw-text-opacity)); }
.text-purple-100\/0{ color: rgb(243 232 255 / 0); }
.text-purple-100\/10{ color: rgb(243 232 255 / 0.1); }
.text-purple-100\/100{ color: rgb(243 232 255 / 1); }
.text-purple-100\/20{ color: rgb(243 232 255 / 0.2); }
.text-purple-100\/25{ color: rgb(243 232 255 / 0.25); }
.text-purple-100\/30{ color: rgb(243 232 255 / 0.3); }
.text-purple-100\/40{ color: rgb(243 232 255 / 0.4); }
.text-purple-100\/5{ color: rgb(243 232 255 / 0.05); }
.text-purple-100\/50{ color: rgb(243 232 255 / 0.5); }
.text-purple-100\/60{ color: rgb(243 232 255 / 0.6); }
.text-purple-100\/70{ color: rgb(243 232 255 / 0.7); }
.text-purple-100\/75{ color: rgb(243 232 255 / 0.75); }
.text-purple-100\/80{ color: rgb(243 232 255 / 0.8); }
.text-purple-100\/90{ color: rgb(243 232 255 / 0.9); }
.text-purple-100\/95{ color: rgb(243 232 255 / 0.95); }
.text-purple-200{ --tw-text-opacity: 1; color: rgb(233 213 255 / var(--tw-text-opacity)); }
.text-purple-200\/0{ color: rgb(233 213 255 / 0); }
.text-purple-200\/10{ color: rgb(233 213 255 / 0.1); }
.text-purple-200\/100{ color: rgb(233 213 255 / 1); }
.text-purple-200\/20{ color: rgb(233 213 255 / 0.2); }
.text-purple-200\/25{ color: rgb(233 213 255 / 0.25); }
.text-purple-200\/30{ color: rgb(233 213 255 / 0.3); }
.text-purple-200\/40{ color: rgb(233 213 255 / 0.4); }
.text-purple-200\/5{ color: rgb(233 213 255 / 0.05); }
.text-purple-200\/50{ color: rgb(233 213 255 / 0.5); }
.text-purple-200\/60{ color: rgb(233 213 255 / 0.6); }
.text-purple-200\/70{ color: rgb(233 213 255 / 0.7); }
.text-purple-200\/75{ color: rgb(233 213 255 / 0.75); }
.text-purple-200\/80{ color: rgb(233 213 255 / 0.8); }
.text-purple-200\/90{ color: rgb(233 213 255 / 0.9); }
.text-purple-200\/95{ color: rgb(233 213 255 / 0.95); }
.text-purple-300{ --tw-text-opacity: 1; color: rgb(216 180 254 / var(--tw-text-opacity)); }
.text-purple-300\/0{ color: rgb(216 180 254 / 0); }
.text-purple-300\/10{ color: rgb(216 180 254 / 0.1); }
.text-purple-300\/100{ color: rgb(216 180 254 / 1); }
.text-purple-300\/20{ color: rgb(216 180 254 / 0.2); }
.text-purple-300\/25{ color: rgb(216 180 254 / 0.25); }
.text-purple-300\/30{ color: rgb(216 180 254 / 0.3); }
.text-purple-300\/40{ color: rgb(216 180 254 / 0.4); }
.text-purple-300\/5{ color: rgb(216 180 254 / 0.05); }
.text-purple-300\/50{ color: rgb(216 180 254 / 0.5); }
.text-purple-300\/60{ color: rgb(216 180 254 / 0.6); }
.text-purple-300\/70{ color: rgb(216 180 254 / 0.7); }
.text-purple-300\/75{ color: rgb(216 180 254 / 0.75); }
.text-purple-300\/80{ color: rgb(216 180 254 / 0.8); }
.text-purple-300\/90{ color: rgb(216 180 254 / 0.9); }
.text-purple-300\/95{ color: rgb(216 180 254 / 0.95); }
.text-purple-400{ --tw-text-opacity: 1; color: rgb(192 132 252 / var(--tw-text-opacity)); }
.text-purple-400\/0{ color: rgb(192 132 252 / 0); }
.text-purple-400\/10{ color: rgb(192 132 252 / 0.1); }
.text-purple-400\/100{ color: rgb(192 132 252 / 1); }
.text-purple-400\/20{ color: rgb(192 132 252 / 0.2); }
.text-purple-400\/25{ color: rgb(192 132 252 / 0.25); }
.text-purple-400\/30{ color: rgb(192 132 252 / 0.3); }
.text-purple-400\/40{ color: rgb(192 132 252 / 0.4); }
.text-purple-400\/5{ color: rgb(192 132 252 / 0.05); }
.text-purple-400\/50{ color: rgb(192 132 252 / 0.5); }
.text-purple-400\/60{ color: rgb(192 132 252 / 0.6); }
.text-purple-400\/70{ color: rgb(192 132 252 / 0.7); }
.text-purple-400\/75{ color: rgb(192 132 252 / 0.75); }
.text-purple-400\/80{ color: rgb(192 132 252 / 0.8); }
.text-purple-400\/90{ color: rgb(192 132 252 / 0.9); }
.text-purple-400\/95{ color: rgb(192 132 252 / 0.95); }
.text-purple-50{ --tw-text-opacity: 1; color: rgb(250 245 255 / var(--tw-text-opacity)); }
.text-purple-50\/0{ color: rgb(250 245 255 / 0); }
.text-purple-50\/10{ color: rgb(250 245 255 / 0.1); }
.text-purple-50\/100{ color: rgb(250 245 255 / 1); }
.text-purple-50\/20{ color: rgb(250 245 255 / 0.2); }
.text-purple-50\/25{ color: rgb(250 245 255 / 0.25); }
.text-purple-50\/30{ color: rgb(250 245 255 / 0.3); }
.text-purple-50\/40{ color: rgb(250 245 255 / 0.4); }
.text-purple-50\/5{ color: rgb(250 245 255 / 0.05); }
.text-purple-50\/50{ color: rgb(250 245 255 / 0.5); }
.text-purple-50\/60{ color: rgb(250 245 255 / 0.6); }
.text-purple-50\/70{ color: rgb(250 245 255 / 0.7); }
.text-purple-50\/75{ color: rgb(250 245 255 / 0.75); }
.text-purple-50\/80{ color: rgb(250 245 255 / 0.8); }
.text-purple-50\/90{ color: rgb(250 245 255 / 0.9); }
.text-purple-50\/95{ color: rgb(250 245 255 / 0.95); }
.text-purple-500{ --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); }
.text-purple-500\/0{ color: rgb(168 85 247 / 0); }
.text-purple-500\/10{ color: rgb(168 85 247 / 0.1); }
.text-purple-500\/100{ color: rgb(168 85 247 / 1); }
.text-purple-500\/20{ color: rgb(168 85 247 / 0.2); }
.text-purple-500\/25{ color: rgb(168 85 247 / 0.25); }
.text-purple-500\/30{ color: rgb(168 85 247 / 0.3); }
.text-purple-500\/40{ color: rgb(168 85 247 / 0.4); }
.text-purple-500\/5{ color: rgb(168 85 247 / 0.05); }
.text-purple-500\/50{ color: rgb(168 85 247 / 0.5); }
.text-purple-500\/60{ color: rgb(168 85 247 / 0.6); }
.text-purple-500\/70{ color: rgb(168 85 247 / 0.7); }
.text-purple-500\/75{ color: rgb(168 85 247 / 0.75); }
.text-purple-500\/80{ color: rgb(168 85 247 / 0.8); }
.text-purple-500\/90{ color: rgb(168 85 247 / 0.9); }
.text-purple-500\/95{ color: rgb(168 85 247 / 0.95); }
.text-purple-600{ --tw-text-opacity: 1; color: rgb(147 51 234 / var(--tw-text-opacity)); }
.text-purple-600\/0{ color: rgb(147 51 234 / 0); }
.text-purple-600\/10{ color: rgb(147 51 234 / 0.1); }
.text-purple-600\/100{ color: rgb(147 51 234 / 1); }
.text-purple-600\/20{ color: rgb(147 51 234 / 0.2); }
.text-purple-600\/25{ color: rgb(147 51 234 / 0.25); }
.text-purple-600\/30{ color: rgb(147 51 234 / 0.3); }
.text-purple-600\/40{ color: rgb(147 51 234 / 0.4); }
.text-purple-600\/5{ color: rgb(147 51 234 / 0.05); }
.text-purple-600\/50{ color: rgb(147 51 234 / 0.5); }
.text-purple-600\/60{ color: rgb(147 51 234 / 0.6); }
.text-purple-600\/70{ color: rgb(147 51 234 / 0.7); }
.text-purple-600\/75{ color: rgb(147 51 234 / 0.75); }
.text-purple-600\/80{ color: rgb(147 51 234 / 0.8); }
.text-purple-600\/90{ color: rgb(147 51 234 / 0.9); }
.text-purple-600\/95{ color: rgb(147 51 234 / 0.95); }
.text-purple-700{ --tw-text-opacity: 1; color: rgb(126 34 206 / var(--tw-text-opacity)); }
.text-purple-700\/0{ color: rgb(126 34 206 / 0); }
.text-purple-700\/10{ color: rgb(126 34 206 / 0.1); }
.text-purple-700\/100{ color: rgb(126 34 206 / 1); }
.text-purple-700\/20{ color: rgb(126 34 206 / 0.2); }
.text-purple-700\/25{ color: rgb(126 34 206 / 0.25); }
.text-purple-700\/30{ color: rgb(126 34 206 / 0.3); }
.text-purple-700\/40{ color: rgb(126 34 206 / 0.4); }
.text-purple-700\/5{ color: rgb(126 34 206 / 0.05); }
.text-purple-700\/50{ color: rgb(126 34 206 / 0.5); }
.text-purple-700\/60{ color: rgb(126 34 206 / 0.6); }
.text-purple-700\/70{ color: rgb(126 34 206 / 0.7); }
.text-purple-700\/75{ color: rgb(126 34 206 / 0.75); }
.text-purple-700\/80{ color: rgb(126 34 206 / 0.8); }
.text-purple-700\/90{ color: rgb(126 34 206 / 0.9); }
.text-purple-700\/95{ color: rgb(126 34 206 / 0.95); }
.text-purple-800{ --tw-text-opacity: 1; color: rgb(107 33 168 / var(--tw-text-opacity)); }
.text-purple-800\/0{ color: rgb(107 33 168 / 0); }
.text-purple-800\/10{ color: rgb(107 33 168 / 0.1); }
.text-purple-800\/100{ color: rgb(107 33 168 / 1); }
.text-purple-800\/20{ color: rgb(107 33 168 / 0.2); }
.text-purple-800\/25{ color: rgb(107 33 168 / 0.25); }
.text-purple-800\/30{ color: rgb(107 33 168 / 0.3); }
.text-purple-800\/40{ color: rgb(107 33 168 / 0.4); }
.text-purple-800\/5{ color: rgb(107 33 168 / 0.05); }
.text-purple-800\/50{ color: rgb(107 33 168 / 0.5); }
.text-purple-800\/60{ color: rgb(107 33 168 / 0.6); }
.text-purple-800\/70{ color: rgb(107 33 168 / 0.7); }
.text-purple-800\/75{ color: rgb(107 33 168 / 0.75); }
.text-purple-800\/80{ color: rgb(107 33 168 / 0.8); }
.text-purple-800\/90{ color: rgb(107 33 168 / 0.9); }
.text-purple-800\/95{ color: rgb(107 33 168 / 0.95); }
.text-purple-900{ --tw-text-opacity: 1; color: rgb(88 28 135 / var(--tw-text-opacity)); }
.text-purple-900\/0{ color: rgb(88 28 135 / 0); }
.text-purple-900\/10{ color: rgb(88 28 135 / 0.1); }
.text-purple-900\/100{ color: rgb(88 28 135 / 1); }
.text-purple-900\/20{ color: rgb(88 28 135 / 0.2); }
.text-purple-900\/25{ color: rgb(88 28 135 / 0.25); }
.text-purple-900\/30{ color: rgb(88 28 135 / 0.3); }
.text-purple-900\/40{ color: rgb(88 28 135 / 0.4); }
.text-purple-900\/5{ color: rgb(88 28 135 / 0.05); }
.text-purple-900\/50{ color: rgb(88 28 135 / 0.5); }
.text-purple-900\/60{ color: rgb(88 28 135 / 0.6); }
.text-purple-900\/70{ color: rgb(88 28 135 / 0.7); }
.text-purple-900\/75{ color: rgb(88 28 135 / 0.75); }
.text-purple-900\/80{ color: rgb(88 28 135 / 0.8); }
.text-purple-900\/90{ color: rgb(88 28 135 / 0.9); }
.text-purple-900\/95{ color: rgb(88 28 135 / 0.95); }
.text-purple-950{ --tw-text-opacity: 1; color: rgb(59 7 100 / var(--tw-text-opacity)); }
.text-purple-950\/0{ color: rgb(59 7 100 / 0); }
.text-purple-950\/10{ color: rgb(59 7 100 / 0.1); }
.text-purple-950\/100{ color: rgb(59 7 100 / 1); }
.text-purple-950\/20{ color: rgb(59 7 100 / 0.2); }
.text-purple-950\/25{ color: rgb(59 7 100 / 0.25); }
.text-purple-950\/30{ color: rgb(59 7 100 / 0.3); }
.text-purple-950\/40{ color: rgb(59 7 100 / 0.4); }
.text-purple-950\/5{ color: rgb(59 7 100 / 0.05); }
.text-purple-950\/50{ color: rgb(59 7 100 / 0.5); }
.text-purple-950\/60{ color: rgb(59 7 100 / 0.6); }
.text-purple-950\/70{ color: rgb(59 7 100 / 0.7); }
.text-purple-950\/75{ color: rgb(59 7 100 / 0.75); }
.text-purple-950\/80{ color: rgb(59 7 100 / 0.8); }
.text-purple-950\/90{ color: rgb(59 7 100 / 0.9); }
.text-purple-950\/95{ color: rgb(59 7 100 / 0.95); }
.text-red-100{ --tw-text-opacity: 1; color: rgb(254 226 226 / var(--tw-text-opacity)); }
.text-red-100\/0{ color: rgb(254 226 226 / 0); }
.text-red-100\/10{ color: rgb(254 226 226 / 0.1); }
.text-red-100\/100{ color: rgb(254 226 226 / 1); }
.text-red-100\/20{ color: rgb(254 226 226 / 0.2); }
.text-red-100\/25{ color: rgb(254 226 226 / 0.25); }
.text-red-100\/30{ color: rgb(254 226 226 / 0.3); }
.text-red-100\/40{ color: rgb(254 226 226 / 0.4); }
.text-red-100\/5{ color: rgb(254 226 226 / 0.05); }
.text-red-100\/50{ color: rgb(254 226 226 / 0.5); }
.text-red-100\/60{ color: rgb(254 226 226 / 0.6); }
.text-red-100\/70{ color: rgb(254 226 226 / 0.7); }
.text-red-100\/75{ color: rgb(254 226 226 / 0.75); }
.text-red-100\/80{ color: rgb(254 226 226 / 0.8); }
.text-red-100\/90{ color: rgb(254 226 226 / 0.9); }
.text-red-100\/95{ color: rgb(254 226 226 / 0.95); }
.text-red-200{ --tw-text-opacity: 1; color: rgb(254 202 202 / var(--tw-text-opacity)); }
.text-red-200\/0{ color: rgb(254 202 202 / 0); }
.text-red-200\/10{ color: rgb(254 202 202 / 0.1); }
.text-red-200\/100{ color: rgb(254 202 202 / 1); }
.text-red-200\/20{ color: rgb(254 202 202 / 0.2); }
.text-red-200\/25{ color: rgb(254 202 202 / 0.25); }
.text-red-200\/30{ color: rgb(254 202 202 / 0.3); }
.text-red-200\/40{ color: rgb(254 202 202 / 0.4); }
.text-red-200\/5{ color: rgb(254 202 202 / 0.05); }
.text-red-200\/50{ color: rgb(254 202 202 / 0.5); }
.text-red-200\/60{ color: rgb(254 202 202 / 0.6); }
.text-red-200\/70{ color: rgb(254 202 202 / 0.7); }
.text-red-200\/75{ color: rgb(254 202 202 / 0.75); }
.text-red-200\/80{ color: rgb(254 202 202 / 0.8); }
.text-red-200\/90{ color: rgb(254 202 202 / 0.9); }
.text-red-200\/95{ color: rgb(254 202 202 / 0.95); }
.text-red-300{ --tw-text-opacity: 1; color: rgb(252 165 165 / var(--tw-text-opacity)); }
.text-red-300\/0{ color: rgb(252 165 165 / 0); }
.text-red-300\/10{ color: rgb(252 165 165 / 0.1); }
.text-red-300\/100{ color: rgb(252 165 165 / 1); }
.text-red-300\/20{ color: rgb(252 165 165 / 0.2); }
.text-red-300\/25{ color: rgb(252 165 165 / 0.25); }
.text-red-300\/30{ color: rgb(252 165 165 / 0.3); }
.text-red-300\/40{ color: rgb(252 165 165 / 0.4); }
.text-red-300\/5{ color: rgb(252 165 165 / 0.05); }
.text-red-300\/50{ color: rgb(252 165 165 / 0.5); }
.text-red-300\/60{ color: rgb(252 165 165 / 0.6); }
.text-red-300\/70{ color: rgb(252 165 165 / 0.7); }
.text-red-300\/75{ color: rgb(252 165 165 / 0.75); }
.text-red-300\/80{ color: rgb(252 165 165 / 0.8); }
.text-red-300\/90{ color: rgb(252 165 165 / 0.9); }
.text-red-300\/95{ color: rgb(252 165 165 / 0.95); }
.text-red-400{ --tw-text-opacity: 1; color: rgb(248 113 113 / var(--tw-text-opacity)); }
.text-red-400\/0{ color: rgb(248 113 113 / 0); }
.text-red-400\/10{ color: rgb(248 113 113 / 0.1); }
.text-red-400\/100{ color: rgb(248 113 113 / 1); }
.text-red-400\/20{ color: rgb(248 113 113 / 0.2); }
.text-red-400\/25{ color: rgb(248 113 113 / 0.25); }
.text-red-400\/30{ color: rgb(248 113 113 / 0.3); }
.text-red-400\/40{ color: rgb(248 113 113 / 0.4); }
.text-red-400\/5{ color: rgb(248 113 113 / 0.05); }
.text-red-400\/50{ color: rgb(248 113 113 / 0.5); }
.text-red-400\/60{ color: rgb(248 113 113 / 0.6); }
.text-red-400\/70{ color: rgb(248 113 113 / 0.7); }
.text-red-400\/75{ color: rgb(248 113 113 / 0.75); }
.text-red-400\/80{ color: rgb(248 113 113 / 0.8); }
.text-red-400\/90{ color: rgb(248 113 113 / 0.9); }
.text-red-400\/95{ color: rgb(248 113 113 / 0.95); }
.text-red-50{ --tw-text-opacity: 1; color: rgb(254 242 242 / var(--tw-text-opacity)); }
.text-red-50\/0{ color: rgb(254 242 242 / 0); }
.text-red-50\/10{ color: rgb(254 242 242 / 0.1); }
.text-red-50\/100{ color: rgb(254 242 242 / 1); }
.text-red-50\/20{ color: rgb(254 242 242 / 0.2); }
.text-red-50\/25{ color: rgb(254 242 242 / 0.25); }
.text-red-50\/30{ color: rgb(254 242 242 / 0.3); }
.text-red-50\/40{ color: rgb(254 242 242 / 0.4); }
.text-red-50\/5{ color: rgb(254 242 242 / 0.05); }
.text-red-50\/50{ color: rgb(254 242 242 / 0.5); }
.text-red-50\/60{ color: rgb(254 242 242 / 0.6); }
.text-red-50\/70{ color: rgb(254 242 242 / 0.7); }
.text-red-50\/75{ color: rgb(254 242 242 / 0.75); }
.text-red-50\/80{ color: rgb(254 242 242 / 0.8); }
.text-red-50\/90{ color: rgb(254 242 242 / 0.9); }
.text-red-50\/95{ color: rgb(254 242 242 / 0.95); }
.text-red-500{ --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity)); }
.text-red-500\/0{ color: rgb(239 68 68 / 0); }
.text-red-500\/10{ color: rgb(239 68 68 / 0.1); }
.text-red-500\/100{ color: rgb(239 68 68 / 1); }
.text-red-500\/20{ color: rgb(239 68 68 / 0.2); }
.text-red-500\/25{ color: rgb(239 68 68 / 0.25); }
.text-red-500\/30{ color: rgb(239 68 68 / 0.3); }
.text-red-500\/40{ color: rgb(239 68 68 / 0.4); }
.text-red-500\/5{ color: rgb(239 68 68 / 0.05); }
.text-red-500\/50{ color: rgb(239 68 68 / 0.5); }
.text-red-500\/60{ color: rgb(239 68 68 / 0.6); }
.text-red-500\/70{ color: rgb(239 68 68 / 0.7); }
.text-red-500\/75{ color: rgb(239 68 68 / 0.75); }
.text-red-500\/80{ color: rgb(239 68 68 / 0.8); }
.text-red-500\/90{ color: rgb(239 68 68 / 0.9); }
.text-red-500\/95{ color: rgb(239 68 68 / 0.95); }
.text-red-600{ --tw-text-opacity: 1; color: rgb(220 38 38 / var(--tw-text-opacity)); }
.text-red-600\/0{ color: rgb(220 38 38 / 0); }
.text-red-600\/10{ color: rgb(220 38 38 / 0.1); }
.text-red-600\/100{ color: rgb(220 38 38 / 1); }
.text-red-600\/20{ color: rgb(220 38 38 / 0.2); }
.text-red-600\/25{ color: rgb(220 38 38 / 0.25); }
.text-red-600\/30{ color: rgb(220 38 38 / 0.3); }
.text-red-600\/40{ color: rgb(220 38 38 / 0.4); }
.text-red-600\/5{ color: rgb(220 38 38 / 0.05); }
.text-red-600\/50{ color: rgb(220 38 38 / 0.5); }
.text-red-600\/60{ color: rgb(220 38 38 / 0.6); }
.text-red-600\/70{ color: rgb(220 38 38 / 0.7); }
.text-red-600\/75{ color: rgb(220 38 38 / 0.75); }
.text-red-600\/80{ color: rgb(220 38 38 / 0.8); }
.text-red-600\/90{ color: rgb(220 38 38 / 0.9); }
.text-red-600\/95{ color: rgb(220 38 38 / 0.95); }
.text-red-700{ --tw-text-opacity: 1; color: rgb(185 28 28 / var(--tw-text-opacity)); }
.text-red-700\/0{ color: rgb(185 28 28 / 0); }
.text-red-700\/10{ color: rgb(185 28 28 / 0.1); }
.text-red-700\/100{ color: rgb(185 28 28 / 1); }
.text-red-700\/20{ color: rgb(185 28 28 / 0.2); }
.text-red-700\/25{ color: rgb(185 28 28 / 0.25); }
.text-red-700\/30{ color: rgb(185 28 28 / 0.3); }
.text-red-700\/40{ color: rgb(185 28 28 / 0.4); }
.text-red-700\/5{ color: rgb(185 28 28 / 0.05); }
.text-red-700\/50{ color: rgb(185 28 28 / 0.5); }
.text-red-700\/60{ color: rgb(185 28 28 / 0.6); }
.text-red-700\/70{ color: rgb(185 28 28 / 0.7); }
.text-red-700\/75{ color: rgb(185 28 28 / 0.75); }
.text-red-700\/80{ color: rgb(185 28 28 / 0.8); }
.text-red-700\/90{ color: rgb(185 28 28 / 0.9); }
.text-red-700\/95{ color: rgb(185 28 28 / 0.95); }
.text-red-800{ --tw-text-opacity: 1; color: rgb(153 27 27 / var(--tw-text-opacity)); }
.text-red-800\/0{ color: rgb(153 27 27 / 0); }
.text-red-800\/10{ color: rgb(153 27 27 / 0.1); }
.text-red-800\/100{ color: rgb(153 27 27 / 1); }
.text-red-800\/20{ color: rgb(153 27 27 / 0.2); }
.text-red-800\/25{ color: rgb(153 27 27 / 0.25); }
.text-red-800\/30{ color: rgb(153 27 27 / 0.3); }
.text-red-800\/40{ color: rgb(153 27 27 / 0.4); }
.text-red-800\/5{ color: rgb(153 27 27 / 0.05); }
.text-red-800\/50{ color: rgb(153 27 27 / 0.5); }
.text-red-800\/60{ color: rgb(153 27 27 / 0.6); }
.text-red-800\/70{ color: rgb(153 27 27 / 0.7); }
.text-red-800\/75{ color: rgb(153 27 27 / 0.75); }
.text-red-800\/80{ color: rgb(153 27 27 / 0.8); }
.text-red-800\/90{ color: rgb(153 27 27 / 0.9); }
.text-red-800\/95{ color: rgb(153 27 27 / 0.95); }
.text-red-900{ --tw-text-opacity: 1; color: rgb(127 29 29 / var(--tw-text-opacity)); }
.text-red-900\/0{ color: rgb(127 29 29 / 0); }
.text-red-900\/10{ color: rgb(127 29 29 / 0.1); }
.text-red-900\/100{ color: rgb(127 29 29 / 1); }
.text-red-900\/20{ color: rgb(127 29 29 / 0.2); }
.text-red-900\/25{ color: rgb(127 29 29 / 0.25); }
.text-red-900\/30{ color: rgb(127 29 29 / 0.3); }
.text-red-900\/40{ color: rgb(127 29 29 / 0.4); }
.text-red-900\/5{ color: rgb(127 29 29 / 0.05); }
.text-red-900\/50{ color: rgb(127 29 29 / 0.5); }
.text-red-900\/60{ color: rgb(127 29 29 / 0.6); }
.text-red-900\/70{ color: rgb(127 29 29 / 0.7); }
.text-red-900\/75{ color: rgb(127 29 29 / 0.75); }
.text-red-900\/80{ color: rgb(127 29 29 / 0.8); }
.text-red-900\/90{ color: rgb(127 29 29 / 0.9); }
.text-red-900\/95{ color: rgb(127 29 29 / 0.95); }
.text-red-950{ --tw-text-opacity: 1; color: rgb(69 10 10 / var(--tw-text-opacity)); }
.text-red-950\/0{ color: rgb(69 10 10 / 0); }
.text-red-950\/10{ color: rgb(69 10 10 / 0.1); }
.text-red-950\/100{ color: rgb(69 10 10 / 1); }
.text-red-950\/20{ color: rgb(69 10 10 / 0.2); }
.text-red-950\/25{ color: rgb(69 10 10 / 0.25); }
.text-red-950\/30{ color: rgb(69 10 10 / 0.3); }
.text-red-950\/40{ color: rgb(69 10 10 / 0.4); }
.text-red-950\/5{ color: rgb(69 10 10 / 0.05); }
.text-red-950\/50{ color: rgb(69 10 10 / 0.5); }
.text-red-950\/60{ color: rgb(69 10 10 / 0.6); }
.text-red-950\/70{ color: rgb(69 10 10 / 0.7); }
.text-red-950\/75{ color: rgb(69 10 10 / 0.75); }
.text-red-950\/80{ color: rgb(69 10 10 / 0.8); }
.text-red-950\/90{ color: rgb(69 10 10 / 0.9); }
.text-red-950\/95{ color: rgb(69 10 10 / 0.95); }
.text-rose-100{ --tw-text-opacity: 1; color: rgb(255 228 230 / var(--tw-text-opacity)); }
.text-rose-100\/0{ color: rgb(255 228 230 / 0); }
.text-rose-100\/10{ color: rgb(255 228 230 / 0.1); }
.text-rose-100\/100{ color: rgb(255 228 230 / 1); }
.text-rose-100\/20{ color: rgb(255 228 230 / 0.2); }
.text-rose-100\/25{ color: rgb(255 228 230 / 0.25); }
.text-rose-100\/30{ color: rgb(255 228 230 / 0.3); }
.text-rose-100\/40{ color: rgb(255 228 230 / 0.4); }
.text-rose-100\/5{ color: rgb(255 228 230 / 0.05); }
.text-rose-100\/50{ color: rgb(255 228 230 / 0.5); }
.text-rose-100\/60{ color: rgb(255 228 230 / 0.6); }
.text-rose-100\/70{ color: rgb(255 228 230 / 0.7); }
.text-rose-100\/75{ color: rgb(255 228 230 / 0.75); }
.text-rose-100\/80{ color: rgb(255 228 230 / 0.8); }
.text-rose-100\/90{ color: rgb(255 228 230 / 0.9); }
.text-rose-100\/95{ color: rgb(255 228 230 / 0.95); }
.text-rose-200{ --tw-text-opacity: 1; color: rgb(254 205 211 / var(--tw-text-opacity)); }
.text-rose-200\/0{ color: rgb(254 205 211 / 0); }
.text-rose-200\/10{ color: rgb(254 205 211 / 0.1); }
.text-rose-200\/100{ color: rgb(254 205 211 / 1); }
.text-rose-200\/20{ color: rgb(254 205 211 / 0.2); }
.text-rose-200\/25{ color: rgb(254 205 211 / 0.25); }
.text-rose-200\/30{ color: rgb(254 205 211 / 0.3); }
.text-rose-200\/40{ color: rgb(254 205 211 / 0.4); }
.text-rose-200\/5{ color: rgb(254 205 211 / 0.05); }
.text-rose-200\/50{ color: rgb(254 205 211 / 0.5); }
.text-rose-200\/60{ color: rgb(254 205 211 / 0.6); }
.text-rose-200\/70{ color: rgb(254 205 211 / 0.7); }
.text-rose-200\/75{ color: rgb(254 205 211 / 0.75); }
.text-rose-200\/80{ color: rgb(254 205 211 / 0.8); }
.text-rose-200\/90{ color: rgb(254 205 211 / 0.9); }
.text-rose-200\/95{ color: rgb(254 205 211 / 0.95); }
.text-rose-300{ --tw-text-opacity: 1; color: rgb(253 164 175 / var(--tw-text-opacity)); }
.text-rose-300\/0{ color: rgb(253 164 175 / 0); }
.text-rose-300\/10{ color: rgb(253 164 175 / 0.1); }
.text-rose-300\/100{ color: rgb(253 164 175 / 1); }
.text-rose-300\/20{ color: rgb(253 164 175 / 0.2); }
.text-rose-300\/25{ color: rgb(253 164 175 / 0.25); }
.text-rose-300\/30{ color: rgb(253 164 175 / 0.3); }
.text-rose-300\/40{ color: rgb(253 164 175 / 0.4); }
.text-rose-300\/5{ color: rgb(253 164 175 / 0.05); }
.text-rose-300\/50{ color: rgb(253 164 175 / 0.5); }
.text-rose-300\/60{ color: rgb(253 164 175 / 0.6); }
.text-rose-300\/70{ color: rgb(253 164 175 / 0.7); }
.text-rose-300\/75{ color: rgb(253 164 175 / 0.75); }
.text-rose-300\/80{ color: rgb(253 164 175 / 0.8); }
.text-rose-300\/90{ color: rgb(253 164 175 / 0.9); }
.text-rose-300\/95{ color: rgb(253 164 175 / 0.95); }
.text-rose-400{ --tw-text-opacity: 1; color: rgb(251 113 133 / var(--tw-text-opacity)); }
.text-rose-400\/0{ color: rgb(251 113 133 / 0); }
.text-rose-400\/10{ color: rgb(251 113 133 / 0.1); }
.text-rose-400\/100{ color: rgb(251 113 133 / 1); }
.text-rose-400\/20{ color: rgb(251 113 133 / 0.2); }
.text-rose-400\/25{ color: rgb(251 113 133 / 0.25); }
.text-rose-400\/30{ color: rgb(251 113 133 / 0.3); }
.text-rose-400\/40{ color: rgb(251 113 133 / 0.4); }
.text-rose-400\/5{ color: rgb(251 113 133 / 0.05); }
.text-rose-400\/50{ color: rgb(251 113 133 / 0.5); }
.text-rose-400\/60{ color: rgb(251 113 133 / 0.6); }
.text-rose-400\/70{ color: rgb(251 113 133 / 0.7); }
.text-rose-400\/75{ color: rgb(251 113 133 / 0.75); }
.text-rose-400\/80{ color: rgb(251 113 133 / 0.8); }
.text-rose-400\/90{ color: rgb(251 113 133 / 0.9); }
.text-rose-400\/95{ color: rgb(251 113 133 / 0.95); }
.text-rose-50{ --tw-text-opacity: 1; color: rgb(255 241 242 / var(--tw-text-opacity)); }
.text-rose-50\/0{ color: rgb(255 241 242 / 0); }
.text-rose-50\/10{ color: rgb(255 241 242 / 0.1); }
.text-rose-50\/100{ color: rgb(255 241 242 / 1); }
.text-rose-50\/20{ color: rgb(255 241 242 / 0.2); }
.text-rose-50\/25{ color: rgb(255 241 242 / 0.25); }
.text-rose-50\/30{ color: rgb(255 241 242 / 0.3); }
.text-rose-50\/40{ color: rgb(255 241 242 / 0.4); }
.text-rose-50\/5{ color: rgb(255 241 242 / 0.05); }
.text-rose-50\/50{ color: rgb(255 241 242 / 0.5); }
.text-rose-50\/60{ color: rgb(255 241 242 / 0.6); }
.text-rose-50\/70{ color: rgb(255 241 242 / 0.7); }
.text-rose-50\/75{ color: rgb(255 241 242 / 0.75); }
.text-rose-50\/80{ color: rgb(255 241 242 / 0.8); }
.text-rose-50\/90{ color: rgb(255 241 242 / 0.9); }
.text-rose-50\/95{ color: rgb(255 241 242 / 0.95); }
.text-rose-500{ --tw-text-opacity: 1; color: rgb(244 63 94 / var(--tw-text-opacity)); }
.text-rose-500\/0{ color: rgb(244 63 94 / 0); }
.text-rose-500\/10{ color: rgb(244 63 94 / 0.1); }
.text-rose-500\/100{ color: rgb(244 63 94 / 1); }
.text-rose-500\/20{ color: rgb(244 63 94 / 0.2); }
.text-rose-500\/25{ color: rgb(244 63 94 / 0.25); }
.text-rose-500\/30{ color: rgb(244 63 94 / 0.3); }
.text-rose-500\/40{ color: rgb(244 63 94 / 0.4); }
.text-rose-500\/5{ color: rgb(244 63 94 / 0.05); }
.text-rose-500\/50{ color: rgb(244 63 94 / 0.5); }
.text-rose-500\/60{ color: rgb(244 63 94 / 0.6); }
.text-rose-500\/70{ color: rgb(244 63 94 / 0.7); }
.text-rose-500\/75{ color: rgb(244 63 94 / 0.75); }
.text-rose-500\/80{ color: rgb(244 63 94 / 0.8); }
.text-rose-500\/90{ color: rgb(244 63 94 / 0.9); }
.text-rose-500\/95{ color: rgb(244 63 94 / 0.95); }
.text-rose-600{ --tw-text-opacity: 1; color: rgb(225 29 72 / var(--tw-text-opacity)); }
.text-rose-600\/0{ color: rgb(225 29 72 / 0); }
.text-rose-600\/10{ color: rgb(225 29 72 / 0.1); }
.text-rose-600\/100{ color: rgb(225 29 72 / 1); }
.text-rose-600\/20{ color: rgb(225 29 72 / 0.2); }
.text-rose-600\/25{ color: rgb(225 29 72 / 0.25); }
.text-rose-600\/30{ color: rgb(225 29 72 / 0.3); }
.text-rose-600\/40{ color: rgb(225 29 72 / 0.4); }
.text-rose-600\/5{ color: rgb(225 29 72 / 0.05); }
.text-rose-600\/50{ color: rgb(225 29 72 / 0.5); }
.text-rose-600\/60{ color: rgb(225 29 72 / 0.6); }
.text-rose-600\/70{ color: rgb(225 29 72 / 0.7); }
.text-rose-600\/75{ color: rgb(225 29 72 / 0.75); }
.text-rose-600\/80{ color: rgb(225 29 72 / 0.8); }
.text-rose-600\/90{ color: rgb(225 29 72 / 0.9); }
.text-rose-600\/95{ color: rgb(225 29 72 / 0.95); }
.text-rose-700{ --tw-text-opacity: 1; color: rgb(190 18 60 / var(--tw-text-opacity)); }
.text-rose-700\/0{ color: rgb(190 18 60 / 0); }
.text-rose-700\/10{ color: rgb(190 18 60 / 0.1); }
.text-rose-700\/100{ color: rgb(190 18 60 / 1); }
.text-rose-700\/20{ color: rgb(190 18 60 / 0.2); }
.text-rose-700\/25{ color: rgb(190 18 60 / 0.25); }
.text-rose-700\/30{ color: rgb(190 18 60 / 0.3); }
.text-rose-700\/40{ color: rgb(190 18 60 / 0.4); }
.text-rose-700\/5{ color: rgb(190 18 60 / 0.05); }
.text-rose-700\/50{ color: rgb(190 18 60 / 0.5); }
.text-rose-700\/60{ color: rgb(190 18 60 / 0.6); }
.text-rose-700\/70{ color: rgb(190 18 60 / 0.7); }
.text-rose-700\/75{ color: rgb(190 18 60 / 0.75); }
.text-rose-700\/80{ color: rgb(190 18 60 / 0.8); }
.text-rose-700\/90{ color: rgb(190 18 60 / 0.9); }
.text-rose-700\/95{ color: rgb(190 18 60 / 0.95); }
.text-rose-800{ --tw-text-opacity: 1; color: rgb(159 18 57 / var(--tw-text-opacity)); }
.text-rose-800\/0{ color: rgb(159 18 57 / 0); }
.text-rose-800\/10{ color: rgb(159 18 57 / 0.1); }
.text-rose-800\/100{ color: rgb(159 18 57 / 1); }
.text-rose-800\/20{ color: rgb(159 18 57 / 0.2); }
.text-rose-800\/25{ color: rgb(159 18 57 / 0.25); }
.text-rose-800\/30{ color: rgb(159 18 57 / 0.3); }
.text-rose-800\/40{ color: rgb(159 18 57 / 0.4); }
.text-rose-800\/5{ color: rgb(159 18 57 / 0.05); }
.text-rose-800\/50{ color: rgb(159 18 57 / 0.5); }
.text-rose-800\/60{ color: rgb(159 18 57 / 0.6); }
.text-rose-800\/70{ color: rgb(159 18 57 / 0.7); }
.text-rose-800\/75{ color: rgb(159 18 57 / 0.75); }
.text-rose-800\/80{ color: rgb(159 18 57 / 0.8); }
.text-rose-800\/90{ color: rgb(159 18 57 / 0.9); }
.text-rose-800\/95{ color: rgb(159 18 57 / 0.95); }
.text-rose-900{ --tw-text-opacity: 1; color: rgb(136 19 55 / var(--tw-text-opacity)); }
.text-rose-900\/0{ color: rgb(136 19 55 / 0); }
.text-rose-900\/10{ color: rgb(136 19 55 / 0.1); }
.text-rose-900\/100{ color: rgb(136 19 55 / 1); }
.text-rose-900\/20{ color: rgb(136 19 55 / 0.2); }
.text-rose-900\/25{ color: rgb(136 19 55 / 0.25); }
.text-rose-900\/30{ color: rgb(136 19 55 / 0.3); }
.text-rose-900\/40{ color: rgb(136 19 55 / 0.4); }
.text-rose-900\/5{ color: rgb(136 19 55 / 0.05); }
.text-rose-900\/50{ color: rgb(136 19 55 / 0.5); }
.text-rose-900\/60{ color: rgb(136 19 55 / 0.6); }
.text-rose-900\/70{ color: rgb(136 19 55 / 0.7); }
.text-rose-900\/75{ color: rgb(136 19 55 / 0.75); }
.text-rose-900\/80{ color: rgb(136 19 55 / 0.8); }
.text-rose-900\/90{ color: rgb(136 19 55 / 0.9); }
.text-rose-900\/95{ color: rgb(136 19 55 / 0.95); }
.text-rose-950{ --tw-text-opacity: 1; color: rgb(76 5 25 / var(--tw-text-opacity)); }
.text-rose-950\/0{ color: rgb(76 5 25 / 0); }
.text-rose-950\/10{ color: rgb(76 5 25 / 0.1); }
.text-rose-950\/100{ color: rgb(76 5 25 / 1); }
.text-rose-950\/20{ color: rgb(76 5 25 / 0.2); }
.text-rose-950\/25{ color: rgb(76 5 25 / 0.25); }
.text-rose-950\/30{ color: rgb(76 5 25 / 0.3); }
.text-rose-950\/40{ color: rgb(76 5 25 / 0.4); }
.text-rose-950\/5{ color: rgb(76 5 25 / 0.05); }
.text-rose-950\/50{ color: rgb(76 5 25 / 0.5); }
.text-rose-950\/60{ color: rgb(76 5 25 / 0.6); }
.text-rose-950\/70{ color: rgb(76 5 25 / 0.7); }
.text-rose-950\/75{ color: rgb(76 5 25 / 0.75); }
.text-rose-950\/80{ color: rgb(76 5 25 / 0.8); }
.text-rose-950\/90{ color: rgb(76 5 25 / 0.9); }
.text-rose-950\/95{ color: rgb(76 5 25 / 0.95); }
.text-sky-100{ --tw-text-opacity: 1; color: rgb(224 242 254 / var(--tw-text-opacity)); }
.text-sky-100\/0{ color: rgb(224 242 254 / 0); }
.text-sky-100\/10{ color: rgb(224 242 254 / 0.1); }
.text-sky-100\/100{ color: rgb(224 242 254 / 1); }
.text-sky-100\/20{ color: rgb(224 242 254 / 0.2); }
.text-sky-100\/25{ color: rgb(224 242 254 / 0.25); }
.text-sky-100\/30{ color: rgb(224 242 254 / 0.3); }
.text-sky-100\/40{ color: rgb(224 242 254 / 0.4); }
.text-sky-100\/5{ color: rgb(224 242 254 / 0.05); }
.text-sky-100\/50{ color: rgb(224 242 254 / 0.5); }
.text-sky-100\/60{ color: rgb(224 242 254 / 0.6); }
.text-sky-100\/70{ color: rgb(224 242 254 / 0.7); }
.text-sky-100\/75{ color: rgb(224 242 254 / 0.75); }
.text-sky-100\/80{ color: rgb(224 242 254 / 0.8); }
.text-sky-100\/90{ color: rgb(224 242 254 / 0.9); }
.text-sky-100\/95{ color: rgb(224 242 254 / 0.95); }
.text-sky-200{ --tw-text-opacity: 1; color: rgb(186 230 253 / var(--tw-text-opacity)); }
.text-sky-200\/0{ color: rgb(186 230 253 / 0); }
.text-sky-200\/10{ color: rgb(186 230 253 / 0.1); }
.text-sky-200\/100{ color: rgb(186 230 253 / 1); }
.text-sky-200\/20{ color: rgb(186 230 253 / 0.2); }
.text-sky-200\/25{ color: rgb(186 230 253 / 0.25); }
.text-sky-200\/30{ color: rgb(186 230 253 / 0.3); }
.text-sky-200\/40{ color: rgb(186 230 253 / 0.4); }
.text-sky-200\/5{ color: rgb(186 230 253 / 0.05); }
.text-sky-200\/50{ color: rgb(186 230 253 / 0.5); }
.text-sky-200\/60{ color: rgb(186 230 253 / 0.6); }
.text-sky-200\/70{ color: rgb(186 230 253 / 0.7); }
.text-sky-200\/75{ color: rgb(186 230 253 / 0.75); }
.text-sky-200\/80{ color: rgb(186 230 253 / 0.8); }
.text-sky-200\/90{ color: rgb(186 230 253 / 0.9); }
.text-sky-200\/95{ color: rgb(186 230 253 / 0.95); }
.text-sky-300{ --tw-text-opacity: 1; color: rgb(125 211 252 / var(--tw-text-opacity)); }
.text-sky-300\/0{ color: rgb(125 211 252 / 0); }
.text-sky-300\/10{ color: rgb(125 211 252 / 0.1); }
.text-sky-300\/100{ color: rgb(125 211 252 / 1); }
.text-sky-300\/20{ color: rgb(125 211 252 / 0.2); }
.text-sky-300\/25{ color: rgb(125 211 252 / 0.25); }
.text-sky-300\/30{ color: rgb(125 211 252 / 0.3); }
.text-sky-300\/40{ color: rgb(125 211 252 / 0.4); }
.text-sky-300\/5{ color: rgb(125 211 252 / 0.05); }
.text-sky-300\/50{ color: rgb(125 211 252 / 0.5); }
.text-sky-300\/60{ color: rgb(125 211 252 / 0.6); }
.text-sky-300\/70{ color: rgb(125 211 252 / 0.7); }
.text-sky-300\/75{ color: rgb(125 211 252 / 0.75); }
.text-sky-300\/80{ color: rgb(125 211 252 / 0.8); }
.text-sky-300\/90{ color: rgb(125 211 252 / 0.9); }
.text-sky-300\/95{ color: rgb(125 211 252 / 0.95); }
.text-sky-400{ --tw-text-opacity: 1; color: rgb(56 189 248 / var(--tw-text-opacity)); }
.text-sky-400\/0{ color: rgb(56 189 248 / 0); }
.text-sky-400\/10{ color: rgb(56 189 248 / 0.1); }
.text-sky-400\/100{ color: rgb(56 189 248 / 1); }
.text-sky-400\/20{ color: rgb(56 189 248 / 0.2); }
.text-sky-400\/25{ color: rgb(56 189 248 / 0.25); }
.text-sky-400\/30{ color: rgb(56 189 248 / 0.3); }
.text-sky-400\/40{ color: rgb(56 189 248 / 0.4); }
.text-sky-400\/5{ color: rgb(56 189 248 / 0.05); }
.text-sky-400\/50{ color: rgb(56 189 248 / 0.5); }
.text-sky-400\/60{ color: rgb(56 189 248 / 0.6); }
.text-sky-400\/70{ color: rgb(56 189 248 / 0.7); }
.text-sky-400\/75{ color: rgb(56 189 248 / 0.75); }
.text-sky-400\/80{ color: rgb(56 189 248 / 0.8); }
.text-sky-400\/90{ color: rgb(56 189 248 / 0.9); }
.text-sky-400\/95{ color: rgb(56 189 248 / 0.95); }
.text-sky-50{ --tw-text-opacity: 1; color: rgb(240 249 255 / var(--tw-text-opacity)); }
.text-sky-50\/0{ color: rgb(240 249 255 / 0); }
.text-sky-50\/10{ color: rgb(240 249 255 / 0.1); }
.text-sky-50\/100{ color: rgb(240 249 255 / 1); }
.text-sky-50\/20{ color: rgb(240 249 255 / 0.2); }
.text-sky-50\/25{ color: rgb(240 249 255 / 0.25); }
.text-sky-50\/30{ color: rgb(240 249 255 / 0.3); }
.text-sky-50\/40{ color: rgb(240 249 255 / 0.4); }
.text-sky-50\/5{ color: rgb(240 249 255 / 0.05); }
.text-sky-50\/50{ color: rgb(240 249 255 / 0.5); }
.text-sky-50\/60{ color: rgb(240 249 255 / 0.6); }
.text-sky-50\/70{ color: rgb(240 249 255 / 0.7); }
.text-sky-50\/75{ color: rgb(240 249 255 / 0.75); }
.text-sky-50\/80{ color: rgb(240 249 255 / 0.8); }
.text-sky-50\/90{ color: rgb(240 249 255 / 0.9); }
.text-sky-50\/95{ color: rgb(240 249 255 / 0.95); }
.text-sky-500{ --tw-text-opacity: 1; color: rgb(14 165 233 / var(--tw-text-opacity)); }
.text-sky-500\/0{ color: rgb(14 165 233 / 0); }
.text-sky-500\/10{ color: rgb(14 165 233 / 0.1); }
.text-sky-500\/100{ color: rgb(14 165 233 / 1); }
.text-sky-500\/20{ color: rgb(14 165 233 / 0.2); }
.text-sky-500\/25{ color: rgb(14 165 233 / 0.25); }
.text-sky-500\/30{ color: rgb(14 165 233 / 0.3); }
.text-sky-500\/40{ color: rgb(14 165 233 / 0.4); }
.text-sky-500\/5{ color: rgb(14 165 233 / 0.05); }
.text-sky-500\/50{ color: rgb(14 165 233 / 0.5); }
.text-sky-500\/60{ color: rgb(14 165 233 / 0.6); }
.text-sky-500\/70{ color: rgb(14 165 233 / 0.7); }
.text-sky-500\/75{ color: rgb(14 165 233 / 0.75); }
.text-sky-500\/80{ color: rgb(14 165 233 / 0.8); }
.text-sky-500\/90{ color: rgb(14 165 233 / 0.9); }
.text-sky-500\/95{ color: rgb(14 165 233 / 0.95); }
.text-sky-600{ --tw-text-opacity: 1; color: rgb(2 132 199 / var(--tw-text-opacity)); }
.text-sky-600\/0{ color: rgb(2 132 199 / 0); }
.text-sky-600\/10{ color: rgb(2 132 199 / 0.1); }
.text-sky-600\/100{ color: rgb(2 132 199 / 1); }
.text-sky-600\/20{ color: rgb(2 132 199 / 0.2); }
.text-sky-600\/25{ color: rgb(2 132 199 / 0.25); }
.text-sky-600\/30{ color: rgb(2 132 199 / 0.3); }
.text-sky-600\/40{ color: rgb(2 132 199 / 0.4); }
.text-sky-600\/5{ color: rgb(2 132 199 / 0.05); }
.text-sky-600\/50{ color: rgb(2 132 199 / 0.5); }
.text-sky-600\/60{ color: rgb(2 132 199 / 0.6); }
.text-sky-600\/70{ color: rgb(2 132 199 / 0.7); }
.text-sky-600\/75{ color: rgb(2 132 199 / 0.75); }
.text-sky-600\/80{ color: rgb(2 132 199 / 0.8); }
.text-sky-600\/90{ color: rgb(2 132 199 / 0.9); }
.text-sky-600\/95{ color: rgb(2 132 199 / 0.95); }
.text-sky-700{ --tw-text-opacity: 1; color: rgb(3 105 161 / var(--tw-text-opacity)); }
.text-sky-700\/0{ color: rgb(3 105 161 / 0); }
.text-sky-700\/10{ color: rgb(3 105 161 / 0.1); }
.text-sky-700\/100{ color: rgb(3 105 161 / 1); }
.text-sky-700\/20{ color: rgb(3 105 161 / 0.2); }
.text-sky-700\/25{ color: rgb(3 105 161 / 0.25); }
.text-sky-700\/30{ color: rgb(3 105 161 / 0.3); }
.text-sky-700\/40{ color: rgb(3 105 161 / 0.4); }
.text-sky-700\/5{ color: rgb(3 105 161 / 0.05); }
.text-sky-700\/50{ color: rgb(3 105 161 / 0.5); }
.text-sky-700\/60{ color: rgb(3 105 161 / 0.6); }
.text-sky-700\/70{ color: rgb(3 105 161 / 0.7); }
.text-sky-700\/75{ color: rgb(3 105 161 / 0.75); }
.text-sky-700\/80{ color: rgb(3 105 161 / 0.8); }
.text-sky-700\/90{ color: rgb(3 105 161 / 0.9); }
.text-sky-700\/95{ color: rgb(3 105 161 / 0.95); }
.text-sky-800{ --tw-text-opacity: 1; color: rgb(7 89 133 / var(--tw-text-opacity)); }
.text-sky-800\/0{ color: rgb(7 89 133 / 0); }
.text-sky-800\/10{ color: rgb(7 89 133 / 0.1); }
.text-sky-800\/100{ color: rgb(7 89 133 / 1); }
.text-sky-800\/20{ color: rgb(7 89 133 / 0.2); }
.text-sky-800\/25{ color: rgb(7 89 133 / 0.25); }
.text-sky-800\/30{ color: rgb(7 89 133 / 0.3); }
.text-sky-800\/40{ color: rgb(7 89 133 / 0.4); }
.text-sky-800\/5{ color: rgb(7 89 133 / 0.05); }
.text-sky-800\/50{ color: rgb(7 89 133 / 0.5); }
.text-sky-800\/60{ color: rgb(7 89 133 / 0.6); }
.text-sky-800\/70{ color: rgb(7 89 133 / 0.7); }
.text-sky-800\/75{ color: rgb(7 89 133 / 0.75); }
.text-sky-800\/80{ color: rgb(7 89 133 / 0.8); }
.text-sky-800\/90{ color: rgb(7 89 133 / 0.9); }
.text-sky-800\/95{ color: rgb(7 89 133 / 0.95); }
.text-sky-900{ --tw-text-opacity: 1; color: rgb(12 74 110 / var(--tw-text-opacity)); }
.text-sky-900\/0{ color: rgb(12 74 110 / 0); }
.text-sky-900\/10{ color: rgb(12 74 110 / 0.1); }
.text-sky-900\/100{ color: rgb(12 74 110 / 1); }
.text-sky-900\/20{ color: rgb(12 74 110 / 0.2); }
.text-sky-900\/25{ color: rgb(12 74 110 / 0.25); }
.text-sky-900\/30{ color: rgb(12 74 110 / 0.3); }
.text-sky-900\/40{ color: rgb(12 74 110 / 0.4); }
.text-sky-900\/5{ color: rgb(12 74 110 / 0.05); }
.text-sky-900\/50{ color: rgb(12 74 110 / 0.5); }
.text-sky-900\/60{ color: rgb(12 74 110 / 0.6); }
.text-sky-900\/70{ color: rgb(12 74 110 / 0.7); }
.text-sky-900\/75{ color: rgb(12 74 110 / 0.75); }
.text-sky-900\/80{ color: rgb(12 74 110 / 0.8); }
.text-sky-900\/90{ color: rgb(12 74 110 / 0.9); }
.text-sky-900\/95{ color: rgb(12 74 110 / 0.95); }
.text-sky-950{ --tw-text-opacity: 1; color: rgb(8 47 73 / var(--tw-text-opacity)); }
.text-sky-950\/0{ color: rgb(8 47 73 / 0); }
.text-sky-950\/10{ color: rgb(8 47 73 / 0.1); }
.text-sky-950\/100{ color: rgb(8 47 73 / 1); }
.text-sky-950\/20{ color: rgb(8 47 73 / 0.2); }
.text-sky-950\/25{ color: rgb(8 47 73 / 0.25); }
.text-sky-950\/30{ color: rgb(8 47 73 / 0.3); }
.text-sky-950\/40{ color: rgb(8 47 73 / 0.4); }
.text-sky-950\/5{ color: rgb(8 47 73 / 0.05); }
.text-sky-950\/50{ color: rgb(8 47 73 / 0.5); }
.text-sky-950\/60{ color: rgb(8 47 73 / 0.6); }
.text-sky-950\/70{ color: rgb(8 47 73 / 0.7); }
.text-sky-950\/75{ color: rgb(8 47 73 / 0.75); }
.text-sky-950\/80{ color: rgb(8 47 73 / 0.8); }
.text-sky-950\/90{ color: rgb(8 47 73 / 0.9); }
.text-sky-950\/95{ color: rgb(8 47 73 / 0.95); }
.text-slate-100{ --tw-text-opacity: 1; color: rgb(241 245 249 / var(--tw-text-opacity)); }
.text-slate-100\/0{ color: rgb(241 245 249 / 0); }
.text-slate-100\/10{ color: rgb(241 245 249 / 0.1); }
.text-slate-100\/100{ color: rgb(241 245 249 / 1); }
.text-slate-100\/20{ color: rgb(241 245 249 / 0.2); }
.text-slate-100\/25{ color: rgb(241 245 249 / 0.25); }
.text-slate-100\/30{ color: rgb(241 245 249 / 0.3); }
.text-slate-100\/40{ color: rgb(241 245 249 / 0.4); }
.text-slate-100\/5{ color: rgb(241 245 249 / 0.05); }
.text-slate-100\/50{ color: rgb(241 245 249 / 0.5); }
.text-slate-100\/60{ color: rgb(241 245 249 / 0.6); }
.text-slate-100\/70{ color: rgb(241 245 249 / 0.7); }
.text-slate-100\/75{ color: rgb(241 245 249 / 0.75); }
.text-slate-100\/80{ color: rgb(241 245 249 / 0.8); }
.text-slate-100\/90{ color: rgb(241 245 249 / 0.9); }
.text-slate-100\/95{ color: rgb(241 245 249 / 0.95); }
.text-slate-200{ --tw-text-opacity: 1; color: rgb(226 232 240 / var(--tw-text-opacity)); }
.text-slate-200\/0{ color: rgb(226 232 240 / 0); }
.text-slate-200\/10{ color: rgb(226 232 240 / 0.1); }
.text-slate-200\/100{ color: rgb(226 232 240 / 1); }
.text-slate-200\/20{ color: rgb(226 232 240 / 0.2); }
.text-slate-200\/25{ color: rgb(226 232 240 / 0.25); }
.text-slate-200\/30{ color: rgb(226 232 240 / 0.3); }
.text-slate-200\/40{ color: rgb(226 232 240 / 0.4); }
.text-slate-200\/5{ color: rgb(226 232 240 / 0.05); }
.text-slate-200\/50{ color: rgb(226 232 240 / 0.5); }
.text-slate-200\/60{ color: rgb(226 232 240 / 0.6); }
.text-slate-200\/70{ color: rgb(226 232 240 / 0.7); }
.text-slate-200\/75{ color: rgb(226 232 240 / 0.75); }
.text-slate-200\/80{ color: rgb(226 232 240 / 0.8); }
.text-slate-200\/90{ color: rgb(226 232 240 / 0.9); }
.text-slate-200\/95{ color: rgb(226 232 240 / 0.95); }
.text-slate-300{ --tw-text-opacity: 1; color: rgb(203 213 225 / var(--tw-text-opacity)); }
.text-slate-300\/0{ color: rgb(203 213 225 / 0); }
.text-slate-300\/10{ color: rgb(203 213 225 / 0.1); }
.text-slate-300\/100{ color: rgb(203 213 225 / 1); }
.text-slate-300\/20{ color: rgb(203 213 225 / 0.2); }
.text-slate-300\/25{ color: rgb(203 213 225 / 0.25); }
.text-slate-300\/30{ color: rgb(203 213 225 / 0.3); }
.text-slate-300\/40{ color: rgb(203 213 225 / 0.4); }
.text-slate-300\/5{ color: rgb(203 213 225 / 0.05); }
.text-slate-300\/50{ color: rgb(203 213 225 / 0.5); }
.text-slate-300\/60{ color: rgb(203 213 225 / 0.6); }
.text-slate-300\/70{ color: rgb(203 213 225 / 0.7); }
.text-slate-300\/75{ color: rgb(203 213 225 / 0.75); }
.text-slate-300\/80{ color: rgb(203 213 225 / 0.8); }
.text-slate-300\/90{ color: rgb(203 213 225 / 0.9); }
.text-slate-300\/95{ color: rgb(203 213 225 / 0.95); }
.text-slate-400{ --tw-text-opacity: 1; color: rgb(148 163 184 / var(--tw-text-opacity)); }
.text-slate-400\/0{ color: rgb(148 163 184 / 0); }
.text-slate-400\/10{ color: rgb(148 163 184 / 0.1); }
.text-slate-400\/100{ color: rgb(148 163 184 / 1); }
.text-slate-400\/20{ color: rgb(148 163 184 / 0.2); }
.text-slate-400\/25{ color: rgb(148 163 184 / 0.25); }
.text-slate-400\/30{ color: rgb(148 163 184 / 0.3); }
.text-slate-400\/40{ color: rgb(148 163 184 / 0.4); }
.text-slate-400\/5{ color: rgb(148 163 184 / 0.05); }
.text-slate-400\/50{ color: rgb(148 163 184 / 0.5); }
.text-slate-400\/60{ color: rgb(148 163 184 / 0.6); }
.text-slate-400\/70{ color: rgb(148 163 184 / 0.7); }
.text-slate-400\/75{ color: rgb(148 163 184 / 0.75); }
.text-slate-400\/80{ color: rgb(148 163 184 / 0.8); }
.text-slate-400\/90{ color: rgb(148 163 184 / 0.9); }
.text-slate-400\/95{ color: rgb(148 163 184 / 0.95); }
.text-slate-50{ --tw-text-opacity: 1; color: rgb(248 250 252 / var(--tw-text-opacity)); }
.text-slate-50\/0{ color: rgb(248 250 252 / 0); }
.text-slate-50\/10{ color: rgb(248 250 252 / 0.1); }
.text-slate-50\/100{ color: rgb(248 250 252 / 1); }
.text-slate-50\/20{ color: rgb(248 250 252 / 0.2); }
.text-slate-50\/25{ color: rgb(248 250 252 / 0.25); }
.text-slate-50\/30{ color: rgb(248 250 252 / 0.3); }
.text-slate-50\/40{ color: rgb(248 250 252 / 0.4); }
.text-slate-50\/5{ color: rgb(248 250 252 / 0.05); }
.text-slate-50\/50{ color: rgb(248 250 252 / 0.5); }
.text-slate-50\/60{ color: rgb(248 250 252 / 0.6); }
.text-slate-50\/70{ color: rgb(248 250 252 / 0.7); }
.text-slate-50\/75{ color: rgb(248 250 252 / 0.75); }
.text-slate-50\/80{ color: rgb(248 250 252 / 0.8); }
.text-slate-50\/90{ color: rgb(248 250 252 / 0.9); }
.text-slate-50\/95{ color: rgb(248 250 252 / 0.95); }
.text-slate-500{ --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity)); }
.text-slate-500\/0{ color: rgb(100 116 139 / 0); }
.text-slate-500\/10{ color: rgb(100 116 139 / 0.1); }
.text-slate-500\/100{ color: rgb(100 116 139 / 1); }
.text-slate-500\/20{ color: rgb(100 116 139 / 0.2); }
.text-slate-500\/25{ color: rgb(100 116 139 / 0.25); }
.text-slate-500\/30{ color: rgb(100 116 139 / 0.3); }
.text-slate-500\/40{ color: rgb(100 116 139 / 0.4); }
.text-slate-500\/5{ color: rgb(100 116 139 / 0.05); }
.text-slate-500\/50{ color: rgb(100 116 139 / 0.5); }
.text-slate-500\/60{ color: rgb(100 116 139 / 0.6); }
.text-slate-500\/70{ color: rgb(100 116 139 / 0.7); }
.text-slate-500\/75{ color: rgb(100 116 139 / 0.75); }
.text-slate-500\/80{ color: rgb(100 116 139 / 0.8); }
.text-slate-500\/90{ color: rgb(100 116 139 / 0.9); }
.text-slate-500\/95{ color: rgb(100 116 139 / 0.95); }
.text-slate-600{ --tw-text-opacity: 1; color: rgb(71 85 105 / var(--tw-text-opacity)); }
.text-slate-600\/0{ color: rgb(71 85 105 / 0); }
.text-slate-600\/10{ color: rgb(71 85 105 / 0.1); }
.text-slate-600\/100{ color: rgb(71 85 105 / 1); }
.text-slate-600\/20{ color: rgb(71 85 105 / 0.2); }
.text-slate-600\/25{ color: rgb(71 85 105 / 0.25); }
.text-slate-600\/30{ color: rgb(71 85 105 / 0.3); }
.text-slate-600\/40{ color: rgb(71 85 105 / 0.4); }
.text-slate-600\/5{ color: rgb(71 85 105 / 0.05); }
.text-slate-600\/50{ color: rgb(71 85 105 / 0.5); }
.text-slate-600\/60{ color: rgb(71 85 105 / 0.6); }
.text-slate-600\/70{ color: rgb(71 85 105 / 0.7); }
.text-slate-600\/75{ color: rgb(71 85 105 / 0.75); }
.text-slate-600\/80{ color: rgb(71 85 105 / 0.8); }
.text-slate-600\/90{ color: rgb(71 85 105 / 0.9); }
.text-slate-600\/95{ color: rgb(71 85 105 / 0.95); }
.text-slate-700{ --tw-text-opacity: 1; color: rgb(51 65 85 / var(--tw-text-opacity)); }
.text-slate-700\/0{ color: rgb(51 65 85 / 0); }
.text-slate-700\/10{ color: rgb(51 65 85 / 0.1); }
.text-slate-700\/100{ color: rgb(51 65 85 / 1); }
.text-slate-700\/20{ color: rgb(51 65 85 / 0.2); }
.text-slate-700\/25{ color: rgb(51 65 85 / 0.25); }
.text-slate-700\/30{ color: rgb(51 65 85 / 0.3); }
.text-slate-700\/40{ color: rgb(51 65 85 / 0.4); }
.text-slate-700\/5{ color: rgb(51 65 85 / 0.05); }
.text-slate-700\/50{ color: rgb(51 65 85 / 0.5); }
.text-slate-700\/60{ color: rgb(51 65 85 / 0.6); }
.text-slate-700\/70{ color: rgb(51 65 85 / 0.7); }
.text-slate-700\/75{ color: rgb(51 65 85 / 0.75); }
.text-slate-700\/80{ color: rgb(51 65 85 / 0.8); }
.text-slate-700\/90{ color: rgb(51 65 85 / 0.9); }
.text-slate-700\/95{ color: rgb(51 65 85 / 0.95); }
.text-slate-800{ --tw-text-opacity: 1; color: rgb(30 41 59 / var(--tw-text-opacity)); }
.text-slate-800\/0{ color: rgb(30 41 59 / 0); }
.text-slate-800\/10{ color: rgb(30 41 59 / 0.1); }
.text-slate-800\/100{ color: rgb(30 41 59 / 1); }
.text-slate-800\/20{ color: rgb(30 41 59 / 0.2); }
.text-slate-800\/25{ color: rgb(30 41 59 / 0.25); }
.text-slate-800\/30{ color: rgb(30 41 59 / 0.3); }
.text-slate-800\/40{ color: rgb(30 41 59 / 0.4); }
.text-slate-800\/5{ color: rgb(30 41 59 / 0.05); }
.text-slate-800\/50{ color: rgb(30 41 59 / 0.5); }
.text-slate-800\/60{ color: rgb(30 41 59 / 0.6); }
.text-slate-800\/70{ color: rgb(30 41 59 / 0.7); }
.text-slate-800\/75{ color: rgb(30 41 59 / 0.75); }
.text-slate-800\/80{ color: rgb(30 41 59 / 0.8); }
.text-slate-800\/90{ color: rgb(30 41 59 / 0.9); }
.text-slate-800\/95{ color: rgb(30 41 59 / 0.95); }
.text-slate-900{ --tw-text-opacity: 1; color: rgb(15 23 42 / var(--tw-text-opacity)); }
.text-slate-900\/0{ color: rgb(15 23 42 / 0); }
.text-slate-900\/10{ color: rgb(15 23 42 / 0.1); }
.text-slate-900\/100{ color: rgb(15 23 42 / 1); }
.text-slate-900\/20{ color: rgb(15 23 42 / 0.2); }
.text-slate-900\/25{ color: rgb(15 23 42 / 0.25); }
.text-slate-900\/30{ color: rgb(15 23 42 / 0.3); }
.text-slate-900\/40{ color: rgb(15 23 42 / 0.4); }
.text-slate-900\/5{ color: rgb(15 23 42 / 0.05); }
.text-slate-900\/50{ color: rgb(15 23 42 / 0.5); }
.text-slate-900\/60{ color: rgb(15 23 42 / 0.6); }
.text-slate-900\/70{ color: rgb(15 23 42 / 0.7); }
.text-slate-900\/75{ color: rgb(15 23 42 / 0.75); }
.text-slate-900\/80{ color: rgb(15 23 42 / 0.8); }
.text-slate-900\/90{ color: rgb(15 23 42 / 0.9); }
.text-slate-900\/95{ color: rgb(15 23 42 / 0.95); }
.text-slate-950{ --tw-text-opacity: 1; color: rgb(2 6 23 / var(--tw-text-opacity)); }
.text-slate-950\/0{ color: rgb(2 6 23 / 0); }
.text-slate-950\/10{ color: rgb(2 6 23 / 0.1); }
.text-slate-950\/100{ color: rgb(2 6 23 / 1); }
.text-slate-950\/20{ color: rgb(2 6 23 / 0.2); }
.text-slate-950\/25{ color: rgb(2 6 23 / 0.25); }
.text-slate-950\/30{ color: rgb(2 6 23 / 0.3); }
.text-slate-950\/40{ color: rgb(2 6 23 / 0.4); }
.text-slate-950\/5{ color: rgb(2 6 23 / 0.05); }
.text-slate-950\/50{ color: rgb(2 6 23 / 0.5); }
.text-slate-950\/60{ color: rgb(2 6 23 / 0.6); }
.text-slate-950\/70{ color: rgb(2 6 23 / 0.7); }
.text-slate-950\/75{ color: rgb(2 6 23 / 0.75); }
.text-slate-950\/80{ color: rgb(2 6 23 / 0.8); }
.text-slate-950\/90{ color: rgb(2 6 23 / 0.9); }
.text-slate-950\/95{ color: rgb(2 6 23 / 0.95); }
.text-stone-100{ --tw-text-opacity: 1; color: rgb(245 245 244 / var(--tw-text-opacity)); }
.text-stone-100\/0{ color: rgb(245 245 244 / 0); }
.text-stone-100\/10{ color: rgb(245 245 244 / 0.1); }
.text-stone-100\/100{ color: rgb(245 245 244 / 1); }
.text-stone-100\/20{ color: rgb(245 245 244 / 0.2); }
.text-stone-100\/25{ color: rgb(245 245 244 / 0.25); }
.text-stone-100\/30{ color: rgb(245 245 244 / 0.3); }
.text-stone-100\/40{ color: rgb(245 245 244 / 0.4); }
.text-stone-100\/5{ color: rgb(245 245 244 / 0.05); }
.text-stone-100\/50{ color: rgb(245 245 244 / 0.5); }
.text-stone-100\/60{ color: rgb(245 245 244 / 0.6); }
.text-stone-100\/70{ color: rgb(245 245 244 / 0.7); }
.text-stone-100\/75{ color: rgb(245 245 244 / 0.75); }
.text-stone-100\/80{ color: rgb(245 245 244 / 0.8); }
.text-stone-100\/90{ color: rgb(245 245 244 / 0.9); }
.text-stone-100\/95{ color: rgb(245 245 244 / 0.95); }
.text-stone-200{ --tw-text-opacity: 1; color: rgb(231 229 228 / var(--tw-text-opacity)); }
.text-stone-200\/0{ color: rgb(231 229 228 / 0); }
.text-stone-200\/10{ color: rgb(231 229 228 / 0.1); }
.text-stone-200\/100{ color: rgb(231 229 228 / 1); }
.text-stone-200\/20{ color: rgb(231 229 228 / 0.2); }
.text-stone-200\/25{ color: rgb(231 229 228 / 0.25); }
.text-stone-200\/30{ color: rgb(231 229 228 / 0.3); }
.text-stone-200\/40{ color: rgb(231 229 228 / 0.4); }
.text-stone-200\/5{ color: rgb(231 229 228 / 0.05); }
.text-stone-200\/50{ color: rgb(231 229 228 / 0.5); }
.text-stone-200\/60{ color: rgb(231 229 228 / 0.6); }
.text-stone-200\/70{ color: rgb(231 229 228 / 0.7); }
.text-stone-200\/75{ color: rgb(231 229 228 / 0.75); }
.text-stone-200\/80{ color: rgb(231 229 228 / 0.8); }
.text-stone-200\/90{ color: rgb(231 229 228 / 0.9); }
.text-stone-200\/95{ color: rgb(231 229 228 / 0.95); }
.text-stone-300{ --tw-text-opacity: 1; color: rgb(214 211 209 / var(--tw-text-opacity)); }
.text-stone-300\/0{ color: rgb(214 211 209 / 0); }
.text-stone-300\/10{ color: rgb(214 211 209 / 0.1); }
.text-stone-300\/100{ color: rgb(214 211 209 / 1); }
.text-stone-300\/20{ color: rgb(214 211 209 / 0.2); }
.text-stone-300\/25{ color: rgb(214 211 209 / 0.25); }
.text-stone-300\/30{ color: rgb(214 211 209 / 0.3); }
.text-stone-300\/40{ color: rgb(214 211 209 / 0.4); }
.text-stone-300\/5{ color: rgb(214 211 209 / 0.05); }
.text-stone-300\/50{ color: rgb(214 211 209 / 0.5); }
.text-stone-300\/60{ color: rgb(214 211 209 / 0.6); }
.text-stone-300\/70{ color: rgb(214 211 209 / 0.7); }
.text-stone-300\/75{ color: rgb(214 211 209 / 0.75); }
.text-stone-300\/80{ color: rgb(214 211 209 / 0.8); }
.text-stone-300\/90{ color: rgb(214 211 209 / 0.9); }
.text-stone-300\/95{ color: rgb(214 211 209 / 0.95); }
.text-stone-400{ --tw-text-opacity: 1; color: rgb(168 162 158 / var(--tw-text-opacity)); }
.text-stone-400\/0{ color: rgb(168 162 158 / 0); }
.text-stone-400\/10{ color: rgb(168 162 158 / 0.1); }
.text-stone-400\/100{ color: rgb(168 162 158 / 1); }
.text-stone-400\/20{ color: rgb(168 162 158 / 0.2); }
.text-stone-400\/25{ color: rgb(168 162 158 / 0.25); }
.text-stone-400\/30{ color: rgb(168 162 158 / 0.3); }
.text-stone-400\/40{ color: rgb(168 162 158 / 0.4); }
.text-stone-400\/5{ color: rgb(168 162 158 / 0.05); }
.text-stone-400\/50{ color: rgb(168 162 158 / 0.5); }
.text-stone-400\/60{ color: rgb(168 162 158 / 0.6); }
.text-stone-400\/70{ color: rgb(168 162 158 / 0.7); }
.text-stone-400\/75{ color: rgb(168 162 158 / 0.75); }
.text-stone-400\/80{ color: rgb(168 162 158 / 0.8); }
.text-stone-400\/90{ color: rgb(168 162 158 / 0.9); }
.text-stone-400\/95{ color: rgb(168 162 158 / 0.95); }
.text-stone-50{ --tw-text-opacity: 1; color: rgb(250 250 249 / var(--tw-text-opacity)); }
.text-stone-50\/0{ color: rgb(250 250 249 / 0); }
.text-stone-50\/10{ color: rgb(250 250 249 / 0.1); }
.text-stone-50\/100{ color: rgb(250 250 249 / 1); }
.text-stone-50\/20{ color: rgb(250 250 249 / 0.2); }
.text-stone-50\/25{ color: rgb(250 250 249 / 0.25); }
.text-stone-50\/30{ color: rgb(250 250 249 / 0.3); }
.text-stone-50\/40{ color: rgb(250 250 249 / 0.4); }
.text-stone-50\/5{ color: rgb(250 250 249 / 0.05); }
.text-stone-50\/50{ color: rgb(250 250 249 / 0.5); }
.text-stone-50\/60{ color: rgb(250 250 249 / 0.6); }
.text-stone-50\/70{ color: rgb(250 250 249 / 0.7); }
.text-stone-50\/75{ color: rgb(250 250 249 / 0.75); }
.text-stone-50\/80{ color: rgb(250 250 249 / 0.8); }
.text-stone-50\/90{ color: rgb(250 250 249 / 0.9); }
.text-stone-50\/95{ color: rgb(250 250 249 / 0.95); }
.text-stone-500{ --tw-text-opacity: 1; color: rgb(120 113 108 / var(--tw-text-opacity)); }
.text-stone-500\/0{ color: rgb(120 113 108 / 0); }
.text-stone-500\/10{ color: rgb(120 113 108 / 0.1); }
.text-stone-500\/100{ color: rgb(120 113 108 / 1); }
.text-stone-500\/20{ color: rgb(120 113 108 / 0.2); }
.text-stone-500\/25{ color: rgb(120 113 108 / 0.25); }
.text-stone-500\/30{ color: rgb(120 113 108 / 0.3); }
.text-stone-500\/40{ color: rgb(120 113 108 / 0.4); }
.text-stone-500\/5{ color: rgb(120 113 108 / 0.05); }
.text-stone-500\/50{ color: rgb(120 113 108 / 0.5); }
.text-stone-500\/60{ color: rgb(120 113 108 / 0.6); }
.text-stone-500\/70{ color: rgb(120 113 108 / 0.7); }
.text-stone-500\/75{ color: rgb(120 113 108 / 0.75); }
.text-stone-500\/80{ color: rgb(120 113 108 / 0.8); }
.text-stone-500\/90{ color: rgb(120 113 108 / 0.9); }
.text-stone-500\/95{ color: rgb(120 113 108 / 0.95); }
.text-stone-600{ --tw-text-opacity: 1; color: rgb(87 83 78 / var(--tw-text-opacity)); }
.text-stone-600\/0{ color: rgb(87 83 78 / 0); }
.text-stone-600\/10{ color: rgb(87 83 78 / 0.1); }
.text-stone-600\/100{ color: rgb(87 83 78 / 1); }
.text-stone-600\/20{ color: rgb(87 83 78 / 0.2); }
.text-stone-600\/25{ color: rgb(87 83 78 / 0.25); }
.text-stone-600\/30{ color: rgb(87 83 78 / 0.3); }
.text-stone-600\/40{ color: rgb(87 83 78 / 0.4); }
.text-stone-600\/5{ color: rgb(87 83 78 / 0.05); }
.text-stone-600\/50{ color: rgb(87 83 78 / 0.5); }
.text-stone-600\/60{ color: rgb(87 83 78 / 0.6); }
.text-stone-600\/70{ color: rgb(87 83 78 / 0.7); }
.text-stone-600\/75{ color: rgb(87 83 78 / 0.75); }
.text-stone-600\/80{ color: rgb(87 83 78 / 0.8); }
.text-stone-600\/90{ color: rgb(87 83 78 / 0.9); }
.text-stone-600\/95{ color: rgb(87 83 78 / 0.95); }
.text-stone-700{ --tw-text-opacity: 1; color: rgb(68 64 60 / var(--tw-text-opacity)); }
.text-stone-700\/0{ color: rgb(68 64 60 / 0); }
.text-stone-700\/10{ color: rgb(68 64 60 / 0.1); }
.text-stone-700\/100{ color: rgb(68 64 60 / 1); }
.text-stone-700\/20{ color: rgb(68 64 60 / 0.2); }
.text-stone-700\/25{ color: rgb(68 64 60 / 0.25); }
.text-stone-700\/30{ color: rgb(68 64 60 / 0.3); }
.text-stone-700\/40{ color: rgb(68 64 60 / 0.4); }
.text-stone-700\/5{ color: rgb(68 64 60 / 0.05); }
.text-stone-700\/50{ color: rgb(68 64 60 / 0.5); }
.text-stone-700\/60{ color: rgb(68 64 60 / 0.6); }
.text-stone-700\/70{ color: rgb(68 64 60 / 0.7); }
.text-stone-700\/75{ color: rgb(68 64 60 / 0.75); }
.text-stone-700\/80{ color: rgb(68 64 60 / 0.8); }
.text-stone-700\/90{ color: rgb(68 64 60 / 0.9); }
.text-stone-700\/95{ color: rgb(68 64 60 / 0.95); }
.text-stone-800{ --tw-text-opacity: 1; color: rgb(41 37 36 / var(--tw-text-opacity)); }
.text-stone-800\/0{ color: rgb(41 37 36 / 0); }
.text-stone-800\/10{ color: rgb(41 37 36 / 0.1); }
.text-stone-800\/100{ color: rgb(41 37 36 / 1); }
.text-stone-800\/20{ color: rgb(41 37 36 / 0.2); }
.text-stone-800\/25{ color: rgb(41 37 36 / 0.25); }
.text-stone-800\/30{ color: rgb(41 37 36 / 0.3); }
.text-stone-800\/40{ color: rgb(41 37 36 / 0.4); }
.text-stone-800\/5{ color: rgb(41 37 36 / 0.05); }
.text-stone-800\/50{ color: rgb(41 37 36 / 0.5); }
.text-stone-800\/60{ color: rgb(41 37 36 / 0.6); }
.text-stone-800\/70{ color: rgb(41 37 36 / 0.7); }
.text-stone-800\/75{ color: rgb(41 37 36 / 0.75); }
.text-stone-800\/80{ color: rgb(41 37 36 / 0.8); }
.text-stone-800\/90{ color: rgb(41 37 36 / 0.9); }
.text-stone-800\/95{ color: rgb(41 37 36 / 0.95); }
.text-stone-900{ --tw-text-opacity: 1; color: rgb(28 25 23 / var(--tw-text-opacity)); }
.text-stone-900\/0{ color: rgb(28 25 23 / 0); }
.text-stone-900\/10{ color: rgb(28 25 23 / 0.1); }
.text-stone-900\/100{ color: rgb(28 25 23 / 1); }
.text-stone-900\/20{ color: rgb(28 25 23 / 0.2); }
.text-stone-900\/25{ color: rgb(28 25 23 / 0.25); }
.text-stone-900\/30{ color: rgb(28 25 23 / 0.3); }
.text-stone-900\/40{ color: rgb(28 25 23 / 0.4); }
.text-stone-900\/5{ color: rgb(28 25 23 / 0.05); }
.text-stone-900\/50{ color: rgb(28 25 23 / 0.5); }
.text-stone-900\/60{ color: rgb(28 25 23 / 0.6); }
.text-stone-900\/70{ color: rgb(28 25 23 / 0.7); }
.text-stone-900\/75{ color: rgb(28 25 23 / 0.75); }
.text-stone-900\/80{ color: rgb(28 25 23 / 0.8); }
.text-stone-900\/90{ color: rgb(28 25 23 / 0.9); }
.text-stone-900\/95{ color: rgb(28 25 23 / 0.95); }
.text-stone-950{ --tw-text-opacity: 1; color: rgb(12 10 9 / var(--tw-text-opacity)); }
.text-stone-950\/0{ color: rgb(12 10 9 / 0); }
.text-stone-950\/10{ color: rgb(12 10 9 / 0.1); }
.text-stone-950\/100{ color: rgb(12 10 9 / 1); }
.text-stone-950\/20{ color: rgb(12 10 9 / 0.2); }
.text-stone-950\/25{ color: rgb(12 10 9 / 0.25); }
.text-stone-950\/30{ color: rgb(12 10 9 / 0.3); }
.text-stone-950\/40{ color: rgb(12 10 9 / 0.4); }
.text-stone-950\/5{ color: rgb(12 10 9 / 0.05); }
.text-stone-950\/50{ color: rgb(12 10 9 / 0.5); }
.text-stone-950\/60{ color: rgb(12 10 9 / 0.6); }
.text-stone-950\/70{ color: rgb(12 10 9 / 0.7); }
.text-stone-950\/75{ color: rgb(12 10 9 / 0.75); }
.text-stone-950\/80{ color: rgb(12 10 9 / 0.8); }
.text-stone-950\/90{ color: rgb(12 10 9 / 0.9); }
.text-stone-950\/95{ color: rgb(12 10 9 / 0.95); }
.text-swim-blue{ --tw-text-opacity: 1; color: rgb(50 197 255 / var(--tw-text-opacity)); }
.text-swim-blue\/0{ color: rgb(50 197 255 / 0); }
.text-swim-blue\/10{ color: rgb(50 197 255 / 0.1); }
.text-swim-blue\/100{ color: rgb(50 197 255 / 1); }
.text-swim-blue\/20{ color: rgb(50 197 255 / 0.2); }
.text-swim-blue\/25{ color: rgb(50 197 255 / 0.25); }
.text-swim-blue\/30{ color: rgb(50 197 255 / 0.3); }
.text-swim-blue\/40{ color: rgb(50 197 255 / 0.4); }
.text-swim-blue\/5{ color: rgb(50 197 255 / 0.05); }
.text-swim-blue\/50{ color: rgb(50 197 255 / 0.5); }
.text-swim-blue\/60{ color: rgb(50 197 255 / 0.6); }
.text-swim-blue\/70{ color: rgb(50 197 255 / 0.7); }
.text-swim-blue\/75{ color: rgb(50 197 255 / 0.75); }
.text-swim-blue\/80{ color: rgb(50 197 255 / 0.8); }
.text-swim-blue\/90{ color: rgb(50 197 255 / 0.9); }
.text-swim-blue\/95{ color: rgb(50 197 255 / 0.95); }
.text-swim-body-text{ --tw-text-opacity: 1; color: rgb(58 60 62 / var(--tw-text-opacity)); }
.text-swim-body-text\/0{ color: rgb(58 60 62 / 0); }
.text-swim-body-text\/10{ color: rgb(58 60 62 / 0.1); }
.text-swim-body-text\/100{ color: rgb(58 60 62 / 1); }
.text-swim-body-text\/20{ color: rgb(58 60 62 / 0.2); }
.text-swim-body-text\/25{ color: rgb(58 60 62 / 0.25); }
.text-swim-body-text\/30{ color: rgb(58 60 62 / 0.3); }
.text-swim-body-text\/40{ color: rgb(58 60 62 / 0.4); }
.text-swim-body-text\/5{ color: rgb(58 60 62 / 0.05); }
.text-swim-body-text\/50{ color: rgb(58 60 62 / 0.5); }
.text-swim-body-text\/60{ color: rgb(58 60 62 / 0.6); }
.text-swim-body-text\/70{ color: rgb(58 60 62 / 0.7); }
.text-swim-body-text\/75{ color: rgb(58 60 62 / 0.75); }
.text-swim-body-text\/80{ color: rgb(58 60 62 / 0.8); }
.text-swim-body-text\/90{ color: rgb(58 60 62 / 0.9); }
.text-swim-body-text\/95{ color: rgb(58 60 62 / 0.95); }
.text-swim-dark-blue{ --tw-text-opacity: 1; color: rgb(4 34 86 / var(--tw-text-opacity)); }
.text-swim-dark-blue\/0{ color: rgb(4 34 86 / 0); }
.text-swim-dark-blue\/10{ color: rgb(4 34 86 / 0.1); }
.text-swim-dark-blue\/100{ color: rgb(4 34 86 / 1); }
.text-swim-dark-blue\/20{ color: rgb(4 34 86 / 0.2); }
.text-swim-dark-blue\/25{ color: rgb(4 34 86 / 0.25); }
.text-swim-dark-blue\/30{ color: rgb(4 34 86 / 0.3); }
.text-swim-dark-blue\/40{ color: rgb(4 34 86 / 0.4); }
.text-swim-dark-blue\/5{ color: rgb(4 34 86 / 0.05); }
.text-swim-dark-blue\/50{ color: rgb(4 34 86 / 0.5); }
.text-swim-dark-blue\/60{ color: rgb(4 34 86 / 0.6); }
.text-swim-dark-blue\/70{ color: rgb(4 34 86 / 0.7); }
.text-swim-dark-blue\/75{ color: rgb(4 34 86 / 0.75); }
.text-swim-dark-blue\/80{ color: rgb(4 34 86 / 0.8); }
.text-swim-dark-blue\/90{ color: rgb(4 34 86 / 0.9); }
.text-swim-dark-blue\/95{ color: rgb(4 34 86 / 0.95); }
.text-swim-dark-purple{ --tw-text-opacity: 1; color: rgb(214 81 255 / var(--tw-text-opacity)); }
.text-swim-dark-purple\/0{ color: rgb(214 81 255 / 0); }
.text-swim-dark-purple\/10{ color: rgb(214 81 255 / 0.1); }
.text-swim-dark-purple\/100{ color: rgb(214 81 255 / 1); }
.text-swim-dark-purple\/20{ color: rgb(214 81 255 / 0.2); }
.text-swim-dark-purple\/25{ color: rgb(214 81 255 / 0.25); }
.text-swim-dark-purple\/30{ color: rgb(214 81 255 / 0.3); }
.text-swim-dark-purple\/40{ color: rgb(214 81 255 / 0.4); }
.text-swim-dark-purple\/5{ color: rgb(214 81 255 / 0.05); }
.text-swim-dark-purple\/50{ color: rgb(214 81 255 / 0.5); }
.text-swim-dark-purple\/60{ color: rgb(214 81 255 / 0.6); }
.text-swim-dark-purple\/70{ color: rgb(214 81 255 / 0.7); }
.text-swim-dark-purple\/75{ color: rgb(214 81 255 / 0.75); }
.text-swim-dark-purple\/80{ color: rgb(214 81 255 / 0.8); }
.text-swim-dark-purple\/90{ color: rgb(214 81 255 / 0.9); }
.text-swim-dark-purple\/95{ color: rgb(214 81 255 / 0.95); }
.text-swim-dark-teal{ --tw-text-opacity: 1; color: rgb(68 215 182 / var(--tw-text-opacity)); }
.text-swim-dark-teal\/0{ color: rgb(68 215 182 / 0); }
.text-swim-dark-teal\/10{ color: rgb(68 215 182 / 0.1); }
.text-swim-dark-teal\/100{ color: rgb(68 215 182 / 1); }
.text-swim-dark-teal\/20{ color: rgb(68 215 182 / 0.2); }
.text-swim-dark-teal\/25{ color: rgb(68 215 182 / 0.25); }
.text-swim-dark-teal\/30{ color: rgb(68 215 182 / 0.3); }
.text-swim-dark-teal\/40{ color: rgb(68 215 182 / 0.4); }
.text-swim-dark-teal\/5{ color: rgb(68 215 182 / 0.05); }
.text-swim-dark-teal\/50{ color: rgb(68 215 182 / 0.5); }
.text-swim-dark-teal\/60{ color: rgb(68 215 182 / 0.6); }
.text-swim-dark-teal\/70{ color: rgb(68 215 182 / 0.7); }
.text-swim-dark-teal\/75{ color: rgb(68 215 182 / 0.75); }
.text-swim-dark-teal\/80{ color: rgb(68 215 182 / 0.8); }
.text-swim-dark-teal\/90{ color: rgb(68 215 182 / 0.9); }
.text-swim-dark-teal\/95{ color: rgb(68 215 182 / 0.95); }
.text-swim-darker-blue{ --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity)); }
.text-swim-darker-blue\/0{ color: rgb(17 24 39 / 0); }
.text-swim-darker-blue\/10{ color: rgb(17 24 39 / 0.1); }
.text-swim-darker-blue\/100{ color: rgb(17 24 39 / 1); }
.text-swim-darker-blue\/20{ color: rgb(17 24 39 / 0.2); }
.text-swim-darker-blue\/25{ color: rgb(17 24 39 / 0.25); }
.text-swim-darker-blue\/30{ color: rgb(17 24 39 / 0.3); }
.text-swim-darker-blue\/40{ color: rgb(17 24 39 / 0.4); }
.text-swim-darker-blue\/5{ color: rgb(17 24 39 / 0.05); }
.text-swim-darker-blue\/50{ color: rgb(17 24 39 / 0.5); }
.text-swim-darker-blue\/60{ color: rgb(17 24 39 / 0.6); }
.text-swim-darker-blue\/70{ color: rgb(17 24 39 / 0.7); }
.text-swim-darker-blue\/75{ color: rgb(17 24 39 / 0.75); }
.text-swim-darker-blue\/80{ color: rgb(17 24 39 / 0.8); }
.text-swim-darker-blue\/90{ color: rgb(17 24 39 / 0.9); }
.text-swim-darker-blue\/95{ color: rgb(17 24 39 / 0.95); }
.text-swim-darker-grey{ --tw-text-opacity: 1; color: rgb(169 169 169 / var(--tw-text-opacity)); }
.text-swim-darker-grey\/0{ color: rgb(169 169 169 / 0); }
.text-swim-darker-grey\/10{ color: rgb(169 169 169 / 0.1); }
.text-swim-darker-grey\/100{ color: rgb(169 169 169 / 1); }
.text-swim-darker-grey\/20{ color: rgb(169 169 169 / 0.2); }
.text-swim-darker-grey\/25{ color: rgb(169 169 169 / 0.25); }
.text-swim-darker-grey\/30{ color: rgb(169 169 169 / 0.3); }
.text-swim-darker-grey\/40{ color: rgb(169 169 169 / 0.4); }
.text-swim-darker-grey\/5{ color: rgb(169 169 169 / 0.05); }
.text-swim-darker-grey\/50{ color: rgb(169 169 169 / 0.5); }
.text-swim-darker-grey\/60{ color: rgb(169 169 169 / 0.6); }
.text-swim-darker-grey\/70{ color: rgb(169 169 169 / 0.7); }
.text-swim-darker-grey\/75{ color: rgb(169 169 169 / 0.75); }
.text-swim-darker-grey\/80{ color: rgb(169 169 169 / 0.8); }
.text-swim-darker-grey\/90{ color: rgb(169 169 169 / 0.9); }
.text-swim-darker-grey\/95{ color: rgb(169 169 169 / 0.95); }
.text-swim-darker-teal{ color: RGBA(4, 42, 43, 0.85); }
.text-swim-darkerish-grey{ --tw-text-opacity: 1; color: rgb(109 114 120 / var(--tw-text-opacity)); }
.text-swim-darkerish-grey\/0{ color: rgb(109 114 120 / 0); }
.text-swim-darkerish-grey\/10{ color: rgb(109 114 120 / 0.1); }
.text-swim-darkerish-grey\/100{ color: rgb(109 114 120 / 1); }
.text-swim-darkerish-grey\/20{ color: rgb(109 114 120 / 0.2); }
.text-swim-darkerish-grey\/25{ color: rgb(109 114 120 / 0.25); }
.text-swim-darkerish-grey\/30{ color: rgb(109 114 120 / 0.3); }
.text-swim-darkerish-grey\/40{ color: rgb(109 114 120 / 0.4); }
.text-swim-darkerish-grey\/5{ color: rgb(109 114 120 / 0.05); }
.text-swim-darkerish-grey\/50{ color: rgb(109 114 120 / 0.5); }
.text-swim-darkerish-grey\/60{ color: rgb(109 114 120 / 0.6); }
.text-swim-darkerish-grey\/70{ color: rgb(109 114 120 / 0.7); }
.text-swim-darkerish-grey\/75{ color: rgb(109 114 120 / 0.75); }
.text-swim-darkerish-grey\/80{ color: rgb(109 114 120 / 0.8); }
.text-swim-darkerish-grey\/90{ color: rgb(109 114 120 / 0.9); }
.text-swim-darkerish-grey\/95{ color: rgb(109 114 120 / 0.95); }
.text-swim-grey{ --tw-text-opacity: 1; color: rgb(193 193 193 / var(--tw-text-opacity)); }
.text-swim-grey\/0{ color: rgb(193 193 193 / 0); }
.text-swim-grey\/10{ color: rgb(193 193 193 / 0.1); }
.text-swim-grey\/100{ color: rgb(193 193 193 / 1); }
.text-swim-grey\/20{ color: rgb(193 193 193 / 0.2); }
.text-swim-grey\/25{ color: rgb(193 193 193 / 0.25); }
.text-swim-grey\/30{ color: rgb(193 193 193 / 0.3); }
.text-swim-grey\/40{ color: rgb(193 193 193 / 0.4); }
.text-swim-grey\/5{ color: rgb(193 193 193 / 0.05); }
.text-swim-grey\/50{ color: rgb(193 193 193 / 0.5); }
.text-swim-grey\/60{ color: rgb(193 193 193 / 0.6); }
.text-swim-grey\/70{ color: rgb(193 193 193 / 0.7); }
.text-swim-grey\/75{ color: rgb(193 193 193 / 0.75); }
.text-swim-grey\/80{ color: rgb(193 193 193 / 0.8); }
.text-swim-grey\/90{ color: rgb(193 193 193 / 0.9); }
.text-swim-grey\/95{ color: rgb(193 193 193 / 0.95); }
.text-swim-lighter-grey{ --tw-text-opacity: 1; color: rgb(233 239 240 / var(--tw-text-opacity)); }
.text-swim-lighter-grey\/0{ color: rgb(233 239 240 / 0); }
.text-swim-lighter-grey\/10{ color: rgb(233 239 240 / 0.1); }
.text-swim-lighter-grey\/100{ color: rgb(233 239 240 / 1); }
.text-swim-lighter-grey\/20{ color: rgb(233 239 240 / 0.2); }
.text-swim-lighter-grey\/25{ color: rgb(233 239 240 / 0.25); }
.text-swim-lighter-grey\/30{ color: rgb(233 239 240 / 0.3); }
.text-swim-lighter-grey\/40{ color: rgb(233 239 240 / 0.4); }
.text-swim-lighter-grey\/5{ color: rgb(233 239 240 / 0.05); }
.text-swim-lighter-grey\/50{ color: rgb(233 239 240 / 0.5); }
.text-swim-lighter-grey\/60{ color: rgb(233 239 240 / 0.6); }
.text-swim-lighter-grey\/70{ color: rgb(233 239 240 / 0.7); }
.text-swim-lighter-grey\/75{ color: rgb(233 239 240 / 0.75); }
.text-swim-lighter-grey\/80{ color: rgb(233 239 240 / 0.8); }
.text-swim-lighter-grey\/90{ color: rgb(233 239 240 / 0.9); }
.text-swim-lighter-grey\/95{ color: rgb(233 239 240 / 0.95); }
.text-swim-purple{ --tw-text-opacity: 1; color: rgb(186 98 255 / var(--tw-text-opacity)); }
.text-swim-purple\/0{ color: rgb(186 98 255 / 0); }
.text-swim-purple\/10{ color: rgb(186 98 255 / 0.1); }
.text-swim-purple\/100{ color: rgb(186 98 255 / 1); }
.text-swim-purple\/20{ color: rgb(186 98 255 / 0.2); }
.text-swim-purple\/25{ color: rgb(186 98 255 / 0.25); }
.text-swim-purple\/30{ color: rgb(186 98 255 / 0.3); }
.text-swim-purple\/40{ color: rgb(186 98 255 / 0.4); }
.text-swim-purple\/5{ color: rgb(186 98 255 / 0.05); }
.text-swim-purple\/50{ color: rgb(186 98 255 / 0.5); }
.text-swim-purple\/60{ color: rgb(186 98 255 / 0.6); }
.text-swim-purple\/70{ color: rgb(186 98 255 / 0.7); }
.text-swim-purple\/75{ color: rgb(186 98 255 / 0.75); }
.text-swim-purple\/80{ color: rgb(186 98 255 / 0.8); }
.text-swim-purple\/90{ color: rgb(186 98 255 / 0.9); }
.text-swim-purple\/95{ color: rgb(186 98 255 / 0.95); }
.text-swim-teal{ --tw-text-opacity: 1; color: rgb(102 255 221 / var(--tw-text-opacity)); }
.text-swim-teal\/0{ color: rgb(102 255 221 / 0); }
.text-swim-teal\/10{ color: rgb(102 255 221 / 0.1); }
.text-swim-teal\/100{ color: rgb(102 255 221 / 1); }
.text-swim-teal\/20{ color: rgb(102 255 221 / 0.2); }
.text-swim-teal\/25{ color: rgb(102 255 221 / 0.25); }
.text-swim-teal\/30{ color: rgb(102 255 221 / 0.3); }
.text-swim-teal\/40{ color: rgb(102 255 221 / 0.4); }
.text-swim-teal\/5{ color: rgb(102 255 221 / 0.05); }
.text-swim-teal\/50{ color: rgb(102 255 221 / 0.5); }
.text-swim-teal\/60{ color: rgb(102 255 221 / 0.6); }
.text-swim-teal\/70{ color: rgb(102 255 221 / 0.7); }
.text-swim-teal\/75{ color: rgb(102 255 221 / 0.75); }
.text-swim-teal\/80{ color: rgb(102 255 221 / 0.8); }
.text-swim-teal\/90{ color: rgb(102 255 221 / 0.9); }
.text-swim-teal\/95{ color: rgb(102 255 221 / 0.95); }
.text-teal-100{ --tw-text-opacity: 1; color: rgb(204 251 241 / var(--tw-text-opacity)); }
.text-teal-100\/0{ color: rgb(204 251 241 / 0); }
.text-teal-100\/10{ color: rgb(204 251 241 / 0.1); }
.text-teal-100\/100{ color: rgb(204 251 241 / 1); }
.text-teal-100\/20{ color: rgb(204 251 241 / 0.2); }
.text-teal-100\/25{ color: rgb(204 251 241 / 0.25); }
.text-teal-100\/30{ color: rgb(204 251 241 / 0.3); }
.text-teal-100\/40{ color: rgb(204 251 241 / 0.4); }
.text-teal-100\/5{ color: rgb(204 251 241 / 0.05); }
.text-teal-100\/50{ color: rgb(204 251 241 / 0.5); }
.text-teal-100\/60{ color: rgb(204 251 241 / 0.6); }
.text-teal-100\/70{ color: rgb(204 251 241 / 0.7); }
.text-teal-100\/75{ color: rgb(204 251 241 / 0.75); }
.text-teal-100\/80{ color: rgb(204 251 241 / 0.8); }
.text-teal-100\/90{ color: rgb(204 251 241 / 0.9); }
.text-teal-100\/95{ color: rgb(204 251 241 / 0.95); }
.text-teal-200{ --tw-text-opacity: 1; color: rgb(153 246 228 / var(--tw-text-opacity)); }
.text-teal-200\/0{ color: rgb(153 246 228 / 0); }
.text-teal-200\/10{ color: rgb(153 246 228 / 0.1); }
.text-teal-200\/100{ color: rgb(153 246 228 / 1); }
.text-teal-200\/20{ color: rgb(153 246 228 / 0.2); }
.text-teal-200\/25{ color: rgb(153 246 228 / 0.25); }
.text-teal-200\/30{ color: rgb(153 246 228 / 0.3); }
.text-teal-200\/40{ color: rgb(153 246 228 / 0.4); }
.text-teal-200\/5{ color: rgb(153 246 228 / 0.05); }
.text-teal-200\/50{ color: rgb(153 246 228 / 0.5); }
.text-teal-200\/60{ color: rgb(153 246 228 / 0.6); }
.text-teal-200\/70{ color: rgb(153 246 228 / 0.7); }
.text-teal-200\/75{ color: rgb(153 246 228 / 0.75); }
.text-teal-200\/80{ color: rgb(153 246 228 / 0.8); }
.text-teal-200\/90{ color: rgb(153 246 228 / 0.9); }
.text-teal-200\/95{ color: rgb(153 246 228 / 0.95); }
.text-teal-300{ --tw-text-opacity: 1; color: rgb(94 234 212 / var(--tw-text-opacity)); }
.text-teal-300\/0{ color: rgb(94 234 212 / 0); }
.text-teal-300\/10{ color: rgb(94 234 212 / 0.1); }
.text-teal-300\/100{ color: rgb(94 234 212 / 1); }
.text-teal-300\/20{ color: rgb(94 234 212 / 0.2); }
.text-teal-300\/25{ color: rgb(94 234 212 / 0.25); }
.text-teal-300\/30{ color: rgb(94 234 212 / 0.3); }
.text-teal-300\/40{ color: rgb(94 234 212 / 0.4); }
.text-teal-300\/5{ color: rgb(94 234 212 / 0.05); }
.text-teal-300\/50{ color: rgb(94 234 212 / 0.5); }
.text-teal-300\/60{ color: rgb(94 234 212 / 0.6); }
.text-teal-300\/70{ color: rgb(94 234 212 / 0.7); }
.text-teal-300\/75{ color: rgb(94 234 212 / 0.75); }
.text-teal-300\/80{ color: rgb(94 234 212 / 0.8); }
.text-teal-300\/90{ color: rgb(94 234 212 / 0.9); }
.text-teal-300\/95{ color: rgb(94 234 212 / 0.95); }
.text-teal-400{ --tw-text-opacity: 1; color: rgb(45 212 191 / var(--tw-text-opacity)); }
.text-teal-400\/0{ color: rgb(45 212 191 / 0); }
.text-teal-400\/10{ color: rgb(45 212 191 / 0.1); }
.text-teal-400\/100{ color: rgb(45 212 191 / 1); }
.text-teal-400\/20{ color: rgb(45 212 191 / 0.2); }
.text-teal-400\/25{ color: rgb(45 212 191 / 0.25); }
.text-teal-400\/30{ color: rgb(45 212 191 / 0.3); }
.text-teal-400\/40{ color: rgb(45 212 191 / 0.4); }
.text-teal-400\/5{ color: rgb(45 212 191 / 0.05); }
.text-teal-400\/50{ color: rgb(45 212 191 / 0.5); }
.text-teal-400\/60{ color: rgb(45 212 191 / 0.6); }
.text-teal-400\/70{ color: rgb(45 212 191 / 0.7); }
.text-teal-400\/75{ color: rgb(45 212 191 / 0.75); }
.text-teal-400\/80{ color: rgb(45 212 191 / 0.8); }
.text-teal-400\/90{ color: rgb(45 212 191 / 0.9); }
.text-teal-400\/95{ color: rgb(45 212 191 / 0.95); }
.text-teal-50{ --tw-text-opacity: 1; color: rgb(240 253 250 / var(--tw-text-opacity)); }
.text-teal-50\/0{ color: rgb(240 253 250 / 0); }
.text-teal-50\/10{ color: rgb(240 253 250 / 0.1); }
.text-teal-50\/100{ color: rgb(240 253 250 / 1); }
.text-teal-50\/20{ color: rgb(240 253 250 / 0.2); }
.text-teal-50\/25{ color: rgb(240 253 250 / 0.25); }
.text-teal-50\/30{ color: rgb(240 253 250 / 0.3); }
.text-teal-50\/40{ color: rgb(240 253 250 / 0.4); }
.text-teal-50\/5{ color: rgb(240 253 250 / 0.05); }
.text-teal-50\/50{ color: rgb(240 253 250 / 0.5); }
.text-teal-50\/60{ color: rgb(240 253 250 / 0.6); }
.text-teal-50\/70{ color: rgb(240 253 250 / 0.7); }
.text-teal-50\/75{ color: rgb(240 253 250 / 0.75); }
.text-teal-50\/80{ color: rgb(240 253 250 / 0.8); }
.text-teal-50\/90{ color: rgb(240 253 250 / 0.9); }
.text-teal-50\/95{ color: rgb(240 253 250 / 0.95); }
.text-teal-500{ --tw-text-opacity: 1; color: rgb(20 184 166 / var(--tw-text-opacity)); }
.text-teal-500\/0{ color: rgb(20 184 166 / 0); }
.text-teal-500\/10{ color: rgb(20 184 166 / 0.1); }
.text-teal-500\/100{ color: rgb(20 184 166 / 1); }
.text-teal-500\/20{ color: rgb(20 184 166 / 0.2); }
.text-teal-500\/25{ color: rgb(20 184 166 / 0.25); }
.text-teal-500\/30{ color: rgb(20 184 166 / 0.3); }
.text-teal-500\/40{ color: rgb(20 184 166 / 0.4); }
.text-teal-500\/5{ color: rgb(20 184 166 / 0.05); }
.text-teal-500\/50{ color: rgb(20 184 166 / 0.5); }
.text-teal-500\/60{ color: rgb(20 184 166 / 0.6); }
.text-teal-500\/70{ color: rgb(20 184 166 / 0.7); }
.text-teal-500\/75{ color: rgb(20 184 166 / 0.75); }
.text-teal-500\/80{ color: rgb(20 184 166 / 0.8); }
.text-teal-500\/90{ color: rgb(20 184 166 / 0.9); }
.text-teal-500\/95{ color: rgb(20 184 166 / 0.95); }
.text-teal-600{ --tw-text-opacity: 1; color: rgb(13 148 136 / var(--tw-text-opacity)); }
.text-teal-600\/0{ color: rgb(13 148 136 / 0); }
.text-teal-600\/10{ color: rgb(13 148 136 / 0.1); }
.text-teal-600\/100{ color: rgb(13 148 136 / 1); }
.text-teal-600\/20{ color: rgb(13 148 136 / 0.2); }
.text-teal-600\/25{ color: rgb(13 148 136 / 0.25); }
.text-teal-600\/30{ color: rgb(13 148 136 / 0.3); }
.text-teal-600\/40{ color: rgb(13 148 136 / 0.4); }
.text-teal-600\/5{ color: rgb(13 148 136 / 0.05); }
.text-teal-600\/50{ color: rgb(13 148 136 / 0.5); }
.text-teal-600\/60{ color: rgb(13 148 136 / 0.6); }
.text-teal-600\/70{ color: rgb(13 148 136 / 0.7); }
.text-teal-600\/75{ color: rgb(13 148 136 / 0.75); }
.text-teal-600\/80{ color: rgb(13 148 136 / 0.8); }
.text-teal-600\/90{ color: rgb(13 148 136 / 0.9); }
.text-teal-600\/95{ color: rgb(13 148 136 / 0.95); }
.text-teal-700{ --tw-text-opacity: 1; color: rgb(15 118 110 / var(--tw-text-opacity)); }
.text-teal-700\/0{ color: rgb(15 118 110 / 0); }
.text-teal-700\/10{ color: rgb(15 118 110 / 0.1); }
.text-teal-700\/100{ color: rgb(15 118 110 / 1); }
.text-teal-700\/20{ color: rgb(15 118 110 / 0.2); }
.text-teal-700\/25{ color: rgb(15 118 110 / 0.25); }
.text-teal-700\/30{ color: rgb(15 118 110 / 0.3); }
.text-teal-700\/40{ color: rgb(15 118 110 / 0.4); }
.text-teal-700\/5{ color: rgb(15 118 110 / 0.05); }
.text-teal-700\/50{ color: rgb(15 118 110 / 0.5); }
.text-teal-700\/60{ color: rgb(15 118 110 / 0.6); }
.text-teal-700\/70{ color: rgb(15 118 110 / 0.7); }
.text-teal-700\/75{ color: rgb(15 118 110 / 0.75); }
.text-teal-700\/80{ color: rgb(15 118 110 / 0.8); }
.text-teal-700\/90{ color: rgb(15 118 110 / 0.9); }
.text-teal-700\/95{ color: rgb(15 118 110 / 0.95); }
.text-teal-800{ --tw-text-opacity: 1; color: rgb(17 94 89 / var(--tw-text-opacity)); }
.text-teal-800\/0{ color: rgb(17 94 89 / 0); }
.text-teal-800\/10{ color: rgb(17 94 89 / 0.1); }
.text-teal-800\/100{ color: rgb(17 94 89 / 1); }
.text-teal-800\/20{ color: rgb(17 94 89 / 0.2); }
.text-teal-800\/25{ color: rgb(17 94 89 / 0.25); }
.text-teal-800\/30{ color: rgb(17 94 89 / 0.3); }
.text-teal-800\/40{ color: rgb(17 94 89 / 0.4); }
.text-teal-800\/5{ color: rgb(17 94 89 / 0.05); }
.text-teal-800\/50{ color: rgb(17 94 89 / 0.5); }
.text-teal-800\/60{ color: rgb(17 94 89 / 0.6); }
.text-teal-800\/70{ color: rgb(17 94 89 / 0.7); }
.text-teal-800\/75{ color: rgb(17 94 89 / 0.75); }
.text-teal-800\/80{ color: rgb(17 94 89 / 0.8); }
.text-teal-800\/90{ color: rgb(17 94 89 / 0.9); }
.text-teal-800\/95{ color: rgb(17 94 89 / 0.95); }
.text-teal-900{ --tw-text-opacity: 1; color: rgb(19 78 74 / var(--tw-text-opacity)); }
.text-teal-900\/0{ color: rgb(19 78 74 / 0); }
.text-teal-900\/10{ color: rgb(19 78 74 / 0.1); }
.text-teal-900\/100{ color: rgb(19 78 74 / 1); }
.text-teal-900\/20{ color: rgb(19 78 74 / 0.2); }
.text-teal-900\/25{ color: rgb(19 78 74 / 0.25); }
.text-teal-900\/30{ color: rgb(19 78 74 / 0.3); }
.text-teal-900\/40{ color: rgb(19 78 74 / 0.4); }
.text-teal-900\/5{ color: rgb(19 78 74 / 0.05); }
.text-teal-900\/50{ color: rgb(19 78 74 / 0.5); }
.text-teal-900\/60{ color: rgb(19 78 74 / 0.6); }
.text-teal-900\/70{ color: rgb(19 78 74 / 0.7); }
.text-teal-900\/75{ color: rgb(19 78 74 / 0.75); }
.text-teal-900\/80{ color: rgb(19 78 74 / 0.8); }
.text-teal-900\/90{ color: rgb(19 78 74 / 0.9); }
.text-teal-900\/95{ color: rgb(19 78 74 / 0.95); }
.text-teal-950{ --tw-text-opacity: 1; color: rgb(4 47 46 / var(--tw-text-opacity)); }
.text-teal-950\/0{ color: rgb(4 47 46 / 0); }
.text-teal-950\/10{ color: rgb(4 47 46 / 0.1); }
.text-teal-950\/100{ color: rgb(4 47 46 / 1); }
.text-teal-950\/20{ color: rgb(4 47 46 / 0.2); }
.text-teal-950\/25{ color: rgb(4 47 46 / 0.25); }
.text-teal-950\/30{ color: rgb(4 47 46 / 0.3); }
.text-teal-950\/40{ color: rgb(4 47 46 / 0.4); }
.text-teal-950\/5{ color: rgb(4 47 46 / 0.05); }
.text-teal-950\/50{ color: rgb(4 47 46 / 0.5); }
.text-teal-950\/60{ color: rgb(4 47 46 / 0.6); }
.text-teal-950\/70{ color: rgb(4 47 46 / 0.7); }
.text-teal-950\/75{ color: rgb(4 47 46 / 0.75); }
.text-teal-950\/80{ color: rgb(4 47 46 / 0.8); }
.text-teal-950\/90{ color: rgb(4 47 46 / 0.9); }
.text-teal-950\/95{ color: rgb(4 47 46 / 0.95); }
.text-transparent{ color: transparent; }
.text-transparent\/0{ color: rgb(0 0 0 / 0); }
.text-transparent\/10{ color: rgb(0 0 0 / 0.1); }
.text-transparent\/100{ color: rgb(0 0 0 / 1); }
.text-transparent\/20{ color: rgb(0 0 0 / 0.2); }
.text-transparent\/25{ color: rgb(0 0 0 / 0.25); }
.text-transparent\/30{ color: rgb(0 0 0 / 0.3); }
.text-transparent\/40{ color: rgb(0 0 0 / 0.4); }
.text-transparent\/5{ color: rgb(0 0 0 / 0.05); }
.text-transparent\/50{ color: rgb(0 0 0 / 0.5); }
.text-transparent\/60{ color: rgb(0 0 0 / 0.6); }
.text-transparent\/70{ color: rgb(0 0 0 / 0.7); }
.text-transparent\/75{ color: rgb(0 0 0 / 0.75); }
.text-transparent\/80{ color: rgb(0 0 0 / 0.8); }
.text-transparent\/90{ color: rgb(0 0 0 / 0.9); }
.text-transparent\/95{ color: rgb(0 0 0 / 0.95); }
.text-violet-100{ --tw-text-opacity: 1; color: rgb(237 233 254 / var(--tw-text-opacity)); }
.text-violet-100\/0{ color: rgb(237 233 254 / 0); }
.text-violet-100\/10{ color: rgb(237 233 254 / 0.1); }
.text-violet-100\/100{ color: rgb(237 233 254 / 1); }
.text-violet-100\/20{ color: rgb(237 233 254 / 0.2); }
.text-violet-100\/25{ color: rgb(237 233 254 / 0.25); }
.text-violet-100\/30{ color: rgb(237 233 254 / 0.3); }
.text-violet-100\/40{ color: rgb(237 233 254 / 0.4); }
.text-violet-100\/5{ color: rgb(237 233 254 / 0.05); }
.text-violet-100\/50{ color: rgb(237 233 254 / 0.5); }
.text-violet-100\/60{ color: rgb(237 233 254 / 0.6); }
.text-violet-100\/70{ color: rgb(237 233 254 / 0.7); }
.text-violet-100\/75{ color: rgb(237 233 254 / 0.75); }
.text-violet-100\/80{ color: rgb(237 233 254 / 0.8); }
.text-violet-100\/90{ color: rgb(237 233 254 / 0.9); }
.text-violet-100\/95{ color: rgb(237 233 254 / 0.95); }
.text-violet-200{ --tw-text-opacity: 1; color: rgb(221 214 254 / var(--tw-text-opacity)); }
.text-violet-200\/0{ color: rgb(221 214 254 / 0); }
.text-violet-200\/10{ color: rgb(221 214 254 / 0.1); }
.text-violet-200\/100{ color: rgb(221 214 254 / 1); }
.text-violet-200\/20{ color: rgb(221 214 254 / 0.2); }
.text-violet-200\/25{ color: rgb(221 214 254 / 0.25); }
.text-violet-200\/30{ color: rgb(221 214 254 / 0.3); }
.text-violet-200\/40{ color: rgb(221 214 254 / 0.4); }
.text-violet-200\/5{ color: rgb(221 214 254 / 0.05); }
.text-violet-200\/50{ color: rgb(221 214 254 / 0.5); }
.text-violet-200\/60{ color: rgb(221 214 254 / 0.6); }
.text-violet-200\/70{ color: rgb(221 214 254 / 0.7); }
.text-violet-200\/75{ color: rgb(221 214 254 / 0.75); }
.text-violet-200\/80{ color: rgb(221 214 254 / 0.8); }
.text-violet-200\/90{ color: rgb(221 214 254 / 0.9); }
.text-violet-200\/95{ color: rgb(221 214 254 / 0.95); }
.text-violet-300{ --tw-text-opacity: 1; color: rgb(196 181 253 / var(--tw-text-opacity)); }
.text-violet-300\/0{ color: rgb(196 181 253 / 0); }
.text-violet-300\/10{ color: rgb(196 181 253 / 0.1); }
.text-violet-300\/100{ color: rgb(196 181 253 / 1); }
.text-violet-300\/20{ color: rgb(196 181 253 / 0.2); }
.text-violet-300\/25{ color: rgb(196 181 253 / 0.25); }
.text-violet-300\/30{ color: rgb(196 181 253 / 0.3); }
.text-violet-300\/40{ color: rgb(196 181 253 / 0.4); }
.text-violet-300\/5{ color: rgb(196 181 253 / 0.05); }
.text-violet-300\/50{ color: rgb(196 181 253 / 0.5); }
.text-violet-300\/60{ color: rgb(196 181 253 / 0.6); }
.text-violet-300\/70{ color: rgb(196 181 253 / 0.7); }
.text-violet-300\/75{ color: rgb(196 181 253 / 0.75); }
.text-violet-300\/80{ color: rgb(196 181 253 / 0.8); }
.text-violet-300\/90{ color: rgb(196 181 253 / 0.9); }
.text-violet-300\/95{ color: rgb(196 181 253 / 0.95); }
.text-violet-400{ --tw-text-opacity: 1; color: rgb(167 139 250 / var(--tw-text-opacity)); }
.text-violet-400\/0{ color: rgb(167 139 250 / 0); }
.text-violet-400\/10{ color: rgb(167 139 250 / 0.1); }
.text-violet-400\/100{ color: rgb(167 139 250 / 1); }
.text-violet-400\/20{ color: rgb(167 139 250 / 0.2); }
.text-violet-400\/25{ color: rgb(167 139 250 / 0.25); }
.text-violet-400\/30{ color: rgb(167 139 250 / 0.3); }
.text-violet-400\/40{ color: rgb(167 139 250 / 0.4); }
.text-violet-400\/5{ color: rgb(167 139 250 / 0.05); }
.text-violet-400\/50{ color: rgb(167 139 250 / 0.5); }
.text-violet-400\/60{ color: rgb(167 139 250 / 0.6); }
.text-violet-400\/70{ color: rgb(167 139 250 / 0.7); }
.text-violet-400\/75{ color: rgb(167 139 250 / 0.75); }
.text-violet-400\/80{ color: rgb(167 139 250 / 0.8); }
.text-violet-400\/90{ color: rgb(167 139 250 / 0.9); }
.text-violet-400\/95{ color: rgb(167 139 250 / 0.95); }
.text-violet-50{ --tw-text-opacity: 1; color: rgb(245 243 255 / var(--tw-text-opacity)); }
.text-violet-50\/0{ color: rgb(245 243 255 / 0); }
.text-violet-50\/10{ color: rgb(245 243 255 / 0.1); }
.text-violet-50\/100{ color: rgb(245 243 255 / 1); }
.text-violet-50\/20{ color: rgb(245 243 255 / 0.2); }
.text-violet-50\/25{ color: rgb(245 243 255 / 0.25); }
.text-violet-50\/30{ color: rgb(245 243 255 / 0.3); }
.text-violet-50\/40{ color: rgb(245 243 255 / 0.4); }
.text-violet-50\/5{ color: rgb(245 243 255 / 0.05); }
.text-violet-50\/50{ color: rgb(245 243 255 / 0.5); }
.text-violet-50\/60{ color: rgb(245 243 255 / 0.6); }
.text-violet-50\/70{ color: rgb(245 243 255 / 0.7); }
.text-violet-50\/75{ color: rgb(245 243 255 / 0.75); }
.text-violet-50\/80{ color: rgb(245 243 255 / 0.8); }
.text-violet-50\/90{ color: rgb(245 243 255 / 0.9); }
.text-violet-50\/95{ color: rgb(245 243 255 / 0.95); }
.text-violet-500{ --tw-text-opacity: 1; color: rgb(139 92 246 / var(--tw-text-opacity)); }
.text-violet-500\/0{ color: rgb(139 92 246 / 0); }
.text-violet-500\/10{ color: rgb(139 92 246 / 0.1); }
.text-violet-500\/100{ color: rgb(139 92 246 / 1); }
.text-violet-500\/20{ color: rgb(139 92 246 / 0.2); }
.text-violet-500\/25{ color: rgb(139 92 246 / 0.25); }
.text-violet-500\/30{ color: rgb(139 92 246 / 0.3); }
.text-violet-500\/40{ color: rgb(139 92 246 / 0.4); }
.text-violet-500\/5{ color: rgb(139 92 246 / 0.05); }
.text-violet-500\/50{ color: rgb(139 92 246 / 0.5); }
.text-violet-500\/60{ color: rgb(139 92 246 / 0.6); }
.text-violet-500\/70{ color: rgb(139 92 246 / 0.7); }
.text-violet-500\/75{ color: rgb(139 92 246 / 0.75); }
.text-violet-500\/80{ color: rgb(139 92 246 / 0.8); }
.text-violet-500\/90{ color: rgb(139 92 246 / 0.9); }
.text-violet-500\/95{ color: rgb(139 92 246 / 0.95); }
.text-violet-600{ --tw-text-opacity: 1; color: rgb(124 58 237 / var(--tw-text-opacity)); }
.text-violet-600\/0{ color: rgb(124 58 237 / 0); }
.text-violet-600\/10{ color: rgb(124 58 237 / 0.1); }
.text-violet-600\/100{ color: rgb(124 58 237 / 1); }
.text-violet-600\/20{ color: rgb(124 58 237 / 0.2); }
.text-violet-600\/25{ color: rgb(124 58 237 / 0.25); }
.text-violet-600\/30{ color: rgb(124 58 237 / 0.3); }
.text-violet-600\/40{ color: rgb(124 58 237 / 0.4); }
.text-violet-600\/5{ color: rgb(124 58 237 / 0.05); }
.text-violet-600\/50{ color: rgb(124 58 237 / 0.5); }
.text-violet-600\/60{ color: rgb(124 58 237 / 0.6); }
.text-violet-600\/70{ color: rgb(124 58 237 / 0.7); }
.text-violet-600\/75{ color: rgb(124 58 237 / 0.75); }
.text-violet-600\/80{ color: rgb(124 58 237 / 0.8); }
.text-violet-600\/90{ color: rgb(124 58 237 / 0.9); }
.text-violet-600\/95{ color: rgb(124 58 237 / 0.95); }
.text-violet-700{ --tw-text-opacity: 1; color: rgb(109 40 217 / var(--tw-text-opacity)); }
.text-violet-700\/0{ color: rgb(109 40 217 / 0); }
.text-violet-700\/10{ color: rgb(109 40 217 / 0.1); }
.text-violet-700\/100{ color: rgb(109 40 217 / 1); }
.text-violet-700\/20{ color: rgb(109 40 217 / 0.2); }
.text-violet-700\/25{ color: rgb(109 40 217 / 0.25); }
.text-violet-700\/30{ color: rgb(109 40 217 / 0.3); }
.text-violet-700\/40{ color: rgb(109 40 217 / 0.4); }
.text-violet-700\/5{ color: rgb(109 40 217 / 0.05); }
.text-violet-700\/50{ color: rgb(109 40 217 / 0.5); }
.text-violet-700\/60{ color: rgb(109 40 217 / 0.6); }
.text-violet-700\/70{ color: rgb(109 40 217 / 0.7); }
.text-violet-700\/75{ color: rgb(109 40 217 / 0.75); }
.text-violet-700\/80{ color: rgb(109 40 217 / 0.8); }
.text-violet-700\/90{ color: rgb(109 40 217 / 0.9); }
.text-violet-700\/95{ color: rgb(109 40 217 / 0.95); }
.text-violet-800{ --tw-text-opacity: 1; color: rgb(91 33 182 / var(--tw-text-opacity)); }
.text-violet-800\/0{ color: rgb(91 33 182 / 0); }
.text-violet-800\/10{ color: rgb(91 33 182 / 0.1); }
.text-violet-800\/100{ color: rgb(91 33 182 / 1); }
.text-violet-800\/20{ color: rgb(91 33 182 / 0.2); }
.text-violet-800\/25{ color: rgb(91 33 182 / 0.25); }
.text-violet-800\/30{ color: rgb(91 33 182 / 0.3); }
.text-violet-800\/40{ color: rgb(91 33 182 / 0.4); }
.text-violet-800\/5{ color: rgb(91 33 182 / 0.05); }
.text-violet-800\/50{ color: rgb(91 33 182 / 0.5); }
.text-violet-800\/60{ color: rgb(91 33 182 / 0.6); }
.text-violet-800\/70{ color: rgb(91 33 182 / 0.7); }
.text-violet-800\/75{ color: rgb(91 33 182 / 0.75); }
.text-violet-800\/80{ color: rgb(91 33 182 / 0.8); }
.text-violet-800\/90{ color: rgb(91 33 182 / 0.9); }
.text-violet-800\/95{ color: rgb(91 33 182 / 0.95); }
.text-violet-900{ --tw-text-opacity: 1; color: rgb(76 29 149 / var(--tw-text-opacity)); }
.text-violet-900\/0{ color: rgb(76 29 149 / 0); }
.text-violet-900\/10{ color: rgb(76 29 149 / 0.1); }
.text-violet-900\/100{ color: rgb(76 29 149 / 1); }
.text-violet-900\/20{ color: rgb(76 29 149 / 0.2); }
.text-violet-900\/25{ color: rgb(76 29 149 / 0.25); }
.text-violet-900\/30{ color: rgb(76 29 149 / 0.3); }
.text-violet-900\/40{ color: rgb(76 29 149 / 0.4); }
.text-violet-900\/5{ color: rgb(76 29 149 / 0.05); }
.text-violet-900\/50{ color: rgb(76 29 149 / 0.5); }
.text-violet-900\/60{ color: rgb(76 29 149 / 0.6); }
.text-violet-900\/70{ color: rgb(76 29 149 / 0.7); }
.text-violet-900\/75{ color: rgb(76 29 149 / 0.75); }
.text-violet-900\/80{ color: rgb(76 29 149 / 0.8); }
.text-violet-900\/90{ color: rgb(76 29 149 / 0.9); }
.text-violet-900\/95{ color: rgb(76 29 149 / 0.95); }
.text-violet-950{ --tw-text-opacity: 1; color: rgb(46 16 101 / var(--tw-text-opacity)); }
.text-violet-950\/0{ color: rgb(46 16 101 / 0); }
.text-violet-950\/10{ color: rgb(46 16 101 / 0.1); }
.text-violet-950\/100{ color: rgb(46 16 101 / 1); }
.text-violet-950\/20{ color: rgb(46 16 101 / 0.2); }
.text-violet-950\/25{ color: rgb(46 16 101 / 0.25); }
.text-violet-950\/30{ color: rgb(46 16 101 / 0.3); }
.text-violet-950\/40{ color: rgb(46 16 101 / 0.4); }
.text-violet-950\/5{ color: rgb(46 16 101 / 0.05); }
.text-violet-950\/50{ color: rgb(46 16 101 / 0.5); }
.text-violet-950\/60{ color: rgb(46 16 101 / 0.6); }
.text-violet-950\/70{ color: rgb(46 16 101 / 0.7); }
.text-violet-950\/75{ color: rgb(46 16 101 / 0.75); }
.text-violet-950\/80{ color: rgb(46 16 101 / 0.8); }
.text-violet-950\/90{ color: rgb(46 16 101 / 0.9); }
.text-violet-950\/95{ color: rgb(46 16 101 / 0.95); }
.text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.text-white\/0{ color: rgb(255 255 255 / 0); }
.text-white\/10{ color: rgb(255 255 255 / 0.1); }
.text-white\/100{ color: rgb(255 255 255 / 1); }
.text-white\/20{ color: rgb(255 255 255 / 0.2); }
.text-white\/25{ color: rgb(255 255 255 / 0.25); }
.text-white\/30{ color: rgb(255 255 255 / 0.3); }
.text-white\/40{ color: rgb(255 255 255 / 0.4); }
.text-white\/5{ color: rgb(255 255 255 / 0.05); }
.text-white\/50{ color: rgb(255 255 255 / 0.5); }
.text-white\/60{ color: rgb(255 255 255 / 0.6); }
.text-white\/70{ color: rgb(255 255 255 / 0.7); }
.text-white\/75{ color: rgb(255 255 255 / 0.75); }
.text-white\/80{ color: rgb(255 255 255 / 0.8); }
.text-white\/90{ color: rgb(255 255 255 / 0.9); }
.text-white\/95{ color: rgb(255 255 255 / 0.95); }
.text-yellow-100{ --tw-text-opacity: 1; color: rgb(254 249 195 / var(--tw-text-opacity)); }
.text-yellow-100\/0{ color: rgb(254 249 195 / 0); }
.text-yellow-100\/10{ color: rgb(254 249 195 / 0.1); }
.text-yellow-100\/100{ color: rgb(254 249 195 / 1); }
.text-yellow-100\/20{ color: rgb(254 249 195 / 0.2); }
.text-yellow-100\/25{ color: rgb(254 249 195 / 0.25); }
.text-yellow-100\/30{ color: rgb(254 249 195 / 0.3); }
.text-yellow-100\/40{ color: rgb(254 249 195 / 0.4); }
.text-yellow-100\/5{ color: rgb(254 249 195 / 0.05); }
.text-yellow-100\/50{ color: rgb(254 249 195 / 0.5); }
.text-yellow-100\/60{ color: rgb(254 249 195 / 0.6); }
.text-yellow-100\/70{ color: rgb(254 249 195 / 0.7); }
.text-yellow-100\/75{ color: rgb(254 249 195 / 0.75); }
.text-yellow-100\/80{ color: rgb(254 249 195 / 0.8); }
.text-yellow-100\/90{ color: rgb(254 249 195 / 0.9); }
.text-yellow-100\/95{ color: rgb(254 249 195 / 0.95); }
.text-yellow-200{ --tw-text-opacity: 1; color: rgb(254 240 138 / var(--tw-text-opacity)); }
.text-yellow-200\/0{ color: rgb(254 240 138 / 0); }
.text-yellow-200\/10{ color: rgb(254 240 138 / 0.1); }
.text-yellow-200\/100{ color: rgb(254 240 138 / 1); }
.text-yellow-200\/20{ color: rgb(254 240 138 / 0.2); }
.text-yellow-200\/25{ color: rgb(254 240 138 / 0.25); }
.text-yellow-200\/30{ color: rgb(254 240 138 / 0.3); }
.text-yellow-200\/40{ color: rgb(254 240 138 / 0.4); }
.text-yellow-200\/5{ color: rgb(254 240 138 / 0.05); }
.text-yellow-200\/50{ color: rgb(254 240 138 / 0.5); }
.text-yellow-200\/60{ color: rgb(254 240 138 / 0.6); }
.text-yellow-200\/70{ color: rgb(254 240 138 / 0.7); }
.text-yellow-200\/75{ color: rgb(254 240 138 / 0.75); }
.text-yellow-200\/80{ color: rgb(254 240 138 / 0.8); }
.text-yellow-200\/90{ color: rgb(254 240 138 / 0.9); }
.text-yellow-200\/95{ color: rgb(254 240 138 / 0.95); }
.text-yellow-300{ --tw-text-opacity: 1; color: rgb(253 224 71 / var(--tw-text-opacity)); }
.text-yellow-300\/0{ color: rgb(253 224 71 / 0); }
.text-yellow-300\/10{ color: rgb(253 224 71 / 0.1); }
.text-yellow-300\/100{ color: rgb(253 224 71 / 1); }
.text-yellow-300\/20{ color: rgb(253 224 71 / 0.2); }
.text-yellow-300\/25{ color: rgb(253 224 71 / 0.25); }
.text-yellow-300\/30{ color: rgb(253 224 71 / 0.3); }
.text-yellow-300\/40{ color: rgb(253 224 71 / 0.4); }
.text-yellow-300\/5{ color: rgb(253 224 71 / 0.05); }
.text-yellow-300\/50{ color: rgb(253 224 71 / 0.5); }
.text-yellow-300\/60{ color: rgb(253 224 71 / 0.6); }
.text-yellow-300\/70{ color: rgb(253 224 71 / 0.7); }
.text-yellow-300\/75{ color: rgb(253 224 71 / 0.75); }
.text-yellow-300\/80{ color: rgb(253 224 71 / 0.8); }
.text-yellow-300\/90{ color: rgb(253 224 71 / 0.9); }
.text-yellow-300\/95{ color: rgb(253 224 71 / 0.95); }
.text-yellow-400{ --tw-text-opacity: 1; color: rgb(250 204 21 / var(--tw-text-opacity)); }
.text-yellow-400\/0{ color: rgb(250 204 21 / 0); }
.text-yellow-400\/10{ color: rgb(250 204 21 / 0.1); }
.text-yellow-400\/100{ color: rgb(250 204 21 / 1); }
.text-yellow-400\/20{ color: rgb(250 204 21 / 0.2); }
.text-yellow-400\/25{ color: rgb(250 204 21 / 0.25); }
.text-yellow-400\/30{ color: rgb(250 204 21 / 0.3); }
.text-yellow-400\/40{ color: rgb(250 204 21 / 0.4); }
.text-yellow-400\/5{ color: rgb(250 204 21 / 0.05); }
.text-yellow-400\/50{ color: rgb(250 204 21 / 0.5); }
.text-yellow-400\/60{ color: rgb(250 204 21 / 0.6); }
.text-yellow-400\/70{ color: rgb(250 204 21 / 0.7); }
.text-yellow-400\/75{ color: rgb(250 204 21 / 0.75); }
.text-yellow-400\/80{ color: rgb(250 204 21 / 0.8); }
.text-yellow-400\/90{ color: rgb(250 204 21 / 0.9); }
.text-yellow-400\/95{ color: rgb(250 204 21 / 0.95); }
.text-yellow-50{ --tw-text-opacity: 1; color: rgb(254 252 232 / var(--tw-text-opacity)); }
.text-yellow-50\/0{ color: rgb(254 252 232 / 0); }
.text-yellow-50\/10{ color: rgb(254 252 232 / 0.1); }
.text-yellow-50\/100{ color: rgb(254 252 232 / 1); }
.text-yellow-50\/20{ color: rgb(254 252 232 / 0.2); }
.text-yellow-50\/25{ color: rgb(254 252 232 / 0.25); }
.text-yellow-50\/30{ color: rgb(254 252 232 / 0.3); }
.text-yellow-50\/40{ color: rgb(254 252 232 / 0.4); }
.text-yellow-50\/5{ color: rgb(254 252 232 / 0.05); }
.text-yellow-50\/50{ color: rgb(254 252 232 / 0.5); }
.text-yellow-50\/60{ color: rgb(254 252 232 / 0.6); }
.text-yellow-50\/70{ color: rgb(254 252 232 / 0.7); }
.text-yellow-50\/75{ color: rgb(254 252 232 / 0.75); }
.text-yellow-50\/80{ color: rgb(254 252 232 / 0.8); }
.text-yellow-50\/90{ color: rgb(254 252 232 / 0.9); }
.text-yellow-50\/95{ color: rgb(254 252 232 / 0.95); }
.text-yellow-500{ --tw-text-opacity: 1; color: rgb(234 179 8 / var(--tw-text-opacity)); }
.text-yellow-500\/0{ color: rgb(234 179 8 / 0); }
.text-yellow-500\/10{ color: rgb(234 179 8 / 0.1); }
.text-yellow-500\/100{ color: rgb(234 179 8 / 1); }
.text-yellow-500\/20{ color: rgb(234 179 8 / 0.2); }
.text-yellow-500\/25{ color: rgb(234 179 8 / 0.25); }
.text-yellow-500\/30{ color: rgb(234 179 8 / 0.3); }
.text-yellow-500\/40{ color: rgb(234 179 8 / 0.4); }
.text-yellow-500\/5{ color: rgb(234 179 8 / 0.05); }
.text-yellow-500\/50{ color: rgb(234 179 8 / 0.5); }
.text-yellow-500\/60{ color: rgb(234 179 8 / 0.6); }
.text-yellow-500\/70{ color: rgb(234 179 8 / 0.7); }
.text-yellow-500\/75{ color: rgb(234 179 8 / 0.75); }
.text-yellow-500\/80{ color: rgb(234 179 8 / 0.8); }
.text-yellow-500\/90{ color: rgb(234 179 8 / 0.9); }
.text-yellow-500\/95{ color: rgb(234 179 8 / 0.95); }
.text-yellow-600{ --tw-text-opacity: 1; color: rgb(202 138 4 / var(--tw-text-opacity)); }
.text-yellow-600\/0{ color: rgb(202 138 4 / 0); }
.text-yellow-600\/10{ color: rgb(202 138 4 / 0.1); }
.text-yellow-600\/100{ color: rgb(202 138 4 / 1); }
.text-yellow-600\/20{ color: rgb(202 138 4 / 0.2); }
.text-yellow-600\/25{ color: rgb(202 138 4 / 0.25); }
.text-yellow-600\/30{ color: rgb(202 138 4 / 0.3); }
.text-yellow-600\/40{ color: rgb(202 138 4 / 0.4); }
.text-yellow-600\/5{ color: rgb(202 138 4 / 0.05); }
.text-yellow-600\/50{ color: rgb(202 138 4 / 0.5); }
.text-yellow-600\/60{ color: rgb(202 138 4 / 0.6); }
.text-yellow-600\/70{ color: rgb(202 138 4 / 0.7); }
.text-yellow-600\/75{ color: rgb(202 138 4 / 0.75); }
.text-yellow-600\/80{ color: rgb(202 138 4 / 0.8); }
.text-yellow-600\/90{ color: rgb(202 138 4 / 0.9); }
.text-yellow-600\/95{ color: rgb(202 138 4 / 0.95); }
.text-yellow-700{ --tw-text-opacity: 1; color: rgb(161 98 7 / var(--tw-text-opacity)); }
.text-yellow-700\/0{ color: rgb(161 98 7 / 0); }
.text-yellow-700\/10{ color: rgb(161 98 7 / 0.1); }
.text-yellow-700\/100{ color: rgb(161 98 7 / 1); }
.text-yellow-700\/20{ color: rgb(161 98 7 / 0.2); }
.text-yellow-700\/25{ color: rgb(161 98 7 / 0.25); }
.text-yellow-700\/30{ color: rgb(161 98 7 / 0.3); }
.text-yellow-700\/40{ color: rgb(161 98 7 / 0.4); }
.text-yellow-700\/5{ color: rgb(161 98 7 / 0.05); }
.text-yellow-700\/50{ color: rgb(161 98 7 / 0.5); }
.text-yellow-700\/60{ color: rgb(161 98 7 / 0.6); }
.text-yellow-700\/70{ color: rgb(161 98 7 / 0.7); }
.text-yellow-700\/75{ color: rgb(161 98 7 / 0.75); }
.text-yellow-700\/80{ color: rgb(161 98 7 / 0.8); }
.text-yellow-700\/90{ color: rgb(161 98 7 / 0.9); }
.text-yellow-700\/95{ color: rgb(161 98 7 / 0.95); }
.text-yellow-800{ --tw-text-opacity: 1; color: rgb(133 77 14 / var(--tw-text-opacity)); }
.text-yellow-800\/0{ color: rgb(133 77 14 / 0); }
.text-yellow-800\/10{ color: rgb(133 77 14 / 0.1); }
.text-yellow-800\/100{ color: rgb(133 77 14 / 1); }
.text-yellow-800\/20{ color: rgb(133 77 14 / 0.2); }
.text-yellow-800\/25{ color: rgb(133 77 14 / 0.25); }
.text-yellow-800\/30{ color: rgb(133 77 14 / 0.3); }
.text-yellow-800\/40{ color: rgb(133 77 14 / 0.4); }
.text-yellow-800\/5{ color: rgb(133 77 14 / 0.05); }
.text-yellow-800\/50{ color: rgb(133 77 14 / 0.5); }
.text-yellow-800\/60{ color: rgb(133 77 14 / 0.6); }
.text-yellow-800\/70{ color: rgb(133 77 14 / 0.7); }
.text-yellow-800\/75{ color: rgb(133 77 14 / 0.75); }
.text-yellow-800\/80{ color: rgb(133 77 14 / 0.8); }
.text-yellow-800\/90{ color: rgb(133 77 14 / 0.9); }
.text-yellow-800\/95{ color: rgb(133 77 14 / 0.95); }
.text-yellow-900{ --tw-text-opacity: 1; color: rgb(113 63 18 / var(--tw-text-opacity)); }
.text-yellow-900\/0{ color: rgb(113 63 18 / 0); }
.text-yellow-900\/10{ color: rgb(113 63 18 / 0.1); }
.text-yellow-900\/100{ color: rgb(113 63 18 / 1); }
.text-yellow-900\/20{ color: rgb(113 63 18 / 0.2); }
.text-yellow-900\/25{ color: rgb(113 63 18 / 0.25); }
.text-yellow-900\/30{ color: rgb(113 63 18 / 0.3); }
.text-yellow-900\/40{ color: rgb(113 63 18 / 0.4); }
.text-yellow-900\/5{ color: rgb(113 63 18 / 0.05); }
.text-yellow-900\/50{ color: rgb(113 63 18 / 0.5); }
.text-yellow-900\/60{ color: rgb(113 63 18 / 0.6); }
.text-yellow-900\/70{ color: rgb(113 63 18 / 0.7); }
.text-yellow-900\/75{ color: rgb(113 63 18 / 0.75); }
.text-yellow-900\/80{ color: rgb(113 63 18 / 0.8); }
.text-yellow-900\/90{ color: rgb(113 63 18 / 0.9); }
.text-yellow-900\/95{ color: rgb(113 63 18 / 0.95); }
.text-yellow-950{ --tw-text-opacity: 1; color: rgb(66 32 6 / var(--tw-text-opacity)); }
.text-yellow-950\/0{ color: rgb(66 32 6 / 0); }
.text-yellow-950\/10{ color: rgb(66 32 6 / 0.1); }
.text-yellow-950\/100{ color: rgb(66 32 6 / 1); }
.text-yellow-950\/20{ color: rgb(66 32 6 / 0.2); }
.text-yellow-950\/25{ color: rgb(66 32 6 / 0.25); }
.text-yellow-950\/30{ color: rgb(66 32 6 / 0.3); }
.text-yellow-950\/40{ color: rgb(66 32 6 / 0.4); }
.text-yellow-950\/5{ color: rgb(66 32 6 / 0.05); }
.text-yellow-950\/50{ color: rgb(66 32 6 / 0.5); }
.text-yellow-950\/60{ color: rgb(66 32 6 / 0.6); }
.text-yellow-950\/70{ color: rgb(66 32 6 / 0.7); }
.text-yellow-950\/75{ color: rgb(66 32 6 / 0.75); }
.text-yellow-950\/80{ color: rgb(66 32 6 / 0.8); }
.text-yellow-950\/90{ color: rgb(66 32 6 / 0.9); }
.text-yellow-950\/95{ color: rgb(66 32 6 / 0.95); }
.text-zinc-100{ --tw-text-opacity: 1; color: rgb(244 244 245 / var(--tw-text-opacity)); }
.text-zinc-100\/0{ color: rgb(244 244 245 / 0); }
.text-zinc-100\/10{ color: rgb(244 244 245 / 0.1); }
.text-zinc-100\/100{ color: rgb(244 244 245 / 1); }
.text-zinc-100\/20{ color: rgb(244 244 245 / 0.2); }
.text-zinc-100\/25{ color: rgb(244 244 245 / 0.25); }
.text-zinc-100\/30{ color: rgb(244 244 245 / 0.3); }
.text-zinc-100\/40{ color: rgb(244 244 245 / 0.4); }
.text-zinc-100\/5{ color: rgb(244 244 245 / 0.05); }
.text-zinc-100\/50{ color: rgb(244 244 245 / 0.5); }
.text-zinc-100\/60{ color: rgb(244 244 245 / 0.6); }
.text-zinc-100\/70{ color: rgb(244 244 245 / 0.7); }
.text-zinc-100\/75{ color: rgb(244 244 245 / 0.75); }
.text-zinc-100\/80{ color: rgb(244 244 245 / 0.8); }
.text-zinc-100\/90{ color: rgb(244 244 245 / 0.9); }
.text-zinc-100\/95{ color: rgb(244 244 245 / 0.95); }
.text-zinc-200{ --tw-text-opacity: 1; color: rgb(228 228 231 / var(--tw-text-opacity)); }
.text-zinc-200\/0{ color: rgb(228 228 231 / 0); }
.text-zinc-200\/10{ color: rgb(228 228 231 / 0.1); }
.text-zinc-200\/100{ color: rgb(228 228 231 / 1); }
.text-zinc-200\/20{ color: rgb(228 228 231 / 0.2); }
.text-zinc-200\/25{ color: rgb(228 228 231 / 0.25); }
.text-zinc-200\/30{ color: rgb(228 228 231 / 0.3); }
.text-zinc-200\/40{ color: rgb(228 228 231 / 0.4); }
.text-zinc-200\/5{ color: rgb(228 228 231 / 0.05); }
.text-zinc-200\/50{ color: rgb(228 228 231 / 0.5); }
.text-zinc-200\/60{ color: rgb(228 228 231 / 0.6); }
.text-zinc-200\/70{ color: rgb(228 228 231 / 0.7); }
.text-zinc-200\/75{ color: rgb(228 228 231 / 0.75); }
.text-zinc-200\/80{ color: rgb(228 228 231 / 0.8); }
.text-zinc-200\/90{ color: rgb(228 228 231 / 0.9); }
.text-zinc-200\/95{ color: rgb(228 228 231 / 0.95); }
.text-zinc-300{ --tw-text-opacity: 1; color: rgb(212 212 216 / var(--tw-text-opacity)); }
.text-zinc-300\/0{ color: rgb(212 212 216 / 0); }
.text-zinc-300\/10{ color: rgb(212 212 216 / 0.1); }
.text-zinc-300\/100{ color: rgb(212 212 216 / 1); }
.text-zinc-300\/20{ color: rgb(212 212 216 / 0.2); }
.text-zinc-300\/25{ color: rgb(212 212 216 / 0.25); }
.text-zinc-300\/30{ color: rgb(212 212 216 / 0.3); }
.text-zinc-300\/40{ color: rgb(212 212 216 / 0.4); }
.text-zinc-300\/5{ color: rgb(212 212 216 / 0.05); }
.text-zinc-300\/50{ color: rgb(212 212 216 / 0.5); }
.text-zinc-300\/60{ color: rgb(212 212 216 / 0.6); }
.text-zinc-300\/70{ color: rgb(212 212 216 / 0.7); }
.text-zinc-300\/75{ color: rgb(212 212 216 / 0.75); }
.text-zinc-300\/80{ color: rgb(212 212 216 / 0.8); }
.text-zinc-300\/90{ color: rgb(212 212 216 / 0.9); }
.text-zinc-300\/95{ color: rgb(212 212 216 / 0.95); }
.text-zinc-400{ --tw-text-opacity: 1; color: rgb(161 161 170 / var(--tw-text-opacity)); }
.text-zinc-400\/0{ color: rgb(161 161 170 / 0); }
.text-zinc-400\/10{ color: rgb(161 161 170 / 0.1); }
.text-zinc-400\/100{ color: rgb(161 161 170 / 1); }
.text-zinc-400\/20{ color: rgb(161 161 170 / 0.2); }
.text-zinc-400\/25{ color: rgb(161 161 170 / 0.25); }
.text-zinc-400\/30{ color: rgb(161 161 170 / 0.3); }
.text-zinc-400\/40{ color: rgb(161 161 170 / 0.4); }
.text-zinc-400\/5{ color: rgb(161 161 170 / 0.05); }
.text-zinc-400\/50{ color: rgb(161 161 170 / 0.5); }
.text-zinc-400\/60{ color: rgb(161 161 170 / 0.6); }
.text-zinc-400\/70{ color: rgb(161 161 170 / 0.7); }
.text-zinc-400\/75{ color: rgb(161 161 170 / 0.75); }
.text-zinc-400\/80{ color: rgb(161 161 170 / 0.8); }
.text-zinc-400\/90{ color: rgb(161 161 170 / 0.9); }
.text-zinc-400\/95{ color: rgb(161 161 170 / 0.95); }
.text-zinc-50{ --tw-text-opacity: 1; color: rgb(250 250 250 / var(--tw-text-opacity)); }
.text-zinc-50\/0{ color: rgb(250 250 250 / 0); }
.text-zinc-50\/10{ color: rgb(250 250 250 / 0.1); }
.text-zinc-50\/100{ color: rgb(250 250 250 / 1); }
.text-zinc-50\/20{ color: rgb(250 250 250 / 0.2); }
.text-zinc-50\/25{ color: rgb(250 250 250 / 0.25); }
.text-zinc-50\/30{ color: rgb(250 250 250 / 0.3); }
.text-zinc-50\/40{ color: rgb(250 250 250 / 0.4); }
.text-zinc-50\/5{ color: rgb(250 250 250 / 0.05); }
.text-zinc-50\/50{ color: rgb(250 250 250 / 0.5); }
.text-zinc-50\/60{ color: rgb(250 250 250 / 0.6); }
.text-zinc-50\/70{ color: rgb(250 250 250 / 0.7); }
.text-zinc-50\/75{ color: rgb(250 250 250 / 0.75); }
.text-zinc-50\/80{ color: rgb(250 250 250 / 0.8); }
.text-zinc-50\/90{ color: rgb(250 250 250 / 0.9); }
.text-zinc-50\/95{ color: rgb(250 250 250 / 0.95); }
.text-zinc-500{ --tw-text-opacity: 1; color: rgb(113 113 122 / var(--tw-text-opacity)); }
.text-zinc-500\/0{ color: rgb(113 113 122 / 0); }
.text-zinc-500\/10{ color: rgb(113 113 122 / 0.1); }
.text-zinc-500\/100{ color: rgb(113 113 122 / 1); }
.text-zinc-500\/20{ color: rgb(113 113 122 / 0.2); }
.text-zinc-500\/25{ color: rgb(113 113 122 / 0.25); }
.text-zinc-500\/30{ color: rgb(113 113 122 / 0.3); }
.text-zinc-500\/40{ color: rgb(113 113 122 / 0.4); }
.text-zinc-500\/5{ color: rgb(113 113 122 / 0.05); }
.text-zinc-500\/50{ color: rgb(113 113 122 / 0.5); }
.text-zinc-500\/60{ color: rgb(113 113 122 / 0.6); }
.text-zinc-500\/70{ color: rgb(113 113 122 / 0.7); }
.text-zinc-500\/75{ color: rgb(113 113 122 / 0.75); }
.text-zinc-500\/80{ color: rgb(113 113 122 / 0.8); }
.text-zinc-500\/90{ color: rgb(113 113 122 / 0.9); }
.text-zinc-500\/95{ color: rgb(113 113 122 / 0.95); }
.text-zinc-600{ --tw-text-opacity: 1; color: rgb(82 82 91 / var(--tw-text-opacity)); }
.text-zinc-600\/0{ color: rgb(82 82 91 / 0); }
.text-zinc-600\/10{ color: rgb(82 82 91 / 0.1); }
.text-zinc-600\/100{ color: rgb(82 82 91 / 1); }
.text-zinc-600\/20{ color: rgb(82 82 91 / 0.2); }
.text-zinc-600\/25{ color: rgb(82 82 91 / 0.25); }
.text-zinc-600\/30{ color: rgb(82 82 91 / 0.3); }
.text-zinc-600\/40{ color: rgb(82 82 91 / 0.4); }
.text-zinc-600\/5{ color: rgb(82 82 91 / 0.05); }
.text-zinc-600\/50{ color: rgb(82 82 91 / 0.5); }
.text-zinc-600\/60{ color: rgb(82 82 91 / 0.6); }
.text-zinc-600\/70{ color: rgb(82 82 91 / 0.7); }
.text-zinc-600\/75{ color: rgb(82 82 91 / 0.75); }
.text-zinc-600\/80{ color: rgb(82 82 91 / 0.8); }
.text-zinc-600\/90{ color: rgb(82 82 91 / 0.9); }
.text-zinc-600\/95{ color: rgb(82 82 91 / 0.95); }
.text-zinc-700{ --tw-text-opacity: 1; color: rgb(63 63 70 / var(--tw-text-opacity)); }
.text-zinc-700\/0{ color: rgb(63 63 70 / 0); }
.text-zinc-700\/10{ color: rgb(63 63 70 / 0.1); }
.text-zinc-700\/100{ color: rgb(63 63 70 / 1); }
.text-zinc-700\/20{ color: rgb(63 63 70 / 0.2); }
.text-zinc-700\/25{ color: rgb(63 63 70 / 0.25); }
.text-zinc-700\/30{ color: rgb(63 63 70 / 0.3); }
.text-zinc-700\/40{ color: rgb(63 63 70 / 0.4); }
.text-zinc-700\/5{ color: rgb(63 63 70 / 0.05); }
.text-zinc-700\/50{ color: rgb(63 63 70 / 0.5); }
.text-zinc-700\/60{ color: rgb(63 63 70 / 0.6); }
.text-zinc-700\/70{ color: rgb(63 63 70 / 0.7); }
.text-zinc-700\/75{ color: rgb(63 63 70 / 0.75); }
.text-zinc-700\/80{ color: rgb(63 63 70 / 0.8); }
.text-zinc-700\/90{ color: rgb(63 63 70 / 0.9); }
.text-zinc-700\/95{ color: rgb(63 63 70 / 0.95); }
.text-zinc-800{ --tw-text-opacity: 1; color: rgb(39 39 42 / var(--tw-text-opacity)); }
.text-zinc-800\/0{ color: rgb(39 39 42 / 0); }
.text-zinc-800\/10{ color: rgb(39 39 42 / 0.1); }
.text-zinc-800\/100{ color: rgb(39 39 42 / 1); }
.text-zinc-800\/20{ color: rgb(39 39 42 / 0.2); }
.text-zinc-800\/25{ color: rgb(39 39 42 / 0.25); }
.text-zinc-800\/30{ color: rgb(39 39 42 / 0.3); }
.text-zinc-800\/40{ color: rgb(39 39 42 / 0.4); }
.text-zinc-800\/5{ color: rgb(39 39 42 / 0.05); }
.text-zinc-800\/50{ color: rgb(39 39 42 / 0.5); }
.text-zinc-800\/60{ color: rgb(39 39 42 / 0.6); }
.text-zinc-800\/70{ color: rgb(39 39 42 / 0.7); }
.text-zinc-800\/75{ color: rgb(39 39 42 / 0.75); }
.text-zinc-800\/80{ color: rgb(39 39 42 / 0.8); }
.text-zinc-800\/90{ color: rgb(39 39 42 / 0.9); }
.text-zinc-800\/95{ color: rgb(39 39 42 / 0.95); }
.text-zinc-900{ --tw-text-opacity: 1; color: rgb(24 24 27 / var(--tw-text-opacity)); }
.text-zinc-900\/0{ color: rgb(24 24 27 / 0); }
.text-zinc-900\/10{ color: rgb(24 24 27 / 0.1); }
.text-zinc-900\/100{ color: rgb(24 24 27 / 1); }
.text-zinc-900\/20{ color: rgb(24 24 27 / 0.2); }
.text-zinc-900\/25{ color: rgb(24 24 27 / 0.25); }
.text-zinc-900\/30{ color: rgb(24 24 27 / 0.3); }
.text-zinc-900\/40{ color: rgb(24 24 27 / 0.4); }
.text-zinc-900\/5{ color: rgb(24 24 27 / 0.05); }
.text-zinc-900\/50{ color: rgb(24 24 27 / 0.5); }
.text-zinc-900\/60{ color: rgb(24 24 27 / 0.6); }
.text-zinc-900\/70{ color: rgb(24 24 27 / 0.7); }
.text-zinc-900\/75{ color: rgb(24 24 27 / 0.75); }
.text-zinc-900\/80{ color: rgb(24 24 27 / 0.8); }
.text-zinc-900\/90{ color: rgb(24 24 27 / 0.9); }
.text-zinc-900\/95{ color: rgb(24 24 27 / 0.95); }
.text-zinc-950{ --tw-text-opacity: 1; color: rgb(9 9 11 / var(--tw-text-opacity)); }
.text-zinc-950\/0{ color: rgb(9 9 11 / 0); }
.text-zinc-950\/10{ color: rgb(9 9 11 / 0.1); }
.text-zinc-950\/100{ color: rgb(9 9 11 / 1); }
.text-zinc-950\/20{ color: rgb(9 9 11 / 0.2); }
.text-zinc-950\/25{ color: rgb(9 9 11 / 0.25); }
.text-zinc-950\/30{ color: rgb(9 9 11 / 0.3); }
.text-zinc-950\/40{ color: rgb(9 9 11 / 0.4); }
.text-zinc-950\/5{ color: rgb(9 9 11 / 0.05); }
.text-zinc-950\/50{ color: rgb(9 9 11 / 0.5); }
.text-zinc-950\/60{ color: rgb(9 9 11 / 0.6); }
.text-zinc-950\/70{ color: rgb(9 9 11 / 0.7); }
.text-zinc-950\/75{ color: rgb(9 9 11 / 0.75); }
.text-zinc-950\/80{ color: rgb(9 9 11 / 0.8); }
.text-zinc-950\/90{ color: rgb(9 9 11 / 0.9); }
.text-zinc-950\/95{ color: rgb(9 9 11 / 0.95); }
.text-opacity-0{ --tw-text-opacity: 0; }
.text-opacity-10{ --tw-text-opacity: 0.1; }
.text-opacity-100{ --tw-text-opacity: 1; }
.text-opacity-20{ --tw-text-opacity: 0.2; }
.text-opacity-25{ --tw-text-opacity: 0.25; }
.text-opacity-30{ --tw-text-opacity: 0.3; }
.text-opacity-40{ --tw-text-opacity: 0.4; }
.text-opacity-5{ --tw-text-opacity: 0.05; }
.text-opacity-50{ --tw-text-opacity: 0.5; }
.text-opacity-60{ --tw-text-opacity: 0.6; }
.text-opacity-70{ --tw-text-opacity: 0.7; }
.text-opacity-75{ --tw-text-opacity: 0.75; }
.text-opacity-80{ --tw-text-opacity: 0.8; }
.text-opacity-90{ --tw-text-opacity: 0.9; }
.text-opacity-95{ --tw-text-opacity: 0.95; }
.no-underline{ text-decoration-line: none; }
.decoration-callout-bad-text-accent{ text-decoration-color: #FFE3E3; }
.decoration-callout-bad-text-accent\/0{ text-decoration-color: rgb(255 227 227 / 0); }
.decoration-callout-bad-text-accent\/10{ text-decoration-color: rgb(255 227 227 / 0.1); }
.decoration-callout-bad-text-accent\/100{ text-decoration-color: rgb(255 227 227 / 1); }
.decoration-callout-bad-text-accent\/20{ text-decoration-color: rgb(255 227 227 / 0.2); }
.decoration-callout-bad-text-accent\/25{ text-decoration-color: rgb(255 227 227 / 0.25); }
.decoration-callout-bad-text-accent\/30{ text-decoration-color: rgb(255 227 227 / 0.3); }
.decoration-callout-bad-text-accent\/40{ text-decoration-color: rgb(255 227 227 / 0.4); }
.decoration-callout-bad-text-accent\/5{ text-decoration-color: rgb(255 227 227 / 0.05); }
.decoration-callout-bad-text-accent\/50{ text-decoration-color: rgb(255 227 227 / 0.5); }
.decoration-callout-bad-text-accent\/60{ text-decoration-color: rgb(255 227 227 / 0.6); }
.decoration-callout-bad-text-accent\/70{ text-decoration-color: rgb(255 227 227 / 0.7); }
.decoration-callout-bad-text-accent\/75{ text-decoration-color: rgb(255 227 227 / 0.75); }
.decoration-callout-bad-text-accent\/80{ text-decoration-color: rgb(255 227 227 / 0.8); }
.decoration-callout-bad-text-accent\/90{ text-decoration-color: rgb(255 227 227 / 0.9); }
.decoration-callout-bad-text-accent\/95{ text-decoration-color: rgb(255 227 227 / 0.95); }
.decoration-callout-info-text-accent{ text-decoration-color: #02372F; }
.decoration-callout-info-text-accent\/0{ text-decoration-color: rgb(2 55 47 / 0); }
.decoration-callout-info-text-accent\/10{ text-decoration-color: rgb(2 55 47 / 0.1); }
.decoration-callout-info-text-accent\/100{ text-decoration-color: rgb(2 55 47 / 1); }
.decoration-callout-info-text-accent\/20{ text-decoration-color: rgb(2 55 47 / 0.2); }
.decoration-callout-info-text-accent\/25{ text-decoration-color: rgb(2 55 47 / 0.25); }
.decoration-callout-info-text-accent\/30{ text-decoration-color: rgb(2 55 47 / 0.3); }
.decoration-callout-info-text-accent\/40{ text-decoration-color: rgb(2 55 47 / 0.4); }
.decoration-callout-info-text-accent\/5{ text-decoration-color: rgb(2 55 47 / 0.05); }
.decoration-callout-info-text-accent\/50{ text-decoration-color: rgb(2 55 47 / 0.5); }
.decoration-callout-info-text-accent\/60{ text-decoration-color: rgb(2 55 47 / 0.6); }
.decoration-callout-info-text-accent\/70{ text-decoration-color: rgb(2 55 47 / 0.7); }
.decoration-callout-info-text-accent\/75{ text-decoration-color: rgb(2 55 47 / 0.75); }
.decoration-callout-info-text-accent\/80{ text-decoration-color: rgb(2 55 47 / 0.8); }
.decoration-callout-info-text-accent\/90{ text-decoration-color: rgb(2 55 47 / 0.9); }
.decoration-callout-info-text-accent\/95{ text-decoration-color: rgb(2 55 47 / 0.95); }
.decoration-callout-ok-text-accent{ text-decoration-color: #66FFDD; }
.decoration-callout-ok-text-accent\/0{ text-decoration-color: rgb(102 255 221 / 0); }
.decoration-callout-ok-text-accent\/10{ text-decoration-color: rgb(102 255 221 / 0.1); }
.decoration-callout-ok-text-accent\/100{ text-decoration-color: rgb(102 255 221 / 1); }
.decoration-callout-ok-text-accent\/20{ text-decoration-color: rgb(102 255 221 / 0.2); }
.decoration-callout-ok-text-accent\/25{ text-decoration-color: rgb(102 255 221 / 0.25); }
.decoration-callout-ok-text-accent\/30{ text-decoration-color: rgb(102 255 221 / 0.3); }
.decoration-callout-ok-text-accent\/40{ text-decoration-color: rgb(102 255 221 / 0.4); }
.decoration-callout-ok-text-accent\/5{ text-decoration-color: rgb(102 255 221 / 0.05); }
.decoration-callout-ok-text-accent\/50{ text-decoration-color: rgb(102 255 221 / 0.5); }
.decoration-callout-ok-text-accent\/60{ text-decoration-color: rgb(102 255 221 / 0.6); }
.decoration-callout-ok-text-accent\/70{ text-decoration-color: rgb(102 255 221 / 0.7); }
.decoration-callout-ok-text-accent\/75{ text-decoration-color: rgb(102 255 221 / 0.75); }
.decoration-callout-ok-text-accent\/80{ text-decoration-color: rgb(102 255 221 / 0.8); }
.decoration-callout-ok-text-accent\/90{ text-decoration-color: rgb(102 255 221 / 0.9); }
.decoration-callout-ok-text-accent\/95{ text-decoration-color: rgb(102 255 221 / 0.95); }
.decoration-callout-warning-text-accent{ text-decoration-color: #FFFFFF; }
.decoration-callout-warning-text-accent\/0{ text-decoration-color: rgb(255 255 255 / 0); }
.decoration-callout-warning-text-accent\/10{ text-decoration-color: rgb(255 255 255 / 0.1); }
.decoration-callout-warning-text-accent\/100{ text-decoration-color: rgb(255 255 255 / 1); }
.decoration-callout-warning-text-accent\/20{ text-decoration-color: rgb(255 255 255 / 0.2); }
.decoration-callout-warning-text-accent\/25{ text-decoration-color: rgb(255 255 255 / 0.25); }
.decoration-callout-warning-text-accent\/30{ text-decoration-color: rgb(255 255 255 / 0.3); }
.decoration-callout-warning-text-accent\/40{ text-decoration-color: rgb(255 255 255 / 0.4); }
.decoration-callout-warning-text-accent\/5{ text-decoration-color: rgb(255 255 255 / 0.05); }
.decoration-callout-warning-text-accent\/50{ text-decoration-color: rgb(255 255 255 / 0.5); }
.decoration-callout-warning-text-accent\/60{ text-decoration-color: rgb(255 255 255 / 0.6); }
.decoration-callout-warning-text-accent\/70{ text-decoration-color: rgb(255 255 255 / 0.7); }
.decoration-callout-warning-text-accent\/75{ text-decoration-color: rgb(255 255 255 / 0.75); }
.decoration-callout-warning-text-accent\/80{ text-decoration-color: rgb(255 255 255 / 0.8); }
.decoration-callout-warning-text-accent\/90{ text-decoration-color: rgb(255 255 255 / 0.9); }
.decoration-callout-warning-text-accent\/95{ text-decoration-color: rgb(255 255 255 / 0.95); }
.placeholder-callout-bad-text-accent::-moz-placeholder{ --tw-placeholder-opacity: 1; color: rgb(255 227 227 / var(--tw-placeholder-opacity)); }
.placeholder-callout-bad-text-accent::placeholder{ --tw-placeholder-opacity: 1; color: rgb(255 227 227 / var(--tw-placeholder-opacity)); }
.placeholder-callout-bad-text-accent\/0::-moz-placeholder{ color: rgb(255 227 227 / 0); }
.placeholder-callout-bad-text-accent\/0::placeholder{ color: rgb(255 227 227 / 0); }
.placeholder-callout-bad-text-accent\/10::-moz-placeholder{ color: rgb(255 227 227 / 0.1); }
.placeholder-callout-bad-text-accent\/10::placeholder{ color: rgb(255 227 227 / 0.1); }
.placeholder-callout-bad-text-accent\/100::-moz-placeholder{ color: rgb(255 227 227 / 1); }
.placeholder-callout-bad-text-accent\/100::placeholder{ color: rgb(255 227 227 / 1); }
.placeholder-callout-bad-text-accent\/20::-moz-placeholder{ color: rgb(255 227 227 / 0.2); }
.placeholder-callout-bad-text-accent\/20::placeholder{ color: rgb(255 227 227 / 0.2); }
.placeholder-callout-bad-text-accent\/25::-moz-placeholder{ color: rgb(255 227 227 / 0.25); }
.placeholder-callout-bad-text-accent\/25::placeholder{ color: rgb(255 227 227 / 0.25); }
.placeholder-callout-bad-text-accent\/30::-moz-placeholder{ color: rgb(255 227 227 / 0.3); }
.placeholder-callout-bad-text-accent\/30::placeholder{ color: rgb(255 227 227 / 0.3); }
.placeholder-callout-bad-text-accent\/40::-moz-placeholder{ color: rgb(255 227 227 / 0.4); }
.placeholder-callout-bad-text-accent\/40::placeholder{ color: rgb(255 227 227 / 0.4); }
.placeholder-callout-bad-text-accent\/5::-moz-placeholder{ color: rgb(255 227 227 / 0.05); }
.placeholder-callout-bad-text-accent\/5::placeholder{ color: rgb(255 227 227 / 0.05); }
.placeholder-callout-bad-text-accent\/50::-moz-placeholder{ color: rgb(255 227 227 / 0.5); }
.placeholder-callout-bad-text-accent\/50::placeholder{ color: rgb(255 227 227 / 0.5); }
.placeholder-callout-bad-text-accent\/60::-moz-placeholder{ color: rgb(255 227 227 / 0.6); }
.placeholder-callout-bad-text-accent\/60::placeholder{ color: rgb(255 227 227 / 0.6); }
.placeholder-callout-bad-text-accent\/70::-moz-placeholder{ color: rgb(255 227 227 / 0.7); }
.placeholder-callout-bad-text-accent\/70::placeholder{ color: rgb(255 227 227 / 0.7); }
.placeholder-callout-bad-text-accent\/75::-moz-placeholder{ color: rgb(255 227 227 / 0.75); }
.placeholder-callout-bad-text-accent\/75::placeholder{ color: rgb(255 227 227 / 0.75); }
.placeholder-callout-bad-text-accent\/80::-moz-placeholder{ color: rgb(255 227 227 / 0.8); }
.placeholder-callout-bad-text-accent\/80::placeholder{ color: rgb(255 227 227 / 0.8); }
.placeholder-callout-bad-text-accent\/90::-moz-placeholder{ color: rgb(255 227 227 / 0.9); }
.placeholder-callout-bad-text-accent\/90::placeholder{ color: rgb(255 227 227 / 0.9); }
.placeholder-callout-bad-text-accent\/95::-moz-placeholder{ color: rgb(255 227 227 / 0.95); }
.placeholder-callout-bad-text-accent\/95::placeholder{ color: rgb(255 227 227 / 0.95); }
.placeholder-callout-info-text-accent::-moz-placeholder{ --tw-placeholder-opacity: 1; color: rgb(2 55 47 / var(--tw-placeholder-opacity)); }
.placeholder-callout-info-text-accent::placeholder{ --tw-placeholder-opacity: 1; color: rgb(2 55 47 / var(--tw-placeholder-opacity)); }
.placeholder-callout-info-text-accent\/0::-moz-placeholder{ color: rgb(2 55 47 / 0); }
.placeholder-callout-info-text-accent\/0::placeholder{ color: rgb(2 55 47 / 0); }
.placeholder-callout-info-text-accent\/10::-moz-placeholder{ color: rgb(2 55 47 / 0.1); }
.placeholder-callout-info-text-accent\/10::placeholder{ color: rgb(2 55 47 / 0.1); }
.placeholder-callout-info-text-accent\/100::-moz-placeholder{ color: rgb(2 55 47 / 1); }
.placeholder-callout-info-text-accent\/100::placeholder{ color: rgb(2 55 47 / 1); }
.placeholder-callout-info-text-accent\/20::-moz-placeholder{ color: rgb(2 55 47 / 0.2); }
.placeholder-callout-info-text-accent\/20::placeholder{ color: rgb(2 55 47 / 0.2); }
.placeholder-callout-info-text-accent\/25::-moz-placeholder{ color: rgb(2 55 47 / 0.25); }
.placeholder-callout-info-text-accent\/25::placeholder{ color: rgb(2 55 47 / 0.25); }
.placeholder-callout-info-text-accent\/30::-moz-placeholder{ color: rgb(2 55 47 / 0.3); }
.placeholder-callout-info-text-accent\/30::placeholder{ color: rgb(2 55 47 / 0.3); }
.placeholder-callout-info-text-accent\/40::-moz-placeholder{ color: rgb(2 55 47 / 0.4); }
.placeholder-callout-info-text-accent\/40::placeholder{ color: rgb(2 55 47 / 0.4); }
.placeholder-callout-info-text-accent\/5::-moz-placeholder{ color: rgb(2 55 47 / 0.05); }
.placeholder-callout-info-text-accent\/5::placeholder{ color: rgb(2 55 47 / 0.05); }
.placeholder-callout-info-text-accent\/50::-moz-placeholder{ color: rgb(2 55 47 / 0.5); }
.placeholder-callout-info-text-accent\/50::placeholder{ color: rgb(2 55 47 / 0.5); }
.placeholder-callout-info-text-accent\/60::-moz-placeholder{ color: rgb(2 55 47 / 0.6); }
.placeholder-callout-info-text-accent\/60::placeholder{ color: rgb(2 55 47 / 0.6); }
.placeholder-callout-info-text-accent\/70::-moz-placeholder{ color: rgb(2 55 47 / 0.7); }
.placeholder-callout-info-text-accent\/70::placeholder{ color: rgb(2 55 47 / 0.7); }
.placeholder-callout-info-text-accent\/75::-moz-placeholder{ color: rgb(2 55 47 / 0.75); }
.placeholder-callout-info-text-accent\/75::placeholder{ color: rgb(2 55 47 / 0.75); }
.placeholder-callout-info-text-accent\/80::-moz-placeholder{ color: rgb(2 55 47 / 0.8); }
.placeholder-callout-info-text-accent\/80::placeholder{ color: rgb(2 55 47 / 0.8); }
.placeholder-callout-info-text-accent\/90::-moz-placeholder{ color: rgb(2 55 47 / 0.9); }
.placeholder-callout-info-text-accent\/90::placeholder{ color: rgb(2 55 47 / 0.9); }
.placeholder-callout-info-text-accent\/95::-moz-placeholder{ color: rgb(2 55 47 / 0.95); }
.placeholder-callout-info-text-accent\/95::placeholder{ color: rgb(2 55 47 / 0.95); }
.placeholder-callout-ok-text-accent::-moz-placeholder{ --tw-placeholder-opacity: 1; color: rgb(102 255 221 / var(--tw-placeholder-opacity)); }
.placeholder-callout-ok-text-accent::placeholder{ --tw-placeholder-opacity: 1; color: rgb(102 255 221 / var(--tw-placeholder-opacity)); }
.placeholder-callout-ok-text-accent\/0::-moz-placeholder{ color: rgb(102 255 221 / 0); }
.placeholder-callout-ok-text-accent\/0::placeholder{ color: rgb(102 255 221 / 0); }
.placeholder-callout-ok-text-accent\/10::-moz-placeholder{ color: rgb(102 255 221 / 0.1); }
.placeholder-callout-ok-text-accent\/10::placeholder{ color: rgb(102 255 221 / 0.1); }
.placeholder-callout-ok-text-accent\/100::-moz-placeholder{ color: rgb(102 255 221 / 1); }
.placeholder-callout-ok-text-accent\/100::placeholder{ color: rgb(102 255 221 / 1); }
.placeholder-callout-ok-text-accent\/20::-moz-placeholder{ color: rgb(102 255 221 / 0.2); }
.placeholder-callout-ok-text-accent\/20::placeholder{ color: rgb(102 255 221 / 0.2); }
.placeholder-callout-ok-text-accent\/25::-moz-placeholder{ color: rgb(102 255 221 / 0.25); }
.placeholder-callout-ok-text-accent\/25::placeholder{ color: rgb(102 255 221 / 0.25); }
.placeholder-callout-ok-text-accent\/30::-moz-placeholder{ color: rgb(102 255 221 / 0.3); }
.placeholder-callout-ok-text-accent\/30::placeholder{ color: rgb(102 255 221 / 0.3); }
.placeholder-callout-ok-text-accent\/40::-moz-placeholder{ color: rgb(102 255 221 / 0.4); }
.placeholder-callout-ok-text-accent\/40::placeholder{ color: rgb(102 255 221 / 0.4); }
.placeholder-callout-ok-text-accent\/5::-moz-placeholder{ color: rgb(102 255 221 / 0.05); }
.placeholder-callout-ok-text-accent\/5::placeholder{ color: rgb(102 255 221 / 0.05); }
.placeholder-callout-ok-text-accent\/50::-moz-placeholder{ color: rgb(102 255 221 / 0.5); }
.placeholder-callout-ok-text-accent\/50::placeholder{ color: rgb(102 255 221 / 0.5); }
.placeholder-callout-ok-text-accent\/60::-moz-placeholder{ color: rgb(102 255 221 / 0.6); }
.placeholder-callout-ok-text-accent\/60::placeholder{ color: rgb(102 255 221 / 0.6); }
.placeholder-callout-ok-text-accent\/70::-moz-placeholder{ color: rgb(102 255 221 / 0.7); }
.placeholder-callout-ok-text-accent\/70::placeholder{ color: rgb(102 255 221 / 0.7); }
.placeholder-callout-ok-text-accent\/75::-moz-placeholder{ color: rgb(102 255 221 / 0.75); }
.placeholder-callout-ok-text-accent\/75::placeholder{ color: rgb(102 255 221 / 0.75); }
.placeholder-callout-ok-text-accent\/80::-moz-placeholder{ color: rgb(102 255 221 / 0.8); }
.placeholder-callout-ok-text-accent\/80::placeholder{ color: rgb(102 255 221 / 0.8); }
.placeholder-callout-ok-text-accent\/90::-moz-placeholder{ color: rgb(102 255 221 / 0.9); }
.placeholder-callout-ok-text-accent\/90::placeholder{ color: rgb(102 255 221 / 0.9); }
.placeholder-callout-ok-text-accent\/95::-moz-placeholder{ color: rgb(102 255 221 / 0.95); }
.placeholder-callout-ok-text-accent\/95::placeholder{ color: rgb(102 255 221 / 0.95); }
.placeholder-callout-warning-text-accent::-moz-placeholder{ --tw-placeholder-opacity: 1; color: rgb(255 255 255 / var(--tw-placeholder-opacity)); }
.placeholder-callout-warning-text-accent::placeholder{ --tw-placeholder-opacity: 1; color: rgb(255 255 255 / var(--tw-placeholder-opacity)); }
.placeholder-callout-warning-text-accent\/0::-moz-placeholder{ color: rgb(255 255 255 / 0); }
.placeholder-callout-warning-text-accent\/0::placeholder{ color: rgb(255 255 255 / 0); }
.placeholder-callout-warning-text-accent\/10::-moz-placeholder{ color: rgb(255 255 255 / 0.1); }
.placeholder-callout-warning-text-accent\/10::placeholder{ color: rgb(255 255 255 / 0.1); }
.placeholder-callout-warning-text-accent\/100::-moz-placeholder{ color: rgb(255 255 255 / 1); }
.placeholder-callout-warning-text-accent\/100::placeholder{ color: rgb(255 255 255 / 1); }
.placeholder-callout-warning-text-accent\/20::-moz-placeholder{ color: rgb(255 255 255 / 0.2); }
.placeholder-callout-warning-text-accent\/20::placeholder{ color: rgb(255 255 255 / 0.2); }
.placeholder-callout-warning-text-accent\/25::-moz-placeholder{ color: rgb(255 255 255 / 0.25); }
.placeholder-callout-warning-text-accent\/25::placeholder{ color: rgb(255 255 255 / 0.25); }
.placeholder-callout-warning-text-accent\/30::-moz-placeholder{ color: rgb(255 255 255 / 0.3); }
.placeholder-callout-warning-text-accent\/30::placeholder{ color: rgb(255 255 255 / 0.3); }
.placeholder-callout-warning-text-accent\/40::-moz-placeholder{ color: rgb(255 255 255 / 0.4); }
.placeholder-callout-warning-text-accent\/40::placeholder{ color: rgb(255 255 255 / 0.4); }
.placeholder-callout-warning-text-accent\/5::-moz-placeholder{ color: rgb(255 255 255 / 0.05); }
.placeholder-callout-warning-text-accent\/5::placeholder{ color: rgb(255 255 255 / 0.05); }
.placeholder-callout-warning-text-accent\/50::-moz-placeholder{ color: rgb(255 255 255 / 0.5); }
.placeholder-callout-warning-text-accent\/50::placeholder{ color: rgb(255 255 255 / 0.5); }
.placeholder-callout-warning-text-accent\/60::-moz-placeholder{ color: rgb(255 255 255 / 0.6); }
.placeholder-callout-warning-text-accent\/60::placeholder{ color: rgb(255 255 255 / 0.6); }
.placeholder-callout-warning-text-accent\/70::-moz-placeholder{ color: rgb(255 255 255 / 0.7); }
.placeholder-callout-warning-text-accent\/70::placeholder{ color: rgb(255 255 255 / 0.7); }
.placeholder-callout-warning-text-accent\/75::-moz-placeholder{ color: rgb(255 255 255 / 0.75); }
.placeholder-callout-warning-text-accent\/75::placeholder{ color: rgb(255 255 255 / 0.75); }
.placeholder-callout-warning-text-accent\/80::-moz-placeholder{ color: rgb(255 255 255 / 0.8); }
.placeholder-callout-warning-text-accent\/80::placeholder{ color: rgb(255 255 255 / 0.8); }
.placeholder-callout-warning-text-accent\/90::-moz-placeholder{ color: rgb(255 255 255 / 0.9); }
.placeholder-callout-warning-text-accent\/90::placeholder{ color: rgb(255 255 255 / 0.9); }
.placeholder-callout-warning-text-accent\/95::-moz-placeholder{ color: rgb(255 255 255 / 0.95); }
.placeholder-callout-warning-text-accent\/95::placeholder{ color: rgb(255 255 255 / 0.95); }
.caret-callout-bad-text-accent{ caret-color: #FFE3E3; }
.caret-callout-bad-text-accent\/0{ caret-color: rgb(255 227 227 / 0); }
.caret-callout-bad-text-accent\/10{ caret-color: rgb(255 227 227 / 0.1); }
.caret-callout-bad-text-accent\/100{ caret-color: rgb(255 227 227 / 1); }
.caret-callout-bad-text-accent\/20{ caret-color: rgb(255 227 227 / 0.2); }
.caret-callout-bad-text-accent\/25{ caret-color: rgb(255 227 227 / 0.25); }
.caret-callout-bad-text-accent\/30{ caret-color: rgb(255 227 227 / 0.3); }
.caret-callout-bad-text-accent\/40{ caret-color: rgb(255 227 227 / 0.4); }
.caret-callout-bad-text-accent\/5{ caret-color: rgb(255 227 227 / 0.05); }
.caret-callout-bad-text-accent\/50{ caret-color: rgb(255 227 227 / 0.5); }
.caret-callout-bad-text-accent\/60{ caret-color: rgb(255 227 227 / 0.6); }
.caret-callout-bad-text-accent\/70{ caret-color: rgb(255 227 227 / 0.7); }
.caret-callout-bad-text-accent\/75{ caret-color: rgb(255 227 227 / 0.75); }
.caret-callout-bad-text-accent\/80{ caret-color: rgb(255 227 227 / 0.8); }
.caret-callout-bad-text-accent\/90{ caret-color: rgb(255 227 227 / 0.9); }
.caret-callout-bad-text-accent\/95{ caret-color: rgb(255 227 227 / 0.95); }
.caret-callout-info-text-accent{ caret-color: #02372F; }
.caret-callout-info-text-accent\/0{ caret-color: rgb(2 55 47 / 0); }
.caret-callout-info-text-accent\/10{ caret-color: rgb(2 55 47 / 0.1); }
.caret-callout-info-text-accent\/100{ caret-color: rgb(2 55 47 / 1); }
.caret-callout-info-text-accent\/20{ caret-color: rgb(2 55 47 / 0.2); }
.caret-callout-info-text-accent\/25{ caret-color: rgb(2 55 47 / 0.25); }
.caret-callout-info-text-accent\/30{ caret-color: rgb(2 55 47 / 0.3); }
.caret-callout-info-text-accent\/40{ caret-color: rgb(2 55 47 / 0.4); }
.caret-callout-info-text-accent\/5{ caret-color: rgb(2 55 47 / 0.05); }
.caret-callout-info-text-accent\/50{ caret-color: rgb(2 55 47 / 0.5); }
.caret-callout-info-text-accent\/60{ caret-color: rgb(2 55 47 / 0.6); }
.caret-callout-info-text-accent\/70{ caret-color: rgb(2 55 47 / 0.7); }
.caret-callout-info-text-accent\/75{ caret-color: rgb(2 55 47 / 0.75); }
.caret-callout-info-text-accent\/80{ caret-color: rgb(2 55 47 / 0.8); }
.caret-callout-info-text-accent\/90{ caret-color: rgb(2 55 47 / 0.9); }
.caret-callout-info-text-accent\/95{ caret-color: rgb(2 55 47 / 0.95); }
.caret-callout-ok-text-accent{ caret-color: #66FFDD; }
.caret-callout-ok-text-accent\/0{ caret-color: rgb(102 255 221 / 0); }
.caret-callout-ok-text-accent\/10{ caret-color: rgb(102 255 221 / 0.1); }
.caret-callout-ok-text-accent\/100{ caret-color: rgb(102 255 221 / 1); }
.caret-callout-ok-text-accent\/20{ caret-color: rgb(102 255 221 / 0.2); }
.caret-callout-ok-text-accent\/25{ caret-color: rgb(102 255 221 / 0.25); }
.caret-callout-ok-text-accent\/30{ caret-color: rgb(102 255 221 / 0.3); }
.caret-callout-ok-text-accent\/40{ caret-color: rgb(102 255 221 / 0.4); }
.caret-callout-ok-text-accent\/5{ caret-color: rgb(102 255 221 / 0.05); }
.caret-callout-ok-text-accent\/50{ caret-color: rgb(102 255 221 / 0.5); }
.caret-callout-ok-text-accent\/60{ caret-color: rgb(102 255 221 / 0.6); }
.caret-callout-ok-text-accent\/70{ caret-color: rgb(102 255 221 / 0.7); }
.caret-callout-ok-text-accent\/75{ caret-color: rgb(102 255 221 / 0.75); }
.caret-callout-ok-text-accent\/80{ caret-color: rgb(102 255 221 / 0.8); }
.caret-callout-ok-text-accent\/90{ caret-color: rgb(102 255 221 / 0.9); }
.caret-callout-ok-text-accent\/95{ caret-color: rgb(102 255 221 / 0.95); }
.caret-callout-warning-text-accent{ caret-color: #FFFFFF; }
.caret-callout-warning-text-accent\/0{ caret-color: rgb(255 255 255 / 0); }
.caret-callout-warning-text-accent\/10{ caret-color: rgb(255 255 255 / 0.1); }
.caret-callout-warning-text-accent\/100{ caret-color: rgb(255 255 255 / 1); }
.caret-callout-warning-text-accent\/20{ caret-color: rgb(255 255 255 / 0.2); }
.caret-callout-warning-text-accent\/25{ caret-color: rgb(255 255 255 / 0.25); }
.caret-callout-warning-text-accent\/30{ caret-color: rgb(255 255 255 / 0.3); }
.caret-callout-warning-text-accent\/40{ caret-color: rgb(255 255 255 / 0.4); }
.caret-callout-warning-text-accent\/5{ caret-color: rgb(255 255 255 / 0.05); }
.caret-callout-warning-text-accent\/50{ caret-color: rgb(255 255 255 / 0.5); }
.caret-callout-warning-text-accent\/60{ caret-color: rgb(255 255 255 / 0.6); }
.caret-callout-warning-text-accent\/70{ caret-color: rgb(255 255 255 / 0.7); }
.caret-callout-warning-text-accent\/75{ caret-color: rgb(255 255 255 / 0.75); }
.caret-callout-warning-text-accent\/80{ caret-color: rgb(255 255 255 / 0.8); }
.caret-callout-warning-text-accent\/90{ caret-color: rgb(255 255 255 / 0.9); }
.caret-callout-warning-text-accent\/95{ caret-color: rgb(255 255 255 / 0.95); }
.accent-callout-bad-text-accent{ accent-color: #FFE3E3; }
.accent-callout-bad-text-accent\/0{ accent-color: rgb(255 227 227 / 0); }
.accent-callout-bad-text-accent\/10{ accent-color: rgb(255 227 227 / 0.1); }
.accent-callout-bad-text-accent\/100{ accent-color: rgb(255 227 227 / 1); }
.accent-callout-bad-text-accent\/20{ accent-color: rgb(255 227 227 / 0.2); }
.accent-callout-bad-text-accent\/25{ accent-color: rgb(255 227 227 / 0.25); }
.accent-callout-bad-text-accent\/30{ accent-color: rgb(255 227 227 / 0.3); }
.accent-callout-bad-text-accent\/40{ accent-color: rgb(255 227 227 / 0.4); }
.accent-callout-bad-text-accent\/5{ accent-color: rgb(255 227 227 / 0.05); }
.accent-callout-bad-text-accent\/50{ accent-color: rgb(255 227 227 / 0.5); }
.accent-callout-bad-text-accent\/60{ accent-color: rgb(255 227 227 / 0.6); }
.accent-callout-bad-text-accent\/70{ accent-color: rgb(255 227 227 / 0.7); }
.accent-callout-bad-text-accent\/75{ accent-color: rgb(255 227 227 / 0.75); }
.accent-callout-bad-text-accent\/80{ accent-color: rgb(255 227 227 / 0.8); }
.accent-callout-bad-text-accent\/90{ accent-color: rgb(255 227 227 / 0.9); }
.accent-callout-bad-text-accent\/95{ accent-color: rgb(255 227 227 / 0.95); }
.accent-callout-info-text-accent{ accent-color: #02372F; }
.accent-callout-info-text-accent\/0{ accent-color: rgb(2 55 47 / 0); }
.accent-callout-info-text-accent\/10{ accent-color: rgb(2 55 47 / 0.1); }
.accent-callout-info-text-accent\/100{ accent-color: rgb(2 55 47 / 1); }
.accent-callout-info-text-accent\/20{ accent-color: rgb(2 55 47 / 0.2); }
.accent-callout-info-text-accent\/25{ accent-color: rgb(2 55 47 / 0.25); }
.accent-callout-info-text-accent\/30{ accent-color: rgb(2 55 47 / 0.3); }
.accent-callout-info-text-accent\/40{ accent-color: rgb(2 55 47 / 0.4); }
.accent-callout-info-text-accent\/5{ accent-color: rgb(2 55 47 / 0.05); }
.accent-callout-info-text-accent\/50{ accent-color: rgb(2 55 47 / 0.5); }
.accent-callout-info-text-accent\/60{ accent-color: rgb(2 55 47 / 0.6); }
.accent-callout-info-text-accent\/70{ accent-color: rgb(2 55 47 / 0.7); }
.accent-callout-info-text-accent\/75{ accent-color: rgb(2 55 47 / 0.75); }
.accent-callout-info-text-accent\/80{ accent-color: rgb(2 55 47 / 0.8); }
.accent-callout-info-text-accent\/90{ accent-color: rgb(2 55 47 / 0.9); }
.accent-callout-info-text-accent\/95{ accent-color: rgb(2 55 47 / 0.95); }
.accent-callout-ok-text-accent{ accent-color: #66FFDD; }
.accent-callout-ok-text-accent\/0{ accent-color: rgb(102 255 221 / 0); }
.accent-callout-ok-text-accent\/10{ accent-color: rgb(102 255 221 / 0.1); }
.accent-callout-ok-text-accent\/100{ accent-color: rgb(102 255 221 / 1); }
.accent-callout-ok-text-accent\/20{ accent-color: rgb(102 255 221 / 0.2); }
.accent-callout-ok-text-accent\/25{ accent-color: rgb(102 255 221 / 0.25); }
.accent-callout-ok-text-accent\/30{ accent-color: rgb(102 255 221 / 0.3); }
.accent-callout-ok-text-accent\/40{ accent-color: rgb(102 255 221 / 0.4); }
.accent-callout-ok-text-accent\/5{ accent-color: rgb(102 255 221 / 0.05); }
.accent-callout-ok-text-accent\/50{ accent-color: rgb(102 255 221 / 0.5); }
.accent-callout-ok-text-accent\/60{ accent-color: rgb(102 255 221 / 0.6); }
.accent-callout-ok-text-accent\/70{ accent-color: rgb(102 255 221 / 0.7); }
.accent-callout-ok-text-accent\/75{ accent-color: rgb(102 255 221 / 0.75); }
.accent-callout-ok-text-accent\/80{ accent-color: rgb(102 255 221 / 0.8); }
.accent-callout-ok-text-accent\/90{ accent-color: rgb(102 255 221 / 0.9); }
.accent-callout-ok-text-accent\/95{ accent-color: rgb(102 255 221 / 0.95); }
.accent-callout-warning-text-accent{ accent-color: #FFFFFF; }
.accent-callout-warning-text-accent\/0{ accent-color: rgb(255 255 255 / 0); }
.accent-callout-warning-text-accent\/10{ accent-color: rgb(255 255 255 / 0.1); }
.accent-callout-warning-text-accent\/100{ accent-color: rgb(255 255 255 / 1); }
.accent-callout-warning-text-accent\/20{ accent-color: rgb(255 255 255 / 0.2); }
.accent-callout-warning-text-accent\/25{ accent-color: rgb(255 255 255 / 0.25); }
.accent-callout-warning-text-accent\/30{ accent-color: rgb(255 255 255 / 0.3); }
.accent-callout-warning-text-accent\/40{ accent-color: rgb(255 255 255 / 0.4); }
.accent-callout-warning-text-accent\/5{ accent-color: rgb(255 255 255 / 0.05); }
.accent-callout-warning-text-accent\/50{ accent-color: rgb(255 255 255 / 0.5); }
.accent-callout-warning-text-accent\/60{ accent-color: rgb(255 255 255 / 0.6); }
.accent-callout-warning-text-accent\/70{ accent-color: rgb(255 255 255 / 0.7); }
.accent-callout-warning-text-accent\/75{ accent-color: rgb(255 255 255 / 0.75); }
.accent-callout-warning-text-accent\/80{ accent-color: rgb(255 255 255 / 0.8); }
.accent-callout-warning-text-accent\/90{ accent-color: rgb(255 255 255 / 0.9); }
.accent-callout-warning-text-accent\/95{ accent-color: rgb(255 255 255 / 0.95); }
.opacity-0{ opacity: 0; }
.opacity-100{ opacity: 1; }
.bg-blend-normal{ background-blend-mode: normal; }
.bg-blend-multiply{ background-blend-mode: multiply; }
.bg-blend-screen{ background-blend-mode: screen; }
.bg-blend-overlay{ background-blend-mode: overlay; }
.bg-blend-darken{ background-blend-mode: darken; }
.bg-blend-lighten{ background-blend-mode: lighten; }
.bg-blend-color-dodge{ background-blend-mode: color-dodge; }
.bg-blend-color-burn{ background-blend-mode: color-burn; }
.bg-blend-hard-light{ background-blend-mode: hard-light; }
.bg-blend-soft-light{ background-blend-mode: soft-light; }
.bg-blend-difference{ background-blend-mode: difference; }
.bg-blend-exclusion{ background-blend-mode: exclusion; }
.bg-blend-hue{ background-blend-mode: hue; }
.bg-blend-saturation{ background-blend-mode: saturation; }
.bg-blend-color{ background-blend-mode: color; }
.bg-blend-luminosity{ background-blend-mode: luminosity; }
.shadow{ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.shadow-2xl{ --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.shadow-md{ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.shadow-sm{ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.shadow-xl{ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.shadow-callout-bad-text-accent{ --tw-shadow-color: #FFE3E3; --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/0{ --tw-shadow-color: rgb(255 227 227 / 0); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/10{ --tw-shadow-color: rgb(255 227 227 / 0.1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/100{ --tw-shadow-color: rgb(255 227 227 / 1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/20{ --tw-shadow-color: rgb(255 227 227 / 0.2); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/25{ --tw-shadow-color: rgb(255 227 227 / 0.25); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/30{ --tw-shadow-color: rgb(255 227 227 / 0.3); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/40{ --tw-shadow-color: rgb(255 227 227 / 0.4); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/5{ --tw-shadow-color: rgb(255 227 227 / 0.05); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/50{ --tw-shadow-color: rgb(255 227 227 / 0.5); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/60{ --tw-shadow-color: rgb(255 227 227 / 0.6); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/70{ --tw-shadow-color: rgb(255 227 227 / 0.7); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/75{ --tw-shadow-color: rgb(255 227 227 / 0.75); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/80{ --tw-shadow-color: rgb(255 227 227 / 0.8); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/90{ --tw-shadow-color: rgb(255 227 227 / 0.9); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-bad-text-accent\/95{ --tw-shadow-color: rgb(255 227 227 / 0.95); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent{ --tw-shadow-color: #02372F; --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/0{ --tw-shadow-color: rgb(2 55 47 / 0); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/10{ --tw-shadow-color: rgb(2 55 47 / 0.1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/100{ --tw-shadow-color: rgb(2 55 47 / 1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/20{ --tw-shadow-color: rgb(2 55 47 / 0.2); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/25{ --tw-shadow-color: rgb(2 55 47 / 0.25); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/30{ --tw-shadow-color: rgb(2 55 47 / 0.3); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/40{ --tw-shadow-color: rgb(2 55 47 / 0.4); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/5{ --tw-shadow-color: rgb(2 55 47 / 0.05); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/50{ --tw-shadow-color: rgb(2 55 47 / 0.5); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/60{ --tw-shadow-color: rgb(2 55 47 / 0.6); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/70{ --tw-shadow-color: rgb(2 55 47 / 0.7); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/75{ --tw-shadow-color: rgb(2 55 47 / 0.75); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/80{ --tw-shadow-color: rgb(2 55 47 / 0.8); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/90{ --tw-shadow-color: rgb(2 55 47 / 0.9); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-info-text-accent\/95{ --tw-shadow-color: rgb(2 55 47 / 0.95); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent{ --tw-shadow-color: #66FFDD; --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/0{ --tw-shadow-color: rgb(102 255 221 / 0); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/10{ --tw-shadow-color: rgb(102 255 221 / 0.1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/100{ --tw-shadow-color: rgb(102 255 221 / 1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/20{ --tw-shadow-color: rgb(102 255 221 / 0.2); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/25{ --tw-shadow-color: rgb(102 255 221 / 0.25); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/30{ --tw-shadow-color: rgb(102 255 221 / 0.3); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/40{ --tw-shadow-color: rgb(102 255 221 / 0.4); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/5{ --tw-shadow-color: rgb(102 255 221 / 0.05); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/50{ --tw-shadow-color: rgb(102 255 221 / 0.5); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/60{ --tw-shadow-color: rgb(102 255 221 / 0.6); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/70{ --tw-shadow-color: rgb(102 255 221 / 0.7); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/75{ --tw-shadow-color: rgb(102 255 221 / 0.75); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/80{ --tw-shadow-color: rgb(102 255 221 / 0.8); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/90{ --tw-shadow-color: rgb(102 255 221 / 0.9); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-ok-text-accent\/95{ --tw-shadow-color: rgb(102 255 221 / 0.95); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent{ --tw-shadow-color: #FFFFFF; --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/0{ --tw-shadow-color: rgb(255 255 255 / 0); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/10{ --tw-shadow-color: rgb(255 255 255 / 0.1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/100{ --tw-shadow-color: rgb(255 255 255 / 1); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/20{ --tw-shadow-color: rgb(255 255 255 / 0.2); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/25{ --tw-shadow-color: rgb(255 255 255 / 0.25); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/30{ --tw-shadow-color: rgb(255 255 255 / 0.3); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/40{ --tw-shadow-color: rgb(255 255 255 / 0.4); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/5{ --tw-shadow-color: rgb(255 255 255 / 0.05); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/50{ --tw-shadow-color: rgb(255 255 255 / 0.5); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/60{ --tw-shadow-color: rgb(255 255 255 / 0.6); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/70{ --tw-shadow-color: rgb(255 255 255 / 0.7); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/75{ --tw-shadow-color: rgb(255 255 255 / 0.75); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/80{ --tw-shadow-color: rgb(255 255 255 / 0.8); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/90{ --tw-shadow-color: rgb(255 255 255 / 0.9); --tw-shadow: var(--tw-shadow-colored); }
.shadow-callout-warning-text-accent\/95{ --tw-shadow-color: rgb(255 255 255 / 0.95); --tw-shadow: var(--tw-shadow-colored); }
.shadow-swim-dark-blue\/40{ --tw-shadow-color: rgb(4 34 86 / 0.4); --tw-shadow: var(--tw-shadow-colored); }
.outline-none{ outline: 2px solid transparent; outline-offset: 2px; }
.outline-callout-bad-text-accent{ outline-color: #FFE3E3; }
.outline-callout-bad-text-accent\/0{ outline-color: rgb(255 227 227 / 0); }
.outline-callout-bad-text-accent\/10{ outline-color: rgb(255 227 227 / 0.1); }
.outline-callout-bad-text-accent\/100{ outline-color: rgb(255 227 227 / 1); }
.outline-callout-bad-text-accent\/20{ outline-color: rgb(255 227 227 / 0.2); }
.outline-callout-bad-text-accent\/25{ outline-color: rgb(255 227 227 / 0.25); }
.outline-callout-bad-text-accent\/30{ outline-color: rgb(255 227 227 / 0.3); }
.outline-callout-bad-text-accent\/40{ outline-color: rgb(255 227 227 / 0.4); }
.outline-callout-bad-text-accent\/5{ outline-color: rgb(255 227 227 / 0.05); }
.outline-callout-bad-text-accent\/50{ outline-color: rgb(255 227 227 / 0.5); }
.outline-callout-bad-text-accent\/60{ outline-color: rgb(255 227 227 / 0.6); }
.outline-callout-bad-text-accent\/70{ outline-color: rgb(255 227 227 / 0.7); }
.outline-callout-bad-text-accent\/75{ outline-color: rgb(255 227 227 / 0.75); }
.outline-callout-bad-text-accent\/80{ outline-color: rgb(255 227 227 / 0.8); }
.outline-callout-bad-text-accent\/90{ outline-color: rgb(255 227 227 / 0.9); }
.outline-callout-bad-text-accent\/95{ outline-color: rgb(255 227 227 / 0.95); }
.outline-callout-info-text-accent{ outline-color: #02372F; }
.outline-callout-info-text-accent\/0{ outline-color: rgb(2 55 47 / 0); }
.outline-callout-info-text-accent\/10{ outline-color: rgb(2 55 47 / 0.1); }
.outline-callout-info-text-accent\/100{ outline-color: rgb(2 55 47 / 1); }
.outline-callout-info-text-accent\/20{ outline-color: rgb(2 55 47 / 0.2); }
.outline-callout-info-text-accent\/25{ outline-color: rgb(2 55 47 / 0.25); }
.outline-callout-info-text-accent\/30{ outline-color: rgb(2 55 47 / 0.3); }
.outline-callout-info-text-accent\/40{ outline-color: rgb(2 55 47 / 0.4); }
.outline-callout-info-text-accent\/5{ outline-color: rgb(2 55 47 / 0.05); }
.outline-callout-info-text-accent\/50{ outline-color: rgb(2 55 47 / 0.5); }
.outline-callout-info-text-accent\/60{ outline-color: rgb(2 55 47 / 0.6); }
.outline-callout-info-text-accent\/70{ outline-color: rgb(2 55 47 / 0.7); }
.outline-callout-info-text-accent\/75{ outline-color: rgb(2 55 47 / 0.75); }
.outline-callout-info-text-accent\/80{ outline-color: rgb(2 55 47 / 0.8); }
.outline-callout-info-text-accent\/90{ outline-color: rgb(2 55 47 / 0.9); }
.outline-callout-info-text-accent\/95{ outline-color: rgb(2 55 47 / 0.95); }
.outline-callout-ok-text-accent{ outline-color: #66FFDD; }
.outline-callout-ok-text-accent\/0{ outline-color: rgb(102 255 221 / 0); }
.outline-callout-ok-text-accent\/10{ outline-color: rgb(102 255 221 / 0.1); }
.outline-callout-ok-text-accent\/100{ outline-color: rgb(102 255 221 / 1); }
.outline-callout-ok-text-accent\/20{ outline-color: rgb(102 255 221 / 0.2); }
.outline-callout-ok-text-accent\/25{ outline-color: rgb(102 255 221 / 0.25); }
.outline-callout-ok-text-accent\/30{ outline-color: rgb(102 255 221 / 0.3); }
.outline-callout-ok-text-accent\/40{ outline-color: rgb(102 255 221 / 0.4); }
.outline-callout-ok-text-accent\/5{ outline-color: rgb(102 255 221 / 0.05); }
.outline-callout-ok-text-accent\/50{ outline-color: rgb(102 255 221 / 0.5); }
.outline-callout-ok-text-accent\/60{ outline-color: rgb(102 255 221 / 0.6); }
.outline-callout-ok-text-accent\/70{ outline-color: rgb(102 255 221 / 0.7); }
.outline-callout-ok-text-accent\/75{ outline-color: rgb(102 255 221 / 0.75); }
.outline-callout-ok-text-accent\/80{ outline-color: rgb(102 255 221 / 0.8); }
.outline-callout-ok-text-accent\/90{ outline-color: rgb(102 255 221 / 0.9); }
.outline-callout-ok-text-accent\/95{ outline-color: rgb(102 255 221 / 0.95); }
.outline-callout-warning-text-accent{ outline-color: #FFFFFF; }
.outline-callout-warning-text-accent\/0{ outline-color: rgb(255 255 255 / 0); }
.outline-callout-warning-text-accent\/10{ outline-color: rgb(255 255 255 / 0.1); }
.outline-callout-warning-text-accent\/100{ outline-color: rgb(255 255 255 / 1); }
.outline-callout-warning-text-accent\/20{ outline-color: rgb(255 255 255 / 0.2); }
.outline-callout-warning-text-accent\/25{ outline-color: rgb(255 255 255 / 0.25); }
.outline-callout-warning-text-accent\/30{ outline-color: rgb(255 255 255 / 0.3); }
.outline-callout-warning-text-accent\/40{ outline-color: rgb(255 255 255 / 0.4); }
.outline-callout-warning-text-accent\/5{ outline-color: rgb(255 255 255 / 0.05); }
.outline-callout-warning-text-accent\/50{ outline-color: rgb(255 255 255 / 0.5); }
.outline-callout-warning-text-accent\/60{ outline-color: rgb(255 255 255 / 0.6); }
.outline-callout-warning-text-accent\/70{ outline-color: rgb(255 255 255 / 0.7); }
.outline-callout-warning-text-accent\/75{ outline-color: rgb(255 255 255 / 0.75); }
.outline-callout-warning-text-accent\/80{ outline-color: rgb(255 255 255 / 0.8); }
.outline-callout-warning-text-accent\/90{ outline-color: rgb(255 255 255 / 0.9); }
.outline-callout-warning-text-accent\/95{ outline-color: rgb(255 255 255 / 0.95); }
.ring-1{ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.ring-2{ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.ring-inset{ --tw-ring-inset: inset; }
.ring-callout-bad-text-accent{ --tw-ring-opacity: 1; --tw-ring-color: rgb(255 227 227 / var(--tw-ring-opacity)); }
.ring-callout-bad-text-accent\/0{ --tw-ring-color: rgb(255 227 227 / 0); }
.ring-callout-bad-text-accent\/10{ --tw-ring-color: rgb(255 227 227 / 0.1); }
.ring-callout-bad-text-accent\/100{ --tw-ring-color: rgb(255 227 227 / 1); }
.ring-callout-bad-text-accent\/20{ --tw-ring-color: rgb(255 227 227 / 0.2); }
.ring-callout-bad-text-accent\/25{ --tw-ring-color: rgb(255 227 227 / 0.25); }
.ring-callout-bad-text-accent\/30{ --tw-ring-color: rgb(255 227 227 / 0.3); }
.ring-callout-bad-text-accent\/40{ --tw-ring-color: rgb(255 227 227 / 0.4); }
.ring-callout-bad-text-accent\/5{ --tw-ring-color: rgb(255 227 227 / 0.05); }
.ring-callout-bad-text-accent\/50{ --tw-ring-color: rgb(255 227 227 / 0.5); }
.ring-callout-bad-text-accent\/60{ --tw-ring-color: rgb(255 227 227 / 0.6); }
.ring-callout-bad-text-accent\/70{ --tw-ring-color: rgb(255 227 227 / 0.7); }
.ring-callout-bad-text-accent\/75{ --tw-ring-color: rgb(255 227 227 / 0.75); }
.ring-callout-bad-text-accent\/80{ --tw-ring-color: rgb(255 227 227 / 0.8); }
.ring-callout-bad-text-accent\/90{ --tw-ring-color: rgb(255 227 227 / 0.9); }
.ring-callout-bad-text-accent\/95{ --tw-ring-color: rgb(255 227 227 / 0.95); }
.ring-callout-info-text-accent{ --tw-ring-opacity: 1; --tw-ring-color: rgb(2 55 47 / var(--tw-ring-opacity)); }
.ring-callout-info-text-accent\/0{ --tw-ring-color: rgb(2 55 47 / 0); }
.ring-callout-info-text-accent\/10{ --tw-ring-color: rgb(2 55 47 / 0.1); }
.ring-callout-info-text-accent\/100{ --tw-ring-color: rgb(2 55 47 / 1); }
.ring-callout-info-text-accent\/20{ --tw-ring-color: rgb(2 55 47 / 0.2); }
.ring-callout-info-text-accent\/25{ --tw-ring-color: rgb(2 55 47 / 0.25); }
.ring-callout-info-text-accent\/30{ --tw-ring-color: rgb(2 55 47 / 0.3); }
.ring-callout-info-text-accent\/40{ --tw-ring-color: rgb(2 55 47 / 0.4); }
.ring-callout-info-text-accent\/5{ --tw-ring-color: rgb(2 55 47 / 0.05); }
.ring-callout-info-text-accent\/50{ --tw-ring-color: rgb(2 55 47 / 0.5); }
.ring-callout-info-text-accent\/60{ --tw-ring-color: rgb(2 55 47 / 0.6); }
.ring-callout-info-text-accent\/70{ --tw-ring-color: rgb(2 55 47 / 0.7); }
.ring-callout-info-text-accent\/75{ --tw-ring-color: rgb(2 55 47 / 0.75); }
.ring-callout-info-text-accent\/80{ --tw-ring-color: rgb(2 55 47 / 0.8); }
.ring-callout-info-text-accent\/90{ --tw-ring-color: rgb(2 55 47 / 0.9); }
.ring-callout-info-text-accent\/95{ --tw-ring-color: rgb(2 55 47 / 0.95); }
.ring-callout-ok-text-accent{ --tw-ring-opacity: 1; --tw-ring-color: rgb(102 255 221 / var(--tw-ring-opacity)); }
.ring-callout-ok-text-accent\/0{ --tw-ring-color: rgb(102 255 221 / 0); }
.ring-callout-ok-text-accent\/10{ --tw-ring-color: rgb(102 255 221 / 0.1); }
.ring-callout-ok-text-accent\/100{ --tw-ring-color: rgb(102 255 221 / 1); }
.ring-callout-ok-text-accent\/20{ --tw-ring-color: rgb(102 255 221 / 0.2); }
.ring-callout-ok-text-accent\/25{ --tw-ring-color: rgb(102 255 221 / 0.25); }
.ring-callout-ok-text-accent\/30{ --tw-ring-color: rgb(102 255 221 / 0.3); }
.ring-callout-ok-text-accent\/40{ --tw-ring-color: rgb(102 255 221 / 0.4); }
.ring-callout-ok-text-accent\/5{ --tw-ring-color: rgb(102 255 221 / 0.05); }
.ring-callout-ok-text-accent\/50{ --tw-ring-color: rgb(102 255 221 / 0.5); }
.ring-callout-ok-text-accent\/60{ --tw-ring-color: rgb(102 255 221 / 0.6); }
.ring-callout-ok-text-accent\/70{ --tw-ring-color: rgb(102 255 221 / 0.7); }
.ring-callout-ok-text-accent\/75{ --tw-ring-color: rgb(102 255 221 / 0.75); }
.ring-callout-ok-text-accent\/80{ --tw-ring-color: rgb(102 255 221 / 0.8); }
.ring-callout-ok-text-accent\/90{ --tw-ring-color: rgb(102 255 221 / 0.9); }
.ring-callout-ok-text-accent\/95{ --tw-ring-color: rgb(102 255 221 / 0.95); }
.ring-callout-warning-text-accent{ --tw-ring-opacity: 1; --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); }
.ring-callout-warning-text-accent\/0{ --tw-ring-color: rgb(255 255 255 / 0); }
.ring-callout-warning-text-accent\/10{ --tw-ring-color: rgb(255 255 255 / 0.1); }
.ring-callout-warning-text-accent\/100{ --tw-ring-color: rgb(255 255 255 / 1); }
.ring-callout-warning-text-accent\/20{ --tw-ring-color: rgb(255 255 255 / 0.2); }
.ring-callout-warning-text-accent\/25{ --tw-ring-color: rgb(255 255 255 / 0.25); }
.ring-callout-warning-text-accent\/30{ --tw-ring-color: rgb(255 255 255 / 0.3); }
.ring-callout-warning-text-accent\/40{ --tw-ring-color: rgb(255 255 255 / 0.4); }
.ring-callout-warning-text-accent\/5{ --tw-ring-color: rgb(255 255 255 / 0.05); }
.ring-callout-warning-text-accent\/50{ --tw-ring-color: rgb(255 255 255 / 0.5); }
.ring-callout-warning-text-accent\/60{ --tw-ring-color: rgb(255 255 255 / 0.6); }
.ring-callout-warning-text-accent\/70{ --tw-ring-color: rgb(255 255 255 / 0.7); }
.ring-callout-warning-text-accent\/75{ --tw-ring-color: rgb(255 255 255 / 0.75); }
.ring-callout-warning-text-accent\/80{ --tw-ring-color: rgb(255 255 255 / 0.8); }
.ring-callout-warning-text-accent\/90{ --tw-ring-color: rgb(255 255 255 / 0.9); }
.ring-callout-warning-text-accent\/95{ --tw-ring-color: rgb(255 255 255 / 0.95); }
.ring-gray-900\/10{ --tw-ring-color: rgb(17 24 39 / 0.1); }
.ring-swim-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgb(50 197 255 / var(--tw-ring-opacity)); }
.ring-swim-blue\/10{ --tw-ring-color: rgb(50 197 255 / 0.1); }
.ring-swim-purple{ --tw-ring-opacity: 1; --tw-ring-color: rgb(186 98 255 / var(--tw-ring-opacity)); }
.ring-swim-teal{ --tw-ring-opacity: 1; --tw-ring-color: rgb(102 255 221 / var(--tw-ring-opacity)); }
.ring-white{ --tw-ring-opacity: 1; --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); }
.ring-offset-callout-bad-text-accent{ --tw-ring-offset-color: #FFE3E3; }
.ring-offset-callout-bad-text-accent\/0{ --tw-ring-offset-color: rgb(255 227 227 / 0); }
.ring-offset-callout-bad-text-accent\/10{ --tw-ring-offset-color: rgb(255 227 227 / 0.1); }
.ring-offset-callout-bad-text-accent\/100{ --tw-ring-offset-color: rgb(255 227 227 / 1); }
.ring-offset-callout-bad-text-accent\/20{ --tw-ring-offset-color: rgb(255 227 227 / 0.2); }
.ring-offset-callout-bad-text-accent\/25{ --tw-ring-offset-color: rgb(255 227 227 / 0.25); }
.ring-offset-callout-bad-text-accent\/30{ --tw-ring-offset-color: rgb(255 227 227 / 0.3); }
.ring-offset-callout-bad-text-accent\/40{ --tw-ring-offset-color: rgb(255 227 227 / 0.4); }
.ring-offset-callout-bad-text-accent\/5{ --tw-ring-offset-color: rgb(255 227 227 / 0.05); }
.ring-offset-callout-bad-text-accent\/50{ --tw-ring-offset-color: rgb(255 227 227 / 0.5); }
.ring-offset-callout-bad-text-accent\/60{ --tw-ring-offset-color: rgb(255 227 227 / 0.6); }
.ring-offset-callout-bad-text-accent\/70{ --tw-ring-offset-color: rgb(255 227 227 / 0.7); }
.ring-offset-callout-bad-text-accent\/75{ --tw-ring-offset-color: rgb(255 227 227 / 0.75); }
.ring-offset-callout-bad-text-accent\/80{ --tw-ring-offset-color: rgb(255 227 227 / 0.8); }
.ring-offset-callout-bad-text-accent\/90{ --tw-ring-offset-color: rgb(255 227 227 / 0.9); }
.ring-offset-callout-bad-text-accent\/95{ --tw-ring-offset-color: rgb(255 227 227 / 0.95); }
.ring-offset-callout-info-text-accent{ --tw-ring-offset-color: #02372F; }
.ring-offset-callout-info-text-accent\/0{ --tw-ring-offset-color: rgb(2 55 47 / 0); }
.ring-offset-callout-info-text-accent\/10{ --tw-ring-offset-color: rgb(2 55 47 / 0.1); }
.ring-offset-callout-info-text-accent\/100{ --tw-ring-offset-color: rgb(2 55 47 / 1); }
.ring-offset-callout-info-text-accent\/20{ --tw-ring-offset-color: rgb(2 55 47 / 0.2); }
.ring-offset-callout-info-text-accent\/25{ --tw-ring-offset-color: rgb(2 55 47 / 0.25); }
.ring-offset-callout-info-text-accent\/30{ --tw-ring-offset-color: rgb(2 55 47 / 0.3); }
.ring-offset-callout-info-text-accent\/40{ --tw-ring-offset-color: rgb(2 55 47 / 0.4); }
.ring-offset-callout-info-text-accent\/5{ --tw-ring-offset-color: rgb(2 55 47 / 0.05); }
.ring-offset-callout-info-text-accent\/50{ --tw-ring-offset-color: rgb(2 55 47 / 0.5); }
.ring-offset-callout-info-text-accent\/60{ --tw-ring-offset-color: rgb(2 55 47 / 0.6); }
.ring-offset-callout-info-text-accent\/70{ --tw-ring-offset-color: rgb(2 55 47 / 0.7); }
.ring-offset-callout-info-text-accent\/75{ --tw-ring-offset-color: rgb(2 55 47 / 0.75); }
.ring-offset-callout-info-text-accent\/80{ --tw-ring-offset-color: rgb(2 55 47 / 0.8); }
.ring-offset-callout-info-text-accent\/90{ --tw-ring-offset-color: rgb(2 55 47 / 0.9); }
.ring-offset-callout-info-text-accent\/95{ --tw-ring-offset-color: rgb(2 55 47 / 0.95); }
.ring-offset-callout-ok-text-accent{ --tw-ring-offset-color: #66FFDD; }
.ring-offset-callout-ok-text-accent\/0{ --tw-ring-offset-color: rgb(102 255 221 / 0); }
.ring-offset-callout-ok-text-accent\/10{ --tw-ring-offset-color: rgb(102 255 221 / 0.1); }
.ring-offset-callout-ok-text-accent\/100{ --tw-ring-offset-color: rgb(102 255 221 / 1); }
.ring-offset-callout-ok-text-accent\/20{ --tw-ring-offset-color: rgb(102 255 221 / 0.2); }
.ring-offset-callout-ok-text-accent\/25{ --tw-ring-offset-color: rgb(102 255 221 / 0.25); }
.ring-offset-callout-ok-text-accent\/30{ --tw-ring-offset-color: rgb(102 255 221 / 0.3); }
.ring-offset-callout-ok-text-accent\/40{ --tw-ring-offset-color: rgb(102 255 221 / 0.4); }
.ring-offset-callout-ok-text-accent\/5{ --tw-ring-offset-color: rgb(102 255 221 / 0.05); }
.ring-offset-callout-ok-text-accent\/50{ --tw-ring-offset-color: rgb(102 255 221 / 0.5); }
.ring-offset-callout-ok-text-accent\/60{ --tw-ring-offset-color: rgb(102 255 221 / 0.6); }
.ring-offset-callout-ok-text-accent\/70{ --tw-ring-offset-color: rgb(102 255 221 / 0.7); }
.ring-offset-callout-ok-text-accent\/75{ --tw-ring-offset-color: rgb(102 255 221 / 0.75); }
.ring-offset-callout-ok-text-accent\/80{ --tw-ring-offset-color: rgb(102 255 221 / 0.8); }
.ring-offset-callout-ok-text-accent\/90{ --tw-ring-offset-color: rgb(102 255 221 / 0.9); }
.ring-offset-callout-ok-text-accent\/95{ --tw-ring-offset-color: rgb(102 255 221 / 0.95); }
.ring-offset-callout-warning-text-accent{ --tw-ring-offset-color: #FFFFFF; }
.ring-offset-callout-warning-text-accent\/0{ --tw-ring-offset-color: rgb(255 255 255 / 0); }
.ring-offset-callout-warning-text-accent\/10{ --tw-ring-offset-color: rgb(255 255 255 / 0.1); }
.ring-offset-callout-warning-text-accent\/100{ --tw-ring-offset-color: rgb(255 255 255 / 1); }
.ring-offset-callout-warning-text-accent\/20{ --tw-ring-offset-color: rgb(255 255 255 / 0.2); }
.ring-offset-callout-warning-text-accent\/25{ --tw-ring-offset-color: rgb(255 255 255 / 0.25); }
.ring-offset-callout-warning-text-accent\/30{ --tw-ring-offset-color: rgb(255 255 255 / 0.3); }
.ring-offset-callout-warning-text-accent\/40{ --tw-ring-offset-color: rgb(255 255 255 / 0.4); }
.ring-offset-callout-warning-text-accent\/5{ --tw-ring-offset-color: rgb(255 255 255 / 0.05); }
.ring-offset-callout-warning-text-accent\/50{ --tw-ring-offset-color: rgb(255 255 255 / 0.5); }
.ring-offset-callout-warning-text-accent\/60{ --tw-ring-offset-color: rgb(255 255 255 / 0.6); }
.ring-offset-callout-warning-text-accent\/70{ --tw-ring-offset-color: rgb(255 255 255 / 0.7); }
.ring-offset-callout-warning-text-accent\/75{ --tw-ring-offset-color: rgb(255 255 255 / 0.75); }
.ring-offset-callout-warning-text-accent\/80{ --tw-ring-offset-color: rgb(255 255 255 / 0.8); }
.ring-offset-callout-warning-text-accent\/90{ --tw-ring-offset-color: rgb(255 255 255 / 0.9); }
.ring-offset-callout-warning-text-accent\/95{ --tw-ring-offset-color: rgb(255 255 255 / 0.95); }
.drop-shadow-lg{ --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.drop-shadow-sm{ --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.filter{ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.backdrop-blur{ --tw-backdrop-blur: blur(8px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); }
.backdrop-blur-sm{ --tw-backdrop-blur: blur(4px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); }
.transition{ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-\[filter\]{ transition-property: filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-\[margin-left\2c opacity\]{ transition-property: margin-left,opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity{ transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.delay-75{ transition-delay: 75ms; }
.duration-100{ transition-duration: 100ms; }
.duration-300{ transition-duration: 300ms; }
.ease-in{ transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.ease-in-out{ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.ease-linear{ transition-timing-function: linear; }
.ease-out{ transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.\[clip-path\:polygon\(0_0\2c calc\(100\%-12px\)_0\2c 100\%_12px\2c 100\%_100\%\2c 12px_100\%\2c 0_calc\(100\%-12px\)\)\]{ -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px)); clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px)); }
.\[clip-path\:polygon\(0_0\2c calc\(100\%-24px\)_0\2c 100\%_24px\2c 100\%_100\%\2c 24px_100\%\2c 0_calc\(100\%-24px\)\)\]{ -webkit-clip-path: polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px)); clip-path: polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px)); }
.\[clip-path\:polygon\(0_0\2c calc\(100\%-8px\)_0\2c 100\%_8px\2c 100\%_100\%\2c 8px_100\%\2c 0_calc\(100\%-8px\)\)\]{ -webkit-clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px)); clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px)); }
.before\:absolute::before{ content: var(--tw-content); position: absolute; }
.before\:inset-0::before{ content: var(--tw-content); inset: 0px; }
.before\:-z-\[1\]::before{ content: var(--tw-content); z-index: -1; }
.before\:bg-eggshell-500::before{ content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(247 242 231 / var(--tw-bg-opacity)); }
.before\:backdrop-blur::before{ content: var(--tw-content); --tw-backdrop-blur: blur(8px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); }
.before\:\[clip-path\:polygon\(0_0\2c calc\(100\%-12px\)_0\2c 100\%_12px\2c 100\%_100\%\2c 12px_100\%\2c 0_calc\(100\%-12px\)\2c 0_0\2c 1px_1px\2c 1px_calc\(100\%-12px-0\.41px\)\2c calc\(12px\+0\.41px\)_calc\(100\%-1px\)\2c calc\(100\%-1px\)_calc\(100\%-1px\)\2c calc\(100\%-1px\)_calc\(12px\+0\.41px\)\2c calc\(100\%-12px-0\.41px\)_1px\2c 1px_1px\)\]::before{ content: var(--tw-content); -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px),0 0,1px 1px,1px calc(100% - 12px - 0.41px),calc(12px + 0.41px) calc(100% - 1px),calc(100% - 1px) calc(100% - 1px),calc(100% - 1px) calc(12px + 0.41px),calc(100% - 12px - 0.41px) 1px,1px 1px); clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px),0 0,1px 1px,1px calc(100% - 12px - 0.41px),calc(12px + 0.41px) calc(100% - 1px),calc(100% - 1px) calc(100% - 1px),calc(100% - 1px) calc(12px + 0.41px),calc(100% - 12px - 0.41px) 1px,1px 1px); }
.hover\:border-l-kaimurasaki:hover{ --tw-border-opacity: 1; border-left-color: rgb(34 28 52 / var(--tw-border-opacity)); }
.hover\:border-l-kaimurasaki-400:hover{ --tw-border-opacity: 1; border-left-color: rgb(167 164 174 / var(--tw-border-opacity)); }
.hover\:bg-eggshell-500:hover{ --tw-bg-opacity: 1; background-color: rgb(247 242 231 / var(--tw-bg-opacity)); }
.hover\:bg-gray-200:hover{ --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity)); }
.hover\:bg-gray-50:hover{ --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); }
.hover\:bg-swim-teal:hover{ --tw-bg-opacity: 1; background-color: rgb(102 255 221 / var(--tw-bg-opacity)); }
.hover\:bg-white:hover{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.hover\:text-kaimurasaki:hover{ --tw-text-opacity: 1; color: rgb(34 28 52 / var(--tw-text-opacity)); }
.hover\:text-swim-blue:hover{ --tw-text-opacity: 1; color: rgb(50 197 255 / var(--tw-text-opacity)); }
.hover\:text-swim-dark-blue:hover{ --tw-text-opacity: 1; color: rgb(4 34 86 / var(--tw-text-opacity)); }
.hover\:text-white:hover{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.hover\:underline:hover{ text-decoration-line: underline; }
.hover\:shadow-md:hover{ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.hover\:shadow-swim-blue:hover{ --tw-shadow-color: #32C5FF; --tw-shadow: var(--tw-shadow-colored); }
.hover\:drop-shadow-md:hover{ --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.hover\:filter-none:hover{ filter: none; }
.focus\:outline-none:focus{ outline: 2px solid transparent; outline-offset: 2px; }
.focus-visible\:outline:focus-visible{ outline-style: solid; }
.focus-visible\:outline-2:focus-visible{ outline-width: 2px; }
.focus-visible\:outline-offset-2:focus-visible{ outline-offset: 2px; }
.focus-visible\:outline-offset-\[-4px\]:focus-visible{ outline-offset: -4px; }
.focus-visible\:outline-swim-blue:focus-visible{ outline-color: #32C5FF; }
.group\/avatar:hover .group-hover\/avatar\:bg-eggshell{ --tw-bg-opacity: 1; background-color: rgb(240 229 208 / var(--tw-bg-opacity)); }
.group\/post:hover .group-hover\/post\:bg-eggshell-400{ --tw-bg-opacity: 1; background-color: rgb(249 245 236 / var(--tw-bg-opacity)); }
.group\/post:hover .group-hover\/post\:bg-swim-dark-blue{ --tw-bg-opacity: 1; background-color: rgb(4 34 86 / var(--tw-bg-opacity)); }
.group\/avatar:hover .group-hover\/avatar\:text-kaimurasaki{ --tw-text-opacity: 1; color: rgb(34 28 52 / var(--tw-text-opacity)); }
.group\/item:hover .group-hover\/item\:text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.group\/post:hover .group-hover\/post\:text-kaimurasaki{ --tw-text-opacity: 1; color: rgb(34 28 52 / var(--tw-text-opacity)); }
.group\/post:hover .group-hover\/post\:text-kaimurasaki-700{ --tw-text-opacity: 1; color: rgb(100 96 113 / var(--tw-text-opacity)); }
.group\/post:hover .group-hover\/post\:text-kaimurasaki-900{ --tw-text-opacity: 1; color: rgb(56 50 72 / var(--tw-text-opacity)); }
.group\/post:hover .group-hover\/post\:text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.group:hover .group-hover\:text-swim-blue{ --tw-text-opacity: 1; color: rgb(50 197 255 / var(--tw-text-opacity)); }
.group:hover .group-hover\:text-swim-teal{ --tw-text-opacity: 1; color: rgb(102 255 221 / var(--tw-text-opacity)); }
.group:hover .group-hover\:underline{ text-decoration-line: underline; }
.prose-code\:before\:hidden :is(:where(code):not(:where([class~="not-prose"] *)))::before{ content: var(--tw-content); display: none; }
.prose-code\:after\:hidden :is(:where(code):not(:where([class~="not-prose"] *)))::after{ content: var(--tw-content); display: none; }
@media (min-width: 640px){
 .sm\:mt-24{ margin-top: 6rem; }
 .sm\:mt-32{ margin-top: 8rem; }
 .sm\:aspect-\[2\/1\]{ aspect-ratio: 2/1; }
 .sm\:max-w-5xl{ max-width: 64rem; }
 .sm\:grid-cols-1{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
 .sm\:px-3{ padding-left: 0.75rem; padding-right: 0.75rem; }
 .sm\:px-3\.5{ padding-left: 0.875rem; padding-right: 0.875rem; }
 .sm\:px-6{ padding-left: 1.5rem; padding-right: 1.5rem; }
 .sm\:py-32{ padding-top: 8rem; padding-bottom: 8rem; }
 .sm\:py-4{ padding-top: 1rem; padding-bottom: 1rem; }
 .sm\:py-8{ padding-top: 2rem; padding-bottom: 2rem; }
 .sm\:pb-32{ padding-bottom: 8rem; }
 .sm\:text-3xl{ font-size: 1.875rem; line-height: 2.25rem; }
 .sm\:text-4xl{ font-size: 2.25rem; line-height: 2.5rem; }
 .sm\:text-5xl{ font-size: 3rem; line-height: 1; }
 .sm\:before\:flex-1::before{ content: var(--tw-content); flex: 1 1 0%; } }
@media (min-width: 768px){
 .md\:order-1{ order: 1; }
 .md\:order-2{ order: 2; }
 .md\:mt-0{ margin-top: 0px; }
 .md\:flex{ display: flex; }
 .md\:grid-cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .md\:items-center{ align-items: center; }
 .md\:justify-between{ justify-content: space-between; } }
@media (min-width: 1024px){
 .lg\:fixed{ position: fixed; }
 .lg\:inset-y-0{ top: 0px; bottom: 0px; }
 .lg\:top-\[60px\]{ top: 60px; }
 .lg\:z-50{ z-index: 50; }
 .lg\:order-last{ order: 9999; }
 .lg\:col-span-5{ grid-column: span 5 / span 5; }
 .lg\:col-span-7{ grid-column: span 7 / span 7; }
 .lg\:-m-4{ margin: -1rem; }
 .lg\:mx-0{ margin-left: 0px; margin-right: 0px; }
 .lg\:mb-10{ margin-bottom: 2.5rem; }
 .lg\:mb-14{ margin-bottom: 3.5rem; }
 .lg\:ml-10{ margin-left: 2.5rem; }
 .lg\:ml-6{ margin-left: 1.5rem; }
 .lg\:mr-0{ margin-right: 0px; }
 .lg\:mt-0{ margin-top: 0px; }
 .lg\:mt-10{ margin-top: 2.5rem; }
 .lg\:mt-16{ margin-top: 4rem; }
 .lg\:block{ display: block; }
 .lg\:flex{ display: flex; }
 .lg\:hidden{ display: none; }
 .lg\:aspect-\[3\/2\]{ aspect-ratio: 3/2; }
 .lg\:h-8{ height: 2rem; }
 .lg\:h-\[60px\]{ height: 60px; }
 .lg\:h-\[80px\]{ height: 80px; }
 .lg\:w-72{ width: 18rem; }
 .lg\:w-8{ width: 2rem; }
 .lg\:w-\[224px\]{ width: 224px; }
 .lg\:w-\[784px\]{ width: 784px; }
 .lg\:max-w-\[784px\]{ max-width: 784px; }
 .lg\:max-w-none{ max-width: none; }
 .lg\:max-w-xl{ max-width: 36rem; }
 .lg\:max-w-xs{ max-width: 20rem; }
 .lg\:flex-none{ flex: none; }
 .lg\:flex-shrink-0{ flex-shrink: 0; }
 .lg\:grow-0{ flex-grow: 0; }
 .lg\:basis-4{ flex-basis: 1rem; }
 .lg\:scroll-pt-\[calc\(60px\+20px\)\]{ scroll-padding-top: calc(60px + 20px); }
 .lg\:grid-cols-12{ grid-template-columns: repeat(12, minmax(0, 1fr)); }
 .lg\:grid-cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .lg\:grid-cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
 .lg\:grid-cols-4{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
 .lg\:flex-col{ flex-direction: column; }
 .lg\:items-center{ align-items: center; }
 .lg\:justify-end{ justify-content: flex-end; }
 .lg\:justify-between{ justify-content: space-between; }
 .lg\:rounded-2xl{ border-radius: 1rem; }
 .lg\:p-4{ padding: 1rem; }
 .lg\:px-4{ padding-left: 1rem; padding-right: 1rem; }
 .lg\:px-8{ padding-left: 2rem; padding-right: 2rem; }
 .lg\:py-10{ padding-top: 2.5rem; padding-bottom: 2.5rem; }
 .lg\:py-20{ padding-top: 5rem; padding-bottom: 5rem; }
 .lg\:py-32{ padding-top: 8rem; padding-bottom: 8rem; }
 .lg\:py-40{ padding-top: 10rem; padding-bottom: 10rem; }
 .lg\:pt-8{ padding-top: 2rem; } }
@media (min-width: 1280px){
 .xl\:sticky{ position: sticky; }
 .xl\:top-\[60px\]{ top: 60px; }
 .xl\:ml-32{ margin-left: 8rem; }
 .xl\:block{ display: block; }
 .xl\:max-h-\[calc\(100vh-60px\)\]{ max-height: calc(100vh - 60px); }
 .xl\:w-\[224px\]{ width: 224px; }
 .xl\:w-\[800px\]{ width: 800px; }
 .xl\:max-w-\[800px\]{ max-width: 800px; }
 .xl\:grow{ flex-grow: 1; }
 .xl\:basis-4{ flex-basis: 1rem; }
 .xl\:gap-x-12{ -moz-column-gap: 3rem; column-gap: 3rem; }
 .xl\:px-10{ padding-left: 2.5rem; padding-right: 2.5rem; }
 .xl\:py-10{ padding-top: 2.5rem; padding-bottom: 2.5rem; }
 .xl\:py-20{ padding-top: 5rem; padding-bottom: 5rem; } }
@media (min-width: 1536px){
 .\32xl\:py-40{ padding-top: 10rem; padding-bottom: 10rem; } }
.\[\&_a\]\:text-callout-bad-text-accent a{ --tw-text-opacity: 1; color: rgb(255 227 227 / var(--tw-text-opacity)); }
.\[\&_a\]\:text-callout-info-text-accent a{ --tw-text-opacity: 1; color: rgb(2 55 47 / var(--tw-text-opacity)); }
.\[\&_a\]\:text-callout-ok-text-accent a{ --tw-text-opacity: 1; color: rgb(102 255 221 / var(--tw-text-opacity)); }
.\[\&_a\]\:text-callout-warning-text-accent a{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.\[\&_strong\]\:text-callout-bad-text-accent strong{ --tw-text-opacity: 1; color: rgb(255 227 227 / var(--tw-text-opacity)); }
.\[\&_strong\]\:text-callout-info-text-accent strong{ --tw-text-opacity: 1; color: rgb(2 55 47 / var(--tw-text-opacity)); }
.\[\&_strong\]\:text-callout-ok-text-accent strong{ --tw-text-opacity: 1; color: rgb(102 255 221 / var(--tw-text-opacity)); }
.\[\&_strong\]\:text-callout-warning-text-accent strong{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
