/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --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);
    --container-width: 1118px;
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[366px\] {
    max-height: 366px;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[214px\] {
    max-width: 214px;
  }
  .max-w-\[276px\] {
    max-width: 276px;
  }
  .max-w-\[356px\] {
    max-width: 356px;
  }
  .max-w-\[490px\] {
    max-width: 490px;
  }
  .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,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[43px\] {
    gap: 43px;
  }
  .gap-\[68px\] {
    gap: 68px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#3d1d1d\] {
    border-color: #3d1d1d;
  }
  .border-\[\#E7EBEB\] {
    border-color: #E7EBEB;
  }
  .border-\[\#E7ECF3\] {
    border-color: #E7ECF3;
  }
  .border-\[\#FFF\] {
    border-color: #FFF;
  }
  .bg-\[\#006B8F0F\] {
    background-color: #006B8F0F;
  }
  .bg-\[\#006B8F\] {
    background-color: #006B8F;
  }
  .bg-\[\#ECEBEC\] {
    background-color: #ECEBEC;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[\#FCD217\] {
    background-color: #FCD217;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-\[rgba\(0\,107\,143\,0\.75\)\] {
    background-color: rgba(0,107,143,0.75);
  }
  .bg-amber-400 {
    background-color: var(--color-amber-400);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[30\%_0\%\] {
    object-position: 30% 0%;
  }
  .object-\[90\%_10\%\] {
    object-position: 90% 10%;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[52px\] {
    padding-block: 52px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[301px\] {
    padding-top: 301px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .text-center {
    text-align: center;
  }
  .font-\[inter\] {
    font-family: inter;
  }
  .font-\[nunito\] {
    font-family: nunito;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-\[18px\]\/\[30px\] {
    font-size: 18px;
    line-height: 30px;
  }
  .text-\[20px\]\/\[20px\] {
    font-size: 20px;
    line-height: 20px;
  }
  .text-\[40px\]\/none {
    font-size: 40px;
    line-height: 1;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[9\.7px\] {
    font-size: 9.7px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .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-\[\#0E2B55\] {
    color: #0E2B55;
  }
  .text-\[\#1C4A8D\] {
    color: #1C4A8D;
  }
  .text-\[\#006B8F\] {
    color: #006B8F;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:bg-\[\#c34004\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c34004;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .lg\:order-1 {
    @media (width >= 993px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 993px) {
      order: 2;
    }
  }
  .lg\:block {
    @media (width >= 993px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 993px) {
      display: none;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 993px) {
      width: 50%;
    }
  }
  .lg\:w-fit {
    @media (width >= 993px) {
      width: fit-content;
    }
  }
  .lg\:max-w-\[451px\] {
    @media (width >= 993px) {
      max-width: 451px;
    }
  }
  .lg\:flex-row {
    @media (width >= 993px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 993px) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 993px) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 993px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 993px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-3 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-15 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:border-0 {
    @media (width >= 993px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:border-none {
    @media (width >= 993px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:bg-\[\#FAFAFA\] {
    @media (width >= 993px) {
      background-color: #FAFAFA;
    }
  }
  .lg\:bg-\[\#FFF\] {
    @media (width >= 993px) {
      background-color: #FFF;
    }
  }
  .lg\:px-0 {
    @media (width >= 993px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-2 {
    @media (width >= 993px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-0 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-15 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 993px) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 993px) {
      padding-block: 80px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 993px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[138px\] {
    @media (width >= 993px) {
      padding-top: 138px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 993px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-\[114px\] {
    @media (width >= 993px) {
      padding-bottom: 114px;
    }
  }
  .lg\:text-2xl {
    @media (width >= 993px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 993px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 993px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 993px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 993px) {
      font-size: 40px;
    }
  }
}
html {
  margin: 0 !important;
}
@layer utilities {
  .container1 {
    max-width: var(--container-width);
    margin-inline: auto;
  }
  .container2 {
    max-width: 831px;
    margin-inline: auto;
  }
  .container-foot {
    max-width: 628px;
    margin-inline: auto;
  }
  .container-full {
    max-width: 1366px;
    width: 100%;
    margin-inline: auto;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Hvd';
  src: url(./assets/fonts/HvD/HvDTrial_Brandon_Text_Bold-BF6514e9eb720dc.otf);
  font-weight: 700;
}
@font-face {
  font-family: 'Hvd';
  src: url(./assets/fonts/HvD/HvDTrial_Brandon_Text_Regular-BF6514e9eb617a0.otf);
  font-weight: 400;
}
@font-face {
  font-family: 'Hvd';
  src: url(./assets/fonts/HvD/HvDTrial_Brandon_Text_Black-BF6514e9eb54e57.otf);
  font-weight: 900;
}
@font-face {
  font-family: 'inter';
  src: url(./assets/fonts/Inter/Inter_18pt-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: 'inter';
  src: url(./assets/fonts/Inter/Inter_18pt-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'nunito';
  src: url(./assets/fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf);
}
.seccion-hero {
  .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
  }
  .ginput_container {
    width: 100%;
  }
  .gfield_label {
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  .gform_wrapper ::placeholder {
    color: #90A4AE !important;
    font-size: 14px !important;
    padding: 0px 12px;
  }
  .large {
    width: 100% !important;
    border: none !important;
    background-color: #FAFAFA !important;
    box-shadow: none !important;
  }
  .ginput_container_text, .ginput_container_phone, .ginput_container_email {
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 8px;
    border-bottom: 1.5px solid #1C4A8D;
    padding: 12px 12px;
  }
  .gfield_consent_label {
    color: #1C4A8D !important;
    font-size: 12px !important;
  }
  .bord {
    border-top: 1px solid #E7EBEB;
  }
  .gform_button {
    border-radius: 8px !important;
    background-color: #FCD217 !important;
    color: #1C4A8D !important;
    display: flex !important;
    justify-content: center !important;
    padding-block: 22px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: "nunito" !important;
    transition: all 0.5s ease-in-out !important;
    cursor: pointer !important;
    @media (max-width:993px) {
      margin-top: 10px !important;
    }
  }
  .gform_button:hover {
    background-color: #c34004 !important;
    color: white !important;
  }
  .ginput_container_email, .ginput_container_phone {
    position: relative;
  }
  .ginput_container_email::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/bts/assets/images/ss.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ginput_container_phone::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/bts/assets/images/tel.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ginput_container_email input, .ginput_container_phone input {
    padding-left: 20px;
  }
  .gfield_consent_label a {
    text-decoration: underline;
  }
  .gfield_consent_label a:hover {
    color: #6d86ad;
  }
  .gform_wrapper input:focus, .gform_wrapper textarea:focus {
    padding-left: 23px !important;
  }
  #input_1_4_1 {
    padding-left: 0 !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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-font-weight: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
