/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700&display=swap');
@layer properties;
.static {
  position: static;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.h-screen {
  height: 100vh;
}
.max-w-none {
  max-width: none;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.layout-container {
  width: min(1200px, 92vw);
  margin-inline: auto;
}
.button-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  background: transparent;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.button-pill:hover, .button-pill:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
.button-pill:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}
.button-pill--ghost {
  border-color: rgba(255, 255, 255, 0.4);
}
.button-pill--outline {
  border-color: #0b1930;
  color: #0b1930;
}
.button-pill--outline:hover, .button-pill--outline:focus-visible {
  background: #0b1930;
  color: #fff;
}
.site-body.menu-open {
  overflow: hidden;
}
body:not(.home):not(.page-template-front-page) main {
  padding-top: clamp(4.5rem, 10vw, 6.5rem);
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding-block: 1rem;
  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.863);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.site-header.is-scrolled {
  background: rgba(3, 8, 18, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding-block: 1rem;
}
.site-header.is-scrolled::before {
  opacity: 0;
}
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-header__brand {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.site-header__brand-subtitle {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  opacity: 0.7;
}
.site-header__nav {
  display: none;
}
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}
.site-header__menu>li {
  position: relative;
  list-style: none;
}
.site-header__menu>li>a {
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.65rem;
  font-weight: 500;
  padding: 0.35rem 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s ease;
  padding: 0.35rem 0.75rem;
}
.site-header__menu>li>a:hover, .site-header__menu>li>a:focus-visible, .site-header__menu>li.current-menu-item>a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.63);
  border-radius: 10px;
  padding: 0.35rem 0.75rem;
}
.site-header__menu>li.menu-item-has-children>a::after {
  // content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 0.25rem;
  margin-bottom: 2px;
}
.site-header__menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-50%) translateY(10px);
  min-width: 200px;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(3, 8, 18, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.63);
  // text-align: center;
}
.site-header__menu>li:hover>.sub-menu, .site-header__menu>li:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.site-header__menu .sub-menu a {
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.site-header__menu .sub-menu a:hover, .site-header__menu .sub-menu a:focus-visible {
  color: #fff;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header__cta {
  display: none;
}
.site-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.site-header__toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: transform 0.3s ease;
}
.site-header__mobile {
  position: fixed;
  inset: 0;
  background: #000;
  color: #fff;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  z-index: 95;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__mobile.is-visible {
  transform: translateY(0);
}
.site-header__mobile-inner {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
.site-header__mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-header__mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}
.site-header__cta--mobile {
  width: auto;
  min-width: 200px;
}
@media (min-width: 992px) {
  .site-header__nav {
    display: block;
  }
  .site-header__toggle {
    display: none;
  }
  .site-header__mobile {
    display: none;
  }
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-footer {
  background: #0a1f35;
  color: #fff;
  margin-top: clamp(3rem, 8vw, 5rem);
  position: relative;
  overflow: hidden;
}
.site-footer__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  padding: clamp(3rem, 6vw, 5rem) 0;
  position: relative;
  z-index: 2;
  align-items: start;
}
.site-footer__brand-block {
  display: flex;
  align-items: center;
}
.site-footer__logo-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  // background: rgba(0, 0, 0, 0.2);
}
.site-footer__logo-circle::before {
  content: '';
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  // border: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer__logo-mark {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 1;
}
.site-footer__logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.15;
  z-index: 1;
}
.site-footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
  z-index: 2;
  // text-align: center;
  // padding: 0 15px;
}
.site-footer__logo-title {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff;
}
.site-footer__logo-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: start;
  // padding-top: 4.8rem;
}
.site-footer__column h4 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #fff;
}
.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.75rem;
}
.site-footer__menu a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__menu a:hover, .site-footer__menu a:focus-visible {
  color: #fff;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-style: normal;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.site-footer__social {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer__social a:hover, .site-footer__social a:focus-visible {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #081628;
  position: relative;
  z-index: 2;
}
.site-footer__bottom-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-block: 1.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.site-footer__bottom-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__bottom-links a:hover, .site-footer__bottom-links a:focus-visible {
  color: #fff;
}
.site-footer__bottom p {
  margin: 0;
}
@media (max-width: 1024px) {
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .site-footer__brand-block {
    margin: 0 auto;
  }
  .site-footer__columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .site-footer__logo-circle {
    width: 150px;
    height: 150px;
  }
  .site-footer__logo-mark {
    font-size: 2.5rem;
  }
  .site-footer__logo-title {
    font-size: 0.85rem;
  }
  .site-footer__logo-subtitle {
    font-size: 0.55rem;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .site-footer__bottom-links {
    justify-content: center;
  }
}
body.is-landing {
  overflow: hidden;
  height: 100vh;
}
.landing-page {
  background: #030812;
  color: #fff;
  min-height: 100vh;
}
.landing-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 8vw, 6rem) 0;
  overflow: hidden;
  isolation: isolate;
}
.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-desktop);
  background-size: cover;
  background-position: center center;
  transform: scale(1.05);
  filter: brightness(0.85);
  z-index: -2;
}
.landing-hero__overlay {
  position: absolute;
  inset: 0;
  // background: linear-gradient(120deg, rgba(0, 4, 12, 0.85), rgba(3, 8, 18, 0.25));
  z-index: -1;
}
.landing-hero__watermark {
  position: absolute;
  width: clamp(320px, 65vw, 880px);
  opacity: 0.25;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.landing-hero__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.landing-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.6em;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.landing-hero__headline {
  font-size: clamp(2.8rem, 9vw, 6.5rem);
  letter-spacing: 0.4rem;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
  text-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
}
.landing-hero__cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: -0.5rem;
  // width: min(720px, 100%);
}
.landing-hero__tagline {
  font-size: clamp(1.3rem, 4vw, 2.89rem);
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
.landing-hero__cta {
  min-width: 240px;
  justify-content: center;
  border-color: transparent;
  background: #021a2f;
  letter-spacing: 0.35em;
  font-weight: 600;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.4);
}
.landing-hero__cta:hover, .landing-hero__cta:focus-visible {
  background: #032b4c;
}
@media (max-width: 767px) {
  .landing-hero::before {
    background-image: var(--hero-mobile, var(--hero-desktop));
  }
  .landing-hero__tagline {
    letter-spacing: 0.3rem;
  }
  .landing-hero__cta-row {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .landing-hero__cta-row {
    flex-direction: row;
  }
  .landing-hero__tagline {
    flex: 1;
  }
}
.home-page {
  background: #030812;
  color: #f1f4ff;
}
.home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: left;
  overflow: hidden;
  isolation: isolate;
}
.home-hero__media {
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: brightness(0.85);
  transform: scale(1.05);
  z-index: -2;
  background-color: #030812;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 18, 0.8) 0%, rgba(3, 8, 18, 0.3) 60%, rgba(3, 8, 18, 0.95) 100%);
  z-index: -1;
}
.home-hero__inner {
  width: min(980px, 90vw);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-block: clamp(5rem, 15vw, 8rem);
}
.home-hero__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.55em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.home-hero__title {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.home-hero__highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.home-hero__highlight {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  padding: 1rem 1.25rem;
  backdrop-filter: blur(6px);
  background: rgba(3, 8, 18, 0.35);
}
.home-hero__highlight-label {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.home-hero__highlight-value {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}
.home-section {
  padding-block: clamp(3rem, 8vw, 5.5rem);
}
.home-section__intro {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home-section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.45em;
  font-size: 0.78rem;
  margin: 0;
  color: currentColor;
  opacity: 0.65;
}
.home-section__title {
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin: 0;
  color: inherit;
}
.home-section__copy {
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
}
.home-section__cta {
  text-align: center;
  margin-top: clamp(1.5rem, 4vw, 2rem);
}
.home-discover {
  background: #030812;
}
.home-discover__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.home-discover__filters span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.65rem;
}
.home-discover__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.journey-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.journey-card__media {
  height: 260px;
  background-size: cover;
  background-position: center;
}
.journey-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.5rem;
  flex: 1;
}
.journey-card__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.journey-card__title {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.journey-card__excerpt {
  flex: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
.journey-card .button-pill {
  margin-top: auto;
}
.home-story {
  background: #050f1e;
  text-align: center;
}
.home-story__content {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.home-story .home-section__title {
  color: #fff;
}
.home-story .home-section__copy {
  color: rgba(255, 255, 255, 0.75);
}
.home-why {
  background: #f2eee7;
  color: #0b1930;
}
.home-why__grid {
  display: grid;
  gap: 2.5rem;
}
.home-why__content .home-section__eyebrow {
  color: #4f5a6c;
}
.home-why__image {
  min-height: 360px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 25px 60px rgba(18, 38, 64, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.home-testimonials {
  background: #f2eee7;
  color: #0b1930;
}
.home-testimonials__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.testimonial-card {
  background: #fff;
  border-radius: 28px;
  padding: 1.75rem;
  border: 1px solid rgba(11, 25, 48, 0.1);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.testimonial-card__quote {
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0;
}
.testimonial-card__author {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.65rem;
  color: #4f5a6c;
}
.testimonial-card__location {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: #9aa4b6;
}
.home-popular {
  background: #061126;
  color: #fff;
}
.home-popular__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.popular-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.popular-card__media {
  height: 220px;
  background-size: cover;
  background-position: center;
}
.popular-card__body {
  padding: 1.25rem;
}
.popular-card__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0.5rem;
}
.popular-card__title {
  margin: 0;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .home-why__grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
:root {
  --color-aiv-primary: #0b1930;
  --color-aiv-secondary: #d1b44b;
  --color-aiv-dark: #030812;
  --color-aiv-cream: #f2eee7;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--color-aiv-dark);
  color: #f7f9ff;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
@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;
}
@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;
    }
  }
}
