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

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

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

.headline,
.sub-heading {
  font-family: "Poppins", sans-serif;
}

.richtext.prose {

max-width: none;

--tw-prose-bullets: currentColor;
--tw-prose-counters: currentColor;
}

.richtext.prose :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
  font-family: "Poppins", sans-serif;
font-weight: 600;
line-height: 1.2;
}

.richtext.prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;

}

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

.richtext.prose :where(h1, h2, h3, h4, h5, h6) + :where(h1, h2, h3, h4, h5, h6) {
margin-top: 0;
}

.richtext.prose :where(p) {
  font-size: var(--f-base);
  line-height: 140%;
line-height: 1.5;
margin: 0;
}

.richtext.prose :where(p:not(:first-child)) {
margin-top: 15px;
}

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

.richtext.prose :where(a):not(.custom-btn):not(.custom-link) {
  text-decoration-line: underline;
  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: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
color: inherit;
font-weight: inherit;
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);
}

.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%;
margin: 0.4em 0;
padding-inline-start: 0.25em;
}

.richtext.prose :where(li > ul, li > ol) { margin-top: 0.4em; }

.richtext.prose :where(ul > li, ol > li)::marker,
.richtext.prose ul > li::marker,
.richtext.prose ol > li::marker {
color: currentColor ;
font-weight: inherit ;
}

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

.richtext.prose :where(blockquote p) {
margin-top: 0;
}

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

.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);
overflow-x: auto;
line-height: 1.5;
}

.richtext.prose :where(pre):not(:where([class~="not-prose"], .richtext[class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}

.richtext.prose :where(pre code) {
background: none;
padding: 0;
border-radius: 0;
font-size: inherit;
}

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

.richtext.prose :where(hr) {
margin: 2em 0;
border: 0;
border-top: 1px solid #71717A;
}

.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) {
color: inherit;
font-weight: 600;
border-bottom: 2px solid #71717A;
padding: 0.75em 1em;
}

.richtext.prose :where(tbody td) {
border-bottom: 1px solid #71717A;
color: inherit;
padding: 0.75em 1em;
vertical-align: top;
}

.richtext.prose :where(tbody tr:last-child td) {
border-bottom: 0;
}

.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%;
margin-top: 0.5em;
text-align: center;
font-style: italic;
}

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

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

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

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

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

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

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

form .hs-error-msgs {
  
  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)));
}

form .legal-consent-container p {
  font-size: var(--f-base);
  line-height: 140%;
}

form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin: 0rem;
}

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

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-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}

.form-wrapper.form-btn-primary_orange form .hs-submit .actions input:focus-visible {
  
}

.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 {
  
}

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

[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-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-bg-opacity)));
}

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

.hd-tab:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--tab-hover-underline);
}

: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-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%);
}

@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%);
  }
}

[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%);
}

@media (max-width: 1023px) {

  .site-header-nav-chrome {
    padding-block: 0 !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-block: 6px;
  }

  .site-header-nav-chrome > .site-header-nav-collapse {
    border-radius: 16px !important;
    padding: 4px !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;
  }
}

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

@media (min-width: 1024px) {
  .site-header-nav-collapse,
  .site-header-nav-collapse .container {
    background-color: transparent !important;
  }

  .site-header-nav-chrome a.custom-link span[class*="icon-"][class*="caret-right"] {
    display: none;
  }
  .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;
    transition: color 0.2s;
  }

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

  .login-dropdown .hs-dropdown-toggle {
    color: #ffffff !important;
  }

  .login-dropdown .hs-dropdown-toggle:hover {
    color: #ffffff !important;
    opacity: 0.9;
  }
}

.login-dropdown-panel {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  margin-top: 4px !important;
}

.login-dropdown-link {
  color: #252a36 !important;
}

.login-dropdown-link:hover {
  background-color: #f5f5f5;
}

@media (max-width: 1023px) {

  .site-header-nav-collapse .hs-dropdown.open > .hs-dropdown-toggle,
  .site-header-nav-collapse .hs-dropdown > .hs-dropdown-toggle[aria-expanded="true"] {
    background-color: transparent !important;
    color: var(--fg-primary, #252a36) !important;
    border-radius: 0 !important;
  }

  .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: var(--fg-primary, #252a36) !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: var(--fg-primary, #252a36) !important;
  }

  .site-header-nav-collapse .mega-menu-tab-mobile-trigger.open {
    background-color: var(--color-surface-secondary, #009cde) !important;
    color: #ffffff !important;
    border-radius: 16px;
    border-bottom-color: transparent !important;
  }

  .site-header-nav-collapse .mega-menu-tab-mobile-trigger.open svg {
    color: #ffffff;
  }

  .site-header-nav-collapse .mega-menu-tab-mobile-trigger.open svg path {
    fill: #ffffff;
  }

  .site-header-nav-collapse .mega-menu-link-category {
    border-bottom: 1px solid var(--stroke-secondary, #eaeaea);
  }

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

  .site-header-nav-collapse .mega-menu-child-link,
  .site-header-nav-collapse .mega-menu-leaf-link {
    display: flex;
    padding: 12px 16px 12px 40px;
    font-size: 15px;
    color: var(--fg-primary, #252a36);
    border-bottom: 1px solid var(--stroke-secondary, #eaeaea);
    text-decoration: none;
  }

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

  .site-header-nav-collapse .mega-menu-child-link:hover,
  .site-header-nav-collapse .mega-menu-leaf-link:hover {
    color: var(--fg-accent, #dc582a);
    background-color: var(--surface-tertiary, #f5f5f5);
  }

  .mega-menu-banner {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mega-menu-banner {
    display: flex;
  }
  .mega-menu-heading {
    border-radius: 0;
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-radius 0s linear 0.2s;
  }

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

  .mega-menu-heading:hover svg {
    color: #ffffff;
  }
}

.simple-dropdown-panel {
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .mega-menu-tab-panel.hidden {
    display: block !important;
  }
}

@media (min-width: 1024px) {

  .mega-menu-width-shell {
    width: calc(100% - (var(--outer-gutter, 20px) * 2)) !important;
    max-width: 1600px !important;
    margin-inline: auto !important;
  }

  .mega-menu-panel {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 14px;
    gap: 26px;
    border: 1px solid rgba(37, 42, 54, 0.06);
    box-shadow:
      0 24px 60px -8px rgba(37, 42, 54, 0.22),
      0 4px 12px rgba(37, 42, 54, 0.08);
  }
  .mega-menu-simple-panel {
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(37, 42, 54, 0.06);
    box-shadow:
      0 24px 60px -8px rgba(37, 42, 54, 0.22),
      0 4px 12px rgba(37, 42, 54, 0.08);
  }
}

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

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

.login-dropdown-trigger .custom-btn {
  gap: 8px;
}

.login-dropdown.open .login-dropdown-trigger .custom-btn::before {
  transform: rotate(180deg);
}

.login-dropdown-trigger .custom-btn:focus,
.login-dropdown-trigger .custom-btn:focus-within {
  outline: none !important;
  box-shadow: none !important;
  --tw-ring-shadow: 0 0 #0000 !important;
  --tw-ring-offset-shadow: 0 0 #0000 !important;
}

.login-dropdown-trigger .custom-btn:focus-visible {
  outline: 2px solid var(--surface-secondary, #009CDE);
  outline-offset: 2px;
}

/*
 * Pre-hide rules for the JS-driven fade-in card and slider card-reveal
 * animations. Selectors mirror the data attributes used by
 * `src/js/animations/animations.js`. Cards are revealed by JS:
 *   - `data-animation="fade-in-card"` containers reveal `.hd-balance-rows`
 *     (or whatever `data-target` overrides it to, e.g. `.blog-card` in the
 *     Resource Center grid) once per visual row.
 *   - `data-animation="slider-card-reveal"` containers reveal the first N
 *     `.blaze-track` children (N = current viewport `slidesToShow`) once,
 *     then snap the rest visible before autoplay starts.
 *
 * Pre-hide is desktop-only (lg+) for `fade-in-card` to match the existing
 * card-row behaviour, but ALL viewports for `slider-card-reveal` because the
 * spec calls for the animation on every breakpoint (see plan).
 */

@media (prefers-reduced-motion: no-preference) {
  /* Slider card reveal — all viewports */
  [data-animation="slider-card-reveal"]:not([data-slider-reveal-done="true"])
    .blaze-track > * {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  @media (prefers-reduced-motion: no-preference) {
    /* Card-row fade-in (default target) */
    [data-animation="fade-in-card"]
      .hd-balance-rows:not([data-fade-in-card-done="true"]) {
      opacity: 0;
    }

    /* Resource Center grid / static — `data-target=".blog-card"` */
    [data-animation="fade-in-card"][data-target=".blog-card"]
      .blog-card:not([data-fade-in-card-done="true"]) {
      opacity: 0;
    }
  }
}

/* Editor preview never pre-hides — keeps everything visible in HubSpot's
   inline edit iframe, matching the engine-skip path in animation-engine.js. */

html.hs-inline-edit [data-animation="slider-card-reveal"] .blaze-track > *,
html.hs-inline-edit [data-animation="fade-in-card"] .hd-balance-rows,
html.hs-inline-edit [data-animation="fade-in-card"][data-target=".blog-card"] .blog-card {
  opacity: 1 !important;
}

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

#subscription-preferences .email-prefs input.hs-button,
#subscription-preferences .email-prefs input[type="submit"],
#subscription-preferences .email-prefs button.hs-button {
  margin-top: calc(3.00rem + 6.00 * var(--fluid-bp));
  display: inline-flex;
  min-width: 164px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  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: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
  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: 300ms;
}

#subscription-preferences .email-prefs input.hs-button:focus,
#subscription-preferences .email-prefs input[type="submit"]:focus,
#subscription-preferences .email-prefs button.hs-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#subscription-preferences .email-prefs input.hs-button:focus-visible,
#subscription-preferences .email-prefs input[type="submit"]:focus-visible,
#subscription-preferences .email-prefs button.hs-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-accent-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}

#subscription-preferences .email-prefs input.hs-button:hover,
#subscription-preferences .email-prefs input[type="submit"]:hover,
#subscription-preferences .email-prefs button.hs-button:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-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-visible,
#subscription-preferences .email-prefs input[type="submit"]:focus-visible,
#subscription-preferences .email-prefs button.hs-button:focus-visible {
  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-navy) / var(--twc-surface-accent-navy-opacity, var(--tw-ring-opacity)));
  --tw-ring-offset-width: 2px;
}

#subscription-confirmation .system-page-confirmation {
  font-size: var(--f-base);
  line-height: 140%;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}

#subscription-confirmation .system-page-confirmation :where(p, li) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}

#subscription-confirmation .system-page-confirmation :where(h1, h2, h3, h4) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}

#subscription-confirmation .system-page-confirmation :where(h2) {
  margin-bottom: 0rem;
  font-size: var(--f-base);
  line-height: 140%;
}

#subscription-confirmation .system-page-confirmation :where(h2)::before {
  --tw-content: none;
  content: var(--tw-content);
}

#subscription-confirmation .system-page-confirmation :where(a) {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  text-decoration-line: underline;
}

#backup-unsubscribe {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}

#backup-unsubscribe .page-header {
  margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}

#backup-unsubscribe .page-header h1 {
  margin: 0rem;
  font-size: var(--f-4xl);
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}

#backup-unsubscribe .page-header + h3 {
  
  font-weight: normal !important;
  
  margin: 0rem;
  
  margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
  
  max-width: 800px;
  
  font-size: var(--f-base);
  
  line-height: 140%;
  
  --tw-text-opacity: 1;
  
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}

@media (min-width: 1024px) {

  #blogPostPage .blog-post__sidebar {
    position: sticky;
    z-index: 40;
    align-self: flex-start;
  }
}

#blogPostPage .blog-post__sidebar {
  top: var(--blog-sidebar-sticky-top, 7.75rem);
}

#blogPostPage .blog-post-subscribe__form,
#blogPostPage .blog-post-subscribe__form .form-wrapper {
  width: 100%;
}

#blogPostPage .blog-post-subscribe__form [data-hsfc-id="Renderer"] {
  --hsf-global__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-richtext__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-richtext__color: #252A36;
  --hsf-heading__font-family: var(--sdSetupTypographyFontFamiliesHeadline, Poppins), sans-serif;
  --hsf-heading__color: #252A36;
  --hsf-erroralert__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-erroralert__color: #DC2A2A;
  --hsf-infoalert__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;

  --hsf-row__vertical-spacing: 18px;
  --hsf-module__vertical-spacing: 6px;

  --hsf-field-label__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-field-label__font-size: 1rem;
  --hsf-field-label__color: #252A36;
  --hsf-field-description__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-field-description__color: #252A36;
  --hsf-field-footer__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-field-footer__color: #252A36;

  --hsf-field-input__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-field-input__font-size: 1rem;
  --hsf-field-input__color: #252A36;
  --hsf-field-input__background-color: #FFFFFF;
  --hsf-field-input__placeholder-color: #6B7280;
  --hsf-field-input__border-color: #252A36;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-radius: 16px;
  --hsf-field-input__padding: 18px 24px;

  --hsf-field-textarea__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-field-textarea__background-color: #FFFFFF;
  --hsf-field-textarea__border-color: #252A36;
  --hsf-field-textarea__border-radius: 16px;
  --hsf-field-textarea__padding: 18px 24px;

  --hsf-field-checkbox__background-color: #FFFFFF;
  --hsf-field-checkbox__color: #FFFFFF;
  --hsf-field-checkbox__border-color: #252A36;
  --hsf-field-checkbox__border-style: solid;
  --hsf-field-checkbox__border-width: 1px;
  --hsf-field-checkbox__padding: 0;

  --hsf-field-radio__background-color: #FFFFFF;
  --hsf-field-radio__color: #002576;
  --hsf-field-radio__border-color: #252A36;
  --hsf-field-radio__border-width: 1px;
  --hsf-field-radio__padding: 0;

  --hsf-button__font-family: var(--sdSetupTypographyFontFamiliesBody, Poppins), sans-serif;
  --hsf-button__font-size: 1.125rem;
  --hsf-button__font-weight: 600;
  --hsf-button__color: #FFFFFF;
  --hsf-button__background-color: #002576;
  --hsf-button__border-radius: 16px;
  --hsf-button__border-width: 0;
  --hsf-button__border-style: none;
  --hsf-button--hover__background-color: #DC582A;
  --hsf-button__padding: 16px 50px 16px 24px;
  --hsf-navigationrow-buttons-single__justify-content: flex-start;
}

#blogPostPage .blog-post-subscribe__form [data-hsfc-id="Renderer"] .hsfc-Form,
#blogPostPage .blog-post-subscribe__form [data-hsfc-id="Renderer"] .hsfc-Step,
#blogPostPage .blog-post-subscribe__form [data-hsfc-id="Renderer"] .hsfc-Step__Content {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content {
  display: flex;
  flex-direction: column;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row:has(.hsfc-EmailField),
#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row:has(.hsfc-TextField),
#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row:has(.hsfc-PhoneField),
#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row:has(.hsfc-NumberField),
#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row:has(.hsfc-DropdownField),
#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row:has(.hsfc-TextareaField) {
  order: 1;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-NavigationRow {
  order: 2;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row:has(.hsfc-DataPrivacyField) {
  order: 3;
  margin-bottom: 0;
}

#blogPostPage .blog-post-subscribe__form .hsfc-FieldLabel {
  margin-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
  font-weight: 400;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Row[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Row[class*="grid-line-xfull"] > *:nth-child(n)::before {
  left: 0 !important;
  right: 0 !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Row[class*="grid-line-x"] > *:nth-child(1n+1)::before {
  right: 0 !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Row[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
  border-bottom-width: 0 !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Row[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
  border-bottom-width: 0 !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Row {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-TextInput {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#blogPostPage .blog-post-subscribe__form .hsfc-TextInput:focus,
#blogPostPage .blog-post-subscribe__form .hsfc-TextInput:focus-visible {
  box-shadow: 0 0 0 2px #009CDE;
  border-color: #009CDE;
  outline: none;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Step__Content > .hsfc-Row {
  margin-bottom: 0 !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-NavigationRow {
  margin-top: 0px !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-NavigationRow__Buttons {
  justify-content: flex-start !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Button {
  display: inline-flex;
  min-width: 164px;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  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: 200ms;
  width: auto;
  text-align: left;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Button:not([disabled]):hover {
  background-color: #DC582A;
  transform: none;
}

#blogPostPage .blog-post-subscribe__form .hsfc-Button::after {
  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%;
  width: 24px;
  height: 24px;
  --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);
  right: 18px;
}

#blogPostPage .blog-post-subscribe__form .hsfc-DataPrivacyField {
  margin-top: 18px !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-DataPrivacyField .hsfc-Row {
  margin-bottom: 0rem !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-DataPrivacyField .hsfc-RichText {
  display: none;
}

#blogPostPage .blog-post-subscribe__form .hsfc-DataPrivacyField .hsfc-CheckboxField {
  margin-bottom: 0rem !important;
}

#blogPostPage .blog-post-subscribe__form .hsfc-CheckboxField .hsfc-FieldLabel {
  margin-bottom: 0rem;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}

#blogPostPage .blog-post-subscribe__form .hsfc-CheckboxField .hsfc-FieldLabel > span {
  margin: 0rem;
  min-width: 0rem;
  flex: 1 1 0%;
  text-align: left;
  font-size: var(--f-base);
  line-height: 140%;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  flex-grow: 1;
}

#blogPostPage .blog-post-subscribe__form .hsfc-CheckboxField .hsfc-FieldLabel > span > span {
  font-weight: 400;
}

#blogPostPage .blog-post-subscribe__form .hsfc-CheckboxInput {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 6px;
  box-sizing: border-box;
}

#blogPostPage .blog-post-subscribe__form .hsfc-CheckboxInput:checked {
  background-color: #009CDE;
  border-color: #2DD881;
}

#blogPostPage .blog-post-subscribe__form .hsfc-CheckboxInput:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
  box-shadow: none;
}

#blogPostPage .blog-post-related-posts__intro--flush {
  background: transparent;
  box-shadow: none;
}

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

/*
 ! 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-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);
}

*, ::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:  ;
}

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

.w-8-cols > * {
  --container-grid-columns: 8;
}

[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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-footer\] {
  display: inline-block;
  width: 0.7em;
  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 13' width='9' height='13'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23svgID0)'%3E%3Cpath fill='black' fill-rule='evenodd' d='M4.377 5.838.87 2.332 2.86.344l5.494 5.494-5.494 5.494L.87 9.345l3.506-3.506Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Cpath fill='%23fff' d='M0 0h9v12.375H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%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: 0.81em;
  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 38 47' width='38' height='47'%3E%3Cpath fill='black' d='M1.403.892C.564 1.5.094 2.302.088 3.135a2706.07 2706.07 0 00-.022 40.603c.006.832.471 1.632 1.302 2.242.404.29.891.52 1.431.678.54.157 1.122.236 1.71.234a6.061 6.061 0 001.706-.247 4.655 4.655 0 001.42-.688l28.22-20.267c.39-.298.703-.637.928-1.005a2.3 2.3 0 00.34-1.222c.004-.822-.448-1.615-1.267-2.22L7.635.976A4.48 4.48 0 006.242.267 5.926 5.926 0 004.546.001a6.005 6.005 0 00-1.71.22 4.649 4.649 0 00-1.433.671Z'/%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;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.bottom-fl-md {
  bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}

.left-0 {
  left: 0rem;
}

.left-1\/2 {
  left: 50%;
}

.left-\[0\] {
  left: 0;
}

.left-\[20px\] {
  left: 20px;
}

.left-\[3px\] {
  left: 3px;
}

.left-\[6px\] {
  left: 6px;
}

.left-fl-md {
  left: calc(1.50rem + 3.00 * var(--fluid-bp));
}

.left-xl {
  left: 1.25rem;
}

.right-0 {
  right: 0rem;
}

.right-2xs {
  right: 0.625rem;
}

.right-\[5px\] {
  right: 5px;
}

.top-0 {
  top: 0rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2xs {
  top: 0.625rem;
}

.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-\[12\] {
  z-index: 12;
}

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

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

.m-fl-sm {
  margin: calc(1.00rem + 2.00 * var(--fluid-bp));
}

.\!my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}

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

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.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-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mb-\[var\(--inner-gutter\)\] {
  margin-bottom: var(--inner-gutter);
}

.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-lg {
  margin-bottom: calc(2.00rem + 4.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;
}

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-3xl {
  margin-top: 1.5rem;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[21px\] {
  margin-top: 21px;
}

.mt-\[7px\] {
  margin-top: 7px;
}

.mt-auto {
  margin-top: auto;
}

.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-lg {
  margin-top: calc(2.00rem + 4.00 * var(--fluid-bp));
}

.mt-fl-md {
  margin-top: calc(1.50rem + 3.00 * 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;
}

.box-border {
  box-sizing: border-box;
}

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !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-\[3\/4\] {
  aspect-ratio: 3/4;
}

.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-\[120px\] {
  width: 120px;
  height: 120px;
}

.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-\[100px\] {
  height: 100px;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[60px\] {
  height: 60px;
}

.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-\[100dvh\] {
  max-height: 100dvh;
}

.max-h-\[1280px\] {
  max-height: 1280px;
}

.max-h-\[28px\] {
  max-height: 28px;
}

.max-h-\[38px\] {
  max-height: 38px;
}

.max-h-\[48px\] {
  max-height: 48px;
}

.max-h-\[535px\] {
  max-height: 535px;
}

.max-h-\[56px\] {
  max-height: 56px;
}

.max-h-\[70dvh\] {
  max-height: 70dvh;
}

.max-h-\[80dvh\] {
  max-height: 80dvh;
}

.max-h-\[calc\(100dvh-2\*var\(--outer-gutter\2c 20px\)\)\] {
  max-height: calc(100dvh - 2 * var(--outer-gutter,20px));
}

.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-\[220px\] {
  min-height: 220px;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.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-\[inherit\] {
  min-height: inherit;
}

.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-\[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;
}

.min-w-full {
  min-width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[1360px\] {
  max-width: 1360px;
}

.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-\[400px\] {
  max-width: 400px;
}

.max-w-\[410px\] {
  max-width: 410px;
}

.max-w-\[416px\] {
  max-width: 416px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[531px\] {
  max-width: 531px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[607px\] {
  max-width: 607px;
}

.max-w-\[670px\] {
  max-width: 670px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[753px\] {
  max-width: 753px;
}

.max-w-\[763px\] {
  max-width: 763px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[880px\] {
  max-width: 880px;
}

.max-w-\[calc\(100dvw-2\*var\(--outer-gutter\2c 20px\)\)\] {
  max-width: calc(100dvw - 2 * var(--outer-gutter,20px));
}

.max-w-\[min\(100\%\2c 250px\)\] {
  max-width: min(100%,250px);
}

.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-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-0 {
  --tw-border-spacing-x: 0rem;
  --tw-border-spacing-y: 0rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

.translate-x-\[2px\] {
  --tw-translate-x: 2px;
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-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-fl-3xl {
  gap: calc(4.00rem + 8.00 * var(--fluid-bp)) !important;
}

.gap-2xl {
  gap: 1.375rem;
}

.gap-3xl {
  gap: 1.5rem;
}

.gap-6xl {
  gap: 2.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[1px\] {
  gap: 1px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[21px\] {
  gap: 21px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[4px\] {
  gap: 4px;
}

.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-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-2xl {
  row-gap: calc(3.00rem + 6.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));
}

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

.self-stretch {
  align-self: stretch;
}

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

.overscroll-contain {
  overscroll-behavior: contain;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.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-\[12px\] {
  border-radius: 12px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.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-b-\[16px\] {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rounded-l-\[12px\] {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-r-\[12px\] {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.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-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#\2026\] {
  background-color: #…;
}

.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-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-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.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-base {
  padding: 1rem;
}

.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-xl {
  padding: calc(2.50rem + 5.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-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-3xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[0\.4em\] {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.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-md {
  padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
  padding-right: calc(1.50rem + 3.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;
}

.px-xl {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-2xs {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3xl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-6xl {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.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-4xl {
  padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
  padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}

.py-fl-5xl {
  padding-top: calc(6.00rem + 12.00 * var(--fluid-bp));
  padding-bottom: calc(6.00rem + 12.00 * var(--fluid-bp));
}

.py-fl-lg {
  padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
  padding-bottom: calc(2.00rem + 4.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-\[1px\] {
  padding-bottom: 1px;
}

.pb-\[26px\] {
  padding-bottom: 26px;
}

.pb-\[28px\] {
  padding-bottom: 28px;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.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-xl {
  padding-bottom: calc(2.50rem + 5.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));
}

.pr-\[8px\] {
  padding-right: 8px;
}

.pr-base {
  padding-right: 1rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-3xl {
  padding-top: 1.5rem;
}

.pt-4xl {
  padding-top: 1.75rem;
}

.pt-6xl {
  padding-top: 2.25rem;
}

.pt-\[140px\] {
  padding-top: 140px;
}

.pt-\[28px\] {
  padding-top: 28px;
}

.pt-\[8px\] {
  padding-top: 8px;
}

.pt-\[90px\] {
  padding-top: 90px;
}

.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-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-\[16px\] {
  font-size: 16px !important;
}

.\!text-base {
  font-size: 1rem !important;
}

.\!text-fl-2xl {
  font-size: var(--f-2xl) !important;
  line-height: 120% !important;
}

.\!text-xl {
  font-size: 1.25rem !important;
}

.\!text-xs {
  font-size: 0.75rem !important;
}

.text-3xl {
  font-size: 1.5rem;
}

.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-\[20px\] {
  font-size: 20px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[41px\] {
  font-size: 41px;
}

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

.text-xs {
  font-size: 0.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.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-tight {
  line-height: 1.25 !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-\[16\.8px\] {
  line-height: 16.8px;
}

.leading-\[22\.4px\] {
  line-height: 22.4px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.\!tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-\[-0\.1px\] {
  letter-spacing: -0.1px;
}

.tracking-\[-1\.6px\] {
  letter-spacing: -1.6px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.\!text-\[\#009CDE\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 156 222 / var(--tw-text-opacity)) !important;
}

.\!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-\[\#009CDE\] {
  --tw-text-opacity: 1;
  color: rgb(0 156 222 / var(--tw-text-opacity));
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline {
  outline-style: solid;
}

.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-none {
  transition-property: none;
}

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

.duration-\[350ms\] {
  transition-duration: 350ms;
}

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

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

.paused {
    animation-play-state: paused;
  }

.\!\[box-shadow\:none\] {
  box-shadow: none !important;
}

.\[--adaptive\:none\] {
  --adaptive: none;
}

.\[--auto-close\:inside\] {
  --auto-close: inside;
}

.\[--body-scroll\:false\] {
  --body-scroll: false;
}

.\[--offset\:0\] {
  --offset: 0;
}

.\[--offset\:2\] {
  --offset: 2;
}

.\[--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;
}

html.hs-inline-edit {
  overflow: unset !important;
  height: unset !important;
  overscroll-behavior: unset !important;
}

html.hs-inline-edit body {
  overscroll-behavior: unset !important;
}

@media (min-width: 768px) {

  .md\: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);
  }

  .md\:breakout.px-outer-gutter,.md\:breakout > .px-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
    padding-right: var(--breakout-outer-gutter);
  }

  .md\:breakout.pr-outer-gutter,.md\:breakout > .pr-outer-gutter {
    padding-right: var(--breakout-outer-gutter);
  }

  .md\:breakout.pl-outer-gutter,.md\:breakout > .pl-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
  }

  .md\:breakout > .w-outer-gutter {
    width: var(--breakout-outer-gutter);
  }

  .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\: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\: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 > .md\: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))));
  }

  .md\:w-4-cols > * {
    --container-grid-columns: 4;
  }

  .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) {

  .cols-container > .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:w-3-cols {
    width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }

  .cols-container > .lg\:w-3-cols {
    width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
  }

  .lg\:w-3-cols > * {
    --container-grid-columns: 3;
  }

  .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\: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 > .lg\: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))));
  }

  .lg\:w-6-cols > * {
    --container-grid-columns: 6;
  }

  .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\: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-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-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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\: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)));
}

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

.group.is-active .group-\[\.is-active\]\:justify-center {
  justify-content: center;
}

.group.is-active .group-\[\.is-active\]\:bg-surface-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}

.group.is-active .group-\[\.is-active\]\:text-fg-alternate {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}

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

.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\: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));
}

.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\: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));
}

.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\: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));
}

.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\: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));
}

.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-accent-green {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-green) / var(--twc-surface-accent-green-opacity, var(--tw-bg-opacity)));
}

[data-hs-tab].active.hs-tab-active\: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)));
}

[data-hs-tab].active.hs-tab-active\:bg-surface-alternate {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-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\:bg-surface-tertiary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-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-accent-green {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-green) / var(--twc-surface-accent-green-opacity, var(--tw-bg-opacity)));
}

[data-hs-tab].active .hs-tab-active\: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)));
}

[data-hs-tab].active .hs-tab-active\:bg-surface-alternate {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-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\:bg-surface-tertiary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-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-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-accent-orange:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-accent-orange) / var(--twc-surface-accent-orange-opacity, var(--tw-bg-opacity)));
}

.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\:text-fg-accent:focus-visible {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 640px) {

  .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\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .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\:pb-0 {
    padding-bottom: 0rem;
  }

  .sm\:pb-3xl {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .sm\:pb-fl-3xl {
    padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
  }

  .sm\:pb-fl-4xl {
    padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
  }

  .sm\:pb-fl-5xl {
    padding-bottom: calc(6.00rem + 12.00 * var(--fluid-bp));
  }

  .sm\:pb-fl-lg {
    padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
  }

  .sm\:pt-0 {
    padding-top: 0rem;
  }

  .sm\:pt-3xl {
    padding-top: 1.5rem;
  }

  .sm\:pt-\[140px\] {
    padding-top: 140px;
  }

  .sm\:pt-fl-3xl {
    padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
  }

  .sm\:pt-fl-4xl {
    padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
  }

  .sm\:pt-fl-5xl {
    padding-top: calc(6.00rem + 12.00 * var(--fluid-bp));
  }

  .sm\:pt-fl-lg {
    padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-y-0 {
    top: 0rem;
    bottom: 0rem;
  }

  .md\:left-0 {
    left: 0rem;
  }

  .md\:right-0 {
    right: 0rem;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:mx-\[60px\] {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:mb-fl-xl {
    margin-bottom: calc(2.50rem + 5.00 * var(--fluid-bp));
  }

  .md\:ml-\[346px\] {
    margin-left: 346px;
  }

  .md\:mr-\[346px\] {
    margin-right: 346px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:min-h-\[286px\] {
    min-height: 286px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[346px\] {
    width: 346px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[180px\] {
    min-width: 180px;
  }

  .md\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .md\:max-w-\[1001px\] {
    max-width: 1001px;
  }

  .md\:max-w-\[1002px\] {
    max-width: 1002px;
  }

  .md\:max-w-\[1003px\] {
    max-width: 1003px;
  }

  .md\:max-w-\[1004px\] {
    max-width: 1004px;
  }

  .md\:max-w-\[1005px\] {
    max-width: 1005px;
  }

  .md\:max-w-\[1006px\] {
    max-width: 1006px;
  }

  .md\:max-w-\[1007px\] {
    max-width: 1007px;
  }

  .md\:max-w-\[1008px\] {
    max-width: 1008px;
  }

  .md\:max-w-\[1009px\] {
    max-width: 1009px;
  }

  .md\:max-w-\[1010px\] {
    max-width: 1010px;
  }

  .md\:max-w-\[1011px\] {
    max-width: 1011px;
  }

  .md\:max-w-\[1012px\] {
    max-width: 1012px;
  }

  .md\:max-w-\[1013px\] {
    max-width: 1013px;
  }

  .md\:max-w-\[1014px\] {
    max-width: 1014px;
  }

  .md\:max-w-\[1015px\] {
    max-width: 1015px;
  }

  .md\:max-w-\[1016px\] {
    max-width: 1016px;
  }

  .md\:max-w-\[1017px\] {
    max-width: 1017px;
  }

  .md\:max-w-\[1018px\] {
    max-width: 1018px;
  }

  .md\:max-w-\[1019px\] {
    max-width: 1019px;
  }

  .md\:max-w-\[1020px\] {
    max-width: 1020px;
  }

  .md\:max-w-\[1021px\] {
    max-width: 1021px;
  }

  .md\:max-w-\[1022px\] {
    max-width: 1022px;
  }

  .md\:max-w-\[1023px\] {
    max-width: 1023px;
  }

  .md\:max-w-\[1024px\] {
    max-width: 1024px;
  }

  .md\:max-w-\[1025px\] {
    max-width: 1025px;
  }

  .md\:max-w-\[1026px\] {
    max-width: 1026px;
  }

  .md\:max-w-\[1027px\] {
    max-width: 1027px;
  }

  .md\:max-w-\[1028px\] {
    max-width: 1028px;
  }

  .md\:max-w-\[1029px\] {
    max-width: 1029px;
  }

  .md\:max-w-\[1030px\] {
    max-width: 1030px;
  }

  .md\:max-w-\[1031px\] {
    max-width: 1031px;
  }

  .md\:max-w-\[1032px\] {
    max-width: 1032px;
  }

  .md\:max-w-\[1033px\] {
    max-width: 1033px;
  }

  .md\:max-w-\[1034px\] {
    max-width: 1034px;
  }

  .md\:max-w-\[1035px\] {
    max-width: 1035px;
  }

  .md\:max-w-\[1036px\] {
    max-width: 1036px;
  }

  .md\:max-w-\[1037px\] {
    max-width: 1037px;
  }

  .md\:max-w-\[1038px\] {
    max-width: 1038px;
  }

  .md\:max-w-\[1039px\] {
    max-width: 1039px;
  }

  .md\:max-w-\[1040px\] {
    max-width: 1040px;
  }

  .md\:max-w-\[1041px\] {
    max-width: 1041px;
  }

  .md\:max-w-\[1042px\] {
    max-width: 1042px;
  }

  .md\:max-w-\[1043px\] {
    max-width: 1043px;
  }

  .md\:max-w-\[1044px\] {
    max-width: 1044px;
  }

  .md\:max-w-\[1045px\] {
    max-width: 1045px;
  }

  .md\:max-w-\[1046px\] {
    max-width: 1046px;
  }

  .md\:max-w-\[1047px\] {
    max-width: 1047px;
  }

  .md\:max-w-\[1048px\] {
    max-width: 1048px;
  }

  .md\:max-w-\[1049px\] {
    max-width: 1049px;
  }

  .md\:max-w-\[1050px\] {
    max-width: 1050px;
  }

  .md\:max-w-\[1051px\] {
    max-width: 1051px;
  }

  .md\:max-w-\[1052px\] {
    max-width: 1052px;
  }

  .md\:max-w-\[1053px\] {
    max-width: 1053px;
  }

  .md\:max-w-\[1054px\] {
    max-width: 1054px;
  }

  .md\:max-w-\[1055px\] {
    max-width: 1055px;
  }

  .md\:max-w-\[1056px\] {
    max-width: 1056px;
  }

  .md\:max-w-\[1057px\] {
    max-width: 1057px;
  }

  .md\:max-w-\[1058px\] {
    max-width: 1058px;
  }

  .md\:max-w-\[1059px\] {
    max-width: 1059px;
  }

  .md\:max-w-\[1060px\] {
    max-width: 1060px;
  }

  .md\:max-w-\[1061px\] {
    max-width: 1061px;
  }

  .md\:max-w-\[1062px\] {
    max-width: 1062px;
  }

  .md\:max-w-\[1063px\] {
    max-width: 1063px;
  }

  .md\:max-w-\[1064px\] {
    max-width: 1064px;
  }

  .md\:max-w-\[1065px\] {
    max-width: 1065px;
  }

  .md\:max-w-\[1066px\] {
    max-width: 1066px;
  }

  .md\:max-w-\[1067px\] {
    max-width: 1067px;
  }

  .md\:max-w-\[1068px\] {
    max-width: 1068px;
  }

  .md\:max-w-\[1069px\] {
    max-width: 1069px;
  }

  .md\:max-w-\[1070px\] {
    max-width: 1070px;
  }

  .md\:max-w-\[1071px\] {
    max-width: 1071px;
  }

  .md\:max-w-\[1072px\] {
    max-width: 1072px;
  }

  .md\:max-w-\[1073px\] {
    max-width: 1073px;
  }

  .md\:max-w-\[1074px\] {
    max-width: 1074px;
  }

  .md\:max-w-\[1075px\] {
    max-width: 1075px;
  }

  .md\:max-w-\[1076px\] {
    max-width: 1076px;
  }

  .md\:max-w-\[1077px\] {
    max-width: 1077px;
  }

  .md\:max-w-\[1078px\] {
    max-width: 1078px;
  }

  .md\:max-w-\[1079px\] {
    max-width: 1079px;
  }

  .md\:max-w-\[1080px\] {
    max-width: 1080px;
  }

  .md\:max-w-\[1081px\] {
    max-width: 1081px;
  }

  .md\:max-w-\[1082px\] {
    max-width: 1082px;
  }

  .md\:max-w-\[1083px\] {
    max-width: 1083px;
  }

  .md\:max-w-\[1084px\] {
    max-width: 1084px;
  }

  .md\:max-w-\[1085px\] {
    max-width: 1085px;
  }

  .md\:max-w-\[1086px\] {
    max-width: 1086px;
  }

  .md\:max-w-\[1087px\] {
    max-width: 1087px;
  }

  .md\:max-w-\[1088px\] {
    max-width: 1088px;
  }

  .md\:max-w-\[1089px\] {
    max-width: 1089px;
  }

  .md\:max-w-\[1090px\] {
    max-width: 1090px;
  }

  .md\:max-w-\[1091px\] {
    max-width: 1091px;
  }

  .md\:max-w-\[1092px\] {
    max-width: 1092px;
  }

  .md\:max-w-\[1093px\] {
    max-width: 1093px;
  }

  .md\:max-w-\[1094px\] {
    max-width: 1094px;
  }

  .md\:max-w-\[1095px\] {
    max-width: 1095px;
  }

  .md\:max-w-\[1096px\] {
    max-width: 1096px;
  }

  .md\:max-w-\[1097px\] {
    max-width: 1097px;
  }

  .md\:max-w-\[1098px\] {
    max-width: 1098px;
  }

  .md\:max-w-\[1099px\] {
    max-width: 1099px;
  }

  .md\:max-w-\[1100px\] {
    max-width: 1100px;
  }

  .md\:max-w-\[1101px\] {
    max-width: 1101px;
  }

  .md\:max-w-\[1102px\] {
    max-width: 1102px;
  }

  .md\:max-w-\[1103px\] {
    max-width: 1103px;
  }

  .md\:max-w-\[1104px\] {
    max-width: 1104px;
  }

  .md\:max-w-\[1105px\] {
    max-width: 1105px;
  }

  .md\:max-w-\[1106px\] {
    max-width: 1106px;
  }

  .md\:max-w-\[1107px\] {
    max-width: 1107px;
  }

  .md\:max-w-\[1108px\] {
    max-width: 1108px;
  }

  .md\:max-w-\[1109px\] {
    max-width: 1109px;
  }

  .md\:max-w-\[1110px\] {
    max-width: 1110px;
  }

  .md\:max-w-\[1111px\] {
    max-width: 1111px;
  }

  .md\:max-w-\[1112px\] {
    max-width: 1112px;
  }

  .md\:max-w-\[1113px\] {
    max-width: 1113px;
  }

  .md\:max-w-\[1114px\] {
    max-width: 1114px;
  }

  .md\:max-w-\[1115px\] {
    max-width: 1115px;
  }

  .md\:max-w-\[1116px\] {
    max-width: 1116px;
  }

  .md\:max-w-\[1117px\] {
    max-width: 1117px;
  }

  .md\:max-w-\[1118px\] {
    max-width: 1118px;
  }

  .md\:max-w-\[1119px\] {
    max-width: 1119px;
  }

  .md\:max-w-\[1120px\] {
    max-width: 1120px;
  }

  .md\:max-w-\[1121px\] {
    max-width: 1121px;
  }

  .md\:max-w-\[1122px\] {
    max-width: 1122px;
  }

  .md\:max-w-\[1123px\] {
    max-width: 1123px;
  }

  .md\:max-w-\[1124px\] {
    max-width: 1124px;
  }

  .md\:max-w-\[1125px\] {
    max-width: 1125px;
  }

  .md\:max-w-\[1126px\] {
    max-width: 1126px;
  }

  .md\:max-w-\[1127px\] {
    max-width: 1127px;
  }

  .md\:max-w-\[1128px\] {
    max-width: 1128px;
  }

  .md\:max-w-\[1129px\] {
    max-width: 1129px;
  }

  .md\:max-w-\[1130px\] {
    max-width: 1130px;
  }

  .md\:max-w-\[1131px\] {
    max-width: 1131px;
  }

  .md\:max-w-\[1132px\] {
    max-width: 1132px;
  }

  .md\:max-w-\[1133px\] {
    max-width: 1133px;
  }

  .md\:max-w-\[1134px\] {
    max-width: 1134px;
  }

  .md\:max-w-\[1135px\] {
    max-width: 1135px;
  }

  .md\:max-w-\[1136px\] {
    max-width: 1136px;
  }

  .md\:max-w-\[1137px\] {
    max-width: 1137px;
  }

  .md\:max-w-\[1138px\] {
    max-width: 1138px;
  }

  .md\:max-w-\[1139px\] {
    max-width: 1139px;
  }

  .md\:max-w-\[1140px\] {
    max-width: 1140px;
  }

  .md\:max-w-\[1141px\] {
    max-width: 1141px;
  }

  .md\:max-w-\[1142px\] {
    max-width: 1142px;
  }

  .md\:max-w-\[1143px\] {
    max-width: 1143px;
  }

  .md\:max-w-\[1144px\] {
    max-width: 1144px;
  }

  .md\:max-w-\[1145px\] {
    max-width: 1145px;
  }

  .md\:max-w-\[1146px\] {
    max-width: 1146px;
  }

  .md\:max-w-\[1147px\] {
    max-width: 1147px;
  }

  .md\:max-w-\[1148px\] {
    max-width: 1148px;
  }

  .md\:max-w-\[1149px\] {
    max-width: 1149px;
  }

  .md\:max-w-\[1150px\] {
    max-width: 1150px;
  }

  .md\:max-w-\[1151px\] {
    max-width: 1151px;
  }

  .md\:max-w-\[1152px\] {
    max-width: 1152px;
  }

  .md\:max-w-\[1153px\] {
    max-width: 1153px;
  }

  .md\:max-w-\[1154px\] {
    max-width: 1154px;
  }

  .md\:max-w-\[1155px\] {
    max-width: 1155px;
  }

  .md\:max-w-\[1156px\] {
    max-width: 1156px;
  }

  .md\:max-w-\[1157px\] {
    max-width: 1157px;
  }

  .md\:max-w-\[1158px\] {
    max-width: 1158px;
  }

  .md\:max-w-\[1159px\] {
    max-width: 1159px;
  }

  .md\:max-w-\[1160px\] {
    max-width: 1160px;
  }

  .md\:max-w-\[1161px\] {
    max-width: 1161px;
  }

  .md\:max-w-\[1162px\] {
    max-width: 1162px;
  }

  .md\:max-w-\[1163px\] {
    max-width: 1163px;
  }

  .md\:max-w-\[1164px\] {
    max-width: 1164px;
  }

  .md\:max-w-\[1165px\] {
    max-width: 1165px;
  }

  .md\:max-w-\[1166px\] {
    max-width: 1166px;
  }

  .md\:max-w-\[1167px\] {
    max-width: 1167px;
  }

  .md\:max-w-\[1168px\] {
    max-width: 1168px;
  }

  .md\:max-w-\[1169px\] {
    max-width: 1169px;
  }

  .md\:max-w-\[1170px\] {
    max-width: 1170px;
  }

  .md\:max-w-\[1171px\] {
    max-width: 1171px;
  }

  .md\:max-w-\[1172px\] {
    max-width: 1172px;
  }

  .md\:max-w-\[1173px\] {
    max-width: 1173px;
  }

  .md\:max-w-\[1174px\] {
    max-width: 1174px;
  }

  .md\:max-w-\[1175px\] {
    max-width: 1175px;
  }

  .md\:max-w-\[1176px\] {
    max-width: 1176px;
  }

  .md\:max-w-\[1177px\] {
    max-width: 1177px;
  }

  .md\:max-w-\[1178px\] {
    max-width: 1178px;
  }

  .md\:max-w-\[1179px\] {
    max-width: 1179px;
  }

  .md\:max-w-\[1180px\] {
    max-width: 1180px;
  }

  .md\:max-w-\[1181px\] {
    max-width: 1181px;
  }

  .md\:max-w-\[1182px\] {
    max-width: 1182px;
  }

  .md\:max-w-\[1183px\] {
    max-width: 1183px;
  }

  .md\:max-w-\[1184px\] {
    max-width: 1184px;
  }

  .md\:max-w-\[1185px\] {
    max-width: 1185px;
  }

  .md\:max-w-\[1186px\] {
    max-width: 1186px;
  }

  .md\:max-w-\[1187px\] {
    max-width: 1187px;
  }

  .md\:max-w-\[1188px\] {
    max-width: 1188px;
  }

  .md\:max-w-\[1189px\] {
    max-width: 1189px;
  }

  .md\:max-w-\[1190px\] {
    max-width: 1190px;
  }

  .md\:max-w-\[1191px\] {
    max-width: 1191px;
  }

  .md\:max-w-\[1192px\] {
    max-width: 1192px;
  }

  .md\:max-w-\[1193px\] {
    max-width: 1193px;
  }

  .md\:max-w-\[1194px\] {
    max-width: 1194px;
  }

  .md\:max-w-\[1195px\] {
    max-width: 1195px;
  }

  .md\:max-w-\[1196px\] {
    max-width: 1196px;
  }

  .md\:max-w-\[1197px\] {
    max-width: 1197px;
  }

  .md\:max-w-\[1198px\] {
    max-width: 1198px;
  }

  .md\:max-w-\[1199px\] {
    max-width: 1199px;
  }

  .md\:max-w-\[1200px\] {
    max-width: 1200px;
  }

  .md\:max-w-\[1201px\] {
    max-width: 1201px;
  }

  .md\:max-w-\[1202px\] {
    max-width: 1202px;
  }

  .md\:max-w-\[1203px\] {
    max-width: 1203px;
  }

  .md\:max-w-\[1204px\] {
    max-width: 1204px;
  }

  .md\:max-w-\[1205px\] {
    max-width: 1205px;
  }

  .md\:max-w-\[1206px\] {
    max-width: 1206px;
  }

  .md\:max-w-\[1207px\] {
    max-width: 1207px;
  }

  .md\:max-w-\[1208px\] {
    max-width: 1208px;
  }

  .md\:max-w-\[1209px\] {
    max-width: 1209px;
  }

  .md\:max-w-\[1210px\] {
    max-width: 1210px;
  }

  .md\:max-w-\[1211px\] {
    max-width: 1211px;
  }

  .md\:max-w-\[1212px\] {
    max-width: 1212px;
  }

  .md\:max-w-\[1213px\] {
    max-width: 1213px;
  }

  .md\:max-w-\[1214px\] {
    max-width: 1214px;
  }

  .md\:max-w-\[1215px\] {
    max-width: 1215px;
  }

  .md\:max-w-\[1216px\] {
    max-width: 1216px;
  }

  .md\:max-w-\[1217px\] {
    max-width: 1217px;
  }

  .md\:max-w-\[1218px\] {
    max-width: 1218px;
  }

  .md\:max-w-\[1219px\] {
    max-width: 1219px;
  }

  .md\:max-w-\[1220px\] {
    max-width: 1220px;
  }

  .md\:max-w-\[1221px\] {
    max-width: 1221px;
  }

  .md\:max-w-\[1222px\] {
    max-width: 1222px;
  }

  .md\:max-w-\[1223px\] {
    max-width: 1223px;
  }

  .md\:max-w-\[1224px\] {
    max-width: 1224px;
  }

  .md\:max-w-\[1225px\] {
    max-width: 1225px;
  }

  .md\:max-w-\[1226px\] {
    max-width: 1226px;
  }

  .md\:max-w-\[1227px\] {
    max-width: 1227px;
  }

  .md\:max-w-\[1228px\] {
    max-width: 1228px;
  }

  .md\:max-w-\[1229px\] {
    max-width: 1229px;
  }

  .md\:max-w-\[1230px\] {
    max-width: 1230px;
  }

  .md\:max-w-\[1231px\] {
    max-width: 1231px;
  }

  .md\:max-w-\[1232px\] {
    max-width: 1232px;
  }

  .md\:max-w-\[1233px\] {
    max-width: 1233px;
  }

  .md\:max-w-\[1234px\] {
    max-width: 1234px;
  }

  .md\:max-w-\[1235px\] {
    max-width: 1235px;
  }

  .md\:max-w-\[1236px\] {
    max-width: 1236px;
  }

  .md\:max-w-\[1237px\] {
    max-width: 1237px;
  }

  .md\:max-w-\[1238px\] {
    max-width: 1238px;
  }

  .md\:max-w-\[1239px\] {
    max-width: 1239px;
  }

  .md\:max-w-\[1240px\] {
    max-width: 1240px;
  }

  .md\:max-w-\[1241px\] {
    max-width: 1241px;
  }

  .md\:max-w-\[1242px\] {
    max-width: 1242px;
  }

  .md\:max-w-\[1243px\] {
    max-width: 1243px;
  }

  .md\:max-w-\[1244px\] {
    max-width: 1244px;
  }

  .md\:max-w-\[1245px\] {
    max-width: 1245px;
  }

  .md\:max-w-\[1246px\] {
    max-width: 1246px;
  }

  .md\:max-w-\[1247px\] {
    max-width: 1247px;
  }

  .md\:max-w-\[1248px\] {
    max-width: 1248px;
  }

  .md\:max-w-\[1249px\] {
    max-width: 1249px;
  }

  .md\:max-w-\[1250px\] {
    max-width: 1250px;
  }

  .md\:max-w-\[1251px\] {
    max-width: 1251px;
  }

  .md\:max-w-\[1252px\] {
    max-width: 1252px;
  }

  .md\:max-w-\[1253px\] {
    max-width: 1253px;
  }

  .md\:max-w-\[1254px\] {
    max-width: 1254px;
  }

  .md\:max-w-\[1255px\] {
    max-width: 1255px;
  }

  .md\:max-w-\[1256px\] {
    max-width: 1256px;
  }

  .md\:max-w-\[1257px\] {
    max-width: 1257px;
  }

  .md\:max-w-\[1258px\] {
    max-width: 1258px;
  }

  .md\:max-w-\[1259px\] {
    max-width: 1259px;
  }

  .md\:max-w-\[1260px\] {
    max-width: 1260px;
  }

  .md\:max-w-\[1261px\] {
    max-width: 1261px;
  }

  .md\:max-w-\[1262px\] {
    max-width: 1262px;
  }

  .md\:max-w-\[1263px\] {
    max-width: 1263px;
  }

  .md\:max-w-\[1264px\] {
    max-width: 1264px;
  }

  .md\:max-w-\[1265px\] {
    max-width: 1265px;
  }

  .md\:max-w-\[1266px\] {
    max-width: 1266px;
  }

  .md\:max-w-\[1267px\] {
    max-width: 1267px;
  }

  .md\:max-w-\[1268px\] {
    max-width: 1268px;
  }

  .md\:max-w-\[1269px\] {
    max-width: 1269px;
  }

  .md\:max-w-\[1270px\] {
    max-width: 1270px;
  }

  .md\:max-w-\[1271px\] {
    max-width: 1271px;
  }

  .md\:max-w-\[1272px\] {
    max-width: 1272px;
  }

  .md\:max-w-\[1273px\] {
    max-width: 1273px;
  }

  .md\:max-w-\[1274px\] {
    max-width: 1274px;
  }

  .md\:max-w-\[1275px\] {
    max-width: 1275px;
  }

  .md\:max-w-\[1276px\] {
    max-width: 1276px;
  }

  .md\:max-w-\[1277px\] {
    max-width: 1277px;
  }

  .md\:max-w-\[1278px\] {
    max-width: 1278px;
  }

  .md\:max-w-\[1279px\] {
    max-width: 1279px;
  }

  .md\:max-w-\[1280px\] {
    max-width: 1280px;
  }

  .md\:max-w-\[1281px\] {
    max-width: 1281px;
  }

  .md\:max-w-\[1282px\] {
    max-width: 1282px;
  }

  .md\:max-w-\[1283px\] {
    max-width: 1283px;
  }

  .md\:max-w-\[1284px\] {
    max-width: 1284px;
  }

  .md\:max-w-\[1285px\] {
    max-width: 1285px;
  }

  .md\:max-w-\[1286px\] {
    max-width: 1286px;
  }

  .md\:max-w-\[1287px\] {
    max-width: 1287px;
  }

  .md\:max-w-\[1288px\] {
    max-width: 1288px;
  }

  .md\:max-w-\[1289px\] {
    max-width: 1289px;
  }

  .md\:max-w-\[1290px\] {
    max-width: 1290px;
  }

  .md\:max-w-\[1291px\] {
    max-width: 1291px;
  }

  .md\:max-w-\[1292px\] {
    max-width: 1292px;
  }

  .md\:max-w-\[1293px\] {
    max-width: 1293px;
  }

  .md\:max-w-\[1294px\] {
    max-width: 1294px;
  }

  .md\:max-w-\[1295px\] {
    max-width: 1295px;
  }

  .md\:max-w-\[1296px\] {
    max-width: 1296px;
  }

  .md\:max-w-\[1297px\] {
    max-width: 1297px;
  }

  .md\:max-w-\[1298px\] {
    max-width: 1298px;
  }

  .md\:max-w-\[1299px\] {
    max-width: 1299px;
  }

  .md\:max-w-\[1300px\] {
    max-width: 1300px;
  }

  .md\:max-w-\[1301px\] {
    max-width: 1301px;
  }

  .md\:max-w-\[1302px\] {
    max-width: 1302px;
  }

  .md\:max-w-\[1303px\] {
    max-width: 1303px;
  }

  .md\:max-w-\[1304px\] {
    max-width: 1304px;
  }

  .md\:max-w-\[1305px\] {
    max-width: 1305px;
  }

  .md\:max-w-\[1306px\] {
    max-width: 1306px;
  }

  .md\:max-w-\[1307px\] {
    max-width: 1307px;
  }

  .md\:max-w-\[1308px\] {
    max-width: 1308px;
  }

  .md\:max-w-\[1309px\] {
    max-width: 1309px;
  }

  .md\:max-w-\[1310px\] {
    max-width: 1310px;
  }

  .md\:max-w-\[1311px\] {
    max-width: 1311px;
  }

  .md\:max-w-\[1312px\] {
    max-width: 1312px;
  }

  .md\:max-w-\[1313px\] {
    max-width: 1313px;
  }

  .md\:max-w-\[1314px\] {
    max-width: 1314px;
  }

  .md\:max-w-\[1315px\] {
    max-width: 1315px;
  }

  .md\:max-w-\[1316px\] {
    max-width: 1316px;
  }

  .md\:max-w-\[1317px\] {
    max-width: 1317px;
  }

  .md\:max-w-\[1318px\] {
    max-width: 1318px;
  }

  .md\:max-w-\[1319px\] {
    max-width: 1319px;
  }

  .md\:max-w-\[1320px\] {
    max-width: 1320px;
  }

  .md\:max-w-\[1321px\] {
    max-width: 1321px;
  }

  .md\:max-w-\[1322px\] {
    max-width: 1322px;
  }

  .md\:max-w-\[1323px\] {
    max-width: 1323px;
  }

  .md\:max-w-\[1324px\] {
    max-width: 1324px;
  }

  .md\:max-w-\[1325px\] {
    max-width: 1325px;
  }

  .md\:max-w-\[1326px\] {
    max-width: 1326px;
  }

  .md\:max-w-\[1327px\] {
    max-width: 1327px;
  }

  .md\:max-w-\[1328px\] {
    max-width: 1328px;
  }

  .md\:max-w-\[1329px\] {
    max-width: 1329px;
  }

  .md\:max-w-\[1330px\] {
    max-width: 1330px;
  }

  .md\:max-w-\[1331px\] {
    max-width: 1331px;
  }

  .md\:max-w-\[1332px\] {
    max-width: 1332px;
  }

  .md\:max-w-\[1333px\] {
    max-width: 1333px;
  }

  .md\:max-w-\[1334px\] {
    max-width: 1334px;
  }

  .md\:max-w-\[1335px\] {
    max-width: 1335px;
  }

  .md\:max-w-\[1336px\] {
    max-width: 1336px;
  }

  .md\:max-w-\[1337px\] {
    max-width: 1337px;
  }

  .md\:max-w-\[1338px\] {
    max-width: 1338px;
  }

  .md\:max-w-\[1339px\] {
    max-width: 1339px;
  }

  .md\:max-w-\[1340px\] {
    max-width: 1340px;
  }

  .md\:max-w-\[1341px\] {
    max-width: 1341px;
  }

  .md\:max-w-\[1342px\] {
    max-width: 1342px;
  }

  .md\:max-w-\[1343px\] {
    max-width: 1343px;
  }

  .md\:max-w-\[1344px\] {
    max-width: 1344px;
  }

  .md\:max-w-\[1345px\] {
    max-width: 1345px;
  }

  .md\:max-w-\[1346px\] {
    max-width: 1346px;
  }

  .md\:max-w-\[1347px\] {
    max-width: 1347px;
  }

  .md\:max-w-\[1348px\] {
    max-width: 1348px;
  }

  .md\:max-w-\[1349px\] {
    max-width: 1349px;
  }

  .md\:max-w-\[1350px\] {
    max-width: 1350px;
  }

  .md\:max-w-\[1351px\] {
    max-width: 1351px;
  }

  .md\:max-w-\[1352px\] {
    max-width: 1352px;
  }

  .md\:max-w-\[1353px\] {
    max-width: 1353px;
  }

  .md\:max-w-\[1354px\] {
    max-width: 1354px;
  }

  .md\:max-w-\[1355px\] {
    max-width: 1355px;
  }

  .md\:max-w-\[1356px\] {
    max-width: 1356px;
  }

  .md\:max-w-\[1357px\] {
    max-width: 1357px;
  }

  .md\:max-w-\[1358px\] {
    max-width: 1358px;
  }

  .md\:max-w-\[1359px\] {
    max-width: 1359px;
  }

  .md\:max-w-\[1360px\] {
    max-width: 1360px;
  }

  .md\:max-w-\[1361px\] {
    max-width: 1361px;
  }

  .md\:max-w-\[1362px\] {
    max-width: 1362px;
  }

  .md\:max-w-\[1363px\] {
    max-width: 1363px;
  }

  .md\:max-w-\[1364px\] {
    max-width: 1364px;
  }

  .md\:max-w-\[1365px\] {
    max-width: 1365px;
  }

  .md\:max-w-\[1366px\] {
    max-width: 1366px;
  }

  .md\:max-w-\[1367px\] {
    max-width: 1367px;
  }

  .md\:max-w-\[1368px\] {
    max-width: 1368px;
  }

  .md\:max-w-\[1369px\] {
    max-width: 1369px;
  }

  .md\:max-w-\[1370px\] {
    max-width: 1370px;
  }

  .md\:max-w-\[1371px\] {
    max-width: 1371px;
  }

  .md\:max-w-\[1372px\] {
    max-width: 1372px;
  }

  .md\:max-w-\[1373px\] {
    max-width: 1373px;
  }

  .md\:max-w-\[1374px\] {
    max-width: 1374px;
  }

  .md\:max-w-\[1375px\] {
    max-width: 1375px;
  }

  .md\:max-w-\[1376px\] {
    max-width: 1376px;
  }

  .md\:max-w-\[1377px\] {
    max-width: 1377px;
  }

  .md\:max-w-\[1378px\] {
    max-width: 1378px;
  }

  .md\:max-w-\[1379px\] {
    max-width: 1379px;
  }

  .md\:max-w-\[1380px\] {
    max-width: 1380px;
  }

  .md\:max-w-\[1381px\] {
    max-width: 1381px;
  }

  .md\:max-w-\[1382px\] {
    max-width: 1382px;
  }

  .md\:max-w-\[1383px\] {
    max-width: 1383px;
  }

  .md\:max-w-\[1384px\] {
    max-width: 1384px;
  }

  .md\:max-w-\[1385px\] {
    max-width: 1385px;
  }

  .md\:max-w-\[1386px\] {
    max-width: 1386px;
  }

  .md\:max-w-\[1387px\] {
    max-width: 1387px;
  }

  .md\:max-w-\[1388px\] {
    max-width: 1388px;
  }

  .md\:max-w-\[1389px\] {
    max-width: 1389px;
  }

  .md\:max-w-\[1390px\] {
    max-width: 1390px;
  }

  .md\:max-w-\[1391px\] {
    max-width: 1391px;
  }

  .md\:max-w-\[1392px\] {
    max-width: 1392px;
  }

  .md\:max-w-\[1393px\] {
    max-width: 1393px;
  }

  .md\:max-w-\[1394px\] {
    max-width: 1394px;
  }

  .md\:max-w-\[1395px\] {
    max-width: 1395px;
  }

  .md\:max-w-\[1396px\] {
    max-width: 1396px;
  }

  .md\:max-w-\[1397px\] {
    max-width: 1397px;
  }

  .md\:max-w-\[1398px\] {
    max-width: 1398px;
  }

  .md\:max-w-\[1399px\] {
    max-width: 1399px;
  }

  .md\:max-w-\[1400px\] {
    max-width: 1400px;
  }

  .md\:max-w-\[1401px\] {
    max-width: 1401px;
  }

  .md\:max-w-\[1402px\] {
    max-width: 1402px;
  }

  .md\:max-w-\[1403px\] {
    max-width: 1403px;
  }

  .md\:max-w-\[1404px\] {
    max-width: 1404px;
  }

  .md\:max-w-\[1405px\] {
    max-width: 1405px;
  }

  .md\:max-w-\[1406px\] {
    max-width: 1406px;
  }

  .md\:max-w-\[1407px\] {
    max-width: 1407px;
  }

  .md\:max-w-\[1408px\] {
    max-width: 1408px;
  }

  .md\:max-w-\[1409px\] {
    max-width: 1409px;
  }

  .md\:max-w-\[1410px\] {
    max-width: 1410px;
  }

  .md\:max-w-\[1411px\] {
    max-width: 1411px;
  }

  .md\:max-w-\[1412px\] {
    max-width: 1412px;
  }

  .md\:max-w-\[1413px\] {
    max-width: 1413px;
  }

  .md\:max-w-\[1414px\] {
    max-width: 1414px;
  }

  .md\:max-w-\[1415px\] {
    max-width: 1415px;
  }

  .md\:max-w-\[1416px\] {
    max-width: 1416px;
  }

  .md\:max-w-\[1417px\] {
    max-width: 1417px;
  }

  .md\:max-w-\[1418px\] {
    max-width: 1418px;
  }

  .md\:max-w-\[1419px\] {
    max-width: 1419px;
  }

  .md\:max-w-\[1420px\] {
    max-width: 1420px;
  }

  .md\:max-w-\[1421px\] {
    max-width: 1421px;
  }

  .md\:max-w-\[1422px\] {
    max-width: 1422px;
  }

  .md\:max-w-\[1423px\] {
    max-width: 1423px;
  }

  .md\:max-w-\[1424px\] {
    max-width: 1424px;
  }

  .md\:max-w-\[1425px\] {
    max-width: 1425px;
  }

  .md\:max-w-\[1426px\] {
    max-width: 1426px;
  }

  .md\:max-w-\[1427px\] {
    max-width: 1427px;
  }

  .md\:max-w-\[1428px\] {
    max-width: 1428px;
  }

  .md\:max-w-\[1429px\] {
    max-width: 1429px;
  }

  .md\:max-w-\[1430px\] {
    max-width: 1430px;
  }

  .md\:max-w-\[1431px\] {
    max-width: 1431px;
  }

  .md\:max-w-\[1432px\] {
    max-width: 1432px;
  }

  .md\:max-w-\[1433px\] {
    max-width: 1433px;
  }

  .md\:max-w-\[1434px\] {
    max-width: 1434px;
  }

  .md\:max-w-\[1435px\] {
    max-width: 1435px;
  }

  .md\:max-w-\[1436px\] {
    max-width: 1436px;
  }

  .md\:max-w-\[1437px\] {
    max-width: 1437px;
  }

  .md\:max-w-\[1438px\] {
    max-width: 1438px;
  }

  .md\:max-w-\[1439px\] {
    max-width: 1439px;
  }

  .md\:max-w-\[1440px\] {
    max-width: 1440px;
  }

  .md\:max-w-\[1441px\] {
    max-width: 1441px;
  }

  .md\:max-w-\[1442px\] {
    max-width: 1442px;
  }

  .md\:max-w-\[1443px\] {
    max-width: 1443px;
  }

  .md\:max-w-\[1444px\] {
    max-width: 1444px;
  }

  .md\:max-w-\[1445px\] {
    max-width: 1445px;
  }

  .md\:max-w-\[1446px\] {
    max-width: 1446px;
  }

  .md\:max-w-\[1447px\] {
    max-width: 1447px;
  }

  .md\:max-w-\[1448px\] {
    max-width: 1448px;
  }

  .md\:max-w-\[1449px\] {
    max-width: 1449px;
  }

  .md\:max-w-\[1450px\] {
    max-width: 1450px;
  }

  .md\:max-w-\[1451px\] {
    max-width: 1451px;
  }

  .md\:max-w-\[1452px\] {
    max-width: 1452px;
  }

  .md\:max-w-\[1453px\] {
    max-width: 1453px;
  }

  .md\:max-w-\[1454px\] {
    max-width: 1454px;
  }

  .md\:max-w-\[1455px\] {
    max-width: 1455px;
  }

  .md\:max-w-\[1456px\] {
    max-width: 1456px;
  }

  .md\:max-w-\[1457px\] {
    max-width: 1457px;
  }

  .md\:max-w-\[1458px\] {
    max-width: 1458px;
  }

  .md\:max-w-\[1459px\] {
    max-width: 1459px;
  }

  .md\:max-w-\[1460px\] {
    max-width: 1460px;
  }

  .md\:max-w-\[1461px\] {
    max-width: 1461px;
  }

  .md\:max-w-\[1462px\] {
    max-width: 1462px;
  }

  .md\:max-w-\[1463px\] {
    max-width: 1463px;
  }

  .md\:max-w-\[1464px\] {
    max-width: 1464px;
  }

  .md\:max-w-\[1465px\] {
    max-width: 1465px;
  }

  .md\:max-w-\[1466px\] {
    max-width: 1466px;
  }

  .md\:max-w-\[1467px\] {
    max-width: 1467px;
  }

  .md\:max-w-\[1468px\] {
    max-width: 1468px;
  }

  .md\:max-w-\[1469px\] {
    max-width: 1469px;
  }

  .md\:max-w-\[1470px\] {
    max-width: 1470px;
  }

  .md\:max-w-\[1471px\] {
    max-width: 1471px;
  }

  .md\:max-w-\[1472px\] {
    max-width: 1472px;
  }

  .md\:max-w-\[1473px\] {
    max-width: 1473px;
  }

  .md\:max-w-\[1474px\] {
    max-width: 1474px;
  }

  .md\:max-w-\[1475px\] {
    max-width: 1475px;
  }

  .md\:max-w-\[1476px\] {
    max-width: 1476px;
  }

  .md\:max-w-\[1477px\] {
    max-width: 1477px;
  }

  .md\:max-w-\[1478px\] {
    max-width: 1478px;
  }

  .md\:max-w-\[1479px\] {
    max-width: 1479px;
  }

  .md\:max-w-\[1480px\] {
    max-width: 1480px;
  }

  .md\:max-w-\[1481px\] {
    max-width: 1481px;
  }

  .md\:max-w-\[1482px\] {
    max-width: 1482px;
  }

  .md\:max-w-\[1483px\] {
    max-width: 1483px;
  }

  .md\:max-w-\[1484px\] {
    max-width: 1484px;
  }

  .md\:max-w-\[1485px\] {
    max-width: 1485px;
  }

  .md\:max-w-\[1486px\] {
    max-width: 1486px;
  }

  .md\:max-w-\[1487px\] {
    max-width: 1487px;
  }

  .md\:max-w-\[1488px\] {
    max-width: 1488px;
  }

  .md\:max-w-\[1489px\] {
    max-width: 1489px;
  }

  .md\:max-w-\[1490px\] {
    max-width: 1490px;
  }

  .md\:max-w-\[1491px\] {
    max-width: 1491px;
  }

  .md\:max-w-\[1492px\] {
    max-width: 1492px;
  }

  .md\:max-w-\[1493px\] {
    max-width: 1493px;
  }

  .md\:max-w-\[1494px\] {
    max-width: 1494px;
  }

  .md\:max-w-\[1495px\] {
    max-width: 1495px;
  }

  .md\:max-w-\[1496px\] {
    max-width: 1496px;
  }

  .md\:max-w-\[1497px\] {
    max-width: 1497px;
  }

  .md\:max-w-\[1498px\] {
    max-width: 1498px;
  }

  .md\:max-w-\[1499px\] {
    max-width: 1499px;
  }

  .md\:max-w-\[1500px\] {
    max-width: 1500px;
  }

  .md\:max-w-\[1501px\] {
    max-width: 1501px;
  }

  .md\:max-w-\[1502px\] {
    max-width: 1502px;
  }

  .md\:max-w-\[1503px\] {
    max-width: 1503px;
  }

  .md\:max-w-\[1504px\] {
    max-width: 1504px;
  }

  .md\:max-w-\[1505px\] {
    max-width: 1505px;
  }

  .md\:max-w-\[1506px\] {
    max-width: 1506px;
  }

  .md\:max-w-\[1507px\] {
    max-width: 1507px;
  }

  .md\:max-w-\[1508px\] {
    max-width: 1508px;
  }

  .md\:max-w-\[1509px\] {
    max-width: 1509px;
  }

  .md\:max-w-\[1510px\] {
    max-width: 1510px;
  }

  .md\:max-w-\[1511px\] {
    max-width: 1511px;
  }

  .md\:max-w-\[1512px\] {
    max-width: 1512px;
  }

  .md\:max-w-\[1513px\] {
    max-width: 1513px;
  }

  .md\:max-w-\[1514px\] {
    max-width: 1514px;
  }

  .md\:max-w-\[1515px\] {
    max-width: 1515px;
  }

  .md\:max-w-\[1516px\] {
    max-width: 1516px;
  }

  .md\:max-w-\[1517px\] {
    max-width: 1517px;
  }

  .md\:max-w-\[1518px\] {
    max-width: 1518px;
  }

  .md\:max-w-\[1519px\] {
    max-width: 1519px;
  }

  .md\:max-w-\[1520px\] {
    max-width: 1520px;
  }

  .md\:max-w-\[1521px\] {
    max-width: 1521px;
  }

  .md\:max-w-\[1522px\] {
    max-width: 1522px;
  }

  .md\:max-w-\[1523px\] {
    max-width: 1523px;
  }

  .md\:max-w-\[1524px\] {
    max-width: 1524px;
  }

  .md\:max-w-\[1525px\] {
    max-width: 1525px;
  }

  .md\:max-w-\[1526px\] {
    max-width: 1526px;
  }

  .md\:max-w-\[1527px\] {
    max-width: 1527px;
  }

  .md\:max-w-\[1528px\] {
    max-width: 1528px;
  }

  .md\:max-w-\[1529px\] {
    max-width: 1529px;
  }

  .md\:max-w-\[1530px\] {
    max-width: 1530px;
  }

  .md\:max-w-\[1531px\] {
    max-width: 1531px;
  }

  .md\:max-w-\[1532px\] {
    max-width: 1532px;
  }

  .md\:max-w-\[1533px\] {
    max-width: 1533px;
  }

  .md\:max-w-\[1534px\] {
    max-width: 1534px;
  }

  .md\:max-w-\[1535px\] {
    max-width: 1535px;
  }

  .md\:max-w-\[1536px\] {
    max-width: 1536px;
  }

  .md\:max-w-\[1537px\] {
    max-width: 1537px;
  }

  .md\:max-w-\[1538px\] {
    max-width: 1538px;
  }

  .md\:max-w-\[1539px\] {
    max-width: 1539px;
  }

  .md\:max-w-\[1540px\] {
    max-width: 1540px;
  }

  .md\:max-w-\[1541px\] {
    max-width: 1541px;
  }

  .md\:max-w-\[1542px\] {
    max-width: 1542px;
  }

  .md\:max-w-\[1543px\] {
    max-width: 1543px;
  }

  .md\:max-w-\[1544px\] {
    max-width: 1544px;
  }

  .md\:max-w-\[1545px\] {
    max-width: 1545px;
  }

  .md\:max-w-\[1546px\] {
    max-width: 1546px;
  }

  .md\:max-w-\[1547px\] {
    max-width: 1547px;
  }

  .md\:max-w-\[1548px\] {
    max-width: 1548px;
  }

  .md\:max-w-\[1549px\] {
    max-width: 1549px;
  }

  .md\:max-w-\[1550px\] {
    max-width: 1550px;
  }

  .md\:max-w-\[1551px\] {
    max-width: 1551px;
  }

  .md\:max-w-\[1552px\] {
    max-width: 1552px;
  }

  .md\:max-w-\[1553px\] {
    max-width: 1553px;
  }

  .md\:max-w-\[1554px\] {
    max-width: 1554px;
  }

  .md\:max-w-\[1555px\] {
    max-width: 1555px;
  }

  .md\:max-w-\[1556px\] {
    max-width: 1556px;
  }

  .md\:max-w-\[1557px\] {
    max-width: 1557px;
  }

  .md\:max-w-\[1558px\] {
    max-width: 1558px;
  }

  .md\:max-w-\[1559px\] {
    max-width: 1559px;
  }

  .md\:max-w-\[1560px\] {
    max-width: 1560px;
  }

  .md\:max-w-\[1561px\] {
    max-width: 1561px;
  }

  .md\:max-w-\[1562px\] {
    max-width: 1562px;
  }

  .md\:max-w-\[1563px\] {
    max-width: 1563px;
  }

  .md\:max-w-\[1564px\] {
    max-width: 1564px;
  }

  .md\:max-w-\[1565px\] {
    max-width: 1565px;
  }

  .md\:max-w-\[1566px\] {
    max-width: 1566px;
  }

  .md\:max-w-\[1567px\] {
    max-width: 1567px;
  }

  .md\:max-w-\[1568px\] {
    max-width: 1568px;
  }

  .md\:max-w-\[1569px\] {
    max-width: 1569px;
  }

  .md\:max-w-\[1570px\] {
    max-width: 1570px;
  }

  .md\:max-w-\[1571px\] {
    max-width: 1571px;
  }

  .md\:max-w-\[1572px\] {
    max-width: 1572px;
  }

  .md\:max-w-\[1573px\] {
    max-width: 1573px;
  }

  .md\:max-w-\[1574px\] {
    max-width: 1574px;
  }

  .md\:max-w-\[1575px\] {
    max-width: 1575px;
  }

  .md\:max-w-\[1576px\] {
    max-width: 1576px;
  }

  .md\:max-w-\[1577px\] {
    max-width: 1577px;
  }

  .md\:max-w-\[1578px\] {
    max-width: 1578px;
  }

  .md\:max-w-\[1579px\] {
    max-width: 1579px;
  }

  .md\:max-w-\[1580px\] {
    max-width: 1580px;
  }

  .md\:max-w-\[1581px\] {
    max-width: 1581px;
  }

  .md\:max-w-\[1582px\] {
    max-width: 1582px;
  }

  .md\:max-w-\[1583px\] {
    max-width: 1583px;
  }

  .md\:max-w-\[1584px\] {
    max-width: 1584px;
  }

  .md\:max-w-\[1585px\] {
    max-width: 1585px;
  }

  .md\:max-w-\[1586px\] {
    max-width: 1586px;
  }

  .md\:max-w-\[1587px\] {
    max-width: 1587px;
  }

  .md\:max-w-\[1588px\] {
    max-width: 1588px;
  }

  .md\:max-w-\[1589px\] {
    max-width: 1589px;
  }

  .md\:max-w-\[1590px\] {
    max-width: 1590px;
  }

  .md\:max-w-\[1591px\] {
    max-width: 1591px;
  }

  .md\:max-w-\[1592px\] {
    max-width: 1592px;
  }

  .md\:max-w-\[1593px\] {
    max-width: 1593px;
  }

  .md\:max-w-\[1594px\] {
    max-width: 1594px;
  }

  .md\:max-w-\[1595px\] {
    max-width: 1595px;
  }

  .md\:max-w-\[1596px\] {
    max-width: 1596px;
  }

  .md\:max-w-\[1597px\] {
    max-width: 1597px;
  }

  .md\:max-w-\[1598px\] {
    max-width: 1598px;
  }

  .md\:max-w-\[1599px\] {
    max-width: 1599px;
  }

  .md\:max-w-\[1600px\] {
    max-width: 1600px;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .md\:max-w-\[201px\] {
    max-width: 201px;
  }

  .md\:max-w-\[202px\] {
    max-width: 202px;
  }

  .md\:max-w-\[203px\] {
    max-width: 203px;
  }

  .md\:max-w-\[204px\] {
    max-width: 204px;
  }

  .md\:max-w-\[205px\] {
    max-width: 205px;
  }

  .md\:max-w-\[206px\] {
    max-width: 206px;
  }

  .md\:max-w-\[207px\] {
    max-width: 207px;
  }

  .md\:max-w-\[208px\] {
    max-width: 208px;
  }

  .md\:max-w-\[209px\] {
    max-width: 209px;
  }

  .md\:max-w-\[210px\] {
    max-width: 210px;
  }

  .md\:max-w-\[211px\] {
    max-width: 211px;
  }

  .md\:max-w-\[212px\] {
    max-width: 212px;
  }

  .md\:max-w-\[213px\] {
    max-width: 213px;
  }

  .md\:max-w-\[214px\] {
    max-width: 214px;
  }

  .md\:max-w-\[215px\] {
    max-width: 215px;
  }

  .md\:max-w-\[216px\] {
    max-width: 216px;
  }

  .md\:max-w-\[217px\] {
    max-width: 217px;
  }

  .md\:max-w-\[218px\] {
    max-width: 218px;
  }

  .md\:max-w-\[219px\] {
    max-width: 219px;
  }

  .md\:max-w-\[220px\] {
    max-width: 220px;
  }

  .md\:max-w-\[221px\] {
    max-width: 221px;
  }

  .md\:max-w-\[222px\] {
    max-width: 222px;
  }

  .md\:max-w-\[223px\] {
    max-width: 223px;
  }

  .md\:max-w-\[224px\] {
    max-width: 224px;
  }

  .md\:max-w-\[225px\] {
    max-width: 225px;
  }

  .md\:max-w-\[226px\] {
    max-width: 226px;
  }

  .md\:max-w-\[227px\] {
    max-width: 227px;
  }

  .md\:max-w-\[228px\] {
    max-width: 228px;
  }

  .md\:max-w-\[229px\] {
    max-width: 229px;
  }

  .md\:max-w-\[230px\] {
    max-width: 230px;
  }

  .md\:max-w-\[231px\] {
    max-width: 231px;
  }

  .md\:max-w-\[232px\] {
    max-width: 232px;
  }

  .md\:max-w-\[233px\] {
    max-width: 233px;
  }

  .md\:max-w-\[234px\] {
    max-width: 234px;
  }

  .md\:max-w-\[235px\] {
    max-width: 235px;
  }

  .md\:max-w-\[236px\] {
    max-width: 236px;
  }

  .md\:max-w-\[237px\] {
    max-width: 237px;
  }

  .md\:max-w-\[238px\] {
    max-width: 238px;
  }

  .md\:max-w-\[239px\] {
    max-width: 239px;
  }

  .md\:max-w-\[240px\] {
    max-width: 240px;
  }

  .md\:max-w-\[241px\] {
    max-width: 241px;
  }

  .md\:max-w-\[242px\] {
    max-width: 242px;
  }

  .md\:max-w-\[243px\] {
    max-width: 243px;
  }

  .md\:max-w-\[244px\] {
    max-width: 244px;
  }

  .md\:max-w-\[245px\] {
    max-width: 245px;
  }

  .md\:max-w-\[246px\] {
    max-width: 246px;
  }

  .md\:max-w-\[247px\] {
    max-width: 247px;
  }

  .md\:max-w-\[248px\] {
    max-width: 248px;
  }

  .md\:max-w-\[249px\] {
    max-width: 249px;
  }

  .md\:max-w-\[250px\] {
    max-width: 250px;
  }

  .md\:max-w-\[251px\] {
    max-width: 251px;
  }

  .md\:max-w-\[252px\] {
    max-width: 252px;
  }

  .md\:max-w-\[253px\] {
    max-width: 253px;
  }

  .md\:max-w-\[254px\] {
    max-width: 254px;
  }

  .md\:max-w-\[255px\] {
    max-width: 255px;
  }

  .md\:max-w-\[256px\] {
    max-width: 256px;
  }

  .md\:max-w-\[257px\] {
    max-width: 257px;
  }

  .md\:max-w-\[258px\] {
    max-width: 258px;
  }

  .md\:max-w-\[259px\] {
    max-width: 259px;
  }

  .md\:max-w-\[260px\] {
    max-width: 260px;
  }

  .md\:max-w-\[261px\] {
    max-width: 261px;
  }

  .md\:max-w-\[262px\] {
    max-width: 262px;
  }

  .md\:max-w-\[263px\] {
    max-width: 263px;
  }

  .md\:max-w-\[264px\] {
    max-width: 264px;
  }

  .md\:max-w-\[265px\] {
    max-width: 265px;
  }

  .md\:max-w-\[266px\] {
    max-width: 266px;
  }

  .md\:max-w-\[267px\] {
    max-width: 267px;
  }

  .md\:max-w-\[268px\] {
    max-width: 268px;
  }

  .md\:max-w-\[269px\] {
    max-width: 269px;
  }

  .md\:max-w-\[270px\] {
    max-width: 270px;
  }

  .md\:max-w-\[271px\] {
    max-width: 271px;
  }

  .md\:max-w-\[272px\] {
    max-width: 272px;
  }

  .md\:max-w-\[273px\] {
    max-width: 273px;
  }

  .md\:max-w-\[274px\] {
    max-width: 274px;
  }

  .md\:max-w-\[275px\] {
    max-width: 275px;
  }

  .md\:max-w-\[276px\] {
    max-width: 276px;
  }

  .md\:max-w-\[277px\] {
    max-width: 277px;
  }

  .md\:max-w-\[278px\] {
    max-width: 278px;
  }

  .md\:max-w-\[279px\] {
    max-width: 279px;
  }

  .md\:max-w-\[280px\] {
    max-width: 280px;
  }

  .md\:max-w-\[281px\] {
    max-width: 281px;
  }

  .md\:max-w-\[282px\] {
    max-width: 282px;
  }

  .md\:max-w-\[283px\] {
    max-width: 283px;
  }

  .md\:max-w-\[284px\] {
    max-width: 284px;
  }

  .md\:max-w-\[285px\] {
    max-width: 285px;
  }

  .md\:max-w-\[286px\] {
    max-width: 286px;
  }

  .md\:max-w-\[287px\] {
    max-width: 287px;
  }

  .md\:max-w-\[288px\] {
    max-width: 288px;
  }

  .md\:max-w-\[289px\] {
    max-width: 289px;
  }

  .md\:max-w-\[290px\] {
    max-width: 290px;
  }

  .md\:max-w-\[291px\] {
    max-width: 291px;
  }

  .md\:max-w-\[292px\] {
    max-width: 292px;
  }

  .md\:max-w-\[293px\] {
    max-width: 293px;
  }

  .md\:max-w-\[294px\] {
    max-width: 294px;
  }

  .md\:max-w-\[295px\] {
    max-width: 295px;
  }

  .md\:max-w-\[296px\] {
    max-width: 296px;
  }

  .md\:max-w-\[297px\] {
    max-width: 297px;
  }

  .md\:max-w-\[298px\] {
    max-width: 298px;
  }

  .md\:max-w-\[299px\] {
    max-width: 299px;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:max-w-\[301px\] {
    max-width: 301px;
  }

  .md\:max-w-\[302px\] {
    max-width: 302px;
  }

  .md\:max-w-\[303px\] {
    max-width: 303px;
  }

  .md\:max-w-\[304px\] {
    max-width: 304px;
  }

  .md\:max-w-\[305px\] {
    max-width: 305px;
  }

  .md\:max-w-\[306px\] {
    max-width: 306px;
  }

  .md\:max-w-\[307px\] {
    max-width: 307px;
  }

  .md\:max-w-\[308px\] {
    max-width: 308px;
  }

  .md\:max-w-\[309px\] {
    max-width: 309px;
  }

  .md\:max-w-\[310px\] {
    max-width: 310px;
  }

  .md\:max-w-\[311px\] {
    max-width: 311px;
  }

  .md\:max-w-\[312px\] {
    max-width: 312px;
  }

  .md\:max-w-\[313px\] {
    max-width: 313px;
  }

  .md\:max-w-\[314px\] {
    max-width: 314px;
  }

  .md\:max-w-\[315px\] {
    max-width: 315px;
  }

  .md\:max-w-\[316px\] {
    max-width: 316px;
  }

  .md\:max-w-\[317px\] {
    max-width: 317px;
  }

  .md\:max-w-\[318px\] {
    max-width: 318px;
  }

  .md\:max-w-\[319px\] {
    max-width: 319px;
  }

  .md\:max-w-\[320px\] {
    max-width: 320px;
  }

  .md\:max-w-\[321px\] {
    max-width: 321px;
  }

  .md\:max-w-\[322px\] {
    max-width: 322px;
  }

  .md\:max-w-\[323px\] {
    max-width: 323px;
  }

  .md\:max-w-\[324px\] {
    max-width: 324px;
  }

  .md\:max-w-\[325px\] {
    max-width: 325px;
  }

  .md\:max-w-\[326px\] {
    max-width: 326px;
  }

  .md\:max-w-\[327px\] {
    max-width: 327px;
  }

  .md\:max-w-\[328px\] {
    max-width: 328px;
  }

  .md\:max-w-\[329px\] {
    max-width: 329px;
  }

  .md\:max-w-\[330px\] {
    max-width: 330px;
  }

  .md\:max-w-\[331px\] {
    max-width: 331px;
  }

  .md\:max-w-\[332px\] {
    max-width: 332px;
  }

  .md\:max-w-\[333px\] {
    max-width: 333px;
  }

  .md\:max-w-\[334px\] {
    max-width: 334px;
  }

  .md\:max-w-\[335px\] {
    max-width: 335px;
  }

  .md\:max-w-\[336px\] {
    max-width: 336px;
  }

  .md\:max-w-\[337px\] {
    max-width: 337px;
  }

  .md\:max-w-\[338px\] {
    max-width: 338px;
  }

  .md\:max-w-\[339px\] {
    max-width: 339px;
  }

  .md\:max-w-\[340px\] {
    max-width: 340px;
  }

  .md\:max-w-\[341px\] {
    max-width: 341px;
  }

  .md\:max-w-\[342px\] {
    max-width: 342px;
  }

  .md\:max-w-\[343px\] {
    max-width: 343px;
  }

  .md\:max-w-\[344px\] {
    max-width: 344px;
  }

  .md\:max-w-\[345px\] {
    max-width: 345px;
  }

  .md\:max-w-\[346px\] {
    max-width: 346px;
  }

  .md\:max-w-\[347px\] {
    max-width: 347px;
  }

  .md\:max-w-\[348px\] {
    max-width: 348px;
  }

  .md\:max-w-\[349px\] {
    max-width: 349px;
  }

  .md\:max-w-\[350px\] {
    max-width: 350px;
  }

  .md\:max-w-\[351px\] {
    max-width: 351px;
  }

  .md\:max-w-\[352px\] {
    max-width: 352px;
  }

  .md\:max-w-\[353px\] {
    max-width: 353px;
  }

  .md\:max-w-\[354px\] {
    max-width: 354px;
  }

  .md\:max-w-\[355px\] {
    max-width: 355px;
  }

  .md\:max-w-\[356px\] {
    max-width: 356px;
  }

  .md\:max-w-\[357px\] {
    max-width: 357px;
  }

  .md\:max-w-\[358px\] {
    max-width: 358px;
  }

  .md\:max-w-\[359px\] {
    max-width: 359px;
  }

  .md\:max-w-\[360px\] {
    max-width: 360px;
  }

  .md\:max-w-\[361px\] {
    max-width: 361px;
  }

  .md\:max-w-\[362px\] {
    max-width: 362px;
  }

  .md\:max-w-\[363px\] {
    max-width: 363px;
  }

  .md\:max-w-\[364px\] {
    max-width: 364px;
  }

  .md\:max-w-\[365px\] {
    max-width: 365px;
  }

  .md\:max-w-\[366px\] {
    max-width: 366px;
  }

  .md\:max-w-\[367px\] {
    max-width: 367px;
  }

  .md\:max-w-\[368px\] {
    max-width: 368px;
  }

  .md\:max-w-\[369px\] {
    max-width: 369px;
  }

  .md\:max-w-\[370px\] {
    max-width: 370px;
  }

  .md\:max-w-\[371px\] {
    max-width: 371px;
  }

  .md\:max-w-\[372px\] {
    max-width: 372px;
  }

  .md\:max-w-\[373px\] {
    max-width: 373px;
  }

  .md\:max-w-\[374px\] {
    max-width: 374px;
  }

  .md\:max-w-\[375px\] {
    max-width: 375px;
  }

  .md\:max-w-\[376px\] {
    max-width: 376px;
  }

  .md\:max-w-\[377px\] {
    max-width: 377px;
  }

  .md\:max-w-\[378px\] {
    max-width: 378px;
  }

  .md\:max-w-\[379px\] {
    max-width: 379px;
  }

  .md\:max-w-\[380px\] {
    max-width: 380px;
  }

  .md\:max-w-\[381px\] {
    max-width: 381px;
  }

  .md\:max-w-\[382px\] {
    max-width: 382px;
  }

  .md\:max-w-\[383px\] {
    max-width: 383px;
  }

  .md\:max-w-\[384px\] {
    max-width: 384px;
  }

  .md\:max-w-\[385px\] {
    max-width: 385px;
  }

  .md\:max-w-\[386px\] {
    max-width: 386px;
  }

  .md\:max-w-\[387px\] {
    max-width: 387px;
  }

  .md\:max-w-\[388px\] {
    max-width: 388px;
  }

  .md\:max-w-\[389px\] {
    max-width: 389px;
  }

  .md\:max-w-\[390px\] {
    max-width: 390px;
  }

  .md\:max-w-\[391px\] {
    max-width: 391px;
  }

  .md\:max-w-\[392px\] {
    max-width: 392px;
  }

  .md\:max-w-\[393px\] {
    max-width: 393px;
  }

  .md\:max-w-\[394px\] {
    max-width: 394px;
  }

  .md\:max-w-\[395px\] {
    max-width: 395px;
  }

  .md\:max-w-\[396px\] {
    max-width: 396px;
  }

  .md\:max-w-\[397px\] {
    max-width: 397px;
  }

  .md\:max-w-\[398px\] {
    max-width: 398px;
  }

  .md\:max-w-\[399px\] {
    max-width: 399px;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[401px\] {
    max-width: 401px;
  }

  .md\:max-w-\[402px\] {
    max-width: 402px;
  }

  .md\:max-w-\[403px\] {
    max-width: 403px;
  }

  .md\:max-w-\[404px\] {
    max-width: 404px;
  }

  .md\:max-w-\[405px\] {
    max-width: 405px;
  }

  .md\:max-w-\[406px\] {
    max-width: 406px;
  }

  .md\:max-w-\[407px\] {
    max-width: 407px;
  }

  .md\:max-w-\[408px\] {
    max-width: 408px;
  }

  .md\:max-w-\[409px\] {
    max-width: 409px;
  }

  .md\:max-w-\[410px\] {
    max-width: 410px;
  }

  .md\:max-w-\[411px\] {
    max-width: 411px;
  }

  .md\:max-w-\[412px\] {
    max-width: 412px;
  }

  .md\:max-w-\[413px\] {
    max-width: 413px;
  }

  .md\:max-w-\[414px\] {
    max-width: 414px;
  }

  .md\:max-w-\[415px\] {
    max-width: 415px;
  }

  .md\:max-w-\[416px\] {
    max-width: 416px;
  }

  .md\:max-w-\[417px\] {
    max-width: 417px;
  }

  .md\:max-w-\[418px\] {
    max-width: 418px;
  }

  .md\:max-w-\[419px\] {
    max-width: 419px;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:max-w-\[421px\] {
    max-width: 421px;
  }

  .md\:max-w-\[422px\] {
    max-width: 422px;
  }

  .md\:max-w-\[423px\] {
    max-width: 423px;
  }

  .md\:max-w-\[424px\] {
    max-width: 424px;
  }

  .md\:max-w-\[425px\] {
    max-width: 425px;
  }

  .md\:max-w-\[426px\] {
    max-width: 426px;
  }

  .md\:max-w-\[427px\] {
    max-width: 427px;
  }

  .md\:max-w-\[428px\] {
    max-width: 428px;
  }

  .md\:max-w-\[429px\] {
    max-width: 429px;
  }

  .md\:max-w-\[430px\] {
    max-width: 430px;
  }

  .md\:max-w-\[431px\] {
    max-width: 431px;
  }

  .md\:max-w-\[432px\] {
    max-width: 432px;
  }

  .md\:max-w-\[433px\] {
    max-width: 433px;
  }

  .md\:max-w-\[434px\] {
    max-width: 434px;
  }

  .md\:max-w-\[435px\] {
    max-width: 435px;
  }

  .md\:max-w-\[436px\] {
    max-width: 436px;
  }

  .md\:max-w-\[437px\] {
    max-width: 437px;
  }

  .md\:max-w-\[438px\] {
    max-width: 438px;
  }

  .md\:max-w-\[439px\] {
    max-width: 439px;
  }

  .md\:max-w-\[440px\] {
    max-width: 440px;
  }

  .md\:max-w-\[441px\] {
    max-width: 441px;
  }

  .md\:max-w-\[442px\] {
    max-width: 442px;
  }

  .md\:max-w-\[443px\] {
    max-width: 443px;
  }

  .md\:max-w-\[444px\] {
    max-width: 444px;
  }

  .md\:max-w-\[445px\] {
    max-width: 445px;
  }

  .md\:max-w-\[446px\] {
    max-width: 446px;
  }

  .md\:max-w-\[447px\] {
    max-width: 447px;
  }

  .md\:max-w-\[448px\] {
    max-width: 448px;
  }

  .md\:max-w-\[449px\] {
    max-width: 449px;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:max-w-\[451px\] {
    max-width: 451px;
  }

  .md\:max-w-\[452px\] {
    max-width: 452px;
  }

  .md\:max-w-\[453px\] {
    max-width: 453px;
  }

  .md\:max-w-\[454px\] {
    max-width: 454px;
  }

  .md\:max-w-\[455px\] {
    max-width: 455px;
  }

  .md\:max-w-\[456px\] {
    max-width: 456px;
  }

  .md\:max-w-\[457px\] {
    max-width: 457px;
  }

  .md\:max-w-\[458px\] {
    max-width: 458px;
  }

  .md\:max-w-\[459px\] {
    max-width: 459px;
  }

  .md\:max-w-\[460px\] {
    max-width: 460px;
  }

  .md\:max-w-\[461px\] {
    max-width: 461px;
  }

  .md\:max-w-\[462px\] {
    max-width: 462px;
  }

  .md\:max-w-\[463px\] {
    max-width: 463px;
  }

  .md\:max-w-\[464px\] {
    max-width: 464px;
  }

  .md\:max-w-\[465px\] {
    max-width: 465px;
  }

  .md\:max-w-\[466px\] {
    max-width: 466px;
  }

  .md\:max-w-\[467px\] {
    max-width: 467px;
  }

  .md\:max-w-\[468px\] {
    max-width: 468px;
  }

  .md\:max-w-\[469px\] {
    max-width: 469px;
  }

  .md\:max-w-\[470px\] {
    max-width: 470px;
  }

  .md\:max-w-\[471px\] {
    max-width: 471px;
  }

  .md\:max-w-\[472px\] {
    max-width: 472px;
  }

  .md\:max-w-\[473px\] {
    max-width: 473px;
  }

  .md\:max-w-\[474px\] {
    max-width: 474px;
  }

  .md\:max-w-\[475px\] {
    max-width: 475px;
  }

  .md\:max-w-\[476px\] {
    max-width: 476px;
  }

  .md\:max-w-\[477px\] {
    max-width: 477px;
  }

  .md\:max-w-\[478px\] {
    max-width: 478px;
  }

  .md\:max-w-\[479px\] {
    max-width: 479px;
  }

  .md\:max-w-\[480px\] {
    max-width: 480px;
  }

  .md\:max-w-\[481px\] {
    max-width: 481px;
  }

  .md\:max-w-\[482px\] {
    max-width: 482px;
  }

  .md\:max-w-\[483px\] {
    max-width: 483px;
  }

  .md\:max-w-\[484px\] {
    max-width: 484px;
  }

  .md\:max-w-\[485px\] {
    max-width: 485px;
  }

  .md\:max-w-\[486px\] {
    max-width: 486px;
  }

  .md\:max-w-\[487px\] {
    max-width: 487px;
  }

  .md\:max-w-\[488px\] {
    max-width: 488px;
  }

  .md\:max-w-\[489px\] {
    max-width: 489px;
  }

  .md\:max-w-\[490px\] {
    max-width: 490px;
  }

  .md\:max-w-\[491px\] {
    max-width: 491px;
  }

  .md\:max-w-\[492px\] {
    max-width: 492px;
  }

  .md\:max-w-\[493px\] {
    max-width: 493px;
  }

  .md\:max-w-\[494px\] {
    max-width: 494px;
  }

  .md\:max-w-\[495px\] {
    max-width: 495px;
  }

  .md\:max-w-\[496px\] {
    max-width: 496px;
  }

  .md\:max-w-\[497px\] {
    max-width: 497px;
  }

  .md\:max-w-\[498px\] {
    max-width: 498px;
  }

  .md\:max-w-\[499px\] {
    max-width: 499px;
  }

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:max-w-\[501px\] {
    max-width: 501px;
  }

  .md\:max-w-\[502px\] {
    max-width: 502px;
  }

  .md\:max-w-\[503px\] {
    max-width: 503px;
  }

  .md\:max-w-\[504px\] {
    max-width: 504px;
  }

  .md\:max-w-\[505px\] {
    max-width: 505px;
  }

  .md\:max-w-\[506px\] {
    max-width: 506px;
  }

  .md\:max-w-\[507px\] {
    max-width: 507px;
  }

  .md\:max-w-\[508px\] {
    max-width: 508px;
  }

  .md\:max-w-\[509px\] {
    max-width: 509px;
  }

  .md\:max-w-\[510px\] {
    max-width: 510px;
  }

  .md\:max-w-\[511px\] {
    max-width: 511px;
  }

  .md\:max-w-\[512px\] {
    max-width: 512px;
  }

  .md\:max-w-\[513px\] {
    max-width: 513px;
  }

  .md\:max-w-\[514px\] {
    max-width: 514px;
  }

  .md\:max-w-\[515px\] {
    max-width: 515px;
  }

  .md\:max-w-\[516px\] {
    max-width: 516px;
  }

  .md\:max-w-\[517px\] {
    max-width: 517px;
  }

  .md\:max-w-\[518px\] {
    max-width: 518px;
  }

  .md\:max-w-\[519px\] {
    max-width: 519px;
  }

  .md\:max-w-\[520px\] {
    max-width: 520px;
  }

  .md\:max-w-\[521px\] {
    max-width: 521px;
  }

  .md\:max-w-\[522px\] {
    max-width: 522px;
  }

  .md\:max-w-\[523px\] {
    max-width: 523px;
  }

  .md\:max-w-\[524px\] {
    max-width: 524px;
  }

  .md\:max-w-\[525px\] {
    max-width: 525px;
  }

  .md\:max-w-\[526px\] {
    max-width: 526px;
  }

  .md\:max-w-\[527px\] {
    max-width: 527px;
  }

  .md\:max-w-\[528px\] {
    max-width: 528px;
  }

  .md\:max-w-\[529px\] {
    max-width: 529px;
  }

  .md\:max-w-\[530px\] {
    max-width: 530px;
  }

  .md\:max-w-\[531px\] {
    max-width: 531px;
  }

  .md\:max-w-\[532px\] {
    max-width: 532px;
  }

  .md\:max-w-\[533px\] {
    max-width: 533px;
  }

  .md\:max-w-\[534px\] {
    max-width: 534px;
  }

  .md\:max-w-\[535px\] {
    max-width: 535px;
  }

  .md\:max-w-\[536px\] {
    max-width: 536px;
  }

  .md\:max-w-\[537px\] {
    max-width: 537px;
  }

  .md\:max-w-\[538px\] {
    max-width: 538px;
  }

  .md\:max-w-\[539px\] {
    max-width: 539px;
  }

  .md\:max-w-\[540px\] {
    max-width: 540px;
  }

  .md\:max-w-\[541px\] {
    max-width: 541px;
  }

  .md\:max-w-\[542px\] {
    max-width: 542px;
  }

  .md\:max-w-\[543px\] {
    max-width: 543px;
  }

  .md\:max-w-\[544px\] {
    max-width: 544px;
  }

  .md\:max-w-\[545px\] {
    max-width: 545px;
  }

  .md\:max-w-\[546px\] {
    max-width: 546px;
  }

  .md\:max-w-\[547px\] {
    max-width: 547px;
  }

  .md\:max-w-\[548px\] {
    max-width: 548px;
  }

  .md\:max-w-\[549px\] {
    max-width: 549px;
  }

  .md\:max-w-\[550px\] {
    max-width: 550px;
  }

  .md\:max-w-\[551px\] {
    max-width: 551px;
  }

  .md\:max-w-\[552px\] {
    max-width: 552px;
  }

  .md\:max-w-\[553px\] {
    max-width: 553px;
  }

  .md\:max-w-\[554px\] {
    max-width: 554px;
  }

  .md\:max-w-\[555px\] {
    max-width: 555px;
  }

  .md\:max-w-\[556px\] {
    max-width: 556px;
  }

  .md\:max-w-\[557px\] {
    max-width: 557px;
  }

  .md\:max-w-\[558px\] {
    max-width: 558px;
  }

  .md\:max-w-\[559px\] {
    max-width: 559px;
  }

  .md\:max-w-\[560px\] {
    max-width: 560px;
  }

  .md\:max-w-\[561px\] {
    max-width: 561px;
  }

  .md\:max-w-\[562px\] {
    max-width: 562px;
  }

  .md\:max-w-\[563px\] {
    max-width: 563px;
  }

  .md\:max-w-\[564px\] {
    max-width: 564px;
  }

  .md\:max-w-\[565px\] {
    max-width: 565px;
  }

  .md\:max-w-\[566px\] {
    max-width: 566px;
  }

  .md\:max-w-\[567px\] {
    max-width: 567px;
  }

  .md\:max-w-\[568px\] {
    max-width: 568px;
  }

  .md\:max-w-\[569px\] {
    max-width: 569px;
  }

  .md\:max-w-\[570px\] {
    max-width: 570px;
  }

  .md\:max-w-\[571px\] {
    max-width: 571px;
  }

  .md\:max-w-\[572px\] {
    max-width: 572px;
  }

  .md\:max-w-\[573px\] {
    max-width: 573px;
  }

  .md\:max-w-\[574px\] {
    max-width: 574px;
  }

  .md\:max-w-\[575px\] {
    max-width: 575px;
  }

  .md\:max-w-\[576px\] {
    max-width: 576px;
  }

  .md\:max-w-\[577px\] {
    max-width: 577px;
  }

  .md\:max-w-\[578px\] {
    max-width: 578px;
  }

  .md\:max-w-\[579px\] {
    max-width: 579px;
  }

  .md\:max-w-\[580px\] {
    max-width: 580px;
  }

  .md\:max-w-\[581px\] {
    max-width: 581px;
  }

  .md\:max-w-\[582px\] {
    max-width: 582px;
  }

  .md\:max-w-\[583px\] {
    max-width: 583px;
  }

  .md\:max-w-\[584px\] {
    max-width: 584px;
  }

  .md\:max-w-\[585px\] {
    max-width: 585px;
  }

  .md\:max-w-\[586px\] {
    max-width: 586px;
  }

  .md\:max-w-\[587px\] {
    max-width: 587px;
  }

  .md\:max-w-\[588px\] {
    max-width: 588px;
  }

  .md\:max-w-\[589px\] {
    max-width: 589px;
  }

  .md\:max-w-\[590px\] {
    max-width: 590px;
  }

  .md\:max-w-\[591px\] {
    max-width: 591px;
  }

  .md\:max-w-\[592px\] {
    max-width: 592px;
  }

  .md\:max-w-\[593px\] {
    max-width: 593px;
  }

  .md\:max-w-\[594px\] {
    max-width: 594px;
  }

  .md\:max-w-\[595px\] {
    max-width: 595px;
  }

  .md\:max-w-\[596px\] {
    max-width: 596px;
  }

  .md\:max-w-\[597px\] {
    max-width: 597px;
  }

  .md\:max-w-\[598px\] {
    max-width: 598px;
  }

  .md\:max-w-\[599px\] {
    max-width: 599px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[601px\] {
    max-width: 601px;
  }

  .md\:max-w-\[602px\] {
    max-width: 602px;
  }

  .md\:max-w-\[603px\] {
    max-width: 603px;
  }

  .md\:max-w-\[604px\] {
    max-width: 604px;
  }

  .md\:max-w-\[605px\] {
    max-width: 605px;
  }

  .md\:max-w-\[606px\] {
    max-width: 606px;
  }

  .md\:max-w-\[607px\] {
    max-width: 607px;
  }

  .md\:max-w-\[608px\] {
    max-width: 608px;
  }

  .md\:max-w-\[609px\] {
    max-width: 609px;
  }

  .md\:max-w-\[610px\] {
    max-width: 610px;
  }

  .md\:max-w-\[611px\] {
    max-width: 611px;
  }

  .md\:max-w-\[612px\] {
    max-width: 612px;
  }

  .md\:max-w-\[613px\] {
    max-width: 613px;
  }

  .md\:max-w-\[614px\] {
    max-width: 614px;
  }

  .md\:max-w-\[615px\] {
    max-width: 615px;
  }

  .md\:max-w-\[616px\] {
    max-width: 616px;
  }

  .md\:max-w-\[617px\] {
    max-width: 617px;
  }

  .md\:max-w-\[618px\] {
    max-width: 618px;
  }

  .md\:max-w-\[619px\] {
    max-width: 619px;
  }

  .md\:max-w-\[620px\] {
    max-width: 620px;
  }

  .md\:max-w-\[621px\] {
    max-width: 621px;
  }

  .md\:max-w-\[622px\] {
    max-width: 622px;
  }

  .md\:max-w-\[623px\] {
    max-width: 623px;
  }

  .md\:max-w-\[624px\] {
    max-width: 624px;
  }

  .md\:max-w-\[625px\] {
    max-width: 625px;
  }

  .md\:max-w-\[626px\] {
    max-width: 626px;
  }

  .md\:max-w-\[627px\] {
    max-width: 627px;
  }

  .md\:max-w-\[628px\] {
    max-width: 628px;
  }

  .md\:max-w-\[629px\] {
    max-width: 629px;
  }

  .md\:max-w-\[630px\] {
    max-width: 630px;
  }

  .md\:max-w-\[631px\] {
    max-width: 631px;
  }

  .md\:max-w-\[632px\] {
    max-width: 632px;
  }

  .md\:max-w-\[633px\] {
    max-width: 633px;
  }

  .md\:max-w-\[634px\] {
    max-width: 634px;
  }

  .md\:max-w-\[635px\] {
    max-width: 635px;
  }

  .md\:max-w-\[636px\] {
    max-width: 636px;
  }

  .md\:max-w-\[637px\] {
    max-width: 637px;
  }

  .md\:max-w-\[638px\] {
    max-width: 638px;
  }

  .md\:max-w-\[639px\] {
    max-width: 639px;
  }

  .md\:max-w-\[640px\] {
    max-width: 640px;
  }

  .md\:max-w-\[641px\] {
    max-width: 641px;
  }

  .md\:max-w-\[642px\] {
    max-width: 642px;
  }

  .md\:max-w-\[643px\] {
    max-width: 643px;
  }

  .md\:max-w-\[644px\] {
    max-width: 644px;
  }

  .md\:max-w-\[645px\] {
    max-width: 645px;
  }

  .md\:max-w-\[646px\] {
    max-width: 646px;
  }

  .md\:max-w-\[647px\] {
    max-width: 647px;
  }

  .md\:max-w-\[648px\] {
    max-width: 648px;
  }

  .md\:max-w-\[649px\] {
    max-width: 649px;
  }

  .md\:max-w-\[650px\] {
    max-width: 650px;
  }

  .md\:max-w-\[651px\] {
    max-width: 651px;
  }

  .md\:max-w-\[652px\] {
    max-width: 652px;
  }

  .md\:max-w-\[653px\] {
    max-width: 653px;
  }

  .md\:max-w-\[654px\] {
    max-width: 654px;
  }

  .md\:max-w-\[655px\] {
    max-width: 655px;
  }

  .md\:max-w-\[656px\] {
    max-width: 656px;
  }

  .md\:max-w-\[657px\] {
    max-width: 657px;
  }

  .md\:max-w-\[658px\] {
    max-width: 658px;
  }

  .md\:max-w-\[659px\] {
    max-width: 659px;
  }

  .md\:max-w-\[660px\] {
    max-width: 660px;
  }

  .md\:max-w-\[661px\] {
    max-width: 661px;
  }

  .md\:max-w-\[662px\] {
    max-width: 662px;
  }

  .md\:max-w-\[663px\] {
    max-width: 663px;
  }

  .md\:max-w-\[664px\] {
    max-width: 664px;
  }

  .md\:max-w-\[665px\] {
    max-width: 665px;
  }

  .md\:max-w-\[666px\] {
    max-width: 666px;
  }

  .md\:max-w-\[667px\] {
    max-width: 667px;
  }

  .md\:max-w-\[668px\] {
    max-width: 668px;
  }

  .md\:max-w-\[669px\] {
    max-width: 669px;
  }

  .md\:max-w-\[670px\] {
    max-width: 670px;
  }

  .md\:max-w-\[671px\] {
    max-width: 671px;
  }

  .md\:max-w-\[672px\] {
    max-width: 672px;
  }

  .md\:max-w-\[673px\] {
    max-width: 673px;
  }

  .md\:max-w-\[674px\] {
    max-width: 674px;
  }

  .md\:max-w-\[675px\] {
    max-width: 675px;
  }

  .md\:max-w-\[676px\] {
    max-width: 676px;
  }

  .md\:max-w-\[677px\] {
    max-width: 677px;
  }

  .md\:max-w-\[678px\] {
    max-width: 678px;
  }

  .md\:max-w-\[679px\] {
    max-width: 679px;
  }

  .md\:max-w-\[680px\] {
    max-width: 680px;
  }

  .md\:max-w-\[681px\] {
    max-width: 681px;
  }

  .md\:max-w-\[682px\] {
    max-width: 682px;
  }

  .md\:max-w-\[683px\] {
    max-width: 683px;
  }

  .md\:max-w-\[684px\] {
    max-width: 684px;
  }

  .md\:max-w-\[685px\] {
    max-width: 685px;
  }

  .md\:max-w-\[686px\] {
    max-width: 686px;
  }

  .md\:max-w-\[687px\] {
    max-width: 687px;
  }

  .md\:max-w-\[688px\] {
    max-width: 688px;
  }

  .md\:max-w-\[689px\] {
    max-width: 689px;
  }

  .md\:max-w-\[690px\] {
    max-width: 690px;
  }

  .md\:max-w-\[691px\] {
    max-width: 691px;
  }

  .md\:max-w-\[692px\] {
    max-width: 692px;
  }

  .md\:max-w-\[693px\] {
    max-width: 693px;
  }

  .md\:max-w-\[694px\] {
    max-width: 694px;
  }

  .md\:max-w-\[695px\] {
    max-width: 695px;
  }

  .md\:max-w-\[696px\] {
    max-width: 696px;
  }

  .md\:max-w-\[697px\] {
    max-width: 697px;
  }

  .md\:max-w-\[698px\] {
    max-width: 698px;
  }

  .md\:max-w-\[699px\] {
    max-width: 699px;
  }

  .md\:max-w-\[700px\] {
    max-width: 700px;
  }

  .md\:max-w-\[701px\] {
    max-width: 701px;
  }

  .md\:max-w-\[702px\] {
    max-width: 702px;
  }

  .md\:max-w-\[703px\] {
    max-width: 703px;
  }

  .md\:max-w-\[704px\] {
    max-width: 704px;
  }

  .md\:max-w-\[705px\] {
    max-width: 705px;
  }

  .md\:max-w-\[706px\] {
    max-width: 706px;
  }

  .md\:max-w-\[707px\] {
    max-width: 707px;
  }

  .md\:max-w-\[708px\] {
    max-width: 708px;
  }

  .md\:max-w-\[709px\] {
    max-width: 709px;
  }

  .md\:max-w-\[710px\] {
    max-width: 710px;
  }

  .md\:max-w-\[711px\] {
    max-width: 711px;
  }

  .md\:max-w-\[712px\] {
    max-width: 712px;
  }

  .md\:max-w-\[713px\] {
    max-width: 713px;
  }

  .md\:max-w-\[714px\] {
    max-width: 714px;
  }

  .md\:max-w-\[715px\] {
    max-width: 715px;
  }

  .md\:max-w-\[716px\] {
    max-width: 716px;
  }

  .md\:max-w-\[717px\] {
    max-width: 717px;
  }

  .md\:max-w-\[718px\] {
    max-width: 718px;
  }

  .md\:max-w-\[719px\] {
    max-width: 719px;
  }

  .md\:max-w-\[720px\] {
    max-width: 720px;
  }

  .md\:max-w-\[721px\] {
    max-width: 721px;
  }

  .md\:max-w-\[722px\] {
    max-width: 722px;
  }

  .md\:max-w-\[723px\] {
    max-width: 723px;
  }

  .md\:max-w-\[724px\] {
    max-width: 724px;
  }

  .md\:max-w-\[725px\] {
    max-width: 725px;
  }

  .md\:max-w-\[726px\] {
    max-width: 726px;
  }

  .md\:max-w-\[727px\] {
    max-width: 727px;
  }

  .md\:max-w-\[728px\] {
    max-width: 728px;
  }

  .md\:max-w-\[729px\] {
    max-width: 729px;
  }

  .md\:max-w-\[730px\] {
    max-width: 730px;
  }

  .md\:max-w-\[731px\] {
    max-width: 731px;
  }

  .md\:max-w-\[732px\] {
    max-width: 732px;
  }

  .md\:max-w-\[733px\] {
    max-width: 733px;
  }

  .md\:max-w-\[734px\] {
    max-width: 734px;
  }

  .md\:max-w-\[735px\] {
    max-width: 735px;
  }

  .md\:max-w-\[736px\] {
    max-width: 736px;
  }

  .md\:max-w-\[737px\] {
    max-width: 737px;
  }

  .md\:max-w-\[738px\] {
    max-width: 738px;
  }

  .md\:max-w-\[739px\] {
    max-width: 739px;
  }

  .md\:max-w-\[740px\] {
    max-width: 740px;
  }

  .md\:max-w-\[741px\] {
    max-width: 741px;
  }

  .md\:max-w-\[742px\] {
    max-width: 742px;
  }

  .md\:max-w-\[743px\] {
    max-width: 743px;
  }

  .md\:max-w-\[744px\] {
    max-width: 744px;
  }

  .md\:max-w-\[745px\] {
    max-width: 745px;
  }

  .md\:max-w-\[746px\] {
    max-width: 746px;
  }

  .md\:max-w-\[747px\] {
    max-width: 747px;
  }

  .md\:max-w-\[748px\] {
    max-width: 748px;
  }

  .md\:max-w-\[749px\] {
    max-width: 749px;
  }

  .md\:max-w-\[750px\] {
    max-width: 750px;
  }

  .md\:max-w-\[751px\] {
    max-width: 751px;
  }

  .md\:max-w-\[752px\] {
    max-width: 752px;
  }

  .md\:max-w-\[753px\] {
    max-width: 753px;
  }

  .md\:max-w-\[754px\] {
    max-width: 754px;
  }

  .md\:max-w-\[755px\] {
    max-width: 755px;
  }

  .md\:max-w-\[756px\] {
    max-width: 756px;
  }

  .md\:max-w-\[757px\] {
    max-width: 757px;
  }

  .md\:max-w-\[758px\] {
    max-width: 758px;
  }

  .md\:max-w-\[759px\] {
    max-width: 759px;
  }

  .md\:max-w-\[760px\] {
    max-width: 760px;
  }

  .md\:max-w-\[761px\] {
    max-width: 761px;
  }

  .md\:max-w-\[762px\] {
    max-width: 762px;
  }

  .md\:max-w-\[763px\] {
    max-width: 763px;
  }

  .md\:max-w-\[764px\] {
    max-width: 764px;
  }

  .md\:max-w-\[765px\] {
    max-width: 765px;
  }

  .md\:max-w-\[766px\] {
    max-width: 766px;
  }

  .md\:max-w-\[767px\] {
    max-width: 767px;
  }

  .md\:max-w-\[768px\] {
    max-width: 768px;
  }

  .md\:max-w-\[769px\] {
    max-width: 769px;
  }

  .md\:max-w-\[770px\] {
    max-width: 770px;
  }

  .md\:max-w-\[771px\] {
    max-width: 771px;
  }

  .md\:max-w-\[772px\] {
    max-width: 772px;
  }

  .md\:max-w-\[773px\] {
    max-width: 773px;
  }

  .md\:max-w-\[774px\] {
    max-width: 774px;
  }

  .md\:max-w-\[775px\] {
    max-width: 775px;
  }

  .md\:max-w-\[776px\] {
    max-width: 776px;
  }

  .md\:max-w-\[777px\] {
    max-width: 777px;
  }

  .md\:max-w-\[778px\] {
    max-width: 778px;
  }

  .md\:max-w-\[779px\] {
    max-width: 779px;
  }

  .md\:max-w-\[780px\] {
    max-width: 780px;
  }

  .md\:max-w-\[781px\] {
    max-width: 781px;
  }

  .md\:max-w-\[782px\] {
    max-width: 782px;
  }

  .md\:max-w-\[783px\] {
    max-width: 783px;
  }

  .md\:max-w-\[784px\] {
    max-width: 784px;
  }

  .md\:max-w-\[785px\] {
    max-width: 785px;
  }

  .md\:max-w-\[786px\] {
    max-width: 786px;
  }

  .md\:max-w-\[787px\] {
    max-width: 787px;
  }

  .md\:max-w-\[788px\] {
    max-width: 788px;
  }

  .md\:max-w-\[789px\] {
    max-width: 789px;
  }

  .md\:max-w-\[790px\] {
    max-width: 790px;
  }

  .md\:max-w-\[791px\] {
    max-width: 791px;
  }

  .md\:max-w-\[792px\] {
    max-width: 792px;
  }

  .md\:max-w-\[793px\] {
    max-width: 793px;
  }

  .md\:max-w-\[794px\] {
    max-width: 794px;
  }

  .md\:max-w-\[795px\] {
    max-width: 795px;
  }

  .md\:max-w-\[796px\] {
    max-width: 796px;
  }

  .md\:max-w-\[797px\] {
    max-width: 797px;
  }

  .md\:max-w-\[798px\] {
    max-width: 798px;
  }

  .md\:max-w-\[799px\] {
    max-width: 799px;
  }

  .md\:max-w-\[800px\] {
    max-width: 800px;
  }

  .md\:max-w-\[801px\] {
    max-width: 801px;
  }

  .md\:max-w-\[802px\] {
    max-width: 802px;
  }

  .md\:max-w-\[803px\] {
    max-width: 803px;
  }

  .md\:max-w-\[804px\] {
    max-width: 804px;
  }

  .md\:max-w-\[805px\] {
    max-width: 805px;
  }

  .md\:max-w-\[806px\] {
    max-width: 806px;
  }

  .md\:max-w-\[807px\] {
    max-width: 807px;
  }

  .md\:max-w-\[808px\] {
    max-width: 808px;
  }

  .md\:max-w-\[809px\] {
    max-width: 809px;
  }

  .md\:max-w-\[810px\] {
    max-width: 810px;
  }

  .md\:max-w-\[811px\] {
    max-width: 811px;
  }

  .md\:max-w-\[812px\] {
    max-width: 812px;
  }

  .md\:max-w-\[813px\] {
    max-width: 813px;
  }

  .md\:max-w-\[814px\] {
    max-width: 814px;
  }

  .md\:max-w-\[815px\] {
    max-width: 815px;
  }

  .md\:max-w-\[816px\] {
    max-width: 816px;
  }

  .md\:max-w-\[817px\] {
    max-width: 817px;
  }

  .md\:max-w-\[818px\] {
    max-width: 818px;
  }

  .md\:max-w-\[819px\] {
    max-width: 819px;
  }

  .md\:max-w-\[820px\] {
    max-width: 820px;
  }

  .md\:max-w-\[821px\] {
    max-width: 821px;
  }

  .md\:max-w-\[822px\] {
    max-width: 822px;
  }

  .md\:max-w-\[823px\] {
    max-width: 823px;
  }

  .md\:max-w-\[824px\] {
    max-width: 824px;
  }

  .md\:max-w-\[825px\] {
    max-width: 825px;
  }

  .md\:max-w-\[826px\] {
    max-width: 826px;
  }

  .md\:max-w-\[827px\] {
    max-width: 827px;
  }

  .md\:max-w-\[828px\] {
    max-width: 828px;
  }

  .md\:max-w-\[829px\] {
    max-width: 829px;
  }

  .md\:max-w-\[830px\] {
    max-width: 830px;
  }

  .md\:max-w-\[831px\] {
    max-width: 831px;
  }

  .md\:max-w-\[832px\] {
    max-width: 832px;
  }

  .md\:max-w-\[833px\] {
    max-width: 833px;
  }

  .md\:max-w-\[834px\] {
    max-width: 834px;
  }

  .md\:max-w-\[835px\] {
    max-width: 835px;
  }

  .md\:max-w-\[836px\] {
    max-width: 836px;
  }

  .md\:max-w-\[837px\] {
    max-width: 837px;
  }

  .md\:max-w-\[838px\] {
    max-width: 838px;
  }

  .md\:max-w-\[839px\] {
    max-width: 839px;
  }

  .md\:max-w-\[840px\] {
    max-width: 840px;
  }

  .md\:max-w-\[841px\] {
    max-width: 841px;
  }

  .md\:max-w-\[842px\] {
    max-width: 842px;
  }

  .md\:max-w-\[843px\] {
    max-width: 843px;
  }

  .md\:max-w-\[844px\] {
    max-width: 844px;
  }

  .md\:max-w-\[845px\] {
    max-width: 845px;
  }

  .md\:max-w-\[846px\] {
    max-width: 846px;
  }

  .md\:max-w-\[847px\] {
    max-width: 847px;
  }

  .md\:max-w-\[848px\] {
    max-width: 848px;
  }

  .md\:max-w-\[849px\] {
    max-width: 849px;
  }

  .md\:max-w-\[850px\] {
    max-width: 850px;
  }

  .md\:max-w-\[851px\] {
    max-width: 851px;
  }

  .md\:max-w-\[852px\] {
    max-width: 852px;
  }

  .md\:max-w-\[853px\] {
    max-width: 853px;
  }

  .md\:max-w-\[854px\] {
    max-width: 854px;
  }

  .md\:max-w-\[855px\] {
    max-width: 855px;
  }

  .md\:max-w-\[856px\] {
    max-width: 856px;
  }

  .md\:max-w-\[857px\] {
    max-width: 857px;
  }

  .md\:max-w-\[858px\] {
    max-width: 858px;
  }

  .md\:max-w-\[859px\] {
    max-width: 859px;
  }

  .md\:max-w-\[860px\] {
    max-width: 860px;
  }

  .md\:max-w-\[861px\] {
    max-width: 861px;
  }

  .md\:max-w-\[862px\] {
    max-width: 862px;
  }

  .md\:max-w-\[863px\] {
    max-width: 863px;
  }

  .md\:max-w-\[864px\] {
    max-width: 864px;
  }

  .md\:max-w-\[865px\] {
    max-width: 865px;
  }

  .md\:max-w-\[866px\] {
    max-width: 866px;
  }

  .md\:max-w-\[867px\] {
    max-width: 867px;
  }

  .md\:max-w-\[868px\] {
    max-width: 868px;
  }

  .md\:max-w-\[869px\] {
    max-width: 869px;
  }

  .md\:max-w-\[870px\] {
    max-width: 870px;
  }

  .md\:max-w-\[871px\] {
    max-width: 871px;
  }

  .md\:max-w-\[872px\] {
    max-width: 872px;
  }

  .md\:max-w-\[873px\] {
    max-width: 873px;
  }

  .md\:max-w-\[874px\] {
    max-width: 874px;
  }

  .md\:max-w-\[875px\] {
    max-width: 875px;
  }

  .md\:max-w-\[876px\] {
    max-width: 876px;
  }

  .md\:max-w-\[877px\] {
    max-width: 877px;
  }

  .md\:max-w-\[878px\] {
    max-width: 878px;
  }

  .md\:max-w-\[879px\] {
    max-width: 879px;
  }

  .md\:max-w-\[880px\] {
    max-width: 880px;
  }

  .md\:max-w-\[881px\] {
    max-width: 881px;
  }

  .md\:max-w-\[882px\] {
    max-width: 882px;
  }

  .md\:max-w-\[883px\] {
    max-width: 883px;
  }

  .md\:max-w-\[884px\] {
    max-width: 884px;
  }

  .md\:max-w-\[885px\] {
    max-width: 885px;
  }

  .md\:max-w-\[886px\] {
    max-width: 886px;
  }

  .md\:max-w-\[887px\] {
    max-width: 887px;
  }

  .md\:max-w-\[888px\] {
    max-width: 888px;
  }

  .md\:max-w-\[889px\] {
    max-width: 889px;
  }

  .md\:max-w-\[890px\] {
    max-width: 890px;
  }

  .md\:max-w-\[891px\] {
    max-width: 891px;
  }

  .md\:max-w-\[892px\] {
    max-width: 892px;
  }

  .md\:max-w-\[893px\] {
    max-width: 893px;
  }

  .md\:max-w-\[894px\] {
    max-width: 894px;
  }

  .md\:max-w-\[895px\] {
    max-width: 895px;
  }

  .md\:max-w-\[896px\] {
    max-width: 896px;
  }

  .md\:max-w-\[897px\] {
    max-width: 897px;
  }

  .md\:max-w-\[898px\] {
    max-width: 898px;
  }

  .md\:max-w-\[899px\] {
    max-width: 899px;
  }

  .md\:max-w-\[900px\] {
    max-width: 900px;
  }

  .md\:max-w-\[901px\] {
    max-width: 901px;
  }

  .md\:max-w-\[902px\] {
    max-width: 902px;
  }

  .md\:max-w-\[903px\] {
    max-width: 903px;
  }

  .md\:max-w-\[904px\] {
    max-width: 904px;
  }

  .md\:max-w-\[905px\] {
    max-width: 905px;
  }

  .md\:max-w-\[906px\] {
    max-width: 906px;
  }

  .md\:max-w-\[907px\] {
    max-width: 907px;
  }

  .md\:max-w-\[908px\] {
    max-width: 908px;
  }

  .md\:max-w-\[909px\] {
    max-width: 909px;
  }

  .md\:max-w-\[910px\] {
    max-width: 910px;
  }

  .md\:max-w-\[911px\] {
    max-width: 911px;
  }

  .md\:max-w-\[912px\] {
    max-width: 912px;
  }

  .md\:max-w-\[913px\] {
    max-width: 913px;
  }

  .md\:max-w-\[914px\] {
    max-width: 914px;
  }

  .md\:max-w-\[915px\] {
    max-width: 915px;
  }

  .md\:max-w-\[916px\] {
    max-width: 916px;
  }

  .md\:max-w-\[917px\] {
    max-width: 917px;
  }

  .md\:max-w-\[918px\] {
    max-width: 918px;
  }

  .md\:max-w-\[919px\] {
    max-width: 919px;
  }

  .md\:max-w-\[920px\] {
    max-width: 920px;
  }

  .md\:max-w-\[921px\] {
    max-width: 921px;
  }

  .md\:max-w-\[922px\] {
    max-width: 922px;
  }

  .md\:max-w-\[923px\] {
    max-width: 923px;
  }

  .md\:max-w-\[924px\] {
    max-width: 924px;
  }

  .md\:max-w-\[925px\] {
    max-width: 925px;
  }

  .md\:max-w-\[926px\] {
    max-width: 926px;
  }

  .md\:max-w-\[927px\] {
    max-width: 927px;
  }

  .md\:max-w-\[928px\] {
    max-width: 928px;
  }

  .md\:max-w-\[929px\] {
    max-width: 929px;
  }

  .md\:max-w-\[930px\] {
    max-width: 930px;
  }

  .md\:max-w-\[931px\] {
    max-width: 931px;
  }

  .md\:max-w-\[932px\] {
    max-width: 932px;
  }

  .md\:max-w-\[933px\] {
    max-width: 933px;
  }

  .md\:max-w-\[934px\] {
    max-width: 934px;
  }

  .md\:max-w-\[935px\] {
    max-width: 935px;
  }

  .md\:max-w-\[936px\] {
    max-width: 936px;
  }

  .md\:max-w-\[937px\] {
    max-width: 937px;
  }

  .md\:max-w-\[938px\] {
    max-width: 938px;
  }

  .md\:max-w-\[939px\] {
    max-width: 939px;
  }

  .md\:max-w-\[940px\] {
    max-width: 940px;
  }

  .md\:max-w-\[941px\] {
    max-width: 941px;
  }

  .md\:max-w-\[942px\] {
    max-width: 942px;
  }

  .md\:max-w-\[943px\] {
    max-width: 943px;
  }

  .md\:max-w-\[944px\] {
    max-width: 944px;
  }

  .md\:max-w-\[945px\] {
    max-width: 945px;
  }

  .md\:max-w-\[946px\] {
    max-width: 946px;
  }

  .md\:max-w-\[947px\] {
    max-width: 947px;
  }

  .md\:max-w-\[948px\] {
    max-width: 948px;
  }

  .md\:max-w-\[949px\] {
    max-width: 949px;
  }

  .md\:max-w-\[950px\] {
    max-width: 950px;
  }

  .md\:max-w-\[951px\] {
    max-width: 951px;
  }

  .md\:max-w-\[952px\] {
    max-width: 952px;
  }

  .md\:max-w-\[953px\] {
    max-width: 953px;
  }

  .md\:max-w-\[954px\] {
    max-width: 954px;
  }

  .md\:max-w-\[955px\] {
    max-width: 955px;
  }

  .md\:max-w-\[956px\] {
    max-width: 956px;
  }

  .md\:max-w-\[957px\] {
    max-width: 957px;
  }

  .md\:max-w-\[958px\] {
    max-width: 958px;
  }

  .md\:max-w-\[959px\] {
    max-width: 959px;
  }

  .md\:max-w-\[960px\] {
    max-width: 960px;
  }

  .md\:max-w-\[961px\] {
    max-width: 961px;
  }

  .md\:max-w-\[962px\] {
    max-width: 962px;
  }

  .md\:max-w-\[963px\] {
    max-width: 963px;
  }

  .md\:max-w-\[964px\] {
    max-width: 964px;
  }

  .md\:max-w-\[965px\] {
    max-width: 965px;
  }

  .md\:max-w-\[966px\] {
    max-width: 966px;
  }

  .md\:max-w-\[967px\] {
    max-width: 967px;
  }

  .md\:max-w-\[968px\] {
    max-width: 968px;
  }

  .md\:max-w-\[969px\] {
    max-width: 969px;
  }

  .md\:max-w-\[970px\] {
    max-width: 970px;
  }

  .md\:max-w-\[971px\] {
    max-width: 971px;
  }

  .md\:max-w-\[972px\] {
    max-width: 972px;
  }

  .md\:max-w-\[973px\] {
    max-width: 973px;
  }

  .md\:max-w-\[974px\] {
    max-width: 974px;
  }

  .md\:max-w-\[975px\] {
    max-width: 975px;
  }

  .md\:max-w-\[976px\] {
    max-width: 976px;
  }

  .md\:max-w-\[977px\] {
    max-width: 977px;
  }

  .md\:max-w-\[978px\] {
    max-width: 978px;
  }

  .md\:max-w-\[979px\] {
    max-width: 979px;
  }

  .md\:max-w-\[980px\] {
    max-width: 980px;
  }

  .md\:max-w-\[981px\] {
    max-width: 981px;
  }

  .md\:max-w-\[982px\] {
    max-width: 982px;
  }

  .md\:max-w-\[983px\] {
    max-width: 983px;
  }

  .md\:max-w-\[984px\] {
    max-width: 984px;
  }

  .md\:max-w-\[985px\] {
    max-width: 985px;
  }

  .md\:max-w-\[986px\] {
    max-width: 986px;
  }

  .md\:max-w-\[987px\] {
    max-width: 987px;
  }

  .md\:max-w-\[988px\] {
    max-width: 988px;
  }

  .md\:max-w-\[989px\] {
    max-width: 989px;
  }

  .md\:max-w-\[990px\] {
    max-width: 990px;
  }

  .md\:max-w-\[991px\] {
    max-width: 991px;
  }

  .md\:max-w-\[992px\] {
    max-width: 992px;
  }

  .md\:max-w-\[993px\] {
    max-width: 993px;
  }

  .md\:max-w-\[994px\] {
    max-width: 994px;
  }

  .md\:max-w-\[995px\] {
    max-width: 995px;
  }

  .md\:max-w-\[996px\] {
    max-width: 996px;
  }

  .md\:max-w-\[997px\] {
    max-width: 997px;
  }

  .md\:max-w-\[998px\] {
    max-width: 998px;
  }

  .md\:max-w-\[999px\] {
    max-width: 999px;
  }

  .md\:max-w-\[Npx\] {
    max-width: Npx;
  }

  .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-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[80px\] {
    gap: 80px;
  }

  .md\:gap-fl-xl {
    gap: calc(2.50rem + 5.00 * var(--fluid-bp));
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:p-fl-md {
    padding: calc(1.50rem + 3.00 * var(--fluid-bp));
  }

  .md\:px-fl-2xl {
    padding-left: calc(3.00rem + 6.00 * var(--fluid-bp));
    padding-right: calc(3.00rem + 6.00 * var(--fluid-bp));
  }

  .md\:px-fl-3xl {
    padding-left: calc(4.00rem + 8.00 * var(--fluid-bp));
    padding-right: calc(4.00rem + 8.00 * var(--fluid-bp));
  }

  .md\:py-\[55px\] {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:py-\[62px\] {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:py-fl-3xl {
    padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
    padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
  }

  .md\:py-fl-4xl {
    padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
    padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
  }

  .md\:py-fl-lg {
    padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
    padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
  }

  .md\:pb-0 {
    padding-bottom: 0rem;
  }

  .md\:pb-3xl {
    padding-bottom: 1.5rem;
  }

  .md\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .md\:pb-fl-3xl {
    padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
  }

  .md\:pb-fl-4xl {
    padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
  }

  .md\:pb-fl-5xl {
    padding-bottom: calc(6.00rem + 12.00 * var(--fluid-bp));
  }

  .md\:pb-fl-lg {
    padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
  }

  .md\:pt-0 {
    padding-top: 0rem;
  }

  .md\:pt-3xl {
    padding-top: 1.5rem;
  }

  .md\:pt-\[140px\] {
    padding-top: 140px;
  }

  .md\:pt-\[32px\] {
    padding-top: 32px;
  }

  .md\:pt-fl-3xl {
    padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
  }

  .md\:pt-fl-4xl {
    padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
  }

  .md\:pt-fl-5xl {
    padding-top: calc(6.00rem + 12.00 * var(--fluid-bp));
  }

  .md\:pt-fl-lg {
    padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
  }

  .md\:\!text-fl-3xl {
    font-size: var(--f-3xl) !important;
    line-height: 120% !important;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:leading-\[70\.4px\] {
    line-height: 70.4px;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[75\%\] {
    top: 75%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:ml-0 {
    margin-left: 0rem;
  }

  .lg\:ml-\[440px\] {
    margin-left: 440px;
  }

  .lg\:mr-\[440px\] {
    margin-right: 440px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-fl-3xs {
    margin-top: calc(0.25rem + 0.50 * var(--fluid-bp));
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[84px\] {
    height: 84px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-\[520px\] {
    min-height: 520px;
  }

  .lg\:\!w-full {
    width: 100% !important;
  }

  .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-\[380px\] {
    width: 380px;
  }

  .lg\:w-\[390px\] {
    width: 390px;
  }

  .lg\:w-\[440px\] {
    width: 440px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-0 {
    min-width: 0rem;
  }

  .lg\:min-w-\[240px\] {
    min-width: 240px;
  }

  .lg\:min-w-\[56px\] {
    min-width: 56px;
  }

  .lg\:max-w-\[1600px\] {
    max-width: 1600px;
  }

  .lg\:max-w-\[360px\] {
    max-width: 360px;
  }

  .lg\:max-w-\[72px\] {
    max-width: 72px;
  }

  .lg\:max-w-\[920px\] {
    max-width: 920px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:basis-\[calc\(\(100\%-26px\)\/2\)\] {
    flex-basis: calc((100% - 26px) / 2);
  }

  .lg\:-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));
  }

  .lg\: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));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\: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-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .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-\[26px\] {
    gap: 26px;
  }

  .lg\:gap-fl-2xs {
    gap: calc(0.50rem + 1.00 * var(--fluid-bp));
  }

  .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-x-fl-4xl {
    -moz-column-gap: calc(5.00rem + 10.00 * var(--fluid-bp));
         column-gap: calc(5.00rem + 10.00 * var(--fluid-bp));
  }

  .lg\:gap-y-0 {
    row-gap: 0rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .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 !important;
    padding-right: 0rem !important;
  }

  .lg\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-fl-2xs {
    padding-left: calc(0.50rem + 1.00 * var(--fluid-bp));
    padding-right: calc(0.50rem + 1.00 * var(--fluid-bp));
  }

  .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-\[44px\] {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .lg\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:py-fl-3xs {
    padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
    padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
  }

  .lg\:py-fl-xs {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
  }

  .lg\:pb-0 {
    padding-bottom: 0rem;
  }

  .lg\:pb-fl-xs {
    padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
  }

  .lg\:pt-0 {
    padding-top: 0rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .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\:\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }

  .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\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .xl\:w-\[516px\] {
    width: 516px;
  }

  .xl\:basis-\[calc\(\(100\%-52px\)\/3\)\] {
    flex-basis: calc((100% - 52px) / 3);
  }

  .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-xs {
    gap: calc(0.75rem + 1.50 * 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));
}