/*!
 * 
 * tinyParadigm
 * 
 * @author Soda Studios AG
 * @version 0.1.0
 * @link UNLICENSED
 * @license UNLICENSED
 * 
 * Copyright (c) 2025 Soda Studios AG
 * 
 * This software is released under the UNLICENSED License
 * https://opensource.org/licenses/UNLICENSED
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #D6D6D6; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%;
}

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

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

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

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

.prose {
  color: #333;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #4a5568;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #1a202c;
  text-decoration: underline;
}

.prose strong {
  color: inherit;
  font-weight: 600;
}

.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
  font-size: 1.125rem;
}

.prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #718096;
}

.prose ul > li {
  position: relative;
  padding-left: 0.75rem;
  font-size: 1.125rem;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #cbd5e0;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e2e8f0;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #1a202c;
  border-left-width: 0.25rem;
  border-left-color: #e2e8f0;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #1a202c;
  font-weight: bold;
  font-size: 2.375rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #1a202c;
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #1a202c;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #1a202c;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.25rem;
}

.prose figure figcaption {
  color: #718096;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #1a202c;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose pre {
  color: #e2e8f0;
  background-color: #2d3748;
  overflow-x: auto;
  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;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: "";
}

.prose pre code::after {
  content: "";
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #1a202c;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #cbd5e0;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1.125rem;
}

.prose img {
  margin-top: 0px;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-left: auto;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose ol > li:before {
  left: 0;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose h5 {
  font-size: 1rem;
  font-weight: bold;
}

.prose ul > li:before {
  background-color: transparent;
  content: "-";
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  font-size: 1rem;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
  font-weight: bold;
}

.prose-sm h2 {
  font-size: 1.25rem;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-weight: bold;
}

.prose-sm h3 {
  font-size: 1.125rem;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
  font-weight: bold;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
  font-size: 1rem;
  font-weight: bold;
}

.prose-sm img {
  margin-top: 0px;
  margin-bottom: 1.7142857em;
}

.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  margin-left: auto;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
  font-size: 1rem;
}

.prose-sm ol > li:before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 0.75rem;
  font-size: 1rem;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + * {
  margin-top: 0;
}

.prose-sm h2 + * {
  margin-top: 0;
}

.prose-sm h3 + * {
  margin-top: 0;
}

.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-sm {
  color: #333;
}

.prose-sm h5 {
  font-size: 1rem;
  font-weight: bold;
}

.prose-sm strong {
  color: inherit;
}

.prose-sm ul > li:before {
  background-color: transparent;
  content: -;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code {
  font-size: 0.8888889em;
}

.prose-lg h2 code {
  font-size: 0.8666667em;
}

.prose-lg h3 code {
  font-size: 0.875em;
}

.prose-lg pre {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li {
  padding-left: 1.6666667em;
}

.prose-lg ol > li:before {
  left: 0;
}

.prose-lg ul > li {
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + * {
  margin-top: 0;
}

.prose-lg h2 + * {
  margin-top: 0;
}

.prose-lg h3 + * {
  margin-top: 0;
}

.prose-lg h4 + * {
  margin-top: 0;
}

.prose-lg table {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child {
  padding-left: 0;
}

.prose-lg thead th:last-child {
  padding-right: 0;
}

.prose-lg tbody td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child {
  padding-left: 0;
}

.prose-lg tbody td:last-child {
  padding-right: 0;
}

.prose-lg > :first-child {
  margin-top: 0;
}

.prose-lg > :last-child {
  margin-bottom: 0;
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"] {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2 {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3 {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code {
  font-size: 0.9em;
}

.prose-xl h2 code {
  font-size: 0.8611111em;
}

.prose-xl h3 code {
  font-size: 0.9em;
}

.prose-xl pre {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li {
  padding-left: 1.8em;
}

.prose-xl ol > li:before {
  left: 0;
}

.prose-xl ul > li {
  padding-left: 1.8em;
}

.prose-xl ul > li::before {
  width: 0.35em;
  height: 0.35em;
  top: calc(0.9em - 0.175em);
  left: 0.25em;
}

.prose-xl > ul > li p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + * {
  margin-top: 0;
}

.prose-xl h2 + * {
  margin-top: 0;
}

.prose-xl h3 + * {
  margin-top: 0;
}

.prose-xl h4 + * {
  margin-top: 0;
}

.prose-xl table {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child {
  padding-left: 0;
}

.prose-xl thead th:last-child {
  padding-right: 0;
}

.prose-xl tbody td {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child {
  padding-left: 0;
}

.prose-xl tbody td:last-child {
  padding-right: 0;
}

.prose-xl > :first-child {
  margin-top: 0;
}

.prose-xl > :last-child {
  margin-bottom: 0;
}

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl [class~="lead"] {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl blockquote {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.prose-2xl h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl h3 {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl h4 {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl figure figcaption {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl code {
  font-size: 0.8333333em;
}

.prose-2xl h2 code {
  font-size: 0.875em;
}

.prose-2xl h3 code {
  font-size: 0.8888889em;
}

.prose-2xl pre {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-2xl ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl ol > li {
  padding-left: 1.6666667em;
}

.prose-2xl ol > li:before {
  left: 0;
}

.prose-2xl ul > li {
  padding-left: 1.6666667em;
}

.prose-2xl ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8333333em - 0.1666667em);
  left: 0.25em;
}

.prose-2xl > ul > li p {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl hr + * {
  margin-top: 0;
}

.prose-2xl h2 + * {
  margin-top: 0;
}

.prose-2xl h3 + * {
  margin-top: 0;
}

.prose-2xl h4 + * {
  margin-top: 0;
}

.prose-2xl table {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl thead th {
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl thead th:first-child {
  padding-left: 0;
}

.prose-2xl thead th:last-child {
  padding-right: 0;
}

.prose-2xl tbody td {
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl tbody td:first-child {
  padding-left: 0;
}

.prose-2xl tbody td:last-child {
  padding-right: 0;
}

.prose-2xl > :first-child {
  margin-top: 0;
}

.prose-2xl > :last-child {
  margin-bottom: 0;
}

.form-input {
  -webkit-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-input:-ms-input-placeholder {
  color: #9fa6b2;
  opacity: 1;
}

.form-input::placeholder {
  color: #9fa6b2;
  opacity: 1;
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.form-textarea {
  -webkit-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-textarea:-ms-input-placeholder {
  color: #9fa6b2;
  opacity: 1;
}

.form-textarea::placeholder {
  color: #9fa6b2;
  opacity: 1;
}

.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.form-multiselect {
  -webkit-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.form-select::-ms-expand {
  color: #9fa6b2;
  border: none;
}

@media not print {
  .form-select::-ms-expand {
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .form-select {
    padding-right: 0.75rem;
  }
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox {
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #3f83f8;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.form-checkbox:checked:focus {
  border-color: transparent;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio {
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  color: #3f83f8;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-width: 1px;
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}

.form-radio:checked:focus {
  border-color: transparent;
}

.prose {
  color: #333;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #4a5568;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #1a202c;
  text-decoration: underline;
}

.prose strong {
  color: inherit;
  font-weight: 600;
}

.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
  font-size: 1.125rem;
}

.prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #718096;
}

.prose ul > li {
  position: relative;
  padding-left: 0.75rem;
  font-size: 1.125rem;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #cbd5e0;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e2e8f0;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #1a202c;
  border-left-width: 0.25rem;
  border-left-color: #e2e8f0;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #1a202c;
  font-weight: bold;
  font-size: 2.375rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #1a202c;
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #1a202c;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #1a202c;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.25rem;
}

.prose figure figcaption {
  color: #718096;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #1a202c;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose pre {
  color: #e2e8f0;
  background-color: #2d3748;
  overflow-x: auto;
  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;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: "";
}

.prose pre code::after {
  content: "";
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #1a202c;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #cbd5e0;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1.125rem;
}

.prose img {
  margin-top: 0px;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-left: auto;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose ol > li:before {
  left: 0;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose h5 {
  font-size: 1rem;
  font-weight: bold;
}

.prose ul > li:before {
  background-color: transparent;
  content: "-";
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  font-size: 1rem;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
  font-weight: bold;
}

.prose-sm h2 {
  font-size: 1.25rem;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-weight: bold;
}

.prose-sm h3 {
  font-size: 1.125rem;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
  font-weight: bold;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
  font-size: 1rem;
  font-weight: bold;
}

.prose-sm img {
  margin-top: 0px;
  margin-bottom: 1.7142857em;
}

.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  margin-left: auto;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
  font-size: 1rem;
}

.prose-sm ol > li:before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 0.75rem;
  font-size: 1rem;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + * {
  margin-top: 0;
}

.prose-sm h2 + * {
  margin-top: 0;
}

.prose-sm h3 + * {
  margin-top: 0;
}

.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-sm {
  color: #333;
}

.prose-sm h5 {
  font-size: 1rem;
  font-weight: bold;
}

.prose-sm strong {
  color: inherit;
}

.prose-sm ul > li:before {
  background-color: transparent;
  content: -;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code {
  font-size: 0.8888889em;
}

.prose-lg h2 code {
  font-size: 0.8666667em;
}

.prose-lg h3 code {
  font-size: 0.875em;
}

.prose-lg pre {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li {
  padding-left: 1.6666667em;
}

.prose-lg ol > li:before {
  left: 0;
}

.prose-lg ul > li {
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + * {
  margin-top: 0;
}

.prose-lg h2 + * {
  margin-top: 0;
}

.prose-lg h3 + * {
  margin-top: 0;
}

.prose-lg h4 + * {
  margin-top: 0;
}

.prose-lg table {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child {
  padding-left: 0;
}

.prose-lg thead th:last-child {
  padding-right: 0;
}

.prose-lg tbody td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child {
  padding-left: 0;
}

.prose-lg tbody td:last-child {
  padding-right: 0;
}

.prose-lg > :first-child {
  margin-top: 0;
}

.prose-lg > :last-child {
  margin-bottom: 0;
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"] {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2 {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3 {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code {
  font-size: 0.9em;
}

.prose-xl h2 code {
  font-size: 0.8611111em;
}

.prose-xl h3 code {
  font-size: 0.9em;
}

.prose-xl pre {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li {
  padding-left: 1.8em;
}

.prose-xl ol > li:before {
  left: 0;
}

.prose-xl ul > li {
  padding-left: 1.8em;
}

.prose-xl ul > li::before {
  width: 0.35em;
  height: 0.35em;
  top: calc(0.9em - 0.175em);
  left: 0.25em;
}

.prose-xl > ul > li p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + * {
  margin-top: 0;
}

.prose-xl h2 + * {
  margin-top: 0;
}

.prose-xl h3 + * {
  margin-top: 0;
}

.prose-xl h4 + * {
  margin-top: 0;
}

.prose-xl table {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child {
  padding-left: 0;
}

.prose-xl thead th:last-child {
  padding-right: 0;
}

.prose-xl tbody td {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child {
  padding-left: 0;
}

.prose-xl tbody td:last-child {
  padding-right: 0;
}

.prose-xl > :first-child {
  margin-top: 0;
}

.prose-xl > :last-child {
  margin-bottom: 0;
}

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl [class~="lead"] {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl blockquote {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.prose-2xl h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl h3 {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl h4 {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl figure figcaption {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl code {
  font-size: 0.8333333em;
}

.prose-2xl h2 code {
  font-size: 0.875em;
}

.prose-2xl h3 code {
  font-size: 0.8888889em;
}

.prose-2xl pre {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-2xl ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl ol > li {
  padding-left: 1.6666667em;
}

.prose-2xl ol > li:before {
  left: 0;
}

.prose-2xl ul > li {
  padding-left: 1.6666667em;
}

.prose-2xl ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8333333em - 0.1666667em);
  left: 0.25em;
}

.prose-2xl > ul > li p {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl hr + * {
  margin-top: 0;
}

.prose-2xl h2 + * {
  margin-top: 0;
}

.prose-2xl h3 + * {
  margin-top: 0;
}

.prose-2xl h4 + * {
  margin-top: 0;
}

.prose-2xl table {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl thead th {
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl thead th:first-child {
  padding-left: 0;
}

.prose-2xl thead th:last-child {
  padding-right: 0;
}

.prose-2xl tbody td {
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl tbody td:first-child {
  padding-left: 0;
}

.prose-2xl tbody td:last-child {
  padding-right: 0;
}

.prose-2xl > :first-child {
  margin-top: 0;
}

.prose-2xl > :last-child {
  margin-bottom: 0;
}

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

.bg-gray-50 {
  --bg-opacity: 1;
  background-color: #FAFAFA;
  background-color: rgba(250, 250, 250, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #E9E9E9;
  background-color: rgba(233, 233, 233, var(--bg-opacity));
}

.bg-primary-light {
  --bg-opacity: 1;
  background-color: #F3C1BE;
  background-color: rgba(243, 193, 190, var(--bg-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

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

.justify-center {
  justify-content: center;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

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

.flex-grow {
  flex-grow: 1;
}

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

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

.h-6 {
  height: 1.5rem;
}

.h-12 {
  height: 3rem;
}

.text-sm {
  font-size: 0.875rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-1\/2 {
  margin: 50%;
}

.m-1\/3 {
  margin: 33.333333%;
}

.m-2\/3 {
  margin: 66.666667%;
}

.m-1\/4 {
  margin: 25%;
}

.m-2\/4 {
  margin: 50%;
}

.m-3\/4 {
  margin: 75%;
}

.m-1\/5 {
  margin: 20%;
}

.m-2\/5 {
  margin: 40%;
}

.m-3\/5 {
  margin: 60%;
}

.m-4\/5 {
  margin: 80%;
}

.m-1\/6 {
  margin: 16.666667%;
}

.m-2\/6 {
  margin: 33.333333%;
}

.m-3\/6 {
  margin: 50%;
}

.m-4\/6 {
  margin: 66.666667%;
}

.m-5\/6 {
  margin: 83.333333%;
}

.m-1\/12 {
  margin: 8.333333%;
}

.m-2\/12 {
  margin: 16.666667%;
}

.m-3\/12 {
  margin: 25%;
}

.m-4\/12 {
  margin: 33.333333%;
}

.m-5\/12 {
  margin: 41.666667%;
}

.m-6\/12 {
  margin: 50%;
}

.m-7\/12 {
  margin: 58.333333%;
}

.m-8\/12 {
  margin: 66.666667%;
}

.m-9\/12 {
  margin: 75%;
}

.m-10\/12 {
  margin: 83.333333%;
}

.m-11\/12 {
  margin: 91.666667%;
}

.m-full {
  margin: 100%;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.my-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-1\/2 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-1\/3 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-1\/3 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-2\/3 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-2\/3 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-1\/4 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-1\/4 {
  margin-left: 25%;
  margin-right: 25%;
}

.my-2\/4 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-2\/4 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-3\/4 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-3\/4 {
  margin-left: 75%;
  margin-right: 75%;
}

.my-1\/5 {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-1\/5 {
  margin-left: 20%;
  margin-right: 20%;
}

.my-2\/5 {
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-2\/5 {
  margin-left: 40%;
  margin-right: 40%;
}

.my-3\/5 {
  margin-top: 60%;
  margin-bottom: 60%;
}

.mx-3\/5 {
  margin-left: 60%;
  margin-right: 60%;
}

.my-4\/5 {
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-4\/5 {
  margin-left: 80%;
  margin-right: 80%;
}

.my-1\/6 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.mx-1\/6 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.my-2\/6 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-2\/6 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-3\/6 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-3\/6 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-4\/6 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-4\/6 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-5\/6 {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.mx-5\/6 {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.my-1\/12 {
  margin-top: 8.333333%;
  margin-bottom: 8.333333%;
}

.mx-1\/12 {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}

.my-2\/12 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.mx-2\/12 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.my-3\/12 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-3\/12 {
  margin-left: 25%;
  margin-right: 25%;
}

.my-4\/12 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-4\/12 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-5\/12 {
  margin-top: 41.666667%;
  margin-bottom: 41.666667%;
}

.mx-5\/12 {
  margin-left: 41.666667%;
  margin-right: 41.666667%;
}

.my-6\/12 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-6\/12 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-7\/12 {
  margin-top: 58.333333%;
  margin-bottom: 58.333333%;
}

.mx-7\/12 {
  margin-left: 58.333333%;
  margin-right: 58.333333%;
}

.my-8\/12 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-8\/12 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-9\/12 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-9\/12 {
  margin-left: 75%;
  margin-right: 75%;
}

.my-10\/12 {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.mx-10\/12 {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.my-11\/12 {
  margin-top: 91.666667%;
  margin-bottom: 91.666667%;
}

.mx-11\/12 {
  margin-left: 91.666667%;
  margin-right: 91.666667%;
}

.my-full {
  margin-top: 100%;
  margin-bottom: 100%;
}

.mx-full {
  margin-left: 100%;
  margin-right: 100%;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-13 {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.-mx-1\/2 {
  margin-left: -50%;
  margin-right: -50%;
}

.-mx-1\/3 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-mx-2\/3 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-mx-1\/4 {
  margin-left: -25%;
  margin-right: -25%;
}

.-mx-2\/4 {
  margin-left: -50%;
  margin-right: -50%;
}

.-mx-3\/4 {
  margin-left: -75%;
  margin-right: -75%;
}

.-mx-1\/5 {
  margin-left: -20%;
  margin-right: -20%;
}

.-mx-2\/5 {
  margin-left: -40%;
  margin-right: -40%;
}

.-mx-3\/5 {
  margin-left: -60%;
  margin-right: -60%;
}

.-mx-4\/5 {
  margin-left: -80%;
  margin-right: -80%;
}

.-mx-1\/6 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-mx-2\/6 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-mx-3\/6 {
  margin-left: -50%;
  margin-right: -50%;
}

.-mx-4\/6 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-mx-5\/6 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.-mx-1\/12 {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.-mx-2\/12 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-mx-3\/12 {
  margin-left: -25%;
  margin-right: -25%;
}

.-mx-4\/12 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-mx-5\/12 {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}

.-mx-6\/12 {
  margin-left: -50%;
  margin-right: -50%;
}

.-mx-7\/12 {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}

.-mx-8\/12 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-mx-9\/12 {
  margin-left: -75%;
  margin-right: -75%;
}

.-mx-10\/12 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.-mx-11\/12 {
  margin-left: -91.66667%;
  margin-right: -91.66667%;
}

.-mx-full {
  margin-left: -100%;
  margin-right: -100%;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-24 {
  margin-top: 6rem;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-min-content {
  max-width: -webkit-min-content;
  max-width: min-content;
}

.max-w-max-content {
  max-width: -webkit-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 615px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-wide {
  max-width: 1240px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-13 {
  padding: 3.25rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-1\/2 {
  padding: 50%;
}

.p-1\/3 {
  padding: 33.333333%;
}

.p-2\/3 {
  padding: 66.666667%;
}

.p-1\/4 {
  padding: 25%;
}

.p-2\/4 {
  padding: 50%;
}

.p-3\/4 {
  padding: 75%;
}

.p-1\/5 {
  padding: 20%;
}

.p-2\/5 {
  padding: 40%;
}

.p-3\/5 {
  padding: 60%;
}

.p-4\/5 {
  padding: 80%;
}

.p-1\/6 {
  padding: 16.666667%;
}

.p-2\/6 {
  padding: 33.333333%;
}

.p-3\/6 {
  padding: 50%;
}

.p-4\/6 {
  padding: 66.666667%;
}

.p-5\/6 {
  padding: 83.333333%;
}

.p-1\/12 {
  padding: 8.333333%;
}

.p-2\/12 {
  padding: 16.666667%;
}

.p-3\/12 {
  padding: 25%;
}

.p-4\/12 {
  padding: 33.333333%;
}

.p-5\/12 {
  padding: 41.666667%;
}

.p-6\/12 {
  padding: 50%;
}

.p-7\/12 {
  padding: 58.333333%;
}

.p-8\/12 {
  padding: 66.666667%;
}

.p-9\/12 {
  padding: 75%;
}

.p-10\/12 {
  padding: 83.333333%;
}

.p-11\/12 {
  padding: 91.666667%;
}

.p-full {
  padding: 100%;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-1\/2 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-1\/2 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-1\/3 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-1\/3 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-2\/3 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-2\/3 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-1\/4 {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-1\/4 {
  padding-left: 25%;
  padding-right: 25%;
}

.py-2\/4 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-2\/4 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-3\/4 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-3\/4 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-1\/5 {
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-1\/5 {
  padding-left: 20%;
  padding-right: 20%;
}

.py-2\/5 {
  padding-top: 40%;
  padding-bottom: 40%;
}

.px-2\/5 {
  padding-left: 40%;
  padding-right: 40%;
}

.py-3\/5 {
  padding-top: 60%;
  padding-bottom: 60%;
}

.px-3\/5 {
  padding-left: 60%;
  padding-right: 60%;
}

.py-4\/5 {
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-4\/5 {
  padding-left: 80%;
  padding-right: 80%;
}

.py-1\/6 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.px-1\/6 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.py-2\/6 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-2\/6 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-3\/6 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-3\/6 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-4\/6 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-4\/6 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-5\/6 {
  padding-top: 83.333333%;
  padding-bottom: 83.333333%;
}

.px-5\/6 {
  padding-left: 83.333333%;
  padding-right: 83.333333%;
}

.py-1\/12 {
  padding-top: 8.333333%;
  padding-bottom: 8.333333%;
}

.px-1\/12 {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
}

.py-2\/12 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.px-2\/12 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.py-3\/12 {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-3\/12 {
  padding-left: 25%;
  padding-right: 25%;
}

.py-4\/12 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-4\/12 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-5\/12 {
  padding-top: 41.666667%;
  padding-bottom: 41.666667%;
}

.px-5\/12 {
  padding-left: 41.666667%;
  padding-right: 41.666667%;
}

.py-6\/12 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-6\/12 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-7\/12 {
  padding-top: 58.333333%;
  padding-bottom: 58.333333%;
}

.px-7\/12 {
  padding-left: 58.333333%;
  padding-right: 58.333333%;
}

.py-8\/12 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-8\/12 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-9\/12 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-9\/12 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-10\/12 {
  padding-top: 83.333333%;
  padding-bottom: 83.333333%;
}

.px-10\/12 {
  padding-left: 83.333333%;
  padding-right: 83.333333%;
}

.py-11\/12 {
  padding-top: 91.666667%;
  padding-bottom: 91.666667%;
}

.px-11\/12 {
  padding-left: 91.666667%;
  padding-right: 91.666667%;
}

.py-full {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-full {
  padding-left: 100%;
  padding-right: 100%;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pr-1\/2 {
  padding-right: 50%;
}

.pl-1\/2 {
  padding-left: 50%;
}

.pr-1\/3 {
  padding-right: 33.333333%;
}

.pl-1\/3 {
  padding-left: 33.333333%;
}

.pr-2\/3 {
  padding-right: 66.666667%;
}

.pl-2\/3 {
  padding-left: 66.666667%;
}

.pr-1\/4 {
  padding-right: 25%;
}

.pl-1\/4 {
  padding-left: 25%;
}

.pr-2\/4 {
  padding-right: 50%;
}

.pl-2\/4 {
  padding-left: 50%;
}

.pr-3\/4 {
  padding-right: 75%;
}

.pl-3\/4 {
  padding-left: 75%;
}

.pr-1\/5 {
  padding-right: 20%;
}

.pl-1\/5 {
  padding-left: 20%;
}

.pr-2\/5 {
  padding-right: 40%;
}

.pl-2\/5 {
  padding-left: 40%;
}

.pr-3\/5 {
  padding-right: 60%;
}

.pl-3\/5 {
  padding-left: 60%;
}

.pr-4\/5 {
  padding-right: 80%;
}

.pl-4\/5 {
  padding-left: 80%;
}

.pr-1\/6 {
  padding-right: 16.666667%;
}

.pl-1\/6 {
  padding-left: 16.666667%;
}

.pr-2\/6 {
  padding-right: 33.333333%;
}

.pl-2\/6 {
  padding-left: 33.333333%;
}

.pr-3\/6 {
  padding-right: 50%;
}

.pl-3\/6 {
  padding-left: 50%;
}

.pr-4\/6 {
  padding-right: 66.666667%;
}

.pl-4\/6 {
  padding-left: 66.666667%;
}

.pr-5\/6 {
  padding-right: 83.333333%;
}

.pl-5\/6 {
  padding-left: 83.333333%;
}

.pr-1\/12 {
  padding-right: 8.333333%;
}

.pl-1\/12 {
  padding-left: 8.333333%;
}

.pr-2\/12 {
  padding-right: 16.666667%;
}

.pl-2\/12 {
  padding-left: 16.666667%;
}

.pr-3\/12 {
  padding-right: 25%;
}

.pl-3\/12 {
  padding-left: 25%;
}

.pr-4\/12 {
  padding-right: 33.333333%;
}

.pl-4\/12 {
  padding-left: 33.333333%;
}

.pr-5\/12 {
  padding-right: 41.666667%;
}

.pl-5\/12 {
  padding-left: 41.666667%;
}

.pr-6\/12 {
  padding-right: 50%;
}

.pl-6\/12 {
  padding-left: 50%;
}

.pr-7\/12 {
  padding-right: 58.333333%;
}

.pl-7\/12 {
  padding-left: 58.333333%;
}

.pr-8\/12 {
  padding-right: 66.666667%;
}

.pl-8\/12 {
  padding-left: 66.666667%;
}

.pr-9\/12 {
  padding-right: 75%;
}

.pl-9\/12 {
  padding-left: 75%;
}

.pr-10\/12 {
  padding-right: 83.333333%;
}

.pl-10\/12 {
  padding-left: 83.333333%;
}

.pr-11\/12 {
  padding-right: 91.666667%;
}

.pl-11\/12 {
  padding-left: 91.666667%;
}

.pr-full {
  padding-right: 100%;
}

.pl-full {
  padding-left: 100%;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45);
}

.shadow-none {
  box-shadow: none;
}

.shadow-solid {
  box-shadow: 0 0 0 2px currentColor;
}

.shadow-outline-gray {
  box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45);
}

.shadow-outline-blue {
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
}

.shadow-outline-teal {
  box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45);
}

.shadow-outline-green {
  box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45);
}

.shadow-outline-yellow {
  box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45);
}

.shadow-outline-orange {
  box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45);
}

.shadow-outline-red {
  box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45);
}

.shadow-outline-pink {
  box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45);
}

.shadow-outline-purple {
  box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45);
}

.shadow-outline-indigo {
  box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45);
}

.shadow-outline-primary {
  box-shadow: 0 0 0 3px rgba(213, 43, 30, 0.5);
}

.shadow-2xl-soft {
  box-shadow: 0 50px 50px 0px rgba(55, 55, 55, 0.1);
}

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

.text-gray-400 {
  --text-opacity: 1;
  color: #B8B8B8;
  color: rgba(184, 184, 184, var(--text-opacity));
}

.text-primary {
  --text-opacity: 1;
  color: #D52B1E;
  color: rgba(213, 43, 30, var(--text-opacity));
}

.hover\:text-gray-500:hover {
  --text-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.focus\:text-gray-500:focus {
  --text-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.visible {
  visibility: visible;
}

.w-6 {
  width: 1.5rem;
}

.w-12 {
  width: 3rem;
}

.w-full {
  width: 100%;
}

.z-50 {
  z-index: 50;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-shadow {
  transition-property: box-shadow;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-150 {
  transition-duration: 150ms;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/* material */

[type="text"],
[type="email"],
[type="checkbox"],
[type="radio"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="month"],
[type="search"],
[type="time"],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}

.site-content .gform_wrapper,
	.site-content .gform_wrapper .gf_browser_chrome {
    margin-left: auto !important;
    margin-right: auto !important;
  }

.site-content .gform_wrapper,
		.site-content .gform_wrapper .gform_fields,
		.site-content .gform_wrapper .gf_browser_chrome,
		.site-content .gform_wrapper .gf_browser_chrome .gform_fields {
      max-width: 807px;
    }

.site-content .gfield, .site-content .gform_wrapper .gfield {
    margin-bottom: 2rem;
  }

.site-content .gfield_required, .site-content .gform_wrapper .gfield_required {
      --text-opacity: 1;
      color: #A91E17;
      color: rgba(169, 30, 23, var(--text-opacity));
    }

.site-content .gfield > label, .site-content .gform_wrapper .gfield > label {
      display: block;
      font-size: 1rem;
      --text-opacity: 1;
      color: #444444;
      color: rgba(68, 68, 68, var(--text-opacity));
      font-weight: 400;
    }

.site-content li.gfield, .site-content .gform_wrapper li.gfield {
    padding-left: 0;
  }

.site-content li.gfield:before, .site-content .gform_wrapper li.gfield:before {
      content: none !important;
    }

.site-content div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .site-content div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .site-content .gform_wrapper div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .site-content .gform_wrapper div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      display: block;
      width: 100%;
      border-width: 2px;
      --border-opacity: 1;
      border-color: #E9E9E9;
      border-color: rgba(233, 233, 233, var(--border-opacity));
      border-radius: 0.375rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      font-size: 1rem;
    }

.site-content div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder, .site-content div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder, .site-content .gform_wrapper div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder, .site-content .gform_wrapper div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        --text-opacity: 1;
        color: #B8B8B8;
        color: rgba(184, 184, 184, var(--text-opacity));
      }

.site-content div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder, .site-content div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder, .site-content .gform_wrapper div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder, .site-content .gform_wrapper div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
        --text-opacity: 1;
        color: #B8B8B8;
        color: rgba(184, 184, 184, var(--text-opacity));
      }

@media (min-width: 640px) {

.site-content div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .site-content div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .site-content .gform_wrapper div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .site-content .gform_wrapper div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        font-size: 1.25rem
    }
      }

.site-content div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .site-content div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .site-content .gform_wrapper div.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .site-content .gform_wrapper div.ginput_container textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --border-opacity: 1;
        border-color: #D6D6D6;
        border-color: rgba(214, 214, 214, var(--border-opacity));
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      }

.site-content div.ginput_container input[type="checkbox"],
		.site-content div.ginput_container input[type="radio"],
		.site-content div.ginput_container textarea[type="checkbox"],
		.site-content div.ginput_container textarea[type="radio"],
		.site-content .gform_wrapper div.ginput_container input[type="checkbox"],
		.site-content .gform_wrapper div.ginput_container input[type="radio"],
		.site-content .gform_wrapper div.ginput_container textarea[type="checkbox"],
		.site-content .gform_wrapper div.ginput_container textarea[type="radio"] {
      height: 1.5rem !important;
      width: 1.5rem !important;
      --text-opacity: 1;
      color: #D52B1E;
      color: rgba(213, 43, 30, var(--text-opacity));
      border-width: 2px;
      --border-opacity: 1;
      border-color: #E9E9E9;
      border-color: rgba(233, 233, 233, var(--border-opacity));
      border-radius: 0.25rem;
    }

.site-content div.ginput_container input[type="checkbox"]:checked, .site-content div.ginput_container input[type="radio"]:checked, .site-content div.ginput_container textarea[type="checkbox"]:checked, .site-content div.ginput_container textarea[type="radio"]:checked, .site-content .gform_wrapper div.ginput_container input[type="checkbox"]:checked, .site-content .gform_wrapper div.ginput_container input[type="radio"]:checked, .site-content .gform_wrapper div.ginput_container textarea[type="checkbox"]:checked, .site-content .gform_wrapper div.ginput_container textarea[type="radio"]:checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
      }

.site-content div.ginput_container input[type="checkbox"]:focus, .site-content div.ginput_container input[type="radio"]:focus, .site-content div.ginput_container textarea[type="checkbox"]:focus, .site-content div.ginput_container textarea[type="radio"]:focus, .site-content .gform_wrapper div.ginput_container input[type="checkbox"]:focus, .site-content .gform_wrapper div.ginput_container input[type="radio"]:focus, .site-content .gform_wrapper div.ginput_container textarea[type="checkbox"]:focus, .site-content .gform_wrapper div.ginput_container textarea[type="radio"]:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }

.site-content select,
	.site-content ul.gform_fields li.gfield select,
	.site-content .gform_wrapper select,
	.site-content .gform_wrapper ul.gform_fields li.gfield select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: block;
    width: 100%;
    padding-right: 2.5rem;
    border-width: 2px;
    --border-opacity: 1;
    border-color: #E9E9E9;
    border-color: rgba(233, 233, 233, var(--border-opacity));
    border-radius: 0.375rem;
    font-size: 1rem;
    margin-left: 0 !important;
    /* sizing */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

@media (min-width: 768px) {

.site-content select,
	.site-content ul.gform_fields li.gfield select,
	.site-content .gform_wrapper select,
	.site-content .gform_wrapper ul.gform_fields li.gfield select {
      padding-left: 1rem;

      padding-right: 1rem;

      padding-top: 0.75rem;

      padding-bottom: 0.75rem;

      font-size: 1.25rem
  }
    }

.site-content select.medium, .site-content ul.gform_fields li.gfield select.medium, .site-content .gform_wrapper select.medium, .site-content .gform_wrapper ul.gform_fields li.gfield select.medium {
      width: 100%;
    }

.site-content select:focus, .site-content ul.gform_fields li.gfield select:focus, .site-content .gform_wrapper select:focus, .site-content .gform_wrapper ul.gform_fields li.gfield select:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --border-opacity: 1;
      border-color: #D6D6D6;
      border-color: rgba(214, 214, 214, var(--border-opacity));
      --text-opacity: 1;
      color: #D52B1E;
      color: rgba(213, 43, 30, var(--text-opacity));
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

.site-content ul.gfield_checkbox > li:before, .site-content ul.gfield_radio > li:before, .site-content .gform_wrapper ul.gfield_checkbox > li:before, .site-content .gform_wrapper ul.gfield_radio > li:before {
      content: none;
    }

.site-content ul.gfield_checkbox li label, .site-content ul.gfield_radio li label, .site-content .gform_wrapper ul.gfield_checkbox li label, .site-content .gform_wrapper ul.gfield_radio li label {
      font-size: inherit;
    }

.site-content .ginput_container_consent,
	.site-content .ginput_container_checkbox ul.gfield_checkbox li,
	.site-content .ginput_container_radio ul.gfield_radio li,
	.site-content .gform_wrapper .ginput_container_consent,
	.site-content .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li,
	.site-content .gform_wrapper .ginput_container_radio ul.gfield_radio li {
    display: flex;
    align-items: center;
  }

.site-content .ginput_container_consent input[type="checkbox"],
		.site-content .ginput_container_consent input[type="radio"],
		.site-content .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"],
		.site-content .ginput_container_checkbox ul.gfield_checkbox li input[type="radio"],
		.site-content .ginput_container_radio ul.gfield_radio li input[type="checkbox"],
		.site-content .ginput_container_radio ul.gfield_radio li input[type="radio"],
		.site-content .gform_wrapper .ginput_container_consent input[type="checkbox"],
		.site-content .gform_wrapper .ginput_container_consent input[type="radio"],
		.site-content .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"],
		.site-content .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="radio"],
		.site-content .gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="checkbox"],
		.site-content .gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="radio"] {
      margin-right: 0.75rem;
      margin-top: 0;
    }

.site-content .gform_footer, .site-content .gform_wrapper .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
  }

.site-content .validation_error, .site-content .gform_wrapper .validation_error {
    --bg-opacity: 1;
    background-color: #F3C1BE;
    background-color: rgba(243, 193, 190, var(--bg-opacity));
    --text-opacity: 1;
    color: #A91E17;
    color: rgba(169, 30, 23, var(--text-opacity));
    border-width: 0;
    border-radius: 0.5rem;
  }

.site-content li.gfield.gfield_error,
	.site-content li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
	.site-content .gform_wrapper li.gfield.gfield_error,
	.site-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-width: 0;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }

.site-content li.gfield_error
		input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.site-content li.gfield_error textarea,
	.site-content .gform_wrapper li.gfield_error
		input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.site-content .gform_wrapper li.gfield_error textarea {
    --border-opacity: 1;
    border-color: #A91E17;
    border-color: rgba(169, 30, 23, var(--border-opacity));
    border-width: 2px;
  }

.site-content .field_description_below .gfield_description, .site-content .gform_wrapper .field_description_below .gfield_description {
    --text-opacity: 1;
    color: #A91E17;
    color: rgba(169, 30, 23, var(--text-opacity));
    padding-top: 0;
  }

.site-content li.gfield.gfield_error.gfield_contains_required div.ginput_container,
	.site-content li.gfield.gfield_error.gfield_contains_required label.gfield_label,
	.site-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
	.site-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
  }

.site-content.gform_validation_error .top_label select.medium, .site-content .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
  }

.site-content .top_label li.gfield.gf_left_half:before, .site-content .gform_wrapper .top_label li.gfield.gf_left_half:before {
      background: none;
    }

img[loading="lazy"] {
  --bg-opacity: 1;
  background-color: #E9E9E9;
  background-color: rgba(233, 233, 233, var(--bg-opacity));
}

.wp-block-image img,
	.wp-block-image a {
    display: block;
    border-radius: 0.375rem;
  }

.columns {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}

.columns > .column {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.site-header,
.site-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-area > .wp-block-group.alignfull {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

a:focus, button:focus {
    outline: 1px dotted #a2aab2;
    outline-offset: 4px;
  }

.site .content-area__wrapper *.has-small-padding:not(.educaswiss-card),
		.site .content-area__wrapper *.has-medium-padding:not(.educaswiss-card),
		.site .content-area__wrapper *.has-large-padding:not(.educaswiss-card),
		.site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card),
		.site .content-area__wrapper .wp-block-group.has-small-padding:not(.educaswiss-card),
		.site .content-area__wrapper .wp-block-group.has-medium-padding:not(.educaswiss-card),
		.site .content-area__wrapper .wp-block-group.has-large-padding:not(.educaswiss-card),
		.site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card) {
      padding-left: 0;
      padding-right: 0;
    }

.site .content-area__wrapper *.has-small-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-small-padding:not(.educaswiss-card) {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.site .content-area__wrapper *.has-small-padding:not(.educaswiss-card).mb-0, .site .content-area__wrapper .wp-block-group.has-small-padding:not(.educaswiss-card).mb-0 {
        padding-bottom: 0;
      }

.site .content-area__wrapper *.has-small-padding:not(.educaswiss-card).mt-0, .site .content-area__wrapper .wp-block-group.has-small-padding:not(.educaswiss-card).mt-0 {
        padding-top: 0;
      }

.site .content-area__wrapper *.has-medium-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-medium-padding:not(.educaswiss-card) {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

.site .content-area__wrapper *.has-medium-padding:not(.educaswiss-card).mb-0, .site .content-area__wrapper .wp-block-group.has-medium-padding:not(.educaswiss-card).mb-0 {
        padding-bottom: 0;
      }

.site .content-area__wrapper *.has-medium-padding:not(.educaswiss-card).mt-0, .site .content-area__wrapper .wp-block-group.has-medium-padding:not(.educaswiss-card).mt-0 {
        padding-top: 0;
      }

.site .content-area__wrapper *.has-large-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-large-padding:not(.educaswiss-card) {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

.site .content-area__wrapper *.has-large-padding:not(.educaswiss-card).mb-0, .site .content-area__wrapper .wp-block-group.has-large-padding:not(.educaswiss-card).mb-0 {
        padding-bottom: 0;
      }

.site .content-area__wrapper *.has-large-padding:not(.educaswiss-card).mt-0, .site .content-area__wrapper .wp-block-group.has-large-padding:not(.educaswiss-card).mt-0 {
        padding-top: 0;
      }

.site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card) {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }

.site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card).mb-0, .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card).mb-0 {
        padding-bottom: 0;
      }

.site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card).mt-0, .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card).mt-0 {
        padding-top: 0;
      }

.site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card):first-child, .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card):first-child {
        padding-top: 0.75rem;
      }

.site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card):first-child.mt-0, .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card):first-child.mt-0 {
          padding-top: 0;
        }

@media (min-width: 768px) {

.site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card):first-child, .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card):first-child {
          padding-top: 5rem
      }

          .site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card):first-child.mt-0, .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card):first-child.mt-0 {
            padding-top: 0;
          }
        }

@media (min-width: 768px) {
      .site .content-area__wrapper *.has-small-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-small-padding:not(.educaswiss-card) {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
      }

      .site .content-area__wrapper *.has-medium-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-medium-padding:not(.educaswiss-card) {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0;
        padding-right: 0;
      }

      .site .content-area__wrapper *.has-large-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-large-padding:not(.educaswiss-card) {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 0;
        padding-right: 0;
      }

      .site .content-area__wrapper *.has-huge-padding:not(.educaswiss-card), .site .content-area__wrapper .wp-block-group.has-huge-padding:not(.educaswiss-card) {
        padding-top: 7rem;
        padding-bottom: 7rem;
        padding-left: 0;
        padding-right: 0;
      }
    }

.site .content-area__wrapper *.mb-0, .site .content-area__wrapper .wp-block-group.mb-0 {
      margin-bottom: 0 !important;
    }

.site .content-area__wrapper *.mt-0, .site .content-area__wrapper .wp-block-group.mt-0 {
      margin-top: 0 !important;
    }

.site .content-area__wrapper *.pb-0, .site .content-area__wrapper .wp-block-group.pb-0 {
      padding-bottom: 0 !important;
    }

.site .content-area__wrapper *.pt-0, .site .content-area__wrapper .wp-block-group.pt-0 {
      padding-top: 0 !important;
    }

.has-primary-background-color {
  background-color: #d52b1e;
}

.has-primary-color {
  color: #d52b1e;
}

.has-primary-dark-background-color {
  background-color: #a91e17;
}

.has-primary-dark-color {
  color: #a91e17;
}

.has-primary-light-background-color {
  background-color: #f3c1be;
}

.has-primary-light-color {
  color: #f3c1be;
}

.has-secondary-background-color {
  background-color: #2bc883;
}

.has-secondary-color {
  color: #2bc883;
}

.has-secondary-happy-background-color {
  background-color: #37e79a;
}

.has-secondary-happy-color {
  color: #37e79a;
}

.has-dark-background-color {
  background-color: #333333;
}

.has-dark-color {
  color: #333333;
}

.has-grey-background-color {
  background-color: #848484;
}

.has-grey-color {
  color: #848484;
}

.has-grey-light-background-color {
  background-color: #f6f6f6;
}

.has-grey-light-color {
  color: #f6f6f6;
}

.has-light-background-color {
  background-color: #ffffff;
}

.has-light-color {
  color: #ffffff;
}

body:not(.wp-admin),
.edit-post-visual-editor {
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-size: 1.125rem;
}

body:not(.wp-admin) .has-xs-font-size, .edit-post-visual-editor .has-xs-font-size {
    font-size: 0.75rem;
  }

body:not(.wp-admin) .has-sm-font-size, .edit-post-visual-editor .has-sm-font-size {
    font-size: 0.75rem;
  }

body:not(.wp-admin) .has-m-font-size, .edit-post-visual-editor .has-m-font-size {
    font-size: 0.875rem;
  }

body:not(.wp-admin) .has-lg-font-size, .edit-post-visual-editor .has-lg-font-size {
    font-size: 1rem;
  }

body:not(.wp-admin) .has-xl-font-size, .edit-post-visual-editor .has-xl-font-size {
    font-size: 1rem;
  }

body:not(.wp-admin) .has-2-xl-font-size, .edit-post-visual-editor .has-2-xl-font-size {
    font-size: 1.125rem;
  }

body:not(.wp-admin) .has-3-xl-font-size, .edit-post-visual-editor .has-3-xl-font-size {
    font-size: 1.25rem;
  }

body:not(.wp-admin) .has-4-xl-font-size, .edit-post-visual-editor .has-4-xl-font-size {
    font-size: 1.5rem;
  }

body:not(.wp-admin) .has-5-xl-font-size, .edit-post-visual-editor .has-5-xl-font-size {
    font-size: 1.875rem;
  }

body:not(.wp-admin) .has-6-xl-font-size, .edit-post-visual-editor .has-6-xl-font-size {
    font-size: 2.375rem;
  }

@media (min-width: 768px) {
    body:not(.wp-admin) .has-xs-font-size, .edit-post-visual-editor .has-xs-font-size {
      font-size: 0.75rem;
    }

    body:not(.wp-admin) .has-sm-font-size, .edit-post-visual-editor .has-sm-font-size {
      font-size: 0.875rem;
    }

    body:not(.wp-admin) .has-m-font-size, .edit-post-visual-editor .has-m-font-size {
      font-size: 1rem;
    }

    body:not(.wp-admin) .has-lg-font-size, .edit-post-visual-editor .has-lg-font-size {
      font-size: 1.125rem;
    }

    body:not(.wp-admin) .has-xl-font-size, .edit-post-visual-editor .has-xl-font-size {
      font-size: 1.25rem;
    }

    body:not(.wp-admin) .has-2-xl-font-size, .edit-post-visual-editor .has-2-xl-font-size {
      font-size: 1.5rem;
    }

    body:not(.wp-admin) .has-3-xl-font-size, .edit-post-visual-editor .has-3-xl-font-size {
      font-size: 1.875rem;
    }

    body:not(.wp-admin) .has-4-xl-font-size, .edit-post-visual-editor .has-4-xl-font-size {
      font-size: 2.375rem;
    }

    body:not(.wp-admin) .has-5-xl-font-size, .edit-post-visual-editor .has-5-xl-font-size {
      font-size: 3rem;
    }

    body:not(.wp-admin) .has-6-xl-font-size, .edit-post-visual-editor .has-6-xl-font-size {
      font-size: 3.75rem;
    }
  }

.wp-block-column > h1:first-child,
.wp-block-column > h2:first-child,
.wp-block-column > h3:first-child,
.wp-block-column > h4:first-child,
.wp-block-column > h5:first-child,
.wp-block-column > p:first-child {
  margin-top: 0px;
}

.wp-block-column > h1:last-child,
.wp-block-column > h2:last-child,
.wp-block-column > h3:last-child,
.wp-block-column > h4:last-child,
.wp-block-column > h5:last-child,
.wp-block-column > p:last-child {
  margin-bottom: 0px;
}

.prose h1.font-normal, .prose h2.font-normal, .prose h3.font-normal, .prose h4.font-normal, .prose h5.font-normal {
      font-weight: 400;
    }

.prose h1.mt-1, .prose h2.mt-1, .prose h3.mt-1, .prose h4.mt-1, .prose h5.mt-1 {
      margin-top: 0.25rem;
    }

.prose h1.mt-2, .prose h2.mt-2, .prose h3.mt-2, .prose h4.mt-2, .prose h5.mt-2 {
      margin-top: 0.5rem;
    }

.prose h1.mt-3, .prose h2.mt-3, .prose h3.mt-3, .prose h4.mt-3, .prose h5.mt-3 {
      margin-top: 0.75rem;
    }

.prose h1.mt-4, .prose h2.mt-4, .prose h3.mt-4, .prose h4.mt-4, .prose h5.mt-4 {
      margin-top: 1rem;
    }

.prose h1.mt-6, .prose h2.mt-6, .prose h3.mt-6, .prose h4.mt-6, .prose h5.mt-6 {
      margin-top: 1.5rem;
    }

.prose h1.mt-8, .prose h2.mt-8, .prose h3.mt-8, .prose h4.mt-8, .prose h5.mt-8 {
      margin-top: 2rem;
    }

.prose h1.mt-12, .prose h2.mt-12, .prose h3.mt-12, .prose h4.mt-12, .prose h5.mt-12 {
      margin-top: 3rem;
    }

.prose h1.mt-16, .prose h2.mt-16, .prose h3.mt-16, .prose h4.mt-16, .prose h5.mt-16 {
      margin-top: 4rem;
    }

.prose h1.mt-20, .prose h2.mt-20, .prose h3.mt-20, .prose h4.mt-20, .prose h5.mt-20 {
      margin-top: 5rem;
    }

.prose h1.mt-24, .prose h2.mt-24, .prose h3.mt-24, .prose h4.mt-24, .prose h5.mt-24 {
      margin-top: 6rem;
    }

.prose h1.mt-32, .prose h2.mt-32, .prose h3.mt-32, .prose h4.mt-32, .prose h5.mt-32 {
      margin-top: 8rem;
    }

.prose h1.mt-48, .prose h2.mt-48, .prose h3.mt-48, .prose h4.mt-48, .prose h5.mt-48 {
      margin-top: 12rem;
    }

.prose strong {
    color: inherit;
  }

body a {
  color: inherit;
}

/* components */

.not-found {
  margin-top: 6rem;
}

.not-found:last-child {
    margin-bottom: 6rem;
  }

.content-area details {
  border-radius: 0.375rem;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #E9E9E9;
  border-color: rgba(233, 233, 233, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 768px) {

.content-area details {
    font-size: 0.875rem
}
  }

.content-area details summary {
    display: block;
    background-color: transparent;
    border-radius: 0.375rem;
    cursor: pointer;
    padding: 0;
    border-width: 0;
  }

.content-area details summary::-webkit-details-marker {
      display: none;
    }

.content-area details summary .summary {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between;
      background-color: transparent;
      border-radius: 0.375rem;
      cursor: pointer;
      font-weight: 700;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      min-height: 54px;
    }

@media (min-width: 768px) {

.content-area details summary .summary {
        padding-top: 0.25rem;

        padding-bottom: 0.25rem;

        padding-left: 2rem;

        padding-right: 2rem
    }
      }

.content-area details summary .summary::before {
        content: " ";
        display: block;
        flex: none;
        width: 14px;
        height: 8px;
        background-image: url(assets/icon-chevron-up-58361f05.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        transition: transform 300ms ease;
        margin-left: 0.75rem;
      }

.content-area details summary:hover .summary,
			.content-area details summary:hover .summary:after {
        background-color: transparent;
      }

.content-area details > div p,
		.content-area details > div li {
      font-size: 0.875rem;
    }

.content-area details > div > *:first-child {
      margin-top: 0;
    }

.content-area details > div > *:last-child {
      margin-bottom: 0;
    }

.content-area details[open] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

.content-area details[open] .summary,
		.content-area details[open] > div {
      --border-opacity: 1;
      border-color: #FAFAFA;
      border-color: rgba(250, 250, 250, var(--border-opacity));
    }

.content-area details[open] .summary::before, .content-area details[open] > div::before {
        transform: rotate(0deg);
      }

.content-area details:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --bg-opacity: 1;
    background-color: #F5F5F5;
    background-color: rgba(245, 245, 245, var(--bg-opacity));
  }

.content-area details:hover summary,
			.content-area details:hover summary:after,
			.content-area details:hover > div,
			.content-area details:hover > div:after {
        background-color: transparent;
        --border-opacity: 1;
        border-color: #F5F5F5;
        border-color: rgba(245, 245, 245, var(--border-opacity));
      }

.wp-block-coblocks-accordion-item__content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {

.wp-block-coblocks-accordion-item__content {
    padding-left: 2rem;

    padding-right: 2rem;

    padding-bottom: 1.5rem
}
  }

.btn,
.gform_button,
.wp-block-button__link,
.cli_action_button {
  /* base style */
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-color: transparent;
  font-weight: 700;
  border-radius: 0.375rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /* sizes */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: auto !important;
}

.btn.btn--xs-small, .gform_button.btn--xs-small, .wp-block-button__link.btn--xs-small, .cli_action_button.btn--xs-small {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

@media (min-width: 768px) {

.btn.btn--xs-small, .gform_button.btn--xs-small, .wp-block-button__link.btn--xs-small, .cli_action_button.btn--xs-small {
      padding-left: 1rem;

      padding-right: 1rem;

      padding-top: 0.5rem;

      padding-bottom: 0.5rem;

      font-size: 1rem;

      line-height: 1.5rem
  }
    }

.btn .btn--lg,
	.gform_wrapper .gform_footer input[type="submit"].btn,
	input[type="submit"].btn:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
	.gform_button .btn--lg,
	.gform_wrapper .gform_footer input[type="submit"].gform_button,
	input[type="submit"].gform_button:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
	.wp-block-button__link .btn--lg,
	.gform_wrapper .gform_footer input[type="submit"].wp-block-button__link,
	input[type="submit"].wp-block-button__link:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
	.cli_action_button .btn--lg,
	.gform_wrapper .gform_footer input[type="submit"].cli_action_button,
	input[type="submit"].cli_action_button:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

.prose .btn, .prose .gform_button, .prose .wp-block-button__link, .prose .cli_action_button {
    text-decoration: none;
  }

.btn:hover, .gform_button:hover, .wp-block-button__link:hover, .cli_action_button:hover {
  }

.btn:focus, .gform_button:focus, .wp-block-button__link:focus, .cli_action_button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.gform_button,
.btn--primary,
.wp-block-button .wp-block-button__link {
  --bg-opacity: 1;
  background-color: #D52B1E;
  background-color: rgba(213, 43, 30, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gform_button:hover, .btn--primary:hover, .wp-block-button .wp-block-button__link:hover {
    --bg-opacity: 1;
    background-color: #A91E17;
    background-color: rgba(169, 30, 23, var(--bg-opacity));
  }

.gform_button:focus, .btn--primary:focus, .wp-block-button .wp-block-button__link:focus {
    --border-opacity: 1;
    border-color: #A91E17;
    border-color: rgba(169, 30, 23, var(--border-opacity));
    box-shadow: 0 0 0 3px rgba(213, 43, 30, 0.5);
  }

.gform_button:active, .btn--primary:active, .wp-block-button .wp-block-button__link:active {
    --bg-opacity: 1;
    background-color: #A91E17;
    background-color: rgba(169, 30, 23, var(--bg-opacity));
  }

.wp-block-button.is-style-arrow .wp-block-button__link,
.is-style-arrow .btn--primary,
.btn--primary.btn-arrow,
.btn.btn-arrow {
  display: inline-flex;
  background-color: transparent;
  --text-opacity: 1;
  color: #D52B1E;
  color: rgba(213, 43, 30, var(--text-opacity));
  box-shadow: none;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wp-block-button.is-style-arrow .wp-block-button__link:after, .is-style-arrow .btn--primary:after, .btn--primary.btn-arrow:after, .btn.btn-arrow:after {
    content: "";
    display: block;
    padding-left: 1rem;
    width: 2rem;
    height: 1rem;
    background-image: url(assets/icon-arrow-right-64a9c778.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 25px auto;
    margin-top: 4px;
    transition: transform 300ms ease;
    transform: none;
  }

.wp-block-button.is-style-arrow .wp-block-button__link:hover:after, .is-style-arrow .btn--primary:hover:after, .btn--primary.btn-arrow:hover:after, .btn.btn-arrow:hover:after {
    transform: translateX(5px);
  }

.btn.btn-arrow {
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.wp-block-button.is-style-arrow .wp-block-button__link,
.is-style-arrow .btn--primary,
.btn--primary.btn-arrow {
  --text-opacity: 1;
  color: #D52B1E;
  color: rgba(213, 43, 30, var(--text-opacity));
}

.wp-block-button.is-style-arrow .wp-block-button__link:after, .is-style-arrow .btn--primary:after, .btn--primary.btn-arrow:after {
    background-image: url(assets/icon-arrow-right-primary-d41901eb.png);
  }

.btn--secondary {
  --bg-opacity: 1;
  background-color: #F3C1BE;
  background-color: rgba(243, 193, 190, var(--bg-opacity));
  --text-opacity: 1;
  color: #A91E17;
  color: rgba(169, 30, 23, var(--text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn--secondary:hover {
    --border-opacity: 1;
    border-color: #A91E17;
    border-color: rgba(169, 30, 23, var(--border-opacity));
  }

.btn--secondary:focus {
    --border-opacity: 1;
    border-color: #A91E17;
    border-color: rgba(169, 30, 23, var(--border-opacity));
    box-shadow: 0 0 0 3px rgba(213, 43, 30, 0.5);
  }

.btn--secondary:active {
    --border-opacity: 1;
    border-color: #A91E17;
    border-color: rgba(169, 30, 23, var(--border-opacity));
  }

.btn__wrapper,
.wp-block-button,
.cli_action_button {
  display: inline-flex;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn__wrapper.is-style-arrow, .wp-block-button.is-style-arrow, .cli_action_button.is-style-arrow {
    box-shadow: none;
  }

.wp-block-buttons:last-child > .wp-block-button {
  margin-bottom: 0px;
}

.blog .entry-header,
.archive .entry-header,
.post.type-post .entry-header,
.post.type-post > .post__meta--single {
  padding-left: 14px;
  padding-right: 14px;
}

@media (min-width: 640px) {

.blog .entry-header,
.archive .entry-header,
.post.type-post .entry-header,
.post.type-post > .post__meta--single {
    padding-left: 0px;

    padding-right: 0px
}
  }

.entry-content > * {
    margin: 0px auto;
  }

.entry-content > p:last-child {
    margin-bottom: 6rem;
  }

.post.type-post,
.search .hentry {
  margin-top: 2rem;
}

@media (min-width: 768px) {

.post.type-post,
.search .hentry {
    margin-top: 6rem
}
  }

.post.type-post:last-child, .search .hentry:last-child {
    margin-bottom: 6rem;
  }

.site .post.type-post > .content-area__wrapper, .site .search .hentry > .content-area__wrapper {
    overflow: visible;
  }

.post.type-post .post__meta, .search .hentry .post__meta {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0;
      margin-bottom: 0.5rem;
      --text-opacity: 1;
      color: #D52B1E;
      color: rgba(213, 43, 30, var(--text-opacity));
      font-weight: 700;
      min-height: 10px;
    }

.single-post .post.type-post .post__meta, .single-post .search .hentry .post__meta {
        --text-opacity: 1;
        color: #848484;
        color: rgba(132, 132, 132, var(--text-opacity));
        margin-bottom: 1.5rem;
      }

.post.type-post .post__meta > *, .search .hentry .post__meta > * {
        display: block;
        padding: 0;
        margin: 0;
        margin-right: 0.5rem;
      }

.post.type-post .post__meta > *:before, .search .hentry .post__meta > *:before {
          content: none;
        }

.post.type-post .post__meta > * > a, .search .hentry .post__meta > * > a {
          --text-opacity: 1;
          color: #D52B1E;
          color: rgba(213, 43, 30, var(--text-opacity));
          text-decoration: none;
        }

.post.type-post .post__meta > * > a:hover, .search .hentry .post__meta > * > a:hover {
            text-decoration: underline;
            --text-opacity: 1;
            color: #A91E17;
            color: rgba(169, 30, 23, var(--text-opacity));
          }

.post.type-post .post__meta .icon-chevron-left, .search .hentry .post__meta .icon-chevron-left {
        --text-opacity: 1;
        color: #848484;
        color: rgba(132, 132, 132, var(--text-opacity));
        transform: rotate(90deg) scale(0.8);
      }

.post.type-post .post__meta .icon-chevron-left svg path, .search .hentry .post__meta .icon-chevron-left svg path {
          stroke: currentColor;
        }

.post.type-post .post-categories, .search .hentry .post-categories {
      margin-right: 1rem;
      white-space: nowrap;
    }

@media (min-width: 1024px) {

.post.type-post .post-categories, .search .hentry .post-categories {
        position: absolute;

        margin-top: 0.75rem;

        margin-right: 1.5rem;

        top: 100%;

        right: 100%
    }

        .single .post.type-post .post-categories, .single .search .hentry .post-categories {
          margin-top: 2rem;
        }
      }

.post.type-post .post-categories a,
			.post.type-post .post-categories span,
			.search .hentry .post-categories a,
			.search .hentry .post-categories span {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
        font-size: 0.875rem;
        --text-opacity: 1;
        color: #444444;
        color: rgba(68, 68, 68, var(--text-opacity));
      }

.post.type-post .post__thumbnail, .search .hentry .post__thumbnail {
      padding-left: 14px;
      padding-right: 14px;
    }

@media (min-width: 640px) {

.post.type-post .post__thumbnail, .search .hentry .post__thumbnail {
        padding-left: 0px;

        padding-right: 0px
    }
      }

.post.type-post .post__thumbnail,
			.post.type-post .post__thumbnail img,
			.search .hentry .post__thumbnail,
			.search .hentry .post__thumbnail img {
        margin-top: 0;
        border-radius: 0.5rem;
      }

.post.type-post .post__title, .search .hentry .post__title {
      margin-top: 0;
      margin-bottom: 0;
    }

.post.type-post .post__title a,
				.post.type-post .post__title a:hover,
				.search .hentry .post__title a,
				.search .hentry .post__title a:hover {
          text-decoration: none;
        }

.post-categories {
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
  }

@media (min-width: 640px) {

.post-categories {
      padding-left: 0px;

      padding-right: 0px
  }
    }

.post-categories h4 {
      font-weight: 700 !important;
      margin: 0 !important;
    }

.post-categories ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      list-style-type: none;
      align-items: center;
      margin-top: 0;
      margin-bottom: 0.5rem;
      margin-left: -0.5rem;
      margin-right: -0.5rem;
    }

@media (min-width: 640px) {

.post-categories ul {
        flex-wrap: nowrap;

        justify-content: center;

        margin-left: auto;

        margin-right: auto
    }
      }

.post-categories li {
      padding: 0 !important;
      margin-left: 0.5rem !important;
      margin-right: 0.5rem !important;
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
      white-space: nowrap !important;
    }

.post-categories li:before {
        content: none !important;
      }

.post-categories li:first-child {
        flex: 1 1 100%;
      }

@media (min-width: 640px) {

.post-categories li:first-child {
          flex: none;

          width: auto
      }
        }

.post-categories a,
		.post-categories span {
      display: inline-flex !important;
      align-items: center !important;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
      border-radius: 0.375rem !important;
      font-weight: 700 !important;
      --bg-opacity: 1 !important;
      background-color: #E9E9E9 !important;
      background-color: rgba(233, 233, 233, var(--bg-opacity)) !important;
      --text-opacity: 1 !important;
      color: #444444 !important;
      color: rgba(68, 68, 68, var(--text-opacity)) !important;
      text-decoration: none !important;
    }

.post-categories a.active-category,
			.post-categories a:hover {
        --bg-opacity: 1 !important;
        background-color: #F3C1BE !important;
        background-color: rgba(243, 193, 190, var(--bg-opacity)) !important;
        --text-opacity: 1 !important;
        color: #A91E17 !important;
        color: rgba(169, 30, 23, var(--text-opacity)) !important;
        text-decoration: none !important;
      }

.team .post__thumbnail,
	.team .post__thumbnail a,
	.team .post__thumbnail img {
    display: block;
    max-width: 200px;
  }

.partner .post__thumbnail,
	.partner .post__thumbnail a,
	.partner .post__thumbnail img {
    display: block;
    margin-bottom: 0px;
  }

.post .wp-block-table.alignwide {
    width: auto;
    margin-left: -14px;
    margin-right: -14px;
  }

@media (min-width: 1024px) {

.post .wp-block-table.alignwide {
      margin-left: -180px;

      margin-right: -180px
  }
    }

.post .wp-block-table.alignwide table {
      max-width: 1200px;
    }

.post .wp-block-table table td,
		.post .wp-block-table table th {
      padding-left: 0.75rem !important;
      padding-right: 0.75rem !important;
    }

.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0px;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 1rem;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 1rem;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0px;
  }
}

@media (min-width: 990px) {
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 1rem;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0px;
  }
}

.langnav {
  position: relative;
  margin-right: 0.75rem;
}

@media (min-width: 1024px) {

.langnav {
    margin-left: 1.75rem;

    margin-right: 0;

    margin-top: 0;

    margin-bottom: 0
}
  }

.langnav .btn__wrapper {
    border-radius: 9999px;
  }

.langnav__btn .btn {
      width: 40px !important;
      height: 40px;
      line-height: 40px;
      display: block;
      border-radius: 9999px;
      text-align: center;
      padding: 0;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
    }

.langnav__btn .btn:not(.btn--secondary) {
        display: block;
        --bg-opacity: 1;
        background-color: #E9E9E9;
        background-color: rgba(233, 233, 233, var(--bg-opacity));
        --text-opacity: 1;
        color: #999999;
        color: rgba(153, 153, 153, var(--text-opacity));
      }

.langnav__btn .btn:not(.btn--secondary):hover {
          --text-opacity: 1;
          color: #333333;
          color: rgba(51, 51, 51, var(--text-opacity));
          --border-opacity: 1;
          border-color: #333333;
          border-color: rgba(51, 51, 51, var(--border-opacity));
        }

@media (min-width: 1024px) {

.langnav__btn .btn {
        width: 32px !important;

        height: 32px;

        line-height: 32px
    }
      }

.langnav__dropdown {
    transform-origin: top right;
    position: absolute;
    right: 0;
    margin-top: 0.5rem;
    border-radius: 0.125rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    opacity: 0;
    --transform-scale-x: .95;
    --transform-scale-y: .95;
    pointer-events: none;
  }

.langnav__dropdown.active {
      --transform-translate-x: 0;
      --transform-translate-y: 0;
      --transform-rotate: 0;
      --transform-skew-x: 0;
      --transform-skew-y: 0;
      --transform-scale-x: 1;
      --transform-scale-y: 1;
      transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
      opacity: 1;
      --transform-scale-x: 1;
      --transform-scale-y: 1;
      pointer-events: auto;
    }

.langnav ul a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 0.875rem;
      --text-opacity: 1;
      color: #999999;
      color: rgba(153, 153, 153, var(--text-opacity));
    }

.langnav ul a.active,
			.langnav ul a:hover {
        --text-opacity: 1;
        color: #333333;
        color: rgba(51, 51, 51, var(--text-opacity));
      }

.langnav ul a:hover {
        --bg-opacity: 1;
        background-color: #F5F5F5;
        background-color: rgba(245, 245, 245, var(--bg-opacity));
      }

/*
			@screen lg {
				@apply px-1 py-2;
      } */

.langnav ul a svg {
        margin-left: 1rem;
        width: 1rem;
      }

.langnav ul li:first-child a {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
      }

.langnav ul li:last-child a {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
      }

.langdots {
  margin-top: 2rem;
}

.langdots ul {
    display: flex;
  }

.langdots ul li {
      transform: translateY(-20vh);
      transition: opacity 260ms ease,
				transform 260ms cubic-bezier(0.13, 0.74, 0.24, 0.98);
      transition-delay: 120ms;
      opacity: 0;
    }

.nav-is-visible .langdots ul li {
        transform: translateY(0px);
        opacity: 1;
      }

.langdots ul li:nth-child(1) {
        transition-delay: 120ms;
      }

.langdots ul li:nth-child(2) {
        transition-delay: 140ms;
      }

.langdots ul li:nth-child(3) {
        transition-delay: 160ms;
      }

.langdots ul li:nth-child(4) {
        transition-delay: 180ms;
      }

.langdots ul li + li {
      margin-left: 0.75rem;
    }

.langdots .btn__wrapper {
    border-radius: 9999px;
  }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 100;
}

.modal.modal--hidden {
    display: none;
  }

.modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 5rem;
    text-align: center;
  }

@media (min-width: 640px) {

.modal__inner {
      display: block;

      padding: 0
  }
    }

.modal__background {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: opacity;
  }

.modal__background__inner {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      --bg-opacity: 1;
      background-color: #999999;
      background-color: rgba(153, 153, 153, var(--bg-opacity));
      opacity: 0.75;
    }

.modal__dialog {
    display: inline-block;
    vertical-align: bottom;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transition-property: all;
  }

@media (min-width: 640px) {

.modal__dialog {
      margin-top: 2rem;

      margin-bottom: 2rem;

      vertical-align: middle;

      max-width: 32rem;

      width: 100%
  }
    }

.modal__content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    text-align: left;
  }

@media (min-width: 640px) {

.modal__content {
      padding: 1.5rem
  }
    }

.modal__content p {
      font-size: 0.875rem;
    }

@media (min-width: 640px) {

.modal__content p {
        font-size: 1.125rem
    }
      }

.primary-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {

.primary-menu {
    position: absolute;

    top: 0;

    right: 0;

    z-index: 10
}
  }

@media (min-width: 1024px) {

.primary-menu {
    flex-direction: row;

    margin-bottom: 0
}
  }

.primary-menu__container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
  }

@media (min-width: 1024px) {

.primary-menu__container {
      position: relative;

      align-self: flex-start
  }
    }

.primary-menu > .menu-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    position: relative;
    /* mobile transition */
    opacity: 0;
    transform: translateY(-20vh);
    transition: opacity 200ms ease,
			transform 260ms cubic-bezier(0.13, 0.74, 0.24, 0.98);
    transition-delay: 0ms;
  }

.primary-menu > .menu-item:nth-child(1) {
      transition-delay: 0ms;
    }

.primary-menu > .menu-item:nth-child(2) {
      transition-delay: 30ms;
    }

.primary-menu > .menu-item:nth-child(3) {
      transition-delay: 60ms;
    }

.primary-menu > .menu-item:nth-child(4) {
      transition-delay: 90ms;
    }

.primary-menu > .menu-item:nth-child(5) {
      transition-delay: 120ms;
    }

.is-visible .primary-menu > .menu-item {
      opacity: 1;
      transform: translateY(0px);
    }

@media (min-width: 1024px) {

.primary-menu > .menu-item {
      font-size: inherit;

      transform: none;

      opacity: 1
  }
    }

.primary-menu > .menu-item > a {
      font-weight: 700;
      white-space: nowrap;
    }

.primary-menu > .menu-item > a:hover {
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
      }

.primary-menu > .menu-item.current-menu-item > a, .primary-menu > .menu-item.current-page-ancestor > a {
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
      }

.sub-menu {
  display: none;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.menu-item.is-open .sub-menu {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }

@media (min-width: 1024px) {

.sub-menu {
    position: absolute;

    left: 0;

    display: block;

    margin-top: 0;

    pointer-events: none;

    opacity: 0;

    --transform-translate-y: -0.25rem;

    transition-property: all;

    transition-duration: 75ms;

    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);

    border-radius: 0.5rem;

    margin-left: -1.5rem;

    padding-top: 0.75rem;

    padding-bottom: 1rem;

    padding-left: 1.5rem;

    padding-right: 1.5rem
}

    .menu-item.is-hovered .sub-menu{
      display: block;
      opacity: 1;
      --transform-translate-y: 0;
      pointer-events: auto;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      --bg-opacity: 1;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      transition-duration: 200ms;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
  }

.sub-menu > .menu-item {
    white-space: nowrap;
    margin-left: -0.5rem;
    display: flex;
    align-items: center;
    opacity: 0;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-y: -0.25rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

.sub-menu > .menu-item:after {
      content: '';
      display: block;
      width: 0.25rem;
      height: 0.25rem;
      --bg-opacity: 1;
      background-color: #D52B1E;
      background-color: rgba(213, 43, 30, var(--bg-opacity));
      border-radius: 9999px;
      margin-left: 0.25rem;
    }

.sub-menu > .menu-item:last-child:after {
      content: none;
    }

@media (min-width: 1024px) {

.sub-menu > .menu-item {
      margin-left: -0.75rem
  }

      .sub-menu > .menu-item:after {
        content: none;
      }
    }

.menu-item.is-hovered .sub-menu > .menu-item,
		.menu-item.is-open .sub-menu > .menu-item {
      opacity: 1;
      --transform-translate-y: 0;
      transition-duration: 300ms;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

.menu-item.is-hovered .sub-menu > .menu-item:nth-child(1), .menu-item.is-open .sub-menu > .menu-item:nth-child(1) {
        transition-delay: 0ms;
      }

.menu-item.is-hovered .sub-menu > .menu-item:nth-child(2), .menu-item.is-open .sub-menu > .menu-item:nth-child(2) {
        transition-delay: 30ms;
      }

.menu-item.is-hovered .sub-menu > .menu-item:nth-child(3), .menu-item.is-open .sub-menu > .menu-item:nth-child(3) {
        transition-delay: 60ms;
      }

.menu-item.is-hovered .sub-menu > .menu-item:nth-child(4), .menu-item.is-open .sub-menu > .menu-item:nth-child(4) {
        transition-delay: 90ms;
      }

.menu-item.is-hovered .sub-menu > .menu-item:nth-child(5), .menu-item.is-open .sub-menu > .menu-item:nth-child(5) {
        transition-delay: 120ms;
      }

.menu-item.is-hovered .sub-menu > .menu-item:nth-child(6), .menu-item.is-open .sub-menu > .menu-item:nth-child(6) {
        transition-delay: 150ms;
      }

.menu-item.is-hovered .sub-menu > .menu-item:nth-child(7), .menu-item.is-open .sub-menu > .menu-item:nth-child(7) {
        transition-delay: 180ms;
      }

.sub-menu > .menu-item a {
      display: inline-block;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      font-size: 1rem;
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
      transition-duration: 150ms;
    }

@media (min-width: 1024px) {

.sub-menu > .menu-item a {
        padding-left: 0.75rem;

        padding-right: 0.75rem;

        padding-top: 0.5rem;

        padding-bottom: 0.5rem;

        white-space: nowrap
    }
      }

.sub-menu > .menu-item a:hover {
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
      }

.newsletter-form_wrapper .newsletter-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.newsletter-form_wrapper .newsletter-form .gform_body {
    flex: 1 1 auto;
    width: auto !important;
    margin-right: -0.5rem;
  }

.newsletter-form_wrapper .newsletter-form .gform_body .gfield_label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }

.newsletter-form_wrapper .newsletter-form .gform_body ul.gform_fields li.gfield {
      padding: 0 !important;
      margin: 0 !important;
      max-width: 100% !important;
    }

.newsletter-form_wrapper .newsletter-form .gform_body ul.gform_fields li.gfield input {
        height: 58px;
      }

.newsletter-form_wrapper .newsletter-form .gform_body .top_label div.ginput_container {
      margin-top: 0;
    }

.newsletter-form_wrapper .newsletter-form .gform_footer {
    padding: 0;
    margin: 0;
    position: relative;
    flex: none;
    width: auto !important;
  }

.newsletter-form_wrapper .newsletter-form .gform_footer input[type="submit"] {
      margin: 0;
    }

.newsletter-form_wrapper .newsletter-form .gform_footer .gform_ajax_spinner {
      position: absolute;
      top: 50%;
      left: 100%;
      margin-left: 10px;
      transform: translateY(-50%);
    }

.newsletter-form_wrapper .newsletter-form .validation_error {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.newsletter-form.gform_confirmation_wrapper {
  background-color: #37e79a;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.375rem;
}

.gform_wrapper.gform_validation_error.newsletter-form_wrapper
	.gform_body
	ul
	li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.pagination .nav-links {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

.pagination .nav-links > a,
		.pagination .nav-links > span {
      position: relative;
      display: inline-flex;
      align-items: center;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      border-width: 1px;
      --border-opacity: 1;
      border-color: #E9E9E9;
      border-color: rgba(233, 233, 233, var(--border-opacity));
      --bg-opacity: 1;
      background-color: #E9E9E9;
      background-color: rgba(233, 233, 233, var(--bg-opacity));
      font-size: 0.875rem;
      --text-opacity: 1;
      color: #848484;
      color: rgba(132, 132, 132, var(--text-opacity));
      border-radius: 0.5rem;
      margin-left: 0.25rem;
      margin-right: 0.25rem;
      font-weight: 700;
    }

.pagination .nav-links > a.current, .pagination .nav-links > span.current {
        --bg-opacity: 1;
        background-color: #D52B1E;
        background-color: rgba(213, 43, 30, var(--bg-opacity));
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
      }

.pagination .nav-links > a.prev,
			.pagination .nav-links > a.next,
			.pagination .nav-links > span.prev,
			.pagination .nav-links > span.next {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        --border-opacity: 1;
        border-color: #E9E9E9;
        border-color: rgba(233, 233, 233, var(--border-opacity));
        --bg-opacity: 1;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
      }

.pagination .nav-links > a.prev svg path, .pagination .nav-links > a.next svg path, .pagination .nav-links > span.prev svg path, .pagination .nav-links > span.next svg path {
            stroke: currentColor;
          }

.pagination .nav-links > a.prev svg, .pagination .nav-links > span.prev svg {
          transform: rotate(-90deg);
        }

.pagination .nav-links > a.next svg, .pagination .nav-links > span.next svg {
          transform: rotate(90deg);
        }

.pagination .nav-links > a:hover {
      --bg-opacity: 1;
      background-color: #FAFAFA;
      background-color: rgba(250, 250, 250, var(--bg-opacity));
      --text-opacity: 1;
      color: #333333;
      color: rgba(51, 51, 51, var(--text-opacity));
    }

.search .site-content,
.error404 .site-content {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-form {
  display: flex;
}

.search-form__input {
    border-width: 2px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right-width: 0 !important;
    flex: 1 1 auto !important;
  }

.search-input__button.btn {
    min-width: 120px;
    display: block;
    font-size: 1.125rem;
    margin-left: -0.5rem;
    text-align: center;
    flex: 1 0 auto;
  }

.wp-block-educaswiss-blocks-stepper-section.wp-block-educaswiss-blocks-stepper-section {
  --stepper-color-accent: #D52B1E;
}

.wp-block-educaswiss-blocks-stepper-section.wp-block-educaswiss-blocks-stepper-section .educaswiss-blocks-stepper {
    --text-opacity: 1;
    color: #B8B8B8;
    color: rgba(184, 184, 184, var(--text-opacity));
  }

.wp-block-educaswiss-blocks-stepper-section.wp-block-educaswiss-blocks-stepper-section .stepper-item__header {
    align-items: flex-start;
  }

.wp-block-educaswiss-blocks-stepper-section.wp-block-educaswiss-blocks-stepper-section .stepper-item__header h3 {
      flex: 1 1 auto;
    }

.wp-block-educaswiss-blocks-stepper-section.wp-block-educaswiss-blocks-stepper-section .stepper-item__header::after {
      content: " ";
      display: block;
      flex: none;
      width: 14px;
      height: 32px;
      background-image: url(assets/icon-chevron-up-58361f05.png);
      background-size: 100% auto;
      background-position: center center;
      background-repeat: no-repeat;
      transform: rotate(180deg) translateY(-2px);
      transition: transform 300ms ease;
      margin-left: 1rem;
    }

.wp-block-educaswiss-blocks-stepper-section.wp-block-educaswiss-blocks-stepper-section .is-open .stepper-item__header::after {
    transform: rotate(0deg) translateY(2px);
  }

.sticky-bubble {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  --text-opacity: 1;
  color: #D52B1E;
  color: rgba(213, 43, 30, var(--text-opacity));
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition: transform 400ms cubic-bezier(0.25, 0.4, 0.55, 1.4), opacity 300ms ease;
  transition-delay: 0ms !important;
  transform-origin: center;
  z-index: 50;
}

@media (min-width: 1024px) {

.sticky-bubble {
    display: block
}
  }

.sticky-bubble.no-crisp-concurrency {
    display: block;
  }

.sticky-bubble--dreamteam + .sticky-bubble--additional {
    margin-right: 160px;
  }

.sticky-bubble-visible .sticky-bubble {
    opacity: 1;
    pointer-events: initial;
    transform: scale(0.95);
  }

@media (min-width: 1024px) {
      .sticky-bubble-visible .sticky-bubble:hover {
        transform: scale(1);
        transition-delay: 0ms !important;
      }

      .sticky-bubble-visible .sticky-bubble:focus {
        outline: none;
        transform: scale(1.03);
      }
    }

.sticky-bubble-appear .sticky-bubble {
    transition-delay: 800ms !important;
  }

.header__navigation .sticky-bubble {
    display: block;
    transform: translateY(-25%) scale(0.8) !important;
    transition: opacity 200ms ease,
			transform 260ms cubic-bezier(0.13, 0.74, 0.24, 0.98);
    transition-delay: 220ms !important;
    opacity: 0;
  }

.header__navigation .sticky-bubble--dreamteam + .header__navigation .sticky-bubble--additional {
      margin-right: 120px;
    }

@media (min-width: 1024px) {

.header__navigation .sticky-bubble {
      display: none
  }
    }

.header__navigation.is-visible .sticky-bubble {
    opacity: 1;
    transform: translateY(0px) !important;
    pointer-events: initial;
  }

.sticky-bubble img {
    width: 123px;
    height: auto;
    max-width: 25vw;
  }

.text-ring {
  display: block;
  position: relative;
  --text-opacity: 1;
  color: #A91E17;
  color: rgba(169, 30, 23, var(--text-opacity));
  width: 110px;
  height: 110px;
}

.text-ring [style*=--index] {
    font-weight: bold;
    font-family: monospace;
    text-transform: uppercase;
    font-size: var(--font-size, 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform:
      translate(-50%, -50%)
      rotate(calc(360deg / var(--total) * var(--index)))
      translateY(calc(var(--radius, 5) * -1ch));
  }

.text-ring:before {
    content: "";
    display: block;
    position: absolute;
    --text-opacity: 1;
    color: #F3C1BE;
    color: rgba(243, 193, 190, var(--text-opacity));
    border-radius: 50%;
    border: calc(0.7 * var(--font-size, 1rem)) solid currentColor;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

@media (prefers-reduced-motion: no-preference) {
  .text-ring {
    animation: spin 20s infinite linear;
  }

  @keyframes spin {
    to {
      rotate: -360deg;
    }
  }
}

/* utilities */

.site-content {
  opacity: 0;
}

.appear-loaded .site-content {
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 700ms;
    transform: none;
  }

.appear {
  opacity: 0;
}

.appear.appear-up {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-y: 2.25rem;
  }

.appear.appear-visible {
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 1000ms;
    transform: none;
  }

.appear-staggered-1 {
    transition-delay: 150ms;
  }

.appear-staggered-2 {
    transition-delay: 300ms;
  }

.appear-staggered-3 {
    transition-delay: 450ms;
  }

.appear-staggered-4 {
    transition-delay: 600ms;
  }

.appear-staggered-5,
	.appear-staggered-6,
	.appear-staggered-7,
	.appear-staggered-8,
	.appear-staggered-9,
	.appear-staggered-10 {
    transition-delay: 750ms;
  }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  position: absolute;
  z-index: 50;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --text-opacity: 1;
  color: #D52B1E;
  color: rgba(213, 43, 30, var(--text-opacity));
  font-weight: 700;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.375rem;
  top: 10px;
  left: 10px;
}

.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    position: absolute;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Copied from Gutenberg Starter theme: https://github.com/WordPress/gutenberg-starter-theme/blob/master/css/blocks.css

# General Structure
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Navigation
  ## Pullquote
  ## Quote
  ## Separator
  ## Site Tagline
  ## Table
  ## Video
  ## Column
# Additional Theme Styles
  ## Color Palette
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Block Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/

.wp-block {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block.has-lg-font-size {
    max-width: 640px;
  }

.wp-block.is-reusable {
    max-width: 100%;
  }

.entry-content > * {
    margin: 0px auto;
    max-width: 615px;
    padding-left: 14px;
    padding-right: 14px;
  }

@media (min-width: 640px) {

.entry-content > * {
      padding-left: 0px;

      padding-right: 0px
  }
    }

.entry-content > .alignwide {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 100% !important;
  }

@media (min-width: 1280px) {

.entry-content > .alignwide {
      max-width: 1240px !important;

      padding-left: 0 !important;

      padding-right: 0 !important
  }
    }

.entry-content > .alignfull {
    /* margin: 0; */
    max-width: 100%;
  }

.entry-content .entry-content > .alignfull {
    /* margin: 1.5em 0; */
    max-width: 100%;
  }

/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/

.wp-block-code {
  padding: 0.8em 1em;
  margin-left: 14px;
  margin-right: 14px;
}

@media (min-width: 640px) {

.wp-block-code {
    margin-left: auto;

    margin-right: auto
}
  }

/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/

.wp-block-cover-text p {
    padding: 1.5em 14px;
  }

@media (min-width: 640px) {

.wp-block-cover-text p {
      padding: 1.5em 0
  }
    }

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/

.wp-block-embed.is-type-video,
.wp-block-embed.is-type-rich {
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1024px) {

.wp-block-embed.is-type-video,
.wp-block-embed.is-type-rich {
    max-width: 56rem !important
}
  }

@media (min-width: 1280px) {

.wp-block-embed.is-type-video,
.wp-block-embed.is-type-rich {
    max-width: 56rem !important
}
  }

.wp-block-embed.is-type-video > .wp-block-embed__wrapper, .wp-block-embed.is-type-rich > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
  }

.wp-block-embed.is-type-video > .wp-block-embed__wrapper, .wp-block-embed.is-type-rich > .wp-block-embed__wrapper {
    padding-top: 56.25%;
  }

.wp-block-embed.is-type-video > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-rich > .wp-block-embed__wrapper:before {
      content: none !important;
    }

.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper, .wp-block-embed.is-type-rich.wp-embed-aspect-4-3 > .wp-block-embed__wrapper {
    padding-top: 75%;
  }

.wp-block-embed.is-type-video.wp-embed-aspect-4-3 > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-rich.wp-embed-aspect-4-3 > .wp-block-embed__wrapper:before {
      content: none !important;
    }

.wp-block-embed.is-type-video.wp-embed-aspect-3-2 > .wp-block-embed__wrapper, .wp-block-embed.is-type-rich.wp-embed-aspect-3-2 > .wp-block-embed__wrapper {
    padding-top: 33.33%;
  }

.wp-block-embed.is-type-video.wp-embed-aspect-3-2 > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-rich.wp-embed-aspect-3-2 > .wp-block-embed__wrapper:before {
      content: none !important;
    }

.wp-block-embed.is-type-video > .wp-block-embed__wrapper > *, .wp-block-embed.is-type-rich > .wp-block-embed__wrapper > * {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      border-radius: 0.5rem;
      margin: 0 !important;
      overflow: hidden;
    }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/

.wp-block-group > .wp-block-group__inner-container > :first-child {
      margin-top: 0;
    }

.wp-block-group > .wp-block-group__inner-container > :last-child {
      margin-bottom: 0;
    }

.wp-block-group > .wp-block-group__inner-container > .alignwide,
		.wp-block-group > .wp-block-group__inner-container .wp-block[data-align="wide"] {
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto;
    }

.wp-block-group > .wp-block-group__inner-container > .alignfull .wp-block[data-align="full"] {
      max-width: 100%;
    }

.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
        margin-top: 0;
      }

.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        position: relative;
        left: -30px;
        overflow: hidden;
      }

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/

.wp-block-image img {
    display: block;
  }

.wp-block-image.alignleft,
	.wp-block-image.alignright {
    width: 100%;
  }

.wp-block-image.alignfull img {
    width: 100vw;
  }

.wp-block-image .alignleft img,
	.wp-block-image .alignright img,
	.wp-block-image .alignleft figcaption,
	.wp-block-image .alignright figcaption {
    max-width: 100%;
    width: 100%;
  }

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/

ul.wp-block-latest-posts.alignwide,
	ul.wp-block-latest-posts.alignfull,
	ul.wp-block-latest-posts.is-grid.alignwide,
	ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
  }

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/

.entry-content .wp-block-buttons {
    margin: 0px 0px 1.5rem;
  }

.entry-content .wp-block-buttons,
	.entry-content ul,
	.entry-content ol,
	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-content p {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
    list-style-position: outside;
  }

.entry-content .wp-block-buttons.ml-0, .entry-content ul.ml-0, .entry-content ol.ml-0, .entry-content h1.ml-0, .entry-content h2.ml-0, .entry-content h3.ml-0, .entry-content h4.ml-0, .entry-content h5.ml-0, .entry-content h6.ml-0, .entry-content p.ml-0 {
      margin-left: 0;
    }

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/

.more-link {
  display: block;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

.wp-block-navigation-link__label {
  font-family: inherit;
  color: #0073aa;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/

.wp-block-quote {
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
}

@media (min-width: 640px) {

.wp-block-quote {
    margin: 36px auto
}
  }

.wp-block-quote > * {
    margin-left: 1rem;
  }

.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
    margin: 36px auto;
    padding: 0;
  }

.wp-block-quote.is-large cite,
		.wp-block-quote.is-large footer,
		.wp-block-quote.is-style-large cite,
		.wp-block-quote.is-style-large footer {
      font-size: 13px;
      font-size: 0.8125rem;
    }

/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

/*--------------------------------------------------------------
## Site Tagline
--------------------------------------------------------------*/

.wp-block-site-tagline {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Site Title
--------------------------------------------------------------*/

.wp-block-site-title {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/

.wp-block-table {
  overflow-x: auto;
  margin-left: 14px;
  margin-right: 14px;
  width: calc(100% - 28px);
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

@media screen and (min-width: 608px) {
  .wp-block-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/

.wp-block-video video {
  max-width: 615px;
}

/*--------------------------------------------------------------
## Column
--------------------------------------------------------------*/

.wp-block-column {
  margin-bottom: 1rem;
}

.wp-block-column:last-child {
    margin-bottom: 0px;
  }

@media (min-width: 768px) {

.wp-block-column {
    margin-bottom: 0px
}
  }

@media (max-width: 767px) {
  .wp-block-column,
	.wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
## Block Media Text
--------------------------------------------------------------*/

.wp-block-media-text {
  max-width: 615px;
  margin: 28px auto;
}

/*--------------------------------------------------------------
# Additional Theme Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Color Palette
--------------------------------------------------------------*/

li.blocks-gallery-item {
  padding-left: 0px !important;
}

/* plugins */

.wp-block-educaswiss-blocks-card.educaswiss-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner {
    flex-direction: column;

    flex-wrap: nowrap;

    align-items: stretch
}
  }

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner > h1:first-child,
  .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner > h2:first-child,
  .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner > h3:first-child {
    margin-top: 10px !important;
  }

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon {
    margin-right: 2rem;
    width: auto;
  }

@media (min-width: 768px) {

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon {
      margin-right: 0
  }
    }

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h1,
		.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h2,
		.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h3,
		.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h4 {
      flex: 1 1 0%;
      width: auto;
    }

@media (min-width: 768px) {

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h1,
		.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h2,
		.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h3,
		.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h4 {
        flex: none;

        width: 100%
    }
      }

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h1 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h2 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h3 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h4 + p {
        flex: none;
        width: 100%;
      }

@media (min-width: 768px) {

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h1 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h2 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h3 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h4 + p {
          flex: 1 1 0%
      }
        }

@media (min-width: 768px) {

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner > .wp-block-coblocks-icon:first-child {
      margin-top: 1.5rem
  }
    }

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h2,
	.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h3,
	.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h4,
	.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h5 {
    margin-top: 1.25rem;
  }

.wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h2 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h3 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h4 + p, .wp-block-educaswiss-blocks-card.educaswiss-card .educaswiss-card__inner .wp-block-coblocks-icon + h5 + p {
      margin-top: 1rem;
    }

.wp-block-coblocks-row[data-columns="1"]
	.wp-block-coblocks-column__inner
	> [class*="wp-block-"].alignwide {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#cookie-law-info-bar {
  border-radius: 0.375rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#cookie-law-info-bar .cli_action_button {
    margin-right: 0.5rem;
  }

body > .crisp-client #crisp-chatbox[data-last-operator-face="false"]
		[data-is-ongoing="false"] > * {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 41'%3E%3Cpath d='M31.523 40.25c.567 0 .957-.43.957-1.094v-7.644h2.543c4.336 0 7.149-2.813 7.149-7.188V7.214c0-4.374-2.813-7.128-7.149-7.128H8.13C3.754.086.98 2.879.98 7.215v17.11c0 4.316 2.774 7.187 7.149 7.187h15.133l7.09 8.133c.41.351.742.605 1.171.605z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") !important;
  }

body > .crisp-client #crisp-chatbox[data-last-operator-face="false"][data-full-view=false] [data-is-ongoing="false"] > * {
    width: 33px!important;
    height: 28px!important;
    top: 18px!important;
    left: 13px!important;
  }

body > .crisp-client #crisp-chatbox  > * > * {
    transition: opacity 300ms ease, transform 300ms ease !important;
    transition-delay: 800ms !important;
    transform-origin: center;
    opacity: 1;
    transform: scale(1);
  }

.nav-is-visible > .crisp-client {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition-delay: 0ms !important;
}

@media (min-width: 1024px) {
    .sticky-bubble-visible > .crisp-client #crisp-chatbox > * > *, .crisp-bubble-hidden > .crisp-client #crisp-chatbox > * > * {
      opacity: 0;
      transform: scale(0);
      pointer-events: none;
      transition-delay: 0ms !important;
    }
}

.content-area .faq-item details .summary {
    font-weight: 400;
    border-width: 0;
  }

.content-area .faq-item details .summary::before {
      transform: rotate(90deg);
    }

@media (min-width: 768px) {

.content-area .faq-item details .summary,
	.content-area .faq-item details > div {
      min-height: 86px;

      padding-left: 1.25rem;

      padding-right: 1.25rem
  }
    }

.content-area .faq-item details[open] .summary::before {
        transform: rotate(180deg);
      }

.content-area .faq-item details[open],
		.content-area .faq-item details[open] summary,
		.content-area .faq-item details[open] .summary,
		.content-area .faq-item details[open] > div {
      background-color: transparent;
    }

.faq-section .faq-selectors-select select {
    --bg-opacity: 1;
    background-color: #E9E9E9;
    background-color: rgba(233, 233, 233, var(--bg-opacity));
  }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 12px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 32px;
  height: 17px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out,
		opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out,
		opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
		transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
		transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),
		background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),
		background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
		transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
		transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.header-story__image {
    border-radius: 0.5rem;
    box-shadow: 0 50px 50px 0px rgba(55, 55, 55, 0.1);
  }

.header-story__image > div {
      border-radius: 0.5rem;
    }

.wp-block-create-block-educaswiss-number .educaswiss-number h3 {
    line-height: 1;
    font-size: 3.75rem;
  }

.wp-block-create-block-educaswiss-number .educaswiss-number h4 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

.wp-block-create-block-educaswiss-number .educaswiss-number p {
    font-size: 1.125rem;
    margin-top: 0;
  }

.educaswiss-partners.partners-gallery h1,
		.educaswiss-partners.partners-gallery h2,
		.educaswiss-partners.partners-gallery h3,
		.educaswiss-partners.partners-gallery h4,
		.educaswiss-partners.partners-gallery h5,
		.educaswiss-partners.partners-gallery h6 {
      --text-opacity: 1 !important;
      color: #848484 !important;
      color: rgba(132, 132, 132, var(--text-opacity)) !important;
      margin-left: 0 !important;
    }

.educaswiss-partners.partners-gallery h1:after, .educaswiss-partners.partners-gallery h2:after, .educaswiss-partners.partners-gallery h3:after, .educaswiss-partners.partners-gallery h4:after, .educaswiss-partners.partners-gallery h5:after, .educaswiss-partners.partners-gallery h6:after {
        --bg-opacity: 1;
        background-color: #E9E9E9;
        background-color: rgba(233, 233, 233, var(--bg-opacity));
      }

.educaswiss-partners.partners-details h3 a {
      text-decoration: none;
    }

.educaswiss-partners.partners-details .partner__image__wrapper img {
      --bg-opacity: 1;
      background-color: #E9E9E9;
      background-color: rgba(233, 233, 233, var(--bg-opacity));
    }

.educaswiss-partners.partners-details .partner__details > * {
      max-width: 615px;
      margin-left: auto;
      margin-right: auto;
    }

.slider-statement__inner {
    border-radius: 0.5rem;
  }

.slider-statement h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.125rem !important;
  }

@media (min-width: 768px) {

.slider-statement h3 {
      font-size: 1.5rem !important
  }
    }

.slider-statement h4 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    --text-opacity: 1 !important;
    color: #848484 !important;
    color: rgba(132, 132, 132, var(--text-opacity)) !important;
    font-size: 0.875rem !important;
  }

.slider-statement p {
    font-weight: 700;
  }

@media (min-width: 768px) {

.slider-statement p {
      font-size: 1.125rem !important
  }
    }

.slider-statement__position {
    --text-opacity: 1;
    color: #D52B1E;
    color: rgba(213, 43, 30, var(--text-opacity));
    font-size: 0.875rem;
    font-weight: 700;
  }

.slider-statement__image,
	.slider-statement__wrapper {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

@media (min-width: 768px) {

.slider-statement__image,
	.slider-statement__wrapper {
      border-top-right-radius: 0;

      border-bottom-right-radius: 0;

      border-top-left-radius: 0.5rem;

      border-bottom-left-radius: 0.5rem
  }
    }

.slider-statement__content {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

@media (min-width: 768px) {

.slider-statement__content {
      border-top-right-radius: 0.5rem;

      border-bottom-right-radius: 0.5rem
  }
    }

.slider-statements {
  margin: 0px -1rem;
}

@media (min-width: 820px) {

.slider-statements {
    margin: 0px;

    overflow: visible
}
  }

.slider-statements .flickity-button {
    --text-opacity: 1;
    color: #D52B1E;
    color: rgba(213, 43, 30, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    transition: background-color 300ms ease, color 300ms ease;
    width: 57px;
    height: 57px;
    border-radius: 50%;
  }

.slider-statements .flickity-button:hover {
      --bg-opacity: 1;
      background-color: #D52B1E;
      background-color: rgba(213, 43, 30, var(--bg-opacity));
      --text-opacity: 1;
      color: #ffffff;
      color: rgba(255, 255, 255, var(--text-opacity));
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

.slider-statements .flickity-button .flickity-button-icon {
      fill: currentColor;
    }

.header-story .header-story__card h4 {
    --text-opacity: 1;
    color: #848484;
    color: rgba(132, 132, 132, var(--text-opacity));
    font-weight: 400;
    font-size: 0.9em;
  }

.header-story .header-story__card p {
    font-weight: 700;
    line-height: 1.375;
    font-size: 0.9em;
  }

.header-story .header-story__card__meta {
    line-height: 1.375;
    font-size: 0.9em;
  }

.header-statements .header-story .header-story__card h3 {
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
        margin-bottom: 0;
        line-height: 1.375;
      }

.header-statements .header-story .header-story__card h4 {
        --text-opacity: 1;
        color: #848484;
        color: rgba(132, 132, 132, var(--text-opacity));
        margin-bottom: 1rem;
      }

.header-statements .header-story .header-story__card p {
        font-weight: 400;
      }

.header-statements .header-story .header-story__card__meta {
        font-weight: 700;
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
      }

.header-statements .header-statements__dots > li.is-selected, .header-statements .header-statements__dots .dot.is-selected, .header-statements .flickity-page-dots > li.is-selected, .header-statements .flickity-page-dots .dot.is-selected {
        --bg-opacity: 1 !important;
        background-color: #D52B1E !important;
        background-color: rgba(213, 43, 30, var(--bg-opacity)) !important;
      }

.educaswiss-blocks-tabs__title h4 {
    --text-opacity: 1 !important;
    color: #848484 !important;
    color: rgba(132, 132, 132, var(--text-opacity)) !important;
    margin-left: 0 !important;
  }

.educaswiss-blocks-tabs__title h4:after {
      --bg-opacity: 1;
      background-color: #F5F5F5;
      background-color: rgba(245, 245, 245, var(--bg-opacity));
    }

.wp-block-educaswiss-tabs-tab-section ul.educaswiss-tabs-tabs {
    margin-bottom: 2.5rem;
  }

.wp-block-educaswiss-tabs-tab-section ul.educaswiss-tabs-tabs > li > button:focus {
        outline: none;
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
      }

.wp-block-educaswiss-tabs-tab-section ul.educaswiss-tabs-tabs > li > button:hover {
        --text-opacity: 1;
        color: #000000;
        color: rgba(0, 0, 0, var(--text-opacity));
      }

.wp-block-educaswiss-tabs-tab-section ul.educaswiss-tabs-tabs > li > button.is-selected {
        --text-opacity: 1;
        color: #D52B1E;
        color: rgba(213, 43, 30, var(--text-opacity));
      }

.team-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-member--single {
    align-items: center;
    max-width: 615px;
  }

.team-member__content {
    flex: 0 1 615px;
  }

.team-member img {
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    max-width: 200px;
  }

@media (min-width: 768px) {

.team-member img {
      max-width: 100%
  }
    }

.team-member h3 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
  }

.team-member h4 {
    --text-opacity: 1;
    color: #848484;
    color: rgba(132, 132, 132, var(--text-opacity));
    margin-top: -0.25rem;
  }

@media (min-width: 640px) {

.team-member h4 {
      margin-top: -1rem
  }
    }

.team--condensed .team-member img {
      margin-top: 0px;
      max-width: 100%;
    }

.team--condensed .team-member > h3 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
      font-size: 1rem;
      line-height: 1.375;
    }

@media (min-width: 640px) {

.team--condensed .team-member > h3 {
        font-size: 1.125rem
    }
      }

@media (min-width: 768px) {

.team--condensed .team-member > h3 {
        font-size: 1.25rem
    }
      }

.team--condensed .team-member h4 {
      font-size: 0.75rem;
      font-weight: 400;
      margin-top: 0;
      line-height: 1.375;
    }

@media (min-width: 640px) {

.team--condensed .team-member h4 {
        font-size: 0.875rem
    }
      }

.team__more > * {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }

.team__more .wp-block-button {
    display: block;
  }

.team__more .wp-block-button__link {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    margin: 0 !important;
    background-color: #f6f6f6 !important;
    padding: 14px !important;
    padding-right: 16px !important;
    align-items: center;
    justify-content: center;
  }

.team__more--double .wp-block-button__link {
      inset-inline-end: auto;
      height: calc(50% - 8px);
    }

.team__more--double .wp-block-button:last-child .wp-block-button__link {
      inset-block-start: auto;
      inset-block-end: 0;
      top: auto !important;
      bottom: 0 !important;
    }

/* page parts */

.header {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  transition-property: all;
}

.header.active {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 40;
  }

.admin-bar .header.active {
      top: 32px;
    }

.header.scrolled {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

.header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

@media (min-width: 1024px) {

.header__inner {
      padding-top: 1.25rem;

      padding-bottom: 1.25rem
  }
    }

.header__title-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.header__titles {
    position: relative;
    z-index: 40;
  }

.header__titles svg {
      width: 5rem;
    }

@media (min-width: 1024px) {

.header__titles svg {
        width: auto
    }
      }

.header__navigation {
    position: relative;
    z-index: 30;
  }

.header-nav__toggle {
    position: relative;
    z-index: 40;
  }

.header-nav .header__cta {
      transform: translateY(-20vh);
      transition: opacity 260ms ease,
				transform 260ms cubic-bezier(0.13, 0.74, 0.24, 0.98);
      transition-delay: 90ms;
      opacity: 0;
    }

.nav-is-visible .header-nav .header__cta {
        transform: translateY(0px);
        opacity: 1;
      }

@media (min-width: 1024px) {

.header-nav .header__cta {
        opacity: 1;

        margin-left: 2.5rem;

        transform: none
    }
      }

.nav-mobile .header__cta {
      display: none;
    }

@media (min-width: 370px) {

.nav-mobile .header__cta {
        display: block
    }
      }

.footer {
  padding-top: 4rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {

.footer {
    font-size: 1rem
}
  }

.footer__top,
	.footer__bottom {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

.footer__top {
    --text-opacity: 1;
    color: #444444;
    color: rgba(68, 68, 68, var(--text-opacity));
  }

@media (min-width: 768px) {

.footer__top {
      display: flex;

      justify-content: space-between
  }
    }

.footer__bottom {
    padding-top: 3rem;
    padding-bottom: 5rem;
    --text-opacity: 1;
    color: #848484;
    color: rgba(132, 132, 132, var(--text-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
  }

@media (min-width: 768px) {

.footer__bottom {
      font-size: 0.875rem
  }
    }

@media (min-width: 1280px) {

.footer__bottom {
      padding-left: 0;

      padding-right: 0
  }
    }

.footer__bottom a:hover {
      text-decoration: underline;
    }

.footer__main {
    margin-bottom: 3rem;
    width: 100%;
  }

@media (min-width: 640px) {

.footer__main {
      display: flex
  }

      .footer__main > * {
        width: 50%;
        flex: none;
      }
    }

@media (min-width: 768px) {

.footer__main {
      width: 33.333333%;

      flex: none;

      display: flex;

      flex-direction: column;

      justify-content: space-between;

      margin-bottom: 0;

      padding-right: 1rem
  }

      .footer__main > * {
        width: 100%;
      }
    }

.footer__main h2 {
      font-size: 1rem;
      --text-opacity: 1;
      color: #D52B1E;
      color: rgba(213, 43, 30, var(--text-opacity));
      margin-bottom: 0.5rem;
    }

@media (min-width: 768px) {

.footer__main h2 {
        font-size: 1.125rem
    }
      }

@media (min-width: 1280px) {

.footer__main h2 {
        font-size: 1.25rem
    }
      }

.footer__main p {
      max-width: 35ch;
      margin-bottom: 0.5rem;
    }

.footer__social {
    margin-top: 1.5rem;
  }

@media (min-width: 640px) {

.footer__social {
      margin-top: 0.5rem;

      padding-left: 1rem
  }
    }

@media (min-width: 768px) {

.footer__social {
      margin-top: 1.5rem;

      padding-left: 0
  }
    }

.footer__social ul {
      display: flex;
      margin-top: 0.5rem;
    }

.footer__social ul > li {
        margin-right: 1rem;
      }

.footer__social ul > li a {
          display: block;
          border-radius: 0.375rem;
          --bg-opacity: 1;
          background-color: #F5F5F5;
          background-color: rgba(245, 245, 245, var(--bg-opacity));
        }

.footer__social ul > li svg {
          display: block;
          width: 2.5rem;
          height: 2.5rem;
          transition-duration: 300ms;
          transition-property: opacity;
        }

.footer__social ul > li a:hover {
          --text-opacity: 1;
          color: #D52B1E;
          color: rgba(213, 43, 30, var(--text-opacity));
        }

.footer .footer-navs {
    flex: none;
  }

@media (min-width: 768px) {

.footer .footer-navs {
      margin-top: -2rem;

      width: 50%
  }
    }

@media (min-width: 1024px) {

.footer .footer-navs {
      flex: 1 1 0%;

      width: auto
  }
    }

.footer .footer-column {
    width: 50%;
    flex: none;
  }

@media (min-width: 640px) {

.footer .footer-column {
      width: 25%
  }
    }

@media (min-width: 768px) {

.footer .footer-column {
      width: 50%
  }
    }

@media (min-width: 1024px) {

.footer .footer-column {
      width: 25%;

      flex: 1 1 0%
  }
    }

.footer .footer-column h2 {
      font-size: 1rem;
      margin-bottom: 0.25rem;
      margin-top: 2rem;
    }

@media (min-width: 768px) {

.footer .footer-column h2 {
        font-size: 1.125rem
    }
      }

@media (min-width: 1280px) {

.footer .footer-column h2 {
        font-size: 1.25rem
    }
      }

.footer .footer-column .menu > li {
      margin-bottom: 0.25rem;
      margin-left: -0.25rem;
      font-size: 0.875rem;
    }

@media (min-width: 1280px) {

.footer .footer-column .menu > li {
        font-size: inherit
    }
      }

.footer .footer-column .menu > li > a {
        padding: 0.25rem;
        display: block;
      }

.footer .footer-column .menu > li > a:hover {
          text-decoration: underline;
        }

.header-nav {
  /* mobile styling */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-bottom: 1rem;
  transition: transform 100ms ease, opacity 100ms linear;
  /* hide */
  display: none;
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 1024px) {

.header-nav {
    position: static;

    pointer-events: auto;

    padding-bottom: 0;

    opacity: 1;

    display: block !important
}
  }

.header-nav.is-visible {
    /* show */
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

.header-nav__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

@media (min-width: 1024px) {

.header-nav__inner {
      flex-direction: row;

      height: auto
  }
    }

.nav-toggle {
  display: block;
}

@media (min-width: 1024px) {

.nav-toggle {
    display: none
}
  }

.category__header {
    padding-top: 5rem;
    padding-bottom: 3rem;
    --bg-opacity: 1;
    background-color: #FAFAFA;
    background-color: rgba(250, 250, 250, var(--bg-opacity));
  }

@media (min-width: 768px) {

.category__header {
      padding-top: 7rem;

      padding-bottom: 4rem
  }
    }

.category__header .prose {
      padding-left: 14px;
      padding-right: 14px;
    }

@media (min-width: 640px) {

.category__header .prose {
        text-align: center;

        padding-left: 0px;

        padding-right: 0px
    }
      }

.category__header .prose .post-categories {
        padding-left: 0px;
        padding-right: 0px;
      }

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  .sm\:prose {
    color: #333;
    max-width: 65ch;
  }

  .sm\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .sm\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .sm\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .sm\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .sm\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .sm\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .sm\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .sm\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .sm\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .sm\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .sm\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .sm\:prose code::before {
    content: "`";
  }

  .sm\:prose code::after {
    content: "`";
  }

  .sm\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .sm\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .sm\:prose pre code::before {
    content: "";
  }

  .sm\:prose pre code::after {
    content: "";
  }

  .sm\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .sm\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .sm\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .sm\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .sm\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .sm\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .sm\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose h2 code {
    font-size: 0.875em;
  }

  .sm\:prose h3 code {
    font-size: 0.9em;
  }

  .sm\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .sm\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose ol > li:before {
    left: 0;
  }

  .sm\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm\:prose ul ul, .sm\:prose ul ol, .sm\:prose ol ul, .sm\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose hr + * {
    margin-top: 0;
  }

  .sm\:prose h2 + * {
    margin-top: 0;
  }

  .sm\:prose h3 + * {
    margin-top: 0;
  }

  .sm\:prose h4 + * {
    margin-top: 0;
  }

  .sm\:prose thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose > :first-child {
    margin-top: 0;
  }

  .sm\:prose > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .sm\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .sm\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .sm\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .sm\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .sm\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .sm\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .sm\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .sm\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .sm\:prose-sm code {
    font-size: 0.8571429em;
  }

  .sm\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .sm\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .sm\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .sm\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .sm\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .sm\:prose-sm ol > li:before {
    left: 0;
  }

  .sm\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .sm\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .sm\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul ul, .sm\:prose-sm ul ol, .sm\:prose-sm ol ul, .sm\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .sm\:prose-sm hr + * {
    margin-top: 0;
  }

  .sm\:prose-sm h2 + * {
    margin-top: 0;
  }

  .sm\:prose-sm h3 + * {
    margin-top: 0;
  }

  .sm\:prose-sm h4 + * {
    margin-top: 0;
  }

  .sm\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .sm\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-sm > :first-child {
    margin-top: 0;
  }

  .sm\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-sm {
    color: #333;
  }

  .sm\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .sm\:prose-sm strong {
    color: inherit;
  }

  .sm\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .sm\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .sm\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .sm\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .sm\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .sm\:prose-lg code {
    font-size: 0.8888889em;
  }

  .sm\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .sm\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .sm\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .sm\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ol > li:before {
    left: 0;
  }

  .sm\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .sm\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul ul, .sm\:prose-lg ul ol, .sm\:prose-lg ol ul, .sm\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .sm\:prose-lg hr + * {
    margin-top: 0;
  }

  .sm\:prose-lg h2 + * {
    margin-top: 0;
  }

  .sm\:prose-lg h3 + * {
    margin-top: 0;
  }

  .sm\:prose-lg h4 + * {
    margin-top: 0;
  }

  .sm\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .sm\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-lg > :first-child {
    margin-top: 0;
  }

  .sm\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .sm\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .sm\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .sm\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .sm\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .sm\:prose-xl code {
    font-size: 0.9em;
  }

  .sm\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .sm\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .sm\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .sm\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .sm\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .sm\:prose-xl ol > li:before {
    left: 0;
  }

  .sm\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .sm\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .sm\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul ul, .sm\:prose-xl ul ol, .sm\:prose-xl ol ul, .sm\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .sm\:prose-xl hr + * {
    margin-top: 0;
  }

  .sm\:prose-xl h2 + * {
    margin-top: 0;
  }

  .sm\:prose-xl h3 + * {
    margin-top: 0;
  }

  .sm\:prose-xl h4 + * {
    margin-top: 0;
  }

  .sm\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .sm\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-xl > :first-child {
    margin-top: 0;
  }

  .sm\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .sm\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .sm\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .sm\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .sm\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .sm\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .sm\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .sm\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .sm\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .sm\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .sm\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ol > li:before {
    left: 0;
  }

  .sm\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .sm\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .sm\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul ul, .sm\:prose-2xl ul ol, .sm\:prose-2xl ol ul, .sm\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose-2xl hr + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .sm\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .sm\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose {
    color: #333;
    max-width: 65ch;
  }

  .sm\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .sm\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .sm\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .sm\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .sm\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .sm\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .sm\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .sm\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .sm\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .sm\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .sm\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .sm\:prose code::before {
    content: "`";
  }

  .sm\:prose code::after {
    content: "`";
  }

  .sm\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .sm\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .sm\:prose pre code::before {
    content: "";
  }

  .sm\:prose pre code::after {
    content: "";
  }

  .sm\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .sm\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .sm\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .sm\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .sm\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .sm\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .sm\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose h2 code {
    font-size: 0.875em;
  }

  .sm\:prose h3 code {
    font-size: 0.9em;
  }

  .sm\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .sm\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose ol > li:before {
    left: 0;
  }

  .sm\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm\:prose ul ul, .sm\:prose ul ol, .sm\:prose ol ul, .sm\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose hr + * {
    margin-top: 0;
  }

  .sm\:prose h2 + * {
    margin-top: 0;
  }

  .sm\:prose h3 + * {
    margin-top: 0;
  }

  .sm\:prose h4 + * {
    margin-top: 0;
  }

  .sm\:prose thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose > :first-child {
    margin-top: 0;
  }

  .sm\:prose > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .sm\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .sm\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .sm\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .sm\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .sm\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .sm\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .sm\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .sm\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .sm\:prose-sm code {
    font-size: 0.8571429em;
  }

  .sm\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .sm\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .sm\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .sm\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .sm\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .sm\:prose-sm ol > li:before {
    left: 0;
  }

  .sm\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .sm\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .sm\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul ul, .sm\:prose-sm ul ol, .sm\:prose-sm ol ul, .sm\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .sm\:prose-sm hr + * {
    margin-top: 0;
  }

  .sm\:prose-sm h2 + * {
    margin-top: 0;
  }

  .sm\:prose-sm h3 + * {
    margin-top: 0;
  }

  .sm\:prose-sm h4 + * {
    margin-top: 0;
  }

  .sm\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .sm\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-sm > :first-child {
    margin-top: 0;
  }

  .sm\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-sm {
    color: #333;
  }

  .sm\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .sm\:prose-sm strong {
    color: inherit;
  }

  .sm\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .sm\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .sm\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .sm\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .sm\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .sm\:prose-lg code {
    font-size: 0.8888889em;
  }

  .sm\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .sm\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .sm\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .sm\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ol > li:before {
    left: 0;
  }

  .sm\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .sm\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul ul, .sm\:prose-lg ul ol, .sm\:prose-lg ol ul, .sm\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .sm\:prose-lg hr + * {
    margin-top: 0;
  }

  .sm\:prose-lg h2 + * {
    margin-top: 0;
  }

  .sm\:prose-lg h3 + * {
    margin-top: 0;
  }

  .sm\:prose-lg h4 + * {
    margin-top: 0;
  }

  .sm\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .sm\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-lg > :first-child {
    margin-top: 0;
  }

  .sm\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .sm\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .sm\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .sm\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .sm\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .sm\:prose-xl code {
    font-size: 0.9em;
  }

  .sm\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .sm\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .sm\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .sm\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .sm\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .sm\:prose-xl ol > li:before {
    left: 0;
  }

  .sm\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .sm\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .sm\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul ul, .sm\:prose-xl ul ol, .sm\:prose-xl ol ul, .sm\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .sm\:prose-xl hr + * {
    margin-top: 0;
  }

  .sm\:prose-xl h2 + * {
    margin-top: 0;
  }

  .sm\:prose-xl h3 + * {
    margin-top: 0;
  }

  .sm\:prose-xl h4 + * {
    margin-top: 0;
  }

  .sm\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .sm\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-xl > :first-child {
    margin-top: 0;
  }

  .sm\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .sm\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .sm\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .sm\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .sm\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .sm\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .sm\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .sm\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .sm\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .sm\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .sm\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ol > li:before {
    left: 0;
  }

  .sm\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .sm\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .sm\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul ul, .sm\:prose-2xl ul ol, .sm\:prose-2xl ol ul, .sm\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose-2xl hr + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .sm\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .sm\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:prose {
    color: #333;
    max-width: 65ch;
  }

  .md\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .md\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .md\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .md\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .md\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .md\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .md\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .md\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .md\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .md\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .md\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .md\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .md\:prose code::before {
    content: "`";
  }

  .md\:prose code::after {
    content: "`";
  }

  .md\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .md\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .md\:prose pre code::before {
    content: "";
  }

  .md\:prose pre code::after {
    content: "";
  }

  .md\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .md\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .md\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .md\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .md\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .md\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .md\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .md\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose h2 code {
    font-size: 0.875em;
  }

  .md\:prose h3 code {
    font-size: 0.9em;
  }

  .md\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .md\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose ol > li:before {
    left: 0;
  }

  .md\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .md\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .md\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md\:prose ul ul, .md\:prose ul ol, .md\:prose ol ul, .md\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose hr + * {
    margin-top: 0;
  }

  .md\:prose h2 + * {
    margin-top: 0;
  }

  .md\:prose h3 + * {
    margin-top: 0;
  }

  .md\:prose h4 + * {
    margin-top: 0;
  }

  .md\:prose thead th:first-child {
    padding-left: 0;
  }

  .md\:prose thead th:last-child {
    padding-right: 0;
  }

  .md\:prose tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose > :first-child {
    margin-top: 0;
  }

  .md\:prose > :last-child {
    margin-bottom: 0;
  }

  .md\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .md\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .md\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .md\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .md\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .md\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .md\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .md\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .md\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .md\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .md\:prose-sm code {
    font-size: 0.8571429em;
  }

  .md\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .md\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .md\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .md\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .md\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .md\:prose-sm ol > li:before {
    left: 0;
  }

  .md\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .md\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .md\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul ul, .md\:prose-sm ul ol, .md\:prose-sm ol ul, .md\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .md\:prose-sm hr + * {
    margin-top: 0;
  }

  .md\:prose-sm h2 + * {
    margin-top: 0;
  }

  .md\:prose-sm h3 + * {
    margin-top: 0;
  }

  .md\:prose-sm h4 + * {
    margin-top: 0;
  }

  .md\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .md\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-sm > :first-child {
    margin-top: 0;
  }

  .md\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-sm {
    color: #333;
  }

  .md\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .md\:prose-sm strong {
    color: inherit;
  }

  .md\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .md\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:prose-lg code {
    font-size: 0.8888889em;
  }

  .md\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .md\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .md\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ol > li:before {
    left: 0;
  }

  .md\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .md\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul ul, .md\:prose-lg ul ol, .md\:prose-lg ol ul, .md\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:prose-lg hr + * {
    margin-top: 0;
  }

  .md\:prose-lg h2 + * {
    margin-top: 0;
  }

  .md\:prose-lg h3 + * {
    margin-top: 0;
  }

  .md\:prose-lg h4 + * {
    margin-top: 0;
  }

  .md\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-lg > :first-child {
    margin-top: 0;
  }

  .md\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .md\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .md\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .md\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .md\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .md\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .md\:prose-xl code {
    font-size: 0.9em;
  }

  .md\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .md\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .md\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .md\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .md\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .md\:prose-xl ol > li:before {
    left: 0;
  }

  .md\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .md\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .md\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .md\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .md\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul ul, .md\:prose-xl ul ol, .md\:prose-xl ol ul, .md\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .md\:prose-xl hr + * {
    margin-top: 0;
  }

  .md\:prose-xl h2 + * {
    margin-top: 0;
  }

  .md\:prose-xl h3 + * {
    margin-top: 0;
  }

  .md\:prose-xl h4 + * {
    margin-top: 0;
  }

  .md\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .md\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-xl > :first-child {
    margin-top: 0;
  }

  .md\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .md\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .md\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .md\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .md\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .md\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .md\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .md\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .md\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .md\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .md\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .md\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ol > li:before {
    left: 0;
  }

  .md\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .md\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .md\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul ul, .md\:prose-2xl ul ol, .md\:prose-2xl ol ul, .md\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose-2xl hr + * {
    margin-top: 0;
  }

  .md\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .md\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .md\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .md\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .md\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .md\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .md\:prose {
    color: #333;
    max-width: 65ch;
  }

  .md\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .md\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .md\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .md\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .md\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .md\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .md\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .md\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .md\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .md\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .md\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .md\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .md\:prose code::before {
    content: "`";
  }

  .md\:prose code::after {
    content: "`";
  }

  .md\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .md\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .md\:prose pre code::before {
    content: "";
  }

  .md\:prose pre code::after {
    content: "";
  }

  .md\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .md\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .md\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .md\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .md\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .md\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .md\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .md\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose h2 code {
    font-size: 0.875em;
  }

  .md\:prose h3 code {
    font-size: 0.9em;
  }

  .md\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .md\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose ol > li:before {
    left: 0;
  }

  .md\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .md\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .md\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md\:prose ul ul, .md\:prose ul ol, .md\:prose ol ul, .md\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose hr + * {
    margin-top: 0;
  }

  .md\:prose h2 + * {
    margin-top: 0;
  }

  .md\:prose h3 + * {
    margin-top: 0;
  }

  .md\:prose h4 + * {
    margin-top: 0;
  }

  .md\:prose thead th:first-child {
    padding-left: 0;
  }

  .md\:prose thead th:last-child {
    padding-right: 0;
  }

  .md\:prose tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose > :first-child {
    margin-top: 0;
  }

  .md\:prose > :last-child {
    margin-bottom: 0;
  }

  .md\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .md\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .md\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .md\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .md\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .md\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .md\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .md\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .md\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .md\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .md\:prose-sm code {
    font-size: 0.8571429em;
  }

  .md\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .md\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .md\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .md\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .md\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .md\:prose-sm ol > li:before {
    left: 0;
  }

  .md\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .md\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .md\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul ul, .md\:prose-sm ul ol, .md\:prose-sm ol ul, .md\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .md\:prose-sm hr + * {
    margin-top: 0;
  }

  .md\:prose-sm h2 + * {
    margin-top: 0;
  }

  .md\:prose-sm h3 + * {
    margin-top: 0;
  }

  .md\:prose-sm h4 + * {
    margin-top: 0;
  }

  .md\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .md\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-sm > :first-child {
    margin-top: 0;
  }

  .md\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-sm {
    color: #333;
  }

  .md\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .md\:prose-sm strong {
    color: inherit;
  }

  .md\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .md\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:prose-lg code {
    font-size: 0.8888889em;
  }

  .md\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .md\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .md\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ol > li:before {
    left: 0;
  }

  .md\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .md\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul ul, .md\:prose-lg ul ol, .md\:prose-lg ol ul, .md\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:prose-lg hr + * {
    margin-top: 0;
  }

  .md\:prose-lg h2 + * {
    margin-top: 0;
  }

  .md\:prose-lg h3 + * {
    margin-top: 0;
  }

  .md\:prose-lg h4 + * {
    margin-top: 0;
  }

  .md\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-lg > :first-child {
    margin-top: 0;
  }

  .md\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .md\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .md\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .md\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .md\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .md\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .md\:prose-xl code {
    font-size: 0.9em;
  }

  .md\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .md\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .md\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .md\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .md\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .md\:prose-xl ol > li:before {
    left: 0;
  }

  .md\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .md\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .md\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .md\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .md\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul ul, .md\:prose-xl ul ol, .md\:prose-xl ol ul, .md\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .md\:prose-xl hr + * {
    margin-top: 0;
  }

  .md\:prose-xl h2 + * {
    margin-top: 0;
  }

  .md\:prose-xl h3 + * {
    margin-top: 0;
  }

  .md\:prose-xl h4 + * {
    margin-top: 0;
  }

  .md\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .md\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-xl > :first-child {
    margin-top: 0;
  }

  .md\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .md\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .md\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .md\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .md\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .md\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .md\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .md\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .md\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .md\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .md\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .md\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ol > li:before {
    left: 0;
  }

  .md\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .md\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .md\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul ul, .md\:prose-2xl ul ol, .md\:prose-2xl ol ul, .md\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose-2xl hr + * {
    margin-top: 0;
  }

  .md\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .md\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .md\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .md\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .md\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .md\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .md\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .md\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .md\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-13 {
    padding: 3.25rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-1\/2 {
    padding: 50%;
  }

  .md\:p-1\/3 {
    padding: 33.333333%;
  }

  .md\:p-2\/3 {
    padding: 66.666667%;
  }

  .md\:p-1\/4 {
    padding: 25%;
  }

  .md\:p-2\/4 {
    padding: 50%;
  }

  .md\:p-3\/4 {
    padding: 75%;
  }

  .md\:p-1\/5 {
    padding: 20%;
  }

  .md\:p-2\/5 {
    padding: 40%;
  }

  .md\:p-3\/5 {
    padding: 60%;
  }

  .md\:p-4\/5 {
    padding: 80%;
  }

  .md\:p-1\/6 {
    padding: 16.666667%;
  }

  .md\:p-2\/6 {
    padding: 33.333333%;
  }

  .md\:p-3\/6 {
    padding: 50%;
  }

  .md\:p-4\/6 {
    padding: 66.666667%;
  }

  .md\:p-5\/6 {
    padding: 83.333333%;
  }

  .md\:p-1\/12 {
    padding: 8.333333%;
  }

  .md\:p-2\/12 {
    padding: 16.666667%;
  }

  .md\:p-3\/12 {
    padding: 25%;
  }

  .md\:p-4\/12 {
    padding: 33.333333%;
  }

  .md\:p-5\/12 {
    padding: 41.666667%;
  }

  .md\:p-6\/12 {
    padding: 50%;
  }

  .md\:p-7\/12 {
    padding: 58.333333%;
  }

  .md\:p-8\/12 {
    padding: 66.666667%;
  }

  .md\:p-9\/12 {
    padding: 75%;
  }

  .md\:p-10\/12 {
    padding: 83.333333%;
  }

  .md\:p-11\/12 {
    padding: 91.666667%;
  }

  .md\:p-full {
    padding: 100%;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .md\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .md\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .md\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .md\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .md\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .md\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .md\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .md\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .md\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .md\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .md\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .md\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-13 {
    padding-right: 3.25rem;
  }

  .md\:pl-13 {
    padding-left: 3.25rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pr-15 {
    padding-right: 3.75rem;
  }

  .md\:pl-15 {
    padding-left: 3.75rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pr-1\/2 {
    padding-right: 50%;
  }

  .md\:pl-1\/2 {
    padding-left: 50%;
  }

  .md\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .md\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .md\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .md\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .md\:pr-1\/4 {
    padding-right: 25%;
  }

  .md\:pl-1\/4 {
    padding-left: 25%;
  }

  .md\:pr-2\/4 {
    padding-right: 50%;
  }

  .md\:pl-2\/4 {
    padding-left: 50%;
  }

  .md\:pr-3\/4 {
    padding-right: 75%;
  }

  .md\:pl-3\/4 {
    padding-left: 75%;
  }

  .md\:pr-1\/5 {
    padding-right: 20%;
  }

  .md\:pl-1\/5 {
    padding-left: 20%;
  }

  .md\:pr-2\/5 {
    padding-right: 40%;
  }

  .md\:pl-2\/5 {
    padding-left: 40%;
  }

  .md\:pr-3\/5 {
    padding-right: 60%;
  }

  .md\:pl-3\/5 {
    padding-left: 60%;
  }

  .md\:pr-4\/5 {
    padding-right: 80%;
  }

  .md\:pl-4\/5 {
    padding-left: 80%;
  }

  .md\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .md\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .md\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .md\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .md\:pr-3\/6 {
    padding-right: 50%;
  }

  .md\:pl-3\/6 {
    padding-left: 50%;
  }

  .md\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .md\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .md\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .md\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .md\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .md\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .md\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .md\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .md\:pr-3\/12 {
    padding-right: 25%;
  }

  .md\:pl-3\/12 {
    padding-left: 25%;
  }

  .md\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .md\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .md\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .md\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .md\:pr-6\/12 {
    padding-right: 50%;
  }

  .md\:pl-6\/12 {
    padding-left: 50%;
  }

  .md\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .md\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .md\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .md\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .md\:pr-9\/12 {
    padding-right: 75%;
  }

  .md\:pl-9\/12 {
    padding-left: 75%;
  }

  .md\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .md\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .md\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .md\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .md\:pr-full {
    padding-right: 100%;
  }

  .md\:pl-full {
    padding-left: 100%;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:prose {
    color: #333;
    max-width: 65ch;
  }

  .lg\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .lg\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .lg\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .lg\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .lg\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .lg\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .lg\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .lg\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .lg\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .lg\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg\:prose code::before {
    content: "`";
  }

  .lg\:prose code::after {
    content: "`";
  }

  .lg\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .lg\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg\:prose pre code::before {
    content: "";
  }

  .lg\:prose pre code::after {
    content: "";
  }

  .lg\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .lg\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .lg\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .lg\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .lg\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .lg\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose h2 code {
    font-size: 0.875em;
  }

  .lg\:prose h3 code {
    font-size: 0.9em;
  }

  .lg\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .lg\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose ol > li:before {
    left: 0;
  }

  .lg\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose ul ul, .lg\:prose ul ol, .lg\:prose ol ul, .lg\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose hr + * {
    margin-top: 0;
  }

  .lg\:prose h2 + * {
    margin-top: 0;
  }

  .lg\:prose h3 + * {
    margin-top: 0;
  }

  .lg\:prose h4 + * {
    margin-top: 0;
  }

  .lg\:prose thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose > :first-child {
    margin-top: 0;
  }

  .lg\:prose > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .lg\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .lg\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .lg\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .lg\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .lg\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .lg\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .lg\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .lg\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .lg\:prose-sm code {
    font-size: 0.8571429em;
  }

  .lg\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .lg\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .lg\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .lg\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .lg\:prose-sm ol > li:before {
    left: 0;
  }

  .lg\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .lg\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .lg\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .lg\:prose-sm hr + * {
    margin-top: 0;
  }

  .lg\:prose-sm h2 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h3 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h4 + * {
    margin-top: 0;
  }

  .lg\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .lg\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm > :first-child {
    margin-top: 0;
  }

  .lg\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-sm {
    color: #333;
  }

  .lg\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .lg\:prose-sm strong {
    color: inherit;
  }

  .lg\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg code {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .lg\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ol > li:before {
    left: 0;
  }

  .lg\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .lg\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg hr + * {
    margin-top: 0;
  }

  .lg\:prose-lg h2 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h3 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h4 + * {
    margin-top: 0;
  }

  .lg\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg > :first-child {
    margin-top: 0;
  }

  .lg\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl code {
    font-size: 0.9em;
  }

  .lg\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .lg\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ol > li:before {
    left: 0;
  }

  .lg\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .lg\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .lg\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .lg\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .lg\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .lg\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ol > li:before {
    left: 0;
  }

  .lg\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .lg\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .lg\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul ul, .lg\:prose-2xl ul ol, .lg\:prose-2xl ol ul, .lg\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-2xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose {
    color: #333;
    max-width: 65ch;
  }

  .lg\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .lg\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .lg\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .lg\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .lg\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .lg\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .lg\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .lg\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .lg\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .lg\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg\:prose code::before {
    content: "`";
  }

  .lg\:prose code::after {
    content: "`";
  }

  .lg\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .lg\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg\:prose pre code::before {
    content: "";
  }

  .lg\:prose pre code::after {
    content: "";
  }

  .lg\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .lg\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .lg\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .lg\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .lg\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .lg\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose h2 code {
    font-size: 0.875em;
  }

  .lg\:prose h3 code {
    font-size: 0.9em;
  }

  .lg\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .lg\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose ol > li:before {
    left: 0;
  }

  .lg\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose ul ul, .lg\:prose ul ol, .lg\:prose ol ul, .lg\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose hr + * {
    margin-top: 0;
  }

  .lg\:prose h2 + * {
    margin-top: 0;
  }

  .lg\:prose h3 + * {
    margin-top: 0;
  }

  .lg\:prose h4 + * {
    margin-top: 0;
  }

  .lg\:prose thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose > :first-child {
    margin-top: 0;
  }

  .lg\:prose > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .lg\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .lg\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .lg\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .lg\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .lg\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .lg\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .lg\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .lg\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .lg\:prose-sm code {
    font-size: 0.8571429em;
  }

  .lg\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .lg\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .lg\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .lg\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .lg\:prose-sm ol > li:before {
    left: 0;
  }

  .lg\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .lg\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .lg\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .lg\:prose-sm hr + * {
    margin-top: 0;
  }

  .lg\:prose-sm h2 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h3 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h4 + * {
    margin-top: 0;
  }

  .lg\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .lg\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm > :first-child {
    margin-top: 0;
  }

  .lg\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-sm {
    color: #333;
  }

  .lg\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .lg\:prose-sm strong {
    color: inherit;
  }

  .lg\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg code {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .lg\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ol > li:before {
    left: 0;
  }

  .lg\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .lg\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg hr + * {
    margin-top: 0;
  }

  .lg\:prose-lg h2 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h3 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h4 + * {
    margin-top: 0;
  }

  .lg\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg > :first-child {
    margin-top: 0;
  }

  .lg\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl code {
    font-size: 0.9em;
  }

  .lg\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .lg\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ol > li:before {
    left: 0;
  }

  .lg\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .lg\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .lg\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .lg\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .lg\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .lg\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ol > li:before {
    left: 0;
  }

  .lg\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .lg\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .lg\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul ul, .lg\:prose-2xl ul ol, .lg\:prose-2xl ol ul, .lg\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-2xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  .xl\:prose {
    color: #333;
    max-width: 65ch;
  }

  .xl\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .xl\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .xl\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .xl\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .xl\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .xl\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .xl\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .xl\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .xl\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .xl\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .xl\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .xl\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .xl\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .xl\:prose code::before {
    content: "`";
  }

  .xl\:prose code::after {
    content: "`";
  }

  .xl\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .xl\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .xl\:prose pre code::before {
    content: "";
  }

  .xl\:prose pre code::after {
    content: "";
  }

  .xl\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .xl\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .xl\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .xl\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .xl\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .xl\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .xl\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .xl\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose h2 code {
    font-size: 0.875em;
  }

  .xl\:prose h3 code {
    font-size: 0.9em;
  }

  .xl\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .xl\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose ol > li:before {
    left: 0;
  }

  .xl\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose hr + * {
    margin-top: 0;
  }

  .xl\:prose h2 + * {
    margin-top: 0;
  }

  .xl\:prose h3 + * {
    margin-top: 0;
  }

  .xl\:prose h4 + * {
    margin-top: 0;
  }

  .xl\:prose thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose > :first-child {
    margin-top: 0;
  }

  .xl\:prose > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .xl\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .xl\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .xl\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .xl\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .xl\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .xl\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .xl\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .xl\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .xl\:prose-sm code {
    font-size: 0.8571429em;
  }

  .xl\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .xl\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .xl\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .xl\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .xl\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .xl\:prose-sm ol > li:before {
    left: 0;
  }

  .xl\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .xl\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .xl\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul ul, .xl\:prose-sm ul ol, .xl\:prose-sm ol ul, .xl\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .xl\:prose-sm hr + * {
    margin-top: 0;
  }

  .xl\:prose-sm h2 + * {
    margin-top: 0;
  }

  .xl\:prose-sm h3 + * {
    margin-top: 0;
  }

  .xl\:prose-sm h4 + * {
    margin-top: 0;
  }

  .xl\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .xl\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-sm > :first-child {
    margin-top: 0;
  }

  .xl\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-sm {
    color: #333;
  }

  .xl\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .xl\:prose-sm strong {
    color: inherit;
  }

  .xl\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .xl\:prose-lg code {
    font-size: 0.8888889em;
  }

  .xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .xl\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ol > li:before {
    left: 0;
  }

  .xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .xl\:prose-lg hr + * {
    margin-top: 0;
  }

  .xl\:prose-lg h2 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h3 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h4 + * {
    margin-top: 0;
  }

  .xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg > :first-child {
    margin-top: 0;
  }

  .xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .xl\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .xl\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl\:prose-xl code {
    font-size: 0.9em;
  }

  .xl\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .xl\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .xl\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .xl\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .xl\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .xl\:prose-xl ol > li:before {
    left: 0;
  }

  .xl\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .xl\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .xl\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .xl\:prose-xl hr + * {
    margin-top: 0;
  }

  .xl\:prose-xl h2 + * {
    margin-top: 0;
  }

  .xl\:prose-xl h3 + * {
    margin-top: 0;
  }

  .xl\:prose-xl h4 + * {
    margin-top: 0;
  }

  .xl\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-xl > :first-child {
    margin-top: 0;
  }

  .xl\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .xl\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .xl\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .xl\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .xl\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .xl\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .xl\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .xl\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .xl\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .xl\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ol > li:before {
    left: 0;
  }

  .xl\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .xl\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .xl\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose-2xl hr + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .xl\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .xl\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose {
    color: #333;
    max-width: 65ch;
  }

  .xl\:prose [class~="lead"] {
    color: #4a5568;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose a {
    color: #1a202c;
    text-decoration: underline;
  }

  .xl\:prose strong {
    color: inherit;
    font-weight: 600;
  }

  .xl\:prose ol {
    counter-reset: list-counter;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }

  .xl\:prose ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: 400;
    color: #718096;
  }

  .xl\:prose ul > li {
    position: relative;
    padding-left: 0.75rem;
    font-size: 1.125rem;
  }

  .xl\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .xl\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #1a202c;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .xl\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .xl\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .xl\:prose h1 {
    color: #1a202c;
    font-weight: bold;
    font-size: 2.375rem;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose h2 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .xl\:prose h3 {
    color: #1a202c;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose h4 {
    color: #1a202c;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.25rem;
  }

  .xl\:prose figure figcaption {
    color: #718096;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .xl\:prose code {
    color: #1a202c;
    font-weight: 600;
    font-size: 0.875em;
  }

  .xl\:prose code::before {
    content: "`";
  }

  .xl\:prose code::after {
    content: "`";
  }

  .xl\:prose pre {
    color: #e2e8f0;
    background-color: #2d3748;
    overflow-x: auto;
    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;
  }

  .xl\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .xl\:prose pre code::before {
    content: "";
  }

  .xl\:prose pre code::after {
    content: "";
  }

  .xl\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .xl\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

  .xl\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
  }

  .xl\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .xl\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .xl\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-size: 1.125rem;
  }

  .xl\:prose img {
    margin-top: 0px;
    margin-bottom: 2em;
  }

  .xl\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose h2 code {
    font-size: 0.875em;
  }

  .xl\:prose h3 code {
    font-size: 0.9em;
  }

  .xl\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
  }

  .xl\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose ol > li:before {
    left: 0;
  }

  .xl\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose hr + * {
    margin-top: 0;
  }

  .xl\:prose h2 + * {
    margin-top: 0;
  }

  .xl\:prose h3 + * {
    margin-top: 0;
  }

  .xl\:prose h4 + * {
    margin-top: 0;
  }

  .xl\:prose thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose > :first-child {
    margin-top: 0;
  }

  .xl\:prose > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .xl\:prose ul > li:before {
    background-color: transparent;
    content: "-";
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .xl\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .xl\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    font-size: 1rem;
  }

  .xl\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-sm h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
  }

  .xl\:prose-sm h2 {
    font-size: 1.25rem;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-weight: bold;
  }

  .xl\:prose-sm h3 {
    font-size: 1.125rem;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
    font-weight: bold;
  }

  .xl\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
    font-size: 1rem;
    font-weight: bold;
  }

  .xl\:prose-sm img {
    margin-top: 0px;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .xl\:prose-sm code {
    font-size: 0.8571429em;
  }

  .xl\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .xl\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .xl\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    margin-left: auto;
  }

  .xl\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .xl\:prose-sm ol > li {
    padding-left: 1.5714286em;
    font-size: 1rem;
  }

  .xl\:prose-sm ol > li:before {
    left: 0;
  }

  .xl\:prose-sm ul > li {
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  .xl\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .xl\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul ul, .xl\:prose-sm ul ol, .xl\:prose-sm ol ul, .xl\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .xl\:prose-sm hr + * {
    margin-top: 0;
  }

  .xl\:prose-sm h2 + * {
    margin-top: 0;
  }

  .xl\:prose-sm h3 + * {
    margin-top: 0;
  }

  .xl\:prose-sm h4 + * {
    margin-top: 0;
  }

  .xl\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .xl\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-sm > :first-child {
    margin-top: 0;
  }

  .xl\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-sm {
    color: #333;
  }

  .xl\:prose-sm h5 {
    font-size: 1rem;
    font-weight: bold;
  }

  .xl\:prose-sm strong {
    color: inherit;
  }

  .xl\:prose-sm ul > li:before {
    background-color: transparent;
    content: -;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .xl\:prose-lg code {
    font-size: 0.8888889em;
  }

  .xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .xl\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ol > li:before {
    left: 0;
  }

  .xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .xl\:prose-lg hr + * {
    margin-top: 0;
  }

  .xl\:prose-lg h2 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h3 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h4 + * {
    margin-top: 0;
  }

  .xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg > :first-child {
    margin-top: 0;
  }

  .xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .xl\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .xl\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl\:prose-xl code {
    font-size: 0.9em;
  }

  .xl\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .xl\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .xl\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .xl\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .xl\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .xl\:prose-xl ol > li:before {
    left: 0;
  }

  .xl\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .xl\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .xl\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .xl\:prose-xl hr + * {
    margin-top: 0;
  }

  .xl\:prose-xl h2 + * {
    margin-top: 0;
  }

  .xl\:prose-xl h3 + * {
    margin-top: 0;
  }

  .xl\:prose-xl h4 + * {
    margin-top: 0;
  }

  .xl\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-xl > :first-child {
    margin-top: 0;
  }

  .xl\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .xl\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .xl\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .xl\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .xl\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .xl\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .xl\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .xl\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .xl\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .xl\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ol > li:before {
    left: 0;
  }

  .xl\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .xl\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .xl\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose-2xl hr + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .xl\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .xl\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-13 {
    padding: 3.25rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-15 {
    padding: 3.75rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:p-1\/2 {
    padding: 50%;
  }

  .xl\:p-1\/3 {
    padding: 33.333333%;
  }

  .xl\:p-2\/3 {
    padding: 66.666667%;
  }

  .xl\:p-1\/4 {
    padding: 25%;
  }

  .xl\:p-2\/4 {
    padding: 50%;
  }

  .xl\:p-3\/4 {
    padding: 75%;
  }

  .xl\:p-1\/5 {
    padding: 20%;
  }

  .xl\:p-2\/5 {
    padding: 40%;
  }

  .xl\:p-3\/5 {
    padding: 60%;
  }

  .xl\:p-4\/5 {
    padding: 80%;
  }

  .xl\:p-1\/6 {
    padding: 16.666667%;
  }

  .xl\:p-2\/6 {
    padding: 33.333333%;
  }

  .xl\:p-3\/6 {
    padding: 50%;
  }

  .xl\:p-4\/6 {
    padding: 66.666667%;
  }

  .xl\:p-5\/6 {
    padding: 83.333333%;
  }

  .xl\:p-1\/12 {
    padding: 8.333333%;
  }

  .xl\:p-2\/12 {
    padding: 16.666667%;
  }

  .xl\:p-3\/12 {
    padding: 25%;
  }

  .xl\:p-4\/12 {
    padding: 33.333333%;
  }

  .xl\:p-5\/12 {
    padding: 41.666667%;
  }

  .xl\:p-6\/12 {
    padding: 50%;
  }

  .xl\:p-7\/12 {
    padding: 58.333333%;
  }

  .xl\:p-8\/12 {
    padding: 66.666667%;
  }

  .xl\:p-9\/12 {
    padding: 75%;
  }

  .xl\:p-10\/12 {
    padding: 83.333333%;
  }

  .xl\:p-11\/12 {
    padding: 91.666667%;
  }

  .xl\:p-full {
    padding: 100%;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xl\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xl\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xl\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xl\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .xl\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .xl\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xl\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xl\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .xl\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .xl\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .xl\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .xl\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xl\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xl\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .xl\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .xl\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pr-13 {
    padding-right: 3.25rem;
  }

  .xl\:pl-13 {
    padding-left: 3.25rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pr-15 {
    padding-right: 3.75rem;
  }

  .xl\:pl-15 {
    padding-left: 3.75rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:pr-1\/2 {
    padding-right: 50%;
  }

  .xl\:pl-1\/2 {
    padding-left: 50%;
  }

  .xl\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .xl\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .xl\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .xl\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .xl\:pr-1\/4 {
    padding-right: 25%;
  }

  .xl\:pl-1\/4 {
    padding-left: 25%;
  }

  .xl\:pr-2\/4 {
    padding-right: 50%;
  }

  .xl\:pl-2\/4 {
    padding-left: 50%;
  }

  .xl\:pr-3\/4 {
    padding-right: 75%;
  }

  .xl\:pl-3\/4 {
    padding-left: 75%;
  }

  .xl\:pr-1\/5 {
    padding-right: 20%;
  }

  .xl\:pl-1\/5 {
    padding-left: 20%;
  }

  .xl\:pr-2\/5 {
    padding-right: 40%;
  }

  .xl\:pl-2\/5 {
    padding-left: 40%;
  }

  .xl\:pr-3\/5 {
    padding-right: 60%;
  }

  .xl\:pl-3\/5 {
    padding-left: 60%;
  }

  .xl\:pr-4\/5 {
    padding-right: 80%;
  }

  .xl\:pl-4\/5 {
    padding-left: 80%;
  }

  .xl\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .xl\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .xl\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .xl\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .xl\:pr-3\/6 {
    padding-right: 50%;
  }

  .xl\:pl-3\/6 {
    padding-left: 50%;
  }

  .xl\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .xl\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .xl\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .xl\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .xl\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .xl\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .xl\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .xl\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .xl\:pr-3\/12 {
    padding-right: 25%;
  }

  .xl\:pl-3\/12 {
    padding-left: 25%;
  }

  .xl\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .xl\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .xl\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .xl\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .xl\:pr-6\/12 {
    padding-right: 50%;
  }

  .xl\:pl-6\/12 {
    padding-left: 50%;
  }

  .xl\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .xl\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .xl\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .xl\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .xl\:pr-9\/12 {
    padding-right: 75%;
  }

  .xl\:pl-9\/12 {
    padding-left: 75%;
  }

  .xl\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .xl\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .xl\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .xl\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .xl\:pr-full {
    padding-right: 100%;
  }

  .xl\:pl-full {
    padding-left: 100%;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
  }
}


/*# sourceMappingURL=main-61e23559.css.map*/