@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Stylish&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-400: oklch(.704 .191 22.216);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-7xl: 80rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: Funnel Sans, sans-serif;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-h1);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-h2);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-h3);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-h4);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-p);
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-label);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-p);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-p);
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) .subheading {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-subheading);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) .helper-text {
    font-family: Funnel Sans, sans-serif;
    font-size: var(--text-helper);
    font-weight: var(--font-weight-regular);
    line-height: 1.3;
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-\[0\.01px\] {
    top: .01px;
  }

  .top-\[60px\] {
    top: 60px;
  }

  .top-\[120px\] {
    top: 120px;
  }

  .top-\[139px\] {
    top: 139px;
  }

  .top-\[205px\] {
    top: 205px;
  }

  .top-\[371px\] {
    top: 371px;
  }

  .top-\[557px\] {
    top: 557px;
  }

  .top-\[700px\] {
    top: 700px;
  }

  .top-\[728px\] {
    top: 728px;
  }

  .top-\[950px\] {
    top: 950px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-\[-6\.72\%\] {
    right: -6.72%;
  }

  .right-\[-12\.12\%\] {
    right: -12.12%;
  }

  .right-\[-12\.13\%\] {
    right: -12.13%;
  }

  .right-\[-18\.78\%\] {
    right: -18.78%;
  }

  .right-\[-29\.08\%\] {
    right: -29.08%;
  }

  .right-\[-29\.19\%\] {
    right: -29.19%;
  }

  .right-\[16px\] {
    right: 16px;
  }

  .right-\[24px\] {
    right: 24px;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-\[-32px\] {
    bottom: -32px;
  }

  .bottom-\[16px\] {
    bottom: 16px;
  }

  .bottom-\[24px\] {
    bottom: 24px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[-32px\] {
    left: -32px;
  }

  .left-\[40px\] {
    left: 40px;
  }

  .left-\[158px\] {
    left: 158px;
  }

  .left-\[415px\] {
    left: 415px;
  }

  .left-\[694px\] {
    left: 694px;
  }

  .left-\[880px\] {
    left: 880px;
  }

  .left-\[1159px\] {
    left: 1159px;
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .order-first {
    order: -9999;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-\[-8px\] {
    margin-top: -8px;
  }

  .mt-\[0px\] {
    margin-top: 0;
  }

  .mt-\[21px\] {
    margin-top: 21px;
  }

  .mt-auto {
    margin-top: auto;
  }

  .mr-\[0px\] {
    margin-right: 0;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-\[-4px\] {
    margin-bottom: -4px;
  }

  .mb-\[-23px\] {
    margin-bottom: -23px;
  }

  .mb-\[0px\] {
    margin-bottom: 0;
  }

  .ml-\[0px\] {
    margin-left: 0;
  }

  .line-clamp-5 {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[14\.002px\] {
    height: 14.002px;
  }

  .h-\[15\.998px\] {
    height: 15.998px;
  }

  .h-\[17px\] {
    height: 17px;
  }

  .h-\[19\.994px\] {
    height: 19.994px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[35\.998px\] {
    height: 35.998px;
  }

  .h-\[36px\] {
    height: 36px;
  }

  .h-\[39\.994px\] {
    height: 39.994px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[152px\] {
    height: 152px;
  }

  .h-\[170\.83px\] {
    height: 170.83px;
  }

  .h-\[170\.776px\] {
    height: 170.776px;
  }

  .h-\[185\.615px\] {
    height: 185.615px;
  }

  .h-\[185\.692px\] {
    height: 185.692px;
  }

  .h-\[240\.089px\] {
    height: 240.089px;
  }

  .h-\[251\.588px\] {
    height: 251.588px;
  }

  .h-\[261\.232px\] {
    height: 261.232px;
  }

  .h-\[278\.538px\] {
    height: 278.538px;
  }

  .h-\[278\.653px\] {
    height: 278.653px;
  }

  .h-\[290\.658px\] {
    height: 290.658px;
  }

  .h-\[294\.583px\] {
    height: 294.583px;
  }

  .h-\[400\.102px\] {
    height: 400.102px;
  }

  .h-\[600px\] {
    height: 600px;
  }

  .h-\[718px\] {
    height: 718px;
  }

  .h-\[1024px\] {
    height: 1024px;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[90vh\] {
    max-height: 90vh;
  }

  .max-h-\[400px\] {
    max-height: 400px;
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .min-h-\[80px\] {
    min-height: 80px;
  }

  .min-h-\[200px\] {
    min-height: 200px;
  }

  .min-h-full {
    min-height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-52 {
    width: calc(var(--spacing) * 52);
  }

  .w-\[15\.998px\] {
    width: 15.998px;
  }

  .w-\[17px\] {
    width: 17px;
  }

  .w-\[19\.994px\] {
    width: 19.994px;
  }

  .w-\[36px\] {
    width: 36px;
  }

  .w-\[47\.999px\] {
    width: 47.999px;
  }

  .w-\[90\%\] {
    width: 90%;
  }

  .w-\[104px\] {
    width: 104px;
  }

  .w-\[167\.725px\] {
    width: 167.725px;
  }

  .w-\[181px\] {
    width: 181px;
  }

  .w-\[185\.615px\] {
    width: 185.615px;
  }

  .w-\[185\.692px\] {
    width: 185.692px;
  }

  .w-\[256\.888px\] {
    width: 256.888px;
  }

  .w-\[256\.969px\] {
    width: 256.969px;
  }

  .w-\[278\.422px\] {
    width: 278.422px;
  }

  .w-\[278\.538px\] {
    width: 278.538px;
  }

  .w-\[278\.653px\] {
    width: 278.653px;
  }

  .w-\[487px\] {
    width: 487px;
  }

  .w-\[545px\] {
    width: 545px;
  }

  .w-\[1440px\] {
    width: 1440px;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[80ch\] {
    max-width: 80ch;
  }

  .max-w-\[800px\] {
    max-width: 800px;
  }

  .max-w-\[900px\] {
    max-width: 900px;
  }

  .max-w-none {
    max-width: none;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .origin-top-left {
    transform-origin: 0 0;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-\[0\.6\] {
    scale: .6;
  }

  .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;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .appearance-none {
    appearance: none;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[21px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(21px * var(--tw-space-y-reverse));
    margin-block-end: calc(21px * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-start {
    align-self: flex-start;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[0px\] {
    border-radius: 0;
  }

  .rounded-\[6px\] {
    border-radius: 6px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[9999px\] {
    border-radius: 9999px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

  .rounded-sm {
    border-radius: calc(var(--radius)  - 4px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-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-brand-white {
    border-color: var(--app-text);
  }

  .border-brand-white\/20 {
    border-color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-brand-white\/20 {
      border-color: color-mix(in oklab, var(--app-text) 20%, transparent);
    }
  }

  .border-brand-white\/30 {
    border-color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-brand-white\/30 {
      border-color: color-mix(in oklab, var(--app-text) 30%, transparent);
    }
  }

  .border-brand-white\/40 {
    border-color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-brand-white\/40 {
      border-color: color-mix(in oklab, var(--app-text) 40%, transparent);
    }
  }

  .bg-\[var\(--brand-blue\)\] {
    background-color: var(--brand-blue);
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-brand-blue {
    background-color: var(--app-bg);
  }

  .bg-brand-white {
    background-color: var(--app-text);
  }

  .bg-brand-white\/20 {
    background-color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-brand-white\/20 {
      background-color: color-mix(in oklab, var(--app-text) 20%, transparent);
    }
  }

  .bg-transparent {
    background-color: #0000;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .p-\[32px\] {
    padding: 32px;
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-\[0px\] {
    padding-inline: 0;
  }

  .px-\[4px\] {
    padding-inline: 4px;
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-\[1px\] {
    padding-block: 1px;
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-\[0px\] {
    padding-top: 0;
  }

  .pt-\[4px\] {
    padding-top: 4px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pr-\[0px\] {
    padding-right: 0;
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-\[-3px\] {
    padding-bottom: -3px;
  }

  .pb-\[-30px\] {
    padding-bottom: -30px;
  }

  .pb-\[1px\] {
    padding-bottom: 1px;
  }

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[32px\] {
    padding-bottom: 32px;
  }

  .pl-\[0px\] {
    padding-left: 0;
  }

  .pl-\[12px\] {
    padding-left: 12px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .font-\[\'Stylish\'\,sans-serif\] {
    font-family: Stylish, sans-serif;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[367px\] {
    font-size: 367px;
  }

  .text-\[length\:var\(--text-date-large\)\] {
    font-size: var(--text-date-large);
  }

  .text-\[length\:var\(--text-event-title\)\] {
    font-size: var(--text-event-title);
  }

  .text-\[length\:var\(--text-h1\)\] {
    font-size: var(--text-h1);
  }

  .text-\[length\:var\(--text-h2\)\] {
    font-size: var(--text-h2);
  }

  .text-\[length\:var\(--text-label\)\] {
    font-size: var(--text-label);
  }

  .text-\[length\:var\(--text-p\)\] {
    font-size: var(--text-p);
  }

  .text-\[length\:var\(--text-subheading\)\] {
    font-size: var(--text-subheading);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-\[0\.64\] {
    --tw-leading: .64;
    line-height: .64;
  }

  .leading-\[0\.85\] {
    --tw-leading: .85;
    line-height: .85;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.48px\] {
    --tw-tracking: -.48px;
    letter-spacing: -.48px;
  }

  .tracking-\[-0\.0762px\] {
    --tw-tracking: -.0762px;
    letter-spacing: -.0762px;
  }

  .tracking-\[-0\.1504px\] {
    --tw-tracking: -.1504px;
    letter-spacing: -.1504px;
  }

  .tracking-\[-0\.3008px\] {
    --tw-tracking: -.3008px;
    letter-spacing: -.3008px;
  }

  .tracking-\[-0\.3125px\] {
    --tw-tracking: -.3125px;
    letter-spacing: -.3125px;
  }

  .tracking-\[-1\.25px\] {
    --tw-tracking: -1.25px;
    letter-spacing: -1.25px;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-brand-blue {
    color: var(--app-bg);
  }

  .text-brand-white {
    color: var(--app-text);
  }

  .text-brand-white\/40 {
    color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-brand-white\/40 {
      color: color-mix(in oklab, var(--app-text) 40%, transparent);
    }
  }

  .text-brand-white\/50 {
    color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-brand-white\/50 {
      color: color-mix(in oklab, var(--app-text) 50%, transparent);
    }
  }

  .text-brand-white\/60 {
    color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-brand-white\/60 {
      color: color-mix(in oklab, var(--app-text) 60%, transparent);
    }
  }

  .text-brand-white\/70 {
    color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-brand-white\/70 {
      color: color-mix(in oklab, var(--app-text) 70%, transparent);
    }
  }

  .text-brand-white\/80 {
    color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-brand-white\/80 {
      color: color-mix(in oklab, var(--app-text) 80%, transparent);
    }
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-80 {
    opacity: .8;
  }

  .mix-blend-color {
    mix-blend-mode: color;
  }

  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .mix-blend-screen {
    mix-blend-mode: screen;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .contrast-125 {
    --tw-contrast: contrast(125%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-\[9\.05px\] {
    --tw-backdrop-blur: blur(9.05px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  @media (hover: hover) {
    .group-hover\:text-brand-white:is(:where(.group):hover *) {
      color: var(--app-text);
    }
  }

  @media (hover: hover) {
    .group-hover\:underline:is(:where(.group):hover *) {
      text-decoration-line: underline;
    }
  }

  .placeholder\:text-brand-white\/40::placeholder {
    color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-brand-white\/40::placeholder {
      color: color-mix(in oklab, var(--app-text) 40%, transparent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-brand-blue\/90:hover {
      background-color: var(--app-bg);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-brand-blue\/90:hover {
        background-color: color-mix(in oklab, var(--app-bg) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-brand-white\/10:hover {
      background-color: var(--app-text);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-brand-white\/10:hover {
        background-color: color-mix(in oklab, var(--app-text) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-brand-white\/90:hover {
      background-color: var(--app-text);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-brand-white\/90:hover {
        background-color: color-mix(in oklab, var(--app-text) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-brand-white:hover {
      color: var(--app-text);
    }
  }

  @media (hover: hover) {
    .hover\:text-brand-white\/70:hover {
      color: var(--app-text);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-brand-white\/70:hover {
        color: color-mix(in oklab, var(--app-text) 70%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .focus\:border-brand-white\/60:focus {
    border-color: var(--app-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:border-brand-white\/60:focus {
      border-color: color-mix(in oklab, var(--app-text) 60%, transparent);
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width >= 48rem) {
    .md\:top-\[185px\] {
      top: 185px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[464px\] {
      top: 464px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[924px\] {
      top: 924px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[48px\] {
      left: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[219px\] {
      left: 219px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[1036px\] {
      left: 1036px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:line-clamp-3 {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
  }

  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[359\.82px\] {
      width: 359.82px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[403px\] {
      width: 403px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[1344px\] {
      width: 1344px;
    }
  }

  @media (width >= 48rem) {
    .md\:scale-\[0\.8\] {
      scale: .8;
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:items-baseline {
      align-items: baseline;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[57px\] {
      gap: 57px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-4 {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 48rem) {
    .md\:opacity-100 {
      opacity: 1;
    }
  }

  @media (width >= 48rem) {
    .md\:mix-blend-normal {
      mix-blend-mode: normal;
    }
  }

  @media (width >= 64rem) {
    .lg\:origin-top {
      transform-origin: top;
    }
  }

  @media (width >= 64rem) {
    .lg\:scale-100 {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  .dark\:bg-\[var\(--brand-white\)\]:is(.dark *) {
    background-color: var(--brand-white);
  }
}




:root {
  --font-size: 16px;
  --text-h1: 32px;
  --text-h2: 20px;
  --text-h3: 18px;
  --text-h4: 16px;
  --text-p: 16px;
  --text-label: 12px;
  --text-subheading: 18px;
  --text-helper: 12px;
  --text-date-large: 71px;
  --text-event-title: 22px;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --brand-blue: #1e529a;
  --brand-white: #d7dee9;
  --theme-purple: #30224e;
  --theme-purple-light: #d9d8de;
  --theme-burgundy: #591c2f;
  --theme-burgundy-light: #dfd7d9;
  --theme-teal: #1c5359;
  --theme-teal-light: #d7dedf;
  --theme-green: #1f4926;
  --theme-green-light: #d7ddd8;
  --theme-blue-light: #d7dee9;
  --app-bg: var(--brand-blue);
  --app-text: var(--brand-white);
  --background: #fff;
  --foreground: #414141;
  --card: #fff;
  --card-foreground: #414141;
  --popover: #414141;
  --popover-foreground: #fff;
  --primary: #782b90;
  --primary-foreground: #fff;
  --secondary: #0000002e;
  --secondary-foreground: #002e6d;
  --muted: #dedede;
  --muted-foreground: #414141;
  --accent: #782b90;
  --accent-foreground: #fff;
  --destructive: #d32f3f;
  --destructive-foreground: #fff;
  --border: #ececec;
  --input: #fff;
  --input-background: #fff;
  --ring: #297bde;
  --elevation-sm: 0px 4px 20px 0px #00000012;
  --chart-1: #782b90;
  --chart-2: #297bde;
  --chart-3: #d32f3f;
  --chart-4: #217b4d;
  --chart-5: #fcb932;
  --radius: 8px;
  --sidebar: #fff;
  --sidebar-foreground: #414141;
  --sidebar-primary: #782b90;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #782b90;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #ececec;
  --sidebar-ring: #297bde;
}

.light {
  --app-bg: var(--brand-white);
  --app-text: var(--brand-blue);
}

.color-purple {
  --brand-blue: var(--theme-purple);
  --brand-white: var(--theme-purple-light);
}

.color-burgundy {
  --brand-blue: var(--theme-burgundy);
  --brand-white: var(--theme-burgundy-light);
}

.color-teal {
  --brand-blue: var(--theme-teal);
  --brand-white: var(--theme-teal-light);
}

.color-green {
  --brand-blue: var(--theme-green);
  --brand-white: var(--theme-green-light);
}

html {
  font-size: var(--font-size);
  transition: background-color .6s ease-in-out, color .6s ease-in-out;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: Funnel Sans, sans-serif;
  transition: background-color .6s ease-in-out, color .6s ease-in-out;
}

* {
  transition: background-color .6s ease-in-out, color .6s ease-in-out, border-color .6s ease-in-out;
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-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-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
