/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-scroll-snap-strictness: proximity;
      --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;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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% .003 264.542);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .tailwind .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .tailwind .top-1\/2 {
    top: 50%;
  }

  .tailwind .top-\[15\.88px\] {
    top: 15.88px;
  }

  .tailwind .top-\[16px\] {
    top: 16px;
  }

  .tailwind .top-\[108px\] {
    top: 108px;
  }

  .tailwind .top-\[216px\] {
    top: 216px;
  }

  .tailwind .top-\[438px\] {
    top: 438px;
  }

  .tailwind .top-\[478px\] {
    top: 478px;
  }

  .tailwind .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .tailwind .right-8 {
    right: calc(var(--spacing) * 8);
  }

  .tailwind .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }

  .tailwind .bottom-\[-3\.88px\] {
    bottom: -3.88px;
  }

  .tailwind .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .tailwind .left-1\/2 {
    left: 50%;
  }

  .tailwind .left-4 {
    left: calc(var(--spacing) * 4);
  }

  .tailwind .left-8 {
    left: calc(var(--spacing) * 8);
  }

  .tailwind .left-\[102\.5px\] {
    left: 102.5px;
  }

  .tailwind .left-\[220px\] {
    left: 220px;
  }

  .tailwind .z-20 {
    z-index: 20;
  }

  .tailwind .z-\[100\] {
    z-index: 100;
  }

  .tailwind .mx-auto {
    margin-inline: auto;
  }

  .tailwind .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }

  .tailwind .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .tailwind .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .tailwind .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .tailwind .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .tailwind .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }

  .tailwind .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .size-full {
    width: 100%;
    height: 100%;
  }

  .tailwind .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .tailwind .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .tailwind .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .tailwind .h-52 {
    height: calc(var(--spacing) * 52);
  }

  .tailwind .h-\[20px\] {
    height: 20px;
  }

  .tailwind .h-\[24px\] {
    height: 24px;
  }

  .tailwind .h-\[28px\] {
    height: 28px;
  }

  .tailwind .h-\[52px\] {
    height: 52px;
  }

  .tailwind .h-\[60px\] {
    height: 60px;
  }

  .tailwind .h-\[84px\] {
    height: 84px;
  }

  .tailwind .h-\[172px\] {
    height: 172px;
  }

  .tailwind .h-\[210px\] {
    height: 210px;
  }

  .tailwind .h-\[300px\] {
    height: 300px;
  }

  .tailwind .h-\[510px\] {
    height: 510px;
  }

  .tailwind .h-auto {
    height: auto;
  }

  .tailwind .h-full {
    height: 100%;
  }

  .tailwind .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .tailwind .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

  .tailwind .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .tailwind .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .tailwind .w-\[20px\] {
    width: 20px;
  }

  .tailwind .w-\[204\.828px\] {
    width: 204.828px;
  }

  .tailwind .w-\[552px\] {
    width: 552px;
  }

  .tailwind .w-full {
    width: 100%;
  }

  .tailwind .max-w-\[1400px\] {
    max-width: 1400px;
  }

  .tailwind .max-w-\[1800px\] {
    max-width: 1800px;
  }

  .tailwind .flex-1 {
    flex: 1;
  }

  .tailwind .flex-shrink-0, .tailwind .shrink-0 {
    flex-shrink: 0;
  }

  .tailwind .grow {
    flex-grow: 1;
  }

  .tailwind .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .cursor-default {
    cursor: default;
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .resize-none {
    resize: none;
  }

  .tailwind .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .tailwind .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

  .tailwind .snap-center {
    scroll-snap-align: center;
  }

  .tailwind .flex-col {
    flex-direction: column;
  }

  .tailwind .flex-row {
    flex-direction: row;
  }

  .tailwind .flex-wrap {
    flex-wrap: wrap;
  }

  .tailwind .content-stretch {
    align-content: stretch;
  }

  .tailwind .items-center {
    align-items: center;
  }

  .tailwind .items-start {
    align-items: flex-start;
  }

  .tailwind .justify-center {
    justify-content: center;
  }

  .tailwind .justify-start {
    justify-content: flex-start;
  }

  .tailwind .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .tailwind .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .tailwind .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .tailwind .gap-\[8px\] {
    gap: 8px;
  }

  .tailwind .gap-\[12px\] {
    gap: 12px;
  }

  .tailwind .gap-\[16px\] {
    gap: 16px;
  }

  .tailwind .gap-\[24px\] {
    gap: 24px;
  }

  .tailwind .gap-\[48px\] {
    gap: 48px;
  }

  .tailwind .overflow-clip {
    overflow: clip;
  }

  .tailwind .overflow-hidden {
    overflow: hidden;
  }

  .tailwind .overflow-x-auto {
    overflow-x: auto;
  }

  .tailwind .overflow-x-hidden {
    overflow-x: hidden;
  }

  .tailwind .scroll-smooth {
    scroll-behavior: smooth;
  }

  .tailwind .rounded {
    border-radius: .25rem;
  }

  .tailwind .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .tailwind .rounded-\[10px\] {
    border-radius: 10px;
  }

  .tailwind .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .tailwind .rounded-full {
    border-radius: 3.40282e38px;
  }

  .tailwind .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .tailwind .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .tailwind .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .tailwind .border-\[6px\] {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }

  .tailwind .border-t-\[3px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 3px;
  }

  .tailwind .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .tailwind .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .tailwind .border-\[\#7BC142\] {
    border-color: #7bc142;
  }

  .tailwind .border-\[rgba\(28\,28\,28\,0\.2\)\] {
    border-color: #1c1c1c33;
  }

  .tailwind .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .tailwind .border-white {
    border-color: var(--color-white);
  }

  .tailwind .bg-\[\#1A3328\] {
    background-color: #1a3328;
  }

  .tailwind .bg-\[\#1E1E1E\] {
    background-color: #1e1e1e;
  }

  .tailwind .bg-\[\#7BC142\] {
    background-color: #7bc142;
  }

  .tailwind .bg-\[\#74bf44\] {
    background-color: #74bf44;
  }

  .tailwind .bg-\[\#224436\] {
    background-color: #224436;
  }

  .tailwind .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .tailwind .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .tailwind .bg-transparent {
    background-color: #0000;
  }

  .tailwind .bg-white {
    background-color: var(--color-white);
  }

  .tailwind .object-cover {
    object-fit: cover;
  }

  .tailwind .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .tailwind .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .tailwind .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .tailwind .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }

  .tailwind .px-48 {
    padding-inline: calc(var(--spacing) * 48);
  }

  .tailwind .px-\[16px\] {
    padding-inline: 16px;
  }

  .tailwind .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .tailwind .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .tailwind .py-\[12px\] {
    padding-block: 12px;
  }

  .tailwind .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .tailwind .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }

  .tailwind .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .tailwind .text-center {
    text-align: center;
  }

  .tailwind .text-left {
    text-align: left;
  }

  .tailwind .font-\[\'Barricada_Pro\:Regular\'\,sans-serif\] {
    font-family: Barricada Pro\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Century_Gothic_Pro\:Bold\'\,sans-serif\] {
    font-family: Century Gothic Pro\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Century_Gothic_Pro\:Regular\'\,sans-serif\] {
    font-family: Century Gothic Pro\:Regular, sans-serif;
  }

  .tailwind .font-sans {
    font-family: var(--font-sans);
  }

  .tailwind .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .tailwind .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .tailwind .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .tailwind .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .tailwind .text-\[14px\] {
    font-size: 14px;
  }

  .tailwind .text-\[16px\] {
    font-size: 16px;
  }

  .tailwind .text-\[18px\] {
    font-size: 18px;
  }

  .tailwind .text-\[32px\] {
    font-size: 32px;
  }

  .tailwind .text-\[48px\] {
    font-size: 48px;
  }

  .tailwind .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .tailwind .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .tailwind .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .tailwind .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .tailwind .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .tailwind .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tailwind .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tailwind .text-ellipsis {
    text-overflow: ellipsis;
  }

  .tailwind .whitespace-nowrap {
    white-space: nowrap;
  }

  .tailwind .text-\[\#1E1E1E\] {
    color: #1e1e1e;
  }

  .tailwind .text-\[\#1a1a1a\] {
    color: #1a1a1a;
  }

  .tailwind .text-\[\#7BC142\] {
    color: #7bc142;
  }

  .tailwind .text-\[\#74bf44\] {
    color: #74bf44;
  }

  .tailwind .text-\[\#ff4444\] {
    color: #f44;
  }

  .tailwind .text-gray-600 {
    color: var(--color-gray-600);
  }

  .tailwind .text-white {
    color: var(--color-white);
  }

  .tailwind .not-italic {
    font-style: normal;
  }

  .tailwind .accent-\[\#74bf44\] {
    accent-color: #74bf44;
  }

  .tailwind .opacity-0 {
    opacity: 0;
  }

  .tailwind .opacity-60 {
    opacity: .6;
  }

  .tailwind .opacity-100 {
    opacity: 1;
  }

  .tailwind .shadow-\[0_4px_15px_rgb\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 4px 15px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0_8px_20px_rgb\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 8px 20px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .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));
  }

  .tailwind .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .tailwind .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .tailwind .running {
    animation-play-state: running;
  }

  @media (hover: hover) {
    .tailwind .group-hover\:text-\[\#74bf44\]:is(:where(.group):hover *) {
      color: #74bf44;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\/card\:opacity-100:is(:where(.group\/card):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\/card\:shadow-\[0_8px_20px_rgb\(0\,0\,0\,0\.15\)\]:is(:where(.group\/card):hover *) {
      --tw-shadow: 0 8px 20px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .tailwind .placeholder\:text-\[rgba\(26\,26\,26\,0\.5\)\]::placeholder {
    color: #1a1a1a80;
  }

  @media (hover: hover) {
    .tailwind .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#7BC142\]:hover {
      background-color: #7bc142;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-400:hover {
      background-color: var(--color-gray-400);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .tailwind .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .tailwind .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width >= 40rem) {
    .tailwind .sm\:px-24 {
      padding-inline: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:-bottom-12 {
      bottom: calc(var(--spacing) * -12);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:-mt-12 {
      margin-top: calc(var(--spacing) * -12);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:-ml-6 {
      margin-left: calc(var(--spacing) * -6);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-3 {
      height: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-64 {
      height: calc(var(--spacing) * 64);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[400px\] {
      height: 400px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:w-3 {
      width: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:w-80 {
      width: calc(var(--spacing) * 80);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:w-\[204\.828px\] {
      width: 204.828px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:gap-\[48px\] {
      gap: 48px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:border-\[8px\] {
      border-style: var(--tw-border-style);
      border-width: 8px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:px-32 {
      padding-inline: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:pt-24 {
      padding-top: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:pb-32 {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:leading-\[28px\] {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:opacity-0 {
      opacity: 0;
    }
  }

  @media (width >= 48rem) {
    @media (hover: hover) {
      .tailwind .md\:group-hover\/card\:opacity-100:is(:where(.group\/card):hover *) {
        opacity: 1;
      }
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:absolute {
      position: absolute;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:inset-0 {
      inset: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[400px\] {
      height: 400px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-auto {
      height: auto;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:flex-1 {
      flex: 1;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:px-48 {
      padding-inline: calc(var(--spacing) * 48);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:h-\[500px\] {
      height: 500px;
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:rounded-3xl {
      border-radius: var(--radius-3xl);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:border-t-\[4px\] {
      border-top-style: var(--tw-border-style);
      border-top-width: 4px;
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:p-14 {
      padding: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:p-16 {
      padding: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:right-8 {
      right: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:-bottom-14 {
      bottom: calc(var(--spacing) * -14);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:left-8 {
      left: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:-mt-16 {
      margin-top: calc(var(--spacing) * -16);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:-ml-12 {
      margin-left: calc(var(--spacing) * -12);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:h-4 {
      height: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:h-8 {
      height: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:h-16 {
      height: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:h-\[380px\] {
      height: 380px;
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:h-\[600px\] {
      height: 600px;
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:w-4 {
      width: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:w-8 {
      width: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:w-16 {
      width: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:w-\[480px\] {
      width: 480px;
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:max-w-none {
      max-width: none;
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:border-\[10px\] {
      border-style: var(--tw-border-style);
      border-width: 10px;
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:p-16 {
      padding: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:px-32 {
      padding-inline: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:py-2\.5 {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:pt-32 {
      padding-top: calc(var(--spacing) * 32);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:pb-40 {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 96rem) {
    .tailwind .\32 xl\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}

@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@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: 0;
}

@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-duration {
  syntax: "*";
  inherits: false
}
