/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: mfo
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: mfo
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.

mfo 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;
:root, :host {
  --font-sans: "Montserrat", sans-serif;
  --font-serif: "Rubik", serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-yellow-400: oklch(85.2% 0.199 91.936);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-900: oklch(21% 0.034 264.665);
  --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;
  --breakpoint-xl: 80rem;
  --container-lg: 32rem;
  --container-2xl: 42rem;
  --container-4xl: 56rem;
  --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-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --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;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-tight: -0.025em;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --blur-sm: 8px;
  --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);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --color-primary: rgb(8, 31, 92);
  --color-secondary: rgb(255, 187, 16);
  --color-light-grey: #ededed;
  --color-grey: #DBDBDB;
  --color-light-blue: #64B3F4;
  --color-bright-blue: #014AA2;
  --color-yellow: #FFBB10;
  --color-ex-light-blue: #e0f0fd;
  --radius-full: 9999px;
  --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 {
  color: var(--color-primary);
}
h1 {
  --tw-prose-body: initial;
  --tw-prose-headings: initial;
  --tw-prose-lead: initial;
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: initial;
  --tw-prose-counters: initial;
  --tw-prose-bullets: initial;
  --tw-prose-hr: initial;
  --tw-prose-quotes: initial;
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: initial;
  --tw-prose-kbd: initial;
  --tw-prose-kbd-shadows: initial;
  --tw-prose-code: initial;
  --tw-prose-pre-code: initial;
  --tw-prose-pre-bg: initial;
  --tw-prose-th-borders: initial;
  --tw-prose-td-borders: initial;
  --tw-prose-invert-body: initial;
  --tw-prose-invert-headings: initial;
  --tw-prose-invert-lead: initial;
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: initial;
  --tw-prose-invert-counters: initial;
  --tw-prose-invert-bullets: initial;
  --tw-prose-invert-hr: initial;
  --tw-prose-invert-quotes: initial;
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: initial;
  --tw-prose-invert-kbd: initial;
  --tw-prose-invert-kbd-shadows: initial;
  --tw-prose-invert-code: initial;
  --tw-prose-invert-pre-code: initial;
  --tw-prose-invert-pre-bg: initial;
  --tw-prose-invert-th-borders: initial;
  --tw-prose-invert-td-borders: initial;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h1 :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(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(h1 :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(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(h1 :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(h1 :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(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h1 :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(h1 :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(h1 :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(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(h1 :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(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(h1 :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(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(h1 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
h1 .wp-block-table td,h1 .wp-block-table th {
  border: 0;
}
h1 .wp-block-table thead,h1 .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
h1 .wp-block-table thead {
  border-bottom-width: 1px;
}
h1 .wp-block-table tfoot {
  border-top-width: 1px;
}
h1 {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  font-family: var(--font-serif);
}
h2 {
  --tw-prose-body: initial;
  --tw-prose-headings: initial;
  --tw-prose-lead: initial;
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: initial;
  --tw-prose-counters: initial;
  --tw-prose-bullets: initial;
  --tw-prose-hr: initial;
  --tw-prose-quotes: initial;
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: initial;
  --tw-prose-kbd: initial;
  --tw-prose-kbd-shadows: initial;
  --tw-prose-code: initial;
  --tw-prose-pre-code: initial;
  --tw-prose-pre-bg: initial;
  --tw-prose-th-borders: initial;
  --tw-prose-td-borders: initial;
  --tw-prose-invert-body: initial;
  --tw-prose-invert-headings: initial;
  --tw-prose-invert-lead: initial;
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: initial;
  --tw-prose-invert-counters: initial;
  --tw-prose-invert-bullets: initial;
  --tw-prose-invert-hr: initial;
  --tw-prose-invert-quotes: initial;
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: initial;
  --tw-prose-invert-kbd: initial;
  --tw-prose-invert-kbd-shadows: initial;
  --tw-prose-invert-code: initial;
  --tw-prose-invert-pre-code: initial;
  --tw-prose-invert-pre-bg: initial;
  --tw-prose-invert-th-borders: initial;
  --tw-prose-invert-td-borders: initial;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h2 :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(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(h2 :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(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(h2 :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(h2 :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(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h2 :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(h2 :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(h2 :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(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(h2 :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(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(h2 :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(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(h2 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
h2 .wp-block-table td,h2 .wp-block-table th {
  border: 0;
}
h2 .wp-block-table thead,h2 .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
h2 .wp-block-table thead {
  border-bottom-width: 1px;
}
h2 .wp-block-table tfoot {
  border-top-width: 1px;
}
h2 {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  font-family: var(--font-serif);
}
h3 {
  --tw-prose-body: initial;
  --tw-prose-headings: initial;
  --tw-prose-lead: initial;
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: initial;
  --tw-prose-counters: initial;
  --tw-prose-bullets: initial;
  --tw-prose-hr: initial;
  --tw-prose-quotes: initial;
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: initial;
  --tw-prose-kbd: initial;
  --tw-prose-kbd-shadows: initial;
  --tw-prose-code: initial;
  --tw-prose-pre-code: initial;
  --tw-prose-pre-bg: initial;
  --tw-prose-th-borders: initial;
  --tw-prose-td-borders: initial;
  --tw-prose-invert-body: initial;
  --tw-prose-invert-headings: initial;
  --tw-prose-invert-lead: initial;
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: initial;
  --tw-prose-invert-counters: initial;
  --tw-prose-invert-bullets: initial;
  --tw-prose-invert-hr: initial;
  --tw-prose-invert-quotes: initial;
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: initial;
  --tw-prose-invert-kbd: initial;
  --tw-prose-invert-kbd-shadows: initial;
  --tw-prose-invert-code: initial;
  --tw-prose-invert-pre-code: initial;
  --tw-prose-invert-pre-bg: initial;
  --tw-prose-invert-th-borders: initial;
  --tw-prose-invert-td-borders: initial;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h3 :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(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(h3 :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(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(h3 :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(h3 :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(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h3 :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(h3 :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(h3 :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(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(h3 :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(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(h3 :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(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(h3 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
h3 .wp-block-table td,h3 .wp-block-table th {
  border: 0;
}
h3 .wp-block-table thead,h3 .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
h3 .wp-block-table thead {
  border-bottom-width: 1px;
}
h3 .wp-block-table tfoot {
  border-top-width: 1px;
}
h3 {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  font-family: var(--font-serif);
}
h4 {
  --tw-prose-body: initial;
  --tw-prose-headings: initial;
  --tw-prose-lead: initial;
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: initial;
  --tw-prose-counters: initial;
  --tw-prose-bullets: initial;
  --tw-prose-hr: initial;
  --tw-prose-quotes: initial;
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: initial;
  --tw-prose-kbd: initial;
  --tw-prose-kbd-shadows: initial;
  --tw-prose-code: initial;
  --tw-prose-pre-code: initial;
  --tw-prose-pre-bg: initial;
  --tw-prose-th-borders: initial;
  --tw-prose-td-borders: initial;
  --tw-prose-invert-body: initial;
  --tw-prose-invert-headings: initial;
  --tw-prose-invert-lead: initial;
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: initial;
  --tw-prose-invert-counters: initial;
  --tw-prose-invert-bullets: initial;
  --tw-prose-invert-hr: initial;
  --tw-prose-invert-quotes: initial;
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: initial;
  --tw-prose-invert-kbd: initial;
  --tw-prose-invert-kbd-shadows: initial;
  --tw-prose-invert-code: initial;
  --tw-prose-invert-pre-code: initial;
  --tw-prose-invert-pre-bg: initial;
  --tw-prose-invert-th-borders: initial;
  --tw-prose-invert-td-borders: initial;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h4 :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(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(h4 :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(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(h4 :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(h4 :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(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h4 :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(h4 :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(h4 :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(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(h4 :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(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(h4 :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(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(h4 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
h4 .wp-block-table td,h4 .wp-block-table th {
  border: 0;
}
h4 .wp-block-table thead,h4 .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
h4 .wp-block-table thead {
  border-bottom-width: 1px;
}
h4 .wp-block-table tfoot {
  border-top-width: 1px;
}
h4 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  font-family: var(--font-serif);
}
h5 {
  --tw-prose-body: initial;
  --tw-prose-headings: initial;
  --tw-prose-lead: initial;
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: initial;
  --tw-prose-counters: initial;
  --tw-prose-bullets: initial;
  --tw-prose-hr: initial;
  --tw-prose-quotes: initial;
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: initial;
  --tw-prose-kbd: initial;
  --tw-prose-kbd-shadows: initial;
  --tw-prose-code: initial;
  --tw-prose-pre-code: initial;
  --tw-prose-pre-bg: initial;
  --tw-prose-th-borders: initial;
  --tw-prose-td-borders: initial;
  --tw-prose-invert-body: initial;
  --tw-prose-invert-headings: initial;
  --tw-prose-invert-lead: initial;
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: initial;
  --tw-prose-invert-counters: initial;
  --tw-prose-invert-bullets: initial;
  --tw-prose-invert-hr: initial;
  --tw-prose-invert-quotes: initial;
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: initial;
  --tw-prose-invert-kbd: initial;
  --tw-prose-invert-kbd-shadows: initial;
  --tw-prose-invert-code: initial;
  --tw-prose-invert-pre-code: initial;
  --tw-prose-invert-pre-bg: initial;
  --tw-prose-invert-th-borders: initial;
  --tw-prose-invert-td-borders: initial;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h5 :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(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(h5 :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(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(h5 :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(h5 :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(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h5 :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(h5 :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(h5 :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(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(h5 :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(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(h5 :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(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(h5 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
h5 .wp-block-table td,h5 .wp-block-table th {
  border: 0;
}
h5 .wp-block-table thead,h5 .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
h5 .wp-block-table thead {
  border-bottom-width: 1px;
}
h5 .wp-block-table tfoot {
  border-top-width: 1px;
}
h5 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  font-family: var(--font-serif);
}
h6 {
  --tw-prose-body: initial;
  --tw-prose-headings: initial;
  --tw-prose-lead: initial;
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: initial;
  --tw-prose-counters: initial;
  --tw-prose-bullets: initial;
  --tw-prose-hr: initial;
  --tw-prose-quotes: initial;
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: initial;
  --tw-prose-kbd: initial;
  --tw-prose-kbd-shadows: initial;
  --tw-prose-code: initial;
  --tw-prose-pre-code: initial;
  --tw-prose-pre-bg: initial;
  --tw-prose-th-borders: initial;
  --tw-prose-td-borders: initial;
  --tw-prose-invert-body: initial;
  --tw-prose-invert-headings: initial;
  --tw-prose-invert-lead: initial;
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: initial;
  --tw-prose-invert-counters: initial;
  --tw-prose-invert-bullets: initial;
  --tw-prose-invert-hr: initial;
  --tw-prose-invert-quotes: initial;
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: initial;
  --tw-prose-invert-kbd: initial;
  --tw-prose-invert-kbd-shadows: initial;
  --tw-prose-invert-code: initial;
  --tw-prose-invert-pre-code: initial;
  --tw-prose-invert-pre-bg: initial;
  --tw-prose-invert-th-borders: initial;
  --tw-prose-invert-td-borders: initial;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h6 :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(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(h6 :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(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(h6 :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(h6 :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(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h6 :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(h6 :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(h6 :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(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(h6 :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(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(h6 :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(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(h6 :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
h6 .wp-block-table td,h6 .wp-block-table th {
  border: 0;
}
h6 .wp-block-table thead,h6 .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
h6 .wp-block-table thead {
  border-bottom-width: 1px;
}
h6 .wp-block-table tfoot {
  border-top-width: 1px;
}
h6 {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  font-family: var(--font-serif);
}
p, a, ul, li, ol {
  font-family: var(--font-sans);
}
.componentWidth {
  width: calc(11 / 12 * 100%);
}
@media (width >= 64rem) {
  .componentWidth {
    width: calc(10 / 12 * 100%);
  }
}
.componentWidth {
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 5);
}
@media (width >= 64rem) {
  .componentWidth {
    padding-inline: calc(var(--spacing) * 11);
  }
}
.componentWidth {
  max-width: 1400px;
}
.padding-top-large {
  padding-block: calc(var(--spacing) * 20);
}
@media (width >= 64rem) {
  .padding-top-large {
    padding-block: calc(var(--spacing) * 40);
  }
}
.padding-top-medium {
  padding-block: calc(var(--spacing) * 16);
}
@media (width >= 64rem) {
  .padding-top-medium {
    padding-block: calc(var(--spacing) * 32);
  }
}
.padding-top-small {
  padding-block: calc(var(--spacing) * 12);
}
@media (width >= 64rem) {
  .padding-top-small {
    padding-block: calc(var(--spacing) * 24);
  }
}
.swipe {
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
.swipe:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-primary);
  transform: translateX(-100%);
  transition: all 1s;
}
.swipe:hover {
  color: #fff !important;
}
.swipe:hover:before {
  transform: translateX(0);
}
.underline-animation {
  position: relative;
  text-decoration: none;
  padding: 10px 0;
}
.underline-animation:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background-color: var(--color-primary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.underline-animation:hover:after {
  width: 100%;
  left: 0;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(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);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(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: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.primary-btn {
  display: inline-flex;
  border-width: 1px;
  border-style: var(--tw-border-style);
  border-width: 4px;
  border-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  text-transform: uppercase;
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
}
.primary-btn {
  position: relative;
  overflow: hidden !important;
  transition: all 1s;
  z-index: 0;
}
.primary-btn:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.primary-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-primary);
  transform: translateX(0);
  transition: all 1s;
}
.primary-btn:hover:before {
  width: 100%;
}
.primary-btn:hover {
  color: #fff !important;
}
.secondary-btn {
  border-width: 1px;
  border-style: var(--tw-border-style);
  border-width: 4px;
  border-color: var(--color-secondary);
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  text-transform: uppercase;
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
}
.secondary-btn {
  position: relative;
  overflow: hidden !important;
  transition: all 1s;
  z-index: 0;
}
.secondary-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-secondary);
  transform: translateX(0);
  transition: all 1s;
}
.secondary-btn:hover:before {
  width: 100%;
}
.secondary-btn:hover {
  color: var(--color-primary);
}
.content p {
  color: var(--color-white);
  margin-bottom: calc(var(--spacing) * 4);
}
.content li {
  color: var(--color-secondary);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  padding-left: calc(var(--spacing) * 8);
  position: relative;
  margin-bottom: calc(var(--spacing) * 2);
}
.content ul li::before {
  position: absolute;
  top: 1px;
  left: calc(var(--spacing) * 0);
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--color-white);
}
.content ul li::after {
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-bright-blue);
}
.description ul {
  list-style-type: none;
  padding-left: 0;
}
.description ul li {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-left: -15px;
}
.description ul li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/jpeg;base64,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);
  width: 80px;
  height: 65px;
}
@media (max-width: 1023px) {
  .background {
    background-image: none !important;
  }
}
.description2 ul {
  list-style-type: none;
  padding-left: 13px;
}
.description2 ul li {
  padding-left: 0;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.description2 ul li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  border-radius: 100%;
  margin-right: 15px;
  background-size: cover;
  background-position: center;
  background-image: url("https://myfiscalof1stg.wpenginepowered.com/wp-content/uploads/2026/04/circle.png");
  width: 45px;
  height: 45px;
}
.card:nth-of-type(odd) {
  background-color: var(--color-grey);
  border-color: var(--color-grey);
}
.card:nth-of-type(even) {
  background-color: var(--color-light-grey);
  border-color: var(--color-light-grey);
}
.faqs ul {
  margin: 20px 0;
}
.faqs ul li {
  list-style: initial;
}
@media (max-width: 1023px) {
  .background {
    background-image: none !important;
  }
}
@media (max-width: 1550px) {
  .backgroundImageRight {
    background-size: 800px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1350px) {
  .backgroundImageRight {
    background-size: 600px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
cite::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  background-color: var(--color-light-grey);
  z-index: -1;
}
.swiper-slide {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  font-weight: bold;
  visibility: hidden;
  width: 100% !important;
}
.swiper-slide-visible {
  visibility: visible;
}
.swiper-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.swiper {
  overflow: visible !important;
}
.swiper-button-next:after {
  display: none;
}
.swiper .swiper-slide {
  overflow: visible !important;
}
.address p {
  color: var(--color-white);
}
.col-card-content {
  text-align: center;
}
.form-banner__description h1, .form-banner__description h2, .form-banner__description h3 {
  color: var(--color-secondary);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.form-banner__description h4, .form-banner__description h5, .form-banner__description h6 {
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form-banner__description p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
.form-banner__description p:last-child {
  margin-bottom: 0;
}
.form-banner__description ul, .form-banner__description ol {
  color: rgba(255, 255, 255, 0.85);
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.form-banner__description ul li {
  list-style-type: disc;
  margin-bottom: 0.35rem;
}
.form-banner__description ol li {
  list-style-type: decimal;
  margin-bottom: 0.35rem;
}
.form-banner__description a {
  color: var(--color-secondary);
  text-decoration: underline;
}
.form-banner__description strong, .form-banner__description b {
  color: var(--color-primary);
  font-size: 1.15rem;
}
.form-banner__form input::placeholder {
  color: #9ca3af;
}
.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;
}
.relative {
  position: relative;
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[80px\] {
  top: 80px;
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.bottom-\[-50px\] {
  bottom: -50px;
}
.bottom-\[-180px\] {
  bottom: -180px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-\[-70px\] {
  left: -70px;
}
.left-\[-100px\] {
  left: -100px;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[50\%\] {
  left: 50%;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-6 {
  margin-block: calc(var(--spacing) * 6);
}
.my-\[22px\] {
  margin-block: 22px;
}
.prose {
  --tw-prose-body: initial;
  --tw-prose-headings: initial;
  --tw-prose-lead: initial;
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: initial;
  --tw-prose-counters: initial;
  --tw-prose-bullets: initial;
  --tw-prose-hr: initial;
  --tw-prose-quotes: initial;
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: initial;
  --tw-prose-kbd: initial;
  --tw-prose-kbd-shadows: initial;
  --tw-prose-code: initial;
  --tw-prose-pre-code: initial;
  --tw-prose-pre-bg: initial;
  --tw-prose-th-borders: initial;
  --tw-prose-td-borders: initial;
  --tw-prose-invert-body: initial;
  --tw-prose-invert-headings: initial;
  --tw-prose-invert-lead: initial;
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: initial;
  --tw-prose-invert-counters: initial;
  --tw-prose-invert-bullets: initial;
  --tw-prose-invert-hr: initial;
  --tw-prose-invert-quotes: initial;
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: initial;
  --tw-prose-invert-kbd: initial;
  --tw-prose-invert-kbd-shadows: initial;
  --tw-prose-invert-code: initial;
  --tw-prose-invert-pre-code: initial;
  --tw-prose-invert-pre-bg: initial;
  --tw-prose-invert-th-borders: initial;
  --tw-prose-invert-td-borders: initial;
  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 > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
: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;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-11 {
  margin-top: calc(var(--spacing) * 11);
}
.mt-\[-5px\] {
  margin-top: -5px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}
.mr-3 {
  margin-right: calc(var(--spacing) * 3);
}
.mr-10 {
  margin-right: calc(var(--spacing) * 10);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-11 {
  margin-bottom: calc(var(--spacing) * 11);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.mb-\[-20px\] {
  margin-bottom: -20px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[58px\] {
  margin-bottom: 58px;
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.list-item {
  display: list-item;
}
.table {
  display: table;
}
.aspect-\[9\/11\] {
  aspect-ratio: 9/11;
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-11 {
  height: calc(var(--spacing) * 11);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-56 {
  height: calc(var(--spacing) * 56);
}
.h-\[1px\] {
  height: 1px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[120px\] {
  height: 120px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[900px\] {
  min-height: 900px;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-1\/2 {
  width: calc(1 / 2 * 100%);
}
.w-1\/4 {
  width: calc(1 / 4 * 100%);
}
.w-1\/5 {
  width: calc(1 / 5 * 100%);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-4\/12 {
  width: calc(4 / 12 * 100%);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-9\/12 {
  width: calc(9 / 12 * 100%);
}
.w-11\/12 {
  width: calc(11 / 12 * 100%);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-52 {
  width: calc(var(--spacing) * 52);
}
.w-\[2px\] {
  width: 2px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[114px\] {
  width: 114px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[350px\] {
  width: 350px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[85px\] {
  max-width: 85px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[353px\] {
  max-width: 353px;
}
.max-w-\[618px\] {
  max-width: 618px;
}
.max-w-\[735px\] {
  max-width: 735px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[996px\] {
  max-width: 996px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: var(--breakpoint-xl);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-10 {
  min-width: calc(var(--spacing) * 10);
}
.min-w-\[200px\] {
  min-width: 200px;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  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);
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-14 {
  gap: calc(var(--spacing) * 14);
}
.gap-20 {
  gap: calc(var(--spacing) * 20);
}
.gap-\[34px\] {
  gap: 34px;
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-5 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(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(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-\[35px\] > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(35px * var(--tw-space-y-reverse));
  margin-block-end: calc(35px * calc(1 - var(--tw-space-y-reverse)));
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: var(--radius-full);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-r-\[20px\] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-l-0 {
  border-left-style: var(--tw-border-style);
  border-left-width: 0px;
}
.border-\[\#FFBB10\] {
  border-color: #FFBB10;
}
.border-gray-100 {
  border-color: var(--color-gray-100);
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-secondary {
  border-color: var(--color-secondary);
}
.border-white\/15 {
  border-color: color-mix(in srgb, #fff 15%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/15 {
    border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
  }
}
.border-yellow {
  border-color: var(--color-yellow);
}
.bg-\[\#64B3F4\] {
  background-color: #64B3F4;
}
.bg-\[\#EDEDED\] {
  background-color: #EDEDED;
}
.bg-bright-blue {
  background-color: var(--color-bright-blue);
}
.bg-ex-light-blue {
  background-color: var(--color-ex-light-blue);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-grey {
  background-color: var(--color-grey);
}
.bg-light-blue {
  background-color: var(--color-light-blue);
}
.bg-light-grey {
  background-color: var(--color-light-grey);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.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-yellow-400 {
  background-color: var(--color-yellow-400);
}
.bg-none {
  background-image: none;
}
.bg-\[length\:231px_auto\] {
  background-size: 231px auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-7 {
  padding-inline: calc(var(--spacing) * 7);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.px-\[25px\] {
  padding-inline: 25px;
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-11 {
  padding-block: calc(var(--spacing) * 11);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-24 {
  padding-block: calc(var(--spacing) * 24);
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[66px\] {
  padding-block: 66px;
}
.py-\[70px\] {
  padding-block: 70px;
}
.py-\[98px\] {
  padding-block: 98px;
}
.py-\[111px\] {
  padding-block: 111px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-11 {
  padding-top: calc(var(--spacing) * 11);
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-24 {
  padding-top: calc(var(--spacing) * 24);
}
.pt-32 {
  padding-top: calc(var(--spacing) * 32);
}
.pt-36 {
  padding-top: calc(var(--spacing) * 36);
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pr-1\.5 {
  padding-right: calc(var(--spacing) * 1.5);
}
.pr-2 {
  padding-right: calc(var(--spacing) * 2);
}
.pr-10 {
  padding-right: calc(var(--spacing) * 10);
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-11 {
  padding-bottom: calc(var(--spacing) * 11);
}
.pb-14 {
  padding-bottom: calc(var(--spacing) * 14);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-24 {
  padding-bottom: calc(var(--spacing) * 24);
}
.pb-44 {
  padding-bottom: calc(var(--spacing) * 44);
}
.pb-48 {
  padding-bottom: calc(var(--spacing) * 48);
}
.pl-2 {
  padding-left: calc(var(--spacing) * 2);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-6 {
  padding-left: calc(var(--spacing) * 6);
}
.pl-10 {
  padding-left: calc(var(--spacing) * 10);
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pl-\[64px\] {
  padding-left: 64px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-serif {
  font-family: var(--font-serif);
}
.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-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-sm\/relaxed {
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[90px\] {
  font-size: 90px;
}
.\!leading-tight {
  --tw-leading: var(--leading-tight) !important;
  line-height: var(--leading-tight) !important;
}
.leading-7 {
  --tw-leading: calc(var(--spacing) * 7);
  line-height: calc(var(--spacing) * 7);
}
.leading-10 {
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
}
.leading-\[45px\] {
  --tw-leading: 45px;
  line-height: 45px;
}
.leading-\[90px\] {
  --tw-leading: 90px;
  line-height: 90px;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.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-\[3\.2px\] {
  --tw-tracking: 3.2px;
  letter-spacing: 3.2px;
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.\!text-white {
  color: var(--color-white) !important;
}
.text-\[\#014AA2\] {
  color: #014AA2;
}
.text-\[\#64B3F4\] {
  color: #64B3F4;
}
.text-\[\#081F5C\] {
  color: #081F5C;
}
.text-\[\#FFBB10\] {
  color: #FFBB10;
}
.text-\[\#FFFFFF\] {
  color: #FFFFFF;
}
.text-black {
  color: var(--color-black);
}
.text-bright-blue {
  color: var(--color-bright-blue);
}
.text-gray-300 {
  color: var(--color-gray-300);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-light-blue {
  color: var(--color-light-blue);
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-white {
  color: var(--color-white);
}
.text-yellow {
  color: var(--color-yellow);
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.opacity-0 {
  opacity: 0%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
}
.ring-2 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-bright-blue {
  --tw-ring-color: var(--color-bright-blue);
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.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));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.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);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.group-open\:rotate-90:is(:where(.group):is([open],:popover-open,:open) *) {
  rotate: 90deg;
}
@media (hover: hover) {
  .group-hover\:visible:is(:where(.group):hover *) {
    visibility: visible;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.placeholder\:text-gray-400::placeholder {
  color: var(--color-gray-400);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-\[50\%\]::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:h-\[50\%\]::after {
  content: var(--tw-content);
  height: 50%;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-white::after {
  content: var(--tw-content);
  background-color: var(--color-white);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
@media (hover: hover) {
  .hover\:scale-110: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) {
  .hover\:\!border-secondary:hover {
    border-color: var(--color-secondary) !important;
  }
}
@media (hover: hover) {
  .hover\:border-bright-blue:hover {
    border-color: var(--color-bright-blue);
  }
}
@media (hover: hover) {
  .hover\:\!bg-white:hover {
    background-color: var(--color-white) !important;
  }
}
@media (hover: hover) {
  .hover\:bg-bright-blue:hover {
    background-color: var(--color-bright-blue);
  }
}
@media (hover: hover) {
  .hover\:bg-gray-200:hover {
    background-color: var(--color-gray-200);
  }
}
@media (hover: hover) {
  .hover\:bg-light-blue:hover {
    background-color: var(--color-light-blue);
  }
}
@media (hover: hover) {
  .hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-gray-600:hover {
    color: var(--color-gray-600);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-75:hover {
    opacity: 75%;
  }
}
@media (hover: hover) {
  .hover\:ease-in:hover {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-secondary:focus {
  --tw-ring-color: var(--color-secondary);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width < 64rem) {
  .max-lg\:pt-44 {
    padding-top: calc(var(--spacing) * 44);
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[481px\] {
    width: 481px;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:w-max {
    width: max-content;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 48rem) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
}
@media (width >= 48rem) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pr-\[10px\] {
    padding-right: 10px;
  }
}
@media (width >= 48rem) {
  .md\:pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pl-24 {
    padding-left: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:right-\[64px\] {
    right: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:bottom-\[-200px\] {
    bottom: -200px;
  }
}
@media (width >= 64rem) {
  .lg\:left-\[160px\] {
    left: 160px;
  }
}
@media (width >= 64rem) {
  .lg\:order-1 {
    order: 1;
  }
}
@media (width >= 64rem) {
  .lg\:order-2 {
    order: 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 64rem) {
  .lg\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:mx-auto {
    margin-inline: auto;
  }
}
@media (width >= 64rem) {
  .lg\:mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[-10px\] {
    margin-top: -10px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[125px\] {
    height: 125px;
  }
}
@media (width >= 64rem) {
  .lg\:h-screen {
    height: 100vh;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-screen {
    min-height: 100vh;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/12 {
    width: calc(1 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/4 {
    width: calc(2 / 4 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/12 {
    width: calc(2 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-4\/12 {
    width: calc(4 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-6\/12 {
    width: calc(6 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-8\/12 {
    width: calc(8 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-10\/12 {
    width: calc(10 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-12\/12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[125px\] {
    width: 125px;
  }
}
@media (width >= 64rem) {
  .lg\:w-auto {
    width: auto;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[220px\] {
    max-width: 220px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-none {
    max-width: none;
  }
}
@media (width >= 64rem) {
  .lg\:flex-1 {
    flex: 1;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 64rem) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-28 {
    gap: calc(var(--spacing) * 28);
  }
}
@media (width >= 64rem) {
  :where(.lg\:space-y-16 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 64rem) {
  .lg\:bg-ex-light-blue {
    background-color: var(--color-ex-light-blue);
  }
}
@media (width >= 64rem) {
  .lg\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 64rem) {
  .lg\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media (width >= 64rem) {
  .lg\:bg-right-top {
    background-position: right top;
  }
}
@media (width >= 64rem) {
  .lg\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
}
@media (width >= 64rem) {
  .lg\:px-32 {
    padding-inline: calc(var(--spacing) * 32);
  }
}
@media (width >= 64rem) {
  .lg\:px-36 {
    padding-inline: calc(var(--spacing) * 36);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[50px\] {
    padding-inline: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[80px\] {
    padding-inline: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
}
@media (width >= 64rem) {
  .lg\:pt-44 {
    padding-top: calc(var(--spacing) * 44);
  }
}
@media (width >= 64rem) {
  .lg\:pt-52 {
    padding-top: calc(var(--spacing) * 52);
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:pb-44 {
    padding-bottom: calc(var(--spacing) * 44);
  }
}
@media (width >= 64rem) {
  .lg\:pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[20\%\] {
    padding-left: 20%;
  }
}
@media (width >= 64rem) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (width >= 64rem) {
  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}
@media (width >= 80rem) {
  .xl\:absolute {
    position: absolute;
  }
}
@media (width >= 80rem) {
  .xl\:top-\[-40px\] {
    top: -40px;
  }
}
@media (width >= 80rem) {
  .xl\:bottom-\[-200px\] {
    bottom: -200px;
  }
}
@media (width >= 80rem) {
  .xl\:bottom-\[-210px\] {
    bottom: -210px;
  }
}
@media (width >= 80rem) {
  .xl\:left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:ml-auto {
    margin-left: auto;
  }
}
@media (width >= 80rem) {
  .xl\:block {
    display: block;
  }
}
@media (width >= 80rem) {
  .xl\:flex {
    display: flex;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[850px\] {
    min-height: 850px;
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-4\/12 {
    width: calc(4 / 12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-8\/12 {
    width: calc(8 / 12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-10\/12 {
    width: calc(10 / 12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-\[780px\] {
    width: 780px;
  }
}
@media (width >= 80rem) {
  .xl\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 80rem) {
  .xl\:items-center {
    align-items: center;
  }
}
@media (width >= 80rem) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 80rem) {
  .xl\:gap-32 {
    gap: calc(var(--spacing) * 32);
  }
}
@media (width >= 80rem) {
  .xl\:gap-34 {
    gap: calc(var(--spacing) * 34);
  }
}
@media (width >= 80rem) {
  .xl\:bg-\[length\:281px_auto\] {
    background-size: 281px auto;
  }
}
@media (width >= 80rem) {
  .xl\:px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
}
@media (width >= 80rem) {
  .xl\:px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@media (width >= 80rem) {
  .xl\:px-32 {
    padding-inline: calc(var(--spacing) * 32);
  }
}
@media (width >= 80rem) {
  .xl\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 80rem) {
  .xl\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:pt-44 {
    padding-top: calc(var(--spacing) * 44);
  }
}
@media (width >= 80rem) {
  .xl\:pr-32 {
    padding-right: calc(var(--spacing) * 32);
  }
}
@media (width >= 80rem) {
  .xl\:pb-44 {
    padding-bottom: calc(var(--spacing) * 44);
  }
}
@media (width >= 80rem) {
  .xl\:pl-32 {
    padding-left: calc(var(--spacing) * 32);
  }
}
@media (width >= 80rem) {
  .xl\:text-left {
    text-align: left;
  }
}
@media (width >= 80rem) {
  .xl\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 80rem) {
  @media (hover: hover) {
    .xl\:hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
@media (width >= 80rem) {
  @media (hover: hover) {
    .xl\:hover\:rounded-md:hover {
      border-radius: var(--radius-md);
    }
  }
}
@media (width >= 96rem) {
  .\32 xl\:bottom-\[-100px\] {
    bottom: -100px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-5\/12 {
    width: calc(5 / 12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-9\/12 {
    width: calc(9 / 12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-full {
    width: 100%;
  }
}
@media (width >= 96rem) {
  .\32 xl\:px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }
}
@media (width >= 96rem) {
  .\32 xl\:px-\[35px\] {
    padding-inline: 35px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 96rem) {
  .\32 xl\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-48 {
    padding-right: calc(var(--spacing) * 48);
  }
}
@media (width >= 96rem) {
  .\32 xl\:\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
}
@media (width >= 96rem) {
  .\32 xl\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 96rem) {
  .\32 xl\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 96rem) {
  .\32 xl\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-secondary {
    background-color: var(--color-secondary);
  }
}
.prose-p\:leading-\[1\.6\] :is(p):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-leading: 1.6;
  line-height: 1.6;
}
.prose-p\:leading-\[1\] :is(p):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-leading: 1;
  line-height: 1;
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.prose-ul\:list-disc :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  list-style-type: disc;
}
.prose-ul\:text-left :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  text-align: left;
}
:is(.prose-ul\:marker\:text-black :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *))) *::marker {
  color: var(--color-black);
}
:is(.prose-ul\:marker\:text-black :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)))::marker {
  color: var(--color-black);
}
:is(.prose-ul\:marker\:text-black :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *))) *::-webkit-details-marker {
  color: var(--color-black);
}
:is(.prose-ul\:marker\:text-black :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)))::-webkit-details-marker {
  color: var(--color-black);
}
.prose-li\:my-1 :is(li):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-block: calc(var(--spacing) * 1);
}
.prose-li\:pl-4 :is(li):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-left: calc(var(--spacing) * 4);
}
.prose-li\:leading-\[1\.4\] :is(li):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-leading: 1.4;
  line-height: 1.4;
}
.\[\&_\*\]\:text-\[\#081F5C\] * {
  color: #081F5C;
}
.\[\&_\*\]\:text-primary * {
  color: var(--color-primary);
}
.\[\&_\*\]\:text-white * {
  color: var(--color-white);
}
.\[\&_p\]\:text-\[18px\] p {
  font-size: 18px;
}
.\[\&_p\]\:text-white p {
  color: var(--color-white);
}
.\[\&_summary\:\:-webkit-details-marker\]\:hidden summary::-webkit-details-marker {
  display: none;
}
.bg-mobile-menu-bg {
  background-image: url('./assets/images/mob-menu-bg.png');
}
.bg-mfo-icon {
  background-image: url('./assets/images/mfo-icon.jpg');
}
.bg-pattern-a-small {
  background-image: url('./assets/images/pattern-1-small.jpg');
}
.bg-pattern-a {
  background-image: none;
}
@media (min-width: 1024px) {
  .bg-pattern-a {
    background-image: url('./assets/images/pattern-bg.jpg');
  }
}
.bg-video {
  background-image: url('https://myfiscalof1stg.wpenginepowered.com/wp-content/uploads/2026/04/video-bg.webp');
}
.bg-zigzag {
  background-image: url('./assets/images/zigzag.jpg');
}
.bg-grey-logo-big {
  background-image: url('./assets/images/mfo-logo-grey.svg');
}
@keyframes slide {
  0% {
    right: -100px;
  }
  100% {
    right: 0px;
  }
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
}
.animate-slide {
  animation: slide 300ms ease-in-out;
}
.animate-waves {
  animation: wave 2s linear 1s infinite alternate;
}
.columnedList .item:before {
  content: "";
  display: block;
  border-radius: 100%;
  background-size: cover;
  background-image: url("data:image/jpeg;base64,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");
  width: 80px;
  height: 80px;
  position: absolute;
  left: -40px;
  top: -20px;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-ease {
  syntax: "*";
  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-font-weight: initial;
      --tw-border-style: solid;
      --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-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-leading: initial;
      --tw-tracking: 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-duration: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-ease: initial;
    }
  }
}

