/*! tailwindcss v4.1.18 | 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-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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 {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .isolate {
    isolation: isolate;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#1E4C6D\]\/60 {
    border-color: color-mix(in oklab, #1E4C6D 60%, transparent);
  }
  .border-\[\#6BAA3D\]\/25 {
    border-color: color-mix(in oklab, #6BAA3D 25%, transparent);
  }
  .border-\[\#7C7C6B\]\/40 {
    border-color: color-mix(in oklab, #7C7C6B 40%, transparent);
  }
  .border-\[\#7C7C6B\]\/50 {
    border-color: color-mix(in oklab, #7C7C6B 50%, transparent);
  }
  .border-\[\#7C7C6B\]\/60 {
    border-color: color-mix(in oklab, #7C7C6B 60%, transparent);
  }
  .border-\[\#A5B86C\]\/60 {
    border-color: color-mix(in oklab, #A5B86C 60%, transparent);
  }
  .border-\[\#A7D3E6\]\/40 {
    border-color: color-mix(in oklab, #A7D3E6 40%, transparent);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-\[\#1E4C6D\] {
    background-color: #1E4C6D;
  }
  .bg-\[\#1b4563\] {
    background-color: #1b4563;
  }
  .bg-\[\#1b4563\]\/0 {
    background-color: color-mix(in oklab, #1b4563 0%, transparent);
  }
  .bg-\[\#1b4563\]\/5 {
    background-color: color-mix(in oklab, #1b4563 5%, transparent);
  }
  .bg-\[\#1b4563\]\/8 {
    background-color: color-mix(in oklab, #1b4563 8%, transparent);
  }
  .bg-\[\#1b4563\]\/50 {
    background-color: color-mix(in oklab, #1b4563 50%, transparent);
  }
  .bg-\[\#1b4563\]\/80 {
    background-color: color-mix(in oklab, #1b4563 80%, transparent);
  }
  .bg-\[\#1b4563\]\/85 {
    background-color: color-mix(in oklab, #1b4563 85%, transparent);
  }
  .bg-\[\#5c4e39\] {
    background-color: #5c4e39;
  }
  .bg-\[\#5c4639\] {
    background-color: #5c4639;
  }
  .bg-\[\#5c5839\] {
    background-color: #5c5839;
  }
  .bg-\[\#6BAA3D\]\/70 {
    background-color: color-mix(in oklab, #6BAA3D 70%, transparent);
  }
  .bg-\[\#7C7C6B\] {
    background-color: #7C7C6B;
  }
  .bg-\[\#8C6E4A\] {
    background-color: #8C6E4A;
  }
  .bg-\[\#504a38\] {
    background-color: #504a38;
  }
  .bg-\[\#554d34\] {
    background-color: #554d34;
  }
  .bg-\[\#695e4a\] {
    background-color: #695e4a;
  }
  .bg-\[\#58564e\] {
    background-color: #58564e;
  }
  .bg-\[\#58584e\] {
    background-color: #58584e;
  }
  .bg-\[\#69614a\] {
    background-color: #69614a;
  }
  .bg-\[\#504738\] {
    background-color: #504738;
  }
  .bg-\[\#555234\] {
    background-color: #555234;
  }
  .bg-\[\#614535\] {
    background-color: #614535;
  }
  .bg-\[\#614535\]\/8 {
    background-color: color-mix(in oklab, #614535 8%, transparent);
  }
  .bg-\[\#614535\]\/80 {
    background-color: color-mix(in oklab, #614535 80%, transparent);
  }
  .bg-\[\#A5B86C\]\/15 {
    background-color: color-mix(in oklab, #A5B86C 15%, transparent);
  }
  .bg-\[\#A5B86C\]\/35 {
    background-color: color-mix(in oklab, #A5B86C 35%, transparent);
  }
  .bg-\[\#A5B86C\]\/45 {
    background-color: color-mix(in oklab, #A5B86C 45%, transparent);
  }
  .bg-\[\#A7D3E6\] {
    background-color: #A7D3E6;
  }
  .bg-\[\#A7D3E6\]\/70 {
    background-color: color-mix(in oklab, #A7D3E6 70%, transparent);
  }
  .bg-\[\#A7D3E6\]\/80 {
    background-color: color-mix(in oklab, #A7D3E6 80%, transparent);
  }
  .bg-\[\#bde8f7\]\/70 {
    background-color: color-mix(in oklab, #bde8f7 70%, transparent);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .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\(135deg\,_\#A7D3E6_0\%\,_\#A5B86C_50\%\,_\#6BAA3D_100\%\)\] {
    background-image: linear-gradient(135deg, #A7D3E6 0%, #A5B86C 50%, #6BAA3D 100%);
  }
  .bg-\[radial-gradient\(_\#E0E0E0_0\%\,_\#E0E0E0_62\%\,_\#7AAB4F_100\%\)\] {
    background-image: radial-gradient( #E0E0E0 0%, #E0E0E0 62%, #7AAB4F 100%);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#1E4C6D\] {
    color: #1E4C6D;
  }
  .text-\[\#1E4C6D\]\/40 {
    color: color-mix(in oklab, #1E4C6D 40%, transparent);
  }
  .text-\[\#1E4C6D\]\/70 {
    color: color-mix(in oklab, #1E4C6D 70%, transparent);
  }
  .text-\[\#1E4C6D\]\/80 {
    color: color-mix(in oklab, #1E4C6D 80%, transparent);
  }
  .text-\[\#3e3e3e\] {
    color: #3e3e3e;
  }
  .text-\[\#8C6E4A\] {
    color: #8C6E4A;
  }
  .text-\[\#A7D3E6\] {
    color: #A7D3E6;
  }
  .text-\[\#A7D3E6\]\/80 {
    color: color-mix(in oklab, #A7D3E6 80%, transparent);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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-\[inset_0_2px_8px_rgba\(0\,0\,0\,0\.18\)\,inset_0_-1px_3px_rgba\(255\,255\,255\,0\.25\)\] {
    --tw-shadow: inset 0 2px 8px var(--tw-shadow-color, rgba(0,0,0,0.18)), inset 0 -1px 3px var(--tw-shadow-color, rgba(255,255,255,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-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -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, 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));
  }
  .placeholder\:text-\[\#7C7C6B\] {
    &::placeholder {
      color: #7C7C6B;
    }
  }
  .hover\:border-\[\#A5B86C\] {
    &:hover {
      @media (hover: hover) {
        border-color: #A5B86C;
      }
    }
  }
  .hover\:bg-\[\#6BAA3D\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6BAA3D;
      }
    }
  }
  .hover\:bg-\[\#8C6E4A\] {
    &:hover {
      @media (hover: hover) {
        background-color: #8C6E4A;
      }
    }
  }
  .hover\:bg-\[\#A5B86C\]\/70 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #A5B86C 70%, transparent);
      }
    }
  }
  .hover\:text-\[\#8C6E4A\] {
    &:hover {
      @media (hover: hover) {
        color: #8C6E4A;
      }
    }
  }
  .hover\:text-\[\#A5B86C\] {
    &:hover {
      @media (hover: hover) {
        color: #A5B86C;
      }
    }
  }
  .focus\:border-\[\#6BAA3D\] {
    &:focus {
      border-color: #6BAA3D;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-\[\#1E4C6D\]\/30 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #1E4C6D 30%, transparent);
    }
  }
  .focus\:ring-\[\#1E4C6D\]\/40 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #1E4C6D 40%, transparent);
    }
  }
  .focus\:ring-\[\#6BAA3D\]\/40 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #6BAA3D 40%, transparent);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[2fr_1fr_auto\] {
    @media (width >= 40rem) {
      grid-template-columns: 2fr 1fr auto;
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}
#header-placeholder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 220ms ease, transform 220ms ease;
}
body.header-visible #header-placeholder {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#hero-scene {
  height: 200vh;
  --hero-move: 50;
  --hero-cloud-move: 7;
}
#hero {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
#hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url('/media/hero-paisaje.jpg') center / cover no-repeat;
  transition: opacity 200ms ease;
}
#hero-image-parallax {
  position: absolute;
  inset: 0;
  background: url('/media/hero-paisaje1.png') center / cover no-repeat;
  transition: opacity 200ms ease;
}
#hero-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient( 180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.65) 100% );
}
.hero-copy {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#tree-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 6vw 6vh;
  pointer-events: none;
}
#cloud-layer {
  position: absolute;
  inset: 0;
  background: url('/media/clouds_1.png') top right no-repeat;
  transition: opacity 200ms ease;
  z-index: 2;
  top: 30vh;
  right: 10vw;
}
#cloud-layer2 {
  position: absolute;
  inset: 0;
  background: url('/media/clouds_2.png') top left no-repeat;
  transition: opacity 200ms ease;
  z-index: 2;
  top: 4vh;
  left: 10vw;
}
#arbol {
  position: absolute;
  inset: 0;
  background: url('/media/arbol1.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 80vh;
  z-index: 2;
  bottom: -15vh;
  left: -10vw;
}
#arbol2 {
  position: absolute;
  inset: 0;
  background: url('/media/arbol2.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 60vh;
  z-index: 2;
  bottom: -15vh;
  left: 10vw;
}
#arbol3 {
  position: absolute;
  inset: 0;
  background: url('/media/arbol3.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 60vh;
  z-index: 2;
  bottom: -15vh;
  left: 47vw;
}
#arbol4 {
  position: absolute;
  inset: 0;
  background: url('/media/arbol1.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 60vh;
  z-index: 2;
  bottom: -15vh;
  left: 25vw;
}
#arbol5 {
  position: absolute;
  inset: 0;
  background: url('/media/arbol1.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 70vh;
  z-index: 2;
  bottom: -15vh;
  left: 62vw;
}
#arbol6 {
  position: absolute;
  inset: 0;
  background: url('/media/arbol3.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 82vh;
  z-index: 2;
  bottom: -15vh;
  left: 71vw;
}
#arbusto1 {
  position: absolute;
  inset: 0;
  background: url('/media/arbusto2.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 58vh;
  z-index: 2;
  bottom: -7vh;
  left: -1vw;
}
#arbusto2 {
  position: absolute;
  inset: 0;
  background: url('/media/arbusto1.png') bottom left no-repeat;
  transition: opacity 200ms ease;
  background-size: 25vh;
  z-index: 2;
  bottom: -4vw;
  left: 27vw;
}
#arbusto3 {
  position: absolute;
  inset: 0;
  background: url('/media/arbusto3.png') bottom right no-repeat;
  transition: opacity 200ms ease;
  background-size: 40vh;
  z-index: 2;
  bottom: -4vw;
  right: 19vw;
}
#arbusto4 {
  position: absolute;
  inset: 0;
  background: url('/media/arbusto2.png') bottom right no-repeat;
  transition: opacity 200ms ease;
  background-size: 58vh;
  z-index: 2;
  bottom: -7vh;
  right: -4vw;
}
#arbol, #arbol2, #arbol3, #arbol4, #arbol5, #arbol6, #arbusto1, #arbusto2, #arbusto3, #arbusto4 {
  transition: opacity 200ms ease, filter 200ms ease;
  will-change: opacity, filter;
}
.cloud-parallax {
  transform: translate(var(--cloud-x, 0vw), var(--cloud-y, 0vh));
  will-change: transform, opacity;
}
.tree {
  width: 72px;
  height: 110px;
  opacity: 0;
}
.tree-shadow {
  position: absolute;
  left: 50%;
  bottom: 0;
  --tree-x: 0vw;
  --tree-y: 0vh;
  --tree-scale: 1;
  transform: translate(calc(-50% + var(--tree-x)), calc(-1 * var(--tree-y))) scale(var(--tree-scale));
  transform-origin: bottom center;
  transition: transform 80ms linear, opacity 120ms linear, filter 120ms linear;
  opacity: 0;
}
#home-content {
  position: relative;
  z-index: 1;
  padding-top: 96px;
}
@media (max-width: 1024px) {
  #hero-scene {
    height: 180vh;
    --hero-move: 38;
    --hero-cloud-move: 6;
  }
  #hero-title {
    letter-spacing: 0.06em;
  }
}
@media (max-width: 768px) {
  #hero-scene {
    height: 160vh;
    --hero-move: 30;
    --hero-cloud-move: 5;
  }
  #hero-title {
    font-size: clamp(2rem, 7vw, 3rem);
  }
  #hero-subtitle {
    font-size: 1rem;
  }
  #cloud-layer, #cloud-layer2 {
    background-size: 70vw auto;
  }
  #arbol, #arbol2, #arbol3, #arbol4, #arbol5, #arbol6 {
    background-size: clamp(34vh, 44vw, 62vh);
    bottom: -12vh;
  }
  #arbusto1, #arbusto2, #arbusto3, #arbusto4 {
    background-size: clamp(20vh, 30vw, 42vh);
    bottom: -6vh;
  }
  #trail-svg {
    width: min(880px, 96vw);
    height: min(460px, 60vh);
    transform: scale(1.15);
    transform-origin: center bottom;
  }
  #trail-layer {
    place-items: center;
    padding-bottom: 0vh;
  }
  #trail-edge {
    stroke-width: 18;
  }
  #trail-path {
    stroke-width: 9;
  }
}
@media (max-width: 640px) {
  #hero-scene {
    height: 140vh;
    --hero-move: 24;
    --hero-cloud-move: 4;
  }
  #hero-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    letter-spacing: 0.04em;
  }
  #hero-subtitle {
    font-size: 0.95rem;
    max-width: 320px;
  }
  #arbol, #arbol2, #arbol3, #arbol4, #arbol5, #arbol6 {
    background-size: clamp(28vh, 40vw, 52vh);
    bottom: -10vh;
  }
  #arbol {
    left: -18vw;
  }
  #arbol2 {
    left: 2vw;
  }
  #arbol3 {
    left: 38vw;
  }
  #arbol4 {
    left: 18vw;
  }
  #arbol5 {
    left: 54vw;
  }
  #arbol6 {
    left: 64vw;
  }
  #arbusto1, #arbusto2, #arbusto3, #arbusto4 {
    background-size: clamp(18vh, 28vw, 38vh);
    bottom: -5vh;
  }
  #arbusto1 {
    left: -6vw;
  }
  #arbusto2 {
    left: 16vw;
  }
  #arbusto3 {
    right: 10vw;
  }
  #arbusto4 {
    right: -8vw;
  }
  #trail-svg {
    width: min(880px, 96vw);
    height: min(420px, 62vh);
    transform: scale(2.5);
    transform-origin: center bottom;
    opacity: 0;
  }
  #trail-layer {
    place-items: center;
    padding-bottom: 0vh;
  }
  #trail-edge {
    stroke-width: 14;
  }
  #trail-path {
    stroke-width: 7;
  }
  .tree {
    width: 56px;
    height: 86px;
  }
  #home-content {
    padding-top: 80px;
  }
}
#trail-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: grid;
  place-items: end center;
  padding-bottom: 0vh;
}
#trail-svg {
  width: min(980px, 92vw);
  height: min(520px, 60vh);
  overflow: visible;
}
#trail-edge {
  fill: none;
  stroke: rgba(158, 158, 158, 0.35);
  stroke-width: 22;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#trail-path {
  fill: none;
  stroke: #8c6e4ac0;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@layer components {
  .pattern-waves::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: repeating-radial-gradient( circle at 20% 30%, rgba(30, 76, 109, 0.10) 0 1px, transparent 1px 14px );
    opacity: 0.78;
  }
}
@layer components {
  .pattern-pixels::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: repeating-conic-gradient( from 90deg, rgba(30, 76, 109, 0.12) 0 25%, transparent 0 50% );
    background-size: 10px 10px;
    opacity: 0.60;
  }
}
@layer components {
  .topo-panel {
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
  .topo-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: repeating-radial-gradient( circle at 20% 30%, rgba(30, 76, 109, 0.18) 0 1px, transparent 1px 14px );
    opacity: 0.45;
    background-attachment: fixed;
    background-position: 0 0;
  }
  .topo-panel > * {
    position: relative;
    z-index: 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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --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;
    }
  }
}
