/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components;
@layer theme {
  :root, :host {
    --font-sans: "Outfit", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-mono: "Geist Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-sky-400: oklch(74.6% 0.16 232.661);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-200: oklch(87% 0.065 274.039);
    --color-indigo-300: oklch(78.5% 0.115 274.713);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-indigo-700: oklch(45.7% 0.24 277.023);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 6px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 8px;
    --radius-2xl: 10px;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 2px 6px rgba(0, 0, 0, 0.06);
    --shadow-xl: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-2xl: 0 8px 24px rgba(0, 0, 0, 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-accent: var(--accent);
    --color-accent-weak: var(--accent-weak);
    --color-danger: #dc3545;
    --color-success: #198754;
    --color-warning: #ffc107;
    --color-info: #0dcaf0;
  }
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.z-\[1020\] {
  z-index: 1020;
}
.col-6 {
  grid-column: 6;
}
.col-12 {
  grid-column: 12;
}
.float-end {
  float: inline-end;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-start {
  float: inline-start;
}
.container {
  @media (width >= 576px) {
    max-width: 576px;
  }
  @media (width >= 768px) {
    max-width: 768px;
  }
  @media (width >= 992px) {
    max-width: 992px;
  }
  @media (width >= 1200px) {
    max-width: 1200px;
  }
  @media (width >= 1400px) {
    max-width: 1400px;
  }
  width: 100%;
  padding-inline: 0.75rem;
  margin-inline: auto;
  @media (width >= 576px) {
    max-width: 540px;
  }
  @media (width >= 768px) {
    max-width: 720px;
  }
  @media (width >= 992px) {
    max-width: 960px;
  }
  @media (width >= 1200px) {
    max-width: 1200px;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-2 {
  margin-block: calc(var(--spacing) * 2);
}
.ms-2 {
  margin-inline-start: calc(var(--spacing) * 2);
}
.ms-auto {
  margin-inline-start: auto;
}
.me-2 {
  margin-inline-end: calc(var(--spacing) * 2);
}
.me-4 {
  margin-inline-end: calc(var(--spacing) * 4);
}
.me-auto {
  margin-inline-end: auto;
}
.mt-1 {
  margin-top: var(--spacing);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: var(--spacing);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-100 {
  height: calc(var(--spacing) * 100);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1 / 2 * 100%);
}
.w-1\/4 {
  width: calc(1 / 4 * 100%);
}
.w-3\/4 {
  width: calc(3 / 4 * 100%);
}
.w-25 {
  width: calc(var(--spacing) * 25);
}
.w-50 {
  width: calc(var(--spacing) * 50);
}
.w-75 {
  width: calc(var(--spacing) * 75);
}
.w-100 {
  width: calc(var(--spacing) * 100);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.flex-auto {
  flex: auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-\[\#dee2e6\] {
  border-color: #dee2e6;
}
.bg-\[\#0d6efd\] {
  background-color: #0d6efd;
}
.bg-\[\#198754\] {
  background-color: #198754;
}
.bg-\[\#dc3545\] {
  background-color: #dc3545;
}
.bg-\[\#ffc107\] {
  background-color: #ffc107;
}
.bg-accent-weak {
  background-color: var(--color-accent-weak);
}
.bg-danger {
  background-color: var(--color-danger);
}
.bg-success {
  background-color: var(--color-success);
}
.bg-warning {
  background-color: var(--color-warning);
}
.bg-white {
  background-color: var(--color-white);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.pt-1 {
  padding-top: var(--spacing);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pl-0 {
  padding-left: 0px;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.text-nowrap {
  text-wrap: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#0dcaf0\] {
  color: #0dcaf0;
}
.text-\[\#6c757d\] {
  color: #6c757d;
}
.text-\[\#198754\] {
  color: #198754;
}
.text-\[\#212529\] {
  color: #212529;
}
.text-\[\#dc3545\] {
  color: #dc3545;
}
.text-\[\#ffc107\] {
  color: #ffc107;
}
.text-accent {
  color: var(--color-accent);
}
.text-danger {
  color: var(--color-danger);
}
.text-info {
  color: var(--color-info);
}
.text-success {
  color: var(--color-success);
}
.text-warning {
  color: var(--color-warning);
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
@media (width >= 576px) {
  .sm\:my-0 {
    margin-block: 0px;
  }
  .sm\:inline {
    display: inline;
  }
}
@media (width >= 768px) {
  .md\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .md\:block {
    display: block;
  }
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .md\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 992px) {
  .lg\:ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:gap-1 {
    gap: var(--spacing);
  }
  .lg\:text-right {
    text-align: right;
  }
}
@layer base {
  *, ::before, ::after {
    box-sizing: border-box;
  }
  ::before, ::after {
    --tw-content: "";
  }
  html {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
  }
  body {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem;
    }
    h2, .h2 {
      font-size: 2rem;
    }
    h3, .h3 {
      font-size: 1.75rem;
    }
    h4, .h4 {
      font-size: 1.5rem;
    }
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  p, dl, ol, ul, blockquote, figure, pre, address {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol, ul {
    padding-left: 2rem;
  }
  ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  b, strong {
    font-weight: bolder;
  }
  small, .small {
    font-size: 0.875em;
  }
  sub, sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img, svg {
    vertical-align: middle;
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }
  hr:not([size]) {
    height: 1px;
  }
  code, kbd, pre, samp {
    font-family: var(--font-mono);
    font-size: 1em;
  }
  pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
  }
  code {
    font-size: 0.875em;
    word-wrap: break-word;
  }
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  th {
    text-align: inherit;
  }
  tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }
  label {
    display: inline-block;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button, select {
    text-transform: none;
  }
  select {
    word-wrap: normal;
  }
  [type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
  }
  [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  textarea {
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  [role="button"] {
    cursor: pointer;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  iframe {
    border: 0;
  }
  [hidden] {
    display: none !important;
  }
}
@layer components {
  .btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--fg);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
  }
  .btn:disabled, .btn.disabled {
    pointer-events: none;
    opacity: 0.65;
  }
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
  }
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  .btn-primary, .btn-dark {
    background-color: var(--btn-fg);
    border-color: var(--btn-fg);
    color: var(--btn-fg-text);
  }
  .btn-outline-primary, .btn-outline-secondary, .btn-outline-light, .btn-outline-dark, .btn-outline-info, .btn-outline-success {
    background-color: transparent;
    border-color: var(--border);
    color: var(--fg);
  }
  .btn-danger {
    background-color: var(--color-danger);
    border-color: var(--color-danger);
    color: #fff;
  }
  .form-label {
    margin-bottom: 0.5rem;
  }
  .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--fg-muted);
  }
  .form-control, .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--fg);
    background-color: var(--bg);
    background-clip: padding-box;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    appearance: none;
  }
  .form-select {
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
  }
  .form-control::placeholder {
    color: var(--fg-faint);
  }
  .form-control:disabled, .form-select:disabled {
    opacity: 1;
    background-color: var(--bg-subtle);
  }
  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
  }
  .form-check-input {
    float: left;
    margin-left: -1.5em;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    accent-color: var(--accent);
  }
  .form-check-label {
    display: inline-block;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
  }
  .card-body {
    flex: 1 1 auto;
    padding: 1rem;
  }
  .accordion-item {
    background-color: var(--bs-accordion-bg, var(--bg-elevated));
    border: 1px solid var(--bs-accordion-border-color, var(--border));
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color, var(--fg));
    text-align: left;
    background-color: var(--bs-accordion-btn-bg, transparent);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-radius 0.15s ease;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
  }
  .accordion-body {
    padding: 1rem 1.25rem;
  }
  .alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
  }
  .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
  }
  .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
  }
  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: inherit;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: var(--radius-sm);
    opacity: 0.5;
    cursor: pointer;
  }
  .btn-close:hover {
    opacity: 0.85;
  }
  .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--radius-sm);
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--fg);
    vertical-align: top;
    border-color: var(--border);
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem;
    border-bottom: 1px solid var(--border);
  }
  .table > thead {
    vertical-align: bottom;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    content: "/";
    color: var(--fg-faint);
  }
  .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: var(--bg-subtle);
    border-radius: var(--radius-sm);
  }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--accent);
    transition: width 0.6s ease;
  }
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
  .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: box-shadow 0.15s ease-in-out;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .js-collapse:not(.show) {
    display: none;
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
    .navbar-expand-lg .collapsing {
      height: auto !important;
      transition: none;
    }
  }
  body {
    counter-reset: bp-sheet;
  }
  .bp-section {
    position: relative;
    counter-increment: bp-sheet;
  }
  .bp-section > .container, .bp-section > .section__container {
    position: relative;
    z-index: 1;
  }
  .bp-paper {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
    background-image: linear-gradient(to right, var(--border) 1px, transparent 1px), linear-gradient(to bottom, var(--border) 1px, transparent 1px), linear-gradient(to right, var(--border-strong) 1px, transparent 1px), linear-gradient(to bottom, var(--border-strong) 1px, transparent 1px);
    background-size: 28px 28px, 28px 28px, 140px 140px, 140px 140px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.35) 55%, transparent 92%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.35) 55%, transparent 92%);
  }
  .bp-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
  }
  .bp-section .eyebrow::before {
    content: counter(bp-sheet, decimal-leading-zero) / "";
    font-family: var(--font-mono);
    font-size: 0.875em;
    color: var(--accent);
    border: 1px solid var(--border-strong);
    border-radius: 2px;
    padding: 0.15em 0.4em;
    line-height: 1;
  }
  .bp-section .eyebrow::after {
    content: "";
    width: clamp(1.5rem, 4vw, 3rem);
    height: 1px;
    background: var(--border-strong);
  }
  .bp-ticks {
    position: relative;
  }
  .bp-ticks::after {
    content: "";
    position: absolute;
    inset: 7px;
    pointer-events: none;
    opacity: 0.65;
    background-repeat: no-repeat;
    background-image: linear-gradient(var(--border-strong), var(--border-strong)), linear-gradient(var(--border-strong), var(--border-strong)), linear-gradient(var(--border-strong), var(--border-strong)), linear-gradient(var(--border-strong), var(--border-strong)), linear-gradient(var(--border-strong), var(--border-strong)), linear-gradient(var(--border-strong), var(--border-strong)), linear-gradient(var(--border-strong), var(--border-strong)), linear-gradient(var(--border-strong), var(--border-strong));
    background-size: 9px 1px, 1px 9px, 9px 1px, 1px 9px, 9px 1px, 1px 9px, 9px 1px, 1px 9px;
    background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
    transition: opacity 0.2s ease;
  }
  .bp-ticks:hover::after {
    opacity: 1;
  }
  .bp-rule {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-mono);
    font-size: var(--text-xs, 0.75rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fg-faint);
  }
  .bp-rule::before, .bp-rule::after {
    content: "";
    flex: 1 1 auto;
    height: 5px;
    border-top: 1px solid var(--border-strong);
    border-left: 1px solid var(--border-strong);
    border-right: 1px solid var(--border-strong);
    transform: translateY(2px);
  }
  .bp-ref {
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    color: var(--fg-faint);
    border: 1px solid var(--border);
    border-radius: 2px;
    padding: 0.1rem 0.35rem;
    line-height: 1.4;
  }
  @media (prefers-reduced-motion: reduce) {
    .bp-ticks::after {
      transition: none;
    }
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    max-width: 100%;
    height: auto;
  }
  .container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    --gutter-x: 1.5rem;
    --gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--gutter-y) * -1);
    margin-right: calc(var(--gutter-x) * -0.5);
    margin-left: calc(var(--gutter-x) * -0.5);
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
    margin-top: var(--gutter-y);
  }
  .col {
    flex: 1 0 0%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25.0%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50.0%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75.0%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-0, .gx-0 {
    --gutter-x: 0;
  }
  .g-0, .gy-0 {
    --gutter-y: 0;
  }
  .g-1, .gx-1 {
    --gutter-x: 0.25rem;
  }
  .g-1, .gy-1 {
    --gutter-y: 0.25rem;
  }
  .g-2, .gx-2 {
    --gutter-x: 0.5rem;
  }
  .g-2, .gy-2 {
    --gutter-y: 0.5rem;
  }
  .g-3, .gx-3 {
    --gutter-x: 1rem;
  }
  .g-3, .gy-3 {
    --gutter-y: 1rem;
  }
  .g-4, .gx-4 {
    --gutter-x: 1.5rem;
  }
  .g-4, .gy-4 {
    --gutter-y: 1.5rem;
  }
  .g-5, .gx-5 {
    --gutter-x: 3rem;
  }
  .g-5, .gy-5 {
    --gutter-y: 3rem;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      flex: 0 0 auto;
      width: 8.333333%;
    }
    .col-sm-2 {
      flex: 0 0 auto;
      width: 16.666667%;
    }
    .col-sm-3 {
      flex: 0 0 auto;
      width: 25.0%;
    }
    .col-sm-4 {
      flex: 0 0 auto;
      width: 33.333333%;
    }
    .col-sm-5 {
      flex: 0 0 auto;
      width: 41.666667%;
    }
    .col-sm-6 {
      flex: 0 0 auto;
      width: 50.0%;
    }
    .col-sm-7 {
      flex: 0 0 auto;
      width: 58.333333%;
    }
    .col-sm-8 {
      flex: 0 0 auto;
      width: 66.666667%;
    }
    .col-sm-9 {
      flex: 0 0 auto;
      width: 75.0%;
    }
    .col-sm-10 {
      flex: 0 0 auto;
      width: 83.333333%;
    }
    .col-sm-11 {
      flex: 0 0 auto;
      width: 91.666667%;
    }
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .g-sm-0, .gx-sm-0 {
      --gutter-x: 0;
    }
    .g-sm-0, .gy-sm-0 {
      --gutter-y: 0;
    }
    .g-sm-1, .gx-sm-1 {
      --gutter-x: 0.25rem;
    }
    .g-sm-1, .gy-sm-1 {
      --gutter-y: 0.25rem;
    }
    .g-sm-2, .gx-sm-2 {
      --gutter-x: 0.5rem;
    }
    .g-sm-2, .gy-sm-2 {
      --gutter-y: 0.5rem;
    }
    .g-sm-3, .gx-sm-3 {
      --gutter-x: 1rem;
    }
    .g-sm-3, .gy-sm-3 {
      --gutter-y: 1rem;
    }
    .g-sm-4, .gx-sm-4 {
      --gutter-x: 1.5rem;
    }
    .g-sm-4, .gy-sm-4 {
      --gutter-y: 1.5rem;
    }
    .g-sm-5, .gx-sm-5 {
      --gutter-x: 3rem;
    }
    .g-sm-5, .gy-sm-5 {
      --gutter-y: 3rem;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      flex: 0 0 auto;
      width: 8.333333%;
    }
    .col-md-2 {
      flex: 0 0 auto;
      width: 16.666667%;
    }
    .col-md-3 {
      flex: 0 0 auto;
      width: 25.0%;
    }
    .col-md-4 {
      flex: 0 0 auto;
      width: 33.333333%;
    }
    .col-md-5 {
      flex: 0 0 auto;
      width: 41.666667%;
    }
    .col-md-6 {
      flex: 0 0 auto;
      width: 50.0%;
    }
    .col-md-7 {
      flex: 0 0 auto;
      width: 58.333333%;
    }
    .col-md-8 {
      flex: 0 0 auto;
      width: 66.666667%;
    }
    .col-md-9 {
      flex: 0 0 auto;
      width: 75.0%;
    }
    .col-md-10 {
      flex: 0 0 auto;
      width: 83.333333%;
    }
    .col-md-11 {
      flex: 0 0 auto;
      width: 91.666667%;
    }
    .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .g-md-0, .gx-md-0 {
      --gutter-x: 0;
    }
    .g-md-0, .gy-md-0 {
      --gutter-y: 0;
    }
    .g-md-1, .gx-md-1 {
      --gutter-x: 0.25rem;
    }
    .g-md-1, .gy-md-1 {
      --gutter-y: 0.25rem;
    }
    .g-md-2, .gx-md-2 {
      --gutter-x: 0.5rem;
    }
    .g-md-2, .gy-md-2 {
      --gutter-y: 0.5rem;
    }
    .g-md-3, .gx-md-3 {
      --gutter-x: 1rem;
    }
    .g-md-3, .gy-md-3 {
      --gutter-y: 1rem;
    }
    .g-md-4, .gx-md-4 {
      --gutter-x: 1.5rem;
    }
    .g-md-4, .gy-md-4 {
      --gutter-y: 1.5rem;
    }
    .g-md-5, .gx-md-5 {
      --gutter-x: 3rem;
    }
    .g-md-5, .gy-md-5 {
      --gutter-y: 3rem;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      flex: 0 0 auto;
      width: 8.333333%;
    }
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.666667%;
    }
    .col-lg-3 {
      flex: 0 0 auto;
      width: 25.0%;
    }
    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.333333%;
    }
    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.666667%;
    }
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50.0%;
    }
    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.333333%;
    }
    .col-lg-8 {
      flex: 0 0 auto;
      width: 66.666667%;
    }
    .col-lg-9 {
      flex: 0 0 auto;
      width: 75.0%;
    }
    .col-lg-10 {
      flex: 0 0 auto;
      width: 83.333333%;
    }
    .col-lg-11 {
      flex: 0 0 auto;
      width: 91.666667%;
    }
    .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .g-lg-0, .gx-lg-0 {
      --gutter-x: 0;
    }
    .g-lg-0, .gy-lg-0 {
      --gutter-y: 0;
    }
    .g-lg-1, .gx-lg-1 {
      --gutter-x: 0.25rem;
    }
    .g-lg-1, .gy-lg-1 {
      --gutter-y: 0.25rem;
    }
    .g-lg-2, .gx-lg-2 {
      --gutter-x: 0.5rem;
    }
    .g-lg-2, .gy-lg-2 {
      --gutter-y: 0.5rem;
    }
    .g-lg-3, .gx-lg-3 {
      --gutter-x: 1rem;
    }
    .g-lg-3, .gy-lg-3 {
      --gutter-y: 1rem;
    }
    .g-lg-4, .gx-lg-4 {
      --gutter-x: 1.5rem;
    }
    .g-lg-4, .gy-lg-4 {
      --gutter-y: 1.5rem;
    }
    .g-lg-5, .gx-lg-5 {
      --gutter-x: 3rem;
    }
    .g-lg-5, .gy-lg-5 {
      --gutter-y: 3rem;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex: 1 0 0%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.333333%;
    }
    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.666667%;
    }
    .col-xl-3 {
      flex: 0 0 auto;
      width: 25.0%;
    }
    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.333333%;
    }
    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.666667%;
    }
    .col-xl-6 {
      flex: 0 0 auto;
      width: 50.0%;
    }
    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.333333%;
    }
    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.666667%;
    }
    .col-xl-9 {
      flex: 0 0 auto;
      width: 75.0%;
    }
    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.333333%;
    }
    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.666667%;
    }
    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .g-xl-0, .gx-xl-0 {
      --gutter-x: 0;
    }
    .g-xl-0, .gy-xl-0 {
      --gutter-y: 0;
    }
    .g-xl-1, .gx-xl-1 {
      --gutter-x: 0.25rem;
    }
    .g-xl-1, .gy-xl-1 {
      --gutter-y: 0.25rem;
    }
    .g-xl-2, .gx-xl-2 {
      --gutter-x: 0.5rem;
    }
    .g-xl-2, .gy-xl-2 {
      --gutter-y: 0.5rem;
    }
    .g-xl-3, .gx-xl-3 {
      --gutter-x: 1rem;
    }
    .g-xl-3, .gy-xl-3 {
      --gutter-y: 1rem;
    }
    .g-xl-4, .gx-xl-4 {
      --gutter-x: 1.5rem;
    }
    .g-xl-4, .gy-xl-4 {
      --gutter-y: 1.5rem;
    }
    .g-xl-5, .gx-xl-5 {
      --gutter-x: 3rem;
    }
    .g-xl-5, .gy-xl-5 {
      --gutter-y: 3rem;
    }
  }
  @media (min-width: 1400px) {
    .col-xxl {
      flex: 1 0 0%;
    }
    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.333333%;
    }
    .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.666667%;
    }
    .col-xxl-3 {
      flex: 0 0 auto;
      width: 25.0%;
    }
    .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.333333%;
    }
    .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.666667%;
    }
    .col-xxl-6 {
      flex: 0 0 auto;
      width: 50.0%;
    }
    .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.333333%;
    }
    .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.666667%;
    }
    .col-xxl-9 {
      flex: 0 0 auto;
      width: 75.0%;
    }
    .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.333333%;
    }
    .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.666667%;
    }
    .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .g-xxl-0, .gx-xxl-0 {
      --gutter-x: 0;
    }
    .g-xxl-0, .gy-xxl-0 {
      --gutter-y: 0;
    }
    .g-xxl-1, .gx-xxl-1 {
      --gutter-x: 0.25rem;
    }
    .g-xxl-1, .gy-xxl-1 {
      --gutter-y: 0.25rem;
    }
    .g-xxl-2, .gx-xxl-2 {
      --gutter-x: 0.5rem;
    }
    .g-xxl-2, .gy-xxl-2 {
      --gutter-y: 0.5rem;
    }
    .g-xxl-3, .gx-xxl-3 {
      --gutter-x: 1rem;
    }
    .g-xxl-3, .gy-xxl-3 {
      --gutter-y: 1rem;
    }
    .g-xxl-4, .gx-xxl-4 {
      --gutter-x: 1.5rem;
    }
    .g-xxl-4, .gy-xxl-4 {
      --gutter-y: 1.5rem;
    }
    .g-xxl-5, .gx-xxl-5 {
      --gutter-x: 3rem;
    }
    .g-xxl-5, .gy-xxl-5 {
      --gutter-y: 3rem;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
