/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing-container: 68rem;
  }
}
@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;
  }
  .inset-0 {
    inset: 0;
  }
  .-top-lg {
    top: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * -1);
  }
  .-top-sm {
    top: calc(calc(var(--spacing-size-sm) / var(--base) * var(--unit)) * -1);
  }
  .top-0 {
    top: 0;
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .-right-lg {
    right: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * -1);
  }
  .right-0 {
    right: 0;
  }
  .right-full {
    right: 100%;
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-1\/4 {
    bottom: calc(1/4 * 100%);
  }
  .bottom-full {
    bottom: 100%;
  }
  .-left-sm {
    left: calc(calc(var(--spacing-size-sm) / var(--base) * var(--unit)) * -1);
  }
  .left-0 {
    left: 0;
  }
  .left-full {
    left: 100%;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .container {
    width: 100%;
    @media (width >= 32rem) {
      max-width: 32rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 72rem) {
      max-width: 72rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-lg {
    margin-top: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * -1);
  }
  .mt-md {
    margin-top: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .mt-sm {
    margin-top: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .mr-sm {
    margin-right: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .mb-lg {
    margin-bottom: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .mb-md {
    margin-bottom: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .mb-sm {
    margin-bottom: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .ml-auto {
    margin-left: auto;
  }
  .ml-lg {
    margin-left: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .ml-xs {
    margin-left: calc(var(--spacing-size-xs) / var(--base) * var(--unit));
  }
  .box-content {
    box-sizing: content-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }
  .h-3xl {
    height: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-full {
    height: 100%;
  }
  .h-lg {
    height: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .h-md {
    height: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .h-screen {
    height: 100vh;
  }
  .h-sm {
    height: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .h-xl {
    height: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .max-h-xl {
    max-height: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .w-2xl {
    width: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
  }
  .w-3xl {
    width: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
  }
  .w-\[8rem\] {
    width: 8rem;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-lg {
    width: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .w-md {
    width: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .w-screen {
    width: 100vw;
  }
  .w-sm {
    width: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .max-w-1\/2 {
    max-width: calc(1/2 * 100%);
  }
  .max-w-2xl {
    max-width: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
  }
  .max-w-3xl {
    max-width: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
  }
  .max-w-\[40ch\] {
    max-width: 40ch;
  }
  .max-w-container {
    max-width: 68rem;
  }
  .flex-1 {
    flex: 1;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/4 {
    --tw-translate-x: calc(calc(1/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-lg {
    --tw-translate-x: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/4 {
    --tw-translate-x: calc(1/4 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-lg {
    --tw-translate-x: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/8 {
    --tw-translate-y: calc(calc(1/8 * 100%) * -1);
    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-lg {
    --tw-translate-y: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-md {
    --tw-translate-y: calc(calc(var(--spacing-size-md) / var(--base) * var(--unit)) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .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;
  }
  .gap-2xl {
    gap: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
  }
  .gap-3xl {
    gap: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
  }
  .gap-lg {
    gap: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .gap-md {
    gap: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .gap-sm {
    gap: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .gap-xl {
    gap: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .gap-xs {
    gap: calc(var(--spacing-size-xs) / var(--base) * var(--unit));
  }
  .space-y-2xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing-size-2xl) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing-size-2xl) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing-size-3xl) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing-size-3xl) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-lg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-md {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing-size-md) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing-size-md) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-sm {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing-size-sm) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing-size-sm) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing-size-xl) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing-size-xl) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xs {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing-size-xs) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing-size-xs) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2xl {
    column-gap: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
  }
  .gap-x-3xl {
    column-gap: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
  }
  .gap-x-lg {
    column-gap: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .gap-x-sm {
    column-gap: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .gap-y-sm {
    row-gap: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .gap-y-xl {
    row-gap: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .gap-y-xs {
    row-gap: calc(var(--spacing-size-xs) / var(--base) * var(--unit));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-visible\! {
    overflow: visible !important;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-md {
    border-radius: 1rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-border-inverted {
    border-color: var(--colour-grey-light);
  }
  .border-border-primary {
    border-color: var(--colour-grey-dark);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-surface-accent {
    background-color: var(--colour-teal);
  }
  .bg-surface-inverted {
    background-color: var(--colour-white);
  }
  .bg-surface-primary {
    background-color: var(--colour-black);
  }
  .bg-surface-primary\/80 {
    background-color: var(--colour-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--colour-black) 80%, transparent);
    }
  }
  .bg-linear-to-l {
    --tw-gradient-position: to left;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to left in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-surface-inverted {
    --tw-gradient-from: var(--colour-white);
    --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));
  }
  .from-surface-primary {
    --tw-gradient-from: var(--colour-black);
    --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));
  }
  .from-text-accent-primary {
    --tw-gradient-from: var(--colour-teal);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-text-accent-secondary {
    --tw-gradient-via: var(--colour-blue);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-text-accent-tertiary {
    --tw-gradient-to: var(--colour-purple);
    --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));
  }
  .to-transparent {
    --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));
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[100\%\] {
    background-size: 100%;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-right {
    background-position: right;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-lg {
    padding: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .p-md {
    padding: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .p-sm {
    padding: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .p-xl {
    padding: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .p-xs {
    padding: calc(var(--spacing-size-xs) / var(--base) * var(--unit));
  }
  .px-lg {
    padding-inline: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .px-md {
    padding-inline: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .px-sm {
    padding-inline: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .px-xl {
    padding-inline: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .py-4xl {
    padding-block: calc(var(--spacing-size-4xl) / var(--base) * var(--unit));
  }
  .py-lg {
    padding-block: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .py-md {
    padding-block: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .py-sm {
    padding-block: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .py-xl {
    padding-block: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .py-xs {
    padding-block: calc(var(--spacing-size-xs) / var(--base) * var(--unit));
  }
  .pt-2xl {
    padding-top: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
  }
  .pt-3xl {
    padding-top: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
  }
  .pt-4xl {
    padding-top: calc(var(--spacing-size-4xl) / var(--base) * var(--unit));
  }
  .pt-lg {
    padding-top: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .pt-sm {
    padding-top: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .pt-xl {
    padding-top: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .pr-lg {
    padding-right: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .pr-xl {
    padding-right: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-2xl {
    padding-bottom: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
  }
  .pb-3xl {
    padding-bottom: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
  }
  .pb-4xl {
    padding-bottom: calc(var(--spacing-size-4xl) / var(--base) * var(--unit));
  }
  .pb-lg {
    padding-bottom: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .pb-xl {
    padding-bottom: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .pb-xs {
    padding-bottom: calc(var(--spacing-size-xs) / var(--base) * var(--unit));
  }
  .pl-lg {
    padding-left: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
  }
  .pl-md {
    padding-left: calc(var(--spacing-size-md) / var(--base) * var(--unit));
  }
  .pl-sm {
    padding-left: calc(var(--spacing-size-sm) / var(--base) * var(--unit));
  }
  .pl-xl {
    padding-left: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-body {
    font-family: "Funnel Display", sans-serif;
  }
  .text-2xl {
    font-size: calc(var(--text-size-2xl) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.1);
  }
  .text-3xl {
    font-size: calc(var(--text-size-3xl) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.1);
  }
  .text-4xl {
    font-size: calc(var(--text-size-4xl) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.0);
  }
  .text-5xl {
    font-size: calc(var(--text-size-5xl) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.0);
  }
  .text-lg {
    font-size: calc(var(--text-size-lg) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.3);
  }
  .text-md {
    font-size: calc(var(--text-size-md) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.4);
  }
  .text-sm {
    font-size: calc(var(--text-size-sm) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.5);
  }
  .text-xl {
    font-size: calc(var(--text-size-xl) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.2);
  }
  .text-xs {
    font-size: calc(var(--text-size-xs) / var(--base) * var(--unit));
    line-height: var(--tw-leading, 1.5);
  }
  .font-weight-light {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-weight-semibold {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-text-accent-primary {
    color: var(--colour-teal);
  }
  .text-text-accent-secondary {
    color: var(--colour-blue);
  }
  .text-text-accent-tertiary {
    color: var(--colour-purple);
  }
  .text-text-inverted {
    color: var(--colour-black);
  }
  .text-text-primary {
    color: var(--colour-white);
  }
  .text-text-secondary {
    color: var(--colour-grey-medium);
  }
  .text-transparent {
    color: transparent;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .outline-border-accent {
    outline-color: var(--colour-teal);
  }
  .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);
  }
  .duration-20 {
    --tw-duration: 20ms;
    transition-duration: 20ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .selection\:bg-surface-accent-secondary {
    & *::selection {
      background-color: var(--colour-purple);
    }
    &::selection {
      background-color: var(--colour-purple);
    }
  }
  .selection\:text-text-inverted {
    & *::selection {
      color: var(--colour-black);
    }
    &::selection {
      color: var(--colour-black);
    }
  }
  .placeholder\:text-text-inverted {
    &::placeholder {
      color: var(--colour-black);
    }
  }
  .placeholder\:text-text-secondary {
    &::placeholder {
      color: var(--colour-grey-medium);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: 0;
    }
  }
  .before\:h-1\/2 {
    &::before {
      content: var(--tw-content);
      height: calc(1/2 * 100%);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-linear-to-t {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: to top;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: to top in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .before\:from-surface-inverted {
    &::before {
      content: var(--tw-content);
      --tw-gradient-from: var(--colour-white);
      --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));
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: 0;
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: 0;
    }
  }
  .after\:h-px {
    &::after {
      content: var(--tw-content);
      height: 1px;
    }
  }
  .after\:w-screen {
    &::after {
      content: var(--tw-content);
      width: 100vw;
    }
  }
  .after\:bg-border-primary {
    &::after {
      content: var(--tw-content);
      background-color: var(--colour-grey-dark);
    }
  }
  .hover\:bg-surface-accent\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--colour-teal);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--colour-teal) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-inverted {
    &:hover {
      @media (hover: hover) {
        background-color: var(--colour-white);
      }
    }
  }
  .hover\:bg-surface-inverted\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--colour-white);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--colour-white) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-text-accent-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--colour-teal);
      }
    }
  }
  .hover\:text-text-inverted {
    &:hover {
      @media (hover: hover) {
        color: var(--colour-black);
      }
    }
  }
  .hover\:text-text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--colour-white);
      }
    }
  }
  .focus\:static {
    &:focus {
      position: static;
    }
  }
  .focus\:translate-y-0 {
    &:focus {
      --tw-translate-y: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-border-accent {
    &:focus {
      outline-color: var(--colour-teal);
    }
  }
  .focus-visible\:bg-surface-accent {
    &:focus-visible {
      background-color: var(--colour-teal);
    }
  }
  .focus-visible\:text-text-primary {
    &:focus-visible {
      color: var(--colour-white);
    }
  }
  .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-border-accent {
    &:focus-visible {
      outline-color: var(--colour-teal);
    }
  }
  .hover\:focus-visible\:text-text-primary {
    &:hover {
      @media (hover: hover) {
        &:focus-visible {
          color: var(--colour-white);
        }
      }
    }
  }
  .motion-safe\:hover\:text-text-accent-primary {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          color: var(--colour-teal);
        }
      }
    }
  }
  .motion-safe\:hover\:underline {
    @media (prefers-reduced-motion: no-preference) {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .max-xl\:pl-md {
    @media (width < 72rem) {
      padding-left: calc(var(--spacing-size-md) / var(--base) * var(--unit));
    }
  }
  .max-lg\:absolute {
    @media (width < 64rem) {
      position: absolute;
    }
  }
  .max-lg\:top-full {
    @media (width < 64rem) {
      top: 100%;
    }
  }
  .max-lg\:left-0 {
    @media (width < 64rem) {
      left: 0;
    }
  }
  .max-lg\:z-10 {
    @media (width < 64rem) {
      z-index: 10;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:space-y-xl {
    @media (width < 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing-size-xl) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing-size-xl) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-lg\:border-t {
    @media (width < 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .max-lg\:border-b {
    @media (width < 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-lg\:border-border-primary {
    @media (width < 64rem) {
      border-color: var(--colour-grey-dark);
    }
  }
  .max-lg\:px-xl {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .max-lg\:pt-xl {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .max-lg\:pb-lg {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
    }
  }
  .max-lg\:pb-xl {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:self-start {
    @media (width < 48rem) {
      align-self: flex-start;
    }
  }
  .max-md\:border-b {
    @media (width < 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-md\:border-b-0 {
    @media (width < 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .max-md\:pb-xl {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .sm\:col-span-4 {
    @media (width >= 32rem) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 32rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-5 {
    @media (width >= 32rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 32rem) {
      flex-direction: row;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: 0;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: 0;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .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\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:border-r {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-r-0 {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:border-l-0 {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .md\:border-border-inverted {
    @media (width >= 48rem) {
      border-color: var(--colour-grey-light);
    }
  }
  .md\:pt-4xl {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing-size-4xl) / var(--base) * var(--unit));
    }
  }
  .md\:pr-xl {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: calc(var(--text-size-3xl) / var(--base) * var(--unit));
      line-height: var(--tw-leading, 1.1);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: calc(var(--text-size-4xl) / var(--base) * var(--unit));
      line-height: var(--tw-leading, 1.0);
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: 0;
    }
  }
  .lg\:top-full {
    @media (width >= 64rem) {
      top: 100%;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: 0;
    }
  }
  .lg\:z-10 {
    @media (width >= 64rem) {
      z-index: 10;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .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-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:gap-2xl {
    @media (width >= 64rem) {
      gap: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
    }
  }
  .lg\:gap-x-2xl {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing-size-2xl) / var(--base) * var(--unit));
    }
  }
  .lg\:self-end {
    @media (width >= 64rem) {
      align-self: flex-end;
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:border-l {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:bg-surface-primary\/60 {
    @media (width >= 64rem) {
      background-color: var(--colour-black);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--colour-black) 60%, transparent);
      }
    }
  }
  .lg\:bg-size-\[100\%\] {
    @media (width >= 64rem) {
      background-size: 100%;
    }
  }
  .lg\:bg-top {
    @media (width >= 64rem) {
      background-position: top;
    }
  }
  .lg\:p-xl {
    @media (width >= 64rem) {
      padding: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .lg\:pl-xl {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: calc(var(--text-size-2xl) / var(--base) * var(--unit));
      line-height: var(--tw-leading, 1.1);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: calc(var(--text-size-5xl) / var(--base) * var(--unit));
      line-height: var(--tw-leading, 1.0);
    }
  }
  .lg\:group-hover\:block {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          display: block;
        }
      }
    }
  }
  .lg\:group-hover\:flex {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          display: flex;
        }
      }
    }
  }
  .xl\:col-span-2 {
    @media (width >= 72rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 72rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:-ml-lg {
    @media (width >= 72rem) {
      margin-left: calc(calc(var(--spacing-size-lg) / var(--base) * var(--unit)) * -1);
    }
  }
  .xl\:w-3xl {
    @media (width >= 72rem) {
      width: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
    }
  }
  .xl\:-translate-x-3xl {
    @media (width >= 72rem) {
      --tw-translate-x: calc(calc(var(--spacing-size-3xl) / var(--base) * var(--unit)) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:-translate-x-md {
    @media (width >= 72rem) {
      --tw-translate-x: calc(calc(var(--spacing-size-md) / var(--base) * var(--unit)) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:translate-x-3xl {
    @media (width >= 72rem) {
      --tw-translate-x: calc(var(--spacing-size-3xl) / var(--base) * var(--unit));
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:translate-x-lg {
    @media (width >= 72rem) {
      --tw-translate-x: calc(var(--spacing-size-lg) / var(--base) * var(--unit));
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 72rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 72rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:gap-xl {
    @media (width >= 72rem) {
      gap: calc(var(--spacing-size-xl) / var(--base) * var(--unit));
    }
  }
  .prose-a\:text-text-secondary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--colour-grey-medium);
    }
  }
  .prose-a\:underline {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-decoration-line: underline;
    }
  }
  .prose-a\:hover\:decoration-2 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:hover {
        @media (hover: hover) {
          text-decoration-thickness: 2px;
        }
      }
    }
  }
  .prose-a\:focus-visible\:bg-surface-accent {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        background-color: var(--colour-teal);
      }
    }
  }
  .prose-a\:focus-visible\:text-text-primary {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &:focus-visible {
        color: var(--colour-white);
      }
    }
  }
  .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-2 {
    @media (prefers-reduced-motion: no-preference) {
      & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        &:hover {
          @media (hover: hover) {
            text-decoration-thickness: 2px;
          }
        }
      }
    }
  }
  .prose-strong\:font-weight-semibold {
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: 600;
      font-weight: 600;
    }
  }
  .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(calc(var(--spacing-size-sm) / var(--base) * var(--unit)) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing-size-sm) / var(--base) * var(--unit)) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .prose-ul\:pl-\[1\.1rem\] {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: 1.1rem;
    }
  }
  .prose-ul\:marker\:text-text-secondary {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      & *::marker {
        color: var(--colour-grey-medium);
      }
      &::marker {
        color: var(--colour-grey-medium);
      }
      & *::-webkit-details-marker {
        color: var(--colour-grey-medium);
      }
      &::-webkit-details-marker {
        color: var(--colour-grey-medium);
      }
    }
  }
}
:root {
  --colour-black: #010912;
  --colour-white: #ffffff;
  --colour-grey-light: #bfbfbf;
  --colour-grey-medium: #888888;
  --colour-grey-dark: #1d1d1d;
  --colour-teal: #44bba1;
  --colour-blue: #72bbe1;
  --colour-purple: #8069c7;
  --base: 16;
  --unit: 1rem;
  --text-size-xs: 12;
  --text-size-sm: 14;
  --text-size-md: 16;
  --text-size-lg: 18;
  --text-size-xl: 22;
  --text-size-2xl: 28;
  --text-size-3xl: 36;
  --text-size-4xl: 48;
  --text-size-5xl: 56;
  --spacing-size-xs: 6;
  --spacing-size-sm: 12;
  --spacing-size-md: 20;
  --spacing-size-lg: 28;
  --spacing-size-xl: 40;
  --spacing-size-2xl: 56;
  --spacing-size-3xl: 72;
  --spacing-size-4xl: 96;
  --tracking-wide: 2px;
}
@media (width >= 48rem) {
  :root {
    --text-size-xl: 24;
    --text-size-2xl: 32;
    --text-size-3xl: 44;
    --text-size-4xl: 56;
    --text-size-5xl: 72;
    --spacing-size-xs: 8;
    --spacing-size-sm: 16;
    --spacing-size-md: 24;
    --spacing-size-lg: 32;
    --spacing-size-xl: 64;
    --spacing-size-2xl: 96;
    --spacing-size-3xl: 128;
    --spacing-size-4xl: 192;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-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;
}
@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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-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: "";
    }
  }
}
