/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-surface-primary: var(--blue-300);
    --color-surface-secondary: var(--grey);
    --color-surface-tertiary: var(--blue-200);
    --color-surface-radial: var(--blue-100);
    --color-surface-accent-primary: var(--orange);
    --color-surface-accent-primary-hover: var(--orange-dark);
    --color-surface-focus: var(--orange-dark);
    --color-text-primary: var(--white);
    --color-text-secondary: var(--grey);
    --color-text-inverted: var(--blue-300);
    --color-text-accent-primary: var(--orange);
    --color-border-primary: var(--white);
    --color-border-secondary: var(--grey);
    --color-border-accent-primary: var(--orange);
    --color-border-focus: var(--orange-dark);
    --color-fill-primary: var(--white);
    --color-fill-inverted: var(--blue-300);
    --color-fill-accent-primary: var(--orange);
    --color-stroke-primary: var(--white);
    --font-display: "IBM Plex Sans", Arial, sans-serif;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --text-xs: calc(var(--text-base) * pow(var(--text-scale), 0));
    --text-sm: calc(var(--text-base) * pow(var(--text-scale), 1));
    --text-md: calc(var(--text-base) * pow(var(--text-scale), 2));
    --text-lg: calc(var(--text-base) * pow(var(--text-scale), 3));
    --text-xl: calc(var(--text-base) * pow(var(--text-scale), 4));
    --text-xxl: calc(var(--text-base) * pow(var(--text-scale), 5));
    --text-xs--line-height: 1.5;
    --text-sm--line-height: 1.4;
    --text-md--line-height: 1.3;
    --text-lg--line-height: 1.2;
    --text-xl--line-height: 1.1;
    --text-xxl--line-height: 1;
    --spacing-0: 0;
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 0.75rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 3rem;
    --spacing-container-sm: 49rem;
    --spacing-container-md: 76rem;
    --spacing-container: 100rem;
    --radius: 1rem;
    --aspect-video: 16/9;
  }
}
@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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: var(--spacing-0);
  }
  .top-full {
    top: 100%;
  }
  .bottom-0 {
    bottom: var(--spacing-0);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: var(--spacing-0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 23rem) {
      max-width: 23rem;
    }
    @media (width >= 36rem) {
      max-width: 36rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 90rem) {
      max-width: 90rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-md {
    margin-top: var(--spacing-md);
  }
  .mt-sm {
    margin-top: var(--spacing-sm);
  }
  .mr-md {
    margin-right: var(--spacing-md);
  }
  .mb-lg {
    margin-bottom: var(--spacing-lg);
  }
  .mb-md {
    margin-bottom: var(--spacing-md);
  }
  .mb-sm {
    margin-bottom: var(--spacing-sm);
  }
  .ml-auto {
    margin-left: auto;
  }
  .ml-sm {
    margin-left: var(--spacing-sm);
  }
  .box-content {
    box-sizing: content-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-lg {
    height: var(--spacing-lg);
  }
  .h-sm {
    height: var(--spacing-sm);
  }
  .h-xl {
    height: var(--spacing-xl);
  }
  .w-\[33\.33\%\] {
    width: 33.33%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-lg {
    width: var(--spacing-lg);
  }
  .w-sm {
    width: var(--spacing-sm);
  }
  .w-xl {
    width: var(--spacing-xl);
  }
  .max-w-\[20ch\] {
    max-width: 20ch;
  }
  .max-w-\[30ch\] {
    max-width: 30ch;
  }
  .max-w-\[45ch\] {
    max-width: 45ch;
  }
  .max-w-\[50ch\] {
    max-width: 50ch;
  }
  .max-w-\[100ch\] {
    max-width: 100ch;
  }
  .max-w-container {
    max-width: var(--spacing-container);
  }
  .max-w-container-md {
    max-width: var(--spacing-container-md);
  }
  .max-w-container-sm {
    max-width: var(--spacing-container-sm);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-md {
    --tw-translate-y: var(--spacing-md);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[190deg\] {
    rotate: 190deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[scale\] {
    transform: scale;
  }
  .cursor-\[url\(\/assets\/svg\/arrow-cursor\.svg\)\,auto\] {
    cursor: url(/assets/svg/arrow-cursor.svg),auto;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xl {
    gap: var(--spacing-xl);
  }
  .space-y-lg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-lg) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-lg) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-md {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-md) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-md) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-sm {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xl) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xl) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xs {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-xs) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing-xs) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-lg {
    column-gap: var(--spacing-lg);
  }
  .gap-x-sm {
    column-gap: var(--spacing-sm);
  }
  .gap-x-xl {
    column-gap: var(--spacing-xl);
  }
  .space-x-sm {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(var(--spacing-sm) * var(--tw-space-x-reverse));
      margin-inline-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-lg {
    row-gap: var(--spacing-lg);
  }
  .gap-y-md {
    row-gap: var(--spacing-md);
  }
  .gap-y-xl {
    row-gap: var(--spacing-xl);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-border-primary {
    :where(& > :not(:last-child)) {
      border-color: var(--color-border-primary);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: var(--radius);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border-accent-primary {
    border-color: var(--color-border-accent-primary);
  }
  .border-border-primary {
    border-color: var(--color-border-primary);
  }
  .border-border-secondary {
    border-color: var(--color-border-secondary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-surface-accent-primary {
    background-color: var(--color-surface-accent-primary);
  }
  .bg-surface-primary {
    background-color: var(--color-surface-primary);
  }
  .bg-surface-secondary {
    background-color: var(--color-surface-secondary);
  }
  .bg-surface-tertiary {
    background-color: var(--color-surface-tertiary);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-fill-accent-primary {
    fill: var(--color-fill-accent-primary);
  }
  .fill-fill-inverted {
    fill: var(--color-fill-inverted);
  }
  .fill-fill-primary {
    fill: var(--color-fill-primary);
  }
  .stroke-stroke-primary {
    stroke: var(--color-stroke-primary);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-lg {
    padding: var(--spacing-lg);
  }
  .p-md {
    padding: var(--spacing-md);
  }
  .p-sm {
    padding: var(--spacing-sm);
  }
  .p-xl {
    padding: var(--spacing-xl);
  }
  .p-xs {
    padding: var(--spacing-xs);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .px-md {
    padding-inline: var(--spacing-md);
  }
  .py-lg {
    padding-block: var(--spacing-lg);
  }
  .py-md {
    padding-block: var(--spacing-md);
  }
  .py-sm {
    padding-block: var(--spacing-sm);
  }
  .py-xl {
    padding-block: var(--spacing-xl);
  }
  .py-xs {
    padding-block: var(--spacing-xs);
  }
  .pt-xl {
    padding-top: var(--spacing-xl);
  }
  .pr-sm {
    padding-right: var(--spacing-sm);
  }
  .pb-md {
    padding-bottom: var(--spacing-md);
  }
  .pb-xl {
    padding-bottom: var(--spacing-xl);
  }
  .pl-0 {
    padding-left: var(--spacing-0);
  }
  .pl-\[1\.3rem\] {
    padding-left: 1.3rem;
  }
  .pl-\[1rem\] {
    padding-left: 1rem;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-md {
    font-size: var(--text-md);
    line-height: var(--tw-leading, var(--text-md--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));
  }
  .text-xxl {
    font-size: var(--text-xxl);
    line-height: var(--tw-leading, var(--text-xxl--line-height));
  }
  .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);
  }
  .text-balance {
    text-wrap: balance;
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-text-accent-primary {
    color: var(--color-text-accent-primary);
  }
  .text-text-inverted {
    color: var(--color-text-inverted);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .text-text-secondary {
    color: var(--color-text-secondary);
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .transition-\[background-color\] {
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .transition-\[scale\] {
    transition-property: scale;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .transition-\[translate\] {
    transition-property: translate;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-20 {
    --tw-duration: 20ms;
    transition-duration: 20ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .group-last\/steps\:hidden {
    &:is(:where(.group\/steps):last-child *) {
      display: none;
    }
  }
  .selection\:bg-surface-focus {
    & *::selection {
      background-color: var(--color-surface-focus);
    }
    &::selection {
      background-color: var(--color-surface-focus);
    }
  }
  .selection\:text-text-inverted {
    & *::selection {
      color: var(--color-text-inverted);
    }
    &::selection {
      color: var(--color-text-inverted);
    }
  }
  .placeholder\:text-text-inverted\/60 {
    &::placeholder {
      color: var(--color-text-inverted);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-text-inverted) 60%, transparent);
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:-top-\[10rem\] {
    &::before {
      content: var(--tw-content);
      top: calc(10rem * -1);
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: var(--spacing-0);
    }
  }
  .before\:right-0 {
    &::before {
      content: var(--tw-content);
      right: var(--spacing-0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: var(--spacing-0);
    }
  }
  .before\:-z-10 {
    &::before {
      content: var(--tw-content);
      z-index: calc(10 * -1);
    }
  }
  .before\:hidden {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
  .before\:h-\[20rem\] {
    &::before {
      content: var(--tw-content);
      height: 20rem;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-\[20rem\] {
    &::before {
      content: var(--tw-content);
      width: 20rem;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-surface-tertiary\/70 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-surface-tertiary);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-surface-tertiary) 70%, transparent);
      }
    }
  }
  .before\:bg-radial-\[at_100\%_50\%\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: at 100% 50%;
      background-image: radial-gradient(var(--tw-gradient-stops,at 100% 50%));
    }
  }
  .before\:from-surface-radial {
    &::before {
      content: var(--tw-content);
      --tw-gradient-from: var(--color-surface-radial);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .before\:to-transparent {
    &::before {
      content: var(--tw-content);
      --tw-gradient-to: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .before\:to-70\% {
    &::before {
      content: var(--tw-content);
      --tw-gradient-to-position: 70%;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:-bottom-\[10rem\] {
    &::after {
      content: var(--tw-content);
      bottom: calc(10rem * -1);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: var(--spacing-0);
    }
  }
  .after\:-z-10 {
    &::after {
      content: var(--tw-content);
      z-index: calc(10 * -1);
    }
  }
  .after\:h-\[20rem\] {
    &::after {
      content: var(--tw-content);
      height: 20rem;
    }
  }
  .after\:w-\[20rem\] {
    &::after {
      content: var(--tw-content);
      width: 20rem;
    }
  }
  .after\:bg-radial-\[at_0\%_50\%\] {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: at 0% 50%;
      background-image: radial-gradient(var(--tw-gradient-stops,at 0% 50%));
    }
  }
  .after\:from-surface-radial {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: var(--color-surface-radial);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .after\:to-transparent {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .after\:to-70\% {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to-position: 70%;
    }
  }
  .focus\:static {
    &:focus {
      position: static;
    }
  }
  .focus\:translate-y-0 {
    &:focus {
      --tw-translate-y: var(--spacing-0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus\:border-border-focus {
    &:focus {
      border-color: var(--color-border-focus);
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-border-focus {
    &:focus {
      outline-color: var(--color-border-focus);
    }
  }
  .focus-visible\:border-transparent {
    &:focus-visible {
      border-color: transparent;
    }
  }
  .focus-visible\:bg-surface-focus {
    &:focus-visible {
      background-color: var(--color-surface-focus);
    }
  }
  .focus-visible\:text-text-primary {
    &:focus-visible {
      color: var(--color-text-primary);
    }
  }
  .focus-visible\:outline-0 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-border-focus {
    &:focus-visible {
      outline-color: var(--color-border-focus);
    }
  }
  .nth-\[1\]\:border-t-0 {
    &:nth-child(1) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .motion-safe\:hidden {
    @media (prefers-reduced-motion: no-preference) {
      display: none;
    }
  }
  .motion-safe\:group-hover\/blog\:scale-110 {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/blog):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .motion-safe\:group-hover\/blog\:rotate-\[190deg\] {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/blog):hover *) {
        @media (hover: hover) {
          rotate: 190deg;
        }
      }
    }
  }
  .motion-safe\:group-hover\/blog\:bg-surface-accent-primary-hover {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/blog):hover *) {
        @media (hover: hover) {
          background-color: var(--color-surface-accent-primary-hover);
        }
      }
    }
  }
  .motion-safe\:group-hover\/casestudy\:block {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/casestudy):hover *) {
        @media (hover: hover) {
          display: block;
        }
      }
    }
  }
  .motion-safe\:group-hover\/casestudy\:scale-110 {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/casestudy):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .motion-safe\:group-hover\/casestudy\:rotate-\[190deg\] {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/casestudy):hover *) {
        @media (hover: hover) {
          rotate: 190deg;
        }
      }
    }
  }
  .motion-safe\:group-hover\/casestudy\:bg-surface-accent-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/casestudy):hover *) {
        @media (hover: hover) {
          background-color: var(--color-surface-accent-primary);
        }
      }
    }
  }
  .motion-safe\:group-hover\/casestudy\:bg-surface-accent-primary-hover {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/casestudy):hover *) {
        @media (hover: hover) {
          background-color: var(--color-surface-accent-primary-hover);
        }
      }
    }
  }
  .motion-safe\:group-hover\/nav\:decoration-4 {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/nav):hover *) {
        @media (hover: hover) {
          text-decoration-thickness: 4px;
        }
      }
    }
  }
  .motion-safe\:group-hover\/signpost\:h-auto {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/signpost):hover *) {
        @media (hover: hover) {
          height: auto;
        }
      }
    }
  }
  .motion-safe\:group-hover\/signpost\:translate-y-0 {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/signpost):hover *) {
        @media (hover: hover) {
          --tw-translate-y: var(--spacing-0);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .motion-safe\:group-hover\/signpost\:rotate-\[190deg\] {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/signpost):hover *) {
        @media (hover: hover) {
          rotate: 190deg;
        }
      }
    }
  }
  .motion-safe\:group-hover\/social\:fill-fill-accent-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/social):hover *) {
        @media (hover: hover) {
          fill: var(--color-fill-accent-primary);
        }
      }
    }
  }
  .motion-safe\:group-hover\/team\:scale-110 {
    @media (prefers-reduced-motion: no-preference) {
      &:is(:where(.group\/team):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .motion-safe\:hover\:bg-surface-accent-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-surface-accent-primary);
        }
      }
    }
  }
  .motion-safe\:hover\:bg-surface-accent-primary-hover {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-surface-accent-primary-hover);
        }
      }
    }
  }
  .motion-safe\:hover\:bg-surface-tertiary {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-surface-tertiary);
        }
      }
    }
  }
  .motion-safe\:hover\:text-text-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-text-primary);
        }
      }
    }
  }
  .motion-safe\:hover\:underline {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .motion-safe\:hover\:decoration-2 {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          text-decoration-thickness: 2px;
        }
      }
    }
  }
  .motion-safe\:hover\:decoration-3 {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          text-decoration-thickness: 3px;
        }
      }
    }
  }
  .motion-safe\:hover\:decoration-4 {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          text-decoration-thickness: 4px;
        }
      }
    }
  }
  .motion-reduce\:hidden {
    @media (prefers-reduced-motion: reduce) {
      display: none;
    }
  }
  .max-xl\:fixed {
    @media (width < 90rem) {
      position: fixed;
    }
  }
  .max-xl\:top-0 {
    @media (width < 90rem) {
      top: var(--spacing-0);
    }
  }
  .max-xl\:top-full {
    @media (width < 90rem) {
      top: 100%;
    }
  }
  .max-xl\:left-0 {
    @media (width < 90rem) {
      left: var(--spacing-0);
    }
  }
  .max-xl\:left-1\/2 {
    @media (width < 90rem) {
      left: calc(1/2 * 100%);
    }
  }
  .max-xl\:z-20 {
    @media (width < 90rem) {
      z-index: 20;
    }
  }
  .max-xl\:hidden {
    @media (width < 90rem) {
      display: none;
    }
  }
  .max-xl\:h-full {
    @media (width < 90rem) {
      height: 100%;
    }
  }
  .max-xl\:h-lg {
    @media (width < 90rem) {
      height: var(--spacing-lg);
    }
  }
  .max-xl\:w-full {
    @media (width < 90rem) {
      width: 100%;
    }
  }
  .max-xl\:flex-1 {
    @media (width < 90rem) {
      flex: 1;
    }
  }
  .max-xl\:flex-col {
    @media (width < 90rem) {
      flex-direction: column;
    }
  }
  .max-xl\:divide-y {
    @media (width < 90rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(1px * var(--tw-divide-y-reverse));
        border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
      }
    }
  }
  .max-xl\:divide-border-primary {
    @media (width < 90rem) {
      :where(& > :not(:last-child)) {
        border-color: var(--color-border-primary);
      }
    }
  }
  .max-xl\:overflow-x-auto {
    @media (width < 90rem) {
      overflow-x: auto;
    }
  }
  .max-xl\:border-t {
    @media (width < 90rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .max-xl\:border-border-primary {
    @media (width < 90rem) {
      border-color: var(--color-border-primary);
    }
  }
  .max-xl\:bg-surface-primary {
    @media (width < 90rem) {
      background-color: var(--color-surface-primary);
    }
  }
  .max-xl\:px-md {
    @media (width < 90rem) {
      padding-inline: var(--spacing-md);
    }
  }
  .max-xl\:py-lg {
    @media (width < 90rem) {
      padding-block: var(--spacing-lg);
    }
  }
  .max-xl\:py-md {
    @media (width < 90rem) {
      padding-block: var(--spacing-md);
    }
  }
  .max-xl\:pb-lg {
    @media (width < 90rem) {
      padding-bottom: var(--spacing-lg);
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-sm\:hidden {
    @media (width < 36rem) {
      display: none;
    }
  }
  .max-xs\:hidden {
    @media (width < 23rem) {
      display: none;
    }
  }
  .max-xs\:justify-center {
    @media (width < 23rem) {
      justify-content: center;
    }
  }
  .xs\:hidden {
    @media (width >= 23rem) {
      display: none;
    }
  }
  .xs\:w-\[50\%\] {
    @media (width >= 23rem) {
      width: 50%;
    }
  }
  .xs\:grid-cols-2 {
    @media (width >= 23rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:w-\[25\%\] {
    @media (width >= 36rem) {
      width: 25%;
    }
  }
  .sm\:w-\[33\.33\%\] {
    @media (width >= 36rem) {
      width: 33.33%;
    }
  }
  .sm\:table-fixed {
    @media (width >= 36rem) {
      table-layout: fixed;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 36rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 36rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 36rem) {
      flex-direction: row;
    }
  }
  .sm\:nth-\[2\]\:border-t-0 {
    @media (width >= 36rem) {
      &:nth-child(2) {
        border-top-style: var(--tw-border-style);
        border-top-width: 0px;
      }
    }
  }
  .sm\:nth-of-type-\[odd\]\:border-r {
    @media (width >= 36rem) {
      &:nth-of-type(odd) {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[16\.66\%\] {
    @media (width >= 48rem) {
      width: 16.66%;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:before\:-top-\[20rem\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        top: calc(20rem * -1);
      }
    }
  }
  .md\:before\:h-\[40rem\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        height: 40rem;
      }
    }
  }
  .md\:before\:w-\[40rem\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        width: 40rem;
      }
    }
  }
  .md\:after\:-bottom-\[20rem\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        bottom: calc(20rem * -1);
      }
    }
  }
  .md\:after\:h-\[40rem\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        height: 40rem;
      }
    }
  }
  .md\:after\:w-\[40rem\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        width: 40rem;
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:left-full {
    @media (width >= 64rem) {
      left: 100%;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-\[25\%\] {
    @media (width >= 64rem) {
      width: 25%;
    }
  }
  .lg\:translate-x-md {
    @media (width >= 64rem) {
      --tw-translate-x: var(--spacing-md);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-md {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing-md) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .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\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:nth-\[3\]\:border-t-0 {
    @media (width >= 64rem) {
      &:nth-child(3) {
        border-top-style: var(--tw-border-style);
        border-top-width: 0px;
      }
    }
  }
  .lg\:nth-\[3n\]\:border-r-0 {
    @media (width >= 64rem) {
      &:nth-child(3n) {
        border-right-style: var(--tw-border-style);
        border-right-width: 0px;
      }
    }
  }
  .xl\:absolute {
    @media (width >= 90rem) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 90rem) {
      position: relative;
    }
  }
  .xl\:top-1\/2 {
    @media (width >= 90rem) {
      top: calc(1/2 * 100%);
    }
  }
  .xl\:top-full {
    @media (width >= 90rem) {
      top: 100%;
    }
  }
  .xl\:left-0 {
    @media (width >= 90rem) {
      left: var(--spacing-0);
    }
  }
  .xl\:left-full {
    @media (width >= 90rem) {
      left: 100%;
    }
  }
  .xl\:z-20 {
    @media (width >= 90rem) {
      z-index: 20;
    }
  }
  .xl\:col-span-1 {
    @media (width >= 90rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 90rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 90rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:flex {
    @media (width >= 90rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 90rem) {
      display: none;
    }
  }
  .xl\:inline-block {
    @media (width >= 90rem) {
      display: inline-block;
    }
  }
  .xl\:h-\[3rem\] {
    @media (width >= 90rem) {
      height: 3rem;
    }
  }
  .xl\:h-full {
    @media (width >= 90rem) {
      height: 100%;
    }
  }
  .xl\:w-full {
    @media (width >= 90rem) {
      width: 100%;
    }
  }
  .xl\:w-lg {
    @media (width >= 90rem) {
      width: var(--spacing-lg);
    }
  }
  .xl\:flex-1 {
    @media (width >= 90rem) {
      flex: 1;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 90rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 90rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-none {
    @media (width >= 90rem) {
      grid-template-columns: none;
    }
  }
  .xl\:flex-col {
    @media (width >= 90rem) {
      flex-direction: column;
    }
  }
  .xl\:items-end {
    @media (width >= 90rem) {
      align-items: flex-end;
    }
  }
  .xl\:justify-between {
    @media (width >= 90rem) {
      justify-content: space-between;
    }
  }
  .xl\:justify-end {
    @media (width >= 90rem) {
      justify-content: flex-end;
    }
  }
  .xl\:gap-lg {
    @media (width >= 90rem) {
      gap: var(--spacing-lg);
    }
  }
  .xl\:gap-y-lg {
    @media (width >= 90rem) {
      row-gap: var(--spacing-lg);
    }
  }
  .xl\:bg-surface-tertiary {
    @media (width >= 90rem) {
      background-color: var(--color-surface-tertiary);
    }
  }
  .xl\:p-md {
    @media (width >= 90rem) {
      padding: var(--spacing-md);
    }
  }
  .xl\:pt-md {
    @media (width >= 90rem) {
      padding-top: var(--spacing-md);
    }
  }
  .xl\:text-xl {
    @media (width >= 90rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:group-hover\/nav\:block {
    @media (width >= 90rem) {
      &:is(:where(.group\/nav):hover *) {
        @media (hover: hover) {
          display: block;
        }
      }
    }
  }
  .xl\:group-nth-\[4n\]\/steps\:hidden {
    @media (width >= 90rem) {
      &:is(:where(.group\/steps):nth-child(4n) *) {
        display: none;
      }
    }
  }
  .xl\:motion-safe\:group-hover\/nav\:underline {
    @media (width >= 90rem) {
      @media (prefers-reduced-motion: no-preference) {
        &:is(:where(.group\/nav):hover *) {
          @media (hover: hover) {
            text-decoration-line: underline;
          }
        }
      }
    }
  }
  .prose-p\:first\:text-md {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:first-child {
        font-size: var(--text-md);
        line-height: var(--tw-leading, var(--text-md--line-height));
      }
    }
  }
  .prose-a\:underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-line: underline;
    }
  }
  .prose-a\:decoration-2 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-thickness: 2px;
    }
  }
  .prose-a\:focus-visible\:bg-surface-focus {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        background-color: var(--color-surface-focus);
      }
    }
  }
  .prose-a\:focus-visible\:outline-0 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: 0px;
      }
    }
  }
  .motion-safe\:prose-a\:hover\:decoration-3 {
    @media (prefers-reduced-motion: no-preference) {
      & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        &:hover {
          @media (hover: hover) {
            text-decoration-thickness: 3px;
          }
        }
      }
    }
  }
  .prose-strong\:font-bold {
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .prose-ol\:list-outside {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-position: outside;
    }
  }
  .prose-ol\:list-decimal {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: decimal;
    }
  }
  .prose-ol\:space-y-sm {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .prose-ol\:pl-\[1\.3rem\] {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: 1.3rem;
    }
  }
  .prose-ul\:list-outside {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-position: outside;
    }
  }
  .prose-ul\:list-disc {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: disc;
    }
  }
  .prose-ul\:space-y-sm {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-sm) * var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing-sm) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .prose-ul\:pl-\[1\.3rem\] {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: 1.3rem;
    }
  }
}
:root {
  --white: hsl(0, 0%, 100%);
  --orange: hsl(12, 100%, 56%);
  --orange-dark: hsl(9, 61%, 39%);
  --blue-100: hsl(215, 59%, 28%);
  --blue-200: hsl(224, 10%, 44%);
  --blue-300: hsl(219, 66%, 13%);
  --grey: hsl(233, 5%, 63%);
  --text-base: 1rem;
  --text-scale: 1.2;
}
@media (width >= 48rem) {
  :root {
    --text-scale: 1.3;
  }
}
@media (width >= 64rem) {
  :root {
    --text-scale: 1.4;
  }
}
@media (width >= 48rem) {
  :root {
    --spacing-md: 1rem;
    --spacing-lg: 2rem;
    --spacing-xl: 4rem;
    --spacing-xxl: 8rem;
  }
}
.slider-pagination.splide__arrow {
  background: var(--color-surface-accent-primary);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  padding: var(--spacing-sm);
  width: auto;
  height: auto;
  opacity: 1;
}
.slider-pagination.splide__arrow:hover {
  background: var(--color-surface-accent-primary-hover);
  opacity: 1;
}
.splide.is-focus-in .slider-pagination.splide__arrow:focus, .splide.is-focus-in .slider-pagination.splide__arrow:focus {
  outline: 2px var(--color-border-focus) solid;
  outline-offset: 2px;
}
.slider-pagination.splide__arrow:disabled {
  opacity: 0.3;
}
.slider-pagination.splide__arrow:disabled:hover {
  background: var(--color-surface-accent-primary);
}
.slider-pagination.splide__arrow svg {
  transform: none;
  height: var(--spacing-lg);
  width: var(--spacing-lg);
  fill: var(--color-fill-inverted);
  stroke: var(--color-fill-inverted);
}
.twitter-tweet {
  margin: 0 auto;
}
.formie div[data-field-handle="address"] {
  margin-bottom: 0;
}
.formie .fui-hidden {
  display: none;
}
.formie input[type="checkbox"], .formie input[type="radio"] {
  appearance: none;
  vertical-align: middle;
  border: 1px solid var(--color-border-primary);
  width: var(--spacing-md);
  height: var(--spacing-md);
}
.formie input[type="radio"] {
  border-radius: 100%;
}
.formie input[type="checkbox"]:checked {
  background-color: var(--color-surface-accent-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/assets/svg/icon-tick.svg');
}
.formie input[type="radio"]:checked {
  position: relative;
}
.formie input[type="radio"]:checked::before {
  background-color: var(--color-surface-accent-primary);
  content: "";
  height: var(--spacing-sm);
  width: var(--spacing-sm);
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formie input[type="checkbox"]:focus-visible, .formie input[type="radio"]:focus-visible {
  border-color: var(--color-border-focus);
  outline: 2px solid var(--color-border-focus);
  outline-offset: 2px;
}
.formie select {
  appearance: none;
  background-image: url("/assets/svg/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0.5rem center;
}
.formie select[multiple] {
  background-image: none;
  padding: 0;
}
.formie select[multiple] option {
  padding: 0.5rem;
  font-weight: var(--font-weight-bold);
}
.formie .fui-field-container .iti {
  width: 100%;
  font-size: var(--text-xs);
  color: var(--color-text-inverted);
  font-weight: var(--font-weight-bold);
}
.formie .iti__dropdown-content {
  background-color: var(--color-surface-secondary);
}
.formie .fui-field-container .iti__search-input {
  padding: 1rem;
  outline: none;
}
.formie .iti__selected-country:focus-visible {
  outline: 2px solid var(--color-border-focus);
  outline-offset: 2px;
}
.formie div[data-conditionally-hidden] {
  display: none;
}
.formie input[type="file"] {
  font-size: var(--text-xs);
}
@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-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-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;
}
@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-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-content: "";
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
