/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Apfel_Reg", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-black: #1b1a14;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --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-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-9xl: 8rem;
    --font-weight-normal: 400;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --color-cream: #f1f3e2;
    --color-cream-light: #f9faf3;
    --color-nav-yellow: #edc928;
    --color-nav-yellow-hover: #f3d968;
    --color-skyblue: #ace0e6;
    --color-skyblue-dark: #133a3f;
    --color-dark-green: #517239;
    --color-mid_gray: #7e8b7e;
    --color-footer: #bcab8a;
    --font-med: "Apfel_Med", sans-serif;
  }
}
@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;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-36 {
    top: calc(var(--spacing) * 36);
  }
  .top-52 {
    top: calc(var(--spacing) * 52);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @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-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[4\.5vw\] {
    height: 4.5vw;
  }
  .h-\[10vw\] {
    height: 10vw;
  }
  .h-\[13\.8vw\] {
    height: 13.8vw;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55vh\] {
    height: 55vh;
  }
  .h-\[85\%\] {
    height: 85%;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[70px\] {
    max-height: 70px;
  }
  .max-h-\[80px\] {
    max-height: 80px;
  }
  .max-h-\[113px\] {
    max-height: 113px;
  }
  .max-h-\[120px\] {
    max-height: 120px;
  }
  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }
  .min-h-70 {
    min-height: calc(var(--spacing) * 70);
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[85px\] {
    min-height: 85px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[13\.8vw\] {
    width: 13.8vw;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-70 {
    max-width: calc(var(--spacing) * 70);
  }
  .max-w-90 {
    max-width: calc(var(--spacing) * 90);
  }
  .max-w-110 {
    max-width: calc(var(--spacing) * 110);
  }
  .max-w-120 {
    max-width: calc(var(--spacing) * 120);
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-12 {
    min-width: calc(var(--spacing) * 12);
  }
  .min-w-\[85px\] {
    min-width: 85px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-\[2px\] {
    --tw-translate-y: calc(2px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-10 {
    rotate: 10deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: 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);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .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);
  }
  .rounded-r-lg {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-black\/35 {
    background-color: color-mix(in srgb, #1b1a14 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #1b1a14 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-cream-light {
    background-color: var(--color-cream-light);
  }
  .bg-dark-green {
    background-color: var(--color-dark-green);
  }
  .bg-footer {
    background-color: var(--color-footer);
  }
  .bg-mid_gray {
    background-color: var(--color-mid_gray);
  }
  .bg-nav-yellow {
    background-color: var(--color-nav-yellow);
  }
  .bg-skyblue {
    background-color: var(--color-skyblue);
  }
  .bg-stone-100 {
    background-color: var(--color-stone-100);
  }
  .bg-stone-200 {
    background-color: var(--color-stone-200);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[length\:15\%_auto\] {
    background-size: 15% auto;
  }
  .bg-\[length\:22\%_auto\] {
    background-size: 22% auto;
  }
  .bg-\[length\:25\%_auto\] {
    background-size: 25% auto;
  }
  .bg-\[length\:30\%_auto\] {
    background-size: 30% auto;
  }
  .bg-\[length\:40\%_auto\] {
    background-size: 40% auto;
  }
  .bg-\[length\:45\%_auto\] {
    background-size: 45% auto;
  }
  .bg-\[length\:50\%_auto\] {
    background-size: 50% auto;
  }
  .bg-cover {
    background-size: cover;
  }
  .\[background-position\:left_bottom\] {
    background-position: left bottom;
  }
  .\[background-position\:right_0px_bottom_0px\] {
    background-position: right 0px bottom 0px;
  }
  .\[background-position\:right_30px_bottom_30px\] {
    background-position: right 30px bottom 30px;
  }
  .bg-left-bottom {
    background-position: left bottom;
  }
  .bg-right-bottom {
    background-position: right bottom;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .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);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * 0.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .font-med {
    font-family: var(--font-med);
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .text-\[5vw\] {
    font-size: 5vw;
  }
  .text-\[9vw\] {
    font-size: 9vw;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-cream {
    color: var(--color-cream);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-skyblue-dark {
    color: var(--color-skyblue-dark);
  }
  .text-stone-400 {
    color: var(--color-stone-400);
  }
  .text-stone-800 {
    color: var(--color-stone-800);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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);
  }
  .drop-shadow-\[0_4px_6px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-drop-shadow-size: drop-shadow(0 4px 6px var(--tw-drop-shadow-color, rgba(0,0,0,0.15)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .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));
  }
  .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));
  }
  .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));
  }
  .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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-nav-yellow-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-nav-yellow-hover);
      }
    }
  }
  .hover\:bg-stone-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-200);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:shadow-\[0_10px_25px_rgba\(0\,0\,0\,0\.15\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 25px var(--tw-shadow-color, rgba(0,0,0,0.15));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .max-sm\:py-3 {
    @media (width < 40rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .min-\[1200px\]\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .min-\[1200px\]\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .sm\:top-38 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 38);
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:col-span-5 {
    @media (width >= 40rem) {
      grid-column: span 5 / span 5;
    }
  }
  .sm\:col-span-6 {
    @media (width >= 40rem) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:col-span-7 {
    @media (width >= 40rem) {
      grid-column: span 7 / span 7;
    }
  }
  .sm\:mr-8 {
    @media (width >= 40rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .sm\:ml-8 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 8);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:h-\[6\.2vw\] {
    @media (width >= 40rem) {
      height: 6.2vw;
    }
  }
  .sm\:h-\[66vh\] {
    @media (width >= 40rem) {
      height: 66vh;
    }
  }
  .sm\:w-\[6\.2vw\] {
    @media (width >= 40rem) {
      width: 6.2vw;
    }
  }
  .sm\:flex-1 {
    @media (width >= 40rem) {
      flex: 1;
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-12 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-16 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .sm\:rounded-full {
    @media (width >= 40rem) {
      border-radius: calc(infinity * 1px);
    }
  }
  .sm\:bg-\[length\:12\%_auto\] {
    @media (width >= 40rem) {
      background-size: 12% auto;
    }
  }
  .sm\:bg-\[length\:20\%_auto\] {
    @media (width >= 40rem) {
      background-size: 20% auto;
    }
  }
  .sm\:bg-\[length\:25\%_auto\] {
    @media (width >= 40rem) {
      background-size: 25% auto;
    }
  }
  .sm\:\[background-position\:left_30px_bottom_30px\] {
    @media (width >= 40rem) {
      background-position: left 30px bottom 30px;
    }
  }
  .sm\:\[background-position\:right_0px_bottom_0px\] {
    @media (width >= 40rem) {
      background-position: right 0px bottom 0px;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-7 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .sm\:py-3 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:pl-36 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 36);
    }
  }
  .sm\:text-right {
    @media (width >= 40rem) {
      text-align: right;
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-\[3vw\] {
    @media (width >= 40rem) {
      font-size: 3vw;
    }
  }
  .sm\:text-\[7\.5vw\] {
    @media (width >= 40rem) {
      font-size: 7.5vw;
    }
  }
  .sm\:hyphens-manual {
    @media (width >= 40rem) {
      -webkit-hyphens: manual;
      hyphens: manual;
    }
  }
  .md\:top-42 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 42);
    }
  }
  .md\:max-h-\[97px\] {
    @media (width >= 48rem) {
      max-height: 97px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-x-6 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-y-6 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:top-\[220px\] {
    @media (width >= 64rem) {
      top: 220px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
}
@font-face {
  font-family: Apfel_Reg;
  src: url(../fonts/ApfelGrotezk-Regular.woff2);
}
@font-face {
  font-family: Apfel_Med;
  src: url(../fonts/ApfelGrotezk-Mittel.woff2);
}
@layer base {
  body {
    font-family: var(--font-sans);
    color: var(--color-black);
  }
  h1, h2, h3 {
    line-height: 1.1;
    font-family: "Apfel_Med", sans-serif;
  }
  h1, h2 {
    font-size: var(--text-5xl);
  }
  h3 {
    font-size: var(--text-xl);
  }
  .teaser p {
    margin-bottom: 2rem;
  }
  .lauftext p {
    margin-bottom: 1.3rem;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .lauftext h3 {
    margin-bottom: 0.5rem;
  }
  ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
  }
  .teaser p {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .mapboxgl-popup-content {
    color: var(--color-black) !important;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: var(--font-sans);
  }
  .button {
    display: inline-block;
    padding: 4px 12px;
    background-color: var(--color-nav-yellow);
    color: var(--color-black);
    white-space: nowrap;
    border-radius: 50px;
    transition: all 0.2s;
    &:hover {
      background-color: var(--color-nav-yellow-hover);
    }
    &.is-nav-active {
      background-color: var(--color-nav-yellow-hover);
    }
  }
  #popup-modal {
    input, textarea {
      background-color: var(--color-cream);
      color: var(--color-black);
      border: 1px solid var(--color-black);
      border-radius: 8px;
      padding: 8px 15px;
      font-family: var(--font-sans);
    }
    button {
      background-color: var(--color-nav-yellow);
      color: var(--color-black);
      border-radius: 50px;
      padding: 8px 15px;
      font-family: var(--font-sans);
    }
  }
}
@layer utilities {
  #popup-modal {
    label {
      display: block !important;
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
}
html, body {
  scroll-behavior: smooth;
}
#map {
  position: relative;
  width: 100%;
}
.filter-group {
  font-family: "Apfel_Reg";
  position: fixed;
  left: -320px;
  width: 320px;
  background: white;
  box-shadow: 4px 8px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 8px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 8px 12px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
  z-index: 30;
}
.filter-group.in {
  left: -3px;
  top: 200px;
}
.filter-group .cont_filter_btn {
  position: absolute;
  display: block;
  right: -55px;
  top: 0px;
  width: 60px;
  height: 40px;
  background: white;
  box-shadow: 4px 8px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 8px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 8px 12px 0px rgba(0, 0, 0, 0.12);
}
.filter-group .cover_shadow {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  width: 15px;
  height: 60px;
  background: white;
}
#checkboxes {
  margin-top: 1rem;
  height: max-content;
  max-height: 50dvh;
  width: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
#checkboxes::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  padding: 0 !important;
  margin: 0 !important;
}
#checkboxes::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
}
#checkboxes::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 !important;
}
#checkboxes [type=checkbox] + label {
  position: relative !important;
}
#checkboxes [type=checkbox] {
  position: relative;
  left: 0px;
  z-index: 0;
  -webkit-appearance: none;
  appearance: none;
}
#checkboxes [type=checkbox] + label::before {
  width: 11px;
  height: 11px;
  background-color: #e1e1e1;
  display: block;
  content: "";
  float: left;
  margin-left: 2px;
  z-index: 5;
  position: relative;
  border-radius: 20px;
  margin-top: 6px;
}
#checkboxes input[type=checkbox]:checked + label::before {
  background-color: #261f03;
  border: 2px solid #261f03;
}
.filter-group button {
  display: flex;
  align-items: center;
  column-gap: 4px;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 50px;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-group input {
  margin-top: 3px;
  margin-right: 8px;
}
.cont_checkboxes {
  height: 35px;
  overflow: hidden;
  transition: all 0.5s;
}
.cont_checkboxes.open {
  height: max-content;
}
.cont_checkboxes.open .filter-title::before {
  transform: rotate(90deg);
}
.filter-title {
  display: flex;
  line-height: 1.1;
  cursor: pointer;
  margin-top: 1px;
  margin-bottom: 12px;
}
.filter-title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>');
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-right: 4px;
  transition: all 0.3s;
}
.mapboxgl-popup {
  max-width: 100px !important;
}
@media (width > 320px) {
  .mapboxgl-popup {
    max-width: 280px !important;
  }
}
@media (width >= 48rem) {
  .mapboxgl-popup {
    max-width: 350px !important;
  }
}
.mapboxgl-popup-content {
  padding: 1rem 1rem 1.5rem 1rem !important;
  box-shadow: 4px 8px 19px 0px rgba(0, 0, 0, 0.19) !important;
  -webkit-box-shadow: 4px 8px 19px 0px rgba(0, 0, 0, 0.19) !important;
  -moz-box-shadow: 4px 8px 19px 0px rgba(0, 0, 0, 0.19) !important;
  overflow-y: auto !important;
  border-radius: 6px !important;
}
.mapboxgl-popup-close-button {
  right: 10px !important;
  font-size: 1.1rem;
}
.mapboxgl-popup-close-button:hover {
  background: none !important;
}
.btn_small {
  color: #261f03;
  border-radius: 50px;
  transition: all 0.2s;
}
.burger {
  width: 30px;
  height: 32px;
  position: absolute;
  left: 9px;
  top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
}
.burger.active {
  right: 4px;
}
.burger span {
  display: block;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.burger span:nth-child(1) {
  width: 100%;
}
.burger span:nth-child(2) {
  width: 60%;
}
#burger-circle:hover .burger span:nth-child(2) {
  width: 100%;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}
.burger.active span:nth-child(2) {
  transform: rotate(-45deg) translateY(-6px);
  width: 100%;
  align-self: center;
}
#overlay-menu.active {
  opacity: 1;
  pointer-events: auto;
}
#overlay-menu nav a {
  transition: background-color 0.2s;
  border-radius: 9999px;
  padding: 0.125rem 0.75rem;
  margin: 0 -0.125rem;
}
#overlay-menu nav a:hover {
  background-color: var(--color-nav-yellow-hover);
}
#overlay-menu nav a.is-nav-active {
  background-color: var(--color-nav-yellow-hover);
}
.tile {
  background: #f9f9f9;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}
.tile:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.tile img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
.tile p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
footer a:hover {
  text-decoration: underline;
}
dl.accordion {
  margin: 0;
  padding-bottom: 3rem;
  position: relative;
}
dl.accordion > dt {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--text-xl);
  font-family: var(--font-med);
}
dl.accordion > dt > a {
  display: block;
  padding: 10px 0px;
  position: relative;
  transition: all 0.2s ease;
  border-bottom: 1px solid var(--color-footer);
}
dl.accordion > dt > a:after {
  content: "";
  right: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>');
  transition: all 0.3s ease;
}
dl.accordion > dt > a.open:after {
  transform: rotate(180deg);
}
dl.accordion dd {
  display: none;
  padding: 20px 0;
}
.vegas-animation-cusom_up {
  animation: cusom_up ease-out;
}
@keyframes cusom_up {
  0% {
    background-position: 0% 0%;
  }
  100% {
    transform: scale(1.1);
    background-position: 0% 100%;
  }
}
#vegas-pause {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="size-6"><path fill-rule="evenodd" d="M6.75 5.25a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V5.25Zm7.5 0A.75.75 0 0 1 15 4.5h1.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V5.25Z" clip-rule="evenodd" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% 40%;
}
#vegas-pause:hover {
  background-color: #fcd34d;
  cursor: pointer;
}
#vegas-pause.paused {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="size-6"><path fill-rule="evenodd" d="M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z" clip-rule="evenodd" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
}
#rotating-greeting {
  min-height: 3.5rem;
  opacity: 1;
  width: 100%;
}
@media (min-width: 640px) {
  #rotating-greeting {
    min-height: 4rem;
  }
}
.greeting-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.2;
}
.greeting-author {
  margin-top: 0.5rem;
  opacity: 0.9;
  text-align: center;
}
.concept-slider-aspect-4-3 {
  aspect-ratio: 4/3;
}
.concept-swiper-wrap {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.concept-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  --swiper-navigation-size: calc(44px * 0.7);
  --swiper-pagination-color: #261f03;
  --swiper-pagination-bullet-inactive-color: #edc928;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.concept-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pw-swiper-wrap {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 16px;
}
.pw-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  --swiper-navigation-size: calc(44px * 0.7);
  --swiper-pagination-color: #261f03;
  --swiper-pagination-bullet-inactive-color: #edc928;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.pw-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-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-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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
