/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[00px\] {
    top: 00px;
  }
  .top-\[1\] {
    top: 1;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .top-\[300px\] {
    top: 300px;
  }
  .top-\[500px\] {
    top: 500px;
  }
  .top-\[550px\] {
    top: 550px;
  }
  .top-\[600px\] {
    top: 600px;
  }
  .top-\[620px\] {
    top: 620px;
  }
  .top-\[630px\] {
    top: 630px;
  }
  .top-\[650px\] {
    top: 650px;
  }
  .top-\[700px\] {
    top: 700px;
  }
  .top-\[2000px\] {
    top: 2000px;
  }
  .top-\[2500px\] {
    top: 2500px;
  }
  .top-\[2800px\] {
    top: 2800px;
  }
  .top-\[2850px\] {
    top: 2850px;
  }
  .top-\[2880px\] {
    top: 2880px;
  }
  .top-\[2890px\] {
    top: 2890px;
  }
  .top-\[2900px\] {
    top: 2900px;
  }
  .top-\[3000px\] {
    top: 3000px;
  }
  .right-\[00px\] {
    right: 00px;
  }
  .right-\[50px\] {
    right: 50px;
  }
  .right-\[70px\] {
    right: 70px;
  }
  .right-\[100px\] {
    right: 100px;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .bottom-\[50px\] {
    bottom: 50px;
  }
  .bottom-\[150px\] {
    bottom: 150px;
  }
  .bottom-\[250px\] {
    bottom: 250px;
  }
  .bottom-\[450px\] {
    bottom: 450px;
  }
  .left-\[-0px\] {
    left: -0px;
  }
  .left-\[-2\\0px\] {
    left: -2\0px;
  }
  .left-\[-10px\] {
    left: -10px;
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .left-\[00px\] {
    left: 00px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[50px\] {
    left: 50px;
  }
  .left-\[70px\] {
    left: 70px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .left-\[160px\] {
    left: 160px;
  }
  .left-\[200p\] {
    left: 200p;
  }
  .left-\[200px\] {
    left: 200px;
  }
  .left-\[220px\] {
    left: 220px;
  }
  .left-\[230px\] {
    left: 230px;
  }
  .left-\[240px\] {
    left: 240px;
  }
  .left-\[250px\] {
    left: 250px;
  }
  .left-\[280px\] {
    left: 280px;
  }
  .left-\[300px\] {
    left: 300px;
  }
  .left-\[360px\] {
    left: 360px;
  }
  .left-\[400px\] {
    left: 400px;
  }
  .left-\[580px\] {
    left: 580px;
  }
  .left-\[590px\] {
    left: 590px;
  }
  .left-\[600px\] {
    left: 600px;
  }
  .left-\[800px\] {
    left: 800px;
  }
  .z-10 {
    z-index: 10;
  }
  .m-auto {
    margin: auto;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[7\] {
    margin-top: 7;
  }
  .mt-\[8\] {
    margin-top: 8;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[130px\] {
    margin-top: 130px;
  }
  .mt-\[500px\] {
    margin-top: 500px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[-40px\] {
    margin-left: -40px;
  }
  .ml-\[-80px\] {
    margin-left: -80px;
  }
  .ml-\[-100px\] {
    margin-left: -100px;
  }
  .ml-\[-200px\] {
    margin-left: -200px;
  }
  .ml-\[-240px\] {
    margin-left: -240px;
  }
  .ml-\[-250px\] {
    margin-left: -250px;
  }
  .ml-\[-2000px\] {
    margin-left: -2000px;
  }
  .ml-\[12px\] {
    margin-left: 12px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[30px\] {
    margin-left: 30px;
  }
  .ml-\[200px\] {
    margin-left: 200px;
  }
  .ml-\[300px\] {
    margin-left: 300px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[189px\] {
    height: 189px;
  }
  .h-\[193px\] {
    height: 193px;
  }
  .h-\[199px\] {
    height: 199px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[460px\] {
    height: 460px;
  }
  .h-\[480px\] {
    height: 480px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[677px\] {
    height: 677px;
  }
  .h-\[777px\] {
    height: 777px;
  }
  .h-\[px\] {
    height: px;
  }
  .h-auto {
    height: auto;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-\[00\%\] {
    width: 00%;
  }
  .w-\[00px\] {
    width: 00px;
  }
  .w-\[1\] {
    width: 1;
  }
  .w-\[3\] {
    width: 3;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[41\] {
    width: 41;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[50\] {
    width: 50;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70\%x\] {
    width: 70%x;
  }
  .w-\[70\] {
    width: 70;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100\] {
    width: 100;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[109px\] {
    width: 109px;
  }
  .w-\[124px\] {
    width: 124px;
  }
  .w-\[139px\] {
    width: 139px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[164px\] {
    width: 164px;
  }
  .w-\[191px\] {
    width: 191px;
  }
  .w-\[193px\] {
    width: 193px;
  }
  .w-\[200\%\] {
    width: 200%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[205px\] {
    width: 205px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[264px\] {
    width: 264px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[288px\] {
    width: 288px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[315px\] {
    width: 315px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[370px\] {
    width: 370px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[409px\] {
    width: 409px;
  }
  .w-\[411px\] {
    width: 411px;
  }
  .w-\[415px\] {
    width: 415px;
  }
  .w-\[436px\] {
    width: 436px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[510px\] {
    width: 510px;
  }
  .w-\[515\] {
    width: 515;
  }
  .w-\[515px\] {
    width: 515px;
  }
  .w-\[522px\] {
    width: 522px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[1100px\] {
    width: 1100px;
  }
  .w-\[1194px\] {
    width: 1194px;
  }
  .w-\[1300px\] {
    width: 1300px;
  }
  .w-\[2000px\] {
    width: 2000px;
  }
  .w-\[w-\] {
    width: w-;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[12\] {
    max-width: 12;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1250px\] {
    max-width: 1250px;
  }
  .max-w-\[1260px\] {
    max-width: 1260px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[\'30px\'\] {
    gap: '30px';
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[1\] {
    gap: 1;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[150px\] {
    gap: 150px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[35px\] {
    border-radius: 35px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[280px\] {
    border-radius: 280px;
  }
  .rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .rounded-tl-\[30px\] {
    border-top-left-radius: 30px;
  }
  .rounded-tl-\[40px\] {
    border-top-left-radius: 40px;
  }
  .rounded-tl-\[50px\] {
    border-top-left-radius: 50px;
  }
  .rounded-tr-\[-50px\] {
    border-top-right-radius: -50px;
  }
  .rounded-tr-\[0px\] {
    border-top-right-radius: 0px;
  }
  .rounded-tr-\[40px\] {
    border-top-right-radius: 40px;
  }
  .rounded-tr-\[50px\] {
    border-top-right-radius: 50px;
  }
  .rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-\[1\.15px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1.15px;
  }
  .border-r-\[1px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-\[\#DDDDDD\] {
    border-color: #DDDDDD;
  }
  .border-\[\#E8E8E8\] {
    border-color: #E8E8E8;
  }
  .border-\[\#F4FDFE\] {
    border-color: #F4FDFE;
  }
  .border-\[\#FAFAFA\] {
    border-color: #FAFAFA;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-r-\[\#DDDDDD\] {
    border-right-color: #DDDDDD;
  }
  .border-r-\[1\.15\[x\]\] {
    border-right-color: 1.15[x];
  }
  .bg-\[\#24AB70\] {
    background-color: #24AB70;
  }
  .bg-\[\#24AB700A\] {
    background-color: #24AB700A;
  }
  .bg-\[\#24AB701A0\] {
    background-color: #24AB701A0;
  }
  .bg-\[\#24AB701A\] {
    background-color: #24AB701A;
  }
  .bg-\[\#F0F9F6\] {
    background-color: #F0F9F6;
  }
  .bg-\[\#F4FBF8\] {
    background-color: #F4FBF8;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[\#\] {
    background-color: #;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .pt-\[00px\] {
    padding-top: 00px;
  }
  .pt-\[20\] {
    padding-top: 20;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[50\] {
    padding-top: 50;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[280px\] {
    padding-top: 280px;
  }
  .pt-\[300px\] {
    padding-top: 300px;
  }
  .pt-\[320px\] {
    padding-top: 320px;
  }
  .pt-\[400px\] {
    padding-top: 400px;
  }
  .pt-\[430px\] {
    padding-top: 430px;
  }
  .pt-\[450px\] {
    padding-top: 450px;
  }
  .pt-\[500px\] {
    padding-top: 500px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-\[0px\] {
    padding-left: 0px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .pl-\[50px\] {
    padding-left: 50px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .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-\[50px\] {
    font-size: 50px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\[\#3E5658B2\] {
    color: #3E5658B2;
  }
  .text-\[\#021C1C\] {
    color: #021C1C;
  }
  .text-\[\#24AB70\] {
    color: #24AB70;
  }
  .text-\[\#122237\] {
    color: #122237;
  }
  .text-\[\#222222\] {
    color: #222222;
  }
  .text-\[\#555555\] {
    color: #555555;
  }
  .text-\[1\] {
    color: 1;
  }
  .text-\[2\] {
    color: 2;
  }
  .text-\[13\] {
    color: 13;
  }
  .text-\[white\] {
    color: white;
  }
  .text-\[wi\] {
    color: wi;
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-\[0px_0px\] {
    --tw-shadow: 0px 0px var(--tw-shadow-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);
  }
  .shadow-\[0px_0px_10\] {
    --tw-shadow: 0px 0px 10 var(--tw-shadow-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);
  }
  .shadow-\[0px_0px_10px_\#19394640\] {
    --tw-shadow: 0px 0px 10px var(--tw-shadow-color, #19394640);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_20px_\#19394640\] {
    --tw-shadow: 0px 0px 20px var(--tw-shadow-color, #19394640);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_10-\] {
    --tw-shadow: 0px 10- var(--tw-shadow-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);
  }
  .shadow-\[0px_10\] {
    --tw-shadow: 0px 10 var(--tw-shadow-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);
  }
  .shadow-\[0px_10px_10px_\#001D100D\] {
    --tw-shadow: 0px 10px 10px var(--tw-shadow-color, #001D100D);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_10px_30px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 10px 30px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_20px_10px_\#001D100D\] {
    --tw-shadow: 0px 20px 10px var(--tw-shadow-color, #001D100D);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .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));
  }
  .hover\:bg-\[\#1f8f5d\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1f8f5d;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:top-\[600px\] {
    @media (width >= 64rem) {
      top: 600px;
    }
  }
  .lg\:top-\[620px\] {
    @media (width >= 64rem) {
      top: 620px;
    }
  }
  .lg\:right-\[70px\] {
    @media (width >= 64rem) {
      right: 70px;
    }
  }
  .lg\:right-\[80px\] {
    @media (width >= 64rem) {
      right: 80px;
    }
  }
  .lg\:left-\[-20px\] {
    @media (width >= 64rem) {
      left: -20px;
    }
  }
  .lg\:left-\[-50px\] {
    @media (width >= 64rem) {
      left: -50px;
    }
  }
  .lg\:left-\[-70px\] {
    @media (width >= 64rem) {
      left: -70px;
    }
  }
  .lg\:left-\[-80px\] {
    @media (width >= 64rem) {
      left: -80px;
    }
  }
  .lg\:left-\[0px\] {
    @media (width >= 64rem) {
      left: 0px;
    }
  }
  .lg\:left-\[20px\] {
    @media (width >= 64rem) {
      left: 20px;
    }
  }
  .lg\:left-\[250px\] {
    @media (width >= 64rem) {
      left: 250px;
    }
  }
  .lg\:left-\[360px\] {
    @media (width >= 64rem) {
      left: 360px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: 30px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: 100px;
    }
  }
  .lg\:mt-\[130px\] {
    @media (width >= 64rem) {
      margin-top: 130px;
    }
  }
  .lg\:mt-\[150\] {
    @media (width >= 64rem) {
      margin-top: 150;
    }
  }
  .lg\:mt-\[150px\] {
    @media (width >= 64rem) {
      margin-top: 150px;
    }
  }
  .lg\:mt-\[180px\] {
    @media (width >= 64rem) {
      margin-top: 180px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: 20px;
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-\[-100px\] {
    @media (width >= 64rem) {
      margin-left: -100px;
    }
  }
  .lg\:ml-\[300px\] {
    @media (width >= 64rem) {
      margin-left: 300px;
    }
  }
  .lg\:ml-\[350px\] {
    @media (width >= 64rem) {
      margin-left: 350px;
    }
  }
  .lg\:ml-\[400px\] {
    @media (width >= 64rem) {
      margin-left: 400px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[480px\] {
    @media (width >= 64rem) {
      height: 480px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 64rem) {
      height: 500px;
    }
  }
  .lg\:w-\[3px\] {
    @media (width >= 64rem) {
      width: 3px;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[193px\] {
    @media (width >= 64rem) {
      width: 193px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[360px\] {
    @media (width >= 64rem) {
      width: 360px;
    }
  }
  .lg\:w-\[386px\] {
    @media (width >= 64rem) {
      width: 386px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 64rem) {
      width: 400px;
    }
  }
  .lg\:w-\[409px\] {
    @media (width >= 64rem) {
      width: 409px;
    }
  }
  .lg\:w-\[411px\] {
    @media (width >= 64rem) {
      width: 411px;
    }
  }
  .lg\:w-\[436px\] {
    @media (width >= 64rem) {
      width: 436px;
    }
  }
  .lg\:w-\[440px\] {
    @media (width >= 64rem) {
      width: 440px;
    }
  }
  .lg\:w-\[450px\] {
    @media (width >= 64rem) {
      width: 450px;
    }
  }
  .lg\:w-\[497px\] {
    @media (width >= 64rem) {
      width: 497px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:w-\[510px\] {
    @media (width >= 64rem) {
      width: 510px;
    }
  }
  .lg\:w-\[515px\] {
    @media (width >= 64rem) {
      width: 515px;
    }
  }
  .lg\:w-\[580px\] {
    @media (width >= 64rem) {
      width: 580px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 64rem) {
      width: 600px;
    }
  }
  .lg\:w-\[628px\] {
    @media (width >= 64rem) {
      width: 628px;
    }
  }
  .lg\:w-\[800px\] {
    @media (width >= 64rem) {
      width: 800px;
    }
  }
  .lg\:w-\[1000px\] {
    @media (width >= 64rem) {
      width: 1000px;
    }
  }
  .lg\:w-\[1194px\] {
    @media (width >= 64rem) {
      width: 1194px;
    }
  }
  .lg\:w-\[2000px\] {
    @media (width >= 64rem) {
      width: 2000px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-\[10px\] {
    @media (width >= 64rem) {
      gap: 10px;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:gap-\[100px\] {
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:rounded-\[30px\] {
    @media (width >= 64rem) {
      border-radius: 30px;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-\[0\] {
    @media (width >= 64rem) {
      padding: 0;
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 64rem) {
      padding: 40px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 64rem) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pt-\[430px\] {
    @media (width >= 64rem) {
      padding-top: 430px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 64rem) {
      padding-bottom: 50px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[50px\] {
    @media (width >= 64rem) {
      padding-left: 50px;
    }
  }
  .lg\:pl-\[100px\] {
    @media (width >= 64rem) {
      padding-left: 100px;
    }
  }
  .lg\:pl-\[140px\] {
    @media (width >= 64rem) {
      padding-left: 140px;
    }
  }
  .lg\:pl-\[150px\] {
    @media (width >= 64rem) {
      padding-left: 150px;
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[27px\] {
    @media (width >= 64rem) {
      font-size: 27px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 64rem) {
      font-size: 80px;
    }
  }
  .lg\:leading-\[26px\] {
    @media (width >= 64rem) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .lg\:shadow-xl {
    @media (width >= 64rem) {
      --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);
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
