/* Global System Styling */
html.hs-inline-edit {
  overflow: unset !important;
  height: unset !important;
  overscroll-behavior: unset !important;
}
html.hs-inline-edit body {
  overscroll-behavior: unset !important;
}
.dnd-section {
  padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
  padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.dnd-section:has(.module-wrapper) {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.dnd-section > .row-fluid {
  width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
  margin-right: auto;
  margin-left: auto;
}
.dnd-section > .row-fluid > * {
  --container-outer-gutter: 0;
  --breakout-container-outer-gutter: 0;
}
.site-header-nav-chrome .nav-top-row > .dnd-section > .row-fluid,
.site-header-nav-chrome .nav-top-row > .dnd-section > .row-fluid > div {
  background-color: transparent;
}
@media (min-width: 1024px) {
  
  .site-header-nav-collapse .dnd-section > .row-fluid {
    background-color: transparent;
  }
}
.dnd-section > .row-fluid .module-wrapper {
  --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
  --breakout-container-outer-gutter: var(--outer-gutter);
  position: relative;
  left: 50%;
  width: calc(100vw - var(--scrollbar-visible-width, 0px));
  margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
}
.dnd-section > .row-fluid .module-wrapper.px-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .px-outer-gutter {
  padding-left: var(--breakout-outer-gutter);
  padding-right: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper.pr-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .pr-outer-gutter {
  padding-right: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper.pl-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .pl-outer-gutter {
  padding-left: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper > .w-outer-gutter {
  width: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--inner-gutter);
}
/* Apply full width to all columns for mobile */
.dnd-section > .row-fluid .widget-span {
  width: 100%;
}
@media (min-width: 1024px) {
  .dnd-section > .row-fluid .span1 {
    width: 1/12;
  }
  .dnd-section > .row-fluid .span2 {
    width: 2/12;
  }
  .dnd-section > .row-fluid .span3 {
    width: 3/12;
  }
  .dnd-section > .row-fluid .span4 {
    width: 4/12;
  }
  .dnd-section > .row-fluid .span5 {
    width: 5/12;
  }
  .dnd-section > .row-fluid .span6 {
    width: 6/12;
  }
  .dnd-section > .row-fluid .span7 {
    width: 7/12;
  }
  .dnd-section > .row-fluid .span8 {
    width: 8/12;
  }
  .dnd-section > .row-fluid .span9 {
    width: 9/12;
  }
  .dnd-section > .row-fluid .span10 {
    width: 10/12;
  }
  .dnd-section > .row-fluid .span11 {
    width: 11/12;
  }
  .dnd-section > .row-fluid .span12 {
    width: 12/12;
  }
}
/* TYPOGRAPHY
 *
 * This file owns ONLY the document-wide defaults. All per-tag styling for
 * author-generated content (headings, paragraphs, lists, links, etc.) lives
 * in elements/richtext.css and is scoped to `.richtext.prose`.
 *
 * Do not add `body h1`, `body p`, `body a` rules here — they leak into
 * design-system molecules. See specs/richtext.md.
 */
/* Poppins loaded via Google Fonts <link> in base.html */
body {
  font-family: "Poppins", sans-serif;
  font-size: var(--f-base);
  line-height: 140%;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
/* Marker classes used by the Headline / SubHeading atoms to opt into the
   Poppins headline font. Kept here (not in richtext.css) because they're
   applied directly to design-system component output, not to author HTML. */
.headline,
.sub-heading {
  font-family: "Poppins", sans-serif;
}
/* =============================================================
   Richtext styles — scoped to .richtext.prose only.

   - .prose         Tailwind typography plugin baseline (list-style,
                    base text color, vertical rhythm, etc.)
   - .richtext      Project-level overrides on top of .prose, all
                    driven by design-system tokens.

   No styles in this file should target a richtext element without
   the .richtext scope. Anything global belongs in elements/typography.css.
   ============================================================= */
.richtext.prose {
  /* Reset prose plugin's max-width and color, defer to brand tokens */
  max-width: none;
  color: var(--fg-secondary, #252A36);
}
/* ---------- Headings ---------- */
.richtext.prose :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
  font-family: "Poppins", sans-serif;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  font-weight: 600;
  line-height: 1.2;
}
.richtext.prose :where(h1) {
  font-size: var(--f-4xl);
  line-height: 110%;
}
.richtext.prose :where(h2) {
  font-size: var(--f-3xl);
  line-height: 120%;
}
.richtext.prose :where(h3) {
  font-size: var(--f-2xl);
  line-height: 120%;
}
.richtext.prose :where(h4) {
  font-size: var(--f-xl);
  line-height: 120%;
}
.richtext.prose :where(h5) {
  font-size: var(--f-lg);
  line-height: 130%;
}
.richtext.prose :where(h6) {
  font-size: var(--f-base);
  line-height: 140%;
}
/* The heading following another heading (e.g. h2 directly after h1)
   shouldn't double up on top spacing — keep the rhythm tight. */
.richtext.prose :where(h1, h2, h3, h4, h5, h6) + :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
/* ---------- Paragraphs ---------- */
.richtext.prose :where(p) {
  font-size: var(--f-base);
  line-height: 140%;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
  line-height: 1.5;
  margin: 0;
}
.richtext.prose :where(p:not(:first-child)) {
  margin-top: 15px;
}
/* ---------- Inline emphasis ---------- */
.richtext.prose :where(strong, b) { font-weight: 600; color: inherit; }
.richtext.prose :where(em, i)     { font-style: italic; color: inherit; }
.richtext.prose :where(s, del)    { text-decoration: line-through; }
.richtext.prose :where(u)         { text-decoration: underline; }
.richtext.prose :where(mark)      { background-color: rgba(220, 88, 42, 0.15); color: inherit; padding: 0 0.15em; }
/* ---------- Links (excluding design-system buttons) ---------- */
.richtext.prose :where(a):not(.custom-btn):not(.custom-link) {
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  color: var(--fg-accent, #DC582A);
  text-underline-offset: 0.15em;
}
.richtext.prose :where(a):not(.custom-btn):not(.custom-link):hover,
.richtext.prose :where(a):not(.custom-btn):not(.custom-link):focus-visible {
  color: var(--fg-accent, #DC582A);
  text-decoration-thickness: 2px;
}
/* ---------- Lists ---------- */
.richtext.prose :where(ul, ol) {
  list-style-position: outside;
  padding-inline-start: 1.5em;
  margin: 1em 0 0 0;
}
.richtext.prose :where(ul)         { list-style-type: disc; }
.richtext.prose :where(ol)         { list-style-type: decimal; }
.richtext.prose :where(ul ul)      { list-style-type: circle; }
.richtext.prose :where(ul ul ul)   { list-style-type: square; }
.richtext.prose :where(ol ol)      { list-style-type: lower-alpha; }
.richtext.prose :where(ol ol ol)   { list-style-type: lower-roman; }
.richtext.prose :where(li) {
  font-size: var(--f-base);
  line-height: 140%;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
  margin: 0.4em 0;
  padding-inline-start: 0.25em;
}
.richtext.prose :where(li > ul, li > ol) { margin-top: 0.4em; }
.richtext.prose :where(li::marker) {
  color: var(--fg-accent, #DC582A);
  font-weight: 600;
}
/* ---------- Blockquote ---------- */
.richtext.prose :where(blockquote) {
  margin: 1.5em 0 0 0;
  padding: 0.5em 1.25em;
  border-inline-start: 3px solid var(--surface-secondary, #009CDE);
  font-style: italic;
  color: var(--fg-primary, #252A36);
}
.richtext.prose :where(blockquote p) {
  margin-top: 0;
}
/* ---------- Code ---------- */
.richtext.prose :where(code) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9em;
  padding: 0.15em 0.4em;
  border-radius: 6px;
  background-color: var(--surface-tertiary, #EAEAEA);
  color: var(--fg-primary, #252A36);
}
.richtext.prose :where(pre) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  margin: 1.25em 0 0 0;
  padding: 1em 1.25em;
  border-radius: 12px;
  background-color: var(--surface-tertiary, #EAEAEA);
  color: var(--fg-primary, #252A36);
  overflow-x: auto;
  line-height: 1.5;
}
.richtext.prose :where(pre code) {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
}
/* ---------- Inline modifiers ---------- */
.richtext.prose :where(sub, sup) {
  font-size: 0.75em;
  line-height: 0;
}
.richtext.prose :where(sub) { vertical-align: sub; }
.richtext.prose :where(sup) { vertical-align: super; }
/* ---------- Divider ---------- */
.richtext.prose :where(hr) {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid var(--stroke-secondary, #EAEAEA);
}
/* ---------- Tables ---------- */
.richtext.prose :where(table) {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0 0 0;
  font-size: 0.95em;
  text-align: left;
}
.richtext.prose :where(thead th) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  font-weight: 600;
  border-bottom: 2px solid var(--stroke-primary, #252A36);
  padding: 0.75em 1em;
}
.richtext.prose :where(tbody td) {
  border-bottom: 1px solid var(--stroke-secondary, #EAEAEA);
  padding: 0.75em 1em;
  vertical-align: top;
}
.richtext.prose :where(tbody tr:last-child td) {
  border-bottom: 0;
}
/* ---------- Media ---------- */
.richtext.prose :where(img, video) {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5em 0 0 0;
}
.richtext.prose :where(figure) {
  margin: 1.5em 0 0 0;
}
.richtext.prose :where(figcaption) {
  font-size: var(--f-sm);
  line-height: 140%;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
  margin-top: 0.5em;
  text-align: center;
  font-style: italic;
}
/* FORMS */
form, .form-wrapper {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
form fieldset, .form-wrapper fieldset {
  width: 100%;
  max-width: 100% !important;
}
form fieldset.form-columns-2,
.form-wrapper fieldset.form-columns-2 {
  display: grid;
}
@media (min-width: 640px) {
  form fieldset.form-columns-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before,
.form-wrapper fieldset.form-columns-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  form fieldset.form-columns-2[class*="grid-line-xfull"] > *:nth-child(n)::before,
.form-wrapper fieldset.form-columns-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  form fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+1)::before,
.form-wrapper fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  form fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+2)::before,
.form-wrapper fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  form fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before,
.form-wrapper fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  form fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before,
.form-wrapper fieldset.form-columns-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  form fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after,
.form-wrapper fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  form fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after,
.form-wrapper fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  form fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after,
.form-wrapper fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  form fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after,
.form-wrapper fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  form fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after,
.form-wrapper fieldset.form-columns-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  form fieldset.form-columns-2,
.form-wrapper fieldset.form-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
form fieldset.form-columns-3,
.form-wrapper fieldset.form-columns-3 {
  display: grid;
}
@media (min-width: 640px) {
  form fieldset.form-columns-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before,
.form-wrapper fieldset.form-columns-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  form fieldset.form-columns-3[class*="grid-line-xfull"] > *:nth-child(n)::before,
.form-wrapper fieldset.form-columns-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  form fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+1)::before,
.form-wrapper fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  form fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+3)::before,
.form-wrapper fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  form fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before,
.form-wrapper fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  form fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before,
.form-wrapper fieldset.form-columns-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  form fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after,
.form-wrapper fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  form fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after,
.form-wrapper fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  form fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after,
.form-wrapper fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  form fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after,
.form-wrapper fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  form fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after,
.form-wrapper fieldset.form-columns-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  form fieldset.form-columns-3,
.form-wrapper fieldset.form-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
form fieldset.form-columns-1 > div,
form fieldset.form-columns-1 .hs-input:not(input[type=radio]):not(input[type=checkbox]),
.form-wrapper fieldset.form-columns-1 > div,
form fieldset.form-columns-2 > div,
.form-wrapper fieldset.form-columns-2 > div,
form fieldset.form-columns-3 > div,
.form-wrapper fieldset.form-columns-3 > div {
  width: 100% !important;
}
form fieldset label, 
.form-wrapper fieldset label {
  font-size: var(--f-base);
  line-height: 140%;
}
form fieldset .hs-form-field label,
form .hs-form-field label:not(.hs-form-checkbox-display):not(.hs-form-radio-display) {
  display: flex;
}
/* FORM FIELDS */
form fieldset .input, 
.form-wrapper fieldset .input,
.form-wrapper .hs-form-field .input {
  margin-bottom: 1rem;
  margin-right: 0rem;
}
form input[multiple],
.form-wrapper input[multiple],
form input[type=date],
.form-wrapper input[type=date],
form input[type=datetime-local],
.form-wrapper input[type=datetime-local],
form input[type=email],
.form-wrapper input[type=email],
form input[type=month],
.form-wrapper input[type=month],
form input[type=number],
.form-wrapper input[type=number],
form input[type=password],
.form-wrapper input[type=password],
form input[type=search],
.form-wrapper input[type=search],
form input[type=tel],
.form-wrapper input[type=tel],
form input[type=text],
.form-wrapper input[type=text],
form input[type=time],
.form-wrapper input[type=time],
form input[type=url],
.form-wrapper input[type=url],
form input[type=week],
.form-wrapper input[type=week], 
form input:where(:not([type])),
.form-wrapper input:where(:not([type])),
form select,
.form-wrapper select,
form textarea,
.form-wrapper textarea,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  width: 100%;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
  padding-right: calc(2.00rem + 4.00 * var(--fluid-bp));
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
form input[multiple]::-moz-placeholder, .form-wrapper input[multiple]::-moz-placeholder, form input[type=date]::-moz-placeholder, .form-wrapper input[type=date]::-moz-placeholder, form input[type=datetime-local]::-moz-placeholder, .form-wrapper input[type=datetime-local]::-moz-placeholder, form input[type=email]::-moz-placeholder, .form-wrapper input[type=email]::-moz-placeholder, form input[type=month]::-moz-placeholder, .form-wrapper input[type=month]::-moz-placeholder, form input[type=number]::-moz-placeholder, .form-wrapper input[type=number]::-moz-placeholder, form input[type=password]::-moz-placeholder, .form-wrapper input[type=password]::-moz-placeholder, form input[type=search]::-moz-placeholder, .form-wrapper input[type=search]::-moz-placeholder, form input[type=tel]::-moz-placeholder, .form-wrapper input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder, .form-wrapper input[type=text]::-moz-placeholder, form input[type=time]::-moz-placeholder, .form-wrapper input[type=time]::-moz-placeholder, form input[type=url]::-moz-placeholder, .form-wrapper input[type=url]::-moz-placeholder, form input[type=week]::-moz-placeholder, .form-wrapper input[type=week]::-moz-placeholder, form input:where(:not([type]))::-moz-placeholder, .form-wrapper input:where(:not([type]))::-moz-placeholder, form select::-moz-placeholder, .form-wrapper select::-moz-placeholder, form textarea::-moz-placeholder, .form-wrapper textarea::-moz-placeholder, .form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
form input[multiple]::placeholder,
.form-wrapper input[multiple]::placeholder,
form input[type=date]::placeholder,
.form-wrapper input[type=date]::placeholder,
form input[type=datetime-local]::placeholder,
.form-wrapper input[type=datetime-local]::placeholder,
form input[type=email]::placeholder,
.form-wrapper input[type=email]::placeholder,
form input[type=month]::placeholder,
.form-wrapper input[type=month]::placeholder,
form input[type=number]::placeholder,
.form-wrapper input[type=number]::placeholder,
form input[type=password]::placeholder,
.form-wrapper input[type=password]::placeholder,
form input[type=search]::placeholder,
.form-wrapper input[type=search]::placeholder,
form input[type=tel]::placeholder,
.form-wrapper input[type=tel]::placeholder,
form input[type=text]::placeholder,
.form-wrapper input[type=text]::placeholder,
form input[type=time]::placeholder,
.form-wrapper input[type=time]::placeholder,
form input[type=url]::placeholder,
.form-wrapper input[type=url]::placeholder,
form input[type=week]::placeholder,
.form-wrapper input[type=week]::placeholder, 
form input:where(:not([type]))::placeholder,
.form-wrapper input:where(:not([type]))::placeholder,
form select::placeholder,
.form-wrapper select::placeholder,
form textarea::placeholder,
.form-wrapper textarea::placeholder,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput::placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
form select option,
.form-wrapper select option {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
form select option:hover,
.form-wrapper select option:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
form select,
.form-wrapper select {
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23030037' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9'/%3E%3C/svg%3E");
  background-position: right 0.7rem center;
  background-size: 18px;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownInput > div > span {
  border: none;
  display: inline-block;
  width: 0.6em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15' width='9' height='15'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75 10.5 3.75 3.75 3.75-3.75m-7.5-6L4.5.75 8.25 4.5' display='block'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
}
form label,
.form-wrapper label,
.form-wrapper label[data-hsfc-id=Renderer],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  margin-bottom: 0.75rem;
  display: flex;
}
form textarea,
.form-wrapper textarea,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
form textarea::-moz-placeholder, .form-wrapper textarea::-moz-placeholder, .form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
form textarea::placeholder,
.form-wrapper textarea::placeholder,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput::placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
form textarea,
.form-wrapper textarea,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  min-height: 6lh; /* 6 lines based on line-height */
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput {
  gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child > div {
  display: inline-block;
  width: 0.6em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15' width='9' height='15'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75 10.5 3.75 3.75 3.75-3.75m-7.5-6L4.5.75 8.25 4.5' display='block'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  border-color: #0000;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) > .hsfc-TextInput {
  border-left: inherit;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
form [type=checkbox],
.form-wrapper [type=checkbox],
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox],
.form-wrapper form fieldset input[type=checkbox],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput,
.form-wrapper .hs-form-booleancheckbox-display input {
  position: relative;
  float: none;
  height: 24px;
  width: 24px;
  border-radius: calc(0.50rem + 1.00 * var(--fluid-bp));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
form [type=radio],
.form-wrapper [type=radio],
.form-wrapper form[class*="hs-form"] fieldset input[type=radio],
.form-wrapper form fieldset input[type=radio],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput {
  position: relative;
  float: none;
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
form[type=checkbox]:checked:after,
.form-wrapper [type=checkbox]:checked:after,
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked:after,
.form-wrapper form fieldset input[type=checkbox]:checked:after,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
  -webkit-mask-image:none;
          mask-image:none; z-index: 0; border-radius: 9999px; --tw-bg-opacity: 1; background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
form[type=checkbox]:checked:before,
.form-wrapper [type=checkbox]:checked:before,
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked:before,
.form-wrapper form fieldset input[type=checkbox]:checked:before,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-self: center;
  justify-self: center;
  content: '';
  z-index: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.531 7.28-12 12a.75.75 0 01-1.061 0l-5.25-5.25a.75.75 0 011.061-1.06l4.72 4.72L20.47 6.22a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
[data-hsfc-id=Renderer] .hsfc-CheckboxInput:hover {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
form[type=checkbox]:checked,
.form-wrapper [type=checkbox]:checked,
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked,
.form-wrapper form fieldset input[type=checkbox]:checked,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-surface-accent-green) / var(--twc-surface-accent-green-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
form [type=radio]:checked,
.form-wrapper [type=radio]:checked,
.form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked,
.form-wrapper form fieldset input[type=radio]:checked,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-surface-accent-green) / var(--twc-surface-accent-green-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
form [type=radio]:checked:after,
.form-wrapper [type=radio]:checked:after,
.form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked:after,
.form-wrapper form fieldset input[type=radio]:checked:after,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked:after {
  -webkit-mask-image:none;
          mask-image:none; z-index: 0; border-radius: 9999px; --tw-bg-opacity: 1; background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
form [type=radio]:checked:before,
.form-wrapper [type=radio]:checked:before,
.form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked:before,
.form-wrapper form fieldset input[type=radio]:checked:before,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-self: center;
  justify-self: center;
  content: '';
  z-index: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.531 7.28-12 12a.75.75 0 01-1.061 0l-5.25-5.25a.75.75 0 011.061-1.06l4.72 4.72L20.47 6.22a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
form [type="file"],
.form-wrapper [type="file"],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput {
  cursor: pointer;
  font-size: var(--f-base);
  line-height: 140%;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput:focus {
  border-radius: 16px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-width: 2px;
}
form [type="file"]::file-selector-button,
.form-wrapper [type="file"]::file-selector-button,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput::file-selector-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
form [type="file"]:hover::file-selector-button,
.form-wrapper [type="file"]:hover::file-selector-button,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput:hover::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
/* Default focus ring - all form fields */
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus:not([aria-invalid="true"]),
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child:focus {
  border-color: #0000 !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-ring-opacity))) !important;
}
/* Default focus ring - checkbox and radio buttons*/
.form-wrapper input:is([type=checkbox], [type=radio]):is(:focus),
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:focus,
.form-wrapper input:is([type=checkbox], [type=radio]):is(:focus-visible),
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-ring-opacity))) !important;
}
/* Filled - Success ring: only during active input (touched but not yet validated/blurred) */
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus[data-touched="true"]:not(.invalid):not(:-moz-placeholder-shown), .form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus[aria-invalid="false"][data-touched="true"]:not(:-moz-placeholder-shown) {
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity))) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus[data-touched="true"]:not(.invalid):not(:placeholder-shown),
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus[aria-invalid="false"][data-touched="true"]:not(:placeholder-shown) {
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity))) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
/* Error ring - persists even without focus */
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea).error,
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea)[aria-invalid="true"] {
  border-color: #0000 !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-ring-opacity))) !important;
}
/* OLD HS FORM - CHECKBOXES AND RADIO BUTTONS */
form .hs-form-booleancheckbox-display,
.form-wrapper .hs-form-booleancheckbox-display {
  margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
}
form .hs-form-checkbox-display,
.form-wrapper .hs-form-checkbox-display,
form .hs-form-booleancheckbox-display,
.form-wrapper .hs-form-booleancheckbox-display,
form .hs-form-radio-display,
.form-wrapper .hs-form-radio-display {
  margin-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
  padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
form .hs-form-checkbox [type='checkbox']:checked,
form .hs-form-radio [type='radio']:checked,
form .hs-form-booleancheckbox [type='checkbox']:checked,
form .hs-form-booleancheckbox [type='radio']:checked {
  background-image: none !important;
}
/* OLD HS FORM - ERROR */
form .hs-error-msgs {
  /* padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp)); */
  line-height: 1;
  margin-top: -5px;
}
form label.hs-error-msg,
form .hs_error_rollup .hs-error-msgs label {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
/* OLD HS FORM - LEGAL CONSENT */
form .legal-consent-container p {
  font-size: var(--f-base);
  line-height: 140%;
}
form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin: 0rem;
}
/* OLD HS FORM - SUBMIT BUTTON (matches Button atom: primary / primary_orange) */
form .hs-submit .actions,
.form-wrapper form .hs-submit .actions {
  position: relative;
  margin-top: calc(1.50rem + 3.00 * var(--fluid-bp));
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
/* Default: match Button secondary (text-fg-primary, border-stroke-accent, transparent bg) */
form .hs-submit .actions input,
.form-wrapper.form-btn-primary form .hs-submit .actions input {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 164px;
  cursor: pointer;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 50px;
  text-align: center;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
form .hs-submit .actions input:focus,
.form-wrapper.form-btn-primary form .hs-submit .actions input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}
form .hs-submit .actions input:hover,
.form-wrapper.form-btn-primary form .hs-submit .actions input:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
form .hs-submit .actions input:focus-visible,
.form-wrapper.form-btn-primary form .hs-submit .actions input:focus-visible {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}
/* primary_orange variant for old form (when .form-wrapper has form-btn-primary_orange) */
.form-wrapper.form-btn-primary_orange form .hs-submit .actions input:focus-visible {
  /* @apply outline-none ring-2 ring-offset-2 ring-surface-accent border-stroke-alternate; */
}
.form-wrapper.form-btn-primary_orange form .hs-submit .actions input {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.form-wrapper.form-btn-primary_orange form .hs-submit .actions input:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
}
form .hs-submit .actions:before,
.form-wrapper.form-btn-primary form .hs-submit .actions:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.031 12.53-7.5 7.5a.751.751 0 01-1.061-1.06L15.44 12 8.47 5.03a.75.75 0 111.06-1.06l7.5 7.5a.75.75 0 010 1.06Z'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1.125rem;
  z-index: 2;
  width: 25px;
  height: 25px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
  --tw-content: '';
  content: var(--tw-content);
}
form .hs-submit .actions:hover:before,
.form-wrapper.form-btn-primary form .hs-submit .actions:hover:before {
  /* @apply translate-y-0 rotate-0; */
}
/* NEW HS FORM */
.form-wrapper .hsfc-Form > div, 
.form-wrapper .hsfc-Form .hsfc-Step > div {
  padding: 0;
  margin: 0;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions {
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
  font-size: 1rem;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search {
  background: none;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search input {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search input:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  background: none;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  background: none;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
/* NEW HS FORM - submit buttons (match Button atom primary / primary_orange) */
/* Default: match Button secondary (text-fg-primary, border-stroke-accent, transparent bg) */
[data-hsfc-id=Renderer] form .hsfc-Button,
.form-wrapper.form-btn-primary form .hsfc-NavigationRow__Buttons button,
.form-wrapper.form-btn-primary [data-hsfc-id=Renderer] form .hsfc-Button {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 164px;
  transform: none;
  cursor: pointer;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 50px;
  text-align: center;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
[data-hsfc-id=Renderer] form .hsfc-Button:focus,
.form-wrapper.form-btn-primary form .hsfc-NavigationRow__Buttons button:focus,
.form-wrapper.form-btn-primary [data-hsfc-id=Renderer] form .hsfc-Button:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}
.form-wrapper.form-btn-primary button[type="submit"],
.form-wrapper.form-btn-primary button.hsfc-Button[type="submit"],
.form-wrapper.form-btn-primary button.hsfc-Button[type="button"],
.form-wrapper.form-btn-primary [data-hsfc-id=Renderer] form .hsfc-Button {
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.form-wrapper.form-btn-primary button[type="submit"]:before,
.form-wrapper.form-btn-primary button.hsfc-Button[type="submit"]:before,
.form-wrapper.form-btn-primary_orange button[type="submit"]:before,
.form-wrapper.form-btn-primary_orange button.hsfc-Button[type="submit"]:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.031 12.53-7.5 7.5a.751.751 0 01-1.061-1.06L15.44 12 8.47 5.03a.75.75 0 111.06-1.06l7.5 7.5a.75.75 0 010 1.06Z'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1.125rem;
  z-index: 2;
  width: 25px;
  height: 25px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
  --tw-content: '';
  content: var(--tw-content);
}
.form-wrapper.form-btn-primary button[type="submit"]:hover,
.form-wrapper.form-btn-primary button.hsfc-Button[type="submit"]:hover,
.form-wrapper.form-btn-primary button.hsfc-Button[type="button"]:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
.form-wrapper.form-btn-primary_orange button[type="submit"],
.form-wrapper.form-btn-primary_orange button.hsfc-Button[type="submit"],
.form-wrapper.form-btn-primary_orange button.hsfc-Button[type="button"] {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.form-wrapper.form-btn-primary_orange button[type="submit"]:hover,
.form-wrapper.form-btn-primary_orange button.hsfc-Button[type="submit"]:hover,
.form-wrapper.form-btn-primary_orange button.hsfc-Button[type="button"]:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-Form, 
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldLabel,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ProgressBar__Text,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-InfoAlert {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText, 
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText p {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldDescription {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper h1.hsfc-Heading {
  font-size: var(--f-4xl);
  line-height: 110%;
  font-weight: 900;
  letter-spacing: -2.25px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper h2.hsfc-Heading {
  font-size: var(--f-3xl);
  line-height: 120%;
  font-weight: 900;
  letter-spacing: -1.68px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper h3.hsfc-Heading {
  font-size: var(--f-2xl);
  line-height: 120%;
  font-weight: 900;
  letter-spacing: -1.26px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper h4.hsfc-Heading {
  font-size: var(--f-xl);
  line-height: 120%;
  font-weight: 900;
  letter-spacing: -0.96px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper h5.hsfc-Heading {
  font-size: var(--f-lg);
  line-height: 130%;
  font-weight: 900;
  letter-spacing: -0.72px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper h6.hsfc-Heading {
  font-size: var(--f-base);
  line-height: 140%;
  font-weight: 900;
  letter-spacing: -0.54px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress > div {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
/* Tab Component Styles */
.hd-tab {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hd-tab {
    display: inline-flex;
    flex: 1;
  }
}
.hd-tab.active {
  background: var(--tab-active-bg);
}
.hd-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%; 
  height: 6px; 
  background: var(--tab-active-underline);
  transition: transform 0.3s ease;
}
/* Custom styles for the hover state underline */
.hd-tab:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%; 
  height: 6px; 
  background: var(--tab-hover-underline);
}
/* CSS custom properties using design tokens */
:root {
  /* Light mode - using surface-accent with gradients */
  --tab-active-bg: linear-gradient(90deg, rgba(var(--surface-accent-rgb), 0) 0%, rgba(var(--surface-accent-rgb), 0.25) 53.37%, rgba(var(--surface-accent-rgb), 0) 100%);
  --tab-active-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-primary) 0%, var(--surface-accent) 40%, transparent 100%);
  --tab-hover-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-primary) 0%, var(--surface-accent) 40%, transparent 100%);
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root {
    --tab-active-bg: linear-gradient(90deg, rgba(var(--surface-accent-rgb), 0) 0%, rgba(var(--surface-accent-rgb), 0.25) 53.37%, rgba(var(--surface-accent-rgb), 0) 100%);
    --tab-active-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
    --tab-hover-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
  }
}
/* Support for data-theme attribute */
[data-theme="dark"] {
  --tab-active-bg: linear-gradient(90deg, rgba(var(--surface-accent-rgb), 0) 0%, rgba(var(--surface-accent-rgb), 0.25) 53.37%, rgba(var(--surface-accent-rgb), 0) 100%);
  --tab-active-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
  --tab-hover-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
}
/* Quorum site header — desktop 1167:4308, tablet 2208:5129, mobile 1180:6104 / open 2208:5027 */
/*
 * Below lg the dark translucent bar is applied to .nav-top-row via CSS
 * (Tailwind compound variants like md:max-lg:bg-* may not emit reliably).
 */
@media (max-width: 1023px) {
  .site-header-nav-chrome {
    padding: 8px 16px !important;
    gap: 8px !important;
  }

  .site-header-nav-chrome > .nav-top-row {
    background-color: rgba(37, 42, 54, 0.7) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding-inline: 16px;
    padding-block: 8px;
  }

  .site-header-nav-chrome > .site-header-nav-collapse {
    border-radius: 16px !important;
    padding: 8px !important;
    max-height: calc(100dvh - 100px);
  }

  #header [data-navigation="scrolled"] .site-header-nav-chrome > .nav-top-row {
    background-color: rgba(255, 255, 255, 0.85) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .site-header-nav-collapse a.custom-link span[class*="icon-"] {
    color: #252a36;
  }
}
/* Force containers inside the dark chrome to be transparent so that the
   A17 container plugin or HubSpot defaults don't paint a grey tile. */
.site-header-nav-chrome .nav-top-row > .container,
.site-header-nav-chrome .nav-top-row > .container > div,
.site-header-nav-chrome .site-header-nav-collapse > div {
  background-color: transparent !important;
}
.nav-top-row .hs-collapse-toggle svg {
  stroke: #ffffff !important;
}
/* Desktop: kill stray light panel behind menu/actions (one continuous dark bar). */
@media (min-width: 1024px) {
  .site-header-nav-collapse,
  .site-header-nav-collapse .container {
    background-color: transparent !important;
  }

  /* Hide right-caret icons that only belong to mobile nav links */
  .site-header-nav-chrome a.custom-link span[class*="icon-"][class*="caret-right"] {
    display: none;
  }
}
/*
 * Menu + CTA on the continuous dark chrome — lg+ only.
 * Below lg, links sit in the white collapse panel with their default dark colour.
 */
@media (min-width: 1024px) {
  .site-header-nav-chrome a.custom-link {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
  }

  .site-header-nav-chrome a.custom-link:hover,
  .site-header-nav-chrome a.custom-link:focus-visible {
    color: #dc582a;
  }

  .site-header-nav-chrome button.hs-dropdown-toggle {
    color: #ffffff;
    border-radius: 999px;
    transition: background-color 0.2s, color 0.2s;
  }

  .site-header-nav-chrome button.hs-dropdown-toggle:hover,
  .site-header-nav-chrome button.hs-dropdown-toggle:focus-visible {
    color: #dc582a;
  }

  /* Active (open) dropdown trigger — aqua pill on desktop */
  .site-header-nav-chrome .hs-dropdown.open > button.hs-dropdown-toggle,
  .site-header-nav-chrome .hs-dropdown > button.hs-dropdown-toggle[aria-expanded="true"] {
    background-color: var(--color-surface-secondary, #009cde);
    color: #ffffff !important;
    padding-inline: 16px;
    padding-block: 6px;
  }

  .site-header-nav-chrome .hs-dropdown.open > button.hs-dropdown-toggle .button-text,
  .site-header-nav-chrome .hs-dropdown > button.hs-dropdown-toggle[aria-expanded="true"] .button-text {
    color: #ffffff !important;
  }

  .site-header-nav-chrome .hs-dropdown.open > button.hs-dropdown-toggle span[class*="icon-"],
  .site-header-nav-chrome .hs-dropdown > button.hs-dropdown-toggle[aria-expanded="true"] span[class*="icon-"] {
    color: #ffffff !important;
  }

  /* Login dropdown trigger should NOT inherit the nav-link hover color */
  .login-dropdown .hs-dropdown-toggle {
    color: #ffffff !important;
  }

  .login-dropdown .hs-dropdown-toggle:hover {
    color: #ffffff !important;
    opacity: 0.9;
  }
}
/* Login dropdown panel */
.login-dropdown-panel {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.login-dropdown-link {
  color: #252a36 !important;
}
.login-dropdown-link:hover {
  background-color: #f5f5f5;
}
/* ——————————————————————————————————————————————————————————
   Mobile accordion styles (below lg)
   —————————————————————————————————————————————————————————— */
@media (max-width: 1023px) {
  /* Top-level dropdown trigger — aqua pill when open */
  .site-header-nav-collapse .hs-dropdown.open > .hs-dropdown-toggle,
  .site-header-nav-collapse .hs-dropdown > .hs-dropdown-toggle[aria-expanded="true"] {
    background-color: var(--color-surface-secondary, #009cde);
    color: #ffffff !important;
    border-radius: 999px;
    padding-inline: 16px;
  }

  .site-header-nav-collapse .hs-dropdown.open > .hs-dropdown-toggle .button-text,
  .site-header-nav-collapse .hs-dropdown > .hs-dropdown-toggle[aria-expanded="true"] .button-text {
    color: #ffffff !important;
  }

  .site-header-nav-collapse .hs-dropdown.open > .hs-dropdown-toggle span[class*="icon-"],
  .site-header-nav-collapse .hs-dropdown > .hs-dropdown-toggle[aria-expanded="true"] span[class*="icon-"] {
    color: #ffffff !important;
  }

  /* Mega menu link categories inside mobile — sub-accordion style */
  .site-header-nav-collapse .mega-menu-link-category {
    border-bottom: 1px solid #eaeaea;
  }

  .site-header-nav-collapse .mega-menu-link-category:last-child {
    border-bottom: none;
  }

  /* Leaf links in mobile nav */
  .site-header-nav-collapse .mega-menu-leaf-link {
    display: block;
    padding: 12px 16px 12px 32px;
    font-size: 15px;
    color: #252a36;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none;
  }

  .site-header-nav-collapse .mega-menu-leaf-link:last-child {
    border-bottom: none;
  }

  .site-header-nav-collapse .mega-menu-leaf-link:hover {
    color: #dc582a;
  }

  /* Hide the mega menu banner on mobile */
  .mega-menu-banner {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mega-menu-banner {
    display: flex;
  }
}
/* Mega menu category heading — aqua pill on hover (desktop) */
@media (min-width: 1024px) {
  .mega-menu-heading {
    border-radius: 0;
    transition: background-color 0.2s, color 0.2s, border-radius 0.2s;
  }

  .mega-menu-heading:hover {
    background-color: var(--color-surface-secondary, #009cde);
    color: #ffffff !important;
    border-radius: 16px;
    border-color: transparent;
  }

  .mega-menu-heading:hover svg {
    color: #ffffff;
  }
}
/* Simple dropdown (2-level nav items — not mega menu) */
.simple-dropdown-panel {
  background-color: #ffffff;
}
/* Mobile (<lg): every mega menu tab panel is shown as its own accordion
   row. Preline hs-tabs adds `hidden` to non-active panels — override that
   below the lg breakpoint so all of them render. Desktop behaviour is
   unchanged (Preline continues to swap panels via the tabs bar). */
@media (max-width: 1023px) {
  .mega-menu-tab-panel.hidden {
    display: block !important;
  }
}
/* Desktop (lg+): floating card chrome for the mega panel. On mobile the
   panel is a flat accordion and doesn't need its own card. */
@media (min-width: 1024px) {
  .mega-menu-panel {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 14px;
    gap: 26px;
    box-shadow: 0 10px 40px rgba(37, 42, 54, 0.12);
  }
  .mega-menu-simple-panel {
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(37, 42, 54, 0.12);
  }
}
/* Mega menu tabs — pill bar inside mega menu (matches Figma 22125:33272) */
.mega-menu-tabs-bar {
  background-color: #ffffff !important;
  border-radius: 18px !important;
  padding: 2px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.mega-menu-tab {
  color: #252a36;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.mega-menu-tab:hover {
  color: #dc582a;
  background-color: transparent;
}
/* Active state — Preline toggles `active` on click. */
.mega-menu-tab.active {
  background-color: #009cde !important;
  color: #ffffff !important;
  border-radius: 16px !important;
}
.mega-menu-tab.active:hover {
  color: #ffffff !important;
  background-color: #009cde !important;
}
/* Login CTA — always render a caret-down next to the text, regardless of
   the Button atom's size (the atom omits its ::before icon at size=sm).
   Rotates 180° when Preline opens the dropdown. */
.login-dropdown-trigger .custom-btn::before {
  content: "" !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  background-color: currentColor !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E") !important;
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E") !important;
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
          mask-position: center !important;
  transition: transform 0.3s ease;
}
/* The Button atom applies `flex-row-reverse` on the <a>, so ::before
   ends up on the right visually — matching Figma. Keep the ::before flowing
   in the flex row rather than absolutely positioned. */
.login-dropdown-trigger .custom-btn {
  gap: 8px;
}
.login-dropdown.open .login-dropdown-trigger .custom-btn::before {
  transform: rotate(180deg);
}
#subscription-preferences .page-header {
  margin-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
@media (min-width: 768px) {
  #subscription-preferences .page-header {
    max-width: 50%;
  }
}
#subscription-preferences .page-header h1,
#subscription-preferences .page-header br {
  display: none;
}
@media (max-width: 1023px) {
  .mega-menu-tab-panel#subscription-preferences .page-header h1,.mega-menu-tab-panel
#subscription-preferences .page-header br {
    display: block;
  }
}
#subscription-preferences .page-header h2 {
  margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
  font-size: var(--f-2xl);
  line-height: 120%;
}
#subscription-preferences .page-header h2:before {
  --tw-content: none;
  content: var(--tw-content);
}
#subscription-preferences .email-prefs p.header {
  margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item {
  padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item-inner {
  position: relative;
  padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item-inner .fakelabel {
  padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
  font-size: 1.375rem;
}
#subscription-preferences .email-prefs .item-inner > p {
  font-size: 1.125rem;
}
#subscription-preferences .email-prefs .item-inner .checkbox-row input {
  position: absolute;
  left: 0rem;
  top: calc(0.75rem + 1.50 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .subscribe-options label {
  display: flex;
  align-items: center;
  gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .subscribe-options label span {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
/* SUBMIT BUTTON */
#subscription-preferences .email-prefs input.hs-button {
  margin-top: calc(3.00rem + 6.00 * var(--fluid-bp));
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  background-color: transparent;
  padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
  padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
  padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
  padding-right: calc(1.50rem + 3.00 * var(--fluid-bp));
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#subscription-preferences .email-prefs input.hs-button:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
#subscription-preferences .email-prefs input.hs-button:focus {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
/* Library Styling */
.blaze-slider{--slides-to-show:1;--slide-gap:20px;direction:ltr}
.blaze-container{position:relative}
.blaze-track-container{overflow:hidden}
.blaze-track{will-change:transform;touch-action:pan-y;display:flex;gap:var(--slide-gap);--slide-width:calc(
    (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
      var(--slides-to-show)
  );box-sizing:border-box}
.blaze-track>*{box-sizing:border-box;width:var(--slide-width);flex-shrink:0}
.blaze-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.blaze-pagination button {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  background-color: #009CDE33;
  font-size: 0rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blaze-pagination button:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}
.blaze-pagination button:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
.blaze-pagination button.active {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 222 / var(--tw-bg-opacity));
}
.blaze-slider.start .blaze-prev,
.blaze-slider.end .blaze-next {
  cursor: not-allowed;
  opacity: 0.5;
}
#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: inherit;
}
#arrow {
  visibility: hidden;
}
#arrow::before {
  visibility: visible;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
}
.hs-tooltip-content[data-popper-placement^='top'] > #arrow {
  bottom: -4px;
}
.hs-tooltip-content[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}
.hs-tooltip-content[data-popper-placement^='left'] > #arrow {
  right: -4px;
}
.hs-tooltip-content[data-popper-placement^='right'] > #arrow {
  left: -4px;
}
/* Tailwind */
/* ! tailwindcss v3.4.1 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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;
}
:root {
  --breakpoint: "xs";
  --container-width: unset;
  --inner-gutter: 16px;
  --outer-gutter: 16px;
  --grid-columns: 4;
  --env: "dev";
  --grid-column-bg: rgba(127, 255, 255, 0.25);
}
@media (min-width: 640px) {
  :root {
    --breakpoint: "sm";
    --container-width: unset;
    --inner-gutter: 20px;
    --outer-gutter: 24px;
    --grid-columns: 4;
  }
}
@media (min-width: 768px) {
  :root {
    --breakpoint: "md";
    --container-width: unset;
    --inner-gutter: 22px;
    --outer-gutter: 32px;
    --grid-columns: 8;
  }
}
@media (min-width: 1024px) {
  :root {
    --breakpoint: "lg";
    --container-width: unset;
    --inner-gutter: 32px;
    --outer-gutter: 48px;
    --grid-columns: 12;
  }
}
@media (min-width: 1376px) {
  :root {
    --breakpoint: "xl";
    --breakpoint: "xxl";
    --container-width: 1376px;
    --inner-gutter: 32px;
    --outer-gutter: 48px;
    --grid-columns: 12;
  }
}
.dev-tools {
  position: fixed;
  z-index: 9999999999;
  left: 0;
  bottom: 0;
  font-size: 0;
}
.dev-tools::before {
  content: var(--breakpoint) " • " var(--env);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100%;
  padding: 4px 5px;
  background: green;
  color: white;
  font: 12px/1 sans-serif;
  white-space: nowrap;
  pointer-events: none;
}
.dev-tools-toggle {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  background: black;
  color: transparent;
  font: 0/0 a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.dev-tools-toggle::before, .dev-tools-toggle::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 10px;
  width: 5px;
  height: 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.dev-tools-toggle::after {
  left: 16px;
}
.dev-tools-grid {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(var(--container-width, 100%) - (2 * var(--outer-gutter, 0)));;
  height: 100%;
  margin: 0 auto;
  background: repeating-linear-gradient(
        90deg,
        var(--grid-column-bg),
        var(--grid-column-bg) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns)),
        rgba(0,0,0,0) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns)),
        rgba(0,0,0,0) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns) + var(--inner-gutter))
      );
  pointer-events: none;
}
[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-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],[size]:where(select:not([size="1"])) {
  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");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[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");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[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;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[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;
}
.\!container {
  width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0))))) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.container {
  width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
  margin-right: auto;
  margin-left: auto;
}
.\!container > * {
  --container-outer-gutter: 0 !important;
  --breakout-container-outer-gutter: 0 !important;
}
.container > * {
  --container-outer-gutter: 0;
  --breakout-container-outer-gutter: 0;
}
.container-reset {
  width: unset;
  margin-right: unset;
  margin-left: unset;
}
.container-reset > * {
  --container-outer-gutter: var(--outer-gutter, 0);
  --breakout-container-outer-gutter: inherit;
}
.breakout {
  --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
  --breakout-container-outer-gutter: var(--outer-gutter);
  position: relative;
  left: 50%;
  width: calc(100vw - var(--scrollbar-visible-width, 0px));
  margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
}
.breakout.px-outer-gutter, .breakout > .px-outer-gutter {
  padding-left: var(--breakout-outer-gutter);
  padding-right: var(--breakout-outer-gutter);
}
.breakout.pr-outer-gutter, .breakout > .pr-outer-gutter {
  padding-right: var(--breakout-outer-gutter);
}
.breakout.pl-outer-gutter, .breakout > .pl-outer-gutter {
  padding-left: var(--breakout-outer-gutter);
}
.breakout > .w-outer-gutter {
  width: var(--breakout-outer-gutter);
}
:root {
  --spacing-fg-md: 1rem;
  --spacing-fg-lg: 1.25rem;
  --spacing-fg-xl: 1.375rem;
  --spacing-fg-2xl: 1.5rem;
  --spacing-fg-3xl: 1.75rem;
  --spacing-fg-4xl: 2rem;
  --spacing-fg-5xl: 2.5rem;
  --spacing-fg-6xl: 2.25rem;
  --spacing-fg-7xl: 2.5rem;
  --spacing-fg-8xl: 3.125rem;
}
@media (min-width: 768px) {
  :root {
    --spacing-fg-md: 1.0625rem;
    --spacing-fg-lg: 1.3125rem;
    --spacing-fg-xl: 1.4375rem;
    --spacing-fg-2xl: 1.625rem;
    --spacing-fg-3xl: 1.875rem;
    --spacing-fg-4xl: 2.125rem;
    --spacing-fg-5xl: 2.625rem;
    --spacing-fg-6xl: 2.5rem;
    --spacing-fg-7xl: 2.75rem;
    --spacing-fg-8xl: 3.3125rem;
  }
}
@media (min-width: 1376px) {
  :root {
    --spacing-fg-md: 1.1875rem;
    --spacing-fg-lg: 1.4375rem;
    --spacing-fg-xl: 1.5625rem;
    --spacing-fg-2xl: 1.8125rem;
    --spacing-fg-3xl: 2.0625rem;
    --spacing-fg-4xl: 2.3125rem;
    --spacing-fg-5xl: 2.8125rem;
    --spacing-fg-6xl: 2.9375rem;
    --spacing-fg-7xl: 3.3125rem;
    --spacing-fg-8xl: 3.625rem;
  }
}
:root {
  --fluid-min-width: 390;
  --fluid-max-width: 1376;
  --fluid-screen: 100vw;
  --fluid-bp: calc(
          (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
          (var(--fluid-max-width) - var(--fluid-min-width))
        );
}
@media (min-width: 1376px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}
:root {
  --f-xs-min: 10.24;
  --f-xs-max: 10.65;
  --f-xs: calc(((var(--f-xs-min) / 16) * 1rem) + (var(--f-xs-max) - var(--f-xs-min)) * var(--fluid-bp));
  --f-sm-min: 12.80;
  --f-sm-max: 13.85;
  --f-sm: calc(((var(--f-sm-min) / 16) * 1rem) + (var(--f-sm-max) - var(--f-sm-min)) * var(--fluid-bp));
  --f-base-min: 16;
  --f-base-max: 18;
  --f-base: calc(((var(--f-base-min) / 16) * 1rem) + (var(--f-base-max) - var(--f-base-min)) * var(--fluid-bp));
  --f-lg-min: 20.00;
  --f-lg-max: 23.40;
  --f-lg: calc(((var(--f-lg-min) / 16) * 1rem) + (var(--f-lg-max) - var(--f-lg-min)) * var(--fluid-bp));
  --f-xl-min: 25.00;
  --f-xl-max: 30.42;
  --f-xl: calc(((var(--f-xl-min) / 16) * 1rem) + (var(--f-xl-max) - var(--f-xl-min)) * var(--fluid-bp));
  --f-2xl-min: 31.25;
  --f-2xl-max: 39.55;
  --f-2xl: calc(((var(--f-2xl-min) / 16) * 1rem) + (var(--f-2xl-max) - var(--f-2xl-min)) * var(--fluid-bp));
  --f-3xl-min: 39.06;
  --f-3xl-max: 51.41;
  --f-3xl: calc(((var(--f-3xl-min) / 16) * 1rem) + (var(--f-3xl-max) - var(--f-3xl-min)) * var(--fluid-bp));
  --f-4xl-min: 48.83;
  --f-4xl-max: 66.83;
  --f-4xl: calc(((var(--f-4xl-min) / 16) * 1rem) + (var(--f-4xl-max) - var(--f-4xl-min)) * var(--fluid-bp));
  --f-5xl-min: 61.04;
  --f-5xl-max: 86.88;
  --f-5xl: calc(((var(--f-5xl-min) / 16) * 1rem) + (var(--f-5xl-max) - var(--f-5xl-min)) * var(--fluid-bp));
}
* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}
:root {
    --tw-screen-sm: 640px;
    --tw-screen-md: 768px;
    --tw-screen-lg: 1024px;
    --tw-screen-xl: 1376px;
    --tw-screen-xxl: 1376px;
  }
/* Transition for All elements */
.transition-animate {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Clear all previous styles for an element */
*, ::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:  ;
}
.grid-col-span-4 {
  --container-grid-columns: 4;
  grid-column: span 4 / span 4;
}
[class*="grid-line-"] > * {
  position: relative;
}
[class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
  content: attr(👻);
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: 0;
  right: 0;
}
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
  right: 0;
}
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
  border-bottom-width: 0;
}
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
  left: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
  right: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
  border-bottom-width: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-right-width: 1px;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
  border-right-width: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
  top: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
  bottom: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
  bottom: 0;
}
.grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
  left: 0;
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
  right: 0;
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
  border-bottom-width: 0;
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-right-width: 1px;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
  border-right-width: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
  top: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
  bottom: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
  bottom: 0;
}
.grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
  left: 0;
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
  right: 0;
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
  border-bottom-width: 0;
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-right-width: 1px;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
  border-right-width: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
  top: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
  bottom: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
  bottom: 0;
}
.grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
  left: 0;
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
  right: 0;
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
  border-bottom-width: 0;
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-right-width: 1px;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
  border-right-width: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
  top: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
  bottom: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
  bottom: 0;
}
.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
  left: 0;
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
  right: 0;
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
  border-bottom-width: 0;
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-right-width: 1px;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
  border-right-width: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
  top: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
  bottom: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
  bottom: 0;
}
.grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
  left: 0;
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
  right: 0;
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
  border-bottom-width: 0;
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-right-width: 1px;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
  border-right-width: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
  top: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
  bottom: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
  bottom: 0;
}
.grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
  left: 0;
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
  right: 0;
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
  border-bottom-width: 0;
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-right-width: 1px;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
  border-right-width: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
  top: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
  bottom: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
  bottom: 0;
}
@media (min-width: 640px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .sm\:grid-line-x > *::before {
    content: attr(👻);
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .sm\:grid-line-xfull > *::before {
    content: attr(👻);
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .sm\:grid-line-x-0 > *::before {
    content: none;
  }
  .sm\:grid-line-y > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .sm\:grid-line-yfull > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .sm\:grid-line-yfull[class*="grid-line-x"] > *::after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .sm\:grid-line-y-0 > *::after {
    content: none;
  }
  .sm\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .sm\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .sm\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .sm\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .sm\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .sm\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .sm\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
    bottom: -0.875rem;
  }
  .sm\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .sm\:grid-line-x-base[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .sm\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .sm\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
    bottom: -1.125rem;
  }
  .sm\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
    top: -1.125rem;
    bottom: -1.125rem;
  }
  .sm\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .sm\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .sm\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
    bottom: -1.375rem;
  }
  .sm\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
    top: -1.375rem;
    bottom: -1.375rem;
  }
  .sm\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .sm\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .sm\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .sm\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .sm\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .sm\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .sm\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .sm\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .sm\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .sm\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .sm\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .sm\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .sm\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
    bottom: -3.125rem;
  }
  .sm\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
    top: -3.125rem;
    bottom: -3.125rem;
  }
  .sm\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .sm\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .sm\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 0.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 1.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 1.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 2.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 3.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 4.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 5.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 6.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 8.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 10.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + 12.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 5.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + -3.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 9.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -7.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 14.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -11.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 23.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -19.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 32.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -27.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 41.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -35.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 50.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -43.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 68.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -59.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 86.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -75.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 104.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -91.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 5.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -3.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 10.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -7.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 19.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -15.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 28.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -23.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 37.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -31.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 46.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -39.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 64.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -55.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 82.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -71.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 100.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -87.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 6.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -2.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 15.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -10.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 24.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -18.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 33.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -26.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 42.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -34.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 60.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -50.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 78.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -66.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 96.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -82.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 11.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -6.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 20.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -14.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 29.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -22.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 38.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -30.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 56.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -46.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 74.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -62.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 92.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -78.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 12.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -5.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 21.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -13.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 30.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -21.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 48.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -37.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 66.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -53.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 84.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -69.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 13.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -4.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 22.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -12.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 40.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -28.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 58.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -44.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 76.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -60.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 14.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -3.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 32.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -19.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 50.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -35.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 68.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -51.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 24.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -10.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 42.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -26.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 60.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -42.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 26.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -8.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 44.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -24.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 28.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -6.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .sm\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-fg-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-fg-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-accent-green[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-accent-green[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-accent-forest[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-accent-forest[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-accent-orange[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-accent-orange[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-accent-navy[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-accent-navy[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-surface-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-surface-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-stroke-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-y-stroke-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .sm\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
    border-bottom-color: currentColor;
  }
  .sm\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
    border-right-color: currentColor;
  }
  .sm\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
    border-bottom-color: currentColor;
  }
  .sm\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
    border-right-color: currentColor;
  }
  .sm\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .md\:grid-line-x > *::before {
    content: attr(👻);
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .md\:grid-line-xfull > *::before {
    content: attr(👻);
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .md\:grid-line-x-0 > *::before {
    content: none;
  }
  .md\:grid-line-y > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .md\:grid-line-yfull > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .md\:grid-line-yfull[class*="grid-line-x"] > *::after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .md\:grid-line-y-0 > *::after {
    content: none;
  }
  .md\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .md\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .md\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .md\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .md\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .md\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .md\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
    bottom: -0.875rem;
  }
  .md\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .md\:grid-line-x-base[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .md\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .md\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
    bottom: -1.125rem;
  }
  .md\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
    top: -1.125rem;
    bottom: -1.125rem;
  }
  .md\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .md\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .md\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
    bottom: -1.375rem;
  }
  .md\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
    top: -1.375rem;
    bottom: -1.375rem;
  }
  .md\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .md\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .md\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .md\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .md\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .md\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .md\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .md\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .md\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .md\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .md\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .md\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .md\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
    bottom: -3.125rem;
  }
  .md\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
    top: -3.125rem;
    bottom: -3.125rem;
  }
  .md\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .md\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .md\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 0.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 1.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 1.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 2.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 3.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 4.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 5.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 6.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 8.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 10.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + 12.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 5.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + -3.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 9.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -7.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 14.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -11.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 23.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -19.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 32.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -27.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 41.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -35.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 50.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -43.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 68.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -59.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 86.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -75.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 104.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -91.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 5.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -3.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 10.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -7.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 19.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -15.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 28.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -23.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 37.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -31.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 46.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -39.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 64.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -55.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 82.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -71.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 100.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -87.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 6.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -2.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 15.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -10.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 24.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -18.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 33.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -26.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 42.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -34.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 60.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -50.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 78.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -66.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 96.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -82.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 11.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -6.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 20.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -14.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 29.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -22.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 38.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -30.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 56.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -46.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 74.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -62.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 92.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -78.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 12.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -5.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 21.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -13.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 30.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -21.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 48.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -37.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 66.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -53.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 84.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -69.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 13.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -4.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 22.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -12.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 40.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -28.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 58.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -44.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 76.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -60.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 14.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -3.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 32.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -19.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 50.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -35.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 68.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -51.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 24.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -10.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 42.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -26.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 60.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -42.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 26.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -8.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 44.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -24.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 28.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -6.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .md\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-fg-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-fg-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-accent-green[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-accent-green[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-accent-forest[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-accent-forest[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-accent-orange[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-accent-orange[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-accent-navy[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-accent-navy[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-surface-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-surface-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-stroke-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-y-stroke-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .md\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
    border-bottom-color: currentColor;
  }
  .md\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
    border-right-color: currentColor;
  }
  .md\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
    border-bottom-color: currentColor;
  }
  .md\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
    border-right-color: currentColor;
  }
  .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .lg\:grid-line-x > *::before {
    content: attr(👻);
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .lg\:grid-line-xfull > *::before {
    content: attr(👻);
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .lg\:grid-line-x-0 > *::before {
    content: none;
  }
  .lg\:grid-line-y > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .lg\:grid-line-yfull > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .lg\:grid-line-yfull[class*="grid-line-x"] > *::after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .lg\:grid-line-y-0 > *::after {
    content: none;
  }
  .lg\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .lg\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .lg\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .lg\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .lg\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .lg\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .lg\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
    bottom: -0.875rem;
  }
  .lg\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .lg\:grid-line-x-base[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .lg\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .lg\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
    bottom: -1.125rem;
  }
  .lg\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
    top: -1.125rem;
    bottom: -1.125rem;
  }
  .lg\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .lg\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .lg\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
    bottom: -1.375rem;
  }
  .lg\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
    top: -1.375rem;
    bottom: -1.375rem;
  }
  .lg\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .lg\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .lg\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .lg\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .lg\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .lg\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .lg\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .lg\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .lg\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .lg\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .lg\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .lg\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .lg\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
    bottom: -3.125rem;
  }
  .lg\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
    top: -3.125rem;
    bottom: -3.125rem;
  }
  .lg\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .lg\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .lg\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 0.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 1.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 1.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 2.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 3.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 4.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 5.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 6.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 8.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 10.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + 12.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 5.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + -3.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 9.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -7.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 14.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -11.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 23.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -19.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 32.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -27.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 41.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -35.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 50.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -43.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 68.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -59.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 86.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -75.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 104.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -91.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 5.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -3.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 10.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -7.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 19.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -15.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 28.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -23.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 37.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -31.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 46.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -39.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 64.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -55.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 82.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -71.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 100.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -87.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 6.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -2.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 15.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -10.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 24.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -18.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 33.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -26.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 42.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -34.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 60.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -50.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 78.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -66.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 96.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -82.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 11.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -6.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 20.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -14.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 29.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -22.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 38.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -30.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 56.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -46.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 74.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -62.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 92.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -78.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 12.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -5.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 21.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -13.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 30.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -21.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 48.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -37.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 66.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -53.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 84.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -69.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 13.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -4.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 22.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -12.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 40.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -28.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 58.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -44.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 76.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -60.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 14.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -3.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 32.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -19.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 50.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -35.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 68.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -51.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 24.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -10.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 42.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -26.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 60.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -42.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 26.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -8.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 44.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -24.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 28.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -6.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .lg\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-fg-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-fg-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-accent-green[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-accent-green[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-accent-forest[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-accent-forest[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-accent-orange[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-accent-orange[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-accent-navy[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-accent-navy[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-surface-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-surface-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-stroke-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-y-stroke-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .lg\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
    border-bottom-color: currentColor;
  }
  .lg\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
    border-right-color: currentColor;
  }
  .lg\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
    border-bottom-color: currentColor;
  }
  .lg\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
    border-right-color: currentColor;
  }
  .lg\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 1376px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .xl\:grid-line-x > *::before {
    content: attr(👻);
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xl\:grid-line-xfull > *::before {
    content: attr(👻);
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xl\:grid-line-x-0 > *::before {
    content: none;
  }
  .xl\:grid-line-y > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xl\:grid-line-yfull > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xl\:grid-line-yfull[class*="grid-line-x"] > *::after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xl\:grid-line-y-0 > *::after {
    content: none;
  }
  .xl\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .xl\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .xl\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .xl\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .xl\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .xl\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .xl\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
    bottom: -0.875rem;
  }
  .xl\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .xl\:grid-line-x-base[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .xl\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .xl\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
    bottom: -1.125rem;
  }
  .xl\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
    top: -1.125rem;
    bottom: -1.125rem;
  }
  .xl\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .xl\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .xl\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
    bottom: -1.375rem;
  }
  .xl\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
    top: -1.375rem;
    bottom: -1.375rem;
  }
  .xl\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .xl\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .xl\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .xl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .xl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .xl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .xl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .xl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .xl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .xl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .xl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .xl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .xl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
    bottom: -3.125rem;
  }
  .xl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
    top: -3.125rem;
    bottom: -3.125rem;
  }
  .xl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .xl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .xl\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 0.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 1.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 1.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 2.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 3.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 4.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 5.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 6.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 8.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 10.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + 12.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 5.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + -3.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 9.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -7.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 14.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -11.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 23.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -19.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 32.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -27.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 41.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -35.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 50.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -43.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 68.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -59.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 86.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -75.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 104.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -91.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 5.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -3.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 10.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -7.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 19.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -15.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 28.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -23.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 37.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -31.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 46.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -39.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 64.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -55.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 82.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -71.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 100.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -87.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 6.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -2.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 15.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -10.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 24.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -18.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 33.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -26.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 42.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -34.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 60.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -50.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 78.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -66.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 96.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -82.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 11.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -6.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 20.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -14.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 29.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -22.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 38.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -30.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 56.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -46.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 74.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -62.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 92.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -78.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 12.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -5.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 21.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -13.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 30.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -21.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 48.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -37.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 66.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -53.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 84.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -69.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 13.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -4.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 22.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -12.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 40.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -28.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 58.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -44.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 76.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -60.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 14.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -3.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 32.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -19.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 50.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -35.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 68.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -51.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 24.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -10.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 42.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -26.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 60.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -42.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 26.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -8.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 44.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -24.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 28.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -6.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .xl\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-fg-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-fg-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-accent-green[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-accent-green[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-accent-forest[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-accent-forest[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-accent-orange[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-accent-orange[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-accent-navy[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-accent-navy[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-surface-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-surface-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-stroke-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-y-stroke-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xl\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
    border-bottom-color: currentColor;
  }
  .xl\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
    border-right-color: currentColor;
  }
  .xl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
    border-bottom-color: currentColor;
  }
  .xl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
    border-right-color: currentColor;
  }
  .xl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .xxl\:grid-line-x > *::before {
    content: attr(👻);
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xxl\:grid-line-xfull > *::before {
    content: attr(👻);
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xxl\:grid-line-x-0 > *::before {
    content: none;
  }
  .xxl\:grid-line-y > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xxl\:grid-line-yfull > *::after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xxl\:grid-line-yfull[class*="grid-line-x"] > *::after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xxl\:grid-line-y-0 > *::after {
    content: none;
  }
  .xxl\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .xxl\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .xxl\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .xxl\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .xxl\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .xxl\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .xxl\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
    bottom: -0.875rem;
  }
  .xxl\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .xxl\:grid-line-x-base[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .xxl\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .xxl\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
    bottom: -1.125rem;
  }
  .xxl\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
    top: -1.125rem;
    bottom: -1.125rem;
  }
  .xxl\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .xxl\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .xxl\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
    bottom: -1.375rem;
  }
  .xxl\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
    top: -1.375rem;
    bottom: -1.375rem;
  }
  .xxl\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .xxl\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .xxl\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .xxl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .xxl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .xxl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .xxl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .xxl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .xxl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .xxl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .xxl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .xxl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .xxl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
    bottom: -3.125rem;
  }
  .xxl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
    top: -3.125rem;
    bottom: -3.125rem;
  }
  .xxl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .xxl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .xxl\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 0.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 1.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 1.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 2.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 3.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 4.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 5.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 6.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 8.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 10.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + 12.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 5.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + -3.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 9.50 * var(--fluid-bp));
    bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -7.50 * var(--fluid-bp));
    bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 14.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -11.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 23.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -19.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 32.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -27.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 41.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -35.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 50.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -43.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 68.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -59.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 86.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -75.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.25rem + 104.00 * var(--fluid-bp));
    bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -91.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 5.50 * var(--fluid-bp));
    bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + -3.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 10.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -7.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 19.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -15.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 28.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -23.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 37.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -31.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 46.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -39.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 64.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -55.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 82.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -71.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.50rem + 100.00 * var(--fluid-bp));
    bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -87.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 6.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + -2.50 * var(--fluid-bp));
    bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 15.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -10.50 * var(--fluid-bp));
    bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 24.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -18.50 * var(--fluid-bp));
    bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 33.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -26.50 * var(--fluid-bp));
    bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 42.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -34.50 * var(--fluid-bp));
    bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 60.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -50.50 * var(--fluid-bp));
    bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 78.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -66.50 * var(--fluid-bp));
    bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(0.75rem + 96.00 * var(--fluid-bp));
    bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -82.50 * var(--fluid-bp));
    bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 11.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + -6.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 20.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -14.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 29.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -22.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 38.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -30.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 56.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -46.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 74.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -62.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.00rem + 92.00 * var(--fluid-bp));
    bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -78.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 12.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + -5.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 21.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -13.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 30.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -21.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 48.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -37.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 66.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -53.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(1.50rem + 84.00 * var(--fluid-bp));
    bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -69.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 13.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + -4.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 22.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -12.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 40.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -28.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 58.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -44.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.00rem + 76.00 * var(--fluid-bp));
    bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -60.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 14.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + -3.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 32.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -19.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 50.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -35.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(2.50rem + 68.00 * var(--fluid-bp));
    bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -51.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 24.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + -10.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 42.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -26.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(3.00rem + 60.00 * var(--fluid-bp));
    bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -42.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 26.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + -8.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(4.00rem + 44.00 * var(--fluid-bp));
    bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -24.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
    top: -calc(5.00rem + 28.00 * var(--fluid-bp));
    bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
    top: -calc(6.00rem + -6.00 * var(--fluid-bp));
    bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
  }
  .xxl\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-fg-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-fg-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-fg-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-accent-green[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-accent-green[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-green[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-accent-forest[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-accent-forest[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-forest[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-accent-orange[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-accent-orange[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-orange[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-accent-navy[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-accent-navy[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent-navy[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-surface-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-surface-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-surface-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-tertiary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-tertiary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-tertiary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-quaternary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-quaternary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-quaternary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-quinary[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-quinary[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-quinary[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-stroke-brand[class*="grid-line-x-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-y-stroke-brand[class*="grid-line-y-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::before {
    border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-xy-stroke-brand[class*="grid-line-xy-"] > *::after {
    border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
  }
  .xxl\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
    border-bottom-color: currentColor;
  }
  .xxl\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
    border-right-color: currentColor;
  }
  .xxl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
    border-bottom-color: currentColor;
  }
  .xxl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
    border-right-color: currentColor;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-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"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  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"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.icon-\[i--cib-facebook-f\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.586 13.5.666-4.343h-4.167V6.338c0-1.188.581-2.346 2.448-2.346h1.895V.294s-1.72-.293-3.363-.293c-3.432 0-5.676 2.08-5.676 5.846v3.31H5.574v4.344H9.39v10.5h4.696v-10.5h3.5Z'/%3E%3C/svg%3E");
}
.icon-\[i--cib-instagram\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11.999 0C8.737 0 8.33.016 7.054.07 5.772.133 4.905.332 4.14.629a5.89 5.89 0 00-2.125 1.386A5.818 5.818 0 00.628 4.14C.332 4.905.133 5.772.07 7.054.012 8.33 0 8.737 0 11.999c0 3.261.016 3.668.07 4.944.063 1.278.262 2.149.559 2.914a5.89 5.89 0 001.386 2.125 5.818 5.818 0 002.125 1.387c.765.293 1.636.495 2.914.558 1.277.058 1.683.07 4.945.07 3.261 0 3.668-.016 4.944-.07 1.278-.063 2.149-.266 2.914-.558a5.886 5.886 0 002.125-1.387 5.787 5.787 0 001.387-2.125c.293-.765.495-1.636.558-2.914.058-1.277.07-1.683.07-4.945 0-3.261-.016-3.668-.07-4.944-.063-1.278-.266-2.153-.558-2.914a5.885 5.885 0 00-1.387-2.125A5.787 5.787 0 0019.857.628C19.092.332 18.221.133 16.943.07 15.666.012 15.26 0 11.998 0Zm0 2.16c3.203 0 3.585.016 4.851.07 1.168.054 1.804.25 2.226.414.522.193.995.5 1.383.898.398.387.704.859.894 1.38.165.422.36 1.058.415 2.226.054 1.266.07 1.649.07 4.851 0 3.203-.016 3.586-.075 4.852-.062 1.168-.258 1.804-.422 2.226a3.9 3.9 0 01-.899 1.383c-.39.396-.862.701-1.383.894-.417.165-1.062.36-2.234.415-1.273.054-1.648.07-4.86.07-3.211 0-3.585-.016-4.86-.075-1.167-.063-1.812-.258-2.234-.422-.57-.227-.96-.48-1.379-.9a3.603 3.603 0 01-.898-1.382c-.168-.417-.36-1.062-.422-2.234-.043-1.258-.063-1.648-.063-4.845 0-3.195.02-3.585.063-4.859.062-1.172.254-1.816.422-2.234.207-.571.477-.961.898-1.383.418-.418.81-.688 1.38-.9.422-.164 1.05-.359 2.222-.417 1.273-.046 1.648-.062 4.855-.062l.05.034Zm0 3.68a6.157 6.157 0 00-5.692 8.518 6.158 6.158 0 008.05 3.334A6.16 6.16 0 0011.998 5.84Zm0 10.16c-2.212 0-4-1.789-4-4 0-2.211 1.789-4 4-4 2.21 0 4 1.789 4 4 0 2.211-1.79 4-4 4Zm7.847-10.406a1.442 1.442 0 01-2.881.002 1.438 1.438 0 011.44-1.44c.792 0 1.441.646 1.441 1.438Z'/%3E%3C/svg%3E");
}
.icon-\[i--cib-linkedin-in\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.201 21H1.847V6.98h4.354V21ZM4.021 5.067C2.63 5.067 1.5 3.913 1.5 2.522a2.522 2.522 0 015.043 0c0 1.392-1.13 2.545-2.522 2.545ZM22.497 21h-4.344v-6.825c0-1.627-.034-3.713-2.264-3.713-2.264 0-2.61 1.768-2.61 3.596V21h-4.35V6.98h4.175v1.912h.061c.581-1.102 2.001-2.264 4.119-2.264 4.406 0 5.216 2.902 5.216 6.67V21h-.003Z'/%3E%3C/svg%3E");
}
.icon-\[i--cib-tiktok\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21.453 7.605a6.323 6.323 0 01-3.617-2.215 6.352 6.352 0 01-1.39-4.012V1H12.74v15.617a2.766 2.766 0 01-2.762 2.711 2.755 2.755 0 01-2.523-1.66 2.762 2.762 0 012.523-3.857c.273 0 .547.04.81.117v-3.812a6.527 6.527 0 00-7.176 5.066 6.31 6.31 0 002.45 6.18c1.917 1.421 4.413 1.578 6.488.398a6.566 6.566 0 003.355-5.652V8.359a7.525 7.525 0 004.469 1.477V6.012c-.351 0-.703-.027-1.05-.082Z'/%3E%3C/svg%3E");
}
.icon-\[i--cib-whatsapp\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.496 14.383c-.3-.152-1.765-.867-2.04-.97-.273-.097-.472-.148-.671.153-.195.293-.77.964-.945 1.16-.176.196-.348.211-.645.078-.3-.152-1.261-.465-2.402-1.488-.89-.793-1.484-1.769-1.66-2.07-.176-.297-.02-.465.129-.613.136-.137.3-.344.453-.524.145-.18.191-.3.297-.495.097-.211.047-.376-.027-.524-.074-.149-.672-1.62-.922-2.207-.239-.582-.488-.508-.672-.508-.172-.016-.371-.016-.57-.016a1.13 1.13 0 00-.797.36c-.274.3-1.047 1.019-1.047 2.472 0 1.457 1.07 2.867 1.218 3.078.153.195 2.106 3.195 5.102 4.484.715.301 1.27.481 1.703.63.715.226 1.367.195 1.883.12.57-.093 1.765-.723 2.016-1.425.254-.707.254-1.293.18-1.426-.075-.136-.27-.21-.57-.343l-.013.074Zm-5.434 7.367h-.015c-1.774 0-3.528-.48-5.06-1.38l-.359-.214-3.75.977 1.008-3.649-.242-.375a9.874 9.874 0 01-1.516-5.258c0-5.445 4.458-9.886 9.942-9.886a9.866 9.866 0 017.023 2.91 9.794 9.794 0 012.91 6.992c-.007 5.441-4.46 9.883-9.937 9.883h-.004Zm8.457-18.3C18.238 1.245 15.238 0 12.047 0 5.464 0 .104 5.336.1 11.894c0 2.094.547 4.137 1.594 5.946L0 24l6.336-1.652a12.098 12.098 0 005.711 1.449h.004c6.586 0 11.945-5.337 11.949-11.899 0-3.175-1.238-6.164-3.496-8.41l.015-.039Z'/%3E%3C/svg%3E");
}
.icon-\[i--cib-x\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m21.586 21.375-7.497-10.928.012.01 6.76-7.832h-2.259L13.095 9 8.722 2.625H2.798l7 10.203-.002-.001-7.382 8.548h2.26l6.122-7.093 4.865 7.093h5.925ZM7.827 4.33l10.52 15.34h-1.79L6.028 4.33h1.798Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--cib-youtube\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M23.499 6.203a3.008 3.008 0 00-2.089-2.089C19.558 3.621 12 3.621 12 3.621s-7.557 0-9.409.493A3.011 3.011 0 00.502 6.203C.001 8.078 0 12 0 12s.001 3.922.502 5.797a3.011 3.011 0 002.089 2.088c1.852.494 9.409.495 9.409.495s7.557 0 9.41-.495a3.008 3.008 0 002.089-2.088C24 15.922 24 12 24 12s-.001-3.922-.501-5.797ZM9.602 15.602V8.398L15.84 12l-6.238 3.602Z'/%3E%3C/svg%3E");
}
.icon-\[i--heroicons-chevron-up-down\] {
  display: inline-block;
  width: 0.6em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15' width='9' height='15'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75 10.5 3.75 3.75 3.75-3.75m-7.5-6L4.5.75 8.25 4.5' display='block'/%3E%3C/svg%3E");
}
.icon-\[i--icon-headline\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M200 88v104a8 8 0 01-8 8H88a8 8 0 010-16h84.69L58.34 69.66a8 8 0 0111.32-11.32L184 172.69V88a8 8 0 0116 0'/%3E%3C/svg%3E");
}
.icon-\[i--icon-park-solid-play-two\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black' display='block'%3E%3Cpath fill-opacity='.6' d='M22 0H2a2 2 0 00-2 2v20a2 2 0 002 2h20a2 2 0 002-2V2a2 2 0 00-2-2Z'/%3E%3Cpath d='M8.333 12V6.804l4.5 2.598 4.5 2.598-4.5 2.598-4.5 2.598V12Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-\[i--long-arrow-left\] {
  display: inline-block;
  width: 1.57em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 23' width='36' height='23'%3E%3Cpath fill='none' stroke='black' stroke-miterlimit='10' stroke-width='.939' d='M1.244 11.57H36M12.158 22.8 1.604 11.561 12.158.322'/%3E%3C/svg%3E");
}
.icon-\[i--long-arrow-right\] {
  display: inline-block;
  width: 1.57em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 23' width='36' height='23'%3E%3Cpath fill='none' stroke='black' stroke-miterlimit='10' stroke-width='.939' d='M34.756 11.57H0M23.842 22.8l10.554-11.238L23.842.322'/%3E%3C/svg%3E");
}
.icon-\[i--lucide-text-initial\] {
  display: inline-block;
  width: 1.18em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17' width='20' height='17'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 2h6m-6 7h6M1 16h18M1 9l3.553-7.724a.5.5 0 01.894 0L9 9M1.92 7h6.16' display='block'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-down\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='m205.66 149.66-72 72a8 8 0 01-11.32 0l-72-72a8 8 0 0111.32-11.32L120 196.69V40a8 8 0 0116 0v156.69l58.34-58.35a8 8 0 0111.32 11.32'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-left\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M224 128a8 8 0 01-8 8H59.31l58.35 58.34a8 8 0 01-11.32 11.32l-72-72a8 8 0 010-11.32l72-72a8 8 0 0111.32 11.32L59.31 120H216a8 8 0 018 8'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-right\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='m221.66 133.66-72 72a8 8 0 01-11.32-11.32L196.69 136H40a8 8 0 010-16h156.69l-58.35-58.34a8 8 0 0111.32-11.32l72 72a8 8 0 010 11.32'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-square-out\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 9.75a.75.75 0 11-1.5 0V5.561l-6.218 6.22a.75.75 0 11-1.062-1.062L18.44 4.5h-4.19a.75.75 0 110-1.5h6a.75.75 0 01.75.75v6ZM17.25 12a.75.75 0 00-.75.75v6.75h-12v-12h6.75a.75.75 0 100-1.5H4.5A1.5 1.5 0 003 7.5v12A1.5 1.5 0 004.5 21h12a1.5 1.5 0 001.5-1.5v-6.75a.75.75 0 00-.75-.75Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-up-right\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.75 6v9.75a.75.75 0 11-1.5 0V7.81L6.531 18.53a.75.75 0 11-1.061-1.06L16.19 6.75H8.25a.75.75 0 110-1.5H18a.75.75 0 01.75.75Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-up\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M205.66 117.66a8 8 0 01-11.32 0L136 59.31V216a8 8 0 01-16 0V59.31l-58.34 58.35a8 8 0 01-11.32-11.32l72-72a8 8 0 0111.32 0l72 72a8 8 0 010 11.32'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-down\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='m213.66 101.66-80 80a8 8 0 01-11.32 0l-80-80a8 8 0 0111.32-11.32L128 164.69l74.34-74.35a8 8 0 0111.32 11.32'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-left\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15.531 18.97a.75.75 0 11-1.061 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 111.061 1.06L8.561 12l6.97 6.97Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-right\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.031 12.53-7.5 7.5a.751.751 0 01-1.061-1.06L15.44 12 8.47 5.03a.75.75 0 111.06-1.06l7.5 7.5a.75.75 0 010 1.06Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-up\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M213.66 165.66a8 8 0 01-11.32 0L128 91.31l-74.34 74.35a8 8 0 01-11.32-11.32l80-80a8 8 0 0111.32 0l80 80a8 8 0 010 11.32'/%3E%3C/svg%3E");
}
.icon-\[i--ph-check\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.531 7.28-12 12a.75.75 0 01-1.061 0l-5.25-5.25a.75.75 0 011.061-1.06l4.72 4.72L20.47 6.22a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-copy\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M216 32H88a8 8 0 00-8 8v40H40a8 8 0 00-8 8v128a8 8 0 008 8h128a8 8 0 008-8v-40h40a8 8 0 008-8V40a8 8 0 00-8-8m-56 176H48V96h112Zm48-48h-32V88a8 8 0 00-8-8H96V48h112Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-download-simple\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='m205.66 117.66-72 72a8 8 0 01-11.32 0l-72-72a8 8 0 0111.32-11.32L120 164.69V32a8 8 0 0116 0v132.69l58.34-58.35a8 8 0 0111.32 11.32ZM216 208H40a8 8 0 000 16h176a8 8 0 000-16Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-headset\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M201.89 54.66A103.43 103.43 0 00128.79 24H128A104 104 0 0024 128v56a24 24 0 0024 24h16a24 24 0 0024-24v-40a24 24 0 00-24-24H40.36a88.12 88.12 0 01150.18-54.07A87.4 87.4 0 01215.65 120H192a24 24 0 00-24 24v40a24 24 0 0024 24h24a24 24 0 01-24 24h-56a8 8 0 000 16h56a40 40 0 0040-40v-80a103.4 103.4 0 00-30.11-73.34M64 136a8 8 0 018 8v40a8 8 0 01-8 8H48a8 8 0 01-8-8v-48Zm128 56a8 8 0 01-8-8v-40a8 8 0 018-8h24v56Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-house\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m20.515 9.728-7.5-7.076a1.5 1.5 0 00-2.029-.01l-.01.01-7.491 7.076A1.5 1.5 0 003 10.833V19.5A1.5 1.5 0 004.5 21H9a1.5 1.5 0 001.5-1.5V15h3v4.5A1.5 1.5 0 0015 21h4.5a1.5 1.5 0 001.5-1.5v-8.667a1.5 1.5 0 00-.485-1.105ZM19.5 19.5H15V15a1.5 1.5 0 00-1.5-1.5h-3A1.5 1.5 0 009 15v4.5H4.5v-8.667l.01-.01L12 3.75l7.49 7.071.01.01V19.5Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-info-fill\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2.25A9.75 9.75 0 1021.75 12 9.76 9.76 0 0012 2.25Zm-.375 4.5a1.125 1.125 0 110 2.25 1.125 1.125 0 010-2.25Zm1.125 10.5a1.5 1.5 0 01-1.5-1.5V12a.75.75 0 110-1.5 1.5 1.5 0 011.5 1.5v3.75a.75.75 0 110 1.5Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-link\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M240 88.23a54.43 54.43 0 01-16 37L189.25 160a54.27 54.27 0 01-38.63 16h-.05A54.63 54.63 0 0196 119.84a8 8 0 0116 .45A38.62 38.62 0 00150.58 160a38.4 38.4 0 0027.31-11.31l34.75-34.75a38.63 38.63 0 00-54.63-54.63l-11 11A8 8 0 01135.7 59l11-11a54.65 54.65 0 0177.3 0 54.86 54.86 0 0116 40.23m-131 97.43-11 11A38.4 38.4 0 0170.6 208a38.63 38.63 0 01-27.29-65.94L78 107.31a38.63 38.63 0 0166 28.4 8 8 0 0016 .45A54.86 54.86 0 00144 96a54.65 54.65 0 00-77.27 0L32 130.75A54.62 54.62 0 0070.56 224a54.28 54.28 0 0038.64-16l11-11a8 8 0 00-11.2-11.34'/%3E%3C/svg%3E");
}
.icon-\[i--ph-magnifying-glass\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.532 20.47-4.694-4.693a8.26 8.26 0 10-1.06 1.06l4.693 4.694a.75.75 0 101.06-1.061ZM3.752 10.5a6.75 6.75 0 116.75 6.75 6.758 6.758 0 01-6.75-6.75Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-mail\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M224 48H32a8 8 0 00-8 8v136a16 16 0 0016 16h176a16 16 0 0016-16V56a8 8 0 00-8-8m-96 85.15L52.57 64h150.86ZM98.71 128 40 181.81V74.19Zm11.84 10.85 12 11.05a8 8 0 0010.82 0l12-11.05 58 53.15H52.57ZM157.29 128 216 74.18v107.64Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-map-pin\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='M128 64a40 40 0 1040 40 40 40 0 00-40-40m0 64a24 24 0 1124-24 24 24 0 01-24 24m0-112a88.1 88.1 0 00-88 88c0 31.4 14.51 64.68 42 96.25a254.2 254.2 0 0041.45 38.3 8 8 0 009.18 0 254.2 254.2 0 0041.37-38.3c27.45-31.57 42-64.85 42-96.25a88.1 88.1 0 00-88-88m0 206c-16.53-13-72-60.75-72-118a72 72 0 01144 0c0 57.23-55.47 105-72 118'/%3E%3C/svg%3E");
}
.icon-\[i--ph-minus\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath fill='black' d='M18 9a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h16.5A.75.75 0 0118 9Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-open-quote\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none'%3E%3Cg fill='black' clip-path='url(%23svgID0)'%3E%3Cpath d='M9.93 3.93a9.71 9.71 0 00-9.43 10v1.24a4.94 4.94 0 104.94-4.94c-.374 0-.747.047-1.11.14a.24.24 0 01-.26-.09.26.26 0 010-.28 6.83 6.83 0 015.86-3.57 1.25 1.25 0 100-2.5Zm12.32 2.5a1.25 1.25 0 000-2.5 9.71 9.71 0 00-9.43 10v1.24a4.95 4.95 0 104.94-4.94 4.581 4.581 0 00-1.11.14.24.24 0 01-.26-.09.26.26 0 010-.28 6.83 6.83 0 015.86-3.57Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}
.icon-\[i--ph-phone\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='256' height='256'%3E%3Cpath fill='black' d='m222.37 158.46-47.11-21.11-.13-.06a16 16 0 00-15.17 1.4 8 8 0 00-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 001.32-15.06v-.12L97.54 33.64a16 16 0 00-16.62-9.52A56.26 56.26 0 0032 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0055.88-48.92 16 16 0 00-9.51-16.62M176 208A128.14 128.14 0 0148 80a40.2 40.2 0 0134.87-40 .6.6 0 000 .12l21 47-20.67 24.74a6 6 0 00-.57.77 16 16 0 00-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0015.75-1.14 8 8 0 00.74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 01176 208'/%3E%3C/svg%3E");
}
.icon-\[i--ph-plus\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 12a.75.75 0 01-.75.75h-7.5v7.5a.75.75 0 11-1.5 0v-7.5h-7.5a.75.75 0 110-1.5h7.5v-7.5a.75.75 0 111.5 0v7.5h7.5A.75.75 0 0121 12Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-x\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.281 18.22a.75.75 0 11-1.061 1.06L12 13.06l-6.219 6.22a.75.75 0 01-1.061-1.06L10.94 12 4.72 5.78a.75.75 0 111.06-1.06L12 10.94l6.219-6.22a.75.75 0 111.061 1.06L13.061 12l6.22 6.22Z'/%3E%3C/svg%3E");
}
.icon-\[i--play-button\] {
  display: inline-block;
  width: 1.24em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 26' width='32' height='26'%3E%3Cpath fill='black' fill-opacity='.15' fill-rule='evenodd' d='M3.2 0h25.6C30.567 0 32 1.455 32 3.25v19.5c0 1.795-1.433 3.25-3.2 3.25H3.2C1.433 26 0 24.545 0 22.75V3.25C0 1.455 1.433 0 3.2 0Zm11.472 18.233 6.224-4.225c.335-.222.538-.601.538-1.008 0-.407-.203-.786-.538-1.008l-6.224-4.225a1.184 1.184 0 00-1.234-.067 1.223 1.223 0 00-.638 1.075v8.45c0 .45.246.864.638 1.075.392.21.867.185 1.234-.067Z' clip-rule='evenodd' display='block'/%3E%3C/svg%3E");
}
.icon-\[i--radix-icons-slash\] {
  display: inline-block;
  width: 0.52em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.734 20.8' width='10.734' height='20.8'%3E%3Cpath fill='black' fill-rule='evenodd' d='M0 20.8 8.571 0h2.163L2.162 20.8H0Z' clip-rule='evenodd' display='block'/%3E%3C/svg%3E");
}
.icon-\[i--tabler-dots\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M0 16a2 2 0 104 0 2 2 0 00-4 0Zm14 0a2 2 0 104 0 2 2 0 00-4 0Zm14 0a2 2 0 104 0 2 2 0 00-4 0Z'/%3E%3C/svg%3E");
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0rem;
}
.inset-\[0\] {
  inset: 0;
}
.bottom-2xs {
  bottom: 0.625rem;
}
.left-0 {
  left: 0rem;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0\] {
  left: 0;
}
.left-\[3px\] {
  left: 3px;
}
.left-\[6px\] {
  left: 6px;
}
.left-xl {
  left: 1.25rem;
}
.right-0 {
  right: 0rem;
}
.right-\[5px\] {
  right: 5px;
}
.start-0 {
  inset-inline-start: 0rem;
}
.top-0 {
  top: 0rem;
}
.top-1\/2 {
  top: 50%;
}
.top-3\/4 {
  top: 75%;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[5px\] {
  top: 5px;
}
.\!z-\[70\] {
  z-index: 70 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.m-0 {
  margin: 0rem;
}
.m-auto {
  margin: auto;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.my-fl-4xl {
  margin-top: calc(5.00rem + 10.00 * var(--fluid-bp));
  margin-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.my-fl-md {
  margin-top: calc(1.50rem + 3.00 * var(--fluid-bp));
  margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.my-sm {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-xs {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.\!mb-0 {
  margin-bottom: 0rem !important;
}
.\!mt-0 {
  margin-top: 0rem !important;
}
.-ml-\[20px\] {
  margin-left: -20px;
}
.-ml-lg {
  margin-left: -1.125rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-2xl {
  margin-bottom: 1.375rem;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-fl-2xl {
  margin-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.mb-fl-3xs {
  margin-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.mb-fl-4xl {
  margin-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.mb-fl-md {
  margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.mb-fl-sm {
  margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.mb-fl-xl {
  margin-bottom: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.mb-fl-xs {
  margin-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.mb-xs {
  margin-bottom: 0.75rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mt-3xl {
  margin-top: 1.5rem;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-base {
  margin-top: 1rem;
}
.mt-fl-2xl {
  margin-top: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.mt-fl-3xs {
  margin-top: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.mt-fl-sm {
  margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.mt-fl-xl {
  margin-top: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.mt-fl-xs {
  margin-top: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.mt-xs {
  margin-top: 0.75rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-1\/2 {
  aspect-ratio: 1 / 2;
}
.aspect-16\/10 {
  aspect-ratio: 16 / 10;
}
.aspect-16\/9 {
  aspect-ratio: 16 / 9;
}
.aspect-2\/1 {
  aspect-ratio: 2 / 1;
}
.aspect-3\/2 {
  aspect-ratio: 3 / 2;
}
.aspect-3\/4 {
  aspect-ratio: 3 / 4;
}
.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}
.aspect-4\/5 {
  aspect-ratio: 4 / 5;
}
.aspect-5\/3 {
  aspect-ratio: 5 / 3;
}
.aspect-5\/4 {
  aspect-ratio: 5 / 4;
}
.aspect-5\/7 {
  aspect-ratio: 5 / 7;
}
.aspect-7\/5 {
  aspect-ratio: 7 / 5;
}
.aspect-9\/16 {
  aspect-ratio: 9 / 16;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-3xl {
  width: 1.5rem;
  height: 1.5rem;
}
.size-\[127px\] {
  width: 127px;
  height: 127px;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[38px\] {
  width: 38px;
  height: 38px;
}
.size-\[40px\] {
  width: 40px;
  height: 40px;
}
.size-\[44px\] {
  width: 44px;
  height: 44px;
}
.size-\[45px\] {
  width: 45px;
  height: 45px;
}
.size-\[48px\] {
  width: 48px;
  height: 48px;
}
.size-\[54px\] {
  width: 54px;
  height: 54px;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.size-\[65px\] {
  width: 65px;
  height: 65px;
}
.size-\[68px\] {
  width: 68px;
  height: 68px;
}
.size-base {
  width: 1rem;
  height: 1rem;
}
.size-fl-lg {
  width: calc(2.00rem + 4.00 * var(--fluid-bp));
  height: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-\[48px\] {
  height: 48px !important;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-fl-2xl {
  height: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.h-fl-3xl {
  height: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.h-full {
  height: 100%;
}
.\!max-h-\[64px\] {
  max-height: 64px !important;
}
.max-h-\[28px\] {
  max-height: 28px;
}
.max-h-\[38px\] {
  max-height: 38px;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[56px\] {
  max-height: 56px;
}
.max-h-\[64px\] {
  max-height: 64px;
}
.max-h-\[70dvh\] {
  max-height: 70dvh;
}
.max-h-\[80dvh\] {
  max-height: 80dvh;
}
.max-h-\[calc\(100vh-theme\(spacing\.fl-sm\)\*2\)\] {
  max-height: calc(100vh - calc(1.00rem + 2.00 * var(--fluid-bp)) * 2);
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[80dvh\] {
  min-height: 80dvh;
}
.min-h-dvh {
  min-height: 100dvh;
}
.\!w-\[48px\] {
  width: 48px !important;
}
.\!w-auto {
  width: auto !important;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[118px\] {
  width: 118px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[255px\] {
  width: 255px;
}
.w-\[37px\] {
  width: 37px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[80px\] {
  width: 80px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-fl-2xl {
  width: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[min\(100\%\2c 320px\)\] {
  max-width: min(100%,320px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\] {
  flex: 2;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-auto {
  flex-basis: auto;
}
.origin-left {
  transform-origin: left;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[minmax\(0\2c auto\)_1fr_minmax\(0\2c auto\)\] {
  grid-template-columns: minmax(0,auto) 1fr minmax(0,auto);
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-\[9px\] {
  gap: 9px !important;
}
.gap-2xl {
  gap: 1.375rem;
}
.gap-3xl {
  gap: 1.5rem;
}
.gap-6xl {
  gap: 2.25rem;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-\[var\(--inner-gutter\)\] {
  gap: var(--inner-gutter);
}
.gap-base {
  gap: 1rem;
}
.gap-fl-2xl {
  gap: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.gap-fl-2xs {
  gap: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.gap-fl-3xl {
  gap: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.gap-fl-3xs {
  gap: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.gap-fl-lg {
  gap: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.gap-fl-md {
  gap: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.gap-fl-sm {
  gap: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.gap-fl-xl {
  gap: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.gap-fl-xs {
  gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.gap-lg {
  gap: 1.125rem;
}
.gap-sm {
  gap: 0.875rem;
}
.gap-xs {
  gap: 0.75rem;
}
.gap-x-\[--inner-gutter\] {
  -moz-column-gap: var(--inner-gutter);
       column-gap: var(--inner-gutter);
}
.gap-x-fl-md {
  -moz-column-gap: calc(1.50rem + 3.00 * var(--fluid-bp));
       column-gap: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.gap-x-fl-sm {
  -moz-column-gap: calc(1.00rem + 2.00 * var(--fluid-bp));
       column-gap: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.gap-y-fl-lg {
  row-gap: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.gap-y-fl-md {
  row-gap: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.gap-y-fl-xl {
  row-gap: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[54px\] {
  border-radius: 54px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-fl-2xl {
  border-radius: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.rounded-fl-3xs {
  border-radius: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.rounded-fl-lg {
  border-radius: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.rounded-fl-md {
  border-radius: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.rounded-fl-sm {
  border-radius: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.rounded-fl-xl {
  border-radius: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.rounded-fl-xs {
  border-radius: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-\[16px\] {
  border-bottom-left-radius: 16px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-br-\[16px\] {
  border-bottom-right-radius: 16px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-\[16px\] {
  border-top-left-radius: 16px;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-\[16px\] {
  border-top-right-radius: 16px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#11111126\] {
  border-color: #11111126;
}
.border-\[\#252a36\]\/10 {
  border-color: rgb(37 42 54 / 0.1);
}
.border-\[\#E4E4E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.border-stroke-accent {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
.border-stroke-alternate {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
}
.border-stroke-primary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
}
.border-stroke-primary\/10 {
  border-color: hsl(var(--twc-stroke-primary) / 0.1);
}
.border-stroke-primary\/20 {
  border-color: hsl(var(--twc-stroke-primary) / 0.2);
}
.border-stroke-secondary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
.bg-\[\#0000000D\] {
  background-color: #0000000D;
}
.bg-\[\#002576\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 118 / var(--tw-bg-opacity));
}
.bg-\[\#009CDE66\] {
  background-color: #009CDE66;
}
.bg-\[\#DCDBDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 219 219 / var(--tw-bg-opacity));
}
.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}
.bg-aqua {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 222 / var(--tw-bg-opacity));
}
.bg-fg-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-bg-opacity)));
}
.bg-stroke-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.bg-surface-accent-green {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-green) / var(--twc-surface-accent-green-opacity, var(--tw-bg-opacity)));
}
.bg-surface-accent-navy {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
}
.bg-surface-accent-orange {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
.bg-surface-alternate {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
.bg-surface-alternate\/20 {
  background-color: hsl(var(--twc-surface-alternate) / 0.2);
}
.bg-surface-alternate\/30 {
  background-color: hsl(var(--twc-surface-alternate) / 0.3);
}
.bg-surface-alternate\/40 {
  background-color: hsl(var(--twc-surface-alternate) / 0.4);
}
.bg-surface-alternate\/60 {
  background-color: hsl(var(--twc-surface-alternate) / 0.6);
}
.bg-surface-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-primary\/0 {
  background-color: hsl(var(--twc-surface-primary) / 0);
}
.bg-surface-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-tertiary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#3651f6\] {
  --tw-gradient-from: #3651f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 81 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface-secondary\/10 {
  --tw-gradient-from: hsl(var(--twc-surface-secondary) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--twc-surface-secondary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#0a1a53\] {
  --tw-gradient-to: #0a1a53 var(--tw-gradient-to-position);
}
.to-surface-tertiary\/10 {
  --tw-gradient-to: hsl(var(--twc-surface-tertiary) / 0.1) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-fg-alternate {
  fill: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, 1));
}
.fill-none {
  fill: none;
}
.stroke-\[2px\] {
  stroke-width: 2px;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0rem;
}
.p-3xl {
  padding: 1.5rem;
}
.p-\[0\] {
  padding: 0;
}
.p-\[18px\] {
  padding: 18px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-fl-2xs {
  padding: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.p-fl-lg {
  padding: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.p-fl-md {
  padding: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.p-fl-sm {
  padding: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.p-fl-xs {
  padding: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.p-sm {
  padding: 0.875rem;
}
.p-xl {
  padding: 1.25rem;
}
.px-3xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0\.4em\] {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.px-base {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-fl-3xs {
  padding-left: calc(0.25rem + 0.50 * var(--fluid-bp));
  padding-right: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.px-fl-lg {
  padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
  padding-right: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.px-fl-sm {
  padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
  padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.px-fl-xs {
  padding-left: calc(0.75rem + 1.50 * var(--fluid-bp));
  padding-right: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.px-lg {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.py-2xs {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[0\.1em\] {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-base {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-fl-2xl {
  padding-top: calc(3.00rem + 6.00 * var(--fluid-bp));
  padding-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.py-fl-2xs {
  padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
  padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.py-fl-3xs {
  padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
  padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.py-fl-4xl {
  padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
  padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.py-fl-md {
  padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
  padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.py-fl-sm {
  padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
  padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.py-fl-xl {
  padding-top: calc(2.50rem + 5.00 * var(--fluid-bp));
  padding-bottom: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.py-fl-xs {
  padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
  padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.py-sm {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-xs {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.pb-3xl {
  padding-bottom: 1.5rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[140px\] {
  padding-bottom: 140px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-fl-3xl {
  padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.pb-fl-4xl {
  padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.pb-fl-5xl {
  padding-bottom: calc(6.00rem + 12.00 * var(--fluid-bp));
}
.pb-fl-lg {
  padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.pb-fl-md {
  padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.pb-fl-xs {
  padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.pb-sm {
  padding-bottom: 0.875rem;
}
.pb-xs {
  padding-bottom: 0.75rem;
}
.pl-0 {
  padding-left: 0rem;
}
.pl-fl-sm {
  padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.pt-0 {
  padding-top: 0rem;
}
.pt-3xl {
  padding-top: 1.5rem;
}
.pt-4xl {
  padding-top: 1.75rem;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-fl-3xl {
  padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.pt-fl-4xl {
  padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.pt-fl-5xl {
  padding-top: calc(6.00rem + 12.00 * var(--fluid-bp));
}
.pt-fl-lg {
  padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.pt-fl-md {
  padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.pt-sm {
  padding-top: 0.875rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: "Poppins", sans-serif;
}
.font-headline {
  font-family: "Poppins", sans-serif;
}
.\!text-base {
  font-size: 1rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
}
.text-5xl {
  font-size: 2rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-base {
  font-size: 1rem;
}
.text-fl-2xl {
  font-size: var(--f-2xl);
  line-height: 120%;
}
.text-fl-3xl {
  font-size: var(--f-3xl);
  line-height: 120%;
}
.text-fl-4xl {
  font-size: var(--f-4xl);
  line-height: 110%;
}
.text-fl-5xl {
  font-size: var(--f-5xl);
  line-height: 110%;
}
.text-fl-base {
  font-size: var(--f-base);
  line-height: 140%;
}
.text-fl-lg {
  font-size: var(--f-lg);
  line-height: 130%;
}
.text-fl-sm {
  font-size: var(--f-sm);
  line-height: 140%;
}
.text-fl-xl {
  font-size: var(--f-xl);
  line-height: 120%;
}
.text-fl-xs {
  font-size: var(--f-xs);
  line-height: 150%;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.\!leading-\[1\.3\] {
  line-height: 1.3 !important;
}
.\!leading-\[1\.5\] {
  line-height: 1.5 !important;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-none {
  line-height: 1;
}
.tracking-\[-0\.1px\] {
  letter-spacing: -0.1px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-fg-accent {
  --tw-text-opacity: 1 !important;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity))) !important;
}
.text-\[\#252a36\] {
  --tw-text-opacity: 1;
  color: rgb(37 42 54 / var(--tw-text-opacity));
}
.text-\[\#252a36\]\/40 {
  color: rgb(37 42 54 / 0.4);
}
.text-\[\#252a36\]\/60 {
  color: rgb(37 42 54 / 0.6);
}
.text-\[\#582C83\] {
  --tw-text-opacity: 1;
  color: rgb(88 44 131 / var(--tw-text-opacity));
}
.text-\[\#71717A\] {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-\[\#ffffff\]\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-\[\#ffffff\]\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-fg-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.text-fg-alternate {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.text-fg-alternate\/60 {
  color: hsl(var(--twc-fg-alternate) / 0.6);
}
.text-fg-alternate\/80 {
  color: hsl(var(--twc-fg-alternate) / 0.8);
}
.text-fg-brand {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-brand) / var(--twc-fg-brand-opacity, var(--tw-text-opacity)));
}
.text-fg-error {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
.text-fg-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.text-fg-secondary {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
.text-surface-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-text-opacity)));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_2px_0_\#0000000D\] {
  --tw-shadow: 0 2px 2px 0 #0000000D;
  --tw-shadow-colored: 0 2px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[50px\] {
  --tw-backdrop-blur: blur(50px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c margin\] {
  transition-property: opacity,margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c visibility\] {
  transition-property: opacity,visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
[class*="keyline-"] {
  position: relative;
}
[class*="keyline-"]::before {
  content: attr(👻);
  position: absolute;
  z-index: 0;
  left: calc(var(--inner-gutter) / -2 - 1px);
  right: calc(var(--inner-gutter) / -2);
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  pointer-events: none;
}
[class*="keyline-0"]::before {
  border-right-color: transparent;
  border-left-color: transparent;
}
.light,[data-theme="light"] {
  --twc-fg-primary: 222.39999999999998 18.7% 17.8%;
  --twc-fg-secondary: 0 0% 91.8%;
  --twc-fg-alternate: 0 0% 100%;
  --twc-fg-brand: 221.20000000000005 100% 23.1%;
  --twc-fg-accent: 15.5 71.8% 51.4%;
  --twc-fg-success: 149.5 68.7% 51.2%;
  --twc-fg-error: 0 71.8% 51.4%;
  --twc-fg-tertiary: 330 100% 70.6%;
  --twc-fg-quaternary: 330 100% 70.6%;
  --twc-fg-quinary: 330 100% 70.6%;
  --twc-surface-primary: 0 0% 100%;
  --twc-surface-secondary: 197.79999999999995 100% 43.5%;
  --twc-surface-tertiary: 0 0% 91.8%;
  --twc-surface-alternate: 222.39999999999998 18.7% 17.8%;
  --twc-surface-accent-green: 149.5 68.7% 51.2%;
  --twc-surface-accent-forest: 222.39999999999998 18.7% 17.8%;
  --twc-surface-accent-orange: 15.5 71.8% 51.4%;
  --twc-surface-accent-navy: 221.20000000000005 100% 23.1%;
  --twc-surface-accent: 330 100% 70.6%;
  --twc-surface-quaternary: 330 100% 70.6%;
  --twc-surface-quinary: 330 100% 70.6%;
  --twc-surface-brand: 330 100% 70.6%;
  --twc-stroke-primary: 222.39999999999998 18.7% 17.8%;
  --twc-stroke-secondary: 0 0% 91.8%;
  --twc-stroke-alternate: 0 0% 100%;
  --twc-stroke-accent: 197.79999999999995 100% 43.5%;
  --twc-stroke-success: 149.5 68.7% 51.2%;
  --twc-stroke-error: 0 71.8% 51.4%;
  --twc-stroke-tertiary: 330 100% 70.6%;
  --twc-stroke-quaternary: 330 100% 70.6%;
  --twc-stroke-quinary: 330 100% 70.6%;
  --twc-stroke-brand: 330 100% 70.6%;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar-thin::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar-thin::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar-thin::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar-thin::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar-thin::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar-thin::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar-thin::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
}
.scrollbar-track-\[\#ECEEF0\] {
  --scrollbar-track: #ECEEF0 !important;
}
.scrollbar-thumb-\[\#7E868C\] {
  --scrollbar-thumb: #7E868C !important;
}
.focus-ring {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}
.focus-ring-inset {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-ring-inset:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 0px;
}
.\!\[box-shadow\:none\] {
  box-shadow: none !important;
}
.\[--adaptive\:none\] {
  --adaptive: none;
}
.\[--auto-close\:inside\] {
  --auto-close: inside;
}
.\[--body-scroll\:false\] {
  --body-scroll: false;
}
.\[--placement\:bottom-end\] {
  --placement: bottom-end;
}
.\[--placement\:bottom\] {
  --placement: bottom;
}
.\[--placement\:left\] {
  --placement: left;
}
.\[--placement\:right\] {
  --placement: right;
}
.\[--placement\:top\] {
  --placement: top;
}
.\[--scrollspy-offset\:100\] {
  --scrollspy-offset: 100;
}
.\[--slides-to-show\:0\] {
  --slides-to-show: 0;
}
.\[--slides-to-show\:1\] {
  --slides-to-show: 1;
}
.\[--slides-to-show\:2\] {
  --slides-to-show: 2;
}
.\[--slides-to-show\:3\] {
  --slides-to-show: 3;
}
.\[--slides-to-show\:4\] {
  --slides-to-show: 4;
}
.\[--slides-to-show\:5\] {
  --slides-to-show: 5;
}
.\[--strategy\:absolute\] {
  --strategy: absolute;
}
.\[--strategy\:relative\] {
  --strategy: relative;
}
.\[--trigger\:click\] {
  --trigger: click;
}
.\[grid-area\:stack\] {
  grid-area: stack;
}
.\[grid-template-areas\:\'stack\'\] {
  grid-template-areas: 'stack';
}
html,
body {
  overscroll-behavior: none;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .md\:breakout-reset {
    --breakout-outer-gutter: var(--outer-gutter);
    --breakout-container-outer-gutter: 0;
    position: unset;
    left: unset;
    width: unset;
    margin-left: unset;
  }
  .md\:gap-gutter {
    grid-gap: var(--inner-gutter);
    gap: var(--inner-gutter);
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
    margin-right: auto;
    margin-left: auto;
  }
  .lg\:container > * {
    --container-outer-gutter: 0;
    --breakout-container-outer-gutter: 0;
  }
  .lg\:container-reset {
    width: unset;
    margin-right: unset;
    margin-left: unset;
  }
  .lg\:container-reset > * {
    --container-outer-gutter: var(--outer-gutter, 0);
    --breakout-container-outer-gutter: inherit;
  }
  .lg\:breakout {
    --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
    --breakout-container-outer-gutter: var(--outer-gutter);
    position: relative;
    left: 50%;
    width: calc(100vw - var(--scrollbar-visible-width, 0px));
    margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
  }
  .lg\:breakout.px-outer-gutter,.lg\:breakout > .px-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
    padding-right: var(--breakout-outer-gutter);
  }
  .lg\:breakout.pr-outer-gutter,.lg\:breakout > .pr-outer-gutter {
    padding-right: var(--breakout-outer-gutter);
  }
  .lg\:breakout.pl-outer-gutter,.lg\:breakout > .pl-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
  }
  .lg\:breakout > .w-outer-gutter {
    width: var(--breakout-outer-gutter);
  }
}
.prose-a\:before\:icon-\[i--ph-caret-right\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.031 12.53-7.5 7.5a.751.751 0 01-1.061-1.06L15.44 12 8.47 5.03a.75.75 0 111.06-1.06l7.5 7.5a.75.75 0 010 1.06Z'/%3E%3C/svg%3E");
}
@media (min-width: 640px) {
  .sm\:w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .cols-container > .sm\:w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .sm\:w-4-cols > * {
    --container-grid-columns: 4;
  }
  .sm\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .md\:grid-col-span-8 {
    --container-grid-columns: 8;
    grid-column: span 8 / span 8;
  }
  .md\:w-6-cols {
    width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .cols-container > .md\:w-6-cols {
    width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .md\:w-6-cols > * {
    --container-grid-columns: 6;
  }
  .md\:w-8-cols {
    width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .cols-container > .md\:w-8-cols {
    width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .md\:w-8-cols > * {
    --container-grid-columns: 8;
  }
  .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-col-span-7 {
    --container-grid-columns: 7;
    grid-column: span 7 / span 7;
  }
  .lg\:w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .cols-container > .lg\:w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .lg\:w-4-cols > * {
    --container-grid-columns: 4;
  }
  .lg\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 1376px) {
  .xl\:w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .cols-container > .xl\:w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }
  .xl\:w-4-cols > * {
    --container-grid-columns: 4;
  }
  .xl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-col-span-7 {
    --container-grid-columns: 7;
    grid-column: span 7 / span 7;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: 0;
    right: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0rem;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0rem;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0rem;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}
.before\:min-w-0::before {
  content: var(--tw-content);
  min-width: 0rem;
}
.before\:flex-1::before {
  content: var(--tw-content);
  flex: 1 1 0%;
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:bg-surface-alternate::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
.before\:bg-surface-secondary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:h-\[3px\]::after {
  content: var(--tw-content);
  height: 3px;
}
.after\:min-w-0::after {
  content: var(--tw-content);
  min-width: 0rem;
}
.after\:flex-1::after {
  content: var(--tw-content);
  flex: 1 1 0%;
}
.after\:bg-surface-alternate::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-fg-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.group.active .group-\[\.active\]\:visible {
  visibility: visible;
}
.group.active .group-\[\.active\]\:invisible {
  visibility: hidden;
}
.peer:checked ~ .peer-checked\:translate-x-\[calc\(100\%\+2\.5px\)\] {
  --tw-translate-x: calc(100% + 2.5px);
  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));
}
.peer:checked ~ .peer-checked\:light {
  --twc-fg-primary: 222.39999999999998 18.7% 17.8%;
  --twc-fg-secondary: 0 0% 91.8%;
  --twc-fg-alternate: 0 0% 100%;
  --twc-fg-brand: 221.20000000000005 100% 23.1%;
  --twc-fg-accent: 15.5 71.8% 51.4%;
  --twc-fg-success: 149.5 68.7% 51.2%;
  --twc-fg-error: 0 71.8% 51.4%;
  --twc-fg-tertiary: 330 100% 70.6%;
  --twc-fg-quaternary: 330 100% 70.6%;
  --twc-fg-quinary: 330 100% 70.6%;
  --twc-surface-primary: 0 0% 100%;
  --twc-surface-secondary: 197.79999999999995 100% 43.5%;
  --twc-surface-tertiary: 0 0% 91.8%;
  --twc-surface-alternate: 222.39999999999998 18.7% 17.8%;
  --twc-surface-accent-green: 149.5 68.7% 51.2%;
  --twc-surface-accent-forest: 222.39999999999998 18.7% 17.8%;
  --twc-surface-accent-orange: 15.5 71.8% 51.4%;
  --twc-surface-accent-navy: 221.20000000000005 100% 23.1%;
  --twc-surface-accent: 330 100% 70.6%;
  --twc-surface-quaternary: 330 100% 70.6%;
  --twc-surface-quinary: 330 100% 70.6%;
  --twc-surface-brand: 330 100% 70.6%;
  --twc-stroke-primary: 222.39999999999998 18.7% 17.8%;
  --twc-stroke-secondary: 0 0% 91.8%;
  --twc-stroke-alternate: 0 0% 100%;
  --twc-stroke-accent: 197.79999999999995 100% 43.5%;
  --twc-stroke-success: 149.5 68.7% 51.2%;
  --twc-stroke-error: 0 71.8% 51.4%;
  --twc-stroke-tertiary: 330 100% 70.6%;
  --twc-stroke-quaternary: 330 100% 70.6%;
  --twc-stroke-quinary: 330 100% 70.6%;
  --twc-stroke-brand: 330 100% 70.6%;
}
.group\/nav[data-navigation=scrolled] .group-data-\[navigation\=scrolled\]\/nav\:bg-surface-primary\/80 {
  background-color: hsl(var(--twc-surface-primary) / 0.8);
}
.group\/nav[data-navigation=scrolled] .group-data-\[navigation\=scrolled\]\/nav\:backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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);
}
.hs-dropdown.open > .hs-dropdown-open\: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));
}
.hs-dropdown.open > .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\: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));
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\: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));
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}
.hs-tooltip.show .hs-tooltip-shown\:visible {
  visibility: visible;
}
.hs-tooltip.show .hs-tooltip-shown\:opacity-100 {
  opacity: 1;
}
.hs-collapse.open .hs-collapse-open\: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));
}
.hs-collapse.open .hs-collapse-open\:opacity-0 {
  opacity: 0;
}
.hs-collapse.open .hs-collapse-open\:opacity-100 {
  opacity: 1;
}
.hs-collapse.open.hs-collapse-open\: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));
}
.hs-collapse.open.hs-collapse-open\:opacity-0 {
  opacity: 0;
}
.hs-collapse.open.hs-collapse-open\:opacity-100 {
  opacity: 1;
}
.hs-collapse-toggle.open .hs-collapse-open\: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));
}
.hs-collapse-toggle.open .hs-collapse-open\:opacity-0 {
  opacity: 0;
}
.hs-collapse-toggle.open .hs-collapse-open\:opacity-100 {
  opacity: 1;
}
.hs-collapse-toggle.open.hs-collapse-open\: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));
}
.hs-collapse-toggle.open.hs-collapse-open\:opacity-0 {
  opacity: 0;
}
.hs-collapse-toggle.open.hs-collapse-open\:opacity-100 {
  opacity: 1;
}
[data-hs-tab].active.hs-tab-active\:border-stroke-accent {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
[data-hs-tab].active.hs-tab-active\:border-stroke-secondary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
[data-hs-tab].active.hs-tab-active\:bg-surface-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
[data-hs-tab].active.hs-tab-active\:bg-surface-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
[data-hs-tab].active.hs-tab-active\:text-fg-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
[data-hs-tab].active.hs-tab-active\:text-fg-alternate {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
[data-hs-tab].active .hs-tab-active\:border-stroke-accent {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
[data-hs-tab].active .hs-tab-active\:border-stroke-secondary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
[data-hs-tab].active .hs-tab-active\:bg-surface-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
[data-hs-tab].active .hs-tab-active\:bg-surface-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
[data-hs-tab].active .hs-tab-active\:text-fg-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
[data-hs-tab].active .hs-tab-active\:text-fg-alternate {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.open.hs-overlay-open\:opacity-100 {
  opacity: 1;
}
.open.hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}
.open .hs-overlay-open\:opacity-100 {
  opacity: 1;
}
.open .hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}
.hs-overlay-backdrop.hs-overlay-backdrop-open\:pointer-events-none {
  pointer-events: none;
}
.hs-overlay-backdrop .hs-overlay-backdrop-open\:pointer-events-none {
  pointer-events: none;
}
.active.hs-scrollspy-active\:bg-surface-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.active.hs-scrollspy-active\:font-semibold {
  font-weight: 600;
}
.active.hs-scrollspy-active\:text-fg-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.prose-h2\:\!mb-0 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 0rem !important;
}
.prose-h2\:\!text-fl-base :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: var(--f-base) !important;
  line-height: 140% !important;
}
.prose-h2\:\!text-fg-secondary :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1 !important;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity))) !important;
}
.prose-h2\:before\:\!content-none :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}
.prose-p\:text-fg-secondary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
.prose-a\:inline-flex :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  display: inline-flex;
}
.prose-a\:w-fit :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  width: -moz-fit-content;
  width: fit-content;
}
.prose-a\:min-w-\[164px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  min-width: 164px;
}
.prose-a\:flex-row-reverse :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  flex-direction: row-reverse;
}
.prose-a\:items-center :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  align-items: center;
}
.prose-a\:justify-center :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  justify-content: center;
}
.prose-a\:gap-\[8px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  gap: 8px;
}
.prose-a\:rounded-\[16px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 16px;
}
.prose-a\:border :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-width: 1px;
}
.prose-a\:border-solid :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-style: solid;
}
.prose-a\:border-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-border-opacity)));
}
.prose-a\:border-surface-accent-navy :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-border-opacity)));
}
.prose-a\:bg-surface-accent-navy :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
}
.prose-a\:bg-surface-accent-orange :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
.prose-a\:bg-surface-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.prose-a\:bg-surface-secondary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.prose-a\:bg-surface-tertiary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.prose-a\:px-\[21px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 21px;
  padding-right: 21px;
}
.prose-a\:px-\[24px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 24px;
  padding-right: 24px;
}
.prose-a\:py-\[16px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-top: 16px;
  padding-bottom: 16px;
}
.prose-a\:py-\[17px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-top: 17px;
  padding-bottom: 17px;
}
.prose-a\:font-body :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: "Poppins", sans-serif;
}
.prose-a\:text-lg :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.125rem;
}
.prose-a\:font-semibold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-a\:leading-\[1\.3\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.3;
}
.prose-a\:leading-none :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1;
}
.prose-a\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.prose-a\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.prose-a\:outline-none :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.prose-a\:transition-all :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.prose-a\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  transition-duration: 300ms;
}
.prose-a\:before\:size-\[25px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  width: 25px;
  height: 25px;
}
.prose-a\:before\:h-\[25px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  height: 25px;
}
.prose-a\:before\:w-\[25px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  width: 25px;
}
.prose-a\:before\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.prose-a\:before\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.group:hover .prose-a\:group-hover\:border-surface-secondary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-border-opacity)));
}
.group:hover .prose-a\:group-hover\:bg-surface-accent-navy :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
}
.group:hover .prose-a\:group-hover\:bg-surface-accent-orange :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
.group:hover .prose-a\:group-hover\:bg-surface-secondary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.group:hover .prose-a\:group-hover\:text-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.group:hover .prose-a\:group-hover\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.group:hover .prose-a\:group-hover\:before\:text-\[\#009CDE\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(0 156 222 / var(--tw-text-opacity));
}
.hover\:bg-\[\#009CDE26\]:hover {
  background-color: #009CDE26;
}
.hover\:bg-surface-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-surface-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.hover\:text-\[\#dc582a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(220 88 42 / var(--tw-text-opacity));
}
.hover\:text-fg-accent:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.hover\:text-fg-alternate:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:prose-a\:border-surface-secondary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-border-opacity)));
}
.hover\:prose-a\:bg-surface-accent-navy :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
}
.hover\:prose-a\:bg-surface-accent-orange :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}
.hover\:prose-a\:bg-surface-secondary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.hover\:prose-a\:text-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:before\:text-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:before\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.focus\:text-\[\#dc582a\]:focus {
  --tw-text-opacity: 1;
  color: rgb(220 88 42 / var(--tw-text-opacity));
}
.focus\:text-fg-accent:focus {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.focus\:text-fg-alternate:focus {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.focus\:prose-a\:ring-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:prose-a\:ring-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-ring-opacity)));
}
.focus\:prose-a\:ring-surface-accent-navy :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-ring-opacity)));
}
.focus\:prose-a\:ring-surface-accent-orange :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-ring-opacity)));
}
.focus\:prose-a\:ring-surface-secondary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-ring-opacity)));
}
.focus\:prose-a\:ring-offset-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-x-fl-lg {
    -moz-column-gap: calc(2.00rem + 4.00 * var(--fluid-bp));
         column-gap: calc(2.00rem + 4.00 * var(--fluid-bp));
  }
  .sm\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }
  .sm\:py-fl-sm {
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .sm\:py-fl-xs {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
  }
  .sm\:pt-0 {
    padding-top: 0rem;
  }
}
@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }
  .md\:mb-fl-xl {
    margin-bottom: calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:min-h-\[38px\] {
    min-height: 38px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:min-w-\[180px\] {
    min-width: 180px;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-\[80px\] {
    gap: 80px;
  }
  .md\:gap-fl-3xl {
    gap: calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .md\:gap-fl-xl {
    gap: calc(2.50rem + 5.00 * var(--fluid-bp));
  }
  .md\:self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .lg\:top-full {
    top: 100%;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mt-\[3px\] {
    margin-top: 3px;
  }
  .lg\:\!block {
    display: block !important;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[68px\] {
    height: 68px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-\[333px\] {
    width: 333px;
  }
  .lg\:w-\[516px\] {
    width: 516px;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-0 {
    min-width: 0rem;
  }
  .lg\:min-w-\[240px\] {
    min-width: 240px;
  }
  .lg\:max-w-\[360px\] {
    max-width: 360px;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0rem;
  }
  .lg\:gap-\[24px\] {
    gap: 24px;
  }
  .lg\:gap-fl-3xl {
    gap: calc(4.00rem + 8.00 * var(--fluid-bp));
  }
  .lg\:gap-fl-md {
    gap: calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .lg\:gap-fl-sm {
    gap: calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:\!rounded-none {
    border-radius: 0px !important;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-\[18px\] {
    border-radius: 18px;
  }
  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }
  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }
  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
  .lg\:border-0 {
    border-width: 0px;
  }
  .lg\:\!bg-\[inherit\] {
    background-color: inherit !important;
  }
  .lg\:bg-\[rgba\(37\2c 42\2c 54\2c 0\.7\)\] {
    background-color: rgba(37,42,54,0.7);
  }
  .lg\:bg-surface-primary\/0 {
    background-color: hsl(var(--twc-surface-primary) / 0);
  }
  .lg\:\!p-0 {
    padding: 0rem !important;
  }
  .lg\:p-0 {
    padding: 0rem;
  }
  .lg\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .lg\:px-\[41px\] {
    padding-left: 41px;
    padding-right: 41px;
  }
  .lg\:px-fl-sm {
    padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
  }
  .lg\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .lg\:py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .lg\:py-fl-md {
    padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
    padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .lg\:pb-\[14px\] {
    padding-bottom: 14px;
  }
  .lg\:pt-\[14px\] {
    padding-top: 14px;
  }
  .lg\:text-fl-sm {
    font-size: var(--f-sm);
    line-height: 140%;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:leading-\[1\.5\] {
    line-height: 1.5;
  }
  .lg\:\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:\!backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
    -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) !important;
            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) !important;
  }
  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
    -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);
  }
  .lg\:\[--strategy\:absolute\] {
    --strategy: absolute;
  }
  .lg\:data-\[navigation\=scrolled\]\:bg-surface-primary\/80[data-navigation=scrolled] {
    background-color: hsl(var(--twc-surface-primary) / 0.8);
  }
  .lg\:data-\[navigation\=scrolled\]\:backdrop-blur-md[data-navigation=scrolled] {
    --tw-backdrop-blur: blur(12px);
    -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);
  }
  .group\/nav[data-navigation=scrolled] .lg\:group-data-\[navigation\=scrolled\]\/nav\:\!backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
    -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) !important;
            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) !important;
  }
  .lg\:hover\:text-\[\#dc582a\]:hover {
    --tw-text-opacity: 1;
    color: rgb(220 88 42 / var(--tw-text-opacity));
  }
}
@media (min-width: 1376px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:gap-fl-md {
    gap: calc(1.50rem + 3.00 * var(--fluid-bp));
  }
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }
}
.\[\&_\.custom-link\]\:w-auto .custom-link {
  width: auto;
}
.\[\&_img\]\:grayscale img {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\[\&_img\]\:transition-all img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_img\]\:duration-300 img {
  transition-duration: 300ms;
}
.hover\:\[\&_img\]\:grayscale-0 img:hover {
  --tw-grayscale: grayscale(0);
  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);
}
.\[\&_svg\]\:size-\[24px\] svg {
  width: 24px;
  height: 24px;
}
.\[\&_svg\]\:fill-fg-primary svg {
  fill: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1));
}
.\[\&_svg\]\:transition-colors svg {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_svg\]\:duration-200 svg {
  transition-duration: 200ms;
}
.\[\&_svg\]\:ease-in-out svg {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:\[\&_svg\]\:fill-fg-accent svg:hover {
  fill: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, 1));
}