/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'Gotcha';
  font-style: normal;
  src: url("../fonts/gotcha/GotchaRegular.otf") format("opentype");
}
@font-face {
  font-family: 'Pinto';
  font-weight: 100 700;
  font-style: normal;
  src: url("../fonts/pinto/Pinto-NO_01.otf") format("opentype");
}
@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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --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);
    --color-blue-dark: #01165E;
    --color-blue-normal: #1139BF;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .\!top-\[unset\] {
    top: unset !important;
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[5dvh\] {
    top: 5dvh;
  }
  .top-\[5vh\] {
    top: 5vh;
  }
  .top-\[9\%\] {
    top: 9%;
  }
  .top-\[16\%\] {
    top: 16%;
  }
  .top-\[19\%\] {
    top: 19%;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[21\%\] {
    top: 21%;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[32\%\] {
    top: 32%;
  }
  .top-\[38\%\] {
    top: 38%;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[51\%\] {
    top: 51%;
  }
  .top-\[56\%\] {
    top: 56%;
  }
  .top-\[140px\] {
    top: 140px;
  }
  .top-auto {
    top: auto;
  }
  .\!right-\[unset\] {
    right: unset !important;
  }
  .-right-\[9vw\] {
    right: calc(9vw * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-1\/2 {
    bottom: calc(1/2 * 100%);
  }
  .bottom-1\/3 {
    bottom: calc(1/3 * 100%);
  }
  .bottom-1\/5 {
    bottom: calc(1/5 * 100%);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-2\/5 {
    bottom: calc(2/5 * 100%);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[10dvh\] {
    bottom: 10dvh;
  }
  .bottom-\[10vh\] {
    bottom: 10vh;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .bottom-\[80px\] {
    bottom: 80px;
  }
  .bottom-\[160px\] {
    bottom: 160px;
  }
  .bottom-full {
    bottom: 100%;
  }
  .\!left-\[50\%\] {
    left: 50% !important;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[5vw\] {
    left: 5vw;
  }
  .left-\[13\%\] {
    left: 13%;
  }
  .left-\[16\%\] {
    left: 16%;
  }
  .left-\[27\%\] {
    left: 27%;
  }
  .left-\[38\%\] {
    left: 38%;
  }
  .left-\[40\%\] {
    left: 40%;
  }
  .left-\[43\%\] {
    left: 43%;
  }
  .left-\[45\%\] {
    left: 45%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[50vw\] {
    left: 50vw;
  }
  .left-\[52\%\] {
    left: 52%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-11 {
    z-index: 11;
  }
  .z-20 {
    z-index: 20;
  }
  .z-99 {
    z-index: 99;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-fit {
    width: fit-content;
    height: fit-content;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-\[24dvh\] {
    height: 24dvh;
  }
  .h-\[24vh\] {
    height: 24vh;
  }
  .h-\[25dvh\] {
    height: 25dvh;
  }
  .h-\[25vh\] {
    height: 25vh;
  }
  .h-\[28dvh\] {
    height: 28dvh;
  }
  .h-\[28vh\] {
    height: 28vh;
  }
  .h-\[32dvh\] {
    height: 32dvh;
  }
  .h-\[32vh\] {
    height: 32vh;
  }
  .h-\[33dvh\] {
    height: 33dvh;
  }
  .h-\[33vh\] {
    height: 33vh;
  }
  .h-\[34dvh\] {
    height: 34dvh;
  }
  .h-\[34vh\] {
    height: 34vh;
  }
  .h-\[36vh\] {
    height: 36vh;
  }
  .h-\[42dvh\] {
    height: 42dvh;
  }
  .h-\[42vh\] {
    height: 42vh;
  }
  .h-\[50dvh\] {
    height: 50dvh;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[60dvh\] {
    height: 60dvh;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[80dvh\] {
    max-height: 80dvh;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-1\/6 {
    width: calc(1/6 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[22\%\] {
    width: 22%;
  }
  .w-\[24\%\] {
    width: 24%;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[28\%\] {
    width: 28%;
  }
  .w-\[29\%\] {
    width: 29%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[31\%\] {
    width: 31%;
  }
  .w-\[32\%\] {
    width: 32%;
  }
  .w-\[33\%\] {
    width: 33%;
  }
  .w-\[34\%\] {
    width: 34%;
  }
  .w-\[36\%\] {
    width: 36%;
  }
  .w-\[37\%\] {
    width: 37%;
  }
  .w-\[38\%\] {
    width: 38%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[47\%\] {
    width: 47%;
  }
  .w-\[48\%\] {
    width: 48%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[52\%\] {
    width: 52%;
  }
  .w-\[53\%\] {
    width: 53%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[63\%\] {
    width: 63%;
  }
  .w-\[64\%\] {
    width: 64%;
  }
  .w-\[66\%\] {
    width: 66%;
  }
  .w-\[67\%\] {
    width: 67%;
  }
  .w-\[68\%\] {
    width: 68%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[72\%\] {
    width: 72%;
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-\[90vw\] {
    width: 90vw;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[118vw\] {
    width: 118vw;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[80vmin\] {
    max-width: 80vmin;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[100px\] {
    --tw-translate-x: 100px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-120 {
    --tw-scale-x: 120%;
    --tw-scale-y: 120%;
    --tw-scale-z: 120%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-10 {
    rotate: calc(10deg * -1);
  }
  .rotate-10 {
    rotate: 10deg;
  }
  .\!transform-\[translateX\(-50\%\)\] {
    transform: translateX(-50%) !important;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[scale\(\.7\)\] {
    transform: scale(.7);
  }
  .animate-\[anti-spin_20s_linear_infinite\] {
    animation: anti-spin 20s linear infinite;
  }
  .animate-\[spin_60s_linear_infinite\] {
    animation: spin 60s linear infinite;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .content-center {
    align-content: center;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .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-tl-none {
    border-top-left-radius: 0;
  }
  .rounded-tr-none {
    border-top-right-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-6 {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }
  .border-\[6px\] {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }
  .border-x-\[10px\] {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 10px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-blue-dark {
    border-color: var(--color-blue-dark);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#F1EFE6\] {
    background-color: #F1EFE6;
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-blue-dark {
    background-color: var(--color-blue-dark);
  }
  .bg-blue-normal {
    background-color: var(--color-blue-normal);
  }
  .bg-blue-normal\/20 {
    background-color: color-mix(in srgb, #1139BF 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-normal) 20%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-\[url\(\.\.\/images\/eigenmarke\/eigenmarke-5\.jpg\)\] {
    background-image: url(../images/eigenmarke/eigenmarke-5.jpg);
  }
  .bg-\[url\(\.\.\/images\/heimat\.jpg\)\] {
    background-image: url(../images/heimat.jpg);
  }
  .bg-\[url\(\.\.\/images\/intro\.jpg\)\] {
    background-image: url(../images/intro.jpg);
  }
  .bg-\[url\(\.\.\/images\/kachel\.jpg\)\] {
    background-image: url(../images/kachel.jpg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[600px\] {
    background-size: 600px;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-\[Gotcha\] {
    font-family: Gotcha;
  }
  .font-\[Pinto\] {
    font-family: Pinto;
  }
  .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-3xl\/\[1\.3\] {
    font-size: var(--text-3xl);
    line-height: 1.3;
  }
  .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-\[190px\] {
    font-size: 190px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-blue-dark {
    color: var(--color-blue-dark);
  }
  .text-blue-normal {
    color: var(--color-blue-normal);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-black {
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/40 {
    --tw-shadow-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 40%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .text-shadow-lg {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .text-shadow-white {
    --tw-text-shadow-color: #fff;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-white) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .text-shadow-white\/40 {
    --tw-text-shadow-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-white) 40%, transparent) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .text-shadow-white\/60 {
    --tw-text-shadow-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-white) 60%, transparent) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .lg\:-top-20 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * -20);
    }
  }
  .lg\:top-10 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .lg\:top-\[40px\] {
    @media (width >= 64rem) {
      top: 40px;
    }
  }
  .lg\:top-\[50px\] {
    @media (width >= 64rem) {
      top: 50px;
    }
  }
  .lg\:top-\[60px\] {
    @media (width >= 64rem) {
      top: 60px;
    }
  }
  .lg\:top-\[80px\] {
    @media (width >= 64rem) {
      top: 80px;
    }
  }
  .lg\:top-\[100px\] {
    @media (width >= 64rem) {
      top: 100px;
    }
  }
  .lg\:top-\[120px\] {
    @media (width >= 64rem) {
      top: 120px;
    }
  }
  .lg\:top-\[320px\] {
    @media (width >= 64rem) {
      top: 320px;
    }
  }
  .lg\:top-auto {
    @media (width >= 64rem) {
      top: auto;
    }
  }
  .lg\:-right-20 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * -20);
    }
  }
  .lg\:right-20 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 20);
    }
  }
  .lg\:right-\[5vw\] {
    @media (width >= 64rem) {
      right: 5vw;
    }
  }
  .lg\:right-\[80px\] {
    @media (width >= 64rem) {
      right: 80px;
    }
  }
  .lg\:right-\[100px\] {
    @media (width >= 64rem) {
      right: 100px;
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:bottom-1\/7 {
    @media (width >= 64rem) {
      bottom: calc(1/7 * 100%);
    }
  }
  .lg\:bottom-12 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:bottom-\[16dvh\] {
    @media (width >= 64rem) {
      bottom: 16dvh;
    }
  }
  .lg\:bottom-\[16vh\] {
    @media (width >= 64rem) {
      bottom: 16vh;
    }
  }
  .lg\:bottom-\[40px\] {
    @media (width >= 64rem) {
      bottom: 40px;
    }
  }
  .lg\:bottom-\[160px\] {
    @media (width >= 64rem) {
      bottom: 160px;
    }
  }
  .lg\:bottom-\[200px\] {
    @media (width >= 64rem) {
      bottom: 200px;
    }
  }
  .lg\:bottom-auto {
    @media (width >= 64rem) {
      bottom: auto;
    }
  }
  .lg\:left-1\/5 {
    @media (width >= 64rem) {
      left: calc(1/5 * 100%);
    }
  }
  .lg\:left-16 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 16);
    }
  }
  .lg\:left-\[5vw\] {
    @media (width >= 64rem) {
      left: 5vw;
    }
  }
  .lg\:left-\[10vw\] {
    @media (width >= 64rem) {
      left: 10vw;
    }
  }
  .lg\:left-\[50\%\] {
    @media (width >= 64rem) {
      left: 50%;
    }
  }
  .lg\:left-\[80px\] {
    @media (width >= 64rem) {
      left: 80px;
    }
  }
  .lg\:left-\[140px\] {
    @media (width >= 64rem) {
      left: 140px;
    }
  }
  .lg\:left-\[640px\] {
    @media (width >= 64rem) {
      left: 640px;
    }
  }
  .lg\:left-auto {
    @media (width >= 64rem) {
      left: auto;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mr-20 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 20);
    }
  }
  .lg\:mb-4 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[17dvh\] {
    @media (width >= 64rem) {
      height: 17dvh;
    }
  }
  .lg\:h-\[17vh\] {
    @media (width >= 64rem) {
      height: 17vh;
    }
  }
  .lg\:h-\[23dvh\] {
    @media (width >= 64rem) {
      height: 23dvh;
    }
  }
  .lg\:h-\[23vh\] {
    @media (width >= 64rem) {
      height: 23vh;
    }
  }
  .lg\:h-\[26dvh\] {
    @media (width >= 64rem) {
      height: 26dvh;
    }
  }
  .lg\:h-\[26vh\] {
    @media (width >= 64rem) {
      height: 26vh;
    }
  }
  .lg\:h-\[28dvh\] {
    @media (width >= 64rem) {
      height: 28dvh;
    }
  }
  .lg\:h-\[28vh\] {
    @media (width >= 64rem) {
      height: 28vh;
    }
  }
  .lg\:h-\[30dvh\] {
    @media (width >= 64rem) {
      height: 30dvh;
    }
  }
  .lg\:h-\[30vh\] {
    @media (width >= 64rem) {
      height: 30vh;
    }
  }
  .lg\:h-\[31dvh\] {
    @media (width >= 64rem) {
      height: 31dvh;
    }
  }
  .lg\:h-\[31vh\] {
    @media (width >= 64rem) {
      height: 31vh;
    }
  }
  .lg\:h-\[33dvh\] {
    @media (width >= 64rem) {
      height: 33dvh;
    }
  }
  .lg\:h-\[33vh\] {
    @media (width >= 64rem) {
      height: 33vh;
    }
  }
  .lg\:h-\[34dvh\] {
    @media (width >= 64rem) {
      height: 34dvh;
    }
  }
  .lg\:h-\[34vh\] {
    @media (width >= 64rem) {
      height: 34vh;
    }
  }
  .lg\:h-\[35dvh\] {
    @media (width >= 64rem) {
      height: 35dvh;
    }
  }
  .lg\:h-\[35vh\] {
    @media (width >= 64rem) {
      height: 35vh;
    }
  }
  .lg\:h-\[36dvh\] {
    @media (width >= 64rem) {
      height: 36dvh;
    }
  }
  .lg\:h-\[36vh\] {
    @media (width >= 64rem) {
      height: 36vh;
    }
  }
  .lg\:h-\[39dvh\] {
    @media (width >= 64rem) {
      height: 39dvh;
    }
  }
  .lg\:h-\[39vh\] {
    @media (width >= 64rem) {
      height: 39vh;
    }
  }
  .lg\:h-\[50\%\] {
    @media (width >= 64rem) {
      height: 50%;
    }
  }
  .lg\:h-\[50dvh\] {
    @media (width >= 64rem) {
      height: 50dvh;
    }
  }
  .lg\:h-\[50vh\] {
    @media (width >= 64rem) {
      height: 50vh;
    }
  }
  .lg\:h-\[64dvh\] {
    @media (width >= 64rem) {
      height: 64dvh;
    }
  }
  .lg\:h-\[64vh\] {
    @media (width >= 64rem) {
      height: 64vh;
    }
  }
  .lg\:h-\[100dvh\] {
    @media (width >= 64rem) {
      height: 100dvh;
    }
  }
  .lg\:h-\[100vh\] {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-4\/5 {
    @media (width >= 64rem) {
      width: calc(4/5 * 100%);
    }
  }
  .lg\:w-\[13vw\] {
    @media (width >= 64rem) {
      width: 13vw;
    }
  }
  .lg\:w-\[22\%\] {
    @media (width >= 64rem) {
      width: 22%;
    }
  }
  .lg\:w-\[23\%\] {
    @media (width >= 64rem) {
      width: 23%;
    }
  }
  .lg\:w-\[24\%\] {
    @media (width >= 64rem) {
      width: 24%;
    }
  }
  .lg\:w-\[26\%\] {
    @media (width >= 64rem) {
      width: 26%;
    }
  }
  .lg\:w-\[27\%\] {
    @media (width >= 64rem) {
      width: 27%;
    }
  }
  .lg\:w-\[28\%\] {
    @media (width >= 64rem) {
      width: 28%;
    }
  }
  .lg\:w-\[30vw\] {
    @media (width >= 64rem) {
      width: 30vw;
    }
  }
  .lg\:w-\[34vw\] {
    @media (width >= 64rem) {
      width: 34vw;
    }
  }
  .lg\:w-\[40vw\] {
    @media (width >= 64rem) {
      width: 40vw;
    }
  }
  .lg\:w-\[44\%\] {
    @media (width >= 64rem) {
      width: 44%;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[50vw\] {
    @media (width >= 64rem) {
      width: 50vw;
    }
  }
  .lg\:w-\[56\%\] {
    @media (width >= 64rem) {
      width: 56%;
    }
  }
  .lg\:w-\[60vw\] {
    @media (width >= 64rem) {
      width: 60vw;
    }
  }
  .lg\:w-\[64\%\] {
    @media (width >= 64rem) {
      width: 64%;
    }
  }
  .lg\:w-\[67\%\] {
    @media (width >= 64rem) {
      width: 67%;
    }
  }
  .lg\:w-\[68vw\] {
    @media (width >= 64rem) {
      width: 68vw;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 64rem) {
      width: 80%;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 64rem) {
      width: 600px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[75\%\] {
    @media (width >= 64rem) {
      max-width: 75%;
    }
  }
  .lg\:max-w-\[540px\] {
    @media (width >= 64rem) {
      max-width: 540px;
    }
  }
  .lg\:max-w-\[580px\] {
    @media (width >= 64rem) {
      max-width: 580px;
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:translate-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[-50\%\] {
    @media (width >= 64rem) {
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-evenly {
    @media (width >= 64rem) {
      justify-content: space-evenly;
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-6 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-7xl\/\[1\.3\] {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: 1.3;
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[440px\] {
    @media (width >= 64rem) {
      font-size: 440px;
    }
  }
  .lg\:text-shadow-none {
    @media (width >= 64rem) {
      text-shadow: none;
    }
  }
}
@layer base {
  html {
    font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
  }
}
@layer components {
  .and-pagination {
    position: absolute;
    top: unset !important;
    right: unset !important;
    bottom: calc(var(--spacing) * 2);
    left: 50% !important;
    z-index: 10;
    display: flex;
    transform: translateX(-50%) !important;
    gap: calc(var(--spacing) * 0.5);
    border-radius: calc(infinity * 1px);
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1);
  }
  .and-bullet {
    display: block;
    height: calc(var(--spacing) * 3);
    width: calc(var(--spacing) * 3);
    transform: scale(.7);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: transparent;
    background-color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .and-bullet-active {
    transform: scale(1);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue-dark);
    background-color: var(--color-blue-normal);
  }
  .c-img-border {
    border-style: var(--tw-border-style);
    border-width: 6px;
    border-color: var(--color-white);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
    --tw-shadow-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .c-kachel-bg {
    background-image: url(../images/kachel.jpg);
    background-size: 600px;
    background-repeat: repeat;
  }
  .c-italien-bg {
    background-image: url(../images/heimat.jpg);
    background-size: cover;
    background-position: 70% bottom;
    background-repeat: no-repeat;
    @media (width >= 64rem) {
      background-position: center;
    }
  }
  .c-eigenmarke-bg {
    background-image: url(../images/eigenmarke/eigenmarke-5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-caret-right:before {
    height: calc(var(--spacing) * 0);
    width: calc(var(--spacing) * 0);
    border-style: var(--tw-border-style);
    border-width: 6px;
    border-inline-style: var(--tw-border-style);
    border-inline-width: 10px;
    --tw-border-style: solid;
    border-style: solid;
    border-color: transparent;
    border-left-color: var(--color-white);
    content: " ";
  }
  @keyframes anti-spin {
    to {
      transform: rotate(-360deg);
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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-leading {
  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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: 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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
