/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.z-50 {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.-mt-\[4\.9rem\] {
  margin-top: calc(4.9rem * -1);
}
.-mb-px {
  margin-bottom: -1px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[335\/376\] {
  aspect-ratio: 335/376;
}
.min-h-\[calc\(100vh-160px\)\] {
  min-height: calc(100vh - 160px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[0\%\] {
  width: 0%;
}
.w-\[448px\] {
  width: 448px;
}
.w-full {
  width: 100%;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-\[\#19140035\] {
  border-color: #19140035;
}
.border-\[\#e3e3e0\] {
  border-color: #e3e3e0;
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#1b1b18\] {
  background-color: #1b1b18;
}
.bg-\[\#FDFDFC\] {
  background-color: #FDFDFC;
}
.bg-\[\#dbdbd7\] {
  background-color: #dbdbd7;
}
.bg-\[\#fff2f2\] {
  background-color: #fff2f2;
}
.text-center {
  text-align: center;
}
.font-\[Inter\] {
  font-family: Inter;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[13px\] {
  font-size: 13px;
}
.leading-\[20px\] {
  --tw-leading: 20px;
  line-height: 20px;
}
.text-\[\#1b1b18\] {
  color: #1b1b18;
}
.text-\[\#706f6c\] {
  color: #706f6c;
}
.text-\[\#F53003\] {
  color: #F53003;
}
.text-\[\#f53003\] {
  color: #f53003;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[0px_0px_1px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.06\)\] {
  --tw-shadow: 0px 0px 1px 0px var(--tw-shadow-color, rgba(0,0,0,0.03)), 0px 1px 2px 0px var(--tw-shadow-color, rgba(0,0,0,0.06));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[inset_0px_0px_0px_1px_rgba\(26\,26\,0\,0\.16\)\] {
  --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, rgba(26,26,0,0.16));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-750 {
  --tw-duration: 750ms;
  transition-duration: 750ms;
}
.not-has-\[nav\]\:hidden {
  &:not(*:has(*:is(nav))) {
    display: none;
  }
}
.before\:absolute {
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
}
.before\:top-1\/2 {
  &::before {
    content: var(--tw-content);
    top: calc(1/2 * 100%);
  }
}
.before\:bottom-1\/2 {
  &::before {
    content: var(--tw-content);
    bottom: calc(1/2 * 100%);
  }
}
.before\:left-\[0\.4rem\] {
  &::before {
    content: var(--tw-content);
    left: 0.4rem;
  }
}
.before\:border-l {
  &::before {
    content: var(--tw-content);
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
}
.before\:border-\[\#e3e3e0\] {
  &::before {
    content: var(--tw-content);
    border-color: #e3e3e0;
  }
}
.hover\:border-\[\#1915014a\] {
  &:hover {
    @media (hover: hover) {
      border-color: #1915014a;
    }
  }
}
.hover\:border-\[\#19140035\] {
  &:hover {
    @media (hover: hover) {
      border-color: #19140035;
    }
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
.dark\:block {
  @media (prefers-color-scheme: dark) {
    display: block;
  }
}
.dark\:hidden {
  @media (prefers-color-scheme: dark) {
    display: none;
  }
}
.dark\:border-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    border-color: #3E3E3A;
  }
}
.dark\:border-\[\#eeeeec\] {
  @media (prefers-color-scheme: dark) {
    border-color: #eeeeec;
  }
}
.dark\:bg-\[\#0a0a0a\] {
  @media (prefers-color-scheme: dark) {
    background-color: #0a0a0a;
  }
}
.dark\:bg-\[\#1D0002\] {
  @media (prefers-color-scheme: dark) {
    background-color: #1D0002;
  }
}
.dark\:bg-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    background-color: #3E3E3A;
  }
}
.dark\:bg-\[\#161615\] {
  @media (prefers-color-scheme: dark) {
    background-color: #161615;
  }
}
.dark\:bg-\[\#eeeeec\] {
  @media (prefers-color-scheme: dark) {
    background-color: #eeeeec;
  }
}
.dark\:text-\[\#1C1C1A\] {
  @media (prefers-color-scheme: dark) {
    color: #1C1C1A;
  }
}
.dark\:text-\[\#A1A09A\] {
  @media (prefers-color-scheme: dark) {
    color: #A1A09A;
  }
}
.dark\:text-\[\#EDEDEC\] {
  @media (prefers-color-scheme: dark) {
    color: #EDEDEC;
  }
}
.dark\:text-\[\#F61500\] {
  @media (prefers-color-scheme: dark) {
    color: #F61500;
  }
}
.dark\:text-\[\#FF4433\] {
  @media (prefers-color-scheme: dark) {
    color: #FF4433;
  }
}
.dark\:shadow-\[inset_0px_0px_0px_1px_\#fffaed2d\] {
  @media (prefers-color-scheme: dark) {
    --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, #fffaed2d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.dark\:before\:border-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    &::before {
      content: var(--tw-content);
      border-color: #3E3E3A;
    }
  }
}
.dark\:hover\:border-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    &:hover {
      @media (hover: hover) {
        border-color: #3E3E3A;
      }
    }
  }
}
.dark\:hover\:border-\[\#62605b\] {
  @media (prefers-color-scheme: dark) {
    &:hover {
      @media (hover: hover) {
        border-color: #62605b;
      }
    }
  }
}
.starting\:opacity-0 {
  @starting-style {
    opacity: 0%;
  }
}
@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-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-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-content {
  syntax: "*";
  initial-value: "";
  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-leading: 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-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-content: "";
    }
  }
}
