/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@import url("https://use.typekit.net/hxi1vcg.css");
@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-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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);
    --color-primary: var(--wp--preset--color--primary);
    --color-secondary: var(--wp--preset--color--secondary);
    --font-span-condensed: var(--wp--preset--font-family--span-condensed);
  }
}
@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%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}

@layer utilities {
  .visible {
    visibility: visible;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .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;
    }
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .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;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .object-top {
    -o-object-position: top;
    object-position: top;
  }
  .pt-\[100\%\] {
    padding-top: 100%;
  }
  .text-center {
    text-align: center;
  }
  .font-span-condensed {
    font-family: var(--font-span-condensed);
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.25px\] {
    --tw-tracking: 0.25px;
    letter-spacing: 0.25px;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .max-md\:\!hidden {
    @media (width < 48rem) {
      display: none !important;
    }
  }
  .max-md\:\!min-h-0 {
    @media (width < 48rem) {
      min-height: calc(var(--spacing) * 0) !important;
    }
  }
  .max-md\:\!gap-4 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 4) !important;
    }
  }
  .max-md\:\!bg-white {
    @media (width < 48rem) {
      background-color: var(--color-white) !important;
    }
  }
  .max-md\:\!py-3 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 3) !important;
    }
  }
  .max-md\:\!text-primary {
    @media (width < 48rem) {
      color: var(--color-primary) !important;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:\!hidden {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:leading-\[20px\] {
    @media (width >= 64rem) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .lg\:tracking-\[0\.2em\] {
    @media (width >= 64rem) {
      --tw-tracking: 0.2em;
      letter-spacing: 0.2em;
    }
  }
  .\[\&\.active\]\:\!text-secondary {
    &.active {
      color: var(--color-secondary) !important;
    }
  }
  .\[\&\.active\]\:text-shadow-\[1px_1px_6px_\#0006\] {
    &.active {
      text-shadow: 1px 1px 6px var(--tw-text-shadow-color, #0006);
    }
  }
  .\[\&\:hover\,\&\.active\]\:tracking-\[0\.2em\] {
    &:hover,&.active {
      --tw-tracking: 0.2em;
      letter-spacing: 0.2em;
    }
  }
  .\[\&\:hover\,\&\.active\]\:lg\:tracking-\[0\.3em\] {
    &:hover,&.active {
      @media (width >= 64rem) {
        --tw-tracking: 0.3em;
        letter-spacing: 0.3em;
      }
    }
  }
}
@layer base {
  *,
  ::before,
  ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentcolor;
  }
  ::before,
  ::after {
    --tw-content: "";
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    margin: 0;
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  a {
    color: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    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;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  input:where([type=button]),
  input:where([type=reset]),
  input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
  }
  :-moz-focusring {
    outline: auto;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  progress {
    vertical-align: baseline;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  summary {
    display: list-item;
  }
  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
    margin: 0;
  }
  fieldset {
    margin: 0;
    padding: 0;
  }
  legend {
    padding: 0;
  }
  ol:not(.wp-block-list),
  ul:not(.wp-block-list),
  menu:not(.wp-block-list) {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  dialog {
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: oklch(70.7% 0.022 261.325);
  }
  input::placeholder,
  textarea::placeholder {
    opacity: 1;
    color: oklch(70.7% 0.022 261.325);
  }
  button,
  [role=button] {
    cursor: pointer;
  }
  :disabled {
    cursor: default;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  [hidden] {
    display: none;
  }
}
.block-editor-block-list__layout .block-editor-block-list__block {
  overflow-wrap: normal !important;
}
.editor-post-title__input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: revert;
  letter-spacing: revert;
  color: revert;
  font-size: revert;
  margin: revert;
  max-width: 724px !important;
}
b,
strong {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
body p a,
.entry-content ul > li > a {
  text-decoration-line: underline;
}
body a:where(:not(.wp-element-button)) {
  text-decoration: inherit;
}

#scroll-nav-container { justify-content: flex-start !important; } 

@media (max-width: 767px) {
  .is-style-type-subtitle {
    font-size: 12px !important;
  }
  :root {
    --wp--preset--font-size--h-1: 30px !important;
  }
}
.editor-styles-wrapper .video-lightbox-trigger {
  pointer-events: none;
}
.offset-header:not(.editor-styles-wrapper .offset-header) {
  margin-top: 118px !important;
}
@media (max-width: 767px) {
  .offset-header:not(.editor-styles-wrapper .offset-header) {
    margin-top: 74px !important;
  }
}
@media (max-width: 767px) {
  .max-md\:bg-party {
    background-image: url("/wp-content/themes/peak-integration/assets/images/party.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }
  .max-md\:bg-party .wp-block-cover__image-background {
    background-image: url("/wp-content/themes/peak-integration/assets/images/party.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }
}
:root {
  --wp--preset--spacing--100: 60px !important;
}
@media (max-width: 767px) {
  :root {
    --wp--style--root--padding-right: 20px !important;
    --wp--style--root--padding-left: 20px !important;
    --wp--preset--spacing--100: 20px !important;
  }
  #scroll-nav-container {
    border-top: 5px solid var(--color-primary) !important;
    background-image: linear-gradient(rgba(13, 70, 91, 0.6), rgba(13, 70, 91, 0.9019607843)), url("/wp-content/themes/peak-integration/assets/images/scroll-nav-mobile.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
  }
}
.wp-element-button {
  transition: all 0.3s;
  transform: scale(1);
}
.wp-element-button:hover {
  transform: scale(1.02);
}
.wp-block-column,
.wp-block-post-title {
  overflow-wrap: normal;
  word-break: normal;
}
.wp-block-list li:last-child {
  margin: calc(var(--spacing) * 0);
}
@media (max-width: 767px) {
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) {
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
  }
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.header:not(.editor-styles-wrapper .header) {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-background {
  transition: opacity 0.3s;
}
body.home .header:not(.scrolled) .header-background {
  opacity: 0;
}
.header p a {
  text-decoration: none !important;
  color: inherit !important;
}
.header p a:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .header .wp-element-button {
    border-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--primary) !important;
  }
  .header .wp-element-button:hover {
    color: #ffffff !important;
  }
}

.d-none { display: none !important; }

.footer {
  background-image: linear-gradient(-20deg, var(--wp--preset--color--primary, #0d465b), rgba(65, 151, 181, 0.5019607843)), url("https://cdn.prod.website-files.com/60a91acedd40bf5f6636bcbc/613f7d1c764380eb5b06bf80_60be3c287cc6a52c19a8a035_peak%20mountain.svg"), linear-gradient(-20deg, var(--wp--preset--color--primary, #0d465b), var(--wp--preset--color--secondary, #4197b5));
  background-position: 0 0, 60px, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 120%, auto;
  min-height: 400px;
  position: relative;
  z-index: 1;
}
#gform_wrapper_1 .gform_fields {
  row-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#gform_wrapper_1 textarea {
  height: 60px;
}
#gform_wrapper_1 .gform-footer {
  margin-top: 10px;
  justify-content: flex-end;
}
#gform_wrapper_1 .ginput_container {
  font-family: var(--wp--preset--font-family--source-code-pro);
}
#gform_wrapper_1 input:not([type=submit]),
#gform_wrapper_1 select,
#gform_wrapper_1 textarea {
  outline: none;
  box-shadow: none;
  background-color: #f6f6f6;
  padding: 8px 12px;
  border-radius: 2px;
  border: none;
  min-block-size: 0 !important;
}
#gform_wrapper_1 input:not([type=submit]):focus,
#gform_wrapper_1 select:focus,
#gform_wrapper_1 textarea:focus {
  border-bottom: 4px solid var(--wp--preset--color--dark-blue);
}
#gform_wrapper_1 input:not([type=submit])::-moz-placeholder, #gform_wrapper_1 select::-moz-placeholder, #gform_wrapper_1 textarea::-moz-placeholder {
  color: #999 !important;
}
#gform_wrapper_1 input:not([type=submit])::placeholder,
#gform_wrapper_1 select::placeholder,
#gform_wrapper_1 textarea::placeholder {
  color: #999 !important;
}
#gform_wrapper_1 input:not([type=submit])::-webkit-input-placeholder,
#gform_wrapper_1 select::-webkit-input-placeholder,
#gform_wrapper_1 textarea::-webkit-input-placeholder {
  color: #999 !important;
}
#gform_wrapper_1 input:not([type=submit])::-moz-placeholder,
#gform_wrapper_1 select::-moz-placeholder,
#gform_wrapper_1 textarea::-moz-placeholder {
  color: #999 !important;
}
#gform_wrapper_1 input:not([type=submit]):-ms-input-placeholder,
#gform_wrapper_1 select:-ms-input-placeholder,
#gform_wrapper_1 textarea:-ms-input-placeholder {
  color: #999 !important;
}
#gform_wrapper_1 .gform_button {
  background-color: transparent;
  border-radius: 0px;
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
  font-family: var(--wp--preset--font-family--span-condensed);
  font-size: var(--wp--preset--font-size--body-sm);
  letter-spacing: 1px;
  line-height: 1.25;
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
  text-decoration: none;
  transform: scale(1);
}
#gform_wrapper_1 .gform_button:hover {
  background-color: var(--wp--preset--color--primary);
  transform: scale(1.02);
}
#gform_wrapper_1 .gform_validation_errors {
  display: none !important;
}
#gform_wrapper_1 .gfield_error .gfield_validation_message {
  color: red !important;
}
#gform_confirmation_message_1 {
  margin-bottom: 40px !important;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}