/*! 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;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --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 {
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-auto {
    z-index: auto;
  }
  .m-auto {
    margin: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-50 {
    margin-top: calc(var(--spacing) * 50);
  }
  .mt-70 {
    margin-top: calc(var(--spacing) * 70);
  }
  .mt-80 {
    margin-top: calc(var(--spacing) * 80);
  }
  .mt-100 {
    margin-top: calc(var(--spacing) * 100);
  }
  .mt-\[-0px\] {
    margin-top: -0px;
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-\[-20\] {
    margin-top: -20;
  }
  .mt-\[-40\] {
    margin-top: -40;
  }
  .mt-\[-60px\] {
    margin-top: -60px;
  }
  .mt-\[-70px\] {
    margin-top: -70px;
  }
  .mt-\[-100\] {
    margin-top: -100;
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[-200px\] {
    margin-top: -200px;
  }
  .mt-\[-250px\] {
    margin-top: -250px;
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .w-\[1\] {
    width: 1;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[117\\0px\] {
    width: 117\0px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[1000px\] {
    width: 1000px;
  }
  .w-\[1170px\] {
    width: 1170px;
  }
  .w-\[1180px\] {
    width: 1180px;
  }
  .w-\[1185px\] {
    width: 1185px;
  }
  .w-\[1187px\] {
    width: 1187px;
  }
  .w-\[1190px\] {
    width: 1190px;
  }
  .w-\[1200px\] {
    width: 1200px;
  }
  .w-\[1250px\] {
    width: 1250px;
  }
  .w-\[1270px\] {
    width: 1270px;
  }
  .w-\[1300px\] {
    width: 1300px;
  }
  .w-\[1400px\] {
    width: 1400px;
  }
  .w-\[1500px\] {
    width: 1500px;
  }
  .w-\[2000px\] {
    width: 2000px;
  }
  .w-\[3000px\] {
    width: 3000px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-17 {
    gap: calc(var(--spacing) * 17);
  }
  .gap-18 {
    gap: calc(var(--spacing) * 18);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }
  .gap-35 {
    gap: calc(var(--spacing) * 35);
  }
  .gap-40 {
    gap: calc(var(--spacing) * 40);
  }
  .gap-50 {
    gap: calc(var(--spacing) * 50);
  }
  .gap-60 {
    gap: calc(var(--spacing) * 60);
  }
  .gap-70 {
    gap: calc(var(--spacing) * 70);
  }
  .gap-100 {
    gap: calc(var(--spacing) * 100);
  }
  .gap-200 {
    gap: calc(var(--spacing) * 200);
  }
  .gap-215 {
    gap: calc(var(--spacing) * 215);
  }
  .gap-220 {
    gap: calc(var(--spacing) * 220);
  }
  .gap-240 {
    gap: calc(var(--spacing) * 240);
  }
  .gap-270 {
    gap: calc(var(--spacing) * 270);
  }
  .gap-300 {
    gap: calc(var(--spacing) * 300);
  }
  .gap-350 {
    gap: calc(var(--spacing) * 350);
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[35px\] {
    border-radius: 35px;
  }
  .rounded-\[55px\] {
    border-radius: 55px;
  }
  .rounded-\[57px\] {
    border-radius: 57px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#24AB70\] {
    background-color: #24AB70;
  }
  .bg-\[\#24AB701A\] {
    background-color: #24AB701A;
  }
  .bg-\[\.\/\] {
    background-color: ./;
  }
  .bg-\[Company\] {
    background-color: Company;
  }
  .bg-\[compa\] {
    background-color: compa;
  }
  .bg-\[green\] {
    background-color: green;
  }
  .bg-\[url\] {
    background-color: url;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-\[url\(\)\] {
    background-image: url();
  }
  .bg-\[url\(\.\/\)\] {
    background-image: url(./);
  }
  .bg-\[url\(\.\/src\)\] {
    background-image: url(./src);
  }
  .bg-\[url\(\.\/src\/\)\] {
    background-image: url(./src/);
  }
  .bg-\[url\(\.\/src\/Com\)\] {
    background-image: url(./src/Com);
  }
  .bg-\[url\(\.\/src\/Company\)\] {
    background-image: url(./src/Company);
  }
  .bg-\[url\(\/\)\] {
    background-image: url(/);
  }
  .bg-\[url\(\/com\)\] {
    background-image: url(/com);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40pc\] {
    font-size: 40pc;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[55px\] {
    font-size: 55px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[65px\] {
    font-size: 65px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-\[75px\] {
    font-size: 75px;
  }
  .text-\[100px\] {
    font-size: 100px;
  }
  .text-\[505px\] {
    font-size: 505px;
  }
  .text-\[1000px\] {
    font-size: 1000px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#24AB70\#24AB701A\] {
    color: #24AB70#24AB701A;
  }
  .text-\[\#24AB70\] {
    color: #24AB70;
  }
  .text-\[\#555555\] {
    color: #555555;
  }
  .text-\[20pxx\] {
    color: 20pxx;
  }
  .text-\[font-bo\] {
    color: font-bo;
  }
  .text-\[white\] {
    color: white;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-font-weight: initial;
      --tw-outline-style: solid;
    }
  }
}
