@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap";
/* [project]/app/globals.scss.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@font-face {
  font-family: TildaSans-VF;
  src: url("/fonts/TildaSans-VF.woff2") format("woff2"), url("/fonts/TildaSans-VF.woff") format("woff"), url("/fonts/TildaSans-VF.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@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-gray-300: oklch(87.2% .01 258.338);
    --color-black: #363636;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xs: .125rem;
    --radius-lg: .5rem;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-green-main: #cef359;
    --color-green-light: #e0ff9b;
    --color-black-10: #3636361a;
    --color-black-40: #36363666;
    --color-black-50: #36363680;
    --color-black-75: #363636bf;
    --color-gray-main: #6c6c6c40;
    --color-gray-light: #e9e9e9;
    --color-gray-light-40: #e8e8e866;
    --color-white-20: #fff3;
    --color-white-30: #ffffff4d;
    --color-white-80: #fffc;
    --leading-110: 110%;
    --leading-140: 140%;
    --font-caveat: "Caveat";
  }
}

@layer base {
  *, :after, :before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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]) {
    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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  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;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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;
  }

  :-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 components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .\!top-1\/2 {
    top: 50% !important;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[16px\] {
    top: 16px;
  }

  .top-\[28px\] {
    top: 28px;
  }

  .right-\[16px\] {
    right: 16px;
  }

  .right-\[28px\] {
    right: 28px;
  }

  .bottom-\[16px\] {
    bottom: 16px;
  }

  .\!left-1\/2 {
    left: 50% !important;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .z-5 {
    z-index: 5;
  }

  .z-\[-1\] {
    z-index: -1;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-1 {
    margin: calc(var(--spacing) * 1);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .\!mt-\[50px\] {
    margin-top: 50px !important;
  }

  .\!mt-\[60px\] {
    margin-top: 60px !important;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .\!mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-\[70px\] {
    margin-bottom: 70px;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .aspect-\[1124\/400\] {
    aspect-ratio: 1124 / 400;
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[2px\] {
    height: 2px;
  }

  .h-\[5px\] {
    height: 5px;
  }

  .h-\[6px\] {
    height: 6px;
  }

  .h-\[8px\] {
    height: 8px;
  }

  .h-\[9px\] {
    height: 9px;
  }

  .h-\[16px\] {
    height: 16px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[48px\] {
    height: 48px;
  }

  .h-\[420px\] {
    height: 420px;
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }

  .max-h-\[760px\] {
    max-height: 760px;
  }

  .max-h-\[9999px\] {
    max-height: 9999px;
  }

  .w-\[1px\] {
    width: 1px;
  }

  .w-\[2px\] {
    width: 2px;
  }

  .w-\[8px\] {
    width: 8px;
  }

  .w-\[10px\] {
    width: 10px;
  }

  .w-\[11px\] {
    width: 11px;
  }

  .w-\[12px\] {
    width: 12px;
  }

  .w-\[16px\] {
    width: 16px;
  }

  .w-\[18px\] {
    width: 18px;
  }

  .w-\[32px\] {
    width: 32px;
  }

  .w-\[42px\] {
    width: 42px;
  }

  .w-\[48px\] {
    width: 48px;
  }

  .w-\[210px\] {
    width: 210px;
  }

  .w-\[288px\] {
    width: 288px;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-0 {
    max-width: calc(var(--spacing) * 0);
  }

  .max-w-\[60\%\] {
    max-width: 60%;
  }

  .max-w-\[160px\] {
    max-width: 160px;
  }

  .max-w-\[336px\] {
    max-width: 336px;
  }

  .max-w-\[463px\] {
    max-width: 463px;
  }

  .max-w-\[1124px\] {
    max-width: 1124px;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow-1, .grow-1 {
    flex-grow: 1;
  }

  .origin-top {
    transform-origin: top;
  }

  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-y-0 {
    --tw-scale-y: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .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;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-items-center {
    justify-items: center;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-\[100px\] {
    gap: 100px;
  }

  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .self-start {
    align-self: flex-start;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[30px\] {
    border-radius: 30px;
  }

  .rounded-\[150px\] {
    border-radius: 150px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xs {
    border-radius: var(--radius-xs);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-black-10 {
    border-color: var(--color-black-10);
  }

  .border-black-40 {
    border-color: var(--color-black-40);
  }

  .border-black-50 {
    border-color: var(--color-black-50);
  }

  .border-green-main {
    border-color: var(--color-green-main);
  }

  .border-white {
    border-color: var(--color-white);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-gray-light-40 {
    background-color: var(--color-gray-light-40);
  }

  .bg-gray-main {
    background-color: var(--color-gray-main);
  }

  .bg-green-light {
    background-color: var(--color-green-light);
  }

  .bg-green-main {
    background-color: var(--color-green-main);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white-20 {
    background-color: var(--color-white-20);
  }

  .bg-white-30 {
    background-color: var(--color-white-30);
  }

  .bg-white-80 {
    background-color: var(--color-white-80);
  }

  .fill-\[\#6C6C6C\] {
    fill: #6c6c6c;
  }

  .fill-\[\#CEF359\] {
    fill: #cef359;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-\[34px\] {
    padding-inline: 34px;
  }

  .px-\[100px\] {
    padding-inline: 100px;
  }

  .\!py-\[116px\] {
    padding-block: 116px !important;
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .\!pt-6 {
    padding-top: calc(var(--spacing) * 6) !important;
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .text-center {
    text-align: center;
  }

  .font-caveat {
    font-family: var(--font-caveat);
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-\[13px\] {
    font-size: 13px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .leading-110 {
    --tw-leading: var(--leading-110);
    line-height: var(--leading-110);
  }

  .leading-140 {
    --tw-leading: var(--leading-140);
    line-height: var(--leading-140);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .\!text-white {
    color: var(--color-white) !important;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-black-50 {
    color: var(--color-black-50);
  }

  .text-black-75 {
    color: var(--color-black-75);
  }

  .text-green-main {
    color: var(--color-green-main);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white-80 {
    color: var(--color-white-80);
  }

  .\!opacity-100 {
    opacity: 1 !important;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-\[1200\] {
    --tw-duration: 1200;
    transition-duration: 1200;
  }

  @media (hover: hover) {
    .group-hover\:fill-\[\#CEF359\]:is(:where(.group):hover *) {
      fill: #cef359;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-light:hover {
      background-color: var(--color-gray-light);
    }
  }

  @media (hover: hover) {
    .hover\:bg-green-light:hover {
      background-color: var(--color-green-light);
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .active\:bg-gray-light:active {
    background-color: var(--color-gray-light);
  }

  .active\:bg-green-light:active {
    background-color: var(--color-green-light);
  }

  @media (width < 48rem) {
    .max-md\:mt-1 {
      margin-top: calc(var(--spacing) * 1);
    }
  }

  @media (width < 48rem) {
    .max-md\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width < 48rem) {
    .max-md\:\!hidden {
      display: none !important;
    }
  }

  @media (width < 48rem) {
    .max-md\:hidden {
      display: none;
    }
  }

  @media (width < 48rem) {
    .max-md\:w-\[288px\] {
      width: 288px;
    }
  }

  @media (width < 48rem) {
    .max-md\:w-full {
      width: 100%;
    }
  }

  @media (width < 48rem) {
    .max-md\:flex-col {
      flex-direction: column;
    }
  }

  @media (width < 40rem) {
    .max-sm\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }

  @media (width < 40rem) {
    .max-sm\:hidden {
      display: none;
    }
  }

  @media (width >= 40rem) {
    .sm\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 40rem) {
    .sm\:flex {
      display: flex;
    }
  }

  @media (width >= 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:absolute {
      position: absolute;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[58px\] {
      top: 58px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[calc\(100\%\+20px\)\] {
      top: calc(100% + 20px);
    }
  }

  @media (width >= 48rem) {
    .md\:right-\[58px\] {
      right: 58px;
    }
  }

  @media (width >= 48rem) {
    .md\:\!mt-\[130px\] {
      margin-top: 130px !important;
    }
  }

  @media (width >= 48rem) {
    .md\:\!mt-\[150px\] {
      margin-top: 150px !important;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:\!mb-4 {
      margin-bottom: calc(var(--spacing) * 4) !important;
    }
  }

  @media (width >= 48rem) {
    .md\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-11 {
      margin-bottom: calc(var(--spacing) * 11);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-\[18px\] {
      margin-bottom: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-2 {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:\!hidden {
      display: none !important;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[14px\] {
      height: 14px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[48px\] {
      height: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[350px\] {
      height: 350px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[14px\] {
      width: 14px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[150px\] {
      width: 150px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[290px\] {
      width: 290px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[292px\] {
      width: 292px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-fit {
      width: fit-content;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[360px\] {
      max-width: 360px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-w-\[190px\] {
      min-width: 190px;
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-1 {
      gap: calc(var(--spacing) * 1);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[80px\] {
      gap: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:\!py-\[64px\] {
      padding-block: 64px !important;
    }
  }

  @media (width >= 48rem) {
    .md\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[80px\] {
      padding-top: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[84px\] {
      padding-top: 84px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-2 {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}

.switcher-container {
  align-items: center;
  gap: 8px;
  display: flex;
}

@media (width <= 768px) {
  .switcher-container {
    backdrop-filter: blur(5px);
    background: #6c6c6c40;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    padding: 4px;
  }
}

.switcher-btn {
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  padding: 12px 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: all .3s ease-in;
}

.switcher-btn.active {
  color: #363636;
  background: #cef359;
  font-weight: 600;
}

.switcher-btn.active:hover {
  background: #e0ff9b;
}

.switcher-btn:hover {
  color: #363636;
  font-weight: 600;
}

@media (width <= 768px) {
  .switcher-btn {
    padding: 9px 34px;
    font-size: 14px;
  }
}

.dropdown-input {
  background: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 11px 16px;
  display: flex;
}

.dropdown-input input {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.dropdown-input input ::placeholder {
  color: #36363680;
}

@media (width <= 768px) {
  .dropdown-input {
    padding: 9px 12px;
  }

  .dropdown-input input {
    font-size: 14px;
  }
}

.card {
  background: #fff;
  border-radius: 16px;
  flex: 25%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 16px #0000000f;
}

.card:hover {
  box-shadow: 0 2px 16px #00000026;
}

.card__slider {
  aspect-ratio: 1;
}

.card__title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #363636;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
}

.card__info-item {
  color: #36363680;
  text-wrap: nowrap;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  line-height: 140%;
  display: flex;
}

.card__price {
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

@media (width <= 768px) {
  .card__price {
    font-size: 14px;
  }

  .card__info-item {
    font-size: 13px;
  }
}

@media (width <= 460px) {
  .card {
    width: 100%;
  }
}

.images-slider {
  position: relative;
}

.images-slider__container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.images-slider__arrow {
  backdrop-filter: blur(2px);
  opacity: 0;
  background: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.images-slider__arrow--right {
  left: auto;
  right: 12px;
}

.images-slider__dots {
  opacity: 0;
  gap: 4px;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.images-slider__dots button {
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.images-slider__track {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  transition: transform .5s ease-in-out;
  display: flex;
  position: relative;
}

.images-slider__slide {
  flex: 0 0 100%;
  position: relative;
}

.images-slider:hover .images-slider__arrow {
  opacity: .9;
}

.images-slider:hover .images-slider__arrow:hover, .images-slider:hover .images-slider__dots {
  opacity: 1;
}

.images-slider:hover .images-slider__dots button:hover {
  background: #fff;
}

.categories-slider {
  position: relative;
}

.categories-slider:after, .categories-slider:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  width: 60px;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  top: 0;
}

.categories-slider:after {
  background: linear-gradient(to left, #fff 0%, #fff0 100%);
  right: -2px;
}

.categories-slider:before {
  background: linear-gradient(to right, #fff 0%, #fff0 100%);
  left: -2px;
}

.categories-slider--left-visible:before, .categories-slider--right-visible:after {
  opacity: 1;
}

.categories-slider__track {
  scroll-behavior: smooth;
  gap: 16px;
  display: flex;
  overflow-x: auto;
}

.categories-slider__arrow {
  backdrop-filter: blur(2px);
  z-index: 5;
  background: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 57px;
  left: 24px;
}

.categories-slider__arrow--right {
  left: auto;
  right: 24px;
}

.categories-slider__card-title {
  text-align: center;
  color: #363636;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.categories-slider__card-image {
  border-radius: 8px;
  width: 277px;
  height: 154px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.categories-slider__card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.categories-slider__card-image:after {
  content: "";
  z-index: 1;
  background: linear-gradient(#fff0 0%, #00000059 100%);
  position: absolute;
  inset: 0;
}

@media (width <= 768px) {
  .categories-slider {
    margin-inline: -20px;
  }

  .categories-slider__track {
    padding-inline: 16px;
  }

  .categories-slider__arrow {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
  }

  .categories-slider__arrow--right {
    left: auto;
    right: 8px;
  }

  .categories-slider__card-title {
    color: #fff;
    z-index: 2;
    font-size: 20px;
    line-height: 120%;
    position: absolute;
    bottom: 12px;
    left: 12px;
  }

  .categories-slider__card-image {
    width: 288px;
    height: 185px;
    margin: 0;
  }

  .categories-slider:before, .categories-slider:after {
    display: none;
  }
}

.reasons-card {
  background: #fff;
  border-radius: 16px;
  width: 33%;
  padding: 24px;
  position: relative;
  box-shadow: 0 4px 20px #00000014;
}

.reasons-card:hover {
  box-shadow: 0 4px 20px #0000001c;
}

.reasons-card__image {
  width: 56px;
  height: 56px;
  position: relative;
}

.reasons-card__title {
  color: #363636;
  margin: 24px 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.reasons-card__description {
  color: #363636bf;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

@media (width <= 768px) {
  .reasons-card {
    width: 100%;
    padding: 16px;
  }

  .reasons-card__image {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }

  .reasons-card__description {
    font-size: 14px;
    font-weight: 500;
  }

  .reasons-card__title {
    text-align: center;
  }

  .reasons-card__description {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
}

.guide-slider__arrow {
  background: #cef359;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.guide-slider__arrow.disabled {
  background: #e0ff9b;
}

.guide-slider__dots {
  justify-content: center;
  gap: 8px;
  transition: all .3s;
  display: none;
}

.guide-slider__dots span {
  background: #e0ff9b;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.guide-slider__dots span.active {
  background: #cef359;
}

@media (width <= 768px) {
  .guide-slider__arrow {
    width: 32px;
    height: 32px;
  }
}

@media (width <= 640px) {
  .guide-slider__dots {
    display: flex;
  }
}

.listing-gallery {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
  position: relative;
}

.listing-gallery .gallery__slide {
  aspect-ratio: 298 / 167;
  cursor: pointer;
  border-radius: 12px;
  transition: filter .5s;
  position: relative;
  overflow: hidden;
}

.listing-gallery .gallery__slide img {
  transition: transform .5s;
}

.listing-gallery .gallery__slide:first-child {
  aspect-ratio: 612 / 350;
  grid-area: span 2 / span 2;
}

.listing-gallery .gallery__slide:hover {
  filter: grayscale(.5);
}

.listing-gallery .gallery__slide:hover img {
  transform: scale(1.01);
}

@media (width <= 768px) {
  .listing-gallery {
    margin: -24px -16px 0;
    display: block;
  }
}

.zoomed-gallery__slide {
  aspect-ratio: 168 / 100;
  border-radius: 8px;
  flex-shrink: 0;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.zoomed-gallery__slide--active {
  width: auto;
  max-width: 80vw;
  height: 100%;
  max-height: 80vh;
  aspect-ratio: 830 / 560 !important;
}

.zoomed-gallery__slide--active img, .zoomed-gallery__slide--active video {
  object-fit: contain;
}

@media (width <= 768px) {
  .zoomed-gallery__slide--active {
    max-width: 100vw;
    max-height: auto;
  }
}

.zoomed-gallery__slide--unselected:after {
  content: "";
  pointer-events: none;
  background: #0003;
  border-radius: 8px;
  position: absolute;
  inset: 0;
}

.zoomed-gallery img, .zoomed-gallery video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  z-index: 20;
  border-bottom: 1px solid #6c6c6c40;
  width: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  padding: 19px !important;
}

@media (width <= 768px) {
  .header {
    padding: 10px 16px !important;
  }
}

.header.header--home {
  border: none;
  position: absolute;
}

.header-container {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.header__signin-btn {
  text-wrap: nowrap;
  color: #363636;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: all .3s;
}

.header__signin-btn:hover {
  backdrop-filter: blur(3px);
  background: #fff3;
}

.header--home .header__signin-btn {
  color: #fff;
}

.header__currency-btn, .header__language-btn {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  transition: all .5s;
}

.header--home .header__currency-btn, .header--home .header__language-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

@media (width >= 768px) {
  .header__currency-btn, .header__language-btn {
    backdrop-filter: blur(3px);
    border-radius: 100%;
    width: 42px;
    height: 42px;
  }

  .header__currency-btn:hover, .header__language-btn:hover {
    background-color: #fff3;
  }
}

@media (width <= 768px) {
  .header__currency-btn, .header__language-btn {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
    display: flex;
  }
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked + .menu__btn > span:before {
  height: 2px;
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked + .menu__btn > span:after {
  height: 2px;
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  bottom: -20px;
  top: 0 !important;
}

.hamburger-menu {
  display: none;
  position: relative;
}

@media (width <= 768px) {
  .hamburger-menu {
    display: block;
  }
}

.menu__btn {
  cursor: pointer;
  z-index: 16;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
}

.menu__btn > span, .menu__btn > span:before, .menu__btn > span:after {
  background-color: #363636;
  border-radius: 2px;
  width: 100%;
  height: 1.1px;
  transition-duration: .25s;
  display: block;
  position: absolute;
}

.header--home .menu__btn > span, .header--home .menu__btn > span:before, .header--home .menu__btn > span:after {
  background-color: #fff;
}

@media (width <= 768px) {
  .menu__btn > span, .menu__btn > span:before, .menu__btn > span:after {
    background-color: #fff;
  }
}

.menu__btn > span:before {
  content: "";
  top: -4px;
}

.menu__btn > span:after {
  content: "";
  top: 4px;
}

.menu__box {
  z-index: 15;
  width: 100vw;
  height: 100vh;
  padding: 10px 16px;
  transition-duration: .25s;
  display: block;
  position: fixed;
  top: -120vh;
  left: 0;
}

.menu__box:before {
  content: "";
  filter: blur(10px);
  z-index: -1;
  background: linear-gradient(#0003, #0003), url("/images/background.png") 80% / cover no-repeat;
  height: calc(100vh + 40px);
  position: absolute;
  inset: -20px -20px 0;
}

.footer-container {
  border-bottom: 1px solid #fff3;
  grid-template-columns: minmax(150px, 1.5fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1.15fr);
  gap: 24px;
  display: grid;
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
}

.footer-title {
  color: #cef359;
  text-wrap: nowrap;
  font-family: Caveat;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.footer-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.footer-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

@media (width <= 900px) {
  .footer-title {
    font-size: 32px;
  }

  .footer-text {
    font-size: 14px;
  }
}

@media (width <= 768px) {
  .footer-container {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container > :first-child, .footer-container > :last-child {
    grid-column: 1 / 3;
  }

  .footer-container > :nth-child(2) {
    grid-column: 1 / 2;
  }

  .footer-container > :nth-child(3) {
    grid-column: 2 / 3;
  }
}

.single-listing__title {
  color: #363636;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.single-listing__info {
  width: 100%;
}

.single-listing__info .specific-characteristics__title {
  color: #363636;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.single-listing__info .specific-characteristics__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 16px;
  display: grid;
}

.single-listing__info .specific-characteristics__list-item {
  align-items: center;
  gap: 4px;
  margin: 11px 0;
  display: flex;
}

.single-listing__info .specific-characteristics__list-item div {
  margin: 6px;
}

.single-listing__info .specific-characteristics__list-item span {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.single-listing__description {
  color: #363636;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: block;
}

.single-listing__price-block, .single-listing__contact-block {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px #00000014;
}

.single-listing__price-block button:last-child, .single-listing__contact-block button:last-child {
  text-wrap: nowrap;
}

.single-listing__price-title, .single-listing__contact-title {
  color: #363636;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

@media (width <= 768px) {
  .single-listing__price-block, .single-listing__contact-block {
    box-shadow: none;
    padding: 0;
  }
}

.single-listing__price-subtitle {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.single-listing__price-value {
  color: #363636;
  text-wrap: nowrap;
  text-align: center;
  background: #f3ffcd;
  border: 1px solid #cef359;
  border-radius: 30px;
  width: 180px;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

@media (width <= 768px) {
  .single-listing__price-subtitle {
    font-size: 14px;
  }

  .single-listing__price-value {
    width: 140px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
  }
}

.single-listing__contact-author-name {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.single-listing__contact-auhtor-photo {
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

@media (width <= 768px) {
  .single-listing__title {
    font-size: 24px;
    line-height: 120%;
  }

  .single-listing__description {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .single-listing__description-block {
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .single-listing__description-block.full {
    -webkit-line-clamp: none;
  }

  .single-listing__info .specific-characteristics__title {
    margin-bottom: 13px;
  }

  .single-listing__info .specific-characteristics__list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .single-listing__info .specific-characteristics__list-item {
    margin: 0;
  }

  .single-listing__info .specific-characteristics__list-item div {
    margin: 0 2px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: TildaSans-VF, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

button {
  cursor: pointer;
}

input {
  outline: none;
}

::-webkit-scrollbar {
  display: none;
}

.page-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (width <= 768px) {
  .container {
    padding: 0 16px;
  }
}

.search-container {
  background: linear-gradient(#0c0c0c26 0%, #0c0c0c40 25%, #0c0c0c4d 50%, #0c0c0c40 75%, #0c0c0c26 100%);
  flex-direction: column;
  height: 730px;
  padding: 0 16px;
  display: flex;
  position: relative;
}

@media (width <= 768px) {
  .search-container {
    height: 640px;
    padding-top: 52px;
  }
}

.search-panel {
  backdrop-filter: blur(5px);
  z-index: 5;
  background: #fff3;
  border-radius: 16px;
  justify-content: center;
  align-items: end;
  gap: 8px;
  width: 100%;
  max-width: 1128px;
  margin: auto auto 24px;
  padding: 24px;
  display: flex;
}

.search-panel__label {
  color: #fff;
  margin-bottom: 4px;
  margin-left: 16px;
  font-size: 12px;
  line-height: 150%;
  display: inline-block;
}

@media (width <= 768px) {
  .search-panel {
    flex-direction: column;
    gap: 8px;
    width: auto;
    margin: auto 16px 180px;
    padding: 12px;
  }

  .search-panel__label {
    display: none;
  }
}

.title-main {
  color: #363636;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

@media (width <= 768px) {
  .title-main {
    font-size: 24px;
  }
}

.devider {
  background: #3636361a;
  width: 100%;
  height: 1px;
  margin: 24px 0;
}

@media (width <= 768px) {
  .devider {
    margin: 16px 0;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-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: 0;
}

@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-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}


/*# sourceMappingURL=app_globals_scss_271c6b51.css.map*/