/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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-display: "Geist", "Geist Placeholder", 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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-\[-24px\] {
    top: -24px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-48px\] {
    right: -48px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .bottom-\[5px\] {
    bottom: 5px;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-48px\] {
    left: -48px;
  }
  .left-auto {
    left: auto;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .container {
    width: 100%;
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @media (width >= 51rem) {
      max-width: 51rem;
    }
    @media (width >= 75rem) {
      max-width: 75rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-\[25px\] {
    width: 25px;
    height: 25px;
  }
  .size-\[36px\] {
    width: 36px;
    height: 36px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[55\%\] {
    height: 55%;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-min {
    height: min-content;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-full {
    width: 100%;
  }
  .w-min {
    width: min-content;
  }
  .max-w-\[476px\] {
    max-width: 476px;
  }
  .max-w-\[526px\] {
    max-width: 526px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .list-none {
    list-style-type: none;
  }
  .auto-rows-\[minmax\(0\,1fr\)\] {
    grid-auto-rows: minmax(0,1fr);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(1\,minmax\(50px\,1fr\)\)\] {
    grid-template-columns: repeat(1,minmax(50px,1fr));
  }
  .grid-cols-\[repeat\(auto-fill\,minmax\(300px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  }
  .grid-rows-\[min-content\] {
    grid-template-rows: min-content;
  }
  .grid-rows-\[repeat\(2\,minmax\(0\,1fr\)\)\] {
    grid-template-rows: repeat(2,minmax(0,1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-center-safe {
    align-items: safe center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-end-safe {
    align-items: safe flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-center-safe {
    justify-content: safe center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[180px\] {
    gap: 180px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-stretch {
    align-self: stretch;
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[80px\] {
    border-radius: 80px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x-\[1px\] {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#404040\] {
    border-color: #404040;
  }
  .border-\[rgb\(46\,46\,46\)\] {
    border-color: rgb(46,46,46);
  }
  .border-\[rgb\(64\,64\,64\)\] {
    border-color: rgb(64,64,64);
  }
  .border-inherit {
    border-color: inherit;
  }
  .bg-\[\#000000cc\] {
    background-color: #000000cc;
  }
  .bg-\[\#202020\] {
    background-color: #202020;
  }
  .bg-\[rgb\(31\,31\,31\)\] {
    background-color: rgb(31,31,31);
  }
  .bg-\[rgb\(34\,34\,34\)\] {
    background-color: rgb(34,34,34);
  }
  .bg-\[rgb\(38\,38\,38\)\] {
    background-color: rgb(38,38,38);
  }
  .bg-\[rgb\(46\,46\,46\)\] {
    background-color: rgb(46,46,46);
  }
  .bg-\[rgb\(64\,64\,64\)\] {
    background-color: rgb(64,64,64);
  }
  .bg-\[rgb\(234\,139\,97\)\] {
    background-color: rgb(234,139,97);
  }
  .bg-\[rgb\(234\,_139\,_97\)\] {
    background-color: rgb(234, 139, 97);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-\[linear-gradient\(rgba\(0\,0\,0\,0\.8\)_0\%\,rgba\(0\,0\,0\,0\)_100\%\)\] {
    background-image: linear-gradient(rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  }
  .stroke-\[rgb\(234\,138\,97\)\] {
    stroke: rgb(234,138,97);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-\[1px\] {
    padding-inline: 1px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[32px\] {
    padding-left: 32px;
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .leading-\[1\.1em\] {
    --tw-leading: 1.1em;
    line-height: 1.1em;
  }
  .leading-\[1\.2em\] {
    --tw-leading: 1.2em;
    line-height: 1.2em;
  }
  .leading-\[1\.3em\] {
    --tw-leading: 1.3em;
    line-height: 1.3em;
  }
  .leading-\[1\.5em\] {
    --tw-leading: 1.5em;
    line-height: 1.5em;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[70px\] {
    --tw-leading: 70px;
    line-height: 70px;
  }
  .font-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-\[-\.01em\] {
    --tw-tracking: -.01em;
    letter-spacing: -.01em;
  }
  .tracking-\[-\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }
  .tracking-\[-\.03em\] {
    --tw-tracking: -.03em;
    letter-spacing: -.03em;
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.04em\] {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .tracking-\[\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }
  .tracking-\[\.02em\] {
    --tw-tracking: .02em;
    letter-spacing: .02em;
  }
  .tracking-\[\.05em\] {
    --tw-tracking: .05em;
    letter-spacing: .05em;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.03\] {
    --tw-tracking: 0.03;
    letter-spacing: 0.03;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[rgb\(34\,_34\,_34\)\] {
    color: rgb(34, 34, 34);
  }
  .text-\[rgb\(144\,144\,144\)\] {
    color: rgb(144,144,144);
  }
  .text-\[rgb\(144\,_144\,_144\)\] {
    color: rgb(144, 144, 144);
  }
  .text-\[rgb\(234\,138\,97\)\] {
    color: rgb(234,138,97);
  }
  .text-\[rgb\(234\,139\,97\)\] {
    color: rgb(234,139,97);
  }
  .text-\[rgb\(255\,255\,255\)\] {
    color: rgb(255,255,255);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .placeholder-\[rgb\(144\,144\,144\)\] {
    &::placeholder {
      color: rgb(144,144,144);
    }
  }
  .placeholder-white {
    &::placeholder {
      color: var(--color-white);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-\[8px\] {
    --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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    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-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .ease-\[cubic-bezier\(0\.68\,-0\.55\,0\.27\,1\.55\)\] {
    --tw-ease: cubic-bezier(0.68,-0.55,0.27,1.55);
    transition-timing-function: cubic-bezier(0.68,-0.55,0.27,1.55);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:translate-x-2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .focus\:outline-1 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus\:outline-\[rgb\(144\,144\,144\)\] {
    &:focus {
      outline-color: rgb(144,144,144);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:top-15 {
    @media (width >= 51rem) {
      top: calc(var(--spacing) * 15);
    }
  }
  .md\:right-\[40px\] {
    @media (width >= 51rem) {
      right: 40px;
    }
  }
  .md\:bottom-\[40px\] {
    @media (width >= 51rem) {
      bottom: 40px;
    }
  }
  .md\:order-1 {
    @media (width >= 51rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 51rem) {
      order: 2;
    }
  }
  .md\:ml-\[-60px\] {
    @media (width >= 51rem) {
      margin-left: -60px;
    }
  }
  .md\:block {
    @media (width >= 51rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 51rem) {
      display: none;
    }
  }
  .md\:size-5 {
    @media (width >= 51rem) {
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
    }
  }
  .md\:size-6 {
    @media (width >= 51rem) {
      width: calc(var(--spacing) * 6);
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-\[21vh\] {
    @media (width >= 51rem) {
      height: 21vh;
    }
  }
  .md\:h-\[52px\] {
    @media (width >= 51rem) {
      height: 52px;
    }
  }
  .md\:h-\[95px\] {
    @media (width >= 51rem) {
      height: 95px;
    }
  }
  .md\:h-\[140px\] {
    @media (width >= 51rem) {
      height: 140px;
    }
  }
  .md\:h-\[520px\] {
    @media (width >= 51rem) {
      height: 520px;
    }
  }
  .md\:h-auto {
    @media (width >= 51rem) {
      height: auto;
    }
  }
  .md\:w-\[54px\] {
    @media (width >= 51rem) {
      width: 54px;
    }
  }
  .md\:w-\[105px\] {
    @media (width >= 51rem) {
      width: 105px;
    }
  }
  .md\:w-\[120px\] {
    @media (width >= 51rem) {
      width: 120px;
    }
  }
  .md\:w-\[144px\] {
    @media (width >= 51rem) {
      width: 144px;
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 51rem) {
      width: 220px;
    }
  }
  .md\:w-\[260px\] {
    @media (width >= 51rem) {
      width: 260px;
    }
  }
  .md\:w-\[330px\] {
    @media (width >= 51rem) {
      width: 330px;
    }
  }
  .md\:w-\[399px\] {
    @media (width >= 51rem) {
      width: 399px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 51rem) {
      width: 500px;
    }
  }
  .md\:w-\[516px\] {
    @media (width >= 51rem) {
      width: 516px;
    }
  }
  .md\:w-\[530px\] {
    @media (width >= 51rem) {
      width: 530px;
    }
  }
  .md\:max-w-\[820px\] {
    @media (width >= 51rem) {
      max-width: 820px;
    }
  }
  .md\:max-w-\[950px\] {
    @media (width >= 51rem) {
      max-width: 950px;
    }
  }
  .md\:max-w-\[1072px\] {
    @media (width >= 51rem) {
      max-width: 1072px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 51rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[repeat\(2\,minmax\(50px\,1fr\)\)\] {
    @media (width >= 51rem) {
      grid-template-columns: repeat(2,minmax(50px,1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 51rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 51rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-4 {
    @media (width >= 51rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 51rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-7 {
    @media (width >= 51rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .md\:gap-10 {
    @media (width >= 51rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 51rem) {
      gap: 32px;
    }
  }
  .md\:gap-\[120px\] {
    @media (width >= 51rem) {
      gap: 120px;
    }
  }
  .md\:rounded-\[30px\] {
    @media (width >= 51rem) {
      border-radius: 30px;
    }
  }
  .md\:rounded-full {
    @media (width >= 51rem) {
      border-radius: calc(infinity * 1px);
    }
  }
  .md\:px-\[24px\] {
    @media (width >= 51rem) {
      padding-inline: 24px;
    }
  }
  .md\:px-\[40px\] {
    @media (width >= 51rem) {
      padding-inline: 40px;
    }
  }
  .md\:py-\[14px\] {
    @media (width >= 51rem) {
      padding-block: 14px;
    }
  }
  .md\:pt-\[40px\] {
    @media (width >= 51rem) {
      padding-top: 40px;
    }
  }
  .md\:pt-\[100px\] {
    @media (width >= 51rem) {
      padding-top: 100px;
    }
  }
  .md\:pr-10 {
    @media (width >= 51rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .md\:pr-\[24px\] {
    @media (width >= 51rem) {
      padding-right: 24px;
    }
  }
  .md\:pb-\[80px\] {
    @media (width >= 51rem) {
      padding-bottom: 80px;
    }
  }
  .md\:pl-10 {
    @media (width >= 51rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:pl-\[16px\] {
    @media (width >= 51rem) {
      padding-left: 16px;
    }
  }
  .md\:text-5xl {
    @media (width >= 51rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 51rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 51rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 51rem) {
      font-size: 28px;
    }
  }
  .md\:transition-transform {
    @media (width >= 51rem) {
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .md\:duration-500 {
    @media (width >= 51rem) {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .md\:ease-in-out {
    @media (width >= 51rem) {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  .md\:group-hover\:translate-x-2 {
    @media (width >= 51rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: calc(var(--spacing) * 2);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .md\:group-hover\:scale-110 {
    @media (width >= 51rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .lg\:block {
    @media (width >= 75rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 75rem) {
      display: none;
    }
  }
  .lg\:max-w-\[1072px\] {
    @media (width >= 75rem) {
      max-width: 1072px;
    }
  }
  .lg\:max-w-\[1202px\] {
    @media (width >= 75rem) {
      max-width: 1202px;
    }
  }
  .lg\:grid-cols-\[repeat\(3\,minmax\(50px\,1fr\)\)\] {
    @media (width >= 75rem) {
      grid-template-columns: repeat(3,minmax(50px,1fr));
    }
  }
  .lg\:px-\[64px\] {
    @media (width >= 75rem) {
      padding-inline: 64px;
    }
  }
  .lg\:pr-16 {
    @media (width >= 75rem) {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  .lg\:pl-5 {
    @media (width >= 75rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .lg\:pl-16 {
    @media (width >= 75rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .lg\:text-6xl {
    @media (width >= 75rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
#smooth-content {
  will-change: transform;
}
* {
  box-sizing: border-box;
}
body, html {
  margin: 0;
  padding: 0;
  background-color: #222222;
  box-sizing: border-box;
}
@layer utilities {
  .img-box-shadow {
    box-shadow: 0 .6021873017743928px 1.3248120639036642px -.08333333333333333px #00000008, 0 2.288533303243457px 5.034773267135606px -.16666666666666666px #00000010, 0 10px 22px -.25px #0000003d;
  }
}
#menu-icon .close {
  display: none;
}
#menu-icon.open .hamburger {
  display: none;
}
#menu-icon.open .close {
  display: inline;
}
@layer components {
  .custom-p {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 24px;
    line-height: 24px;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    --tw-tracking: .02em;
    letter-spacing: .02em;
    color: rgb(255,255,255);
    @media (width >= 51rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .custom-p-test {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    --tw-tracking: .02em;
    letter-spacing: .02em;
    color: rgb(144,144,144);
    @media (width >= 51rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-up {
  animation: slideUp 0.6s ease-out both;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-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-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
