/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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-rubik: "Rubik", sans-serif;
    --font-inter: "Inter", sans-serif;
    --font-dm: "DM Sans", sans-serif;
    --font-manrope: "Manrope", sans-serif;
    --font-krub: "Manrope", sans-serif;
    --font-poppins: "Manrope", sans-serif;
    --animate-shake: shake 5s ease-in-out infinite;
  }
}
@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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .-col-end-1 {
    grid-column-end: calc(1 * -1);
  }
  .col-end-3 {
    grid-column-end: 3;
  }
  .col-end-4 {
    grid-column-end: 4;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .-row-end-1 {
    grid-row-end: calc(1 * -1);
  }
  .row-end-3 {
    grid-row-end: 3;
  }
  .row-end-4 {
    grid-row-end: 4;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[20px\] {
    margin-top: calc(20px * -1);
  }
  .-mt-\[40px\] {
    margin-top: calc(40px * -1);
  }
  .-mt-\[50px\] {
    margin-top: calc(50px * -1);
  }
  .-mt-\[105px\] {
    margin-top: calc(105px * -1);
  }
  .-mt-\[158px\] {
    margin-top: calc(158px * -1);
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[30px\] {
    margin-right: 30px;
  }
  .\!mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[11px\] {
    margin-bottom: 11px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[19px\] {
    margin-bottom: 19px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[27px\] {
    margin-bottom: 27px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[29px\] {
    margin-bottom: 29px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[39px\] {
    margin-bottom: 39px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[41px\] {
    margin-bottom: 41px;
  }
  .mb-\[46px\] {
    margin-bottom: 46px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[51px\] {
    margin-bottom: 51px;
  }
  .mb-\[55px\] {
    margin-bottom: 55px;
  }
  .mb-\[56px\] {
    margin-bottom: 56px;
  }
  .mb-\[64px\] {
    margin-bottom: 64px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .mb-\[114px\] {
    margin-bottom: 114px;
  }
  .ml-\[12px\] {
    margin-left: 12px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-\[288\/450\] {
    aspect-ratio: 288/450;
  }
  .aspect-\[600\/400\] {
    aspect-ratio: 600/400;
  }
  .aspect-\[678\/376\] {
    aspect-ratio: 678/376;
  }
  .size-\[8px\] {
    width: 8px;
    height: 8px;
  }
  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }
  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }
  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }
  .size-\[17px\] {
    width: 17px;
    height: 17px;
  }
  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }
  .size-\[28px\] {
    width: 28px;
    height: 28px;
  }
  .size-\[30px\] {
    width: 30px;
    height: 30px;
  }
  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-\[60px\] {
    width: 60px;
    height: 60px;
  }
  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }
  .size-\[80px\] {
    width: 80px;
    height: 80px;
  }
  .size-\[83px\] {
    width: 83px;
    height: 83px;
  }
  .size-\[100px\] {
    width: 100px;
    height: 100px;
  }
  .size-\[110px\] {
    width: 110px;
    height: 110px;
  }
  .size-\[120px\] {
    width: 120px;
    height: 120px;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[37px\] {
    height: 37px;
  }
  .h-\[39px\] {
    height: 39px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[51px\] {
    height: 51px;
  }
  .h-\[53px\] {
    height: 53px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[98px\] {
    height: 98px;
  }
  .h-\[144px\] {
    height: 144px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[264px\] {
    height: 264px;
  }
  .h-\[468px\] {
    height: 468px;
  }
  .h-\[502px\] {
    height: 502px;
  }
  .h-\[557px\] {
    height: 557px;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .h-px {
    height: 1px;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[392px\] {
    max-height: 392px;
  }
  .max-h-\[450p\] {
    max-height: 450p;
  }
  .max-h-\[450px\] {
    max-height: 450px;
  }
  .min-h-\[32px\] {
    min-height: 32px;
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-\[64px\] {
    min-height: 64px;
  }
  .min-h-\[198px\] {
    min-height: 198px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-\[19px\] {
    width: 19px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[149px\] {
    width: 149px;
  }
  .w-\[236px\] {
    width: 236px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[154px\] {
    max-width: 154px;
  }
  .max-w-\[190px\] {
    max-width: 190px;
  }
  .max-w-\[210px\] {
    max-width: 210px;
  }
  .max-w-\[221px\] {
    max-width: 221px;
  }
  .max-w-\[228px\] {
    max-width: 228px;
  }
  .max-w-\[245px\] {
    max-width: 245px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[256px\] {
    max-width: 256px;
  }
  .max-w-\[258px\] {
    max-width: 258px;
  }
  .max-w-\[276px\] {
    max-width: 276px;
  }
  .max-w-\[324px\] {
    max-width: 324px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[457px\] {
    max-width: 457px;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[463px\] {
    max-width: 463px;
  }
  .max-w-\[472px\] {
    max-width: 472px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[608px\] {
    max-width: 608px;
  }
  .max-w-\[618px\] {
    max-width: 618px;
  }
  .max-w-\[645px\] {
    max-width: 645px;
  }
  .max-w-\[647px\] {
    max-width: 647px;
  }
  .max-w-\[671px\] {
    max-width: 671px;
  }
  .max-w-\[688px\] {
    max-width: 688px;
  }
  .max-w-\[697px\] {
    max-width: 697px;
  }
  .max-w-\[701px\] {
    max-width: 701px;
  }
  .max-w-\[705px\] {
    max-width: 705px;
  }
  .max-w-\[713px\] {
    max-width: 713px;
  }
  .max-w-\[770px\] {
    max-width: 770px;
  }
  .max-w-\[772px\] {
    max-width: 772px;
  }
  .max-w-\[817px\] {
    max-width: 817px;
  }
  .max-w-\[848px\] {
    max-width: 848px;
  }
  .max-w-\[861px\] {
    max-width: 861px;
  }
  .max-w-\[933px\] {
    max-width: 933px;
  }
  .max-w-\[1012px\] {
    max-width: 1012px;
  }
  .max-w-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1304px\] {
    max-width: 1304px;
  }
  .max-w-\[1436px\] {
    max-width: 1436px;
  }
  .max-w-\[1462px\] {
    max-width: 1462px;
  }
  .max-w-\[1497px\] {
    max-width: 1497px;
  }
  .max-w-\[1560px\] {
    max-width: 1560px;
  }
  .max-w-\[1564px\] {
    max-width: 1564px;
  }
  .max-w-\[1565px\] {
    max-width: 1565px;
  }
  .max-w-\[1567px\] {
    max-width: 1567px;
  }
  .max-w-\[1568px\] {
    max-width: 1568px;
  }
  .max-w-\[1580px\] {
    max-width: 1580px;
  }
  .max-w-\[1658px\] {
    max-width: 1658px;
  }
  .max-w-\[calc\(100\%_-_110px\)\] {
    max-width: calc(100% - 110px);
  }
  .min-w-\[71px\] {
    min-width: 71px;
  }
  .min-w-\[72px\] {
    min-width: 72px;
  }
  .min-w-\[94px\] {
    min-width: 94px;
  }
  .min-w-\[221px\] {
    min-width: 221px;
  }
  .min-w-\[500px\] {
    min-width: 500px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    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);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .-rotate-z-90 {
    --tw-rotate-z: rotateZ(calc(90deg * -1));
    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,);
  }
  .animate-shake {
    animation: var(--animate-shake);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-\[1\.1fr_1fr\] {
    grid-template-columns: 1.1fr 1fr;
  }
  .grid-cols-\[1fr_0\.6fr\] {
    grid-template-columns: 1fr 0.6fr;
  }
  .grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }
  .grid-cols-\[1fr_427px\] {
    grid-template-columns: 1fr 427px;
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-cols-\[343px_1fr\] {
    grid-template-columns: 343px 1fr;
  }
  .grid-cols-\[384px_1fr\] {
    grid-template-columns: 384px 1fr;
  }
  .grid-cols-\[505px_1fr\] {
    grid-template-columns: 505px 1fr;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }
  .grid-cols-\[minmax\(auto\,817px\)_minmax\(auto\,662px\)\] {
    grid-template-columns: minmax(auto,817px) minmax(auto,662px);
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-\[1fr_0\.6fr_0\.3fr\] {
    grid-template-rows: 1fr 0.6fr 0.3fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .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;
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[23px\] {
    gap: 23px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-\[37px\] {
    gap: 37px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[47px\] {
    gap: 47px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[57px\] {
    gap: 57px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[62px\] {
    gap: 62px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[84px\] {
    gap: 84px;
  }
  .gap-\[87px\] {
    gap: 87px;
  }
  .gap-\[90px\] {
    gap: 90px;
  }
  .gap-\[92px\] {
    gap: 92px;
  }
  .gap-\[125px\] {
    gap: 125px;
  }
  .gap-\[171px\] {
    gap: 171px;
  }
  .gap-\[180px\] {
    gap: 180px;
  }
  .gap-\[200px\] {
    gap: 200px;
  }
  .gap-x-\[77px\] {
    column-gap: 77px;
  }
  .gap-x-\[80px\] {
    column-gap: 80px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .gap-y-\[37px\] {
    row-gap: 37px;
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[\#D0D0D0\] {
    :where(& > :not(:last-child)) {
      border-color: #D0D0D0;
    }
  }
  .divide-\[\#DDDDDD\] {
    :where(& > :not(:last-child)) {
      border-color: #DDDDDD;
    }
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-l-\[20px\] {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .rounded-r-\[20px\] {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-\[\#83704E\] {
    border-color: #83704E;
  }
  .border-\[\#252525\] {
    border-color: #252525;
  }
  .border-\[\#D0D0D0\] {
    border-color: #D0D0D0;
  }
  .border-\[\#DDDDDD\] {
    border-color: #DDDDDD;
  }
  .border-\[\#EBEBEB\] {
    border-color: #EBEBEB;
  }
  .border-\[\#FF9D00\] {
    border-color: #FF9D00;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-black\/20 {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-b-\[\#000E56\] {
    border-bottom-color: #000E56;
  }
  .bg-\[\#000E56\] {
    background-color: #000E56;
  }
  .bg-\[\#000000\] {
    background-color: #000000;
  }
  .bg-\[\#98A393\] {
    background-color: #98A393;
  }
  .bg-\[\#D0D0D0\] {
    background-color: #D0D0D0;
  }
  .bg-\[\#DEE2DD\] {
    background-color: #DEE2DD;
  }
  .bg-\[\#EEEEEE\] {
    background-color: #EEEEEE;
  }
  .bg-\[\#EFF5F8\] {
    background-color: #EFF5F8;
  }
  .bg-\[\#F3F1FF\] {
    background-color: #F3F1FF;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F9FAF9\] {
    background-color: #F9FAF9;
  }
  .bg-\[\#FF9D00\] {
    background-color: #FF9D00;
  }
  .bg-\[\#FF9D00\]\/60 {
    background-color: color-mix(in oklab, #FF9D00 60%, transparent);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-\[linear-gradient\(20deg\,_\#FF9D00_30\%\,_\#EAE200_70\%\)\] {
    background-image: linear-gradient(20deg, #FF9D00 30%, #EAE200 70%);
  }
  .bg-\[url\(\'\/assets\/images\/about3\.png\'\)\] {
    background-image: url('/assets/images/about3.png');
  }
  .bg-\[url\(\'\/assets\/images\/map-dots\.svg\'\)\] {
    background-image: url('/assets/images/map-dots.svg');
  }
  .bg-\[url\(\'\/assets\/images\/map-overlay\.svg\'\)\] {
    background-image: url('/assets/images/map-overlay.svg');
  }
  .bg-\[url\(\'\/assets\/images\/other\.png\'\)\] {
    background-image: url('/assets/images/other.png');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[8px_13px_8px_10px\] {
    padding: 8px 13px 8px 10px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[10px_15px_10px_17px\] {
    padding: 10px 15px 10px 17px;
  }
  .p-\[14px_24px_14px_20px\] {
    padding: 14px 24px 14px 20px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[20px_0_0_20px\] {
    padding: 20px 0 0 20px;
  }
  .p-\[23px_29px_23px_40px\] {
    padding: 23px 29px 23px 40px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[28px_39px\] {
    padding: 28px 39px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .p-\[35px_30px\] {
    padding: 35px 30px;
  }
  .p-\[37px\] {
    padding: 37px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[41px_75px\] {
    padding: 41px 75px;
  }
  .p-\[42px_26px\] {
    padding: 42px 26px;
  }
  .p-\[46px_59px\] {
    padding: 46px 59px;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .p-\[66px_93px\] {
    padding: 66px 93px;
  }
  .p-\[80px\] {
    padding: 80px;
  }
  .p-\[80px_80px_50px_80px\] {
    padding: 80px 80px 50px 80px;
  }
  .p-\[92px_20px_92px_70px\] {
    padding: 92px 20px 92px 70px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[9px\] {
    padding-inline: 9px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[20xp\] {
    padding-inline: 20xp;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[42px\] {
    padding-inline: 42px;
  }
  .px-\[80px\] {
    padding-inline: 80px;
  }
  .px-\[109px\] {
    padding-inline: 109px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[49px\] {
    padding-block: 49px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[114px\] {
    padding-block: 114px;
  }
  .py-\[117px\] {
    padding-block: 117px;
  }
  .py-\[127px\] {
    padding-block: 127px;
  }
  .py-\[150px\] {
    padding-block: 150px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-\[6px\] {
    padding-top: 6px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[44px\] {
    padding-top: 44px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[76px\] {
    padding-top: 76px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[128px\] {
    padding-top: 128px;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-\[37px\] {
    padding-right: 37px;
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[69px\] {
    padding-bottom: 69px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[82px\] {
    padding-bottom: 82px;
  }
  .pb-\[136px\] {
    padding-bottom: 136px;
  }
  .pl-\[57px\] {
    padding-left: 57px;
  }
  .pl-\[80px\] {
    padding-left: 80px;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .font-dm {
    font-family: var(--font-dm);
  }
  .font-inter {
    font-family: var(--font-inter);
  }
  .font-krub {
    font-family: var(--font-krub);
  }
  .font-manrope {
    font-family: var(--font-manrope);
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .font-rubik {
    font-family: var(--font-rubik);
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[54px\] {
    font-size: 54px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .text-\[100px\] {
    font-size: 100px;
  }
  .text-\[250px\] {
    font-size: 250px;
  }
  .leading-\[17\.5px\] {
    --tw-leading: 17.5px;
    line-height: 17.5px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[46px\] {
    --tw-leading: 46px;
    line-height: 46px;
  }
  .leading-\[58\.2px\] {
    --tw-leading: 58.2px;
    line-height: 58.2px;
  }
  .leading-\[80\%\] {
    --tw-leading: 80%;
    line-height: 80%;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[114\%\] {
    --tw-leading: 114%;
    line-height: 114%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[121\%\] {
    --tw-leading: 121%;
    line-height: 121%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[135\%\] {
    --tw-leading: 135%;
    line-height: 135%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .leading-\[151\%\] {
    --tw-leading: 151%;
    line-height: 151%;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .leading-\[250\%\] {
    --tw-leading: 250%;
    line-height: 250%;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .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);
  }
  .tracking-\[1\.3px\] {
    --tw-tracking: 1.3px;
    letter-spacing: 1.3px;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-\[\#0E0E0E\] {
    color: #0E0E0E;
  }
  .text-\[\#000E56\] {
    color: #000E56;
  }
  .text-\[\#1C1F35\] {
    color: #1C1F35;
  }
  .text-\[\#1E1E1E\] {
    color: #1E1E1E;
  }
  .text-\[\#9C9C9C\] {
    color: #9C9C9C;
  }
  .text-\[\#98A393\] {
    color: #98A393;
  }
  .text-\[\#666C89\] {
    color: #666C89;
  }
  .text-\[\#020800\] {
    color: #020800;
  }
  .text-\[\#63666D\] {
    color: #63666D;
  }
  .text-\[\#121212\] {
    color: #121212;
  }
  .text-\[\#212121\] {
    color: #212121;
  }
  .text-\[\#222222\] {
    color: #222222;
  }
  .text-\[\#666666\] {
    color: #666666;
  }
  .text-\[\#808380\] {
    color: #808380;
  }
  .text-\[\#A9A9A9\] {
    color: #A9A9A9;
  }
  .text-\[\#B4B4B4\] {
    color: #B4B4B4;
  }
  .text-\[\#D9D9D9\] {
    color: #D9D9D9;
  }
  .text-\[\#E8E8E8\] {
    color: #E8E8E8;
  }
  .text-\[\#FF9D00\] {
    color: #FF9D00;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[\#004990\]\/20 {
    text-decoration-color: color-mix(in oklab, #004990 20%, transparent);
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-zinc-200 {
    --tw-ring-color: var(--color-zinc-200);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .backdrop-blur-\[1px\] {
    --tw-backdrop-blur: blur(1px);
    -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,);
  }
  .backdrop-filter {
    -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 {
    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-\[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-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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:scale-90 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 90%;
        --tw-scale-y: 90%;
        --tw-scale-z: 90%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .peer-checked\:max-h-96 {
    &:is(:where(.peer):checked ~ *) {
      max-height: calc(var(--spacing) * 96);
    }
  }
  .peer-checked\:rotate-0 {
    &:is(:where(.peer):checked ~ *) {
      rotate: 0deg;
    }
  }
  .placeholder\:text-\[\#666666\] {
    &::placeholder {
      color: #666666;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .before\:-left-1 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * -1);
    }
  }
  .before\:h-1 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1);
    }
  }
  .before\:w-1 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 1);
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:border {
    &::before {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .before\:border-\[\#DEE2DD\] {
    &::before {
      content: var(--tw-content);
      border-color: #DEE2DD;
    }
  }
  .before\:bg-\[\#DEE2DD\] {
    &::before {
      content: var(--tw-content);
      background-color: #DEE2DD;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .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-1 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * -1);
    }
  }
  .after\:h-1 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1);
    }
  }
  .after\:w-1 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 1);
    }
  }
  .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\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:border {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-\[\#DEE2DD\] {
    &::after {
      content: var(--tw-content);
      border-color: #DEE2DD;
    }
  }
  .after\:bg-\[\#DEE2DD\] {
    &::after {
      content: var(--tw-content);
      background-color: #DEE2DD;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:bg-\[\#ECEEEB\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ECEEEB;
      }
    }
  }
  .hover\:bg-gradient-to-br {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-position: to bottom right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
      }
    }
  }
  .hover\:from-\[\#00CC78\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: #00CC78;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:to-\[\#346E6F\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: #346E6F;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:text-\[\#FF9D00\] {
    &:hover {
      @media (hover: hover) {
        color: #FF9D00;
      }
    }
  }
  .hover\:text-transparent {
    &:hover {
      @media (hover: hover) {
        color: transparent;
      }
    }
  }
  .hover\:decoration-dashed {
    &:hover {
      @media (hover: hover) {
        text-decoration-style: dashed;
      }
    }
  }
  .hover\:duration-300 {
    &:hover {
      @media (hover: hover) {
        --tw-duration: 300ms;
        transition-duration: 300ms;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-2xl\:mb-\[8px\] {
    @media (width < 96rem) {
      margin-bottom: 8px;
    }
  }
  .max-2xl\:mb-\[20px\] {
    @media (width < 96rem) {
      margin-bottom: 20px;
    }
  }
  .max-2xl\:mb-\[40px\] {
    @media (width < 96rem) {
      margin-bottom: 40px;
    }
  }
  .max-2xl\:hidden {
    @media (width < 96rem) {
      display: none;
    }
  }
  .max-2xl\:aspect-video {
    @media (width < 96rem) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .max-2xl\:size-\[16px\] {
    @media (width < 96rem) {
      width: 16px;
      height: 16px;
    }
  }
  .max-2xl\:h-\[420px\] {
    @media (width < 96rem) {
      height: 420px;
    }
  }
  .max-2xl\:h-\[450px\] {
    @media (width < 96rem) {
      height: 450px;
    }
  }
  .max-2xl\:w-full {
    @media (width < 96rem) {
      width: 100%;
    }
  }
  .max-2xl\:max-w-\[200px\] {
    @media (width < 96rem) {
      max-width: 200px;
    }
  }
  .max-2xl\:max-w-\[300px\] {
    @media (width < 96rem) {
      max-width: 300px;
    }
  }
  .max-2xl\:max-w-\[600px\] {
    @media (width < 96rem) {
      max-width: 600px;
    }
  }
  .max-2xl\:max-w-full {
    @media (width < 96rem) {
      max-width: 100%;
    }
  }
  .max-2xl\:grid-cols-\[1fr_300px\] {
    @media (width < 96rem) {
      grid-template-columns: 1fr 300px;
    }
  }
  .max-2xl\:grid-cols-\[250px_1fr\] {
    @media (width < 96rem) {
      grid-template-columns: 250px 1fr;
    }
  }
  .max-2xl\:grid-cols-\[400px_1fr\] {
    @media (width < 96rem) {
      grid-template-columns: 400px 1fr;
    }
  }
  .max-2xl\:flex-col {
    @media (width < 96rem) {
      flex-direction: column;
    }
  }
  .max-2xl\:gap-\[20px\] {
    @media (width < 96rem) {
      gap: 20px;
    }
  }
  .max-2xl\:gap-\[40px\] {
    @media (width < 96rem) {
      gap: 40px;
    }
  }
  .max-2xl\:gap-\[80px\] {
    @media (width < 96rem) {
      gap: 80px;
    }
  }
  .max-2xl\:gap-x-\[40px\] {
    @media (width < 96rem) {
      column-gap: 40px;
    }
  }
  .max-2xl\:gap-y-\[20px\] {
    @media (width < 96rem) {
      row-gap: 20px;
    }
  }
  .max-2xl\:rounded-none {
    @media (width < 96rem) {
      border-radius: 0;
    }
  }
  .max-2xl\:p-\[20px\] {
    @media (width < 96rem) {
      padding: 20px;
    }
  }
  .max-2xl\:py-\[16px\] {
    @media (width < 96rem) {
      padding-block: 16px;
    }
  }
  .max-2xl\:pt-\[50px\] {
    @media (width < 96rem) {
      padding-top: 50px;
    }
  }
  .max-2xl\:text-\[18px\] {
    @media (width < 96rem) {
      font-size: 18px;
    }
  }
  .max-2xl\:text-\[20px\] {
    @media (width < 96rem) {
      font-size: 20px;
    }
  }
  .max-2xl\:text-\[30px\] {
    @media (width < 96rem) {
      font-size: 30px;
    }
  }
  .max-2xl\:text-\[40px\] {
    @media (width < 96rem) {
      font-size: 40px;
    }
  }
  .max-xl\:-mt-\[20\] {
    @media (width < 80rem) {
      margin-top: calc(20 * -1);
    }
  }
  .max-xl\:-mt-\[40\] {
    @media (width < 80rem) {
      margin-top: calc(40 * -1);
    }
  }
  .max-xl\:mb-2 {
    @media (width < 80rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .max-xl\:hidden {
    @media (width < 80rem) {
      display: none;
    }
  }
  .max-xl\:size-\[60px\] {
    @media (width < 80rem) {
      width: 60px;
      height: 60px;
    }
  }
  .max-xl\:size-\[80px\] {
    @media (width < 80rem) {
      width: 80px;
      height: 80px;
    }
  }
  .max-xl\:h-\[40px\] {
    @media (width < 80rem) {
      height: 40px;
    }
  }
  .max-xl\:h-\[50px\] {
    @media (width < 80rem) {
      height: 50px;
    }
  }
  .max-xl\:h-\[300px\] {
    @media (width < 80rem) {
      height: 300px;
    }
  }
  .max-xl\:max-w-\[300px\] {
    @media (width < 80rem) {
      max-width: 300px;
    }
  }
  .max-xl\:max-w-\[700px\] {
    @media (width < 80rem) {
      max-width: 700px;
    }
  }
  .max-xl\:max-w-full {
    @media (width < 80rem) {
      max-width: 100%;
    }
  }
  .max-xl\:grid-cols-1 {
    @media (width < 80rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-xl\:grid-cols-2 {
    @media (width < 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-xl\:gap-\[40px\] {
    @media (width < 80rem) {
      gap: 40px;
    }
  }
  .max-xl\:text-\[20px\] {
    @media (width < 80rem) {
      font-size: 20px;
    }
  }
  .max-xl\:text-\[30px\] {
    @media (width < 80rem) {
      font-size: 30px;
    }
  }
  .max-xl\:text-\[40px\] {
    @media (width < 80rem) {
      font-size: 40px;
    }
  }
  .max-xl\:text-\[45px\] {
    @media (width < 80rem) {
      font-size: 45px;
    }
  }
  .max-xl\:text-\[50px\] {
    @media (width < 80rem) {
      font-size: 50px;
    }
  }
  .max-xl\:text-\[70px\] {
    @media (width < 80rem) {
      font-size: 70px;
    }
  }
  .max-xl\:leading-tight {
    @media (width < 80rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
  .max-lg\:col-span-3 {
    @media (width < 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .max-lg\:col-start-1 {
    @media (width < 64rem) {
      grid-column-start: 1;
    }
  }
  .max-lg\:row-start-1 {
    @media (width < 64rem) {
      grid-row-start: 1;
    }
  }
  .max-lg\:mb-0 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mb-\[20px\] {
    @media (width < 64rem) {
      margin-bottom: 20px;
    }
  }
  .max-lg\:mb-\[40px\] {
    @media (width < 64rem) {
      margin-bottom: 40px;
    }
  }
  .max-lg\:mb-\[50px\] {
    @media (width < 64rem) {
      margin-bottom: 50px;
    }
  }
  .max-lg\:ml-0 {
    @media (width < 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:block {
    @media (width < 64rem) {
      display: block;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:size-\[80px\] {
    @media (width < 64rem) {
      width: 80px;
      height: 80px;
    }
  }
  .max-lg\:h-\[40px\] {
    @media (width < 64rem) {
      height: 40px;
    }
  }
  .max-lg\:h-\[50px\] {
    @media (width < 64rem) {
      height: 50px;
    }
  }
  .max-lg\:w-1\/2 {
    @media (width < 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .max-lg\:w-1\/3 {
    @media (width < 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .max-lg\:max-w-\[200px\] {
    @media (width < 64rem) {
      max-width: 200px;
    }
  }
  .max-lg\:max-w-\[240px\] {
    @media (width < 64rem) {
      max-width: 240px;
    }
  }
  .max-lg\:max-w-\[250px\] {
    @media (width < 64rem) {
      max-width: 250px;
    }
  }
  .max-lg\:max-w-\[600px\] {
    @media (width < 64rem) {
      max-width: 600px;
    }
  }
  .max-lg\:max-w-full {
    @media (width < 64rem) {
      max-width: 100%;
    }
  }
  .max-lg\:grid-cols-1 {
    @media (width < 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:grid-cols-3 {
    @media (width < 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .max-lg\:grid-cols-\[100px_1fr\] {
    @media (width < 64rem) {
      grid-template-columns: 100px 1fr;
    }
  }
  .max-lg\:grid-rows-\[auto_auto_auto\] {
    @media (width < 64rem) {
      grid-template-rows: auto auto auto;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:gap-\[20px\] {
    @media (width < 64rem) {
      gap: 20px;
    }
  }
  .max-lg\:gap-\[40px\] {
    @media (width < 64rem) {
      gap: 40px;
    }
  }
  .max-lg\:gap-\[80px\] {
    @media (width < 64rem) {
      gap: 80px;
    }
  }
  .max-lg\:rounded-\[20px\] {
    @media (width < 64rem) {
      border-radius: 20px;
    }
  }
  .max-lg\:p-\[40px\] {
    @media (width < 64rem) {
      padding: 40px;
    }
  }
  .max-lg\:p-\[40px_20px\] {
    @media (width < 64rem) {
      padding: 40px 20px;
    }
  }
  .max-lg\:px-\[40px\] {
    @media (width < 64rem) {
      padding-inline: 40px;
    }
  }
  .max-lg\:py-\[40px\] {
    @media (width < 64rem) {
      padding-block: 40px;
    }
  }
  .max-lg\:py-\[80px\] {
    @media (width < 64rem) {
      padding-block: 80px;
    }
  }
  .max-lg\:pb-\[40px\] {
    @media (width < 64rem) {
      padding-bottom: 40px;
    }
  }
  .max-lg\:pb-\[80px\] {
    @media (width < 64rem) {
      padding-bottom: 80px;
    }
  }
  .max-lg\:text-\[14px\] {
    @media (width < 64rem) {
      font-size: 14px;
    }
  }
  .max-lg\:text-\[16px\] {
    @media (width < 64rem) {
      font-size: 16px;
    }
  }
  .max-lg\:text-\[20px\] {
    @media (width < 64rem) {
      font-size: 20px;
    }
  }
  .max-lg\:text-\[22px\] {
    @media (width < 64rem) {
      font-size: 22px;
    }
  }
  .max-lg\:text-\[24px\] {
    @media (width < 64rem) {
      font-size: 24px;
    }
  }
  .max-lg\:text-\[30px\] {
    @media (width < 64rem) {
      font-size: 30px;
    }
  }
  .max-lg\:text-\[40px\] {
    @media (width < 64rem) {
      font-size: 40px;
    }
  }
  .max-lg\:text-\[50px\] {
    @media (width < 64rem) {
      font-size: 50px;
    }
  }
  .max-lg\:text-\[55px\] {
    @media (width < 64rem) {
      font-size: 55px;
    }
  }
  .max-lg\:leading-\[26px\] {
    @media (width < 64rem) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .max-lg\:leading-\[30px\] {
    @media (width < 64rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .max-md\:col-span-1 {
    @media (width < 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .max-md\:col-span-2 {
    @media (width < 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .max-md\:-mt-\[30px\] {
    @media (width < 48rem) {
      margin-top: calc(30px * -1);
    }
  }
  .max-md\:mb-0 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:mb-\[10px\] {
    @media (width < 48rem) {
      margin-bottom: 10px;
    }
  }
  .max-md\:mb-\[20px\] {
    @media (width < 48rem) {
      margin-bottom: 20px;
    }
  }
  .max-md\:mb-\[40px\] {
    @media (width < 48rem) {
      margin-bottom: 40px;
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:size-\[60px\] {
    @media (width < 48rem) {
      width: 60px;
      height: 60px;
    }
  }
  .max-md\:h-\[22px\] {
    @media (width < 48rem) {
      height: 22px;
    }
  }
  .max-md\:h-\[25px\] {
    @media (width < 48rem) {
      height: 25px;
    }
  }
  .max-md\:h-\[30px\] {
    @media (width < 48rem) {
      height: 30px;
    }
  }
  .max-md\:h-\[40px\] {
    @media (width < 48rem) {
      height: 40px;
    }
  }
  .max-md\:h-\[45px\] {
    @media (width < 48rem) {
      height: 45px;
    }
  }
  .max-md\:h-\[50px\] {
    @media (width < 48rem) {
      height: 50px;
    }
  }
  .max-md\:h-auto {
    @media (width < 48rem) {
      height: auto;
    }
  }
  .max-md\:h-max {
    @media (width < 48rem) {
      height: max-content;
    }
  }
  .max-md\:min-h-\[25px\] {
    @media (width < 48rem) {
      min-height: 25px;
    }
  }
  .max-md\:w-1 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 1);
    }
  }
  .max-md\:w-1\/2 {
    @media (width < 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .max-md\:w-\[15px\] {
    @media (width < 48rem) {
      width: 15px;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-\[180px\] {
    @media (width < 48rem) {
      max-width: 180px;
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .max-md\:max-w-max {
    @media (width < 48rem) {
      max-width: max-content;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:grid-cols-2 {
    @media (width < 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-md\:grid-rows-\[repeat\(4\,auto\)\] {
    @media (width < 48rem) {
      grid-template-rows: repeat(4,auto);
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:gap-0 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .max-md\:gap-\[10px\] {
    @media (width < 48rem) {
      gap: 10px;
    }
  }
  .max-md\:gap-\[20px\] {
    @media (width < 48rem) {
      gap: 20px;
    }
  }
  .max-md\:gap-\[40px\] {
    @media (width < 48rem) {
      gap: 40px;
    }
  }
  .max-md\:divide-y {
    @media (width < 48rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(1px * var(--tw-divide-y-reverse));
        border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
      }
    }
  }
  .max-md\:rounded-\[10px\] {
    @media (width < 48rem) {
      border-radius: 10px;
    }
  }
  .max-md\:bg-none {
    @media (width < 48rem) {
      background-image: none;
    }
  }
  .max-md\:p-\[0px_20px_40px_20px\] {
    @media (width < 48rem) {
      padding: 0px 20px 40px 20px;
    }
  }
  .max-md\:p-\[20px\] {
    @media (width < 48rem) {
      padding: 20px;
    }
  }
  .max-md\:p-\[40px\] {
    @media (width < 48rem) {
      padding: 40px;
    }
  }
  .max-md\:p-\[40px_20px\] {
    @media (width < 48rem) {
      padding: 40px 20px;
    }
  }
  .max-md\:p-\[40px_20px_0_20px\] {
    @media (width < 48rem) {
      padding: 40px 20px 0 20px;
    }
  }
  .max-md\:px-\[20px\] {
    @media (width < 48rem) {
      padding-inline: 20px;
    }
  }
  .max-md\:py-\[20px\] {
    @media (width < 48rem) {
      padding-block: 20px;
    }
  }
  .max-md\:py-\[40px\] {
    @media (width < 48rem) {
      padding-block: 40px;
    }
  }
  .max-md\:pt-0 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .max-md\:pt-\[20px\] {
    @media (width < 48rem) {
      padding-top: 20px;
    }
  }
  .max-md\:pt-\[40px\] {
    @media (width < 48rem) {
      padding-top: 40px;
    }
  }
  .max-md\:pb-0 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:pb-\[40px\] {
    @media (width < 48rem) {
      padding-bottom: 40px;
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-md\:text-\[12px\] {
    @media (width < 48rem) {
      font-size: 12px;
    }
  }
  .max-md\:text-\[14px\] {
    @media (width < 48rem) {
      font-size: 14px;
    }
  }
  .max-md\:text-\[16px\] {
    @media (width < 48rem) {
      font-size: 16px;
    }
  }
  .max-md\:text-\[18px\] {
    @media (width < 48rem) {
      font-size: 18px;
    }
  }
  .max-md\:text-\[20px\] {
    @media (width < 48rem) {
      font-size: 20px;
    }
  }
  .max-md\:text-\[22px\] {
    @media (width < 48rem) {
      font-size: 22px;
    }
  }
  .max-md\:text-\[25px\] {
    @media (width < 48rem) {
      font-size: 25px;
    }
  }
  .max-md\:text-\[30px\] {
    @media (width < 48rem) {
      font-size: 30px;
    }
  }
  .max-md\:text-\[35px\] {
    @media (width < 48rem) {
      font-size: 35px;
    }
  }
  .max-md\:text-\[40px\] {
    @media (width < 48rem) {
      font-size: 40px;
    }
  }
  .max-md\:text-\[45px\] {
    @media (width < 48rem) {
      font-size: 45px;
    }
  }
  .max-md\:text-\[50px\] {
    @media (width < 48rem) {
      font-size: 50px;
    }
  }
  .max-md\:text-\[80px\] {
    @media (width < 48rem) {
      font-size: 80px;
    }
  }
  .max-md\:leading-tight {
    @media (width < 48rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
  .max-sm\:col-span-1 {
    @media (width < 40rem) {
      grid-column: span 1 / span 1;
    }
  }
  .max-sm\:-mt-\[200px\] {
    @media (width < 40rem) {
      margin-top: calc(200px * -1);
    }
  }
  .max-sm\:mb-\[5px\] {
    @media (width < 40rem) {
      margin-bottom: 5px;
    }
  }
  .max-sm\:mb-\[20px\] {
    @media (width < 40rem) {
      margin-bottom: 20px;
    }
  }
  .max-sm\:mb-\[40px\] {
    @media (width < 40rem) {
      margin-bottom: 40px;
    }
  }
  .max-sm\:ml-0 {
    @media (width < 40rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:hidden {
    @media (width < 40rem) {
      display: none;
    }
  }
  .max-sm\:aspect-square {
    @media (width < 40rem) {
      aspect-ratio: 1 / 1;
    }
  }
  .max-sm\:size-4 {
    @media (width < 40rem) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:size-\[44px\] {
    @media (width < 40rem) {
      width: 44px;
      height: 44px;
    }
  }
  .max-sm\:h-auto {
    @media (width < 40rem) {
      height: auto;
    }
  }
  .max-sm\:w-full {
    @media (width < 40rem) {
      width: 100%;
    }
  }
  .max-sm\:max-w-full {
    @media (width < 40rem) {
      max-width: 100%;
    }
  }
  .max-sm\:min-w-full {
    @media (width < 40rem) {
      min-width: 100%;
    }
  }
  .max-sm\:grid-cols-1 {
    @media (width < 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-sm\:grid-rows-\[repeat\(7\,auto\)\] {
    @media (width < 40rem) {
      grid-template-rows: repeat(7,auto);
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .max-sm\:gap-\[20px\] {
    @media (width < 40rem) {
      gap: 20px;
    }
  }
  .max-sm\:rounded-\[10px\] {
    @media (width < 40rem) {
      border-radius: 10px;
    }
  }
  .max-sm\:border-0 {
    @media (width < 40rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .max-sm\:p-\[0px\] {
    @media (width < 40rem) {
      padding: 0px;
    }
  }
  .max-sm\:p-\[20px\] {
    @media (width < 40rem) {
      padding: 20px;
    }
  }
  .max-sm\:p-\[40px_20px\] {
    @media (width < 40rem) {
      padding: 40px 20px;
    }
  }
  .max-sm\:pt-0 {
    @media (width < 40rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:text-\[12px\] {
    @media (width < 40rem) {
      font-size: 12px;
    }
  }
  .max-sm\:text-\[14px\] {
    @media (width < 40rem) {
      font-size: 14px;
    }
  }
  .max-sm\:text-\[16px\] {
    @media (width < 40rem) {
      font-size: 16px;
    }
  }
  .max-sm\:text-\[18px\] {
    @media (width < 40rem) {
      font-size: 18px;
    }
  }
  .max-sm\:text-\[20px\] {
    @media (width < 40rem) {
      font-size: 20px;
    }
  }
  .max-sm\:text-\[25px\] {
    @media (width < 40rem) {
      font-size: 25px;
    }
  }
  .max-sm\:text-\[30px\] {
    @media (width < 40rem) {
      font-size: 30px;
    }
  }
  .max-sm\:text-\[50px\] {
    @media (width < 40rem) {
      font-size: 50px;
    }
  }
  .max-sm\:leading-tight {
    @media (width < 40rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
}
body {
  scroll-behavior: smooth;
}
@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-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@keyframes shake {
  0%, 60%, 100% {
    transform: translateX(0);
  }
  10%, 30% {
    transform: translateX(-2px);
  }
  20%, 40% {
    transform: translateX(2px);
  }
}
@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-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}
