/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-sky-900: oklch(39.1% 0.09 240.876);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-fuchsia-900: oklch(40.1% 0.17 325.612);
    --color-fuchsia-950: oklch(29.3% 0.136 325.661);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1.5 / 1);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.5 / 1);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --aspect-video: 16 / 9;
    --default-font-family: 'Poppins';
    --default-mono-font-family: var(--font-mono);
    --font-display: 'Poppins';
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .container {
    width: 100%;
    @media (width >= 768px) {
      max-width: 768px;
    }
  }
  .contain {
    max-width: 1536px;
    margin-inline: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .prose {
    --tw-prose-body: var(--color-neutral-600);
    --tw-prose-headings: var(--color-neutral-600);
    --tw-prose-links: var(--color-blue-400);
    color: var(--tw-prose-body);
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: var(--text-xl);
      line-height: var(--text-xl--line-height);
      font-weight: 400;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-size: var(--text-3xl);
      line-height: var(--text-3xl--line-height);
      font-weight: 400;
      font-family: var(--font-display);
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-size: var(--text-2xl);
      line-height: var(--text-2xl--line-height);
      font-weight: 400;
      font-family: var(--font-display);
    }
    :where(h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-size: var(--text-base);
      line-height: var(--text-base--line-height);
      font-weight: 700;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-left: 2rem;
    }
    :where(ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-latin;
    }
    :where(ol ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol ol ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-latin;
    }
    :where(ol ol ol ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-left: 2rem;
    }
    :where(ul ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: circle;
    }
    :where(ul ul ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: square;
    }
  }
  .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-auto {
    width: auto;
    height: auto;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[2\.8125rem\] {
    height: 2.8125rem;
  }
  .h-full {
    height: 100%;
  }
  .max-h-none {
    max-height: none;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .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-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .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-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * 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)));
    }
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .self-center {
    align-self: center;
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-fuchsia-900 {
    background-color: var(--color-fuchsia-900);
  }
  .bg-fuchsia-950 {
    background-color: var(--color-fuchsia-950);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-neutral-300 {
    background-color: var(--color-neutral-300);
  }
  .bg-neutral-500 {
    background-color: var(--color-neutral-500);
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-orange-800\/60 {
    background-color: color-mix(in srgb, oklch(47% 0.157 37.304) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-orange-800) 60%, transparent);
    }
  }
  .bg-rose-400 {
    background-color: var(--color-rose-400);
  }
  .bg-sky-500 {
    background-color: var(--color-sky-500);
  }
  .bg-sky-600 {
    background-color: var(--color-sky-600);
  }
  .bg-sky-700 {
    background-color: var(--color-sky-700);
  }
  .bg-sky-800 {
    background-color: var(--color-sky-800);
  }
  .bg-sky-900 {
    background-color: var(--color-sky-900);
  }
  .bg-sky-950 {
    background-color: var(--color-sky-950);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-500 {
    background-color: var(--color-slate-500);
  }
  .bg-stone-100 {
    background-color: var(--color-stone-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .stroke-white {
    stroke: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-sky-500 {
    color: var(--color-sky-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .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);
  }
  .prose-white {
    --tw-prose-body: var(--color-white);
    --tw-prose-headings: var(--color-white);
    --tw-prose-links: var(--color-white);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-has-checked\:opacity-100 {
    &:is(:where(.group):has(*:checked) *) {
      opacity: 100%;
    }
  }
  .group-has-indeterminate\:opacity-100 {
    &:is(:where(.group):has(*:indeterminate) *) {
      opacity: 100%;
    }
  }
  .group-has-disabled\:stroke-gray-950\/25 {
    &:is(:where(.group):has(*:disabled) *) {
      stroke: color-mix(in srgb, oklch(13% 0.028 261.692) 25%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        stroke: color-mix(in oklab, var(--color-gray-950) 25%, transparent);
      }
    }
  }
  .backdrop\:bg-black\/75 {
    &::backdrop {
      background-color: color-mix(in srgb, #000 75%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 75%, transparent);
      }
    }
  }
  .hover\:bg-orange-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-600);
      }
    }
  }
  .focus\:static {
    &:focus {
      position: static;
    }
  }
  .focus\:border-sky-600 {
    &:focus {
      border-color: var(--color-sky-600);
    }
  }
  .focus\:ring-sky-600 {
    &:focus {
      --tw-ring-color: var(--color-sky-600);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-black {
    &:focus-visible {
      outline-color: var(--color-black);
    }
  }
  .max-sm\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-sm\:aspect-square {
    @media (width < 768px) {
      aspect-ratio: 1 / 1;
    }
  }
  .max-sm\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-sm\:space-y-6 {
    @media (width < 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-sm\:px-8 {
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .max-sm\:py-4 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .sm\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .sm\:order-3 {
    @media (width >= 768px) {
      order: 3;
    }
  }
  .sm\:order-first {
    @media (width >= 768px) {
      order: -9999;
    }
  }
  .sm\:order-last {
    @media (width >= 768px) {
      order: 9999;
    }
  }
  .sm\:col-span-1 {
    @media (width >= 768px) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:col-span-3 {
    @media (width >= 768px) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 768px) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:mr-8 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .sm\:ml-auto {
    @media (width >= 768px) {
      margin-left: auto;
    }
  }
  .sm\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .sm\:aspect-4\/3 {
    @media (width >= 768px) {
      aspect-ratio: 4/3;
    }
  }
  .sm\:aspect-5\/2 {
    @media (width >= 768px) {
      aspect-ratio: 5/2;
    }
  }
  .sm\:aspect-video {
    @media (width >= 768px) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .sm\:size-4 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .sm\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .sm\:w-74\.5 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 74.5);
    }
  }
  .sm\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .sm\:flex-1 {
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 768px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-5 {
    @media (width >= 768px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .sm\:space-y-0 {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:gap-x-8 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:gap-x-12 {
    @media (width >= 768px) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .sm\:border {
    @media (width >= 768px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .sm\:px-20 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .sm\:py-2 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .sm\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-xs {
    @media (width >= 768px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .prose-a\:text-inherit {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: inherit;
    }
  }
  .prose-a\:no-underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-line: none;
    }
  }
  .prose-ul\:ml-0 {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .prose-ul\:flex {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      display: flex;
    }
  }
  .prose-ul\:list-none {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: none;
    }
  }
  .prose-ul\:gap-3 {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .prose-ul\:gap-4 {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .prose-li\:before\:mr-3 {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        margin-right: calc(var(--spacing) * 3);
      }
    }
  }
  .prose-li\:before\:mr-4 {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        margin-right: calc(var(--spacing) * 4);
      }
    }
  }
  .prose-li\:before\:content-\[\'\|\'\] {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        --tw-content: '|';
        content: var(--tw-content);
      }
    }
  }
  .prose-li\:first\:before\:content-none {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:first-child {
        &::before {
          content: var(--tw-content);
          --tw-content: none;
          content: none;
        }
      }
    }
  }
  .\[\&_svg\]\:inline-block {
    & svg {
      display: inline-block;
    }
  }
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2?v=1) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2?v=1) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
  html {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1536px) {
  html {
    font-size: 21.6px;
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: var(--color-orange-500);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration-line: none;
}
.active-marker {
  position: relative;
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * -4);
  }
  &::after {
    content: var(--tw-content);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  &::after {
    --tw-content: '>';
    content: var(--tw-content);
  }
}
.fa > svg, .external > svg {
  height: 1em;
  vertical-align: -0.125em;
}
.fa.fa-fw > svg {
  width: 1.25em;
}
.fa > svg > path, .external > svg > path {
  fill: currentColor;
}
.embed-wrapper {
  position: relative;
}
.embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fui-hidden {
  display: none;
}
[data-fui-sr-only] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.fui-field {
  @media (width >= 768px) {
    flex: 1;
  }
}
.fui-page, .fui-page-container {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 6);
}
.fui-row {
  display: flex;
  gap: calc(var(--spacing) * 6);
  @media (width < 768px) {
    flex-direction: column;
  }
}
.fui-i {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 6);
}
.fui-btn {
  display: inline-flex;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: var(--color-orange-500);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration-line: none;
}
.fui-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fui-btn[disabled][data-loading="true"] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 50%;
}
.fui-alert {
  :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)));
  }
  border-radius: var(--radius-md);
  padding: calc(var(--spacing) * 6);
}
.fui-alert-error {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-red-500);
  background-color: var(--color-red-500);
  color: var(--color-white);
}
.fui-alert-success {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-green-500);
  background-color: var(--color-green-50);
}
.fui-row-empty {
  display: none;
}
.fui-label, .fui-legend {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.fui-required {
  color: var(--color-red-500);
}
.fui-instructions {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.fui-instructions-above-input .fui-instructions {
  margin-bottom: calc(var(--spacing) * 1);
}
.fui-error-message {
  color: var(--color-red-500);
}
.fui-error-message, .fui-success-message {
  margin-top: calc(var(--spacing) * 1);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.fui-success-message {
  color: var(--color-green-500);
}
.fui-radio {
  display: flex;
  align-items: center;
}
.fui-checkbox {
  display: flex;
  gap: calc(var(--spacing) * 3);
}
.fui-radio-input {
  position: relative;
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
  appearance: none;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    inset: calc(var(--spacing) * 1);
  }
  &::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  &::before {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &:not(*:checked) {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
  &:checked {
    border-color: var(--color-blue-800);
  }
  &:checked {
    background-color: var(--color-blue-800);
  }
  &:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus-visible {
    outline-offset: 2px;
  }
  &:focus-visible {
    outline-color: var(--color-blue-400);
  }
  &:disabled {
    border-color: var(--color-gray-300);
  }
  &:disabled {
    background-color: var(--color-gray-100);
  }
  &:disabled {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-gray-400);
    }
  }
  @media (forced-colors: active) {
    appearance: auto;
  }
  @media (forced-colors: active) {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
}
.fui-checkbox-input {
  grid-column-start: 1;
  grid-row-start: 1;
  appearance: none;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  background-color: var(--color-white);
  &:checked {
    border-color: var(--color-blue-800);
  }
  &:checked {
    background-color: var(--color-blue-800);
  }
  &:indeterminate {
    border-color: var(--color-blue-800);
  }
  &:indeterminate {
    background-color: var(--color-blue-800);
  }
  &:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus-visible {
    outline-offset: 2px;
  }
  &:focus-visible {
    outline-color: var(--color-blue-400);
  }
  &:disabled {
    border-color: var(--color-gray-300);
  }
  &:disabled {
    background-color: var(--color-gray-100);
  }
  &:disabled {
    &:checked {
      background-color: var(--color-gray-100);
    }
  }
  @media (forced-colors: active) {
    appearance: auto;
  }
}
.fui-radio-label {
  margin-left: calc(var(--spacing) * 3);
  display: block;
  font-size: var(--text-sm);
  line-height: calc(var(--spacing) * 6);
}
.fui-checkbox-label {
  font-size: var(--text-sm);
  line-height: calc(var(--spacing) * 6);
}
.fui-input:not(.fui-radio-input, .fui-checkbox-input, [type='file']) {
  display: block;
  width: 100%;
  border-radius: var(--radius-md);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-gray-900);
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
  outline-offset: calc(1px * -1);
  outline-color: var(--color-gray-300);
  &::placeholder {
    color: var(--color-gray-400);
  }
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus {
    outline-offset: calc(2px * -1);
  }
  &:focus {
    outline-color: var(--color-blue-400);
  }
  @media (width >= 768px) {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
}
.fui-select {
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  appearance: none;
  border-radius: var(--radius-md);
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 1.5);
  padding-right: calc(var(--spacing) * 8);
  padding-left: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-gray-900);
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
  outline-offset: calc(1px * -1);
  outline-color: var(--color-gray-300);
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus {
    outline-offset: calc(2px * -1);
  }
  &:focus {
    outline-color: var(--color-blue-400);
  }
  @media (width >= 768px) {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
}
.fui-input.fui-error {
  color: var(--color-red-900);
  outline-color: var(--color-red-300);
  &::placeholder {
    color: var(--color-red-300);
  }
  &:focus {
    outline-color: var(--color-red-600);
  }
}
.fui-select.fui-error {
  color: var(--color-red-900);
  outline-color: var(--color-red-300);
  &:focus {
    outline-color: var(--color-red-600);
  }
}
.fui-input[type='file'] {
  display: block;
  width: 100%;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-500);
}
.fui-input[type='file']::file-selector-button {
  margin-right: calc(var(--spacing) * 4);
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-orange-500);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  text-transform: uppercase;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-orange-600);
    }
  }
}
.fui-type-html .fui-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 6);
}
.fui-stripe-elements-wrapper {
  min-height: auto !important;
}
@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-content: "";
    }
  }
}
