/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --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);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-dx: "ff-dax-pro", sans-serif;
    --font-dxc: "ff-dax-compact-pro", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-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-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .max-w-\[48rem\] {
    max-width: 48rem;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#F4F4F4\] {
    background-color: #F4F4F4;
  }
  .bg-\[var\(--brand-red\)\] {
    background-color: var(--brand-red);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[6rem\] {
    font-size: 6rem;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[var\(--brand-blue\)\] {
    color: var(--brand-blue);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, 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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:text-\[2\.75rem\] {
    @media (width >= 48rem) {
      font-size: 2.75rem;
    }
  }
  .md\:text-\[8rem\] {
    @media (width >= 48rem) {
      font-size: 8rem;
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-\[10rem\] {
    @media (width >= 64rem) {
      font-size: 10rem;
    }
  }
}
html {
  scroll-behavior: smooth;
}
:root {
  --brand-red: #E30117;
  --brand-blue: #212121;
}
html, body {
  font-family: var(--font-dx);
}
@layer base {
  h2 {
    position: relative;
    display: inline-block;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
    color: var(--brand-blue);
  }
  h2::before {
    content: "";
    position: absolute;
    left: -1.1rem;
    top: calc(0.15rem + 5px);
    width: 3rem;
    height: 3rem;
    background-image: url("./assets/img/titlearrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }
  @media (min-width: 768px) {
    h2 {
      font-size: 2rem;
    }
    h2::before {
      width: 3.6rem;
      height: 3.6rem;
      left: -1.5rem;
      top: calc(0.1rem + 5px);
    }
  }
  @media (max-width: 480px) {
    h2 {
      font-size: 1.5rem;
    }
    h2::before {
      width: 2.4rem;
      height: 2.4rem;
      left: -0.8rem;
      top: calc(0.15rem + 5px);
    }
  }
}
@layer components {
  .container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 640px) {
    .container {
      width: 92%;
      padding-left: 0;
      padding-right: 0;
    }
  }
  .text-16 {
    font-size: 0.875rem;
    line-height: 1.65;
  }
  .text-18 {
    font-size: 1rem;
    line-height: 1.75;
  }
  .text-20 {
    font-size: 1.125rem;
    line-height: 1.65;
  }
  .wysiwyg {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--brand-blue);
    overflow-wrap: anywhere;
  }
  .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
    position: relative;
    display: inline-block;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--brand-blue);
  }
  .wysiwyg h6 {
    position: static;
    display: block;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--brand-blue);
  }
  .wysiwyg h2 {
    position: relative;
    display: inline-block;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
    color: var(--brand-blue);
  }
  .wysiwyg h2::before, .wysiwyg h3::before, .wysiwyg h4::before, .wysiwyg h5::before {
    content: "";
    position: absolute;
    left: -1.1rem;
    top: calc(0.15rem + 5px);
    width: 3rem;
    height: 3rem;
    background-image: url("./assets/img/titlearrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }
  @media (min-width: 768px) {
    .wysiwyg h2::before, .wysiwyg h3::before, .wysiwyg h4::before, .wysiwyg h5::before {
      width: 3.6rem;
      height: 3.6rem;
      left: -1.5rem;
      top: calc(0.1rem + 5px);
    }
  }
  @media (max-width: 480px) {
    .wysiwyg h2::before, .wysiwyg h3::before, .wysiwyg h4::before, .wysiwyg h5::before {
      width: 2.4rem;
      height: 2.4rem;
      left: -0.8rem;
      top: calc(0.15rem + 5px);
    }
  }
  .wysiwyg h3 {
    font-size: 1.375rem;
  }
  .wysiwyg h4 {
    font-size: 1.25rem;
  }
  .wysiwyg h5 {
    font-size: 1.125rem;
  }
  .wysiwyg h6 {
    font-size: 1rem;
  }
  .wysiwyg p {
    margin-bottom: 1rem;
  }
  .wysiwyg p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg a {
    color: var(--brand-blue);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
  }
  .wysiwyg a:hover {
    color: var(--brand-red);
  }
  .wysiwyg strong, .wysiwyg b {
    font-weight: 700;
  }
  .wysiwyg ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .wysiwyg ol {
    list-style: decimal;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .wysiwyg li {
    padding-left: 0.35rem;
    margin-bottom: 0.55rem;
  }
  .wysiwyg br {
    display: block;
    margin-top: 0.4rem;
  }
  @media (min-width: 768px) {
    .text-16 {
      font-size: 1rem;
    }
    .text-18, .wysiwyg {
      font-size: 1.125rem;
    }
    .text-20 {
      font-size: 1.25rem;
    }
    .wysiwyg h2 {
      font-size: 2rem;
    }
    .wysiwyg h3 {
      font-size: 1.5rem;
    }
    .wysiwyg h4 {
      font-size: 1.375rem;
    }
    .wysiwyg h5 {
      font-size: 1.25rem;
    }
    .wysiwyg h6 {
      font-size: 1.125rem;
    }
  }
}
.support-logos-section {
  overflow: hidden;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.support-logos-heading {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.support-logos-title {
  max-width: 18rem;
  font-size: 1.45rem;
  line-height: 1.15;
}
.support-logos-grid {
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
.support-logo-item, .support-logo-link {
  min-width: 0;
}
.support-logo-image {
  max-width: 7rem;
}
@media (min-width: 480px) {
  .support-logos-title, .support-logos-grid {
    max-width: 24rem;
  }
  .support-logo-image {
    max-width: 9rem;
  }
}
@media (min-width: 768px) {
  .support-logos-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .support-logos-heading {
    padding-left: 0;
    padding-right: 0;
  }
  .support-logos-title, .support-logos-grid {
    max-width: 48rem;
  }
  .support-logos-title {
    font-size: 2rem;
  }
  .support-logo-image {
    max-width: 11rem;
  }
}
@media (min-width: 1024px) {
  .support-logos-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .support-logos-title, .support-logos-grid {
    max-width: 64rem;
  }
  .support-logo-image {
    max-width: 14rem;
  }
}
.reference-hero {
  background: var(--brand-blue);
  color: #ffffff;
  padding: 3rem 0;
}
.reference-hero h1 {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 700;
  text-transform: uppercase;
}
.reference-hero h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 3px;
  height: 2rem;
  background: var(--brand-red);
}
.reference-listing, .reference-detail, .reference-tacr-detail {
  background: #eef3f7;
  padding: 3rem 0;
}
.reference-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.reference-filter a, .reference-back, .reference-tacr-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-red);
  padding: 0 1.25rem;
  color: var(--brand-blue);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
.reference-filter a:hover, .reference-filter a.is-active, .reference-back:hover, .reference-tacr-link:hover {
  background: var(--brand-red);
  color: #ffffff;
}
.reference-grid, .reference-tacr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.reference-card, .reference-tacr-card {
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 116, 184, 0.1);
}
.reference-card-image {
  display: block;
  min-height: 13.5rem;
  overflow: hidden;
  background: #d9e6f3;
}
.reference-card-image img {
  display: block;
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.reference-card:hover .reference-card-image img {
  transform: scale(1.03);
}
.reference-card-body, .reference-tacr-card {
  padding: 1.25rem;
}
.reference-card-category, .reference-tacr-type {
  margin-bottom: 0.75rem;
  color: var(--brand-red);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.reference-card h2, .reference-tacr-card h2 {
  margin-bottom: 1rem;
  color: var(--brand-blue);
  font-size: 1.45rem;
  line-height: 1.12;
  font-weight: 700;
}
.reference-card h2 a, .reference-tacr-card h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.reference-card h2 a:hover, .reference-tacr-card h2 a:hover {
  color: var(--brand-red);
}
.reference-card-meta, .reference-detail-meta {
  display: grid;
  gap: 0.75rem;
  color: var(--brand-blue);
}
.reference-card-meta dt, .reference-detail-meta dt, .reference-tacr-label {
  font-weight: 700;
}
.reference-card-meta dd, .reference-detail-meta dd {
  margin: 0.15rem 0 0;
}
.reference-detail-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.reference-detail-image {
  overflow: hidden;
  border-radius: 0.5rem;
}
.reference-detail-image img {
  display: block;
  width: 100%;
  height: auto;
}
.reference-detail-meta {
  margin: 2rem 0;
  border-top: 1px solid rgba(37, 116, 184, 0.18);
  border-bottom: 1px solid rgba(37, 116, 184, 0.18);
  padding: 1.25rem 0;
}
.reference-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: var(--brand-blue);
  font-size: 1rem;
}
.reference-breadcrumbs a {
  color: var(--brand-blue);
  text-decoration: none;
}
.reference-tacr-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--brand-blue);
  font-weight: 700;
}
.reference-tacr-excerpt {
  margin-bottom: 1.25rem;
  color: #224f7c;
  line-height: 1.55;
}
.reference-tacr-panel {
  overflow: hidden;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(37, 116, 184, 0.1);
}
.reference-tacr-row {
  display: grid;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(37, 116, 184, 0.14);
  padding: 1.25rem;
}
.reference-tacr-row:last-child {
  border-bottom: 0;
}
.reference-tacr-label {
  color: var(--brand-blue);
}
.reference-tacr-value {
  color: #111111;
  font-weight: 600;
  line-height: 1.6;
}
.reference-empty, .reference-pagination {
  color: var(--brand-blue);
  font-size: 1.125rem;
}
.reference-pagination {
  margin-top: 2.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .reference-hero {
    padding: 4.5rem 0;
  }
  .reference-hero h1 {
    font-size: 2.625rem;
  }
  .reference-grid, .reference-tacr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .reference-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
  }
  .reference-detail-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .reference-tacr-row {
    grid-template-columns: 13rem minmax(0, 1fr);
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .reference-listing, .reference-detail, .reference-tacr-detail {
    padding: 5rem 0;
  }
  .reference-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
* {
  scrollbar-width: thin;
  scrollbar-color: #005220 transparent;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #005220;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #007c30;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-leading: initial;
      --tw-font-weight: initial;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
