/*! tailwindcss v4.1.13 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-thin: 100;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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);
    --font-primary: "Alumni Sans", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --color-grey: #6D6D6D;
    --color-dark: #2D2D2D;
    --color-dark-grey: #3D3D3D;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[22px\] {
    top: 22px;
  }
  .top-\[160px\] {
    top: 160px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[16px\] {
    right: 16px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[16px\] {
    bottom: 16px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[16px\] {
    left: 16px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .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-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-\[10px\] {
    margin: 10px;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .-mb-\[120px\] {
    margin-bottom: calc(120px * -1);
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[53px\] {
    height: 53px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .w-\[4px\] {
    width: 4px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-top {
    transform-origin: top;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0px\] {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-80 {
    --tw-scale-x: 80%;
    --tw-scale-y: 80%;
    --tw-scale-z: 80%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-0 {
    --tw-scale-y: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .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;
  }
  .flex-row {
    flex-direction: row;
  }
  .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-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[36px\] {
    gap: 36px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[0\.5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.5px;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\[mask-image\:linear-gradient\(to_right\,transparent_0\%\,white_10\%\,white_90\%\,transparent_100\%\)\] {
    mask-image: linear-gradient(to right,transparent 0%,white 10%,white 90%,transparent 100%);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-\[14vw\] {
    padding-right: 14vw;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .text-center {
    text-align: center;
  }
  .font-secondary {
    font-family: var(--font-secondary);
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[10vw\] {
    font-size: 10vw;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[10px\] {
    --tw-leading: 10px;
    line-height: 10px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .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);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-grey {
    color: var(--color-grey);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[\.5\] {
    opacity: .5;
  }
  .mix-blend-difference {
    mix-blend-mode: difference;
  }
  .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);
  }
  .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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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,);
  }
  .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,);
  }
  .sepia {
    --tw-sepia: sepia(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, 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;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .duration-\[600ms\] {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[clip-path\:polygon\(0_100\%\,100\%_100\%\,100\%_0\,0_0\)\] {
    clip-path: polygon(0 100%,100% 100%,100% 0,0 0);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:translate-y-\[-100\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: -100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:transform {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-focus\:translate-y-\[-100\%\] {
    &:is(:where(.group):focus *) {
      --tw-translate-y: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .hover\:scale-80 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 80%;
        --tw-scale-y: 80%;
        --tw-scale-z: 80%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:rotate-90 {
    &:hover {
      @media (hover: hover) {
        rotate: 90deg;
      }
    }
  }
  .md\:text-\[4vw\] {
    @media (width >= 48rem) {
      font-size: 4vw;
    }
  }
  .lg\:bottom-\[80px\] {
    @media (width >= 64rem) {
      bottom: 80px;
    }
  }
  .lg\:left-\[84px\] {
    @media (width >= 64rem) {
      left: 84px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[36px\] {
    @media (width >= 64rem) {
      margin-top: 36px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:-mr-\[10\%\] {
    @media (width >= 64rem) {
      margin-right: calc(10% * -1);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:-ml-\[10\%\] {
    @media (width >= 64rem) {
      margin-left: calc(10% * -1);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/5 {
    @media (width >= 64rem) {
      width: calc(1/5 * 100%);
    }
  }
  .lg\:w-\[14vw\] {
    @media (width >= 64rem) {
      width: 14vw;
    }
  }
  .lg\:w-\[25\%\] {
    @media (width >= 64rem) {
      width: 25%;
    }
  }
  .lg\:w-\[100px\] {
    @media (width >= 64rem) {
      width: 100px;
    }
  }
  .lg\:translate-y-0 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 64rem) {
      gap: 24px;
    }
  }
  .lg\:py-\[30px\] {
    @media (width >= 64rem) {
      padding-block: 30px;
    }
  }
  .lg\:py-\[196px\] {
    @media (width >= 64rem) {
      padding-block: 196px;
    }
  }
  .lg\:pt-\[140px\] {
    @media (width >= 64rem) {
      padding-top: 140px;
    }
  }
  .lg\:pt-\[240px\] {
    @media (width >= 64rem) {
      padding-top: 240px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:leading-\[19px\] {
    @media (width >= 64rem) {
      --tw-leading: 19px;
      line-height: 19px;
    }
  }
  .lg\:leading-\[32px\] {
    @media (width >= 64rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .lg\:leading-\[64px\] {
    @media (width >= 64rem) {
      --tw-leading: 64px;
      line-height: 64px;
    }
  }
  .dark\:block {
    &:where(.dark, .dark *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where(.dark, .dark *) {
      display: none;
    }
  }
  .dark\:bg-black {
    &:where(.dark, .dark *) {
      background-color: var(--color-black);
    }
  }
  .dark\:bg-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
}
body {
  font-family: var(--font-secondary);
}
::selection {
  color: #fff;
  background-color: var(--color-dark);
}
:root {
  --pm: 300px;
  --spacing160: 160px;
}
.scroll-styled::-webkit-scrollbar {
  width: 8px;
}
.scroll-styled::-webkit-scrollbar-thumb {
  background: var(--color-dark);
  border-radius: 12px;
}
video::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls-enclosure {
  display: none !important;
}
video::-webkit-media-controls-panel {
  display: none !important;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-wheel], .lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
html.lg-opened .lenis, html.lg-opened [data-lenis] {
  pointer-events: none !important;
}
@layer utilities {
  .animate-spin-slow {
    animation: spin linear infinite;
  }
}
[data-scroll] {
  will-change: transform;
}
body {
  background: var(--color-dark);
  font-size: 16px;
}
.logoStart {
  max-width: 60px;
  max-height: 50px;
}
.logoText {
  width: 248px;
  text-wrap: nowrap;
  display: flex;
  font-family: var(--font-primary);
  text-transform: uppercase;
}
.container, .limiter {
  max-width: 1674px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.images {
  width: 30vw;
  max-width: 780px;
  aspect-ratio: 3 / 4;
  position: sticky;
  top: 64px;
  margin: 0 auto;
}
.images:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
}
.images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main {
  min-height: 200vh;
}
.worksBottom {
  padding-top: 120px;
}
.works img {
  width: calc((100% - 160px) / 5);
}
.header {
  padding-top: 32px;
}
.menu ul {
  display: flex;
  gap: 32px;
}
h2 {
  font-size: 120px;
  line-height: .8;
  font-family: var(--font-primary);
}
.menu ul a {
  text-transform: uppercase;
  font-family: var(--font-primary);
  color: #fff;
  font-size: 1.5rem;
}
.menu .lang-list {
  gap: 12px;
  display: none;
  margin-right: 0;
}
.menu.fixedNav {
  display: flex;
  gap: 24px;
}
.menu .lang-list a {
  font-family: var(--font-secondary) !important;
  font-size: 16px;
  text-transform: none;
}
.menu.fixedNav .lang-list {
  display: flex;
}
.scrollSection {
  height: 300vh;
}
.titleBlock h1 {
  font-family: var(--font-primary);
  letter-spacing: -5px;
  color: #fff;
  font-size: 160px;
  line-height: 0.8;
  font-weight: 600;
}
.titleBlock h1 span {
  font-family: var(--font-secondary);
  font-weight: 300;
  font-style: italic;
  font-size: 112px;
}
.dataHolder {
  position: relative;
  z-index: 2;
  margin-top: -28.5vh;
}
.heading {
  font-family: var(--font-primary);
}
logo {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -2px;
  color: #fff;
}
.work {
  display: block;
  width: calc(95% / 2);
  padding-top: 0;
  margin-bottom: 5%;
  position: relative;
  z-index: 2;
}
.work figcaption span {
  font-size: 16px;
}
.work:hover figcaption {
  padding-left: 40px;
}
.work figcaption {
  font-size: 2rem;
  background: #fff;
  padding: 1.5rem;
  transition: .3s;
  display: flex;
  align-items: flex-start;
}
.worksBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
.work img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
.hover-reveal {
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
}
.hover-reveal__inner {
  overflow: hidden;
}
.hover-reveal__inner, .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
}
.hover-reveal__img {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.menu .menuBtn {
  display: none;
}
.menu .menuBtn a {
  color: #fff;
  line-height: 32px;
}
@media (max-width: 992px) {
  .hover-reveal {
    display: none;
  }
  .menu .menuBtn {
    display: flex;
  }
  .images {
    height: 60vh;
  }
  .works img {
    width: calc((100% - 40px) / 2);
  }
  .dataHolder {
    bottom: 16px !important;
  }
}
@media (max-width: 480px) {
  .works {
    gap: 20px;
  }
  .works img {
    width: 100%;
  }
}
.fancy-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
}
.fancy-list li {
  position: relative;
  overflow: hidden;
  color: #000;
  margin-bottom: 10px;
  padding: 12px 20px;
  cursor: pointer;
}
.fancy-list li a {
  font-family: var(--font-primary);
}
.fancy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--color-dark);
  transition: all .6s ease;
  z-index: -1;
}
.fancy-list li.fill-top::before {
  top: 0;
  bottom: auto;
  height: 100%;
  transform: translateY(-100%);
}
.fancy-list li.fill-top.hovered::before {
  transform: translateY(0);
}
.fancy-list li:hover {
  color: #fff;
}
.fancy-list li.fill-bottom::before {
  bottom: 0;
  top: auto;
  height: 100%;
  transform: translateY(100%);
}
.fancy-list li.fill-bottom.hovered::before {
  transform: translateY(0);
}
.cursor {
  display: none;
}
@media (any-pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 10;
  }
}
.menu a {
  position: relative;
}
[class*="hover-underline-animation"], .menu ul a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
[class*="hover-underline-animation"]::after, .menu ul a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transition: transform .5s ease-out;
  background-color: #fff;
}
[class*="hover-underline-animation"]:hover::after, .menu ul a:hover::after {
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.item:before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: .7;
  background: var(--color-dark);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.marquee-content {
  display: inline-block;
  padding-right: 2rem;
  animation: marquee linear infinite;
}
.slide-item {
  object-fit: cover;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pagination {
  width: auto !important;
}
.blog-slider {
  width: 100%;
}
.blog-slider .swiper-slide {
  width: 25%;
  border-radius: 10px;
  transition: transform 0.4s;
}
.menu-btn {
  width: 46px;
  height: 46px;
  position: relative;
}
.menu-btn .a, .menu-btn .ia {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: transform .6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu-btn .b {
  position: absolute;
  width: 32px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-btn .b1, .menu-btn .b2 {
  background: #fff;
  transform-origin: 0 50%;
  transition: transform .2s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
}
.menu-btn .b1 {
  top: 18px;
}
.menu-btn .b2 {
  top: 24px;
}
.menu-btn .b3, .menu-btn .b4 {
  transform: translateX(50%) scaleX(0);
}
.menu-btn .b3, .menu-btn .b4 {
  top: 22px;
  background: #fff;
  transition: transform .2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu-btn:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  bottom: -100px;
  right: -100px;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50px;
  border: 1px solid #fff;
  opacity: 0;
  transform: scale(1.2);
  pointer-events: none;
  transition: all .6s cubic-bezier(0.25, 0.1, 0.25, 1), opacity .3s ease, border .2s ease;
  display: block;
}
.menu-btn:hover .ia {
  transform: scaleX(0.7);
  transition: transform .3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu-btn:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all .4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity .3s ease, border .2s ease;
}
.menu-btn.active:before {
  background: #000;
  opacity: 1;
  border: none;
  transform: scale(0.8);
}
.menu-btn.active .a1 {
  transform: rotate(45deg) scaleX(0.7);
  transition: transform .3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu-btn.active .a2 {
  transform: rotate(-45deg) scaleX(0.7);
  transition: transform .3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu-btn.active .b1, .menu-btn.active .b2 {
  transition: transform .2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scaleX(0);
}
.menu-btn.active .b3, .menu-btn.active .b4 {
  transform: translateX(0) scaleX(1);
  transition: transform .2s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
  background: #fff;
}
.canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: .05;
  pointer-events: none;
}
.allLink {
  font-size: 10vw;
  color: #fff;
  font-family: var(--font-primary);
  line-height: 10vw;
}
.allLink:after {
  height: 8px;
}
.worksBottom, .gallery {
  padding-top: var(--spacing160);
  padding-bottom: var(--spacing160);
}
.fancy-list {
  position: relative;
  z-index: 2;
  margin-top: 140px;
}
.fancy-list li {
  font-size: 2.2vw;
  color: #fff;
  font-family: var(--font-primary);
}
sup {
  font-size: 24px;
  vertical-align: super;
}
.fancy-list li::before {
  background: #fff;
}
.fancy-list li:hover {
  color: var(--color-dark);
}
.about {
  padding-bottom: var(--pm);
  background: #252525;
  margin-top: 40px;
}
.about p {
  font-size: 60px;
  color: #868686;
}
[lang="ru-RU"] .about p {
  font-size: 44px;
}
[lang="ru-RU"] .smallP p {
  font-size: 20px;
}
.about p span {
  color: #fff;
}
.footer {
  background: var(--color-dark-grey);
}
.fixedNav {
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  background: rgb(61, 61, 61, .6);
  backdrop-filter: blur(16px);
  z-index: 998;
}
.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(61, 61, 61, .8);
  backdrop-filter: blur(16px);
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.menu-open .mobileMenu {
  opacity: 1;
  visibility: visible;
}
.mobileMenu .menu {
  display: block;
}
.mobileMenu .menu ul {
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, .4);
  margin-top: 100px;
  gap: 0;
}
.mobileMenu .menu ul a {
  font-size: 14vw;
  line-height: 14vw;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  display: flex;
  justify-content: space-between;
}
.mobileMenu .menu ul a span {
  opacity: .6;
  font-size: 24px;
}
.project h1 {
  font-family: var(--font-primary);
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -4px;
}
.projectList li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #A6A6A6;
  padding-top: 24px;
  padding-bottom: 24px;
}
.projectList li {
  color: #A6A6A6;
  font-size: 24px;
}
.projectList span {
  color: #A6A6A6;
}
.projectList span + span {
  color: #fff;
}
.projectImage {
  margin-top: 52px;
  margin-bottom: 52px;
}
.titleProject {
  font-size: 80px;
  color: #fff;
  line-height: -4px;
  font-family: var(--font-primary);
}
.borderTop {
  border-top: 1px solid #A6A6A6;
  margin-top: 16px;
}
.projectDescription p {
  font-size: 20px;
}
.wpcf7-form {
  margin-top: 24px;
}
.wpcf7-form label {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.wpcf7-form label input {
  flex: 1;
  border-bottom: 2px solid #A6A6A6;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
labelholder {
  border-right: 2px solid #A6A6A6;
  width: 136px;
  line-height: 50px;
  margin-right: 12px;
  padding-left: 8px;
  text-wrap: nowrap;
}
.wpcf7-response-output {
  color: #fff;
}
.smallP {
  margin-top: 16px;
}
.smallP p {
  font-size: 20px;
  max-width: 50%;
}
.lang-list .lang-item a:after {
  display: none;
}
.about.aboutProject {
  padding-bottom: 200px;
}
.aboutProject {
  padding-top: 16px;
}
.description p {
  color: #868686;
  font-size: 16px;
}
.description ul:not(.projectList) {
  margin-top: 24px;
  list-style: disc;
  padding-left: 20px;
}
.description ul li {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 1700px) {
  .container {
    max-width: 96%;
  }
}
.subtitle {
  font-size: 24px;
}
@media (max-width: 1440px) {
  .description {
    padding-top: 40px;
  }
  .projectList li {
    flex-wrap: wrap;
    font-size: 20px;
  }
  .project {
    padding-top: 40px;
  }
  .project h1 {
    font-size: 60px;
    line-height: 60px;
  }
  :root {
    --pm: 60px;
    --spacing160: 40px;
  }
  .header {
    padding-top: 8px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu ul {
    display: none;
  }
  canvas {
    display: none;
  }
  .images {
    width: calc(100% - 32px);
  }
  .titleBlock h1, .titleBlock h1 span {
    font-size: 8vw;
    letter-spacing: 0;
  }
  h2 {
    font-size: 10vw;
    max-width: 80%;
  }
  .worksBottom {
    padding-top: 40px;
  }
  .work {
    width: 100%;
  }
  .dataHolder {
    position: absolute;
    left: 0;
    bottom: 60px;
    margin-top: 0;
  }
  .titleBlock {
    margin-bottom: 16px;
  }
  .about p {
    font-size: 16px !important;
    line-height: 20px;
  }
  .smallP p {
    max-width: 100%;
  }
  .fancy-list {
    margin-top: 0;
  }
  .fancy-list li {
    font-size: 6.4vw;
  }
  .work figcaption {
    font-size: 1.4rem;
  }
  .allLink {
    font-size: 20vw;
    line-height: 20vw;
  }
  .mobileMenu .menu ul {
    display: flex;
  }
  .fixedNav {
    top: 16px;
    left: initial;
    right: -56px;
  }
  .works {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu .menuBtn {
    display: none;
  }
  .menu.fixedNav .menuBtn {
    display: block;
  }
  logo {
    font-size: 2rem;
  }
  .logoStart {
    max-width: 32px;
  }
  .images {
    top: 60px;
  }
  .wpcf7-form label {
    flex-direction: column;
  }
  labelholder {
    border-right: none;
  }
  .footer {
    padding-bottom: 36px;
  }
}
input {
  outline: none;
}
.wpcf7-submit {
  background: #fff;
  padding: 20px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 12px;
  transition: .3s;
  font-weight: 700;
}
.wpcf7-submit:hover {
  background: #2D2D2D;
  color: #fff;
}
.rightBlock {
  justify-content: flex-end;
}
.about .subtitle {
  font-size: 40px;
}
.gallery {
  transition: background 0.6s ease;
}
@media (max-width: 768px) {
  .about .subtitle {
    font-size: 16px;
  }
  .titleProject {
    font-size: 40px;
  }
  .about.aboutProject {
    padding-bottom: 0;
  }
  [ style="height:80px"], [ style="height:60px"] {
    height: 16px !important;
  }
  .aboutProject {
    margin-top: 0 !important;
  }
  .project, .description {
    padding-top: 0;
  }
}
.menu {
  transform-style: preserve-3d;
  transform-origin: top center;
  backface-visibility: hidden;
  will-change: transform;
}
.menu.navAnimate {
  animation: cubeFlip 0.6s ease forwards;
}
@keyframes cubeFlip {
  0% {
    transform: translateX(-50%) scale(.8);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}
@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;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-tracking {
  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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-tracking: 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;
    }
  }
}
