/*! 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(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #121212;
    --color-white: #f5f5f5;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-bounce: bounce 1s infinite;
    --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: #2d2d2d;
    --color-medium: #464646;
    --color-light: #a0a0a0;
    --color-red: #d8444b;
    --color-lightred: #e7595b;
    --main-font: "JetBrains Mono", monospace;
    --titles-font: "Geometria-ExtraBold", 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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .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-6 {
    margin: calc(var(--spacing) * 6);
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-screen {
    height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .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-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-0 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 0) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#0c0c0c\] {
    background-color: #0c0c0c;
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[500px\] {
    padding-block: 500px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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);
  }
  .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,);
  }
  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .sm\:m-10 {
    @media (width >= 40rem) {
      margin: calc(var(--spacing) * 10);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:space-x-4 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-4 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:mx-12 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:space-y-0 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-y-4 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-x-8 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:order-1 {
    @media (width >= 80rem) {
      order: 1;
    }
  }
  .xl\:order-2 {
    @media (width >= 80rem) {
      order: 2;
    }
  }
  .xl\:mx-24 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * 24);
    }
  }
  .xl\:mt-12 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .xl\:mb-10 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:mb-12 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .xl\:max-w-3\/4 {
    @media (width >= 80rem) {
      max-width: calc(3/4 * 100%);
    }
  }
  .xl\:max-w-11\/12 {
    @media (width >= 80rem) {
      max-width: calc(11/12 * 100%);
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:p-4 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-8 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .xl\:pt-16 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:max-w-2\/3 {
    @media (width >= 96rem) {
      max-width: calc(2/3 * 100%);
    }
  }
  .\32 xl\:max-w-10\/12 {
    @media (width >= 96rem) {
      max-width: calc(10/12 * 100%);
    }
  }
  .\32 xl\:max-w-11\/12 {
    @media (width >= 96rem) {
      max-width: calc(11/12 * 100%);
    }
  }
  .\32 xl\:flex-1 {
    @media (width >= 96rem) {
      flex: 1;
    }
  }
  .\32 xl\:px-0 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:px-12 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
}
@font-face {
  font-family: 'Geometria-ExtraBold';
  src: url('../assets/fonts/Geometria-ExtraBold.woff2') format('woff2'), url('../assets/fonts/Geometria-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
::selection {
  background-color: var(--color-red);
  color: var(--color-white);
}
* {
  font-variant-ligatures: none;
}
body {
  margin: 0;
  height: 300vh;
  background-color: #000;
  font-family: var(--main-font);
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--titles-font);
}
p {
  font-family: var(--main-font);
}
canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)"/></svg>');
  opacity: 0.30;
  mix-blend-mode: overlay;
}
#smooth-wrapper {
  position: relative;
  overflow: hidden;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  transition: filter 0.6s ease;
}
#smooth-wrapper.blurred {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
}
#smooth-content {
  overflow: visible;
  width: 100%;
}
#page-wrapper {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  transition: filter 0.6s ease;
}
#page-wrapper.blurred {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
}
#about-me, #portfolio, #skills, #contact {
  padding: 1.6rem;
  background-color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}
@media (min-width: 768px) {
  #about-me, #portfolio, #skills, #contact {
    padding: 1.8rem;
  }
}
@media (min-width: 1280px) {
  #about-me, #portfolio, #skills, #contact {
    padding: 2rem;
  }
}
#skills {
  min-height: 800px;
}
#contact {
  min-height: 800px;
}
#pre-bg {
  width: 100vw;
  height: 400px;
  margin-top: -200px;
  z-index: -1;
  background-image: url('../assets/images/low/bottom_bg.png');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  #pre-bg {
    background-position: center top;
    background-size: 100% 100%;
    height: 600px;
    margin-top: -300px;
  }
}
.noscript-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background-color: #0c0c0c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 2rem;
}
.noscript-overlay h1 {
  font-family: var(--main-font);
  font-size: 2rem;
  color: var(--color-red);
}
.arrow-down {
  width: 60px;
  height: 60px;
  position: relative;
  padding: 0;
  right: 0;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
  &:hover {
    cursor: pointer;
    transform: translateY(10px);
    transition: transform 0.4s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .arrow-down {
    width: 80px;
    height: 80px;
    position: absolute;
    padding: 6px;
  }
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity;
}
#preloader.preloader--hidden {
  opacity: 0;
  pointer-events: none;
}
.preloader-content {
  text-align: center;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#preloader-logo {
  width: 120px;
  height: 120px;
  animation: spin 5.0s linear infinite;
}
#loading-text, #loading-counter {
  font-family: var(--main-font);
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
#loading-text {
  font-family: var(--main-font);
  font-size: 1.2rem;
  text-transform: uppercase;
}
#loading-counter {
  font-size: 0.9rem;
  color: #555;
}
#menu-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: fixed;
  inset: 0;
}
nav#main-menu {
  width: 100%;
}
@media (min-width: 768px) {
  nav#main-menu {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  nav#main-menu {
    width: 70%;
  }
}
.logo-header img {
  width: 60px;
  height: 60px;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, transform 1s ease-in-out;
}
.logo-header img:hover {
  transform: rotate(180deg);
  transition: transform 1s ease-in-out;
}
@media (min-width: 640px) {
  .logo-header img {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .logo-header img {
    height: 100px;
    width: 100px;
  }
}
.menu-hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .menu-hamburger {
    height: 80px;
    width: 80px;
  }
}
button.menu-button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
#menu-bars {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 20px;
}
span.menu-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-white, #f5f5f5) !important;
  border-radius: 2px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  &.top {
    width: 70%;
    top: 0;
  }
  &.bottom {
    width: 70%;
    bottom: 0;
    right: 0;
  }
}
#menu-bars.active span.menu-bar.top {
  transform: rotate(45deg);
  top: 9px;
  width: 100%;
}
#menu-bars.active span.menu-bar.bottom {
  transform: rotate(-45deg);
  bottom: 8px;
  width: 100%;
}
.menu-hamburger:hover span.menu-bar.top, .menu-hamburger:hover span.menu-bar.bottom {
  width: 100%;
}
.menu-hamburger:hover #menu-bars.active span.menu-bar.top, .menu-hamburger:hover #menu-bars.active span.menu-bar.bottom {
  width: 100%;
}
span.notice {
  font-family: var(--main-font);
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0;
  color: var(--color-light, #a0a0a0);
}
@media (min-width: 640px) {
  span.notice {
    font-size: 1rem;
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  span.notice {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
ul.menu-wrapper {
  list-style: none;
}
li.menu-item {
  a {
    &:hover .menu-text {
      color: var(--color-red, #d8444b);
      margin-right: 8px;
      transition: all 0.4s ease-in-out;
    }
    &:hover span.menu-number {
      font-size: 1.4rem;
      transition: all 0.4s ease-in-out;
    }
    @media (min-width: 768px) {
      &:hover span.menu-number {
        font-size: 1.6rem;
      }
    }
    @media (min-width: 1024px) {
      &:hover span.menu-number {
        font-size: 1.8rem;
      }
    }
    @media (min-width: 1280px) {
      &:hover span.menu-number {
        font-size: 2.4rem;
      }
    }
    @media (min-width: 1440px) {
      &:hover span.menu-number {
        font-size: 2.8rem;
      }
    }
  }
  a.active .menu-text {
    color: var(--color-red, #d8444b);
    margin-right: 8px;
    transition: all 0.4s ease-in-out;
  }
  a.active span.menu-number {
    font-size: 1.4rem;
    transition: all 0.4s ease-in-out;
  }
  @media (min-width: 768px) {
    a.active span.menu-number {
      font-size: 1.6rem;
    }
  }
  @media (min-width: 1024px) {
    a.active span.menu-number {
      font-size: 1.8rem;
    }
  }
  @media (min-width: 1280px) {
    a.active span.menu-number {
      font-size: 2.4rem;
    }
  }
  @media (min-width: 1440px) {
    a.active span.menu-number {
      font-size: 2.8rem;
    }
  }
  span.menu-number {
    color: var(--color-lightred, #e7595b);
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
  }
  @media (min-width: 768px) {
    span.menu-number {
      font-size: 1.4rem;
    }
  }
  @media (min-width: 1024px) {
    span.menu-number {
      font-size: 1.6rem;
    }
  }
  @media (min-width: 1280px) {
    span.menu-number {
      font-size: 2.0rem;
    }
  }
  @media (min-width: 1440px) {
    span.menu-number {
      font-size: 2.5rem;
    }
  }
  .menu-text {
    color: var(--color-light, #a0a0a0);
    font-family: var(--titles-font);
    font-size: 1.8rem;
    margin-right: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
  }
  @media (min-height: 620px) {
    .menu-text {
      font-size: 2.0rem;
    }
  }
  @media (min-width: 640px) {
    .menu-text {
      font-size: 2.0rem;
    }
  }
  @media (min-width: 768px) {
    .menu-text {
      font-size: 2.5rem;
    }
  }
  @media (min-width: 1024px) {
    .menu-text {
      font-size: 3rem;
    }
  }
  @media (min-width: 1280px) {
    .menu-text {
      font-size: 4.5rem;
    }
  }
  @media (min-width: 1440px) {
    .menu-text {
      font-size: 5rem;
    }
  }
  @media (min-width: 1920px) {
    .menu-text {
      font-size: 6rem;
    }
  }
  @media (min-width: 2560px) {
    .menu-text {
      font-size: 6.5rem;
    }
  }
  .menu-line {
    height: 2px;
    background-color: var(--color-dark, #464646);
  }
}
nav#social-menu {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  nav#social-menu {
    margin-bottom: 2rem;
  }
}
.social-menu-wrapper {
  li {
    a {
      color: var(--color-light, #a0a0a0);
      display: block;
      font-size: 1.0rem;
      margin-top: 0;
      transition: all 0.4s ease-in-out;
      &:hover {
        color: var(--color-red, #d8444b);
        transition: all 0.4s ease-in-out;
      }
    }
    @media (min-width: 768px) {
      a {
        font-size: 1.2rem;
      }
    }
    @media (min-width: 1024px) {
      a {
        font-size: 1.4rem;
      }
    }
    @media (min-width: 1280px) {
      a {
        font-size: 1.5rem;
      }
    }
  }
}
.hero {
  h1 {
    align-items: left;
    color: var(--color-red);
    display: flex;
    font-family: var(--titles-font);
    font-size: 3.0rem;
    line-height: 3.0rem;
    min-height: calc(3.0rem * 2);
    margin-bottom: 0;
    text-align: left;
    transition: font-size 0.3s ease-in-out;
  }
  @media (min-width: 640px) {
    h1 {
      font-size: 5rem;
      line-height: 4.5rem;
      min-height: calc(4.5rem * 2);
    }
  }
  @media (min-width: 768px) {
    h1 {
      font-size: 6rem;
      line-height: 5.5rem;
      min-height: calc(5.5rem * 2);
    }
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 8rem;
      line-height: 7rem;
      min-height: calc(7rem * 2);
      margin-bottom: 3rem;
    }
  }
  @media (min-width: 1280px) {
    h1 {
      font-size: 10rem;
      line-height: 8rem;
      min-height: calc(8rem * 2);
    }
  }
  @media (min-width: 1440px) {
    h1 {
      font-size: 12rem;
      line-height: 10rem;
      min-height: calc(10rem * 2);
    }
  }
  @media (min-width: 1920px) {
    h1 {
      font-size: 13rem;
      line-height: 11rem;
      min-height: calc(11rem * 2);
    }
  }
  @media (min-width: 2560px) {
    h1 {
      font-size: 14rem;
      line-height: 12rem;
      min-height: calc(12rem * 2);
    }
  }
  h3 {
    color: var(--color-white);
    font-family: var(--main-font);
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-left: 0;
    text-align: left;
    transition: font-size 0.3s ease-in-out;
  }
  @media (min-width: 640px) {
    h3 {
      font-size: 1.8rem;
      line-height: 2.0rem;
    }
  }
  @media (min-width: 768px) {
    h3 {
      font-size: 2rem;
      line-height: 2.5rem;
    }
  }
  @media (min-width: 1024px) {
    h3 {
      padding-left: 12px;
      font-size: 2.2rem;
      line-height: 3rem;
    }
  }
  @media (min-width: 1280px) {
    h3 {
      font-size: 2.5rem;
      line-height: 3.5rem;
    }
  }
  @media (min-width: 1440px) {
    h3 {
      font-size: 2.6rem;
      line-height: 4rem;
    }
  }
  @media (min-width: 1920px) {
    h3 {
      font-size: 3rem;
      line-height: 5rem;
    }
  }
}
.hero h1 .text-container::after {
  content: '|';
  margin-left: 20px;
  animation: blink 0.8s steps(1) infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.hero h1 .text-container.is-typing::after {
  animation: none;
  opacity: 1;
}
.title-wrapper {
  position: relative;
  justify-content: center;
  align-items: center;
  font-variant-ligatures: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 4rem;
  z-index: 10;
  .number {
    position: absolute;
    font-family: var( --main-font), sans-serif;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold;
    -webkit-text-stroke: 2px var(--color-red);
    color: transparent;
    opacity: 0.5;
    transition: font-size 0.3s ease-in-out;
    z-index: 0;
  }
  @media (min-width: 640px) {
    .number {
      font-size: 8.5rem;
      line-height: 8.5rem;
    }
  }
  @media (min-width: 768px) {
    .number {
      font-size: 10rem;
      line-height: 10rem;
    }
  }
  @media (min-width: 1024px) {
    .number {
      font-size: 14rem;
      line-height: 14rem;
    }
  }
  @media (min-width: 1280px) {
    .number {
      font-size: 16rem;
      line-height: 16rem;
    }
  }
  @media (min-width: 1440px) {
    .number {
      font-size: 18rem;
      line-height: 18rem;
    }
  }
  .number.align-left, .number.align-center, .number.align-right {
    top: 50%;
  }
  .number.align-left {
    left: 0;
    transform: translateY(-50%);
  }
  .number.align-center {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .number.align-right {
    right: 0;
    transform: translateY(-50%);
  }
  h1.text {
    font-family: var(--titles-font);
    font-size: 1.9rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    color: var( --color-white);
    z-index: 1;
    span {
      color: var(--color-red);
      &.type {
        color: 1px var(--color-white);
      }
    }
  }
  @media (min-width: 640px) {
    h1.text {
      font-size: 3.5rem;
      line-height: 3.5rem;
    }
  }
  @media (min-width: 768px) {
    h1.text {
      font-size: 4.2rem;
      line-height: 4.2rem;
    }
  }
  @media (min-width: 1024px) {
    h1.text {
      font-size: 6rem;
      line-height: 6rem;
    }
  }
  @media (min-width: 1280px) {
    h1.text {
      font-size: 7.5rem;
      line-height: 7.5rem;
    }
  }
  @media (min-width: 1440px) {
    h1.text {
      font-size: 8.5rem;
      line-height: 8.5rem;
    }
  }
  @media (min-width: 1920px) {
    h1.text {
      font-size: 10rem;
      line-height: 10rem;
    }
  }
}
.title-wrapper h1.text {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  pointer-events: none;
  opacity: 0;
}
.title-wrapper h1.text::before {
  content: '<';
  color: var(--color-lightred);
}
.title-wrapper h1.text::after {
  content: '\00a0/>';
  color: var(--color-lightred);
}
.btn-outline {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--color-red, #d8444b);
  color: var(--color-light, #a0a0a0);
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.6s ease;
}
.btn-outline:hover {
  color: var(--color-white, #f5f5f5);
  background-color: var(--color-red, #d8444b);
  transition: background-color 0.6s ease;
}
.btn-deactivated {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--color-medium, #464646);
  color: var(--color-medium, #464646);
  text-decoration: none;
  border-radius: 4px;
  pointer-events: none;
  transition: background-color 0.6s ease;
}
.overlays-container {
  pointer-events: none;
}
.overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-size: cover;
  background-position: center center;
}
#gradient-overlay {
  background-image: url('../assets/images/low/bg_gradient_low.webp');
  mix-blend-mode: screen;
  opacity: 0.10;
}
#grain-01-overlay {
  background-image: url('../assets/images/low/overlay_grain_01_low.webp');
  mix-blend-mode: screen;
  opacity: 0.30;
  transform: scale(1.1);
}
#grain-02-overlay {
  background-image: url('../assets/images/low/overlay_grain_02_low.webp');
  mix-blend-mode: lighten;
  opacity: 0.20;
  transform: scale(1.2);
}
#cursor-blob {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #FFE19B 20%, transparent 80%);
  filter: blur(200px);
  border-radius: 50%;
  transition: transform 0.4s ease-out, border-radius 0.6s ease;
  pointer-events: none;
  opacity: 0.35;
  mix-blend-mode: luminosity;
  transform: translate(-50%, -50%);
  will-change: transform;
}
@media (min-width: 1024px) {
  #cursor-blob {
    display: block;
  }
}
#portfolio {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  #portfolio {
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) {
  #portfolio {
    padding-bottom: 10rem;
    padding-top: 8rem;
  }
}
@media (min-width: 1280px) {
  #portfolio {
    padding-bottom: 12rem;
    padding-top: 8rem;
  }
}
.portfolio-text {
  p {
    color: var(--color-white);
    font-size: 0.85rem;
    line-height: 1.8rem;
    text-align: left;
  }
  @media (min-width: 768px) {
    p {
      font-size: 1.0rem;
      line-height: 2.0rem;
    }
  }
  @media (min-width: 1024px) {
    p {
      font-size: 1.1rem;
      line-height: 2.2rem;
      text-align: center;
    }
  }
  @media (min-width: 1280px) {
    p {
      font-size: 1.2rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1440px) {
    p {
      font-size: 1.4rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1920px) {
    p {
      font-size: 1.6rem;
      line-height: 2.4rem;
    }
  }
}
.portfolio-info {
  display: flex;
  position: relative;
  flex-direction: column;
  h2.title {
    color: var(--color-red);
    font-size: 2.5rem;
    line-height: 2.8rem;
    text-transform: uppercase;
  }
  @media (min-width: 768px) {
    h2.title {
      font-size: 3.0rem;
      line-height: 3.2rem;
    }
  }
  p.subtitle {
    color: var(--color-medium);
    font-size: 0.75rem;
    line-height: 1.2rem;
    font-style: italic;
  }
  @media (min-width: 768px) {
    p.subtitle {
      font-size: 0.85rem;
      line-height: 1.2rem;
    }
  }
  @media (min-width: 1280px) {
    p.subtitle {
      font-size: 1rem;
      line-height: 1.4rem;
    }
  }
  p.description {
    color: var(--color-light);
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  @media (min-width: 768px) {
    p.description {
      font-size: 1rem;
      line-height: 1.6rem;
    }
  }
  @media (min-width: 1440px) {
    p.description {
      font-size: 1.1rem;
      line-height: 1.8rem;
    }
  }
  @media (min-width: 1920px) {
    p.description {
      font-size: 1.2rem;
      line-height: 2.0rem;
    }
  }
  .links {
    font-size: 0.85rem;
    line-height: 1.2rem;
    span {
      color: var(--color-medium);
      font-size: 0.85rem;
      line-height: 1.2rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 0.5rem;
      a {
        color: var(--color-medium);
        text-decoration: none;
      }
      a:hover {
        color: var(--color-red);
      }
      img {
        width: 1.2rem;
        height: 1.2rem;
      }
    }
  }
  @media (min-width: 768px) {
    links {
      font-size: 1rem;
      line-height: 1.4rem;
    }
  }
  @media (min-width: 768px) {
    links span {
      font-size: 0.9rem;
      line-height: 1.2rem;
    }
  }
}
.portfolio-image {
  perspective: 1200px;
  transform-style: preserve-3d;
}
.portfolio-image .image-container {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
}
.portfolio-image img {
  will-change: transform;
  outline: 1px solid transparent;
}
.image-wrapper {
  position: relative;
}
.slideshow-image.static-image {
  position: relative;
  width: 100%;
  border-radius: 1.0rem;
  opacity: 1;
}
@media (min-width: 1280px) {
  .slideshow-image.static-image {
    border-radius: 1.5rem;
  }
}
.slideshow-image:not(.static-image) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  opacity: 0;
}
.portfolio-subtitle {
  margin-top: -50px;
  p {
    color: var(--color-light);
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-style: italic;
    text-align: center;
    position: relative;
    z-index: 10;
    span {
      color: var(--color-red);
      font-size: 0.85rem;
      line-height: 0.85rem;
      vertical-align: middle;
      margin-left: 0.6rem;
    }
  }
}
@media (min-width: 640px) {
  .portfolio-subtitle p span {
    font-size: 1.0rem;
    line-height: 1.0rem;
  }
}
@media (min-width: 768px) {
  .portfolio-subtitle p span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .portfolio-subtitle {
    margin-top: -60px;
  }
  .portfolio-subtitle p span {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .portfolio-subtitle {
    margin-top: 0;
  }
  .portfolio-subtitle p span {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1440px) {
  .portfolio-subtitle p span {
    font-size: 2.0rem;
    line-height: 2.0rem;
  }
}
#about-me {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
@media (min-width: 768px) {
  #about-me {
    padding-bottom: 10rem;
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {
  #about-me {
    padding-bottom: 12rem;
    padding-top: 8rem;
  }
}
.about-wrapper {
  padding: 6rem 0 0 0;
}
@media (min-width: 1024px) {
  .about-wrapper {
    padding: 8rem 0 0 0;
  }
}
@media (min-width: 1280px) {
  .about-wrapper {
    padding: 12rem 0 10rem 0;
  }
}
@media (min-width: 1440px) {
  .about-wrapper {
    padding: 16rem 0 12rem 0;
  }
}
@media (min-width: 1920px) {
  .about-wrapper {
    padding: 20rem 0 15rem 0;
  }
}
.about-text {
  p {
    color: var(--color-white);
    font-size: 0.85rem;
    line-height: 1.8rem;
  }
  @media (min-width: 768px) {
    p {
      font-size: 1.0rem;
      line-height: 2.0rem;
    }
  }
  @media (min-width: 1024px) {
    p {
      font-size: 1.1rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1280px) {
    p {
      font-size: 1.2rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1440px) {
    p {
      font-size: 1.4rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1920px) {
    p {
      font-size: 1.6rem;
      line-height: 2.4rem;
    }
  }
}
.image-stack {
  position: relative;
}
#hover-glitch-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/profile_blurred_v2.jpg');
  background-size: cover;
  background-position: center;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.image-container-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  right: 0;
  z-index: 0;
  top: 8%;
  zoom: 110%;
}
@media (min-width: 640px) {
  .image-container-wrapper {
    width: 560px;
    height: 560px;
    margin-top: -10%;
    left: 0;
  }
}
@media (min-width: 768px) {
  .image-container-wrapper {
    width: 650px;
    height: 650px;
    margin-top: -20%;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .image-container-wrapper {
    width: 800px;
    height: 800px;
    margin-top: -20%;
  }
}
@media (min-width: 1280px) {
  .image-container-wrapper {
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -8%;
    top: 13%;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .image-container-wrapper {
    width: 1200px;
    height: 1200px;
    right: -10%;
    top: 10%;
  }
}
@media (min-width: 1920px) {
  .image-container-wrapper {
    width: 1400px;
    height: 1400px;
    right: -8%;
    top: 8%;
  }
}
.image-me {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blurred-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
@media (min-width: 1024px) {
  #blurred-image-layer {
    display: block;
  }
}
.about-subtitle {
  margin-top: -100px;
  p {
    color: var(--color-light);
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-style: italic;
    text-align: center;
    position: relative;
    z-index: 10;
    span {
      color: var(--color-red);
      font-size: 0.85rem;
      line-height: 0.85rem;
      vertical-align: middle;
      margin-left: 0.6rem;
    }
  }
}
@media (min-width: 640px) {
  .about-subtitle p span {
    font-size: 1.0rem;
    line-height: 1.0rem;
  }
}
@media (min-width: 768px) {
  .about-subtitle p span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .about-subtitle {
    margin-top: -200px;
  }
  .about-subtitle p span {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .about-subtitle {
    margin-top: 0;
  }
  .about-subtitle p span {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1440px) {
  .about-subtitle p span {
    font-size: 2.0rem;
    line-height: 2.0rem;
  }
}
.cross {
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 1;
  .line {
    position: absolute;
    background-color: var(--color-dark);
    opacity: 1;
  }
  .horizontal {
    top: 50%;
    left: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
    width: 0;
  }
  .vertical {
    top: 50%;
    left: 50%;
    width: 2px;
    transform: translate(-50%, -50%);
    height: 0;
  }
}
@media (min-width: 1024px) {
  .cross {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .cross {
    width: 80px;
    height: 80px;
  }
}
#skills {
  padding-bottom: 6rem;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  #skills {
    padding-bottom: 8rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) {
  #skills {
    padding-bottom: 12rem;
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {
  #skills {
    padding-bottom: 15rem;
    padding-top: 8rem;
  }
}
.skills-text {
  p {
    color: var(--color-white);
    font-size: 0.85rem;
    line-height: 1.8rem;
    text-align: left;
  }
  @media (min-width: 768px) {
    p {
      font-size: 1.0rem;
      line-height: 2.0rem;
    }
  }
  @media (min-width: 1024px) {
    p {
      font-size: 1.1rem;
      line-height: 2.2rem;
      text-align: center;
    }
  }
  @media (min-width: 1280px) {
    p {
      font-size: 1.2rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1440px) {
    p {
      font-size: 1.4rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1920px) {
    p {
      font-size: 1.6rem;
      line-height: 2.4rem;
    }
  }
}
.marquee-wrapper {
  overflow: hidden;
  pointer-events: none;
}
.marquee-container {
  padding: 2rem 0;
}
.marquee-track {
  width: fit-content;
}
.marquee--reverse .marquee-text {
  -webkit-text-stroke: 1px var(--color-red);
  color: transparent;
}
.marquee-text {
  font-family: var(--main-font);
  font-weight: bold;
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--color-red);
  color: transparent;
  white-space: nowrap;
  flex-shrink: 0;
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 640px) {
  .marquee-text {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (min-width: 768px) {
  .marquee-text {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}
@media (min-width: 1024px) {
  .marquee-text {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 1280px) {
  .marquee-text {
    font-size: 8.5rem;
    line-height: 8.5rem;
  }
}
@media (min-width: 1440px) {
  .marquee-text {
    font-size: 10rem;
    line-height: 10rem;
  }
}
.desktop-tabs {
  display: none;
}
.mobile-accordion {
  display: block;
}
@media (min-width: 1280px) {
  .desktop-tabs {
    display: block;
  }
  .mobile-accordion {
    display: none;
  }
}
nav.tabs-nav {
  span {
    color: var(--color-red, #d8444b);
    font-family: var(--main-font);
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: default;
    transition: transform 0.6s ease;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    &:hover {
      transform: rotate(180deg);
    }
  }
}
.tab-btn {
  font-family: var(--titles-font);
  font-size: 1rem;
  color: #888;
  background-color: transparent;
  border: none;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  position: relative;
  &::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--color-red, #d8444b);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }
}
@media (min-width: 1280px) {
  .tab-btn {
    font-size: 1.3rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
  }
}
@media (min-width: 1440px) {
  .tab-btn {
    font-size: 1.6rem;
  }
}
.tab-btn:hover {
  color: var(--color-white, #f5f5f5);
}
.tab-btn.active {
  color: var(--color-white, #f5f5f5);
  &::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--color-red, #d8444b);
  }
}
@media (min-width: 1280px) {
  .tab-btn.active {
    color: var(--color-red, #d8444b);
  }
}
.tabs-content {
  position: relative;
}
.tab-panel {
  max-height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 1rem;
}
@media (min-width: 1280px) {
  .tab-panel {
    max-height: none;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.tab-panel.is-active {
  position: relative;
  z-index: 1;
}
h3.panel-subtitle {
  color: var(--color-red);
  font-family: var(--main-font);
  font-size: 1.0rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  h3.panel-subtitle {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  h3.panel-subtitle {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  h3.panel-subtitle {
    font-size: 1.4rem;
  }
}
p.panel-description {
  color: var(--color-light);
  font-size: 0.9rem;
  line-height: 1.4rem;
}
@media (min-width: 768px) {
  p.panel-description {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1440px) {
  p.panel-description {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1920px) {
  p.panel-description {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}
.panel-skills-list ul {
  list-style-type: none;
  padding: 0;
}
.panel-skills-list li {
  padding-left: 0;
  color: var(--color-light, #a0a0a0);
  transition: padding-left 0.6s ease;
  cursor: default;
  font-size: 0.9rem;
  line-height: 1.4rem;
  strong {
    display: inline-block;
    color: var(--color-red);
    transition: transform 0.6s ease;
  }
}
.panel-skills-list li:hover {
  padding-left: 1.2rem;
  strong {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .panel-skills-list li {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .panel-skills-list li {
    padding-left: 1rem;
  }
}
@media (min-width: 1440px) {
  .panel-skills-list li {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1920px) {
  .panel-skills-list li {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}
.accordion-item {
  border-bottom: 1px solid #333;
}
.accordion-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  font-family: var(--titles-font);
  color: #a0a0a0;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.4s ease;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1.1px;
}
@media (min-width: 768px) {
  .accordion-btn {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .accordion-btn {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
.accordion-btn.active, .accordion-btn:hover {
  color: var(--color-red, #d8444b);
}
.accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.accordion-icon .line {
  position: absolute;
  background-color: var(--color-red, #d8444b);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion-icon .horizontal {
  width: 100%;
  height: 2px;
}
.accordion-icon .vertical {
  width: 2px;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  box-sizing: content-box;
}
#contact {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1280px) {
  #contact {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}
.contact-wrapper {
  padding-bottom: 2rem;
}
.contact-text {
  p {
    color: var(--color-white);
    font-size: 0.85rem;
    line-height: 1.8rem;
    text-align: left;
  }
  @media (min-width: 768px) {
    p {
      font-size: 1.0rem;
      line-height: 2.0rem;
    }
  }
  @media (min-width: 1024px) {
    p {
      font-size: 1.1rem;
      line-height: 2.2rem;
      text-align: center;
    }
  }
  @media (min-width: 1280px) {
    p {
      font-size: 1.2rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1440px) {
    p {
      font-size: 1.4rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1920px) {
    p {
      font-size: 1.6rem;
      line-height: 2.4rem;
    }
  }
}
#success-message {
  padding-bottom: 2rem;
  padding-top: 2rem;
  display: none;
  p {
    color: var(--color-white);
    font-size: 0.85rem;
    line-height: 1.8rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    p {
      font-size: 1.0rem;
      line-height: 2.0rem;
    }
  }
  @media (min-width: 1024px) {
    p {
      font-size: 1.1rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1280px) {
    p {
      font-size: 1.2rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1440px) {
    p {
      font-size: 1.4rem;
      line-height: 2.2rem;
    }
  }
  @media (min-width: 1920px) {
    p {
      font-size: 1.6rem;
      line-height: 2.4rem;
    }
  }
  h2.title {
    color: var(--color-red);
    font-size: 2.5rem;
    line-height: 2.8rem;
    text-transform: uppercase;
  }
  @media (min-width: 768px) {
    h2.title {
      font-size: 3.0rem;
      line-height: 3.2rem;
    }
  }
}
@media (min-width: 1024px) {
  #success-message {
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
}
#form-wrapper {
  padding-top: 2rem;
}
.form-group {
  position: relative;
  margin-bottom: 1.2rem;
}
@media (min-width: 1280px) {
  .form-group {
    margin-bottom: 2rem;
  }
}
#form-fieldset button {
  cursor: pointer;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #a0a0a0;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .form-group label {
    font-size: 1.2rem;
  }
}
.form-group input, .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--color-medium, #464646);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  color: white;
  transition: all 0.3s ease;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .form-group input, .form-group textarea {
    font-size: 1.2rem;
  }
}
.form-group textarea {
  resize: none;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--color-red);
  box-shadow: 0 0 10px rgba(216, 68, 75, 0.3);
}
.validation-indicator {
  position: absolute;
  bottom: -1.0rem;
  left: 0;
  font-size: 0.65rem;
  color: var(--color-red);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .validation-indicator {
    font-size: 0.9rem;
    bottom: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .validation-indicator {
    font-size: 1rem;
    bottom: -1.6rem;
  }
}
.form-group.is-invalid .validation-indicator {
  opacity: 1;
}
.form-group.is-invalid input, .form-group.is-invalid textarea {
  border-color: var(--color-red);
}
.field-website {
  position: absolute;
  left: -5000px;
}
.letstalk-wrapper {
  padding-bottom: 2rem;
}
.big-text-wrapper {
  text-align: center;
}
span.big-text {
  color: var(--color-red);
  font-family: var(--titles-font);
  font-size: 3.0rem;
  line-height: 3.0rem;
  position: relative;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 640px) {
  span.big-text {
    font-size: 6.0rem;
    line-height: 6.0rem;
  }
}
@media (min-width: 1024px) {
  span.big-text {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media (min-width: 1280px) {
  span.big-text {
    font-size: 12rem;
    line-height: 12rem;
  }
}
@media (min-width: 1440px) {
  span.big-text {
    font-size: 14rem;
    line-height: 14rem;
  }
}
@media (min-width: 1920px) {
  span.big-text {
    font-size: 18rem;
    line-height: 18rem;
  }
}
.big-text span {
  display: inline-block;
}
#social-links {
  padding: 2rem 0;
  .social-menu-wrapper {
    li {
      a {
        color: var(--color-light, #a0a0a0);
        display: block;
        font-size: 1.0rem;
        line-height: 1.0rem;
        margin-top: 0;
        transition: all 0.4s ease-in-out;
      }
      @media (min-width: 768px) {
        a {
          font-size: 1.2rem;
          line-height: 1.2rem;
        }
      }
      @media (min-width: 1024px) {
        a {
          font-size: 1.3rem;
          line-height: 1.3rem;
        }
      }
      @media (min-width: 1280px) {
        a {
          font-size: 1.5rem;
          line-height: 1.5rem;
        }
      }
    }
  }
}
.link-bracket {
  margin: 0 0.25em;
  color: var(--color-red, #d8444b);
}
.link-text-mask {
  display: inline-grid;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 1024px) {
  .link-text-mask {
    line-height: 2rem;
    height: 2rem;
  }
}
.link-text-original, .link-text-hover {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.link-text-original {
  color: var(--color-light, #a0a0a0);
}
.link-text-hover {
  color: var(--color-red, #d8444b);
}
#social-menu .link-text-original, #social-menu .link-text-hover {
  text-align: left;
}
@media (min-width: 768px) {
  #social-menu .link-text-original, #social-menu .link-text-hover {
    text-align: center;
  }
}
body.inner-page {
  height: 100vh;
  overflow: hidden;
}
h1.error-title {
  font-family: var( --main-font), sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  -webkit-text-stroke: 2px var(--color-red);
  color: transparent;
  opacity: 0.5;
  transition: font-size 0.3s ease-in-out;
  z-index: 0;
}
@media (min-width: 640px) {
  h1.error-title {
    font-size: 8.5rem;
    line-height: 8.5rem;
  }
}
@media (min-width: 768px) {
  h1.error-title {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media (min-width: 1024px) {
  h1.error-title {
    font-size: 14rem;
    line-height: 14rem;
  }
}
@media (min-width: 1280px) {
  h1.error-title {
    font-size: 16rem;
    line-height: 16rem;
  }
}
@media (min-width: 1440px) {
  h1.error-title {
    font-size: 18rem;
    line-height: 18rem;
  }
}
h1.simple-title {
  color: var(--color-red);
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1.simple-title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}
p.error-text {
  color: var(--color-white);
  font-size: 0.85rem;
  line-height: 1.8rem;
  a {
    color: var(--color-red);
    &:hover {
      color: var(--color-lightred);
    }
  }
}
@media (min-width: 768px) {
  p.error-text {
    font-size: 1.0rem;
    line-height: 2.0rem;
  }
}
@media (min-width: 1024px) {
  p.error-text {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 1280px) {
  p.error-text {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 1440px) {
  p.error-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 1920px) {
  p.error-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@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-space-x-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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
    }
  }
}
