/*! tailwindcss v4.0.16 | MIT License | https://tailwindcss.com */
@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;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 18px;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --blur-xs: 4px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-gilroy: "Gilroy", "sans-serif";
    --font-artegra: "Artegra";
    --color-black-normal: #242424;
    --color-green-light: #AFBEC1;
    --color-gray-normal: #4A4A4A;
    --color-gray-light: #F5F5F5;
    --color-gray-medium: #737373;
    --color-white-normal: #FEFEFE;
    --text-h1-desk: 40px;
    --text-h1-mob: 24px;
    --leading-h1-desk: 48px;
    --leading-h1-mob: 32px;
    --leading-lg: 20px;
    --leading-base: 18px;
    --spacing-16px: 16px;
    --spacing-section: 60px;
  }
}
@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: 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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-16px\] {
    top: -16px;
  }
  .top-\[-28px\] {
    top: -28px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .right-\[-6px\] {
    right: -6px;
  }
  .right-\[-16px\] {
    right: -16px;
  }
  .right-\[8px\] {
    right: 8px;
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[81\.5px\] {
    bottom: 81.5px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-16px\] {
    left: -16px;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[8px\] {
    left: 8px;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[-2\] {
    z-index: -2;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .container {
    width: 100%;
    @media (width >= 550px) {
      max-width: 550px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1100px) {
      max-width: 1100px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-\[15px\] {
    margin-inline: 15px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-16px {
    margin-top: var(--spacing-16px);
  }
  .mt-\[-24px\] {
    margin-top: -24px;
  }
  .mt-\[-25px\] {
    margin-top: -25px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mb-\[-1px\] {
    margin-bottom: -1px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[165px\] {
    height: 165px;
  }
  .h-\[244px\] {
    height: 244px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[0\] {
    max-height: 0;
  }
  .max-h-\[86px\] {
    max-height: 86px;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[95vh\] {
    max-height: 95vh;
  }
  .max-h-\[calc\(99vh\)\] {
    max-height: calc(99vh);
  }
  .max-h-\[calc\(100vh\)\] {
    max-height: calc(100vh);
  }
  .max-h-\[calc\(100vh-65px\)\] {
    max-height: calc(100vh - 65px);
  }
  .max-h-\[calc\(100vh-100px\)\] {
    max-height: calc(100vh - 100px);
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[230px\] {
    min-height: 230px;
  }
  .min-h-\[288px\] {
    min-height: 288px;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .min-h-\[450px\] {
    min-height: 450px;
  }
  .min-h-\[456px\] {
    min-height: 456px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[670px\] {
    min-height: 670px;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[27px\] {
    width: 27px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[92px\] {
    width: 92px;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[258px\] {
    max-width: 258px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[475px\] {
    max-width: 475px;
  }
  .max-w-\[575px\] {
    max-width: 575px;
  }
  .max-w-\[817px\] {
    max-width: 817px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1437px\] {
    max-width: 1437px;
  }
  .max-w-\[calc\(100\%-32px\)\] {
    max-width: calc(100% - 32px);
  }
  .max-w-\[calc\(100\%-96px\)\] {
    max-width: calc(100% - 96px);
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow-1 {
    flex-grow: 1;
  }
  .-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-x-\[-228px\] {
    --tw-translate-x: -228px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[100\%\] {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[100vw\] {
    --tw-translate-x: 100vw;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[228px\] {
    --tw-translate-x: 228px;
    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);
  }
  .translate-y-\[-20px\] {
    --tw-translate-y: -20px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-100\%\] {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[200\%\] {
    --tw-translate-y: 200%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[-45deg\] {
    rotate: -45deg;
  }
  .rotate-\[-90deg\] {
    rotate: -90deg;
  }
  .rotate-\[45deg\] {
    rotate: 45deg;
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .rotate-y-\[180deg\] {
    --tw-rotate-y: rotateY(180deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-grab {
    cursor: grab;
  }
  .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;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-16px {
    gap: var(--spacing-16px);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-y-\[48px\] {
    row-gap: 48px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-b-\[8px\] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-green-light {
    border-color: var(--color-green-light);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-black-normal {
    background-color: var(--color-black-normal);
  }
  .bg-black-normal\/30 {
    background-color: color-mix(in oklab, var(--color-black-normal) 30%, transparent);
  }
  .bg-gray-light {
    background-color: var(--color-gray-light);
  }
  .bg-gray-normal {
    background-color: var(--color-gray-normal);
  }
  .bg-gray-normal\/20 {
    background-color: color-mix(in oklab, var(--color-gray-normal) 20%, transparent);
  }
  .bg-green-light {
    background-color: var(--color-green-light);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white-normal {
    background-color: var(--color-white-normal);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[36px\] {
    padding-right: 36px;
  }
  .pb-\[4px\] {
    padding-bottom: 4px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-\[8px\] {
    padding-left: 8px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-artegra {
    font-family: var(--font-artegra);
  }
  .font-gilroy {
    font-family: var(--font-gilroy);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-h1-mob {
    font-size: var(--text-h1-mob);
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[90px\] {
    --tw-leading: 90px;
    line-height: 90px;
  }
  .leading-base {
    --tw-leading: var(--leading-base);
    line-height: var(--leading-base);
  }
  .leading-h1-mob {
    --tw-leading: var(--leading-h1-mob);
    line-height: var(--leading-h1-mob);
  }
  .leading-lg {
    --tw-leading: var(--leading-lg);
    line-height: var(--leading-lg);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#4A4A4A\] {
    color: #4A4A4A;
  }
  .text-\[\#F00\] {
    color: #F00;
  }
  .text-\[\#FDF5F5\] {
    color: #FDF5F5;
  }
  .text-black-normal {
    color: var(--color-black-normal);
  }
  .text-gray-medium {
    color: var(--color-gray-medium);
  }
  .text-gray-normal {
    color: var(--color-gray-normal);
  }
  .text-green-light {
    color: var(--color-green-light);
  }
  .text-inherit {
    color: inherit;
  }
  .text-white-normal {
    color: var(--color-white-normal);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-\[0\.3\] {
    opacity: 0.3;
  }
  .shadow-header {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -webkit-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,);
    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-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[max-h\] {
    transition-property: max-h;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\] {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-\[0\.2s\] {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-\[0\.3s\] {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-\[0\.5s\] {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:w-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 100%;
      }
    }
  }
  .group-hover\:opacity-\[1\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 1;
      }
    }
  }
  .group-data-\[open\=true\]\:w-full {
    &:is(:where(.group)[data-open="true"] *) {
      width: 100%;
    }
  }
  .group-data-\[open\=true\]\:rotate-0 {
    &:is(:where(.group)[data-open="true"] *) {
      rotate: 0deg;
    }
  }
  .group-data-\[open\=true\]\:bg-green-light {
    &:is(:where(.group)[data-open="true"] *) {
      background-color: var(--color-green-light);
    }
  }
  .group-data-\[open\=true\]\:text-green-light {
    &:is(:where(.group)[data-open="true"] *) {
      color: var(--color-green-light);
    }
  }
  .group-data-\[open\=true\]\:opacity-\[1\] {
    &:is(:where(.group)[data-open="true"] *) {
      opacity: 1;
    }
  }
  .group-\[\.active\]\/modal\:translate-x-0 {
    &:is(:where(.group\/modal):is(.active) *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.active\]\/modal\:translate-y-0 {
    &:is(:where(.group\/modal):is(.active) *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.active\]\/modal\:opacity-\[1\] {
    &:is(:where(.group\/modal):is(.active) *) {
      opacity: 1;
    }
  }
  .peer-focus\:opacity-1 {
    &:is(:where(.peer):focus ~ *) {
      opacity: 1%;
    }
  }
  .peer-focus\:opacity-\[1\] {
    &:is(:where(.peer):focus ~ *) {
      opacity: 1;
    }
  }
  .placeholder\:text-green-light {
    &::placeholder {
      color: var(--color-green-light);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:right-\[-6px\] {
    &::after {
      content: var(--tw-content);
      right: -6px;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:h-\[4px\] {
    &::after {
      content: var(--tw-content);
      height: 4px;
    }
  }
  .after\:h-\[5px\] {
    &::after {
      content: var(--tw-content);
      height: 5px;
    }
  }
  .after\:w-\[4px\] {
    &::after {
      content: var(--tw-content);
      width: 4px;
    }
  }
  .after\:w-\[5px\] {
    &::after {
      content: var(--tw-content);
      width: 5px;
    }
  }
  .after\:translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(1/2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-50\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:rounded-\[50\%\] {
    &::after {
      content: var(--tw-content);
      border-radius: 50%;
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-\[\#AFBEC1\] {
    &::after {
      content: var(--tw-content);
      background-color: #AFBEC1;
    }
  }
  .after\:bg-black-normal {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-black-normal);
    }
  }
  .after\:bg-green-light {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-green-light);
    }
  }
  .after\:transition-colors {
    &::after {
      content: var(--tw-content);
      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));
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .group-data-\[open\=true\]\:after\:bg-green-light {
    &:is(:where(.group)[data-open="true"] *) {
      &::after {
        content: var(--tw-content);
        background-color: var(--color-green-light);
      }
    }
  }
  .hover\:border-black-normal {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black-normal);
      }
    }
  }
  .hover\:border-green-light {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-green-light);
      }
    }
  }
  .hover\:bg-black-normal {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black-normal);
      }
    }
  }
  .hover\:text-green-light {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-light);
      }
    }
  }
  .focus\:shadow-search {
    &:focus {
      --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .data-\[active\=true\]\:block {
    &[data-active="true"] {
      display: block;
    }
  }
  .data-\[active\=true\]\:border-green-light {
    &[data-active="true"] {
      border-color: var(--color-green-light);
    }
  }
  .data-\[active\=true\]\:bg-transparent {
    &[data-active="true"] {
      background-color: transparent;
    }
  }
  .data-\[active\=true\]\:opacity-\[1\] {
    &[data-active="true"] {
      opacity: 1;
    }
  }
  .data-\[open\=true\]\:bg-black-normal {
    &[data-open="true"] {
      background-color: var(--color-black-normal);
    }
  }
  .sm\:flex-nowrap {
    @media (width >= 550px) {
      flex-wrap: nowrap;
    }
  }
  .sm\:px-\[24px\] {
    @media (width >= 550px) {
      padding-inline: 24px;
    }
  }
  .md\:my-\[24px\] {
    @media (width >= 768px) {
      margin-block: 24px;
    }
  }
  .md\:mt-0 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[24px\] {
    @media (width >= 768px) {
      margin-top: 24px;
    }
  }
  .md\:mt-\[32px\] {
    @media (width >= 768px) {
      margin-top: 32px;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 768px) {
      margin-top: 80px;
    }
  }
  .md\:mr-\[-24px\] {
    @media (width >= 768px) {
      margin-right: -24px;
    }
  }
  .md\:ml-\[-24px\] {
    @media (width >= 768px) {
      margin-left: -24px;
    }
  }
  .md\:h-\[304px\] {
    @media (width >= 768px) {
      height: 304px;
    }
  }
  .md\:min-h-\[288px\] {
    @media (width >= 768px) {
      min-height: 288px;
    }
  }
  .md\:min-h-\[450px\] {
    @media (width >= 768px) {
      min-height: 450px;
    }
  }
  .md\:w-\[366px\] {
    @media (width >= 768px) {
      width: 366px;
    }
  }
  .md\:w-fit {
    @media (width >= 768px) {
      width: fit-content;
    }
  }
  .md\:max-w-1\/2 {
    @media (width >= 768px) {
      max-width: calc(1/2 * 100%);
    }
  }
  .md\:max-w-1\/3 {
    @media (width >= 768px) {
      max-width: calc(1/3 * 100%);
    }
  }
  .md\:grow-0 {
    @media (width >= 768px) {
      flex-grow: 0;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 768px) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-wrap {
    @media (width >= 768px) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:gap-\[12px\] {
    @media (width >= 768px) {
      gap: 12px;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 768px) {
      gap: 16px;
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 768px) {
      gap: 40px;
    }
  }
  .md\:gap-x-\[16px\] {
    @media (width >= 768px) {
      column-gap: 16px;
    }
  }
  .md\:gap-y-\[32px\] {
    @media (width >= 768px) {
      row-gap: 32px;
    }
  }
  .md\:px-\[48px\] {
    @media (width >= 768px) {
      padding-inline: 48px;
    }
  }
  .md\:py-\[24px\] {
    @media (width >= 768px) {
      padding-block: 24px;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 768px) {
      padding-block: 30px;
    }
  }
  .md\:py-\[120px\] {
    @media (width >= 768px) {
      padding-block: 120px;
    }
  }
  .md\:py-section {
    @media (width >= 768px) {
      padding-block: var(--spacing-section);
    }
  }
  .md\:pt-\[10px\] {
    @media (width >= 768px) {
      padding-top: 10px;
    }
  }
  .md\:pt-\[20px\] {
    @media (width >= 768px) {
      padding-top: 20px;
    }
  }
  .md\:pt-\[30px\] {
    @media (width >= 768px) {
      padding-top: 30px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 768px) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[120px\] {
    @media (width >= 768px) {
      padding-top: 120px;
    }
  }
  .md\:pb-\[40px\] {
    @media (width >= 768px) {
      padding-bottom: 40px;
    }
  }
  .md\:pb-\[60px\] {
    @media (width >= 768px) {
      padding-bottom: 60px;
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 768px) {
      padding-bottom: 120px;
    }
  }
  .md\:pl-\[40px\] {
    @media (width >= 768px) {
      padding-left: 40px;
    }
  }
  .md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 768px) {
      font-size: 18px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 768px) {
      font-size: 24px;
    }
  }
  .md\:text-\[100px\] {
    @media (width >= 768px) {
      font-size: 100px;
    }
  }
  .md\:leading-\[20px\] {
    @media (width >= 768px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .md\:leading-\[32px\] {
    @media (width >= 768px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .md\:leading-\[120px\] {
    @media (width >= 768px) {
      --tw-leading: 120px;
      line-height: 120px;
    }
  }
  .lg\:absolute {
    @media (width >= 1100px) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 1100px) {
      position: relative;
    }
  }
  .lg\:static {
    @media (width >= 1100px) {
      position: static;
    }
  }
  .lg\:top-\[100\%\] {
    @media (width >= 1100px) {
      top: 100%;
    }
  }
  .lg\:right-\[auto\] {
    @media (width >= 1100px) {
      right: auto;
    }
  }
  .lg\:bottom-\[152\.5px\] {
    @media (width >= 1100px) {
      bottom: 152.5px;
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 1100px) {
      left: calc(1/2 * 100%);
    }
  }
  .lg\:mx-0 {
    @media (width >= 1100px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:my-\[50px\] {
    @media (width >= 1100px) {
      margin-block: 50px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 1100px) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 1100px) {
      margin-top: 30px;
    }
  }
  .lg\:block {
    @media (width >= 1100px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 1100px) {
      display: none;
    }
  }
  .lg\:h-\[185px\] {
    @media (width >= 1100px) {
      height: 185px;
    }
  }
  .lg\:h-\[250px\] {
    @media (width >= 1100px) {
      height: 250px;
    }
  }
  .lg\:h-\[256px\] {
    @media (width >= 1100px) {
      height: 256px;
    }
  }
  .lg\:h-\[300px\] {
    @media (width >= 1100px) {
      height: 300px;
    }
  }
  .lg\:max-h-fit {
    @media (width >= 1100px) {
      max-height: fit-content;
    }
  }
  .lg\:min-h-\[456px\] {
    @media (width >= 1100px) {
      min-height: 456px;
    }
  }
  .lg\:min-h-\[745px\] {
    @media (width >= 1100px) {
      min-height: 745px;
    }
  }
  .lg\:w-\[100vw\] {
    @media (width >= 1100px) {
      width: 100vw;
    }
  }
  .lg\:w-\[185px\] {
    @media (width >= 1100px) {
      width: 185px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 1100px) {
      width: 250px;
    }
  }
  .lg\:w-\[256px\] {
    @media (width >= 1100px) {
      width: 256px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 1100px) {
      width: 300px;
    }
  }
  .lg\:w-full {
    @media (width >= 1100px) {
      width: 100%;
    }
  }
  .lg\:max-w-\[60\%\] {
    @media (width >= 1100px) {
      max-width: 60%;
    }
  }
  .lg\:max-w-\[544px\] {
    @media (width >= 1100px) {
      max-width: 544px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 1100px) {
      max-width: 100%;
    }
  }
  .lg\:translate-x-\[-20px\] {
    @media (width >= 1100px) {
      --tw-translate-x: -20px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[-50\%\] {
    @media (width >= 1100px) {
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-0 {
    @media (width >= 1100px) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-\[-100\%\] {
    @media (width >= 1100px) {
      --tw-translate-y: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1100px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1100px) {
      flex-direction: row;
    }
  }
  .lg\:justify-center {
    @media (width >= 1100px) {
      justify-content: center;
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 1100px) {
      gap: 24px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 1100px) {
      gap: 40px;
    }
  }
  .lg\:rounded-\[8px\] {
    @media (width >= 1100px) {
      border-radius: 8px;
    }
  }
  .lg\:p-\[24px\] {
    @media (width >= 1100px) {
      padding: 24px;
    }
  }
  .lg\:px-\[4px\] {
    @media (width >= 1100px) {
      padding-inline: 4px;
    }
  }
  .lg\:px-\[104px\] {
    @media (width >= 1100px) {
      padding-inline: 104px;
    }
  }
  .lg\:py-\[10px\] {
    @media (width >= 1100px) {
      padding-block: 10px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 1100px) {
      padding-block: 120px;
    }
  }
  .lg\:pt-\[20px\] {
    @media (width >= 1100px) {
      padding-top: 20px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 1100px) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 1100px) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 1100px) {
      padding-top: 120px;
    }
  }
  .lg\:pt-\[220px\] {
    @media (width >= 1100px) {
      padding-top: 220px;
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 1100px) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 1100px) {
      padding-bottom: 120px;
    }
  }
  .lg\:pl-\[40px\] {
    @media (width >= 1100px) {
      padding-left: 40px;
    }
  }
  .lg\:text-left {
    @media (width >= 1100px) {
      text-align: left;
    }
  }
  .lg\:text-lg {
    @media (width >= 1100px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1100px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[58px\] {
    @media (width >= 1100px) {
      font-size: 58px;
    }
  }
  .lg\:text-h1-desk {
    @media (width >= 1100px) {
      font-size: var(--text-h1-desk);
    }
  }
  .lg\:leading-\[36px\] {
    @media (width >= 1100px) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .lg\:leading-\[85px\] {
    @media (width >= 1100px) {
      --tw-leading: 85px;
      line-height: 85px;
    }
  }
  .lg\:leading-h1-desk {
    @media (width >= 1100px) {
      --tw-leading: var(--leading-h1-desk);
      line-height: var(--leading-h1-desk);
    }
  }
  .lg\:opacity-1 {
    @media (width >= 1100px) {
      opacity: 1%;
    }
  }
  .lg\:transition-transform {
    @media (width >= 1100px) {
      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));
    }
  }
  .xl\:mx-auto {
    @media (width >= 1200px) {
      margin-inline: auto;
    }
  }
  .xl\:ml-\[20px\] {
    @media (width >= 1200px) {
      margin-left: 20px;
    }
  }
  .xl\:line-clamp-4 {
    @media (width >= 1200px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
    }
  }
  .xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .xl\:max-h-\[75px\] {
    @media (width >= 1200px) {
      max-height: 75px;
    }
  }
  .xl\:max-w-\[1328px\] {
    @media (width >= 1200px) {
      max-width: 1328px;
    }
  }
  .xl\:max-w-\[calc\(100\%-450px\)\] {
    @media (width >= 1200px) {
      max-width: calc(100% - 450px);
    }
  }
  .xl\:items-start {
    @media (width >= 1200px) {
      align-items: flex-start;
    }
  }
  .xl\:gap-\[16px\] {
    @media (width >= 1200px) {
      gap: 16px;
    }
  }
  .xl\:gap-\[24px\] {
    @media (width >= 1200px) {
      gap: 24px;
    }
  }
  .xl\:px-\[40px\] {
    @media (width >= 1200px) {
      padding-inline: 40px;
    }
  }
  .xl\:group-hover\:block {
    @media (width >= 1200px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          display: block;
        }
      }
    }
  }
  .xl\:group-hover\:hidden {
    @media (width >= 1200px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          display: none;
        }
      }
    }
  }
  .xl\:group-hover\:max-h-\[300px\] {
    @media (width >= 1200px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          max-height: 300px;
        }
      }
    }
  }
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff");
}
@font-face {
  font-family: Artegra;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ArtegraSansExSemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Artegra;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ArtegraSansExRegular.woff2") format("woff2");
}
.container {
  max-width: 1262px;
  padding: 0 15px;
  margin: 0 auto;
}
.arrow-gradient {
  background: linear-gradient(to right, #5D6668, #AFBEC1);
}
.slider-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 67.9%);
}
@layer base {
  :root {
    --gradient-slider: 180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 67.9%;
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
