/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: stuwit-core
Theme URI: https://stuwio.nl
Description: A custom theme based on _tw
Version: 0.1.0
Author: stuwio.nl
Author URI: https://stuwio.nl
Text Domain: stuwit-core
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

stuwit-core is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
.navbar-hidden {
  transform: translateY(-100%);
}
.header-scrolled.navbar {
  background-color: var(--color-white);
  padding-block: var(--spacing-2);
}
.header-scrolled.navbar .brand img {
  width: var(--spacing-20);
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.page-bg {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.hamburger-active .page-bg, .dropdown-active .page-bg {
  visibility: visible;
  opacity: 100%;
}
.hamburger .hamburger--cross {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 0%;
}
.hamburger .hamburger--bars {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 100%;
}
.hamburger.active .hamburger--cross {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 100%;
}
.hamburger.active .hamburger--bars {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 0%;
}
.dropdown-active .navbar--inner {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
#site-navigation .mega-split-list > li.sub-item--text {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  #site-navigation .mega-split-list > li.sub-item--text {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
#site-navigation .mega-split-cards > li.sub-item--card {
  grid-column: span 1 / span 1;
}
#site-navigation .menu-item-card {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  contain: layout paint;
}
#site-navigation .menu-item-thumb img {
  transform: translateZ(0);
  will-change: transform;
}
#site-navigation .sub-menu {
  contain: layout paint;
}
#site-navigation ul.menu {
  position: relative;
  z-index: 20;
}
#site-navigation .sub-menu-wrap {
  z-index: 10;
}
#mega-menu-root {
  pointer-events: none;
}
#mega-menu-root .mega-menu-panel {
  pointer-events: none;
}
:root, :host {
  --font-sans: Cavren Sans Variable, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-50: oklch(98.5% 0 0);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-sm: 24rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-extrabold: 800;
  --tracking-tight: -0.025em;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-2xl: 1rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: #490FD2;
  --color-dark: #0D1D34;
  --color-secondary: #24B6FF;
  --color-muted: #A8B3C7;
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --spacing-0: 0;
  --spacing-0\.5: 0.2rem;
  --spacing-1: 0.4rem;
  --spacing-1\.5: 0.6rem;
  --spacing-2: 0.8rem;
  --spacing-2\.5: 1rem;
  --spacing-3: 1.2rem;
  --spacing-4: 1.6rem;
  --spacing-5: 2rem;
  --spacing-6: 2.4rem;
  --spacing-7: 2.8rem;
  --spacing-8: 3.2rem;
  --spacing-10: 4rem;
  --spacing-12: 4.8rem;
  --spacing-16: 6.4rem;
  --spacing-18: 7.2rem;
  --spacing-20: 8rem;
  --spacing-24: 9.6rem;
  --spacing-28: 11.2rem;
  --spacing-32: 12.8rem;
  --spacing-40: 16rem;
  --spacing-44: 17.6rem;
  --spacing-48: 19.2rem;
  --spacing-56: 22.4rem;
  --spacing-60: 24rem;
  --spacing-120: 48rem;
  --font-display: Cavren Sans Variable, sans-serif;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::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, ::-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;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.admin-bar #page, .admin-bar #masthead, .admin-bar .navbar {
  top: 32px;
}
[data-animate] {
  visibility: hidden;
}
.split-animations-ready [data-animate] {
  visibility: visible;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.container {
  margin-inline: auto;
  max-width: unset !important;
  padding-inline: 3vw;
}
@media (width >= 64rem) {
  .container {
    padding-inline: 4vw;
  }
}
h1 {
  font-size: clamp(2.25rem, 1.9rem + 1.73cqw, 4.5rem);
  --tw-leading: 1.10;
  line-height: 1.10;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
h2 {
  font-size: clamp(1.875rem, 1.471rem + 2.019cqw, 4.5rem);
  --tw-leading: 1.16;
  line-height: 1.16;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
h3 {
  font-size: clamp(1.5rem, 1.27rem + 1.15cqw, 3rem);
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
h4 {
  font-size: clamp(1rem, 0.92rem + 0.38cqw, 1.5rem);
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--section-heading, var(--color-heading-default));
}
.eyebrow {
  display: flex;
  align-items: center;
  column-gap: var(--spacing-2);
  font-size: clamp(0.75rem, 0.731rem + 0.096cqw, 0.875rem);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--section-eyebrow, var(--color-foreground));
}
.eyebrow::before {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: -1px;
  background-color: var(--section-eyebrow-accent, var(--color-foreground));
}
.prose :where(p.p-size-lg) {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.prose :where(p.p-size-base) {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.prose :where(p.p-size-sm) {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.menu-item-has-children > a .menu-caret-icon {
  transition: transform 0.3s var(--ease-in-out);
}
.menu-item-has-children.is-open > a .menu-caret-icon {
  transform: rotate(180deg);
}
.footer .footer-widget :where(a) {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .footer-widget :where(a:hover, a:focus-visible) {
  color: var(--color-primary);
  text-decoration: none;
}
.prose :where(ul) {
  padding-left: 0;
  margin-left: 0;
}
.prose :where(ul > li)::marker {
  content: "";
}
.prose :where(ul > li) {
  position: relative;
  padding-left: 1.1em;
}
.prose :where(ul > li)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color-primary);
  transform: translateY(-50%);
}
.projects-progress .swiper-pagination-progressbar-fill {
  --section-bg: var(--brand-1);
  --section-fg: rgba(255, 255, 255, 0.88);
  --section-heading: #ffffff;
  --section-muted: rgba(255, 255, 255, 0.70);
  --section-border: rgba(255, 255, 255, 0.20);
  --section-border-strong: rgba(255, 255, 255, 0.45);
  --section-link: #ffffff;
  --section-eyebrow: rgba(255, 255, 255, 0.75);
  --section-eyebrow-accent: var(--brand-2);
  background-color: var(--brand-1);
  color: var(--section-fg);
  background-color: var(--color-primary);
}
.nav-dark .navbar {
  border-color: color-mix(in srgb, #0D1D34 15%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .nav-dark .navbar {
    border-color: color-mix(in srgb, var(--color-dark) 15%, transparent);
  }
}
.nav-dark .navbar .menu {
  color: var(--color-dark);
}
.nav-dark .navbar .hamburger--bars, .nav-dark .navbar .hamburger--bars::before, .nav-dark .navbar .hamburger--bars::after {
  background-color: var(--color-dark);
}
.nav-dark .navbar .hamburger--cross::before, .nav-dark .navbar .hamburger--cross::after {
  background-color: var(--color-dark);
}
.nav-dark .navbar .brand svg {
  filter: brightness(0);
}
.nav-dark .navbar.header-scrolled {
  border-color: rgba(255, 255, 255, 0.2);
}
.nav-dark .navbar.header-scrolled .menu {
  color: white;
}
.nav-dark .navbar.header-scrolled .hamburger--bars, .nav-dark .navbar.header-scrolled .hamburger--bars::before, .nav-dark .navbar.header-scrolled .hamburger--bars::after, .nav-dark .navbar.header-scrolled .hamburger--cross::before, .nav-dark .navbar.header-scrolled .hamburger--cross::after {
  background-color: white;
}
.nav-dark .navbar.header-scrolled .brand svg {
  filter: none;
}
.hamburger-active.nav-dark .navbar .menu, .dropdown-active.nav-dark .navbar .menu {
  color: white;
}
.hamburger-active.nav-dark .navbar .hamburger--bars, .hamburger-active.nav-dark .navbar .hamburger--bars::before, .hamburger-active.nav-dark .navbar .hamburger--bars::after, .hamburger-active.nav-dark .navbar .hamburger--cross::before, .hamburger-active.nav-dark .navbar .hamburger--cross::after, .dropdown-active.nav-dark .navbar .hamburger--bars, .dropdown-active.nav-dark .navbar .hamburger--bars::before, .dropdown-active.nav-dark .navbar .hamburger--bars::after, .dropdown-active.nav-dark .navbar .hamburger--cross::before, .dropdown-active.nav-dark .navbar .hamburger--cross::after {
  background-color: white;
}
.hamburger-active.nav-dark .navbar .brand svg, .dropdown-active.nav-dark .navbar .brand svg {
  filter: none;
}
.gform_wrapper.gravity-theme .gfield {
  position: relative;
}
.gform_wrapper.gravity-theme .gfield_label {
  position: absolute;
  top: 1.45rem;
  left: var(--spacing-3);
  font-size: var(--text-xs) !important;
  line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
  color: var(--color-dark);
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-dark);
  padding-inline: var(--spacing-3) !important;
  padding-top: var(--spacing-4) !important;
  padding-bottom: var(--spacing-1\.5) !important;
  color: var(--color-dark) !important;
}
.gform_wrapper.gravity-theme .gfield.has-value .gfield_label, .gfield:focus-within .gfield_label {
  transform-origin: 0;
  --tw-translate-y: calc(90% * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 80%;
}
.bg-surface-inverse .gform_wrapper.gravity-theme input[type=color], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=date], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=datetime-local], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=datetime], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=email], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=month], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=number], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=password], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=search], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=tel], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=text], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=time], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=url], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=week], .bg-surface-inverse .gform_wrapper.gravity-theme select, .bg-surface-inverse .gform_wrapper.gravity-theme textarea {
  border-color: color-mix(in srgb, #fff 20%, transparent) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .gform_wrapper.gravity-theme input[type=color], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=date], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=datetime-local], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=datetime], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=email], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=month], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=number], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=password], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=search], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=tel], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=text], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=time], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=url], .bg-surface-inverse .gform_wrapper.gravity-theme input[type=week], .bg-surface-inverse .gform_wrapper.gravity-theme select, .bg-surface-inverse .gform_wrapper.gravity-theme textarea {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent) !important;
  }
}
.bg-surface-inverse .gform_wrapper.gravity-theme .gfield_label {
  color: var(--color-white) !important;
}
.col-2 > p {
  column-count: 2;
  column-gap: 4rem;
}
.bg-primary .prose a, .bg-brand-2 .prose a {
  color: inherit;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
[data-button-text] .btn-text-a, [data-button-text] .btn-text-b {
  display: block;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-button-text] .btn-text-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
}
.group:hover [data-button-text] .btn-text-a, .btn:focus-visible [data-button-text] .btn-text-a {
  transform: translateY(-110%);
}
.group:hover [data-button-text] .btn-text-b, .btn:focus-visible [data-button-text] .btn-text-b {
  transform: translateY(0);
}
.sticky-steps-indicators {
  display: flex;
  gap: 6px;
  z-index: 90;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sticky-steps-indicators.is-visible {
  opacity: 1;
}
.sticky-steps-indicator-line {
  width: 2.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
}
.sticky-steps-indicator-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.12s linear;
}
@media screen and (min-width: 992px) {
  [data-sticky-steps-item-status] .sticky-steps__visual {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  [data-sticky-steps-item-status="before"] .sticky-steps__visual, [data-sticky-steps-item-status="active"] .sticky-steps__visual {
    opacity: 1;
    visibility: visible;
  }
  [data-sticky-steps-item-status] [data-sticky-steps-anchor] {
    transition: opacity 0.5s ease-in-out;
    opacity: 0.25;
  }
  [data-sticky-steps-item-status="active"] [data-sticky-steps-anchor] {
    opacity: 1;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: var(--spacing-6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: var(--spacing-6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: var(--spacing-8);
}
.entry-content > .alignright {
  float: right;
  margin-left: var(--spacing-8);
}
.bg-surface-alt .prose {
  --tw-prose-body: var(--color-prose-body, var(--color-muted-80));
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-prose-body, var(--color-muted-80));
  --tw-prose-counters: var(--color-prose-body, var(--color-muted-80));
  --tw-prose-bullets: var(--color-prose-body, var(--color-muted-80));
  --tw-prose-captions: var(--color-prose-body, var(--color-muted-80));
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-body: var(--color-prose-on-dark-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-body: var(--color-prose-on-dark-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-headings: var(--color-background);
  --tw-prose-lead: var(--color-prose-on-dark-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-lead: var(--color-prose-on-dark-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-background);
  --tw-prose-counters: var(--color-prose-on-dark-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-counters: var(--color-prose-on-dark-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-bullets: var(--color-prose-on-dark-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-bullets: var(--color-prose-on-dark-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-hr: var(--color-prose-on-dark-border, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-hr: var(--color-prose-on-dark-border, color-mix(in srgb, var(--color-background) 28%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-quotes: var(--color-prose-on-dark-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-quotes: var(--color-prose-on-dark-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-prose-on-dark-captions, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-captions: var(--color-prose-on-dark-captions, color-mix(in srgb, var(--color-background) 72%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-kbd: var(--color-background);
  --tw-prose-kbd-shadows: var(--color-prose-on-dark-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-kbd-shadows: var(--color-prose-on-dark-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-code: var(--color-background);
  --tw-prose-pre-code: var(--color-foreground);
  --tw-prose-pre-bg: var(--color-background);
  --tw-prose-th-borders: var(--color-prose-on-dark-border, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-th-borders: var(--color-prose-on-dark-border, color-mix(in srgb, var(--color-background) 28%, transparent));
  }
}
.bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
  --tw-prose-td-borders: var(--color-prose-on-dark-border, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-surface-inverse .prose, .bg-surface-inverse-alt .prose, .bg-primary .prose, .bg-secondary .prose, .bg-surface-soft .prose, .bg-gradient .prose {
    --tw-prose-td-borders: var(--color-prose-on-dark-border, color-mix(in srgb, var(--color-background) 28%, transparent));
  }
}
.prose :where(ul) {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.prose :where(ul > li)::marker {
  content: "";
}
.prose :where(ul > li) {
  position: relative;
  padding-left: 1.5em;
}
.prose :where(ul > li)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color-primary);
  transform: translateY(-50%);
}
.prose, .prose :where(p), .prose :where(li) {
  font-weight: 400;
}
:is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(img), :is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(picture), :is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(video), :is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(figure) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
:is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(pre) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
}
:is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(hr) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
:is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(dt) {
  margin-top: 1.1428571em;
}
:is(.prose-base :not(:where([class~='not-prose'], [class~='not-prose'] *))):where(figcaption) {
  margin-top: 0.6666667em;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: var(--spacing-0);
}
.inset-x-0 {
  inset-inline: var(--spacing-0);
}
.start-1\/2 {
  inset-inline-start: calc(1/2 * 100%);
}
.end-0 {
  inset-inline-end: var(--spacing-0);
}
.-top-0\.5 {
  top: calc(var(--spacing-0\.5) * -1);
}
.-top-32 {
  top: calc(var(--spacing-32) * -1);
}
.top-0 {
  top: var(--spacing-0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-2 {
  top: var(--spacing-2);
}
.top-5 {
  top: var(--spacing-5);
}
.top-20 {
  top: var(--spacing-20);
}
.top-24 {
  top: var(--spacing-24);
}
.top-full {
  top: 100%;
}
.right-2 {
  right: var(--spacing-2);
}
.bottom-0 {
  bottom: var(--spacing-0);
}
.bottom-5 {
  bottom: var(--spacing-5);
}
.-left-32 {
  left: calc(var(--spacing-32) * -1);
}
.fl-left-4\/5 {
  left: clamp(1.6rem, 1.54rem + 0.31cqw, 2rem);
}
.left-0 {
  left: var(--spacing-0);
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-90 {
  z-index: 90;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-5 {
  grid-column-start: 5;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.-m-3 {
  margin: calc(var(--spacing-3) * -1);
}
.fl-m-3\/5 {
  margin: clamp(1.2rem, 1.08rem + 0.62cqw, 2rem);
}
.m-0 {
  margin: var(--spacing-0);
}
.m-2 {
  margin: var(--spacing-2);
}
.mx-0 {
  margin-inline: var(--spacing-0);
}
.mx-1 {
  margin-inline: var(--spacing-1);
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.prose-base {
  font-size: 1rem;
  line-height: 1.75;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  font-size: 0.875em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  font-size: 0.875em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  font-size: 0.9em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-inline-start: 0.375em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-inline-start: 0.375em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.25em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.25em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.25em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(thead th:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-start: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(thead th:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-end: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td,tfoot td):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-start: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-end: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  font-size: 0.8571429em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  font-size: 0.9em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  font-size: 0.8888889em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-inline-start: 0.4285714em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-inline-start: 0.4285714em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ul > li p) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ul > li > p:first-child) {
  margin-top: 1.1428571em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ul > li > p:last-child) {
  margin-bottom: 1.1428571em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ol > li > p:first-child) {
  margin-top: 1.1428571em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ol > li > p:last-child) {
  margin-bottom: 1.1428571em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  margin-top: 1.1428571em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-inline-start: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-inline-end: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-inline-start: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-inline-end: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > :first-child) {
  margin-top: 0;
}
:is(.prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > :last-child) {
  margin-bottom: 0;
}
.fl-mt-12\/20 {
  margin-top: clamp(4.8rem, 4.31rem + 2.46cqw, 8rem);
}
.fl-space-y-1\/4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(0.4rem, 0.22rem + 0.92cqw, 1.6rem);
}
.fl-space-y-2\/4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(0.8rem, 0.68rem + 0.62cqw, 1.6rem);
}
.fl-space-y-3\/4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(1.2rem, 1.14rem + 0.31cqw, 1.6rem);
}
.fl-space-y-4\/6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
}
.fl-space-y-4\/8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(1.6rem, 1.35rem + 1.23cqw, 3.2rem);
}
.fl-space-y-5\/6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(2rem, 1.94rem + 0.31cqw, 2.4rem);
}
.fl-space-y-5\/8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(2rem, 1.82rem + 0.92cqw, 3.2rem);
}
.fl-space-y-6\/8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(2.4rem, 2.28rem + 0.62cqw, 3.2rem);
}
.fl-space-y-6\/10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(2.4rem, 2.15rem + 1.23cqw, 4rem);
}
.fl-space-y-8\/10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(3.2rem, 3.08rem + 0.62cqw, 4rem);
}
.fl-space-y-8\/12 > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(3.2rem, 2.95rem + 1.23cqw, 4.8rem);
}
.mt-1 {
  margin-top: var(--spacing-1);
}
.mt-2 {
  margin-top: var(--spacing-2);
}
.mt-4 {
  margin-top: var(--spacing-4);
}
.mt-8 {
  margin-top: var(--spacing-8);
}
.mt-12 {
  margin-top: var(--spacing-12);
}
.mt-20 {
  margin-top: var(--spacing-20);
}
.fl-mb-4\/8 {
  margin-bottom: clamp(1.6rem, 1.35rem + 1.23cqw, 3.2rem);
}
.mb-0 {
  margin-bottom: var(--spacing-0);
}
.mb-1 {
  margin-bottom: var(--spacing-1);
}
.mb-2 {
  margin-bottom: var(--spacing-2);
}
.mb-3 {
  margin-bottom: var(--spacing-3);
}
.mb-4 {
  margin-bottom: var(--spacing-4);
}
.mb-8 {
  margin-bottom: var(--spacing-8);
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!hidden {
  display: none !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/4\] {
  aspect-ratio: 4/4;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.size-1\.5 {
  width: var(--spacing-1\.5);
  height: var(--spacing-1\.5);
}
.size-2 {
  width: var(--spacing-2);
  height: var(--spacing-2);
}
.size-2\.5 {
  width: var(--spacing-2\.5);
  height: var(--spacing-2\.5);
}
.size-5 {
  width: var(--spacing-5);
  height: var(--spacing-5);
}
.size-6 {
  width: var(--spacing-6);
  height: var(--spacing-6);
}
.size-7 {
  width: var(--spacing-7);
  height: var(--spacing-7);
}
.size-200 {
  width: calc(var(--spacing) * 200);
  height: calc(var(--spacing) * 200);
}
.fl-size-5\/6 {
  width: clamp(2rem, 1.94rem + 0.31cqw, 2.4rem);
  height: clamp(2rem, 1.94rem + 0.31cqw, 2.4rem);
}
.fl-size-5\/7 {
  width: clamp(2rem, 1.88rem + 0.62cqw, 2.8rem);
  height: clamp(2rem, 1.88rem + 0.62cqw, 2.8rem);
}
.fl-size-8\/10 {
  width: clamp(3.2rem, 3.08rem + 0.62cqw, 4rem);
  height: clamp(3.2rem, 3.08rem + 0.62cqw, 4rem);
}
.h-0 {
  height: var(--spacing-0);
}
.h-1\/5 {
  height: calc(1/5 * 100%);
}
.h-2 {
  height: var(--spacing-2);
}
.h-3 {
  height: var(--spacing-3);
}
.h-5 {
  height: var(--spacing-5);
}
.h-120 {
  height: var(--spacing-120);
}
.h-\[1px\] {
  height: 1px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: var(--spacing-0);
}
.max-h-10 {
  max-height: var(--spacing-10);
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-full {
  min-height: 100%;
}
.fl-w-12\/20 {
  width: clamp(4.8rem, 4.31rem + 2.46cqw, 8rem);
}
.fl-w-16\/20 {
  width: clamp(6.4rem, 6.15rem + 1.23cqw, 8rem);
}
.fl-w-16\/24 {
  width: clamp(6.4rem, 5.91rem + 2.46cqw, 9.6rem);
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-1\/5 {
  width: calc(1/5 * 100%);
}
.w-2\.5 {
  width: var(--spacing-2\.5);
}
.w-2\/3 {
  width: calc(2/3 * 100%);
}
.w-5 {
  width: var(--spacing-5);
}
.w-20 {
  width: var(--spacing-20);
}
.w-24 {
  width: var(--spacing-24);
}
.w-28 {
  width: var(--spacing-28);
}
.w-32 {
  width: var(--spacing-32);
}
.w-40 {
  width: var(--spacing-40);
}
.w-\[2px\] {
  width: 2px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.\!max-w-4xl {
  max-width: var(--container-4xl) !important;
}
.\!max-w-5xl {
  max-width: var(--container-5xl) !important;
}
.\!max-w-7xl {
  max-width: var(--container-7xl) !important;
}
.fl-max-w-20\/28 {
  max-width: clamp(8rem, 7.51rem + 2.46cqw, 11.2rem);
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: var(--container-sm);
}
.min-w-56 {
  min-width: var(--spacing-56);
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-110 {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-\[1\.15\] {
  scale: 1.15;
}
.rotate-45 {
  rotate: 45deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform-gpu {
  transform: translateZ(0) 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;
}
.columns-2 {
  columns: 2;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-items-stretch {
  justify-items: stretch;
}
.fl-gap-1\/12 {
  gap: clamp(0.4rem, 3.38cqw - 0.28rem, 4.8rem);
}
.gap-0 {
  gap: var(--spacing-0);
}
.gap-1 {
  gap: var(--spacing-1);
}
.gap-1\.5 {
  gap: var(--spacing-1\.5);
}
.gap-2 {
  gap: var(--spacing-2);
}
.gap-3 {
  gap: var(--spacing-3);
}
.gap-4 {
  gap: var(--spacing-4);
}
:where(.space-y-0\.5 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-0\.5) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-0\.5) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-1 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-1) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-1) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-2) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2\.5 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-2\.5) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-2\.5) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-3) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-3) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-4) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-4) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-6) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-6) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-8) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-8) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-12 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(var(--spacing-12) * var(--tw-space-y-reverse));
  margin-block-end: calc(var(--spacing-12) * calc(1 - var(--tw-space-y-reverse)));
}
.fl-gap-x-2\/4 {
  column-gap: clamp(0.8rem, 0.68rem + 0.62cqw, 1.6rem);
}
.fl-gap-x-3\/4 {
  column-gap: clamp(1.2rem, 1.14rem + 0.31cqw, 1.6rem);
}
.fl-gap-x-4\/6 {
  column-gap: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
}
.fl-gap-x-4\/12 {
  column-gap: clamp(1.6rem, 1.11rem + 2.46cqw, 4.8rem);
}
.fl-gap-x-8\/32 {
  column-gap: clamp(3.2rem, 1.72rem + 7.38cqw, 12.8rem);
}
.gap-x-1 {
  column-gap: var(--spacing-1);
}
.gap-x-1\.5 {
  column-gap: var(--spacing-1\.5);
}
.gap-x-2 {
  column-gap: var(--spacing-2);
}
.gap-x-3 {
  column-gap: var(--spacing-3);
}
.gap-x-4 {
  column-gap: var(--spacing-4);
}
.gap-x-8 {
  column-gap: var(--spacing-8);
}
:where(.space-x-10 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(var(--spacing-10) * var(--tw-space-x-reverse));
  margin-inline-end: calc(var(--spacing-10) * calc(1 - var(--tw-space-x-reverse)));
}
.fl-gap-y-1\/2 {
  row-gap: clamp(0.4rem, 0.34rem + 0.31cqw, 0.8rem);
}
.fl-gap-y-2\/3 {
  row-gap: clamp(0.8rem, 0.74rem + 0.31cqw, 1.2rem);
}
.fl-gap-y-4\/5 {
  row-gap: clamp(1.6rem, 1.54rem + 0.31cqw, 2rem);
}
.fl-gap-y-4\/6 {
  row-gap: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
}
.fl-gap-y-4\/8 {
  row-gap: clamp(1.6rem, 1.35rem + 1.23cqw, 3.2rem);
}
.fl-gap-y-6\/8 {
  row-gap: clamp(2.4rem, 2.28rem + 0.62cqw, 3.2rem);
}
.fl-gap-y-8\/10 {
  row-gap: clamp(3.2rem, 3.08rem + 0.62cqw, 4rem);
}
.fl-gap-y-8\/12 {
  row-gap: clamp(3.2rem, 2.95rem + 1.23cqw, 4.8rem);
}
.fl-gap-y-8\/16 {
  row-gap: clamp(3.2rem, 2.71rem + 2.46cqw, 6.4rem);
}
.fl-gap-y-12\/16 {
  row-gap: clamp(4.8rem, 4.55rem + 1.23cqw, 6.4rem);
}
.gap-y-1 {
  row-gap: var(--spacing-1);
}
.gap-y-2 {
  row-gap: var(--spacing-2);
}
.gap-y-4 {
  row-gap: var(--spacing-4);
}
.gap-y-6 {
  row-gap: var(--spacing-6);
}
.gap-y-8 {
  row-gap: var(--spacing-8);
}
.gap-y-12 {
  row-gap: var(--spacing-12);
}
.gap-y-\[20dvh\] {
  row-gap: 20dvh;
}
.self-center {
  align-self: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.fl-rounded-lg\/4xl {
  border-radius: clamp(0.5rem, 0.27rem + 1.15cqw, 2rem);
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.fl-rounded-t-lg\/4xl {
  border-top-left-radius: clamp(0.5rem, 0.27rem + 1.15cqw, 2rem);
  border-top-right-radius: clamp(0.5rem, 0.27rem + 1.15cqw, 2rem);
}
.rounded-t-lg {
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-100 {
  border-style: var(--tw-border-style);
  border-width: 100px;
}
.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-black\/10 {
  border-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/10 {
    border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.border-dark\/15 {
  border-color: color-mix(in srgb, #0D1D34 15%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-dark\/15 {
    border-color: color-mix(in oklab, var(--color-dark) 15%, transparent);
  }
}
.border-dark\/20 {
  border-color: color-mix(in srgb, #0D1D34 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-dark\/20 {
    border-color: color-mix(in oklab, var(--color-dark) 20%, transparent);
  }
}
.border-dark\/30 {
  border-color: color-mix(in srgb, #0D1D34 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-dark\/30 {
    border-color: color-mix(in oklab, var(--color-dark) 30%, transparent);
  }
}
.border-neutral-200 {
  border-color: var(--color-neutral-200);
}
.border-primary\/\[0\.08\] {
  border-color: color-mix(in srgb, #490FD2 8%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/\[0\.08\] {
    border-color: color-mix(in oklab, var(--color-primary) 8%, transparent);
  }
}
.border-white\/10 {
  border-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/10 {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.border-white\/20 {
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/20 {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.border-white\/30 {
  border-color: color-mix(in srgb, #fff 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/30 {
    border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.border-white\/45 {
  border-color: color-mix(in srgb, #fff 45%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/45 {
    border-color: color-mix(in oklab, var(--color-white) 45%, transparent);
  }
}
.border-white\/\[0\.08\] {
  border-color: color-mix(in srgb, #fff 8%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/\[0\.08\] {
    border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
  }
}
.bg-brand-2 {
  --section-bg: var(--brand-2);
  --section-fg: rgba(255, 255, 255, 0.88);
  --section-heading: #ffffff;
  --section-muted: rgba(255, 255, 255, 0.70);
  --section-border: rgba(255, 255, 255, 0.20);
  --section-border-strong: rgba(255, 255, 255, 0.45);
  --section-link: #ffffff;
  --section-eyebrow: rgba(255, 255, 255, 0.75);
  --section-eyebrow-accent: #ffffff;
  background-color: var(--brand-2);
  color: var(--section-fg);
}
.bg-primary {
  --section-bg: var(--brand-1);
  --section-fg: rgba(255, 255, 255, 0.88);
  --section-heading: #ffffff;
  --section-muted: rgba(255, 255, 255, 0.70);
  --section-border: rgba(255, 255, 255, 0.20);
  --section-border-strong: rgba(255, 255, 255, 0.45);
  --section-link: #ffffff;
  --section-eyebrow: rgba(255, 255, 255, 0.75);
  --section-eyebrow-accent: var(--brand-2);
  background-color: var(--brand-1);
  color: var(--section-fg);
}
.bg-secondary {
  --section-bg: var(--brand-3);
  --section-fg: rgba(255, 255, 255, 0.82);
  --section-heading: #ffffff;
  --section-muted: rgba(255, 255, 255, 0.62);
  --section-border: rgba(255, 255, 255, 0.18);
  --section-border-strong: rgba(255, 255, 255, 0.38);
  --section-link: #ffffff;
  --section-eyebrow: rgba(255, 255, 255, 0.70);
  --section-eyebrow-accent: var(--brand-2);
  background-color: var(--brand-3);
  color: var(--section-fg);
}
.bg-surface {
  --section-bg: var(--color-surface);
  --section-fg: var(--color-muted-80);
  --section-heading: var(--brand-3);
  --section-muted: var(--color-muted-80);
  --section-border: rgba(0, 0, 0, 0.10);
  --section-border-strong: rgba(0, 0, 0, 0.22);
  --section-link: var(--color-primary);
  --section-eyebrow: var(--brand-3);
  --section-eyebrow-accent: var(--brand-1);
  background-color: var(--color-surface);
  color: var(--section-fg);
}
.bg-surface-alt {
  --section-bg: var(--color-surface-alt);
  --section-fg: var(--color-muted-80);
  --section-heading: var(--brand-3);
  --section-muted: var(--color-muted-80);
  --section-border: rgba(0, 0, 0, 0.10);
  --section-border-strong: rgba(0, 0, 0, 0.22);
  --section-link: var(--color-primary);
  --section-eyebrow: var(--brand-3);
  --section-eyebrow-accent: var(--brand-1);
  background-color: var(--color-surface-alt);
  color: var(--section-fg);
}
.bg-surface-inverse {
  --section-bg: var(--brand-3);
  --section-fg: rgba(255, 255, 255, 0.82);
  --section-heading: #ffffff;
  --section-muted: rgba(255, 255, 255, 0.62);
  --section-border: rgba(255, 255, 255, 0.18);
  --section-border-strong: rgba(255, 255, 255, 0.38);
  --section-link: #ffffff;
  --section-eyebrow: rgba(255, 255, 255, 0.70);
  --section-eyebrow-accent: var(--brand-2);
  background-color: var(--brand-3);
  color: var(--section-fg);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-black\/40 {
  background-color: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.bg-black\/60 {
  background-color: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/60 {
    background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.bg-neutral-50 {
  background-color: var(--color-neutral-50);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary\/10 {
  background-color: color-mix(in srgb, #490FD2 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/10 {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.bg-primary\/40 {
  background-color: color-mix(in srgb, #490FD2 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/40 {
    background-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-secondary\/10 {
  background-color: color-mix(in srgb, #24B6FF 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-secondary\/10 {
    background-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/10 {
  background-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-white\/20 {
  background-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/20 {
    background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-black\/80 {
  --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/80 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
  }
}
.from-black\/80 {
  --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-white {
  --tw-gradient-from: var(--color-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));
}
.via-transparent {
  --tw-gradient-via: transparent;
  --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-background {
  --tw-gradient-to: var(--color-background);
  --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));
}
.fill-current {
  fill: currentcolor;
}
.fill-primary {
  fill: var(--color-primary);
}
.fill-secondary {
  fill: var(--color-secondary);
}
.fill-surface {
  fill: var(--color-surface);
}
.fill-white {
  fill: var(--color-white);
}
.stroke-dark {
  stroke: var(--color-dark);
}
.stroke-surface-inverse {
  stroke: var(--brand-3);
}
.stroke-white {
  stroke: var(--color-white);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.fl-p-3\/4 {
  padding: clamp(1.2rem, 1.14rem + 0.31cqw, 1.6rem);
}
.fl-p-3\/12 {
  padding: clamp(1.2rem, 0.65rem + 2.77cqw, 4.8rem);
}
.fl-p-4\/6 {
  padding: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
}
.fl-p-4\/8 {
  padding: clamp(1.6rem, 1.35rem + 1.23cqw, 3.2rem);
}
.fl-p-4\/10 {
  padding: clamp(1.6rem, 1.23rem + 1.85cqw, 4rem);
}
.fl-p-4\/12 {
  padding: clamp(1.6rem, 1.11rem + 2.46cqw, 4.8rem);
}
.fl-p-5\/8 {
  padding: clamp(2rem, 1.82rem + 0.92cqw, 3.2rem);
}
.p-0 {
  padding: var(--spacing-0);
}
.p-1 {
  padding: var(--spacing-1);
}
.p-2 {
  padding: var(--spacing-2);
}
.p-3 {
  padding: var(--spacing-3);
}
.px-0 {
  padding-inline: var(--spacing-0);
}
.px-1\.5 {
  padding-inline: var(--spacing-1\.5);
}
.px-2 {
  padding-inline: var(--spacing-2);
}
.px-4 {
  padding-inline: var(--spacing-4);
}
.px-\[5vw\] {
  padding-inline: 5vw;
}
.py-0 {
  padding-block: var(--spacing-0);
}
.py-1 {
  padding-block: var(--spacing-1);
}
.py-2 {
  padding-block: var(--spacing-2);
}
.py-2\.5 {
  padding-block: var(--spacing-2\.5);
}
.py-4 {
  padding-block: var(--spacing-4);
}
.py-8 {
  padding-block: var(--spacing-8);
}
.py-12 {
  padding-block: var(--spacing-12);
}
.py-\[5vw\] {
  padding-block: 5vw;
}
.py-\[15dvh\] {
  padding-block: 15dvh;
}
.fl-py-4\/5 {
  padding-top: clamp(1.6rem, 1.54rem + 0.31cqw, 2rem);
  padding-bottom: clamp(1.6rem, 1.54rem + 0.31cqw, 2rem);
}
.fl-py-4\/6 {
  padding-top: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
  padding-bottom: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
}
.fl-py-4\/12 {
  padding-top: clamp(1.6rem, 1.11rem + 2.46cqw, 4.8rem);
  padding-bottom: clamp(1.6rem, 1.11rem + 2.46cqw, 4.8rem);
}
.fl-py-5\/6 {
  padding-top: clamp(2rem, 1.94rem + 0.31cqw, 2.4rem);
  padding-bottom: clamp(2rem, 1.94rem + 0.31cqw, 2.4rem);
}
.fl-py-8\/12 {
  padding-top: clamp(3.2rem, 2.95rem + 1.23cqw, 4.8rem);
  padding-bottom: clamp(3.2rem, 2.95rem + 1.23cqw, 4.8rem);
}
.fl-py-10\/12 {
  padding-top: clamp(4rem, 3.88rem + 0.62cqw, 4.8rem);
  padding-bottom: clamp(4rem, 3.88rem + 0.62cqw, 4.8rem);
}
.fl-py-12\/16 {
  padding-top: clamp(4.8rem, 4.55rem + 1.23cqw, 6.4rem);
  padding-bottom: clamp(4.8rem, 4.55rem + 1.23cqw, 6.4rem);
}
.fl-py-12\/20 {
  padding-top: clamp(4.8rem, 4.31rem + 2.46cqw, 8rem);
  padding-bottom: clamp(4.8rem, 4.31rem + 2.46cqw, 8rem);
}
.fl-py-16\/24 {
  padding-top: clamp(6.4rem, 5.91rem + 2.46cqw, 9.6rem);
  padding-bottom: clamp(6.4rem, 5.91rem + 2.46cqw, 9.6rem);
}
.fl-pt-2\/4 {
  padding-top: clamp(0.8rem, 0.68rem + 0.62cqw, 1.6rem);
}
.fl-pt-12\/16 {
  padding-top: clamp(4.8rem, 4.55rem + 1.23cqw, 6.4rem);
}
.fl-pt-12\/20 {
  padding-top: clamp(4.8rem, 4.31rem + 2.46cqw, 8rem);
}
.fl-pt-20\/28 {
  padding-top: clamp(8rem, 7.51rem + 2.46cqw, 11.2rem);
}
.fl-pt-24\/36 {
  padding-top: clamp(9.6rem, 8.86rem + 3.69cqw, 14.4rem);
}
.fl-pt-32\/48 {
  padding-top: clamp(12.8rem, 11.82rem + 4.92cqw, 19.2rem);
}
.pt-2 {
  padding-top: var(--spacing-2);
}
.pt-4 {
  padding-top: var(--spacing-4);
}
.pt-12 {
  padding-top: var(--spacing-12);
}
.pt-18 {
  padding-top: var(--spacing-18);
}
.pt-20 {
  padding-top: var(--spacing-20);
}
.pt-24 {
  padding-top: var(--spacing-24);
}
.pt-32 {
  padding-top: var(--spacing-32);
}
.fl-px-4\/6 {
  padding-left: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
  padding-right: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
}
.fl-px-4\/16 {
  padding-left: clamp(1.6rem, 0.86rem + 3.69cqw, 6.4rem);
  padding-right: clamp(1.6rem, 0.86rem + 3.69cqw, 6.4rem);
}
.fl-pb-4\/6 {
  padding-bottom: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
}
.fl-pb-12\/16 {
  padding-bottom: clamp(4.8rem, 4.55rem + 1.23cqw, 6.4rem);
}
.pb-4 {
  padding-bottom: var(--spacing-4);
}
.pb-6 {
  padding-bottom: var(--spacing-6);
}
.pb-12 {
  padding-bottom: var(--spacing-12);
}
.fl-pl-4\/8 {
  padding-left: clamp(1.6rem, 1.35rem + 1.23cqw, 3.2rem);
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.align-top {
  vertical-align: top;
}
.font-display {
  font-family: var(--font-display);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-7xl {
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--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-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.fl-text-2xl\/3xl {
  font-size: clamp(1.5rem, 1.442rem + 0.288cqw, 1.875rem);
}
.fl-text-2xl\/4xl {
  font-size: clamp(1.5rem, 1.38rem + 0.58cqw, 2.25rem);
}
.fl-text-2xl\/5xl {
  font-size: clamp(1.5rem, 1.27rem + 1.15cqw, 3rem);
}
.fl-text-2xl\/6xl {
  font-size: clamp(1.5rem, 1.15rem + 1.73cqw, 3.75rem);
}
.fl-text-3xl\/6xl {
  font-size: clamp(1.875rem, 1.587rem + 1.442cqw, 3.75rem);
}
.fl-text-3xl\/7xl {
  font-size: clamp(1.875rem, 1.471rem + 2.019cqw, 4.5rem);
}
.fl-text-4xl\/7xl {
  font-size: clamp(2.25rem, 1.9rem + 1.73cqw, 4.5rem);
}
.fl-text-4xl\/8xl {
  font-size: clamp(2.25rem, 1.67rem + 2.88cqw, 6rem);
}
.fl-text-4xl\/9xl {
  font-size: clamp(2.25rem, 1.37rem + 4.42cqw, 8rem);
}
.fl-text-base\/lg {
  font-size: clamp(1rem, 0.981rem + 0.096cqw, 1.125rem);
}
.fl-text-base\/xl {
  font-size: clamp(1rem, 0.96rem + 0.19cqw, 1.25rem);
}
.fl-text-lg\/2xl {
  font-size: clamp(1.125rem, 1.067rem + 0.288cqw, 1.5rem);
}
.fl-text-lg\/xl {
  font-size: clamp(1.125rem, 1.106rem + 0.096cqw, 1.25rem);
}
.fl-text-sm\/base {
  font-size: clamp(0.875rem, 0.856rem + 0.096cqw, 1rem);
}
.fl-text-sm\/lg {
  font-size: clamp(0.875rem, 0.837rem + 0.192cqw, 1.125rem);
}
.fl-text-xs\/base {
  font-size: clamp(0.75rem, 0.71rem + 0.19cqw, 1rem);
}
.fl-text-xs\/sm {
  font-size: clamp(0.75rem, 0.731rem + 0.096cqw, 0.875rem);
}
.\!leading-4 {
  --tw-leading: var(--spacing-4) !important;
  line-height: var(--spacing-4) !important;
}
.\!leading-5 {
  --tw-leading: var(--spacing-5) !important;
  line-height: var(--spacing-5) !important;
}
.\!leading-6 {
  --tw-leading: var(--spacing-6) !important;
  line-height: var(--spacing-6) !important;
}
.\!leading-tight {
  --tw-leading: var(--leading-tight) !important;
  line-height: var(--leading-tight) !important;
}
.leading-loose {
  --tw-leading: var(--leading-loose);
  line-height: var(--leading-loose);
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.prose {
  line-height: 1.65;
}
.font-\[450\] {
  --tw-font-weight: 450;
  font-weight: 450;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.text-balance {
  text-wrap: balance;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-dark {
  color: var(--color-dark);
}
.text-dark\/60 {
  color: color-mix(in srgb, #0D1D34 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-dark\/60 {
    color: color-mix(in oklab, var(--color-dark) 60%, transparent);
  }
}
.text-dark\/70 {
  color: color-mix(in srgb, #0D1D34 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-dark\/70 {
    color: color-mix(in oklab, var(--color-dark) 70%, transparent);
  }
}
.text-foreground {
  color: var(--color-foreground);
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-white {
  color: var(--color-white);
}
.text-white\/60 {
  color: color-mix(in srgb, #fff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/60 {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.text-white\/75 {
  color: color-mix(in srgb, #fff 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/75 {
    color: color-mix(in oklab, var(--color-white) 75%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.opacity-0 {
  opacity: 0%;
}
.opacity-10 {
  opacity: 10%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-400 {
  --tw-duration: 400ms;
  transition-duration: 400ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.will-change-transform {
  will-change: transform;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.prose-stuwit-core {
  --tw-prose-body: var(--color-prose-body, initial);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-prose-body, initial);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-prose-body, initial);
  --tw-prose-bullets: var(--color-prose-body, initial);
  --tw-prose-hr: var(--color-prose-body, initial);
  --tw-prose-quotes: var(--color-prose-body, initial);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-prose-body, initial);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-prose-body, initial);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-prose-body, initial);
  --tw-prose-td-borders: var(--color-prose-body, initial);
  --tw-prose-invert-body: var(--color-prose-invert-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-body: var(--color-prose-invert-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-prose-invert-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-lead: var(--color-prose-invert-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-prose-invert-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-counters: var(--color-prose-invert-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-bullets: var(--color-prose-invert-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-bullets: var(--color-prose-invert-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-hr: var(--color-prose-invert-hr, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-hr: var(--color-prose-invert-hr, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-quotes: var(--color-prose-invert-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-quotes: var(--color-prose-invert-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-prose-invert-captions, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-captions: var(--color-prose-invert-captions, color-mix(in srgb, var(--color-background) 72%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-prose-invert-body, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-kbd-shadows: var(--color-prose-invert-body, color-mix(in srgb, var(--color-background) 82%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-prose-invert-border, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-th-borders: var(--color-prose-invert-border, color-mix(in srgb, var(--color-background) 28%, transparent));
  }
}
.prose-stuwit-core {
  --tw-prose-invert-td-borders: var(--color-prose-invert-border, var(--color-background));
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-stuwit-core {
    --tw-prose-invert-td-borders: var(--color-prose-invert-border, color-mix(in srgb, var(--color-background) 28%, transparent));
  }
}
.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
@media (hover: hover) {
  .group-hover\:translate-x-0:is(:where(.group):hover *) {
    --tw-translate-x: var(--spacing-0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-full:is(:where(.group):hover *) {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-\[1\.03\]:is(:where(.group):hover *) {
    scale: 1.03;
  }
}
@media (hover: hover) {
  .group-hover\:rotate-45:is(:where(.group):hover *) {
    rotate: 45deg;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-\[0\.3rem\]::before {
  content: var(--tw-content);
  top: 0.3rem;
}
.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:rotate-45::before {
  content: var(--tw-content);
  rotate: 45deg;
}
.before\:bg-white::before {
  content: var(--tw-content);
  background-color: var(--color-white);
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.before\:duration-300::before {
  content: var(--tw-content);
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-\[0\.3rem\]::after {
  content: var(--tw-content);
  bottom: 0.3rem;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:-rotate-45::after {
  content: var(--tw-content);
  rotate: calc(45deg * -1);
}
.after\:bg-white::after {
  content: var(--tw-content);
  background-color: var(--color-white);
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.after\:duration-300::after {
  content: var(--tw-content);
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
@media (hover: hover) {
  .hover\:scale-\[0\.97\]:hover {
    scale: 0.97;
  }
}
@media (hover: hover) {
  .hover\:scale-\[0\.985\]:hover {
    scale: 0.985;
  }
}
@media (hover: hover) {
  .hover\:bg-dark\/10:hover {
    background-color: color-mix(in srgb, #0D1D34 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-dark\/10:hover {
      background-color: color-mix(in oklab, var(--color-dark) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-dark:hover {
    color: var(--color-dark);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (width >= 40rem) {
  .sm\:top-0 {
    top: var(--spacing-0);
  }
}
@media (width >= 40rem) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 40rem) {
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (width >= 40rem) {
  .sm\:mx-2 {
    margin-inline: var(--spacing-2);
  }
}
@media (width >= 40rem) {
  .sm\:mt-0 {
    margin-top: var(--spacing-0);
  }
}
@media (width >= 40rem) {
  .sm\:\!inline-flex {
    display: inline-flex !important;
  }
}
@media (width >= 40rem) {
  .sm\:aspect-video {
    aspect-ratio: var(--aspect-video);
  }
}
@media (width >= 40rem) {
  .sm\:w-3\/4 {
    width: calc(3/4 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-auto {
    width: auto;
  }
}
@media (width >= 40rem) {
  .sm\:max-w-\[80\%\] {
    max-width: 80%;
  }
}
@media (width >= 40rem) {
  .sm\:max-w-lg {
    max-width: var(--container-lg);
  }
}
@media (width >= 40rem) {
  .sm\:max-w-xs {
    max-width: var(--container-xs);
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:gap-x-4 {
    column-gap: var(--spacing-4);
  }
}
@media (width >= 40rem) {
  .sm\:px-6 {
    padding-inline: var(--spacing-6);
  }
}
@media (width >= 40rem) {
  .sm\:px-8 {
    padding-inline: var(--spacing-8);
  }
}
@media (width >= 40rem) {
  .sm\:py-4 {
    padding-block: var(--spacing-4);
  }
}
@media (width >= 40rem) {
  .sm\:pb-6 {
    padding-bottom: var(--spacing-6);
  }
}
@media (width >= 40rem) {
  .sm\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:fl-text-4xl\/9xl {
    font-size: clamp(2.25rem, 1.37rem + 4.42cqw, 8rem);
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:order-3 {
    order: 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 48rem) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 48rem) {
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 48rem) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 48rem) {
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 48rem) {
  .md\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (width >= 48rem) {
  .md\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (width >= 48rem) {
  .md\:mx-3 {
    margin-inline: var(--spacing-3);
  }
}
@media (width >= 48rem) {
  .md\:prose-base {
    font-size: 1rem;
    line-height: 1.75;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
    font-size: 0.875em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
    font-size: 0.875em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
    font-size: 0.9em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
    padding-inline-start: 0.375em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
    padding-inline-start: 0.375em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li p) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.25em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.25em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(thead th:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-start: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(thead th:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td,tfoot td):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-start: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.md\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 0;
  }
}
@media (width >= 48rem) {
  .md\:mb-3 {
    margin-bottom: var(--spacing-3);
  }
}
@media (width >= 48rem) {
  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }
}
@media (width >= 48rem) {
  .md\:aspect-video {
    aspect-ratio: var(--aspect-video);
  }
}
@media (width >= 48rem) {
  .md\:w-44 {
    width: var(--spacing-44);
  }
}
@media (width >= 48rem) {
  .md\:w-48 {
    width: var(--spacing-48);
  }
}
@media (width >= 48rem) {
  .md\:w-56 {
    width: var(--spacing-56);
  }
}
@media (width >= 48rem) {
  .md\:w-60 {
    width: var(--spacing-60);
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing-0) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing-0) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:gap-x-4 {
    column-gap: var(--spacing-4);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-0 {
    row-gap: var(--spacing-0);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-12 {
    row-gap: var(--spacing-12);
  }
}
@media (width >= 48rem) {
  .md\:justify-self-end {
    justify-self: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:rounded-2xl {
    border-radius: var(--radius-2xl);
  }
}
@media (width >= 64rem) {
  .lg\:absolute {
    position: absolute;
  }
}
@media (width >= 64rem) {
  .lg\:top-32 {
    top: var(--spacing-32);
  }
}
@media (width >= 64rem) {
  .lg\:order-1 {
    order: 1;
  }
}
@media (width >= 64rem) {
  .lg\:order-2 {
    order: 2;
  }
}
@media (width >= 64rem) {
  .lg\:order-3 {
    order: 3;
  }
}
@media (width >= 64rem) {
  .lg\:order-4 {
    order: 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
}
@media (width >= 64rem) {
  .lg\:mx-2 {
    margin-inline: var(--spacing-2);
  }
}
@media (width >= 64rem) {
  .lg\:prose-base {
    font-size: 1rem;
    line-height: 1.75;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
    font-size: 0.875em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
    font-size: 0.875em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
    font-size: 0.9em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
    padding-inline-start: 0.375em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
    padding-inline-start: 0.375em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li p) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.25em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.25em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.25em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(thead th:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-start: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(thead th:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td,tfoot td):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-start: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.lg\:prose-base :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-base :where(.prose-base > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 0;
  }
}
@media (width >= 64rem) {
  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
    font-size: 0.8888889em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
    font-size: 0.8666667em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
    font-size: 0.875em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
    padding-inline-start: 0.4444444em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
    padding-inline-start: 0.4444444em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li p) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.3333333em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.3333333em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(ul ul,ul ol,ol ul,ol ol) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
    margin-top: 1.3333333em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:first-child) {
    padding-inline-start: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:last-child) {
    padding-inline-end: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-start: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.lg\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 0;
  }
}
@media (width >= 64rem) {
  .lg\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.1111111em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    font-size: 0.8571429em;
    border-radius: 0.3125rem;
    padding-top: 0.1428571em;
    padding-inline-end: 0.3571429em;
    padding-bottom: 0.1428571em;
    padding-inline-start: 0.3571429em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
    font-size: 0.8571429em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
    font-size: 0.9em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
    font-size: 0.8888889em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-inline-start: 1.5714286em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-inline-start: 1.5714286em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
    padding-inline-start: 0.4285714em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
    padding-inline-start: 0.4285714em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ul > li p) {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ul > li > p:first-child) {
    margin-top: 1.1428571em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ul > li > p:last-child) {
    margin-bottom: 1.1428571em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ol > li > p:first-child) {
    margin-top: 1.1428571em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > ol > li > p:last-child) {
    margin-bottom: 1.1428571em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
    margin-top: 1.1428571em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
    margin-top: 0.2857143em;
    padding-inline-start: 1.5714286em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
    margin-top: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
    font-size: 0.8571429em;
    line-height: 1.5;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
    padding-inline-start: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
    padding-inline-end: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
    padding-top: 0.6666667em;
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
    padding-inline-start: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
    padding-inline-end: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > :first-child) {
    margin-top: 0;
  }
  :is(.lg\:prose-sm :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-sm > :last-child) {
    margin-bottom: 0;
  }
}
@media (width >= 64rem) {
  .lg\:mt-0 {
    margin-top: var(--spacing-0);
  }
}
@media (width >= 64rem) {
  .lg\:mt-12 {
    margin-top: var(--spacing-12);
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[6\.4rem\] {
    margin-top: 6.4rem;
  }
}
@media (width >= 64rem) {
  .lg\:mr-\[calc\(-50vw\+100\%\)\] {
    margin-right: calc(-50vw + 100%);
  }
}
@media (width >= 64rem) {
  .lg\:mb-2 {
    margin-bottom: var(--spacing-2);
  }
}
@media (width >= 64rem) {
  .lg\:fl-space-x-4\/6 > :not([hidden]) ~ :not([hidden]) {
    margin-left: clamp(1.6rem, 1.48rem + 0.62cqw, 2.4rem);
  }
}
@media (width >= 64rem) {
  .lg\:ml-\[calc\(-50vw\+100\%\)\] {
    margin-left: calc(-50vw + 100%);
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-\[unset\] {
    aspect-ratio: unset;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-video {
    aspect-ratio: var(--aspect-video);
  }
}
@media (width >= 64rem) {
  .lg\:h-\[calc\(100dvh-6\.4rem-1\.2rem\)\] {
    height: calc(100dvh - 6.4rem - 1.2rem);
  }
}
@media (width >= 64rem) {
  .lg\:h-full {
    height: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-lg {
    max-width: var(--container-lg);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  :where(.lg\:space-y-20 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing-20) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing-20) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 64rem) {
  .lg\:fl-gap-x-8\/16 {
    column-gap: clamp(3.2rem, 2.71rem + 2.46cqw, 6.4rem);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-0 {
    column-gap: var(--spacing-0);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-6 {
    column-gap: var(--spacing-6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-8 {
    column-gap: var(--spacing-8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-12 {
    column-gap: var(--spacing-12);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-20 {
    column-gap: var(--spacing-20);
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-0 {
    row-gap: var(--spacing-0);
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-16 {
    row-gap: var(--spacing-16);
  }
}
@media (width >= 64rem) {
  .lg\:bg-surface-inverse {
    --section-bg: var(--brand-3);
    --section-fg: rgba(255, 255, 255, 0.82);
    --section-heading: #ffffff;
    --section-muted: rgba(255, 255, 255, 0.62);
    --section-border: rgba(255, 255, 255, 0.18);
    --section-border-strong: rgba(255, 255, 255, 0.38);
    --section-link: #ffffff;
    --section-eyebrow: rgba(255, 255, 255, 0.70);
    --section-eyebrow-accent: var(--brand-2);
    background-color: var(--brand-3);
    color: var(--section-fg);
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: var(--spacing-0);
  }
}
@media (width >= 64rem) {
  .lg\:px-12 {
    padding-inline: var(--spacing-12);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[5vw\] {
    padding-inline: 5vw;
  }
}
@media (width >= 64rem) {
  .lg\:py-5 {
    padding-block: var(--spacing-5);
  }
}
@media (width >= 64rem) {
  .lg\:py-12 {
    padding-block: var(--spacing-12);
  }
}
@media (width >= 64rem) {
  .lg\:fl-py-12\/16 {
    padding-top: clamp(4.8rem, 4.55rem + 1.23cqw, 6.4rem);
    padding-bottom: clamp(4.8rem, 4.55rem + 1.23cqw, 6.4rem);
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: var(--spacing-0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-12 {
    padding-top: var(--spacing-12);
  }
}
@media (width >= 64rem) {
  .lg\:pb-8 {
    padding-bottom: var(--spacing-8);
  }
}
@media (width >= 64rem) {
  .lg\:pb-12 {
    padding-bottom: var(--spacing-12);
  }
}
@media (width >= 64rem) {
  .lg\:pb-20 {
    padding-bottom: var(--spacing-20);
  }
}
@media (width >= 64rem) {
  .lg\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:fl-text-sm\/lg {
    font-size: clamp(0.875rem, 0.837rem + 0.192cqw, 1.125rem);
  }
}
@media (width >= 80rem) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 80rem) {
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 80rem) {
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (width >= 80rem) {
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/4 {
    width: calc(1/4 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-xl {
    max-width: var(--container-xl);
  }
}
@media (width >= 80rem) {
  .xl\:text-\[10rem\] {
    font-size: 10rem;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (width >= 96rem) {
  .\32 xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
    font-size: 0.8888889em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
    font-size: 0.8666667em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
    font-size: 0.875em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
    padding-inline-start: 0.4444444em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
    padding-inline-start: 0.4444444em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li p) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.3333333em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.3333333em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(ul ul,ul ol,ol ul,ol ol) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
    margin-top: 1.3333333em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
    margin-top: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
    margin-top: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
    margin-top: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
    margin-top: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:first-child) {
    padding-inline-start: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:last-child) {
    padding-inline-end: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-start: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    padding-inline-end: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-top: 0;
  }
  :is(.\32 xl\:prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    margin-bottom: 0;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.prose {
  --tw-prose-body: var(--section-fg, var(--color-foreground));
  --tw-prose-headings: var(--section-heading, var(--color-heading-default));
  --tw-prose-lead: var(--section-fg, var(--color-foreground));
  --tw-prose-links: var(--section-link, var(--color-primary));
  --tw-prose-bold: var(--section-heading, var(--color-heading-default));
  --tw-prose-counters: var(--section-fg, var(--color-foreground));
  --tw-prose-bullets: var(--section-fg, var(--color-foreground));
  --tw-prose-hr: var(--section-border, var(--color-border));
  --tw-prose-quotes: var(--section-heading, var(--color-heading-default));
  --tw-prose-quote-borders: var(--section-link, var(--color-primary));
  --tw-prose-captions: var(--section-muted, var(--color-muted));
  --tw-prose-kbd: var(--section-heading, var(--color-heading-default));
  --tw-prose-kbd-shadows: var(--section-border-strong, var(--color-border));
  --tw-prose-code: var(--section-heading, var(--color-heading-default));
  --tw-prose-th-borders: var(--section-border, var(--color-border));
  --tw-prose-td-borders: var(--section-border, var(--color-border));
}
.prose-base h2, .prose-base h3, .prose-base h4 {
  margin-top: 0 !important;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-tracking: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ease: initial;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-content: "";
    }
  }
}
