/*! 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: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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: currentColor; /* 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::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

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

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

html {
  scroll-behavior: smooth;
}

.jump-link {
  visibility: none;
  position: absolute;
  top: -96px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-pagemargin {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

@media (min-width: 768px) {
  .p-pagemargin {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }
}

@media (min-width: 0) and (max-width: 767.5px) {
  .md-max\:p-pagemargin {
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.hc-layout {
  padding: 0 1.6875rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .hc-layout {
    padding: 0 7.25rem;
    grid-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}

body {
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  position: relative;
  font-family: LL Circular Pro Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

body > main {
  max-width: 85.375rem;
}

.bleed-x,
  .bleed-right {
  margin-right: -1.6875rem;
}

@media (min-width: 768px) {
  .bleed-x,
    .bleed-right {
    margin-right: -7.25rem;
  }
}

@media (min-width: 1024px) {
  .bleed-x,
    .bleed-right {
    margin-right: -14.5rem;
  }
}

.bleed-x,
  .bleed-left {
  margin-left: -1.6875rem;
}

@media (min-width: 768px) {
  .bleed-x,
    .bleed-left {
    margin-left: -7.25rem;
  }
}

@media (min-width: 1024px) {
  .bleed-x,
    .bleed-left {
    margin-left: -14.5rem;
  }
}

.bleed-right,
  .bleed-left {
  max-width: calc(100% + 1.6875rem);
}

@media (min-width: 768px) {
  .bleed-right,
    .bleed-left {
    max-width: calc(100% + 7.25rem);
  }
}

@media (min-width: 1024px) {
  .bleed-right,
    .bleed-left {
    max-width: calc(100% + 14.5rem);
  }
}

/* Both */

.bleed-x,
  .bleed-left.bleed-right {
  max-width: calc(100% + 3.375rem);
}

@media (min-width: 768px) {
  .bleed-x,
    .bleed-left.bleed-right {
    max-width: calc(100% + 14.5rem);
  }
}

@media (min-width: 1024px) {
  .bleed-x,
    .bleed-left.bleed-right {
    max-width: calc(100% + 29rem);
  }
}

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * dscout.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2018
 */

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-medium.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-medium.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-book.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-book.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-bold.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-bold.woff") format("woff");

  font-weight: 700;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-black.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-bookitalic.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-bookitalic.woff") format("woff");

  font-weight: 300;

  font-style: italic;

  font-display: fallback;
}

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-mediumitalic.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-mediumitalic.woff") format("woff");

  font-weight: 400;

  font-style: italic;

  font-display: fallback;
}

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-bolditalic.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-bolditalic.woff") format("woff");

  font-weight: 700;

  font-style: italic;

  font-display: fallback;
}

@font-face {
  font-family: "LL Circular Pro Web";

  src: url("/static/assets/fonts/circular/lineto-circular-pro-blackitalic.woff2") format("woff2"), url("/static/assets/fonts/circular/lineto-circular-pro-blackitalic.woff") format("woff");

  font-weight: 900;

  font-style: italic;

  font-display: fallback;
}

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * dscout.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Typoforge.com, 2018
 */

@font-face {
  font-family: 'Kapra Neue';

  src: url("/static/assets/fonts/kapra/typoforge-kapra-neue-regular.woff2") format("woff2"), url("/static/assets/fonts/kapra/typoforge-kapra-neue-regular.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: 'Kapra Neue';

  src: url("/static/assets/fonts/kapra/typoforge-kapra-neue-medium.woff2") format("woff2"), url("/static/assets/fonts/kapra/typoforge-kapra-neue-medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: 'Kapra Neue';

  src: url("/static/assets/fonts/kapra/typoforge-kapra-neue-bold.woff2") format("woff2"), url("/static/assets/fonts/kapra/typoforge-kapra-neue-bold.woff") format("woff");

  font-weight: 700;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: 'Kapra Neue';

  src: url("/static/assets/fonts/kapra/typoforge-kapra-neue-black.woff2") format("woff2"), url("/static/assets/fonts/kapra/typoforge-kapra-neue-black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: fallback;
}

@font-face {
  font-family: 'Kapra Neue';

  src: url("/static/assets/fonts/kapra/typoforge-kapra-neue-mediumitalic.woff2") format("woff2"), url("/static/assets/fonts/kapra/typoforge-kapra-neue-mediumitalic.woff") format("woff");

  font-weight: 500;

  font-style: italic;
}

.heading-1 {
  line-height: 1.25;
  font-size: 3rem;
  font-weight: 700;
}

.heading-2 {
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-3 {
  line-height: 1.3125;
  font-size: 2rem;
  font-weight: 700;
}

.heading-4 {
  line-height: 1.33333;
  font-size: 1.5rem;
  font-weight: 700;
}

.heading-5 {
  line-height: 1.27778;
  font-size: 1.125rem;
  font-weight: 700;
}

.heading-6 {
  line-height: 1.91667;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
}

@media (min-width: 0) and (max-width: 767.5px) {
  .heading-1 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .heading-2 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .heading-3 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .heading-4 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .heading-5,
  .heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }
}

.p1 {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
}

.p1:link,
  .p1 :link {
  font-weight: 500;
}

.p2 {
  font-size: 0.875rem;
  line-height: 1.5;
}

.container {
  width: 100%;
}

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

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

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

.form-input {
  -webkit-appearance: none;
     -moz-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::-moz-placeholder {
  color: #9fa6b2;
  opacity: 1;
}

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

.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;
     -moz-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::-moz-placeholder {
  color: #9fa6b2;
  opacity: 1;
}

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

.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;
     -moz-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;
     -moz-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;
     -moz-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;
     -moz-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;
     -moz-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;
     -moz-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: #4a5568;
  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: none;
  font-weight: 600;
}

.prose strong {
  color: #1a202c;
  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;
}

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

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.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: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

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

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

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

.prose img {
  margin-top: 2em;
  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;
}

.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 h1, .prose h2, .prose h3, .prose h4 {
}

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

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

.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: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

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

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img {
  margin-top: 1.7142857em;
  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;
}

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

.prose-sm ol > li {
  padding-left: 1.5714286em;
}

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

.prose-sm ul > li {
  padding-left: 1.5714286em;
}

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

.hc-header {
  width: 100%;
  margin-bottom: 0;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .hc-header {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #e8e8e8;
    border-color: rgba(232, 232, 232, var(--border-opacity));
  }
}

@media (min-width: 1024px) {
  .hc-header {
    padding-left: 3.8125rem;
    padding-right: 3.8125rem;
  }
}

@media (min-width: 1280px) {
  .hc-header {
    padding-left: 7.0625rem;
    padding-right: 7.0625rem;
  }
}

.hc-nav {
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-width: 82rem;
  padding: 0;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 1001;
}

@media (min-width: 768px) {
  .hc-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .hc-nav {
    min-height: 5.9375rem;
    padding-top: 1rem;
  }
}

.hc-people-nerds-nav {
  max-width: 82rem;
}

.hc-people-nerds-nav .halftone-svg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hc-people-nerds-nav .halftone-svg svg {
  z-index: 0;
  position: absolute;
  top: -108%;
  bottom: -92%;
  left: -33%;
  right: -40%;
  width: 170%;
  height: 300%;
  transform: translate(-24%, -9%);
}

.hc-nav__logo {
  height: 66px;
  font-size: 0;
  position: relative;
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 0) and (max-width: 767.5px) {
  .hc-nav__logo {
    width: 100%;
    max-width: calc(100% - 80px);
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  .hc-nav__logo {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .hc-nav__logo {
    top: -1px;
    min-width: 126px;
  }
}

.hc-nav__logo > a {
  border: none !important;
}

.hc-nav__logo svg {
  vertical-align: middle;
  fill: currentColor;
}

@media (min-width: 640px) {
  .hc-nav__logo svg path:not(:first-child) {
    display: none;
  }
}

.hc-nav__list-wrap {
  display: flex;
  width: 100%;
}

@media (min-width: 0) and (max-width: 767.5px) {
  .hc-nav__list-wrap {
    overflow-y: hidden;
    height: auto;
    max-height: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #e8e8e8;
    border-color: rgba(232, 232, 232, var(--border-opacity));
    box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.12);
  }

  [id="id_nav_toggle"]:checked ~ .hc-nav__list-wrap {
    max-height: 100rem;
    opacity: 1.0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
  }
}

@media (min-width: 768px) {
  .hc-nav__list-wrap {
    display: flex;
    min-height: 60px;
  }
}

.hc-nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .hc-nav__list {
    font-weight: 300;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 300;
    flex-direction: row;
    margin-left: auto;
    margin-right: 0;
    width: auto;
    align-items: center;
    display: flex;
  }
}

@media (min-width: 640px) {
  .hc-nav__list {
    height: auto;
  }

  [id="id_nav_toggle"]:checked ~ .hc-nav__list {
    display: flex;
  }

  .hc-nav__list .hc-nav__dropdown {
    padding: 0;
    display: block;
    text-align: left;
    position: static;
  }
}

.hc-nav__list .icon-carat {
  display: block;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .hc-nav__list .icon-carat {
    margin-left: 0.4em;
    transform: rotate(-90deg);
    transition: transform 0.2s;
  }
}

@media (min-width: 1024px) {
  .hc-nav__item__label {
    cursor: pointer;
    display: flex;
    position: relative;
  }
}

.hc-nav__dropdown {
  display: none;
}

.hc-nav__toggle {
  cursor: pointer;
  height: 19px;
  right: 28px;
  top: 26px;
  padding: 0 !important;
  transform: rotate(0deg);
  transition: 0.5s ease;
  width: 23px;
  margin-right: 0;
  position: fixed;
  margin-left: auto;
  margin-bottom: 0;
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

.hc-nav__toggle::hover, .hc-nav__toggle::focus {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

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

.hc-nav__toggle span, .hc-nav__toggle::before, .hc-nav__toggle::after {
  content: "";
  height: 2px;
  transform: rotate(0deg);
  background-color: #000;
  background-color: currentColor;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  opacity: 1.0;
  left: 0;
  display: block;
  width: 100%;
}

.hc-nav__toggle::before {
  top: 0;
  transform-origin: left center;
}

.hc-nav__toggle span {
  top: 9px;
  transform-origin: left center;
}

.hc-nav__toggle::after {
  top: 18px;
  transform-origin: left center;
}

[id="id_nav_toggle"]:checked ~ .hc-nav__toggle::before {
  left: 4px;
  top: 1px;
  transform: rotate(45deg);
}

[id="id_nav_toggle"]:checked ~ .hc-nav__toggle span {
  opacity: 0;
  width: 0;
}

[id="id_nav_toggle"]:checked ~ .hc-nav__toggle::after {
  left: 4px;
  top: 17px;
  transform: rotate(-45deg);
}

@apply flex

    @screen md {
  .hc-nav__item.hc-nav__item--with-dropdown > .hc-nav__item__label {
    cursor: pointer;
  }
}

.hc-nav__item.hc-nav__item--with-dropdown > .hc-nav__item__label.is-open {
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 768px) {
  .hc-nav__sign-in-button {
    min-width: 115px;
    min-height: 44px;
    padding: 8px 30px;
    font-weight: 500;
    --text-opacity: 1;
    color: #222222;
    color: rgba(34, 34, 34, var(--text-opacity));
    text-align: center;
    --border-opacity: 1;
    border-color: #222222;
    border-color: rgba(34, 34, 34, var(--border-opacity));
    border-radius: 0.5rem;
    border-width: 1px;
    justify-content: center;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hc-nav__sign-in-button:hover, .hc-nav__sign-in-button:focus {
    --bg-opacity: 1;
    background-color: #222222;
    background-color: rgba(34, 34, 34, var(--bg-opacity));
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}

.hc-btn {
  border-color: currentColor;
  min-height: 2.75rem;
  min-width: 9.3125rem;
  padding: 0.6875rem 2rem 0.8125rem;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 1px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.hc-btn.bg-white {
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

.hc-btn.bg-black {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #979797;
  border-color: rgba(151, 151, 151, var(--border-opacity));
}

.hc-card {
  background-clip: border-box;
  border-radius: 1.5rem;
  box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.12);
  position: relative;
}

.hc-card--fullbleed {
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .hc-card--fullbleed::before {
    content: "";
    position: absolute;
    --bg-opacity: 1;
    background-color: #222222;
    background-color: rgba(34, 34, 34, var(--bg-opacity));
    z-index: -1;
    height: 100%;
    box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.12);
    border-radius: 1.5rem;
    width: calc(100% + 148px);
  }

  .hc-block-align-right .hc-card--fullbleed::before {
    left: -148px;
  }

  .hc-block-align-left .hc-card--fullbleed::before {
    right: -148px;
  }
}

@media (min-width: 0) and (max-width: 767.5px) {
  .hc-layout .hc-card--fullbleed {
    width: calc(100% + 3.375rem);
    margin-left: -1.6875rem;
    margin-right: -1.6875rem;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}

.hc-card--opportunity {
  border-radius: 1.5rem;
}

.hc-card--cta-collage {
  padding: 3.25rem 2rem 2.8125rem;
}

.hc-card--gradient-top {
  background-clip: border-box;
  padding: 3.25rem 2rem 2.8125rem;
  overflow: hidden;
  z-index: 1;
  height: auto;
  position: relative;
  box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.12);
}

@media (min-width: 1024px) {
  .hc-card--gradient-top {
    padding: 4.6875rem 3rem 4rem 3rem;
  }
}

.hc-card--gradient-top::before {
  background: linear-gradient(to right, red, purple);
  content: "";
  height: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .hc-card--gradient-top::before {
    height: 0.8125rem;
  }
}

.hc-card--gradient-top--red_purple::before {
  background: linear-gradient(to right, #ff2d55, #776fc7);
}

.hc-card--gradient-top--pink_gold::before {
  background: linear-gradient(to right, #f2659a, #fead04);
}

.hc-card--gradient-top--dscout_aqua::before {
  background: linear-gradient(to right, #1d83f6, #8cffd0);
}

.hc-testimonial-carousel,
.hc-testimonial-grid {
  position: relative;
  z-index: 1;
}

.hc-testimonial-carousel::before,
  .hc-testimonial-grid::before {
  content: "";
  display: block;
  height: 19.625rem;
  left: -100%;
  right: -100%;
  position: absolute;
  bottom: 0;
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  z-index: -1;
  pointer-events: none;
}

.hc-testimonial-carousel::before {
  bottom: 0;
}

.hc-testimonial-grid::before {
  top: 0;
}

.hc-testimonial__portrait {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hc-testimonial__portrait > img {
  border: 8px solid white;
  border-radius: 100%;
  height: calc(108px + 16px);
  position: relative;
  width: auto;
  z-index: 1;
}

.hc-testimonial__portrait:before {
  background: black;
  border-radius: 100%;
  bottom: -4px;
  content: "";
  display: block;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 0;
}

.hc-testimonial__portrait--pink_gold::before {
  background: linear-gradient(to bottom, #f2659a, #fead04);
}

.hc-testimonial__portrait--dscout_aqua::before {
  background: linear-gradient(to bottom, #8cffd0, #1d83f6);
}

.hc-testimonial__portrait--purple_red::before {
  background: linear-gradient(to bottom, #776fc7, #ff2d55);
}

.hc-heading-hairline {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.hc-heading-hairline:after {
  content: "";
  margin-left: 1.75rem;
  flex: 1 1 0%;
  order: 1;
  height: 1px;
  --bg-opacity: 1;
  background-color: #e8e8e8;
  background-color: rgba(232, 232, 232, var(--bg-opacity));
}

.simple-subscribe-form {
  padding-right: 7.5rem;
  max-width: 20rem;
}

.simple-subscribe-form .hs_email > 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;
}

.simple-subscribe-form .hbspt-form {
  width: 100%;
}

.simple-subscribe-form .hs-input[type="email"] {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --text-opacity: 1;
  color: #2a2a2a;
  color: rgba(42, 42, 42, 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);
  border-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.875rem;
  font-weight: 300;
  transition-duration: 250ms;
  --bg-opacity: 1;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
  border-radius: 0.5rem;
}

.simple-subscribe-form .hs-input[type="email"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.simple-subscribe-form button {
  background: inherit;
}

.simple-subscribe-form .hs_submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 768px) {
  .simple-subscribe-form .hs_submit {
    float: right;
  }
}

.simple-subscribe-form .hs_submit button,
    .simple-subscribe-form .hs_submit [type="button"],
    .simple-subscribe-form .hs_submit [type="reset"],
    .simple-subscribe-form .hs_submit [type="submit"] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --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);
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  font-size: 0.875rem;
  transition-duration: 250ms;
  border-radius: 0.5rem;
}

.simple-subscribe-form .hs_submit button:focus, .simple-subscribe-form .hs_submit button:hover,
      .simple-subscribe-form .hs_submit [type="button"]:focus,
      .simple-subscribe-form .hs_submit [type="button"]:hover,
      .simple-subscribe-form .hs_submit [type="reset"]:focus,
      .simple-subscribe-form .hs_submit [type="reset"]:hover,
      .simple-subscribe-form .hs_submit [type="submit"]:focus,
      .simple-subscribe-form .hs_submit [type="submit"]:hover {
  --bg-opacity: 1;
  background-color: #1d83f6;
  background-color: rgba(29, 131, 246, var(--bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  cursor: pointer;
}

.simple-subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #ff2d55;
  color: rgba(255, 45, 85, var(--text-opacity));
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0.9375rem;
  position: absolute;
}

.hc-header-vline {
  width: 1px;
  left: 50%;
  right: 50%;
  top: 1px;
  bottom: 1px;
  height: calc(100% - 2px);
}

.hc-contact-form.hc-contact-form.hc-contact-form {
  width: 100%;
}

.hc-contact-form.hc-contact-form.hc-contact-form .hbspt-form {
  width: 100%;
}

.hc-contact-form.hc-contact-form.hc-contact-form .hs-form-field {
  padding-top: 1.5rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form fieldset {
  display: block;
  width: 100%;
  max-width: 100%;
}

.hc-contact-form.hc-contact-form.hc-contact-form fieldset.form-columns-2 .input {
  margin-right: 1rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form fieldset.form-columns-1 .input {
  margin-right: 1rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form fieldset.form-columns-1 textarea {
  width: 100%;
}

.hc-contact-form.hc-contact-form.hc-contact-form .hs_how_can_we_help_you > label,
  .hc-contact-form.hc-contact-form.hc-contact-form .hs-form-field > label {
  text-align: left;
  --text-opacity: 1;
  color: #dedede;
  color: rgba(222, 222, 222, var(--text-opacity));
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  padding-bottom: 2px;
}

.hc-contact-form.hc-contact-form.hc-contact-form textarea,
  fieldset.form-columns-1 .hc-contact-form.hc-contact-form.hc-contact-form textarea,
  .hc-contact-form.hc-contact-form.hc-contact-form input[type="text"],
  fieldset.form-columns-1
  .hc-contact-form.hc-contact-form.hc-contact-form input[type="text"],
  .hc-contact-form.hc-contact-form.hc-contact-form input[type="email"],
  fieldset.form-columns-1
  .hc-contact-form.hc-contact-form.hc-contact-form input[type="email"],
  .hc-contact-form.hc-contact-form.hc-contact-form input[type="select"],
  fieldset.form-columns-1
  .hc-contact-form.hc-contact-form.hc-contact-form input[type="select"] {
  padding: 10px 16px 13px;
  min-height: 44px;
  text-align: left;
  letter-spacing: 0;
  border-radius: 0.5rem;
  --text-opacity: 1;
  color: #776fc7;
  color: rgba(119, 111, 199, var(--text-opacity));
  font-size: 1rem;
  line-height: 1;
  width: 100%;
  margin-right: 0.75rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form input[type="email"] {
  width: 100%;
}

.hc-contact-form.hc-contact-form.hc-contact-form input[type="submit"] {
  border-radius: 0.5rem;
  --bg-opacity: 1;
  background-color: #776fc7;
  background-color: rgba(119, 111, 199, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  letter-spacing: 0;
  text-align: center;
  padding: 0.75rem;
  margin-top: 2rem;
  min-width: 116px;
}

.hc-contact-form.hc-contact-form.hc-contact-form input[type="submit"]:hover, .hc-contact-form.hc-contact-form.hc-contact-form input[type="submit"]:focus {
  --text-opacity: 1;
  color: #776fc7;
  color: rgba(119, 111, 199, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  cursor: pointer;
}

.hc-contact-form.hc-contact-form.hc-contact-form .hs_how_can_we_help_you > label {
  margin-bottom: 0.5rem;
}


  .hc-contact-form.hc-contact-form.hc-contact-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  line-height: 1.25;
}

.hc-contact-form.hc-contact-form.hc-contact-form .hs-form-radio {
  font-size: 1rem;
  line-height: 1;
  margin-top: 1.25rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form .hs-form-radio:first-child {
  margin-top: 0.5rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form input[type="radio"],
  .hc-contact-form.hc-contact-form.hc-contact-form input[type="checkbox"] {
  margin-right: 0.75rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form .hs-error-msgs {
  font-size: 0.75rem;
  --border-opacity: 1;
  border-color: #ff2d55;
  border-color: rgba(255, 45, 85, var(--border-opacity));
  border-left-width: 2px;
  --bg-opacity: 1;
  background-color: #2a2a2a;
  background-color: rgba(42, 42, 42, var(--bg-opacity));
  font-weight: 700;
  margin-right: 0.75rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hc-contact-form.hc-contact-form.hc-contact-form textarea {
  line-height: 1.5;
}

.hc-contact-form.hc-contact-form.hc-contact-form.light-form .hs_how_can_we_help_you > label,
  .hc-contact-form.hc-contact-form.hc-contact-form.light-form .hs-form-field > label {
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
}

.hc-contact-form.hc-contact-form.hc-contact-form.light-form .hs-error-msgs {
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
}

.hc-contact-form.hc-contact-form.hc-contact-form.light-form input[type="submit"] {
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hc-contact-form.hc-contact-form.hc-contact-form.light-form textarea,
  fieldset.form-columns-1 .hc-contact-form.hc-contact-form.hc-contact-form.light-form textarea,
  .hc-contact-form.hc-contact-form.hc-contact-form.light-form input[type="text"],
  fieldset.form-columns-1
  .hc-contact-form.hc-contact-form.hc-contact-form.light-form input[type="text"],
  .hc-contact-form.hc-contact-form.hc-contact-form.light-form input[type="email"],
  fieldset.form-columns-1
  .hc-contact-form.hc-contact-form.hc-contact-form.light-form input[type="email"],
  .hc-contact-form.hc-contact-form.hc-contact-form.light-form input[type="select"],
  fieldset.form-columns-1
  .hc-contact-form.hc-contact-form.hc-contact-form.light-form input[type="select"] {
  --bg-opacity: 1;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
}

/**
 *  Story Content
 */

/* Prose */

[data-block="richText"] p + p,
[data-block="richText"] p + h2,
[data-block="richText"] p + h3,
[data-block="richText"] p + h4,
[data-block="richText"] p + h5,
[data-block="richText"] p + h6,
[data-block="richText"] ol + p,
[data-block="richText"] ol + h2,
[data-block="richText"] ol + h3,
[data-block="richText"] ol + h4,
[data-block="richText"] ol + h5,
[data-block="richText"] ol + h6,
[data-block="richText"] ul + p,
[data-block="richText"] ul + h2,
[data-block="richText"] ul + h3,
[data-block="richText"] ul + h4,
[data-block="richText"] ul + h5,
[data-block="richText"] ul + h6 {
  padding-top: 2.5rem;
}

[data-block="richText"] p + ol,
[data-block="richText"] p + ul {
  padding-top: 1rem;
}

[data-block="richText"] p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
}

[data-block="richText"] p a {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

[data-block="richText"] p a:hover {
  text-decoration: underline;
}

[data-block="richText"] a[name]::before {
  content: "";
  margin-top: -30px;
  height: 30px;
  width: 100%;
  display: inline-block;
  pointer-events: none;
}

@media (min-width: 768px) {
  [data-block="richText"] a[name]::before {
    margin-top: -185px;
    height: 185px;
  }
}

[data-block="richText"] a[href] {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

[data-block="richText"] a[href]:hover {
  text-decoration: underline;
}

[data-block="richText"] h2 {
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  padding-bottom: 0.25rem;
}

[data-block="richText"] h3 {
  line-height: 1.3125;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  padding-bottom: 0.25rem;
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

[data-block="richText"] h4 {
  line-height: 1.33333;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  padding-bottom: 0.25rem;
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

[data-block="richText"] h5 {
  line-height: 1.27778;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  padding-bottom: 0.25rem;
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

[data-block="richText"] h6 {
  line-height: 1.91667;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  display: block;
  padding-bottom: 0.25rem;
  --text-opacity: 1;
  color: #2a2a2a;
  color: rgba(42, 42, 42, var(--text-opacity));
  text-transform: uppercase;
}

[data-block="richText"] ol, [data-block="richText"] ul {
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 3em;
  list-style-position: outside;
}

[data-block="richText"] ol a, [data-block="richText"] ul a {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

[data-block="richText"] ol a:hover, [data-block="richText"] ul a:hover {
  text-decoration: underline;
}

[data-block="richText"] ol {
  list-style-type: decimal;
}

[data-block="richText"] ol ol {
  list-style-type: lower-alpha;
}

[data-block="richText"] ol ol ol {
  list-style-type: lower-roman;
}

[data-block="richText"] ul {
  list-style-type: disc;
}

[data-block="richText"] li > ol {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 3em;
}

[data-block="richText"] li > ul {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 3em;
}

.hc-storyContent__table {
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

.hc-storyContent__table table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.12);
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}

.hc-storyContent__table td,
  .hc-storyContent__table th {
  border-left: solid white 1px;
  border-top: solid white 1px;
}

.hc-storyContent__table td:first-child,
  .hc-storyContent__table th:first-child {
  border-left: none;
}

.hc-storyContent__table th:first-child {
  border-radius: 6px 0 0 0;
}

.hc-storyContent__table th:last-child {
  border-radius: 0 6px 0 0;
}

.hc-storyContent__table th:only-child {
  border-radius: 6px 6px 0 0;
}

.hc-storyContent__table th {
  background: #d6d4ee;
  border-top: none;
  padding: 15px 30px 15px 32px;
  text-align: left;
  line-height: 1.27778;
  font-size: 1.125rem;
  font-weight: 700;
}

.hc-storyContent__table td {
  padding: 15px 30px 15px 32px;
}

.hc-storyContent__table tr:nth-child(odd) {
  background: #fafafa;
}

.entry--sign-up {
  min-height: 100vh;
}

.entry--sign-up .c-nav {
  background: transparent;
  justify-content: space-between;
  position: relative;
  display: flex;
}

.entry--sign-up .c-nav .btn--icon {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: medium;
  outline: none;
  background: rgba(34, 34, 34, 0.05);
  border-radius: 50%;
  color: #222;
  padding: .2em;
  stroke-width: 2;
  transition: all 300ms ease;
}

.entry--sign-up .c-nav .btn--icon svg {
  width: 2rem;
}

.entry--sign-up .c-nav .btn--icon:hover {
  background: rgba(34, 34, 34, 0.1);
}

.entry--sign-up .c-nav__logo {
  opacity: 0.2;
}

.signup-section {
  display: flex;
  margin: 0 auto;
  max-width: 64em;
  padding: 2em 0;
}

@-webkit-keyframes dscout-gradient-pro {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes dscout-gradient-pro {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@-webkit-keyframes dscout-gradient-scout {
  0% {
    background-position: 30% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 30% 50%;
  }
}

@keyframes dscout-gradient-scout {
  0% {
    background-position: 30% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 30% 50%;
  }
}

.signup-section .column {
  border-radius: 1em;
  box-shadow: 0 1em 1.5em rgba(0, 0, 0, 0.03);
  margin-bottom: 0;
  padding: 0;
}

.signup-section .or-col {
  align-self: center;
  background: none;
  box-shadow: none;
  margin: 1em;
  text-align: center;
}

.signup-section .gradient-pro {
  background: linear-gradient(90deg, #1d83f6, #8cffd0, #2ed491);
  background-size: 300% 300%;
  -webkit-animation: dscout-gradient-pro 30s ease infinite;
          animation: dscout-gradient-pro 30s ease infinite;
}

.signup-section .gradient-scout {
  background: linear-gradient(90deg, #ffe291, #ff2d55, #776fc7);
  background-size: 300% 300%;
  -webkit-animation: dscout-gradient-scout 30s ease infinite;
          animation: dscout-gradient-scout 30s ease infinite;
}

.signup-section .card {
  background-color: #fff;
  border-radius: 1em;
  box-sizing: content-box;
  display: block;
  height: calc(100% - 3.8em);
  margin-bottom: -1.1em;
  mix-blend-mode: screen;
  padding: 2em;
  text-align: center;
  width: calc(100% - 3.8em);
  position: relative;
  left: -1.1em;
  top: -1.1em;
}

@media only screen and (max-width: 52em) {
  .signup-section {
    flex-direction: column-reverse;
    padding: 3em;
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide__bullet {
  margin: 0 6px;
  background-color: #8c8c8c;
}

.glide__bullet:focus {
  background-color: #7a7a7a;
  border: none;
}

.glide__bullet:hover, .glide__bullet:active {
  border: none;
  background-color: #2a2a2a;
}

.glide__bullet--active {
  transform: scale(1.5);
}

.glide__bullet--active, .glide__bullet--active:focus, .glide__bullet--active:hover, .glide__bullet--active:active {
  border: none;
  background-color: #1d83f6;
}

.glide__slide {
  height: auto;
}

:root {
  --plyr-color-main: #1d83f6;
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

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

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-inherit {
  background-color: inherit;
}

.bg-dscout-blue {
  --bg-opacity: 1;
  background-color: #1d83f6;
  background-color: rgba(29, 131, 246, var(--bg-opacity));
}

.bg-black {
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
}

.bg-red {
  --bg-opacity: 1;
  background-color: #ff2d55;
  background-color: rgba(255, 45, 85, var(--bg-opacity));
}

.bg-green {
  --bg-opacity: 1;
  background-color: #2ed491;
  background-color: rgba(46, 212, 145, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-plans-researcher {
  --bg-opacity: 1;
  background-color: #00acf1;
  background-color: rgba(0, 172, 241, var(--bg-opacity));
}

.bg-plans-team {
  --bg-opacity: 1;
  background-color: #776fc7;
  background-color: rgba(119, 111, 199, var(--bg-opacity));
}

.bg-plans-enterprise {
  --bg-opacity: 1;
  background-color: #a5d570;
  background-color: rgba(165, 213, 112, var(--bg-opacity));
}

.bg-grey-100 {
  --bg-opacity: 1;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
}

.bg-grey-600 {
  --bg-opacity: 1;
  background-color: #7a7a7a;
  background-color: rgba(122, 122, 122, var(--bg-opacity));
}

.bg-grey-800 {
  --bg-opacity: 1;
  background-color: #444444;
  background-color: rgba(68, 68, 68, var(--bg-opacity));
}

.bg-grey-900 {
  --bg-opacity: 1;
  background-color: #2a2a2a;
  background-color: rgba(42, 42, 42, var(--bg-opacity));
}

.bg-grey-line {
  --bg-opacity: 1;
  background-color: #e8e8e8;
  background-color: rgba(232, 232, 232, var(--bg-opacity));
}

.bg-grey-faint {
  --bg-opacity: 1;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
}

.bg-grey-minimal {
  --bg-opacity: 1;
  background-color: #fbfbfb;
  background-color: rgba(251, 251, 251, var(--bg-opacity));
}

.bg-recruit {
  --bg-opacity: 1;
  background-color: #aa81d2;
  background-color: rgba(170, 129, 210, var(--bg-opacity));
}

.bg-diary {
  --bg-opacity: 1;
  background-color: #2bae92;
  background-color: rgba(43, 174, 146, var(--bg-opacity));
}

.bg-live {
  --bg-opacity: 1;
  background-color: #ff2d55;
  background-color: rgba(255, 45, 85, var(--bg-opacity));
}

.bg-express {
  --bg-opacity: 1;
  background-color: #445EA3;
  background-color: rgba(68, 94, 163, var(--bg-opacity));
}

.bg-accent-purple {
  --bg-opacity: 1;
  background-color: #776fc7;
  background-color: rgba(119, 111, 199, var(--bg-opacity));
}

.bg-accent-teal {
  --bg-opacity: 1;
  background-color: #8edde8;
  background-color: rgba(142, 221, 232, var(--bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.hover\:bg-dscout-blue:hover {
  --bg-opacity: 1;
  background-color: #1d83f6;
  background-color: rgba(29, 131, 246, var(--bg-opacity));
}

.hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
}

.hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-grey-100:hover {
  --bg-opacity: 1;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
}

.hover\:bg-grey-600:hover {
  --bg-opacity: 1;
  background-color: #7a7a7a;
  background-color: rgba(122, 122, 122, var(--bg-opacity));
}

.hover\:bg-grey-800:hover {
  --bg-opacity: 1;
  background-color: #444444;
  background-color: rgba(68, 68, 68, var(--bg-opacity));
}

.hover\:bg-recruit:hover {
  --bg-opacity: 1;
  background-color: #aa81d2;
  background-color: rgba(170, 129, 210, var(--bg-opacity));
}

.hover\:bg-diary:hover {
  --bg-opacity: 1;
  background-color: #2bae92;
  background-color: rgba(43, 174, 146, var(--bg-opacity));
}

.hover\:bg-live:hover {
  --bg-opacity: 1;
  background-color: #ff2d55;
  background-color: rgba(255, 45, 85, var(--bg-opacity));
}

.hover\:bg-express:hover {
  --bg-opacity: 1;
  background-color: #445EA3;
  background-color: rgba(68, 94, 163, var(--bg-opacity));
}

.focus\:bg-dscout-blue:focus {
  --bg-opacity: 1;
  background-color: #1d83f6;
  background-color: rgba(29, 131, 246, var(--bg-opacity));
}

.focus\:bg-black:focus {
  --bg-opacity: 1;
  background-color: #222222;
  background-color: rgba(34, 34, 34, var(--bg-opacity));
}

.focus\:bg-white:focus {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.focus\:bg-grey-600:focus {
  --bg-opacity: 1;
  background-color: #7a7a7a;
  background-color: rgba(122, 122, 122, var(--bg-opacity));
}

.focus\:bg-grey-800:focus {
  --bg-opacity: 1;
  background-color: #444444;
  background-color: rgba(68, 68, 68, var(--bg-opacity));
}

.focus\:bg-recruit:focus {
  --bg-opacity: 1;
  background-color: #aa81d2;
  background-color: rgba(170, 129, 210, var(--bg-opacity));
}

.focus\:bg-diary:focus {
  --bg-opacity: 1;
  background-color: #2bae92;
  background-color: rgba(43, 174, 146, var(--bg-opacity));
}

.focus\:bg-live:focus {
  --bg-opacity: 1;
  background-color: #ff2d55;
  background-color: rgba(255, 45, 85, var(--bg-opacity));
}

.focus\:bg-express:focus {
  --bg-opacity: 1;
  background-color: #445EA3;
  background-color: rgba(68, 94, 163, var(--bg-opacity));
}

.bg-none {
  background-image: none;
}

.bg-opacity-10 {
  --bg-opacity: 0.1;
}

.border-collapse {
  border-collapse: collapse;
}

.border-black {
  --border-opacity: 1;
  border-color: #222222;
  border-color: rgba(34, 34, 34, var(--border-opacity));
}

.border-gold {
  --border-opacity: 1;
  border-color: #fead04;
  border-color: rgba(254, 173, 4, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-grey-200 {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
}

.border-grey-300 {
  --border-opacity: 1;
  border-color: #dedede;
  border-color: rgba(222, 222, 222, var(--border-opacity));
}

.border-grey-line {
  --border-opacity: 1;
  border-color: #e8e8e8;
  border-color: rgba(232, 232, 232, var(--border-opacity));
}

.border-live {
  --border-opacity: 1;
  border-color: #ff2d55;
  border-color: rgba(255, 45, 85, var(--border-opacity));
}

.hover\:border-recruit:hover {
  --border-opacity: 1;
  border-color: #aa81d2;
  border-color: rgba(170, 129, 210, var(--border-opacity));
}

.hover\:border-opacity-20:hover {
  --border-opacity: 0.2;
}

.rounded {
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-t {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-l {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border-none {
  border-style: none;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.box-content {
  box-sizing: content-box;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

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

.justify-between {
  justify-content: space-between;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-body {
  font-family: LL Circular Pro Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.font-book {
  font-weight: 300;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-1px {
  height: 1px;
}

.text-12 {
  font-size: 0.75rem;
}

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

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-70 {
  font-size: 4.375rem;
}

.text-xs {
  font-size: 0.75rem;
}

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

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.375rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 2rem;
}

.text-4xl {
  font-size: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-23 {
  line-height: 1.4375rem;
}

.leading-60 {
  line-height: 3.75rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.-m-3 {
  margin: -0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-2g {
  margin-left: -1.875rem;
}

.mr-2g {
  margin-right: 1.875rem;
}

.max-h-0 {
  max-height: 0;
}

.max-h-132px {
  max-height: 8.25rem;
}

.max-h-240px {
  max-height: 15rem;
}

.max-h-unlimited {
  max-height: 100rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-1\/2 {
  max-width: 50%;
}

.max-w-4\/5 {
  max-width: 80%;
}

.max-w-content {
  max-width: 85.375rem;
}

.min-h-full {
  min-height: 100%;
}

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

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.min-w-30pct {
  min-width: 30%;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1.0;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:focus .group-focus\:opacity-80 {
  opacity: 0.8;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 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;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pb-33 {
  padding-bottom: 8.25rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-2px {
  padding-bottom: 2px;
}

.pt-1g {
  padding-top: 0.9375rem;
}

.pl-2g {
  padding-left: 1.875rem;
}

.pb-4g {
  padding-bottom: 3.75rem;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-8 {
  right: 2rem;
}

.shadow-card {
  box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.12);
}

.shadow-tabs {
  box-shadow: 0px 3px 16px #00000029;
}

.hover\:shadow-card-hover:hover {
  box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.24);
}

.focus\:shadow-card-hover:focus {
  box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.24);
}

.focus-within\:shadow-card-hover:focus-within {
  box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.24);
}

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

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

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

.text-dscout-blue {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

.text-black-dark {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-black {
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

.text-green {
  --text-opacity: 1;
  color: #2ed491;
  color: rgba(46, 212, 145, var(--text-opacity));
}

.text-gold {
  --text-opacity: 1;
  color: #fead04;
  color: rgba(254, 173, 4, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-grey-300 {
  --text-opacity: 1;
  color: #dedede;
  color: rgba(222, 222, 222, var(--text-opacity));
}

.text-grey-400 {
  --text-opacity: 1;
  color: #bcbcbc;
  color: rgba(188, 188, 188, var(--text-opacity));
}

.text-grey-500 {
  --text-opacity: 1;
  color: #8c8c8c;
  color: rgba(140, 140, 140, var(--text-opacity));
}

.text-grey-600 {
  --text-opacity: 1;
  color: #7a7a7a;
  color: rgba(122, 122, 122, var(--text-opacity));
}

.text-grey-800 {
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
}

.text-grey-900 {
  --text-opacity: 1;
  color: #2a2a2a;
  color: rgba(42, 42, 42, var(--text-opacity));
}

.text-grey {
  --text-opacity: 1;
  color: #8c8c8c;
  color: rgba(140, 140, 140, var(--text-opacity));
}

.text-grey-disabled {
  --text-opacity: 1;
  color: #dedede;
  color: rgba(222, 222, 222, var(--text-opacity));
}

.text-grey-line {
  --text-opacity: 1;
  color: #e8e8e8;
  color: rgba(232, 232, 232, var(--text-opacity));
}

.text-recruit {
  --text-opacity: 1;
  color: #aa81d2;
  color: rgba(170, 129, 210, var(--text-opacity));
}

.text-diary {
  --text-opacity: 1;
  color: #2bae92;
  color: rgba(43, 174, 146, var(--text-opacity));
}

.text-live {
  --text-opacity: 1;
  color: #ff2d55;
  color: rgba(255, 45, 85, var(--text-opacity));
}

.text-express {
  --text-opacity: 1;
  color: #445EA3;
  color: rgba(68, 94, 163, var(--text-opacity));
}

.text-accent-pink {
  --text-opacity: 1;
  color: #f2659a;
  color: rgba(242, 101, 154, var(--text-opacity));
}

.text-accent-purple {
  --text-opacity: 1;
  color: #776fc7;
  color: rgba(119, 111, 199, var(--text-opacity));
}

.hover\:text-dscout-blue:hover {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-grey-200:hover {
  --text-opacity: 1;
  color: #e8e8e8;
  color: rgba(232, 232, 232, var(--text-opacity));
}

.hover\:text-grey-300:hover {
  --text-opacity: 1;
  color: #dedede;
  color: rgba(222, 222, 222, var(--text-opacity));
}

.hover\:text-grey-600:hover {
  --text-opacity: 1;
  color: #7a7a7a;
  color: rgba(122, 122, 122, var(--text-opacity));
}

.hover\:text-grey-800:hover {
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
}

.hover\:text-recruit:hover {
  --text-opacity: 1;
  color: #aa81d2;
  color: rgba(170, 129, 210, var(--text-opacity));
}

.hover\:text-diary:hover {
  --text-opacity: 1;
  color: #2bae92;
  color: rgba(43, 174, 146, var(--text-opacity));
}

.hover\:text-live:hover {
  --text-opacity: 1;
  color: #ff2d55;
  color: rgba(255, 45, 85, var(--text-opacity));
}

.hover\:text-express:hover {
  --text-opacity: 1;
  color: #445EA3;
  color: rgba(68, 94, 163, var(--text-opacity));
}

.focus\:text-dscout-blue:focus {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

.focus\:text-black:focus {
  --text-opacity: 1;
  color: #222222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

.focus\:text-white:focus {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:text-grey-600:focus {
  --text-opacity: 1;
  color: #7a7a7a;
  color: rgba(122, 122, 122, var(--text-opacity));
}

.focus\:text-grey-800:focus {
  --text-opacity: 1;
  color: #444444;
  color: rgba(68, 68, 68, var(--text-opacity));
}

.focus\:text-recruit:focus {
  --text-opacity: 1;
  color: #aa81d2;
  color: rgba(170, 129, 210, var(--text-opacity));
}

.focus\:text-diary:focus {
  --text-opacity: 1;
  color: #2bae92;
  color: rgba(43, 174, 146, var(--text-opacity));
}

.focus\:text-live:focus {
  --text-opacity: 1;
  color: #ff2d55;
  color: rgba(255, 45, 85, var(--text-opacity));
}

.focus\:text-express:focus {
  --text-opacity: 1;
  color: #445EA3;
  color: rgba(68, 94, 163, var(--text-opacity));
}

.group:hover .group-hover\:text-dscout {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

.group:focus .group-focus\:text-dscout {
  --text-opacity: 1;
  color: #1d83f6;
  color: rgba(29, 131, 246, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tracking-0 {
  letter-spacing: 0;
}

.tracking-100 {
  letter-spacing: 0.0625rem;
}

.tracking-120 {
  letter-spacing: 0.075rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.align-bottom {
  vertical-align: bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-10 {
  z-index: 10;
}

.-z-1 {
  z-index: -1;
}

.z-nav {
  z-index: 1001;
}

.z-modal {
  z-index: 10000;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-2g {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.gap-x-8 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-10 {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

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

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

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

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

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

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-start-14 {
  grid-row-start: 14;
}

.row-start-15 {
  grid-row-start: 15;
}

.row-start-16 {
  grid-row-start: 16;
}

.row-start-17 {
  grid-row-start: 17;
}

.row-start-18 {
  grid-row-start: 18;
}

.row-start-19 {
  grid-row-start: 19;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

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

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-180 {
  --transform-rotate: 180deg;
}

.-rotate-90 {
  --transform-rotate: -90deg;
}

.translate-y-0 {
  --transform-translate-y: 0;
}

.translate-y-4 {
  --transform-translate-y: 1rem;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-opacity {
  transition-property: opacity;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-250 {
  transition-duration: 250ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-hover {
  transition-duration: 250ms;
}

.delay-500 {
  transition-delay: 500ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.gpu {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.-mt-1px {
  margin-top: -1px;
}

.reduced-motion-only {
  display: none;
}

@media screen and (prefers-reduced-motion: reduced) {
  .reduced-motion-only {
    display: block;
  }
}

@media screen and (prefers-reduced-motion) {
  .reduced-motion-only {
    display: block;
  }
}

@media screen and (prefers-reduced-motion: reduced) {
  .reduced-motion-hidden {
    display: none;
  }
}

@media screen and (prefers-reduced-motion) {
  .reduced-motion-hidden {
    display: none;
  }
}

/*
.no-js-hide {
    html:not(.js) & {
        display: none;
    }
}
*/

[x-cloak] {
  display: none;
}

.bg-inherit {
  background: inherit;
}

.bg-none {
  background: none;
}

.group:hover .group-hover\:bg-inherit {
  background: inherit;
}

.group:hover .group-hover\:bg-none {
  background: none;
}

.hover\:bg-inherit:hover {
  background: inherit;
}

.hover\:bg-none:hover {
  background: none;
}

.focus\:bg-inherit:focus {
  background: inherit;
}

.focus\:bg-none:focus {
  background: none;
}

.caps {
  text-transform: uppercase;
}

.bg-clip {
  background-clip: border-box;
}

@media (min-width: 640px) {
  .sm\:bleed-x,
  .sm\:bleed-right {
    margin-right: -1.6875rem;
  }

  @media (min-width: 768px) {
    .sm\:bleed-x,
    .sm\:bleed-right {
      margin-right: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .sm\:bleed-x,
    .sm\:bleed-right {
      margin-right: -14.5rem;
    }
  }

  .sm\:bleed-x,
  .sm\:bleed-left {
    margin-left: -1.6875rem;
  }

  @media (min-width: 768px) {
    .sm\:bleed-x,
    .sm\:bleed-left {
      margin-left: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .sm\:bleed-x,
    .sm\:bleed-left {
      margin-left: -14.5rem;
    }
  }

  .sm\:bleed-right,
  .sm\:bleed-left {
    max-width: calc(100% + 1.6875rem);
  }

  @media (min-width: 768px) {
    .sm\:bleed-right,
    .sm\:bleed-left {
      max-width: calc(100% + 7.25rem);
    }
  }

  @media (min-width: 1024px) {
    .sm\:bleed-right,
    .sm\:bleed-left {
      max-width: calc(100% + 14.5rem);
    }
  }

  /* Both */

  .sm\:bleed-x,
  .bleed-left.sm\:bleed-right {
    max-width: calc(100% + 3.375rem);
  }

  @media (min-width: 768px) {
    .sm\:bleed-x,
    .bleed-left.sm\:bleed-right {
      max-width: calc(100% + 14.5rem);
    }
  }

  @media (min-width: 1024px) {
    .sm\:bleed-x,
    .bleed-left.sm\:bleed-right {
      max-width: calc(100% + 29rem);
    }
  }

  .sm\:heading-1 {
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 700;
  }

  .sm\:heading-2 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .sm\:heading-3 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .sm\:heading-4 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .sm\:heading-5 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .sm\:heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  .sm\:container {
    width: 100%;
  }

  @media (min-width: 0) {
    .sm\:container {
      max-width: 0;
    }
  }

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

  @media (min-width: 1366px) {
    .sm\:container {
      max-width: 1366px;
    }
  }

  .sm\:prose {
    color: #4a5568;
    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: none;
    font-weight: 600;
  }

  .sm\:prose strong {
    color: #1a202c;
    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;
  }

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

  .sm\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .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: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose h2 {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose h3 {
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose h4 {
    color: #1a202c;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

  .sm\:prose img {
    margin-top: 2em;
    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;
  }

  .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 h1, .sm\:prose h2, .sm\:prose h3, .sm\:prose h4 {
  }

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

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

  .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: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .sm\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .sm\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .sm\:prose-sm img {
    margin-top: 1.7142857em;
    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;
  }

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

  .sm\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

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

  .sm\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .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-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\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:block {
    display: block;
  }

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

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

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:h-screen {
    height: 100vh;
  }

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

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:w-41 {
    width: 10.25rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .sm\:-mt-1px {
    margin-top: -1px;
  }

  .sm\:reduced-motion-only {
    display: none;
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .sm\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .sm\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .sm\:reduced-motion-hidden {
      display: none;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .sm\:reduced-motion-hidden {
      display: none;
    }
  }

  .sm\:bg-inherit {
    background: inherit;
  }

  .sm\:bg-none {
    background: none;
  }

  .group:hover .sm\:group-hover\:bg-inherit {
    background: inherit;
  }

  .group:hover .sm\:group-hover\:bg-none {
    background: none;
  }

  .sm\:hover\:bg-inherit:hover {
    background: inherit;
  }

  .sm\:hover\:bg-none:hover {
    background: none;
  }

  .sm\:focus\:bg-inherit:focus {
    background: inherit;
  }

  .sm\:focus\:bg-none:focus {
    background: none;
  }
}

@media (min-width: 768px) {
  .md\:bleed-x,
  .md\:bleed-right {
    margin-right: -1.6875rem;
  }

  @media (min-width: 768px) {
    .md\:bleed-x,
    .md\:bleed-right {
      margin-right: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:bleed-x,
    .md\:bleed-right {
      margin-right: -14.5rem;
    }
  }

  .md\:bleed-x,
  .md\:bleed-left {
    margin-left: -1.6875rem;
  }

  @media (min-width: 768px) {
    .md\:bleed-x,
    .md\:bleed-left {
      margin-left: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:bleed-x,
    .md\:bleed-left {
      margin-left: -14.5rem;
    }
  }

  .md\:bleed-right,
  .md\:bleed-left {
    max-width: calc(100% + 1.6875rem);
  }

  @media (min-width: 768px) {
    .md\:bleed-right,
    .md\:bleed-left {
      max-width: calc(100% + 7.25rem);
    }
  }

  @media (min-width: 1024px) {
    .md\:bleed-right,
    .md\:bleed-left {
      max-width: calc(100% + 14.5rem);
    }
  }

  /* Both */

  .md\:bleed-x,
  .bleed-left.md\:bleed-right {
    max-width: calc(100% + 3.375rem);
  }

  @media (min-width: 768px) {
    .md\:bleed-x,
    .bleed-left.md\:bleed-right {
      max-width: calc(100% + 14.5rem);
    }
  }

  @media (min-width: 1024px) {
    .md\:bleed-x,
    .bleed-left.md\:bleed-right {
      max-width: calc(100% + 29rem);
    }
  }

  .md\:heading-1 {
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 700;
  }

  .md\:heading-2 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .md\:heading-3 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .md\:heading-4 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .md\:heading-5 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .md\:heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  .md\:container {
    width: 100%;
  }

  @media (min-width: 0) {
    .md\:container {
      max-width: 0;
    }
  }

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

  @media (min-width: 1366px) {
    .md\:container {
      max-width: 1366px;
    }
  }

  .md\:prose {
    color: #4a5568;
    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: none;
    font-weight: 600;
  }

  .md\:prose strong {
    color: #1a202c;
    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;
  }

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

  .md\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .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: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose h2 {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md\:prose h3 {
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose h4 {
    color: #1a202c;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

  .md\:prose img {
    margin-top: 2em;
    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;
  }

  .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 h1, .md\:prose h2, .md\:prose h3, .md\:prose h4 {
  }

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

  .md\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .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: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .md\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .md\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .md\:prose-sm img {
    margin-top: 1.7142857em;
    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;
  }

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

  .md\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

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

  .md\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .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-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\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:hover\:border-dscout-blue:hover {
    --border-opacity: 1;
    border-color: #1d83f6;
    border-color: rgba(29, 131, 246, var(--border-opacity));
  }

  .md\:focus\:border-dscout-blue:focus {
    --border-opacity: 1;
    border-color: #1d83f6;
    border-color: rgba(29, 131, 246, var(--border-opacity));
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:mr-2g {
    margin-right: 1.875rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-w-164 {
    max-width: 10.25rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 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-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-15 {
    padding-top: 3.75rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-25 {
    padding-top: 6.25rem;
  }

  .md\:pt-27 {
    padding-top: 6.75rem;
  }

  .md\:pb-27 {
    padding-bottom: 6.75rem;
  }

  .md\:pt-29 {
    padding-top: 7.25rem;
  }

  .md\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .md\:pr-30 {
    padding-right: 7.5rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-33 {
    padding-bottom: 8.25rem;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-2g {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .md\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

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

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

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:-mt-1px {
    margin-top: -1px;
  }

  .md\:reduced-motion-only {
    display: none;
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .md\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .md\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .md\:reduced-motion-hidden {
      display: none;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .md\:reduced-motion-hidden {
      display: none;
    }
  }

  .md\:bg-inherit {
    background: inherit;
  }

  .md\:bg-none {
    background: none;
  }

  .group:hover .md\:group-hover\:bg-inherit {
    background: inherit;
  }

  .group:hover .md\:group-hover\:bg-none {
    background: none;
  }

  .md\:hover\:bg-inherit:hover {
    background: inherit;
  }

  .md\:hover\:bg-none:hover {
    background: none;
  }

  .md\:focus\:bg-inherit:focus {
    background: inherit;
  }

  .md\:focus\:bg-none:focus {
    background: none;
  }
}

@media (min-width: 1024px) {
  .lg\:bleed-x,
  .lg\:bleed-right {
    margin-right: -1.6875rem;
  }

  @media (min-width: 768px) {
    .lg\:bleed-x,
    .lg\:bleed-right {
      margin-right: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .lg\:bleed-x,
    .lg\:bleed-right {
      margin-right: -14.5rem;
    }
  }

  .lg\:bleed-x,
  .lg\:bleed-left {
    margin-left: -1.6875rem;
  }

  @media (min-width: 768px) {
    .lg\:bleed-x,
    .lg\:bleed-left {
      margin-left: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .lg\:bleed-x,
    .lg\:bleed-left {
      margin-left: -14.5rem;
    }
  }

  .lg\:bleed-right,
  .lg\:bleed-left {
    max-width: calc(100% + 1.6875rem);
  }

  @media (min-width: 768px) {
    .lg\:bleed-right,
    .lg\:bleed-left {
      max-width: calc(100% + 7.25rem);
    }
  }

  @media (min-width: 1024px) {
    .lg\:bleed-right,
    .lg\:bleed-left {
      max-width: calc(100% + 14.5rem);
    }
  }

  /* Both */

  .lg\:bleed-x,
  .bleed-left.lg\:bleed-right {
    max-width: calc(100% + 3.375rem);
  }

  @media (min-width: 768px) {
    .lg\:bleed-x,
    .bleed-left.lg\:bleed-right {
      max-width: calc(100% + 14.5rem);
    }
  }

  @media (min-width: 1024px) {
    .lg\:bleed-x,
    .bleed-left.lg\:bleed-right {
      max-width: calc(100% + 29rem);
    }
  }

  .lg\:heading-1 {
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 700;
  }

  .lg\:heading-2 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .lg\:heading-3 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .lg\:heading-4 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .lg\:heading-5 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .lg\:heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 0) {
    .lg\:container {
      max-width: 0;
    }
  }

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

  @media (min-width: 1366px) {
    .lg\:container {
      max-width: 1366px;
    }
  }

  .lg\:prose {
    color: #4a5568;
    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: none;
    font-weight: 600;
  }

  .lg\:prose strong {
    color: #1a202c;
    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;
  }

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

  .lg\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .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: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose h2 {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose h3 {
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose h4 {
    color: #1a202c;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

  .lg\:prose img {
    margin-top: 2em;
    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;
  }

  .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 h1, .lg\:prose h2, .lg\:prose h3, .lg\:prose h4 {
  }

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

  .lg\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .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: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .lg\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .lg\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .lg\:prose-sm img {
    margin-top: 1.7142857em;
    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;
  }

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

  .lg\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

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

  .lg\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .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-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\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-plans-researcher {
    --bg-opacity: 1;
    background-color: #00acf1;
    background-color: rgba(0, 172, 241, var(--bg-opacity));
  }

  .lg\:bg-plans-team {
    --bg-opacity: 1;
    background-color: #776fc7;
    background-color: rgba(119, 111, 199, var(--bg-opacity));
  }

  .lg\:bg-plans-enterprise {
    --bg-opacity: 1;
    background-color: #a5d570;
    background-color: rgba(165, 213, 112, var(--bg-opacity));
  }

  .lg\:bg-grey-100 {
    --bg-opacity: 1;
    background-color: #f4f4f4;
    background-color: rgba(244, 244, 244, var(--bg-opacity));
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-opacity-10 {
    --bg-opacity: 0.1;
  }

  .lg\:rounded-xl {
    border-radius: 1.5rem;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

  .lg\:justify-between {
    justify-content: space-between;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:text-40 {
    font-size: 2.5rem;
  }

  .lg\:text-48 {
    font-size: 3rem;
  }

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

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

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

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-w-3\/5 {
    max-width: 60%;
  }

  .lg\:min-h-94 {
    min-height: 5.875rem;
  }

  .lg\:min-h-175 {
    min-height: 10.9375rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1.0;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-22 {
    padding: 5.5rem;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-1g {
    padding-bottom: 0.9375rem;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:shadow-card {
    box-shadow: 0px 3px 16px 0px rgba(34,34,34,0.12);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:text-left {
    text-align: left;
  }

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-inherit {
    color: inherit;
  }

  .lg\:text-black {
    --text-opacity: 1;
    color: #222222;
    color: rgba(34, 34, 34, var(--text-opacity));
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #222222;
    color: rgba(34, 34, 34, var(--text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5\/12 {
    width: 41.66666666666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-1 {
    z-index: 1;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-2g {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .lg\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

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

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

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

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

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

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:-mt-1px {
    margin-top: -1px;
  }

  .lg\:reduced-motion-only {
    display: none;
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .lg\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .lg\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .lg\:reduced-motion-hidden {
      display: none;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .lg\:reduced-motion-hidden {
      display: none;
    }
  }

  .lg\:bg-inherit {
    background: inherit;
  }

  .lg\:bg-none {
    background: none;
  }

  .group:hover .lg\:group-hover\:bg-inherit {
    background: inherit;
  }

  .group:hover .lg\:group-hover\:bg-none {
    background: none;
  }

  .lg\:hover\:bg-inherit:hover {
    background: inherit;
  }

  .lg\:hover\:bg-none:hover {
    background: none;
  }

  .lg\:focus\:bg-inherit:focus {
    background: inherit;
  }

  .lg\:focus\:bg-none:focus {
    background: none;
  }
}

@media (min-width: 1280px) {
  .xl\:bleed-x,
  .xl\:bleed-right {
    margin-right: -1.6875rem;
  }

  @media (min-width: 768px) {
    .xl\:bleed-x,
    .xl\:bleed-right {
      margin-right: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .xl\:bleed-x,
    .xl\:bleed-right {
      margin-right: -14.5rem;
    }
  }

  .xl\:bleed-x,
  .xl\:bleed-left {
    margin-left: -1.6875rem;
  }

  @media (min-width: 768px) {
    .xl\:bleed-x,
    .xl\:bleed-left {
      margin-left: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .xl\:bleed-x,
    .xl\:bleed-left {
      margin-left: -14.5rem;
    }
  }

  .xl\:bleed-right,
  .xl\:bleed-left {
    max-width: calc(100% + 1.6875rem);
  }

  @media (min-width: 768px) {
    .xl\:bleed-right,
    .xl\:bleed-left {
      max-width: calc(100% + 7.25rem);
    }
  }

  @media (min-width: 1024px) {
    .xl\:bleed-right,
    .xl\:bleed-left {
      max-width: calc(100% + 14.5rem);
    }
  }

  /* Both */

  .xl\:bleed-x,
  .bleed-left.xl\:bleed-right {
    max-width: calc(100% + 3.375rem);
  }

  @media (min-width: 768px) {
    .xl\:bleed-x,
    .bleed-left.xl\:bleed-right {
      max-width: calc(100% + 14.5rem);
    }
  }

  @media (min-width: 1024px) {
    .xl\:bleed-x,
    .bleed-left.xl\:bleed-right {
      max-width: calc(100% + 29rem);
    }
  }

  .xl\:heading-1 {
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 700;
  }

  .xl\:heading-2 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .xl\:heading-3 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .xl\:heading-4 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .xl\:heading-5 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .xl\:heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  .xl\:container {
    width: 100%;
  }

  @media (min-width: 0) {
    .xl\:container {
      max-width: 0;
    }
  }

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

  @media (min-width: 1366px) {
    .xl\:container {
      max-width: 1366px;
    }
  }

  .xl\:prose {
    color: #4a5568;
    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: none;
    font-weight: 600;
  }

  .xl\:prose strong {
    color: #1a202c;
    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;
  }

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

  .xl\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .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: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose h2 {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .xl\:prose h3 {
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose h4 {
    color: #1a202c;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

  .xl\:prose img {
    margin-top: 2em;
    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;
  }

  .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 h1, .xl\:prose h2, .xl\:prose h3, .xl\:prose h4 {
  }

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

  .xl\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .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: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .xl\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .xl\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .xl\:prose-sm img {
    margin-top: 1.7142857em;
    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;
  }

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

  .xl\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

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

  .xl\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .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-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\:text-70 {
    font-size: 4.375rem;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:-mt-1px {
    margin-top: -1px;
  }

  .xl\:reduced-motion-only {
    display: none;
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .xl\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .xl\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .xl\:reduced-motion-hidden {
      display: none;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .xl\:reduced-motion-hidden {
      display: none;
    }
  }

  .xl\:bg-inherit {
    background: inherit;
  }

  .xl\:bg-none {
    background: none;
  }

  .group:hover .xl\:group-hover\:bg-inherit {
    background: inherit;
  }

  .group:hover .xl\:group-hover\:bg-none {
    background: none;
  }

  .xl\:hover\:bg-inherit:hover {
    background: inherit;
  }

  .xl\:hover\:bg-none:hover {
    background: none;
  }

  .xl\:focus\:bg-inherit:focus {
    background: inherit;
  }

  .xl\:focus\:bg-none:focus {
    background: none;
  }
}

@media (min-width: 0) and (max-width: 767.5px) {
  .md-max\:bleed-x,
  .md-max\:bleed-right {
    margin-right: -1.6875rem;
  }

  @media (min-width: 768px) {
    .md-max\:bleed-x,
    .md-max\:bleed-right {
      margin-right: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .md-max\:bleed-x,
    .md-max\:bleed-right {
      margin-right: -14.5rem;
    }
  }

  .md-max\:bleed-x,
  .md-max\:bleed-left {
    margin-left: -1.6875rem;
  }

  @media (min-width: 768px) {
    .md-max\:bleed-x,
    .md-max\:bleed-left {
      margin-left: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .md-max\:bleed-x,
    .md-max\:bleed-left {
      margin-left: -14.5rem;
    }
  }

  .md-max\:bleed-right,
  .md-max\:bleed-left {
    max-width: calc(100% + 1.6875rem);
  }

  @media (min-width: 768px) {
    .md-max\:bleed-right,
    .md-max\:bleed-left {
      max-width: calc(100% + 7.25rem);
    }
  }

  @media (min-width: 1024px) {
    .md-max\:bleed-right,
    .md-max\:bleed-left {
      max-width: calc(100% + 14.5rem);
    }
  }

  /* Both */

  .md-max\:bleed-x,
  .bleed-left.md-max\:bleed-right {
    max-width: calc(100% + 3.375rem);
  }

  @media (min-width: 768px) {
    .md-max\:bleed-x,
    .bleed-left.md-max\:bleed-right {
      max-width: calc(100% + 14.5rem);
    }
  }

  @media (min-width: 1024px) {
    .md-max\:bleed-x,
    .bleed-left.md-max\:bleed-right {
      max-width: calc(100% + 29rem);
    }
  }

  .md-max\:heading-1 {
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 700;
  }

  .md-max\:heading-2 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .md-max\:heading-3 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .md-max\:heading-4 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .md-max\:heading-5 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .md-max\:heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  .md-max\:container {
    width: 100%;
  }

  @media (min-width: 0) {
    .md-max\:container {
      max-width: 0;
    }
  }

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

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

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

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

  @media (min-width: 1366px) {
    .md-max\:container {
      max-width: 1366px;
    }
  }

  .md-max\:prose {
    color: #4a5568;
    max-width: 65ch;
  }

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

  .md-max\:prose a {
    color: #1a202c;
    text-decoration: none;
    font-weight: 600;
  }

  .md-max\:prose strong {
    color: #1a202c;
    font-weight: 600;
  }

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

  .md-max\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

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

  .md-max\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .md-max\: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-max\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md-max\: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-max\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

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

  .md-max\:prose h1 {
    color: #1a202c;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md-max\:prose h2 {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md-max\:prose h3 {
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md-max\:prose h4 {
    color: #1a202c;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

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

  .md-max\:prose code::before {
    content: "`";
  }

  .md-max\:prose code::after {
    content: "`";
  }

  .md-max\: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-max\: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-max\:prose pre code::before {
    content: "";
  }

  .md-max\:prose pre code::after {
    content: "";
  }

  .md-max\: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-max\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

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

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

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

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

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

  .md-max\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md-max\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

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

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

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

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

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

  .md-max\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

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

  .md-max\:prose ol > li:before {
    left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-max\:prose h1, .md-max\:prose h2, .md-max\:prose h3, .md-max\:prose h4 {
  }

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

  .md-max\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

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

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

  .md-max\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .md-max\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .md-max\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md-max\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .md-max\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

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

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

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

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

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

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

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

  .md-max\: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-max\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md-max\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

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

  .md-max\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

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

  .md-max\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-max\: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-max\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-max\: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-max\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-max\: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-max\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-max\:bg-black {
    --bg-opacity: 1;
    background-color: #222222;
    background-color: rgba(34, 34, 34, var(--bg-opacity));
  }

  .md-max\:flex-1 {
    flex: 1 1 0%;
  }

  .md-max\:min-h-58 {
    min-height: 3.625rem;
  }

  .md-max\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md-max\:text-white {
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md-max\:w-full {
    width: 100%;
  }

  .md-max\:-mt-1px {
    margin-top: -1px;
  }

  .md-max\:reduced-motion-only {
    display: none;
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .md-max\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .md-max\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .md-max\:reduced-motion-hidden {
      display: none;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .md-max\:reduced-motion-hidden {
      display: none;
    }
  }

  .md-max\:bg-inherit {
    background: inherit;
  }

  .md-max\:bg-none {
    background: none;
  }

  .group:hover .md-max\:group-hover\:bg-inherit {
    background: inherit;
  }

  .group:hover .md-max\:group-hover\:bg-none {
    background: none;
  }

  .md-max\:hover\:bg-inherit:hover {
    background: inherit;
  }

  .md-max\:hover\:bg-none:hover {
    background: none;
  }

  .md-max\:focus\:bg-inherit:focus {
    background: inherit;
  }

  .md-max\:focus\:bg-none:focus {
    background: none;
  }
}

@media (min-width: 0) and (max-width: 1023.5px) {
  .lg-max\:bleed-x,
  .lg-max\:bleed-right {
    margin-right: -1.6875rem;
  }

  @media (min-width: 768px) {
    .lg-max\:bleed-x,
    .lg-max\:bleed-right {
      margin-right: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .lg-max\:bleed-x,
    .lg-max\:bleed-right {
      margin-right: -14.5rem;
    }
  }

  .lg-max\:bleed-x,
  .lg-max\:bleed-left {
    margin-left: -1.6875rem;
  }

  @media (min-width: 768px) {
    .lg-max\:bleed-x,
    .lg-max\:bleed-left {
      margin-left: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .lg-max\:bleed-x,
    .lg-max\:bleed-left {
      margin-left: -14.5rem;
    }
  }

  .lg-max\:bleed-right,
  .lg-max\:bleed-left {
    max-width: calc(100% + 1.6875rem);
  }

  @media (min-width: 768px) {
    .lg-max\:bleed-right,
    .lg-max\:bleed-left {
      max-width: calc(100% + 7.25rem);
    }
  }

  @media (min-width: 1024px) {
    .lg-max\:bleed-right,
    .lg-max\:bleed-left {
      max-width: calc(100% + 14.5rem);
    }
  }

  /* Both */

  .lg-max\:bleed-x,
  .bleed-left.lg-max\:bleed-right {
    max-width: calc(100% + 3.375rem);
  }

  @media (min-width: 768px) {
    .lg-max\:bleed-x,
    .bleed-left.lg-max\:bleed-right {
      max-width: calc(100% + 14.5rem);
    }
  }

  @media (min-width: 1024px) {
    .lg-max\:bleed-x,
    .bleed-left.lg-max\:bleed-right {
      max-width: calc(100% + 29rem);
    }
  }

  .lg-max\:heading-1 {
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 700;
  }

  .lg-max\:heading-2 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .lg-max\:heading-3 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .lg-max\:heading-4 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .lg-max\:heading-5 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .lg-max\:heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  .lg-max\:container {
    width: 100%;
  }

  @media (min-width: 0) {
    .lg-max\:container {
      max-width: 0;
    }
  }

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

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

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

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

  @media (min-width: 1366px) {
    .lg-max\:container {
      max-width: 1366px;
    }
  }

  .lg-max\:prose {
    color: #4a5568;
    max-width: 65ch;
  }

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

  .lg-max\:prose a {
    color: #1a202c;
    text-decoration: none;
    font-weight: 600;
  }

  .lg-max\:prose strong {
    color: #1a202c;
    font-weight: 600;
  }

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

  .lg-max\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

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

  .lg-max\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg-max\: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-max\:prose hr {
    border-color: #e2e8f0;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg-max\: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-max\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

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

  .lg-max\:prose h1 {
    color: #1a202c;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg-max\:prose h2 {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg-max\:prose h3 {
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg-max\:prose h4 {
    color: #1a202c;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

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

  .lg-max\:prose code::before {
    content: "`";
  }

  .lg-max\:prose code::after {
    content: "`";
  }

  .lg-max\: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-max\: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-max\:prose pre code::before {
    content: "";
  }

  .lg-max\:prose pre code::after {
    content: "";
  }

  .lg-max\: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-max\:prose thead {
    color: #1a202c;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #cbd5e0;
  }

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

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

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

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

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

  .lg-max\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg-max\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

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

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

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

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

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

  .lg-max\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg-max\:prose h1, .lg-max\:prose h2, .lg-max\:prose h3, .lg-max\:prose h4 {
  }

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

  .lg-max\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

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

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

  .lg-max\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .lg-max\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .lg-max\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg-max\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .lg-max\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

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

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

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

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

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

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

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

  .lg-max\: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-max\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg-max\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

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

  .lg-max\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

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

  .lg-max\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg-max\: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-max\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg-max\: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-max\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg-max\: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-max\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg-max\:border-t {
    border-top-width: 1px;
  }

  .lg-max\:justify-center {
    justify-content: center;
  }

  .lg-max\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg-max\:pt-4 {
    padding-top: 1rem;
  }

  .lg-max\:pt-16 {
    padding-top: 4rem;
  }

  .lg-max\:text-center {
    text-align: center;
  }

  .lg-max\:w-full {
    width: 100%;
  }

  .lg-max\:-mt-1px {
    margin-top: -1px;
  }

  .lg-max\:reduced-motion-only {
    display: none;
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .lg-max\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .lg-max\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .lg-max\:reduced-motion-hidden {
      display: none;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .lg-max\:reduced-motion-hidden {
      display: none;
    }
  }

  .lg-max\:bg-inherit {
    background: inherit;
  }

  .lg-max\:bg-none {
    background: none;
  }

  .group:hover .lg-max\:group-hover\:bg-inherit {
    background: inherit;
  }

  .group:hover .lg-max\:group-hover\:bg-none {
    background: none;
  }

  .lg-max\:hover\:bg-inherit:hover {
    background: inherit;
  }

  .lg-max\:hover\:bg-none:hover {
    background: none;
  }

  .lg-max\:focus\:bg-inherit:focus {
    background: inherit;
  }

  .lg-max\:focus\:bg-none:focus {
    background: none;
  }
}

@media (min-width: 1366px) {
  .full\:bleed-x,
  .full\:bleed-right {
    margin-right: -1.6875rem;
  }

  @media (min-width: 768px) {
    .full\:bleed-x,
    .full\:bleed-right {
      margin-right: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .full\:bleed-x,
    .full\:bleed-right {
      margin-right: -14.5rem;
    }
  }

  .full\:bleed-x,
  .full\:bleed-left {
    margin-left: -1.6875rem;
  }

  @media (min-width: 768px) {
    .full\:bleed-x,
    .full\:bleed-left {
      margin-left: -7.25rem;
    }
  }

  @media (min-width: 1024px) {
    .full\:bleed-x,
    .full\:bleed-left {
      margin-left: -14.5rem;
    }
  }

  .full\:bleed-right,
  .full\:bleed-left {
    max-width: calc(100% + 1.6875rem);
  }

  @media (min-width: 768px) {
    .full\:bleed-right,
    .full\:bleed-left {
      max-width: calc(100% + 7.25rem);
    }
  }

  @media (min-width: 1024px) {
    .full\:bleed-right,
    .full\:bleed-left {
      max-width: calc(100% + 14.5rem);
    }
  }

  /* Both */

  .full\:bleed-x,
  .bleed-left.full\:bleed-right {
    max-width: calc(100% + 3.375rem);
  }

  @media (min-width: 768px) {
    .full\:bleed-x,
    .bleed-left.full\:bleed-right {
      max-width: calc(100% + 14.5rem);
    }
  }

  @media (min-width: 1024px) {
    .full\:bleed-x,
    .bleed-left.full\:bleed-right {
      max-width: calc(100% + 29rem);
    }
  }

  .full\:heading-1 {
    line-height: 1.25;
    font-size: 3rem;
    font-weight: 700;
  }

  .full\:heading-2 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .full\:heading-3 {
    line-height: 1.3125;
    font-size: 2rem;
    font-weight: 700;
  }

  .full\:heading-4 {
    line-height: 1.33333;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .full\:heading-5 {
    line-height: 1.27778;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .full\:heading-6 {
    line-height: 1.91667;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
  }

  .full\:container {
    width: 100%;
  }

  @media (min-width: 0) {
    .full\:container {
      max-width: 0;
    }
  }

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

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

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

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

  @media (min-width: 1366px) {
    .full\:container {
      max-width: 1366px;
    }
  }

  .full\:prose {
    color: #4a5568;
    max-width: 65ch;
  }

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

  .full\:prose a {
    color: #1a202c;
    text-decoration: none;
    font-weight: 600;
  }

  .full\:prose strong {
    color: #1a202c;
    font-weight: 600;
  }

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

  .full\:prose ol > li {
    position: relative;
    counter-increment: list-counter;
    padding-left: 1.75em;
  }

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

  .full\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .full\: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;
  }

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

  .full\: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;
  }

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

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

  .full\:prose h1 {
    color: #1a202c;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .full\:prose h2 {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .full\:prose h3 {
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .full\:prose h4 {
    color: #1a202c;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

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

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

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

  .full\: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;
  }

  .full\: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;
  }

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

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

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

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

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

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

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

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

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

  .full\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

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

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

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

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

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

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

  .full\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .full\:prose h1, .full\:prose h2, .full\:prose h3, .full\:prose h4 {
  }

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

  .full\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

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

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

  .full\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .full\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .full\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .full\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .full\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

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

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

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

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

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

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

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

  .full\: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;
  }

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

  .full\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

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

  .full\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

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

  .full\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .full\: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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .full\: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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .full\: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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .full\:-mt-1px {
    margin-top: -1px;
  }

  .full\:reduced-motion-only {
    display: none;
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .full\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .full\:reduced-motion-only {
      display: block;
    }
  }

  @media screen and (prefers-reduced-motion: reduced) {
    .full\:reduced-motion-hidden {
      display: none;
    }
  }

  @media screen and (prefers-reduced-motion) {
    .full\:reduced-motion-hidden {
      display: none;
    }
  }

  .full\:bg-inherit {
    background: inherit;
  }

  .full\:bg-none {
    background: none;
  }

  .group:hover .full\:group-hover\:bg-inherit {
    background: inherit;
  }

  .group:hover .full\:group-hover\:bg-none {
    background: none;
  }

  .full\:hover\:bg-inherit:hover {
    background: inherit;
  }

  .full\:hover\:bg-none:hover {
    background: none;
  }

  .full\:focus\:bg-inherit:focus {
    background: inherit;
  }

  .full\:focus\:bg-none:focus {
    background: none;
  }
}
