/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Source Sans Pro", -apple-system, "Helvetica Neue", Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% .245 27.325);
    --spacing: .25rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 4px;
    --radius-lg: 10px;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #1e66a4;
    --color-primary-2: #113b5f;
    --color-primary-text: #fdfcf9;
    --color-background: #0f0f10;
    --color-background-2: #1a191c;
    --color-background-3: #222124;
    --color-text: #f5f5ec;
    --color-text-2: #b6c3d6;
    --color-hero: #1d2830;
    --font-heading: "Josefin Sans", -apple-system, serif;
    --header-height: 60px;
    --container: 72rem;
    --container-wide: 90rem;
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

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

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

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

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

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

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

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

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

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .container {
      max-width: 1024px;
    }
  }

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

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

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

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

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

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

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

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

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

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

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

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

  .min-h-\(--header-height\) {
    min-height: var(--header-height);
  }

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

  .w-auto {
    width: auto;
  }

  .flex-1 {
    flex: 1;
  }

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

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

  .gap-1 {
    gap: var(--spacing);
  }

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

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

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

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

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

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

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

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }

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

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

  .bg-background-2 {
    background-color: var(--color-background-2);
  }

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

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

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

  .pt-\(--header-height\) {
    padding-top: var(--header-height);
  }

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

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

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

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

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

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

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

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

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

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

  .capitalize {
    text-transform: capitalize;
  }

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

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

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

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  @media (min-width: 640px) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 768px) {
    .md\:flex {
      display: flex;
    }

    .md\:hidden {
      display: none;
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 1024px) {
    .lg\:max-w-4xl {
      max-width: var(--container-4xl);
    }
  }
}

html.theme-enabled:not([data-theme]) {
  color-scheme: light dark;
}

html.theme-enabled[data-theme="dark"] {
  color-scheme: dark;
}

html.theme-enabled[data-theme="light"] {
  color-scheme: light;
  --color-background: #fff;
  --color-background-2: #f8f9ff;
  --color-background-3: #eef2f9;
  --color-text: #0d042b;
  --color-text-2: #3b364c;
  --color-hero: #eef2f9;
}

@media (prefers-color-scheme: light) {
  html.theme-enabled:not([data-theme]) {
    --color-background: #fff;
    --color-background-2: #f8f9ff;
    --color-background-3: #eef2f9;
    --color-text: #0d042b;
    --color-text-2: #3b364c;
    --color-hero: #eef2f9;
  }
}

html {
  color-scheme: dark;
}

body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-sans);
  line-height: 1.7;
}

h1 {
  font-family: var(--font-heading);
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 1.4;
  }
}

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  border-radius: 2px;
}

.skip-link {
  z-index: 100;
  border-radius: var(--radius-lg);
  color: var(--color-primary-text);
  background-color: var(--color-primary);
  padding: .5rem 1rem;
  font-weight: 700;
  transition: top .15s;
  position: absolute;
  top: -3rem;
  left: .5rem;
}

.skip-link:focus {
  top: .5rem;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1rem;
}

.container-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 1rem;
}

.btn {
  white-space: nowrap;
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: .5rem 1.125rem;
  font-weight: 400;
  transition: transform .15s, background-color .15s;
  display: inline-block;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--color-primary-text);
  background-color: var(--color-primary);
}

.service-card {
  display: block;
}

.service-card--filled {
  background-color: var(--color-background-3);
  border-radius: var(--radius-sm);
  padding: 1.5625rem;
}

.service-card-icon {
  filter: invert();
  width: 2.5rem;
  height: 2.5rem;
}

html.theme-enabled[data-theme="light"] .service-card-icon {
  filter: none;
}

@media (prefers-color-scheme: light) {
  html.theme-enabled:not([data-theme]) .service-card-icon {
    filter: none;
  }
}

.service-card-title {
  font-family: var(--font-heading);
  color: var(--color-primary);
  margin-top: .75rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.service-card-description {
  font-family: var(--font-sans);
  color: var(--color-text-2);
  margin-top: .5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.service-card-thumbnail-wrap {
  border-radius: var(--radius-sm);
  position: relative;
  overflow: hidden;
}

.service-card-thumbnail {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.service-card-icon-badge {
  filter: brightness(0) invert();
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 20px;
  right: 30px;
}

.hero {
  background-color: var(--color-hero);
  min-height: 500px;
  color: var(--color-primary-text);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero {
    min-height: 660px;
  }
}

.hero-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

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

@media (min-width: 768px) {
  .hero--short {
    min-height: 500px;
  }
}

.hero-overlay {
  background-color: #0000008c;
  position: absolute;
  inset: 0;
}

.hero-inner {
  width: 100%;
  padding-inline: 1rem;
  position: relative;
}

.hero-box {
  border-radius: var(--radius-lg);
  background-color: #000000a6;
  margin-inline: auto;
  padding: 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .hero-box {
    width: 66.6667%;
    padding: 2rem;
  }
}

.hero-box p {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .hero-box p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.title-section {
  padding-block: 4rem;
}

.title-section h1 {
  letter-spacing: -.03em;
  max-width: 83%;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .title-section h1 {
    font-size: 3.5rem;
  }
}

.title-section-description {
  letter-spacing: -.02em;
  max-width: 90%;
  color: var(--color-text-2);
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.24;
}

@media (min-width: 768px) {
  .title-section-description {
    margin-top: 1.875rem;
    font-size: 1.8125rem;
    line-height: 1.32;
  }
}

.title-section-grid {
  align-items: center;
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .title-section-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.title-section-image {
  border-radius: var(--radius-lg);
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 500px;
}

.content-column {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .content-column {
    max-width: 66%;
  }
}

.section-eyebrow {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
}

.subheading {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
}

.link-arrow {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: var(--font-sans);
  color: var(--color-primary);
  align-items: center;
  gap: .375rem;
  display: inline-flex;
}

.link-arrow:hover span {
  text-decoration: underline;
}

.content-prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.content-prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.content-prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.content-prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.content-prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.content-prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.content-prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.content-prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.content-prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.content-prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.content-prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.content-prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.content-prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.content-prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.content-prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.content-prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.content-prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.content-prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.content-prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.content-prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.content-prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.content-prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.content-prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.content-prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.content-prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.content-prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.content-prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.content-prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.content-prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.content-prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.content-prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.content-prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.content-prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content-prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.content-prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content-prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.content-prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.content-prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .content-prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.content-prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.content-prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.content-prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.content-prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.content-prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.content-prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.content-prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .content-prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.content-prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.content-prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.content-prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.content-prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.content-prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.content-prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.content-prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.content-prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.content-prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.content-prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.content-prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.content-prose {
  --tw-prose-body: oklch(37.3% .034 259.733);
  --tw-prose-headings: oklch(21% .034 264.665);
  --tw-prose-lead: oklch(44.6% .03 256.802);
  --tw-prose-links: oklch(21% .034 264.665);
  --tw-prose-bold: oklch(21% .034 264.665);
  --tw-prose-counters: oklch(55.1% .027 264.364);
  --tw-prose-bullets: oklch(87.2% .01 258.338);
  --tw-prose-hr: oklch(92.8% .006 264.531);
  --tw-prose-quotes: oklch(21% .034 264.665);
  --tw-prose-quote-borders: oklch(92.8% .006 264.531);
  --tw-prose-captions: oklch(55.1% .027 264.364);
  --tw-prose-kbd: oklch(21% .034 264.665);
  --tw-prose-kbd-shadows: oklab(21% -.00316127 -.0338527 / .1);
  --tw-prose-code: oklch(21% .034 264.665);
  --tw-prose-pre-code: oklch(92.8% .006 264.531);
  --tw-prose-pre-bg: oklch(27.8% .033 256.848);
  --tw-prose-th-borders: oklch(87.2% .01 258.338);
  --tw-prose-td-borders: oklch(92.8% .006 264.531);
  --tw-prose-invert-body: oklch(87.2% .01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% .022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% .022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
  --tw-prose-invert-hr: oklch(37.3% .034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
  --tw-prose-invert-captions: oklch(70.7% .022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: #ffffff1a;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}

.content-prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.content-prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.content-prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.content-prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.content-prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.content-prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.content-prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.content-prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.content-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.content-prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.content-prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.content-prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .content-prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.content-prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.content-prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.content-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.content-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.content-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.content-prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content-prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.content-prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.content-prose {
  max-width: none;
  color: var(--color-text-2);
  font-size: 1.1875rem;
}

.content-prose :is(h1, h2, h3, h4) {
  color: var(--color-text);
  font-family: var(--font-heading);
}

.content-prose h1 {
  font-size: 2.25rem;
  font-weight: 400;
}

.content-prose h2 {
  font-size: 1.75rem;
  font-weight: 500;
}

.content-prose h3 {
  font-family: var(--font-sans);
  font-size: 1.375rem;
  font-weight: 600;
}

.content-prose h4 {
  font-size: 1rem;
  font-weight: 700;
}

.content-prose p {
  line-height: 1.56;
}

.content-prose strong {
  color: var(--color-text);
}

.content-prose a {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: var(--color-primary);
  -webkit-text-decoration-color: var(--color-primary);
  text-decoration-color: var(--color-primary);
}

.content-prose a:hover {
  color: var(--color-primary);
}

.field-label {
  color: var(--color-text);
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.field-input {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-background-3);
  background-color: var(--color-background);
  width: 100%;
  color: var(--color-text);
  padding: .5rem .75rem;
}

.field-input:focus {
  border-color: var(--color-primary);
  outline: none;
}

.site-header {
  z-index: 40;
  border-bottom: 1px solid var(--color-background-3);
  background-color: var(--color-background);
  width: 100%;
  transition: background-color .2s, border-color .2s;
  position: fixed;
  top: 0;
  left: 0;
}

.site-header.header-transparent {
  background-color: #0000;
  border-color: #0000;
}

.header-link {
  color: var(--color-primary);
}

.header-transparent .header-link {
  color: var(--color-primary-text);
}

.header-transparent.header-scrolled {
  background-color: var(--color-background);
  border-color: var(--color-background-3);
}

.header-transparent.header-scrolled .header-link {
  color: var(--color-primary);
}

.site-header.header-scrolled {
  box-shadow: 0 1px 10px #0000001a;
}

.logo-blue, html.theme-enabled[data-theme="light"] :where(.site-header:not(.header-transparent), .site-header.header-transparent.header-scrolled) .logo-white {
  display: none;
}

html.theme-enabled[data-theme="light"] :where(.site-header:not(.header-transparent), .site-header.header-transparent.header-scrolled) .logo-blue {
  display: block;
}

@media (prefers-color-scheme: light) {
  html.theme-enabled:not([data-theme]) :where(.site-header:not(.header-transparent), .site-header.header-transparent.header-scrolled) .logo-white {
    display: none;
  }

  html.theme-enabled:not([data-theme]) :where(.site-header:not(.header-transparent), .site-header.header-transparent.header-scrolled) .logo-blue {
    display: block;
  }
}

.nav-dropdown-panel {
  visibility: hidden;
  border-radius: var(--radius-lg);
  background-color: var(--color-background);
  opacity: 0;
  min-width: 300px;
  margin-top: .5rem;
  padding: 1rem;
  transition: all .15s;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0 14px #00000040;
}

.group:hover .nav-dropdown-panel {
  visibility: visible;
  opacity: 1;
}

.nav-dropdown-item {
  border-radius: var(--radius-lg);
  color: var(--color-text);
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.nav-dropdown-item:hover {
  background-color: var(--color-background-3);
}

.hamburger {
  cursor: pointer;
  background: none;
  border: 2px solid;
  border-left: none;
  border-right: none;
  width: 30px;
  height: 20px;
  transition: all .25s ease-in-out;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger:before, .hamburger:after {
  content: "";
  background: currentColor;
  width: 100%;
  height: 2px;
  transition: transform .25s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile-nav-toggle:checked ~ .hamburger {
  border-color: #0000;
}

#mobile-nav-toggle:checked ~ .hamburger:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#mobile-nav-toggle:checked ~ .hamburger:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav {
  z-index: 100;
  background: var(--color-primary);
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: fixed;
  inset: 0;
}

#mobile-nav-toggle:checked ~ .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav ul {
  text-align: center;
  color: var(--color-primary-text);
  margin: 0;
  padding: 20px 0;
  list-style: none;
}

.mobile-nav > ul {
  font-size: 22px;
}

.mobile-nav li a {
  color: inherit;
  padding: 10px 30px;
  text-decoration: none;
  display: block;
}

.mobile-nav li a:hover {
  opacity: .7;
}

.mobile-nav li.active > a {
  font-weight: bold;
}

.mobile-nav .sub-menu {
  font-size: 18px;
}

.mobile-nav .sub-menu li a {
  padding: 10px 40px;
}

.site-footer {
  background-color: var(--color-primary);
  color: var(--color-primary-text);
  font-size: 15px;
}

.footer-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem 1.5rem;
  display: grid;
}

.footer-about {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .footer-about {
    grid-column: span 4 / span 4;
  }
}

.footer-nav-col {
  grid-column: span 6 / span 6;
}

@media (min-width: 768px) {
  .footer-nav-col {
    grid-column: span 3 / span 3;
  }

  .footer-nav-col--primary {
    grid-column-start: 7;
  }

  .footer-nav-col--secondary {
    grid-column-start: 10;
  }
}

.footer-nav-link {
  padding-block: .125rem;
  font-size: 1rem;
  display: block;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.site-footer-bottom {
  background-color: var(--color-primary-2);
  padding-block: .75rem;
  font-size: 13px;
}

.footer-bottom-link {
  text-decoration: underline;
}

.footer-bottom-link:hover {
  text-decoration: none;
}

.theme-toggle {
  width: 1.75rem;
  height: 1.75rem;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
}

.theme-toggle:hover {
  opacity: .75;
}

.theme-toggle-icon--light {
  display: none;
}

html.theme-enabled[data-theme="light"] .theme-toggle-icon--light {
  display: inline;
}

html.theme-enabled[data-theme="light"] .theme-toggle-icon--dark {
  display: none;
}

@media (prefers-color-scheme: light) {
  html.theme-enabled:not([data-theme]) .theme-toggle-icon--light {
    display: inline;
  }

  html.theme-enabled:not([data-theme]) .theme-toggle-icon--dark {
    display: none;
  }
}

.error-page {
  text-align: center;
  padding-block: 5rem;
}

.error-code {
  font-family: var(--font-heading);
  color: var(--color-primary);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  animation: 3s ease-in-out infinite error-float;
}

@media (min-width: 768px) {
  .error-code {
    font-size: 9rem;
  }
}

.error-page h1 {
  margin-top: .5rem;
}

.error-description {
  color: var(--color-text-2);
  margin-top: 1rem;
  font-size: 1.125rem;
}

.error-terminal {
  border-radius: var(--radius-lg);
  background-color: var(--color-background-3);
  text-align: left;
  max-width: 34rem;
  color: var(--color-text-2);
  margin: 2rem auto 0;
  padding: 1.5rem 1.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9375rem;
  line-height: 1.9;
}

.error-terminal-line {
  white-space: nowrap;
  width: 0;
  animation-name: error-type;
  animation-timing-function: steps(60, end);
  animation-fill-mode: both;
  overflow: hidden;
}

.error-terminal-line:last-child:after {
  content: "";
  background: var(--color-primary);
  vertical-align: text-bottom;
  width: .5em;
  height: 1em;
  margin-left: 2px;
  animation: 1s step-end infinite error-cursor;
  display: inline-block;
}

.error-closing-line {
  color: var(--color-text-2);
  opacity: 0;
  margin-top: 1.5rem;
  animation: .6s forwards error-fade-in;
}

@keyframes error-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-.5rem);
  }
}

@keyframes error-type {
  to {
    width: calc(var(--chars) * 1ch);
  }
}

@keyframes error-cursor {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes error-fade-in {
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .error-code {
    animation: none;
  }

  .error-terminal-line {
    width: auto;
    animation: none;
  }

  .error-terminal-line:last-child:after {
    animation: none;
  }

  .error-closing-line {
    opacity: 1;
    animation: none;
  }
}

#cc-main {
  --cc-bg: var(--color-background-3);
  --cc-primary-color: var(--color-text);
  --cc-secondary-color: var(--color-text-2);
  --cc-btn-primary-bg: var(--color-primary);
  --cc-btn-primary-color: var(--color-primary-text);
  --cc-btn-primary-border-color: var(--color-primary);
  --cc-btn-primary-hover-bg: var(--color-primary-2);
  --cc-btn-primary-hover-color: var(--color-primary-text);
  --cc-btn-primary-hover-border-color: var(--color-primary-2);
  --cc-btn-secondary-bg: var(--color-background);
  --cc-btn-secondary-color: var(--color-text);
  --cc-btn-secondary-border-color: var(--color-background);
  --cc-btn-secondary-hover-bg: var(--color-background-2);
  --cc-btn-secondary-hover-color: var(--color-text);
  --cc-btn-secondary-hover-border-color: var(--color-background-2);
  --cc-toggle-on-bg: var(--color-primary);
  --cc-toggle-off-bg: var(--color-background);
  --cc-toggle-readonly-bg: var(--color-background);
  --cc-cookie-category-block-bg: var(--color-background);
  --cc-cookie-category-block-border: var(--color-background);
  --cc-cookie-category-block-hover-bg: var(--color-background-2);
  --cc-cookie-category-block-hover-border: var(--color-background-2);
  --cc-cookie-category-expanded-block-hover-bg: var(--color-background-2);
  --cc-separator-border-color: var(--color-background);
  --cc-footer-border-color: var(--color-background);
  --cc-link-color: var(--color-primary);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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