/*! tailwindcss v4.1.18 | 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-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-33px\] {
    top: -33px;
  }
  .top-full {
    top: 100%;
  }
  .right-\[-151px\] {
    right: -151px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-24px\] {
    left: -24px;
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[-137px\] {
    left: -137px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[-2\] {
    z-index: -2;
  }
  .container {
    width: 100%;
    @media (width >= 575px) {
      max-width: 575px;
    }
    @media (width >= 767px) {
      max-width: 767px;
    }
    @media (width >= 991px) {
      max-width: 991px;
    }
    @media (width >= 1300px) {
      max-width: 1300px;
    }
    @media (width >= 1700px) {
      max-width: 1700px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-\[41px\] {
    margin-inline-start: 41px;
  }
  .me-\[-25px\] {
    margin-inline-end: -25px;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[-42px\] {
    margin-top: -42px;
  }
  .mt-\[-181px\] {
    margin-top: -181px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mb-\[-51px\] {
    margin-bottom: -51px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[19px\] {
    margin-bottom: 19px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[101px\] {
    height: 101px;
  }
  .h-\[227px\] {
    height: 227px;
  }
  .h-\[258px\] {
    height: 258px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-menu_height {
    max-height: calc(100vh - 110px);
  }
  .w-\[24\.2px\] {
    width: 24.2px;
  }
  .w-\[31\%\] {
    width: 31%;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[45\.4\%\] {
    width: 45.4%;
  }
  .w-\[49\.563\%\] {
    width: 49.563%;
  }
  .w-\[50\.43\%\] {
    width: 50.43%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[123px\] {
    width: 123px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[412px\] {
    max-width: 412px;
  }
  .max-w-\[435px\] {
    max-width: 435px;
  }
  .max-w-\[512px\] {
    max-width: 512px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1040px\] {
    max-width: 1040px;
  }
  .max-w-\[1078px\] {
    max-width: 1078px;
  }
  .max-w-\[1335px\] {
    max-width: 1335px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1430px\] {
    max-width: 1430px;
  }
  .min-w-\[24\.2px\] {
    min-width: 24.2px;
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    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);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .scroll-pt-\[120px\] {
    scroll-padding-top: 120px;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[63px\] {
    gap: 63px;
  }
  .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)));
    }
  }
  .space-x-\[32px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(32px * var(--tw-space-x-reverse));
      margin-inline-end: calc(32px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-light {
    background-color: #F6F0E9;
  }
  .bg-light_white {
    background-color: #FFFFFF1A;
  }
  .bg-orange {
    background-color: #E89C37;
  }
  .bg-overlay {
    background-color: #29283080;
  }
  .bg-primary {
    background-color: #262236;
  }
  .bg-red {
    background-color: #D33538;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .ps-\[13px\] {
    padding-inline-start: 13px;
  }
  .ps-\[33px\] {
    padding-inline-start: 33px;
  }
  .ps-\[36px\] {
    padding-inline-start: 36px;
  }
  .ps-\[96px\] {
    padding-inline-start: 96px;
  }
  .pe-\[8px\] {
    padding-inline-end: 8px;
  }
  .pe-\[96px\] {
    padding-inline-end: 96px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[33px\] {
    padding-top: 33px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[103px\] {
    padding-top: 103px;
  }
  .pt-\[364px\] {
    padding-top: 364px;
  }
  .pb-\[26px\] {
    padding-bottom: 26px;
  }
  .pb-\[51\.85px\] {
    padding-bottom: 51.85px;
  }
  .pb-\[58px\] {
    padding-bottom: 58px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[77px\] {
    padding-bottom: 77px;
  }
  .pb-\[114px\] {
    padding-bottom: 114px;
  }
  .pb-\[409px\] {
    padding-bottom: 409px;
  }
  .text-center {
    text-align: center;
  }
  .font-e_black {
    font-family: Elza_black, serif;
  }
  .font-e_medium {
    font-family: Elza_medium, sans-serif;
  }
  .font-e_regular {
    font-family: Elza, sans-serif;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-f14 {
    font-size: 14px;
  }
  .text-f15 {
    font-size: 15px;
  }
  .text-f16 {
    font-size: 16px;
  }
  .text-f20 {
    font-size: 20px;
  }
  .text-f24 {
    font-size: 24px;
  }
  .text-f28 {
    font-size: 28px;
  }
  .text-f32 {
    font-size: 32px;
  }
  .text-f40 {
    font-size: 40px;
  }
  .text-f48 {
    font-size: 48px;
  }
  .leading-\[0\.8\] {
    --tw-leading: 0.8;
    line-height: 0.8;
  }
  .leading-\[0\.875\] {
    --tw-leading: 0.875;
    line-height: 0.875;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.78\] {
    --tw-leading: 1.78;
    line-height: 1.78;
  }
  .leading-\[1\.143\] {
    --tw-leading: 1.143;
    line-height: 1.143;
  }
  .leading-\[1\.556\] {
    --tw-leading: 1.556;
    line-height: 1.556;
  }
  .leading-\[1\.1112\] {
    --tw-leading: 1.1112;
    line-height: 1.1112;
  }
  .leading-\[1\.1878\] {
    --tw-leading: 1.1878;
    line-height: 1.1878;
  }
  .leading-\[1\.3334\] {
    --tw-leading: 1.3334;
    line-height: 1.3334;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-orange {
    color: #E89C37;
  }
  .text-primary {
    color: #262236;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:left-\[0\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: 0;
      }
    }
  }
  .group-hover\:left-\[30px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: 30px;
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:border-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #262236;
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #262236;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:brightness-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-brightness: brightness(0%);
        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,);
      }
    }
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .group-hover\/btn\:left-\[0\] {
    &:is(:where(.group\/btn):hover *) {
      @media (hover: hover) {
        left: 0;
      }
    }
  }
  .group-hover\/btn\:left-\[30px\] {
    &:is(:where(.group\/btn):hover *) {
      @media (hover: hover) {
        left: 30px;
      }
    }
  }
  .group-hover\/btn\:rotate-45 {
    &:is(:where(.group\/btn):hover *) {
      @media (hover: hover) {
        rotate: 45deg;
      }
    }
  }
  .group-hover\/btn\:opacity-100 {
    &:is(:where(.group\/btn):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:bg-orange {
    &:hover {
      @media (hover: hover) {
        background-color: #E89C37;
      }
    }
  }
  .hover\:bg-red {
    &:hover {
      @media (hover: hover) {
        background-color: #D33538;
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: #262236;
      }
    }
  }
  .hover\:text-red {
    &:hover {
      @media (hover: hover) {
        color: #D33538;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:max-w-page-sm {
    @media (width >= 575px) {
      max-width: 540px;
    }
  }
  .md\:mt-0 {
    @media (width >= 767px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 767px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 767px) {
      display: none;
    }
  }
  .md\:w-\[41\.014\%\] {
    @media (width >= 767px) {
      width: 41.014%;
    }
  }
  .md\:w-\[54\.1\%\] {
    @media (width >= 767px) {
      width: 54.1%;
    }
  }
  .md\:w-auto {
    @media (width >= 767px) {
      width: auto;
    }
  }
  .md\:max-w-page-md {
    @media (width >= 767px) {
      max-width: 720px;
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 767px) {
      padding-top: 80px;
    }
  }
  .md\:pb-\[80px\] {
    @media (width >= 767px) {
      padding-bottom: 80px;
    }
  }
  .md\:text-f100 {
    @media (width >= 767px) {
      font-size: 100px;
    }
  }
  .lg\:max-w-\[1000px\] {
    @media (width >= 991px) {
      max-width: 1000px;
    }
  }
  .lg\:max-w-page-lg {
    @media (width >= 991px) {
      max-width: 960px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 991px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:text-f18 {
    @media (width >= 991px) {
      font-size: 18px;
    }
  }
  .xl\:max-w-\[1235px\] {
    @media (width >= 1300px) {
      max-width: 1235px;
    }
  }
  .xl\:max-w-\[1280px\] {
    @media (width >= 1300px) {
      max-width: 1280px;
    }
  }
  .xl\:max-w-page-xl {
    @media (width >= 1300px) {
      max-width: 1270px;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1300px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-\[45px\] {
    @media (width >= 1300px) {
      gap: 45px;
    }
  }
  .xl\:gap-\[64px\] {
    @media (width >= 1300px) {
      gap: 64px;
    }
  }
  .xl\:pt-\[128px\] {
    @media (width >= 1300px) {
      padding-top: 128px;
    }
  }
  .xl\:pb-\[166px\] {
    @media (width >= 1300px) {
      padding-bottom: 166px;
    }
  }
  .\32 xl\:top-\[-40px\] {
    @media (width >= 1700px) {
      top: -40px;
    }
  }
  .\32 xl\:h-\[121px\] {
    @media (width >= 1700px) {
      height: 121px;
    }
  }
  .\32 xl\:max-w-\[295px\] {
    @media (width >= 1700px) {
      max-width: 295px;
    }
  }
  .\32 xl\:max-w-\[1235px\] {
    @media (width >= 1700px) {
      max-width: 1235px;
    }
  }
  .\32 xl\:max-w-\[1366px\] {
    @media (width >= 1700px) {
      max-width: 1366px;
    }
  }
  .\32 xl\:max-w-\[1410px\] {
    @media (width >= 1700px) {
      max-width: 1410px;
    }
  }
  .\32 xl\:max-w-\[1487px\] {
    @media (width >= 1700px) {
      max-width: 1487px;
    }
  }
  .\32 xl\:max-w-\[1502px\] {
    @media (width >= 1700px) {
      max-width: 1502px;
    }
  }
  .\32 xl\:max-w-\[1650px\] {
    @media (width >= 1700px) {
      max-width: 1650px;
    }
  }
  .\32 xl\:gap-\[57px\] {
    @media (width >= 1700px) {
      gap: 57px;
    }
  }
  .\32 xl\:space-x-\[32px\] {
    @media (width >= 1700px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(32px * var(--tw-space-x-reverse));
        margin-inline-end: calc(32px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .\32 xl\:text-f18 {
    @media (width >= 1700px) {
      font-size: 18px;
    }
  }
  .\32 xl\:text-f20 {
    @media (width >= 1700px) {
      font-size: 20px;
    }
  }
}
@font-face {
  font-family: 'Elza_bold';
  src: url('../fonts/Elza-Bold.woff2') format('woff2'),
        url('../fonts/Elza-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elza';
  src: url('../fonts/ElzaTextTrial-Regular.woff2') format('woff2'),
        url('../fonts/ElzaTextTrial-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elza_light';
  src: url('../fonts/Elza-Light.woff2') format('woff2'),
        url('../fonts/Elza-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elza_medium';
  src: url('../fonts/Elza-Medium.woff2') format('woff2'),
        url('../fonts/Elza-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elza_sblod';
  src: url('../fonts/Elza-Semibold.woff2') format('woff2'),
        url('../fonts/Elza-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elz_thin';
  src: url('../fonts/Elza-Thin.woff2') format('woff2'),
        url('../fonts/Elza-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elza_black';
  src: url('../fonts/Elza-Black.woff2') format('woff2'),
        url('../fonts/Elza-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open-Sans-regular';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open-Sans-medium';
  src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open-Sans-bold';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open-Sans-sbold';
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
