/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/main.css ***!
  \*********************************************************************************************************************************************/
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --tracking-normal: 0em;
  --leading-normal: 1.5;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --color-red: #CC0100;
  --color-brand-orange: #EF8B22;
  --color-brand-orange-light: #FED5AA;
  --color-brand-blue: #0A81D1;
  --color-brand-grey: #53575A;
  --color-ice-grey: #F5F5F7;
  --color-inactive-grey: #CBCBCB;
  --color-steel-grey: #27343D;
  --color-light-blue: #A4DBFF;
  --color-light: #FBFBFD;
  --color-fill-secondary: rgba(120, 120, 128, 0.16);
}
#ein-booking-form {
  .daisy-tooltip {
    position: relative;
    display: inline-block;
    --daisy-tt-bg: var(--color-neutral);
    --daisy-tt-off: calc(100% + 0.5rem);
    --daisy-tt-tail: calc(100% + 1px + 0.25rem);
    > :where(.daisy-tooltip-content), &:where([data-tip]):before {
      position: absolute;
      max-width: 20rem;
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 1);
      text-align: center;
      white-space: normal;
      color: var(--color-neutral-content);
      opacity: 0%;
      font-size: 0.875rem;
      line-height: 1.25;
      transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
      background-color: var(--daisy-tt-bg);
      width: max-content;
      pointer-events: none;
      z-index: 2;
      --tw-content: attr(data-tip);
      content: var(--tw-content);
    }
    &:after {
      position: absolute;
      position: absolute;
      opacity: 0%;
      background-color: var(--daisy-tt-bg);
      transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
      content: "";
      pointer-events: none;
      width: 0.625rem;
      height: 0.25rem;
      display: block;
      mask-repeat: no-repeat;
      mask-position: -1px 0;
      --daisy-mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
      mask-image: var(--daisy-mask-tooltip);
    }
    &.daisy-tooltip-open, &[data-tip]:not([data-tip=""]):hover, &:not(:has(.daisy-tooltip-content:empty)):has(.daisy-tooltip-content):hover, &:has(:focus-visible) {
      > .daisy-tooltip-content, &[data-tip]:before, &:after {
        opacity: 100%;
        --daisy-tt-pos: 0rem;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      }
    }
    > .daisy-tooltip-content, &[data-tip]:before {
      transform: translateX(-50%) translateY(var(--daisy-tt-pos, 0.25rem));
      inset: auto auto var(--daisy-tt-off) 50%;
    }
    &:after {
      transform: translateX(-50%) translateY(var(--daisy-tt-pos, 0.25rem));
      inset: auto auto var(--daisy-tt-tail) 50%;
    }
  }
  .daisy-btn {
    :where(&) {
      width: unset;
    }
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: calc(0.25rem * 1.5);
    text-align: center;
    vertical-align: middle;
    outline-offset: 2px;
    webkit-user-select: none;
    user-select: none;
    padding-inline: var(--daisy-btn-p);
    color: var(--daisy-btn-fg);
    --tw-prose-links: var(--daisy-btn-fg);
    height: var(--daisy-size);
    font-size: var(--daisy-fontsize, 0.875rem);
    font-weight: 600;
    outline-color: var(--daisy-btn-color, var(--color-base-content));
    transition-property: color, background-color, border-color, box-shadow;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 0.2s;
    border-start-start-radius: var(--daisy-join-ss, var(--radius-field));
    border-start-end-radius: var(--daisy-join-se, var(--radius-field));
    border-end-start-radius: var(--daisy-join-es, var(--radius-field));
    border-end-end-radius: var(--daisy-join-ee, var(--radius-field));
    background-color: var(--daisy-btn-bg);
    background-size: auto, calc(var(--noise) * 100%);
    background-image: none, var(--daisy-btn-noise);
    border-width: var(--border);
    border-style: solid;
    border-color: var(--daisy-btn-border);
    text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
    touch-action: manipulation;
    box-shadow: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%)) inset, var(--daisy-btn-shadow);
    --daisy-size: calc(var(--size-field, 0.25rem) * 10);
    --daisy-btn-bg: var(--daisy-btn-color, var(--color-base-200));
    --daisy-btn-fg: var(--color-base-content);
    --daisy-btn-p: 1rem;
    --daisy-btn-border: var(--daisy-btn-bg);
    @supports (color: color-mix(in lab, red, red)) {
      --daisy-btn-border: color-mix(in oklab, var(--daisy-btn-bg), #000 calc(var(--depth) * 5%));
    }
    --daisy-btn-shadow: 0 3px 2px -2px var(--daisy-btn-bg),
    0 4px 3px -2px var(--daisy-btn-bg);
    @supports (color: color-mix(in lab, red, red)) {
      --daisy-btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--daisy-btn-bg) calc(var(--depth) * 30%), #0000),
    0 4px 3px -2px color-mix(in oklab, var(--daisy-btn-bg) calc(var(--depth) * 30%), #0000);
    }
    --daisy-btn-noise: var(--daisy-fx-noise);
    .daisy-prose & {
      text-decoration-line: none;
    }
    @media (hover: hover) {
      &:hover {
        --daisy-btn-bg: var(--daisy-btn-color, var(--color-base-200));
        @supports (color: color-mix(in lab, red, red)) {
          --daisy-btn-bg: color-mix(in oklab, var(--daisy-btn-color, var(--color-base-200)), #000 7%);
        }
      }
    }
    &:focus-visible {
      outline-width: 2px;
      outline-style: solid;
      isolation: isolate;
    }
    &:active:not(.daisy-btn-active) {
      translate: 0 0.5px;
      --daisy-btn-bg: var(--daisy-btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --daisy-btn-bg: color-mix(in oklab, var(--daisy-btn-color, var(--color-base-200)), #000 5%);
      }
      --daisy-btn-border: var(--daisy-btn-color, var(--color-base-200));
      @supports (color: color-mix(in lab, red, red)) {
        --daisy-btn-border: color-mix(in oklab, var(--daisy-btn-color, var(--color-base-200)), #000 7%);
      }
      --daisy-btn-shadow: 0 0 0 0 oklch(0% 0 0/0), 0 0 0 0 oklch(0% 0 0/0);
    }
    &:is(:disabled, [disabled], .daisy-btn-disabled) {
      &:not(.daisy-btn-link, .daisy-btn-ghost) {
        background-color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
        }
        box-shadow: none;
      }
      pointer-events: none;
      --daisy-btn-border: #0000;
      --daisy-btn-noise: none;
      --daisy-btn-fg: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        --daisy-btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
      @media (hover: hover) {
        &:hover {
          pointer-events: none;
          background-color: var(--color-neutral);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-neutral) 20%, transparent);
          }
          --daisy-btn-border: #0000;
          --daisy-btn-fg: var(--color-base-content);
          @supports (color: color-mix(in lab, red, red)) {
            --daisy-btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
          }
        }
      }
    }
    &:is(input[type="checkbox"], input[type="radio"]) {
      appearance: none;
      &::after {
        content: attr(aria-label);
      }
    }
    &:where(input:checked:not(.daisy-filter .daisy-btn)) {
      --daisy-btn-color: var(--color-primary);
      --daisy-btn-fg: var(--color-primary-content);
      isolation: isolate;
    }
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .daisy-toggle {
    border: var(--border) solid currentColor;
    color: var(--daisy-input-color);
    position: relative;
    display: inline-grid;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    place-content: center;
    vertical-align: middle;
    webkit-user-select: none;
    user-select: none;
    grid-template-columns: 0fr 1fr 1fr;
    --radius-selector-max: calc(
    var(--radius-selector) + var(--radius-selector) + var(--radius-selector)
  );
    border-radius: calc( var(--radius-selector) + min(var(--daisy-toggle-p), var(--radius-selector-max)) + min(var(--border), var(--radius-selector-max)) );
    padding: var(--daisy-toggle-p);
    box-shadow: 0 1px currentColor inset;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
    }
    transition: color 0.3s, grid-template-columns 0.2s;
    --daisy-input-color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --daisy-input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
    }
    --daisy-toggle-p: calc(var(--daisy-size) * 0.125);
    --daisy-size: calc(var(--size-selector, 0.25rem) * 6);
    width: calc((var(--daisy-size) * 2) - (var(--border) + var(--daisy-toggle-p)) * 2);
    height: var(--daisy-size);
     > * {
      z-index: 1;
      grid-column: span 1 / span 1;
      grid-column-start: 2;
      grid-row-start: 1;
      height: 100%;
      cursor: pointer;
      appearance: none;
      background-color: transparent;
      padding: calc(0.25rem * 0.5);
      transition: opacity 0.2s, rotate 0.4s;
      border: none;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:nth-child(2) {
        color: var(--color-base-100);
        rotate: 0deg;
      }
      &:nth-child(3) {
        color: var(--color-base-100);
        opacity: 0%;
        rotate: -15deg;
      }
    }
    &:has(:checked) {
       > :nth-child(2) {
        opacity: 0%;
        rotate: 15deg;
      }
       > :nth-child(3) {
        opacity: 100%;
        rotate: 0deg;
      }
    }
    &:before {
      position: relative;
      inset-inline-start: calc(0.25rem * 0);
      grid-column-start: 2;
      grid-row-start: 1;
      aspect-ratio: 1 / 1;
      height: 100%;
      border-radius: var(--radius-selector);
      background-color: currentColor;
      translate: 0;
      --tw-content: "";
      content: var(--tw-content);
      transition: background-color 0.1s, translate 0.2s, inset-inline-start 0.2s;
      box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px currentColor;
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000);
      }
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--daisy-fx-noise);
    }
    @media (forced-colors: active) {
      &:before {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
        outline-offset: calc(1px * -1);
      }
    }
    @media print {
      &:before {
        outline: 0.25rem solid;
        outline-offset: -1rem;
      }
    }
    &:focus-visible, &:has(:focus-visible) {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
    &:checked, &[aria-checked="true"], &:has(> input:checked) {
      grid-template-columns: 1fr 1fr 0fr;
      background-color: var(--color-base-100);
      --daisy-input-color: var(--color-base-content);
      &:before {
        background-color: currentColor;
      }
      @starting-style {
        &:before {
          opacity: 0;
        }
      }
    }
    &:indeterminate {
      grid-template-columns: 0.5fr 1fr 0.5fr;
    }
    &:disabled {
      cursor: not-allowed;
      opacity: 30%;
      &:before {
        background-color: transparent;
        border: var(--border) solid currentColor;
      }
    }
  }
  .daisy-input {
    cursor: text;
    border: var(--border) solid #0000;
    position: relative;
    display: inline-flex;
    flex-shrink: 1;
    appearance: none;
    align-items: center;
    gap: calc(0.25rem * 2);
    background-color: var(--color-base-100);
    padding-inline: calc(0.25rem * 3);
    vertical-align: middle;
    white-space: nowrap;
    width: clamp(3rem, 20rem, 100%);
    height: var(--daisy-size);
    font-size: 0.875rem;
    touch-action: manipulation;
    border-start-start-radius: var(--daisy-join-ss, var(--radius-field));
    border-start-end-radius: var(--daisy-join-se, var(--radius-field));
    border-end-start-radius: var(--daisy-join-es, var(--radius-field));
    border-end-end-radius: var(--daisy-join-ee, var(--radius-field));
    border-color: var(--daisy-input-color);
    box-shadow: 0 1px var(--daisy-input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 1px color-mix(in oklab, var(--daisy-input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    --daisy-size: calc(var(--size-field, 0.25rem) * 10);
    --daisy-input-color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --daisy-input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    &:where(input) {
      display: inline-flex;
    }
    :where(input) {
      display: inline-flex;
      height: 100%;
      width: 100%;
      appearance: none;
      background-color: transparent;
      border: none;
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
    }
    :where(input[type="url"]), :where(input[type="email"]) {
      direction: ltr;
    }
    :where(input[type="date"]) {
      display: inline-block;
    }
    &:focus, &:focus-within {
      --daisy-input-color: var(--color-base-content);
      box-shadow: 0 1px var(--daisy-input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--daisy-input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--daisy-input-color);
      outline-offset: 2px;
      isolation: isolate;
      z-index: 1;
    }
    &:has(> input[disabled]), &:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
      &::placeholder {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
      box-shadow: none;
    }
    &:has(> input[disabled]) > input[disabled] {
      cursor: not-allowed;
    }
    &::-webkit-date-and-time-value {
      text-align: inherit;
    }
    &[type="number"] {
      &::-webkit-inner-spin-button {
        margin-block: calc(0.25rem * -3);
        margin-inline-end: calc(0.25rem * -3);
      }
    }
    &::-webkit-calendar-picker-indicator {
      position: absolute;
      inset-inline-end: 0.75em;
    }
  }
  .daisy-steps {
    display: inline-grid;
    grid-auto-flow: column;
    overflow: hidden;
    overflow-x: auto;
    counter-reset: step;
    grid-auto-columns: 1fr;
    .daisy-step {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-columns: auto;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-rows: 40px 1fr;
      place-items: center;
      text-align: center;
      min-width: 4rem;
      --daisy-step-bg: var(--color-base-300);
      --daisy-step-fg: var(--color-base-content);
      &:before {
        top: calc(0.25rem * 0);
        grid-column-start: 1;
        grid-row-start: 1;
        height: calc(0.25rem * 2);
        width: 100%;
        border: 1px solid;
        color: var(--daisy-step-bg);
        background-color: var(--daisy-step-bg);
        --tw-content: "";
        content: var(--tw-content);
        margin-inline-start: -100%;
      }
      > .daisy-step-icon, &:not(:has(.daisy-step-icon)):after {
        content: counter(step);
        counter-increment: step;
        z-index: 1;
        color: var(--daisy-step-fg);
        background-color: var(--daisy-step-bg);
        border: 1px solid var(--daisy-step-bg);
        position: relative;
        grid-column-start: 1;
        grid-row-start: 1;
        display: grid;
        height: calc(0.25rem * 8);
        width: calc(0.25rem * 8);
        place-items: center;
        place-self: center;
        border-radius: calc(infinity * 1px);
      }
      &:first-child:before {
        content: none;
      }
      &[data-content]:after {
        content: attr(data-content);
      }
    }
    .daisy-step-neutral {
      + .daisy-step-neutral:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-neutral);
        --daisy-step-fg: var(--color-neutral-content);
      }
    }
    .daisy-step-primary {
      + .daisy-step-primary:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-primary);
        --daisy-step-fg: var(--color-primary-content);
      }
    }
    .daisy-step-secondary {
      + .daisy-step-secondary:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-secondary);
        --daisy-step-fg: var(--color-secondary-content);
      }
    }
    .daisy-step-accent {
      + .daisy-step-accent:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-accent);
        --daisy-step-fg: var(--color-accent-content);
      }
    }
    .daisy-step-info {
      + .daisy-step-info:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-info);
        --daisy-step-fg: var(--color-info-content);
      }
    }
    .daisy-step-success {
      + .daisy-step-success:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-success);
        --daisy-step-fg: var(--color-success-content);
      }
    }
    .daisy-step-warning {
      + .daisy-step-warning:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-warning);
        --daisy-step-fg: var(--color-warning-content);
      }
    }
    .daisy-step-error {
      + .daisy-step-error:before, &:after, > .daisy-step-icon {
        --daisy-step-bg: var(--color-error);
        --daisy-step-fg: var(--color-error-content);
      }
    }
  }
  .daisy-select {
    border: var(--border) solid #0000;
    position: relative;
    display: inline-flex;
    flex-shrink: 1;
    appearance: none;
    align-items: center;
    gap: calc(0.25rem * 1.5);
    background-color: var(--color-base-100);
    padding-inline-start: calc(0.25rem * 4);
    padding-inline-end: calc(0.25rem * 7);
    vertical-align: middle;
    width: clamp(3rem, 20rem, 100%);
    height: var(--daisy-size);
    font-size: 0.875rem;
    touch-action: manipulation;
    border-start-start-radius: var(--daisy-join-ss, var(--radius-field));
    border-start-end-radius: var(--daisy-join-se, var(--radius-field));
    border-end-start-radius: var(--daisy-join-es, var(--radius-field));
    border-end-end-radius: var(--daisy-join-ee, var(--radius-field));
    background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%);
    background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
    background-size: 4px 4px, 4px 4px;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    box-shadow: 0 1px var(--daisy-input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 1px color-mix(in oklab, var(--daisy-input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    border-color: var(--daisy-input-color);
    --daisy-input-color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --daisy-input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    --daisy-size: calc(var(--size-field, 0.25rem) * 10);
    [dir="rtl"] & {
      background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
    }
    select {
      margin-inline-start: calc(0.25rem * -4);
      margin-inline-end: calc(0.25rem * -7);
      width: calc(100% + 2.75rem);
      appearance: none;
      padding-inline-start: calc(0.25rem * 4);
      padding-inline-end: calc(0.25rem * 7);
      height: calc(100% - 2px);
      background: inherit;
      border-radius: inherit;
      border-style: none;
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      &:not(:last-child) {
        margin-inline-end: calc(0.25rem * -5.5);
        background-image: none;
      }
    }
    &:focus, &:focus-within {
      --daisy-input-color: var(--color-base-content);
      box-shadow: 0 1px var(--daisy-input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--daisy-input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--daisy-input-color);
      outline-offset: 2px;
      isolation: isolate;
      z-index: 1;
    }
    &:has(> select[disabled]), &:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
      &::placeholder {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
    }
    &:has(> select[disabled]) > select[disabled] {
      cursor: not-allowed;
    }
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .daisy-tooltip-bottom {
    > .daisy-tooltip-content, &[data-tip]:before {
      transform: translateX(-50%) translateY(var(--daisy-tt-pos, -0.25rem));
      inset: var(--daisy-tt-off) auto auto 50%;
    }
    &:after {
      transform: translateX(-50%) translateY(var(--daisy-tt-pos, -0.25rem)) rotate(180deg);
      inset: var(--daisy-tt-tail) auto auto 50%;
    }
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[28px\] {
    top: 28px;
  }
  .top-\[var\(--wp-admin--admin-bar--height\,0px\)\] {
    top: var(--wp-admin--admin-bar--height,0px);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .\!left-\[64px\] {
    left: 64px !important;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[28px\] {
    left: 28px;
  }
  .daisy-textarea {
    border: var(--border) solid #0000;
    min-height: calc(0.25rem * 20);
    flex-shrink: 1;
    appearance: none;
    border-radius: var(--radius-field);
    background-color: var(--color-base-100);
    padding-block: calc(0.25rem * 2);
    vertical-align: middle;
    width: clamp(3rem, 20rem, 100%);
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
    font-size: 0.875rem;
    touch-action: manipulation;
    border-color: var(--daisy-input-color);
    box-shadow: 0 1px var(--daisy-input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 1px color-mix(in oklab, var(--daisy-input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
    }
    --daisy-input-color: var(--color-base-content);
    @supports (color: color-mix(in lab, red, red)) {
      --daisy-input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
    }
    textarea {
      appearance: none;
      background-color: transparent;
      border: none;
      &:focus, &:focus-within {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
    }
    &:focus, &:focus-within {
      --daisy-input-color: var(--color-base-content);
      box-shadow: 0 1px var(--daisy-input-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 1px color-mix(in oklab, var(--daisy-input-color) calc(var(--depth) * 10%), #0000);
      }
      outline: 2px solid var(--daisy-input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    &:has(> textarea[disabled]), &:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
      &::placeholder {
        color: var(--color-base-content);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
        }
      }
      box-shadow: none;
    }
    &:has(> textarea[disabled]) > textarea[disabled] {
      cursor: not-allowed;
    }
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .daisy-label {
    display: inline-flex;
    align-items: center;
    gap: calc(0.25rem * 1.5);
    white-space: nowrap;
    color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentColor 60%, transparent);
    }
    &:has(input) {
      cursor: pointer;
    }
    &:is(.daisy-input > *, .daisy-select > *) {
      display: flex;
      height: calc(100% - 0.5rem);
      align-items: center;
      padding-inline: calc(0.25rem * 3);
      white-space: nowrap;
      font-size: inherit;
      &:first-child {
        margin-inline-start: calc(0.25rem * -3);
        margin-inline-end: calc(0.25rem * 3);
        border-inline-end: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
      &:last-child {
        margin-inline-start: calc(0.25rem * 3);
        margin-inline-end: calc(0.25rem * -3);
        border-inline-start: var(--border) solid currentColor;
        @supports (color: color-mix(in lab, red, red)) {
          border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
        }
      }
    }
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mr-\[2px\] {
    margin-right: 2px;
  }
  .mr-\[4px\] {
    margin-right: 4px;
  }
  .mr-\[9px\] {
    margin-right: 9px;
  }
  .mr-\[12px\] {
    margin-right: 12px;
  }
  .mr-\[24px\] {
    margin-right: 24px;
  }
  .daisy-fieldset-legend {
    margin-bottom: calc(0.25rem * -1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(0.25rem * 2);
    padding-block: calc(0.25rem * 2);
    color: var(--color-base-content);
    font-weight: 600;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .ml-\[-16px\] {
    margin-left: -16px;
  }
  .ml-\[4px\] {
    margin-left: 4px;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .daisy-fieldset {
    display: grid;
    gap: calc(0.25rem * 1.5);
    padding-block: calc(0.25rem * 1);
    font-size: 0.75rem;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .size-\[25px\] {
    width: 25px;
    height: 25px;
  }
  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }
  .size-\[56px\] {
    width: 56px;
    height: 56px;
  }
  .size-\[70px\] {
    width: 70px;
    height: 70px;
  }
  .size-\[80px\] {
    width: 80px;
    height: 80px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[39px\] {
    height: 39px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[112px\] {
    height: 112px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[calc\(var\(--size-field\)\*10\)\] {
    min-height: calc(var(--size-field) * 10);
  }
  .daisy-cally {
    font-size: 0.7rem;
    &::part(container) {
      padding: 0.5rem 1rem;
      user-select: none;
    }
    ::part(th) {
      font-weight: normal;
      block-size: auto;
    }
    &::part(header) {
      direction: ltr;
    }
    ::part(head) {
      opacity: 0.5;
      font-size: 0.7rem;
    }
    &::part(button) {
      border-radius: var(--radius-field);
      border: none;
      padding: 0.5rem;
      background: #0000;
    }
    &::part(button):hover {
      background: var(--color-base-200);
    }
    ::part(day) {
      border-radius: var(--radius-field);
      font-size: 0.7rem;
    }
    ::part(day):hover {
      background: var(--color-base-200);
    }
    ::part(button day today) {
      background: var(--color-primary);
      color: var(--color-primary-content);
    }
    ::part(selected) {
      color: var(--color-base-100);
      background: var(--color-base-content);
      border-radius: var(--radius-field);
    }
    ::part(range-inner) {
      border-radius: 0;
    }
    ::part(range-start) {
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    ::part(range-end) {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
    }
    ::part(range-start range-end) {
      border-radius: var(--radius-field);
    }
    calendar-month {
      width: 100%;
    }
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[215px\] {
    max-width: 215px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .min-w-\[246px\] {
    min-width: 246px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-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\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[-8deg\] {
    rotate: -8deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .space-x-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(8px * var(--tw-space-x-reverse));
      margin-inline-end: calc(8px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[16px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(16px * var(--tw-space-x-reverse));
      margin-inline-end: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .gap-y-\[80px\] {
    row-gap: 80px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-field {
    border-radius: var(--radius-field);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: 9999px;
  }
  .rounded-lg {
    border-radius: 16px;
  }
  .rounded-b-lg {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .\!border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-brand-orange {
    border-color: var(--color-brand-orange) !important;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-brand-blue {
    border-color: var(--color-brand-blue);
  }
  .border-brand-orange {
    border-color: var(--color-brand-orange);
  }
  .border-inactive-grey {
    border-color: var(--color-inactive-grey);
  }
  .border-neutral {
    border-color: var(--color-neutral);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-b-inactive-grey {
    border-bottom-color: var(--color-inactive-grey);
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-brand-blue {
    background-color: var(--color-brand-blue);
  }
  .bg-brand-orange {
    background-color: var(--color-brand-orange);
  }
  .bg-fill-secondary {
    background-color: var(--color-fill-secondary);
  }
  .bg-ice-grey {
    background-color: var(--color-ice-grey);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .stroke-brand-blue {
    stroke: var(--color-brand-blue);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[calc\(var\(--size-field\)\*3\)\] {
    padding-inline: calc(var(--size-field) * 3);
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[112px\] {
    padding-top: 112px;
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pl-\[32px\] {
    padding-left: 32px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-label {
    font-size: 14px;
    --tw-leading: 18px;
    line-height: 18px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    @media (width >= 64rem) {
      font-size: 16px;
    }
    @media (width >= 64rem) {
      --tw-leading: 20px;
      line-height: 20px;
    }
    > p {
      font-size: 14px;
      --tw-leading: 18px;
      line-height: 18px;
      @media (width >= 64rem) {
        font-size: 16px;
      }
      @media (width >= 64rem) {
        --tw-leading: 20px;
        line-height: 20px;
      }
    }
  }
  .heading-h1 {
    font-size: 32px;
    --tw-leading: 40px;
    line-height: 40px;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    @media (width >= 64rem) {
      font-size: 48px;
    }
    @media (width >= 64rem) {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }
  .heading-h2 {
    font-size: 24px;
    --tw-leading: 32px;
    line-height: 32px;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    @media (width >= 64rem) {
      font-size: 40px;
    }
    @media (width >= 64rem) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  .heading-h3 {
    font-size: 20px;
    --tw-leading: 30px;
    line-height: 30px;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    @media (width >= 64rem) {
      font-size: 32px;
    }
    @media (width >= 64rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .heading-h4 {
    font-size: 18px;
    --tw-leading: 28px;
    line-height: 28px;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    @media (width >= 64rem) {
      font-size: 24px;
    }
    @media (width >= 64rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .heading-h6 {
    font-size: 16px;
    --tw-leading: 20px;
    line-height: 20px;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    @media (width >= 64rem) {
      font-size: 18px;
    }
    @media (width >= 64rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .heading-h5 {
    font-size: 20px;
    --tw-leading: 30px;
    line-height: 30px;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .text-base {
    font-size: 16px;
    --tw-leading: 24px;
    line-height: 24px;
    @media (width >= 64rem) {
      font-size: 20px;
    }
    @media (width >= 64rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
    > p {
      font-size: 16px;
      --tw-leading: 24px;
      line-height: 24px;
      @media (width >= 64rem) {
        font-size: 20px;
      }
      @media (width >= 64rem) {
        --tw-leading: 30px;
        line-height: 30px;
      }
    }
  }
  .text-big {
    font-size: 20px;
    --tw-leading: 30px;
    line-height: 30px;
    @media (width >= 64rem) {
      font-size: 24px;
    }
    @media (width >= 64rem) {
      --tw-leading: 36px;
      line-height: 36px;
    }
    > p, & > ul li, & > ol li {
      font-size: 20px;
      --tw-leading: 30px;
      line-height: 30px;
      @media (width >= 64rem) {
        font-size: 24px;
      }
      @media (width >= 64rem) {
        --tw-leading: 36px;
        line-height: 36px;
      }
    }
  }
  .text-small {
    font-size: 14px;
    --tw-leading: 20px;
    line-height: 20px;
    > p {
      font-size: 14px;
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .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-\[14px\] {
    font-size: 14px !important;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .\!leading-\[20px\] {
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[72px\] {
    --tw-leading: 72px;
    line-height: 72px;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .daisy-tooltip-accent {
    --daisy-tt-bg: var(--color-accent);
    > .daisy-tooltip-content, &[data-tip]:before {
      color: var(--color-accent-content);
    }
  }
  .\!text-red {
    color: var(--color-red) !important;
  }
  .text-\[\#00CC00\] {
    color: #00CC00;
  }
  .text-brand-blue {
    color: var(--color-brand-blue);
  }
  .text-brand-grey {
    color: var(--color-brand-grey);
  }
  .text-brand-orange {
    color: var(--color-brand-orange);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-steel-grey {
    color: var(--color-steel-grey);
  }
  .text-steel-grey\/80 {
    color: color-mix(in srgb, #27343D 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-steel-grey) 80%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .decoration-transparent {
    text-decoration-color: transparent;
  }
  .shadow-btn {
    --tw-shadow: 0 11px 16px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.20));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-panel {
    --tw-shadow: 0 11px 16px var(--tw-shadow-color, rgba(0, 0, 0, 0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .daisy-input-error {
    &, &:focus, &:focus-within {
      --daisy-input-color: var(--color-error);
    }
  }
  .daisy-input-neutral {
    &, &:focus, &:focus-within {
      --daisy-input-color: var(--color-neutral);
    }
  }
  .daisy-select-error {
    &, &:focus, &:focus-within {
      --daisy-input-color: var(--color-error);
    }
  }
  .daisy-select-neutral {
    &, &:focus, &:focus-within {
      --daisy-input-color: var(--color-neutral);
    }
  }
  .daisy-textarea-neutral {
    &, &:focus, &:focus-within {
      --daisy-input-color: var(--color-neutral);
    }
  }
  .placeholder\:italic {
    &::placeholder {
      font-style: italic;
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .checked\:border-none {
    &:checked {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .checked\:bg-fill-secondary {
    &:checked {
      background-color: var(--color-fill-secondary);
    }
  }
  .checked\:text-brand-blue {
    &:checked {
      color: var(--color-brand-blue);
    }
  }
  .hover\:border-brand-orange {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-orange);
      }
    }
  }
  .hover\:bg-brand-orange {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-orange);
      }
    }
  }
  .hover\:bg-brand-orange-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-orange-light);
      }
    }
  }
  .hover\:bg-brand-orange\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #EF8B22 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-brand-orange) 50%, transparent);
        }
      }
    }
  }
  .hover\:decoration-brand-blue {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: var(--color-brand-blue);
      }
    }
  }
  .focus\:placeholder\:text-transparent {
    &:focus {
      &::placeholder {
        color: transparent;
      }
    }
  }
  .disabled\:\!bg-brand-blue {
    &:disabled {
      background-color: var(--color-brand-blue) !important;
    }
  }
  .disabled\:opacity-40 {
    &:disabled {
      opacity: 40%;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:\!w-\[33\.33\%\] {
    @media (width >= 48rem) {
      width: 33.33% !important;
    }
  }
  .md\:max-w-\[176px\] {
    @media (width >= 48rem) {
      max-width: 176px;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 32px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-\[32px\] {
    @media (width >= 64rem) {
      top: 32px;
    }
  }
  .lg\:\!left-auto {
    @media (width >= 64rem) {
      left: auto !important;
    }
  }
  .lg\:left-\[32px\] {
    @media (width >= 64rem) {
      left: 32px;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 64rem) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 64rem) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:col-start-3 {
    @media (width >= 64rem) {
      grid-column-start: 3;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[24px\] {
    @media (width >= 64rem) {
      margin-top: 24px;
    }
  }
  .lg\:mr-\[4px\] {
    @media (width >= 64rem) {
      margin-right: 4px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[8px\] {
    @media (width >= 64rem) {
      margin-bottom: 8px;
    }
  }
  .lg\:mb-\[16px\] {
    @media (width >= 64rem) {
      margin-bottom: 16px;
    }
  }
  .lg\:mb-\[32px\] {
    @media (width >= 64rem) {
      margin-bottom: 32px;
    }
  }
  .lg\:\!block {
    @media (width >= 64rem) {
      display: block !important;
    }
  }
  .lg\:\!flex {
    @media (width >= 64rem) {
      display: flex !important;
    }
  }
  .lg\:\!hidden {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:\!inline-flex {
    @media (width >= 64rem) {
      display: inline-flex !important;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:size-\[24px\] {
    @media (width >= 64rem) {
      width: 24px;
      height: 24px;
    }
  }
  .lg\:size-\[48px\] {
    @media (width >= 64rem) {
      width: 48px;
      height: 48px;
    }
  }
  .lg\:h-\[49px\] {
    @media (width >= 64rem) {
      height: 49px;
    }
  }
  .lg\:h-\[90px\] {
    @media (width >= 64rem) {
      height: 90px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-min {
    @media (width >= 64rem) {
      width: min-content;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:auto-cols-fr {
    @media (width >= 64rem) {
      grid-auto-columns: minmax(0, 1fr);
    }
  }
  .lg\:grid-flow-col {
    @media (width >= 64rem) {
      grid-auto-flow: column;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-\[8px\] {
    @media (width >= 64rem) {
      gap: 8px;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 64rem) {
      gap: 32px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:gap-x-\[32px\] {
    @media (width >= 64rem) {
      column-gap: 32px;
    }
  }
  .lg\:space-x-\[32px\] {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(32px * var(--tw-space-x-reverse));
        margin-inline-end: calc(32px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:gap-y-\[40px\] {
    @media (width >= 64rem) {
      row-gap: 40px;
    }
  }
  .lg\:border-b {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .lg\:border-inactive-grey {
    @media (width >= 64rem) {
      border-color: var(--color-inactive-grey);
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-\[32px\] {
    @media (width >= 64rem) {
      padding: 32px;
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 64rem) {
      padding: 40px;
    }
  }
  .lg\:px-\[32px\] {
    @media (width >= 64rem) {
      padding-inline: 32px;
    }
  }
  .lg\:px-\[56px\] {
    @media (width >= 64rem) {
      padding-inline: 56px;
    }
  }
  .lg\:px-\[64px\] {
    @media (width >= 64rem) {
      padding-inline: 64px;
    }
  }
  .lg\:px-\[112px\] {
    @media (width >= 64rem) {
      padding-inline: 112px;
    }
  }
  .lg\:px-\[200px\] {
    @media (width >= 64rem) {
      padding-inline: 200px;
    }
  }
  .lg\:py-\[56px\] {
    @media (width >= 64rem) {
      padding-block: 56px;
    }
  }
  .lg\:pt-\[112px\] {
    @media (width >= 64rem) {
      padding-top: 112px;
    }
  }
  .lg\:pt-\[140px\] {
    @media (width >= 64rem) {
      padding-top: 140px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:leading-\[28px\] {
    @media (width >= 64rem) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .lg\:leading-\[32px\] {
    @media (width >= 64rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .lg\:font-bold {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .lg\:font-normal {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .lg\:text-brand-blue {
    @media (width >= 64rem) {
      color: var(--color-brand-blue);
    }
  }
  .lg\:hover\:decoration-white {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          text-decoration-color: var(--color-white);
        }
      }
    }
  }
  .xl\:px-\[112px\] {
    @media (width >= 80rem) {
      padding-inline: 112px;
    }
  }
  .\[\&\>\*\]\:w-\[calc\(\(100\%-20px\)\/2\)\] {
    &>* {
      width: calc((100% - 20px) / 2);
    }
  }
  .\[\&\>\*\]\:text-small {
    &>* {
      font-size: 14px;
      --tw-leading: 20px;
      line-height: 20px;
      > p {
        font-size: 14px;
        --tw-leading: 20px;
        line-height: 20px;
      }
    }
  }
  .md\:\[\&\>\*\]\:w-\[calc\(\(100\%-64px\)\/3\)\] {
    @media (width >= 48rem) {
      &>* {
        width: calc((100% - 64px) / 3);
      }
    }
  }
  .xl\:\[\&\>\*\]\:w-\[calc\(\(100\%-96px\)\/4\)\] {
    @media (width >= 80rem) {
      &>* {
        width: calc((100% - 96px) / 4);
      }
    }
  }
  .\[\&\>\*\:last-child\]\:mb-0 {
    &>*:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>\:last-child\]\:mb-0 {
    &>:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>svg\]\:size-full {
    &>svg {
      width: 100%;
      height: 100%;
    }
  }
}
@layer components {
  .input-description {
    color: var(--color-brand-orange);
    font-style: italic;
  }
}
#ein-booking-form {
  --toastify-toast-width: fit-content;
  font-size: 16px;
  --tw-leading: 24px;
  line-height: 24px;
  @media (width >= 64rem) {
    font-size: 20px;
  }
  @media (width >= 64rem) {
    --tw-leading: 30px;
    line-height: 30px;
  }
  > p {
    font-size: 16px;
    --tw-leading: 24px;
    line-height: 24px;
    @media (width >= 64rem) {
      font-size: 20px;
    }
    @media (width >= 64rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  p {
    font-size: 16px;
    --tw-leading: 24px;
    line-height: 24px;
    @media (width >= 64rem) {
      font-size: 20px;
    }
    @media (width >= 64rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
    > p {
      font-size: 16px;
      --tw-leading: 24px;
      line-height: 24px;
      @media (width >= 64rem) {
        font-size: 20px;
      }
      @media (width >= 64rem) {
        --tw-leading: 30px;
        line-height: 30px;
      }
    }
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .ein-btn {
    display: inline-flex;
    border-radius: 16px;
    background-color: var(--color-brand-blue);
    padding-inline: 40px !important;
    padding-block: 16px !important;
    text-align: center;
    font-size: 20px !important;
    --tw-leading: 30px !important;
    line-height: 30px !important;
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
    --tw-tracking: var(--tracking-normal) !important;
    letter-spacing: var(--tracking-normal) !important;
    color: var(--color-white) !important;
    text-transform: none !important;
    text-decoration-line: none !important;
    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));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-orange);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .ein-btn-plain {
    background-color: transparent;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: currentcolor;
    text-decoration-line: underline;
  }
  .smart-tag {
    display: inline-flex;
    height: 40px;
    align-items: center;
    border-radius: calc(infinity * 1px);
    border-radius: 9999px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-brand-blue);
    background-color: var(--color-white);
    padding-inline: 16px;
    text-align: center;
    font-size: 14px;
    --tw-leading: 20px;
    line-height: 20px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-blue);
  }
  .ein-panel-gradient {
    background: linear-gradient(113deg, #FED5AA 35%, #FFF 95%);
  }
  .ein-accordion {
    * {
      font-size: 16px !important;
      --tw-leading: 24px !important;
      line-height: 24px !important;
    }
  }
  .ein-accordion-simple {
    * {
      font-size: 20px !important;
      --tw-leading: 30px !important;
      line-height: 30px !important;
    }
  }
  .ein-bill {
    width: 100%;
    height: 100%;
    padding-inline: 40px;
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: Courier;
    font-size: 15px;
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    --tw-shadow: 0 11px 16px var(--tw-shadow-color, rgba(0, 0, 0, 0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &.ein-bill-gradient-right {
      .ein-bill-line-item-amount {
        color: var(--color-brand-blue);
      }
    }
    &.ein-bill-gradient-left {
      .ein-bill-line-item-amount {
        color: var(--color-red);
      }
    }
  }
  .ein-bill-gradient-left {
    background: linear-gradient(150deg, #F8F8F8 -1.5%, #F0F0F0 100%);
  }
  .ein-bill-gradient-right {
    background: linear-gradient(150deg, #F7FDFF -1.5%, #E3F6FF 100%);
  }
  .ein-panel {
    position: relative;
    width: 100%;
    border-radius: 16px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-inactive-grey);
    background-color: var(--color-white);
    padding-inline: 16px;
    padding-top: 24px;
    padding-bottom: 32px;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 64rem) {
      padding: 40px;
    }
    ul {
      li {
        margin-bottom: 16px;
        &:last-child {
          margin-bottom: calc(var(--spacing) * 0);
        }
      }
    }
    a:not(.btn) {
      --tw-border-style: none !important;
      border-style: none !important;
      --tw-font-weight: var(--font-weight-bold) !important;
      font-weight: var(--font-weight-bold) !important;
      text-decoration-line: underline !important;
      text-decoration-color: currentcolor !important;
      text-underline-offset: 2px !important;
      &:hover {
        @media (hover: hover) {
          text-decoration-color: transparent !important;
        }
      }
    }
  }
  .ein-panel-focused {
    border-color: var(--color-brand-orange);
    --tw-shadow: 0 11px 16px var(--tw-shadow-color, rgba(0, 0, 0, 0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .daisy-fieldset {
    padding: calc(var(--spacing) * 0);
  }
  .daisy-fieldset-legend {
    margin: calc(var(--spacing) * 0);
    padding: calc(var(--spacing) * 0);
  }
  .daisy-steps {
    font-size: 11px;
    --tw-leading: 14px;
    line-height: 14px;
    color: #86868B;
    .daisy-step {
      margin-bottom: calc(var(--spacing) * 0);
      min-width: 40px;
      @media (width >= 64rem) {
        min-width: 112px;
      }
      .daisy-step-icon {
        width: 24px;
        height: 24px;
        font-size: 16px;
        --tw-leading: 20px;
        line-height: 20px;
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black);
        @media (width >= 64rem) {
          font-size: 18px;
        }
        @media (width >= 64rem) {
          --tw-leading: 24px;
          line-height: 24px;
        }
        @media (width >= 64rem) {
          margin-bottom: 4px;
        }
        @media (width >= 64rem) {
          width: 32px;
          height: 32px;
        }
      }
      &:before {
        height: 2px;
      }
    }
    .daisy-step-current {
      color: var(--color-black);
      .daisy-step-icon {
        color: var(--color-steel-grey);
        @media (width >= 64rem) {
          height: 32px;
        }
        @media (width >= 64rem) {
          width: 40px;
        }
        --daisy-step-bg: #ffffff;
        @media (min-width: 1024px) {
          --daisy-step-bg: transparent;
        }
      }
    }
    .daisy-step-primary, .daisy-step-secondary {
      + .daisy-step-secondary:before {
        --daisy-step-bg: var(--color-brand-orange-light);
        @media (min-width: 1024px) {
          --daisy-step-bg: #d9d9d9;
        }
      }
    }
    .daisy-step-secondary {
      .daisy-step-icon {
        color: var(--color-brand-orange);
        @media (width >= 64rem) {
          color: #86868B;
        }
        --daisy-step-fg: #d9d9d9;
        --daisy-step-bg: var(--color-brand-orange-light);
        @media (min-width: 1024px) {
          --daisy-step-bg: var(--color-secondary);
        }
      }
    }
  }
  .daisy-fieldset-legend + .daisy-input,
    .daisy-fieldset-legend + .daisy-select {
    margin-top: 8px;
  }
  .radio-choice {
    border-radius: 3px;
    > input[type="radio"] {
      appearance: none;
    }
  }
  .ein-choice {
    display: inline-flex;
    height: calc(var(--size-field) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-field);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-neutral);
    background-color: var(--color-base-100);
    padding-inline: calc(var(--size-field) * 3);
    text-align: center;
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
    outline-color: transparent;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:has(*:checked) {
      border-color: transparent;
    }
    &:has(*:checked) {
      outline-color: var(--color-brand-orange);
    }
  }
  calendar-date.daisy-cally {
    &::part(container) {
      gap: 32px;
    }
    &::part(header) {
      font-size: 20px !important;
      --tw-leading: 30px !important;
      line-height: 30px !important;
      --tw-font-weight: var(--font-weight-black) !important;
      font-weight: var(--font-weight-black) !important;
      @media (width >= 64rem) {
        font-size: 32px !important;
      }
      @media (width >= 64rem) {
        --tw-leading: 40px !important;
        line-height: 40px !important;
      }
    }
    &::part(button) {
      padding: calc(var(--spacing) * 0);
    }
    &::part(button):hover {
      background-color: transparent;
    }
    calendar-month {
      &::part(table) {
        --tw-border-spacing-x: 4px;
        --tw-border-spacing-y: 4px;
        border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
        @media (width >= 64rem) {
          --tw-border-spacing-x: 8px;
          --tw-border-spacing-y: 8px;
          border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
        }
        border-collapse: separate;
      }
      &::part(heading) {
        font-size: 20px;
        --tw-leading: 30px;
        line-height: 30px;
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black);
        @media (width >= 64rem) {
          font-size: 32px;
        }
        @media (width >= 64rem) {
          --tw-leading: 40px;
          line-height: 40px;
        }
      }
      &::part(head) {
        opacity: 100% !important;
      }
      &::part(button day) {
        width: 100%;
        border-radius: 8px;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-inactive-grey);
        font-size: 14px;
        --tw-leading: 20px;
        line-height: 20px;
        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));
        @media (width >= 48rem) {
          height: 80px;
        }
        @media (width >= 64rem) {
          border-radius: 16px;
        }
        @media (width >= 64rem) {
          border-style: var(--tw-border-style);
          border-width: 2px;
        }
        @media (width >= 64rem) {
          font-size: 20px;
        }
        @media (width >= 64rem) {
          --tw-leading: 30px;
          line-height: 30px;
        }
      }
      &::part(button day):disabled {
        pointer-events: none;
      }
      &::part(button day):hover {
        border-color: var(--color-brand-orange);
        background-color: color-mix(in srgb, #EF8B22 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-brand-orange) 50%, transparent);
        }
      }
      &::part(button day today) {
        border-color: var(--color-inactive-grey);
        background-color: var(--color-inactive-grey);
        color: var(--color-black);
      }
      &::part(button day selected) {
        border-color: var(--color-brand-orange);
        background-color: var(--color-brand-orange);
        color: var(--color-black);
      }
      &::part(button day selected):hover {
        background-color: var(--color-brand-orange);
      }
      &::part(button day outside) {
        opacity: 40%;
      }
      &::part(th day) {
        pointer-events: none;
        width: calc(100% / 7);
        font-size: 16px;
        --tw-font-weight: 700 !important;
        font-weight: 700 !important;
        color: var(--color-brand-grey);
        text-transform: uppercase;
        @media (width >= 64rem) {
          font-size: 20px !important;
        }
        @media (width >= 64rem) {
          --tw-tracking: 2.2px;
          letter-spacing: 2.2px;
        }
      }
    }
  }
  .ein-logo-carousel {
    --swiper-navigation-size: 24px;
    position: relative;
    .swiper {
      position: relative;
      padding-inline: 36px;
      padding-block: 8px;
      @media (width >= 64rem) {
        margin-inline: -28px;
      }
      @media (width >= 64rem) {
        padding-inline: 28px;
      }
    }
    .swiper-wrapper {
      align-items: stretch;
    }
    .swiper-slide {
      height: auto;
    }
    .swiper-button-next {
      position: absolute;
      top: calc(1/2 * 100%);
      right: calc(var(--spacing) * 0);
      margin: calc(var(--spacing) * 0);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      width: calc(24px / 44 * 27);
      height: 24px;
    }
    .swiper-button-prev {
      position: absolute;
      top: calc(1/2 * 100%);
      left: calc(var(--spacing) * 0);
      margin: calc(var(--spacing) * 0);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      width: calc(24px / 44 * 27);
      height: 24px;
    }
  }
  .ein-rate-carousel {
    .swiper {
      margin-inline: calc(var(--spacing) * 0);
      padding-inline: calc(var(--spacing) * 0);
    }
    .ein-carousel-navigation {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      padding-top: 16px;
      @media (width >= 64rem) {
        padding-top: calc(var(--spacing) * 0);
      }
    }
    .swiper-button-next, .swiper-button-prev {
      position: relative;
      top: calc(var(--spacing) * 0);
      display: flex;
      width: 40px;
      height: 40px;
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      border-radius: 9999px;
      background-color: var(--color-white);
      --tw-shadow: 0 11px 16px var(--tw-shadow-color, rgba(0, 0, 0, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      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));
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-brand-orange);
        }
      }
      @media (width >= 64rem) {
        position: absolute;
      }
      @media (width >= 64rem) {
        top: 51px;
      }
      @media (width >= 64rem) {
        width: 48px;
        height: 48px;
      }
      @media (width >= 64rem) {
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &:after {
        display: none;
      }
    }
  }
  .step-footer {
    a {
      --tw-border-style: none !important;
      border-style: none !important;
      padding: calc(var(--spacing) * 0) !important;
      --tw-leading: inherit !important;
      line-height: inherit !important;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-brand-blue);
      text-decoration-line: underline;
      text-decoration-color: var(--color-brand-blue);
      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));
      &:hover {
        @media (hover: hover) {
          text-decoration-color: transparent;
        }
      }
    }
  }
}
#leadbox-iframe-container {
  display: none;
}
@layer base {
  :root {
    --daisy-fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
}
@layer base {
  @property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
  }
}
@layer base {
  :root {
    scrollbar-color: currentColor #0000;
    @supports (color: color-mix(in lab, red, red)) {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
}
@layer base {
  :root:has( .daisy-modal-open, .daisy-modal[open], .daisy-modal:target, .daisy-modal-toggle:checked, .daisy-drawer:not([class*="drawer-open"]) > .daisy-drawer-toggle:checked ) {
    overflow: hidden;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@keyframes toast {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@layer base {
  :where(:root),:root:has(input.theme-controller[value=einstein]:checked),[data-theme="einstein"] {
    color-scheme: light;
    --color-base-100: var(--color-ice-grey);
    --color-base-200: var(--color-steel-grey);
    --color-base-300: oklch(92% 0.04 240);
    --color-base-content: oklch(20% 0.05 240);
    --color-primary: var(--color-brand-blue);
    --color-primary-content: oklch(98% 0.01 240);
    --color-secondary: var(--color-ice-grey);
    --color-secondary-content: oklch(98% 0.01 200);
    --color-accent: var(--color-light-blue);
    --color-accent-content: var(--color-steel-grey);
    --color-neutral: var(--color-inactive-grey);
    --color-neutral-content: oklch(98% 0.01 240);
    --color-info: oklch(70% 0.2 220);
    --color-info-content: oklch(98% 0.01 220);
    --color-success: oklch(65% 0.25 140);
    --color-success-content: oklch(98% 0.01 140);
    --color-warning: oklch(80% 0.25 80);
    --color-warning-content: oklch(20% 0.05 80);
    --color-error: var(--color-red);
    --color-error-content: oklch(98% 0.01 30);
    --radius-selector: 1rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
@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-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-x-reverse {
  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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 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-tracking: initial;
      --tw-outline-style: solid;
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
    }
  }
}


/*# sourceMappingURL=ein-booking-form.min.css.map*/