/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --tracking-tight: -0.025em;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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);
    --font-muller-medium: "muller-medium", sans-serif;
    --font-james: "james", sans-serif;
    --font-muller-bold: "muller-bold", sans-serif;
    --font-muller-black: "muller-black", sans-serif;
    --color-pink: #FFC6DE;
    --color-strong-pink: #D76B98;
    --color-gray: #363636;
  }
}
@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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-\[1\.5\%\] {
    top: calc(1.5% * -1);
  }
  .-top-\[15\%\] {
    top: calc(15% * -1);
  }
  .-top-\[20\%\] {
    top: calc(20% * -1);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[6\%\] {
    top: 6%;
  }
  .top-\[8\%\] {
    top: 8%;
  }
  .top-\[13\%\] {
    top: 13%;
  }
  .top-\[29\%\] {
    top: 29%;
  }
  .top-\[38\%\] {
    top: 38%;
  }
  .top-\[40\%\] {
    top: 40%;
  }
  .top-\[70\%\] {
    top: 70%;
  }
  .top-\[73\%\] {
    top: 73%;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .-right-\[6\%\] {
    right: calc(6% * -1);
  }
  .-right-\[24\%\] {
    right: calc(24% * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .-left-\[4\%\] {
    left: calc(4% * -1);
  }
  .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-\[6\%\] {
    left: 6%;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[24\%\] {
    left: 24%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-\[5\%\] {
    margin-inline: 5%;
  }
  .mx-\[10\%\] {
    margin-inline: 10%;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .-mt-\[15\%\] {
    margin-top: calc(15% * -1);
  }
  .-mt-\[16\%\] {
    margin-top: calc(16% * -1);
  }
  .-mt-\[20\%\] {
    margin-top: calc(20% * -1);
  }
  .-mt-\[25\%\] {
    margin-top: calc(25% * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[7\%\] {
    margin-top: 7%;
  }
  .mr-\[40\%\] {
    margin-right: 40%;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-\[1\%\] {
    margin-bottom: 1%;
  }
  .mb-\[6\%\] {
    margin-bottom: 6%;
  }
  .-ml-\[5\%\] {
    margin-left: calc(5% * -1);
  }
  .-ml-\[12\%\] {
    margin-left: calc(12% * -1);
  }
  .ml-\[4\%\] {
    margin-left: 4%;
  }
  .ml-\[7\%\] {
    margin-left: 7%;
  }
  .ml-\[12\%\] {
    margin-left: 12%;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-70 {
    height: calc(var(--spacing) * 70);
  }
  .h-\[23\%\] {
    height: 23%;
  }
  .h-\[40\%\] {
    height: 40%;
  }
  .h-\[42\%\] {
    height: 42%;
  }
  .h-\[50\%\] {
    height: 50%;
  }
  .h-\[70\%\] {
    height: 70%;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-13 {
    width: calc(var(--spacing) * 13);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[13\%\] {
    width: 13%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[58\%\] {
    width: 58%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[68\%\] {
    width: 68%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[93\%\] {
    width: 93%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .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-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[\#535353\] {
    border-color: #535353;
  }
  .border-pink {
    border-color: var(--color-pink);
  }
  .border-strong-pink {
    border-color: var(--color-strong-pink);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#303030\] {
    background-color: #303030;
  }
  .bg-\[\#E89CBC\] {
    background-color: #E89CBC;
  }
  .bg-amber-300 {
    background-color: var(--color-amber-300);
  }
  .bg-amber-300\/50 {
    background-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-300) 50%, transparent);
    }
  }
  .bg-strong-pink {
    background-color: var(--color-strong-pink);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\/img\/map\.avif\'\)\] {
    background-image: url('./img/map.avif');
  }
  .from-\[\#E89CBC\] {
    --tw-gradient-from: #E89CBC;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-strong-pink {
    --tw-gradient-via: var(--color-strong-pink);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#C55382\] {
    --tw-gradient-to: #C55382;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-size-\[auto_120\%\] {
    background-size: auto 120%;
  }
  .bg-center {
    background-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[3\%\] {
    padding: 3%;
  }
  .p-\[6\%\] {
    padding: 6%;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .px-\[10\%\] {
    padding-inline: 10%;
  }
  .px-\[15\%\] {
    padding-inline: 15%;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[4\%\] {
    padding-block: 4%;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[1\%\] {
    padding-top: 1%;
  }
  .pt-\[2\%\] {
    padding-top: 2%;
  }
  .pt-\[3\%\] {
    padding-top: 3%;
  }
  .pt-\[4\%\] {
    padding-top: 4%;
  }
  .pt-\[8\%\] {
    padding-top: 8%;
  }
  .pt-\[13\%\] {
    padding-top: 13%;
  }
  .pt-\[25\%\] {
    padding-top: 25%;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-\[5\%\] {
    padding-right: 5%;
  }
  .pr-\[8\%\] {
    padding-right: 8%;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[2\%\] {
    padding-bottom: 2%;
  }
  .pb-\[3\.5\%\] {
    padding-bottom: 3.5%;
  }
  .pb-\[13\%\] {
    padding-bottom: 13%;
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-\[3\%\] {
    padding-left: 3%;
  }
  .pl-\[12\%\] {
    padding-left: 12%;
  }
  .pl-\[21\%\] {
    padding-left: 21%;
  }
  .pl-\[25\%\] {
    padding-left: 25%;
  }
  .pl-\[30\%\] {
    padding-left: 30%;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-james {
    font-family: var(--font-james);
  }
  .font-muller-black {
    font-family: var(--font-muller-black);
  }
  .font-muller-bold {
    font-family: var(--font-muller-bold);
  }
  .font-muller-medium {
    font-family: var(--font-muller-medium);
  }
  .text-\[clamp\(8px\,3\.077vw\+-1\.846px\,12px\)\] {
    font-size: clamp(8px, 3.077vw + -1.846px, 12px);
  }
  .text-\[clamp\(9px\,1\.538vw\+4\.077px\,11px\)\] {
    font-size: clamp(9px, 1.538vw + 4.077px, 11px);
  }
  .text-\[clamp\(10px\,2\.308vw\+2\.615px\,13px\)\] {
    font-size: clamp(10px, 2.308vw + 2.615px, 13px);
  }
  .text-\[clamp\(10px\,3\.077vw\+0\.154px\,14px\)\] {
    font-size: clamp(10px, 3.077vw + 0.154px, 14px);
  }
  .text-\[clamp\(11px\,2\.308vw\+3\.615px\,14px\)\] {
    font-size: clamp(11px, 2.308vw + 3.615px, 14px);
  }
  .text-\[clamp\(11px\,3\.077vw\+1\.154px\,15px\)\] {
    font-size: clamp(11px, 3.077vw + 1.154px, 15px);
  }
  .text-\[clamp\(11px\,3\.846vw\+-1\.308px\,16px\)\] {
    font-size: clamp(11px, 3.846vw + -1.308px, 16px);
  }
  .text-\[clamp\(12px\,1\.538vw\+7\.077px\,14px\)\] {
    font-size: clamp(12px, 1.538vw + 7.077px, 14px);
  }
  .text-\[clamp\(13px\,1\.538vw\+8\.077px\,15px\)\] {
    font-size: clamp(13px, 1.538vw + 8.077px, 15px);
  }
  .text-\[clamp\(14px\,2\.308vw\+6\.615px\,17px\)\] {
    font-size: clamp(14px, 2.308vw + 6.615px, 17px);
  }
  .text-\[clamp\(15px\,1\.538vw\+10\.077px\,17px\)\] {
    font-size: clamp(15px, 1.538vw + 10.077px, 17px);
  }
  .text-\[clamp\(15px\,2\.308vw\+7\.615px\,18px\)\] {
    font-size: clamp(15px, 2.308vw + 7.615px, 18px);
  }
  .text-\[clamp\(15px\,3\.077vw\+5\.154px\,19px\)\] {
    font-size: clamp(15px, 3.077vw + 5.154px, 19px);
  }
  .text-\[clamp\(19px\,3\.846vw\+6\.692px\,24px\)\] {
    font-size: clamp(19px, 3.846vw + 6.692px, 24px);
  }
  .text-\[clamp\(20px\,3\.846vw\+7\.692px\,25px\)\] {
    font-size: clamp(20px, 3.846vw + 7.692px, 25px);
  }
  .text-\[clamp\(25px\,3\.846vw\+12\.692px\,30px\)\] {
    font-size: clamp(25px, 3.846vw + 12.692px, 30px);
  }
  .text-\[clamp\(25px\,7\.692vw\+0\.385px\,35px\)\] {
    font-size: clamp(25px, 7.692vw + 0.385px, 35px);
  }
  .text-\[clamp\(26px\,3\.846vw\+13\.692px\,31px\)\] {
    font-size: clamp(26px, 3.846vw + 13.692px, 31px);
  }
  .text-\[clamp\(27px\,3\.846vw\+14\.692px\,32px\)\] {
    font-size: clamp(27px, 3.846vw + 14.692px, 32px);
  }
  .text-\[clamp\(28px\,3\.846vw\+15\.692px\,33px\)\] {
    font-size: clamp(28px, 3.846vw + 15.692px, 33px);
  }
  .text-\[clamp\(30px\,3\.846vw\+17\.692px\,35px\)\] {
    font-size: clamp(30px, 3.846vw + 17.692px, 35px);
  }
  .text-\[clamp\(30px\,10vw\+-2px\,43px\)\] {
    font-size: clamp(30px, 10vw + -2px, 43px);
  }
  .text-\[clamp\(40px\,3\.846vw\+27\.692px\,45px\)\] {
    font-size: clamp(40px, 3.846vw + 27.692px, 45px);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[clamp\(10px\,2\.308vw\+2\.615px\,13px\)\] {
    --tw-leading: clamp(10px, 2.308vw + 2.615px, 13px);
    line-height: clamp(10px, 2.308vw + 2.615px, 13px);
  }
  .leading-\[clamp\(12px\,6\.154vw\+-7\.692px\,20px\)\] {
    --tw-leading: clamp(12px, 6.154vw + -7.692px, 20px);
    line-height: clamp(12px, 6.154vw + -7.692px, 20px);
  }
  .leading-\[clamp\(13px\,3\.846vw\+0\.692px\,18px\)\] {
    --tw-leading: clamp(13px, 3.846vw + 0.692px, 18px);
    line-height: clamp(13px, 3.846vw + 0.692px, 18px);
  }
  .leading-\[clamp\(15px\,3\.077vw\+5\.154px\,19px\)\] {
    --tw-leading: clamp(15px, 3.077vw + 5.154px, 19px);
    line-height: clamp(15px, 3.077vw + 5.154px, 19px);
  }
  .leading-\[clamp\(18px\,1\.538vw\+13\.077px\,20px\)\] {
    --tw-leading: clamp(18px, 1.538vw + 13.077px, 20px);
    line-height: clamp(18px, 1.538vw + 13.077px, 20px);
  }
  .leading-\[clamp\(23px\,3\.846vw\+10\.692px\,28px\)\] {
    --tw-leading: clamp(23px, 3.846vw + 10.692px, 28px);
    line-height: clamp(23px, 3.846vw + 10.692px, 28px);
  }
  .leading-\[clamp\(25px\,3\.846vw\+12\.692px\,30px\)\] {
    --tw-leading: clamp(25px, 3.846vw + 12.692px, 30px);
    line-height: clamp(25px, 3.846vw + 12.692px, 30px);
  }
  .leading-\[clamp\(26px\,3\.846vw\+13\.692px\,31px\)\] {
    --tw-leading: clamp(26px, 3.846vw + 13.692px, 31px);
    line-height: clamp(26px, 3.846vw + 13.692px, 31px);
  }
  .leading-\[clamp\(28px\,4\.615vw\+13\.231px\,34px\)\] {
    --tw-leading: clamp(28px, 4.615vw + 13.231px, 34px);
    line-height: clamp(28px, 4.615vw + 13.231px, 34px);
  }
  .leading-\[clamp\(28px\,5\.385vw\+10\.769px\,35px\)\] {
    --tw-leading: clamp(28px, 5.385vw + 10.769px, 35px);
    line-height: clamp(28px, 5.385vw + 10.769px, 35px);
  }
  .leading-\[clamp\(30px\,3\.846vw\+17\.692px\,35px\)\] {
    --tw-leading: clamp(30px, 3.846vw + 17.692px, 35px);
    line-height: clamp(30px, 3.846vw + 17.692px, 35px);
  }
  .leading-\[clamp\(32px\,10vw\,48px\)\] {
    --tw-leading: clamp(32px, 10vw, 48px);
    line-height: clamp(32px, 10vw, 48px);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-\[\#555\] {
    color: #555;
  }
  .text-\[\#303030\] {
    color: #303030;
  }
  .text-\[\#E89CBC\] {
    color: #E89CBC;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-pink {
    color: var(--color-pink);
  }
  .text-strong-pink {
    color: var(--color-strong-pink);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-\[\#909090\] {
    &::placeholder {
      color: #909090;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-\[0_0_25px_\#FFC6DE\] {
    --tw-shadow: 0 0 25px var(--tw-shadow-color, #FFC6DE);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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, 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));
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    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-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-gray-300 {
    &:focus {
      --tw-ring-color: var(--color-gray-300);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
}
@layer base {
  @font-face {
    font-family: "james";
    src: url("./fonts/JamesStroker.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "muller-medium";
    src: url("./fonts/MullerMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "muller-bold";
    src: url("./fonts/MullerBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "muller-extrabold";
    src: url("./fonts/MullerExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "muller-black";
    src: url("./fonts/MullerBlack.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
}
.brightness-pulse {
  animation: brightnessPulse 1.9s ease-in-out infinite;
}
@keyframes brightnessPulse {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.3);
  }
}
.content-carousel__item {
  display: none;
}
.content-carousel__item.is-active {
  display: block;
}
.wa-btn {
  transition: filter 0.15s ease, transform 0.15s ease;
}
.wa-btn.pressed {
  transform: scale(0.93);
}
.wa-btn.disabled {
  filter: grayscale(1) brightness(0.75) !important;
  pointer-events: none;
  animation: none !important;
}
.prev, .next, .content-carousel__prev, .content-carousel__next {
  transition: transform 0.15s ease;
}
.prev:active, .next:active, .content-carousel__prev:active, .content-carousel__next:active {
  transform: scale(0.85);
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
