
div[data-v-3ae9f24e] {
  display: none;
}


.fade-enter-active[data-v-72ccff93], .fade-leave-active[data-v-72ccff93] {
  transition: opacity .2s;
}
.fade-enter[data-v-72ccff93], .fade-leave-to[data-v-72ccff93] {
  opacity: 0;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #edf2f7; /* 2 */
}
::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito Sans, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
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;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@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: 1536px) {
.container {
    max-width: 1536px;
}
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-108 {
  width: 27rem;
}
.w-16 {
  width: 4rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-80 {
  width: 20rem;
}
.w-full {
  width: 100%;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-14 {
  border-top-width: 14px;
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(43 108 176 / var(--tw-border-opacity, 1));
}
.border-border-color-primary {
  border-color: var(--border-border-color-primary);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity, 1));
}
.bg-background-form {
  background-color: var(--bg-background-form);
}
.bg-background-primary {
  background-color: var(--bg-background-primary);
}
.bg-background-secondary {
  background-color: var(--bg-background-secondary);
}
.bg-background-tertiary {
  background-color: var(--bg-background-tertiary);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 176 / var(--tw-bg-opacity, 1));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 67 101 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Nunito Sans, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(43 108 176 / var(--tw-text-opacity, 1));
}
.text-copy-primary {
  color: var(--text-copy-primary);
}
.text-copy-secondary {
  color: var(--text-copy-hover);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.theme-light {
  --bg-background-primary: white;
  --bg-background-secondary: #f7fafc;
  --bg-background-tertiary: #e2e8f0;

  --bg-background-form: white;

  --text-copy-primary: #2d3748;
  --text-copy-secondary: #4a5568;

  --border-border-color-primary: white;
}
.theme-light .search-highlighted {
  background: #ebf8ff;
}
.theme-light .search-hover:hover {
  background: #ebf8ff;
}
.theme-dark .markdown-body {
    color: #24292e;
}
.theme-dark .search-highlighted {
  background: #2d3748;
}
.theme-dark .search-hover:hover {
  background: #2d3748;
}
.theme-dark {
  --bg-background-primary: #0D2438;
  --bg-background-secondary: #102C44;
  --bg-background-tertiary: #1E3951;

  --bg-background-form: #1a202c;

  --text-copy-primary: #cbd5e0;
  --text-copy-secondary: #e2e8f0;

  --border-border-color-primary:  #1a202c;
}
.theme-dark .markdown-body {
    color: #cbd5e0;
}
.theme-dark nav .active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.content-wrapper {
  transition: background-color .25s;
}
.content-wrapper > header,
.content-wrapper > main {
  background-color: var(--bg-background-primary);
}
a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 108 176 / var(--tw-text-opacity, 1));
}
a:hover {
  --tw-text-opacity: 1;
  color: rgb(44 82 130 / var(--tw-text-opacity, 1));
}
nav .active {
  font-weight: bold;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.container-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
.container-inner {
    max-width: 640px;
}
}
@media (min-width: 768px) {
.container-inner {
    max-width: 768px;
}
}
@media (min-width: 1024px) {
.container-inner {
    max-width: 800px;
}
}
.checkmark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2229%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.427%2024.93A14.5%2014.5%200%201%201%2024.93%204.427c5.495%205.69%205.416%2014.733-.177%2020.326s-14.637%205.672-20.326.177z%22%20fill%3D%22%232B6CB0%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.234%2012.803l3.67%203.253L20.766%2010%2023%2012l-9.096%208L8%2014.789l2.234-2z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 2.5rem;
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 128 150 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(144 205 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 82 130 / var(--tw-bg-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(43 108 176 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity, 1));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 153 225 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(43 108 176 / var(--tw-border-opacity, 1));
}
.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(44 82 130 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
.sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.sm\:-mt-16 {
    margin-top: -4rem;
}
.sm\:mt-0 {
    margin-top: 0px;
}
.sm\:flex {
    display: flex;
}
.sm\:h-20 {
    height: 5rem;
}
.sm\:w-1\/2 {
    width: 50%;
}
.sm\:w-3\/5 {
    width: 60%;
}
.sm\:w-auto {
    width: auto;
}
.sm\:flex-row {
    flex-direction: row;
}
.sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sm\:border-r-0 {
    border-right-width: 0px;
}
.sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.sm\:pt-8 {
    padding-top: 2rem;
}
.sm\:text-left {
    text-align: left;
}
.sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
@media (min-width: 768px) {
.md\:-mt-20 {
    margin-top: -5rem;
}
.md\:h-24 {
    height: 6rem;
}
}
@media (min-width: 1024px) {
.lg\:mb-0 {
    margin-bottom: 0px;
}
.lg\:mt-0 {
    margin-top: 0px;
}
.lg\:flex {
    display: flex;
}
.lg\:hidden {
    display: none;
}
.lg\:w-auto {
    width: auto;
}
.lg\:flex-initial {
    flex: 0 1 auto;
}
.lg\:flex-row {
    flex-direction: row;
}
.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
}

/* Modified version of: https://github.com/sindresorhus/github-markdown-css */

/* purgecss start ignore */
.markdown-body .octicon {
    display: inline-block;
    fill: currentColor;
    vertical-align: text-bottom;
}
.markdown-body .anchor {
    float: left;
    line-height: 1;
    margin-left: -20px;
    padding-right: 4px;
}
.markdown-body .anchor:focus {
    outline: none;
}
.markdown-body h1 .octicon-link,
  .markdown-body h2 .octicon-link,
  .markdown-body h3 .octicon-link,
  .markdown-body h4 .octicon-link,
  .markdown-body h5 .octicon-link,
  .markdown-body h6 .octicon-link {
    color: #1b1f23;
    vertical-align: middle;
    visibility: hidden;
}
.markdown-body h1:hover .anchor,
  .markdown-body h2:hover .anchor,
  .markdown-body h3:hover .anchor,
  .markdown-body h4:hover .anchor,
  .markdown-body h5:hover .anchor,
  .markdown-body h6:hover .anchor {
    text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
  .markdown-body h2:hover .anchor .octicon-link,
  .markdown-body h3:hover .anchor .octicon-link,
  .markdown-body h4:hover .anchor .octicon-link,
  .markdown-body h5:hover .anchor .octicon-link,
  .markdown-body h6:hover .anchor .octicon-link {
    visibility: visible;
}
.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #24292e;
    font-size: 20px;
    line-height: 1.5;
    word-wrap: break-word;
}
.markdown-body .pl-c {
    color: #6a737d;
}
.markdown-body .pl-c1,
  .markdown-body .pl-s .pl-v {
    color: #005cc5;
}
.markdown-body .pl-e,
  .markdown-body .pl-en {
    color: #6f42c1;
}
.markdown-body .pl-s .pl-s1,
  .markdown-body .pl-smi {
    color: #24292e;
}
.markdown-body .pl-ent {
    color: #22863a;
}
.markdown-body .pl-k {
    color: #d73a49;
}
.markdown-body .pl-pds,
  .markdown-body .pl-s,
  .markdown-body .pl-s .pl-pse .pl-s1,
  .markdown-body .pl-sr,
  .markdown-body .pl-sr .pl-cce,
  .markdown-body .pl-sr .pl-sra,
  .markdown-body .pl-sr .pl-sre {
    color: #032f62;
}
.markdown-body .pl-smw,
  .markdown-body .pl-v {
    color: #e36209;
}
.markdown-body .pl-bu {
    color: #b31d28;
}
.markdown-body .pl-ii {
    background-color: #b31d28;
    color: #fafbfc;
}
.markdown-body .pl-c2 {
    background-color: #d73a49;
    color: #fafbfc;
}
.markdown-body .pl-c2:before {
    content: "^M";
}
.markdown-body .pl-sr .pl-cce {
    color: #22863a;
    font-weight: 700;
}
.markdown-body .pl-ml {
    color: #735c0f;
}
.markdown-body .pl-mh,
  .markdown-body .pl-mh .pl-en,
  .markdown-body .pl-ms {
    color: #005cc5;
    font-weight: 700;
}
.markdown-body .pl-mi {
    color: #24292e;
    font-style: italic;
}
.markdown-body .pl-mb {
    color: #24292e;
    font-weight: 700;
}
.markdown-body .pl-md {
    background-color: #ffeef0;
    color: #b31d28;
}
.markdown-body .pl-mi1 {
    background-color: #ebf8ff;
    color: #22863a;
}
.markdown-body .pl-mc {
    background-color: #ffebda;
    color: #e36209;
}
.markdown-body .pl-mi2 {
    background-color: #005cc5;
    color: #f6f8fa;
}
.markdown-body .pl-mdr {
    color: #6f42c1;
    font-weight: 700;
}
.markdown-body .pl-ba {
    color: #586069;
}
.markdown-body .pl-sg {
    color: #959da5;
}
.markdown-body .pl-corl {
    color: #032f62;
    text-decoration: underline;
}
.markdown-body details {
    display: block;
}
.markdown-body summary {
    display: list-item;
}
.markdown-body a {
    background-color: transparent;
}
.markdown-body a:active,
  .markdown-body a:hover {
    outline-width: 0;
}
.markdown-body strong {
    font-weight: inherit;
    font-weight: bolder;
}
.markdown-body h1 {
    font-size: 2em;
    margin: .67em 0;
}
.markdown-body img {
    border-style: none;
}
.markdown-body code,
  .markdown-body kbd,
  .markdown-body pre {
    font-family: monospace,monospace;
    font-size: 1em;
}
.markdown-body hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.markdown-body input {
    font: inherit;
    margin: 0;
    overflow: visible;
}
.markdown-body [type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.markdown-body * {
    box-sizing: border-box;
}
.markdown-body input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.markdown-body strong {
    font-weight: 600;
}
.markdown-body hr {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dfe2e5;
    height: 0;
    margin: 15px 0;
    overflow: hidden;
}
.markdown-body hr:before {
    content: "";
    display: table;
}
.markdown-body hr:after {
    clear: both;
    content: "";
    display: table;
}
.markdown-body table {
    border-collapse: collapse;
    border-spacing: 0;
}
.markdown-body td,
  .markdown-body th {
    padding: 0;
}
.markdown-body details summary {
    cursor: pointer;
}
.markdown-body h1,
  .markdown-body h2,
  .markdown-body h3,
  .markdown-body h4,
  .markdown-body h5,
  .markdown-body h6 {
    margin-bottom: 0;
    margin-top: 0;
}
.markdown-body h1 {
    font-size: 32px;
}
.markdown-body h1,
  .markdown-body h2 {
    font-weight: 600;
}
.markdown-body h2 {
    font-size: 24px;
}
.markdown-body h3 {
    font-size: 20px;
}
.markdown-body h3,
  .markdown-body h4 {
    font-weight: 600;
}
.markdown-body h4 {
    font-size: 16px;
}
.markdown-body h5 {
    font-size: 14px;
}
.markdown-body h5,
  .markdown-body h6 {
    font-weight: 600;
}
.markdown-body h6 {
    font-size: 12px;
}
.markdown-body p {
    margin-bottom: 1.5rem;
}
.markdown-body blockquote {
    margin: 0;
}
.markdown-body ol,
  .markdown-body ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.markdown-body ol ol,
  .markdown-body ul ol {
    list-style-type: lower-roman;
}
.markdown-body ol ol ol,
  .markdown-body ol ul ol,
  .markdown-body ul ol ol,
  .markdown-body ul ul ol {
    list-style-type: lower-alpha;
}
.markdown-body dd {
    margin-left: 0;
}
.markdown-body code,
  .markdown-body pre {
    font-family: monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 12px;
}
.markdown-body pre {
    margin-bottom: 0;
    margin-top: 0;
}
.markdown-body input::-webkit-inner-spin-button,
  .markdown-body input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.markdown-body .border {
    border: 1px solid #e1e4e8!important;
}
.markdown-body .border-0 {
    border: 0!important;
}
.markdown-body .border-bottom {
    border-bottom: 1px solid #e1e4e8!important;
}
.markdown-body .rounded-1 {
    border-radius: 3px!important;
}
.markdown-body .bg-white {
    background-color: #fff!important;
}
.markdown-body .bg-gray-light {
    background-color: #fafbfc!important;
}
.markdown-body .text-gray-light {
    color: #6a737d!important;
}
.markdown-body .mb-0 {
    margin-bottom: 0!important;
}
.markdown-body .my-2 {
    margin-bottom: 8px!important;
    margin-top: 8px!important;
}
.markdown-body .pl-0 {
    padding-left: 0!important;
}
.markdown-body .py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.markdown-body .pl-1 {
    padding-left: 4px!important;
}
.markdown-body .pl-2 {
    padding-left: 8px!important;
}
.markdown-body .py-2 {
    padding-bottom: 8px!important;
    padding-top: 8px!important;
}
.markdown-body .pl-3,
  .markdown-body .px-3 {
    padding-left: 16px!important;
}
.markdown-body .px-3 {
    padding-right: 16px!important;
}
.markdown-body .pl-4 {
    padding-left: 24px!important;
}
.markdown-body .pl-5 {
    padding-left: 32px!important;
}
.markdown-body .pl-6 {
    padding-left: 40px!important;
}
.markdown-body .f6 {
    font-size: 12px!important;
}
.markdown-body .lh-condensed {
    line-height: 1.25!important;
}
.markdown-body .text-bold {
    font-weight: 600!important;
}
.markdown-body:before {
    content: "";
    display: table;
}
.markdown-body:after {
    clear: both;
    content: "";
    display: table;
}
.markdown-body>:first-child {
    margin-top: 0!important;
}
.markdown-body>:last-child {
    margin-bottom: 0!important;
}
.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none;
}
.markdown-body blockquote,
  .markdown-body dl,
  .markdown-body ol,
  .markdown-body p,
  .markdown-body pre,
  .markdown-body table,
  .markdown-body ul {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.markdown-body hr {
    background-color: #A0AEC0;
    border: 0;
    height: 1px;
    margin: 24px 0;
    padding: 0;
}
.markdown-body blockquote {
    border-left: .25em solid #2B6CB0;
    color: #6a737d;
    padding: 0 1em;
}
.markdown-body blockquote>:first-child {
    margin-top: 0;
}
.markdown-body blockquote>:last-child {
    margin-bottom: 0;
}
.markdown-body kbd {
    background-color: #fafbfc;
    border: 1px solid #c6cbd1;
    border-bottom-color: #959da5;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #959da5;
    color: #444d56;
    display: inline-block;
    font-size: 11px;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle;
}
.markdown-body h1,
  .markdown-body h2,
  .markdown-body h3,
  .markdown-body h4,
  .markdown-body h5,
  .markdown-body h6 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.markdown-body h1 {
    font-size: 2em;
}
.markdown-body h2 {
    font-size: 1.5em;
}
.markdown-body h3 {
    font-size: 1.25em;
}
.markdown-body h4 {
    font-size: 1em;
}
.markdown-body h5 {
    font-size: .875em;
}
.markdown-body h6 {
    color: #6a737d;
    font-size: .85em;
}
.markdown-body ol,
  .markdown-body ul {
    padding-left: 2em;
}
.markdown-body ol ol,
  .markdown-body ol ul,
  .markdown-body ul ol,
  .markdown-body ul ul {
    margin-bottom: 0;
    margin-top: 0;
}
.markdown-body li {
    word-wrap: break-all;
}
.markdown-body ul li {
    list-style-type: disc;
}
.markdown-body ol li {
    list-style-type: decimal;
}
.markdown-body li>p {
    margin-top: 16px;
}
.markdown-body li+li {
    margin-top: .25em;
}
.markdown-body dl {
    padding: 0;
}
.markdown-body dl dt {
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
    margin-top: 16px;
    padding: 0;
}
.markdown-body dl dd {
    margin-bottom: 16px;
    padding: 0 16px;
}
.markdown-body table {
    display: block;
    overflow: auto;
    width: 100%;
}
.markdown-body table th {
    font-weight: 600;
}
.markdown-body table td,
  .markdown-body table th {
    border: 1px solid #dfe2e5;
    padding: 6px 13px;
}
.markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1;
}
.markdown-body table tr:nth-child(2n) {
    background-color: #f6f8fa;
}
.markdown-body img {
    background-color: #fff;
    box-sizing: content-box;
    max-width: 100%;
}
.markdown-body img[align=right] {
    padding-left: 20px;
}
.markdown-body img[align=left] {
    padding-right: 20px;
}
.markdown-body code {
    background-color: rgba(27,31,35,.05);
    border-radius: 3px;
    font-size: 85%;
    margin: 0;
    padding: .2em .4em;
}
.markdown-body pre {
    word-wrap: normal;
}
.markdown-body pre>code {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    white-space: pre;
    word-break: normal;
}
.markdown-body .highlight {
    margin-bottom: 16px;
}
.markdown-body .highlight pre {
    margin-bottom: 0;
    word-break: normal;
}
.markdown-body .highlight pre,
  .markdown-body pre {
    background-color: #f6f8fa;
    border-radius: 3px;
    font-size: 75%;
    line-height: 1.5;
    overflow: auto;
    padding: 16px;
}
.markdown-body pre code {
    background-color: transparent;
    border: 0;
    display: inline;
    line-height: inherit;
    margin: 0;
    max-width: auto;
    overflow: visible;
    padding: 0;
    word-wrap: normal;
}
.markdown-body .commit-tease-sha {
    color: #444d56;
    display: inline-block;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 90%;
}
.markdown-body .blob-wrapper {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow-x: auto;
    overflow-y: hidden;
}
.markdown-body .blob-wrapper-embedded {
    max-height: 240px;
    overflow-y: auto;
}
.markdown-body .blob-num {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: rgba(27,31,35,.3);
    cursor: pointer;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 12px;
    line-height: 20px;
    min-width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}
.markdown-body .blob-num:hover {
    color: rgba(27,31,35,.6);
}
.markdown-body .blob-num:before {
    content: attr(data-line-number);
}
.markdown-body .blob-code {
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    vertical-align: top;
}
.markdown-body .blob-code-inner {
    color: #24292e;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 12px;
    overflow: visible;
    white-space: pre;
    word-wrap: normal;
}
.markdown-body .pl-token.active,
  .markdown-body .pl-token:hover {
    background: #ffea7f;
    cursor: pointer;
}
.markdown-body kbd {
    background-color: #fafbfc;
    border: 1px solid #d1d5da;
    border-bottom-color: #c6cbd1;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #c6cbd1;
    color: #444d56;
    display: inline-block;
    font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle;
}
.markdown-body :checked+.radio-label {
    border-color: #0366d6;
    position: relative;
    z-index: 1;
}
.markdown-body .tab-size[data-tab-size="1"] {
    -moz-tab-size: 1;
    -o-tab-size: 1;
       tab-size: 1;
}
.markdown-body .tab-size[data-tab-size="2"] {
    -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
.markdown-body .tab-size[data-tab-size="3"] {
    -moz-tab-size: 3;
    -o-tab-size: 3;
       tab-size: 3;
}
.markdown-body .tab-size[data-tab-size="4"] {
    -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
.markdown-body .tab-size[data-tab-size="5"] {
    -moz-tab-size: 5;
    -o-tab-size: 5;
       tab-size: 5;
}
.markdown-body .tab-size[data-tab-size="6"] {
    -moz-tab-size: 6;
    -o-tab-size: 6;
       tab-size: 6;
}
.markdown-body .tab-size[data-tab-size="7"] {
    -moz-tab-size: 7;
    -o-tab-size: 7;
       tab-size: 7;
}
.markdown-body .tab-size[data-tab-size="8"] {
    -moz-tab-size: 8;
    -o-tab-size: 8;
       tab-size: 8;
}
.markdown-body .tab-size[data-tab-size="9"] {
    -moz-tab-size: 9;
    -o-tab-size: 9;
       tab-size: 9;
}
.markdown-body .tab-size[data-tab-size="10"] {
    -moz-tab-size: 10;
    -o-tab-size: 10;
       tab-size: 10;
}
.markdown-body .tab-size[data-tab-size="11"] {
    -moz-tab-size: 11;
    -o-tab-size: 11;
       tab-size: 11;
}
.markdown-body .tab-size[data-tab-size="12"] {
    -moz-tab-size: 12;
    -o-tab-size: 12;
       tab-size: 12;
}
.markdown-body .task-list-item {
    list-style-type: none;
}
.markdown-body .task-list-item+.task-list-item {
    margin-top: 3px;
}
.markdown-body .task-list-item input {
    margin: 0 .2em .25em -1.6em;
    vertical-align: middle;
}
.markdown-body hr {
    border-bottom-color: #eee;
}
.markdown-body .pl-0 {
    padding-left: 0!important;
}
.markdown-body .pl-1 {
    padding-left: 4px!important;
}
.markdown-body .pl-2 {
    padding-left: 8px!important;
}
.markdown-body .pl-3 {
    padding-left: 16px!important;
}
.markdown-body .pl-4 {
    padding-left: 24px!important;
}
.markdown-body .pl-5 {
    padding-left: 32px!important;
}
.markdown-body .pl-6 {
    padding-left: 40px!important;
}
.markdown-body .pl-7 {
    padding-left: 48px!important;
}
.markdown-body .pl-8 {
    padding-left: 64px!important;
}
.markdown-body .pl-9 {
    padding-left: 80px!important;
}
.markdown-body .pl-10 {
    padding-left: 96px!important;
}
.markdown-body .pl-11 {
    padding-left: 112px!important;
}
.markdown-body .pl-12 {
    padding-left: 128px!important;
}

  /* purgecss end ignore */


.fade-enter-active[data-v-2e8f2cb7], .fade-leave-active[data-v-2e8f2cb7] {
  transition: opacity .5s;
}
.fade-enter[data-v-2e8f2cb7], .fade-leave-to[data-v-2e8f2cb7] {
  opacity: 0;
}

