/*! tailwindcss v4.1.11 | 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-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[110px\] {
    top: 110px;
  }
  .right-\[0\] {
    right: 0;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[35px\] {
    right: 35px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-3 {
    z-index: 3;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .m-\[-0\.8125em_0_0_\[-0\.8125em\]\] {
    margin: -0.8125em 0 0 [-0.8125em];
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[20px\] {
    margin-inline: 20px;
  }
  .my-\[0px\] {
    margin-block: 0px;
  }
  .my-\[10px\] {
    margin-block: 10px;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[18px\] {
    margin-block: 18px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .mt-\[-1\.75px\] {
    margin-top: -1.75px;
  }
  .mt-\[-20px\] {
    margin-top: -20px;
  }
   .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[1\.625em\] {
    height: 1.625em;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[355px\] {
    height: 355px;
  }
  .h-\[310px\] {
    height: 310px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[100\%\] {
    max-height: 100%;
  }
  .min-h-\[56px\] {
    min-height: 56px;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .w-\[1\.625em\] {
    width: 1.625em;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[33\.33\%\] {
    width: 33.33%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[full\] {
    width: full;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-\[147px\] {
    max-width: 147px;
  }
  .max-w-\[610px\] {
    max-width: 610px;
  }
  .max-w-\[966px\] {
    max-width: 966px;
  }
  .max-w-\[1185px\] {
    max-width: 1185px;
  }
  .max-w-\[1264px\] {
    max-width: 1264px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-\[calc\(100\%-0px\)\] {
    max-width: calc(100% - 0px);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-max {
    max-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    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\:translateY\(-3\.75px\)_translateZ\(0\)\] {
    transform: translateY(-3.75px) translateZ(0);
  }
  .\[transform\:translateY\(2\.1px\)_translateZ\(0\)\] {
    transform: translateY(2.1px) translateZ(0);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .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-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .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)));
    }
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#060400\] {
    background-color: #060400;
  }
  .bg-\[\#EFEFEF\] {
    background-color: #EFEFEF;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F5134F\] {
    background-color: #F5134F;
  }
  .bg-\[\#FF0046\] {
    background-color: #FF0046;
  }
  .bg-\[\#ff0046\] {
    background-color: #ff0046;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[rgba\(47\,47\,47\,0\.8\)\] {
    background-color: rgba(47,47,47,0.8);
  }
  .bg-\[rgba\(47\,47\,47\,0\.9\)\] {
    background-color: rgba(47,47,47,0.9);
  }
  .bg-\[var\(--pink-700\)\] {
    background-color: var(--pink-700);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[0px\] {
    padding: 0px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .px-\[0px\] {
    padding-inline: 0px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[100px\] {
    padding-inline: 100px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[0px\] {
    padding-block: 0px;
  }
  .py-\[1px\] {
    padding-block: 1px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[38px\] {
    padding-top: 38px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[100px\] {
    padding-right: 100px;
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pl-\[0px\] {
    padding-left: 0px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[43px\] {
    font-size: 43px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .leading-\[66px\] {
    --tw-leading: 66px;
    line-height: 66px;
  }
  .leading-\[76px\] {
    --tw-leading: 76px;
    line-height: 76px;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .font-\[333\] {
    --tw-font-weight: 333;
    font-weight: 333;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\[\#060400\] {
    color: #060400;
  }
  .text-\[\#212529\] {
    color: #212529;
  }
  .text-\[\#404041\] {
    color: #404041;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[1000ms\] {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-\[cubic-bezier\(0\.23\,1\,0\.32\,1\)\] {
    --tw-ease: cubic-bezier(0.23,1,0.32,1);
    transition-timing-function: cubic-bezier(0.23,1,0.32,1);
  }
  .ease-\[ease\] {
    --tw-ease: ease;
    transition-timing-function: ease;
  }
  .\[transition\:transform_1s_cubic-bezier\(0\.23\,1\,0\.32\,1\)\,background-color_1s_cubic-bezier\(0\.23\,1\,0\.32\,1\)\] {
    transition: transform 1s cubic-bezier(0.23,1,0.32,1),background-color 1s cubic-bezier(0.23,1,0.32,1);
  }
  .group-hover\:text-\[\#fff\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #fff;
      }
    }
  }

  @media (min-width: 640px) {
    .sm\:pl-\[0px\] {
      padding-left: 0px;
    }
  }
  @media (min-width: 768px) {
    .md\:pl-\[20px\] {
      padding-left: 20px;
    }
  }

  .hover\:z-\[9\] {
    &:hover {
      @media (hover: hover) {
        z-index: 9;
      }
    }
  }
  .hover\:scale-\[1\.06\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.06;
      }
    }
  }
  .hover\:border-\[\#ff0046\] {
    &:hover {
      @media (hover: hover) {
        border-color: #ff0046;
      }
    }
  }
  .hover\:bg-\[\#334850\] {
    &:hover {
      @media (hover: hover) {
        background-color: #334850;
      }
    }
  }
  .hover\:text-\[\#ff0046\] {
    &:hover {
      @media (hover: hover) {
        color: #ff0046;
      }
    }
  }
  .hover\:text-\[\#fff\] {
    &:hover {
      @media (hover: hover) {
        color: #fff;
      }
    }
  }
  .hover\:text-\[var\(--pink-600\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--pink-600);
      }
    }
  }
  .sm\:h-\[130px\] {
    @media (width >= 40rem) {
      height: 130px;
    }
  }
  .sm\:max-w-\[320px\] {
    @media (width >= 40rem) {
      max-width: 320px;
    }
  }
  .sm\:pt-\[30px\] {
    @media (width >= 40rem) {
      padding-top: 30px;
    }
  }
  .sm\:text-\[23px\] {
    @media (width >= 40rem) {
      font-size: 23px;
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .sm\:leading-\[33px\] {
    @media (width >= 40rem) {
      --tw-leading: 33px;
      line-height: 33px;
    }
  }
  .sm\:leading-\[34px\] {
    @media (width >= 40rem) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .md\:h-\[170px\] {
    @media (width >= 48rem) {
      height: 170px;
    }
  }
  .md\:max-w-\[90\%\] {
    @media (width >= 48rem) {
      max-width: 90%;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-auto {
    @media (width >= 64rem) {
      top: auto;
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:mx-\[0px\] {
    @media (width >= 64rem) {
      margin-inline: 0px;
    }
  }
  .lg\:my-\[20px\] {
    @media (width >= 64rem) {
      margin-block: 20px;
    }
  }
  .lg\:my-\[40px\] {
    @media (width >= 64rem) {
      margin-block: 40px;
    }
  }
  .lg\:my-\[80px\] {
    @media (width >= 64rem) {
      margin-block: 80px;
    }
  }
  .lg\:mt-\[0px\] {
    @media (width >= 64rem) {
      margin-top: 0px;
    }
  }
  .lg\:mt-\[15px\] {
    @media (width >= 64rem) {
      margin-top: 15px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 64rem) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: 30px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[8px\] {
    @media (width >= 64rem) {
      margin-bottom: 8px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: 20px;
    }
  }
  .lg\:mb-\[30px\] {
    @media (width >= 64rem) {
      margin-bottom: 30px;
    }
  }
  .lg\:mb-\[40px\] {
    @media (width >= 64rem) {
      margin-bottom: 40px;
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 64rem) {
      margin-bottom: 100px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[200px\] {
    @media (width >= 64rem) {
      height: 200px;
    }
  }
  .lg\:min-h-\[300px\] {
    @media (width >= 64rem) {
      min-height: 300px;
    }
  }
  .lg\:w-\[20\%\] {
    @media (width >= 64rem) {
      width: 20%;
    }
  }
  .lg\:w-\[25\%\] {
    @media (width >= 64rem) {
      width: 25%;
    }
  }
  .lg\:w-\[48\%\] {
    @media (width >= 64rem) {
      width: 48%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[52\%\] {
    @media (width >= 64rem) {
      width: 52%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 64rem) {
      width: 75%;
    }
  }
  .lg\:w-\[605px\] {
    @media (width >= 64rem) {
      width: 605px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[40\%\] {
    @media (width >= 64rem) {
      max-width: 40%;
    }
  }
  .lg\:max-w-\[60\%\] {
    @media (width >= 64rem) {
      max-width: 60%;
    }
  }
  .lg\:max-w-\[70\%\] {
    @media (width >= 64rem) {
      max-width: 70%;
    }
  }
  .lg\:max-w-\[90\%\] {
    @media (width >= 64rem) {
      max-width: 90%;
    }
  }
  .lg\:max-w-\[200px\] {
    @media (width >= 64rem) {
      max-width: 200px;
    }
  }
  .lg\:max-w-\[234px\] {
    @media (width >= 64rem) {
      max-width: 234px;
    }
  }
  .lg\:max-w-\[620px\] {
    @media (width >= 64rem) {
      max-width: 620px;
    }
  }
  .lg\:max-w-\[728px\] {
    @media (width >= 64rem) {
      max-width: 728px;
    }
  }
  .lg\:max-w-\[calc\(50\%-8px\)\] {
    @media (width >= 64rem) {
      max-width: calc(50% - 8px);
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:p-\[0px\] {
    @media (width >= 64rem) {
      padding: 0px;
    }
  }
  .lg\:p-\[10px\] {
    @media (width >= 64rem) {
      padding: 10px;
    }
  }
  .lg\:p-\[30px\] {
    @media (width >= 64rem) {
      padding: 30px;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 64rem) {
      padding: 50px;
    }
  }
  .lg\:px-\[0\] {
    @media (width >= 64rem) {
      padding-inline: 0;
    }
  }
  .lg\:px-\[0px\] {
    @media (width >= 64rem) {
      padding-inline: 0px;
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 64rem) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[85px\] {
    @media (width >= 64rem) {
      padding-inline: 85px;
    }
  }
  .lg\:px-\[90px\] {
    @media (width >= 64rem) {
      padding-inline: 90px;
    }
  }
  .lg\:px-\[100px\] {
    @media (width >= 64rem) {
      padding-inline: 100px;
    }
  }
  .lg\:py-\[0px\] {
    @media (width >= 64rem) {
      padding-block: 0px;
    }
  }
  .lg\:py-\[5\%\] {
    @media (width >= 64rem) {
      padding-block: 5%;
    }
  }
  .lg\:py-\[10px\] {
    @media (width >= 64rem) {
      padding-block: 10px;
    }
  }
  .lg\:py-\[50px\] {
    @media (width >= 64rem) {
      padding-block: 50px;
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 64rem) {
      padding-block: 80px;
    }
  }
  .lg\:pt-\[0\] {
    @media (width >= 64rem) {
      padding-top: 0;
    }
  }
  .lg\:pt-\[0px\] {
    @media (width >= 64rem) {
      padding-top: 0px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[35px\] {
    @media (width >= 64rem) {
      font-size: 35px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:text-\[55px\] {
    @media (width >= 64rem) {
      font-size: 55px;
    }
  }
  .lg\:text-\[85px\] {
    @media (width >= 64rem) {
      font-size: 85px;
    }
  }
  .lg\:leading-\[34px\] {
    @media (width >= 64rem) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 64rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:leading-\[49px\] {
    @media (width >= 64rem) {
      --tw-leading: 49px;
      line-height: 49px;
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 64rem) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:leading-\[66px\] {
    @media (width >= 64rem) {
      --tw-leading: 66px;
      line-height: 66px;
    }
  }
  .lg\:leading-\[106px\] {
    @media (width >= 64rem) {
      --tw-leading: 106px;
      line-height: 106px;
    }
  }
  .lg\:font-\[500\] {
    @media (width >= 64rem) {
      --tw-font-weight: 500;
      font-weight: 500;
    }
  }
  .lg\:top-\[0px\] {
    @media (width >= 64rem) {
      top:0px;
    }
  }
  

  .lg\:right-\[0px\] {
    @media (width >= 64rem) {
      right:0px;
    }
  }
  .lg\:font-medium {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\@media\(max-width\:1439px\)\]\:text-\[36px\] {
    @media (max-width:1439px) {
      font-size: 36px;
    }
  }
  .\[\@media\(max-width\:1699px\)\]\:leading-\[50px\] {
    @media (max-width:1699px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .\[\@media\(min-width\:1024px\)\]\:h-\[320px\] {
    @media (min-width:1024px) {
      height: 320px;
    }
  }
  .\[\@media\(min-width\:1024px\)\]\:w-\[250px\] {
    @media (min-width:1024px) {
      width: 250px;
    }
  }
  
  .\[\@media\(min-width\:1024px\)\]\:w-\[full\] {
    @media (min-width:1024px) {
      width: full;
    }
  }
  .\[\@media\(min-width\:1440px\)\]\:h-\[405px\] {
    @media (min-width:1440px) {
      height: 405px;
    }
  }
  .\[\@media\(min-width\:1440px\)\]\:w-\[300px\] {
    @media (min-width:1440px) {
      width: 300px;
    }
  }
  .\[\@media\(min-width\:1440px\)\]\:p-\[30px\] {
    @media (min-width:1440px) {
      padding: 30px;
    }
  }
  .\[\@media\(min-width\:1440px\)\]\:text-\[45px\] {
    @media (min-width:1440px) {
      font-size: 45px;
    }
  }
  .\[\@media\(min-width\:1440px\)\]\:text-\[60px\] {
    @media (min-width:1440px) {
      font-size: 60px;
    }
  }
  .\[\@media\(min-width\:1440px\)\]\:leading-\[55px\] {
    @media (min-width:1440px) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .\[\@media\(min-width\:1550px\)\]\:w-\[412px\] {
    @media (min-width:1550px) {
      width: 412px;
    }
  }
  .\[\@media\(min-width\:1550px\)\]\:text-\[55px\] {
    @media (min-width:1550px) {
      font-size: 55px;
    }
  }
  .\[\@media\(min-width\:1550px\)\]\:leading-\[66px\] {
    @media (min-width:1550px) {
      --tw-leading: 66px;
      line-height: 66px;
    }
  }
  .\[\@media\(min-width\:1699px\)\]\:text-\[72px\] {
    @media (min-width:1699px) {
      font-size: 72px;
    }
  }
  .\[\@media\(min-width\:1699px\)\]\:leading-\[82px\] {
    @media (min-width:1699px) {
      --tw-leading: 82px;
      line-height: 82px;
    }
  }
  .\[\@media\(min-width\:1950px\)\]\:px-\[0px\] {
    @media (min-width:1950px) {
      padding-inline: 0px;
    }
  }
  @media (min-width: 1024px) {
    .lg\:max-w-\[1920px\] {
      max-width: 1920px;
    }
  }
}


@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-font-weight {
  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-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
