/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--thl-font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .resize {
    resize: both;
  }
  .rounded-thl-lg {
    border-radius: var(--thl-radius-lg);
  }
  .bg-thl-primary {
    background-color: var(--thl-color-primary);
  }
  .bg-thl-primary-container {
    background-color: var(--thl-color-primary-container);
  }
  .bg-thl-surface {
    background-color: var(--thl-color-surface);
  }
  .bg-thl-surface-white {
    background-color: var(--thl-color-surface-white);
  }
  .font-sans {
    font-family: var(--thl-font-sans);
  }
  .text-thl-ink {
    color: var(--thl-color-text);
  }
  .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-thl-card {
    --tw-shadow: var(--thl-shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
* {
  box-sizing: border-box;
}
html {
  min-width: 1280px;
  scroll-behavior: smooth;
}
body {
  min-width: 1280px;
  margin: 0;
  background: var(--thl-color-surface-white);
  color: var(--thl-color-text);
  font-family: var(--thl-font-sans);
  font-size: 16px;
  line-height: 1.75;
}
a {
  color: inherit;
}
.about-shell {
  width: 1200px;
  margin-inline: auto;
}
.about-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
}
.about-brand-mark {
  color: var(--thl-color-primary);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}
.about-brand-name {
  color: var(--thl-color-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
}
.about-hero {
  position: relative;
  height: 520px;
  color: #fff;
  background: linear-gradient(90deg, rgb(5 35 54 / 92%) 0%, rgb(5 42 64 / 72%) 52%, rgb(5 42 64 / 26%) 100%), url("../assets/images/about-desktop-hero.jpg") center 43% / cover no-repeat;
}
.about-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 15px;
}
.about-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 27px;
  color: rgb(255 255 255 / 78%);
  font-size: 13px;
}
.about-breadcrumb a {
  text-decoration: none;
}
.about-hero h1 {
  max-width: 720px;
  margin: 0 0 19px;
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.about-hero p {
  max-width: 740px;
  margin: 0;
  color: rgb(255 255 255 / 88%);
  font-size: 19px;
  line-height: 1.7;
}
.about-section {
  padding-block: 104px;
}
.about-eyebrow {
  display: block;
  margin-bottom: 11px;
  color: var(--thl-color-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
}
.about-copy h2, .about-section-heading h2, .about-resources-intro h2, .about-commitment h2 {
  margin: 0;
  color: var(--thl-color-primary);
  font-size: 42px;
  line-height: 1.22;
  letter-spacing: -.025em;
}
.about-title-line {
  display: block;
  width: 56px;
  height: 3px;
  margin: 20px 0 31px;
  background: var(--thl-color-accent);
}
.about-copy p {
  margin: 0 0 19px;
  color: var(--thl-color-text-muted);
}
.about-split {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 88px;
}
.about-vision-figure {
  position: relative;
  margin: 0;
  padding: 22px 22px 0 0;
}
.about-vision-figure::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: 70%;
  background: var(--thl-color-surface-subtle);
  content: "";
}
.about-vision-figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
  box-shadow: var(--thl-shadow-floating);
}
.about-vision-figure figcaption {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 77%;
  margin: -56px 0 0 -33px;
  padding: 24px 30px;
  background: var(--thl-color-primary);
  color: white;
  box-shadow: var(--thl-shadow-floating);
}
.about-vision-figure figcaption b {
  font-size: 18px;
}
.about-vision-figure figcaption span {
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
}
.about-mission {
  background: var(--thl-color-surface-subtle);
}
.about-section-heading {
  max-width: 770px;
  margin-bottom: 62px;
}
.about-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.about-centered .about-title-line {
  margin-right: auto;
  margin-left: auto;
}
.about-section-heading p {
  margin: 0;
  color: var(--thl-color-text-muted);
}
.about-mission-layout {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 78px;
}
.about-mission-cards {
  display: grid;
  gap: 18px;
}
.about-mission-cards article {
  display: flex;
  gap: 24px;
  padding: 26px 28px;
  background: white;
  border-left: 4px solid var(--thl-color-accent);
  box-shadow: var(--thl-shadow-card);
}
.about-mission-cards article > span {
  display: grid;
  flex: 0 0 56px;
  height: 56px;
  place-items: center;
  background: var(--thl-color-primary);
  color: white;
  font-size: 25px;
  font-weight: 800;
}
.about-mission-cards h3 {
  margin: 0 0 7px;
  color: var(--thl-color-primary);
  font-size: 18px;
}
.about-mission-cards p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}
.about-mission-figure {
  margin: 0;
}
.about-mission-figure img {
  display: block;
  width: 100%;
  max-height: 590px;
  object-fit: contain;
}
.about-values {
  background: var(--thl-color-primary);
  color: white;
}
.about-light h2 {
  color: white;
}
.about-light .about-eyebrow {
  color: var(--thl-color-blue-300);
}
.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.about-value-grid article {
  min-height: 370px;
  padding: 40px 34px;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 14%);
  text-align: center;
}
.about-value-letter {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 19px;
  place-items: center;
  border: 1px solid rgb(131 200 255 / 55%);
  color: var(--thl-color-blue-300);
  font-size: 34px;
  font-weight: 800;
}
.about-value-grid article > span {
  color: var(--thl-color-blue-300);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
}
.about-value-grid h3 {
  margin: 10px 0 17px;
  font-size: 20px;
}
.about-value-grid p {
  margin: 0;
  color: rgb(255 255 255 / 70%);
  font-size: 14px;
}
.about-resources {
  background: linear-gradient(180deg, #fff 0%, #f4f8fc 100%);
}
.about-resources-hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 380px;
  overflow: hidden;
  background: white;
  box-shadow: 0 18px 52px rgb(0 55 86 / 10%);
}
.about-resources-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 46px 46px 58px;
}
.about-resources-intro h2 {
  margin-top: 8px;
  font-size: 46px;
}
.about-resources-intro h2 em {
  color: #064e99;
  font-style: normal;
  letter-spacing: .015em;
}
.about-resources-intro > i, .about-resource-body > i {
  display: block;
  width: 84px;
  height: 2px;
  margin: 22px 0;
  background: linear-gradient(90deg, #064e99 0 62%, transparent 62% 74%, #064e99 74% 100%);
}
.about-resources-intro p {
  max-width: 575px;
  margin: 0;
  color: #26394f;
  font-size: 17px;
  line-height: 1.72;
}
.about-resources-intro p strong {
  color: #064e99;
}
.about-resource-hero-image {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.about-resource-hero-image::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 18%), transparent 40%);
  content: "";
}
.about-resource-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: -22px;
  padding: 0 26px;
  position: relative;
  z-index: 2;
}
.about-resource-grid article {
  overflow: hidden;
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 34px rgb(0 55 86 / 13%);
}
.about-resource-grid img {
  display: block;
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.about-resource-body {
  min-height: 284px;
  padding: 36px 31px 25px;
  text-align: center;
}
.about-resource-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: -73px auto 20px;
  place-items: center;
  border: 1px solid #d9e2ee;
  border-radius: 50%;
  background: white;
  color: #064e99;
  box-shadow: 0 5px 15px rgb(0 55 86 / 14%);
  font-size: 35px;
  font-weight: 800;
}
.about-resource-body h3 {
  margin: 0;
  color: #064e99;
  font-size: 25px;
  text-transform: uppercase;
}
.about-resource-body > i {
  width: 48px;
  margin: 17px auto 20px;
}
.about-resource-body p {
  margin: 0;
  color: #26394f;
  font-size: 15px;
  line-height: 1.68;
}
.about-services {
  background: var(--thl-color-surface-subtle);
}
.about-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.about-service-grid article {
  overflow: hidden;
  background: white;
  box-shadow: var(--thl-shadow-card);
}
.about-service-visual {
  position: relative;
  display: flex;
  align-items: end;
  height: 245px;
  padding: 29px;
  color: white;
  background-position: center;
  background-size: cover;
}
.about-service-visual::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgb(0 43 67 / 90%));
  content: "";
}
.about-service-visual-case {
  background-image: url("../assets/images/about-resource-process.jpg");
}
.about-service-visual-monthly {
  background-image: url("../assets/images/about-resource-team.jpg");
}
.about-service-visual span, .about-service-visual strong {
  position: relative;
}
.about-service-visual span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgb(255 255 255 / 55%);
  font-size: 42px;
  font-weight: 800;
}
.about-service-visual strong {
  max-width: 390px;
  font-size: 25px;
  line-height: 1.3;
}
.about-service-copy {
  padding: 31px 34px 36px;
}
.about-service-copy > p {
  margin: 0 0 19px;
  color: var(--thl-color-text-muted);
}
.about-service-copy ul {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.about-service-copy li {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
}
.about-service-copy li::before {
  position: absolute;
  left: 0;
  color: var(--thl-color-accent);
  content: "✓";
  font-weight: 800;
}
.about-service-copy a {
  color: var(--thl-color-accent);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.about-service-copy a span {
  margin-left: 6px;
}
.about-commitment-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}
.about-commitment-grid > div:first-child p {
  color: var(--thl-color-text-muted);
}
.about-commitment-list {
  display: grid;
  gap: 12px;
}
.about-commitment-list article {
  display: flex;
  gap: 24px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--thl-color-border);
}
.about-commitment-list b {
  color: var(--thl-color-accent);
  font-size: 28px;
}
.about-commitment-list h3 {
  margin: 0 0 4px;
  color: var(--thl-color-primary);
  font-size: 18px;
}
.about-commitment-list p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 14px;
}
.about-cta {
  padding-block: 86px;
  background: linear-gradient(110deg, var(--thl-color-primary), #07587e);
  color: white;
  text-align: center;
}
.about-cta span {
  color: var(--thl-color-blue-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}
.about-cta h2 {
  margin: 11px 0;
  font-size: 39px;
  line-height: 1.3;
}
.about-cta p {
  margin: 0 0 28px;
  color: rgb(255 255 255 / 75%);
}
.about-cta a {
  display: inline-block;
  margin: 0 6px;
  padding: 14px 22px;
  background: white;
  color: var(--thl-color-primary);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.about-cta a.about-cta-secondary {
  background: transparent;
  color: white;
  border: 1px solid rgb(255 255 255 / 55%);
}
.about-footer {
  padding-top: 66px;
  background: var(--thl-color-footer);
  color: white;
}
.about-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .7fr 1fr;
  gap: 85px;
  padding-bottom: 48px;
}
.about-brand-footer .about-brand-mark, .about-brand-footer .about-brand-name {
  color: white;
}
.about-footer p, .about-footer a {
  display: block;
  margin: 9px 0;
  color: rgb(255 255 255 / 65%);
  font-size: 13px;
  text-decoration: none;
}
.about-footer h3 {
  margin: 0 0 16px;
  font-size: 14px;
  text-transform: uppercase;
}
.about-copyright {
  padding-block: 20px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 45%);
  font-size: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 80px;
  border-bottom: 1px solid var(--thl-color-border);
  background: var(--thl-color-surface-white);
  box-shadow: 0 1px 3px rgb(18 28 42 / 8%);
}
.site-header .container {
  width: 1200px;
  margin-inline: auto;
}
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100%;
}
.site-header .brand {
  color: var(--thl-color-primary);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .brand span {
  color: var(--thl-color-accent);
  font-size: 0.72em;
  letter-spacing: -0.03em;
}
.desktop-nav {
  display: flex;
  align-items: stretch;
  gap: 31px;
  height: 100%;
  margin-left: auto;
}
.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 8px;
  color: var(--thl-color-text-muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--thl-transition);
}
.desktop-nav a:hover, .desktop-nav a.is-active {
  color: var(--thl-color-accent);
}
.desktop-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--thl-color-accent);
  content: "";
}
.site-header .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  border: 1px solid transparent;
  border-radius: var(--thl-radius-md);
  font: 500 14px var(--thl-font-sans);
  text-decoration: none;
  transition: background-color var(--thl-transition), color var(--thl-transition);
}
.site-header .button-primary {
  background: var(--thl-color-primary);
  color: white;
}
.site-header .button-primary:hover {
  background: var(--thl-color-primary-container);
}
.site-header .nav-cta {
  margin-left: 4px;
  padding-inline: 24px;
}
:root {
  --thl-color-navy-950: #0b2a3e;
  --thl-color-navy-900: #003756;
  --thl-color-navy-700: #164e73;
  --thl-color-blue-600: #006495;
  --thl-color-blue-500: #126a9c;
  --thl-color-blue-300: #83c8ff;
  --thl-color-blue-100: #cbe6ff;
  --thl-color-primary: var(--thl-color-navy-900);
  --thl-color-primary-container: var(--thl-color-navy-700);
  --thl-color-accent: var(--thl-color-blue-600);
  --thl-color-accent-soft: var(--thl-color-blue-300);
  --thl-color-surface: #f9f9ff;
  --thl-color-surface-subtle: #eff3ff;
  --thl-color-surface-white: #ffffff;
  --thl-color-text: #121c2a;
  --thl-color-text-muted: #41474e;
  --thl-color-border: #e5e7eb;
  --thl-color-footer: var(--thl-color-navy-950);
  --thl-font-sans: "Be Vietnam Pro", sans-serif;
  --thl-text-body: 1rem;
  --thl-text-body-leading: 1.6;
  --thl-text-heading-xl: 3rem;
  --thl-text-heading-xl-leading: 1.2;
  --thl-text-heading-lg: 2rem;
  --thl-text-heading-lg-leading: 1.3;
  --thl-container: 75rem;
  --thl-gutter: 1.5rem;
  --thl-section-space: 5rem;
  --thl-section-space-mobile: 3rem;
  --thl-radius-sm: 0.25rem;
  --thl-radius-md: 0.5rem;
  --thl-radius-lg: 1rem;
  --thl-radius-pill: 9999px;
  --thl-shadow-card: 0 4px 20px rgb(22 78 115 / 5%);
  --thl-shadow-floating: 0 8px 30px rgb(0 0 0 / 12%);
  --thl-transition: 200ms ease-out;
  --navy: var(--thl-color-primary);
  --blue: var(--thl-color-accent);
  --blue-light: var(--thl-color-accent-soft);
  --paper: var(--thl-color-surface);
  --ink: var(--thl-color-text);
  --muted: var(--thl-color-text-muted);
  --line: var(--thl-color-border);
  --dark: var(--thl-color-footer);
}
@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;
}
@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-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;
    }
  }
}
