/* Global System Styling */
.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;
}
.hd-logo-scroller .dnd-section > .row-fluid {
    position: relative;
    width: unset !important;
}
.hd-logo-scroller .dnd-section > .row-fluid:before,
.hd-logo-scroller .dnd-section > .row-fluid:after {
    height: calc(2.50rem + 5.00 * var(--fluid-bp));
    pointer-events: none;
    position: absolute;
    top: 0rem;
    z-index: 10;
    width: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: 100%;
    --tw-content: '';
    content: var(--tw-content);
}
.hd-logo-scroller .dnd-section > .row-fluid:before {
    left: 0rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
.hd-logo-scroller .dnd-section > .row-fluid:after {
    right: 0rem;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
.dnd-section > .row-fluid .module-wrapper {
    --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
    --breakout-container-outer-gutter: var(--outer-gutter);
    position: relative;
    left: 50%;
    width: calc(100vw - var(--scrollbar-visible-width, 0px));
    margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
}
.dnd-section > .row-fluid .module-wrapper.px-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .px-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
    padding-right: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper.pr-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .pr-outer-gutter {
    padding-right: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper.pl-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .pl-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper > .w-outer-gutter {
    width: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--inner-gutter);
}
/* Apply full width to all columns for mobile */
.dnd-section > .row-fluid .widget-span {
    width: 100%;
}
@media (min-width: 1024px) {
    .dnd-section > .row-fluid .span1 {
        width: calc(((1 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (1 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span1 {
        width: calc(((1 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (1 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span1 > * {
        --container-grid-columns: 1;
    }
    .dnd-section > .row-fluid .span2 {
        width: calc(((2 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span2 {
        width: calc(((2 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span2 > * {
        --container-grid-columns: 2;
    }
    .dnd-section > .row-fluid .span3 {
        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 > .dnd-section > .row-fluid .span3 {
        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))));
    }
    .dnd-section > .row-fluid .span3 > * {
        --container-grid-columns: 3;
    }
    .dnd-section > .row-fluid .span4 {
        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 > .dnd-section > .row-fluid .span4 {
        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))));
    }
    .dnd-section > .row-fluid .span4 > * {
        --container-grid-columns: 4;
    }
    .dnd-section > .row-fluid .span5 {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span5 {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span5 > * {
        --container-grid-columns: 5;
    }
    .dnd-section > .row-fluid .span6 {
        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 > .dnd-section > .row-fluid .span6 {
        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))));
    }
    .dnd-section > .row-fluid .span6 > * {
        --container-grid-columns: 6;
    }
    .dnd-section > .row-fluid .span7 {
        width: calc(((7 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (7 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span7 {
        width: calc(((7 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (7 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span7 > * {
        --container-grid-columns: 7;
    }
    .dnd-section > .row-fluid .span8 {
        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 > .dnd-section > .row-fluid .span8 {
        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))));
    }
    .dnd-section > .row-fluid .span8 > * {
        --container-grid-columns: 8;
    }
    .dnd-section > .row-fluid .span9 {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span9 {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span9 > * {
        --container-grid-columns: 9;
    }
    .dnd-section > .row-fluid .span10 {
        width: calc(((10 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span10 {
        width: calc(((10 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span10 > * {
        --container-grid-columns: 10;
    }
    .dnd-section > .row-fluid .span11 {
        width: calc(((11 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (11 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span11 {
        width: calc(((11 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (11 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span11 > * {
        --container-grid-columns: 11;
    }
}
/* TYPOGRAPHY
/* Fonts are hosted in this folder in HS: https://app.hubspot.com/files/213255/?folderId=167475090236&sortDirection=descending&orderBy=updated&archived=false */
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spartan';
    src: local('Spartan'),
         url('https://144685037.fs1.hubspotusercontent-eu1.net/hubfs/144685037/Fonts/Spartan-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
    font-size: var(--f-base);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
body h1:not(.headline),
body h2:not(.headline),
body h3:not(.headline),
body h4:not(.headline),
body h5:not(.headline),
body h6:not(.headline) {
    margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
body h1:not(.headline) {
    font-size: var(--f-4xl);
    line-height: 1;
}
@media (min-width: 640px) {
    body h1:not(.headline) {
        font-size: var(--f-3xl);
        line-height: 1;
    }
}
body h2:not(.headline) {
    display: flex;
    align-items: flex-start;
    font-size: var(--f-3xl);
    line-height: 1;
}
@media (min-width: 640px) {
    body h2:not(.headline) {
        font-size: var(--f-2xl);
        line-height: 1.11;
    }
}
body h3:not(.headline) {
    font-size: var(--f-2xl);
    line-height: 1.11;
}
@media (min-width: 640px) {
    body h3:not(.headline) {
        font-size: var(--f-xl);
        line-height: 1.2;
    }
}
body h4:not(.headline) {
    font-size: var(--f-xl);
    line-height: 1.2;
}
@media (min-width: 640px) {
    body h4:not(.headline) {
        font-size: var(--f-lg);
        line-height: 1.33;
    }
}
body h5:not(.headline) {
    font-size: var(--f-lg);
    line-height: 1.33;
}
@media (min-width: 640px) {
    body h5:not(.headline) {
        font-size: var(--f-base);
        line-height: 1.4;
    }
}
body h6:not(.headline) {
    font-size: var(--f-base);
    line-height: 1.4;
}
@media (min-width: 640px) {
    body h6:not(.headline) {
        font-size: var(--f-sm);
        line-height: inherit;
    }
}
body a:not(.custom-btn):not(.custom-link) {
    text-decoration-line: underline;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
body a:not(.custom-btn):not(.custom-link):hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
body a:not(.custom-btn):not(.custom-link):focus {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
body sub,
body sup {
    top: unset;
    bottom: unset;
    font-size: var(--f-base);
    line-height: 1.6;
}
body sub {
    margin-top: auto;
}
body sup {
    margin-bottom: auto;
}
body p:not(:first-child) {
    margin-top: 15px;
}
body blockquote {
    position: relative;
    margin-top: calc(2.00rem + 4.00 * var(--fluid-bp));
    margin-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
    font-style: italic;
}
body blockquote::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.16'%3E%3Cpath d='M20.3841 31.514C20.3841 29.754 19.9241 28.276 19.0041 27.08C18.3521 26.256 17.4674 25.7147 16.3501 25.456C15.2501 25.2 14.2101 25.182 13.2701 25.4C12.9501 23.5 13.4701 21.488 14.7901 19.356C16.1127 17.2253 17.8181 15.6233 19.9061 14.55L16.7441 10C15.1441 10.792 13.6241 11.796 12.2241 13.01C10.8041 14.224 9.54408 15.62 8.42408 17.198C7.30408 18.776 6.46408 20.558 5.92408 22.578C5.38408 24.598 5.23408 26.658 5.49208 28.778C5.82808 31.578 6.73208 33.818 8.20408 35.478C9.67474 37.1593 11.5067 38 13.7001 38C15.6301 38 17.2321 37.42 18.5001 36.244C19.7547 35.092 20.3814 33.5133 20.3801 31.508L20.3841 31.514ZM38.6321 31.514C38.6321 29.754 38.1721 28.276 37.2521 27.08C36.5987 26.24 35.7141 25.6953 34.5981 25.446C33.4781 25.1993 32.4514 25.1847 31.5181 25.402C31.1981 23.522 31.6981 21.502 33.0221 19.362C34.3421 17.242 36.0461 15.642 38.1341 14.562L34.9801 10C33.3787 10.792 31.8721 11.7953 30.4601 13.01C29.0273 14.2421 27.7547 15.6491 26.6721 17.198C25.5601 18.778 24.7321 20.558 24.1921 22.578C23.6435 24.5964 23.4961 26.7028 23.7581 28.778C24.0901 31.578 24.9901 33.818 26.4581 35.478C27.9247 37.1473 29.7534 37.982 31.9441 37.982C33.8774 37.9847 35.4787 37.4 36.7481 36.228C38.0027 35.076 38.6307 33.4973 38.6321 31.492V31.514Z' fill='%23009BB4'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    height: 48px;
    width: 46px;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    left: 37px;
    top: -30px;    
}
/* FORMS */
form {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
form fieldset {
    width: 100%;
    max-width: 100% !important;
}
form fieldset.form-columns-2 {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
@media (min-width: 768px) {
    form fieldset.form-columns-2 {
        flex-direction: row;
    }
}
form fieldset.form-columns-2 .hs-form-field{
  width: 100%!important;
}
@media (min-width: 768px){
  form fieldset.form-columns-2 .hs-form-field{
    width: 50%;
  }
}
form fieldset label {
    font-size: 1rem;
}
/* FORM FIELDS */
form fieldset .input {
    margin-top: 0.75rem !important;
    margin-right: 0rem !important;
    margin-bottom: calc(0.75rem + 1.50 * var(--fluid-bp)) !important;
}
form input[multiple],
form input[type=date],
form input[type=datetime-local],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form input[type=week],
form input:where(:not([type])),
form select,
form textarea {
    width: 100% !important;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
    background-color: inherit;
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-left: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-right: calc(0.75rem + 1.50 * 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)));
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    box-shadow: none !important;
}
form input[multiple]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=datetime-local]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=month]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=time]::-moz-placeholder, form input[type=url]::-moz-placeholder, form input[type=week]::-moz-placeholder, form input:where(:not([type]))::-moz-placeholder, form select::-moz-placeholder, form textarea::-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 input[type=date]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=email]::placeholder,
form input[type=month]::placeholder,
form input[type=number]::placeholder,
form input[type=password]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=text]::placeholder,
form input[type=time]::placeholder,
form input[type=url]::placeholder,
form input[type=week]::placeholder,
form input:where(:not([type]))::placeholder,
form select::placeholder,
form textarea::placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
form select {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
form input[multiple]:not(:-moz-placeholder-shown), form input[type=date]:not(:-moz-placeholder-shown), form input[type=datetime-local]:not(:-moz-placeholder-shown), form input[type=email]:not(:-moz-placeholder-shown), form input[type=month]:not(:-moz-placeholder-shown), form input[type=number]:not(:-moz-placeholder-shown), form input[type=password]:not(:-moz-placeholder-shown), form input[type=search]:not(:-moz-placeholder-shown), form input[type=tel]:not(:-moz-placeholder-shown), form input[type=text]:not(:-moz-placeholder-shown), form input[type=time]:not(:-moz-placeholder-shown), form input[type=url]:not(:-moz-placeholder-shown), form input[type=week]:not(:-moz-placeholder-shown), form input:where(:not([type])):not(:-moz-placeholder-shown), form select:not(:-moz-placeholder-shown), form textarea:not(:-moz-placeholder-shown) {
    border-radius: 0.5rem;
}
form input[multiple]:not(:placeholder-shown),
form input[type=date]:not(:placeholder-shown),
form input[type=datetime-local]:not(:placeholder-shown),
form input[type=email]:not(:placeholder-shown),
form input[type=month]:not(:placeholder-shown),
form input[type=number]:not(:placeholder-shown),
form input[type=password]:not(:placeholder-shown),
form input[type=search]:not(:placeholder-shown),
form input[type=tel]:not(:placeholder-shown),
form input[type=text]:not(:placeholder-shown),
form input[type=time]:not(:placeholder-shown),
form input[type=url]:not(:placeholder-shown),
form input[type=week]:not(:placeholder-shown),
form input:where(:not([type])):not(:placeholder-shown),
form select:not(:placeholder-shown),
form textarea:not(:placeholder-shown) {
    border-radius: 0.5rem;
}
form select option {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
form input[multiple]:focus,
form input[type=date]:focus,
form input[type=datetime-local]:focus,
form input[type=email]:focus,
form input[type=month]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=week]:focus,
form input:where(:not([type])):focus,
form select:focus,
form textarea:focus {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
}
/* form .hs-form-booleancheckbox-display {
  @apply mt-fl-sm;
} */
form .hs-fieldtype-booleancheckbox .input {
    margin-top: 0rem !important;
    margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp)) !important;
}
.cols-container > form .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 0 !important;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 0rem !important;
    font-size: var(--f-sm);
    line-height: inherit;
}
form .legal-consent-container .field.hs-form-field {
    margin: 0rem !important;
}
form .hs-form-checkbox-display,
form .hs-form-booleancheckbox-display,
form .hs-form-radio-display {
    display: flex;
    align-items: center;
    gap: calc(0.50rem + 1.00 * var(--fluid-bp));
    padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
    padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
[type=checkbox],
[type=radio] {
    float: none !important;
    height: calc(1.00rem + 2.00 * var(--fluid-bp)) !important;
    width: calc(1.00rem + 2.00 * var(--fluid-bp)) !important;
}
[type=checkbox]:focus, [type=radio]:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    box-shadow: unset !important;
}
[type=checkbox]:checked, [type=radio]:checked {
    --tw-bg-opacity: 1 !important;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity))) !important;
}
form label.hs-error-msg,
form .hs_error_rollup .hs-error-msgs label {
    --tw-text-opacity: 1;
    color: rgb(255 76 76 / var(--tw-text-opacity));
}
form .hs-error-msgs {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
form .hs-error-msgs li {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
/* LEGAL CONSENT */
form .legal-consent-container .hs-richtext {
    margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
    font-size: var(--f-sm);
    line-height: inherit;
}
/* BLOG FORM BUTTON */
form .hs-submit {
    display: flex;
    width: 100%;
    justify-content: center;
}
form .hs-submit .actions {
    position: relative;
    margin-top: 0.875rem;
    display: inline-block;
    overflow: hidden;
    border-radius: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
form .hs-submit .actions input {
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.5rem;
    border-style: none;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #17428B var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(23 66 139 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #009EE3 var(--tw-gradient-to-position);
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
    padding-right: calc(1.50rem + 3.00 * var(--fluid-bp));
    text-align: center;
    --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:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #121f3e var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 31 62 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #1a4162 var(--tw-gradient-to-position);
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
form .hs-submit .actions input:focus {
    border-style: none;
}
form .hs-submit .actions:before {
    --tw-content: none;
    content: var(--tw-content);
}
/* CAPTCHA MOBILE STYLING */
@media (max-width: 767px) {
  form .grecaptcha-badge {
        margin-bottom: 20px;
    }
}
#subscription-preferences .page-header {
    margin-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
#subscription-preferences .page-header h1,
#subscription-preferences .page-header br {
    display: none;
}
#subscription-preferences .page-header h2 {
    margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    font-size: var(--f-2xl);
    line-height: 1.11;
}
#subscription-preferences .page-header h2:before {
    content: none;
}
#subscription-preferences .email-prefs p.header {
    margin-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
    font-size: var(--f-lg);
    line-height: 1.33;
}
#subscription-preferences .email-prefs .item {
    padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
@media (min-width: 768px) {
    #subscription-preferences .email-prefs .item {
        padding-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
    }
}
#subscription-preferences .email-prefs .item-inner {
    position: relative;
    padding-left: calc(2.50rem + 5.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item-inner .fakelabel {
    padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
    font-size: var(--f-base);
    line-height: 1.4;
}
#subscription-preferences .email-prefs .item-inner > p {
    font-size: var(--f-base);
    line-height: 1.4;
}
#subscription-preferences .email-prefs .item-inner .checkbox-row input,
#subscription-preferences .email-prefs .subscribe-options label input {
    background: none;
    border-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px !important;
    height: 24px !important;    
}
#subscription-preferences .email-prefs .subscribe-options label {
    display: flex;
    gap: calc(0.75rem + 1.50 * var(--fluid-bp));
    align-items: center;
    position: relative;
    padding-left: 43px;
}
#subscription-preferences .email-prefs .subscribe-options label span {
    font-size: var(--f-base);
    line-height: 1.4;
}
/* SUBMIT BUTTON */
#subscription-preferences .email-prefs input.hs-button {
    display: none;
}
#email-unsubscribe .email-unsubscribe-wrapper .page-header h1 {
    font-size: var(--f-2xl);
    line-height: 1.11;
    font-weight: 500;
}
#email-unsubscribe .email-unsubscribe-wrapper h3 {
    font-size: var(--f-lg);
    line-height: 1.33;
    font-weight: 400;
}
.hd-logo-scroller .container {
    position: relative;
    width: unset !important;
}
.hd-logo-scroller .container:before,
.hd-logo-scroller .container:after {
    pointer-events: none;
    position: absolute;
    top: 0rem;
    z-index: 10;
    width: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: 100%;
    --tw-content: '';
    content: var(--tw-content);
}
.hd-logo-scroller .container:before {
    left: 0rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
.hd-logo-scroller .container:after {
    right: 0rem;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
/* Library Styling */
.blaze-slider{--slides-to-show:1;--slide-gap:20px;direction:ltr}
.blaze-container{position:relative}
.blaze-track-container{overflow:hidden}
.blaze-track{will-change:transform;touch-action:pan-y;display:flex;gap:var(--slide-gap);--slide-width:calc(
    (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
      var(--slides-to-show)
  );box-sizing:border-box}
.blaze-track>*{box-sizing:border-box;width:var(--slide-width);flex-shrink:0}
.blaze-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.blaze-pagination button {
    width: calc(0.75rem + 1.50 * var(--fluid-bp));
    height: calc(0.75rem + 1.50 * var(--fluid-bp));
    cursor: pointer;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
    font-size: 0rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    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);
}
.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: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.blaze-slider.start .blaze-prev,
.blaze-slider.end .blaze-next {
    cursor: not-allowed;
    opacity: 0.5;
}
#arrow,
#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: inherit;
}
#arrow {
    visibility: hidden;
}
#arrow::before {
    visibility: visible;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-content: '';
    content: var(--tw-content);
}
.hs-tooltip-content[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
}
.hs-tooltip-content[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}
.hs-tooltip-content[data-popper-placement^='left'] > #arrow {
    right: -4px;
}
.hs-tooltip-content[data-popper-placement^='right'] > #arrow {
    left: -4px;
}
/* Tailwind */
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; 
  border-color: inherit; 
  border-collapse: collapse; 
}

/*
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: 24px;
        --outer-gutter: 32px;
        --grid-columns: 8;
    }
}
@media (min-width: 1024px) {
    :root {
        --breakpoint: "lg";
        --container-width: unset;
        --inner-gutter: 28px;
        --outer-gutter: 48px;
        --grid-columns: 12;
    }
}
@media (min-width: 1280px) {
    :root {
        --breakpoint: "xl";
        --container-width: unset;
        --inner-gutter: 32px;
        --outer-gutter: 54px;
        --grid-columns: 12;
    }
}
@media (min-width: 1616px) {
    :root {
        --breakpoint: "xxl";
        --container-width: 1580px;
        --inner-gutter: 48px;
        --outer-gutter: 0px;
        --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)))));
    margin-right: auto;
    margin-left: auto;
}
.container > * {
    --container-outer-gutter: 0;
    --breakout-container-outer-gutter: 0;
}
.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);
}
.gap-gutter {
    grid-gap: var(--inner-gutter);
    gap: var(--inner-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.625rem;
    --spacing-fg-4xl: 1.875rem;
    --spacing-fg-5xl: 2.375rem;
    --spacing-fg-6xl: 2.125rem;
    --spacing-fg-7xl: 2.375rem;
    --spacing-fg-8xl: 2.875rem;
}
@media (min-width: 768px) {
    :root {
        --spacing-fg-md: 1.0625rem;
        --spacing-fg-lg: 1.3125rem;
        --spacing-fg-xl: 1.4375rem;
        --spacing-fg-2xl: 1.5625rem;
        --spacing-fg-3xl: 1.75rem;
        --spacing-fg-4xl: 2rem;
        --spacing-fg-5xl: 2.5rem;
        --spacing-fg-6xl: 2.375rem;
        --spacing-fg-7xl: 2.625rem;
        --spacing-fg-8xl: 3.0625rem;
    }
}
@media (min-width: 1280px) {
    :root {
        --spacing-fg-md: 1.125rem;
        --spacing-fg-lg: 1.375rem;
        --spacing-fg-xl: 1.5rem;
        --spacing-fg-2xl: 1.625rem;
        --spacing-fg-3xl: 1.875rem;
        --spacing-fg-4xl: 2.125rem;
        --spacing-fg-5xl: 2.625rem;
        --spacing-fg-6xl: 2.625rem;
        --spacing-fg-7xl: 2.875rem;
        --spacing-fg-8xl: 3.25rem;
    }
}
@media (min-width: 1616px) {
    :root {
        --spacing-fg-md: 1.1875rem;
        --spacing-fg-lg: 1.4375rem;
        --spacing-fg-xl: 1.5625rem;
        --spacing-fg-2xl: 1.6875rem;
        --spacing-fg-3xl: 1.9375rem;
        --spacing-fg-4xl: 2.1875rem;
        --spacing-fg-5xl: 2.6875rem;
        --spacing-fg-6xl: 2.8125rem;
        --spacing-fg-7xl: 3.0625rem;
        --spacing-fg-8xl: 3.375rem;
    }
}
:root {
    --fluid-min-width: 390;
    --fluid-max-width: 1616;
    --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: 1616px) {
    :root {
        --fluid-screen: calc(var(--fluid-max-width) * 1px);
    }
}
:root {
    --f-xs-min: 10.24;
    --f-xs-max: 10.18;
    --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.53;
    --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.94;
    --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: 31.84;
    --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: 42.35;
    --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: 56.32;
    --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: 74.91;
    --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: 99.63;
    --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: 1280px;
    --tw-screen-xxl: 1616px;
    --primary-blue-dark: #17428B;
    --primary-blue-light: #009EE3;
    --primary-orange-dark: #EF7D00;
    --primary-orange-light: #FFCC00;
    --primary-green-dark: #487827;
    --primary-green-light: #AFCA0A;
    --primary-purple-dark: #4F2163;
    --primary-purple-light: #A61680;
    --primary-petrol-dark: #004A78;
    --primary-petrol-light: #009BB4;
    --secondary-green: #C7D400;
  }
/* Transition for All elements */
.transition-animate {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Clear all previous styles for an element */
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);
    grid-gap: var(--inner-gutter);
}
.grid-col-span-4 {
    --container-grid-columns: 4;
    grid-column: span 4 / span 4;
}
.w-1-cols {
    width: calc(((1 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (1 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
}
.cols-container > .w-1-cols {
    width: calc(((1 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (1 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
}
.w-1-cols > * {
    --container-grid-columns: 1;
}
.w-11-cols {
    width: calc(((11 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (11 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
}
.cols-container > .w-11-cols {
    width: calc(((11 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (11 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
}
.w-11-cols > * {
    --container-grid-columns: 11;
}
[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.625rem;
    }
    .sm\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .sm\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .sm\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .sm\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .sm\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .sm\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .sm\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .sm\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .sm\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .sm\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .sm\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .sm\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .sm\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .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-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-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-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[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-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.625rem;
    }
    .md\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .md\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .md\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .md\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .md\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .md\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .md\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .md\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .md\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .md\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .md\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .md\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .md\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .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-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-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-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[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-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.625rem;
    }
    .lg\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .lg\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .lg\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .lg\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .lg\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .lg\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .lg\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .lg\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .lg\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .lg\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .lg\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .lg\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .lg\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .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-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-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-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[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-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: 1280px) {
    [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.625rem;
    }
    .xl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .xl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .xl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .xl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .xl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .xl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .xl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .xl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .xl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .xl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .xl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .xl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .xl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .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-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-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-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[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-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;
    }
}
@media (min-width: 1616px) {
    [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.625rem;
    }
    .xxl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .xxl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .xxl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .xxl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .xxl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .xxl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .xxl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .xxl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .xxl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .xxl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .xxl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .xxl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .xxl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .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-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-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-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[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-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--arrow-right\] {
    display: inline-block;
    width: 1.07em;
    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 17 16' width='17' height='16'%3E%3Cpath fill='black' fill-rule='evenodd' d='M4.25 8a.5.5 0 01.5-.5h5.793L8.396 5.354a.5.5 0 11.708-.707l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.708-.707L10.543 8.5H4.75a.5.5 0 01-.5-.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--bi-slash\] {
    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 48 48' width='48' height='48'%3E%3Cpath fill='black' fill-rule='evenodd' d='m18.283 38.78 9.23-30 1.435.44-9.231 30-1.434-.44Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--brand-lightbulb\] {
    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 21 26' width='21' height='26'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.151 15.03a9.302 9.302 0 01-1.363-4.866C.788 4.948 5.06.72 10.328.72c5.27 0 9.541 4.228 9.541 9.444a9.302 9.302 0 01-1.363 4.867m-4.6 5.963-.155.771c-.167.843-.251 1.264-.441 1.598a2.385 2.385 0 01-1.327 1.088c-.364.12-.796.12-1.654.12-.859 0-1.29 0-1.654-.119a2.385 2.385 0 01-1.328-1.089c-.19-.334-.274-.755-.441-1.598l-.155-.771m-1.928-2.268c-.11-.33-.165-.495-.16-.629a.715.715 0 01.456-.632c.125-.049.299-.049.644-.049h9.13c.348 0 .52 0 .645.048a.715.715 0 01.455.633c.006.134-.049.298-.158.628-.203.61-.305.915-.46 1.162a2.385 2.385 0 01-1.432 1.036c-.284.07-.603.07-1.244.07H7.958c-.64 0-.961 0-1.244-.07a2.385 2.385 0 01-1.431-1.036c-.156-.247-.258-.552-.46-1.162Z'/%3E%3Cpath d='M10.987 6.087 9.173 8.108a.477.477 0 00.27.787l1.774.324a.477.477 0 01.233.825L9.198 12.05'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-\[i--brand-magicwand\] {
    display: inline-block;
    width: 0.97em;
    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 29 30' width='29' height='30'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='m17.906 18.874 1.789 1.789m.524 3.053a1.79 1.79 0 01.55-2.968 1.789 1.789 0 011.979.44l2.385 2.385a1.79 1.79 0 11-2.528 2.528l-2.386-2.385ZM6.45 5.25l3.326 1.121c.46.16 1.157.055 1.551-.226l2.333-1.664c1.493-1.062 2.729-.43 2.73 1.415l.012 3.12c.002.528.37 1.184.818 1.469l2.384 1.494c1.884 1.184 1.67 2.586-.478 3.13l-2.991.755c-.54.137-1.097.694-1.24 1.24l-.755 2.993c-.538 2.141-1.953 2.356-3.13.477L9.515 18.19c-.285-.448-.94-.815-1.47-.817l-3.118-.013c-1.836-.008-2.477-1.237-1.414-2.73l1.663-2.333c.275-.389.38-1.086.22-1.546L4.275 7.425c-.604-1.808.373-2.784 2.174-2.174Z'/%3E%3C/svg%3E");
}
.icon-\[i--brand-sendemail\] {
    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='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.714' d='M10.286 13.714.857 9.428 23.143.857l-8.571 22.286-4.286-9.429Zm0 0 5.143-5.143'/%3E%3C/svg%3E");
}
.icon-\[i--brand-sourcecode\] {
    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 29 29' width='29' height='29'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' d='m20.291 9.745 2.195 2.206c.921.928 1.383 1.392 1.383 1.968 0 .576-.462 1.04-1.383 1.967l-2.195 2.207M8.366 9.745 6.17 11.95c-.921.928-1.383 1.392-1.383 1.968 0 .576.462 1.04 1.383 1.967l2.195 2.207M17.31 4.975l-5.963 19.08'/%3E%3C/svg%3E");
}
.icon-\[i--cross\] {
    display: inline-block;
    width: 0.96em;
    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 21 22' width='21' height='22'%3E%3Cg fill='none'%3E%3Cg stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23svgID0)'%3E%3Cpath d='m1 1.592 19.092 19.092M1 20.592 20.092 1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Cpath fill='%23fff' d='M0 .5h21v21H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}
.icon-\[i--globe\] {
    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' fill-rule='evenodd' clip-path='url(%23svgID0)' clip-rule='evenodd'%3E%3Cpath d='M1 12a11 11 0 1022 0 11 11 0 00-22 0Zm3.58 2.45s-.8-.21-1.34-.37A9 9 0 013 12l.58-1.28 1.2-.37-1.2-1.49A9.14 9.14 0 0112.13 3a9.2 9.2 0 015.19 1.6l-2.36 1.3-3.79-1.15-1.46 2.57 1.38-1.24.71 1.1-1.68 1.17-1.56.3.06.94s-.45.46-.45.66c0 .19.56.56.56.56l1.24-.96 1.2.86.31-1.6 1.05 3.3-.8.4-.92-.44-.28-.41-.93.3-.58.12-.37.64-.61.74-.02.94.93.85.65-.07.67-.15.43.85.5.98-.25.75.69 1.8.88-.1.79-1.1.93-3.35-.8-1.59.7-.8.9.93.62-.32 1.35-.97.63.46.6 1.1.94-1.13.78.16.68 1.31s.27 0 .36-.13A9.12 9.12 0 0112.14 21a9.17 9.17 0 01-6.87-3.07l1.11-2.08-1.56-.59-.24-.8v-.01Z'/%3E%3Cpath d='M12 21a9 9 0 100-18 9 9 0 000 18Zm11-9a11 11 0 11-22 0 11 11 0 0122 0Z'/%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--hamburger\] {
    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 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='1.5' d='M40 34H8m32-10H8m32-10H8'/%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 50 50' width='50' height='50'%3E%3Cg fill='black'%3E%3Cpath fill-opacity='.6' d='M45.833 0H4.167A4.167 4.167 0 000 4.167v41.666A4.167 4.167 0 004.167 50h41.666A4.167 4.167 0 0050 45.833V4.167A4.167 4.167 0 0045.833 0Z'/%3E%3Cpath d='M17.361 25V14.175l9.375 5.413L36.111 25l-9.375 5.413-9.375 5.412V25Z'/%3E%3C/g%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M42 24a1.5 1.5 0 01-1.5 1.5H11.12l10.942 10.94a1.5 1.5 0 01-2.122 2.122l-13.5-13.5a1.501 1.501 0 010-2.122l13.5-13.5a1.5 1.5 0 112.122 2.122l-10.94 10.94H40.5A1.5 1.5 0 0142 24Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m41.561 25.061-13.5 13.5a1.501 1.501 0 01-2.122-2.122L36.879 25.5H7.5a1.5 1.5 0 110-3h29.38L25.938 11.561A1.501 1.501 0 0128.06 9.44l13.5 13.5a1.498 1.498 0 010 2.122Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M38.561 22.061a1.5 1.5 0 01-2.122 0L25.5 11.121V40.5a1.5 1.5 0 11-3 0V11.12L11.561 22.062A1.5 1.5 0 119.44 19.94l13.5-13.5a1.5 1.5 0 012.122 0l13.5 13.5a1.502 1.502 0 010 2.122Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m40.061 19.061-15 15a1.5 1.5 0 01-2.122 0l-15-15a1.501 1.501 0 012.122-2.122L24 30.879l13.939-13.94a1.5 1.5 0 112.122 2.122Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M31.061 37.939A1.5 1.5 0 0130 40.5a1.5 1.5 0 01-1.061-.44l-15-15a1.5 1.5 0 010-2.122l15-15a1.501 1.501 0 012.122 2.122L17.121 24l13.94 13.938Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m34.061 25.061-15 15a1.502 1.502 0 01-2.122-2.122L30.879 24 16.94 10.061a1.501 1.501 0 012.12-2.121l15 15a1.5 1.5 0 010 2.122Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M40.061 31.061a1.5 1.5 0 01-2.122 0L24 17.121 10.061 31.06a1.5 1.5 0 11-2.121-2.12l15-15a1.5 1.5 0 012.122 0l15 15a1.499 1.499 0 010 2.122Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m43.061 14.561-24 24a1.5 1.5 0 01-2.122 0l-10.5-10.5A1.501 1.501 0 018.56 25.94L18 35.379l22.939-22.94a1.5 1.5 0 012.122 2.122Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M24 4.5A19.5 19.5 0 1043.5 24 19.521 19.521 0 0024 4.5Zm-.75 9a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5Zm2.25 21a3 3 0 01-3-3V24a1.5 1.5 0 110-3 3 3 0 013 3v7.5a1.5 1.5 0 110 3Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m43.061 40.939-9.388-9.387a16.52 16.52 0 10-2.12 2.121l9.386 9.388a1.499 1.499 0 002.448-.487 1.502 1.502 0 00-.326-1.635ZM7.5 20.999A13.5 13.5 0 1121 34.5 13.515 13.515 0 017.5 21Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M42 24a1.5 1.5 0 01-1.5 1.5h-15v15a1.5 1.5 0 11-3 0v-15h-15a1.5 1.5 0 110-3h15v-15a1.5 1.5 0 113 0v15h15A1.5 1.5 0 0142 24Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M38.561 36.439a1.5 1.5 0 01-2.122 2.122L24 26.121 11.561 38.56a1.501 1.501 0 01-2.121-2.12L21.879 24 9.44 11.561a1.501 1.501 0 012.12-2.121L24 21.879 36.439 9.44a1.5 1.5 0 112.122 2.122l-12.44 12.44 12.44 12.438Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-facebook\] {
    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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m35.169 27 1.334-8.686h-8.336v-5.637c0-2.376 1.164-4.694 4.898-4.694h3.788V.588S33.417.001 30.128.001c-6.864 0-11.351 4.161-11.351 11.693v6.621h-7.63v8.686h7.63v21h9.39v-21L35.169 27Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M24 0c-6.523 0-7.337.032-9.89.14-2.563.126-4.297.523-5.827 1.117a11.77 11.77 0 00-4.25 2.774A11.636 11.636 0 001.26 8.28C.666 9.81.269 11.544.143 14.108c-.116 2.554-.14 3.366-.14 9.889s.032 7.337.14 9.89c.126 2.556.523 4.297 1.117 5.827a11.77 11.77 0 002.774 4.25 11.635 11.635 0 004.249 2.773c1.53.587 3.272.991 5.828 1.117 2.554.116 3.366.14 9.889.14s7.337-.032 9.89-.14c2.556-.126 4.297-.532 5.827-1.117a11.77 11.77 0 004.25-2.773 11.574 11.574 0 002.773-4.25c.587-1.53.991-3.271 1.117-5.828.116-2.554.14-3.366.14-9.889s-.032-7.337-.14-9.89c-.126-2.555-.532-4.306-1.117-5.827a11.77 11.77 0 00-2.773-4.25 11.574 11.574 0 00-4.25-2.773C38.187.663 36.446.266 33.889.14 31.336.023 30.524 0 24 0Zm0 4.32c6.407 0 7.172.031 9.703.14 2.336.109 3.608.499 4.453.829a7.484 7.484 0 012.766 1.796 7.396 7.396 0 011.788 2.758c.33.845.72 2.117.829 4.452.108 2.532.14 3.298.14 9.704 0 6.405-.032 7.171-.149 9.703-.126 2.336-.516 3.608-.845 4.452-.454 1.127-.961 1.914-1.798 2.766a7.572 7.572 0 01-2.766 1.788c-.834.33-2.124.72-4.468.83-2.546.108-3.296.139-9.719.139s-7.172-.032-9.72-.148c-2.335-.127-3.624-.517-4.469-.845-1.14-.454-1.921-.962-2.758-1.798-.844-.845-1.381-1.649-1.796-2.767-.335-.834-.72-2.123-.844-4.468-.086-2.516-.126-3.296-.126-9.689 0-6.39.04-7.171.126-9.718.124-2.344.508-3.631.844-4.469.415-1.141.953-1.921 1.796-2.766.835-.835 1.618-1.375 2.758-1.798.845-.328 2.102-.719 4.447-.836 2.545-.091 3.295-.124 9.709-.124L24 4.32Zm0 7.36A12.315 12.315 0 0011.68 24 12.315 12.315 0 0024 36.32 12.315 12.315 0 0036.32 24 12.315 12.315 0 0024 11.68ZM24 32c-4.422 0-8-3.578-8-8 0-4.422 3.578-8 8-8 4.422 0 8 3.578 8 8 0 4.422-3.578 8-8 8Zm15.696-20.812a2.884 2.884 0 01-4.92 2.039 2.88 2.88 0 012.035-4.914 2.887 2.887 0 012.885 2.875Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-linkedin\] {
    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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M12.402 42H3.695V13.959h8.707V42ZM8.043 10.134C5.259 10.134 3 7.827 3 5.043a5.043 5.043 0 1110.086 0c0 2.784-2.259 5.091-5.043 5.091ZM44.991 42h-8.688V28.35c0-3.254-.066-7.425-4.527-7.425-4.527 0-5.221 3.534-5.221 7.191V42h-8.699V13.959h8.35v3.825h.122c1.163-2.203 4.002-4.528 8.238-4.528 8.813 0 10.432 5.803 10.432 13.34V42h-.007Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-twitter\] {
    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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M47.906 9.14a20.04 20.04 0 01-5.648 1.547 9.904 9.904 0 004.328-5.446 20.525 20.525 0 01-6.258 2.369 9.84 9.84 0 00-16.768 8.959c-8.179-.383-15.43-4.312-20.28-10.25a9.687 9.687 0 00-1.336 4.955 9.833 9.833 0 004.374 8.185 9.777 9.777 0 01-4.452-1.225v.118a9.85 9.85 0 007.89 9.656 10.22 10.22 0 01-2.586.344c-.632 0-1.235-.062-1.836-.173a9.885 9.885 0 009.21 6.836 19.753 19.753 0 01-12.203 4.201 19.52 19.52 0 01-2.344-.132 27.984 27.984 0 0015.119 4.422c18.1 0 27.991-14.992 27.991-27.976 0-.414 0-.836-.032-1.259a19.698 19.698 0 004.922-5.094l-.091-.037Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M34.992 28.766c-.601-.305-3.531-1.734-4.078-1.938-.548-.195-.946-.297-1.344.304-.39.586-1.54 1.929-1.89 2.32-.352.392-.697.422-1.289.156-.601-.304-2.523-.93-4.804-2.976-1.782-1.585-2.969-3.538-3.322-4.14-.35-.594-.038-.93.258-1.227.274-.273.602-.687.907-1.047.289-.36.382-.601.593-.991.195-.422.095-.75-.053-1.047-.149-.297-1.344-3.242-1.844-4.414-.477-1.165-.977-1.016-1.344-1.016-.343-.031-.742-.031-1.14-.031-.397 0-1.047.148-1.594.718-.548.602-2.094 2.039-2.094 4.946 0 2.914 2.14 5.734 2.437 6.156.304.39 4.21 6.39 10.203 8.968 1.43.602 2.54.962 3.406 1.259 1.43.453 2.735.39 3.765.241 1.14-.187 3.532-1.446 4.032-2.851.509-1.415.509-2.586.36-2.852-.148-.273-.538-.421-1.14-.687l-.025.148ZM24.125 43.5h-.032c-3.547 0-7.055-.962-10.117-2.758l-.719-.43-7.5 1.954 2.016-7.298-.484-.75a19.75 19.75 0 01-3.032-10.515c0-10.89 8.915-19.773 19.883-19.773a19.73 19.73 0 0114.047 5.82 19.587 19.587 0 015.82 13.985C43.992 34.617 35.085 43.5 24.132 43.5h-.008ZM41.039 6.899C36.475 2.491 30.475 0 24.092 0 10.929 0 .21 10.673.203 23.789a23.68 23.68 0 003.187 11.89L0 48l12.672-3.304a24.195 24.195 0 0011.423 2.898h.007c13.171 0 23.89-10.673 23.898-23.798a23.57 23.57 0 00-6.992-16.821l.03-.076Z'/%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 !important;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    inset: 0rem;
}
.inset-\[0\] {
    inset: 0;
}
.bottom-0 {
    bottom: 0rem;
}
.bottom-\[-50px\] {
    bottom: -50px;
}
.left-0 {
    left: 0rem;
}
.left-1\/2 {
    left: 50%;
}
.left-10xl {
    left: 3.25rem;
}
.left-\[-85px\] {
    left: -85px;
}
.left-\[3px\] {
    left: 3px;
}
.left-\[6px\] {
    left: 6px;
}
.right-0 {
    right: 0rem;
}
.right-\[5px\] {
    right: 5px;
}
.start-0 {
    inset-inline-start: 0rem;
}
.top-0 {
    top: 0rem;
}
.top-1\/2 {
    top: 50%;
}
.top-10xl {
    top: 3.25rem;
}
.top-3\/4 {
    top: 75%;
}
.top-\[2px\] {
    top: 2px;
}
.top-\[5px\] {
    top: 5px;
}
.top-\[calc\(100\%\+20px\)\] {
    top: calc(100% + 20px);
}
.top-full {
    top: 100%;
}
.-z-\[1\] {
    z-index: -1;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-\[1000\] {
    z-index: 1000;
}
.z-\[11\] {
    z-index: 11;
}
.z-\[1\] {
    z-index: 1;
}
.z-\[60\] {
    z-index: 60;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-first {
    order: -9999;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.col-span-full {
    grid-column: 1 / -1;
}
.m-auto {
    margin: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mx-fl-2xs {
    margin-left: calc(0.50rem + 1.00 * var(--fluid-bp));
    margin-right: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.my-fl-2xl {
    margin-top: calc(3.00rem + 6.00 * var(--fluid-bp));
    margin-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.my-fl-md {
    margin-top: calc(1.50rem + 3.00 * var(--fluid-bp));
    margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.\!mb-0 {
    margin-bottom: 0rem !important;
}
.\!mb-\[18px\] {
    margin-bottom: 18px !important;
}
.\!mt-0 {
    margin-top: 0rem !important;
}
.-mt-fl-2xl {
    margin-top: calc(calc(3.00rem + 6.00 * var(--fluid-bp)) * -1);
}
.mb-2xs {
    margin-bottom: 0.625rem;
}
.mb-3xl {
    margin-bottom: 1.5rem;
}
.mb-\[--inner-gutter\] {
    margin-bottom: var(--inner-gutter);
}
.mb-\[18px\] {
    margin-bottom: 18px;
}
.mb-fl-3xl {
    margin-bottom: calc(4.00rem + 8.00 * 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-lg {
    margin-bottom: 1.125rem;
}
.mb-sm {
    margin-bottom: 0.875rem;
}
.ml-\[28px\] {
    margin-left: 28px;
}
.ml-auto {
    margin-left: auto;
}
.mt-0 {
    margin-top: 0rem;
}
.mt-3xl {
    margin-top: 1.5rem;
}
.mt-\[--inner-gutter\] {
    margin-top: var(--inner-gutter);
}
.mt-\[13px\] {
    margin-top: 13px;
}
.mt-\[24px\] {
    margin-top: 24px;
}
.mt-\[5px\] {
    margin-top: 5px;
}
.mt-auto {
    margin-top: auto;
}
.mt-fl-2xl {
    margin-top: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.mt-fl-2xs {
    margin-top: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.mt-fl-3xl {
    margin-top: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.mt-fl-3xs {
    margin-top: calc(0.25rem + 0.50 * 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));
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.\!flex {
    display: flex !important;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.\!hidden {
    display: none !important;
}
.hidden {
    display: none;
}
.aspect-1\/2 {
    aspect-ratio: 1 / 2;
}
.aspect-16\/9 {
    aspect-ratio: 16 / 9;
}
.aspect-2\/1 {
    aspect-ratio: 2 / 1;
}
.aspect-3\/4 {
    aspect-ratio: 3 / 4;
}
.aspect-4\/3 {
    aspect-ratio: 4 / 3;
}
.aspect-4\/5 {
    aspect-ratio: 4 / 5;
}
.aspect-5\/4 {
    aspect-ratio: 5 / 4;
}
.aspect-9\/16 {
    aspect-ratio: 9 / 16;
}
.aspect-\[16\/9\] {
    aspect-ratio: 16/9;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.\!size-\[23rem\] {
    width: 23rem !important;
    height: 23rem !important;
}
.\!size-\[24px\] {
    width: 24px !important;
    height: 24px !important;
}
.size-2xl {
    width: 1.375rem;
    height: 1.375rem;
}
.size-3xl {
    width: 1.5rem;
    height: 1.5rem;
}
.size-4xl {
    width: 1.625rem;
    height: 1.625rem;
}
.size-\[10px\] {
    width: 10px;
    height: 10px;
}
.size-\[120px\] {
    width: 120px;
    height: 120px;
}
.size-\[150px\] {
    width: 150px;
    height: 150px;
}
.size-\[159px\] {
    width: 159px;
    height: 159px;
}
.size-\[20px\] {
    width: 20px;
    height: 20px;
}
.size-\[24px\] {
    width: 24px;
    height: 24px;
}
.size-\[44px\] {
    width: 44px;
    height: 44px;
}
.size-\[54px\] {
    width: 54px;
    height: 54px;
}
.size-\[80px\] {
    width: 80px;
    height: 80px;
}
.size-base {
    width: 1rem;
    height: 1rem;
}
.size-fl-md {
    width: calc(1.50rem + 3.00 * var(--fluid-bp));
    height: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.size-fl-sm {
    width: calc(1.00rem + 2.00 * var(--fluid-bp));
    height: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.size-full {
    width: 100%;
    height: 100%;
}
.size-xl {
    width: 1.25rem;
    height: 1.25rem;
}
.h-3xl {
    height: 1.5rem;
}
.h-6xl {
    height: 2.125rem;
}
.h-7xl {
    height: 2.375rem;
}
.h-\[100px\] {
    height: 100px;
}
.h-\[108px\] {
    height: 108px;
}
.h-\[10rem\] {
    height: 10rem;
}
.h-\[132px\] {
    height: 132px;
}
.h-\[20px\] {
    height: 20px;
}
.h-\[21px\] {
    height: 21px;
}
.h-\[221px\] {
    height: 221px;
}
.h-\[231px\] {
    height: 231px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[300px\] {
    height: 300px;
}
.h-\[34px\] {
    height: 34px;
}
.h-\[44px\] {
    height: 44px;
}
.h-\[458px\] {
    height: 458px;
}
.h-\[48px\] {
    height: 48px;
}
.h-\[49px\] {
    height: 49px;
}
.h-\[51px\] {
    height: 51px;
}
.h-\[530px\] {
    height: 530px;
}
.h-\[55px\] {
    height: 55px;
}
.h-\[68px\] {
    height: 68px;
}
.h-\[70\%\] {
    height: 70%;
}
.h-\[74px\] {
    height: 74px;
}
.h-\[80px\] {
    height: 80px;
}
.h-\[94px\] {
    height: 94px;
}
.h-\[95px\] {
    height: 95px;
}
.h-\[calc\(100\%-130px\)\] {
    height: calc(100% - 130px);
}
.h-\[calc\(100dvh-95px\)\] {
    height: calc(100dvh - 95px);
}
.h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px);
}
.h-auto {
    height: auto;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.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-\[60dvh\] {
    max-height: 60dvh;
}
.max-h-\[80dvh\] {
    max-height: 80dvh;
}
.max-h-full {
    max-height: 100%;
}
.\!min-h-\[100\%\] {
    min-height: 100% !important;
}
.min-h-3xl {
    min-height: 1.5rem;
}
.min-h-\[120px\] {
    min-height: 120px;
}
.min-h-\[400px\] {
    min-height: 400px;
}
.min-h-\[450px\] {
    min-height: 450px;
}
.min-h-\[488px\] {
    min-height: 488px;
}
.min-h-\[500px\] {
    min-height: 500px;
}
.min-h-\[600px\] {
    min-height: 600px;
}
.min-h-dvh {
    min-height: 100dvh;
}
.\!w-auto {
    width: auto !important;
}
.w-3xl {
    width: 1.5rem;
}
.w-6xl {
    width: 2.125rem;
}
.w-7xl {
    width: 2.375rem;
}
.w-\[112px\] {
    width: 112px;
}
.w-\[150px\] {
    width: 150px;
}
.w-\[170px\] {
    width: 170px;
}
.w-\[1px\] {
    width: 1px;
}
.w-\[21px\] {
    width: 21px;
}
.w-\[227px\] {
    width: 227px;
}
.w-\[24px\] {
    width: 24px;
}
.w-\[275px\] {
    width: 275px;
}
.w-\[32px\] {
    width: 32px;
}
.w-\[44px\] {
    width: 44px;
}
.w-\[45\%\] {
    width: 45%;
}
.w-\[48\%\] {
    width: 48%;
}
.w-\[50px\] {
    width: 50px;
}
.w-\[74px\] {
    width: 74px;
}
.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-\[140px\] {
    min-width: 140px;
}
.min-w-\[15rem\] {
    min-width: 15rem;
}
.min-w-\[250px\] {
    min-width: 250px;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-\[1308px\] {
    max-width: 1308px;
}
.max-w-\[300px\] {
    max-width: 300px;
}
.max-w-\[494px\] {
    max-width: 494px;
}
.max-w-full {
    max-width: 100%;
}
.max-w-sm {
    max-width: 24rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.grow {
    flex-grow: 1;
}
.origin-left {
    transform-origin: left;
}
.origin-top {
    transform-origin: top;
}
.\!translate-y-0 {
    --tw-translate-y: 0rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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-\[110\%\] {
    --tw-translate-x: 110%;
    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-none {
    cursor: none;
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.list-none {
    list-style-type: none;
}
.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-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;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-items-center {
    justify-items: center;
}
.gap-2xl {
    gap: 1.375rem;
}
.gap-2xs {
    gap: 0.625rem;
}
.gap-3xl {
    gap: 1.5rem;
}
.gap-\[--inner-gutter\] {
    gap: var(--inner-gutter);
}
.gap-\[10px\] {
    gap: 10px;
}
.gap-\[48px\] {
    gap: 48px;
}
.gap-\[4px\] {
    gap: 4px;
}
.gap-\[9px\] {
    gap: 9px;
}
.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-xl {
    gap: 1.25rem;
}
.gap-xs {
    gap: 0.75rem;
}
.gap-x-\[--inner-gutter\] {
    -moz-column-gap: var(--inner-gutter);
         column-gap: var(--inner-gutter);
}
.gap-x-fl-3xs {
    -moz-column-gap: calc(0.25rem + 0.50 * var(--fluid-bp));
         column-gap: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.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-x-xs {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.gap-y-fl-lg {
    row-gap: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.gap-y-fl-md {
    row-gap: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.gap-y-fl-sm {
    row-gap: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#E6E7E9\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(230 231 233 / var(--tw-divide-opacity));
}
.divide-stroke-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-divide-opacity)));
}
.divide-stroke-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-divide-opacity)));
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-\[14px\] {
    border-radius: 14px;
}
.rounded-\[16px\] {
    border-radius: 16px;
}
.rounded-\[18px\] {
    border-radius: 18px;
}
.rounded-\[24px\] {
    border-radius: 24px;
}
.rounded-\[25px\] {
    border-radius: 25px;
}
.rounded-\[27px\] {
    border-radius: 27px;
}
.rounded-\[32px\] {
    border-radius: 32px;
}
.rounded-\[33px\] {
    border-radius: 33px;
}
.rounded-\[36px\] {
    border-radius: 36px;
}
.rounded-\[42px\] {
    border-radius: 42px;
}
.rounded-\[45px\] {
    border-radius: 45px;
}
.rounded-\[49px\] {
    border-radius: 49px;
}
.rounded-\[50px\] {
    border-radius: 50px;
}
.rounded-\[9px\] {
    border-radius: 9px;
}
.rounded-\[inherit\] {
    border-radius: inherit;
}
.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-xl {
    border-radius: 0.75rem;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.\!border-none {
    border-style: none !important;
}
.border-none {
    border-style: none;
}
.border-\[\#fff\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-fg-primary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 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-secondary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
.border-b-stroke-secondary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
.border-opacity-20 {
    --tw-border-opacity: 0.2;
}
.bg-\[\#3C3C3C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(60 60 60 / var(--tw-bg-opacity));
}
.bg-\[\#3c3c3c\] {
    --tw-bg-opacity: 1;
    background-color: rgb(60 60 60 / var(--tw-bg-opacity));
}
.bg-fg-primary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-bg-opacity)));
}
.bg-fg-secondary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-bg-opacity)));
}
.bg-stroke-primary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-accent {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.bg-surface-alternate {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
.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-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-50 {
    --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#004A78\] {
    --tw-gradient-from: #004A78 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 74 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#121B2B\] {
    --tw-gradient-from: #121B2B var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 27 43 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#17428B\] {
    --tw-gradient-from: #17428B var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(23 66 139 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#487827\] {
    --tw-gradient-from: #487827 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 120 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#4F2163\] {
    --tw-gradient-from: #4F2163 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(79 33 99 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#EF7D00\] {
    --tw-gradient-from: #EF7D00 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(239 125 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#009BB4\] {
    --tw-gradient-to: #009BB4 var(--tw-gradient-to-position);
}
.to-\[\#009EE3\] {
    --tw-gradient-to: #009EE3 var(--tw-gradient-to-position);
}
.to-\[\#121B2B00\] {
    --tw-gradient-to: #121B2B00 var(--tw-gradient-to-position);
}
.to-\[\#A61680\] {
    --tw-gradient-to: #A61680 var(--tw-gradient-to-position);
}
.to-\[\#AFCA0A\] {
    --tw-gradient-to: #AFCA0A var(--tw-gradient-to-position);
}
.to-\[\#FFCC00\] {
    --tw-gradient-to: #FFCC00 var(--tw-gradient-to-position);
}
.bg-cover {
    background-size: cover;
}
.bg-\[center_bottom\] {
    background-position: center bottom;
}
.bg-\[center_left\] {
    background-position: center left;
}
.bg-\[center_right\] {
    background-position: center right;
}
.bg-\[center_top\] {
    background-position: center top;
}
.bg-center {
    background-position: center;
}
.bg-left-bottom {
    background-position: left bottom;
}
.bg-left-top {
    background-position: left top;
}
.bg-right-bottom {
    background-position: right bottom;
}
.bg-right-top {
    background-position: right top;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-none {
    fill: none;
}
.stroke-fg-primary {
    stroke: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1));
}
.stroke-\[2px\] {
    stroke-width: 2px;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.object-\[center_bottom\] {
    -o-object-position: center bottom;
       object-position: center bottom;
}
.object-\[center_left\] {
    -o-object-position: center left;
       object-position: center left;
}
.object-\[center_right\] {
    -o-object-position: center right;
       object-position: center right;
}
.object-\[center_top\] {
    -o-object-position: center top;
       object-position: center top;
}
.object-center {
    -o-object-position: center;
       object-position: center;
}
.object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
}
.object-left-top {
    -o-object-position: left top;
       object-position: left top;
}
.object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
}
.object-right-top {
    -o-object-position: right top;
       object-position: right top;
}
.p-0 {
    padding: 0rem;
}
.p-2xs {
    padding: 0.625rem;
}
.p-\[24px\] {
    padding: 24px;
}
.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;
}
.p-xs {
    padding: 0.75rem;
}
.px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
}
.px-\[--inner-gutter\] {
    padding-left: var(--inner-gutter);
    padding-right: var(--inner-gutter);
}
.px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px;
}
.px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
}
.px-fl-2xs {
    padding-left: calc(0.50rem + 1.00 * var(--fluid-bp));
    padding-right: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.px-fl-lg {
    padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
    padding-right: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.px-fl-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-xl {
    padding-left: calc(2.50rem + 5.00 * var(--fluid-bp));
    padding-right: calc(2.50rem + 5.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-sm {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.py-2xs {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
}
.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-3xl {
    padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
    padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.py-fl-3xs {
    padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
    padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.py-fl-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-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-xl {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.pb-0 {
    padding-bottom: 0rem;
}
.pb-10xl {
    padding-bottom: 3.25rem;
}
.pb-\[--inner-gutter\] {
    padding-bottom: var(--inner-gutter);
}
.pb-\[5px\] {
    padding-bottom: 5px;
}
.pb-fl-2xl {
    padding-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.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-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-sm {
    padding-bottom: calc(1.00rem + 2.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-lg {
    padding-bottom: 1.125rem;
}
.pb-xs {
    padding-bottom: 0.75rem;
}
.pl-fl-2xl {
    padding-left: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.pl-fl-3xl {
    padding-left: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.pl-fl-4xl {
    padding-left: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.pl-fl-lg {
    padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.pl-fl-md {
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.pl-fl-sm {
    padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.pl-fl-xl {
    padding-left: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.pl-fl-xs {
    padding-left: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.pr-fl-2xl {
    padding-right: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.pr-fl-3xl {
    padding-right: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.pr-fl-4xl {
    padding-right: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.pr-fl-lg {
    padding-right: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.pr-fl-md {
    padding-right: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.pr-fl-sm {
    padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.pr-fl-xl {
    padding-right: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.pr-fl-xs {
    padding-right: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.pt-0 {
    padding-top: 0rem;
}
.pt-\[5px\] {
    padding-top: 5px;
}
.pt-fl-2xl {
    padding-top: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.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-lg {
    padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.pt-fl-md {
    padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.pt-fl-sm {
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.pt-fl-xl {
    padding-top: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.pt-fl-xs {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.pt-lg {
    padding-top: 1.125rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-start {
    text-align: start;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.\!text-fl-2xl {
    font-size: var(--f-2xl) !important;
    line-height: 1.11 !important;
}
.\!text-fl-base {
    font-size: var(--f-base) !important;
    line-height: 1.4 !important;
}
.\!text-fl-xl {
    font-size: var(--f-xl) !important;
    line-height: 1.2 !important;
}
.text-2xl {
    font-size: 1.375rem;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[32px\] {
    font-size: 32px;
}
.text-\[45px\] {
    font-size: 45px;
}
.text-base {
    font-size: 1rem;
}
.text-fl-2xl {
    font-size: var(--f-2xl);
    line-height: 1.11;
}
.text-fl-3xl {
    font-size: var(--f-3xl);
    line-height: 1;
}
.text-fl-4xl {
    font-size: var(--f-4xl);
    line-height: 1;
}
.text-fl-5xl {
    font-size: var(--f-5xl);
}
.text-fl-base {
    font-size: var(--f-base);
    line-height: 1.4;
}
.text-fl-lg {
    font-size: var(--f-lg);
    line-height: 1.33;
}
.text-fl-sm {
    font-size: var(--f-sm);
    line-height: inherit;
}
.text-fl-xl {
    font-size: var(--f-xl);
    line-height: 1.2;
}
.text-fl-xs {
    font-size: var(--f-xs);
    line-height: inherit;
}
.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-medium {
    font-weight: 500 !important;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-\[48px\] {
    line-height: 48px;
}
.leading-none {
    line-height: 1;
}
.\!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-fg-primary {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
  word-break: break-word !important;
}
.\!text-fg-secondary {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity))) !important;
}
.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-brand {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-brand) / var(--twc-fg-brand-opacity, var(--tw-text-opacity)));
}
.text-fg-error {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
.text-fg-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.text-fg-secondary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
.text-fg-success {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-success) / var(--twc-fg-success-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)));
}
.text-opacity-80 {
    --tw-text-opacity: 0.8;
}
.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-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-90 {
    opacity: 0.9;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.outline {
    outline-style: solid;
}
.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);
}
.invert {
    --tw-invert: invert(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);
}
.\!transition-none {
    transition-property: none !important;
}
.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-\[height\2c transform\] {
    transition-property: height,transform;
    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\2c translate\] {
    transition-property: opacity,margin,translate;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[opacity\2c margin\] {
    transition-property: opacity,margin;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[opacity\2c visibility\] {
    transition-property: opacity,visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.delay-100 {
    transition-delay: 100ms;
}
.duration-150 {
    transition-duration: 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.duration-700 {
    transition-duration: 700ms;
}
.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: 0 0% 100%;
    --twc-fg-secondary: 188.29999999999995 100% 35.3%;
    --twc-fg-accent: 198.20000000000005 100% 44.5%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-brand: 217.79999999999995 71.6% 31.8%;
    --twc-fg-success: 95.60000000000002 50.9% 31.2%;
    --twc-fg-error: 0 87.3% 40.2%;
    --twc-surface-primary: 218.39999999999998 41% 12%;
    --twc-surface-secondary: 217.79999999999995 71.6% 31.8%;
    --twc-surface-tertiary: 188.29999999999995 100% 35.3%;
    --twc-surface-alternate: 217.79999999999995 71.6% 31.8%;
    --twc-surface-accent: 198.20000000000005 100% 44.5%;
    --twc-stroke-primary: 0 0% 83.9%;
    --twc-stroke-secondary: 188.29999999999995 100% 35.3%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-accent: 198.20000000000005 100% 44.5%;
    --twc-stroke-success: 95.60000000000002 50.9% 31.2%;
    --twc-stroke-error: 0 87.3% 40.2%;
}
.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;
}
.\!\[box-shadow\:none\] {
    box-shadow: none !important;
}
.\[--adaptive\:none\] {
    --adaptive: none;
}
.\[--auto-close\:false\] {
    --auto-close: false;
}
.\[--auto-close\:true\] {
    --auto-close: true;
}
.\[--body-scroll\:false\] {
    --body-scroll: false;
}
.\[--flip\:false\] {
    --flip: false;
}
.\[--is-collapse\:true\] {
    --is-collapse: true;
}
.\[--offset\:0\] {
    --offset: 0;
}
.\[--placement\:bottom\] {
    --placement: bottom;
}
.\[--placement\:left\] {
    --placement: left;
}
.\[--placement\:right\] {
    --placement: right;
}
.\[--placement\:top\] {
    --placement: top;
}
.\[--scrollspy-offset\:100px\] {
    --scrollspy-offset: 100px;
}
.\[--scrollspy-offset\:300px\] {
    --scrollspy-offset: 300px;
}
.\[--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;
}
.\[-\:\=\] {
    -: =;
}
html,
body {
  overscroll-behavior: none;
  font-family: "Spartan", sans-serif;
}
.blog-post ol {
    margin-left: 1.25rem;
    list-style-position: inside;
  list-style: auto;
}
.blog-post ul {
    margin-left: 1.25rem;
    list-style-position: inside;
    list-style-type: disc;
}
@media (min-width: 1024px) {
    .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);
    }
    .lg\:gap-x-gutter {
        grid-column-gap: var(--inner-gutter);
        -moz-column-gap: var(--inner-gutter);
             column-gap: var(--inner-gutter);
    }
}
@media (min-width: 1280px) {
    .xl\:breakout-reset {
        --breakout-outer-gutter: var(--outer-gutter);
        --breakout-container-outer-gutter: 0;
        position: unset;
        left: unset;
        width: unset;
        margin-left: unset;
    }
}
.\[\&_a\]\:transition-animate a {
    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);
}
.prose-a\:after\:icon-\[i--arrow-right\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    display: inline-block;
    width: 1.07em;
    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 17 16' width='17' height='16'%3E%3Cpath fill='black' fill-rule='evenodd' d='M4.25 8a.5.5 0 01.5-.5h5.793L8.396 5.354a.5.5 0 11.708-.707l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.708-.707L10.543 8.5H4.75a.5.5 0 01-.5-.5Z' clip-rule='evenodd'/%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\:grid-col-span-8 {
        --container-grid-columns: 8;
        grid-column: span 8 / span 8;
    }
    .md\: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 > .md\: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))));
    }
    .md\:w-3-cols > * {
        --container-grid-columns: 3;
    }
    .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\:w-9-cols {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .md\:w-9-cols {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .md\:w-9-cols > * {
        --container-grid-columns: 9;
    }
    .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
        bottom: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
        bottom: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        bottom: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
        bottom: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        bottom: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
        bottom: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        bottom: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
        bottom: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        bottom: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
        bottom: 0;
    }
    .md\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 0;
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
        top: 0;
    }
    .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
        bottom: 0;
    }
    .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
        bottom: 0;
    }
    .md\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 0;
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
        border-bottom-width: 0;
    }
    .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
        top: 0;
    }
    .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
        bottom: 0;
    }
    .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
        bottom: 0;
    }
}
@media (min-width: 1024px) {
    .lg\:grid-col-span-3 {
        --container-grid-columns: 3;
        grid-column: span 3 / span 3;
    }
    .lg\:grid-col-span-4 {
        --container-grid-columns: 4;
        grid-column: span 4 / span 4;
    }
    .lg\:grid-col-span-6 {
        --container-grid-columns: 6;
        grid-column: span 6 / span 6;
    }
    .lg\:grid-col-span-8 {
        --container-grid-columns: 8;
        grid-column: span 8 / span 8;
    }
    .lg\:grid-col-span-10 {
        --container-grid-columns: 10;
        grid-column: span 10 / span 10;
    }
    .lg\:grid-col-span-12 {
        --container-grid-columns: 12;
        grid-column: span 12 / span 12;
    }
    .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-5-cols {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-5-cols {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-5-cols > * {
        --container-grid-columns: 5;
    }
    .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\:w-7-cols {
        width: calc(((7 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (7 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-7-cols {
        width: calc(((7 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (7 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-7-cols > * {
        --container-grid-columns: 7;
    }
    .lg\:w-12-cols {
        width: calc(((12 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (12 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-12-cols {
        width: calc(((12 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (12 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-12-cols > * {
        --container-grid-columns: 12;
    }
    .lg\:w-1\/2-cols {
        width: calc(50% - (var(--inner-gutter) * 0.5));
    }
    .cols-container > .lg\:w-1\/2-cols {
        width: calc(50% - var(--inner-gutter));
    }
    .lg\:w-1\/4-cols {
        width: calc(25% - (var(--inner-gutter) * 0.75));
    }
    .cols-container > .lg\:w-1\/4-cols {
        width: calc(25% - var(--inner-gutter));
    }
    .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: 1280px) {
    .xl\: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 > .xl\: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))));
    }
    .xl\:w-6-cols > * {
        --container-grid-columns: 6;
    }
    .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;
    }
}
@media (min-width: 1616px) {
    .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;
    }
}
.placeholder\:text-fg-primary::-moz-placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-fg-primary::placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}
.before\:bottom-\[calc\(100\%-65px\)\]::before {
    content: var(--tw-content);
    bottom: calc(100% - 65px);
}
.before\:left-0::before {
    content: var(--tw-content);
    left: 0rem;
}
.before\:right-0::before {
    content: var(--tw-content);
    right: 0rem;
}
.before\:mx-auto::before {
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
}
.before\:hidden::before {
    content: var(--tw-content);
    display: none;
}
.before\:h-2xs::before {
    content: var(--tw-content);
    height: 0.625rem;
}
.before\:w-0::before {
    content: var(--tw-content);
    width: 0rem;
}
.before\:transition-all::before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.before\:duration-700::before {
    content: var(--tw-content);
    transition-duration: 700ms;
}
.before\:ease-in-out::before {
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.visited\:text-fg-brand:visited {
    color: hsl(var(--twc-fg-brand) / var(--twc-fg-brand-opacity, var(--tw-text-opacity)));
}
.group:hover .group-hover\:\!text-fg-accent {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity))) !important;
}
.group:hover .group-hover\:text-fg-accent {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-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:hover .group-hover\:paused {
    animation-play-state: paused;
  }
.group\/page-next.disable .group-\[\.disable\]\/page-next\:text-fg-secondary\/30 {
    color: hsl(var(--twc-fg-secondary) / 0.3);
}
.group\/page-prev.disable .group-\[\.disable\]\/page-prev\:text-fg-secondary\/30 {
    color: hsl(var(--twc-fg-secondary) / 0.3);
}
.group\/page-next.enable .group-\[\.enable\]\/page-next\:text-fg-secondary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
.group\/page-prev.enable .group-\[\.enable\]\/page-prev\:text-fg-secondary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-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: 0 0% 100%;
    --twc-fg-secondary: 188.29999999999995 100% 35.3%;
    --twc-fg-accent: 198.20000000000005 100% 44.5%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-brand: 217.79999999999995 71.6% 31.8%;
    --twc-fg-success: 95.60000000000002 50.9% 31.2%;
    --twc-fg-error: 0 87.3% 40.2%;
    --twc-surface-primary: 218.39999999999998 41% 12%;
    --twc-surface-secondary: 217.79999999999995 71.6% 31.8%;
    --twc-surface-tertiary: 188.29999999999995 100% 35.3%;
    --twc-surface-alternate: 217.79999999999995 71.6% 31.8%;
    --twc-surface-accent: 198.20000000000005 100% 44.5%;
    --twc-stroke-primary: 0 0% 83.9%;
    --twc-stroke-secondary: 188.29999999999995 100% 35.3%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-accent: 198.20000000000005 100% 44.5%;
    --twc-stroke-success: 95.60000000000002 50.9% 31.2%;
    --twc-stroke-error: 0 87.3% 40.2%;
}
.data-\[navigation\=scrolled\]\:shadow-\[0_0_20px_0_rgba\(0\2c _0\2c _0\2c _0\.05\)\][data-navigation=scrolled] {
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 0 20px 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);
}
.hs-dropdown.open > .hs-dropdown-open\:z-50 {
    z-index: 50;
}
.hs-dropdown.open > .hs-dropdown-open\:translate-x-0 {
    --tw-translate-x: 0rem;
    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\:-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\:-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-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-open\:before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:z-50 {
    z-index: 50;
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:translate-x-0 {
    --tw-translate-x: 0rem;
    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\:-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\:-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-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-toggle .hs-dropdown-open\:before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:z-50 {
    z-index: 50;
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:translate-x-0 {
    --tw-translate-x: 0rem;
    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\:-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\:-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-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-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}
.hs-tooltip.show .hs-tooltip-shown\:visible {
    visibility: visible;
}
.hs-tooltip.show .hs-tooltip-shown\:opacity-100 {
    opacity: 1;
}
.hs-accordion.active.hs-accordion-active\:block {
    display: block;
}
.hs-accordion.active.hs-accordion-active\:hidden {
    display: none;
}
.hs-accordion.active.hs-accordion-active\: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-accordion.active > .hs-accordion-active\:block {
    display: block;
}
.hs-accordion.active > .hs-accordion-active\:hidden {
    display: none;
}
.hs-accordion.active > .hs-accordion-active\: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-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block {
    display: block;
}
.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden {
    display: none;
}
.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\: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-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\:block {
    display: block;
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\:hidden {
    display: none;
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\: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-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block {
    display: block;
}
.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden {
    display: none;
}
.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\: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-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\:block {
    display: block;
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\:hidden {
    display: none;
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\: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\:h-\[calc\(100vh-95px\)\] {
    height: calc(100vh - 95px);
}
.hs-collapse.open .hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hs-collapse.open .hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse.open .hs-collapse-open\:opacity-100 {
    opacity: 1;
}
.hs-collapse.open.hs-collapse-open\:h-\[calc\(100vh-95px\)\] {
    height: calc(100vh - 95px);
}
.hs-collapse.open.hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hs-collapse.open.hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse.open.hs-collapse-open\:opacity-100 {
    opacity: 1;
}
.hs-collapse-toggle.open .hs-collapse-open\:h-\[calc\(100vh-95px\)\] {
    height: calc(100vh - 95px);
}
.hs-collapse-toggle.open .hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hs-collapse-toggle.open .hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse-toggle.open .hs-collapse-open\:opacity-100 {
    opacity: 1;
}
.hs-collapse-toggle.open.hs-collapse-open\:h-\[calc\(100vh-95px\)\] {
    height: calc(100vh - 95px);
}
.hs-collapse-toggle.open.hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hs-collapse-toggle.open.hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse-toggle.open.hs-collapse-open\:opacity-100 {
    opacity: 1;
}
[data-hs-tab].active.hs-tab-active\:border-l-4 {
    border-left-width: 4px;
}
[data-hs-tab].active.hs-tab-active\:border-b-fg-accent {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-opacity)));
}
[data-hs-tab].active.hs-tab-active\:border-l-fg-accent {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-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\:border-l-4 {
    border-left-width: 4px;
}
[data-hs-tab].active .hs-tab-active\:border-b-fg-accent {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-opacity)));
}
[data-hs-tab].active .hs-tab-active\:border-l-fg-accent {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-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)));
}
.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\:bg-\[black\]\/80 {
    background-color: rgb(0 0 0 / 0.8);
}
.hs-overlay-backdrop .hs-overlay-backdrop-open\:bg-\[black\]\/80 {
    background-color: rgb(0 0 0 / 0.8);
}
.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)));
}
.active.hs-carousel-active\:bg-fg-accent {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-bg-opacity)));
}
.active .hs-carousel-active\:bg-fg-accent {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-bg-opacity)));
}
.disabled.hs-carousel\:disabled\:pointer-events-none {
    pointer-events: none;
}
.disabled.hs-carousel\:disabled\:opacity-50 {
    opacity: 0.5;
}
.disabled .hs-carousel\:disabled\:pointer-events-none {
    pointer-events: none;
}
.disabled .hs-carousel\:disabled\:opacity-50 {
    opacity: 0.5;
}
.prose-h2\:\!mb-0 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 0rem !important;
}
.prose-h2\:\!text-fl-base :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--f-base) !important;
    line-height: 1.4 !important;
}
.prose-h2\:\!text-fg-secondary :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity))) !important;
}
.prose-h2\:before\:\!content-none :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    --tw-content: none !important;
    content: var(--tw-content) !important;
}
.prose-p\:text-fg-secondary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
.prose-a\:flex :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    display: flex;
}
.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\:w-full :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    width: 100%;
}
.prose-a\:min-w-\[275px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    min-width: 275px;
}
.prose-a\:max-w-full :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    max-width: 100%;
}
.prose-a\:items-center :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    align-items: center;
}
.prose-a\:justify-between :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    justify-content: space-between;
}
.prose-a\:gap-fl-2xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    gap: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.prose-a\:gap-fl-3xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    gap: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.prose-a\:rounded-\[8px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    border-radius: 8px;
}
.prose-a\:rounded-xl :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    border-radius: 0.75rem;
}
.prose-a\:border-b-\[2px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    border-bottom-width: 2px;
}
.prose-a\:border-b-\[var\(--secondary-green\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    border-bottom-color: var(--secondary-green);
}
.prose-a\:border-b-stroke-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
.prose-a\:\!bg-\[\#009EE3\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 158 227 / var(--tw-bg-opacity)) !important;
}
.prose-a\:bg-\[\#009EE3\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-bg-opacity: 1;
    background-color: rgb(0 158 227 / var(--tw-bg-opacity));
}
.prose-a\:bg-gradient-to-r :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.prose-a\:from-\[var\(--primary-blue-dark\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-from: var(--primary-blue-dark) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.prose-a\:from-\[var\(--primary-green-dark\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-from: var(--primary-green-dark) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.prose-a\:from-\[var\(--primary-orange-dark\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-from: var(--primary-orange-dark) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.prose-a\:from-\[var\(--primary-petrol-dark\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-from: var(--primary-petrol-dark) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.prose-a\:from-\[var\(--primary-purple-dark\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-from: var(--primary-purple-dark) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.prose-a\:to-\[var\(--primary-blue-light\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-to: var(--primary-blue-light) var(--tw-gradient-to-position);
}
.prose-a\:to-\[var\(--primary-green-light\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-to: var(--primary-green-light) var(--tw-gradient-to-position);
}
.prose-a\:to-\[var\(--primary-orange-light\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-to: var(--primary-orange-light) var(--tw-gradient-to-position);
}
.prose-a\:to-\[var\(--primary-petrol-light\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-to: var(--primary-petrol-light) var(--tw-gradient-to-position);
}
.prose-a\:to-\[var\(--primary-purple-light\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-gradient-to: var(--primary-purple-light) var(--tw-gradient-to-position);
}
.prose-a\:p-fl-xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.prose-a\:px-base :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: 1rem;
    padding-right: 1rem;
}
.prose-a\:px-fl-sm :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.prose-a\:py-fl-2xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
    padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.prose-a\:py-fl-xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.prose-a\:py-sm :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.prose-a\:pb-fl-3xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.prose-a\:pt-fl-xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.prose-a\:text-base :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 1rem;
}
.prose-a\:text-fl-lg :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--f-lg);
    line-height: 1.33;
}
.prose-a\:font-bold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-weight: 700;
}
.prose-a\:font-medium :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-weight: 500;
}
.prose-a\:font-semibold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-weight: 600;
}
.prose-a\:leading-none :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    line-height: 1;
}
.prose-a\:text-\[var\(--secondary-green\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--secondary-green);
}
.prose-a\: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)));
}
.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\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    text-decoration-line: underline;
}
.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\:transition-colors :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    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;
}
.prose-a\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    transition-duration: 300ms;
}
.prose-a\:ease-in-out :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.prose-a\:after\:h-fl-lg :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    height: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.prose-a\:after\:w-fl-lg :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    width: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.prose-a\:after\:text-\[18px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    font-size: 18px;
}
.prose-a\:after\:text-\[var\(--secondary-green\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    color: var(--secondary-green);
}
.prose-a\:after\:text-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.prose-a\:after\:transition-all :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.prose-a\:after\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    transition-duration: 300ms;
}
.prose-a\:after\:ease-\[cubic-bezier\(0\.175\2c 0\.885\2c 0\.320\2c 1\.275\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275);
}
.prose-ol\:list-\[revert\] :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    list-style-type: revert;
}
.prose-ol\:pl-fl-md :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.prose-ul\:list-\[revert\] :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    list-style-type: revert;
}
.prose-ul\:pl-fl-md :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-\[\#1d2943\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 41 67 / var(--tw-bg-opacity));
}
.hover\:bg-stroke-primary\/0:hover {
    background-color: hsl(var(--twc-stroke-primary) / 0);
}
.hover\:bg-surface-primary:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-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\/60:hover {
    color: hsl(var(--twc-fg-alternate) / 0.6);
}
.hover\:text-fg-brand:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-brand) / var(--twc-fg-brand-opacity, var(--tw-text-opacity)));
}
.hover\:text-fg-primary:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.hover\:\!no-underline:hover {
    text-decoration-line: none !important;
}
.hover\:no-underline:hover {
    text-decoration-line: none;
}
.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-none: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);
}
.hover\:prose-a\:border-b-\[2px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    border-bottom-width: 2px;
}
.hover\:prose-a\:border-b-\[var\(--secondary-green\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    border-bottom-color: var(--secondary-green);
}
.hover\:prose-a\:border-b-stroke-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
.hover\:prose-a\:bg-gradient-to-r :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:prose-a\:from-\[rgba\(0\2c 122\2c 51\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-from: rgba(0,122,51,0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 122, 51, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:prose-a\:from-\[rgba\(0\2c 97\2c 101\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-from: rgba(0,97,101,0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 97, 101, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:prose-a\:from-\[rgba\(23\2c 66\2c 139\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-from: rgba(23,66,139,0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(23, 66, 139, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:prose-a\:from-\[rgba\(232\2c 78\2c 15\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-from: rgba(232,78,15,0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 78, 15, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:prose-a\:from-\[rgba\(76\2c 44\2c 146\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-from: rgba(76,44,146,0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 44, 146, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:prose-a\:to-\[rgba\(0\2c 152\2c 161\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-to: rgba(0,152,161,0.7) var(--tw-gradient-to-position);
}
.hover\:prose-a\:to-\[rgba\(0\2c 158\2c 227\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-to: rgba(0,158,227,0.7) var(--tw-gradient-to-position);
}
.hover\:prose-a\:to-\[rgba\(157\2c 52\2c 134\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-to: rgba(157,52,134,0.7) var(--tw-gradient-to-position);
}
.hover\:prose-a\:to-\[rgba\(255\2c 149\2c 0\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-to: rgba(255,149,0,0.7) var(--tw-gradient-to-position);
}
.hover\:prose-a\:to-\[rgba\(87\2c 171\2c 39\2c 0\.7\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-gradient-to: rgba(87,171,39,0.7) var(--tw-gradient-to-position);
}
.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-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:after\:-rotate-0 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover::after {
    content: var(--tw-content);
    --tw-rotate: -0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:prose-a\:after\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:border-stroke-accent:focus {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:prose-a\:border-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-border-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-\[var\(--secondary-green\)\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-ring-color: var(--secondary-green);
}
.focus\:prose-a\:ring-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-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;
}
.active\:text-fg-accent:active {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}
.disabled\:opacity-50:disabled {
    opacity: 0.5;
}
@media (min-width: 640px) {
    .sm\:absolute {
        position: absolute;
    }
    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-\[409px\] {
        height: 409px;
    }
    .sm\:w-\[387px\] {
        width: 387px;
    }
    .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-center {
        align-items: center;
    }
    .sm\:gap-\[8px\] {
        gap: 8px;
    }
}
@media (min-width: 768px) {
    .md\:-top-fl-xl {
        top: calc(calc(2.50rem + 5.00 * var(--fluid-bp)) * -1);
    }
    .md\:bottom-0 {
        bottom: 0rem;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:order-3 {
        order: 3;
    }
    .md\:order-none {
        order: 0;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:ml-auto {
        margin-left: auto;
    }
    .md\:mt-\[80px\] {
        margin-top: 80px;
    }
    .md\:block {
        display: block;
    }
    .md\:hidden {
        display: none;
    }
    .md\:min-h-\[600px\] {
        min-height: 600px;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-\[236px\] {
        width: 236px;
    }
    .md\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }
    .md\:max-w-3xl {
        max-width: 48rem;
    }
    .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\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:gap-fl-3xl {
        gap: calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .md\:gap-fl-md {
        gap: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .md\:self-center {
        align-self: center;
    }
    .md\:px-fl-md {
        padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
        padding-right: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .md\:pl-fl-md {
        padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .md\:text-fl-sm {
        font-size: var(--f-sm);
        line-height: inherit;
    }
    .md\:\[--scrollspy-offset\:50px\] {
        --scrollspy-offset: 50px;
    }
}
@media (min-width: 1024px) {
    .lg\:order-none {
        order: 0;
    }
    .lg\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:mb-0 {
        margin-bottom: 0rem;
    }
    .lg\:\!block {
        display: block !important;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-\[276px\] {
        height: 276px;
    }
    .lg\:h-\[395px\] {
        height: 395px;
    }
    .lg\:h-\[408px\] {
        height: 408px;
    }
    .lg\:h-\[500px\] {
        height: 500px;
    }
    .lg\:h-\[542px\] {
        height: 542px;
    }
    .lg\:h-auto {
        height: auto;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:min-h-\[320px\] {
        min-height: 320px;
    }
    .lg\:min-h-\[502px\] {
        min-height: 502px;
    }
    .lg\:min-h-\[528px\] {
        min-height: 528px;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-11\/12 {
        width: 91.666667%;
    }
    .lg\:w-4\/12 {
        width: 33.333333%;
    }
    .lg\:w-6\/12 {
        width: 50%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:max-w-\[1400px\] {
        max-width: 1400px;
    }
    .lg\:max-w-\[760px\] {
        max-width: 760px;
    }
    .lg\:translate-x-\[-12px\] {
        --tw-translate-x: -12px;
        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-flow-col {
        grid-auto-flow: column;
    }
    .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-row-reverse {
        flex-direction: row-reverse;
    }
    .lg\:items-center {
        align-items: center;
    }
    .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-3xl {
        gap: 1.5rem;
    }
    .lg\:gap-\[40px\] {
        gap: 40px;
    }
    .lg\:gap-base {
        gap: 1rem;
    }
    .lg\:gap-fl-2xs {
        gap: calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .lg\:gap-fl-sm {
        gap: calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:gap-y-fl-sm {
        row-gap: calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .lg\:rounded-\[24px\] {
        border-radius: 24px;
    }
    .lg\:rounded-\[45px\] {
        border-radius: 45px;
    }
    .lg\:rounded-\[54px\] {
        border-radius: 54px;
    }
    .lg\:border-none {
        border-style: none;
    }
    .lg\:p-\[28px\] {
        padding: 28px;
    }
    .lg\:p-\[34px\] {
        padding: 34px;
    }
    .lg\:py-0 {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .lg\:py-fl-md {
        padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
        padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .lg\:text-fl-xl {
        font-size: var(--f-xl);
        line-height: 1.2;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
    }
    .lg\:text-fg-primary {
        --tw-text-opacity: 1;
        color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
    }
    .lg\:opacity-100 {
        opacity: 1;
    }
    .lg\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:text-fg-accent:hover {
        --tw-text-opacity: 1;
        color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
    }
}
@media (min-width: 1280px) {
    .xl\:static {
        position: static;
    }
    .xl\:left-auto {
        left: auto;
    }
    .xl\:top-\[calc\(100\%-50px\)\] {
        top: calc(100% - 50px);
    }
    .xl\:z-10 {
        z-index: 10;
    }
    .xl\:mt-\[9px\] {
        margin-top: 9px;
    }
    .xl\:box-content {
        box-sizing: content-box;
    }
    .xl\:block {
        display: block;
    }
    .xl\:inline-block {
        display: inline-block;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-\[362px\] {
        height: 362px;
    }
    .xl\:h-\[454px\] {
        height: 454px;
    }
    .xl\:h-\[467px\] {
        height: 467px;
    }
    .xl\:h-auto {
        height: auto;
    }
    .xl\:h-full {
        height: 100%;
    }
    .xl\:w-1\/2 {
        width: 50%;
    }
    .xl\:w-10\/12 {
        width: 83.333333%;
    }
    .xl\:w-auto {
        width: auto;
    }
    .xl\:w-screen {
        width: 100vw;
    }
    .xl\:-translate-x-\[20\%\] {
        --tw-translate-x: -20%;
        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));
    }
    .xl\:-translate-x-\[45\%\] {
        --tw-translate-x: -45%;
        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));
    }
    .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\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .xl\:items-center {
        align-items: center;
    }
    .xl\:justify-start {
        justify-content: flex-start;
    }
    .xl\:justify-end {
        justify-content: flex-end;
    }
    .xl\:justify-center {
        justify-content: center;
    }
    .xl\:justify-between {
        justify-content: space-between;
    }
    .xl\:gap-\[--inner-gutter\] {
        gap: var(--inner-gutter);
    }
    .xl\:gap-fl-md {
        gap: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .xl\:gap-fl-xl {
        gap: calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xl\:gap-lg {
        gap: 1.125rem;
    }
    .xl\:overflow-visible {
        overflow: visible;
    }
    .xl\:overflow-y-visible {
        overflow-y: visible;
    }
    .xl\:p-0 {
        padding: 0rem;
    }
    .xl\:p-2xs {
        padding: 0.625rem;
    }
    .xl\:p-\[10px\] {
        padding: 10px;
    }
    .xl\:p-\[38px\] {
        padding: 38px;
    }
    .xl\:p-\[48px\] {
        padding: 48px;
    }
    .xl\:p-fl-lg {
        padding: calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:p-fl-sm {
        padding: calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .xl\:p-fl-xl {
        padding: calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xl\:\!px-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .xl\:px-0 {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .xl\:px-fl-lg {
        padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
        padding-right: calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:py-0 {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .xl\:py-fl-xl {
        padding-top: calc(2.50rem + 5.00 * var(--fluid-bp));
        padding-bottom: calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xl\:\!pl-0 {
        padding-left: 0rem !important;
    }
    .xl\:pt-4xl {
        padding-top: 1.625rem;
    }
    .xl\:text-\[16px\] {
        font-size: 16px;
    }
    .xl\:text-base {
        font-size: 1rem;
    }
    .xl\:text-fl-2xl {
        font-size: var(--f-2xl);
        line-height: 1.11;
    }
    .xl\:text-fl-3xl {
        font-size: var(--f-3xl);
        line-height: 1;
    }
    .xl\:text-fl-4xl {
        font-size: var(--f-4xl);
        line-height: 1;
    }
    .xl\:text-fl-base {
        font-size: var(--f-base);
        line-height: 1.4;
    }
    .xl\:text-fl-lg {
        font-size: var(--f-lg);
        line-height: 1.33;
    }
    .xl\:text-fl-sm {
        font-size: var(--f-sm);
        line-height: inherit;
    }
    .xl\:text-fl-xl {
        font-size: var(--f-xl);
        line-height: 1.2;
    }
    .xl\:\!text-fg-primary {
        --tw-text-opacity: 1 !important;
        color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
    }
    .xl\:transition-none {
        transition-property: none;
    }
    .xl\:\[--strategy\:absolute\] {
        --strategy: absolute;
    }
    .xl\:\[--trigger\:hover\] {
        --trigger: hover;
    }
    .xl\:before\:block::before {
        content: var(--tw-content);
        display: block;
    }
    .xl\:first\:\*\:pt-0 > *:first-child {
        padding-top: 0rem;
    }
}
@media (min-width: 1616px) {
    .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;
    }
}
.\[\&\>\.flex\]\:flex-col>.flex {
    flex-direction: column;
}
.\[\&_\*\]\:pointer-events-none * {
    pointer-events: none;
}
.\[\&_\*\]\:text-left * {
    text-align: left;
}
.\[\&_\*\]\:\!text-fg-primary * {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
}
.\[\&_\.anchor-item\]\:w-fit .anchor-item {
    width: -moz-fit-content;
    width: fit-content;
}
.\[\&_\.card-item\]\:\!w-full .card-item {
    width: 100% !important;
}
.\[\&_\.card-item\]\:\!max-w-full .card-item {
    max-width: 100% !important;
}
.\[\&_\.custom-btn\]\:px-0 .custom-btn {
    padding-left: 0rem;
    padding-right: 0rem;
}
.hover\:\[\&_\.custom-btn\]\:\!text-fg-primary .custom-btn:hover {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
}
.after\:hover\:\[\&_\.custom-btn\]\:\!text-fg-primary .custom-btn:hover::after {
    content: var(--tw-content);
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
}
.\[\&_\.headline\]\:hyphens-auto .headline {
    -webkit-hyphens: auto;
            hyphens: auto;
}
.\[\&_\.headline\]\:leading-\[1\.2\] .headline {
    line-height: 1.2;
}
.\[\&_a\]\:flex a {
    display: flex;
}
.\[\&_a\]\:size-\[44px\] a {
    width: 44px;
    height: 44px;
}
.\[\&_a\]\:items-center a {
    align-items: center;
}
.\[\&_a\]\:justify-center a {
    justify-content: center;
}
.\[\&_a\]\:rounded-lg a {
    border-radius: 0.5rem;
}
.\[\&_a\]\:text-\[18px\] a {
    font-size: 18px;
}
.\[\&_a\]\:font-normal a {
    font-weight: 400;
}
.\[\&_li\.active_a\]\:bg-surface-tertiary li.active a {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.\[\&_li\.active_a\]\:text-fg-alternate li.active a {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_li_a\]\:\!no-underline li a {
    text-decoration-line: none !important;
}
.\[\&_svg\]\:h-full svg {
    height: 100%;
}
.\[\&_svg\]\:w-full svg {
    width: 100%;
}
.\[\&_svg\]\:fill-fg-primary svg {
    fill: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1));
}