@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://unpkg.com/leaflet@1.9.4/dist/leaflet.css);

/* Google Fonts - Must be at the top */
/* Global System Styling */
.nav-links .hs-dropdown,
#navigation-collapse .hs-dropdown {
 position: static !important
}
.hs-dropdown-fix.hs-dropdown {
  display: none !important;
  @media (min-width: 1280px) {
    display: block !important;
  }
}
html.hs-inline-edit {
  overflow: unset !important;
  height: unset !important;
  overscroll-behavior: unset !important;
}
html.hs-inline-edit body {
  overscroll-behavior: unset !important;
}
/*.dnd-section {
  @apply py-fl-3xl;
}*/
.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: 1/12
 }
 .dnd-section > .row-fluid .span2{
  width: 2/12
 }
 .dnd-section > .row-fluid .span3{
  width: 3/12
 }
 .dnd-section > .row-fluid .span4{
  width: 4/12
 }
 .dnd-section > .row-fluid .span5{
  width: 5/12
 }
 .dnd-section > .row-fluid .span6{
  width: 6/12
 }
 .dnd-section > .row-fluid .span7{
  width: 7/12
 }
 .dnd-section > .row-fluid .span8{
  width: 8/12
 }
 .dnd-section > .row-fluid .span9{
  width: 9/12
 }
 .dnd-section > .row-fluid .span10{
  width: 10/12
 }
 .dnd-section > .row-fluid .span11{
  width: 11/12
 }
 .dnd-section > .row-fluid .span12{
  width: 12/12
 }
}
.inner-gutter{
 gap: 16px
}
@media (min-width: 640px){
 .inner-gutter{
  gap: 20px
 }
}
@media (min-width: 768px){
 .inner-gutter{
  gap: 22px
 }
}
@media (min-width: 1024px){
 .inner-gutter{
  gap: 32px
 }
}
@media (min-width: 1280px){
 .inner-gutter{
  gap: 40px
 }
}
@media (min-width: 1520px){
 .inner-gutter{
  gap: 40px
 }
}
.outer-gutter{
 padding-left: 16px;
 padding-right: 16px
}
@media (min-width: 640px){
 .outer-gutter{
  padding-left: 24px;
  padding-right: 24px
 }
}
@media (min-width: 768px){
 .outer-gutter{
  padding-left: 32px;
  padding-right: 32px
 }
}
@media (min-width: 1024px){
 .outer-gutter{
  padding-left: 48px;
  padding-right: 48px
 }
}
@media (min-width: 1280px){
 .outer-gutter{
  padding-left: 80px;
  padding-right: 80px
 }
}
@media (min-width: 1520px){
 .outer-gutter{
  padding-left: 0px;
  padding-right: 0px
 }
}
/* TYPOGRAPHY
/* Fonts are hosted in this folder in HS: https://app.hubspot.com/files/213255/?folderId=167475090236&sortDirection=descending&orderBy=updated&archived=false */
body{
 font-size: var(--f-base);
 line-height: 1.5;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-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.1
}
body h2:not(.headline){
 font-size: var(--f-3xl);
 line-height: 1.2
}
body h3:not(.headline){
 font-size: var(--f-2xl);
 line-height: 1.2
}
body h4:not(.headline){
 font-size: var(--f-xl);
 line-height: 1.2
}
body h5:not(.headline){
 font-size: var(--f-lg);
 line-height: 1.4
}
body h6:not(.headline){
 font-size: var(--f-base);
 line-height: 1.5
}
body a:not(.custom-btn):not(.custom-link):not(.leaflet-control-zoom-in):not(.leaflet-control-zoom-out){
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
 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):not(.leaflet-control-zoom-in):not(.leaflet-control-zoom-out):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):not(.leaflet-control-zoom-in):not(.leaflet-control-zoom-out):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
}
.prose h1:not(.headline),
.prose h2:not(.headline),
.prose h3:not(.headline),
.prose h4:not(.headline),
.prose h5:not(.headline),
.prose h6:not(.headline){
 margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
 margin-top: 0rem;
 font-weight: 900;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.prose h1:not(.headline) a,
.prose h2:not(.headline) a,
.prose h3:not(.headline) a,
.prose h4:not(.headline) a,
.prose h5:not(.headline) a,
.prose h6:not(.headline) a{
 font-weight: 900;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.prose h1:not(.headline) a:hover,
.prose h2:not(.headline) a:hover,
.prose h3:not(.headline) a:hover,
.prose h4:not(.headline) a:hover,
.prose h5:not(.headline) a:hover,
.prose h6:not(.headline) a:hover{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.prose p, .prose span{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.prose ul,
.prose ol{
 margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
 margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
 padding-left: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.prose li{
 margin-top: calc(0.50rem + 1.00 * var(--fluid-bp));
 margin-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.prose li p, .prose li span {margin: 0; padding: 0;}
.prose ul {
  list-style: disc outside;
}
.prose ol {
  list-style: decimal outside;
}
.prose ul li::marker,
.prose ol li::marker{
 font-weight: 700;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.opacity-gradient {
  background: linear-gradient(180deg, rgba(3, 0, 55, 0.00) 0.49%, rgba(3, 0, 55, 0.31) 72.7%);
}
.opacity-reverse-gradient {
  background: linear-gradient(180deg, rgba(3, 0, 55, 0.31), rgba(3, 0, 55, 0.00));
  background-position: bottom center;
  background-repeat: no-repeat;
}
/* Gradient overlay div that fades in on scroll */
.gradient-overlay {
  /* transition: opacity 300ms ease-out; */
  pointer-events: none;
}
/* When nav contains scrolled state, show the sibling gradient */
nav:has([data-navigation="scrolled"]) ~ .gradient-overlay {
  height: 110px;
}
/* Gradient overlay as ::after pseudo-element - only on xl screens */
@media (min-width: 1024px) {
  .gradient-overlay-after {
    position: relative;
  }

  .gradient-overlay-after::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 45;
    background: linear-gradient(180deg, rgba(3, 0, 55, 0.31), rgba(3, 0, 55, 0.00));
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: height 300ms ease-out;
    pointer-events: none;
  }
}
/* FORMS */
form, .form-wrapper{
 font-family: "Noto Sans", sans-serif;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
form fieldset, .form-wrapper fieldset{
 width: 100%;
 max-width: 100% !important
}
form fieldset.form-columns-2,
.form-wrapper fieldset.form-columns-2{
 display: flex;
 gap: calc(1.50rem + 3.00 * var(--fluid-bp))
}
form fieldset label, 
.form-wrapper fieldset label{
 font-size: var(--f-base);
 line-height: 1.5
}
form fieldset .hs-form-field label,
form .hs-form-field label:not(.hs-form-checkbox-display):not(.hs-form-radio-display) {
  display: flex;
}
/* FORM FIELDS */
form fieldset .input, 
.form-wrapper fieldset .input,
.form-wrapper .hs-form-field .input{
 margin-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
 margin-right: 0rem
}
form input[multiple],
.form-wrapper input[multiple],
form input[type=date],
.form-wrapper input[type=date],
form input[type=datetime-local],
.form-wrapper input[type=datetime-local],
form input[type=email],
.form-wrapper input[type=email],
form input[type=month],
.form-wrapper input[type=month],
form input[type=number],
.form-wrapper input[type=number],
form input[type=password],
.form-wrapper input[type=password],
form input[type=search],
.form-wrapper input[type=search],
form input[type=tel],
.form-wrapper input[type=tel],
form input[type=text],
.form-wrapper input[type=text],
form input[type=time],
.form-wrapper input[type=time],
form input[type=url],
.form-wrapper input[type=url],
form input[type=week],
.form-wrapper input[type=week], 
form input:where(:not([type])),
.form-wrapper input:where(:not([type])),
form select,
.form-wrapper select,
form textarea,
.form-wrapper textarea{
 width: 100%;
 border-radius: calc(1.50rem + 3.00 * var(--fluid-bp));
 border-width: 1px;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 padding: 0.75rem;
 font-family: "Noto Sans", sans-serif;
 font-size: 1rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 300ms
}
form input[multiple]::-moz-placeholder, .form-wrapper input[multiple]::-moz-placeholder, form input[type=date]::-moz-placeholder, .form-wrapper input[type=date]::-moz-placeholder, form input[type=datetime-local]::-moz-placeholder, .form-wrapper input[type=datetime-local]::-moz-placeholder, form input[type=email]::-moz-placeholder, .form-wrapper input[type=email]::-moz-placeholder, form input[type=month]::-moz-placeholder, .form-wrapper input[type=month]::-moz-placeholder, form input[type=number]::-moz-placeholder, .form-wrapper input[type=number]::-moz-placeholder, form input[type=password]::-moz-placeholder, .form-wrapper input[type=password]::-moz-placeholder, form input[type=search]::-moz-placeholder, .form-wrapper input[type=search]::-moz-placeholder, form input[type=tel]::-moz-placeholder, .form-wrapper input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder, .form-wrapper input[type=text]::-moz-placeholder, form input[type=time]::-moz-placeholder, .form-wrapper input[type=time]::-moz-placeholder, form input[type=url]::-moz-placeholder, .form-wrapper input[type=url]::-moz-placeholder, form input[type=week]::-moz-placeholder, .form-wrapper input[type=week]::-moz-placeholder, form input:where(:not([type]))::-moz-placeholder, .form-wrapper input:where(:not([type]))::-moz-placeholder, form select::-moz-placeholder, .form-wrapper select::-moz-placeholder, form textarea::-moz-placeholder, .form-wrapper textarea::-moz-placeholder{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)))
}
form input[multiple]::placeholder,
.form-wrapper input[multiple]::placeholder,
form input[type=date]::placeholder,
.form-wrapper input[type=date]::placeholder,
form input[type=datetime-local]::placeholder,
.form-wrapper input[type=datetime-local]::placeholder,
form input[type=email]::placeholder,
.form-wrapper input[type=email]::placeholder,
form input[type=month]::placeholder,
.form-wrapper input[type=month]::placeholder,
form input[type=number]::placeholder,
.form-wrapper input[type=number]::placeholder,
form input[type=password]::placeholder,
.form-wrapper input[type=password]::placeholder,
form input[type=search]::placeholder,
.form-wrapper input[type=search]::placeholder,
form input[type=tel]::placeholder,
.form-wrapper input[type=tel]::placeholder,
form input[type=text]::placeholder,
.form-wrapper input[type=text]::placeholder,
form input[type=time]::placeholder,
.form-wrapper input[type=time]::placeholder,
form input[type=url]::placeholder,
.form-wrapper input[type=url]::placeholder,
form input[type=week]::placeholder,
.form-wrapper input[type=week]::placeholder, 
form input:where(:not([type]))::placeholder,
.form-wrapper input:where(:not([type]))::placeholder,
form select::placeholder,
.form-wrapper select::placeholder,
form textarea::placeholder,
.form-wrapper textarea::placeholder{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)))
}
form select option,
.form-wrapper select option{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
form select option:hover,
.form-wrapper select option:hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
form select,
.form-wrapper select{
 padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23030037' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9'/%3E%3C/svg%3E");
  background-position: right 0.7rem center;
  background-size: 18px
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownInput > div > span {
  border: none;
  display: inline-block;
  width: 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.5' d='M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
}
form label,
.form-wrapper label,
.form-wrapper label[data-hsfc-id=Renderer],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldLabel{
 margin-bottom: calc(0.75rem + 1.50 * var(--fluid-bp))
}
form textarea,
.form-wrapper textarea,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput{
 border-radius: calc(1.50rem + 3.00 * var(--fluid-bp));
 border-width: 1px;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 font-family: "Noto Sans", sans-serif;
 font-size: 1rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 300ms
}
form textarea::-moz-placeholder, .form-wrapper textarea::-moz-placeholder, .form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput::-moz-placeholder{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)))
}
form textarea::placeholder,
.form-wrapper textarea::placeholder,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput::placeholder{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)))
}
form textarea,
.form-wrapper textarea,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  min-height: 6lh; /* 6 lines based on line-height */
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput{
 gap: calc(0.75rem + 1.50 * var(--fluid-bp))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child{
 border-radius: 9999px;
 border-width: 1px;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child > div{
 display: inline-block;
 width: 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.5' d='M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9'/%3E%3C/svg%3E");
 width: 18px;
 height: 18px;
 border-style: none
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) > .hsfc-TextInput {
  border-left: inherit;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-radius: calc(1.50rem + 3.00 * var(--fluid-bp));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child:focus{
 outline: 2px solid transparent !important;
 outline-offset: 2px !important
}
form [type=checkbox],
.form-wrapper [type=checkbox],
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox],
.form-wrapper form fieldset input[type=checkbox],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput,
.form-wrapper .hs-form-booleancheckbox-display input{
 position: relative;
 float: none;
 height: 24px;
 width: 24px;
 border-radius: 6px;
 border-width: 1px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 --tw-shadow: 0 0 #0000 !important;
 --tw-shadow-colored: 0 0 #0000 !important;
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
 outline: 2px solid transparent !important;
 outline-offset: 2px !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none
}
form [type=radio],
.form-wrapper [type=radio],
.form-wrapper form[class*="hs-form"] fieldset input[type=radio],
.form-wrapper form fieldset input[type=radio],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput{
 position: relative;
 float: none;
 height: 24px;
 width: 24px;
 border-radius: 9999px;
 border-width: 1px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 --tw-shadow: 0 0 #0000 !important;
 --tw-shadow-colored: 0 0 #0000 !important;
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
 outline: 2px solid transparent !important;
 outline-offset: 2px !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none
}
form[type=checkbox]:checked:after,
.form-wrapper [type=checkbox]:checked:after,
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked:after,
.form-wrapper form fieldset input[type=checkbox]:checked:after,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
  -webkit-mask-image:none;
          mask-image:none; z-index: 0; border-radius: 9999px; --tw-bg-opacity: 1; background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
form[type=checkbox]:checked:before,
.form-wrapper [type=checkbox]:checked:before,
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked:before,
.form-wrapper form fieldset input[type=checkbox]:checked:before,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-self: center;
  justify-self: center;
  content: '';
  z-index: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.531 7.28-12 12a.75.75 0 01-1.061 0l-5.25-5.25a.75.75 0 011.061-1.06l4.72 4.72L20.47 6.22a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
form[type=checkbox]:checked,
.form-wrapper [type=checkbox]:checked,
.form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked,
.form-wrapper form fieldset input[type=checkbox]:checked,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
form [type=radio]:checked,
.form-wrapper [type=radio]:checked,
.form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked,
.form-wrapper form fieldset input[type=radio]:checked,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
form [type=radio]:checked:after,
.form-wrapper [type=radio]:checked:after,
.form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked:after,
.form-wrapper form fieldset input[type=radio]:checked:after,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked:after {
  -webkit-mask-image:none;
          mask-image:none; z-index: 0; border-radius: 9999px; --tw-bg-opacity: 1; background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
form [type=radio]:checked:before,
.form-wrapper [type=radio]:checked:before,
.form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked:before,
.form-wrapper form fieldset input[type=radio]:checked:before,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-self: center;
  justify-self: center;
  content: '';
  z-index: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.531 7.28-12 12a.75.75 0 01-1.061 0l-5.25-5.25a.75.75 0 011.061-1.06l4.72 4.72L20.47 6.22a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  --tw-text-opacity: 1;
  color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
form [type="file"],
.form-wrapper [type="file"],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput{
 cursor: pointer;
 font-family: "Noto Sans", sans-serif;
 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;
 outline-offset: 2px
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput:focus{
 border-radius: calc(1.50rem + 3.00 * var(--fluid-bp));
 outline: 2px solid transparent;
 outline-offset: 2px;
 --tw-ring-offset-width: 2px
}
form [type="file"]::file-selector-button,
.form-wrapper [type="file"]::file-selector-button,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput::file-selector-button{
 cursor: pointer;
 border-radius: 9999px;
 border-width: 1px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
 padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
 padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
 padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
 font-family: "Noto Sans", sans-serif;
 font-size: 1.125rem;
 font-weight: 700;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
form [type="file"]:hover::file-selector-button,
.form-wrapper [type="file"]:hover::file-selector-button,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FileInput:hover::file-selector-button{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)))
}
/* Default focus ring */
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus:not([aria-invalid="true"]),
.form-wrapper input:is([type=checkbox], [type=radio]):is(:focus-visible),
.form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child:focus{
 --tw-border-opacity: 1 !important;
 border-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-border-opacity))) !important;
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
 --tw-ring-opacity: 1 !important;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity))) !important
}
/* Success ring: only during active input (touched but not yet validated/blurred) */
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus[aria-invalid="false"][data-touched="true"]:not(:-moz-placeholder-shown){
 --tw-border-opacity: 1 !important;
 border-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-border-opacity))) !important;
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
 --tw-ring-opacity: 1 !important;
 --tw-ring-color: hsl(var(--twc-fg-success) / var(--twc-fg-success-opacity, var(--tw-ring-opacity))) !important
}
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea):focus[aria-invalid="false"][data-touched="true"]:not(:placeholder-shown){
 --tw-border-opacity: 1 !important;
 border-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-border-opacity))) !important;
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
 --tw-ring-opacity: 1 !important;
 --tw-ring-color: hsl(var(--twc-fg-success) / var(--twc-fg-success-opacity, var(--tw-ring-opacity))) !important
}
/* Error ring - persists even without focus */
.form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea)[aria-invalid="true"]{
 --tw-border-opacity: 1 !important;
 border-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-border-opacity))) !important;
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
 --tw-ring-opacity: 1 !important;
 --tw-ring-color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-ring-opacity))) !important
}
/* OLD HS FORM - CHECKBOXES AND RADIO BUTTONS */
form .hs-form-booleancheckbox-display,
.form-wrapper .hs-form-booleancheckbox-display{
 margin-top: calc(1.00rem + 2.00 * var(--fluid-bp))
}
form .hs-form-checkbox-display,
.form-wrapper .hs-form-checkbox-display,
form .hs-form-booleancheckbox-display,
.form-wrapper .hs-form-booleancheckbox-display,
form .hs-form-radio-display,
.form-wrapper .hs-form-radio-display{
 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))
}
form .hs-form-checkbox [type='checkbox']:checked,
form .hs-form-radio [type='radio']:checked,
form .hs-form-booleancheckbox [type='checkbox']:checked,
form .hs-form-booleancheckbox [type='radio']:checked {
  background-image: none !important;
}
/* OLD HS FORM - ERROR */
form .hs-error-msgs {
  /* padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp)); */
  line-height: 1;
  margin-top: -5px;
}
form label.hs-error-msg,
form .hs_error_rollup .hs-error-msgs label{
 font-size: 1rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)))
}
/* OLD HS FORM - LEGAL CONSENT */
form .legal-consent-container p{
 font-size: var(--f-base);
 line-height: 1.5
}
form .legal-consent-container .hs-form-booleancheckbox-display>span{
 margin: 0rem
}
/* OLD HS FORM - SUBMIT BUTTON (matches Button atom: secondary / secondary_inverted) */
form .hs-submit .actions,
.form-wrapper form .hs-submit .actions{
 position: relative;
 margin-top: calc(1.50rem + 3.00 * var(--fluid-bp));
 display: inline-block;
 overflow: hidden;
 border-radius: 9999px;
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 300ms
}
/* Default: match Button secondary (text-fg-primary, border-stroke-accent, transparent bg) */
form .hs-submit .actions input,
.form-wrapper.form-btn-secondary form .hs-submit .actions input{
 position: relative;
 z-index: 1;
 display: inline-block;
 cursor: pointer;
 overflow: hidden;
 border-radius: 9999px;
 text-align: center;
 font-family: "Noto Sans", sans-serif;
 font-size: 1.125rem;
 font-weight: 700;
 line-height: 1;
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 300ms;
 border-width: 2px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
 background-color: transparent;
 padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
 padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
 padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
 padding-right: 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)))
}
form .hs-submit .actions input:hover,
.form-wrapper.form-btn-secondary form .hs-submit .actions input:hover{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
form .hs-submit .actions input:focus-visible,
.form-wrapper.form-btn-secondary form .hs-submit .actions input:focus-visible{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
 outline: 2px solid transparent;
 outline-offset: 2px;
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 2px
}
/* secondary_inverted variant for old form (when .form-wrapper has form-btn-secondary_inverted) */
.form-wrapper.form-btn-secondary_inverted form .hs-submit .actions input{
 border-width: 2px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
 background-color: transparent;
 font-weight: 700;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.form-wrapper.form-btn-secondary_inverted form .hs-submit .actions input:hover{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.form-wrapper.form-btn-secondary_inverted form .hs-submit .actions input:focus-visible{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
 outline: 2px solid transparent;
 outline-offset: 2px;
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 2px
}
form .hs-submit .actions:before,
.form-wrapper.form-btn-secondary form .hs-submit .actions:before{
 position: absolute;
 top: 0rem;
 left: 0rem;
 z-index: -1;
 height: 100%;
 width: 100%;
 --tw-translate-y: 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));
 border-radius: 9999px;
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 300ms;
 --tw-content: '';
 content: var(--tw-content)
}
form .hs-submit .actions:hover:before,
.form-wrapper.form-btn-secondary form .hs-submit .actions:hover:before{
 --tw-translate-y: 0rem;
 --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))
}
/* NEW HS FORM */
.form-wrapper .hsfc-Form > div, 
.form-wrapper .hsfc-Form .hsfc-Step > div {
  padding: 0;
  margin: 0;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions{
 border-radius: calc(1.50rem + 3.00 * var(--fluid-bp));
 border-width: 1px;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 font-size: 1rem
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search {
  background: none;
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search input{
 font-family: "Noto Sans", sans-serif;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search input:hover{
 --tw-shadow: 0 0 #0000;
 --tw-shadow-colored: 0 0 #0000;
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List{
 font-family: "Noto Sans", sans-serif;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  background: none
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem{
 font-family: "Noto Sans", sans-serif;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  background: none
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem:hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
/* NEW HS FORM - submit buttons (match Button atom secondary / secondary_inverted) */
.form-wrapper.form-btn-secondary button[type="submit"],
.form-wrapper.form-btn-secondary button.hsfc-Button[type="submit"],
.form-wrapper.form-btn-secondary button.hsfc-Button[type="button"]{
 display: inline-block;
 cursor: pointer;
 border-radius: 9999px;
 border-width: 2px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
 background-color: transparent;
 padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
 padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
 padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
 padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
 font-family: "Noto Sans", sans-serif;
 font-size: 1.125rem;
 font-weight: 700;
 line-height: 1;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 300ms;
 outline: 2px solid transparent;
 outline-offset: 2px
}
.form-wrapper.form-btn-secondary button[type="submit"]:focus-visible,
.form-wrapper.form-btn-secondary button.hsfc-Button[type="submit"]:focus-visible,
.form-wrapper.form-btn-secondary button.hsfc-Button[type="button"]:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 2px
}
.form-wrapper.form-btn-secondary button[type="submit"]:hover,
.form-wrapper.form-btn-secondary button.hsfc-Button[type="submit"]:hover,
.form-wrapper.form-btn-secondary button.hsfc-Button[type="button"]:hover{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.form-wrapper.form-btn-secondary_inverted button[type="submit"],
.form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="submit"],
.form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="button"]{
 display: inline-block;
 cursor: pointer;
 border-radius: 9999px;
 border-width: 2px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
 background-color: transparent;
 padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
 padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
 padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
 padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
 font-family: "Noto Sans", sans-serif;
 font-size: 1.125rem;
 font-weight: 700;
 line-height: 1;
 --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;
 outline: 2px solid transparent;
 outline-offset: 2px
}
.form-wrapper.form-btn-secondary_inverted button[type="submit"]:focus-visible,
.form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="submit"]:focus-visible,
.form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="button"]:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 2px
}
.form-wrapper.form-btn-secondary_inverted button[type="submit"]:hover,
.form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="submit"]:hover,
.form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="button"]:hover{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ErrorAlert{
 font-family: "Noto Sans", sans-serif;
 font-size: 1rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer],
.form-wrapper [data-hsfc-id=Renderer] .hsfc-Form, 
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldLabel,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ProgressBar__Text,
.form-wrapper [data-hsfc-id=Renderer] .hsfc-InfoAlert{
 font-family: "Noto Sans", sans-serif;
 font-size: 1rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText, 
.form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText p{
 font-family: "Noto Sans", sans-serif;
 font-size: 1rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldDescription{
 font-family: "Noto Sans", sans-serif;
 font-size: 0.875rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)))
}
.form-wrapper h1.hsfc-Heading{
 font-family: "Noto Sans", sans-serif;
 font-size: var(--f-4xl);
 line-height: 1.1;
 font-weight: 900;
 letter-spacing: -2.25px;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper h2.hsfc-Heading{
 font-family: "Noto Sans", sans-serif;
 font-size: var(--f-3xl);
 line-height: 1.2;
 font-weight: 900;
 letter-spacing: -1.68px;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper h3.hsfc-Heading{
 font-family: "Noto Sans", sans-serif;
 font-size: var(--f-2xl);
 line-height: 1.2;
 font-weight: 900;
 letter-spacing: -1.26px;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper h4.hsfc-Heading{
 font-family: "Noto Sans", sans-serif;
 font-size: var(--f-xl);
 line-height: 1.2;
 font-weight: 900;
 letter-spacing: -0.96px;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper h5.hsfc-Heading{
 font-family: "Noto Sans", sans-serif;
 font-size: var(--f-lg);
 line-height: 1.4;
 font-weight: 900;
 letter-spacing: -0.72px;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper h6.hsfc-Heading{
 font-family: "Noto Sans", sans-serif;
 font-size: var(--f-base);
 line-height: 1.5;
 font-weight: 900;
 letter-spacing: -0.54px;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)))
}
.form-wrapper [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress > div{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
/* Tab Component Styles */
.hd-tab {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hd-tab {
    display: inline-flex;
    flex: 1;
  }
}
.hd-tab.active {
  background: var(--tab-active-bg);
}
.hd-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%; 
  height: 6px; 
  background: var(--tab-active-underline);
  transition: transform 0.3s ease;
}
/* Custom styles for the hover state underline */
.hd-tab:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%; 
  height: 6px; 
  background: var(--tab-hover-underline);
}
/* CSS custom properties using design tokens */
:root {
  /* Light mode - using surface-accent with gradients */
  --tab-active-bg: linear-gradient(90deg, rgba(var(--surface-accent-rgb), 0) 0%, rgba(var(--surface-accent-rgb), 0.25) 53.37%, rgba(var(--surface-accent-rgb), 0) 100%);
  --tab-active-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-primary) 0%, var(--surface-accent) 40%, transparent 100%);
  --tab-hover-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-primary) 0%, var(--surface-accent) 40%, transparent 100%);
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  :root {
    --tab-active-bg: linear-gradient(90deg, rgba(var(--surface-accent-rgb), 0) 0%, rgba(var(--surface-accent-rgb), 0.25) 53.37%, rgba(var(--surface-accent-rgb), 0) 100%);
    --tab-active-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
    --tab-hover-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
  }
}
/* Support for data-theme attribute */
[data-theme="dark"] {
  --tab-active-bg: linear-gradient(90deg, rgba(var(--surface-accent-rgb), 0) 0%, rgba(var(--surface-accent-rgb), 0.25) 53.37%, rgba(var(--surface-accent-rgb), 0) 100%);
  --tab-active-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
  --tab-hover-underline: radial-gradient(ellipse 50% 100% at center, var(--surface-alternate) 0%, var(--surface-accent) 40%, transparent 100%);
}
#subscription-preferences .page-header{
 margin-bottom: var(--inner-gutter)
}
#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.2
}
#subscription-preferences .page-header h2:before{
 --tw-content: none;
 content: var(--tw-content)
}
#subscription-preferences .email-prefs p.header{
 margin-bottom: var(--inner-gutter);
 font-size: var(--f-lg);
 line-height: 1.4
}
#subscription-preferences .email-prefs .item{
 padding-bottom: var(--inner-gutter)
}
#subscription-preferences .email-prefs .item-inner{
 position: relative;
 padding-left: 36px
}
#subscription-preferences .email-prefs .item-inner .fakelabel{
 display: block;
 padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
 font-size: 1rem;
 line-height: 1.5
}
#subscription-preferences .email-prefs .item-inner > p{
 margin-top: 0rem;
 font-size: 0.875rem
}
#subscription-preferences .email-prefs .item-inner .checkbox-row input{
 position: absolute;
 left: 0rem;
 top: 0rem;
 border-radius: 0px;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)))
}
#subscription-preferences .email-prefs .subscribe-options{
 display: flex;
 flex-direction: column-reverse
}
#subscription-preferences .email-prefs .subscribe-options .header{
 margin-top: 0rem;
 margin-bottom: var(--inner-gutter);
 padding-left: 36px;
 font-size: 0.875rem
}
#subscription-preferences .email-prefs .subscribe-options p{
 margin-top: 0rem
}
#subscription-preferences .email-prefs .subscribe-options label{
 margin-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
 display: flex;
 align-items: center;
 gap: 0.75rem
}
#subscription-preferences .email-prefs .subscribe-options label span{
 font-size: 18px;
 line-height: 1.5;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
#subscription-preferences input#globalunsub{
 border-radius: 0px;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)))
}
/* SUBMIT BUTTON */
#subscription-preferences .email-prefs input.hs-button{
 display: block;
 cursor: pointer;
 align-items: center;
 border-radius: 9999px;
 border-width: 1px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
 padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
 padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
 padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
 font-size: 1.125rem;
 font-weight: 700;
 line-height: 1;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
 outline: 2px solid transparent;
 outline-offset: 2px;
 transition-property: all;
 transition-duration: 300ms;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
/* #subscription-preferences .email-prefs input.hs-button {
    @apply icon-[i--ui-icons-arrow-right] pr-2rem;

    padding-right: 2rem;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px;
} */
#subscription-preferences .email-prefs input.hs-button:hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)))
}
#subscription-preferences .email-prefs input.hs-button:focus{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)))
}
.blog-post-body #hs_cos_wrapper_post_body > p,
.blog-post-body #hs_cos_wrapper_post_body > h1,
.blog-post-body #hs_cos_wrapper_post_body > h2,
.blog-post-body #hs_cos_wrapper_post_body > h3,
.blog-post-body #hs_cos_wrapper_post_body > h4,
.blog-post-body #hs_cos_wrapper_post_body > h5,
.blog-post-body #hs_cos_wrapper_post_body > h6,
.blog-post-body #hs_cos_wrapper_post_body > ul,
.blog-post-body #hs_cos_wrapper_post_body > ol,
.blog-post-body #hs_cos_wrapper_post_body > blockquote,
.blog-post-body #hs_cos_wrapper_post_body > img,
.blog-post-body #hs_cos_wrapper_post_body > [data-hs-responsive-table="true"],
.blog-post-body #hs_cos_wrapper_post_body > div:not(.hs_cos_wrapper.hs_cos_wrapper_widget),
.blog-post-body #hs_cos_wrapper_post_body > pre,
.blog-post-body #hs_cos_wrapper_post_body > hr,
.blog-post-body #hs_cos_wrapper_post_body > table{
 margin-top: 1.375rem;
 margin-bottom: 1.375rem;
 font-family: "Noto Sans", sans-serif
}
.blog-post-body #hs_cos_wrapper_post_body > pre {
    overflow-x: auto;
    border-radius: calc(1.50rem + 3.00 * var(--fluid-bp));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
    padding: calc(1.50rem + 3.00 * var(--fluid-bp));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.blog-post-body #hs_cos_wrapper_post_body > blockquote {
    overflow-x: auto;
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
    font-weight: 600;
    font-style: italic;
    border-left-width: 0.25rem;
    padding-left: 1em;
}
.blog-post-body #hs_cos_wrapper_post_body > blockquote p:first-child:before {
    content: "";
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))}
.blog-post-body #hs_cos_wrapper_post_body > blockquote p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.blog-post-body #hs_cos_wrapper_post_body > blockquote p:last-child:after {
    content: "";
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))}
.blog-post-body #hs_cos_wrapper_post_body > [data-hs-responsive-table="true"] > table, 
.blog-post-body #hs_cos_wrapper_post_body > table{
 --tw-border-opacity: 1 !important;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity))) !important;
 font-family: "Noto Sans", sans-serif;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
    margin:0 !important
}
.blog-post-body #hs_cos_wrapper_post_body > [data-hs-responsive-table="true"] > table tr,
.blog-post-body #hs_cos_wrapper_post_body > table tr{
 border-bottom-width: 1px;
 --tw-border-opacity: 1 !important;
 border-bottom-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity))) !important
}
.blog-post-body #hs_cos_wrapper_post_body > hr{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)))
}
.blog-post-body #hs_cos_wrapper_post_body > p img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.blog-post-body #hs_cos_wrapper_post_body > h1:not(.headline),
.blog-post-body #hs_cos_wrapper_post_body > h2:not(.headline),
.blog-post-body #hs_cos_wrapper_post_body > h3:not(.headline),
.blog-post-body #hs_cos_wrapper_post_body > h4:not(.headline),
.blog-post-body #hs_cos_wrapper_post_body > h5:not(.headline),
.blog-post-body #hs_cos_wrapper_post_body > h6:not(.headline){
 margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
 margin-top: 0rem;
 font-weight: 900;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.blog-post-body #hs_cos_wrapper_post_body > h1:not(.headline) a,
.blog-post-body #hs_cos_wrapper_post_body > h2:not(.headline) a,
.blog-post-body #hs_cos_wrapper_post_body > h3:not(.headline) a,
.blog-post-body #hs_cos_wrapper_post_body > h4:not(.headline) a,
.blog-post-body #hs_cos_wrapper_post_body > h5:not(.headline) a,
.blog-post-body #hs_cos_wrapper_post_body > h6:not(.headline) a{
 font-weight: 900;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.blog-post-body #hs_cos_wrapper_post_body > h1:not(.headline) a:hover,
.blog-post-body #hs_cos_wrapper_post_body > h2:not(.headline) a:hover,
.blog-post-body #hs_cos_wrapper_post_body > h3:not(.headline) a:hover,
.blog-post-body #hs_cos_wrapper_post_body > h4:not(.headline) a:hover,
.blog-post-body #hs_cos_wrapper_post_body > h5:not(.headline) a:hover,
.blog-post-body #hs_cos_wrapper_post_body > h6:not(.headline) a:hover{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.blog-post-body #hs_cos_wrapper_post_body > p,
.blog-post-body #hs_cos_wrapper_post_body > span{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.blog-post-body #hs_cos_wrapper_post_body > ul,
.blog-post-body #hs_cos_wrapper_post_body > ol{
 margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
 margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
 padding-left: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.blog-post-body #hs_cos_wrapper_post_body ul li, 
.blog-post-body #hs_cos_wrapper_post_body ol li{
 margin-top: calc(0.50rem + 1.00 * var(--fluid-bp));
 margin-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.blog-post-body #hs_cos_wrapper_post_body li p,
.blog-post-body #hs_cos_wrapper_post_body li span {
  margin: 0;
  padding: 0;
}
.blog-post-body #hs_cos_wrapper_post_body > ul {
  list-style: disc outside;
}
.blog-post-body #hs_cos_wrapper_post_body > ol {
  list-style: decimal outside;
}
.blog-post-body #hs_cos_wrapper_post_body ul li::marker,
.blog-post-body #hs_cos_wrapper_post_body ol li::marker{
 font-weight: 700;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.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%
}
/* Leaflet Styles */
.hs-leaflet.leaflet-touch .leaflet-control-layers,
.hs-leaflet.leaflet-touch .leaflet-bar {
  border-width: 0px;
}
.hs-leaflet.leaflet-touch .leaflet-bar a {
  line-height: 1.5;
  background-color: rgba(255,255,255,.8);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.hs-leaflet.leaflet-touch .leaflet-bar a:first-child,
.hs-leaflet.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 8px;
}
.hs-leaflet .leaflet-control-zoom-in,
.hs-leaflet .leaflet-control-zoom-out{
 display: flex;
 align-items: center;
 justify-content: center;
 --tw-bg-opacity: 1;
 background-color: rgb(222 207 185 / var(--tw-bg-opacity));
 font-weight: 400;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
 text-decoration-line: none !important;
 outline: 2px solid transparent;
 outline-offset: 2px
}
.hs-leaflet .leaflet-control-zoom-in:focus-visible,
.hs-leaflet .leaflet-control-zoom-out:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 1px
}
.hs-leaflet .leaflet-control-zoom-in,
.hs-leaflet .leaflet-control-zoom-out {
  --tw-ring-offset-color: transparent;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 16px;
  text-indent: 0px;
  transition: all 0.3s ease;
}
.hs-leaflet .leaflet-control-zoom-in:hover,
.hs-leaflet .leaflet-control-zoom-out:hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.hs-leaflet .leaflet-bar{
 display: flex;
 flex-direction: column;
  gap: 6px
}
.hs-leaflet .leaflet-bar a{
 border-width: 0px
}
.hs-leaflet .leaflet-bar a:hover,
.hs-leaflet .leaflet-bar a:focus-visible{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.hs-leaflet .leaflet-popup-content-wrapper,
.hs-leaflet .leaflet-popup-tip {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.hs-leaflet .leaflet-popup-tip {
  border-radius: 4px;
}
.hs-leaflet.leaflet-container a.leaflet-popup-close-button{
 border-radius: 9999px;
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 font-size: 0.875rem;
 line-height: 1.5;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
  top: -10px;
  right: -10px
}
.hs-leaflet.leaflet-container a.leaflet-popup-close-button:hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.hs-leaflet-unstyled-popover .leaflet-popup-content-wrapper{
 display: flex
}
.hs-leaflet-unstyled-popover .leaflet-popup-content{
 margin: 0rem;
 border-radius: 0px;
 padding: 0rem;
  background: transparent;
  line-height: normal;
  font-size: inherit;
  min-height: auto
}
.hs-leaflet .leaflet-marker-icon:focus-visible{
 outline: 2px solid transparent;
 outline-offset: 2px
}
.hs-leaflet .leaflet-marker-icon:focus-visible:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 1px
}
.hs-leaflet .leaflet-marker-icon:focus-visible {
  --tw-ring-offset-color: transparent;
  border-radius: 8px;
  outline: none;
}
.hs-leaflet .leaflet-control-attribution a{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
 outline: 2px solid transparent;
 outline-offset: 2px
}
.hs-leaflet .leaflet-control-attribution a:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 1px
}
.hs-leaflet .leaflet-control-attribution a {
  --tw-ring-offset-color: transparent;
}
/* Overwrites */
.focus-helper{
 outline: 2px solid transparent;
 outline-offset: 2px
}
.focus-helper:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 1px
}
.focus-helper {
  --tw-ring-offset-color: transparent;
}
/* Tab Map Styling */
.tab-map-tabs-container {
    height: auto;
    min-height: 100%;
}
.tab-map-button,
.tab-map-button[type='button']{
 position: relative;
 width: 100%;
 --tw-bg-opacity: 1;
 background-color: rgb(222 207 185 / var(--tw-bg-opacity));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
 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: linear
}
.tab-map-button:focus-visible,
.tab-map-button[type='button']:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-inset: inset;
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)))
}
.tab-map-button,
.tab-map-button[type='button'] {
  --tw-ring-offset-color: transparent;
}
.tab-map-button:hover:not(.active):not([aria-selected="true"]),
.tab-map-button.active,
.tab-map-button[aria-selected="true"]{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.tab-map-button.active:hover,
.tab-map-button[aria-selected="true"]:hover{
 opacity: 0.9
}
.tab-map-button:hover:not(.active):not([aria-selected="true"]) .icon-wrapper,
.tab-map-button.active .icon-wrapper,
.tab-map-button[aria-selected="true"] .icon-wrapper{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.tab-map-button span {
  color: inherit;
}
.tab-map-button .icon-wrapper{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.tab-map-search:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23030037' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .tab-map-module {
    max-height: none;
  }
  
  .tab-map-container{
  order: 1;
  width: 100%;
    height: auto;
    aspect-ratio: 16 / 9
 }
  
  .tab-map-tabs-container{
  order: 2;
  width: 100%;
    max-width: 100%;
    height: auto
 }
  
  .tab-map-tabs-container [role="tablist"]{
  position: relative;
  flex-direction: row;
  overflow-x: auto;
    overflow-y: visible;
    height: auto
 }
  
  .tab-map-module [role="tablist"] button{
  white-space: nowrap;
    min-width: -moz-fit-content;
    min-width: fit-content
 }
}
/**
 * Form module – form text and border overrides by variant.
 * Scoped to .form-module__form--color-{value}. No form element backgrounds changed.
 * Light (--color-light): uses inherited global form styles (dark text and borders).
 * Dark (--color-dark): text-fg-alternate and border-stroke-alternate for labels/controls; input value and placeholder text unchanged.
 */
/* Validation/error text: always error colour (so it’s the same for inputs and checkboxes) */
.form-module__form .form-wrapper label.hs-error-msg,
.form-module__form .form-wrapper .hs_error_rollup .hs-error-msgs label,
.form-module__form .form-wrapper [data-hsfc-id=Renderer] .hsfc-ErrorAlert{
 font-size: 1rem;
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)))
}
/* Light: no overrides; inherited form styles apply. */
/* Dark: text-fg-alternate (labels, headings, descriptions) and border-stroke-alternate; input/textarea value and placeholder unchanged */
.form-module__form--color-dark .form-wrapper{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.form-module__form--color-dark .form-wrapper fieldset label,
.form-module__form--color-dark .form-wrapper label,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldLabel,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-Form,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-ProgressBar__Text,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-InfoAlert,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText p,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldDescription,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__Search input,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-Heading{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.form-module__form--color-dark .form-wrapper :is(input:not([type=checkbox]):not([type=radio]), select, textarea),
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-TextareaInput,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput > div:first-child,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) > .hsfc-TextInput,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-DropdownOptions,
.form-module__form--color-dark .form-wrapper form[class*="hs-form"] fieldset input[type=checkbox],
.form-module__form--color-dark .form-wrapper form fieldset input[type=checkbox],
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput,
.form-module__form--color-dark .form-wrapper form[class*="hs-form"] fieldset input[type=radio],
.form-module__form--color-dark .form-wrapper form fieldset input[type=radio],
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)))
}
/* Dark: links (including p a, checkbox/legal consent, RichText) – white (fg-alternate) by default, accent on hover */
.form-module__form--color-dark .form-wrapper a,
.form-module__form--color-dark .form-wrapper p a,
.form-module__form--color-dark .form-wrapper .legal-consent-container a,
.form-module__form--color-dark .form-wrapper .legal-consent-container p a,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText a,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText p a,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldDescription a{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity))) !important
}
.form-module__form--color-dark .form-wrapper a:hover,
.form-module__form--color-dark .form-wrapper p a:hover,
.form-module__form--color-dark .form-wrapper .legal-consent-container a:hover,
.form-module__form--color-dark .form-wrapper .legal-consent-container p a:hover,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText a:hover,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RichText p a:hover,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-FieldDescription a:hover{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity))) !important
}
/* Dark: checked checkbox/radio border white */
.form-module__form--color-dark .form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked,
.form-module__form--color-dark .form-wrapper form fieldset input[type=checkbox]:checked,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked,
.form-module__form--color-dark .form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked,
.form-module__form--color-dark .form-wrapper form fieldset input[type=radio]:checked,
.form-module__form--color-dark .form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)))
}
/* Buttons: only follow button type (secondary / secondary_inverted), not form text colour */
.form-module__form .form-wrapper.form-btn-secondary button[type="submit"],
.form-module__form .form-wrapper.form-btn-secondary button.hsfc-Button[type="submit"],
.form-module__form .form-wrapper.form-btn-secondary button.hsfc-Button[type="button"],
.form-module__form .form-wrapper.form-btn-secondary form .hs-submit .actions input{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important
}
.form-module__form .form-wrapper.form-btn-secondary button[type="submit"]:hover,
.form-module__form .form-wrapper.form-btn-secondary button.hsfc-Button[type="submit"]:hover,
.form-module__form .form-wrapper.form-btn-secondary button.hsfc-Button[type="button"]:hover,
.form-module__form .form-wrapper.form-btn-secondary form .hs-submit .actions input:hover{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity))) !important
}
.form-module__form .form-wrapper.form-btn-secondary_inverted button[type="submit"],
.form-module__form .form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="submit"],
.form-module__form .form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="button"],
.form-module__form .form-wrapper.form-btn-secondary_inverted form .hs-submit .actions input{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity))) !important
}
.form-module__form .form-wrapper.form-btn-secondary_inverted button[type="submit"]:hover,
.form-module__form .form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="submit"]:hover,
.form-module__form .form-wrapper.form-btn-secondary_inverted button.hsfc-Button[type="button"]:hover,
.form-module__form .form-wrapper.form-btn-secondary_inverted form .hs-submit .actions input:hover{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity))) !important
}
/* Checkbox and radio: keep correct shape and fill in form module (border colour from variant rules above) */
.form-module__form .form-wrapper form[class*="hs-form"] fieldset input[type=checkbox],
.form-module__form .form-wrapper form fieldset input[type=checkbox],
.form-module__form .form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.form-module__form .form-wrapper form[class*="hs-form"] fieldset input[type=checkbox]:checked,
.form-module__form .form-wrapper form fieldset input[type=checkbox]:checked,
.form-module__form .form-wrapper [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.form-module__form .form-wrapper form[class*="hs-form"] fieldset input[type=radio],
.form-module__form .form-wrapper form fieldset input[type=radio],
.form-module__form .form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput{
 border-radius: 9999px;
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.form-module__form .form-wrapper form[class*="hs-form"] fieldset input[type=radio]:checked,
.form-module__form .form-wrapper form fieldset input[type=radio]:checked,
.form-module__form .form-wrapper [data-hsfc-id=Renderer] .hsfc-RadioInput:checked{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-border-opacity)));
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
/* 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;
 align-items: center;
 gap: 7px
}
.blaze-pagination button{
 width: 10px;
 height: 10px;
 cursor: pointer;
 border-radius: 9999px;
 border-style: none;
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-bg-opacity)));
 padding: 0rem;
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 200ms;
 transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}
.blaze-pagination button.active{
 width: 12px;
 height: 12px;
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-fg-accent) / var(--twc-fg-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: 15px;
 height: 15px;
 border-radius: 0.125rem;
 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));
 border-radius: 0.125rem;
 --tw-content: '';
 content: var(--tw-content)
}
.hs-tooltip-toggle {
  
}
.hs-tooltip-content[data-popper-placement^='top'] > #arrow{
 bottom: -8px;
 left: -8px !important
}
.hs-tooltip-content[data-popper-placement^='bottom'] > #arrow{
 top: -8px;
 left: -8px !important
}
.hs-tooltip-content[data-popper-placement^='left'] > #arrow{
 right: 0
}
.hs-tooltip-content[data-popper-placement^='right'] > #arrow{
 right: 100%;
 left: auto
}
/* Tailwind */
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root{
 --breakpoint: "xs";
 --container-width: unset;
 --inner-gutter: 16px;
 --outer-gutter: 16px;
 --grid-columns: 4;
 --env: "dev";
 --grid-column-bg: rgba(127, 255, 255, 0.25)
}
@media (min-width: 640px){
 :root{
  --breakpoint: "sm";
  --container-width: unset;
  --inner-gutter: 20px;
  --outer-gutter: 24px;
  --grid-columns: 4
 }
}
@media (min-width: 768px){
 :root{
  --breakpoint: "md";
  --container-width: unset;
  --inner-gutter: 22px;
  --outer-gutter: 32px;
  --grid-columns: 8
 }
}
@media (min-width: 1024px){
 :root{
  --breakpoint: "lg";
  --container-width: unset;
  --inner-gutter: 32px;
  --outer-gutter: 48px;
  --grid-columns: 12
 }
}
@media (min-width: 1280px){
 :root{
  --breakpoint: "xl";
  --container-width: unset;
  --inner-gutter: 40px;
  --outer-gutter: 80px;
  --grid-columns: 12
 }
}
@media (min-width: 1520px){
 :root{
  --breakpoint: "xxl";
  --container-width: 1440px;
  --inner-gutter: 40px;
  --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))))) !important;
 margin-right: auto !important;
 margin-left: auto !important
}
.container{
 width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
 margin-right: auto;
 margin-left: auto
}
.\!container > *{
 --container-outer-gutter: 0 !important;
 --breakout-container-outer-gutter: 0 !important
}
.container > *{
 --container-outer-gutter: 0;
 --breakout-container-outer-gutter: 0
}
.breakout{
 --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
 --breakout-container-outer-gutter: var(--outer-gutter);
 position: relative;
 left: 50%;
 width: calc(100vw - var(--scrollbar-visible-width, 0px));
 margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2)
}
.breakout.px-outer-gutter, .breakout > .px-outer-gutter{
 padding-left: var(--breakout-outer-gutter);
 padding-right: var(--breakout-outer-gutter)
}
.breakout.pr-outer-gutter, .breakout > .pr-outer-gutter{
 padding-right: var(--breakout-outer-gutter)
}
.breakout.pl-outer-gutter, .breakout > .pl-outer-gutter{
 padding-left: var(--breakout-outer-gutter)
}
.breakout > .w-outer-gutter{
 width: var(--breakout-outer-gutter)
}
:root{
 --spacing-fg-md: 1rem;
 --spacing-fg-lg: 1.25rem;
 --spacing-fg-xl: 1.375rem;
 --spacing-fg-2xl: 1.5rem;
 --spacing-fg-3xl: 1.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: 1520px){
 :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: 1520;
 --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: 1520px){
 :root{
  --fluid-screen: calc(var(--fluid-max-width) * 1px)
 }
}
:root{
 --f-xs-min: 11.49;
 --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: 13.56;
 --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: 18.88;
 --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: 22.28;
 --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: 26.29;
 --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: 31.02;
 --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: 36.60;
 --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: 43.19;
 --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: 1520px;
  }
/* 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-8-cols{
 width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
}
.cols-container > .w-8-cols{
 width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
}
.w-8-cols > *{
 --container-grid-columns: 8
}
.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 > .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))))
}
.w-12-cols > *{
 --container-grid-columns: 12
}
[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-surface-accent-teal[class*="grid-line-x-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-y-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-surface-accent-teal[class*="grid-line-x-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-y-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-surface-accent-teal[class*="grid-line-x-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-y-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-surface-accent-teal[class*="grid-line-x-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-y-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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: 1520px){
 [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-surface-accent-teal[class*="grid-line-x-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-y-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::before{
  border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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-teal[class*="grid-line-xy-"] > *::after{
  border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `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
}
.prose-lg{
 font-size: 1.125rem;
 line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.3333333em;
 margin-bottom: 1.3333333em
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 1.2222222em;
 line-height: 1.4545455;
 margin-top: 1.0909091em;
 margin-bottom: 1.0909091em
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.6666667em;
 margin-bottom: 1.6666667em;
 padding-left: 1em
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 2.6666667em;
 margin-top: 0;
 margin-bottom: 0.8333333em;
 line-height: 1
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 1.6666667em;
 margin-top: 1.8666667em;
 margin-bottom: 1.0666667em;
 line-height: 1.3333333
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 1.3333333em;
 margin-top: 1.6666667em;
 margin-bottom: 0.6666667em;
 line-height: 1.5
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.7777778em;
 margin-bottom: 0.4444444em;
 line-height: 1.5555556
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.7777778em;
 margin-bottom: 1.7777778em
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.7777778em;
 margin-bottom: 1.7777778em
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0;
 margin-bottom: 0
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.7777778em;
 margin-bottom: 1.7777778em
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 0.8888889em;
 border-radius: 0.3125rem;
 padding-top: 0.2222222em;
 padding-right: 0.4444444em;
 padding-bottom: 0.2222222em;
 padding-left: 0.4444444em
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 0.8888889em
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 0.8666667em
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 0.875em
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 0.8888889em;
 line-height: 1.75;
 margin-top: 2em;
 margin-bottom: 2em;
 border-radius: 0.375rem;
 padding-top: 1em;
 padding-right: 1.5em;
 padding-bottom: 1em;
 padding-left: 1.5em
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.3333333em;
 margin-bottom: 1.3333333em;
 padding-left: 1.5555556em
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.3333333em;
 margin-bottom: 1.3333333em;
 padding-left: 1.5555556em
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0.6666667em;
 margin-bottom: 0.6666667em
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-left: 0.4444444em
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-left: 0.4444444em
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0.8888889em;
 margin-bottom: 0.8888889em
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.3333333em
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-bottom: 1.3333333em
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.3333333em
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-bottom: 1.3333333em
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0.8888889em;
 margin-bottom: 0.8888889em
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.3333333em;
 margin-bottom: 1.3333333em
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.3333333em
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0.6666667em;
 padding-left: 1.5555556em
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 3.1111111em;
 margin-bottom: 3.1111111em
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 0.8888889em;
 line-height: 1.5
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-right: 0.75em;
 padding-bottom: 0.75em;
 padding-left: 0.75em
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-left: 0
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-right: 0
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-top: 0.75em;
 padding-right: 0.75em;
 padding-bottom: 0.75em;
 padding-left: 0.75em
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-left: 0
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 padding-right: 0
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 1.7777778em;
 margin-bottom: 1.7777778em
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0;
 margin-bottom: 0
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 font-size: 0.8888889em;
 line-height: 1.5;
 margin-top: 1em
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-top: 0
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
 margin-bottom: 0
}
.icon-\[i--branded-icons-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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M24 0c13.255 0 24 10.745 24 24S37.255 48 24 48 0 37.255 0 24 10.745 0 24 0Zm0 3.348a20.652 20.652 0 100 41.304 20.652 20.652 0 000-41.304Zm4.915 5.023a16.1 16.1 0 014.325 2.458c.3.23.588.475.871.737.053.045.099.093.149.144a16.208 16.208 0 012.136 2.424c.089.122.182.235.264.352.154.226.298.461.442.696.247.397.476.806.684 1.224.127.24.24.502.357.756.08.176.168.356.24.543.175.437.331.876.473 1.325.046.148.082.307.125.456.243.854.416 1.726.516 2.608.017.159.04.327.053.483.048.516.079 1.037.079 1.56a17.245 17.245 0 01-.281 3.048c-.034.175-.062.353-.096.52a17.5 17.5 0 01-.336 1.345c-1.222-.56-2.657-1.383-3.031-2.288-.682-1.632-2.496-2.448-3.235-4.55-1.217-3.48.398-3.389.624-5.549.105-1.013-.624-1.224-1.587-.811-2.246.943-3.007.58-3.46-1.111-.454-1.687 0-2.158 0-2.158-1.532.168-1.59-1.697-.795-2.167.552-.317 1.02-1.289 1.483-2.045Zm-6.417 10.342c1.416-.648 2.724-.881 2.55-1.995-.167-1.101-.566-1.922-2.778-1.922-2.213 0-1.248 3.036-3.063 1.224-1.814-1.8.396-1.334 1.303-1.745.91-.413 1.817-2.105.228-2.225-1.586-.112-1.248.701-2.496.24-1.248-.47-1.814 1.63-2.61 1.337-.524-.197-1.928-1.277-2.86-2.34a16.8 16.8 0 00-4.4 6.024c.27 3.137 1.929 4.783 1.929 4.783s.852 2.043 5.959 4.553c0 0 .96.058-.173-1.106-1.133-1.169-2.383-2.628-.965-3.384 1.416-.766 1.817-.701 2.158.703.338 1.402 1.476.576 1.586-.766.116-1.336 2.213-2.733 3.632-3.381Zm-1.08 7.053c2.443 0 2.215.761 4.144 2.46 1.928 1.69.908 3.382-.06 4.668-.962 1.282-1.814 2.736-2.268 5.372-.456 2.625-1.646.753-2.04.112-.398-.645-1.022-1.226-.85-3.912.169-2.683-1.648-1.104-2.27-4.608-.624-3.499.908-4.09 3.346-4.09m11.945 2.314c.65-.415 2.208.668 1.872 1.808-.343 1.14-1.419.496-1.959 0-.54-.495-.568-1.4.087-1.808Z'/%3E%3C/svg%3E")
}
.icon-\[i--branded-icons-quote\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M22.382 31.514c0-1.76-.46-3.238-1.38-4.434-.652-.824-1.537-1.365-2.654-1.624-1.1-.256-2.14-.274-3.08-.056-.32-1.9.2-3.912 1.52-6.044 1.323-2.13 3.028-3.733 5.116-4.806L18.742 10c-1.6.792-3.12 1.796-4.52 3.01a22.923 22.923 0 00-3.8 4.188c-1.12 1.578-1.96 3.36-2.5 5.38s-.69 4.08-.432 6.2c.336 2.8 1.24 5.04 2.712 6.7C11.672 37.159 13.505 38 15.698 38c1.93 0 3.532-.58 4.8-1.756 1.255-1.152 1.881-2.73 1.88-4.736l.004.006Zm18.248 0c0-1.76-.46-3.238-1.38-4.434-.653-.84-1.538-1.385-2.654-1.634-1.12-.247-2.146-.261-3.08-.044-.32-1.88.18-3.9 1.504-6.04 1.32-2.12 3.024-3.72 5.112-4.8L36.978 10a21.605 21.605 0 00-4.52 3.01 22.597 22.597 0 00-3.788 4.188c-1.112 1.58-1.94 3.36-2.48 5.38a16 16 0 00-.434 6.2c.332 2.8 1.232 5.04 2.7 6.7 1.467 1.67 3.296 2.504 5.486 2.504 1.934.003 3.535-.582 4.804-1.754 1.255-1.152 1.883-2.73 1.884-4.736v.022Z'/%3E%3C/svg%3E")
}
.icon-\[i--branded-icons-rate-star\]{
 display: inline-block;
 width: 1.06em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19' width='20' height='19'%3E%3Cpath fill='black' d='M9.07.612c.345-.816 1.515-.816 1.86 0l2.028 4.82c.145.343.473.579.849.608l5.266.417c.892.071 1.254 1.171.574 1.746L15.635 11.6a.987.987 0 00-.324.985l1.225 5.077c.208.86-.74 1.54-1.503 1.08l-4.508-2.721a1.016 1.016 0 00-1.05 0l-4.508 2.72c-.764.461-1.711-.219-1.503-1.079l1.225-5.077a.987.987 0 00-.324-.985L.353 8.203c-.68-.575-.318-1.675.574-1.746l5.266-.417c.377-.03.704-.265.85-.609L9.07.612Z'/%3E%3C/svg%3E")
}
.icon-\[i--download-icons-computer\]{
 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 140 140' width='140' height='140'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5'%3E%3Cpath d='M116.5 27.8h-93v70.04h93V27.8Z'/%3E%3Cpath d='M116.5 82.91h-93v14.93h93V82.91Zm-14.93 8.03h8.04M50.5 112.2h38.09'/%3E%3Cpath d='M77.46 111.61H62.54l3.44-13.78h8.04l3.44 13.78Z'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--download-icons-download\]{
 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 140 140' width='140' height='140'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' d='M52.65 86.92h-4.28c-10.19 0-18.45-8.26-18.45-18.45 0-9.53 7.22-17.36 16.48-18.35C48 38.51 57.95 29.56 70 29.56s22 8.94 23.6 20.56c9.27.98 16.48 8.82 16.48 18.35 0 10.19-8.26 18.45-18.45 18.45h-4.16m-17.55 23.51V68.6M82.9 97.45l-12.98 12.98-12.98-12.98'/%3E%3C/svg%3E")
}
.icon-\[i--download-icons-file\]{
 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 140 140' width='140' height='140'%3E%3Cg fill='none' stroke='black' stroke-linejoin='round' stroke-width='3.5'%3E%3Cpath stroke-linecap='round' d='M102.5 41v75.5h-65v-93H85'/%3E%3Cpath d='M85.5 40.5h17l-17-17v17Z'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--download-icons-left-list\]{
 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 140 140' width='140' height='140'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5' d='M30.71 70h61.13M31.25 46.75h39.73m-39.73 46.5h78.04'/%3E%3C/svg%3E")
}
.icon-\[i--download-icons-note\]{
 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 140 140' width='140' height='140'%3E%3Cg fill='none' stroke='black' stroke-linejoin='round' stroke-width='3.5'%3E%3Cpath stroke-linecap='round' d='M102.5 99V23.5h-65v93H85'/%3E%3Cpath d='M85.5 99.5h17l-17 17v-17Z'/%3E%3Cpath stroke-linecap='round' d='M51.5 36.5v67m-7-55H94m-49.5 22H94'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--download-icons-presentation\]{
 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 140 140' width='140' height='140'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5'%3E%3Cpath d='m106.85 32.92.25 56.71c0 1.57-1.27 2.84-2.84 2.84H35.99c-1.57 0-2.84-1.27-2.84-2.84l-.25-56.71m-3.02 0h80.24'/%3E%3Cpath d='M55.24 73.94c6.186 0 11.2-5.014 11.2-11.2 0-6.186-5.014-11.2-11.2-11.2-6.186 0-11.2 5.014-11.2 11.2 0 6.186 5.014 11.2 11.2 11.2Zm22.27-22.39h15.01M77.51 62.87h15.01M77.51 74.19h15.01m-37.18 32.89 8.08-14.62m21.24 14.62-8.08-14.62'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--icons-link\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' width='140' height='140'%3E%3Cg fill='none'%3E%3Cpath fill='black' d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11-18.81-18.81-18.81-49.42 0-68.24 18.81-18.81 49.42-18.81 68.24 0 18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.96c-11.46 0-22.92 4.36-31.64 13.09-17.45 17.45-17.45 45.84 0 63.29 17.45 17.45 45.84 17.44 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.72-8.72-20.19-13.09-31.64-13.09H70Z'/%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' d='M87 55H52v26h35V55Z'/%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' d='M87 76H52v5h35v-5Zm-6 3h4m-22 7h14m-5 0h-5l1.153-5h2.694L72 86Z'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--icons-phone\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' width='140' height='140'%3E%3Cg fill='none'%3E%3Cg stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' clip-path='url(%23svgID0)'%3E%3Cpath d='M70 116.5c25.681 0 46.5-20.819 46.5-46.5S95.681 23.5 70 23.5 23.5 44.319 23.5 70s20.819 46.5 46.5 46.5Z'/%3E%3Cpath d='M86 39H53v62h33V39Zm-22 8h11'/%3E%3Cpath d='M69.99 93.98a.99.99 0 100-1.98.99.99 0 000 1.98Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Cpath fill='%23fff' d='M0 0h140v140H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--mail-icon\]{
 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 140 140' width='140' height='140'%3E%3Cg fill='none'%3E%3Cpath fill='black' d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11-18.81-18.81-18.81-49.42 0-68.24 18.81-18.81 49.42-18.81 68.24 0 18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.96c-11.46 0-22.92 4.36-31.64 13.09-17.45 17.45-17.45 45.84 0 63.29 17.45 17.45 45.84 17.44 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.72-8.72-20.19-13.09-31.64-13.09H70Z'/%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' d='M94 54H48v33h46V54Z'/%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' d='M68.366 71.126 49 55h44L73.168 71.15a3.775 3.775 0 01-4.803-.024Z'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--social-icons-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 140 140' width='140' height='140'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:black}%3C/style%3E%3C/defs%3E%3Cpath d='M75.16 66.5v4.53h13.79l-2.31 12.88H75.17V117a42.424 42.424 0 01-15.27-.92V83.91h-8.77V71.03h8.77v-6.97c0-2.29.26-4.58.85-6.8 1.14-4.22 3.17-7.51 6.38-9.55 4.06-2.73 9.36-3.25 13.46-3.25 3.22 0 7.91.69 9.06 1.05l-.06 11.7c-2.19-.14-4.2-.19-6.06-.12-.72.03-1.43.12-2.12.23-6.51 1.03-6.16 7.26-6.24 9.18Z' class='cls-1'/%3E%3Cpath d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11-18.81-18.81-18.81-49.42 0-68.24 18.81-18.81 49.42-18.81 68.24 0 18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.96c-11.46 0-22.92 4.36-31.64 13.09-17.45 17.45-17.45 45.84 0 63.29 17.45 17.45 45.84 17.44 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.72-8.72-20.19-13.09-31.64-13.09Zm32.88 77.61Z' class='cls-1'/%3E%3C/svg%3E")
}
.icon-\[i--social-icons-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 140 140' width='140' height='140'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:black}%3C/style%3E%3C/defs%3E%3Ccircle cx='84.83' cy='55.17' r='3.17' class='cls-1'/%3E%3Cpath d='M70 55.94c-7.75 0-14.06 6.31-14.06 14.06S62.25 84.06 70 84.06 84.06 77.75 84.06 70 77.75 55.94 70 55.94Zm0 23.6c-5.26 0-9.54-4.28-9.54-9.54s4.28-9.54 9.54-9.54 9.54 4.28 9.54 9.54-4.28 9.54-9.54 9.54Z' class='cls-1'/%3E%3Cpath d='M97.2 55.46c-.67-3.49-2.08-6.33-4.2-8.46-2.12-2.11-4.97-3.52-8.45-4.19-1.33-.26-2.78-.38-4.29-.38H59.75c-1.51 0-2.96.13-4.29.38-3.49.67-6.33 2.08-8.46 4.2-2.11 2.12-3.52 4.97-4.19 8.45-.26 1.33-.38 2.78-.38 4.29v20.51c0 1.51.13 2.96.38 4.29.67 3.49 2.08 6.33 4.2 8.46 2.12 2.11 4.97 3.52 8.45 4.19 1.33.26 2.78.38 4.29.38h20.51c1.51 0 2.96-.13 4.29-.38 3.49-.67 6.33-2.08 8.46-4.2 2.11-2.12 3.52-4.97 4.19-8.45.26-1.33.38-2.78.38-4.29V59.75c0-1.51-.13-2.96-.38-4.29Zm-4.15 24.79c0 1.23-.1 2.39-.3 3.44-.5 2.62-1.47 4.62-2.95 6.11-1.49 1.48-3.49 2.45-6.11 2.96-1.05.2-2.21.3-3.44.3H59.74c-1.23 0-2.39-.1-3.44-.3-2.62-.5-4.62-1.47-6.11-2.95-1.48-1.49-2.45-3.49-2.96-6.11-.2-1.05-.3-2.21-.3-3.44V59.75c0-1.23.1-2.39.3-3.44.5-2.62 1.47-4.62 2.95-6.11 1.49-1.48 3.49-2.45 6.11-2.96 1.05-.2 2.21-.3 3.44-.3h20.51c1.23 0 2.39.1 3.44.3 2.62.5 4.62 1.47 6.11 2.95 1.48 1.49 2.45 3.49 2.96 6.11.2 1.05.3 2.21.3 3.44v20.51Z' class='cls-1'/%3E%3Cpath d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11S21.75 82.89 21.75 70s5.02-25 14.13-34.12C44.99 26.77 57.11 21.75 70 21.75s25 5.02 34.12 14.13c18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.98c-11.95 0-23.19 4.65-31.64 13.11S25.25 58.05 25.25 70s4.65 23.19 13.11 31.64c17.45 17.45 45.84 17.45 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.45-8.45-19.69-13.11-31.64-13.11Zm32.88 77.63Z' class='cls-1'/%3E%3C/svg%3E")
}
.icon-\[i--social-icons-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 140 140' width='140' height='140'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:black}%3C/style%3E%3C/defs%3E%3Cpath d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11-18.81-18.81-18.81-49.42 0-68.24 18.81-18.81 49.42-18.81 68.24 0 18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.96c-11.46 0-22.92 4.36-31.64 13.09-17.45 17.45-17.45 45.84 0 63.29 17.45 17.45 45.84 17.44 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.72-8.72-20.19-13.09-31.64-13.09Zm32.88 77.61Z' class='cls-1'/%3E%3Cg id='svgID0'%3E%3Cpath d='M46.49 61.86h10.08v32.38H46.49zm47.8 11.97v20.41H84.21V78.21c.05-.98.06-1.88 0-2.71-.27-3.95-1.9-6.07-5.37-6.07-.92.05-1.77.23-2.52.59-2.16 1.03-3.54 3.47-3.63 8.18v16.03H62.61V61.85h9.69l.1 4.11c2.89-3.5 6.62-5.59 11.82-5.26 7.33 1.2 9.88 6.22 10.08 13.12Z' class='cls-1'/%3E%3Ccircle cx='51.53' cy='51.58' r='5.82' class='cls-1'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--social-icons-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 140 140' width='140' height='140'%3E%3Cg fill='black'%3E%3Cpath d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11-18.81-18.81-18.81-49.42 0-68.24 18.81-18.81 49.42-18.81 68.24 0 18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.96c-11.46 0-22.92 4.36-31.64 13.09-17.45 17.45-17.45 45.84 0 63.29 17.45 17.45 45.84 17.44 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.72-8.72-20.19-13.09-31.64-13.09H70Z'/%3E%3Cpath d='M82.024 76.36c-.702-.356-4.12-2.023-4.758-2.261-.639-.228-1.103-.347-1.568.355-.455.684-1.796 2.25-2.205 2.707-.41.457-.812.492-1.504.182-.701-.355-2.943-1.085-5.605-3.472-2.079-1.85-3.463-4.128-3.874-4.83-.41-.693-.046-1.085.3-1.431.32-.319.702-.802 1.058-1.222.337-.42.446-.701.693-1.156.227-.492.11-.876-.063-1.222-.174-.346-1.568-3.782-2.151-5.15-.556-1.358-1.14-1.185-1.568-1.185-.4-.037-.866-.037-1.33-.037-.464 0-1.221.174-1.86.838-.639.702-2.443 2.379-2.443 5.77 0 3.4 2.497 6.69 2.843 7.182.356.455 4.913 7.455 11.904 10.464 1.668.701 2.963 1.121 3.974 1.468 1.668.528 3.19.455 4.393.281 1.33-.218 4.12-1.686 4.704-3.326.593-1.65.593-3.017.42-3.327-.173-.319-.628-.492-1.33-.801l-.03.173ZM69.345 93.55h-.037c-4.138 0-8.23-1.122-11.803-3.218l-.838-.5-8.75 2.278 2.351-8.514-.565-.875a23.04 23.04 0 01-3.536-12.268c0-12.705 10.4-23.068 23.196-23.068 6.198 0 12.013 2.415 16.389 6.79a22.852 22.852 0 016.79 16.315c-.018 12.697-10.41 23.06-23.188 23.06h-.009Zm19.733-42.702c-5.323-5.141-12.323-8.048-19.77-8.048-15.357 0-27.863 12.451-27.872 27.753 0 4.886 1.276 9.653 3.719 13.872L41.2 98.8l14.784-3.855a28.225 28.225 0 0013.326 3.38h.009c15.367 0 27.872-12.45 27.881-27.763 0-7.41-2.89-14.383-8.157-19.625l.035-.089Z'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--social-icons-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 140 140' width='140' height='140'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:black}%3C/style%3E%3C/defs%3E%3Cpath d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11-18.81-18.81-18.81-49.42 0-68.24 18.81-18.81 49.42-18.81 68.24 0 18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.96c-11.46 0-22.92 4.36-31.64 13.09-17.45 17.45-17.45 45.84 0 63.29 17.45 17.45 45.84 17.44 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.72-8.72-20.19-13.09-31.64-13.09Zm32.88 77.61Z' class='cls-1'/%3E%3Cpath d='M89.45 86.45 74.83 67.06l14.7-17.53h-7.01L71.51 62.65l-6.85-9.09-3.03-4.03H47.52l3.03 4.03 13.53 17.95-15.91 18.96h7.01L67.4 75.91l7.94 10.53 3.04 4.03h14.11l-3.03-4.03Zm-9.07 0-10.32-13.7-3.32-4.4-11.15-14.79h4.03l9.24 12.26 3.32 4.4 12.23 16.23h-4.03Z' class='cls-1'/%3E%3C/svg%3E")
}
.icon-\[i--social-icons-youtube\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' width='140' height='140'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:black}%3C/style%3E%3C/defs%3E%3Cpath d='M70 118.23c-12.36 0-24.71-4.7-34.12-14.11-18.81-18.81-18.81-49.42 0-68.24 18.81-18.81 49.42-18.81 68.24 0 18.81 18.81 18.81 49.42 0 68.24-9.41 9.41-21.76 14.11-34.12 14.11Zm0-92.96c-11.46 0-22.92 4.36-31.64 13.09-17.45 17.45-17.45 45.84 0 63.29 17.45 17.45 45.84 17.44 63.29 0 17.45-17.45 17.45-45.84 0-63.29-8.72-8.72-20.19-13.09-31.64-13.09Zm32.88 77.61Z' class='cls-1'/%3E%3Cpath id='svgID0' d='M97.8 55.94c-.48-1.84-2-4.29-5.13-5.16-4.11-1.05-14.56-1.11-22.67-1.22-4.06.06-8.7.1-12.84.26-4.14.16-7.78.44-9.83.96-3.13.87-4.65 3.33-5.13 5.16-.81 2.65-1.21 9.74-1.21 14.06s.4 11.41 1.21 14.06c.48 1.84 2 4.29 5.13 5.16 4.11 1.05 14.56 1.11 22.67 1.22 4.06-.06 8.7-.1 12.84-.26 4.14-.16 7.78-.44 9.83-.96 3.13-.87 4.65-3.32 5.13-5.16.81-2.65 1.21-9.74 1.21-14.06s-.4-11.41-1.21-14.06ZM64.06 78.63V61.37L79.23 70l-15.17 8.63Z' class='cls-1'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-arrow-down\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m19.281 14.03-6.75 6.75a.747.747 0 01-1.061 0l-6.75-6.75a.75.75 0 111.061-1.06l5.47 5.47V3.75a.75.75 0 111.5 0v14.69l5.469-5.47a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 12a.75.75 0 01-.75.75H5.56l5.471 5.47a.75.75 0 11-1.061 1.06l-6.75-6.75a.75.75 0 010-1.06l6.75-6.75a.75.75 0 011.061 1.06l-5.47 5.47h14.69A.75.75 0 0121 12Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 12a.75.75 0 01.75-.75h14.69l-5.471-5.47a.75.75 0 111.061-1.06l6.75 6.75a.749.749 0 010 1.06l-6.75 6.75a.75.75 0 11-1.061-1.06l5.47-5.47H3.75A.75.75 0 013 12Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-arrow-square-out\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 9.75a.75.75 0 11-1.5 0V5.561l-6.218 6.22a.75.75 0 11-1.062-1.062L18.44 4.5h-4.19a.75.75 0 110-1.5h6a.75.75 0 01.75.75v6ZM17.25 12a.75.75 0 00-.75.75v6.75h-12v-12h6.75a.75.75 0 100-1.5H4.5A1.5 1.5 0 003 7.5v12A1.5 1.5 0 004.5 21h12a1.5 1.5 0 001.5-1.5v-6.75a.75.75 0 00-.75-.75Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-arrow-up-right\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.75 6v9.75a.75.75 0 11-1.5 0V7.81L6.531 18.53a.75.75 0 11-1.061-1.06L16.19 6.75H8.25a.75.75 0 110-1.5H18a.75.75 0 01.75.75Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.281 11.03a.747.747 0 01-1.061 0l-5.47-5.47v14.69a.75.75 0 11-1.5 0V5.56l-5.469 5.47A.75.75 0 114.72 9.97l6.75-6.75a.75.75 0 011.061 0l6.75 6.75a.747.747 0 010 1.06Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m20.031 8.53-7.5 7.5a.748.748 0 01-1.061 0l-7.5-7.5a.75.75 0 111.06-1.06L12 14.44l6.969-6.97a.751.751 0 011.061 1.06Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-caret-left\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15.531 18.97a.75.75 0 11-1.061 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 111.061 1.06L8.561 12l6.97 6.97Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-caret-right\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.031 12.53-7.5 7.5a.751.751 0 01-1.061-1.06L15.44 12 8.47 5.03a.75.75 0 111.06-1.06l7.5 7.5a.75.75 0 010 1.06Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20.031 16.53a.747.747 0 01-1.061 0L12 9.56l-6.969 6.97a.75.75 0 11-1.061-1.06l7.5-7.5a.75.75 0 011.061 0l7.5 7.5a.747.747 0 010 1.06Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-check\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.531 7.28-12 12a.75.75 0 01-1.061 0l-5.25-5.25a.75.75 0 011.061-1.06l4.72 4.72L20.47 6.22a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-chevron-up-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 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-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--ui-icons-headline\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27' width='27' height='27'%3E%3Cpath fill='black' d='M.3.3a1.025 1.025 0 000 1.45l14.2 14.2-10.575-.002a1.025 1.025 0 100 2.052h13.05A1.025 1.025 0 0018 16.974V3.925a1.026 1.026 0 00-2.052 0L15.95 14.5 1.75.3A1.025 1.025 0 00.3.3Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-house\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m20.515 9.728-7.5-7.076a1.5 1.5 0 00-2.029-.01l-.01.01-7.491 7.076A1.5 1.5 0 003 10.833V19.5A1.5 1.5 0 004.5 21H9a1.5 1.5 0 001.5-1.5V15h3v4.5A1.5 1.5 0 0015 21h4.5a1.5 1.5 0 001.5-1.5v-8.667a1.5 1.5 0 00-.485-1.105ZM19.5 19.5H15V15a1.5 1.5 0 00-1.5-1.5h-3A1.5 1.5 0 009 15v4.5H4.5v-8.667l.01-.01L12 3.75l7.49 7.071.01.01V19.5Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-info-fill\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2.25A9.75 9.75 0 1021.75 12 9.76 9.76 0 0012 2.25Zm-.375 4.5a1.125 1.125 0 110 2.25 1.125 1.125 0 010-2.25Zm1.125 10.5a1.5 1.5 0 01-1.5-1.5V12a.75.75 0 110-1.5 1.5 1.5 0 011.5 1.5v3.75a.75.75 0 110 1.5Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-magnifying-glass\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.532 20.47-4.694-4.693a8.26 8.26 0 10-1.06 1.06l4.693 4.694a.75.75 0 101.06-1.061ZM3.752 10.5a6.75 6.75 0 116.75 6.75 6.758 6.758 0 01-6.75-6.75Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-minus\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 12a.75.75 0 01-.75.75H3.75a.75.75 0 110-1.5h16.5A.75.75 0 0121 12Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-play-subtract\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 0a2 2 0 012 2v20a2 2 0 01-2 2H2a2 2 0 01-2-2V2a2 2 0 012-2h20ZM8.332 17.196l4.5-2.597 4.5-2.599-9-5.195v10.391Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-play\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M22 0H2a2 2 0 00-2 2v20a2 2 0 002 2h20a2 2 0 002-2V2a2 2 0 00-2-2Z'/%3E%3Cpath d='M8.332 12V6.804l4.5 2.598 4.5 2.598-4.5 2.598-4.5 2.598V12Z'/%3E%3C/g%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-plus\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 12a.75.75 0 01-.75.75h-7.5v7.5a.75.75 0 11-1.5 0v-7.5h-7.5a.75.75 0 110-1.5h7.5v-7.5a.75.75 0 111.5 0v7.5h7.5A.75.75 0 0121 12Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-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 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m6.574 22.4 8.571-20.8h2.164L8.736 22.4H6.574Z' clip-rule='evenodd'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-tabler-dots\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M8 24a2 2 0 104 0 2 2 0 00-4 0Zm14 0a2 2 0 104 0 2 2 0 00-4 0Zm14 0a2 2 0 104 0 2 2 0 00-4 0Z'/%3E%3C/svg%3E")
}
.icon-\[i--ui-icons-x\]{
 display: inline-block;
 width: 1em;
 height: 1em;
 background-color: currentColor;
 -webkit-mask-image: var(--svg);
 mask-image: var(--svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.281 18.22a.75.75 0 11-1.061 1.06L12 13.06l-6.219 6.22a.75.75 0 01-1.061-1.06L10.94 12 4.72 5.78a.75.75 0 111.06-1.06L12 10.94l6.219-6.22a.75.75 0 111.061 1.06L13.061 12l6.22 6.22Z'/%3E%3C/svg%3E")
}
.sr-only{
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border-width: 0
}
.pointer-events-none{
 pointer-events: none
}
.pointer-events-auto{
 pointer-events: auto
}
.visible{
 visibility: visible
}
.invisible{
 visibility: hidden
}
.collapse{
 visibility: collapse
}
.static{
 position: static
}
.fixed{
 position: fixed
}
.absolute{
 position: absolute
}
.relative{
 position: relative
}
.sticky{
 position: sticky
}
.inset-0{
 inset: 0rem
}
.inset-\[0\]{
 inset: 0
}
.bottom-0{
 bottom: 0rem
}
.end-0{
 inset-inline-end: 0rem
}
.left-0{
 left: 0rem
}
.left-1\/2{
 left: 50%
}
.left-\[3px\]{
 left: 3px
}
.left-\[6px\]{
 left: 6px
}
.right-0{
 right: 0rem
}
.right-\[12px\]{
 right: 12px
}
.right-\[5px\]{
 right: 5px
}
.start-0{
 inset-inline-start: 0rem
}
.top-0{
 top: 0rem
}
.top-1\/2{
 top: 50%
}
.top-\[2px\]{
 top: 2px
}
.top-\[50\%\]{
 top: 50%
}
.top-\[5px\]{
 top: 5px
}
.top-\[85\%\]{
 top: 85%
}
.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-30{
 z-index: 30
}
.z-50{
 z-index: 50
}
.z-\[100\]{
 z-index: 100
}
.z-\[11\]{
 z-index: 11
}
.z-\[1\]{
 z-index: 1
}
.z-\[2\]{
 z-index: 2
}
.z-\[55\]{
 z-index: 55
}
.z-\[60\]{
 z-index: 60
}
.z-\[99999\]{
 z-index: 99999
}
.z-\[999\]{
 z-index: 999
}
.order-1{
 order: 1
}
.order-2{
 order: 2
}
.order-3{
 order: 3
}
.order-first{
 order: -9999
}
.col-span-full{
 grid-column: 1 / -1
}
.m-\[0\]{
 margin: 0
}
.m-auto{
 margin: auto
}
.\!mx-0{
 margin-left: 0rem !important;
 margin-right: 0rem !important
}
.mx-auto{
 margin-left: auto;
 margin-right: auto
}
.mx-fl-md{
 margin-left: calc(1.50rem + 3.00 * var(--fluid-bp));
 margin-right: calc(1.50rem + 3.00 * var(--fluid-bp))
}
.mx-fl-xl{
 margin-left: calc(2.50rem + 5.00 * var(--fluid-bp));
 margin-right: calc(2.50rem + 5.00 * var(--fluid-bp))
}
.mx-fl-xs{
 margin-left: calc(0.75rem + 1.50 * var(--fluid-bp));
 margin-right: calc(0.75rem + 1.50 * var(--fluid-bp))
}
.my-fl-sm{
 margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
 margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp))
}
.my-sm{
 margin-top: 0.875rem;
 margin-bottom: 0.875rem
}
.my-xs{
 margin-top: 0.75rem;
 margin-bottom: 0.75rem
}
.\!mt-0{
 margin-top: 0rem !important
}
.-ml-2xl{
 margin-left: -1.375rem
}
.-ml-\[20px\]{
 margin-left: -20px
}
.mb-\[-9px\]{
 margin-bottom: -9px
}
.mb-\[var\(--inner-gutter\)\]{
 margin-bottom: var(--inner-gutter)
}
.mb-fl-2xl{
 margin-bottom: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.mb-fl-2xs{
 margin-bottom: calc(0.50rem + 1.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-xs{
 margin-bottom: 0.75rem
}
.mr-0{
 margin-right: 0rem
}
.mr-\[var\(--outer-gutter\)\]{
 margin-right: var(--outer-gutter)
}
.mt-3xl{
 margin-top: 1.5rem
}
.mt-\[-6px\]{
 margin-top: -6px
}
.mt-\[2px\]{
 margin-top: 2px
}
.mt-\[4px\]{
 margin-top: 4px
}
.mt-\[9px\]{
 margin-top: 9px
}
.mt-\[var\(--inner-gutter\)\]{
 margin-top: var(--inner-gutter)
}
.mt-fl-2xl{
 margin-top: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.mt-fl-4xl{
 margin-top: calc(5.00rem + 10.00 * var(--fluid-bp))
}
.mt-fl-lg{
 margin-top: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.mt-fl-md{
 margin-top: calc(1.50rem + 3.00 * var(--fluid-bp))
}
.mt-fl-sm{
 margin-top: calc(1.00rem + 2.00 * var(--fluid-bp))
}
.mt-fl-xs{
 margin-top: calc(0.75rem + 1.50 * var(--fluid-bp))
}
.mt-xs{
 margin-top: 0.75rem
}
.line-clamp-1{
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1
}
.line-clamp-2{
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2
}
.block{
 display: block
}
.inline-block{
 display: inline-block
}
.inline{
 display: inline
}
.\!flex{
 display: flex !important
}
.flex{
 display: flex
}
.inline-flex{
 display: inline-flex
}
.table{
 display: table
}
.grid{
 display: grid
}
.contents{
 display: contents
}
.hidden{
 display: none
}
.\!aspect-auto{
 aspect-ratio: auto !important
}
.aspect-1\/2{
 aspect-ratio: 1 / 2
}
.aspect-16\/9{
 aspect-ratio: 16 / 9
}
.aspect-2\/1{
 aspect-ratio: 2 / 1
}
.aspect-3\/2{
 aspect-ratio: 3 / 2
}
.aspect-3\/4{
 aspect-ratio: 3 / 4
}
.aspect-4\/3{
 aspect-ratio: 4 / 3
}
.aspect-4\/5{
 aspect-ratio: 4 / 5
}
.aspect-5\/4{
 aspect-ratio: 5 / 4
}
.aspect-9\/16{
 aspect-ratio: 9 / 16
}
.aspect-\[125\/83\]{
 aspect-ratio: 125/83
}
.aspect-square{
 aspect-ratio: 1 / 1
}
.aspect-video{
 aspect-ratio: 16 / 9
}
.size-3xl{
 width: 1.5rem;
 height: 1.5rem
}
.size-\[12px\]{
 width: 12px;
 height: 12px
}
.size-\[14px\]{
 width: 14px;
 height: 14px
}
.size-\[16px\]{
 width: 16px;
 height: 16px
}
.size-\[18px\]{
 width: 18px;
 height: 18px
}
.size-\[20px\]{
 width: 20px;
 height: 20px
}
.size-\[24px\]{
 width: 24px;
 height: 24px
}
.size-\[28px\]{
 width: 28px;
 height: 28px
}
.size-\[32px\]{
 width: 32px;
 height: 32px
}
.size-\[36px\]{
 width: 36px;
 height: 36px
}
.size-\[40px\]{
 width: 40px;
 height: 40px
}
.size-\[45px\]{
 width: 45px;
 height: 45px
}
.size-\[48px\]{
 width: 48px;
 height: 48px
}
.size-\[54px\]{
 width: 54px;
 height: 54px
}
.size-\[72px\]{
 width: 72px;
 height: 72px
}
.size-\[90px\]{
 width: 90px;
 height: 90px
}
.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-full{
 width: 100%;
 height: 100%
}
.size-lg{
 width: 1.125rem;
 height: 1.125rem
}
.\!h-\[48px\]{
 height: 48px !important
}
.h-0{
 height: 0rem
}
.h-\[120px\]{
 height: 120px
}
.h-\[12px\]{
 height: 12px
}
.h-\[14px\]{
 height: 14px
}
.h-\[18px\]{
 height: 18px
}
.h-\[1px\]{
 height: 1px
}
.h-\[200px\]{
 height: 200px
}
.h-\[21px\]{
 height: 21px
}
.h-\[22px\]{
 height: 22px
}
.h-\[24px\]{
 height: 24px
}
.h-\[25px\]{
 height: 25px
}
.h-\[300px\]{
 height: 300px
}
.h-\[390px\]{
 height: 390px
}
.h-\[40px\]{
 height: 40px
}
.h-\[48px\]{
 height: 48px
}
.h-\[50px\]{
 height: 50px
}
.h-\[60px\]{
 height: 60px
}
.h-\[64px\]{
 height: 64px
}
.h-\[65px\]{
 height: 65px
}
.h-\[80px\]{
 height: 80px
}
.h-\[90px\]{
 height: 90px
}
.h-auto{
 height: auto
}
.h-fl-2xl{
 height: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.h-full{
 height: 100%
}
.max-h-\[280px\]{
 max-height: 280px
}
.max-h-\[70dvh\]{
 max-height: 70dvh
}
.max-h-\[80dvh\]{
 max-height: 80dvh
}
.max-h-\[calc\(100vh-theme\(spacing\.fl-sm\)\*2\)\]{
 max-height: calc(100vh - calc(1.00rem + 2.00 * var(--fluid-bp)) * 2)
}
.max-h-\[calc\(100vh-var\(--header-height\2c 80px\)-2rem\)\]{
 max-height: calc(100vh - var(--header-height,80px) - 2rem)
}
.max-h-full{
 max-height: 100%
}
.min-h-\[100dvh\]{
 min-height: 100dvh
}
.min-h-\[200px\]{
 min-height: 200px
}
.min-h-\[300px\]{
 min-height: 300px
}
.min-h-\[350px\]{
 min-height: 350px
}
.min-h-\[400px\]{
 min-height: 400px
}
.min-h-\[550px\]{
 min-height: 550px
}
.min-h-\[680px\]{
 min-height: 680px
}
.min-h-\[900px\]{
 min-height: 900px
}
.min-h-\[960px\]{
 min-height: 960px
}
.min-h-full{
 min-height: 100%
}
.\!w-\[48px\]{
 width: 48px !important
}
.\!w-auto{
 width: auto !important
}
.w-0{
 width: 0rem
}
.w-\[12px\]{
 width: 12px
}
.w-\[14px\]{
 width: 14px
}
.w-\[18px\]{
 width: 18px
}
.w-\[1px\]{
 width: 1px
}
.w-\[21px\]{
 width: 21px
}
.w-\[240px\]{
 width: 240px
}
.w-\[40px\]{
 width: 40px
}
.w-\[50px\]{
 width: 50px
}
.w-\[60\%\]{
 width: 60%
}
.w-\[60px\]{
 width: 60px
}
.w-\[80px\]{
 width: 80px
}
.w-\[90px\]{
 width: 90px
}
.w-\[calc\(100vw-28px\)\]{
 width: calc(100vw - 28px)
}
.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-\[150px\]{
 min-width: 150px
}
.min-w-\[16px\]{
 min-width: 16px
}
.min-w-\[18px\]{
 min-width: 18px
}
.min-w-\[200px\]{
 min-width: 200px
}
.min-w-\[24px\]{
 min-width: 24px
}
.min-w-\[250px\]{
 min-width: 250px
}
.min-w-\[36px\]{
 min-width: 36px
}
.min-w-\[400px\]{
 min-width: 400px
}
.min-w-\[45px\]{
 min-width: 45px
}
.min-w-\[90px\]{
 min-width: 90px
}
.min-w-full{
 min-width: 100%
}
.max-w-2xl{
 max-width: 42rem
}
.max-w-6xl{
 max-width: 72rem
}
.max-w-\[100\%\]{
 max-width: 100%
}
.max-w-\[1070px\]{
 max-width: 1070px
}
.max-w-\[1600px\]{
 max-width: 1600px
}
.max-w-\[240px\]{
 max-width: 240px
}
.max-w-\[300px\]{
 max-width: 300px
}
.max-w-\[48rem\]{
 max-width: 48rem
}
.max-w-\[600px\]{
 max-width: 600px
}
.max-w-\[700px\]{
 max-width: 700px
}
.max-w-\[900px\]{
 max-width: 900px
}
.max-w-\[940px\]{
 max-width: 940px
}
.max-w-\[950px\]{
 max-width: 950px
}
.max-w-full{
 max-width: 100%
}
.max-w-max{
 max-width: -moz-max-content;
 max-width: max-content
}
.flex-1{
 flex: 1 1 0%
}
.flex-shrink{
 flex-shrink: 1
}
.flex-shrink-0{
 flex-shrink: 0
}
.shrink{
 flex-shrink: 1
}
.shrink-0{
 flex-shrink: 0
}
.flex-grow{
 flex-grow: 1
}
.grow{
 flex-grow: 1
}
.basis-1\/2{
 flex-basis: 50%
}
.origin-left{
 transform-origin: left
}
.origin-top{
 transform-origin: top
}
.-translate-x-1\/2{
 --tw-translate-x: -50%;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-y-1\/2{
 --tw-translate-y: -50%;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-full{
 --tw-translate-x: 100%;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-\[calc\(200px-12px-32px\)\]{
 --tw-translate-y: calc(200px - 12px - 32px);
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-rotate-90{
 --tw-rotate: -90deg;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.transform{
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-not-allowed{
 cursor: not-allowed
}
.cursor-pointer{
 cursor: pointer
}
.resize{
 resize: both
}
.list-none{
 list-style-type: none
}
.auto-rows-fr{
 grid-auto-rows: minmax(0, 1fr)
}
.grid-cols-1{
 grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-10{
 grid-template-columns: repeat(10, minmax(0, 1fr))
}
.grid-cols-11{
 grid-template-columns: repeat(11, minmax(0, 1fr))
}
.grid-cols-12{
 grid-template-columns: repeat(12, minmax(0, 1fr))
}
.grid-cols-2{
 grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-3{
 grid-template-columns: repeat(3, minmax(0, 1fr))
}
.grid-cols-4{
 grid-template-columns: repeat(4, minmax(0, 1fr))
}
.grid-cols-5{
 grid-template-columns: repeat(5, minmax(0, 1fr))
}
.grid-cols-6{
 grid-template-columns: repeat(6, minmax(0, 1fr))
}
.grid-cols-7{
 grid-template-columns: repeat(7, minmax(0, 1fr))
}
.grid-cols-8{
 grid-template-columns: repeat(8, minmax(0, 1fr))
}
.grid-cols-9{
 grid-template-columns: repeat(9, minmax(0, 1fr))
}
.grid-cols-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-col{
 flex-direction: column
}
.flex-col-reverse{
 flex-direction: column-reverse
}
.flex-wrap{
 flex-wrap: wrap
}
.place-content-center{
 place-content: center
}
.\!items-start{
 align-items: flex-start !important
}
.items-start{
 align-items: flex-start
}
.items-end{
 align-items: flex-end
}
.items-center{
 align-items: center
}
.items-baseline{
 align-items: baseline
}
.justify-start{
 justify-content: flex-start
}
.justify-end{
 justify-content: flex-end
}
.justify-center{
 justify-content: center
}
.justify-between{
 justify-content: space-between
}
.gap-2xl{
 gap: 1.375rem
}
.gap-3xl{
 gap: 1.5rem
}
.gap-4xl{
 gap: 1.625rem
}
.gap-\[--inner-gutter\]{
 gap: var(--inner-gutter)
}
.gap-\[10px\]{
 gap: 10px
}
.gap-\[4px\]{
 gap: 4px
}
.gap-\[6px\]{
 gap: 6px
}
.gap-\[77px\]{
 gap: 77px
}
.gap-\[8px\]{
 gap: 8px
}
.gap-\[9px\]{
 gap: 9px
}
.gap-\[var\(--inner-gutter\)\]{
 gap: var(--inner-gutter)
}
.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-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-md{
 -moz-column-gap: calc(1.50rem + 3.00 * var(--fluid-bp));
      column-gap: calc(1.50rem + 3.00 * var(--fluid-bp))
}
.gap-y-\[12px\]{
 row-gap: 12px
}
.gap-y-\[var\(--inner-gutter\)\]{
 row-gap: var(--inner-gutter)
}
.gap-y-fl-2xl{
 row-gap: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.gap-y-fl-lg{
 row-gap: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.gap-y-fl-xl{
 row-gap: calc(2.50rem + 5.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-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)))
}
.overflow-auto{
 overflow: auto
}
.overflow-hidden{
 overflow: hidden
}
.overflow-visible{
 overflow: visible
}
.overflow-x-auto{
 overflow-x: auto
}
.overflow-y-auto{
 overflow-y: auto
}
.overflow-x-hidden{
 overflow-x: hidden
}
.overflow-y-scroll{
 overflow-y: scroll
}
.scroll-smooth{
 scroll-behavior: smooth
}
.truncate{
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap
}
.whitespace-nowrap{
 white-space: nowrap
}
.break-normal{
 overflow-wrap: normal;
 word-break: normal
}
.rounded{
 border-radius: 0.25rem
}
.rounded-2xl{
 border-radius: 1rem
}
.rounded-\[10px\]{
 border-radius: 10px
}
.rounded-\[27px\]{
 border-radius: 27px
}
.rounded-\[4px\]{
 border-radius: 4px
}
.rounded-\[inherit\]{
 border-radius: inherit
}
.rounded-fl-2xl{
 border-radius: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.rounded-fl-3xs{
 border-radius: calc(0.25rem + 0.50 * var(--fluid-bp))
}
.rounded-fl-lg{
 border-radius: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.rounded-fl-md{
 border-radius: calc(1.50rem + 3.00 * var(--fluid-bp))
}
.rounded-fl-sm{
 border-radius: calc(1.00rem + 2.00 * var(--fluid-bp))
}
.rounded-fl-xl{
 border-radius: calc(2.50rem + 5.00 * var(--fluid-bp))
}
.rounded-fl-xs{
 border-radius: calc(0.75rem + 1.50 * var(--fluid-bp))
}
.rounded-full{
 border-radius: 9999px
}
.rounded-lg{
 border-radius: 0.5rem
}
.rounded-md{
 border-radius: 0.375rem
}
.rounded-none{
 border-radius: 0px
}
.border{
 border-width: 1px
}
.border-0{
 border-width: 0px
}
.border-2{
 border-width: 2px
}
.border-\[2px\]{
 border-width: 2px
}
.border-b{
 border-bottom-width: 1px
}
.border-b-0{
 border-bottom-width: 0px
}
.border-b-\[15px\]{
 border-bottom-width: 15px
}
.border-l-0{
 border-left-width: 0px
}
.border-r-\[15px\]{
 border-right-width: 15px
}
.border-t{
 border-top-width: 1px
}
.border-t-0{
 border-top-width: 0px
}
.border-t-\[15px\]{
 border-top-width: 15px
}
.border-solid{
 border-style: solid
}
.border-none{
 border-style: none
}
.border-\[\#00A1B3\]{
 --tw-border-opacity: 1;
 border-color: rgb(0 161 179 / var(--tw-border-opacity))
}
.border-\[\#153AC7\]{
 --tw-border-opacity: 1;
 border-color: rgb(21 58 199 / var(--tw-border-opacity))
}
.border-\[\#507157\]{
 --tw-border-opacity: 1;
 border-color: rgb(80 113 87 / var(--tw-border-opacity))
}
.border-\[\#858585\]{
 --tw-border-opacity: 1;
 border-color: rgb(133 133 133 / var(--tw-border-opacity))
}
.border-\[\#90BB47\]{
 --tw-border-opacity: 1;
 border-color: rgb(144 187 71 / var(--tw-border-opacity))
}
.border-\[\#C2C2C2\]{
 --tw-border-opacity: 1;
 border-color: rgb(194 194 194 / var(--tw-border-opacity))
}
.border-\[\#E0E0E0\]{
 --tw-border-opacity: 1;
 border-color: rgb(224 224 224 / 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-surface-accent{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-border-opacity)))
}
.border-surface-primary{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-border-opacity)))
}
.border-b-\[\#0000\]{
 border-bottom-color: #0000
}
.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-b-surface-secondary{
 --tw-border-opacity: 1;
 border-bottom-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-border-opacity)))
}
.border-l-\[\#0000\]{
 border-left-color: #0000
}
.border-r-\[\#0000\]{
 border-right-color: #0000
}
.border-t-\[\#0000\]{
 border-top-color: #0000
}
.border-t-stroke-secondary{
 --tw-border-opacity: 1;
 border-top-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)))
}
.border-t-surface-secondary{
 --tw-border-opacity: 1;
 border-top-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-border-opacity)))
}
.\!bg-surface-tertiary{
 --tw-bg-opacity: 1 !important;
 background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity))) !important
}
.bg-\[\#153AC7\]{
 --tw-bg-opacity: 1;
 background-color: rgb(21 58 199 / var(--tw-bg-opacity))
}
.bg-\[\#507157\]{
 --tw-bg-opacity: 1;
 background-color: rgb(80 113 87 / var(--tw-bg-opacity))
}
.bg-\[\#858585\]{
 --tw-bg-opacity: 1;
 background-color: rgb(133 133 133 / var(--tw-bg-opacity))
}
.bg-\[\#90BB47\]{
 --tw-bg-opacity: 1;
 background-color: rgb(144 187 71 / var(--tw-bg-opacity))
}
.bg-\[\#C2C2C2\]{
 --tw-bg-opacity: 1;
 background-color: rgb(194 194 194 / var(--tw-bg-opacity))
}
.bg-\[\#DCDBDB\]{
 --tw-bg-opacity: 1;
 background-color: rgb(220 219 219 / var(--tw-bg-opacity))
}
.bg-\[\#DECFB966\]{
 background-color: #DECFB966
}
.bg-\[\#DECFB9\]\/40{
 background-color: rgb(222 207 185 / 0.4)
}
.bg-\[\#E7E7E7\]{
 --tw-bg-opacity: 1;
 background-color: rgb(231 231 231 / var(--tw-bg-opacity))
}
.bg-\[\#E8DDCD\]{
 --tw-bg-opacity: 1;
 background-color: rgb(232 221 205 / var(--tw-bg-opacity))
}
.bg-\[\#F4EBE5\]{
 --tw-bg-opacity: 1;
 background-color: rgb(244 235 229 / var(--tw-bg-opacity))
}
.bg-fg-secondary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-bg-opacity)))
}
.bg-stroke-primary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-bg-opacity)))
}
.bg-surface-accent{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.bg-surface-accent-teal{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent-teal) / var(--twc-surface-accent-teal-opacity, var(--tw-bg-opacity)))
}
.bg-surface-alternate{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)))
}
.bg-surface-alternate\/60{
 background-color: hsl(var(--twc-surface-alternate) / 0.6)
}
.bg-surface-alternate\/70{
 background-color: hsl(var(--twc-surface-alternate) / 0.7)
}
.bg-surface-alternate\/80{
 background-color: hsl(var(--twc-surface-alternate) / 0.8)
}
.bg-surface-primary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.bg-surface-primary\/0{
 background-color: hsl(var(--twc-surface-primary) / 0)
}
.bg-surface-secondary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
.bg-surface-secondary\/20{
 background-color: hsl(var(--twc-surface-secondary) / 0.2)
}
.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-r{
 background-image: linear-gradient(to right, var(--tw-gradient-stops))
}
.from-\[\#3651f6\]{
 --tw-gradient-from: #3651f6 var(--tw-gradient-from-position);
 --tw-gradient-to: rgb(54 81 246 / 0) var(--tw-gradient-to-position);
 --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.to-\[\#0a1a53\]{
 --tw-gradient-to: #0a1a53 var(--tw-gradient-to-position)
}
.bg-cover{
 background-size: cover
}
.bg-center{
 background-position: center
}
.bg-left{
 background-position: left
}
.bg-right{
 background-position: right
}
.bg-no-repeat{
 background-repeat: no-repeat
}
.fill-fg-primary{
 fill: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1))
}
.fill-none{
 fill: none
}
.stroke-\[2px\]{
 stroke-width: 2px
}
.object-contain{
 -o-object-fit: contain;
    object-fit: contain
}
.object-cover{
 -o-object-fit: cover;
    object-fit: cover
}
.p-0{
 padding: 0rem
}
.p-2xl{
 padding: 1.375rem
}
.p-\[14px\]{
 padding: 14px
}
.p-fl-2xl{
 padding: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.p-fl-2xs{
 padding: calc(0.50rem + 1.00 * var(--fluid-bp))
}
.p-fl-lg{
 padding: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.p-fl-md{
 padding: calc(1.50rem + 3.00 * var(--fluid-bp))
}
.p-fl-sm{
 padding: calc(1.00rem + 2.00 * var(--fluid-bp))
}
.p-fl-xs{
 padding: calc(0.75rem + 1.50 * var(--fluid-bp))
}
.p-sm{
 padding: 0.875rem
}
.px-\[12px\]{
 padding-left: 12px;
 padding-right: 12px
}
.px-fl-2xl{
 padding-left: calc(3.00rem + 6.00 * var(--fluid-bp));
 padding-right: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.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-lg{
 padding-left: 1.125rem;
 padding-right: 1.125rem
}
.px-sm{
 padding-left: 0.875rem;
 padding-right: 0.875rem
}
.px-xs{
 padding-left: 0.75rem;
 padding-right: 0.75rem
}
.py-\[100px\]{
 padding-top: 100px;
 padding-bottom: 100px
}
.py-\[14px\]{
 padding-top: 14px;
 padding-bottom: 14px
}
.py-\[4px\]{
 padding-top: 4px;
 padding-bottom: 4px
}
.py-\[8px\]{
 padding-top: 8px;
 padding-bottom: 8px
}
.py-fl-2xl{
 padding-top: calc(3.00rem + 6.00 * var(--fluid-bp));
 padding-bottom: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.py-fl-2xs{
 padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
 padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp))
}
.py-fl-3xs{
 padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
 padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp))
}
.py-fl-4xl{
 padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
 padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp))
}
.py-fl-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-lg{
 padding-top: 1.125rem;
 padding-bottom: 1.125rem
}
.py-sm{
 padding-top: 0.875rem;
 padding-bottom: 0.875rem
}
.py-xs{
 padding-top: 0.75rem;
 padding-bottom: 0.75rem
}
.\!pr-\[42px\]{
 padding-right: 42px !important
}
.pb-0{
 padding-bottom: 0rem
}
.pb-3xl{
 padding-bottom: 1.5rem
}
.pb-4xl{
 padding-bottom: 1.625rem
}
.pb-\[200px\]{
 padding-bottom: 200px
}
.pb-fl-4xl{
 padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp))
}
.pb-fl-5xl{
 padding-bottom: calc(6.00rem + 12.00 * var(--fluid-bp))
}
.pb-fl-lg{
 padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.pb-fl-md{
 padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp))
}
.pb-fl-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-xl{
 padding-bottom: 1.25rem
}
.pl-0{
 padding-left: 0rem
}
.pl-fl-sm{
 padding-left: calc(1.00rem + 2.00 * var(--fluid-bp))
}
.pr-\[44px\]{
 padding-right: 44px
}
.pt-0{
 padding-top: 0rem
}
.pt-3xl{
 padding-top: 1.5rem
}
.pt-4xl{
 padding-top: 1.625rem
}
.pt-\[22px\]{
 padding-top: 22px
}
.pt-fl-2xl{
 padding-top: calc(3.00rem + 6.00 * var(--fluid-bp))
}
.pt-fl-4xl{
 padding-top: calc(5.00rem + 10.00 * var(--fluid-bp))
}
.pt-fl-5xl{
 padding-top: calc(6.00rem + 12.00 * var(--fluid-bp))
}
.pt-fl-lg{
 padding-top: calc(2.00rem + 4.00 * var(--fluid-bp))
}
.pt-fl-md{
 padding-top: calc(1.50rem + 3.00 * var(--fluid-bp))
}
.pt-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))
}
.text-left{
 text-align: left
}
.text-center{
 text-align: center
}
.text-right{
 text-align: right
}
.font-NotoSans{
 font-family: "Noto Sans", sans-serif
}
.\!text-base{
 font-size: 1rem !important
}
.\!text-sm{
 font-size: 0.875rem !important
}
.text-2xl{
 font-size: 1.375rem
}
.text-3xl{
 font-size: 1.5rem
}
.text-base{
 font-size: 1rem
}
.text-fl-2xl{
 font-size: var(--f-2xl);
 line-height: 1.2
}
.text-fl-3xl{
 font-size: var(--f-3xl);
 line-height: 1.2
}
.text-fl-4xl{
 font-size: var(--f-4xl);
 line-height: 1.1
}
.text-fl-base{
 font-size: var(--f-base);
 line-height: 1.5
}
.text-fl-lg{
 font-size: var(--f-lg);
 line-height: 1.4
}
.text-fl-sm{
 font-size: var(--f-sm);
 line-height: 1.4
}
.text-fl-xl{
 font-size: var(--f-xl);
 line-height: 1.2
}
.text-fl-xs{
 font-size: var(--f-xs);
 line-height: 1.5
}
.text-lg{
 font-size: 1.125rem
}
.text-sm{
 font-size: 0.875rem
}
.text-xl{
 font-size: 1.25rem
}
.font-black{
 font-weight: 900
}
.font-bold{
 font-weight: 700
}
.font-normal{
 font-weight: 400
}
.uppercase{
 text-transform: uppercase
}
.italic{
 font-style: italic
}
.\!leading-\[1\.5\]{
 line-height: 1.5 !important
}
.leading-\[1\.1\]{
 line-height: 1.1
}
.leading-\[1\.2\]{
 line-height: 1.2
}
.leading-\[1\.3\]{
 line-height: 1.3
}
.leading-\[1\.4\]{
 line-height: 1.4
}
.leading-\[1\.5\]{
 line-height: 1.5
}
.leading-\[100\%\]{
 line-height: 100%
}
.leading-none{
 line-height: 1
}
.tracking-\[-0\.42px\]{
 letter-spacing: -0.42px
}
.tracking-\[-0\.54px\]{
 letter-spacing: -0.54px
}
.tracking-\[-0\.72px\]{
 letter-spacing: -0.72px
}
.tracking-\[-0\.96px\]{
 letter-spacing: -0.96px
}
.tracking-\[-1\.26px\]{
 letter-spacing: -1.26px
}
.tracking-\[-1\.68px\]{
 letter-spacing: -1.68px
}
.tracking-\[-2\.25px\]{
 letter-spacing: -2.25px
}
.tracking-\[0\.07em\]{
 letter-spacing: 0.07em
}
.tracking-\[1\.26px\]{
 letter-spacing: 1.26px
}
.\!text-fg-alternate{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-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-surface-primary{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-text-opacity)))
}
.\!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-50{
 opacity: 0.5
}
.opacity-60{
 opacity: 0.6
}
.opacity-70{
 opacity: 0.7
}
.opacity-80{
 opacity: 0.8
}
.opacity-\[0\.7\]{
 opacity: 0.7
}
.shadow{
 --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
 --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-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-panel{
 --tw-shadow: 0px 2px 36px 0px rgba(0,0,0,0.05);
 --tw-shadow-colored: 0px 2px 36px 0px var(--tw-shadow-color);
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.\!outline-none{
 outline: 2px solid transparent !important;
 outline-offset: 2px !important
}
.outline-none{
 outline: 2px solid transparent;
 outline-offset: 2px
}
.outline{
 outline-style: solid
}
.blur{
 --tw-blur: blur(8px);
 filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.grayscale{
 --tw-grayscale: grayscale(100%);
 filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.filter{
 filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition{
 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.transition-\[background-color\]{
 transition-property: background-color;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.transition-\[box-shadow\2c margin\2c width\]{
 transition-property: box-shadow,margin,width;
 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-\[margin\2c width\2c height\]{
 transition-property: margin,width,height;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.transition-\[margin-right\]{
 transition-property: margin-right;
 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-\[padding\]{
 transition-property: padding;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.transition-all{
 transition-property: all;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.transition-colors{
 transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.transition-opacity{
 transition-property: opacity;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.transition-transform{
 transition-property: transform;
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-duration: 150ms
}
.duration-150{
 transition-duration: 150ms
}
.duration-200{
 transition-duration: 200ms
}
.duration-300{
 transition-duration: 300ms
}
.duration-500{
 transition-duration: 500ms
}
.duration-\[150ms\]{
 transition-duration: 150ms
}
.ease-\[cubic-bezier\(0\.175\2c 0\.885\2c 0\.320\2c 1\.275\)\]{
 transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275)
}
.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: 243.29999999999995 100% 10.8%;
 --twc-fg-secondary: 0 0% 52.2%;
 --twc-fg-accent: 208.89999999999998 100% 50%;
 --twc-fg-alternate: 0 0% 100%;
 --twc-fg-brand: 208.89999999999998 100% 50%;
 --twc-fg-success: 155 96.8% 24.3%;
 --twc-fg-error: 4.199999999999989 76.5% 40%;
 --twc-surface-primary: 0 0% 100%;
 --twc-surface-secondary: 35.69999999999999 35.9% 79.8%;
 --twc-surface-tertiary: 0 0% 87.8%;
 --twc-surface-alternate: 243.29999999999995 100% 10.8%;
 --twc-surface-accent: 208.89999999999998 100% 50%;
 --twc-surface-accent-teal: 186 100% 35.1%;
 --twc-stroke-primary: 243.29999999999995 100% 10.8%;
 --twc-stroke-secondary: 0 0% 52.2%;
 --twc-stroke-alternate: 0 0% 100%;
 --twc-stroke-accent: 208.89999999999998 100% 50%;
 --twc-stroke-success: 155 96.8% 24.3%;
 --twc-stroke-error: 4.199999999999989 76.5% 40%
}
.dark,[data-theme="dark"]{
 --twc-fg-primary: 243.29999999999995 100% 10.8%;
 --twc-fg-secondary: 0 0% 52.2%;
 --twc-fg-accent: 208.89999999999998 100% 50%;
 --twc-fg-alternate: 0 0% 100%;
 --twc-fg-brand: 208.89999999999998 100% 50%;
 --twc-fg-success: 155 96.8% 24.3%;
 --twc-fg-error: 4.199999999999989 76.5% 40%;
 --twc-surface-primary: 0 0% 100%;
 --twc-surface-secondary: 35.69999999999999 35.9% 79.8%;
 --twc-surface-tertiary: 0 0% 87.8%;
 --twc-surface-alternate: 243.29999999999995 100% 10.8%;
 --twc-surface-accent: 208.89999999999998 100% 50%;
 --twc-surface-accent-teal: 186 100% 35.1%;
 --twc-stroke-primary: 243.29999999999995 100% 10.8%;
 --twc-stroke-secondary: 0 0% 52.2%;
 --twc-stroke-alternate: 0 0% 100%;
 --twc-stroke-accent: 208.89999999999998 100% 50%;
 --twc-stroke-success: 155 96.8% 24.3%;
 --twc-stroke-error: 4.199999999999989 76.5% 40%
}
.scrollbar-thin::-webkit-scrollbar-track{
 background-color: var(--scrollbar-track);
 border-radius: var(--scrollbar-track-radius)
}
.scrollbar-thin::-webkit-scrollbar-track:hover{
 background-color: var(--scrollbar-track-hover, var(--scrollbar-track))
}
.scrollbar-thin::-webkit-scrollbar-track:active{
 background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))
}
.scrollbar-thin::-webkit-scrollbar-thumb{
 background-color: var(--scrollbar-thumb);
 border-radius: var(--scrollbar-thumb-radius)
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover{
 background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb))
}
.scrollbar-thin::-webkit-scrollbar-thumb:active{
 background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))
}
.scrollbar-thin::-webkit-scrollbar-corner{
 background-color: var(--scrollbar-corner);
 border-radius: var(--scrollbar-corner-radius)
}
.scrollbar-thin::-webkit-scrollbar-corner:hover{
 background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner))
}
.scrollbar-thin::-webkit-scrollbar-corner:active{
 background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))
}
.scrollbar-thin{
 scrollbar-width: thin;
 scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)
}
.scrollbar-thin::-webkit-scrollbar{
 display: block;
 width: 8px;
 height: 8px
}
.scrollbar-track-\[\#ECEEF0\]{
 --scrollbar-track: #ECEEF0 !important
}
.scrollbar-thumb-\[\#7E868C\]{
 --scrollbar-thumb: #7E868C !important
}
.focus-ring{
 outline: 2px solid transparent;
 outline-offset: 2px
}
.focus-ring:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 2px
}
.focus-ring-inset{
 outline: 2px solid transparent;
 outline-offset: 2px
}
.focus-ring-inset:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 --tw-ring-inset: inset;
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
 --tw-ring-offset-width: 0px
}
.\!\[box-shadow\:none\]{
 box-shadow: none !important
}
.\[--adaptive\:none\]{
 --adaptive: none
}
.\[--auto-close\:inside\]{
 --auto-close: inside
}
.\[--body-scroll\:false\]{
 --body-scroll: false
}
.\[--is-collapse\:false\]{
 --is-collapse: false
}
.\[--placement\:bottom\]{
 --placement: bottom
}
.\[--placement\:left\]{
 --placement: left
}
.\[--placement\:right\]{
 --placement: right
}
.\[--placement\:top\]{
 --placement: top
}
.\[--scrollspy-offset\:100\]{
 --scrollspy-offset: 100
}
.\[--slides-to-show\:0\]{
 --slides-to-show: 0
}
.\[--slides-to-show\:1\]{
 --slides-to-show: 1
}
.\[--slides-to-show\:2\]{
 --slides-to-show: 2
}
.\[--slides-to-show\:3\]{
 --slides-to-show: 3
}
.\[--slides-to-show\:4\]{
 --slides-to-show: 4
}
.\[--slides-to-show\:5\]{
 --slides-to-show: 5
}
.\[--strategy\:absolute\]{
 --strategy: absolute
}
.\[--strategy\:relative\]{
 --strategy: relative
}
.\[--trigger\:click\]{
 --trigger: click
}
html,
body {
  overscroll-behavior: none;
  font-family: "Noto Sans", sans-serif;
}
/*
--------- Overrides ---------
@media (min-width: 640px) {
  .sm\:max-w-\[250px\] {
    max-width: 250px;
  }
  .sm\:max-w-\[280px\] {
    max-width: 280px;
  }
}*/
@media (min-width: 768px){
 .md\:breakout-reset{
  --breakout-outer-gutter: var(--outer-gutter);
  --breakout-container-outer-gutter: 0;
  position: unset;
  left: unset;
  width: unset;
  margin-left: unset
 }
}
@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)
 }
}
.\[\&\:has\(\#navigation-collapse\.open\)\]\:container-reset:has(#navigation-collapse.open){
 width: unset;
 margin-right: unset;
 margin-left: unset
}
.\[\&\:has\(\#navigation-collapse\.open\)\]\:container-reset:has(#navigation-collapse.open) > *{
 --container-outer-gutter: var(--outer-gutter, 0);
 --breakout-container-outer-gutter: inherit
}
@media (min-width: 640px){
 .sm\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: 0;
  right: 0
 }
 .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before{
  right: 0
 }
 .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before{
  left: 0
 }
 .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before{
  right: 0
 }
 .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after{
  border-right-width: 0
 }
 .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after{
  top: 0
 }
 .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after{
  bottom: 0
 }
 .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after{
  bottom: 0
 }
 .sm\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before{
  left: 0
 }
 .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before{
  right: 0
 }
 .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after{
  border-right-width: 0
 }
 .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after{
  top: 0
 }
 .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after{
  bottom: 0
 }
 .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after{
  bottom: 0
 }
 .sm\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before{
  left: 0
 }
 .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before{
  right: 0
 }
 .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after{
  border-right-width: 0
 }
 .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after{
  top: 0
 }
 .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after{
  bottom: 0
 }
 .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after{
  bottom: 0
 }
 .sm\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before{
  left: 0
 }
 .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before{
  right: 0
 }
 .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after{
  border-right-width: 0
 }
 .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after{
  top: 0
 }
 .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after{
  bottom: 0
 }
 .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after{
  bottom: 0
 }
 .sm\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before{
  left: 0
 }
 .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before{
  right: 0
 }
 .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after{
  border-right-width: 0
 }
 .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after{
  top: 0
 }
 .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after{
  bottom: 0
 }
 .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after{
  bottom: 0
 }
 .sm\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before{
  left: 0
 }
 .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before{
  right: 0
 }
 .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after{
  border-right-width: 0
 }
 .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after{
  top: 0
 }
 .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after{
  bottom: 0
 }
 .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after{
  bottom: 0
 }
 .sm\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .sm\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before{
  left: 0
 }
 .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before{
  right: 0
 }
 .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before{
  border-bottom-width: 0
 }
 .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after{
  border-right-width: 0
 }
 .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after{
  top: 0
 }
 .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after{
  bottom: 0
 }
 .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after{
  bottom: 0
 }
}
@media (min-width: 768px){
 .md\:w-4-cols{
  width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .cols-container > .md\:w-4-cols{
  width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .md\:w-4-cols > *{
  --container-grid-columns: 4
 }
 .md\:w-6-cols{
  width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .cols-container > .md\:w-6-cols{
  width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .md\:w-6-cols > *{
  --container-grid-columns: 6
 }
 .md\:w-8-cols{
  width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .cols-container > .md\:w-8-cols{
  width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .md\:w-8-cols > *{
  --container-grid-columns: 8
 }
 .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: 0;
  right: 0
 }
 .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before{
  right: 0
 }
 .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before{
  left: 0
 }
 .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before{
  right: 0
 }
 .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after{
  border-right-width: 0
 }
 .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after{
  top: 0
 }
 .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after{
  bottom: 0
 }
 .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after{
  bottom: 0
 }
 .md\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before{
  left: 0
 }
 .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before{
  right: 0
 }
 .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after{
  border-right-width: 0
 }
 .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after{
  top: 0
 }
 .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after{
  bottom: 0
 }
 .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after{
  bottom: 0
 }
 .md\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before{
  left: 0
 }
 .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before{
  right: 0
 }
 .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after{
  border-right-width: 0
 }
 .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after{
  top: 0
 }
 .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after{
  bottom: 0
 }
 .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after{
  bottom: 0
 }
 .md\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before{
  left: 0
 }
 .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before{
  right: 0
 }
 .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after{
  border-right-width: 0
 }
 .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after{
  top: 0
 }
 .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after{
  bottom: 0
 }
 .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after{
  bottom: 0
 }
 .md\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before{
  left: 0
 }
 .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before{
  right: 0
 }
 .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after{
  border-right-width: 0
 }
 .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after{
  top: 0
 }
 .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after{
  bottom: 0
 }
 .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after{
  bottom: 0
 }
 .md\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before{
  left: 0
 }
 .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before{
  right: 0
 }
 .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after{
  border-right-width: 0
 }
 .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after{
  top: 0
 }
 .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after{
  bottom: 0
 }
 .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after{
  bottom: 0
 }
 .md\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before{
  border-bottom-width: 1px
 }
 .md\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before{
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2)
 }
 .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before{
  left: 0
 }
 .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before{
  right: 0
 }
 .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before{
  border-bottom-width: 0
 }
 .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after{
  border-right-width: 1px
 }
 .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after{
  border-right-width: 0
 }
 .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after{
  top: 0
 }
 .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after{
  bottom: 0
 }
 .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after{
  bottom: 0
 }
}
@media (min-width: 1024px){
 .lg\:grid-col-span-3{
  --container-grid-columns: 3;
  grid-column: span 3 / span 3
 }
 .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\:w-3-cols{
  width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .cols-container > .lg\:w-3-cols{
  width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .lg\:w-3-cols > *{
  --container-grid-columns: 3
 }
 .lg\:w-4-cols{
  width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .cols-container > .lg\:w-4-cols{
  width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))
 }
 .lg\:w-4-cols > *{
  --container-grid-columns: 4
 }
 .lg\:w-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\: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\: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: 1520px){
 .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)))
}
.placeholder\:text-fg-secondary::-moz-placeholder{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)))
}
.placeholder\:text-fg-secondary::placeholder{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)))
}
.last\:pb-0:last-child{
 padding-bottom: 0rem
}
.empty\:hidden:empty{
 display: none
}
.group:hover .group-hover\:mx-0{
 margin-left: 0rem;
 margin-right: 0rem
}
.group:hover .group-hover\:mr-0{
 margin-right: 0rem
}
.group:hover .group-hover\:aspect-\[10\/9\]{
 aspect-ratio: 10/9
}
.group:hover .group-hover\:border-stroke-alternate{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)))
}
.group:hover .group-hover\:bg-surface-accent{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.group:hover .group-hover\:bg-surface-accent-teal{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent-teal) / var(--twc-surface-accent-teal-opacity, var(--tw-bg-opacity)))
}
.group:hover .group-hover\:bg-surface-primary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.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-alternate{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.group:hover .group-hover\:opacity-0{
 opacity: 0
}
.group:hover .group-hover\:paused {
    animation-play-state: paused;
  }
.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: 243.29999999999995 100% 10.8%;
 --twc-fg-secondary: 0 0% 52.2%;
 --twc-fg-accent: 208.89999999999998 100% 50%;
 --twc-fg-alternate: 0 0% 100%;
 --twc-fg-brand: 208.89999999999998 100% 50%;
 --twc-fg-success: 155 96.8% 24.3%;
 --twc-fg-error: 4.199999999999989 76.5% 40%;
 --twc-surface-primary: 0 0% 100%;
 --twc-surface-secondary: 35.69999999999999 35.9% 79.8%;
 --twc-surface-tertiary: 0 0% 87.8%;
 --twc-surface-alternate: 243.29999999999995 100% 10.8%;
 --twc-surface-accent: 208.89999999999998 100% 50%;
 --twc-surface-accent-teal: 186 100% 35.1%;
 --twc-stroke-primary: 243.29999999999995 100% 10.8%;
 --twc-stroke-secondary: 0 0% 52.2%;
 --twc-stroke-alternate: 0 0% 100%;
 --twc-stroke-accent: 208.89999999999998 100% 50%;
 --twc-stroke-success: 155 96.8% 24.3%;
 --twc-stroke-error: 4.199999999999989 76.5% 40%
}
.group\/nav[data-navigation=scrolled] .group-data-\[navigation\=scrolled\]\/nav\:bg-surface-primary\/80{
 background-color: hsl(var(--twc-surface-primary) / 0.8)
}
.group\/nav[data-navigation=scrolled] .group-data-\[navigation\=scrolled\]\/nav\:shadow-panel{
 --tw-shadow: 0px 2px 36px 0px rgba(0,0,0,0.05);
 --tw-shadow-colored: 0px 2px 36px 0px var(--tw-shadow-color);
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.group\/nav[data-navigation=scrolled] .group-data-\[navigation\=scrolled\]\/nav\:backdrop-blur-md{
 --tw-backdrop-blur: blur(12px);
 -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
         backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.hs-dropdown.open > .hs-dropdown-open\:rotate-180{
 --tw-rotate: 180deg;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hs-dropdown.open > .hs-dropdown-open\:bg-surface-secondary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
.hs-dropdown.open > .hs-dropdown-open\:text-fg-accent{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.hs-dropdown.open > .hs-dropdown-open\:text-surface-accent{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-text-opacity)))
}
.hs-dropdown.open > .hs-dropdown-open\:opacity-100{
 opacity: 1
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:rotate-180{
 --tw-rotate: 180deg;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:bg-surface-secondary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:text-fg-accent{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:text-surface-accent{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-text-opacity)))
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:opacity-100{
 opacity: 1
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:rotate-180{
 --tw-rotate: 180deg;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:bg-surface-secondary{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:text-fg-accent{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:text-surface-accent{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-text-opacity)))
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:opacity-100{
 opacity: 1
}
.hs-tooltip.show .hs-tooltip-shown\:visible{
 visibility: visible
}
.hs-tooltip.show .hs-tooltip-shown\:opacity-100{
 opacity: 1
}
.hs-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\: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\: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\: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\: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\: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\:block{
 display: block
}
.hs-collapse.open .hs-collapse-open\:hidden{
 display: none
}
.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\:block{
 display: block
}
.hs-collapse.open.hs-collapse-open\:hidden{
 display: none
}
.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-toggle.open .hs-collapse-open\:block{
 display: block
}
.hs-collapse-toggle.open .hs-collapse-open\:hidden{
 display: none
}
.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\:block{
 display: block
}
.hs-collapse-toggle.open.hs-collapse-open\:hidden{
 display: none
}
.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))
}
[data-hs-tab].active.hs-tab-active\:bg-surface-accent{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
[data-hs-tab].active.hs-tab-active\:text-fg-alternate{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
[data-hs-tab].active .hs-tab-active\:bg-surface-accent{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
[data-hs-tab].active .hs-tab-active\:text-fg-alternate{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.open.hs-overlay-open\: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))
}
.open.hs-overlay-open\:opacity-100{
 opacity: 1
}
.open.hs-overlay-open\:duration-500{
 transition-duration: 500ms
}
.open .hs-overlay-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))
}
.open .hs-overlay-open\:opacity-100{
 opacity: 1
}
.open .hs-overlay-open\:duration-500{
 transition-duration: 500ms
}
.hs-overlay-backdrop.hs-overlay-backdrop-open\:pointer-events-none{
 pointer-events: none
}
.hs-overlay-backdrop.hs-overlay-backdrop-open\:bg-surface-alternate\/80{
 background-color: hsl(var(--twc-surface-alternate) / 0.8)
}
.hs-overlay-backdrop .hs-overlay-backdrop-open\:pointer-events-none{
 pointer-events: none
}
.hs-overlay-backdrop .hs-overlay-backdrop-open\:bg-surface-alternate\/80{
 background-color: hsl(var(--twc-surface-alternate) / 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)))
}
.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\:items-center :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 align-items: center
}
.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-full :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 border-radius: 9999px
}
.prose-a\:border :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 border-width: 1px
}
.prose-a\:border-\[1px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 border-width: 1px
}
.prose-a\:border-\[2px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 border-width: 2px
}
.prose-a\:border-solid :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 border-style: solid
}
.prose-a\:border-stroke-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)))
}
.prose-a\:border-stroke-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)))
}
.prose-a\:bg-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.prose-a\:bg-surface-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)))
}
.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\:font-NotoSans :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 font-family: "Noto Sans", sans-serif
}
.prose-a\:text-lg :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 font-size: 1.125rem
}
.prose-a\:font-bold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 font-weight: 700
}
.prose-a\:leading-none :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 line-height: 1
}
.prose-a\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.prose-a\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.prose-a\: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\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 transition-duration: 300ms
}
.prose-a\: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"] *))){
 transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.275)
}
.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)
}
.group:hover .prose-a\:group-hover\:border-stroke-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)))
}
.group:hover .prose-a\:group-hover\:bg-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.group:hover .prose-a\:group-hover\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.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\:border-stroke-primary:hover{
 --tw-border-opacity: 1;
 border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)))
}
.hover\:bg-surface-accent:hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.hover\:bg-surface-secondary:hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
.hover\:\!text-fg-accent:hover{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity))) !important
}
.hover\:text-fg-accent:hover{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.hover\:text-fg-alternate:hover{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.hover\:text-fg-error:hover{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-error) / var(--twc-fg-error-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\:underline:hover{
 text-decoration-line: underline
}
.hover\:opacity-80:hover{
 opacity: 0.8
}
.hover\:opacity-90:hover{
 opacity: 0.9
}
.hover\:prose-a\:bg-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.hover\:prose-a\:bg-surface-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)))
}
.prose-a\:hover\:bg-surface-accent:hover :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)))
}
.prose-a\:hover\:bg-surface-primary:hover :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.hover\:prose-a\:text-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.hover\:prose-a\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.prose-a\:hover\:text-fg-accent:hover :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\:hover\:text-fg-alternate:hover :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)))
}
.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\:ring-2: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\:ring-surface-accent:focus{
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)))
}
.focus\:ring-offset-2:focus{
 --tw-ring-offset-width: 2px
}
.focus\:prose-a\:text-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.focus-visible\:\!text-fg-accent:focus-visible{
 --tw-text-opacity: 1 !important;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity))) !important
}
.focus-visible\:text-fg-accent:focus-visible{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.focus-visible\:ring-2:focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.focus-visible\:ring-surface-accent:focus-visible{
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)))
}
.focus-visible\:ring-offset-2:focus-visible{
 --tw-ring-offset-width: 2px
}
.focus-visible\:prose-a\:ring-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus-visible{
 --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
 --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
 box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.focus-visible\:prose-a\:ring-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus-visible{
 --tw-ring-opacity: 1;
 --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)))
}
.focus-visible\:prose-a\:ring-offset-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus-visible{
 --tw-ring-offset-width: 2px
}
.disabled\:pointer-events-none:disabled{
 pointer-events: none
}
.disabled\:cursor-not-allowed:disabled{
 cursor: not-allowed
}
.disabled\:bg-surface-secondary:disabled{
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)))
}
.disabled\:text-fg-primary:disabled{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)))
}
.disabled\:opacity-100:disabled{
 opacity: 1
}
.disabled\:opacity-50:disabled{
 opacity: 0.5
}
@media (min-width: 640px){
 .sm\:right-auto{
  right: auto
 }
 .sm\:col-span-1{
  grid-column: span 1 / span 1
 }
 .sm\:block{
  display: block
 }
 .sm\:flex{
  display: flex
 }
 .sm\:hidden{
  display: none
 }
 .sm\:w-2\/5{
  width: 40%
 }
 .sm\:w-\[40\%\]{
  width: 40%
 }
 .sm\:w-\[400px\]{
  width: 400px
 }
 .sm\:w-\[calc\(50\%-var\(--inner-gutter\)\/2\)\]{
  width: calc(50% - var(--inner-gutter) / 2)
 }
 .sm\:w-auto{
  width: auto
 }
 .sm\:min-w-\[400px\]{
  min-width: 400px
 }
 .sm\:max-w-\[250px\]{
  max-width: 250px
 }
 .sm\:max-w-\[280px\]{
  max-width: 280px
 }
 .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\:flex-wrap{
  flex-wrap: wrap
 }
 .sm\:items-center{
  align-items: center
 }
 .sm\:justify-start{
  justify-content: flex-start
 }
 .sm\:py-fl-md{
  padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
  padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .sm\:py-fl-sm{
  padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
  padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
 .sm\:before\:absolute::before{
  content: var(--tw-content);
  position: absolute
 }
}
@media (min-width: 768px){
 .md\:top-3\/4{
  top: 75%
 }
 .md\:order-1{
  order: 1
 }
 .md\:order-2{
  order: 2
 }
 .md\:col-span-8{
  grid-column: span 8 / span 8
 }
 .md\:mb-fl-md{
  margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .md\:mr-\[-12px\]{
  margin-right: -12px
 }
 .md\:mr-fl-xl{
  margin-right: calc(2.50rem + 5.00 * var(--fluid-bp))
 }
 .md\:mt-sm{
  margin-top: 0.875rem
 }
 .md\:flex{
  display: flex
 }
 .md\:grid{
  display: grid
 }
 .md\:hidden{
  display: none
 }
 .md\:size-\[44px\]{
  width: 44px;
  height: 44px
 }
 .md\:h-\[100px\]{
  height: 100px
 }
 .md\:h-\[150px\]{
  height: 150px
 }
 .md\:h-\[50px\]{
  height: 50px
 }
 .md\:h-auto{
  height: auto
 }
 .md\:h-full{
  height: 100%
 }
 .md\:max-h-\[655px\]{
  max-height: 655px
 }
 .md\:min-h-\[164px\]{
  min-height: 164px
 }
 .md\:min-h-\[500px\]{
  min-height: 500px
 }
 .md\:min-h-\[600px\]{
  min-height: 600px
 }
 .md\:\!w-auto{
  width: auto !important
 }
 .md\:w-1\/3{
  width: 33.333333%
 }
 .md\:w-\[30\.95\%\]{
  width: 30.95%
 }
 .md\:w-\[74px\]{
  width: 74px
 }
 .md\:w-auto{
  width: auto
 }
 .md\:min-w-\[290px\]{
  min-width: 290px
 }
 .md\:max-w-\[240px\]{
  max-width: 240px
 }
 .md\:max-w-\[330px\]{
  max-width: 330px
 }
 .md\:max-w-\[350px\]{
  max-width: 350px
 }
 .md\:flex-1{
  flex: 1 1 0%
 }
 .md\:flex-\[1_1_290px\]{
  flex: 1 1 290px
 }
 .md\:flex-auto{
  flex: 1 1 auto
 }
 .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-col{
  flex-direction: column
 }
 .md\:flex-nowrap{
  flex-wrap: nowrap
 }
 .md\:items-start{
  align-items: flex-start
 }
 .md\:items-center{
  align-items: center
 }
 .md\:items-stretch{
  align-items: stretch
 }
 .md\:justify-start{
  justify-content: flex-start
 }
 .md\:justify-end{
  justify-content: flex-end
 }
 .md\:justify-between{
  justify-content: space-between
 }
 .md\:gap-2xl{
  gap: 1.375rem
 }
 .md\:gap-\[--inner-gutter\]{
  gap: var(--inner-gutter)
 }
 .md\:gap-\[5px\]{
  gap: 5px
 }
 .md\:gap-fl-2xs{
  gap: calc(0.50rem + 1.00 * var(--fluid-bp))
 }
 .md\:gap-fl-md{
  gap: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .md\:gap-fl-sm{
  gap: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
 .md\:gap-y-\[53px\]{
  row-gap: 53px
 }
 .md\:rounded-bl-fl-sm{
  border-bottom-left-radius: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
 .md\:rounded-bl-none{
  border-bottom-left-radius: 0px
 }
 .md\:rounded-br-fl-sm{
  border-bottom-right-radius: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
 .md\:rounded-tl-fl-sm{
  border-top-left-radius: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
 .md\:rounded-tl-none{
  border-top-left-radius: 0px
 }
 .md\:rounded-tr-fl-sm{
  border-top-right-radius: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
 .md\:p-fl-xl{
  padding: calc(2.50rem + 5.00 * var(--fluid-bp))
 }
 .md\:px-0{
  padding-left: 0rem;
  padding-right: 0rem
 }
 .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\:pb-fl-xl{
  padding-bottom: calc(2.50rem + 5.00 * var(--fluid-bp))
 }
 .md\:pr-\[12px\]{
  padding-right: 12px
 }
 .md\:pt-fl-lg{
  padding-top: calc(2.00rem + 4.00 * var(--fluid-bp))
 }
}
@media (min-width: 1024px){
 .lg\:not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
 }
 .lg\:sticky{
  position: sticky
 }
 .lg\:top-0{
  top: 0rem
 }
 .lg\:z-\[48\]{
  z-index: 48
 }
 .lg\:order-1{
  order: 1
 }
 .lg\:order-2{
  order: 2
 }
 .lg\:order-3{
  order: 3
 }
 .lg\:col-span-12{
  grid-column: span 12 / span 12
 }
 .lg\:col-span-4{
  grid-column: span 4 / span 4
 }
 .lg\:col-span-8{
  grid-column: span 8 / span 8
 }
 .lg\:col-span-9{
  grid-column: span 9 / span 9
 }
 .lg\:mx-auto{
  margin-left: auto;
  margin-right: auto
 }
 .lg\:mr-fl-lg{
  margin-right: calc(2.00rem + 4.00 * var(--fluid-bp))
 }
 .lg\:block{
  display: block
 }
 .lg\:min-h-\[100dvh\]{
  min-height: 100dvh
 }
 .lg\:min-h-\[620px\]{
  min-height: 620px
 }
 .lg\:w-1\/2{
  width: 50%
 }
 .lg\:w-4\/12{
  width: 33.333333%
 }
 .lg\:w-6\/12{
  width: 50%
 }
 .lg\:w-8\/12{
  width: 66.666667%
 }
 .lg\:w-\[500px\]{
  width: 500px
 }
 .lg\:w-\[70\%\]{
  width: 70%
 }
 .lg\:w-\[calc\(33\.333\%-var\(--inner-gutter\)\*2\/3\)\]{
  width: calc(33.333% - var(--inner-gutter) * 2 / 3)
 }
 .lg\:w-\[calc\(50\%-var\(--inner-gutter\)\/2\)\]{
  width: calc(50% - var(--inner-gutter) / 2)
 }
 .lg\:w-auto{
  width: auto
 }
 .lg\:w-full{
  width: 100%
 }
 .lg\:min-w-\[333px\]{
  min-width: 333px
 }
 .lg\:max-w-5xl{
  max-width: 64rem
 }
 .lg\:max-w-\[1200px\]{
  max-width: 1200px
 }
 .lg\:max-w-\[330px\]{
  max-width: 330px
 }
 .lg\:flex-1{
  flex: 1 1 0%
 }
 .lg\:flex-initial{
  flex: 0 1 auto
 }
 .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-col{
  flex-direction: column
 }
 .lg\:flex-wrap{
  flex-wrap: wrap
 }
 .lg\:flex-nowrap{
  flex-wrap: nowrap
 }
 .lg\:items-center{
  align-items: center
 }
 .lg\:justify-start{
  justify-content: flex-start
 }
 .lg\:justify-center{
  justify-content: center
 }
 .lg\:justify-between{
  justify-content: space-between
 }
 .lg\:gap-\[--inner-gutter\]{
  gap: var(--inner-gutter)
 }
 .lg\:gap-fl-2xs{
  gap: calc(0.50rem + 1.00 * var(--fluid-bp))
 }
 .lg\:gap-fl-md{
  gap: calc(1.50rem + 3.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-full{
  border-radius: 9999px
 }
 .lg\:p-0{
  padding: 0rem
 }
 .lg\:px-sm{
  padding-left: 0.875rem;
  padding-right: 0.875rem
 }
 .lg\:py-sm{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem
 }
}
@media (min-width: 1280px){
 .xl\:absolute{
  position: absolute
 }
 .xl\:left-0{
  left: 0rem
 }
 .xl\:top-sm{
  top: 0.875rem
 }
 .xl\:mb-sm{
  margin-bottom: 0.875rem
 }
 .xl\:mr-fl-4xl{
  margin-right: calc(5.00rem + 10.00 * var(--fluid-bp))
 }
 .xl\:block{
  display: block
 }
 .xl\:flex{
  display: flex
 }
 .xl\:hidden{
  display: none
 }
 .xl\:h-auto{
  height: auto
 }
 .xl\:min-h-\[680px\]{
  min-height: 680px
 }
 .xl\:w-auto{
  width: auto
 }
 .xl\:max-w-7xl{
  max-width: 80rem
 }
 .xl\:translate-y-\[calc\(90px-36px-12px\)\]{
  --tw-translate-y: calc(90px - 36px - 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))
 }
 .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{
  flex-direction: row
 }
 .xl\:justify-end{
  justify-content: flex-end
 }
 .xl\:justify-center{
  justify-content: center
 }
 .xl\:gap-4xl{
  gap: 1.625rem
 }
 .xl\:gap-fl-md{
  gap: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .xl\:gap-lg{
  gap: 1.125rem
 }
 .xl\:overflow-visible{
  overflow: visible
 }
 .xl\:rounded-full{
  border-radius: 9999px
 }
 .xl\:border-b-0{
  border-bottom-width: 0px
 }
 .xl\:\!bg-\[inherit\]{
  background-color: inherit !important
 }
 .xl\:bg-surface-primary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
 }
 .xl\:bg-surface-primary\/0{
  background-color: hsl(var(--twc-surface-primary) / 0)
 }
 .xl\:px-0{
  padding-left: 0rem;
  padding-right: 0rem
 }
 .xl\:px-fl-2xs{
  padding-left: calc(0.50rem + 1.00 * var(--fluid-bp));
  padding-right: calc(0.50rem + 1.00 * var(--fluid-bp))
 }
 .xl\:px-fl-sm{
  padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
  padding-right: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
 .xl\:py-0{
  padding-top: 0rem;
  padding-bottom: 0rem
 }
 .xl\:py-\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px
 }
 .xl\:py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px
 }
 .xl\:py-sm{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem
 }
 .xl\:pb-\[120px\]{
  padding-bottom: 120px
 }
 .xl\:pl-\[73px\]{
  padding-left: 73px
 }
 .xl\:backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
 }
 .xl\:first\:rounded-tl-fl-md:first-child{
  border-top-left-radius: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .xl\:first\:rounded-tr-fl-md:first-child{
  border-top-right-radius: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .xl\:last\:rounded-bl-fl-md:last-child{
  border-bottom-left-radius: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .xl\:last\:rounded-br-fl-md:last-child{
  border-bottom-right-radius: calc(1.50rem + 3.00 * var(--fluid-bp))
 }
 .xl\:data-\[navigation\=scrolled\]\:bg-surface-primary\/80[data-navigation=scrolled]{
  background-color: hsl(var(--twc-surface-primary) / 0.8)
 }
 .xl\:data-\[navigation\=scrolled\]\:backdrop-blur-md[data-navigation=scrolled]{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
 }
}
@media (min-width: 1520px){
 .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))
 }
 .xxl\:px-fl-sm{
  padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
  padding-right: calc(1.00rem + 2.00 * var(--fluid-bp))
 }
}
@media (prefers-color-scheme: dark){
 .dark\:bg-opacity-80{
  --tw-bg-opacity: 0.8
 }
}
.\[\&\.active\]\:text-fg-accent.active{
 --tw-text-opacity: 1;
 color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)))
}
.\[\&\.open\]\:h-\[calc\(100dvh-100px\)\].open{
 height: calc(100dvh - 100px)
}
.\[\&\:has\(\#navigation-collapse\.open\)\]\:h-\[100dvh\]:has(#navigation-collapse.open){
 height: 100dvh
}
.\[\&\:has\(\#navigation-collapse\.open\)\]\:bg-surface-primary:has(#navigation-collapse.open){
 --tw-bg-opacity: 1;
 background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)))
}
.\[\&\>div\:last-child\]\:justify-start>div:last-child{
 justify-content: flex-start
}
.\[\&_\*\]\:\!no-underline *{
 text-decoration-line: none !important
}
.\[\&_\.custom-link\]\:w-auto .custom-link{
 width: auto
}
.\[\&_\.text-content\]\:line-clamp-3 .text-content{
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3
}