/*! tailwindcss v4.1.12 | 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-red-500: oklch(0.5744 0.1945 28.78);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --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);
    --color-dark-500: oklch(0.1591 0 0);
    --color-grey-dark: oklch(0.329 0 0);
    --color-grey-medium: oklch(0.8047 0 0);
    --color-grey-light: oklch(0.9612 0 0);
    --font-barlow: "Barlow", 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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .\!mt-8 {
    margin-top: calc(var(--spacing) * 8) !important;
  }
  .\!mt-10 {
    margin-top: calc(var(--spacing) * 10) !important;
  }
  .\!mt-20 {
    margin-top: calc(var(--spacing) * 20) !important;
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-5 {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .\!mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .\!mb-8 {
    margin-bottom: calc(var(--spacing) * 8) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-35 {
    margin-bottom: calc(var(--spacing) * 35);
  }
  .\!grid {
    display: grid !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .aspect-\[145\/102\] {
    aspect-ratio: 145/102;
  }
  .aspect-\[495\/547\] {
    aspect-ratio: 495/547;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-full {
    height: 100%;
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 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,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .resize {
    resize: both;
  }
  .\!list-none {
    list-style-type: none !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .\!gap-6 {
    gap: calc(var(--spacing) * 6) !important;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-28 {
    gap: calc(var(--spacing) * 28);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-black {
    border-top-color: var(--color-black);
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .bg-grey-dark {
    background-color: var(--color-grey-dark);
  }
  .bg-grey-light {
    background-color: var(--color-grey-light);
  }
  .bg-grey-medium {
    background-color: var(--color-grey-medium);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
  .py-60 {
    padding-block: calc(var(--spacing) * 60);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-60 {
    padding-top: calc(var(--spacing) * 60);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
	.pb-60 {
    padding-bottom: calc(var(--spacing) * 60);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-right {
    text-align: right;
  }
  .font-barlow {
    font-family: var(--font-barlow);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .\!text-dark-500 {
    color: var(--color-dark-500) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dark-500 {
    color: var(--color-dark-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!not-italic {
    font-style: normal !important;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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\! {
    --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)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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 {
    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, visibility, 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-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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[-2\.5px\] {
    &::before {
      content: var(--tw-content);
      top: -2.5px;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-1\/2 {
    &::before {
      content: var(--tw-content);
      left: calc(1/2 * 100%);
    }
  }
  .before\:z-0 {
    &::before {
      content: var(--tw-content);
      z-index: 0;
    }
  }
  .before\:\!hidden {
    &::before {
      content: var(--tw-content);
      display: none !important;
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:h-2 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 2);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-44 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 44);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:translate-x-\[-50\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:bg-dark-500\/75 {
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in srgb, oklch(0.1591 0 0) 75%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-dark-500) 75%, transparent);
      }
    }
  }
  .before\:bg-red-500 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-red-500);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:\!hidden {
    &::after {
      content: var(--tw-content);
      display: none !important;
    }
  }
  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:before\:bg-red-500\/75 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          background-color: color-mix(in srgb, oklch(0.5744 0.1945 28.78) 75%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-red-500) 75%, transparent);
          }
        }
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-\[60px\] {
    @media (width >= 64rem) {
      top: 60px;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:\!mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-8 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:\!block {
    @media (width >= 64rem) {
      display: block !important;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:\!px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:\!pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:\!pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .\[\&_\.legal\]\:\!mb-0 {
    & .legal {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_\.legal\]\:\!leading-tight {
    & .legal {
      --tw-leading: var(--leading-tight) !important;
      line-height: var(--leading-tight) !important;
    }
  }
  .\[\&_\.legal\]\:\!text-white {
    & .legal {
      color: var(--color-white) !important;
    }
  }
  .\[\&_\.legal_a\]\:\!font-bold {
    & .legal a {
      --tw-font-weight: var(--font-weight-bold) !important;
      font-weight: var(--font-weight-bold) !important;
    }
  }
  .\[\&_\.legal_a\]\:\!text-white {
    & .legal a {
      color: var(--color-white) !important;
    }
  }
  .\[\&_\.textwidget\]\:text-white {
    & .textwidget {
      color: var(--color-white);
    }
  }
  .\[\&_a\]\:text-\[20px\] {
    & a {
      font-size: 20px;
    }
  }
  .\[\&_a\]\:text-\[21px\] {
    & a {
      font-size: 21px;
    }
  }
  .\[\&_a\]\:leading-\[24px\] {
    & a {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .\[\&_a\]\:font-medium {
    & a {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&_a\]\:\!text-black {
    & a {
      color: var(--color-black) !important;
    }
  }
  .\[\&_a\]\:\!text-white {
    & a {
      color: var(--color-white) !important;
    }
  }
  .\[\&_a\]\:hover\:\!text-red-500 {
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-red-500) !important;
        }
      }
    }
  }
  .\[\&_div\]\:text-right {
    & div {
      text-align: right;
    }
  }
  .\[\&_i\]\:text-white {
    & i {
      color: var(--color-white);
    }
  }
  .\[\&_p\]\:\!m-0 {
    & p {
      margin: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_p\]\:\!mb-0 {
    & p {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_p\]\:\!mb-2 {
    & p {
      margin-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .\[\&_p\]\:mb-4 {
    & p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_p\]\:\!font-barlow {
    & p {
      font-family: var(--font-barlow) !important;
    }
  }
  .\[\&_p\]\:font-medium {
    & p {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&_p\]\:text-white {
    & p {
      color: var(--color-white);
    }
  }
  .\[\&_td\]\:\!border-r-3 {
    & td {
      border-right-style: var(--tw-border-style) !important;
      border-right-width: 3px !important;
    }
  }
  .\[\&_td\]\:\!border-white {
    & td {
      border-color: var(--color-white) !important;
    }
  }
  .\[\&_td\]\:\!text-center {
    & td {
      text-align: center !important;
    }
  }
  .\[\&_td\]\:first\:\!font-medium {
    & td {
      &:first-child {
        --tw-font-weight: var(--font-weight-medium) !important;
        font-weight: var(--font-weight-medium) !important;
      }
    }
  }
  .\[\&_td\]\:last\:\!border-r-0 {
    & td {
      &:last-child {
        border-right-style: var(--tw-border-style) !important;
        border-right-width: 0px !important;
      }
    }
  }
  .\[\&_th\]\:\!border-0 {
    & th {
      border-style: var(--tw-border-style) !important;
      border-width: 0px !important;
    }
  }
  .\[\&_th\]\:\!border-r-3 {
    & th {
      border-right-style: var(--tw-border-style) !important;
      border-right-width: 3px !important;
    }
  }
  .\[\&_th\]\:bg-grey-dark {
    & th {
      background-color: var(--color-grey-dark);
    }
  }
  .\[\&_th\]\:\!p-2 {
    & th {
      padding: calc(var(--spacing) * 2) !important;
    }
  }
  .\[\&_th\]\:\!text-center {
    & th {
      text-align: center !important;
    }
  }
  .\[\&_th\]\:\!font-medium {
    & th {
      --tw-font-weight: var(--font-weight-medium) !important;
      font-weight: var(--font-weight-medium) !important;
    }
  }
  .\[\&_th\]\:\!text-white {
    & th {
      color: var(--color-white) !important;
    }
  }
  .\[\&_th\]\:first\:\!font-medium {
    & th {
      &:first-child {
        --tw-font-weight: var(--font-weight-medium) !important;
        font-weight: var(--font-weight-medium) !important;
      }
    }
  }
  .\[\&_th\]\:last\:\!border-r-0 {
    & th {
      &:last-child {
        border-right-style: var(--tw-border-style) !important;
        border-right-width: 0px !important;
      }
    }
  }
  .\[\&_tr\]\:odd\:\!bg-grey-light {
    & tr {
      &:nth-child(odd) {
        background-color: var(--color-grey-light) !important;
      }
    }
  }
  .\[\&_ul\]\:\!mb-0 {
    & ul {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&\>span\]\:flex {
    &>span {
      display: flex;
    }
  }
  .\[\&\>span\]\:\!justify-start {
    &>span {
      justify-content: flex-start !important;
    }
  }
  .\[\&\>span\]\:gap-6 {
    &>span {
      gap: calc(var(--spacing) * 6);
    }
  }
}
#menu-footer-menu {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    justify-content: space-between;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 8);
  }
  & .sub-menu a {
    font-size: 16px;
  }
  & .sub-menu a {
    --tw-leading: 24px;
    line-height: 24px;
  }
  & .sub-menu a {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  & a {
    color: var(--color-white);
  }
  & a {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  &>li>a {
    font-size: 18px;
  }
  &>li>a {
    --tw-leading: 24px;
    line-height: 24px;
  }
  &>li>a {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
#main-menu {
  @media (width >= 64rem) {
    display: flex;
  }
  @media (width >= 64rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.text-white * {
  color: var(--color-white);
}
.bg-gradient-hero::before {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 17.5%, rgba(0, 0, 0, 0.80) 100%);
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background-image: unset !important;
  position: relative;
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-white) !important;
  background-color: transparent !important;
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 2);
  padding-right: calc(var(--spacing) * 12);
  font-family: var(--font-barlow);
  font-size: 18px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
  color: var(--color-white) !important;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-black) !important;
    }
  }
}
.vc_btn3.vc_btn3-color-white::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 9px;
  background: url("data:image/svg+xml;utf8,<svg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.21484 3.875L0.589844 3.875L0.589844 5.125L1.21484 5.125L1.21484 3.875ZM23.2148 4.5L16.9648 0.891562L16.9648 8.10844L23.2148 4.5ZM1.21484 4.5L1.21484 5.125L17.5898 5.125L17.5898 4.5L17.5898 3.875L1.21484 3.875L1.21484 4.5Z' fill='white'/></svg>") no-repeat center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}
.vc_btn3.vc_btn3-color-white:hover::after {
  background: url("data:image/svg+xml;utf8,<svg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.21484 3.875L0.589844 3.875L0.589844 5.125L1.21484 5.125L1.21484 3.875ZM23.2148 4.5L16.9648 0.891562L16.9648 8.10844L23.2148 4.5ZM1.21484 4.5L1.21484 5.125L17.5898 5.125L17.5898 4.5L17.5898 3.875L1.21484 3.875L1.21484 4.5Z' fill='oklch(0.5744 0.1945 28.78)'/></svg>") no-repeat center;
  content: "";
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  background-image: unset !important;
  position: relative;
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-red-500) !important;
  background-color: var(--color-red-500) !important;
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 2);
  padding-right: calc(var(--spacing) * 12);
  font-family: var(--font-barlow);
  font-size: 18px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
  color: var(--color-white) !important;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-white) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-black) !important;
    }
  }
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 9px;
  background: url("data:image/svg+xml;utf8,<svg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.21484 3.875L0.589844 3.875L0.589844 5.125L1.21484 5.125L1.21484 3.875ZM23.2148 4.5L16.9648 0.891562L16.9648 8.10844L23.2148 4.5ZM1.21484 4.5L1.21484 5.125L17.5898 5.125L17.5898 4.5L17.5898 3.875L1.21484 3.875L1.21484 4.5Z' fill='white'/></svg>") no-repeat center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover::after {
  background: url("data:image/svg+xml;utf8,<svg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.21484 3.875L0.589844 3.875L0.589844 5.125L1.21484 5.125L1.21484 3.875ZM23.2148 4.5L16.9648 0.891562L16.9648 8.10844L23.2148 4.5ZM1.21484 4.5L1.21484 5.125L17.5898 5.125L17.5898 4.5L17.5898 3.875L1.21484 3.875L1.21484 4.5Z' fill='oklch(0.5744 0.1945 28.78)'/></svg>") no-repeat center;
  content: "";
}
.vc_btn3.vc_btn3-color-grey, .cta-black {
  background-image: unset !important;
  position: relative;
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-black) !important;
  background-color: transparent !important;
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 2);
  padding-right: calc(var(--spacing) * 12);
  font-family: var(--font-barlow);
  font-size: 18px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
  color: var(--color-black) !important;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white) !important;
    }
  }
}
.vc_btn3.vc_btn3-color-grey::after, .cta-black::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 9px;
  background: url("data:image/svg+xml;utf8,<svg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.21484 3.875L0.589844 3.875L0.589844 5.125L1.21484 5.125L1.21484 3.875ZM23.2148 4.5L16.9648 0.891562L16.9648 8.10844L23.2148 4.5ZM1.21484 4.5L1.21484 5.125L17.5898 5.125L17.5898 4.5L17.5898 3.875L1.21484 3.875L1.21484 4.5Z' fill='oklch(0.5744 0.1945 28.78)'/></svg>") no-repeat center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}
.vc_btn3.vc_btn3-color-grey:hover::after, .cta-black:hover::after {
  background: url("data:image/svg+xml;utf8,<svg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.21484 3.875L0.589844 3.875L0.589844 5.125L1.21484 5.125L1.21484 3.875ZM23.2148 4.5L16.9648 0.891562L16.9648 8.10844L23.2148 4.5ZM1.21484 4.5L1.21484 5.125L17.5898 5.125L17.5898 4.5L17.5898 3.875L1.21484 3.875L1.21484 4.5Z' fill='white'/></svg>") no-repeat center;
}
.offset-margin {
  @media (width >= 64rem) {
    margin-top: calc(var(--spacing) * -20);
  }
}
.half-white-row {
  position: relative;
}
.half-white-row::before {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  height: calc(1/2 * 100%);
  width: 100%;
  background-color: var(--color-white);
  --tw-content: '';
  content: var(--tw-content);
}
.half-white-row .vc_column-inner {
  position: relative;
  z-index: 10;
}
.ar-1-1 {
  aspect-ratio: 1 / 1;
}
.ar-2-1 {
  aspect-ratio: 2/1;
}
.ar-21-9 {
  & img {
    aspect-ratio: 21/9;
  }
  & img {
    object-fit: cover;
  }
}
.padded-white-block {
  padding-inline: calc(var(--spacing) * 7) !important;
  @media (width >= 64rem) {
    padding-left: 20% !important;
  }
}
.padded-l-dark-grey-block {
  background-color: var(--color-grey-dark);
  padding-inline: calc(var(--spacing) * 7) !important;
  @media (width >= 64rem) {
    padding-inline: 10% !important;
  }
}
.grid-white .padded-l-dark-grey-block {
  background-color: var(--color-white) !important;
}
.resources-grey-box .vc_column-inner {
  padding: calc(var(--spacing) * 24) !important;
}
.red-underline {
  position: relative;
}
.red-underline::after {
  width: 65%;
  margin: 28px auto 35px auto;
  background-color: var(--color-dark-500) !important;
  height: 1px;
  display: block;
  content: "" !important;
}
.red-underline::before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  position: absolute;
  width: 180px;
  background-color: var(--color-red-500) !important;
  height: 5px;
  display: block;
  content: "" !important;
}
.resources-grid {
  margin-bottom: calc(var(--spacing) * 0) !important;
}
.resources-grid .vc_grid-item-mini {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  background-color: var(--color-grey-dark);
  @media (width >= 64rem) {
    display: flex;
  }
  & * {
    color: var(--color-white);
  }
}
@media (max-width: 768px) {
  .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    width: 100% !important;
    float: none !important;
  }
}
.resources-grid.grid-white .vc_grid-item-mini {
  background-color: var(--color-white);
  & * {
    color: var(--color-black);
  }
}
.resources-grid .vc-gitem-zone-height-mode-auto-1-1 {
  &::before {
    content: var(--tw-content);
    background-color: color-mix(in srgb, oklch(0.1591 0 0) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dark-500) 75%, transparent);
    }
  }
}
.resources-grid .vc-gitem-zone-height-mode-auto-1-1:hover {
  cursor: pointer !important;
  &::before {
    content: var(--tw-content);
    background-color: color-mix(in srgb, oklch(0.5744 0.1945 28.78) 75%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-500) 75%, transparent) !important;
    }
  }
}
.resources-grid h4 {
  margin-bottom: calc(var(--spacing) * 0);
  color: var(--color-white);
  & a {
    color: var(--color-white);
  }
}
@media (min-width: 1024px) {
  .resources-grid .vc_grid-item:nth-child(odd) .vc_grid-item-mini .vc_gitem-animated-block {
    order: 2;
  }
  .resources-grid .vc_grid-item:nth-child(odd) .vc_grid-item-mini .vc_gitem-animated-block {
    order: 1;
  }
}
#carousel-quick-facts .item-inner {
  font-size: 16px;
  --tw-leading: 25px;
  line-height: 25px;
  color: var(--color-white);
  & h4 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  & h4 {
    font-size: 24px;
  }
  & h4 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  & h4 {
    color: var(--color-white);
  }
  & h4 {
    font-style: italic;
  }
}
#carousel-quick-facts .owl-dots {
  & .owl-dot>span {
    margin-inline: calc(var(--spacing) * 2);
  }
  & .owl-dot>span {
    margin-block: calc(var(--spacing) * 0);
  }
  & .owl-dot>span {
    height: 1px;
  }
  & .owl-dot>span {
    width: 22px;
  }
  & .owl-dot>span {
    background-color: var(--color-white);
  }
}
ul {
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 5);
  & li {
    margin-bottom: calc(var(--spacing) * 2);
  }
}
.download-button {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-black);
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 7);
  & a {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  & a {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
}
.download-button a {
  display: flex;
  align-items: center;
  font-family: var(--font-barlow);
  font-size: 18px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  &::before {
    content: var(--tw-content);
    margin-right: calc(var(--spacing) * 8);
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-red-500);
    }
  }
}
.download-button a:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 23px;
  height: 31px;
  background-image: url('data:image/svg+xml,<svg width="23" height="31" viewBox="0 0 23 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.83333 0C1.71901 0 0 1.7377 0 3.875V27.125C0 29.2623 1.71901 31 3.83333 31H19.1667C21.281 31 23 29.2623 23 27.125V9.6875H15.3333C14.2732 9.6875 13.4167 8.82168 13.4167 7.75V0H3.83333ZM15.3333 0V7.75H23L15.3333 0ZM12.9375 14.0469V20.2287L14.7943 18.3518C15.3573 17.7826 16.2677 17.7826 16.8247 18.3518C17.3818 18.9209 17.3878 19.8412 16.8247 20.4043L12.5122 24.7637C11.9492 25.3328 11.0388 25.3328 10.4818 24.7637L6.16927 20.4043C5.60625 19.8352 5.60625 18.9148 6.16927 18.3518C6.73229 17.7887 7.64271 17.7826 8.19974 18.3518L10.0565 20.2287L10.0625 14.0469C10.0625 13.2416 10.7034 12.5938 11.5 12.5938C12.2966 12.5938 12.9375 13.2416 12.9375 14.0469Z" fill="%23D3372C"/></svg>');
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
