/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, .tw-style :host {
    --font-sans: 'Roboto', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --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);
    --container-md: 45rem;
    --container-lg: 71.25rem;
    --container-xl: 102.5rem;
    --font-secondary: 'Barlow', sans-serif;
    --color-primary: #2B670D;
    --color-white: #ffffff;
    --color-gray-100: #666666;
  }
}
@layer base {
  .tw-style *, .tw-style ::after, .tw-style ::before, .tw-style ::backdrop, .tw-style ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, .tw-style :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;
  }
  .tw-style hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  .tw-style abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  .tw-style h1, .tw-style h2, .tw-style h3, .tw-style h4, .tw-style h5, .tw-style h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  .tw-style a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  .tw-style b, .tw-style strong {
    font-weight: bolder;
  }
  .tw-style code, .tw-style kbd, .tw-style samp, .tw-style 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;
  }
  .tw-style small {
    font-size: 80%;
  }
  .tw-style sub, .tw-style sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .tw-style sub {
    bottom: -0.25em;
  }
  .tw-style sup {
    top: -0.5em;
  }
  .tw-style table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  .tw-style :-moz-focusring {
    outline: auto;
  }
  .tw-style progress {
    vertical-align: baseline;
  }
  .tw-style summary {
    display: list-item;
  }
  .tw-style ol, .tw-style ul, .tw-style menu {
    list-style: none;
  }
  .tw-style img, .tw-style svg, .tw-style video, .tw-style canvas, .tw-style audio, .tw-style iframe, .tw-style embed, .tw-style object {
    display: block;
    vertical-align: middle;
  }
  .tw-style img, .tw-style video {
    max-width: 100%;
    height: auto;
  }
  .tw-style button, .tw-style input, .tw-style select, .tw-style optgroup, .tw-style textarea, .tw-style ::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;
  }
  .tw-style :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  .tw-style :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  .tw-style ::file-selector-button {
    margin-inline-end: 4px;
  }
  .tw-style ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    .tw-style ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  .tw-style textarea {
    resize: vertical;
  }
  .tw-style ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  .tw-style ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  .tw-style ::-webkit-datetime-edit {
    display: inline-flex;
  }
  .tw-style ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  .tw-style ::-webkit-datetime-edit, .tw-style ::-webkit-datetime-edit-year-field, .tw-style ::-webkit-datetime-edit-month-field, .tw-style ::-webkit-datetime-edit-day-field, .tw-style ::-webkit-datetime-edit-hour-field, .tw-style ::-webkit-datetime-edit-minute-field, .tw-style ::-webkit-datetime-edit-second-field, .tw-style ::-webkit-datetime-edit-millisecond-field, .tw-style ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  .tw-style ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  .tw-style :-moz-ui-invalid {
    box-shadow: none;
  }
  .tw-style button, .tw-style input:where([type="button"], [type="reset"], [type="submit"]), .tw-style ::file-selector-button {
    appearance: button;
  }
  .tw-style ::-webkit-inner-spin-button, .tw-style ::-webkit-outer-spin-button {
    height: auto;
  }
  .tw-style [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .tw-style .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .tw-style .static {
    position: static;
  }
  .tw-style .col-1 {
    grid-column: 1;
  }
  .tw-style .col-2 {
    grid-column: 2;
  }
  .tw-style .container {
    width: 100%;
    @media (width >= 22.5rem) {
      max-width: 22.5rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 75rem) {
      max-width: 75rem;
    }
    @media (width >= 105rem) {
      max-width: 105rem;
    }
  }
  .tw-style .m-17 {
    margin: calc(var(--spacing) * 17);
  }
  .tw-style .m-103 {
    margin: calc(var(--spacing) * 103);
  }
  .tw-style .m-120 {
    margin: calc(var(--spacing) * 120);
  }
  .tw-style .m-149 {
    margin: calc(var(--spacing) * 149);
  }
  .tw-style .m-166 {
    margin: calc(var(--spacing) * 166);
  }
  .tw-style .m-189 {
    margin: calc(var(--spacing) * 189);
  }
  .tw-style .m-296 {
    margin: calc(var(--spacing) * 296);
  }
  .tw-style .m-399 {
    margin: calc(var(--spacing) * 399);
  }
  .tw-style .container {
    width: 100%;
    padding-inline: calc(var(--spacing) * 2.5);
    @media (width >= 22.5rem) {
      width: calc(var(--spacing) * 90);
    }
    @media (width >= 48rem) {
      width: var(--container-md);
    }
    @media (width >= 75rem) {
      width: var(--container-lg);
    }
    @media (width >= 105rem) {
      width: var(--container-xl);
    }
    margin-inline: auto;
  }
  .tw-style .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .tw-style .block {
    display: block;
  }
  .tw-style .contents {
    display: contents;
  }
  .tw-style .grid {
    display: grid;
  }
  .tw-style .hidden {
    display: none;
  }
  .tw-style .inline {
    display: inline;
  }
  .tw-style .table {
    display: table;
  }
  .tw-style .max-h-25 {
    max-height: calc(var(--spacing) * 25);
  }
  .tw-style .max-w-28\.5 {
    max-width: calc(var(--spacing) * 28.5);
  }
  .tw-style .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .tw-style .resize {
    resize: both;
  }
  .tw-style .grid-rows-\[6\.875rem_5rem_1fr_2\.8125rem\] {
    grid-template-rows: 6.875rem 5rem 1fr 2.8125rem;
  }
  .tw-style .justify-items-center {
    justify-items: center;
  }
  .tw-style .self-start {
    align-self: flex-start;
  }
  .tw-style .justify-self-center {
    justify-self: center;
  }
  .tw-style .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .tw-style .border-b-\[\.3125rem\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: .3125rem;
  }
  .tw-style .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .tw-style .border-b-primary {
    border-bottom-color: var(--color-primary);
  }
  .tw-style .bg-primary {
    background-color: var(--color-primary);
  }
  .tw-style .bg-white {
    background-color: var(--color-white);
  }
  .tw-style .p-8\.5 {
    padding: calc(var(--spacing) * 8.5);
  }
  .tw-style .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .tw-style .py-6\.25 {
    padding-block: calc(var(--spacing) * 6.25);
  }
  .tw-style .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .tw-style .text-center {
    text-align: center;
  }
  .tw-style .font-secondary {
    font-family: var(--font-secondary);
  }
  .tw-style .text-\[1\.625rem\] {
    font-size: 1.625rem;
  }
  .tw-style .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tw-style .text-gray-100 {
    color: var(--color-gray-100);
  }
  .tw-style .text-white\! {
    color: var(--color-white) !important;
  }
  .tw-style .shadow-primary {
    --tw-shadow: var(--tw-shadow-color, rgba(50, 50, 93, 0.25)) 0 13px 27px -5px, var(--tw-shadow-color, rgba(0, 0, 0, 0.3)) 0 8px 16px -8px;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .tw-style .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,);
  }
  .tw-style .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));
  }
  .tw-style .hover\:bg-primary\/80 {
    .tw-style &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #2B670D 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 80%, transparent);
        }
      }
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    .tw-style *, .tw-style ::before, .tw-style ::after, .tw-style ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-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;
    }
  }
}
